/*****Global CSS*****/
html { overflow-x: hidden } 
body { color: #1b1a1a; font-size: 16px; font-weight:400; line-height:1.75; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; font-family: "Onest", sans-serif; } 
* { border: none; margin: 0; outline: none!important; padding: 0; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } 
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } 
label { display: block; font-size: 16px; margin: 0 0 15px; font-weight: 400 } 
label.inline-block { display: inline-block; margin: 5px 40px 5px 0 } 
label.inline-block:last-child { margin-right: 0 } 
ol, ul { list-style: none } 
a { color: #006eb9; text-decoration: none } 
a:focus, a:hover { color: #1b1a1a; text-decoration: none } 
strong, b { font-weight: 500 } 
img { display: block; height: auto; max-width: 100%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none } 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Onest", sans-serif; color: #1b1a1a; line-height:1.2; margin: 25px 0 12px; font-weight: 500 } 
h1, .h1, h2, .h2 { font-size:30px; font-weight:700; } 
h3, .h3 { font-size: 24px; } 
h4, .h4 { font-size: 22px; } 
h5, .h5 { font-size: 20px } 
h6, .h6 { font-size: 18px } 
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child { margin-top: 0 } 
.aligncenter { display: block; margin: 5px auto; } 
.alignright { float: right; margin: 5px 0 20px 50px; } 
.alignleft { float: left; margin: 5px 50px 20px 0; } 
.alignleft.shadow-none, .alignright.shadow-none, .aligncenter.shadow-none { box-shadow: none } 
p.pn { padding: 0; margin: 0 } 
.clearfix { display: table; width: 100%; padding: 15px 0; margin: 0 } 
.clearfix+h2, .clearfix+h3, .clearfix+h4 { margin-top: 0 } 
p { margin: 0 0 20px } 
p+ol, p+ul { margin-top: -5px } 
ul { margin: 0 0 20px } 
ul li { position: relative; padding: 0 0 8px 30px; overflow: hidden; } 
ul li:before { content: ""; display: inline-block; line-height: 1; font-family: "Font Awesome 6 Pro"; font-weight: 400; position: absolute; left:8px; top:9.5px; width: 8px; height: 8px; background:#006eb9; border-radius: 8px; border: 2px solid #006eb9 } 
ul.check-list li:before, .check-list ul li:before { content: "\f00c"; font-family: "Font Awesome 6 Pro"; font-weight:900; width:auto; height: auto; background: none; color: #006eb9; left: 0; top: 6px; font-size: 88% } 
ol { padding-left: 30px; margin: 0 0 20px; text-align: left; overflow: hidden; } 
ol li { position: relative; list-style: decimal; padding:0 0 8px; } 
.num-list ol, ol.num-list { padding: 0; counter-reset: num-counter; } 
.num-list ol li, ol.num-list li { padding:20px 0 20px 30px !important; list-style: none; border-bottom: 1px solid #bebeba } 
.num-list ol li::before, ol.num-list li::before { content: "0" counter(num-counter, decimal-leading-zero); counter-increment: num-counter; font-size: 12px; color: #a48350; position: absolute; top:24px; left: 0; } 
ol li ul>li { padding-left: 20px; list-style: none } 
ol li ul>li:before { display: block; left: 1px } 
ul ol li { overflow: visible } 
ul ol li:before { display: none; overflow: visible } 
ol ol li { list-style: lower-alpha } 
ol ol ol li { list-style: lower-roman } 
ol ol, ol ul, ul ol, ul ul { margin-top: 12px; margin-bottom: 5px } 
ol li:last-child, ul li:last-child { padding-bottom: 0 } 
.text-center ul { text-align: left; display: table; margin-left: auto; margin-right: auto } 
.list-none li { padding-left: 0 } 
.list-none li:before { display: none } 
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ol ul:last-child, ol:last-child, p:last-child, ul:last-child { margin-bottom: 0 } 
.text-center { text-align: center } 
.text-left { text-align: left } 
.text-right { text-align: right } 
.table-responsive { border: none; margin: 20px 0; overflow: auto } 
table { width: 100%; border-spacing: 0; border-collapse: collapse!important } 
table tr td, table tr th { padding: 9px 15px; vertical-align: top; text-align: left; line-height: 18px; border: 1px solid #dddddd } 
table tr th { font-weight: 600 } 
td[align=center], th[align=center] { text-align: center!important } 
td[align=right], th[align=right] { text-align: right!important } 
.table-responsive::-webkit-scrollbar { width:5px; height:4px } 
.table-responsive::-webkit-scrollbar-track { background:#f5f5f5; border-radius:8px } 
.table-responsive::-webkit-scrollbar-thumb { background:#cccccc; border-radius:8px } 
.table-responsive::-webkit-scrollbar-thumb:hover { background:#cccccc } 
.flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex } 
.flex-middle { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center } 
.flex-wrap { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap } 
.flex-wrap-middle { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center } 
a[href*="mailto:"], a[href*="tel:"] { display: inline-block; word-break: break-word } 
.container { padding-right:15px; padding-left:15px; margin-right:auto; margin-left:auto; max-width:1190px } 
.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } 
.row { margin-right: -15px; margin-left: -15px } 
.row:after, .row:before { content: ""; clear: both; display: table } 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px } 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left } 
.col-xs-12 { width: 100% } 
.col-xs-11 { width: 91.66666667% } 
.col-xs-10 { width: 83.33% } 
.col-xs-9 { width: 75% } 
.col-xs-8 { width: 66.66666667% } 
.col-xs-7 { width: 58.33% } 
.col-xs-6 { width: 50% } 
.col-xs-5 { width: 41.66666667% } 
.col-xs-4 { width: 33.33% } 
.col-xs-3 { width: 25% } 
.col-xs-2 { width: 16.66666667% } 
.col-xs-1 { width: 8.33% } 
@media (min-width:768px){
 .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left } 
.col-sm-12 { width: 100% } 
.col-sm-11 { width: 91.66666667% } 
.col-sm-10 { width: 83.33% } 
.col-sm-9 { width: 75% } 
.col-sm-8 { width: 66.66666667% } 
.col-sm-7 { width: 58.33% } 
.col-sm-6 { width: 50% } 
.col-sm-5 { width: 41.66666667% } 
.col-sm-4 { width: 33.33% } 
.col-sm-3 { width: 25% } 
.col-sm-2 { width: 16.66666667% } 
.col-sm-1 { width: 8.33% } 
 }
@media (min-width:992px) { h1, .h1, h2, .h2 { font-size:42px; } 
 .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left } 
.col-md-12 { width: 100% } 
.col-md-11 { width: 91.66666667% } 
.col-md-10 { width: 83.33% } 
.col-md-9 { width: 75% } 
.col-md-8 { width: 66.66666667% } 
.col-md-7 { width: 58.33% } 
.col-md-6 { width: 50% } 
.col-md-5 { width: 41.66666667% } 
.col-md-4 { width: 33.33% } 
.col-md-3 { width: 25% } 
.col-md-2 { width: 16.66666667% } 
.col-md-1 { width: 8.33% } 
 }
.form-control, input[type=date], input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea { background-color:#ffffff; border: 1px solid #f3f3f3; border-radius: 0; color: #1b1a1a; display: block; font-size: 16px; font-weight:400; line-height: 20px; padding:15px 25px; position: relative; width: 100%; height:52px; margin: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; font-family: "Onest", sans-serif; } 
.form-control:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus { border-color: #1b1a1a } 
textarea, textarea.form-control { height: 134px; resize: none; border-radius: 0; padding:20px 25px; } 
select { -moz-appearance: menulist-button; -webkit-appearance: menulist-button; appearance: menulist-button } 
input[type=checkbox], input[type=radio] { display: inline-block; margin-right: 5px; vertical-align: baseline } 
::-webkit-input-placeholder { color:#1b1a1a; opacity:1; font-weight:400 } 
::-moz-placeholder { color:#1b1a1a; opacity:1; font-weight:400 } 
:-ms-input-placeholder { color:#1b1a1a; opacity:1; font-weight:400 } 
:-moz-placeholder { color:#1b1a1a; opacity:1; font-weight:400 } 
.field-white .form-control, .field-white input[type=date], .field-white input[type=email], .field-white input[type=file], .field-white input[type=number], .field-white input[type=password], .field-white input[type=search], .field-white input[type=tel], .field-white input[type=text], .field-white input[type=url], .field-white select, .field-white textarea { color: #ffffff; border-color: #ffffff } 
.field-white .form-control:focus, .field-white input[type=date]:focus, .field-white input[type=email]:focus, .field-white input[type=number]:focus, .field-white input[type=password]:focus, .field-white input[type=search]:focus, .field-white input[type=tel]:focus, .field-white input[type=text]:focus, .field-white input[type=url]:focus, .field-white select:focus, .field-white textarea:focus , .field-white .selectric { border-color: #ffffff } 
button::-moz-focus-inner, input::-moz-focus-inner { padding:0; border:0 } 
input[type=button], input[type=reset], input[type=submit] { -moz-appearance: none; -webkit-appearance: none; appearance: none } 
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance:none } 
input[type=number] { -moz-appearance: textfield !important; appearance: textfield !important } 
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input, .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) .selectric, .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) textarea, .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) select { border-color: #ff0000 !important } 
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) .wpcf7-not-valid-tip { display: none !important; } 
.selectric-wrapper { position: relative; cursor: pointer; padding: 0 !important } 
.selectric-responsive { width: 100% } 
.selectric-open { z-index: 99 } 
.selectric-open .selectric-items { display: block } 
.selectric-disabled { filter: alpha(opacity=50); opacity: .5; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.selectric-hide-select { position: relative; overflow: hidden; width: 0; height: 0 } 
.selectric-hide-select select { position: absolute; left: -100%; height: 0; width: 0 } 
.selectric-hide-select.selectric-is-native { position: absolute; width: 100%; height: 100%; z-index: 10 } 
.selectric-hide-select.selectric-is-native select { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; z-index: 1; box-sizing: border-box; opacity: 0 } 
.selectric-input { position: absolute; top: 0; left: 0; overflow: hidden; clip: rect(0,0,0,0); margin: 0; padding: 0; width: 1px; height: 1px; outline: 0; border: none; background: 0 0 } 
.selectric-temp-show { position: absolute; visibility: hidden; display: block } 
.selectric { border: none; border: 1px solid #f3f3f3; background-color:#ffffff; position: relative; border-radius: 0; } 
.selectric .label { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 40px 0 25px; font-size: 16px; font-weight:400; line-height:50px; color: #1b1a1a; height:50px; padding:0; text-align: left } 
.selectric .button { display: block; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 35px; height: 30px; color: #1b1a1a; font-size: 0; text-align: center } 
.selectric .button:after { content: "\f107"; display: block; font-size: 16px; font-family: "Font Awesome 6 Pro"; font-weight: 400; position: relative; line-height: 30px; text-align: center; color: #454444; } 
.selectric-items { display: none; position: absolute; top: 100%; left: 0; border: 1px solid #f3f3f3; z-index: -1; margin: 0; border-radius:0; overflow: hidden; background: #ffffff } 
.selectric-items .selectric-scroll { height: 100%; overflow: auto; width: 100%; } 
.selectric-above .selectric-items { top: auto; bottom: 100% } 
.selectric-items ul { display: block; padding: 0; background: #ffffff; margin: 0; width: 100% !important } 
.selectric-items li { font-size: 16px; min-height: 20px; margin-bottom: 1px; display: block; padding: 6px 15px; color: #1b1a1a; line-height: normal; font-weight:400; white-space: nowrap; } 
.selectric-items li:last-child { margin-bottom: 0; padding-bottom: 6px } 
.selectric-items li:after, .selectric-items li:before { display: none } 
.selectric-focus .selectric, .selectric-hover .selectric, .selectric-open .selectric { border-color: #1b1a1a } 
.selectric-items li.highlighted, .selectric-items li.selected, .selectric-items li:hover { background-color: #006eb9; color: #fff } 
.selectric-items .disabled { filter: alpha(opacity=50); opacity: .5; cursor: default; background: 0; color: #666; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.selectric-items .selectric-group .selectric-group-label { font-weight: 400; padding-left: 10px; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: 0 0; color: #1b1a1a } 
.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1 } 
.selectric-items .selectric-group li.selectric-group-label { padding-left: 12px } 
.selectric-items .selectric-group li { padding-left: 25px } 
 /*****Custom Checkbox & Radio *****/
 .csHiddenFile { width: 1px; height: 0; visibility: hidden; display: none; } 
 .csOpaque { opacity: 0; filter: alpha(opacity=0); } 
 .csFileInput { display: none!important; } 
 /**Checkbox**/
 .csRadio input[type=radio], .csCheckbox input[type=checkbox] { position: absolute; color: #ffffff; width: 22px; height: 22px; cursor: pointer; left: 0; top: 0; bottom: 0; right: 0; z-index: 2; margin: 0; border-radius: 4px; } 
 .csRadio, .csCheckbox { display: inline-block; position: relative; margin: -2px 5px 0 0; vertical-align: middle; height: 22px; width: 22px; } 
 .radio .csRadio, .checkbox .csCheckbox { margin-left: -14px } 
 .csRadioElem, .csCheckboxElem { display: inline-block; background: #ffffff; height: 22px; width: 22px; cursor: pointer; position: absolute; top: 0; left: 0; border: 1px solid #d2d2d2; box-shadow: 0 0 3px rgba(0, 0, 0, .1); border-radius: 4px } 
 .csRadioElem { border-radius: 22px; } 
 .csCheckedR, .csChecked { border-color: #d2d2d2; background: #ffffff; } 
 .csCheckedR:after { content: ""; background: #006eb9; padding: 6px; border-radius: 8px; width: 8px; line-height: 8px; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } 
 .csChecked:after { content: "\f00c"; font-size: 16px; font-family: "Font Awesome 6 Pro"; font-weight: 900; color: #006eb9; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } 
.form-fields { text-align: left; margin-top: -20px } 
.form-fields .row, .row.form-fields { margin-left: -15px; margin-right: -15px } 
.form-fields .row .row, .row.form-fields .row { margin-left: -10px; margin-right: -10px; margin-top: -28px } 
.form-fields [class*=col-], .form-fields [class^=col-] { padding-right: 15px; padding-left: 15px; padding-top: 28px } 
.form-fields [class*=col-] [class*=col-], .form-fields [class^=col-] [class^=col-] { padding-left:10px; padding-right:10px } 
.form-fields p { padding: 10px 0 0 0; margin: 0 } 
.form-fields [class*=col-] p, .form-fields [class^=col-] p { position: relative; padding: 0; margin: 0 } 
.icon-field i { position: absolute; font-size: 14px; right:20px; color: #1b1a1a; top: 17px; z-index: 2; width:20px; text-align: center; font-weight: 400; } 
.icon-field { position: relative; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none } 
.icon-field i.fa-comment-dots { top: 22px } 
.icon-field i+input, .icon-field i+textarea, .icon-field i+select { padding-right:30px !important } 
.btn, :after, :before, a, input[type=button], input[type=reset], input[type=submit] { -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s } 
footer, header, section { float: left; width: 100%; position: relative } 
.btn:before { content: ''; left: 0; top: 0; bottom: 0; background-color: #00a04b; position: absolute; width: 100%; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1); transition: transform .4s cubic-bezier(.645, .045, .355, 1); } 
.btn:focus:before, .btn:hover:before { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; width: 100% } 
.btn { display: inline-flex; font-weight:500; position: relative; font-size: 16px; border:1px solid #006eb9; border-radius:6px; color: #ffffff; font-style: normal; line-height:22px; padding:8px 28px; text-decoration: none; white-space: normal; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; background:#006eb9; cursor: pointer; text-align: center; text-transform: capitalize; min-width:145px; justify-content: center; font-family: "Onest", sans-serif; } 
.btn.min-none { min-width: inherit !important; } 
.btn.arrow::after { content: "\e09f"; font-family: "Font Awesome 6 Pro"; font-weight: 900; margin-left: 8px; } 
.secondary-btn:before { background-color:#ffffff } 
.secondary-btn { color: #ffffff; border-color: #ffffff; background:none } 
.btn-border:before { background-color:#006eb9 } 
.btn-border { color: #006eb9; border-color: #006eb9; background-color: transparent } 
.btn.focus, .btn:focus, .btn:hover { color: #ffffff; border-color:#00a04b; background: #00a04b } 
.secondary-btn:focus, .secondary-btn:hover { color: #006eb9; border-color: #ffffff; background-color:#ffffff } 
.btn-border:focus, .btn-border:hover { color: #ffffff; border-color: #006eb9; background-color: #006eb9 } 
.btn-action .btn { margin: 10px 20px 0 0 } 
.btn-action .btn:last-child { margin-right: 0 } 
.md-btn { padding: 9px 25px !important; } 
.lg-btn { padding:13px 30px !important; font-size: 18px; font-weight: 600 } 
.btn i { margin: 0 5px 0 0 } 
.btn input { position: absolute; left: 0; font-size: 0; bottom: 0; right: 0; top: 0; opacity: 0; cursor: pointer } 
/*****Global CSS End*****/
/*****Header*****/
header + * { margin-top: 152px !important } 
header + :not([class*="cl-"]) { border-top: 1px solid #e5e5e5 } 
header { position: fixed; background-color:#1b1a1a; left: 0; right: 0; z-index: 999; -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition: all .2s linear 0s; } 
.header-row { position: relative; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; clear: both; width: 100%; padding:19px 0; } 
.head-strip { background-color: #006eb9; padding: 5px 0 } 
.head-strip .container { display: flex; justify-content: space-between; } 
.head-strip p { margin: 0; font-weight: normal } 
.head-strip a { color: #ffffff; } 
.head-strip i { margin-right: 2px; width: 16px; height: 16px; } 
header .logo { position: relative; display: block; transition: all .3s linear 0s; } 
header .logo a { display: block; margin: 0; position: relative; text-decoration: none; white-space: nowrap } 
header .header-left { width: 347px; max-width: 347px; min-width:347px; overflow: hidden; transition: all .3s linear 0s; } 
header .logo { height: 76px } 
.head-fix header { box-shadow: 0 0 5px rgba(0,0,0,.4) } 
.nav-trigger, .nav-wrap nav ul li:before, .submenu-button { display: none } 
.nav-wrap { position: relative; float: right; width: 100%; margin: 0; z-index: 99; display: flex; align-items: center; flex-direction: row-reverse; } 
.nav-wrap nav { float: left; width: 100%; margin:0; padding: 0; border: 0; list-style: none; display: block; position: relative } 
.nav-wrap nav ul.nav { float: right; display: flex; width: 100%; margin:0 } 
.nav-wrap nav ul.nav>li { float: left; margin: 0 38px 0 0; padding: 0; overflow: visible; position: relative } 
.nav-wrap nav ul.nav>li:last-child { margin-right: 0; } 
.nav-wrap nav ul.nav>li>a { position: relative; display: block; padding:11px 0; margin: 0; font-size: 16px; font-weight:400; line-height: 19px; color: #ffffff; white-space: nowrap; text-decoration: none; text-transform: capitalize; } 

.nav>li>a:focus, .nav>li>a:hover { background-color: transparent } 
.nav-wrap nav ul.nav>li>a:before { content: ''; background: #ffffff; left: 0; padding: 2px 0 0; bottom: 0; position: absolute; width: 100%; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1); transition: transform .2s cubic-bezier(.645, .045, .355, 1) } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a:before, .nav-wrap nav ul.nav li.current-menu-item>a:before, .nav-wrap nav ul.nav li:hover>a:before, .nav-wrap nav ul.nav li>a:hover:before { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; width: 100% } 
.nav-wrap nav ul.nav li.has-sub li.has-sub>a { padding-right: 30px!important } 
.nav-wrap nav ul.nav li:has(ul)>a { padding-right: 15px } 
.nav-wrap nav ul.nav li:has(ul)>a:after { content: "\f107"; display: inline-block; font-size: 12px; line-height: 18px; font-family: "Font Awesome 6 Pro"; font-weight: 900; width: 11px; height: 18px; position: absolute; top:55%; transform: translateY(-50%); right: 0 } 
.nav-wrap nav ul.nav li.has-sub li.has-sub>a:after { position: absolute; right: 5px; top: 7px; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin: 0 } 
.nav-wrap nav ul.nav ul li.has-sub li.has-sub:hover>a:after { content: "\f104"; color: #9a9a9a } 
.nav-wrap nav ul.nav ul { position: absolute; border-radius: 0; padding:10px 0; margin: 0; visibility: hidden; text-align: left; left: 0; right: auto; opacity: 0; top: 100%; background: #1b1a1a; box-shadow: 0 0 3px rgba(0,0,0,0.1); } 
.nav-wrap nav ul.nav ul:after { content: ""; position: absolute; left:20px; bottom: 100%; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ffffff } 
.nav-wrap nav ul.nav ul ul:after { display: none } 
.nav-wrap nav ul.nav ul ul { padding: 0; top: 0; left: 100%; -moz-transform: none; -webkit-transform: none; transform: none } 
.nav-wrap nav ul.nav ul li { float: left; width: 100%; min-width: 250px; padding: 1px 0; margin: 0; vertical-align: top; overflow: visible } 
.nav-wrap nav ul.nav ul li a { display: block; white-space: normal; font-size: 14px; font-weight:400; line-height: normal; color: #ffffff; padding: 7px 24px; text-decoration: none; text-transform: capitalize } 
.nav-wrap nav ul.nav li:hover>ul { display: block; visibility: visible; opacity: 1; -webkit-transition: opacity .3s ease-in; -moz-transition: opacity .3s ease-in; -o-transition: opacity .3s ease-in; transition: opacity .3s ease-in } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a, .nav-wrap nav ul.nav li.current-menu-item>a, .nav-wrap nav ul.nav li:hover>a, .nav-wrap nav ul.nav li>a:hover { color: #ffffff } 
.nav-wrap nav ul.nav ul li.current-menu-ancestor>a, .nav-wrap nav ul.nav ul li.current-menu-item>a, .nav-wrap nav ul.nav ul li:hover>a, .nav-wrap nav ul.nav ul li>a:hover { color: #ffffff; background: #006eb9 } 
sup { position: relative; top: -0.4em } 
/*****Header End*****/
/*****Space Classes*****/
[class*="-wrapper"] { padding:60px 0 } 
.common-wrapper { padding: 60px 0; } 
.m-0 { margin: 0!important } 
.m-1 { margin: 10px 0!important } 
.m-2 { margin: 20px 0!important } 
.m-3 { margin: 30px 0!important } 
.m-4 { margin: 40px 0!important } 
.m-5 { margin: 50px 0!important } 
.m-6 { margin: 60px 0!important } 
.m-7 { margin: 70px 0!important } 
.p-0 { padding: 0!important } 
.p-1 { padding: 10px 0!important } 
.p-2 { padding: 20px 0!important } 
.p-3 { padding: 30px 0!important } 
.p-4 { padding: 40px 0!important } 
.p-5 { padding: 50px 0!important } 
.p-6 { padding: 60px 0!important } 
.p-7 { padding: 70px 0!important } 
.m-t0 { margin-top: 0!important } 
.m-t1 { margin-top: 10px!important } 
.m-t2 { margin-top: 20px!important } 
.m-t3 { margin-top: 30px!important } 
.m-t4 { margin-top: 40px!important } 
.m-t5 { margin-top: 50px!important } 
.m-t6 { margin-top: 60px!important } 
.m-t7 { margin-top: 70px!important } 
.m-b0 { margin-bottom: 0!important } 
.m-b1 { margin-bottom: 10px!important } 
.m-b2 { margin-bottom: 20px!important } 
.m-b3 { margin-bottom: 30px!important } 
.m-b4 { margin-bottom: 40px!important } 
.m-b5 { margin-bottom: 50px!important } 
.m-b6 { margin-bottom: 60px!important } 
.m-b7 { margin-bottom: 70px!important } 
.p-t0 { padding-top: 0!important } 
.p-t2 { padding-top: 20px!important } 
.p-t3 { padding-top: 30px!important } 
.p-t4 { padding-top: 40px!important } 
.p-t5 { padding-top: 50px!important } 
.p-t6 { padding-top: 60px!important } 
.p-t7 { padding-top: 70px!important } 
.p-b0 { padding-bottom: 0!important } 
.p-b2 { padding-bottom: 20px!important } 
.p-b3 { padding-bottom: 30px!important } 
.p-b4 { padding-bottom: 40px!important } 
.p-b5 { padding-bottom: 50px!important } 
.p-b6 { padding-bottom: 60px!important } 
.p-b7 { padding-bottom: 70px!important } 
.m-l2 { margin-left: 20px!important } 
.p-l2 { padding-left: 20px!important } 
.m-l3 { margin-left: 30px!important } 
.p-l3 { padding-left: 30px!important } 
.m-l4 { margin-left: 40px!important } 
.p-l4 { padding-left: 40px!important } 
/*****Space End*****/
/*****Fixed Size Thumbnail and Iframe*****/
.image-thumbnail { position: relative; width: 100%; padding-top: 66.33%; overflow: hidden } 
.image-thumbnail img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; max-width: 100%; max-height: 100%; width: auto; margin: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: opacity .5s ease-in, -webkit-transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in } 
a:hover .image-thumbnail img { -moz-transform: scale(1.02, 1.02); -webkit-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } 
.image-thumbnail:before { content: ""; padding: 25px; background: url(../img/favicon.png) center center no-repeat; background-size: contain; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: .3 } 
.iframe-map { position: relative; padding-top: 42% } 
.iframe-video { position: relative; display: inline-block; width: 100%; padding-top: 56%; margin:0; background-color: #f5f5f5 } 
.iframe-map iframe, .iframe-map img, .iframe-video iframe { position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; width: 100% } 
div.breadcrumbs, section.breadcrumbs { position: relative; display: block; font-weight: 400; margin: 15px 0 0; overflow: hidden; clear: both; text-align: left; z-index: 11 } 
ul.breadcrumbs { float: left; width: 100%; padding: 0; clear: both; } 
ul.breadcrumbs li { font-size: 16px; position: relative; display: inline-block; line-height: 1; vertical-align: top; padding: 0 12px 0 0; margin-right:3px; color: #686868; font-style: normal; overflow: visible; font-weight: 500; text-transform: capitalize } 
ul.breadcrumbs li:before { display: none } 
ul.breadcrumbs li a { position: relative; display: inline-block; color: #006eb9; vertical-align: top; text-decoration: none } 
ul.breadcrumbs li:after { content: "/"; font-weight: 400; position: absolute; color: #686868; right: 0; top:1px; line-height: 1; font-style: normal; font-size: 100%; } 
ul.breadcrumbs li:last-child { padding: 0; margin: 0 } 
ul.breadcrumbs li:last-child:after { display: none } 
ul.breadcrumbs li:before { display: none } 
ul.breadcrumbs li a:hover { color: #686868; text-decoration: underline } 
/*****Fixed Size Thumbnail and Iframe End*****/
/*****Flexslider*****/
.flexslider { position: relative; margin: 0; padding: 0; overflow: hidden } 
.flexslider:before { margin: -20px 0 0 -20px; width: 40px; height: 40px; border-width: .2rem } 
.flexslider ul.slides { margin: 0; padding: 0; float: left; width: 100% } 
.flexslider li { padding: 0 } 
.flexslider li:before { display: none } 
.flexslider .slides>li { position: relative; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden } 
html[xmlns] .flexslider .slides { display: block } 
* html .flexslider .slides { height: 1% } 
.no-js .flexslider .slides>li:first-child { display: block } 
.flexslider .flex-control-paging-wrap { position: absolute; left: 0; right: 0; top: 10px; text-align: right; padding-right: 10px; z-index: 99 } 
.flexslider .flex-control-paging { position: absolute; right: 0; left: 0; bottom: 25px; margin: 0; display: inline-block; z-index: 98; height: auto; text-align: center; padding: 0 15px } 
.flexslider .flex-control-paging li { position: static; display: inline-block; width: auto; margin: 2px 4px; height: auto } 
.flexslider .flex-control-paging li a { border:2px solid #006eb9; width: 14px; height: 14px; line-height: 10px; font-size: 0; color: #ffffff; text-align: center; display: block; position: relative; cursor: pointer; background-color:transparent; border-radius: 34px; transition: none; -moz-transition: none; -webkit-transition: none; -ms-transition: none; -o-transition: none } 
.flexslider .flex-control-paging li .flex-active, .flexslider .flex-control-paging li a:hover { background-color:#006eb9; border-color: #006eb9 } 
.flexslider .flex-control-paging li .flex-active:after, .flexslider .flex-control-paging li a:hover:after { display: none } 
.flexslider .flex-direction-nav li { position: static } 
.flexslider .flex-direction-nav a { transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out } 
.flexslider .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-prev { background: #1b1a1a; border: 2px solid #1b1a1a; position: absolute; left: 10px; top: 50%; margin-top: -20px; width: 40px; height: 40px; z-index: 98; border-radius: 40px; display: inline-block; font-size: 0; opacity: 0 } 
.flexslider .flex-direction-nav { overflow: hidden; width: 100%; margin: 0 } 
.flexslider .flex-direction-nav .flex-next { left: auto; right: 10px } 
.flexslider .flex-direction-nav .flex-next:before, .flexslider .flex-direction-nav .flex-prev:before { content: ''; line-height: 1; display: block; border: solid #ffffff; border-width: 0 2px 2px 0; padding: 5px; margin: 0 2px; position: absolute; top: 50%; left: 50%; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -moz-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%) rotate(135deg); -o-transform: translate(-50%, -50%) rotate(135deg); -webkit-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg) } 
.flexslider .flex-direction-nav .flex-next:before { left: auto; right: 52%; -moz-transform: translate(50%, -50%) rotate(-45deg); -ms-transform: translate(50%, -50%) rotate(-45deg); -o-transform: translate(50%, -50%) rotate(-45deg); -webkit-transform: translate(50%, -50%) rotate(-45deg); transform: translate(50%, -50%) rotate(-45deg) } 
.flexslider .flex-direction-nav .flex-next:hover, .flexslider .flex-direction-nav .flex-prev:hover { background: #006eb9; border-color: #006eb9; opacity: 1 } 
.flexslider .flex-direction-nav .flex-next:hover:before, .flexslider .flex-direction-nav .flex-prev:hover:before { border-color: #ffffff } 
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 1 } 
.flexslider:hover .flex-direction-nav .flex-next { opacity: 1 } 
.flexslider .flex-disabled { display: none!important } 
/**Flexslider End**/
/******Banner********/
.bg { position: absolute; left: 0; top: 0; bottom: 0; right: 0; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; } 
.bg img { width: 100% !important; height: 100% !important; object-fit: cover; } 
.cl-control:has(.banner-wrapper) { position: relative; padding-top: 46.3222222222%; background:url(../img/loader.png) center center no-repeat } 
.cl-control:has(.banner-wrapper) .banner-wrapper { position: absolute; top: 0; bottom: 0; left: 0; right: 0 } 
.banner-wrapper { padding: 0 !important } 
.banner-wrapper.flexslider .slides>li { overflow: visible } 
.banner-wrapper .slides>li { display: flex !important; flex-wrap: wrap; align-items: center; flex-direction: row-reverse } 
.banner-wrapper .banner-img { float: left; width:100%; position: relative; display: block; margin: 0 auto; background: #000000; } 
.banner-wrapper .banner-img img { width: 100%; opacity: 0.5; } 
.banner-wrapper .banner-text { position: absolute; top: 50%; transform: translateY(-50%); float: left; width: 100%; text-align: center; z-index: 11 } 
.banner-wrapper .max-width { max-width: 640px; margin:0 auto; } 
.banner-wrapper .heading { position: relative; display: block; font-family: "Onest", sans-serif; font-weight:700; font-size:46px; color: #ffffff; line-height:1.2; padding: 0; margin:0 0 15px; } 
.banner-wrapper .heading strong { font-weight: normal; color: #006eb9 } 
.banner-wrapper .heading:last-child { margin-bottom: 0 } 
.banner-wrapper .small-tagline { color: #ffffff } 
.banner-wrapper p { font-size:18px; margin:0; color: #1b1a1a; } 
.banner-wrapper .btn-action { display: flex; gap: 15px; margin: 25px 0 0; justify-content: center } 
.banner-wrapper .btn-action .btn { margin: 0; } 
.banner-wrapper.flexslider .flex-control-nav { display: none; } 
.down-scroll { display: flex; justify-content: center; align-items: center; border: 1px solid #ffffff; color: #00a04b; font-size: 24px; font-weight:400; width: 50px; height: 50px; border-radius: 50px; position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 5; } 
.down-scroll:hover , .down-scroll:focus { color: #ffffff } 
/*****Banner Animation****/
.banner-wrapper .heading, .banner-wrapper p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } 
.flex-active-slide .heading, .flex-active-slide p { -webkit-animation-name: fadeInDown; animation-name: fadeInDown } 
.inner-banner { position: relative; background-color: #f5f5f5; text-align: center } 
.inner-banner .container { padding:40px 15px; overflow: hidden; } 
.inner-banner .max-width { max-width: 930px; margin-left: auto; margin-right: auto } 
.inner-banner .banner-img { height: 167px; background: #808080; } 
.inner-banner .banner-img img { width: 100%; height: 100%; object-fit: cover;; mix-blend-mode: multiply; } 
.inner-banner .banner-text { position: relative; left: 0; right: 0; overflow: hidden; z-index: 11 } 
.inner-banner .heading { position: relative; display: block; font-family: "Onest", sans-serif; font-weight:800; font-size: 60px; color: #1b1a1a; line-height:1.2413793103448276; padding: 0; margin:0 } 
ul.breadcrumbs .small-tagline { font-size: 16px !important; color: #006eb9 } 
.inner-banner p { margin:0; } 
.inner-banner ul.breadcrumbs { padding: 0; margin: 5px 0 0; } 
.uppercase { text-transform: uppercase } 
.small-tagline { color: #006eb9; font-size: 18px !important; font-family: "Bebas Neue", sans-serif; font-weight:700; text-transform:uppercase; margin: 0 !important; letter-spacing: 4px } 
.small-tagline.text-g { color: #00a14d } 
.small-tagline + * { margin-top:5px !important } 
.top-text-center { max-width:832px; margin: 0 auto 45px; text-align: center } 
.top-text-center.lg { max-width:990px; } 
.bg-gray { background-color: #f3f3f3 } 
.center-btn { text-align: center; padding-top: 40px; } 
.text-link { display:flex; font-size: 16px; color: #006eb9; text-transform: capitalize; font-weight: 500; transition: all .3s linear 0s; } 
.text-link::after { content: "\f178"; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 900; margin-left: 8px } 
.text-link:hover { letter-spacing: 1px } 
/******Banner End********/
section:has([class*="corner-"]), div:has([class*="corner-"]) { overflow: hidden; } 
section:has([class*="corner-"]) .container, div:has([class*="corner-"]) .container { position: relative; z-index: 11; } 
.corner-blue { position: absolute; left: 0; top: 0; } 
.corner-blue:before { content: ""; position: absolute; position: absolute; left: 0; width: 480px; height: 520px; background: rgba(0,110, 185, 0.5); border-radius: 100%; top: -270px; left:-220px; z-index: 3 } 
.corner-blue::after { content: ""; border: 1px solid rgba(255,255,255,0.5); height: 380px; width: 326px; left:-260px; position: absolute; top: 50px; border-radius:60%; z-index: 4; } 
.corner-green { position: absolute; right: 0; bottom: 0; } 
.corner-green:before { content: ""; position: absolute; position: absolute; width:230px; height: 230px; background: rgba(0,161, 78, 0.5); border-radius: 100%; bottom: -100px; right:-90px; z-index: 3 } 
.corner-green::after { content: ""; border: 1px solid rgba(255,255,255,0.5); height: 230px; width: 318px; right: -108px; position: absolute; bottom: -151px; border-radius: 60%; z-index: 4; } 
.aside-inline-img { padding:60px 0 70px } 
.aside-inline-img .container { display:flex; flex-wrap: wrap; align-items: center } 
.valign-top .container { align-items: flex-start } 
 div.aside-inline-img { float: left; width: 100%; } 
 .aside-inline-img.reverse .container { flex-direction: row-reverse } 
 .aside-inline-img .img-box { position: relative; float: left; width:50%; } 
 .aside-inline-img .img-box img { width: auto; } 
 .aside-inline-img .text-box { float: left; width:50%; padding-left: 50px; padding-top: 15px; padding-bottom: 15px; } 
 .aside-inline-img:has(.all-faq) .text-box { padding-top: 0; padding-bottom: 0 } 
 .aside-inline-img.reverse .img-box { padding-right: 0; } 
 .aside-inline-img.reverse .text-box { padding-left: 0; padding-right:50px; } 
 .aside-inline-img .btn { margin-top: 10px; } 
 .aside-inline-img.object-fit .container { align-items: inherit } 
 .aside-inline-img.object-fit .img-box { min-height: 480px } 
 .aside-inline-img.object-fit .img-box img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0 } 
 .aside-img-wrapper { padding:0; display:flex; flex-wrap: wrap; align-items: center } 
 .aside-img-wrapper.reverse { flex-direction: row-reverse } 
 .valign-top { align-items: flex-start } 
 div.aside-img-wrapper { float: left; width: 100%; } 
 .aside-img-wrapper .img-box { position: relative; float: left; width:50%; } 
 .aside-img-wrapper .img-box img { width: 100%; } 
 .aside-img-wrapper .text-box { float: left; width:50%; } 
 .aside-img-wrapper .max-width { float: left; width: 100%; max-width: 600px; padding: 25px 15px 25px 70px } 
 .aside-img-wrapper.reverse .max-width { float: right; padding-left:15px; padding-right:70px; } 
 .aside-img-wrapper.object-fit { align-items: inherit } 
 .aside-img-wrapper.object-fit .img-box { position: relative; overflow: hidden; } 
 .aside-img-wrapper.object-fit .img-box img { width: 100%; height: 100%; object-fit: cover; position:absolute; top: 0; left: 0 } 
 .aside-img-wrapper.object-fit .max-width { padding-top: 50px; padding-bottom: 50px; } 
 .text-28 { font-size: 28px; } 
 .intro-wrapper { text-align: center; } 
.service-wrapper { padding-top: 40px } 
.service-wrapper .top-text-center { font-weight: normal } 
.service-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; counter-reset: sc; } 
.service-box { position: relative; min-height: inherit; background-color: #ffffff; counter-increment: sc; align-items: flex-end; display: flex; padding: 0 !important } 
/* .service-box::before { content: counters(sc, ".", decimal-leading-zero) " "; position: absolute; top: 15px; right: 18px; font-size: 16px; color:#ffffff; font-weight: 600; z-index:10; } */
.service-box h3 { margin-top: 0 } 
.service-box .icon { width: 56px; height: 56px; background-color: #00a14e; border-radius: 56px; display: flex; margin-bottom: 15px; align-items: center; justify-content: center } 
.service-box .bg-img { display: flex; height: 100%; background-color: #000000; position: relative; left: 0; top: 0; bottom: 0; right: 0; width: 100%; transition: all .3s linear 0s; z-index: 1; } 
.service-box .bg-img img { opacity: 0.6; width: 100%; height: 100%; object-fit: cover; transition: all .3s linear 0s; } 
.service-box h3 { font-size: 28px; } 
.service-box:hover .bg-img img { opacity: 0.3; } 
.service-box .text-box { position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; padding:34px; } 
.service-box:hover *, .service-box * { color: #ffffff; z-index: 5 } 
.service-box:hover::before { color: #ffffff } 
.service-wrapper .center-btn .btn { min-width: 190px } 
.layout-2 .service-box { display: flex; flex-wrap: wrap; align-items:flex-end } 
.service-box.cta-box { background-color: #0b6fb8 !important; align-items: center; padding-top: 34px; } 
.service-box.cta-box .text-box { position: relative; bottom: auto; } 
.service-box.cta-box:before { display: none; } 
.service-box.cta-box p { font-size: 18px; color: #ffffff } 
.service-box.cta-box .btn::after { content: "\f178"; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 900; margin-left: 8px; } 
.service-box.cta-box .btn:hover, .service-box.cta-box .btn:focus { color: #0b6fb8 } 
.service-slider { counter-reset: sc; } 
.service-slider .service-box { width: 100% } 
.partner-wrapper { text-align: center } 
.partner-slider.owl-carousel { margin-top: 35px; } 
.partner-box { display: flex; width: 100%; align-items: flex-end; justify-content: center } 
 .expertise-wrapper { padding: 125px 0 } 
 .expertise-wrapper .container { position: relative; } 
 .expertise-wrapper .bg { background: #000000 } 
 .expertise-wrapper .bg img { opacity: 0.3 } 
 .expertise-wrapper .grid-column { position: relative; float: left; width:50%; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; } 
 .expertise-wrapper .text-box { float: left; width:50%; padding: 30px 10% 0 0; } 
 .expertise-wrapper .text-box * { color: #ffffff } 
.expertise-wrapper .grid-item { background-color:rgba(255,255,255,.9); padding: 35px } 
.expertise-wrapper .grid-item h3 { font-size: 42px; font-weight: 600; margin: 0; } 
.expertise-wrapper .grid-item p { font-size: 18px; } 
.expertise-wrapper .grid-item:first-child { background-color: rgba(0,110, 185, 0.9) } 
.expertise-wrapper .grid-item:last-child { background-color: rgba(0,161, 78, 0.9) } 
.expertise-wrapper .grid-item:first-child *, .expertise-wrapper .grid-item:last-child * { color: #ffffff } 
.expertise-wrapper .grid-item i { margin-bottom: 5px } 
.faq-wrapper { padding-top: 50px; } 
.faq-wrapper .top-text-center { margin-bottom: 30px } 
.all-faq { max-width:740px; margin-left: auto; margin-right: auto; counter-reset: fq; } 
.all-faq.w-full { max-width: 100%; } 
.faq-wrapper .top-text-center,.faq-wrapper .center-btn { width: 100% } 
.accordion-data { position: relative; padding: 20px 30px; margin: 0 0 20px; cursor: pointer; background: #f3f3f3; counter-increment: fq; } 
.accordion-data:has(.active) { background-color: #006eb9 } 
.accordion-data:has(.active) * { color: #ffffff } 
.accordion-data:last-child { margin-bottom: 0; } 
.accordion-data .accordion-head:after { content: "\e59e"; display: inline-block; font-size: 15px; font-family: "Font Awesome 6 Pro"; font-weight: 900; position: absolute; right:-10px; top: -6px; width: 34px; height: 34px; line-height: 34px; border-radius: 34px; text-align: center; } 
.accordion-data .accordion-head.active:after { content: "\f068"; } 
.accordion-head { color: #1b1a1a; display: block; font-size: 18px; font-weight: 600; margin: 0; line-height: normal; position: relative; cursor: pointer; padding:0 20px 0 32px; } 
.accordion-content { font-size: 16px; display: none; padding: 12px 20px 12px 0; position: relative; cursor: pointer; } 
.accordion-head::before { content: counters(fq, ".", decimal-leading-zero) "."; position: absolute; top: 0; left: 0; font-weight: 600; } 
.blog-box { position: relative; float: left; width: 100%; } 
.blog-box .image-thumbnail { padding-top: 138.55555555%; } 
.blog-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.blog-box .text-box { position:absolute; left: 18px; bottom: 18px; right: 18px; background: rgba(255,255,255,.9); padding: 25px 30px; min-height: 150px; } 
.blog-box .post-date { font-size: 14px; margin: 0 0 8px; color: #006eb9 } 
.blog-box h3 { font-size: 18px; font-weight: 600; margin: 0 } 
.blog-box:hover .text-box { background-color: rgba(0,110, 185, 0.9) } 
.blog-box:hover .text-box * { color: #ffffff } 
.overflow-hide { overflow: hidden; } 
.mission-wrapper { text-align: center } 
.mission-wrapper .container { max-width: 900px } 
.gallery-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px } 
.gallery-box { position: relative; overflow: hidden; } 
.gallery-box img { width: 100%; height: 100%; object-fit: cover } 
.gallery-box:nth-child(2), .gallery-box:nth-child(3) { grid-row: 1/3 } 
.gallery-box:nth-child(4) { grid-column:1/1; grid-row: 2/3; } 
.gallery-box:nth-child(5) { grid-column: 1/3; grid-row: 3/5 } 
.gallery-box:before { content: "\f00e"; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; font-family: "Font Awesome 6 Pro"; font-weight: 900; background:rgba(0,90,151,.4); color: #ffffff; font-size: 50px; transform: scale(0.5); opacity: 0; } 
.gallery-box:hover:before { transform: scale(1.0); opacity: 1.0; } 
.acf-gallery-pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; font-size: 14px; } 
.acf-gallery-pagination a , .acf-gallery-pagination span { display: block; padding: 5px 10px; line-height: 22px; min-width: 32px; background-color: #f5f5f5; border-radius: 8px; color: #1b1a1a; } 
.acf-gallery-pagination span, .acf-gallery-pagination a:hover { background-color: #006eb9; color: #ffffff } 
.acf-gallery-pagination .page-numbers.dots { background-color: transparent; color: #1b1a1a; } 
.address-info { float: left; width: 31%; background: #006eb9; padding:43px 25px 45px 42px } 
.address-info * { color: #ffffff } 
.address-info p { position: relative; padding:9px 0 0 62px; font-size: 18px; min-height: 46px; font-weight: 500 } 
.address-info i { position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; line-height: 44px; background: #005a97; border-radius:44px; text-align: center; font-size: 20px; } 
.address-info a:hover, .address-info a:focus { text-decoration: underline; color: #ffffff; text-underline-offset: 4px } 
.address-info p:has(.fa-clock) strong { font-weight: 500; font-size: 18px } 
.address-info p:has(.fa-clock) { font-size: 16px; font-weight:400 } 
.contact-form { float: left; width: 69%; padding:20px 0 0 35px; } 
.contact-form h2 { font-size: 28px; font-weight: 500 } 
.c-map { clear: both; padding-top: 350px } 
.wpcf7-spinner { position: absolute } 
/******Owl Carousel*******/ 
.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative } 
.owl-carousel { display: none; width: 100%; z-index: 1 } 
.owl-carousel .owl-stage { display: flex; position: relative; -ms-touch-action: pan-Y; touch-action: pan-Y; -moz-backface-visibility: hidden; backface-visibility: hidden } 
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } 
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 
.owl-carousel .owl-item { display: flex; min-height: 1px; float: left; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.owl-carousel .owl-item img { display: block; } 
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } 
.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block } 
.owl-carousel.owl-loading { opacity: 0; display: block } 
.owl-carousel.owl-hidden { opacity: 0 } 
.owl-carousel.owl-refresh .owl-item { visibility: hidden } 
.owl-carousel.owl-grab { cursor: move; cursor: grab } 
.owl-carousel.owl-rtl { direction: rtl } 
.owl-carousel.owl-rtl .owl-item { float: right } 
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both } 
.owl-carousel .owl-animated-in { z-index: 0 } 
.owl-carousel .owl-animated-out { z-index: 1 } 
.owl-carousel .fadeOut { animation-name: fadeOut } 
@keyframes fadeOut { 
 0% { opacity:1 } 
100% { opacity:0 } 
 }
.owl-height { transition: height .5s ease-in-out } 
.owl-carousel .owl-item .owl-lazy { opacity: 0 } 
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d } 
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #0b0b0b } 
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: transform .1s ease } 
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) } 
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } 
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease } 
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } 
.owl-carousel .owl-dots { display: flex; margin: 0 auto; clear: both; overflow: hidden; padding-top: 25px; text-align: center; align-items: center; justify-content: center } 
.owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.owl-carousel .owl-dot { position: relative; display: inline-block; width: 12px; height: 12px; margin: 2px 6px; border: 2px solid #dddddd; font-size: 0; line-height: 0; cursor: pointer; border-radius: 20px; background-color:#dddddd } 
.owl-carousel .owl-dot span { display: none } 
.owl-carousel .owl-dot.active, .owl-carousel .owl-dot:hover { background-color: #006eb9; border-color: #006eb9; } 
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { background-color:#ffffff; cursor: pointer; position: absolute; left: -13px; top: 50%; margin-top: -19px; width:38px; height: 38px; border: #ffffff; border-radius:60px; display: inline-block; font-size: 0; z-index: 98; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); } 
.owl-carousel .owl-nav .owl-next { left: auto; right:-13px } 
.owl-carousel .owl-nav .owl-next.disabled, .owl-carousel .owl-nav .owl-prev.disabled { opacity: .2; cursor: not-allowed } 
.owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before { content: "\f053"; font-size:18px; font-family:"Font Awesome 6 Pro"; color: #1b1a1a; font-weight: 900; line-height: 1; display: block; margin: 0 2px; position: absolute; top: 50%; left: 42%; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -moz-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } 
.owl-carousel .owl-nav .owl-next:before { left: 46%; content: "\f054" } 
.owl-carousel.long-arrow .owl-nav .owl-next, .owl-carousel.long-arrow .owl-nav .owl-prev { width: 80px; background: none !important } 
.owl-carousel.long-arrow .owl-nav .owl-next:before, .owl-carousel.long-arrow .owl-nav .owl-prev:before { color: #1b1a1a; font-size: 23px; } 
.owl-carousel.long-arrow .owl-nav .owl-prev:before { left: 2px; } 
.owl-carousel.long-arrow .owl-nav .owl-next:before { left: auto; right:0; } 
.owl-carousel.long-arrow .owl-nav .owl-next:after, .owl-carousel.long-arrow .owl-nav .owl-prev:after { content: ""; border-bottom: 2px solid #515050; width: 70px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); } 
/******Owl Carousel End*******/ 
/******Social Icons*******/ 
ul.social-icon { display: inline-block; padding: 0; margin: 0 0 15px; vertical-align: middle } 
ul.social-icon li { display: inline-block; width: auto; margin: 3px 10px 3px 0; background: 0 0; padding: 0; vertical-align: middle; color: #1b1a1a; overflow: visible; } 
ul.social-icon li:last-child { margin-right: 0 } 
ul.social-icon li:before { display: none } 
ul.social-icon li a { display: inline-block; padding: 0; width: auto; text-decoration: none } 
ul.social-icon li i { text-align: center; display: block; font-size: 16px; color: #1b1a1a; line-height: 1 } 
ul.social-icon li a:hover i { color: #ffffff } 
ul.social-icon li a:hover .fa-twitter, ul.social-icon li a:hover .fa-x-twitter { color: #0eb1f2 } 
ul.social-icon li a:hover .fa-linkedin-in { color: #007bb6 } 
ul.social-icon li a:hover .fa-instagram { color: #d82370 } 
ul.social-icon li a:hover .fa-pinterest, ul.social-icon li a:hover .fa-pinterest-p { color: #cb2027 } 
ul.social-icon li a:hover .fa-tumblr { color: #395976 } 
ul.social-icon li a:hover .fa-youtube { color: red } 
ul.social-icon li a:hover .fa-whatsapp { color: #25d366 } 
ul.social-icon li a:hover .fa-tiktok { color: #ff0050 } 
ul.social-icon li a:hover i { border-color: transparent } 
ul.social-icon li a:hover .fa-facebook, ul.social-icon li a:hover .fa-facebook-f, ul.social-icon li a:hover .fa-facebook-square { color: #3b5998 } 
ul.social-icon li a:hover i { color: #1b1a1a; } 
/******Social Icons End*******/ 
/******Footer*******/ 
footer { position: relative; padding:25px 0 0; background:#f5f6f8 } 
footer .container { position: relative; z-index: 11; max-width: 990px; } 
footer .footer-row { display: flex; margin:0 -15px; align-items: flex-start; } 
footer .footer-column { float: left; padding:30px 15px 0; width: 21%; } 
footer .footer-column:first-child { width: 20%; } 
footer .footer-column:first-child p { margin-top: 30px; } 
footer .footer-column:last-child { /*width:38%; */ width: 100% !important; margin-left: 0 } 
footer > img { width: 100%; margin: 0 !important; } 
footer .footer-column:last-child { display: grid; grid-template-columns: repeat(3,1fr) } 
 footer .footer-column:last-child h5 { grid-column: 1 / 4; text-align: center; font-size: 20px; } 
footer .footer-column:last-child p { width: fit-content; margin: 0 auto; } 
footer img { margin: 0 0 20px; } 
footer ul li { padding: 0 0 12px 20px; line-height: 1.4; font-size: 15px; } 
footer ul li a { font-size: inherit } 
footer ul li::before { top: 5px; left: 2px } 
footer ul li:last-child { padding-bottom: 0 } 
footer .footer-column.two-column { display: grid; grid-template-columns: 1fr 1fr; column-gap: 15px; width:44%; align-items: flex-start } 
footer .footer-column.two-column h5 { grid-column: 1/3 } 
footer .footer-column.two-column ul { margin: 0 } 
footer .footer-column.two-column ul + ul li { padding-bottom:30px } 
footer .footer-column.two-column ul + ul li:last-child { padding-bottom: 0 } 
footer h5 { font-size:16px; color: #1b1a1a; font-family: "Onest", sans-serif; font-weight:700; margin: 0 0 20px; padding: 0; text-transform: capitalize; } 
footer a, footer p { color: #1b1a1a; font-size: 15px; margin: 0; } 
footer a { text-decoration: none } 
footer p+p { margin-top: 15px } 
footer p:has(i) { position: relative; padding-left: 35px; } 
footer p:has(i) i { position: absolute; left: 0; top: 3px; font-size: 20px; font-weight:900 !important; color: #006eb9 } 
footer p:has(i) i.fa-map-marker-alt { top: 7px; font-size: 24px; } 
footer .copyright-block { padding: 10px 0 30px; float: left; width: 100%; margin-top: -80px; background: #231f20; } 
footer .copyright-block .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } 
footer .copyright-block p { float: left; margin: 0; font-size: 13px; color: #ffffff; width: 40% } 
footer .copyright-block p:nth-child(2) { width: 20% } 
footer .copyright-block p:nth-child(2) img { margin: 0 auto; width: 56px } 
footer .copyright-block p:last-child { text-align: right } 
footer .copyright-block a { font-size: inherit; color: inherit } 
footer .current-menu-item a, footer a:focus, footer a:hover { color: #00a14d!important; } 
footer .copyright-block a:focus, footer .copyright-block a:hover { color: #00a14d!important; } 
/******Footer End*******/ 
/******Scrollup Button*******/ 
.scrollup { position: fixed; right: 10px; bottom: -40px; -webkit-transition: all ease 1.5s; -moz-transition: all ease 1.5s; -ms-transition: all ease 1.5s; -o-transition: all ease 1.5s; transition: all ease 1.5s; filter: alpha(opacity=0); opacity: 0; z-index: 150; display: flex; align-items: center; border-radius: 8px; font-size: 13px; font-style: normal; cursor: pointer; color: #ffffff; } 
.scrollup i { color: #1b1a1a; width: 36px; height: 36px; font-size: 16px; line-height: 36px; background: #ffffff; cursor: pointer; text-align: center; position: relative; z-index: 5; vertical-align: top; border-radius: 40px; box-shadow: 0 0 5px rgba(0,0,0,0.5) } 
.scrollup:hover i { background-color: #1b1a1a; color: #ffffff; } 
.scrollup.show { filter: alpha(opacity=100); opacity: 1; bottom: 27px; } 
/******Scrollup Button End*******/
@-webkit-keyframes fadeInDown { 
 0% { opacity:0; -webkit-transform:translate3d(0, -100%, 0); transform:translate3d(0, -100%, 0) } 
to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 }
@keyframes fadeInDown { 
 0% { opacity:0; -webkit-transform:translate3d(0, -100%, 0); transform:translate3d(0, -100%, 0) } 
to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 }
.active.animate__fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown } 
/******Responsive Start*******/
@media only screen and (max-width:1199px){
 .head-strip { padding: 2px 0 } 
 .header-row { padding: 10px 0 } 
 header + * { margin-top:128px !important; } 
.address-info { width: 40%; background: #006eb9; padding: 40px 25px; } 
.contact-form { width: 60%; padding-top: 0 } 
.aside-img-wrapper .max-width { padding-left: 45px; } 
.aside-img-wrapper.reverse .max-width { padding-left: 15px; padding-right: 45px; } 
 footer .copyright-block p:has(img) { display: none; } 
 footer .copyright-block { padding: 10px 0 20px;margin-top: -42px; } 
 footer .copyright-block p { width: auto } 
footer .copyright-block p:last-child { text-align: inherit; } 
 }
@media only screen and (min-width:1025px){
 .nav-wrap nav ul.nav>li.btn-type a { font-weight: 600; position: relative; font-size: 16px; border: 1px solid #ffffff; background-color: transparent; border-radius: 6px; color: #ffffff; font-style: normal; line-height: 22px; padding:8px 30px; text-decoration: none; white-space: normal; text-transform: capitalize; text-align: center } 
 .nav-wrap nav ul.nav>li.btn-type a::before { display: none } 
 .nav-wrap nav ul.nav>li.btn-type a:hover, .nav-wrap nav ul.nav>li.current-menu-item.btn-type a { background-color: #ffffff; color: #006eb9; border-color: #ffffff } 
}
@media only screen and (max-width:1024px){
 .nav-trigger { padding:19px; border-radius:40px; display: inline-block; position: relative; cursor: pointer; transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; transition-duration: .15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; margin: 0 0 0 10px; overflow: visible; font-size: 0; background: #006eb9; order: 3 } 
.nav-trigger span { display: block; top: 50%; margin-top: -1px; right: 11px } 
.nav-trigger span, .nav-trigger span::after, .nav-trigger span::before { width:16px; height: 2px; background-color: #ffffff; border-radius: 0; position: absolute; transition-property: transform; transition-duration: .15s; transition-timing-function: ease } 
.nav-trigger span::after, .nav-trigger span::before { content: ""; display: block } 
.nav-trigger span::before { top: -7px } 
.nav-trigger span::after { bottom: -7px } 
.nav-trigger.closemenu span { top: auto; bottom: 6px; transition-duration: .15s; transition-delay: .15s; transition-timing-function: cubic-bezier(.55, .055, .675, .19) } 
.nav-trigger.closemenu span::after { top: -20px; transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear } 
.nav-trigger.closemenu span::before { transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19) } 
.nav-trigger.closemenu span { transform: translate3d(0, -12px, 0) rotate(-45deg); transition-delay: .32s; transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 
.nav-trigger.closemenu span::after { top: 0; opacity: 0; transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear } 
.nav-trigger.closemenu span::before { top: 0; -ms-transform: rotate(-90deg); transform: rotate(-90deg); transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1) } 
#sidebar-nav { right: -320px; top: 0; bottom: 0; position: fixed; width: 320px; overflow-x: hidden; overflow-y: auto; margin: 0; padding: 20px 0 30px 20px; transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; background: #ffffff; -webkit-box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgba(0,0,0,0.1); box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgba(0,0,0,0.1); } 
header, html { -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .3s linear 0s; transition: all .2s linear 0s } 
.sidebar_active { overflow: hidden; margin-left: -320px; margin-right: 320px } 
.sidebar_active #sidebar-nav { display: block; right: 0; z-index: 999999 } 
.nav-wrap nav ul.nav>li.has-sub>a:after { display: none } 
.sidebar_active header { position: fixed; left: -320px; right: 320px } 
.nav-wrap nav ul, nav ul ul { display: none } 
.nav-wrap nav ul.nav { padding: 0; margin: 0; border: 0; visibility: visible; display: block !important; top: 0 } 
.nav-wrap nav ul.nav>li { width: 100%; margin: 0; padding:8px 0; border: 0; /* border-bottom: 1px solid rgba(0,0,0,.12)*/ } 
.nav-wrap nav ul.nav>li>a { font-size:18px; color: #1b1a1a; padding: 7px 20px 7px 16px; margin: 0; white-space: inherit; border-radius: 0; border: none; font-weight: 500 } 
.nav-wrap nav ul.nav>li.has-sub>a { padding-right: 30px } 
.nav-wrap nav ul.nav>li:last-child { border-bottom: none } 
.nav-wrap nav ul.nav ul li { opacity: 1 } 
.nav-wrap nav ul.nav ul { position: static; opacity: 1; visibility: visible; padding: 0; border-radius: 0; background: 0 0; -webkit-box-shadow: none; box-shadow: none } 
.nav-wrap nav>ul.nav>li>ul { max-height: inherit; margin-top: 0; -moz-transform: none; -webkit-transform: none; transform: none; text-align: left } 
.nav-wrap nav ul.nav>li>ul>li { padding: 0; margin: 0; float: left; width: 100%; border-bottom: none; min-width: inherit } 
.nav-wrap nav ul.nav>li>ul li a { font-size: 15px; font-weight: 500; color: #1b1a1a; padding:11px 20px 11px 30px; white-space: inherit; text-align: left; /*border-top: 1px solid rgba(0,0,0,.12)*/ } 
.sidebar_active .nav-wrap nav ul.nav ul.open { display: block!important; position: static!important; top: 40px; left: auto; right: 0; bottom: 0; width: 100%; margin: 0; opacity: 1; visibility: visible; height: 100%; overflow: auto; z-index: 99999; background: #ffffff } 
.nav-wrap nav ul.nav ul:after, .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after, .nav-wrap nav ul.nav>li>a:before { display: none } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a, .nav-wrap nav ul.nav li.current-menu-item>a, .nav-wrap nav ul.nav li:hover>a, .nav-wrap nav ul.nav li>a:hover { background-color:transparent!important; color: #006eb9 !important } 
.nav-wrap nav .submenu-button { position: absolute; right:5px; display: block; width: 30px; height: 30px; background-color: #ffffff; cursor: pointer; top: 8px; border-radius: 30px; font-size: 0 !important } 
.nav-wrap nav .submenu-button:before { content: "\f105"; font-family:"Font Awesome 6 Pro"; position: absolute; color: #1b1a1a; left: 0; right: 0; text-align: center; top: 50%; margin-top: -14px; font-size: 16px; line-height: 30px; font-weight: normal; border-radius: 0; } 
.nav-wrap nav .submenu-button.submenu-opened:before { content: "\f106"; } 
.nav-wrap nav ul.nav ul li.has-sub:after, .nav-wrap nav ul.nav ul ul, .nav-wrap nav ul.nav> li> a:after, .nav-wrap nav ul.nav > li:before, .nav-wrap nav ul.nav li.has-sub li.has-sub > a:after, .nav-wrap nav ul.nav > li.has-sub>a:after { display: none!important } 
.nav-wrap nav ul.nav ul ul.open { display: block!important } 
.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 45px !important; } 
.nav-wrap nav ul.nav > li { display: block } 
.nav-wrap nav ul.nav > li.has-sub > a br { display: none } 
.nav-wrap nav ul.nav > li> a { z-index: 111 !important; } 
.nav-wrap nav ul.nav > li> .submenu-button { z-index: 1111 !important; } 
.nav-wrap nav ul.nav .parent-active { z-index: 9999 !important } 
.nav-wrap { margin: 0; flex-direction: row; } 
.alignleft, .alignright { max-width: 500px } 
[class*="corner-"] { display: none; } 
header .header-left { width: 280px; max-width: 280px; min-width: 280px; } 
header .logo { height: 61.31px; } 
 header + * { margin-top: 113.3px !important;}

 }
@media only screen and (max-width:991px){
 .alignleft, .alignright { max-width: 300px } 
.aside-inline-img { padding: 30px 0; text-align: center; } 
.aside-inline-img .img-box img { margin:0 auto; } 
.aside-inline-img.lg-text-overlap { text-align: left } 
.aside-inline-img .img-box { width: 100%; } 
.aside-inline-img .text-box, .aside-inline-img.reverse .text-box { width: 100%; padding: 25px 0 0; } 
.aside-img-wrapper { text-align: center; } 
.aside-img-wrapper .img-box img , .aside-inline-img .img-box img { margin:0 auto; border-radius: 10px; width: auto; } 
.aside-img-wrapper .img-box { width: 100%; padding: 0 15px } 
.aside-img-wrapper .text-box, .aside-img-wrapper.reverse .text-box { width: 100%; padding: 25px 0 0; } 
.aside-img-wrapper ul { text-align: left; width: fit-content; margin-left: auto; margin-right: auto } 
.aside-inline-img ul { text-align: left; width: fit-content; margin-left: auto; margin-right: auto } 
.aside-img-wrapper .max-width { float: none !important; padding:0 15px!important; margin: 0 auto !important; max-width: 100% !important; } 
.aside-inline-img + .aside-inline-img.p-t0 { padding-top: 30px !important } 
[class*="-wrapper"] { padding: 30px 0 } 
.banner-wrapper .heading { font-size: 36px; } 
.top-text-center { margin: 0 auto 25px; } 
 .top-text-center.m-b4 { margin: 0 auto 25px !important; } 
.service-row { gap: 20px } 
.center-btn { padding-top: 25px } 
.down-scroll { display: none; bottom: 20px; } 
.service-row { grid-template-columns: repeat(2, 1fr); } 
.service-box h3 { font-size: 22px; } 
.expertise-wrapper .text-box { width: 100%; padding: 0 0 30px; text-align: center } 
.expertise-wrapper .grid-column { width: 100%; text-align: center } 
.expertise-wrapper .grid-column p { line-height: 1.2 } 
.blog-box .text-box { padding: 20px } 
.expertise-wrapper .grid-item h3 { font-size: 36px } 
.alignright { margin: 5px 0 10px 30px; } 
.alignleft { margin: 5px 30px 10px 0; } 
.service-box.cta-box { grid-column: 1/3 } 
[class*="-wrapper"].p-4 { padding: 30px 0 !important } 
.accordion-content { padding-right: 0 } 
 .address-info { padding:35px 25px; width: 100%; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 25px; } 
 .address-info p { margin: 0; } 
 .contact-form { width: 100%; padding:30px 0 0; } 
 .form-fields .row .row, .row.form-fields .row { margin-top: -18px } 
.form-fields [class*=col-], .form-fields [class^=col-] { padding-top: 18px } 
.form-fields [class*=col-]:has(.btn) { text-align: center } 
 .aside-img-wrapper.object-fit .img-box { min-height: inherit } 
 .aside-img-wrapper.object-fit .img-box img { position:relative; } 
.gallery-row { gap: 10px } 
.gallery-box:before { font-size: 25px } 
.aside-inline-img.object-fit .img-box img { width: auto; height: auto; position: relative; } 
.aside-inline-img:has(.all-faq) .text-box { padding-top:30px; text-align: left } 

.service-box .text-box{ padding: 20px}


.page-template-tpl-about .common-wrapper{ text-align: center}
.page-template-tpl-about .common-wrapper ul { text-align: left; width: fit-content; margin-left: auto; margin-right: auto } 


footer { overflow: hidden; } 
footer::before { bottom: -80px } 
footer .footer-column { width: 100% !important } 
footer ul { display: grid; grid-template-columns: 1fr 1fr; width: 100% } 
footer .footer-column.two-column ul { grid-template-columns: 1fr; } 
footer { padding: 0; overflow: hidden; } 
footer .footer-row { flex-wrap: wrap } 
footer .footer-column:first-child img { margin: 0 auto; } 
footer .footer-column:last-child { width:100%; max-width: 100% } 
footer .footer-column.two-column { width: 100% } 
footer p:has(i) { vertical-align: top; margin: 0 0 10px } 
footer .copyright-block { padding: 20px 0; margin-top:-20px !important; background-size: initial } 

footer .copyright-block p:last-child { text-align: center } 
.overflow-hide { overflow: visible; } 
 }
@media only screen and (max-width:767px) {
.service-box { padding:40px 25px 25px } 
.service-box.cta-box { padding-top: 25px } 
.accordion-data { padding: 20px; margin: 0 0 10px; } 
footer .footer-column:last-child { display: grid; grid-template-columns: repeat(2,1fr); row-gap: 15px } 
footer .footer-column:last-child h5 { grid-column: 1/3; margin-bottom: 0; } 
footer .copyright-block p { text-align: center; width: 100%; line-height: 1.2; padding: 2px 0 } 
footer .footer-column:last-child p { width: 100% } 
 }
@media only screen and (max-width:639px){
 .banner-wrapper .heading { font-size: 36px; } 
 .address-info { grid-template-columns:1fr; padding: 25px; row-gap: 20px } 
 .c-map { padding-top: 250px; } 
 .gallery-row { grid-template-columns: repeat(2,1fr); } 
.gallery-box:nth-child(2), .gallery-box:nth-child(3) { grid-row: inherit } 
.gallery-box:nth-child(2) { grid-row: 1/3; } 
.gallery-box:nth-child(4) { grid-column: 1/1; grid-row: 1/1; } 
.gallery-box:nth-child(5) { grid-column: 1/3; grid-row: 3/5 } 
.gallery-box:nth-child(3) { grid-column: 1 / 2; grid-row: 5 / 7; } 
.gallery-box:nth-child(10) { grid-column: 1 / 3; } 
 }
@media only screen and (max-width:580px){
 .alignleft, .alignright { max-width: 100%; margin: 10px auto 30px; float: none; display: block } 
.service-row { grid-template-columns: 1fr; } 
.expertise-wrapper .grid-column { grid-template-columns: 1fr } 
.bio-wrapper { text-align: center } 
.service-box.cta-box { grid-column: inherit } 
    .banner-wrapper .heading {
        font-size:26px;
    }



 }
@media only screen and (max-width:479px) { header .header-left { width: 234px; max-width: 234px; min-width: 234px; } 
header .logo { height: 51.25px; } 
 header + * { margin-top: 99.75px !important; } 
 .head-strip { font-size: 14px; } 
 .address-info { padding-left: 15px; padding-right: 15px; } 
 .address-info p { padding-left: 55px } 
 .address-info p:has(.fa-clock) { font-size: 15px; } 
 footer .footer-column.two-column ul + ul { margin-top: 12px } 
 footer .footer-column.two-column ul + ul li { padding-bottom: 12px; } 
 footer { text-align: center } 
 footer ul { grid-template-columns: 1fr; } 
footer .footer-column.two-column { display: block; grid-template-columns: 1fr } 
 footer .footer-column.two-column h5 { grid-column: none; } 
 footer .footer-column:last-child { display: block; grid-template-columns: 1fr } 
 footer .footer-column:last-child h5 { grid-column: none } 
 footer p:has(i) { width: fit-content; text-align: left; margin-left: auto; margin-right: auto; width: 100%; max-width: 204px } 
 footer ul li::before { position: relative; left: auto; top: -2px; margin-right: 8px; } 
 footer .footer-column:last-child p { margin: 15px auto 0 } 
 }
@media only screen and (max-width:420px){
 #sidebar-nav { right: -260px; width: 260px; padding: 20px 0 20px 10px; } 
 .sidebar_active { overflow: hidden; margin-left: -260px; margin-right: 260px } 
 .sidebar_active header { left: -260px; right: 260px } 
 }
 @media only screen and (max-width:359px) { } 
/******Responsive End*******/
/******Magnific Popup*******/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #000000; opacity: .75 } 
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: 0 !important; -webkit-backface-visibility: hidden; backface-visibility: hidden } 
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box } 
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle } 
.mfp-align-top .mfp-container:before { display: none } 
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045 } 
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content { width: 100%; cursor: auto } 
.mfp-ajax-cur { cursor: progress } 
.mfp-auto-cursor .mfp-content { cursor: auto } 
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader { -webkit-user-select: none; -moz-user-select: none; user-select: none } 
.mfp-loading.mfp-figure { display: none } 
.mfp-hide { display: none !important } 
.mfp-preloader { color: #ccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -.8em; left: 8px; right: 8px; z-index: 1044 } 
.mfp-preloader a { color: #ccc } 
.mfp-preloader a:hover { color: #fff } 
.mfp-s-ready .mfp-preloader { display: none } 
.mfp-s-error .mfp-content { display: none } 
button.mfp-arrow,
button.mfp-close { overflow: visible; cursor: pointer; background: #fff; border: 0; -webkit-appearance: none; appearance: none; display: block; outline: 0; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation } 
button.mfp-arrow:hover,
button.mfp-close:hover { background: #000; } 
button::-moz-focus-inner { padding: 0; border: 0 } 
.mfp-close { width: 30px; height: 30px; line-height: 30px; font-size: 28px; border-radius: 30px 30px 0 0; position: absolute; right: 0; top: 0 !important; text-decoration: none; text-align: center; opacity: .65; padding: 0; color: #ffffff; font-style: normal; font-family: Arial, Baskerville, monospace; background: 0 0 !important } 
div.mfp-close { display: none !important } 
.videoFrame .mfp-close { top: 0 !important; background-color: rgba(236, 223, 223, .5) !important; border-radius: 0; opacity: 0 } 
.videoFrame .mfp-iframe-scaler:hover .mfp-close { opacity: 1 } 
.videoFrame .mfp-iframe-holder .mfp-content { max-width: 90%; max-height: 100% } 
.mfp-close:focus,
.mfp-close:hover { opacity: 1 } 
.mfp-close:active { top: 1px } 
.mfp-close-btn-in .mfp-close { color: #333 } 
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close { color: #fff } 
.mfp-counter { position: absolute; top: 0; right: 0; color: #ccc; font-size: 12px; line-height: 18px; white-space: nowrap } 
.mfp-arrow-left { width: 30px; height: 50px; position: absolute; left: 0; top: 50%; z-index: 90; display: inline-block; margin-top: -25px; font-size: 0; cursor: pointer; border-radius: 0 30px 30px 0 } 
.mfp-arrow-left:before { content: ''; height: 15px; width: 15px; display: block; border: 2px solid #929292; border-right-width: 0; border-bottom-width: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 18px; left: 8px } 
.mfp-arrow-right { width: 30px; height: 50px; position: absolute; right: 0; top: 50%; z-index: 90; display: inline-block; margin-top: -25px; font-size: 0; cursor: pointer; border-radius: 30px 0 0 30px; } 
.mfp-arrow-right:before { content: ''; height: 15px; width: 15px; display: block; border: 2px solid #929292; border-left-width: 0; border-top-width: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 18px; right: 8px } 
.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before { border-color: #fff } 
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px } 
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px } 
.mfp-iframe-holder .mfp-close { top: -40px } 
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25% } 
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, .6); background: #000000 } 
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto } 
.img-max-inherit img.mfp-img { max-height: inherit !important } 
.mfp-figure { line-height: 0; position: relative } 
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, .6); background: #444 } 
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 16px } 
.mfp-figure figure { margin: 0 } 
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto } 
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px } 
.mfp-image-holder .mfp-content { max-width: 100% } 
.mfp-inline-holder:has(.mfp-iframe-scaler) { padding-top: 40px; padding-bottom: 40px; } 
.mfp-inline-holder:has(.mfp-iframe-scaler) .mfp-content { line-height: 0; width: 100%; max-width: 900px; } 
.mfp-inline-holder:has(.mfp-iframe-scaler) .mfp-content video { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, .6); background: #000000; } 
.mfp-inline-holder:has(.mfp-iframe-scaler) .mfp-close { color: #fff; } 
@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px){
 .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0 } 
 .mfp-img-mobile img.mfp-img { padding: 0 } 
 .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0 } 
 .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px } 
 .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, .6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box } 
 .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0 } 
 .mfp-img-mobile .mfp-counter { right: 5px; top: 3px } 
 }
@media all and (min-width: 900px){
 .caption-frame .mfp-container { left: 50%; display: table; width: auto; padding: 0 45px; margin: 0 auto; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%) } 
 }
@media all and (max-width: 900px){
 .mfp-arrow { -webkit-transform: scale(.75); transform: scale(.75) } 
 .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0 } 
 .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100% } 
 .mfp-container { padding-left: 6px; padding-right: 6px } 
 button.mfp-arrow,
 button.mfp-close { background: rgba(255, 255, 255, .95) } 
 }
/******Magnific Popup End*******/