* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'News Cycle';
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color:#000;
}
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;
}
ul {
    padding: 0;
    margin: 0;
}
.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: Myriad Pro;
}
h1{
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    letter-spacing: 0.02em; 
}
h2, .h2{
    font-size: 62px;
    font-weight: 600;
    line-height: 70px;   
}
h3, .h3{
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.02em;
}
h4, .h4{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
h5, .h5{

}
h6, .h6{

}
p{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #4D4B4B;
}
.sub_heading{
    font-size: 20px;
    font-weight: 400;
    line-height: 32.89px;
    letter-spacing: 0.27em;
    color: #DA8602;
    text-transform: uppercase;
}
.bg_blue{
    background: #0C4C9D;
}
.line_height{
    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:80px 0;
}
.space-mr{
    margin:80px 0;
}

.btn, .form-btn .btn{
    background: #0C4C9D;
    color: #fff;
    border: 1px solid #0C4C9D;
    text-transform: uppercase !important;
    padding: 13px 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 36.18px;
    letter-spacing: 0.06em;
    border-radius: 8px;
}
.btn.focus{
    box-shadow: none;
}
.btn:hover {
    text-decoration: none;
    border: 1px solid #0C4C9D;
    color: #0C4C9D;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.yellow_btn, .form-btn .yellow_btn{
    background: #DA8602;
    border: 1px solid #DA8602;
}
.form-btn .btn{
    padding: 13px 30px;
    line-height: 26px;
}



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

/* START LOAD MORE BUTTON CSS */
/* .loadmore-post{
    display: block;
    margin: 0 auto;
    width: fit-content;
} */
.case_page .case_list, .video_page .video_list{
    display: none;
}
.case_page .case_list.active, .video_page .video_list.active{
    display: inline-block;
}

/* END LOAD MORE BUTTON CSS */



/*header css start here*/
header#header {
    padding: 18px 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    width: 100%;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 5px 8px transparent;
    box-shadow: 0 0px 5px transparent;
    height: 100px;
    position: fixed;
    top: 0;
}
.wrap-header .menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-left {
    width: 234px;
    margin-top: 12px;
}
.header-right {
    width: calc(100% - 234px);
    -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: 35px;
}
.wrap-header .menu-header ul li ul li {
    margin-right: 0px;
}
.wrap-header .menu-header ul li a {
    color: #dedede;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 20px;
    font-weight: 400;
    line-height: 32.89px;
    letter-spacing: 0.02em;
}
.main-menu {
    padding-right: 26px;
}
.wrap-header .menu-header ul  li a:hover {
    color: #DA8602;
}


.phone_number{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}
.phone_inner{
    width: 200px;
    text-align: center;
}
.phone_inner span a,
.phone_inner span{
    font-size: 18px;
    font-weight: 400;
    line-height: 29.6px;
    letter-spacing: 0.02em;
    color: #fff;
}
.phone_inner svg {
    margin: 0px 6px 0px 0px;
    position: relative;
    top: 2px;
}
.phone_inner a.header-ph {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center; 
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 0px;
    letter-spacing: 0px;
    background: #DA8602;
    padding: 8px 10px;
    border-radius: 5px;
    line-height: 100%;
}
.phone_inner a.header-ph:hover{
    color: #da8602;
    background: #fff;
}
.phone_inner a.header-ph:hover svg path{
    fill: #da8602;
    stroke: #da8602;
}
.search-icon {
    cursor: pointer;
}
.search-icon {
    cursor: pointer;
    padding-top: 10px;
}
.search-icon:hover svg, .search-icon:hover svg path{
    fill: #da8602;
}
/*.mobile-phonenumber a.header-ph:hover {
    color: #64241F;
}*/
.mobile-phonenumber a.header-ph svg {
    margin-right: 10px;
}
.footer .nap_section{
    padding-left: 80px;
}
.social-media-title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    padding-right: 15px;
}
.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
}
.social_wrap .footer_title{
    padding-left: 185px;
}
.social-media a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0.98px solid #5A4B52;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.social-media a:nth-last-child(){
    margin:0;
}
.social-media a:last-child{
    margin:0;
}
.social-media a:hover {
    background: #DA8602;
}
.social-media img{
  width: 15px;
    height: 15px;
    object-position: center;
    object-fit: contain;   
}
.social-media svg {
    width: 15px;
    height: 15px;
}
.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: #DA8602;
    font-weight: 700;
}
/*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: 0px 17px 16px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #DA8602;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 9px !important;
}
.menu-header ul.sub-menu li:hover {
    background: #0C4C9D;
}
.menu-header ul.sub-menu li a {
    color: #000;
}
.menu-header ul.sub-menu li:hover> a {
    color: #DA8602 !important;
}
#mainNav>li.menu-item-has-children {
    position: relative;
    margin-right: 50px;
}
#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: #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: -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-bottom: 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:hover:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 2px solid #DA8602;
    border-bottom: 2px solid #DA8602;
}
.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*/
header#header.small-header {
    -webkit-box-shadow: 0 0px 5px #000;
    box-shadow: 0 0px 5px #000;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 70px;
    background: #0C4C9D;
}
a.top-logo{
    width: 345px;
}
a.top-logo img{
    width: 345px;
}
header#header a.top-logo {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.small-header .social-media {
    padding: 0;
}
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: 85px;
    z-index: 999999;
}
.header-search-box {
    position: fixed;
    background-color: #0c4c9d;
    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;
    margin-top: 12px;
}
/*header search icon css end here*/
/*header css  end here*/
/*footer css start here*/
footer#footer {
    background-color: #000;
    color: #fff;
    padding: 100px 0px 50px 0px;
}
.footer .space{
    margin-left: 20px;
    margin-right: 20px;
}
.footer-content p {
    font-size: 13px;
    line-height: 24px;
}
.footer ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32.89px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.footer-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    border-top: 1px solid #FFFFFF4D;
    border-bottom: 1px solid #FFFFFF4D;
}
.footer ul li a:hover {
    color: #DA8602;
}
.footer ul .current_page_item a {
    color: #DA8602;
    font-weight: 700;
}
ul.footer-nav li{
    padding: 20px 38px;
}
.footer_title{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    font-family: Myriad Pro;
}
.nap_section .footer_title{
    padding-left: 12px;
}
.pre-footer-nav{
    padding-left: 0px;
}
.pre-footer-nav li{
    padding-bottom: 8px;
    list-style: none;
}
.footer .pre-footer-nav a{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}
.nap-contact-block{
    margin-top: 12px;
}
.services-menu ul li {
    list-style: none;
}
.footer_contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.footer_contact .phone_inner {
    width: 251px;
}
.footer_contact .phone_number{
    border: 1px solid #da8602;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}
.footer-logo .footer-content {
    padding-right: 80px;
    margin-top: 40px;
}
.footer-contact .nap-contact-block a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.footer-contact .nap-contact-block a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.footer-contact .nap-email a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.footer-nap-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.footer-nap-call .call-img {
    padding-right: 15px;
    margin-top: 3px;
}
.footer-nap-call .call-img img {
    height: 26px;
    width: 26px;
}
.location-icon {
    margin-right: 15px;
    padding-top: 5px;
}

.nap-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #ffffff38;
    padding: 12px 0;
    display: none;

}
.nap-email .email-icon {
    padding-right: 18px;
    padding-top: 15px;
}
.nap-email .email-icon img {
    height: 26px;
    width: 26px;
}

.footer-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-location .location-icon img {
    padding-right: 18px;
}
.nap-address{
    line-height: normal;
}
.nap-address span {
    font-size: 18px;
    font-weight: 400;
    line-height: 0px;
}

.get-direction a.direction-link {
    text-decoration: underline;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.get-direction a.direction-link:hover, .footer-contact .nap-email a:hover, .footer-contact .nap-contact-block a:hover {
    color: #DA8602;
    text-decoration: none;
}
.call-number a{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
.services-menu a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 400;
}
.services-menu a:hover {
    color: #64241F;
}
.copyright {
    background-color: #191919;
    color: #FFFFFF80;
    padding: 10px 0;
}
.copyright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.31px;
    letter-spacing: 0.11em;
}
.copyright_link{
    font-size: 16px;
    font-weight: 400;
    line-height: 26.31px;
    letter-spacing: 0.11em;
}
.copyright_link a{
    color: #FFFFFF80;
    margin-left: 17px;
    padding-left: 15px;
}
.copyright_link a.disclaimer{
    border-left: 1px solid #FFFFFF80;
}
.copyright_link a:hover{
    text-decoration: underline;
}
.footer-contact-form .form_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-form-map {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    padding-right: 50px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}
.heading-icon:before {
    content: '';
    position: absolute;
    background-image: url(../img/heading-icon.svg);
    top: 7px;
    height: 40px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    left: -99px;
}
/*============ Form CSS ============*/
.wpcf7{
    position: relative;
    z-index: 9;
}

/* .form-control:focus {
    border-color: #dcdcdc;
} */
.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: 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;
}
/* .submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    min-width: 190px;
} */


.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 ============*/
.book_wrap:nth-child(3) {

}
.practice_page .practice_box a {
    display: block;
}
.white-btn {
    background: #fff;
    border-color: #fff;
    color: #0c4c9d;
}
.white-btn:hover {
    background: transparent; 
    color: #fff;
    border-color: #fff;
}
.accordion-item.accordion-faqs-list {
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.accordion-item.accordion-faqs-list .accordion-button {
    font-size: 24px;
    background: transparent;
    line-height: 40px;
    font-family: Myriad Pro;
    text-transform: uppercase; 
    font-weight: 600;
    cursor: pointer; 
}
.fqlist ul {
    display: flex;
    justify-content: center; 
    text-align: center;
    flex-wrap: wrap;
    border: 0px;
}
.fqlist ul a {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px;
    padding: 5px 15px;
    background: #0C4C9D;
    display: inline-block;
        border-radius: 5px;
}
.fqlist ul a.active,
.fqlist ul a:hover
 {
    background: #da8602;
}
.accordion-body ul li {
    list-style-position: inside; 
}
.banner-video video {
    object-fit: cover;
}
.faq-category-title {
    color: #052c65;
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.map-sec iframe {
    width: 100%;
    display: block;
}
.banner-home:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 100%);
    height: 150px;
    width: 100%;
    top: 0px;
    z-index: 9;
}
.page-banner:before{
    content: "";
    position: absolute;
    background: linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 100%);
    height: 150px;
    width: 100%;
    top: 0px;
    z-index: 9;  
}
.slick-active.slick-center .post_loop_box {
    transform: scale(1.3);
    background: #fff;
    position: relative;
    z-index: 9;
    opacity: 1;
}
.post_loop_box {
    padding: 15px;
    transition: 2s;
    margin: 60px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    opacity: 0.5;
}
.team_box_wrap a img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center top;
    border-radius: 50%;
    margin: auto;
}
.team-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -25px;
}
.team-slider .next-arrow.slick-arrow {
    left: auto;
    right: -40px;
}
.teamloop .team-name {
    color: #000;
    text-align: center;
    margin: 15px 0px 0px 0px;
    font-weight: 600;
    font-size: 24px;
}
.teamloop .designation {
    color: #da8602;
    font-size: 20px;
}
.post_loop_box:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 35%;
    background: #F9F9F9;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.book_wrap {
    margin-top: 50px;
}
.play-btn {
    background-image: url(../img/video_icon.webp);
    width: 65px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
}
.video_img {
    position: relative;
    display: block;
}
.video_img img {
    width: 100%;
}
.light-bg {
    background: #F9F9F9;
}
.video-topic-list li a {
    color: #000;
}
.video-topic-list li a:hover {
    color: #DA8602;
}
.default-content iframe {
    height: 450px;
}