/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:wght@300;400;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700;1,800;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Poppins', sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Open Sans Condensed', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Raleway', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/* font-family: 'Lato', sans-serif; */
/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

*,
*::before,
*::after,{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  font-family: 'Poppins', sans-serif;
    font-size: 14px;
     color: #eee;
}
a{
    text-decoration: none!important;
}
ul{
    list-style: none!important;
    margin-bottom: 0!important;
}
header{
  

}
.headertop ul{
    margin: 0;
    padding: 0;
}

header .head_soc{
	padding-top:22px;
	float:right;
}
header ul li{
    display: inline;
    padding-right: 15px;
}
header ul li a{
     color: #e3e3e3;
    font-weight: 400;
     font-size: 16px;
	 font-family: 'Montserrat', sans-serif;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;

}
header ul li a:hover{
    color: #ff0000;
}
header ul li a i{
    width: 35px;
    height: 35px;
    line-height: 35px!important;
    text-align: center;
    background: #c18f59;
	margin-right: 5px;
    color: #f1f1f1;
    border-radius: 5px;
    font-size: 17px;
    font-weight: normal;
}
.socialmedia{
    /* float: right; */
}
.socialmedia ul li a i{
    color: #eee;
    background: none;
    position: relative;
    border-radius: 0;
 transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}

.socialmedia ul li a i:after{
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    background: #ff0000;
    left: 0;
    bottom: -9px;
    visibility: hidden;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.socialmedia ul li a i:hover{
    color: #ff0000;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.socialmedia ul li a i:hover:after{
     visibility: visible;
}
.headertop{
      padding: 8px 0;
    background: #9d5a35;
}
.headerbtm{
     padding: 6px 0;
    background: #282e3f;
}
.header_menu{
	background:#333a4d;
}
.logo{
    padding: 5px 0;
	width:80%;
}


.banner .carousel-control-prev span{
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 100%;
    left: 50px;
    position: absolute;
    font-size: 17px
}
.banner .carousel-control-next span{
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 100%;
    right: 50px;
    position: absolute;
     font-size: 17px
}
.banner .carousel-indicators li {
    cursor: pointer;
    width: 10px;
    height: 10px;
     background-color: #fff;
    border-radius: 100%;
}
.banner .carousel-indicators .active{
        background-color: #333
}
.banner .carousel-caption{
    text-align: left;
    max-width: 545px;
    top: 22%;
    left: 6%;
}
.banner .carousel-caption h3{
    background: #fff;
    color: #333;
    padding: 10px;
    font-weight: 300;
    display: inline-block;
     padding: 10px 20px;
}
.banner .carousel-caption h1{
    font-family: 'Montserrat', sans-serif;
    background: #9d5a35;
    display: inline-block;
      padding: 10px 20px;
    font-weight: 600;
    font-size: 32px;
}
.aboutus{
    padding: 4em 0;
    position: relative;
  
 }
.tital h4{
    color: #9d5a35;
    font-size: 22px;
     margin: 0 0 15px 0;
}
.tital h1{
    color: #000;
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 25px 0;
}
.tital h1 span{
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-weight: normal;
}  
.aboutus p{
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0;
    font-size: 15px;
    text-align: justify;
    padding-right: 60px;
    
}
.aboutus button{
    outline: none;
    background: #9d5a35;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 8px 15px;
    margin-top: 30px;
    border-left: 3px solid #333;
    cursor: pointer;
     font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.aboutus:after{
    content: '';
    position: absolute;
    width: 420px;
    height: 100%;
    background: #c8ccd3;
    left: 0;
    top: 0;
    z-index: 99;
}

/*new page about us*/
.newpage{
    padding:4em 0 2em 0;
    position: relative;
    text-align: center;
 }

.tital h1{
    color: #000;
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 -8px 0;
}
.tital strong{
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-weight: normal;

}  
.newpage p{
    color: #000;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    text-align: justify;
    padding-right: 60px;
    text-align: justify;
    
}
.newpage button{
    background: #ff0000;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 8px 15px;
    margin-top: 30px;
    border-left: 3px solid #333;
    cursor: pointer;
     font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.newpage:after{
    content: '';
    position: absolute;
    width: 420px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
}


/*criminal page*/
.criminal{
    padding: 4.5em 0;
    position: relative;
    text-align: left;
 }

.tital h1{
    color: #9d5a35;
   font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 5px;
}
.tital strong{
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c !important;
    font-weight: 600;

}  
.criminal p{
    color: #000;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    text-align: justify;
    padding-right: 60px;
    text-align: justify;
    
}
.criminal button{
    background: #ff0000;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 8px 15px;
    margin-top: 30px;
    border-left: 3px solid #333;
    cursor: pointer;
     font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.criminal:after{
    content: '';
    position: absolute;
    width: 420px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
}
.profile{
    position: relative;
    z-index: 999;
    margin-top: 15px;
}
.profile img{
    outline: 5px solid #ddd;
    padding: 7px;
}
.practice{
    padding: 4em 0;
    background: url(../images/h3-static-background.jpg) no-repeat;
	background-size:100% 100%;
}

.tital2 h1{
    color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 34px;
    margin: 0 0 12px 0;
    text-align: center;
}
.tital2 p{
	color:#fff;
	font-size:18px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
}
.tital2 span{
    background-image: url(../images/titalbg.png);
    display: block;
    width: 200px;
    height: 40px;
    margin: auto;
    background-repeat: no-repeat;
}
.expbox{
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.expbox img{
    border: 1px solid #ddd;
}
.expbox:hover .overlay{
    background: #ff0000;
}
.overlay{
    position: absolute;
    background: #353c4e;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -50px;
    padding: 10px 0;
	border-bottom:3px solid #bd8d59;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.overlay h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.overlay p{
    color: #fff;
    font-size: 14px;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
    /* padding: 5px 12px; */
    /* border-radius: 3px; */
    /* background: #fff; */
    /* color: #000; */
    /* display: inline-block; */
    margin-top: 10px;
}
.overlay:hover{
    background:#2e2b2b;
}
.expbox:hover .overlay h2{
     color: #fff;
}
.overlay p i{
    transform: translateY(1px);
    padding-left: 2px;
}
.expert{
    /* background-image: url(../images/bg3.jpg); */
	background:#282e3f;
    height: auto;
    padding: 4em 0;
    background-size: cover;
    text-align: center;
}
.expert h2{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
	color:#fff;
}
.home_model .modal-header{display:block;}
.home_model .modal-content{background:#9d5a35;color:#fff;}
.expert button{
    background: #fff;
    color: #333;
    font-size: 20px;
    width: 180px;
    text-align: left;
    padding: 5px 20px;
    border: none;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    margin: 0 10px;
    margin-top: 20px;
    cursor: pointer;
}
.expert button i{
    float: right;
    position: relative;
    top: 7px;
    color: #00204c;
    font-size: 18px;
}
.expert button.book2{
    width: 260px   
}
.expert button img{
    position: absolute;
    right: 50px;
    top: 2px;
}
.testimonial{
    padding: 4em 0;
}
.testimonial h4{
    text-align: center;
    color: #ff0000;
    font-weight: 400;
    font-size: 22px;
}
.testibox{
    margin-top: 20px;
}
.testiboxcnt {
    background: #f5f5f5;
    padding: 20px;
    position: relative;
    border-radius: 10px;
   
}
.testiboxcnt img{
    width: 18px!important;
    height: 26px;
    position: absolute;
    bottom: -22px;
    right: 80px;
}
.testiboxcnt p{
    color: #000;
     line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
}
img.quote{
    width: 40px!important;
     height: auto!important;
    margin: auto;
     position: static;
    margin-bottom: 20px;
}
.testibox h3{
    font-size: 18px;
    color: #333;
    padding-top: 30px;
    text-align: right;
    font-weight: 600;
    padding-right: 30px;
}
.footertop{
    background: #1e1e1e;
    padding: 3em 0;
}
.footertop h1{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #eee
}
.footertop h1:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #9d5a35;
    left: 0;
    bottom: 0;
     z-index: 999;
}
.footertop h1:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #666;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.footertop p{
    color: #ccc;
    line-height: 24px;
    font-weight: 300;
}
.links{
    
}
.links ul{
    padding-left: 0;
}
.links ul li{
    line-height: 30px;
    font-weight: 300;
}
.links ul li a{
     color: #ccc;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.links ul li a:hover{
     color:  #9d5a35;
}
.links ul li i{
    margin-right: 7px;
    font-size: 12px;
}
.fotteradd p{
    position: relative;
    padding-left: 30px;
    font-weight: 300;
}
.fotteradd p i{
    position: absolute;
    left: 0;
    top:5px;
}
.fotteradd p a{
     color: #ccc;
}
.fotteradd p a:hover{
   color:  #9d5a35;
}
.footerbtn{
    background: #9d5a35;
    padding: 10px 0; 
}
.footerbtn p{
      font-weight: 300;
    color: #ccc;
    text-align: right;
    margin-bottom: 0;
    font-size: 13px;
}
.footerbtn p.copy{
    text-align: left;
}
.footerbtn p a{
    color: #ccc;
}
.footerbtn p a:hover{
    color: #9d5a35;
}
.innerbaner{
    background: url(../img/header_bg.jpg);
    /* height: 150px; */
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}
.innerbaner h1{
    text-align: center;
    font-weight: 300;
     font-family: 'Montserrat', sans-serif;
    font-size: 32px;
	color:#fff;
	margin:0 0 15px;
}
.innerbaner ul{
    text-align: center;
    padding-left: 0;
    background: #9d5a35;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    
}
.innerbaner ul li{
    display: inline;
    color:#fff;
}
.innerbaner ul li a{
    color: #fff;
}
.innerbaner ul li i{
    margin: 0 10px
}
.contactpage{
    padding: 4.5em 0;
}
.address h3{
    color: #333;
    font-size: 22px;
    margin-bottom:30px;
    font-weight: 800;
    
}
.address p{
    position: relative;
    padding-left: 55px;
    line-height: 26px;
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
    padding-top: 0px;
}
.address p a{
    color: #333;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.address p a:hover{
    color: #9d5a35;
}
.address i{
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 35px;
    background: #9d5a35;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}  
.map h3{
     color: #333;
    font-size: 22px;
    margin-bottom:30px;
    font-weight: 800;
}
.map iframe{
    width: 100%;
    height: 395px;
}
.enquiry{
    background: #eeeeee;
    padding: 4em 0;
}
.enquiry h1{
    margin: 0;
     font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #333;
    margin-bottom: 30px;
}
.form form {

}
.form form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}
.form form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    background: #ffffff;
}
.form form input::placeholder{
    color: #ccc!important;
}
.form form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.form form textarea{
     background: #d7d7d7;
    display: block;
    width: 100%;
     margin-bottom: 15px;
   border-radius: 0;
    height: 120px;
    padding: 10px;
     border: 1px solid #ccc;
}
.form form textarea::placeholder{
    color: #ccc!important;
}
.form form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.form form button{
    text-align: left;
    height: 40px;
    padding-left: 35px;
    margin-top: 30px;
    width: 180px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    margin: auto;
    background:#00204c;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.form form button:hover{
   background:#9d5a35;
}  
.btn1{
    position: relative;
    display: inline-block;
    width: 180px;
}
.btn1 img{
    position: absolute;
    right: 50px;
    top: 3px;
}
.btn1 i{
    position: absolute;
    right: 30px;
    top: 15px;
}
      

/*criminal page*/

.innerbanercriminal{
    background: url(../img/header_bg.jpg);
    /* height: 150px; */
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}
.innerbanercriminal h1{
    text-align: center;
    font-weight: 600;
     font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
	color:#fff;
	margin:0 0 15px;
}
.innerbanercriminal ul{
    text-align: center;
    padding-left: 0;
    background: #9d5a35;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 0
}
.innerbanercriminal ul li{
    display: inline;
    color:#fff;
}
.innerbanercriminal ul li a{
    color: #fff;
}
.innerbanercriminal ul li i{
    margin: 0 10px
}

/*testimonial*/
.get{
    background: #ccc;
    padding: 2em 0;
}
.get h1{
    margin: 0;
     font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #333;
    margin-bottom: 30px;
}
    
/*testimonial-1*/

.testimonial-1 p{
    padding-top: 10px;

}
.testimonial-1 img{
    margin-top: 5px;
    max-width: 60px;

}
.testimonial-1  blockquote{
    margin-bottom:0px;

}

.get-in-touch{
    background: #ccc;
    padding:2em 0 2em 0;
}
.get-in-touch h1{
    margin: 0;
     font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #333;
    margin-bottom: 30px;
}

/*about*/
.about {
    padding-bottom: 4em;
}
.about p{
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400 !important;
    line-height: 28px;
    text-align: justify;
    padding-right: 60px;
    text-align: justify;
    
}

.about h4{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 15px 0 0 0;
}


/*criminal-sub*/
.criminal-sub ul li{
    font-family: 'Montserrat', sans-serif;
    padding:8px 0 0 0 ;
    color:#000;
    font-weight: 500;
}
.criminal-sub ul{
    padding:8px 0 0 5px ;
}
.aboutpage{
    padding: 4.5em 0
}
.aboutpage p{
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.aboutpage p{
    padding-bottom: 5px;
    margin-bottom: 0
}
.aboutpage img{
    border: 1px solid #ccc;
}
.sercont h3{
	color:#9d5a35;
	padding-top:20px;
}
.sercont p{
    font-size: 16px;
    padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	color:#282828;
	font-weight:500;
}

.sercont p:last-child{
    padding-bottom: 0;
}
.sercont .serv_title{
	font-size:32px;
	color:#9d5a35;
	padding-bottom:0px;
	text-transform:uppercase;
}





.whatscir1 {
    width: 7em;
    height: 7em;
    position: fixed;
    bottom: 18%;
    right: 0;
    z-index: 10;
    text-align: center;
}


.whatscir1 i {
    color: #fff;
    font-size: 30px;
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 37%;
}

.whatscir {
    width: 7em;
    height: 7em;
    position: fixed;
    bottom: 4%;
    right: 0;
    z-index: 10;
    text-align: center;
}

.circle {
    width: 100%;
    height: 100%;
    background-color: #df6514;
    position: absolute;
    border-radius: 50%;
    animation: ripple-animation 1.5s infinite ease-out;
}

.whatscir i {
    color: #fff;
    font-size: 30px;
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 37%;
}

.circle1 {
    animation-delay: 0s;
}

.circle2 {
    animation-delay: 500ms;
}

.circle3 {
    animation-delay: 1s;
}

@keyframes ripple-animation {
    0% {
        transform: scale(0.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}




/****************************************************
Marquee
****************************************************/

.marquee_main{
	/* background:#274e63; */
	/* background:#f47621; */
	background:#fbb60f;
	display:inline-block;
	width:100%;
    line-height: 28px;
}
.marquee_main marquee{
	font-size: 14px;
    height: 24px;
    line-height: 28px;
    color: #000;
	font-weight:400;
}
