/*****Global CSS*****/
html { overflow-x: hidden } 
body { color: #0e0e0e; font-size: 17px; font-weight: 400; line-height: 1.2941176470588236; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; font-family: 'proxima-nova', 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: table; font-size: 16px; margin: 0 0 -11px 22px; font-weight: 400; background: #ffffff; color: #656565; position: relative; z-index: 5; padding: 0 8px; } 
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: #0e0e0e; text-decoration: underline } 
a:focus,
a:hover { color: #0e0e0e; 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: 'cambria', sans-serif; font-weight: 700; color: #0e0e0e; line-height: 1.2; margin: 25px 0 15px; } 
h1,
.h1,
h2,
.h2 { font-size: 32px; } 
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 22px } 
p+ol,
p+ul { margin-top: -5px } 
ul { margin: 0 0 22px } 
ul li { position: relative; padding: 0 0 8px 31px; overflow: hidden; } 
ul li:before { content: ""; display: inline-block; line-height: 1; font-family: "Font Awesome 6 Pro"; font-weight: 900; position: absolute; left: 8px; top: 7px; background-color: #545454; padding: 4px; 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: #0e0e0e; 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: 1220px } 
.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% } 
 } 
@media (min-width: 1025px) { h1,
 .h1,
 h2,
 .h2 { font-size: 45px; } 
 h3,
 .h3 { font-size: 30px; } 
 h4,
 .h4 { font-size: 27px; } 
 } 
.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: 1px solid #a2a2a2; border-radius: 16px; color: #0e0e0e; display: block; font-size: 17px; font-weight: 400; line-height: 20px; padding: 17px 26px; position: relative; width: 100%; height: 56px; 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: 'proxima-nova', 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: #0e0e0e } 
textarea,
textarea.form-control { height: 158px; resize: none; } 
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: #0e0e0e; opacity: 1 } 
::-moz-placeholder { color: #0e0e0e; opacity: 1 } 
:-ms-input-placeholder { color: #0e0e0e; opacity: 1 } 
:-moz-placeholder { color: #0e0e0e; 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: #0e0e0e; 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: #0e0e0e; 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: #0e0e0e } 
.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover { background-color: #0e0e0e; 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: #0e0e0e } 
.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 } 
.wpcf7 form .wpcf7-response-output { clear: both; text-align: center } 
/*****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: #0e0e0e; 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: #0e0e0e; 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: -21px } 
.form-fields [class*=col-],
.form-fields [class^=col-] { padding-right: 15px; padding-left: 15px; padding-top: 21px } 
.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: 20px; left: 25px; color: #000000; top: 16px; z-index: 2; width: 20px; text-align: center; font-weight: 900; } 
.icon-field { position: relative; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none } 
.icon-field i+input,
.icon-field i+textarea,
.icon-field i+select { padding-left: 58px !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: ''; left: 0; top: 0; bottom: 0; background-color: #2ba337; 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-family: 'proxima-nova', sans-serif; font-weight: 400; position: relative; font-size: 16px; border: 1px solid #009fe3; border-radius: 50px; color: #ffffff; font-style: normal; line-height: 22px; padding: 10px 22px; text-decoration: none; white-space: normal; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; background: #009fe3; cursor: pointer; text-align: center; text-transform: none; min-width: 186px; } 
.btn.min-none { min-width: inherit !important; } 
.btn.arrow::after { content: "\e09f"; font-family: "Font Awesome 6 Pro"; font-weight: 900; margin-left: 8px; line-height: 1 } 
.secondary-btn:before { background-color: #ffffff } 
.secondary-btn { color: #ffffff; border-color: #ffffff; background: none } 
.third-btn:before { background-color: #0e0e0e } 
.third-btn { color: #0e0e0e; border-color: #0e0e0e; background: none } 
.fourth-btn:before { background-color: #009fe3 } 
.fourth-btn { color: #ffffff; border-color: #2ba337; background: #2ba337 } 
.five-btn:before { background-color: #2ba337 } 
.five-btn { color: #ffffff; border-color: #ff8d31; background: #ff8d31 } 
.btn.focus,
.btn:focus,
.btn:hover { color: #ffffff; border-color: #2ba337; background: #2ba337 } 
.secondary-btn:focus,
.secondary-btn:hover { color: #0e0e0e; border-color: #ffffff; background-color: #ffffff } 
.third-btn:focus,
.third-btn:hover { color: #ffffff; border-color: #0e0e0e; background-color: #0e0e0e } 
.fourth-btn:focus,
.fourth-btn:hover { color: #ffffff; border-color: #009fe3; background-color: #009fe3 } 
.btn-action .btn { margin: 10px 20px 0 0 } 
.btn-action .btn:last-child { margin-right: 0 } 
.xs-btn { padding: 3px 22px !important; } 
.md-btn { padding: 7px 22px !important; } 
.btn i { margin: 0 5px 0 0 } 
.btn:hover i { color: inherit; } 
/*****Global CSS End*****/
/*****Header*****/
header+* { margin-top: 0 !important; } 
header { position: fixed; background-color: transparent; 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: 15px 0; } 
.head-top-area { background: #0d8b8e; font-family: 'proxima-nova', sans-serif; color: #ffffff; text-align: center; padding: 10px 0; } 
.head-top-area a { color: #d3ff92 } 
header .logo { position: relative; display: block; } 
header .logo a { display: block; margin: 0; position: relative; text-decoration: none; white-space: nowrap } 
header .header-left { min-width: 204px; width: 204px; } 
header .header-right { width: 100%; } 
header .btn { margin-left: 30px } 
header .btn i { display: none; } 
.head-fix header { background-color: #ffffff; 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; width: 100%; z-index: 99; display: flex; align-items: center; flex-direction: row-reverse; font-family: 'proxima-nova', sans-serif; } 
.nav-wrap nav { float: left; margin: 0 auto 0 50px; 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 37px 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: 9px 0; margin: 0; font-size: 16px; font-weight: 500; line-height: 18px; color: #0e0e0e; 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: 15px; border: 2px solid #9be430; border-radius: 40px; color: #0e0e0e; font-style: normal; line-height: 22px; padding: 5px 20px; text-decoration: none; white-space: normal; text-transform: capitalize; min-width: 113px; 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: #0e0e0e; color: #ffffff; border-color: #0e0e0e } 
.nav>li>a:focus,
.nav>li>a:hover { background-color: transparent } 
.nav-wrap nav ul.nav>li>a:before { content: ''; background: #0e0e0e; 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 #0e0e0e } 
.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: #0e0e0e; 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: #0e0e0e } 
.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: #0e0e0e } 
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: 17px; position: relative; display: inline-block; line-height: 1; vertical-align: top; padding: 0 12px 0 0; margin-right: 3px; color: #0e0e0e; font-style: normal; overflow: visible; font-weight: 400; text-transform: capitalize } 
ul.breadcrumbs li:before { display: none } 
ul.breadcrumbs li a { position: relative; display: inline-block; color: #009fe3; vertical-align: top; text-decoration: none } 
ul.breadcrumbs li:after { content: "/"; font-weight: 400; position: absolute; color: #0e0e0e; 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: #009fe3; 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: 1px solid #2ba337; width: 10px; height: 10px; line-height: 10px; font-size: 0; color: #ffffff; text-align: center; display: block; position: relative; cursor: pointer; background-color: #2ba337; 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: #0e0e0e; border-color: #0e0e0e } 
.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: #0e0e0e; border: 2px solid #0e0e0e; 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: #0e0e0e; border-color: #0e0e0e; opacity: 1 } 
.flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider .flex-direction-nav .flex-prev:hover:before { border-color: #fff } 
.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; background-size: cover; background-repeat: no-repeat; background-position: center center; -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 { display: none !important } 
.banner-wrapper { padding: 0 0 30px } 
.banner-wrapper.flexslider .slides>li { overflow: visible } 
.banner-wrapper .container { display: flex; align-items: center; flex-wrap: wrap; flex-direction: row-reverse } 
.banner-wrapper .banner-img { position: relative; display: block; margin: 0 auto; width: 50%; float: right; } 
.banner-wrapper .banner-img img { width: 100% } 
.banner-wrapper .banner-text { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 11 } 
.banner-wrapper .max-width { max-width: 50%; margin-right: auto; width: 100%; padding-right: 50px } 
.banner-wrapper .heading { position: relative; display: block; font-family: cambria, sans-serif; font-weight: 700; font-size: 45px; color: #0e0e0e; line-height: 1.2413793103448276; padding: 0; margin: 0 0 15px; line-height: 1.1 } 
.banner-wrapper .heading::before { content: ""; position: absolute; left: 0; top: 0; left: -36px; top: -10px; background: url(../img/star-icon.png) 0 0 no-repeat; padding: 17px } 
.banner-wrapper .heading img { display: inline-block; margin-top: -15px; margin-left: 15px; } 
.banner-wrapper .btn-action { display: flex; gap: 15px; margin: 28px 0 0 } 
.banner-wrapper .btn-action .btn { margin: 0; } 
.hl { position: relative; display: inline-block; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); } 
.hl::before { content: ""; position: absolute; background-color: #d3ff92; padding: 14px 0; left: 0; right: 0; bottom: 0; z-index: -1 } 
/*****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; text-align: center; padding: 0; } 
.inner-banner .container { padding: 150px 15px 40px; overflow: hidden; background: url(../img/header-bg.png) top right no-repeat } 
.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: 'proxima-nova', sans-serif;; font-weight: 800; font-size: 60px; color: #0e0e0e; line-height: 1.2413793103448276; padding: 0; margin: 0 } 
ul.breadcrumbs .small-tagline { font-size: 16px !important; color: #0e0e0e } 
.inner-banner p { margin: 0; } 
.inner-banner ul.breadcrumbs { padding: 0; margin: 5px 0 0; } 
.uppercase { text-transform: uppercase } 
.small-tagline { color: #0e0e0e; font-size: 17px !important; font-family: 'proxima-nova', sans-serif; font-weight: 500; margin: 0 !important; } 
.small-tagline+* { margin-top: 10px !important } 
.top-text-center { max-width: 680px; margin: 0 auto 40px; text-align: center } 
.top-text-center.lg { max-width: 680px; } 
.bg-gray { background-color: #f7f7f7 } 
.bg-black { background-color: #0e0e0e } 
.bg-black *:not(.btn) { color: #ffffff } 
.center-btn { text-align: center; padding-top: 40px; } 
.text-link { display: inline-block; font-size: 17px; color: #0e0e0e; text-transform: capitalize; text-decoration: underline; text-underline-offset: 4px; font-weight: 500; transition: all .3s linear 0s; } 
.text-link:hover { letter-spacing: 1px } 
.connect-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } 
.connect-box { background: #f39200; padding: 50px 60px 50px 20px; text-decoration: none } 
.connect-box * { color: #ffffff } 
.connect-box .count { font-size: 58px; font-weight: bold; font-family: 'cambria', sans-serif; line-height: 1; margin: 0; } 
.connect-box:nth-child(2) { background-color: #009fe3 } 
.connect-box:nth-child(3) { background-color: #2ba337 } 
.connect-box:has(.btn) { position: relative; padding-bottom: 64px; } 
.connect-box:has(.btn) .btn { position: absolute; bottom: 25px; left: 20px } 
.connect-box ul li::before { background-color: #ffffff } 
/******Banner End********/
.margin-top { margin-top: 130px !important } 
.aside-inline-img { padding: 60px 0 } 
.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: 68px; } 
.aside-inline-img.reverse .text-box { padding-left: 0; padding-right: 68px; } 
.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: 610px; padding: 20px 15px 20px 70px } 
.aside-img-wrapper.reverse .max-width { float: right; padding-left: 15px; padding-right: 70px; } 
.aside-inline-img.layout-2 .img-box { width: 38% } 
.aside-inline-img.layout-2 .text-box { width: 62% } 
.bg-pattern-1 { background-image: url(../img/pattern-bg-1.png); background-repeat: no-repeat; background-position: 32% 96% } 
.bg-pattern-2 { background-image: url(../img/pattern-bg-2.png); background-repeat: no-repeat; background-position: left center } 
.highlight-wrapper { text-align: center; } 
.highlight-wrapper .container { max-width: 1050px; } 
.highlight-wrapper h2 { font-size: 40px; } 
.highlight-row { display: flex; flex-wrap: wrap; justify-content: center; margin: 60px -20px 0; row-gap: 30px; } 
.highlight-box { float: left; width: 25%; padding: 0 20px; } 
.highlight-box .icon { display: flex; justify-content: center; align-items: center; height: 87px; } 
.highlight-box img { margin: 0 auto; } 
.highlight-box h3 { font-size: 25px; margin: 30px 0 10px; } 
.common-grid { display: grid; grid-template-columns: 1fr 1fr; row-gap: 20px; column-gap: 30px; margin-bottom: 45px; } 
.common-grid:has(.small-tagline) .column:last-child { padding-top: 40px; } 
.serives-row { display: flex; flex-wrap: wrap; margin: 0 0 -4% -2%; } 
.serives-box { position: relative; float: left; width: 31.3333333333%; margin: 0 0 4% 2%; background: #f7f7f7; text-decoration: none; overflow: hidden; font-size: 15px; } 
.serives-box .image-thumbnail { padding-top: 45.33%; } 
.serives-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.serives-box .text-box { padding: 28px 30px } 
.struggling-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; font-size: 16px; margin-top: 46px } 
.struggling-row h3 { font-size: 27px; } 
.blog-box { float: left; width: 100%; text-decoration: none } 
.blog-box .image-thumbnail { padding-top: 101%; margin-bottom: 25px; } 
.blog-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.blog-box .post-date { font-size: 17px; color: #ff8d31; font-weight: 400; margin: 0 0 8px; } 
.blog-box h3 { margin: 10px 0; } 
.help-list { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; } 
.blog-box.w-full { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; width: 100%; grid-column: 1/3; align-items: center } 
.blog-box.w-full .image-thumbnail { margin: 0; } 
.blog-box.layout-2 .image-thumbnail { padding-top: 68% } 
ul.bg-box-list { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr) } 
ul.bg-box-list li { display: flex; width: 100%; padding: 0 } 
ul.bg-box-list li::before { display: none; } 
ul.bg-box-list li a { background: #ffffff; padding: 10px 16px; text-decoration: none; width: 100%; display: flex; align-items: center; font-size: 18px; font-family: 'cambria', sans-serif; font-weight: 700 } 
ul.bg-box-list li a:hover { background-color: #2ba337; color: #ffffff } 
.overflow-hidden { overflow: hidden; } 
.help-list.reverse .w-full { position: relative; padding: 48px 0; } 
.help-list.reverse .w-full .text-box { position: relative; } 
.help-list.reverse .w-full::before { content: ""; background-color: #f7f7f7; position: absolute; left: -3000px; top: 0; bottom: 0; width: 7000px; } 
.help-list.reverse .w-full .image-thumbnail { order: 2 } 
.blog-pagination { clear: both; overflow: hidden; margin: 50px 0 0 } 
.blog-pagination .pagination { width: 100%; text-align: center; margin: 0 !important } 
.blog-pagination .pagination>li { display: inline-block; padding: 3px !important; vertical-align: top; } 
.blog-pagination .pagination>li:before { display: none !important } 
.blog-pagination .pagination>li>a,
.blog-pagination .pagination>li>span { border-radius: 50px !important; display: flex; align-items: center; justify-content: center; border: 1px solid #eff0f2; background: #e4e4e4; color: #000000; font-size: 17px; font-weight: 400; padding: 8px; min-width: 48px; height: 48px; text-decoration: none } 
.blog-pagination .pagination>.active>a,
.blog-pagination .pagination>.active>a:focus,
.blog-pagination .pagination>.active>a:hover,
.blog-pagination .pagination>.active>span,
.blog-pagination .pagination>.active>span:focus,
.blog-pagination .pagination>.active>span:hover,
.blog-pagination .pagination>li>.current,
.blog-pagination .pagination>li>a:focus,
.blog-pagination .pagination>li>a:hover,
.blog-pagination .pagination>li>span:focus,
.blog-pagination .pagination>li>span:hover { background-color: #009fe3; border-color: #009fe3; color: #ffffff } 
.w-full-img { clear: both; } 
.w-full-img img { width: 100% } 
.big-column { position: relative; float: left; width: 78%; padding: 40px 80px 0 70px; } 
.aside-column { float: left; width: 22%; padding-top: 45px } 
.small-tagline.post-date { color: #ff8d31 } 
.small-tagline.post-date+* { max-width: 910px; margin-left: auto; margin-right: auto } 
.news-detail-wrapper .social-icon { position: absolute; left: 0; top: 50px } 
.news-detail-wrapper .social-icon li { display: block; margin: 0 0 8px; } 
.news-detail-wrapper h2:first-child { margin-top: 0 !important; font-size: 30px } 
.news-detail-wrapper h2:first-child::first-letter { font-size: 150% } 
.blog-aside h3 { margin-bottom: 0 } 
.blog-aside ul li::before { display: none; } 
.blog-aside ul li { padding: 17px 0; border-bottom: 1px solid #ababab } 
.blog-aside ul li a { text-decoration: none } 
.blog-aside ul li a:hover { color: #009fe3; } 
.text-36 { font-size: 36px } 
ul.space-xl li { padding-bottom: 20px } 
ul.space-xl li:last-child { padding-bottom: 8px } 
.turning-row .img-box { background-image: url(../img/pattern-bg-1.png); background-repeat: no-repeat; background-position: 0 90%; padding-left: 75px; } 
.aside-img-wrapper.reverse.turning-row .max-width { padding-right: 30px } 
.lg-w-full { width: 100% !important } 
.vision-row { padding-bottom: 0 } 
.vision-row .container { max-width: 1010px } 
.vision-row.reverse .text-box { padding-right: 0 } 
.vision-row img { margin-left: auto } 
.goal-wrapper { padding: 40px 0; text-align: center } 
.goal-wrapper .container { max-width: 850px; } 
.goal-row { display: flex; flex-wrap: wrap; justify-content: center; margin: 35px 0 -30px -2%; } 
.goal-box { float: left; width: 31.333333%; margin: 0 0 30px 2%; } 
.goal-box img { margin: 0 auto; } 
.objectives-row .img-box { padding-right: 150px; } 
.objectives-row .max-width { padding-left: 0; margin-left: -90px; } 
.value-wrapper { text-align: center; } 
.value-row { display: flex; flex-wrap: wrap; margin: 25px 0 -2% -2%; } 
.value-box { float: left; width: 31.3333333333%; margin: 0 0 2% 2%; text-align: left; background: #f7f7f7; padding: 30px; } 
.value-box h3 { font-size: 24px; color: #0e0e0e; margin-bottom: 10px; } 
.value-box p { font-size: 16px } 
.reviews .value-box { position: relative; width: 48% } 
.reviews .value-box::before { content: "\f10e"; font-family: "Font Awesome 6 Pro"; position: absolute; right: 20px; bottom: 15px; color: #bdbdbd; font-size: 40px; line-height: 1; z-index: 0; font-weight: 900; } 
.reviews .value-box * { position: relative; z-index: 5; } 
.team-wrapper .top-text-center { margin-bottom: 28px } 
.team-box { float: left; width: 100%; } 
.team-box .image-thumbnail { padding-top: 89.33%; } 
.team-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.team-slider.owl-carousel .owl-dots { position: absolute; bottom: 15px; padding-top: 0; left: 0; right: 0; text-align: center; padding: 0 10px } 
.layout-2 .highlight-box h3 { margin-top: 20px } 
.aside-img-wrapper.reverse.map-row .max-width { padding-right: 150px } 
.map-row h3 { font-size: 36px; margin-bottom: 8px } 
.map-row p:has(i) { position: relative; padding-left: 34px } 
.map-row p:has(i) i { position: absolute; left: 0; top: 2px; font-size: 18px; } 
.map-row p:has(i) a { text-decoration: none } 
.map-row p:has(i) a:hover { text-decoration: underline } 
.map-row .social-icon { margin: 5px 0 25px } 
.map-row .iframe-map { margin-left: -68px; padding-top: 560px } 
.inner-banner.layout-2 .container { max-width: 800px } 
.program-wrapper { padding-top: 0 } 
.program-wrapper .top-text-center { max-width: 900px; margin-top: -20px } 
.program-list { display: flex; flex-wrap: wrap; margin: 0 0 -40px -2%; } 
.program-box { float: left; width: 31.33333333%; margin: 0 0 40px 2%; text-decoration: none; text-align: center; } 
.program-box .image-thumbnail { padding-top: 79% } 
.program-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.program-box h3 { font-size: 24px; margin-top: 22px; } 
.work-details { padding: 50px 0 } 
.work-details .aside-img-wrapper { background-color: #f1f1f1; margin-bottom: 20px } 
.work-details .aside-img-wrapper:last-child { margin-bottom: 0 } 
.work-details .aside-img-wrapper .max-width { padding: 20px 68px } 
.has-top-content { padding-top: 0 !important } 
.has-top-content .top-text-center { max-width: 800px; margin-top: -20px; } 
.quick-scroll { padding: 45px 0 0; margin-bottom: -15px; } 
.quick-scroll ul { display: flex; justify-content: center; border-bottom: 1px solid #0e0e0e; padding-bottom: 25px; } 
.quick-scroll ul li { line-height: 1; padding: 0 20px; border-right: 1px solid #0e0e0e; font-family: 'cambria', sans-serif; font-weight: 700; overflow: visible } 
.quick-scroll ul li:last-child { border: none; } 
.quick-scroll ul li::before { display: none; } 
.quick-scroll ul li a { text-decoration: none } 
.quick-scroll ul li a.active { color: #009fe3 } 
.work-row { display: flex; flex-wrap: wrap; margin: 0 0 -3% -3%; } 
.work-box { float: left; width: 30.333333333%; margin: 0 0 3% 3%; background: #f7f7f7; text-decoration: none; text-align: left; } 
.work-box .image-thumbnail { padding-top: 86.6666666%; } 
.work-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.work-box .text-box { padding: 27px 27px 30px } 
.work-box h3 { font-size: 24px; color: #0e0e0e; margin: 3px 0 10px; } 
.work-box p { color: #000000 } 
.work-box .learn { text-decoration: underline; text-underline-offset: 4px } 
.work-box:hover .learn { text-decoration: none } 
.work-box .tag { color: #ff8d31; font-weight: 600; text-transform: uppercase; margin: 0; } 
.work-box:hover .tag { color: #000000; } 
.work-box:hover h3 { color: #ff8d31; } 
.pn+h2,
.pn+h3 { margin-top: 0; } 
.project-highlights-wrapper,
.faq-wrapper { text-align: center; background-color: #f7f7f7 } 
.project-highlights-wrapper h2,
.impact-wrapper h2,
.gallery-wrapper h2,
.faq-wrapper h2 { font-size: 30px; } 
.project-row { display: flex; flex-wrap: wrap; justify-content: center; margin: 40px 0 -2% -2%; } 
.project-box { float: left; width: 31.3333333%; margin: 0 0 2% 2%; background-color: #ffffff; text-align: left } 
.project-box .image-thumbnail { padding-top: 47.33%; } 
.project-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.project-box .text-box { padding: 30px; } 
.project-box h3 { font-size: 30px; color: #0e0e0e; margin-bottom: 8px; } 
.impact-wrapper,
.gallery-wrapper { text-align: center } 
.impact-slider { margin-top: 35px; } 
.impact-slide-box { display: flex; align-items: center; flex-wrap: wrap; text-align: left; flex-direction: row-reverse; background-color: #f1f1f1; } 
.impact-slide-box .img-box { width: 50% } 
.impact-slide-box .text-box { width: 50%; padding: 20px 45px; } 
ul.impact-icons { margin-top: -10px; margin-left: -10px; overflow: hidden; clear: both; } 
ul.impact-icons li { float: left; padding: 10px 0 0 10px; width: 25%; } 
ul.impact-icons li:before { display: none; } 
.gallery-row { display: flex; flex-wrap: wrap; margin: 35px 0 -2% -2%; } 
.gallery-row .column { display: flex; flex-wrap: wrap; float: left; width: 31.3333333%; margin: 0 0 2% 2%; } 
.gallery-box { display: flex; width: 100%; } 
.gallery-box+.gallery-box { margin-top: 5% } 
.gallery-box img { width: 100%; height: 100%; object-fit: cover } 
.all-faq { text-align: left; max-width: 760px; margin: 35px auto 0 } 
.accordion-data { position: relative; padding: 17px 26px 17px 30px; margin: 8px 0 0; cursor: pointer; background-color: #ffffff; border: 1px solid #ffffff; border-radius: 0; } 
.accordion-data:has(.active) { background-color: #ffffff } 
.accordion-data:last-child { margin-bottom: 0; } 
.accordion-head { color: #0e0e0e; display: block; font-size: 17px; font-weight: 600; margin: 0; line-height: normal; position: relative; cursor: pointer; padding-right: 25px; font-family: 'proxima-nova', sans-serif; } 
.accordion-data .accordion-head:after { content: "\f105"; display: inline-block; font-size: 24px; line-height: 24px; font-family: "Font Awesome 6 Pro"; font-weight: 300; position: absolute; right: 0; top: 0px; color: #0e0e0e; } 
.accordion-data .accordion-head.active:after { content: "\f106"; } 
.accordion-content { display: none; padding: 12px 0 0 0; position: relative; cursor: pointer; margin: 0; } 
.faq-wrapper.layout-2 h2 { font-size: 45px; margin-top: 40px } 
.faq-wrapper.layout-2 h2:first-child { margin-top: 0 } 
.layout-2 .all-faq { max-width: 1110px } 
.layout-2 .accordion-head { font-size: 24px; font-family: 'cambria', sans-serif; font-weight: bold; } 
.layout-2 .accordion-data { padding: 30px 70px 30px 34px; } 
.layout-2 .accordion-head::after { content: "\e59e"; background: #f7f7f7; border: 1px solid #f7f7f7; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; top: -8px; right: -44px } 
.layout-2 .accordion-head.active { color: #009fe3 } 
.layout-2 .accordion-data .accordion-head.active:after { content: "\f068"; border-color: #009fe3; color: #009fe3 } 
.layout-2 .accordion-content { padding-top: 20px; padding-right: 15px } 
.other-wrapper { text-align: center } 
.other-wrapper h2 { font-size: 30px } 
.other-work-slider.owl-carousel { margin-top: 38px; } 
.other-work-slider.owl-carousel .work-box { width: 100% !important; margin: 0 !important; text-align: left } 
.cta-wrapper { position: relative; background: url(../img/cta-img.jpg) center center no-repeat; text-align: center; padding: 190px 0; background-size: cover } 
.cta-wrapper.bg-2 { background: url(../img/donate-cta.jpg) center center no-repeat; background-size: cover } 
.cta-wrapper:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5) } 
.cta-wrapper .container { position: relative; z-index: 11; max-width: 830px } 
.cta-wrapper * { color: #ffffff } 
.cta-wrapper h3 { font-size: 45px; } 
.cta-wrapper .btn-action { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 35px } 
.cta-wrapper .btn-action .btn { margin: 0; } 
.cta-wrapper a:not(.btn):hover { color: #ffffff } 
.donate-wrap .text-box .max-width { padding-right: 30px } 
.donate-wrap .img-box { padding-left: 30px; } 
.donate-info { background-color: #f7f7f7; padding: 25px 28px; border-radius: 20px; margin-top: 24px; font-weight: 400; } 
.donate-wrap h3 { font-size: 36px; } 
.donate-info h4 { font-size: 18px; color: #6a6a6a; margin: 0 0 5px; } 
.donate-info a { text-decoration: none } 
.donate-info:has(img) h4 { margin: 0; line-height: 1.2941176470588236; } 
.donate-info:has(img) { display: flex; align-items: center; row-gap: 15px; column-gap: 25px; } 
.donate-info p { word-break: break-all } 
.common-layout h1,
.common-layout h2 { font-size: 36px; } 
.common-layout h1+*,
.common-layout h2+* { margin-top: 0 } 
.common-layout h3 { font-size: 24px; } 
.common-layout h4 { font-size: 22px; } 
.common-layout h5 { font-size: 20px; } 
hr { border-bottom: 1px solid #b5b5b5; margin: 35px 0; } 
.contact-info { font-weight: 400; float: left; width: 43%; padding-top: 40px; padding-right: 40px } 
.contact-form { float: left; width: 57%; border: 1px solid #000000; border-radius: 30px; padding: 38px; } 
.contact-info h4 { font-size: 18px; color: #6a6a6a; margin: 30px 0 8px; } 
.contact-info a { text-decoration: none; } 
.contact-info a:hover { color: #2ba337 } 
.contact-form h3+p { color: #656565 } 
.c-map { clear: both; overflow: hidden; padding-top: 473px } 
.goals-logo { padding: 0 10px; } 
.goals-logo h3 { font-size: 24px; font-family: 'proxima-nova', sans-serif; font-weight: 600; margin-top: 0 } 
.goals-row { display: flex; flex-wrap: wrap; margin: 60px 0 -2% -2%; clear: both; } 
.goals-box { float: left; width: 48%; margin: 0 0 2% 2%; background: #009fe3; text-align: center } 
.goals-box:nth-child(2) { background-color: #f39200 } 
.goals-box:nth-child(3) { background-color: #2ba337 } 
.goals-box:nth-child(4) { background-color: #000000 } 
.goals-box .image-thumbnail { padding-top: 72.33%; } 
.goals-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.goals-box .text-box { padding: 27px } 
.goals-box h3 { font-size: 36px; color: #ffffff; margin: 0; } 
.goals-box p { color: #ffffff } 
.container.max-md { max-width: 760px } 
.goals-wrapper { padding-top: 0 } 
.goals-wrapper .top-text-center { max-width: 870px; } 
.goals-work-row { display: flex; flex-wrap: wrap; margin: 0 0 -2% -2%; } 
.goals-work-box { float: left; width: 31.333333333%; margin: 0 0 2% 2%; padding: 50px; background-color: #ffedee } 
.goals-work-box:nth-child(2) { background-color: #fff9ec } 
.goals-work-box:nth-child(3) { background-color: #f1fff0 } 
.goals-work-box:nth-child(4) { background-color: #fff2f4 } 
.goals-work-box:nth-child(5) { background-color: #fff1ef } 
.goals-work-box:nth-child(6) { background-color: #ffe8ef } 
.goals-work-box:nth-child(7) { background-color: #ffeff8 } 
.goals-work-box:nth-child(8) { background-color: #f1fff2 } 
.goals-work-box:nth-child(9) { background-color: #eff9ff } 
.goals-work-box:nth-child(10) { background-color: #ebf7ff } 
.goals-work-box:has(.overlay-text) { position: relative; padding: 0; background: #9f9f9f; width: 64.333333333333% } 
.goals-work-box:has(.overlay-text) img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply } 
.goals-work-box:has(.overlay-text) .overlay-text { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 10 } 
.goals-work-box:has(.overlay-text) h3 { font-size: 36px; color: #ffffff; max-width: 395px; margin: 0 auto; text-align: center } 
.goals-work-box .img-box { margin: 30px -50px -50px; } 
.goals-work-box .img-box img { width: 100% } 
.goals-work-row.two-column .goals-work-box { width: 48%; padding: 25px } 
.goals-work-row.two-column .goals-work-box:last-child { width: 98% } 
.wpcf7-spinner { position: absolute } 
.impact-video { margin-top: 30px } 
.partner-wrapper { background-color: #f7f7f7 } 
.partner-wrapper .container { max-width: 1020px } 
.partner-wrapper .top-text-center { max-width: 100% } 
.partner-row { display: flex; flex-wrap: wrap; margin: 0 0 -2% -2%; justify-content: center } 
.partner-box { display: flex; align-items: center; justify-content: center; float: left; width: 23%; margin: 0 0 2% 2%; background: #fafeff } 
.partner-box.lg-logo { width: 28% } 
.partner-box.md-logo { width: 18% } 
.program-team-wrapper { background: #f7f7f7; overflow: hidden; } 
.program-team-wrapper .container { max-width: 1150px } 
.program-team-wrapper .top-text-center { max-width: 726px } 
.program-team-row { display: flex; flex-wrap: wrap; justify-content: center; margin: 46px 0 -40px -6%; } 
.program-team-box { float: left; width: 46%; margin: 0 0 40px 4%; text-align: center } 
.program-team-box img { margin: 0 auto 30px } 
.program-team-box .text-blue { color: #009fe3; margin-bottom: 10px } 
.program-team-box h3 { font-size: 45px; margin-top: 12px; } 
.program-team-box p { max-width: 480px; margin-left: auto; margin-right: auto } 
.program-team-box p:has(.btn) { max-width: 100% } 
.program-team-box .small-text { font-size: 20px; } 
.program-team-box .small-text+p { min-height: 160px } 
.program-team-box .connect-data { text-align: left; display: flex; justify-content: center; row-gap: 10px; margin-top: 45px; border-top: 1px solid #000000; padding-top: 22px; max-width: 480px; margin-left: auto; margin-right: auto } 
.program-team-box .connect-data li::before { display: none } 
.program-team-box .connect-data li { padding-left: 33px; border-right: 1px solid #000000; margin: 0 22px 0 0; padding-right: 22px; } 
.program-team-box .connect-data li .icon { position: absolute; left: 0; top: 5px } 
.program-team-box .connect-data li:last-child { border: none; padding-right: 0; margin-right: 0 } 
.program-team-box .connect-data a { text-decoration: none } 
.program-team-box .connect-data a[href*="mailto:"] { color: #009fe3 } 
.program-team-box .connect-data a[href*="mailto:"]:hover { color: #2ba337 } 
.chance-wrapper .container { display: flex; flex-wrap: wrap; align-items: center; max-width: 1170px } 
.chance-wrapper .img-box { width: 50%; text-align: center } 
.chance-wrapper .text-box { width: 50%; padding-left: 60px } 
.chance-wrapper img { margin-bottom: 40px } 
.chance-wrapper .img-box p { font-size: 24px; margin-bottom: 15px } 
.chance-wrapper .img-box p:last-child { margin-bottom: 0 } 
.chance-wrapper h3 { font-size: 45px; } 
.chance-wrapper .check-list li { font-weight: bold; padding-bottom: 15px; } 
.chance-wrapper .check-list li::before { content: ""; background: url(../img/check-icon.png) center center no-repeat; padding: 11px; font-weight: normal; top: 1px } 
/******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 4px; border: 2px solid #e3e3e3; font-size: 0; line-height: 0; cursor: pointer; border-radius: 20px; background-color: #e3e3e3 } 
.owl-carousel .owl-dot span { display: none } 
.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover { background-color: #009fe3; border-color: #009fe3; } 
.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: #0e0e0e; 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: #0e0e0e; 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: #0e0e0e; 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: 18px; color: #0e0e0e; line-height: 1; border: 1px solid #f7f7f7; background-color: #f7f7f7; width: 40px; height: 40px; line-height: 38px; border-radius: 40px; } 
ul.social-icon li a:hover i { color: #0e0e0e } 
ul.social-icon li a:hover .fa-twitter,
ul.social-icon li a:hover .fa-x-twitter { background-color: #0eb1f2; border-color: #0eb1f2 } 
ul.social-icon li a:hover .fa-linkedin-in { background-color: #007bb6; border-color: #007bb6 } 
ul.social-icon li a:hover .fa-instagram { background-color: #d82370; border-color: #d82370 } 
ul.social-icon li a:hover .fa-linkedin { background-color: #007ab5; border-color: #007ab5 } 
ul.social-icon li a:hover .fa-pinterest,
ul.social-icon li a:hover .fa-pinterest-p { background-color: #cb2027; border-color: #cb2027 } 
ul.social-icon li a:hover .fa-tumblr { background-color: #395976; border-color: #395976 } 
ul.social-icon li a:hover .fa-youtube { background-color: red; border-color: red } 
ul.social-icon li a:hover .fa-whatsapp { background-color: #25d366; border-color: #25d366 } 
ul.social-icon li a:hover .fa-tiktok { background-color: #ff0050; border-color: #ff0050 } 
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 { background-color: #3b5998; border-color: #3b5998 } 
ul.social-icon li a:hover i { color: #ffffff; } 
/******Social Icons End*******/
/******Footer*******/
footer { padding: 45px 0 0 } 
.connect-grid { display: flex; align-items: center; justify-content: space-between; margin-bottom: 45px } 
.connect-grid p { color: #797979; font-size: 17px; } 
.connect-grid ul:not(.social-icon) { display: flex; align-items: center; column-gap: 30px; row-gap: 15px; margin-top: 20px; flex-wrap: wrap } 
.connect-grid ul:not(.social-icon) li { font-size: 22px; font-weight: bold; padding: 0 } 
.connect-grid ul:not(.social-icon) li a { color: #0e0e0e } 
.connect-grid ul:not(.social-icon) li i { margin-right: 5px; } 
footer .middle-row { display: flex; align-items: center } 
footer .middle-row p { margin: 0; } 
footer .middle-row ul+a { margin-left: auto } 
footer .middle-row ul { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; margin-left: 50px; } 
footer .middle-row li { overflow: visible; border-right: 1px solid #0e0e0e; font-size: 16px; color: #0e0e0e; padding: 0 12px 0 0; line-height: 1.1 } 
footer .middle-row li:last-child { border: none } 
footer ul li:before { display: none } 
footer ul li:last-child { padding-bottom: 0 } 
footer .info-note { color: #797979; max-width: 733px; margin: 30px 0; float: left; } 
footer .justify-flex { display: flex; justify-content: space-between; flex-wrap: wrap; clear: both; } 
footer .justify-flex * { color: #797979; } 
footer .justify-flex p { margin: 0; } 
footer ul.social-icon { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 12px; float: right; width: fit-content; } 
footer ul.social-icon li { margin: 0 } 
footer ul.social-icon li a { text-decoration: none !important } 
footer a { text-decoration: none } 
footer p+p { margin-top: 15px } 
footer .copyright-block { padding: 11px 0; float: left; width: 100%; margin-top: 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background-color: #f7f7f7 } 
footer .copyright-block p { float: left; margin: 0; font-size: 13px; color: #797979 } 
footer .copyright-block a { font-size: inherit; color: inherit } 
footer .current-menu-item a,
footer a:not(.btn):focus,
footer a:not(.btn):hover { color: #2ba337 !important; } 
footer .copyright-block a:focus,
footer .copyright-block a:hover { color: #2ba337 !important; } 
.new-letter-box { float: right } 
.new-letter-form { padding: 0 0 0 20px; max-width: 410px; width: 100% } 
.new-letter-form h4 { font-size: 19px; margin: 0 0 10px } 
.new-letter-form .form-box { position: relative } 
.new-letter-form .form-box p { margin: auto } 
.new-letter-form .form-box .btn { position: absolute; top: 15.5px; right: 6px; min-width: unset; width: 45px; height: 45px; font-family: FontAwesome; display: flex; align-items: center; justify-content: center; padding: 0; font-size: 20px; border-radius: 16px } 
.new-letter-form .form-box input[type=email] { padding-right: 60px } 
/******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: #0e0e0e; 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: #0e0e0e; 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 } 
.past-event-wrapper { text-align: center; background: #f7f7f7; } 
.past-event-wrapper .work-box { background: #fff; } 
.past-event-wrapper .work-row { padding-top: 24px; } 
.event-location-wrapper { text-align: center; background: #f7f7f7; } 
ul.event-location-listing { display: flex; flex-wrap: wrap; margin: 0 -30px -30px 0; padding: 20px 0 0; justify-content: center; } 
ul.event-location-listing>li { margin: 0 30px 30px 0; padding: 50px 55px; text-align: left; background: #fff; width: calc(100%/3 - 30px); } 
ul.event-location-listing>li::before { display: none; } 
ul.event-location-listing>li i+br { display: none; } 
.sponsors-thank-wrapper { background: #f7f7f7; padding: 90px 0; } 
.sponsors-thank-wrapper .container { display: flex; flex-wrap: wrap; align-items: center; } 
.sponsors-thank-wrapper .box { width: 50%; } 
.sponsors-thank-wrapper .box img { margin: auto; } 
.make-differ-area { text-align: center; } 
.make-differ-area h4 { font-size: 24px; color: #009fe3; margin: 25px 0 25px; } 
.make-differ-area .btn { font-size: 24px; font-weight: 600; padding: 23px 0; min-width: 250px; } 
.make-differ-slider { padding: 30px 0 0 0; } 
.make-differ-slider .slide,
.make-differ-slider .slide img { width: 100%; } 
.make-differ-slider.owl-carousel .owl-dot { width: 17px; height: 17px; } 
/******Responsive Start*******/
@media only screen and (max-width: 1299px) { } 
@media only screen and (max-width: 1249px) { 
 .objectives-row .img-box { padding-right: 0; } 
 .objectives-row .max-width { padding-left: 40px; margin-left: 0; } 
 } 
@media only screen and (max-width: 1199px) { 
 .nav-wrap nav ul.nav>li { margin: 0 30px 0 0; } 
 header .btn { min-width: inherit } 
 .banner-wrapper .max-width { padding-top: 110px } 
 .banner-wrapper .heading { font-size: 32px; } 
 .banner-wrapper .heading p { font-size: 14px; } 
 .struggling-row { gap: 30px; margin-top: 20px; } 
 .connect-box { padding: 30px 20px; } 
 .big-column { padding: 40px 40px 0 60px; } 
 .map-row .iframe-map { padding-top: 660px; } 
 .goals-work-box { padding: 30px } 
 .goals-work-box .img-box { margin: 10px -30px -30px; } 
 footer .middle-row ul { margin-left: 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: #0e0e0e; 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: #0e0e0e; 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: #0e0e0e; 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: #0e0e0e !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: #0e0e0e; 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; width: auto } 
 .alignleft,
 .alignright { max-width: 500px } 
 .header-row { padding: 10px 0 } 
 .margin-top { margin-top: 120px !important } 
 .inner-banner .container { padding-top: 140px } 
 } 
@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%; padding: 0 } 
 .aside-inline-img .text-box,
 .aside-inline-img.reverse .text-box { width: 100%; padding: 25px 0 0; } 
 .aside-inline-img ul { text-align: left; width: fit-content; margin-left: auto; margin-right: auto } 
 .aside-img-wrapper { text-align: center; } 
 .aside-img-wrapper .img-box { padding: 0 15px } 
 .aside-img-wrapper .img-box img { margin: 0 auto; border-radius: 20px; width: auto; } 
 .aside-img-wrapper .img-box { width: 100% } 
 .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-img-wrapper .max-width { float: none !important; padding: 0 15px !important; margin: 0 auto !important; max-width: 100% !important } 
 .banner-wrapper { padding: 0 !important; } 
 .banner-wrapper .banner-img { width: 100% } 
 .banner-wrapper .banner-img img { margin: 0 auto; } 
 .banner-wrapper .banner-text { width: 100%; text-align: center; padding: 0; position: relative; transform: none } 
 .banner-wrapper .max-width { padding: 40px 0 60px; max-width: 100% } 
 .banner-wrapper .btn-action { justify-content: center; flex-wrap: wrap } 
 .banner-wrapper .btn-action .btn { min-width: 238px } 
 .banner-wrapper.flexslider .flex-control-paging { bottom: 15px } 
 .banner-wrapper.flexslider .flex-direction-nav { display: none; } 
 [class*="-wrapper"] { padding: 30px 0; } 
 .common-grid { grid-template-columns: 1fr; text-align: center; margin-bottom: 20px; } 
 .common-grid:has(.small-tagline) .column:last-child { padding-top: 0; } 
 .bg-pattern-1 { background-image: url(../img/pattern-bg-1.png); background-repeat: no-repeat; background-position: 12% 50px; overflow: hidden; } 
 .serives-box .text-box { padding: 20px; } 
 .connect-row { gap: 15px; } 
 .connect-box .count { font-size: 46px; } 
 .help-list { margin-top: 25px; gap: 20px } 
 .blog-box.w-full { gap: 20px; grid-template-columns: 1fr; grid-column: inherit } 
 .help-list.reverse { margin-top: 0 } 
 .help-list.reverse .w-full { padding: 0; } 
 .help-list.reverse .w-full .image-thumbnail { order: 1; } 
 .help-list.reverse .w-full .text-box { order: 2 } 
 .help-list.reverse .w-full::before { display: none; } 
 .big-column { padding: 40px 0 0 0; width: 100% } 
 .aside-column { width: 100% } 
 .news-detail-wrapper .social-icon { position: relative; left: 0; top: 0; margin: 0; } 
 .news-detail-wrapper .goals-work-row + .social-icon { margin-top: 30px;}
 .news-detail-wrapper .social-icon li { display: inline-block; margin: 0 10px 0 0; } 
 .cta-wrapper { padding: 70px 0 } 
 .connect-grid { flex-wrap: wrap; justify-content: center; column-gap: 30px; row-gap: 15px; text-align: center } 
 .connect-grid .box { width: 100%; text-align: center } 
 .connect-grid ul:not(.social-icon),
 footer ul.social-icon { justify-content: center } 
 .lg-w-full { width: auto !important; } 
 .value-box { padding: 15px; width: 48% } 
 .highlight-wrapper h2 { font-size: 32px; } 
 .map-row .iframe-map { padding-top: 300px; margin-left: 0 } 
 .map-row p:has(i) { max-width: 330px; text-align: left; margin-left: auto; margin-right: auto; } 
 .map-row h3 { font-size: 30px; } 
 .cta-wrapper { padding: 50px 0; } 
 .cta-wrapper h3 { font-size: 36px; } 
 .donate-wrap { padding: 0 0 30px } 
 .donate-info { max-width: 567px; margin-left: auto; margin-right: auto; text-align: left } 
 .contact-info { width: 100%; padding-top: 0; padding-right: 0 } 
 .contact-form { width: 100%; border: none; border-top: 1px solid #a2a2a2; padding: 30px 0 0; border-radius: 0; margin-top: 20px } 
 .c-map { padding-top: 300px } 
 .program-wrapper { padding-top: 0 } 
 .program-box h3 { font-size: 20px; } 
 .work-details { padding: 30px 0 } 
 .work-details .container { display: flex; flex-wrap: wrap; align-items: flex-start } 
 .work-details .aside-img-wrapper { background: none; width: 50%; padding: 0 1%; margin-bottom: 30px } 
 .work-box h3 { font-size: 20px; } 
 .work-box .text-box { padding: 20px 20px 25px; } 
 .project-box .text-box { padding: 20px } 
 .project-box h3 { font-size: 24px; } 
 .project-row,
 .impact-slider,
 .gallery-row,
 .all-faq,
 .other-work-slider.owl-carousel { margin-top: 25px; } 
 .center-btn { padding-top: 25px; } 
 .quick-scroll { margin-bottom: 0; padding-top: 23px; } 
 .impact-slide-box { padding: 0; background: none } 
 .impact-slide-box .img-box { width: 100% } 
 .impact-slide-box .img-box img { margin: 0 auto; } 
 .impact-slide-box .text-box { width: 100%; padding: 30px 0 15px; text-align: center; } 
 ul.impact-icons { justify-content: center; display: flex; flex-wrap: wrap } 
 ul.impact-icons li { max-width: 116px; } 
 .goals-row { margin-top: 30px } 
 .goals-box .text-box { padding: 20px; } 
 .goals-box h3 { font-size: 30px; } 
 .goals-wrapper .top-text-center { max-width: 570px; } 
 .goals-wrapper { padding-top: 0; } 
 .goals-work-box { padding: 20px; width: 48% } 
 .goals-work-box .img-box { margin: 10px -20px -20px; } 
 .goals-work-box .img-box { display: none; } 
 .goals-work-box:has(.overlay-text) { width: 98% } 
 .impact-video { margin-top: 10px; } 
 footer { padding: 30px 0 0; } 
 .connect-grid { margin-bottom: 45px } 
 .top-text-center { margin-bottom: 25px } 
 .faq-wrapper.layout-2 h2 { font-size: 32px; } 
 .layout-2 .accordion-data { padding: 20px 50px 20px 24px; } 
 .layout-2 .accordion-head::after { width: 28px; height: 28px; top: 0; right: -28px; } 
 .layout-2 .accordion-content { padding-right: 0 } 
 br.md-hide { display: none; } 
 .program-team-box { width: 96% } 
 .program-team-box .small-text+p { min-height: inherit; } 
 .program-team-box .connect-data,
 .program-team-row { margin-top: 25px; } 
 .program-team-box h3 { font-size: 32px } 
 .page-template-page-getinvolve .connect-row { grid-template-columns: 1fr; text-align: center; } 
 .connect-box:has(.btn) { padding-bottom: 30px; } 
 .connect-box:has(.btn) ul { width: fit-content; margin-left: auto; margin-right: auto; text-align: left } 
 .connect-box:has(.btn) .btn { position: relative; bottom: auto; left: auto; } 
 .chance-wrapper { text-align: center } 
 .chance-wrapper .img-box { width: 100%; padding: 0 0 30px; margin: 0 auto; max-width: 582px; } 
 .chance-wrapper .text-box { width: 100%; padding: 0 } 
 .chance-wrapper .img-box p { font-size: 20px; } 
 .chance-wrapper h3 { font-size: 32px; } 
 .chance-wrapper ul { width: fit-content; margin-left: auto; margin-right: auto; text-align: left } 
 footer .middle-row { flex-wrap: wrap; column-gap: 30px; row-gap: 15px; justify-content: center } 
 footer .middle-row ul { margin-left: 0; justify-content: center } 
 footer .middle-row ul+a { margin-left: 0; } 
 footer .info-note { max-width: 100%; text-align: center } 
 .new-letter-form { padding: 15px 0 0; margin: 0 auto } 
 footer ul.social-icon { margin-inline: auto; float: none } 
 ul.event-location-listing>li { width: calc(100% / 2 - 30px); padding: 40px 40px; } 
 } 
@media only screen and (max-width: 767px) { 
 .serives-row { margin-bottom: -2% } 
 .serives-box { width: 48%; margin-bottom: 2% } 
 .connect-row { grid-template-columns: 1fr; text-align: center } 
 .highlight-box { width: 50% } 
 .work-box { width: 47% } 
 .project-box { width: 48% } 
 .quick-scroll { display: none; } 
 .gallery-row .column { width: 48% } 
 .gallery-row .column:nth-child(3) { width: 98%; display: grid; grid-template-columns: 1fr 1fr; gap: 2% } 
 .gallery-row .column:nth-child(3) .gallery-box { margin: 0; } 
 .accordion-data { padding: 13px 26px 13px 20px; } 
 .accordion-content { padding: 12px 0 15px; } 
 footer .justify-flex p { width: 100%; text-align: center } 
 footer .copyright-block { margin-top: 35px } 
 ul.event-location-listing>li { width: calc(100% / 1 - 30px); padding: 30px; } 
 .sponsors-thank-wrapper .box { width: 100%; } 
 .sponsors-thank-wrapper .container { flex-direction: column-reverse; } 
 .sponsors-thank-wrapper .box img { margin-bottom: 20px; } 
 .sponsors-thank-wrapper .box br { display: none; } 
 .partner-box,
 .partner-box.lg-logo,
 .partner-box.md-logo { width: 31.3333333333% } 
 } 
@media only screen and (max-width: 639px) { 
 .help-list { grid-template-columns: 1fr } 
 .goal-box { width: 98% } 
 .program-row { margin-bottom: -30px } 
 .program-box { width: 48%; margin-bottom: 30px; } 
 .program-box h3 { margin-top: 12px; } 
 .work-details .aside-img-wrapper { width: 100%; padding: 0; } 
 .goals-work-row.two-column .goals-work-box { width: 98%; padding: 25px } 
 } 
@media only screen and (max-width: 580px) { 
 .alignleft,
 .alignright { max-width: 100%; margin: 10px auto 30px; float: none; display: block } 
 ul.bg-box-list { grid-template-columns: 1fr 1fr } 
 .donate-info:has(img) { flex-wrap: wrap } 
 .blog-pagination .pagination>li { padding: 2px 1px !important } 
 .blog-pagination .pagination>li>a,
 .blog-pagination .pagination>li>span { font-size: 14px; height: 38px; min-width: 38px; } 
 .value-box { width: 98%; text-align: center } 
 .goals-logo { padding: 0; text-align: center } 
 .goals-box { width: 98% } 
 .goals-work-box { width: 98%; text-align: center } 
 .goals-work-box img { margin: 0 auto } 
 .goals-work-box:has(.overlay-text) h3 { font-size: 26px; padding: 0 15px; } 
 .partner-box,
 .partner-box.lg-logo,
 .partner-box.md-logo { width: 48% } 
 .layout-2 .accordion-head { font-size: 20px; } 
 .reviews .value-box { width: 98% } 
 } 
@media only screen and (max-width: 479px) { 
 .head-top-area { font-size: 12px; padding: 2px 0 } 
 header .header-left { min-width: 160px; width: 160px; } 
 header .btn { margin-left: 0; font-size: 0; padding: 0 !important; line-height: 1; min-width: 38px } 
 header .btn i { display: block; font-size: 16px; margin: 0; line-height: 36px; } 
 .margin-top { margin-top: 98.42px !important } 
 .inner-banner .container { padding-top: 110px } 
 .work-box { width: 97%; text-align: center } 
 .project-row { margin-bottom: -20px; } 
 .project-box { width: 98%; margin-bottom: 20px; text-align: center } 
 .program-team-box .connect-data { flex-wrap: wrap; width: fit-content; margin-left: auto; margin-right: auto; } 
 .program-team-box .connect-data li { width: 100%; border: none; padding: 0 0 0 35px; margin: 0; max-width: 240px } 
 } 
@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 } 
 .struggling-row { grid-template-columns: 1fr } 
 .serives-box { width: 98%; text-align: center } 
 .highlight-box { width: 100% } 
 .map-row ul.social-icon { justify-content: center; text-align: center } 
 .map-row ul.social-icon li:first-child { width: 100%; margin: 0 auto 10px; } 
 .program-box { width: 98%; } 
 ul.impact-icons li { width: 50% } 
 } 
@media only screen and (max-width: 359px) { ul.bg-box-list li a { font-size: 16px } 
 .connect-grid ul:not(.social-icon) li { font-size: 18px; } 
 .goals-work-box:has(.overlay-text) h3 { font-size: 24px; } 
 } 
/******Responsive End*******/
/******Magnific Popup*******/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0e0e0e; opacity: .65 } 
.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: 0 0; border: 0; -webkit-appearance: none; appearance: none; display: block; outline: 0; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation } 
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: #334543 } 
.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: 10px; 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: 15px; left: 8px } 
.mfp-arrow-right { width: 30px; height: 50px; position: absolute; right: 10px; 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: 15px; right: 8px } 
.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: #0e0e0e } 
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% } 
@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 { left: 0; -webkit-transform-origin: 0; transform-origin: 0 } 
 .mfp-arrow-right { right: 0; -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*******/