* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Campton Book';
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color:#706F6F;
}
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: #7F99A5;
}
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,h2,h3,h4,h5,.h5,h6{
    font-family: 'Campton';
    text-transform: uppercase;
}
h1, .h1{
    font-weight: 600;
    font-size: 60px;
    line-height: 150%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h2, .h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #1D1D1B;
}
h3, .h3{
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h4, .h4{

}
h5, .h5{

}
h6, .h6{

}

.img_block{
    line-height: 0;
}

/*============ 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;
}
.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;
}
.space-pd{
    padding:120px 0;
}
.space-mr{
    margin:120px 0;
}
.btn, .form-btn .btn, .cf7mls-btns .cf7mls_next, .cf7mls-btns .cf7mls_back{
    background: #7F99A5;
    color: #fff;
    border: 1px solid #7F99A5;
    text-transform: uppercase;
    padding: 22px 20px 20px 20px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    transition: .7s;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    border-radius: 0px;
    align-items: center;
    display: inline-flex;
}
.btn.focus{
    box-shadow: none;
}
.btn:hover {
    text-decoration: none;
    border: 1px solid #1D1D1B;
    -webkit-transition: all ease-in-out .7s;
    -moz-transition: all ease-in-out .7s;
    -o-transition: all ease-in-out .7s;
    transition: all ease-in-out .7s;
    color: #fff;
    background: #1D1D1B;
}



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

/* START LOAD MORE BUTTON CSS */
/* .loadmore-post{
    display: block;
    margin: 0 auto;
    width: fit-content;
} */


/* END LOAD MORE BUTTON CSS */



/*header css start here*/
header#header {
    padding: 14px 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 0px 5px #00000000;
    /* height: 100px; */
    position: fixed;
    top: 0;
    /* background: #0000001A; */
}
header#header.small-header{
    background: #ffffff;
    /* 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;
}
.header-left {
    width: 360px;
}
.header-right {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
}
.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: 45px;
}
.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: #1D1D1B;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
}
.wrap-header .menu-header ul li a:hover {
    color: #7F99A5;
}

.right_menu{
    display: flex;
    align-items: center;
}
.phone_number{

}
.phone_inner{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    background: #7F99A5;
    align-items: center;
    justify-content: center;
    padding: 18px 19px 14px 19px;
    height: 60px;
}
.phone_inner:hover{
    -webkit-transition: all ease-in-out .7s;
    -moz-transition: all ease-in-out .7s;
    -o-transition: all ease-in-out .7s;
    transition: all ease-in-out .7s;
    background: #1D1D1B;
}
.call_text{
    font-weight: 500;
    font-size: 19px;
    line-height: 19.2px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #eb5311;
    margin-bottom: 11px;
}
.phone_inner svg {
    margin: 0 12px 0 0;
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
}
.phone_inner a.header-ph {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.phone_inner .numeric{
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    letter-spacing: 0.5px;
}
.search-icon {
    cursor: pointer;
    height: 18px;
    line-height: 21px;
    position: relative;
    margin: 0px 0 0 25px;
}
.search-icon svg{
    width: 18px;
    height: 18px;
}

.search-icon:hover svg, .search-icon:hover svg path{
    stroke: #7F99A5;
}
/*.mobile-phonenumber a.header-ph:hover {
    color: #64241F;
}*/
.mobile-phonenumber a.header-ph svg {
    margin-right: 10px;
}
.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 {
    color: #7F99A5;
    text-decoration: underline;
}
/* .small-header .main-menu .menu-header ul .current_page_item>a, .main-menu .menu-header ul .current_page_ancestor>a {
    color: #B1915E;
} */
/*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: 99%;
    left: 0px;
    text-align: left;
    min-width: 230px;
    background: #fff;
    z-index: 2;
    box-shadow: 1px 3px 16px rgba(0, 0, 0, .35);
    border-radius: 0px;
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 5px 9px 2px 9px !important;
    position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: #7F99A5;
}
.menu-header ul.sub-menu li a {
    color: #181818;
    display: block;
    width: 100%;
    padding: 5px 0px;
}
.menu-header ul.sub-menu li:hover> a {
    color: #0F4277 !important;
}
#mainNav>li.menu-item-has-children {
    position: relative;
    margin-right: 60px;
}
#mainNav li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
}
#mainNav li.menu-item-has-children:hover > ul.sub-menu li.current-menu-item a{
    color: #7f99a5;
}
.menu-header ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
.menu-header ul.sub-menu li:hover > a {
    color: #fff !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 #dedede;
    border-top: 2px solid #dedede;
    -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: -16px;
    position: absolute;
    top: 47%;
    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 #1D1D1B;
    border-bottom: 2px solid #1D1D1B;
    -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 #7F99A5;
    border-bottom: 2px solid #7F99A5;
}
.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;
}
header#header .container-fluid {
    padding: 0 50px;
}

/*fixed  header css start here*/
a.top-logo img{
    width: 250px;
    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;
    display: flex;
    align-items: center;
}

/* header#header.small-header .top-logo svg {
    height: 70px;
    -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: 128px;
    z-index: 999999;
}
.header-search-box {
    position: fixed;
    background-color: #6c757d;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
}
.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: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    background: 0 0;
    color: #fff;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.search-input-wrap span.msg-side-form {
    position: absolute;
    right: 68px;
    bottom: 0px;
    color: red;
    font-weight: 14px;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
    height: 55px;
    border: none;
    padding: 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: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    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{
    color: #FFF;
    position: relative;
}
.footer_content{
    background: #1d1d1b;
}
.footer_form_wrap{
    padding-left: 0;
}
.footer p{
    color:#fff;
}
.footer-location{
    display: flex;
}
.footer .icon svg{
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
.footer .call-img svg{
    margin-top: 14px;
}

.direction-link{
    color: #ed6125;
    margin-left: 33px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 1px;
}
.direction-link:hover{
    color: #000;
}
.nap-content{
    margin-left: 5px;
}
.nap-contact-block {
    margin-top: 10px;
}

.footer-nap-call{
    display: flex;
    align-items: center;
}

.footer .call-number span{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #545454;
}
.footer .call-number a:hover span{
    color: #ed6125;
}
.footer_form_wrap{
    /* background: #303030; */
}
.footer_content{

}
.footer .container-fluid{
    padding: 0;
    overflow: hidden;
}
.footer_content .inner_content{
    padding: 120px 0 120px 50px;
}
.footer .main_link{
    margin-right: 30px;
}
.quick_heading{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
}
/* .footer_link{
    margin-left: 20px;
} */
.info_content{
    margin-left: -50px;
}
.footer_logo img{
    width: 220px;
    height: auto;
}
.footer_heading{

    font-size: 49px;
    font-weight: 500;
    line-height: 60px;
}
.footer_social ul{
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}
.footer_social ul li{
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: 1px solid #545454;
}
.footer_social ul li:last-child{
    margin-right: 0px;
}
.footer_social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer_social ul li svg{
    width: 14px;
    height: 16px;
}

.footer_social{
    padding-left: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
/* .footer_social::after{
    position: absolute;
    content: '';
    width:72px;
    height: 1px;
    background: #7e7e7e;
    top: 22px;
    left: 17%;
} */
.footer_social .quick_heading {
    margin: 0 !important;
}
.footer_social .sociallink{
    padding-left: 120px;
}
.footer_social li:hover {
    background: #7f99a5;
    border: 1px solid #7f99a5;
    -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;
}
.footer_social li:hover svg path{
    fill:#fff;
}
.footer-nav{
    list-style: none;
    margin: 0;
}
.footer-nav li a{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.footer-nav li.current_page_item a{
    color: #7f99a5;
    text-decoration: underline;
}
ul.footer-nav li{
    margin: 6px 0px;
}
.footer ul li a:hover {
    color: #7f99a5;
}
ul.footer-nav li.current_page_parent a{
    color: #7f99a5;
}
.footer_para{
    margin-right: 30px;
    position: relative;
}
/* .footer_para::after{
    position: absolute;
    content: '';
    top: -8px;
    left: -41px;
    background: #6c757d8a;
    width: 1px;
    height: 160px;
} */
.menu_link_wrap{
    margin-top: 60px;
}
.nap-address{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #545454;
}
.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: 20px 0;
    background: #282828;
}
.copyright-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #fff;
    letter-spacing: 0.2px;
}
.copyright_link{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    margin-left: 10px;
    font-family: 'Campton Book';
}
.copyright_link a{
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Campton Book';
}
.copyright_link a.disclaimer{
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}
.copyright_link a:hover{
    color: #7f99a5;
}
/* .copyright b{
    height: 0;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin: 0px 5px 3px 5px;
    display: inline-block;
} */
.copyright .d_flex{
    flex-direction: column;
    align-items: center;
}
.copyright-text{
    margin-bottom: 10px;
}
.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: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    font-family: 'Campton Book';
    margin-bottom: 15px;
}
.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: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 2px solid #7D8387;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 0;
    top:3px;
}
.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: 5px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    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-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
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 {


}
.location-icon.a{
    display: none;
}


/* NEW MAP */
.map-sec{
    /* overflow: hidden; */
    /* margin-bottom: -50px;
    padding-top: 80px; */
}
.map-sec iframe{
    border: 0;
    /* position: absolute; */
    height: 1021px;
    width: 100%;
    display: block;
    width: 100%;
    display: block;
    z-index: 99 !important;
}

.map-iframe-list .map-block {
    display: none;
    height: 100%;
    width: 100%;
    position: relative;
}
.map-iframe-list .map-block iframe, .map-iframe-list .map-block.active {
    display: block;
}
.map-block {
    display: none;
}
.map-block.active {
    display: block;
}
.contactinfo{
    position:relative;
    z-index:222;
    order: 2;
}
.map-iframe-list{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.contactinfo {
    position: relative;
    z-index: 222;
    order: 2;
}
.map-row {
    display: flex;
    flex-wrap: wrap;
}
.nap-address-item{
    margin-bottom: 40px;
}
.nap-address-item:last-child {
    margin-bottom: 0px;
}
.nap-title{
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-bottom: 15px;
}
.nap-address, .nap-info a {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 300;
}
.nap-address .direction-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #2C8FE4;
    margin-top: 15px;
}
.nap-info a {
    font-weight: 300;
    display: inline-block;
    text-decoration: underline;
}
.nap-info a:hover, .nap-address .direction-link:hover{
    color: #7f99a5 !important;
}
.nap-address-item svg, .nap-address-item img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -38px;
}
.nap-block {
    display: block;
    position:relative;
}
.nap-block:first-child{
    margin-top:0;
}
.nap-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.nap-icon svg, .nap-icon img{
    width: 20px;
    height: 30px;
}
.nap-address, .nap-block .nap-text{
    padding-left: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #183658;
}
.nap-address .cname{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #706F6F;
    padding-bottom: 20px;
    margin-top: 20px;
}
.nap_phone{
    margin-left:40px;
}
.nap-address-wrap.active{
    border-bottom: 1px solid #adadad;
}
.nap-address-wrap.active .cname{
    font-weight:600;
    color: #7f99a5;
}
.contactinfo .footer-heading{
    padding: 40px 30px 0;
}
.contactinfo .nap-address-wrap {
    /* padding: 15px;
    background: #F6F6F4; */
    cursor: pointer;
}
.nap-box:hover .nap-address, .nap-box .nap-address-wrap.active .nap-address{
    color: #fff;
}
.nap-box:hover .direction-link, .nap-box .nap-address-wrap.active .direction-link{
    color: #fff;
}
.map-row{
    display: flex;
    flex-wrap: wrap;
}
.nap-box {
    cursor: pointer;
    position: relative;
}

/* .nap-box:hover::after, .nap-address-wrap.active::after {
    position: absolute;
    content: '';
    top: 40%;
    left: -38px;
    z-index: 111;
    width: 60px;
    height: 30px;
    border-bottom: solid 30px #2C8FE4;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    transform: rotate(-90deg);
} */

/* .nap-address-wrap.active::after {
    position: absolute;
    content: '';
    top: 40%;
    left: -38px;
    z-index: 111;
    width: 60px;
    height: 30px;
    border-bottom: solid 30px #2C8FE4;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    transform: rotate(-90deg);
} */

.nap_box_wrap {
    width: 40%;
    margin-left: -22%;
    z-index: 999;
    left: 0;
    position: absolute;
    bottom: 21%;
    overflow: visible;
    background: #fff;
    padding: 45px 30px;
    width: 320px;
    height: 415px;
}
.nap_box_wrap .quick_heading{
    color: #1D1D1B;
}


/* Keep the .map_location fixed to the bottom of the footer */
.map_location {
    position: absolute; /* Position it inside the footer */
    bottom: 0; /* Stick it to the bottom of the footer */
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Adjust the map to be centered */
    background: #152B46;
    color: #fff;
    display: none; /* Hidden by default */
    z-index: 9999; /* Ensure it's on top of footer content */
}

/* Make map_location visible when it's active */
.map_location.active {
    display: block;
}

/* Ensure the map content doesn't overflow and looks neat */
.footer-container .map_location {
    width: 100%;
    max-width: 500px; /* You can set a max-width based on your design */
    padding: 10px;
}
.nap-address span, .nap-address .direction-link, .nap-box .nap_phone{
    display: none;
}
.nap-address span.cname{
    display: block;
    position: relative;
}
.nap-address span.cname::after{
    position: absolute;
    content: '';
    top:9px;
    right:0;
    transform: translateY(-50%);
    background-image: url('../img/footer_arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 18px;
    height: 14px;
}
.nap-address-wrap.active .nap-address span.cname::after{
    position: absolute;
    content: '';
    top:9px;
    right:0;
    transform: translateY(-50%);
    background-image: url('../img/footer_arrow_active.svg');
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 18px;
    height: 14px;
}
.full_code{
    background: #152B46;
    width: 360px;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 17px 30px 17px 30px;
    font-weight: 300;
    z-index: 9999;
}
.full_code .title{
    text-transform: uppercase;
}
.full_code .get{
    color: #fff;

    margin-left: 40px;
    cursor: pointer;
    line-height: 43px;
    font-weight: 300;
}
.full_code .get:hover{
    color:#7F99A5;
    text-decoration: underline;
}
.full_code img{
    margin: -14px 10px 0px 0px;
}
.full_code .map_wrap{
    margin-left: 40px;
    margin-top: -27px;
}
.full_code .map_wrap img{
    position: absolute;
    top: 66px;
    left: -40px;
}
/* #map-1 .full_code .map_wrap img, #map-2 .full_code .map_wrap img{
    top: 85px;
} */

.full_code .call_wrap{
    margin-left: 40px;
    margin-top: -37px;
}
.full_code .call_wrap img{
    position: absolute;
    top: 53px;
    left: -40px;
}
.full_code .call{
    cursor: pointer;
    color: #fff;
}
.full_code .call:hover{
    color:#7F99A5;
}
.full_code .map_icon{

}
.full_code .call{

}
/* SCHEMA */
.nap_schem{
    position: relative;
}
.nap_schem .nap-address span, .nap_schem .nap-address .direction-link, .nap_schem .nap-box .nap_phone{
    display: block;
    color: #fff;
    font-family: 'Campton';
    text-transform: capitalize;
}
.nap_schem .contactinfo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nap_schem .nap-address{
    color: #fff;
    text-transform: uppercase;
    padding: 17px 30px 17px 65px;
    font-weight: 300;
    background: #152b46;
    width: 360px;
}
.nap_schem .nap-address .direction-link{
    margin-left: 0;
}
.nap_schem .nap-address-wrap.active .cname{
    font-weight: 300;
    color: #ffffff;
    margin-top: 5px;
    padding-bottom: 10px;
    margin-left: -35px;
}
.nap_schem .nap-icon{
    top: 54px;
    left: 30px;
}
.nap_schem .nap-address-wrap.active .nap-address span.cname:after{
    display: none;
}
.nap_schem .telephone{
    margin-top: 20px;
}
.nap_schem .telephone .nap-icon{
    top: -4px;
    left: -36px;
}
.nap_schem .telephone .nap-text{
    font-weight: 300;
}
.nap_schem .telephone .nap-text:hover{
    color: #7f99a5;
}
/* ------------------- */

.nap-email.d-flex.mt-3 {
    display: none !important;
}
.teamslider .slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    border: 1px solid white;
    background-color: transparent;
}
.teamslider button.next-arrow.slick-arrow {
    right: -55px;
    left: unset;
    bottom: 50%;
}

.teamslider button.prev-arrow.slick-arrow {

    bottom: 0;
    top: unset;
    bottom: 50%;
    left: -55px;
}
.teamslider button.slick-arrow:hover {
    background-color: white;
}

.teamslider button.slick-arrow:hover svg path {
    fill: #0f4277;
}
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 68%;
    height: 100%;
}
.content a button {
    background: #7f99a5 !important;
    border-radius: 0 !important;
    line-height: 30px;
    -webkit-transition: all ease-in-out .7s;
    -moz-transition: all ease-in-out .7s;
    -o-transition: all ease-in-out .7s;
    transition: all ease-in-out .7s;
}
.content a button:hover {
    background: #1d1d1b !important;
}
.content-block-image img {
    height: 500px;
    object-fit: cover;
    object-position: center top;
}



/*=========== ractice Areas Details New CSS ===========*/
.page-banner-new {
    min-height: 550px;
    margin-left: 300px;
    background-position: center;
    height: auto;
}
.page-banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #152B46;
    height: 70%;
    display: flex;
    align-items: center;
    padding: 20px 60px;
    width: calc(42% + 300px);
    margin-left: -300px;
}
.page-banner-content .banner-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.page-banner .page-banner-content .banner-title {
    line-height: 1.2;
}

.page-template-template-pa-details .space-pd {
    padding: 60px 0;
}
.pa-detail-sec .text-white a {
    color: #fff;
    text-decoration: underline;
}
.pa-detail-sec .text-white a:hover {
    text-decoration: none;
}
.child-menu-sec {
    background: #F2F5F6;
    margin-bottom: 60px;
}
.child-menu-sec .sidebar-list {
    margin-top: 0;
    padding: 0;
    background: none;
}
.child-menu-sec .blog-sidebar .widget-heading, .child-menu-sec .widget-title {
    font-size: 40px;
    line-height: 1.2;
}
.child-menu-sec .sidebar-list ul {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
}
.child-menu-sec .sidebar-list li {
    margin-bottom: 0;
}
.child-menu-sec .sidebar-list ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    background: #7F99A5;
    color: #fff;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
}
.child-menu-sec .sidebar-list ul li a:hover,
.child-menu-sec .sidebar-list ul li.active a,
.child-menu-sec .sidebar-list ul li.activeChild a,
.child-menu-sec .sidebar-list ul li.current_page_item a {
    color: #fff;
    background: #152B46;
}
.child-menu-sec .sidebar-list ul li a::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arrow-white-new.svg);
    width: 20px;
    height: 20px;
    display: flex;
    background-size: 20px;
    position: static;
}
div#apexchat_exitpopup2_chatwindow_max {
    display: none!important;
}

.read-summary-btns {
    display: flex;
    flex-wrap: wrap;
}
.read-summary-list {
    margin-right: 15px;
    margin-bottom: 15px;
}
.read-summary-list:last-child {
    margin: 0;
}










@media (max-width: 991px) {
    .page-banner-new {
        min-height: 400px;
        margin-left: 0;
    }
    .page-banner-content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 80%;
        padding: 20px 40px;
        width: 90%;
        margin-left: 0;
        text-align: center;
    }

    .child-menu-sec .sidebar-list ul {
        gap: 20px;
    }
    .child-menu-sec .sidebar-list li {
        margin-bottom: 0;
        width: calc(50% - 20px);
    }
    .child-menu-sec .sidebar-list ul li a {
        font-size: 16px;
        padding: 14px 15px;
    }
    .child-menu-sec .sidebar-list ul li a::before {
        width: 17px;
        height: 17px;
        display: flex;
        background-size: 17px;
    }
}
@media (max-width: 480px) {
    .child-menu-sec .sidebar-list li {
        width: 100%;
    }
}
/*=========== ractice Areas Details New CSS END ===========*/