<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0;
    padding:0;
    --blue:#1D3960;
    --orange:#FE5A27;
    --dark-blue:#152630;
    --rgb-dark:21, 38, 48, ;
    --color-1: #fff;
    --color-3: #152630;
    --color-4: #FBF7F2;

}
body {
    font-family: 'Roboto', sans-serif;
    float: left;
    width:100%;
    background: #fff;
    font-size: 22px;
    color:#343434;
    line-height: 1.8;
    font-weight:400;
    overflow-x:hidden;
}
p, body{
    font-size: 22px;
}
body, html{
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
.hide{
    display: none;
}
:focus{
    outline: none !important;
}
a {
    color:var(--orange);
    font-weight:400;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
    text-decoration:none
}
a:hover {
    color:#000;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}
a, .btn, input, select, textarea, button, img {
    outline:0!important;
    box-shadow:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color:#c70e09;
}
.gray-bg{
    background:#fcfaf7;
}
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;
    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%
}
.white-text {
    color:#fff!important
}
.alignnone {
	display: block;
    margin: 25px auto;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: right;
    margin: 5px 0 20px 20px;
}
.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;
}
strong {
    font-weight: 600;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
/*============ Heading CSS ============*/
.sub-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #17243b;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    width: 100%;
    font-weight:800;
    color:#000;
    
   
}
h1, h2.f-94{
    font-size:70px;
    font-weight:600
}
h2,h3,h4,h5,h6{
    color:var(--dark-blue)
}
h6{
    font-size:28px;
    font-weight:500;
}
.h2 .h2, h2, .heading, h2.title {
    color: #000;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--dark-blue);
}
h3{
    font-size:50px;color: var(--dark-blue);
}
h4{
    font-size: 40px;color: var(--dark-blue);
}
h5{
    font-size: 30;color: var(--dark-blue);
}
h6{
    font-size: 20px;color: var(--dark-blue);
}
/*============ Heading CSS END ============*/

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
    top: 50%;
    bottom: auto;
    width: 30px;
    height: 30px;
    left: -40px;
    right: auto;
	z-index:9;
    transform: translateY(-50%);
}
.slick-arrow svg, .slick-arrow img {
    width: 30px;
    height: 30px;
    fill: #4D88B6;
}
.slick-arrow svg path{
    fill: #4D88B6;
}
.slick-next {
    left: auto;
    right: -40px;
}
.slick-arrow:hover svg, .slick-arrow:hover svg path{
    fill: #000;
}
/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../png/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 ============*/

/*================ Pagination CSS =================*/
.pagination {
    margin-top: 30px;
    
}
.pagination h2.screen-reader-text {
    display: none !important;
}
.pagination .nav-links * {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #C7C0C0;
}
.pagination .nav-links .current, .pagination .nav-links *:hover,
.pagination .nav-links .next, .pagination .nav-links .prev{
    color: var(--orange);
	border: 1px solid var(--orange);
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd{
    padding:60px 0;
}
.space-mr{
    margin:60px 0;
}

a.lp_btn , .btn {
    background-color: var( --orange);
    color: var(--color-1);
    text-decoration: none;
    padding: 17px 60px;
    font-size: 18px;
    font-weight:500;
    margin:20px auto 0;
    text-transform: uppercase;
    display:block;
    width: fit-content;
    border-radius:0;
    border:1px solid var( --orange);
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover, a.lp_btn:hover{
    background:none;
    color:var(--orange);
}
.white-hover-btn:hover {
    color: #fff;
    border-color: #fff;
}
.white-btn{
    background: none;
    color: #fff;
    border:2px solid #fff;
}
.white-btn:hover{
    background:#fff;
    color:var(--orange);
	border:2px solid #fff;
}

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

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
    margin-top:35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7{
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 30px;
    width:100%
}
.form-control:focus {
    box-shadow: none;
    background: no-repeat;
    color: #000;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
.wpcf7 .wpcf7-not-valid-tip{
    display:none;
}
.wpcf7 .wpcf7-response-output {
    display:none !important;
    border: none!important;
    margin: 0!important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0!important;
}
.wpcf7  .wpcf7-response-output.wpcf7-mail-sent-ok {
    color:#398f14!important;
}
.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.form-control {
    border:none;
    border: 1px solid rgba(190, 190, 190, 1);
    padding: 12px 12px;
    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 &gt; span{
    position:relative;
}
.select-box &gt; 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: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.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: 4px;
    left: 8px;
    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;
    
}
.submit-btn input[type="submit"] {
    background: var(--orange);
    width: auto;
    border: none;
    padding: 16px 60px;
    font-weight: 400;
    text-transform:uppercase;
    color: #fff;
    border:2px solid var(--orange);
    line-height: 24px;
    width: 100%;
}
.submit-btn input[type="submit"]:hover{
    background: none;
    color:var(--orange);
    border-color:var(--orange)
}

.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: var(--orange);
    background-image: url(../svg/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;
}
p.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    bottom: 16px;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: 12px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 33px;
}
.blog-sidebar  div.wpcf7 .ajax-loader.is-active{
    background-color: var(--orange);
    border-color:var(--orange);
}
/*============ Form CSS END ============*/


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header { background-color: #051C2F;}     
.no-banner  #container-wrap{ margin-top: 110px;}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    min-height:700px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-color: #051C2F;
}

.page-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom:150px;
    padding-top: 100px;
}
.page-banner .banner-title {
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
  
    color: #fff;
    text-align: center;
    background-color:rgba(var(--rgb-dark) 0.5);
    padding:40px 50px;
    width:70%;
    margin:auto;
}

/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/ 
.blog-search input.form-control {
    padding: 15px 45px 15px 10px;
    line-height: normal;
    height: 55px;
    width: 100%;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
	background: #FCFCFC;
	border: 1px solid #E4DFDF;
}
.blog-search input.form-control:focus ~ .msg-side-form{
    display:none;
}
.blog-search .search-btn {
    background: none;
    height: 55px;
    cursor: pointer;
    z-index: 9;
    width: 55px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog-search .search-btn svg, .blog-search .search-btn img {
    width: 20px;
    height: 20px;
    fill:var(--orange);
}
.blog-search .search-btn svg path{
    fill:var(--orange);
}
.blog-search .msg-side-form {
    right: 50px;
}
.blog-search .form-control:focus{
	box-shadow: none;
}

.sidebar-heading, .sidebar-list .widget-title {
    padding-bottom: 16px;
    font-size: 25px;
    line-height: 32px;
   margin-bottom:10px;
    color: #fff;
    font-weight: 500;
}

.sidebar-list {
    background: #fff;
    border: 1px solid #C7C0C0;
    padding: 40px 30px;
}
.sidebar-list .widget-title, .sidebar-list .sidebar-heading {
    color: var(--dark-blue);
    text-transform: capitalize;
    font-size: 28px;
}
.sidebar-list li {
    display: block;
}
.sidebar-list ul li a {
    padding: 8px 0 8px 18px;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000;
    position: relative;
}
.sidebar-list ul li a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--orange);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    left: 0;
    top: 18px;
}

.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a, .sidebar-list ul li.current_page_item  a {
    color: var(--orange);
}


.sidebar-form {
    background-color: var(--color-4);
    padding: 40px 25px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align:center;
}


.sidebar-form .sidebar-heading {
    color: var(--dark-blue);
}
.sidebar-form .form-group {
    margin-bottom: 30px;
}
.sidebar-form .form-control {
    color: var(--dark-blue);
    padding: 10px;
    border:none;
    border-bottom: 1px solid rgba(21,38,48,0.6);
    font-weight: 400;
}
.sidebar-form .form-control:focus {
    color: var(--dark-blue);
    background-color: transparent;
    border-bottom: 1px solid rgba(21,38,48,0.9);
    box-shadow: none;
}
/*==================== Sidebar CSS END ====================*/ 


.dark-blue-bg{
    background:#1e2c4b;
}
.light-blue-bg{
    background:#32405d;
}
.small-heading {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}





.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child{
    margin-right:0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}


.common-award-logo {
    padding: 40px 0;
    background-color: #eee;
    background-image: url(../grey-pattren-bg.html);
    background-size: cover;
    background-position: center;
}
.common-award-logo .slick-list {
	margin:0 -10px;
}
.common-award-logo .slick-slide {
    padding: 0 10px;
}
.common-award-logo .logo-item {
    border: 1px solid #D9D9D9;
    height: 150px;
    text-align: center;
    padding: 15px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.common-award-logo .logo-item img {
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
}
.mainpage ul, .postlist-single .postexcerpt ul, .staticpage .mainpage ul, .custom-ul ul{
    margin-bottom:25px;
}
.mainpage .postexcerpt ul li ul, .postlist-single .postexcerpt .mainpage .ul li ul , .staticpage .mainpage ul li ul,
.custom-ul ul li ul{
    margin-bottom:8px;
    margin-top:8px;
}
.mainpage .postexcerpt ul li, .postlist-single ul li, .staticpage .mainpage ul li,
.custom-ul ul li , .faq-inner-sc ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}
.mainpage .postexcerpt ul li::before, .postlist-single .postexcerpt ul li::before , .staticpage .mainpage ul  li:before,
.custom-ul ul li:before, .faq-inner-sc ul li:before {
	position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 14px;
}
.mainpage .postexcerpt ul li a, .postlist-single .postexcerpt ul li a, .postlist-single .postexcerpt a,
 .postlist-single .postexcerpt ol li a, .mainpage .postexcerpt a , .staticpage a{
    color:var(--orange);
}
.mainpage .postexcerpt a:hover, .staticpage a:hover{
    color:black;
}

.mainpage ol, .postlist-single ol {
    list-style-type: none;
    counter-reset: ordered;
    margin: 0 0 20px;
    padding: 0;
}
.mainpage ol li, .postlist-single ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.mainpage ol li:last-child, .postlist-single ol li:last-child{
    margin-bottom:0;
}
.mainpage ol li::before, .postlist-single ol li::before {
    content: counter(ordered);
    counter-increment: ordered;
    position: absolute;
    left: 0;
    top: 0;
}
/*==================== Header CSS ====================*/
header.main-header {
    z-index: 999;
   
    top: 0px;
    width: 100%;
    padding: 10px 0;
    position: fixed;
}
.main-header .container{
    width:95%;
    max-width:100%
}
.header-btn{
    flex-shrink: 0;
}
header.main-header.small-header{ 
    background:white;
}
header.main-header.small-header .top-logo a svg, header.main-header.small-header .top-logo a img{
height:40px;
transition:all 0.5s;
}
.top-logo img ,.top-logo  svg{
    display: block;
    transition:all 0.5s;
    object-position:left center;
    width:auto;
	height: 70px;
}
.main-menu {
    width: 100%;
    margin-top: 7px;
}
.small-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.50);
}

.ph-number {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.ph-number span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
	position:relative;
    margin-right: 80px;
}
.ph-number span::before {
    position: absolute;
    content: "";
    right: -65px;
    width: 50px;
    height: 1px;
    background: #ffff;
    top: 50%;
    transform: translateY(-50%);
}
.ph-number a {
    color: #fff;
    display: inline-flex;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    align-items: center;
}
.ph-number a svg, .ph-number a img {
    width: 25px;
    height: 25px;
    margin-right: 9px;
    fill: #fff;
}

/*========= Header Search CSS END =========*/
.search-icon {
    cursor: pointer;
    transition: all ease-in-out .45s;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 25px;
}
.search-icon svg, .search-icon img {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.search-icon svg path{
    fill: var(--blue);
}
.header-search-box {
    position: fixed;
    background-color: #fff;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
}
.header-search-box.open-search {
    opacity: 1;
    height: 110px;
    z-index: 999999;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #000;
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after{
    background-color: #006564;
}

.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    color: #000;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.header-search-box input.search:focus ~ .msg-side-form{
    display:none;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}
#site-searchs svg, #site-searchs img{
    width: 20px;
    height: 20px;
}
#site-searchs svg, #site-searchs svg path{
    fill:#1E191A;
}
/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.wrap-header {
    display: inline-flex;
    align-items: center;
    -ms-flex-pack: flex-end!important;
    justify-content: flex-end!important;
    width: 100%;
}
.menu-top {
    position: relative;
}
ul.menu-top li {
    display: inline-block;
    margin: 0;
    color: var(--blue);
    position: relative;
    padding: 11px 16px;
    line-height: normal;
}
.search-icon {
    margin-left: 15px;
}
ul.menu-top &gt; li.menu-item-has-children {
    padding-right: 17px;
}
/*ul.menu-top li:last-child{
    padding-right:0;
}*/
ul.menu-top li:first-child{
    padding-left:0;
}
ul.menu-top li ul {
    display: none;
}
.menu-top li a {
    color: var(--blue);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    
}
.menu-top li a:hover{
    transition: .3s ease-in-out all;
    color:var(--orange);
}

.menu-top li a:hover::before, .menu-header&gt;ul&gt;li.current_page_item &gt; a::before, .menu-header&gt;ul&gt;li.current_page_ancestor &gt; a::before {
    width:100%;
}
.menu-header&gt;ul&gt;li.current_page_item &gt; a, .menu-header&gt;ul&gt;li.current_page_ancestor &gt; a{
    color: var(--orange);
}
.menu-header&gt;ul&gt;li.current_page_item &gt; a::before, .menu-header&gt;ul&gt;li.current_page_ancestor &gt; a::before {
    position: absolute;
    content: "";
    background: var(--orange);
    color:white;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
}

#mainNav&gt;li.menu-item-has-children::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    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 var(--blue);
    border-bottom: 2px solid var(--blue);
    transform-origin: 5px 0px;
}
.small-header .menu-top::before {
    display:none;
}
.sub-menu li.menu-item-has-children {
    position: relative;
}
.menu-top li &gt; .sub-menu &gt; li.menu-item-has-children:after {
    content: "";
    right: 7px;
    position: absolute;
    top: 50%;
    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 #fff;
    border-bottom: 2px solid #fff;
    transform-origin: 0 2px;
}
ul.menu-top li:hover &gt; ul {
    display: block;
    position: absolute;
    top: 100%;
}
ul.menu-top li:hover li {
    float: none;
}
.sub-menu li ul.sub-menu {
    position:absolute; 
    background-color:#051C2F;
    z-index:99;
    top:0!important;
    left:100%;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
ul.menu-top li .sub-menu li ul.sub-menu li &gt; a {
    background-color: #051C2F;
}
ul.menu-top li .sub-menu li ul.sub-menu li &gt; a:hover, ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item &gt; a{
    background: var(--orange);
}
ul.menu-top li:hover li a:hover, .menu-top ul.sub-menu li.current_page_item a {
    background: var(--orange);
    color:white;
}
ul.menu-top ul ul {
    left: 100%;
}
.sub-menu {
    background-color:white;
    min-width: 230px;
    text-align: left;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.menu-top li .sub-menu li:last-child{
    border-bottom:none;
}
ul.menu-top li .sub-menu li a {
    font-size: 13px;
    padding: 9px 10px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    color: var(--blue);
    border: none;
    display: block;
    font-weight: 300;
}
ul.menu-top li .sub-menu li a:hover{
    border: none;
}
ul.menu-top li .sub-menu li a:hover::before, ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}
.pointer-hide a {
    pointer-events: none;
}
.submenu-scroll .sub-menu{
	overflow-y: scroll;
	height:450px;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-track{
	background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar{
	width: 4px;
	background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-thumb{
	background-color: var(--orange);
}
/*========= Nav Multiple CSS END =========*/

/*==================== Home Page CSS ====================*/

/*==================== Home Page CSS END ====================*/

/*==================== Footer CSS ====================*/
#footer {
    background-color:var(--dark-blue);
    color: #D7D7D7;
	font-weight:400;
	padding-top:60px;
}
.footer-logo img {
    max-width: 280px;
}

.footer-heading {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #eee;
}
.footer-logo .description {
    margin-top: 10px;
    letter-spacing: 0.65px;
    font-weight: 300;
    line-height: 30px;
}


.footer-nav ul {
    display: flex;
    justify-content:center;
    margin-top:40px;
}
.footer-nav ul li {
    padding: 0px 20px;
    display: block;
	line-height: normal;
}
.footer-nav ul li{
    border-right:1px solid #D9D9D9;
}
.footer-nav ul li:last-child{
    border:none;
}
.footer-nav ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.7px;
    color: #D7D7D7;
    font-size: 18px;
}
.footer-locations .footer-nav ul li a {
    position: relative;
}
.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
    color: var(--orange);
}
.bottom_footer_menu ul{
    display:flex;
    justify-content:flex-end;
}
.bottom_footer_menu ul a{
    font-size:16px;
    color:#bbb;
    line-height:16px;
}
.bottom_footer_menu ul a:hover{
    color:var(--orange)
}
.bottom_footer_menu ul li{
    border-right:1px solid rgba(255,255,255,0.5);
    line-height:16px;
    padding:0px 10px;

}
.bottom_footer_menu ul li:last-child{
    border:none;
}
.sociallink ul {
	margin-top:25px;
    display: inline-flex;
}
.sociallink ul li{
	margin-right:20px;
}
.sociallink ul li:last-child{
	margin-right:0px;
}
.sociallink ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sociallink ul li a svg, .sociallink ul li a svg img{
    width: 23px;
    height: 23px;
    fill: #fff;
    margin-right: 0px;
}
.sociallink ul li a svg path, .sociallink ul li a svg g {
    fill: #fff;
    opacity: 1;
}
.sociallink ul li a:hover svg path, .sociallink ul li a:hover svg , .sociallink ul li a:hover svg  g{
	fill: var(--orange);
	
}
.sociallink ul li a:hover svg path, .sociallink ul li a:hover svg g {

    opacity: 1;
}

.nap-box {
    width:fit-content;
    margin:20px;
}
.nap-address-item{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:40px;
}
.nap-address-item:last-child {
    margin-bottom: 0px;
}
.nap-address-item h6{
    color:white;
    font-size:18px;
    text-transform:uppercase;
}
.nap-box.nap-address{
    order:3;
}
.nap-address, .nap-info a {
    position: relative;
    padding-left: 40px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: #D7D7D7;
    font-size:18px;
}
.nap-address .direction-link {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    line-height: normal;
}
.nap-info a {
    font-weight: 300;
    display: inline-block;
}
.nap-info a:hover, .nap-address .direction-link:hover{
	color:var(--orange);
	border-color:var(--orange);
}
.nap-address-item svg, .nap-address-item img {
	width: 25px;
    height: 25px;
    fill: #fff;
    position: absolute;
    left: 0;
    top: 2px;
}
.nap-address-item svg path{
	fill: var(--orange);
}


.copyright{
	margin-top: 40px;
	background: var(--dark-blue);
    padding-top:30px 0px
}
.copyright .container{
    border-top:1px solid rgba(255,255,255, 0.3)
}
.copyright .copyright-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.26px;
    color: #bbb;
}
/*==================== Footer CSS END ====================*/
.lp_heading{
    position:relative;
    padding-bottom:25px
}
.lp_heading:after{
    content:'';
    z-index:2;
    width:192px;
    height:5px;
    background-color:var(--orange);
    position:absolute;
    left:0;
    bottom:0;
}
.lp_heading.lp_center:after{
    left:calc(50% - 96px)
}
/******************contact us section*******************************/
section.contact_section {
    background-color: var(--color-4);
    text-align: center;
}

.contact_section .contact_title {
    color: var(--color-3) ;
    margin-bottom: 0;
    margin-left: 10px;
    width:fit-content;
    font-size: 25px;

}

section.contact_section img {
    width: 59px;
    object-fit: contain;
}
.contact_main_subheading {
    font-size: 31px;
    color: var(--color-3);
    font-weight:500;
}

section.contact_section .lp_heading {
    margin: 1rem 0rem 1.5rem 0;
}
.contact_section h6.contact_title a {
    color: var(--color-3);
    text-decoration: none;
}


.bracket_border {
    text-align: center;
    max-width: 81%;
    margin: 0 auto;
    padding: 10px 10px;
    border: 3px solid var( --orange);
    position: relative;
    width: 100%;
}

.bracket_border:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 95%;
    background: var(--color-4);
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}

.bracket_border:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 95%;
    background: var(--color-4);
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
}


.faq_and_blog_section .accordion-button::after{
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    background:white;
    width:10px;
    height:10px;
   transform: unset;
}
.faq_and_blog_section .accordion-button.collapsed::after{
    transform: rotate(-180deg);
}
.faq_and_blog_section .container{
    position: relative;
    padding-top:80px;
}
.faq_and_blog_section .container:before{
    content:'';
    width:50%;
    height:34px;
    position:absolute;
    left:25%;
    border:5px solid var(--orange);
    top:0;
    z-index: 1;
    border-bottom:none
}
.faq_and_blog_section  .accordion-item{
    margin-bottom:10px
}
.faq_and_blog_section .accordion-button:hover{
    opacity:0.7;
}
.section_mt {
    margin-top: 6rem;
}

.section_pt {
    padding-top: 6rem;
}

.section_pb {
    padding-bottom: 6rem;
}

/********************faq and blog section************************/
.faq_wrapper button.accordion-button {
    background-color: var(--color-3);
    color: var(--color-1);
    font-size: 22px;
}
.contact_items .contact-blk {
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-collapse {
    padding: 0px !important;
}

.faq_wrapper .accordion-body {
    padding: 20px 22px;
    
}



.faq_wrapper .accordion-body p {
    margin-bottom: 6px;
    padding-bottom: 0;
    color: var(--color-3) !important;
}

.faq_wrapper .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq_wrapper {
    margin-top: 35px;
}

.row.faq_blog_row {
    margin-bottom: 30px;
}

.our_blog_col {
    border-left: 4px solid rgba(0,0,0, 0.25);
    
}
.our_blog_col div {
    /* background-color: #FBF7F2; */
    margin-top: 1rem;
    /* padding: 1rem 2rem; */
}

.our_blog_col div a {
    color: var(--color-3);
    text-decoration: none;
    padding:20px 60px 20px 20px;
    background-color:var(--color-4);
    display:block;
    width:100%;
    margin-bottom:5px;
   
    font-weight:500;
    
}
.our_blog_col div a:hover:after{
    right:10px;
    transition:all 0.5s;
}
.our_blog_col div a{
position:relative
}
.our_blog_col div a:after{
    content:'';
    width:40px;
    height:40px;
    background-image:url(../svg/right1.svg);
    background-repeat:no-repeat;
    background-position:right center;
    position:absolute;
    right:20px;
    transition:all 0.5s;
    top:calc(50% - 20px);
}



.blog_post {
    margin-top: 104px !important;
}

/********************Why choose us section************************/
.point_wrapper {
    margin-top: 8rem;
}
.why_choose_us_section a.border_lp_btn {
    width: 100% !important;
    display: block;
    text-align: center;
    padding: 20px 0px;
}
.wc_subheading {
    color: var(--color-3) !important;
    
}

.point_wrapper h6 {
    color: var(--color-3) !important;
    
}

.point_wrapper p {
    margin-top: 1rem;
    padding-bottom: 0;
    color: var(--color-3) !important;
}

.point_wrapper ul {
    padding: 0;
}

.point_wrapper {
    margin-top: 8rem;
}

.wc_subheading {
    color: var(--color-3) !important;
    
}

.point_wrapper h6 {
    color: var(--color-3) !important;
    
}

.point_wrapper p {
    
    margin-top: 1rem;
    padding-bottom: 0;
    color: var(--color-3) !important;
}

.point_wrapper ul {
    padding: 0;
    /* margin: 0; */
}

.point_wrapper ul li {
    list-style-type: none;
    position: relative;
    padding-left: 65px;
}

.point_wrapper ul li:before {
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    background: url(../png/right.png) no-repeat;
    background-size: contain;
    left: 0px;
    top: -7px;
}
.home-planning-btn{
    padding-left: 65px
}
.why_choose_us_section {
    background-color: var(--color-4) !important;
}
.header_active {
    background-color: var(--color-1) !important;
}
nav {
    width: 95%;
    margin: 0 auto;
}
/********************testimonial section************************/
.testimonial_slider .slick-track
{
    display: flex !important;
}

.testimonial_slider .slick-slide
{
    height: inherit !important;
}
.testimonial_slider .slick-slide &gt; div{
    height:100%
}
.testimonial_slider_section h2.lp_heading.bracket {
    color: var(--color-1) !important;
}
.testimonial-box{
    padding:0px 10px;
    height:100%
}
.testimonial-box *{
    color:white;
}
.testimonial-content {
    border: 1px solid var(--color-1);
    padding: 3rem 2rem;
    height:100%;
}

.testimonial-content p {
    color: var(--color-1) !important;
    padding-bottom: 0;
    margin-bottom: 7px;
   
}

.testimonial-content img {
    margin-bottom: 2rem;
    width: 3rem;
    object-fit: contain;
}

.testimonial_slider .testimonial-box .testimonial-content h6 {
    
    color: var(--color-1) !important;
    font-size: 25px !important;
    margin-bottom: 0;
}

.testimonial-content span {
    color: var(--color-1);
    font-size: 22px;
}

/* div#testimonial_slider {
    display: flex;
} */
body .testimonial_slider#testimonial_slider button.slick-arrow{
width:66px;
    height:66px;
    border:1px solid white;
}
body .testimonial_slider#testimonial_slider button.slick-arrow:hover{
    border-color:var(--color-2);
    opacity:0.7;
    
}
.testimonial_slider button.slick-prev.slick-arrow {
    background-color: transparent;
    border: none;
    color: white;
    left:-100px;
    border-radius:50%;
    background-image:url(../svg/left1.svg);
    background-repeat:no-repeat;
    background-position:center;
}

.testimonial_slider button.slick-next.slick-arrow {
    background-color: transparent;
    border: none;
    right:-100px;
    color: white;border-radius:50%;
    background-image:url(../svg/right1.svg);
    background-repeat:no-repeat;
    background-position:center;
}
section{
    overflow-x:hidden
}
.footer-contact .nap-info .h6 {
    color: #d7d7d7;
}
span.wpcf7-form-control-wrap[data-name="emailAddress"] .wpcf7-not-valid-tip {
    display: block;
}
.innovation-form .wpcf7-not-valid-tip {
    display: block;
}</pre></body></html>