* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Aeonik';
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color:#181818;
}
body, html {
    height: 100%;
}
body.nav-open-menu {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}
.banner-title.h1{
    color: #fff;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-content-wraper .container {
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none
}

a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #64241F;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}


iframe {
    border: none;
    width: 100%;
    /* height: 100%; */
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a{
    color:#FECF43;
    transition: all 3s ease;
}

ul, ol {
    padding: 0;
    margin: 0;
    margin-left: 15px;
}
.alignright{
	float: right;
    margin: 0px 0px 10px 12px;
}
.alignleft{
	float: left;
    margin: 0px 15px 10px 0px;
}
/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5,.h5, h6, .h6{
    font-weight: 500;
    text-transform: capitalize;
}
h1, .h1{
    font-size: 80px;
    line-height: 100px;
}
h2, .h2, .common-heading{
    font-size: 60px;
    line-height: 80px; 
    color: #2A2F33;
}
.common-heading {
    font-weight: 500;
    text-transform: capitalize;
}
h3, .h3{

}
h4, .h4{

}
h5, .h5{

}
h6, .h6{

}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #2A2F33;
}
ul li, ol li{
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #2A2F33;
}
.img_block{
    line-height: 0;
}
.overflow_hidden{
    overflow: hidden;
}
/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/

.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-120{
    padding-top: 120px;
}
.pb-120{
    padding-bottom: 120px;
}
.mt-120{
    margin-top: 120px;
}
.mb-120{
    margin-bottom: 120px;
}
.pl-40{
    padding-left: 40px;
}
.pr-40{
    padding-right: 40px;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-80{
    margin-top: 80px;
}
.mb-80{
    margin-bottom: 80px;
}
.eighty_pd{
    padding: 80px;
}
.space-pd{
    padding:120px 0;
}
.space-mr{
    margin:120px 0;
}
.btn, .form-btn .btn{
    background: #fecf43;
    border: 1px solid #fecf43;
    text-transform: uppercase !important;
    padding: 18px 35px 20px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    transition: .7s;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    height: 60px;
}
.btn.focus{
    box-shadow: none;
}
.btn:hover {
    text-decoration: none;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;  
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    background: #162f54;
    color: #fff;
    border: 1px solid #162f54 !important;
}
.btn_link{
    color: #FECF43;
    background: none;
    border: 0;
    padding: 0 !important;
    height: auto;
}
.btn_link:hover{
    color: #00345B;
    border: 0;
    background: none;
}
/*==================== Common CSS END ====================*/

/* START LOAD MORE BUTTON CSS */



/* END LOAD MORE BUTTON CSS */



/*header css start here*/
header#header {
    padding: 23px 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    width: 100%;
    top: 0;
    z-index: 999;
    /* height: 100px; */
    position: fixed;
    top: 0;
}
header#header.small-header{
    background: #0A182C;
    box-shadow: 0 0px 5px #00000057;
}
.wrap-header .menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 13px 45px;
}
.header-left {
    width: 270px;
}
.header-right {
    width: calc(74%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
}
.wrap-header .menu-header ul li {
    padding-left: 0;
    margin-right: 30px;
}
.wrap-header .menu-header ul li:last-child{
    margin-right: 0px;
}
.wrap-header .menu-header ul li ul li {
    margin-right: 0px;
}
.wrap-header .menu-header ul li a {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .5px;
    position: relative;
}

.wrap-header .menu-header ul li.current-menu-item a::before,
.menu-header li.current_page_parent > a::before,
.menu-header li.current-menu-ancestor > a::before 
{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -21px;
    transition: all .4s ease-in-out;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wrap-header .menu-header ul li.current-menu-item .sub-menu li a::before, 
.wrap-header .menu-header ul li.current-menu-ancestor .sub-menu li a::before {
    display: none;
}
.wrap-header .menu-header ul li.current_page_parent .sub-menu a::before{
    display: none;
}
.main-menu {
    /* padding: 0 88px; */
    padding: 0 10px;
}
.wrap-header .menu-header ul li a:hover {
    color: #FECF43;
}

.right_menu{
    display: flex;
    align-items: center;
    width: 310px;
    justify-content: end;
}

.call_text{
    font-weight: 500;
    font-size: 19px;
    line-height: 19.2px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #FECF43;
    margin-bottom: 11px;
}
.phone_inner svg {
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
}
.phone_inner a.header-ph {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone_inner a.header-ph:hover svg path{
    stroke: #fff;
}
.phone_inner .numeric{
    font-size: 18px;
    line-height: 20px;
}



.search-icon {
    cursor: pointer;
    position: relative;
    /* width: 55px;
    height: 55px;
    background: #3f3b39; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
}

.search-icon svg{
    width: 24px;
    height: 24px;
    transition: color 0.5s ease;
}

.search-icon svg path {
    transition: stroke 0.5s ease; 
}
.search-icon:hover svg, .search-icon:hover svg path{
    stroke: #ffc107;
}
/*.mobile-phonenumber a.header-ph:hover {
    color: #64241F;
}*/
.mobile-phonenumber a.header-ph svg {
    margin-right: 10px;
}
.footer{
    background: #00345B;
}
.footer-location{
    display: flex;
}
.footer-location .icon{
    margin-top: 5px;
}
.footer .icon svg{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.footer .call-img svg{
    margin-top: 14px;
    width: 26px;
    height: 26px;
}
.nap_title{
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
}
.office_title{
    line-height: 45px;
}
.direction-link{
    color: #fecf43;
    margin-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
}
.direction-link:hover{
    text-decoration: none;
}
.nap-content{
    margin-left: 5px;
}
.nap-contact-block {
    margin-top: 30px;
}
.footer-nap-call .call-number a span{
    transition: color 0.5s ease;
}
.footer-nap-call .call-number a:hover span{
    color: #FECF43;
}
.footer-nap-call .icon{
    margin-top: 5px;
}
.footer .call-number span{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
}
.footer_form_wrap{
    background: #303030; 
    padding-left: 13.5%;
    padding-right: 30px;
}

.quick_heading{
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 48px;
}

.header-button a.button {

    padding: 12px 36px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-button a.button img {
    margin-right: 12px;
}

.mobile-contact:hover {
    background: #64241F;
    color: #fff;
}
.header-button a.button svg {
    margin-right: 10px;
}
.main-menu .menu-header ul .current_page_item>a, 
.main-menu .menu-header ul .current_page_ancestor>a,
.main-menu .menu-header ul .current-menu-ancestor>a  {
    color: #FECF43;
}
/*menu dropdown*/
.menu-header ul.sub-menu {
    display: none !important;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 105%;
    left: 0px;
    text-align: left;
    min-width: 200px;
    background: #fff;
    z-index: 2;
    box-shadow: 1px 3px 16px rgba(0, 0, 0, .35);
    border-radius: 0px;
        padding: 0;
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 5px 9px 5px 9px !important;
	position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: #FECF43;
}
.menu-header ul.sub-menu li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: left;
}
.menu-header ul.sub-menu li:hover> a {
    color: #0F4277 !important;
}
#mainNav>li.menu-item-has-children {
    position: relative;
    padding-right: 13px;
}
#mainNav li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
}
.menu-header ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
.menu-header ul.sub-menu li:hover > a {
    color: #2A2F33 !important;
}
.sub-menu .menu-item-has-children:before {
    content: "";
    right: 15px;
    position: absolute;
    top: 49%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #212529;
    border-top: 2px solid #212529;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    cursor: pointer;
}
#mainNav>li.menu-item-has-children:before {
    content: "";
    right: 0px;
    position: absolute;
    top: 58%;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    cursor: pointer;
}
#mainNav>li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 2px solid #FECF43;
    border-bottom: 2px solid #FECF43;
}
.menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*fixed  header css start here*/

a.top-logo img{
    width: 270px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
header#header a.top-logo {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}



/*fixed header end css here*/

/*header search icon css start here*/

.header-search-box.open-search {
    opacity: 1;
    height: 107px;
    z-index: 999999;
    transition: all .5s ease 0s;
}
.header-search-box {
     position: fixed;
    background-color: #FECF43;
    width: 100%;
    transition: all .5s ease 0s !important;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
    overflow: hidden; /* important for height transition */
    z-index: 0;
    transition:
        height 0.5s ease,
        opacity 0.5s ease,
        background-color 0.5s ease;
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 60%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 73px;
    background: 0 0;
    color: #fff;
    padding: 31px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.search-input-wrap span.msg-side-form {
    position: absolute;
    right: 40px;
    bottom: 0px;
    color: red;
    font-size: 16px;
}
#site-searchs {
    top: 15px;
    position: absolute;
    right: 0;
    width: auto;
    height: 73px;
    border: none;
    padding: 13px 0 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: 0 0;
}
.header-search-box span.closebtn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 24%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: -9px;
    width: 35px;
    height: 35px;
}
.header-search-box  input.search::-webkit-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-moz-placeholder {
    color: #fff;
}
.header-search-box  input.search:-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::placeholder {
    color: #fff;
}

.search-icon img.search {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

/*header search icon css end here*/
/*header css  end here*/
/*footer css start here*/
.footer_row{
    padding-bottom: 45px;
    padding-top: 60px;
}

.footer_heading{

    font-size: 49px;
    font-weight: 500;
    line-height: 60px;
}
.flogo_wrap{
    margin-top: 20px;
}
.flogo_wrap img{
    width: 272px;
}
.footer_description p{
    color: #fff;
}
.footer_description li a {
    color: #fff;
   
}
.footer_description ul li {
    margin: 6px 0;
}
.footer_description ul {
    list-style: none;
    margin: 0;
    padding-bottom: 15px;
}
.footer_social ul{
    margin-top: 40px;
    list-style-type: none;
    margin-left: 0;
}
.footer_social ul li{
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
    transition: all ease-in-out 0.9s;
}
.footer_social ul li:last-child{
    margin-right: 0px;
}
.footer_social ul li a {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_social ul li svg{
    width: 22px;
    height: 22px;
}

.footer_social{
    padding-left: 0;
}
.footer_social li svg path {
    transition: fill 0.9s ease-in-out; 
}
.footer_social li:hover {
    background: #FECF43;
    border: 1px solid #FECF43;
}
.footer_social li:hover svg path{
    fill: #00345b;
}
.footer-nav{
    list-style: none;
    margin: 0;

}

.footer-nav li a{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: color .5s ease;
}
ul.footer-nav li{
    margin: 6px 0px;
}
.footer-nav li.current_page_item a{
    color: #FECF43;
}
.footer ul li a:hover {
    color: #FECF43;
}
ul.footer-nav li.current_page_parent a{
    color: #FECF43;
}
.footer .practice_link{
    padding-left: 40px;
}
.footer .flink_wrap{
    padding-left: 100px;
}
.nap-address{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}




.footer_wrap .map{
    position: relative;
}
.footer_wrap .map iframe{
    height: 600px;
}
#menu-footer-menu-2{
    margin-top: -2px;
}
li#menu-item-663{
    padding-top: 4px;
}
.copyright {
    padding: 17px 0;
    background: #00345b;
    border-top: 1px solid #727272;
}
.copyright-text p{
    font-weight: 400;
    color: #fff;
}
.copyright_link{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin-left: 0px;
}
.copyright_link a{
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    transition: color .5s ease;
    margin-right: 25px;
}
.copyright_link a.disclaimer{

    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}
.copyright_link a:hover{
    color: #FECF43;
    text-decoration: none;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}

/*============ Form CSS ============*/
.wpcf7{
    position: relative;
    z-index: 9;
}
.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.form-control {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 0px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
textarea.form-control {
    height:100px;
    resize: none;
}  
.select-box select {
    color: #000;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 14px 0;
    line-height:normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box > span{
    position:relative;
}
.select-box > span::after{
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    color: #fff;
    width: 281px;
    display: block;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
}
.contact_page .wpcf7-acceptance .wpcf7-list-item-label{
    color: #000;
    width: 100%;
}
.contact_page .wpcf7-acceptance .wpcf7-list-item-label:before{
    top: 11px;
}
.contact_page .wpcf7-acceptance label input:checked+.wpcf7-list-item-label:after{
    top: 11px;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    background: #E0E0E0;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 8px;
    border-radius:2px;
}
/* .wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
} */
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 4px;
    width: 4px;
    height: 9px;
    border: solid #0c1a36;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked + .wpcf7-list-item-label {
    color: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.wpcf7-acceptance label a:hover{
    text-decoration: underline;
}


.wpcf7-spinner {
    display: none;
    position: absolute;
    right: 20%;
    bottom: 20px;
    left: 0;
    margin: auto;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
}
.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
    display: inline-block !important;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
div.wpcf7 .ajax-loader{
    display:none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #1B75BC;
    background-image: url(../img/loader-w.svg);
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block!important;
    top: 0;
    bottom: auto;
}
.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
/* .wpcf7-spinner {
    display: none !important;
} */
.wpcf7 span[data-name="PhoneNumber"] .wpcf7-not-valid-tip {
    opacity: 0;
    display: none;
}
.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7 span[data-name="EmailAddress"]  label.error {
    opacity: 0;
}

.wpcf7 span[data-name="EmailAddress"] {
    position: relative;
}

.wpcf7 span[data-name="EmailAddress"] label#EmailAddress-error {
    opacity: 1;
}
.blog-sidebar  div.wpcf7 .ajax-loader.is-active{
    background-color: #1B75BC;
    border-color:#1B75BC;
}

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img{
    display:none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

.map-sec iframe {
    width: 100%;
    display: block;
}
.location-icon.a{
    display: none;
}

.nap-email.d-flex.mt-3, .wrap-header .menu-header  .menu-top > li:first-of-type {
    display: none !important;
}


.WhyChoose-inner {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px; 
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.WhyChoose-col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    display: flex;
}

.why-box {
    background: #f9f9f9;
    padding: 60px 60px 60px 50px;
      height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.why-box .WhyChoose-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.talk_with_lowell_desc {
    background-color: #00345B;
    padding: 93px 45px;
    color: #fff;
}
.talk_with_lowell_desc .common-heading,
.defence-content .common-heading{
    font-size: 60px;
    font-weight: 500;
}
.home_about_inr h1 {
    font-size: 60px;
    line-height: 64px;
}
.talk_with_lowell_desc p {
    color: #fff;
}
.talk_with_lowell .row{
    --bs-gutter-x: 0;
}
.talk_with_lowell_desc .common-heading {
    margin-bottom: 40px;
    color: #fff;
}
.talk_with_lowell img {
    vertical-align: unset;
}
.defence-img {
    position: relative;
}
.criminal-defence-img {
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.defence-content a {
    display: inline-block;
    margin-top: 50px;
}

.defence-content h3 {
    margin-bottom: 45px;
}

.wp-block-buttons>.wp-block-button {
    width: 100%;
}
.wp-block-separator {
    display: none;
}
.award_wrap .slick-track{
    display: flex;
}
.slick-slide.award-list {
    height: auto;
}
.award-list img {
    object-fit: contain;
    object-position: center;
}
.award-list {
    padding: 10px;
}
a.numeric_list_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.team-social-list {
    margin-top: 25px;
}
.team-social-list a {
    display: flex;
    align-items: center;
    transition: none;
    line-height: normal;
}
.media-icon {
    width: 50px;
}
.media-icon svg path {
    fill: #1c4e76;
}
.media-icon img,
.media-icon svg {
    width: 36px;
    height: 36px;
    display: block;
}
.media-title {
    width: calc(100% - 50px);
    font-size: 24px;
    font-weight: 600;
}
.team_video_social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}
.team-social-list a:hover {
    text-decoration: none !important;
    color: #fecf43 !important;
}
.team-social-list a:hover .media-icon svg path{
    fill: #fecf43;
}

.is-style-outline.button,
.selected-res-link {
    border: 0;
    background: #dfdfdf;
    color: #2a2f33;
}

.selected-res-link {
    padding: 10px;
    border-radius: 10px;
}

.is-style-outline.button a,
.selected-res-link a, .default-content a {
    color: #dcac35 !important;
    &:hover {
        color: #dcac35 !important;
    }
}

.wp-block-buttons.is-content-justification-center.dui-resources-link {
    justify-content: flex-start;
    margin-bottom: 25px;
}
.dui-resources-link.wp-block-buttons>.wp-block-button {
    width: 31%;
}

.footer_description a, .footer-nav li a {
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: 0s;
    &:hover {
        color: #fecf43;
        text-decoration: none;
    }
}

.footer-nav li.current_page_item a {
    text-decoration: none;
}
.award-section {
    background: #f9f9f9;
    padding: 35px 0;
    overflow-x: hidden;
}
.hover-zone {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 20;
    cursor: pointer;
    width: 1000px;
}

.right-zone-team,
.right-zone-pr,
.right-zone,
.slider-right-zone {
    right: -960px;
}
.left-zone-team,
.left-zone-pr,
.left-zone,
.slider-left-zone {
    left: -960px;
}

.slider-right-zone {
    right: -890px;
}
.slider-left-zone {
    left: -890px;
}
.slick-slider-wraper,
.practice-box-wraper,
.media-slick-container{
    position: relative;
}
.media-slick-container{
  overflow: hidden;
}
.hover-zone.left-zone-team {
    width: 80px;
    left: -80px;
}