@import url('https://fonts.googleapis.com/css2?family=Khula:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
body {
    font-size: 16px;
    color: #141960;
    font-family: 'Khula', sans-serif;
    float: left;
    width: 100%;
    padding-top: 85px;
    line-height: 1.7;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a, li{text-decoration:none !important; color:#171717;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;  
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;}
ul li{
    list-style:none;
}
ol, ul{margin: 0;}
h1, h2{
    font-family: 'Montserrat', sans-serif;
}
h3, h4, h5, h6{
    font-family: 'Khula', sans-serif;
}
p{
    font-size: 16px;
    color: #171717;
}
input, textarea, button, a, select{
    outline: none;
    font-family: 'Khula', sans-serif;
}
.menu_icon, .close_icon{
    display: none;
}
header.header .container {
    max-width: 96%;
}
.container{
    max-width: 1170px;
    width: 100%;
    margin: auto;
}
.part1 {
    background-repeat:no-repeat;
    background-size: cover;
}
.header {
    position: absolute;
    display: block;
    max-width: 100%;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 13px 0;
    background: #152367;
    transition: all .4s;
}
.menu-header-container ul li ul {
   display: none;
    width: 230px;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 10px;
}
.menu-header-container ul li:hover ul 
{
    display:block; position:absolute; top:26px;
}
.menu-header-container ul li ul li a
{
color: #000;
    padding: 5px 0px;
    display: block;
}
.menu-header-container ul li ul li
{
        margin: 0px 5px !important;
    width: 100%;
    padding-left: 20px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    background: url(../images/arrow.png) no-repeat;
    background-position: left 11px;
}
header.header.noopen{
    top: -80px;
}
header.header.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.headerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar:before, .navbar:after{
    display: none;
}
.navbar{
    margin: 0;
    min-height: 1px;
}
.navbar ul li {
    float: left;
    margin: 0 10px;
}
.navbar ul li:first-child{
    margin-left: 0;
}
.navbar ul li:last-child{
    margin-right: 0;
}
.navbar ul li a {
    font-weight: 600;
    color:#fff;
}
.navbar ul li a:hover, .phone a:hover{
    color: #057cc3;
}
.gform_body .validation_message {
    color: red;
    padding-top: 10px;
}
.validation_error
{
       color: red;
           padding: 20px 0px;
}
.phone a {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: .7;
}
.phone p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #6a92c9;
}
.banner.part1 {
    float: left;
    width: 100%;
}
.banner_inner h4 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #057cc3;
    margin: 0;
}
.banner_inner {
    max-width: 550px;
}
.entry-content
{
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.entry-content p, .content_inner p{
    padding: 8px 0px;
}
h2.title {
    font-weight: bold;
    font-size: 42px;
    color: #141960;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 30px;
    line-height: 1.3;
    margin: 5px 0 30px;
}
.banner-top{
    text-transform: uppercase;
    margin-bottom: 150px;
}
.banner-top a{
	color:#fff;
}
.banner-top a:hover{
	color:#141960;
}
h2.title:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background: #152367;
    bottom: 0;
}
.image_left {
    width: 30%;
    float: left;
    margin-right: 65px;
}
.about_right {
    width: 62%;
    float: left;
}
.about_right li {
    list-style: disc !important;
    margin-left: 22px;
}
.about_right h2
{
    padding-bottom: 10px;
}
.banner_inner h2.title:before{
    background: #057cc3;
}
.banner_inner.banner-bottom h4
{
    color: #fff;
}
.banner_inner p{
    color: #fff;
}
a.btn-design {
    border: 1px solid #fff;
    color: #fff;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 25px 8px;
    letter-spacing: 3px;
    margin-top: 10px;
}
a.btn-design:hover {
    background: #141960;
    border-color: #141960;
}
.banner-top h2.title{
    font-weight: 900;
    color: #fff;
}
.banner-bottom h2.title{
    font-size: 40px;
    padding-top: 30px;
    color: #fff;
}
.banner-bottom h2.title:before{
    bottom: inherit;
    top: 0;
}
.banner_inner.banner-bottom h4 {
    text-transform: none;
    font-size: 19px;
    margin-bottom: 10px;
}
.banner_inner.banner-bottom li.high_rated {
    background: url(../images/choose_icon1.png) no-repeat;
}
.banner_inner.banner-bottom li.affordable_fee {
    background: url(../images/choose_icon2.png) no-repeat;
}
.banner_inner.banner-bottom li.client_first {
    background: url(../images/choose_icon3.png) no-repeat;
}
.banner_inner.banner-bottom li {
    padding-left: 90px;
    padding-bottom: 30px;
    left: 0;
    top: 0;
}
.banner_outer{
    float: left;
    width: 100%;
    /*background: url(../images/banner_img0.png) no-repeat, url(../images/banner_img2.png) no-repeat;*/
    background-position: right top -285px, left bottom;
    background-size: 86% auto, 70% auto;
    padding: 5% 0;
	background-color:rgba(0, 0, 0, 0.5);
}
.practice_area {
    padding: 50px 0;
    float: left;
    width: 100%;
    background-color: #152367;
}
.practice_area h2.title{
    color: #fff;
}
.practice_area h2.title:before{
    left: 50%;
    margin-left: -70px;
    background: #fff;
}
.practice_area p {
    color: #fff;
}
.practice_area h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 27px 0 18px;
}
.practice_area h5 a
{
    color: #fff;
}
.practice_col{
    margin-top: 30px;
}
.practice_col img {
    width: 100%;
}
.customtext{
    float: left;
    width: 100%;
    padding: 30px 0;
    margin: 0;
    background: #f5f5f5;
    font-weight: 600;
}
.customtext .container{
    max-width: 1050px;  
}
.attorney_law{
    float: left;
    width: 100%;
    background: url(../images/contact_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 140px 0 90px;
}

.law_left h3 {
    font-weight: bold;
    font-size: 39px;
    color: #141960;
    letter-spacing: 1.5px;
    position: relative;
    /* padding-bottom: 30px; */
    line-height: 1.3;
    /* margin: 5px 0 30px; */
    margin-top: -30px;
}
.contact_form p {
    text-align: center;
    font-weight: 600;
}
label.gfield_label {
    display: none;
}
.entry-content li {
    list-style: disc !important;
    margin-left: 30px;
}
h5 {
    text-transform: uppercase;
    color: #152367;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.law_left p {
    font-weight: 600;
    line-height: 2;
    margin-bottom: 20px;
}
.law_left ul li {
    padding-left: 26px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    background: url(../images/arrow.png) no-repeat;
    background-position: left 6px;
}
.law_left ul li a{
    text-decoration: underline !important;
}
.testimonials {
    padding: 0 55px 50px;
    background: #fff;
    border-bottom: 5px solid #152367;
}
div#myCarousel {
    margin-top: -80px;
    display: inline-block;
    text-align: center;
}
ol.carousel-indicators {
    bottom: -30px;
}
.faq_right a {
    text-decoration: underline !important;
}
.faq_right h2 {
    font-size: 38px;
}
.carousel-inner h2.title {
    font-size: 30px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
}
.carousel-inner h2.title:before{
    left: 50%;
    margin-left: -70px;
}
.carousel-inner .item img{
    width: 100%;
}
.rating{
    text-align: center;
    padding: 5px 0 15px;
}
.carousel-inner .rating img{
    width: auto;
}
.carousel-indicators li{
    background: #878a9c;
    border: none;
    width: 10px !important;
    height: 10px !important;
    margin: 0 2px !important;
}
.carousel-indicators .active {
    background-color: #152367;
}
.contact_form {
    max-width: 600px;
    margin: 70px auto 0;
    display: block;
}
.contact_form h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.contact_form p{
    text-align: center;
    font-weight: 600;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    border: none;
    padding: 14px 20px 9px;
    margin: 12px 0 0;
    font-weight: 600;
    font-size: 15px;
}
.contact_form textarea{
    min-height: 150px;
}
.contact_form  input[type="submit"] {
    background: #152367;
    width: auto;
    min-width: 230px;
    color: #fff;
    margin: 20px auto 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.contact_form  input[type="submit"]:hover{
    background: #141960;
}
footer{
    float: left;
    width: 100%;
    padding: 70px 0 30px;
}
footer h6 {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 16px;
}
footer p {
    line-height: 1.5;
}
.foot_col2 a{
    font-weight: bold;
    color: #152367;
}
footer a:hover{
    color: #152367;
}
.foot_col3 a + h6 {
    margin-top: 20px;
}
.foot_col4 ul li a {
    background: #152367;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    font-size: 21px;
    color: #fff;
    margin: 0 7px 5px 0;
}
.foot_col4 ul li a:hover{
    background: #141960;
}
.copyright{
    margin-top: 35px;
}
.copyright span {
    padding-top: 10px;
    float: left;
    margin-right: 5px;
}
.law_left a {
    color: #057cc3;
}
.copyright_menu {
    text-align: right;
    margin-top: 45px;
}
/*********************FAQS PAGE********************/
.inner_banner{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
     background-position: center !important;
}
.inner_banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.page_title h2{
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
}

.attorney_law.contact_inner {
    padding: 100px 0;
}
.attorney_law.contact_inner .contact_form {
    margin-top: 0;
}
.attorney_law.contact_inner .contact_form h2 {
    margin-top: 0;
}
.content_inner {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.faq_left {
    background: #161517;
    padding: 40px 30px;
    float: left;
    width: 100%;
}
.content-wrap li {
    list-style: disc;
}
.content-wrap ul
{
    padding-left: 40px;
}
.content-wrap p {
    margin: 20px 0px;
}
.faq_left h3{
    line-height: 1.3;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.faq_left h3 a
{
color: #fff;
font-family: 'Montserrat', sans-serif;
}
.addtoany_content {
    margin-bottom: 50px;
}
p.post_date {
    color: #656565;
}
.faq_right_2
{
        padding-right: 7%;
        padding-left: 0px!important;
}
.addtoany_shortcode
{
    margin: 40px 0px;
}
.gform_body li {
    list-style: none !important;
}
.faq_left ul li:last-child {
    padding-bottom: 20px;
}
.faq_left ul li a{
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.faq_left ul li {
    line-height: 1.3;
    float: left;
    width: 85%;
    color:#fff;
    margin: 10px 0;
}
.faq_right {
    padding-left: 7%;
}
.faq_right h4 a
{
   font-size: 16px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    width: 100%;
    text-decoration: underline !important;
}
.faq_right h5 {
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.faq-ans {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.faq-ans:last-child {
    margin-bottom: 0;
}
.faq-inner {
   /* position: sticky;
    top: 84px;*/
    display: inline-block;
    width: 100%;
}
.content_inner .row {
    display: flex;
    flex-wrap: wrap;
}

.contact_page input, .contact_page textarea {
    border: 1px solid #989898;

}
.contact_page
{
    margin:0px auto 0;
}
.contact_page p
{
    font-size: 14px;
   font-weight: 300; 
}
.map_iframe
{
    width: 100%;
    float: left;
}
.practice_left
{
   padding: 40px 0px;
}
.practice_left ul li
{
      padding: 0px 0px;
    padding-bottom: 10px;
    margin-left: 27px;
    border-bottom: 1px dashed #fff;
}
.content-wrap ul li a
{
    text-decoration: underline !important;
}
.practice_left h3 {
    font-size: 16px;
    margin-top: 0;
    border:none;
    margin-bottom: 25px;
    background: #8b1b21;
    padding: 8px 40px;
    width: 88%;
    font-family: 'Montserrat', sans-serif;
}
.carousel-control.right {
    right: -13%;
}
.carousel-control.left, .carousel-control.right
{
    background-image:none !important;
}
.carousel-control:focus, .carousel-control:hover
{
    color:#000;
}
.carousel-control
{
        top: 20%;
    bottom: 0;
    left: -13%;
    width: 13%;
    font-size: 50px;
    color:#000;
    opacity: 1;
}
.lawsiteexpress
{
    display:block;
    float: right!important; margin-top: -30px;
}
/**************************************************Media Query**************************************************/
@media(max-width: 1199px){
    header.header .container {
        max-width: 100%;
    }
    .logo {
        max-width: 200px;
    }
    .navbar ul li {
        margin: 0 12px;
    }
    .phone a {
        font-size: 24px;
    }
    p {
        font-size: 15px;
    }
    body {
        font-size: 15px;
        padding-top: 69px;
        line-height: 1.6;
    }
    .banner_inner h4 {
        font-size: 20px;
    }
    h2.title {
        font-size: 40px;
        padding-bottom: 25px;
        margin: 5px 0 25px;
    }
    .banner-top {
        margin-bottom: 100px;
    }
    .banner-bottom h2.title{
        font-size: 34px;
        padding-top: 25px;
    }
    .page_title h2 {
        font-size: 34px;
    }
    .banner_inner.banner-bottom h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .practice_area h5 {
        font-size: 17px;
        margin: 22px 0 13px;
    }
    .carousel-inner h2.title {
        font-size: 35px;
        margin-top: 25px;
    }
    .foot_col4 ul li:last-child a {
        margin: 0;
    }
    .faq_left h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .practice_left h3
    {
        font-size: 15px;
        padding: 8px 20px;
    }
    .practice_left ul li {
    padding: 0px 15px;
}
}
@media(max-width: 991px){
    body {
        padding-top: 65px;
    }
    .menu_icon, .close_icon{
        display: block;
        cursor: pointer;
    }
    .navbar {
        position: fixed;
        left: -100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: rgba(32, 42, 54, 0.95);
        padding: 20px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;  
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .open .navbar{
        left: 0;
    }
    .close_icon {
        position: absolute;
        top: 20px;
        cursor: pointer;
        right: 20px;
        display: block;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        line-height: 1;
    }
    .navbar ul li a {
        font-size: 6.5vw;
        color: #fff;
    }
    .menu-header-container ul li ul li a {
       font-size: 15px !important;
    }
    .menu-header-container ul li ul li
    {
        text-align: left;
        background-position: left 17px;
    }
    .menu-header-container ul li:hover ul 
    {
        top:133px;
    }
    .header .phone {
        display: none;
    }
    footer .col-xs-6, footer .col-xs-12 {
        margin-bottom: 20px;
    }
    footer {
        padding: 50px 0 40px;
    }
    .banner_outer {
        background-position: 60% 0%, left bottom;
        background-size: 125% auto, 120% auto;
        padding: 80% 0 15%;
    }
    .container {
        padding: 0 35px;
    }
    div#myCarousel {
        margin-top: 25px;
        display: inline-block;
        text-align: center;
    }
    .testimonials {
        padding: 0 25px 50px;
        margin-top: 20px;
    }
    .attorney_law, .attorney_law.contact_inner, .content_inner{
        padding: 60px 0;
    }
    .faq_right {
        padding-left: 0;
        padding-top: 20px;
    }
    .inner_banner{
        padding: 20% 0;
        background-position: right center !important;
    }
    .faq_left {
        background: #161517;
        padding: 40px 30px;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: table;
    }
    .faq-inner {
        position: static;
        top: 0;
    }
}

@media(max-width: 767px){
    body {
        font-size: 14px;
        line-height: 1.5;
    }
    p{
        font-size: 14px;
    }
    .container {
        padding: 0 15px;
    }
    .banner_outer {
        background-position: 60% 0%, left bottom;
        background-size: 125% auto, 120% auto;
        padding: 90% 0 15%;
    }
    .banner_inner h4 {
        font-size: 18px;
    }
    h2.title, .banner-bottom h2.title, .carousel-inner h2.title, .contact_form h2, .page_title h2 {
        font-size: 30px;
    }
    .banner-top h2.title {
        font-size: 34px;
    }
    a.btn-design {
        padding: 12px 20px 8px;
        letter-spacing: 2px;
    }
    .testimonials {
        padding: 0 15px 50px;
    }
    .copyright {
        margin-top: 0;
        float: left;
        width: 100%;
        text-align: center;
    }
    .attorney_law, .attorney_law.contact_inner, .content_inner{
        padding: 50px 0;
    }
    .inner_banner{
        padding: 20% 0;
        background-position: right center !important;
    }
    .carousel-control {
    top: 7%;
    bottom: 0;
    left: 1%;
    color:#fff;
    }
    .carousel-control.right {
    right: 1%;
}
.lawsiteexpress
{
  float: left !important;  
}


}