body {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    background-color: #f2eee4;
    }

    .content-wrapper {
    overflow: hidden;
}

.preloading{ 
    position: absolute;
    z-index: 999999;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;   
    width: 100%;
    background-color: #000;
   
}


.loader:before,.loader:after{
    content: '';
    border: 2em solid #fff;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before{
    animation-delay: .5s;
}

@keyframes .loader{
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}

.preloading span{

    font-size: 12px;
    text-transform: uppercase;
    animation: text 1s ease-in-out infinite;
}

@keyframes text{
    50%{
        color: #fff;
    }
}

.loader {
  position: absolute;
  border: 0px solid #transparent;
  border-radius: 50%; 
  width: 120px;
  height: 120px;  
  animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {

  0% { transform: rotate(0deg);
        box-shadow: 1px 5px 2px #e65c00; }
    
  
  50% { transform: rotate(180deg);
        box-shadow: 1px 5px 2px  #fff; }
     
  
  100% { transform: rotate(360deg);
        box-shadow: 1px 5px 2px #18b201; }
     
 
}


.container {    
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


#navbar {
    /*overflow: hidden;*/
    background: transparent;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    /*position: fixed;*/
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-nav{
    margin-right: 285px;
}



.sticky-opacity {
    
    top: 0;
    width: 100%;
}

.sticky-opacity #navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    transition: background 1s linear;
}

.sticky-opacity .navbar-nav li > a{
    margin-top: 15px;
    color: #000;
}

.sticky-opacity .navbar-brand img{
        max-width: 100px;
        max-height: 60px;
        transition: 0.5s all ease in-out;
}


.navbar-nav > li > a {
    
    text-align: center;    
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: -5px;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

    .navbar-nav > li > a:hover {
        color: #EF7F2D;
        background-color: #fff;
        border-bottom: 1px solid #aa8d70;
        transition-duration: 0.75s;
        font-weight: 400;
    }

    .navbar-nav > li > a:active {
        color: #EF7F2D;
        background-color: transparent;
        border-bottom: 1px solid #aa8d70;
        transition-duration: 0.75s;
        font-weight: 400;
    }

    .navbar-nav > li:hover > a::before {
    opacity: 1;
    visibility: visible;
}


.navbar-nav > li > ul {

    background-color: #5c4f3b;
}

    .navbar-nav > li > ul > li > a {
        color: #fff;
    }

.navbar-nav > li > .dropdown-menu {
    top: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.navbar-brand {
    float: left;
    padding: 4px 10px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        /*background: #fff;*/
        max-width: 170px;
        max-height: 80px;
        transition: 0.4s;
        margin-top: 7px;
        margin-bottom: 0px;
        /*border-radius: 5px;*/
    }

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    z-index: 1;
    margin-bottom: 10px;
}

@media screen and (max-width: 580px) {
    #navbar {
        padding: 20px 10px !important;
        margin-bottom: 10px;
    }

        #navbar li a {
            float: none;
            display: block;
            text-align: left;
            background-color: transparent;          
            color: #000;
            width:185px;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1  px solid #EF7F2D;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #EF7F2D;
        }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        top: 9px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #EF7F2D;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #EF7F2D;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #fff;        
        margin-right: 0px;
        margin-top: 1px;
        text-align: right;
        
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    

    #myHeader {
        /*overflow:hidden;*/
        z-index: 1;
    }

    .navbar-nav > li > ul {
        background-color: #3d3d3d;
    }

    .navbar-nav > li > a:hover {
        border-bottom: none;
    }

    .navbar-nav > li > a:active {
        border-bottom: none;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 20px;
    }

    .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
        left: 0;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }


}



.mainwallpaper{
    max-width: 100%;
    height: 850px;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(home_lawyer2_slider_bg.jpg);
    text-align: center;   
   } 

.maintext h2{
  
	text-align: center;
    z-index: 5;
    font-size: 40px;
    font-family: bold;
    line-height: 60px;
    color: rgb(240, 225, 188);
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    font-weight: 300;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    font-style: normal;    
    text-decoration: none;
    background-color: #0000;
    border-color: transparent;
    border-style: none;    
    border-radius: 0 0 0 0px;
    margin-top: 250px;
}

.mainwallpaper .btn{    
    font-size: 22px;
    margin-top: 30px;    
    width: 166px;
    height: 58px;
    color: white;
    border-color: white;
    background: transparent;
    margin-bottom: 60px;

}

.mainwallpaper .btn:hover{
    transition: 0.5s all ease-out;
    border-color: white;
    color: #9e6028;
    background-color: #fff;
}

@media(max-width:767px) {
    .maintext h2{

        font-size: 30px;
        font-family: bold;
        line-height: 30px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
   }


}


.maintext img:hover{
    transition: 0.5s all ease-out;
    transform: translateY(10px);
}






.Parea h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    color: #482d19;
}

.Parea ul{
    color: #737E86;
    list-style: disc outside;    
}

.Parea ul li{
    margin-bottom: 10px;        
    padding: 0;
    border: 0;    
    font: inherit;
    vertical-align: baseline;
}



.section_wrapper {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

#practicearea{
    margin-top: 100px;
    margin-bottom: 80px;
}

.secndimg{
    text-align: center;
}
.secndimg img{  
    padding: 10px;  
    width: 500px;
    height: 550px;
    max-width: 100%;    
}



.legalservices{
    padding-top: 100px;
}

.legalservices h4{
    color:#482d19;
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}

.Directclient{

    padding: 0 1% 0 3%;
}

.Directclientimg{
    text-align: center;
}

.Directclient h4{
      padding-bottom: 0px;
      text-align: left;       
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 2px;
    
}


.clientlegealservices h4{
    padding: 10px;  
    text-align: center;

}


.Directclientimg img{  
    padding: 10px;  
    width: 400px;
    height: auto;
    max-width: 100%;    
}


.clientlsp{
      padding-top: 80px;
   
}

.adv-sec h4{
    text-align: center;
    margin-top: 20px;
}


.adv-sec{
    padding-top: 50px;
    margin: 10px;
    text-align: center;
}



.adv-sec img{      
align-items: center;

}



.inquiryform{
     text-align: center;
     max-width: 100%;
     padding: 0 10%;
}

.inquiryform h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #482d19;
    text-align: center;
    }


.if1 {
    border: 0;
    max-width: 100%;
    margin-top: 20px;
    height: 30px;
    width: 398px;
    }


.inquiryform .btn{
        max-width: 100%;
        margin-bottom: 40px;
        border-color: #482d19;
        margin-top: 10px;
        width: 150px;
        height: 35px;
        text-align: center;
        }

.inquiryform .btn:hover{
    max-width: 100%;
    color: white;
    border: 0px;
    transition: 0.5s all ease-out;
    background-color: #482d19;
    }


.contact{

    max-width: 100%;    
    height: 100px;    
}



.contact img{
    margin-top: 10px;
    width: 40px;
    transition: .3s;

}

.contact img:hover{
    transition: 0.5s all ease-out;
    transform: translateY(-6px);
}          


.contact h2{
    max-width: 100%;    
    color: #d1e1bc ;
    font-size: 25px;    
    text-align: center;    
}


.contactdetails p{
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    color: #d1e1bc;
    display: inline-block;
    text-align: center;
}

.contactdetails{
    text-align: center;
    
}

.contactuspage{
    text-align: center;
    background-color:#28624a  ;
}




.webdeveloper{
    color: white;
}

.copy-right {
    color: white;
    max-width: 100%;
    border-top: solid 0.1px;
    line-height: 100px;    
    padding-top: 20px;
    min-height: 33px;
}

.copy-right a{
    color: #d1e1bc;
}

.footercontent{
    line-height: 100px;
    background-color: #28624a;
  }















