@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Light.woff2') format('woff2'),
 url('../fonts/Manrope-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
 url('../fonts/Manrope-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
 url('../fonts/Manrope-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
 url('../fonts/Manrope-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
 url('../fonts/Manrope-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
 url('../fonts/Manrope-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
 url('../fonts/Manrope-ExtraBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } 
/*****Global CSS*****/
html { overflow-x: hidden } 
body { color: #000000; font-size: 18px; font-weight:400; line-height:1.6666666666666667; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; font-family: 'Manrope'; } 
* { 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: #000000; text-decoration: underline; text-underline-offset: 5px } 
a:focus, a:hover { color: #000000; text-decoration: none } 
strong, b { font-weight: 600 } 
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: 'Manrope'; font-weight:700; color: #000000; line-height:1.2; margin: 25px 0 12px; } 
h1, .h1, h2, .h2 { font-size:30px; } 
h3, .h3 { font-size: 26px; } 
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 16px } 
p+ol, p+ul { margin-top: -5px } 
ul { margin: 0 0 22px } 
ul li { position: relative; padding: 0 0 8px 22px; overflow: hidden; } 
ul li:before { content: ""; display: inline-block; line-height: 1; font-family: "Font Awesome 6 Pro"; font-weight: 400; position: absolute; left:2px; top:11px; width: 8px; height: 8px; background: #000000; border-radius: 8px } 
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: #000000; left: 0; top: 6px; font-size: 88% } 
ol { padding-left: 26px; margin: 0 0 22px; text-align: left; overflow: hidden } 
ol li { list-style: decimal; padding-bottom: 7px; padding-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:1270px } 
.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){
 .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:transparent; border: none; border-bottom: 1px solid #d2d2d2; border-radius: 0; color: #a5a6a8; display: block; font-size: 15px; font-weight: 500; line-height: 20px; padding:0 0 16px; position: relative; width: 100%; height:37px; 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: 'Manrope'; } 
.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: #000000 } 
textarea, textarea.form-control { height: 90px; resize: none; border-radius: 0; padding-top: 0 } 
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:#a5a6a8; opacity:1 } 
::-moz-placeholder { color:#a5a6a8; opacity:1 } 
:-ms-input-placeholder { color:#a5a6a8; opacity:1 } 
:-moz-placeholder { color:#a5a6a8; opacity:1 } 
.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 } 
.field-white .selectric-focus .selectric, .field-white .selectric-hover .selectric, .field-white .selectric-open .selectric { border-color: #ffffff } 
.field-white .selectric .label, .field-white .selectric .button:after { color: #ffffff } 
.field-white ::-webkit-input-placeholder { color:#ffffff; } 
.field-white ::-moz-placeholder { color:#ffffff; } 
.field-white :-ms-input-placeholder { color:#ffffff; } 
.field-white :-moz-placeholder { color:#ffffff; } 
.field-white .icon-field i { color: #ffffff } 
.field-white .csRadioElem, .field-white .csCheckboxElem { border-color: #ffffff } 
.field-white label { 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 } 
.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-bottom: 1px solid #d2d2d2; background-color:transparent; position: relative; border-radius: 0; } 
.selectric .label { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 40px 0 0; font-size: 15px; font-weight: 400; line-height:20px; color: #a5a6a8; height:37px; padding: 0; text-align: left } 
.selectric .button { display: block; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 35px; height: 30px; color: #000000; 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: 24px; text-align: right; color: #454444 } 
.selectric-items { display: none; position: absolute; top: 100%; left: 0; border: 1px solid #f5f5f5; z-index: -1; margin: 0; border-radius:10px; 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 } 
.selectric-items li { font-size: 16px; min-height: 20px; margin-bottom: 1px; display: block; padding: 6px 15px; color: #000000; 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: #000000 } 
.selectric-items li.highlighted, .selectric-items li.selected, .selectric-items li:hover { background-color: #000000; 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: #000000 } 
.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: #000000; 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: 14px; font-family: "Font Awesome 6 Pro"; font-weight: 900; color: #000000; 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: -25px } 
.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: -20px } 
.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: 16px; left: 0; color: #a5a6a8; top: 2px; 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-left:30px !important } 
.icon-field i + .selectric-wrapper .selectric .label { margin-left: 30px } 
.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: ''; background: #ffffff; left: 0; top: 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 .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-block; font-weight: 500; position: relative; font-size: 14px; border:2px solid #000000; border-radius:40px; color: #ffffff; font-style: normal; line-height:22px; padding:9px 27px; text-decoration: none; white-space: normal; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; background-color:#000000; cursor: pointer; text-align: center; text-transform: uppercase; min-width:160px; letter-spacing:2px; } 
.btn.min-none { min-width: none; } 
.secondary-btn:before { background-color:#000000 } 
.secondary-btn { color: #000000; border-color: #9e9e9e; background-color:transparent } 
 .btn.focus, .btn:focus, .btn:hover { color: #000000; border-color: #000000; background-color: #ffffff } 
.secondary-btn:focus, .secondary-btn:hover { color: #ffffff; border-color: #000000; background-color: #000000 } 
.btn-action .btn { margin: 10px 20px 0 0 } 
.btn-action .btn:last-child { margin-right: 0 } 
.xs-btn { padding: 8px 22px !important; font-size: 14px !important; line-height: 16px } 
.lg-btn { padding: 11px 30px !important; font-size: 15px !important; line-height: 22px } 
.btn i { margin: 0 5px 0 0 } 
/*****Global CSS End*****/
/*****Header*****/
header+div, header+section { margin-top: 101px!important } 
header { position: fixed; background-color:#ffffff; left: 0; right: 0; padding:32px 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 .logo { position: relative; display: flex; justify-content: center; } 
header .logo a { display: block; margin: 0; position: relative; } 

.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%; }

.head-fix header { box-shadow: 0 0 5px rgba(0,0,0,.2) } 
.nav-trigger, .nav-wrap nav ul li:before, .submenu-button { display: none } 
.nav-wrap { position: relative; float: right; margin: 0; z-index: 99; display: flex; align-items: center; flex-direction: row-reverse; } 
.nav-wrap .btn { margin-left: 30px; } 
.nav-wrap .btn i { display: none } 
.nav-wrap nav { float: left; 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 30px 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:last-child ul{ right: 0 !important; left: auto}

.nav-wrap nav ul.nav>li:last-child ul::after{ left: auto; right: 25px;}

.nav-wrap nav ul.nav>li>a { position: relative; display: block; padding:9px 0; margin: 0; font-size: 16px; font-weight: 400; line-height: 18px; color: #000000; white-space: nowrap; text-decoration: none; text-transform: capitalize; } 
.nav-wrap nav ul.nav>li.home-icon>a { font-size: 0; line-height: 26px; } 
.nav-wrap nav ul.nav>li.home-icon>a::after { content: "\f015"; display: inline-block; font-size: 16px; line-height: 18px; font-family: "Font Awesome 6 Pro"; font-weight:900; width: auto; position: relative; top: 3px } 
.nav-wrap nav ul.nav>li.btn-type a { font-weight: 400; position: relative; font-size: 16px; border: 1px solid #000000; border-radius: 40px; color: #000000; font-style: normal; line-height: 22px; padding: 6px 15px; text-decoration: none; white-space: normal; text-transform: none; 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: #000000; color: #ffffff; border-color: #000000 } 
.nav>li>a:focus, .nav>li>a:hover { background-color: transparent } 
.nav-wrap nav ul.nav>li>a:before { content: ''; background: #000000; 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-sub>a:after { content: "\f107"; display: inline-block; font-size: 14px; line-height: 18px; font-family: "Font Awesome 6 Pro"; font-weight: 900; margin-left: 2px; width: 10px; position: relative; top: 1px } 
.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: #ffffff; 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 #000000 } 
.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: 150px; padding: 1px 0; margin: 0; vertical-align: top; overflow: visible } 
.nav-wrap nav ul.nav ul li a { display: block; white-space: nowrap; font-size: 15px; font-weight:400; line-height: normal; color: #000000; 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: #000000 } 
.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: #000000 } 

/*****Header End*****/
/*****Space Classes*****/
[class*="-wrapper"] { padding:50px 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, a.image-thumbnail:hover 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; margin:10px 0 0; padding: 16px 54px 8px; background-color: #f5f5f5 } 
ul.breadcrumbs li { font-size: 18px; position: relative; display: inline-block; line-height: 1; vertical-align: top; padding: 0 14px 0 0; margin-right:0; color: #000000; 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: #000000; vertical-align: top; text-decoration: none } 
ul.breadcrumbs li:after { content: "/"; font-weight: 400; position: absolute; color: #000000; right: 0; top:0; 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: #000000; text-decoration: underline } 
/*****Fixed Size Thumbnail and Iframe End*****/
.lg-heading { font-size: 48px } 
.small-tagline { font-size: 14px; background-color: #e7e7e7; padding: 5px 18px; border-radius: 30px; display: table; width: auto; text-transform: uppercase; letter-spacing: 1.5px; margin: 0 } 
.full-w-post { background-color: #a0817a; float:left; width: 100%; overflow: hidden; } 


.full-w-post .bg-box { display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: center; padding:0; width: 100%; } 
.full-w-post * { color: #ffffff } 
.full-w-post .text-box { width: 50%; } 
.full-w-post .img-box { width:50% } 

.full-w-post .owl-carousel .owl-stage, .full-w-post .owl-carousel .owl-item { display: block; } 


.full-w-post .max-width { max-width: 635px; float: right; width: 100%; padding: 15px 60px 15px 15px } 
.full-w-post .image-thumbnail { padding-top: 93.66666666%; border-radius: 0; } 
.full-w-post .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.full-w-post h1 { color: #ffffff } 
.full-w-post h1 a, .full-w-post .heading a { text-decoration: none; color: inherit } 
.full-w-post h1, .full-w-post .heading { color: #ffffff; font-family: 'Manrope'; font-weight: 700; line-height: 1.2; margin: 25px 0 12px; font-size: 30px } 
.full-w-post .post-date { background-color: #ffffff; color: #603e36; font-weight: 900 } 
.full-w-post .btn { background-color: transparent; border-color: #ffffff; color: #ffffff; margin-top: 10px; } 
.full-w-post .btn::before { background-color: #ffffff } 
.full-w-post .btn:hover , .full-w-post .btn:focus { background-color: #ffffff; border-color: #ffffff; color: #000000 } 

.full-w-post .owl-carousel .owl-nav .owl-prev { left: 10px; } 
.full-w-post .owl-carousel .owl-nav .owl-next { right: 10px; } 


.full-w-post .owl-carousel .owl-dots { position: absolute; top: 15px; right: 15px; bottom: auto; padding: 0 } 

.post-box { position: relative; width: 100%; padding-bottom: 66px; } 
.post-box .img-box { position: relative; margin-bottom: 30px; } 
.post-box .image-thumbnail { display: block; padding-top: 88.33333%; border-radius: 20px; } 
.post-box .image-thumbnail img { width: 100%; height:100%; object-fit: cover } 
.post-box .post-date { position: absolute; left: 20px; bottom: 20px; } 
.post-date { font-size: 14px; background-color: #f5f5f5; padding: 5px 18px; border-radius: 30px; display: table; width: auto; } 
.post-box h3 a { color: inherit; text-decoration:none } 
.post-box .post-by { color: #9b9b9b } 
.post-box p:nth-last-child(2) { margin-bottom: 0 } 
.post-box .btn { position: absolute; left: 0; bottom: 0 } 
.col-2-slider .post-box .image-thumbnail { padding-top: 55.33333%; } 
.full-w-post-details .bg-box { position: relative; } 
.full-w-post-details h1 { color: #ffffff } 
.full-w-post-details p { font-size: 18px; color: #b4b4b4 } 
.full-w-post-details .bg { position: relative; border-radius: 20px; overflow: hidden; } 
.full-w-post-details .bg::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.7) } 
.full-w-post-details .text-box { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: 5; text-align: center } 
.full-w-post-details .max-width { width: 100%; max-width: 590px; margin: 0 auto; } 
.full-w-post-details .post-date { background-color: #4d4d4d; color: #9e9e9e; font-weight: 900; font-size: 14px; margin: 0 auto; } 
.left-column { float: left; width: 74%; padding-right: 64px } 
.right-column { float: left; width: 26%; } 
.blog-box { padding: 30px; border-radius: 20px; background-color: #f3f3f3 } 
.blog-box + .blog-box { margin-top: 22px } 
.blog-box h3 { font-size: 24px; border-bottom: 1px solid #dcdcdc; margin-bottom: 0; padding-bottom: 9px; } 
.blog-box ul li { border-bottom: 1px solid #dcdcdc; padding: 9px 0 } 
.blog-box ul li:last-child { border-bottom: none; padding-bottom: 0 } 
.blog-box ul li:before { display: none; } 
.blog-box ul li a { text-decoration: none } 
.blog-box ul li:has(i) { padding-left: 26px; } 
.blog-box ul li:has(i) i { font-size: 14px; color: #a1a1a1; position: absolute; left: 0; top: 17px } 
.common-wrapper + footer { border-top: 1px solid #000000 } 
.consultation-box { padding: 30px; border-radius: 20px; background: #f3f3f3 url(../img/consultation-icon.png) 90% 30px no-repeat; font-size: 16px; } 
.consultation-box h3 { font-size: 24px; padding-right: 104px } 
.bg-gray { background-color: #f3f3f3 } 
.bg-light { background-color: #a0817a } 


.bg-light .small-tagline { background-color: #ffffff; color: #603e36; font-weight: 500; } 

.bg-light * { color: #ffffff } 


.bg-light .secondary-btn { background-color: transparent; border-color: #ffffff; color: #ffffff; margin-top: 10px; } 

.bg-light .secondary-btn::before { background-color: #ffffff}

.bg-light .secondary-btn:hover, .bg-light .secondary-btn:focus { color: #000000; } 

.bio-wrapper { padding:70px 0 } 
.bio-wrapper .container { display:flex; flex-wrap: wrap; align-items: center; flex-direction: row-reverse; padding: 0 80px; } 
 .bio-wrapper .img-box { position: relative; float: left; width:32%; } 
 .bio-wrapper .img-box img { width: a uto; border-radius: 20px; } 
 .bio-wrapper .text-box { float: left; width:68%; padding-right: 60px; } 
 .bio-wrapper .btn { margin-top: 10px; } 
 .bio-wrapper.bg-dark { padding: 0 15px; } 
 .bio-wrapper.bg-dark .container { background-color: #3f3f3f; padding: 50px 68px; max-width: 1240px; border-radius: 20px; } 
 .bio-wrapper.bg-dark * { color: #ffffff } 
 .bio-wrapper.bg-dark .small-tagline { background-color: #555555 } 
 /******Owl Carousel*******/ 
.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative } 
.owl-carousel {  width: 100%; margin-top: 35px; 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: 14px; height: 14px; margin: 2px 4px; 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: #000000; border-color: #000000; } 
.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: -24px; width:48px; height: 48px; 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; border: 2px solid #9e9e9e } 
.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: #000000; 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 .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover { border-color: #000000 } 
.owl-carousel.top-nav .owl-nav { position: absolute; bottom: 100%; right: 0; width: 105px; height: 48px; margin-bottom: 30px; } 
.owl-carousel.top-nav .owl-nav .owl-next, .owl-carousel.top-nav .owl-nav .owl-prev { left: 0; background-color: transparent } 
.owl-carousel.top-nav .owl-nav .owl-next { left: auto; right: 0; } 
/******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: #000000; 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: #000000; 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: #000000; } 
/******Social Icons End*******/ 
/******Footer*******/ 
footer { background:#ffffff; padding:30px 0; text-align: center } 
footer a, footer p { color: #000000; font-size: 18px; margin: 0; } 
footer ul.social-icon { margin:12px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px } 
footer ul.social-icon li { margin: 0 } 
footer ul.social-icon li a { text-decoration: none !important } 
footer ul.social-icon li i { color: #000000; font-size: 21px; } 
footer a { text-decoration: none } 
footer p+p { margin-top: 15px } 
footer .copyright-block { padding:33px 0; float: left; width: 100%; margin-top:80px; background-color: #ffffff } 
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: 15px; color: #000000; } 
footer .copyright-block a { font-size: inherit; color: inherit } 
footer .current-menu-item a, footer a:focus, footer a:hover { color: #ffffff!important; } 
footer .copyright-block a:focus, footer .copyright-block a:hover { color: #000000!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: #000000; 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: #000000; 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) {.full-w-post .max-width { 
 padding: 15px 40px 15px 15px; } 

 .left-column { width: 70%; } 
 .right-column { width: 30%; } 
 .bio-wrapper.bg-dark .container { padding: 30px } 
 }
@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: #000000; 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; 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: #000000; 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: #000000; 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: #000000 !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\ 5 Pro; position: absolute; color: #000000; 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; } 
 
 header { padding: 20px 0 } 
 header+div, header+section { margin-top: 78px !important; } 

}
@media only screen and (max-width:991px){
 .alignleft, .alignright { max-width: 300px } 
.bio-wrapper { text-align: center; } 
.bio-wrapper .img-box img { margin:0 auto; } 
.bio-wrapper.lg-text-overlap { text-align: left } 
.bio-wrapper .img-box { width: 100% } 
.bio-wrapper .text-box { width: 100%; padding: 25px 0 0; } 
.full-w-post .img-box { display: block; width: 100% } 
.full-w-post .text-box { width: 100%; padding: 0; } 

 .full-w-post .max-width { max-width: 100%; text-align: center; padding:25px 15px; } 
 .full-w-post .post-date { margin-left: auto; margin-right: auto } 

[class*="-wrapper"] { padding: 30px 0; } 
.owl-carousel { margin-top: 25px } 
.bio-wrapper .small-tagline { margin: 0 auto; } 
.bio-wrapper .container { padding: 0 15px; } 
.lg-heading { font-size: 36px; } 
.left-column { width:100%; padding: 0 0 40px; } 

 .right-column { width:100%; } 
.full-w-post-details .text-box { position: relative; top: 0; transform: none; z-index: 5; text-align: center; padding: 30px 0 0; text-align: left; } 
.full-w-post-details .post-date { margin: 0; } 
.full-w-post-details .text-box *:not(.post-date) { color: #000000; } 
.full-w-post-details .max-width { max-width: 100% } 
footer { padding: 20px 0 } 
 }
@media only screen and (max-width:767px) { } 
@media only screen and (max-width:639px){
 .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { margin-top: -18px; width:36px; height: 36px; } 
 .owl-carousel.top-nav .owl-nav { position: static; bottom: 0; right: 0; width: auto; height: auto; margin-bottom: 0; } 
 .owl-carousel.top-nav .owl-nav .owl-next, .owl-carousel.top-nav .owl-nav .owl-prev { background-color: #ffffff; top: 30%; left: -13px; } 
 .owl-carousel.top-nav .owl-nav .owl-next { left: auto; right: -13px } 
 }
@media only screen and (max-width:580px){
 .alignleft, .alignright { max-width: 100%; margin: 10px auto 30px; float: none; display: block } 
 .blog-box { padding:15px; } 
 .bio-wrapper.bg-dark .container { padding: 20px } 
 }
@media only screen and (max-width:479px){
 .full-w-post .bg-box { padding: 0; } 
 }
@media only screen and (max-width:420px) { header .logo { max-width: 240px } 
 } 
 @media only screen and (max-width:359px) { } 
/******Responsive End*******/