
body{
	font-size: 16px;
	font-family: 'Noto Serif', serif;
}





.header{ background-color: #FFFFFF}


.logo {
    background: #1a9f50;
    position: relative;
    min-height: 100px;
    padding: 12px 0 17px 0;
    margin-right: -55px;
}

.logo:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -650px;
    width: 650px;
    background: #1a9f50;
}

.logo:after {
    content: '';
    position: absolute;
    left: 100%;
    z-index: 0;
    border-top: 160px solid #1a9f50;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    bottom: 0;
}




.header .header-button{
    
    margin-left: 100px;
    margin-top: 44px;
}



.header .header-button .fa{
    
   background-color: #ffff;
    border: 2px solid #1a9f50;
    font-size: 16px;
    color: #1a9f50;
    padding: 13px 10px 13px 10px;
    margin-right: 10px;
}

.header .header-button .btn{
    
    background-color: #1a9f50;
    padding: 6px 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    cursor: pointer
}

.header .header-button .btn:hover{
    
    background-color: #3d4043;
   
}



/*Site-nav-inner*/


.site-nav-inner{
    background-color: #d5dbdf;
    padding: 0;
}



.site-nav-inner .fa{
    
    color: white;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer
    
}


.site-nav-inner .fa:hover{
    
        color: #1a9f50;
}




.site-nav-inner .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #212529;
   
 
}


 .site-nav-inner .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
       border-bottom: 4px solid #1a9f50;
       color: #1a9f50;

}





.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: 1.6rem;
    padding-bottom: 11px;
    margin-top: 11px;
}





 .site-nav-inner .btn-outline-success {
    color: #ffffff;
    background-color: #1a9f50;
    background-image: none;
    border-color: #1a9f50;
    border-radius: 0;
    margin-left: 5px;
    cursor: pointer;
}

 .site-nav-inner .form-inline .form-control {
    width: 32%;
}

 .site-nav-inner .form-control {
    padding: .5rem .75rem;
    margin-left: 4px;
}






/*min-carousel*/




.min-carousel .carousel-caption {
    bottom: 300px;
    text-align: left;
    
}


.min-carousel  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba( 0, 0, 0, .6);
    z-index: 1;
}



.min-carousel .carousel-caption h5{
  color: #7cc67a;
    font-size: 30px;
    
}


.min-carousel .carousel-caption h1{
  color: #161717;
    font-size: 60px;
    font-weight: bold
    
}



.min-carousel .carousel-caption h2{
  color: #FFFFFF;
    font-size: 60px;
    font-weight: bold
    
}



.min-carousel .fas{ 

font-size: 30px;
    background-color: #1a9f50;
    color: #FFFFFF;
    padding: 15px;
}








/*- --    about us    ---*/	

.about{ background-color: #FFFFFF; min-height: 450px; padding-bottom: 50px;}


.about .title-head {
   text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 80px;
    position: relative;
    text-transform: uppercase;
}


.about .title-head:after {
    content: '';
    width: 50px;
    left: 50%;
    bottom: -20px;
    margin-left: -23px;
    height: 3px;
    background: #1a9f50;
    position: absolute;
}


.about .title-description {
   font-size: 17px;
    line-height: 30px;
    color: #9d9d9d;
    max-width: 800px;
    margin: 0 auto 71px;
    text-align: center;
}


.about .tabs li{
    background-color: #ffffff;
    color: #112648;
    border: 1px solid #e2e2e2;
    line-height: 90px;
    height: 90px;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
     transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

.about .tabs li .fa{
 margin-right: 20px;
    margin-left: 20px;
        color: #1a9f50;
}


.about .tabs li.selected,
.about .tabs li:hover {
    background-color: #ffffff;
    color: #112648;
    border-left: 5px solid #1a9f50;
    border-right: 1px solid transparent;
  
}

.about .tabs-content div:not(.tab-one){ display: none}


.about .tabs-content .btn{
     background-color: #f8e35600;
    color: #112648;
    border-color: #1a9f50;
    border-radius: 0;
    
}

.about .tabs-content .btn:hover{
  
    background-color: #1a9f50;
    color: #FFFFFF;
    border-color: #1a9f50;
    cursor: pointer;
}


.about .tabs-content h3{
    font-size:20px;
    
}



.about .tabs-content p{
    font-size: 16px;
    line-height: 30px;
    color: #9d9d9d;
}






.about .tabs-content img{
  width: 300px;
  float: right;
  margin-left: 30px;
}







/* PRACTICE */



.practice h3{
    font-size:20px;
    
}



.practice .title-description {
    font-size: 17px;
    line-height: 30px;
    color: #c1c1c1;
    max-width: 500px;
    margin: 0 auto 50px;
    text-align: center;
}



.practice .title-head {
   text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 80px;
    position: relative;
    text-transform: uppercase;
}


.practice .title-head:after {
    content: '';
    width: 50px;
    left: 50%;
    bottom: -20px;
    margin-left: -23px;
    height: 3px;
    background: #1a9f50;
    position: absolute;
}






.practice .card-img-overlay {
  
    background-color: #FFFFFF;
       margin: 10px 25px;
        padding: 20px 15px; 

}
    
 .practice .card {
   
   /* flex-direction: row; */
     border: 1px solid rgba(0, 0, 0, 0);
     margin-bottom: 10px;
  
} 


.practice .card-img-overlay .fa {
  font-size: 40px;
    color: #1a9f50;
    margin-bottom: 20px;
}


.practice .card-img-overlay h3 {
    color: #222;
    font-weight: 700;
    margin-top: 20px;
}



.practice .card-img-overlay p {
    
 text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    color: #999;
    line-height: 22px;
    font-size: 14px;
    
    
}

.practice .card-img-overlay h6 {
    
     color: #1a1d1f;
    margin-top: 15px;
    font-size: 16px;
    
    
}





.practice .cae .card-img {
    min-height: 1060px;
}











/*Footer*/


.main-footer {
    background: url(../images/2.jpg) no-repeat scroll center center;
    min-height: 729px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0;
    color: #fff;
    position: relative;
}




.main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(26,29,31,0.80);
}




.main-footer span{
  color: #1a9f50 ;
   font-size: 18px; 
    
    
}



.main-footer h2{
   font-size: 35px;
   margin-top: 15px;
    
    
}


.main-footer .title-head{
   width: 50px;
    left: 10%;
    margin-left: 0;
    height: 4px;
    background: #1a9f50;
    margin-top: 20px;
}



.main-footer p{
   font-size: 17px;
   margin-top: 50px;
    padding: 20px;
    padding: 0 70px 0 0;
    
    
}


.main-footer .fa{
   font-size: 16px;
    margin-right: 20px;
    color: #1a9f50; 
 
}



.main-footer i{
    margin-top: 20px;
 
}



.main-footer .text-footer{
    
    font-size: 17px;
    
}





.main-footer .btn-style-two {
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 18px 95px 18px 30px;
    text-transform: uppercase;
    background-color: #71b100;
    font-family: 'Yantramanav', sans-serif;
}

.main-footer .btn-style-two:hover {
    background: #0b0b0b;
    color: #ffffff;
    
}


.main-footer .btn-style-two:hover .fa {
    background-color: rgba(255,255,255,0.10);
}
.main-footer .btn-style-two .fa {
   position: absolute;
    right: -20px;
    top: 0px;
    width: 65px;
    height: 60px;
    color: #ffffff;
    line-height: 58px;
    text-align: center;
    background-color: rgba(0,0,0,0.10);
}





.main-footer  .map-info-box {
    position: absolute;
    left: -15px;
    top: 65px;
    z-index: 1;
    padding: 26px 34px 22px;
    max-width: 300px;
    margin-bottom: 15px;
    background-color: #1a9f50;
}


.main-footer  .map-info-box h3 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    padding-left: 18px;
    line-height: 1.2em;
    margin-bottom: 18px;
    text-transform: capitalize;
    border-left: 4px solid #1a1d1f;
}





/*footer-bottom*/

.footer-bottom{ 
position: relative;
    padding: 28px 0px;
    background-color: #1a1d1f;
}


 .footer-bottom .copyright{color: #FFFFFF; font-size: 14px}



 .footer-bottom .footer-nav li {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #1a9f50;
}



 .footer-bottom .footer-nav a {
       color: #1a9f50;
}


.footer-bottom .footer-nav{text-align: right}












.modal-dialog {
    max-width: 800px;
    margin: 83px auto;
}



.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10000005;
	border-top: 0;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
}






#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	background-color: #1a9f50;
	border-color: #1a9f50;
	color: #FFFFFF;
	border-radius: 0px;
}





















/* ========== Responsive Stylings ========== */

@media (max-width: 540px){}


@media (max-width: 767px){
    
    
    .practice .cae .card-img {
    min-height: 2866px;
}
    
    
    .practice .card-img-overlay h3 {
    margin-top: 13px;
    font-size: 16px;
}

.practice .card-img-overlay p {
      line-height: 19px;
    font-size: 12px;
}
    
    
    .card-img {height: 358px;}
    
    
    .practice .cae .card-img {min-height: 2659px;}
    
    .min-carousel{display: none}
    
    

}





@media (max-width: 768px){
    
    .site-nav-inner .form-inline .form-control {width: 100%;margin-bottom: 10px;}

}

    


@media (max-width: 992px){
    
   .about .tabs-content img{margin-bottom: 20px;width: 100%}
 
    
  .site-nav-inner {
    position: absolute;
    z-index: 10;
    padding: 8px;
    width: 80%;
}
    
    
.site-nav-inner .navbar-toggler {
    padding: 10px;
    border: 1px solid #1a9f50;
    border-radius: 0;
    background-color: #1a9f50;
    cursor: pointer
}
    
    
 .header .header-top {
    margin-left: 0;
  
}
    
       
 .header .container {
       max-width: 100%
  
}
    
    
    .header .header-button {
    margin-left: 0;
    margin-top: 20px;
}
    
    
.logo {
    background: #1a9f50;
    position: relative;
    min-height: 0; 
    padding: 33px;
    margin-right: 0; 
    text-align: center;
}
    
    
.logo:after {
  
    border-left: 0px solid transparent;
    border-right: 0 solid transparent;
}

     
   
.site-nav-inner:before {
    border-right: 0 solid transparent;
    border-bottom: 0 solid #222;
}
    
.site-nav-inner {

    width: 100%;
}    
    

.our-attorneys {
  
    text-align: center;
}  
    
 
}


@media (max-width: 1024px){
    
     .navbar-expand-lg .navbar-nav .nav-link {    padding-left: 10px;}

    
}
  



@media (max-width: 1200px){
    
  .our-attorneys .team-grid {
  
    width: 240px;
  
}   
    
}
























