/* main css v1.5.1 */
/* ------------------------------------------------------------------------------------------------ */
/* Core style */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------------------------------------------ */
@font-face { font-family: "SF Pro Text"; src: local("SF Pro Text"); src: url("../fonts/sfprotext-regular.eot"); src: url("../fonts/sfprotext-regular.svg") format("svg"), url("../fonts/sfprotext-regular.eot#iefix") format("embedded-opentype"), url("../fonts/sfprotext-regular.ttf") format("truetype"), url("../fonts/sfprotext-regular.woff") format("woff"); font-style: normal; font-weight: 400; }

@font-face { font-family: "SF Pro Text"; src: local("SF Pro Text"); src: url("../fonts/sfprotext-semibold.eot"); src: url("../fonts/sfprotext-semibold.svg") format("svg"), url("../fonts/sfprotext-semibold.eot#iefix") format("embedded-opentype"), url("../fonts/sfprotext-semibold.ttf") format("truetype"), url("../fonts/sfprotext-semibold.woff") format("woff"); font-style: normal; font-weight: 600; }

@font-face { font-family: "SF Pro Text"; src: local("SF Pro Text"); src: url("../fonts/sfprotext-bold.eot"); src: url("../fonts/sfprotext-bold.svg") format("svg"), url("../fonts/sfprotext-bold.eot#iefix") format("embedded-opentype"), url("../fonts/sfprotext-bold.ttf") format("truetype"), url("../fonts/sfprotext-bold.woff") format("woff"); font-style: normal; font-weight: 800; }

@font-face { font-family: "Baskerville BT"; src: local("Baskerville BT"); src: url("../fonts/baskervillebt-bolditalic.eot"); src: url("../fonts/baskervillebt-bolditalic.svg") format("svg"), url("../fonts/baskervillebt-bolditalic.eot#iefix") format("embedded-opentype"), url("../fonts/baskervillebt-bolditalic.ttf") format("truetype"), url("../fonts/baskervillebt-bolditalic.woff") format("woff"); font-style: normal; font-weight: 800; }

/* -------------- */
/*      BASE      */
/* -------------- */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

img { max-width: 100%; }

hr { border-top: 1px solid #D9D6D5; }

@media (min-width: 1200px) { .container { max-width: 1170px; } }

/* -------------------- */
/*      TYPOGRAPHY      */
/* -------------------- */
a:not(.btn) { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #626262; text-decoration: none; transition: color .4s; }

a:not(.btn):focus { text-decoration: none; color: #55AFBE; }

a:not(.btn):hover { color: #55AFBE; opacity: 1; text-decoration: none; }

p { margin: 0 0 20px; padding: 0; }

p strong, p b { font-weight: bold; }

p em, p i { font-style: italic; }

p u { text-decoration: underline; }

p a:hover { text-decoration: underline; }

p:last-child { margin-bottom: 0; }

h1, h2, h3, h4 { margin: 0 0 20px; color: #5C2C7D; font-weight: 600; }

h1 { font-size: 48px; line-height: 58px; }

@media (max-width: 767px) { h1 { font-size: 36px; line-height: 48px; } }

h2 { font-size: 36px; line-height: 48px; font-weight: normal; }

@media (max-width: 767px) { h2 { font-size: 28px; line-height: 42px; } }

h3, h4 { font-size: 18px; line-height: 26px; }

.lead p { font-size: 18px; line-height: 30px; margin-bottom: 20px; }

article p { word-break: keep-all; /* Non standard for webkit */ -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

article a:visited { text-decoration: underline; }

article a:hover { text-decoration: underline; }

article blockquote { font-style: italic; }

article li ul, article li ol { margin: 0 1.5em; }

article ul, article ol { margin: 0 0 30px; padding-left: 30px; }

article ul:last-child, article ol:last-child { margin: 0; }

article ul { list-style-type: disc; }

article ol { list-style-type: decimal; }

article ol ol { list-style: upper-alpha; }

article ol ol ol { list-style: lower-roman; }

article ol ol ol ol { list-style: lower-alpha; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.text-bold { font-weight: 800; }

.text-semibold { font-weight: 600; }

.text-regular { font-weight: 400; }

.text-light { font-weight: 300; }

.text-capital { text-transform: uppercase; }

html, body { font-size: 16px; line-height: 24px; font-family: "SF Pro Texts", sans-serif; font-weight: 400; margin: 0px; color: #626262; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

@media (max-width: 767px) { html, body { font-size: 16px; line-height: 24px; } }

body { background-color: #FFFFFF; position: relative; }

/* ------------------------------------------------------------------------------------------------ */
/* Component style */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------ */
/* ANIMATION */
/* ------------------------------ */
#wrap .web-wrapper { display: none; }

#wrap { overflow-x: hidden; }

#wrap:after, #wrap:before { content: ""; display: block; width: 100%; height: 100%; position: fixed; background-color: #55AFBE; z-index: 1000; opacity: 1; transition: all .5s linear; background-position: center; }

#wrap:after { top: 0; right: 0; bottom: 0; left: 0; }

#wrap:before { left: 0; top: -100%; bottom: auto; background-color: #5C2C7D; z-index: 1001; transition: all .5s ease; transition-delay: 1s; }

#wrap #img_loading { z-index: 1002; position: fixed; top: 0; left: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; }

#wrap #img_loading .bg { display: block; padding: 30px; margin-top: 90px; opacity: 0; transition: all .5s ease; transition-delay: .5s; }

#wrap.loading:before { top: 0; }

#wrap.loading #img_loading .bg { opacity: 1; margin-top: 0; transition-delay: 1.5s; }

#wrap.loading .web-wrapper { display: block; }

#wrap.opened:after { opacity: 0; visibility: hidden; }

#wrap.opened:before { top: 100%; visibility: hidden; }

#wrap.opened #img_loading { visibility: hidden; }

#wrap.opened .web-wrapper { display: block; }

#wrap #preload { position: fixed; display: block; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; background-color: #FFF; background-image: url(../images/loading.svg); background-position: center; background-size: 150px; background-repeat: no-repeat; z-index: 1000; opacity: 0; visibility: hidden; transition: all 1s linear; z-index: 1070; }

#wrap.loading-page #preload { opacity: 1; visibility: visible; }

#wrap.process #preload { opacity: 1; visibility: visible; }

#wrap.opened-page #preload { opacity: 0; visibility: hidden; }

#wrap.opened-page #header { top: 0; }

#wrap.opened-page .page-nav { opacity: 1; }

#wrap.opened-page .page-nav:not(.fixed) { top: 80px; }

@keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(4px, 0, 0); } }

.animate.fade-up { transform: translateY(0); transition: all 1s ease; opacity: 1; }

.animate.fade-up.animate:not(.animate-in) { transform: translateY(100px); opacity: 0; }

.d1 { transition-delay: .5s !important; }

.d2 { transition-delay: 1s !important; }

.d3 { transition-delay: 1.5s !important; }

.d4 { transition-delay: 2s !important; }

.set-d:nth-of-type(1) { transition-delay: .5s !important; }

.set-d:nth-of-type(2) { transition-delay: 1s !important; }

.set-d:nth-of-type(3) { transition-delay: 1.5s !important; }

.set-d:nth-of-type(4) { transition-delay: 2s !important; }

/* ------------------------ */
/*      CUSTOM PLUGINS      */
/* ------------------------ */
.owl-carousel { position: relative; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }

.owl-carousel .owl-stage-outer { overflow-x: hidden; overflow: hidden; }

.owl-carousel .owl-stage-outer .owl-stage .owl-item { position: relative; }

.owl-carousel .owl-stage-outer .owl-stage .owl-item > [class*="col-"] { padding: 0 !important; }

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item { width: 100% !important; max-width: 100% !important; margin: 0 !important; }

.owl-carousel .owl-nav { position: absolute; top: calc(50% - 15px); width: 100%; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { position: absolute; color: #e2e2e2; outline: none !important; transition: all .3s linear; }

.owl-carousel .owl-nav button.owl-prev .icon, .owl-carousel .owl-nav button.owl-next .icon { display: block; line-height: 40px; text-align: center; width: 30px; height: 40px; background-color: #FFFFFF; font-size: 18px; font-weight: bold; }

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover { color: #55AFBE; }

.owl-carousel .owl-nav button.owl-prev { left: -35px; text-align: left; }

.owl-carousel .owl-nav button.owl-prev .icon { padding-right: 5px; }

.owl-carousel .owl-nav button.owl-next { text-align: right; right: -35px; }

.owl-carousel .owl-nav button.owl-next .fas { padding-left: 5px; }

.owl-carousel .owl-dots { text-align: center; position: absolute; width: 100%; left: 0; bottom: 30px; line-height: 10px; }

.owl-carousel .owl-dots .owl-dot { display: inline-block; vertical-align: middle; margin: 0 13px; width: 13px; }

.owl-carousel .owl-dots .owl-dot span { display: block; width: 100%; height: 13px; border-radius: 8px; background-color: #ECECEC; border: 1.5px solid #D2D2D2; }

.owl-carousel .owl-dots .owl-dot:focus { outline: none !important; }

.owl-carousel .owl-dots .owl-dot.active span { opacity: 1; background: #D2376B; border-color: #D2376B; }

.owl-carousel:hover .owl-nav button.owl-prev { left: 0; }

.owl-carousel:hover .owl-nav button.owl-next { right: 0; }

.owl-carousel.slider-xs { padding-bottom: 33px !important; }

.owl-carousel.slider-xs .owl-dots { bottom: 10px; }

/* ----------------- */
/*      GENERAL      */
/* ----------------- */
.btn { position: relative; font-size: 15px; line-height: 50px; font-weight: 600; padding: 0 20px; border: 0; border-radius: 4px; text-align: center; transition: all .3s ease; }

.btn:focus, .btn:active:focus, .btn.active:focus { outline: none !important; }

.btn:focus, .btn.focus { box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.25) !important; }

.btn.btn-primary { background: #55AFBE; color: #FFF; }

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active { background: #3e94a2 !important; }

.btn.btn-primary-dark { background: #408D9A; color: #FFF; }

.btn.btn-primary-dark:hover, .btn.btn-primary-dark:active, .btn.btn-primary-dark.active { background: #316c76 !important; }

.btn.btn-secondary { background: #D2376B; color: #FFF; }

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary.active { background: #af2755 !important; }

.btn.btn-gray { background: #D9D9D9; color: #444; }

.btn.btn-gray:hover, .btn.btn-gray:active, .btn.btn-gray.active { background: silver !important; }

.btn.btn-highlight { line-height: 60px; font-size: 18px; font-weight: 600; text-transform: uppercase; padding: 0 30px; }

.btn.btn-sm { font-size: 14px; line-height: 30px; }

.page-nav { display: flex; justify-content: center; background: #F5F5F5; position: fixed; max-height: 0; visibility: hidden; opacity: 0; top: 0; left: 0; right: 0; width: 100%; z-index: 100; transition: all .5s; opacity: 0; }

.page-nav.fade-in { top: 80px; opacity: 1; }

.page-nav.curr { max-height: 9999px; visibility: visible; opacity: 1; }

.page-nav ul { list-style: none; padding: 0; margin: 0; font-size: 14px; line-height: 20px; }

.page-nav ul li { display: inline-block; padding: 30px 0 26px; margin: 0 30px; border-bottom: 4px solid transparent; font-weight: normal; }

.page-nav ul li a { color: #626262; }

.page-nav ul li a:foucs { color: #626262; }

.page-nav ul li.active, .page-nav ul li.current-menu-item { border-color: #55AFBE; }

.page-nav ul li.active a, .page-nav ul li.current-menu-item a { color: #55AFBE; }

.page-nav.fixed { top: 60px; }

.page-nav.fixed ul li { padding: 15px 0 11px; }

.page-nav.no-active ul li:first-child { border-color: #55AFBE; }

@media (max-width: 1200px) { .page-nav { position: relative; top: auto; left: auto; display: block; }
  .page-nav.fade-in, .page-nav.fixed { top: auto; position: relative; }
  .page-nav.fade-in > ul > li, .page-nav.fixed > ul > li { display: block; padding: 15px 0; margin: 0 15px; } }

.sub-menu { display: flex; justify-content: center; background: #F5F5F5; position: fixed; max-height: 0; visibility: hidden; opacity: 0; top: 80px; left: 0; right: 0; width: 100%; z-index: 100; transition: all .5s; opacity: 0; list-style: none; padding: 0; margin: 0; font-size: 14px; line-height: 20px; }

.sub-menu.fade-in { top: 80px; opacity: 1; }

.sub-menu.curr { max-height: 9999px; visibility: visible; opacity: 1; }

.sub-menu li { display: inline-block; padding: 30px 0 26px; margin: 0 30px; border-bottom: 4px solid transparent; font-weight: normal; }

.sub-menu li a { color: #626262; }

.sub-menu li a:foucs { color: #626262; }

.sub-menu li.active, .sub-menu li.current-menu-item { border-color: #55AFBE; }

.sub-menu li.active a, .sub-menu li.current-menu-item a { color: #55AFBE; }

.sub-menu.fixed { top: 60px; }

.sub-menu.fixed ul li { padding: 15px 0 11px; }

.sub-menu.no-active ul li:first-child { border-color: #55AFBE; }

@media (max-width: 1200px) { .sub-menu { position: relative; top: auto; left: auto; display: block; }
  .sub-menu li { display: block; padding: 15px 0; margin: 0 15px; }
  .sub-menu.fade-in, .sub-menu.fixed { top: auto; position: relative; } }

.title-section { text-align: center; margin-bottom: 30px; }

.title-section .sup-text { font-size: 15px; line-height: 26px; display: block; margin: 0 auto 10px; max-width: 560px; color: #D2376B; text-transform: uppercase; }

.title-section .sup-text.st-lg { max-width: 830px; }

.title-section .sub-text { display: block; margin: 10px auto 0; max-width: 560px; }

.title-section .sub-text.st-lg { max-width: 830px; }

.title-section .title { font-size: 26px; line-height: 36px; font-weight: bold; margin-bottom: 0; }

.title-section hr.small { border-color: #D2376B; width: 60px; margin: 30px auto 0; border-width: 2px; }

.title-section.text-left .sup-text, .title-section.text-left .sub-text { margin-left: 0; }

@media (max-width: 767px) { .title-section .sup-text { font-size: 13px; line-height: 1.5em; margin-bottom: 8px; }
  .title-section .title { font-size: 20px; line-height: 1.5em; }
  .title-section hr.small { margin-top: 15px; } }

a.more, span.more { color: #55AFBE; display: inline-block; line-height: 30px; opacity: 1; transition: opacity .5s ease; }

a.more:after, span.more:after { content: ""; display: inline-block; vertical-align: middle; margin-left: 10px; width: 28px; height: 28px; background-image: url(../images/icon-arrow.png); background-position: center; background-size: contain; background-repeat: no-repeat; transition: all .3s linear; }

a.more:hover, span.more:hover { opacity: .5; }

a.more:hover:after, span.more:hover:after { margin-left: 15px; }

hr.section-seaprator { max-width: 970px; margin: 0 auto; }

.bg-gray { background-color: #F7F4F3; }

.bg-cyan { background-color: #F2FBFF; }

.block-slider .item { width: 100%; position: relative; }

.block-slider .item .img { width: 100%; padding-top: 45%; background-size: cover; background-position: center; background-repeat: no-repeat; }

.block-slider.slider-wide-view.owl-carousel .owl-stage-outer { overflow: visible; }

.block-slider.slider-wide-view.owl-carousel .owl-stage-outer .owl-stage { margin: 0 -15px; }

.block-slider.slider-wide-view.owl-carousel .owl-stage-outer .owl-stage .owl-item { padding: 0 15px; }

@media (max-width: 767px) { .block-slider { padding-bottom: 30px; }
  .block-slider .owl-dots { bottom: 0; } }

.button-block { margin-bottom: 60px; }

.button-block hr { max-width: 300px; margin: 0 auto 30px 0; }

.button-block span { display: block; font-size: 15px; line-height: 26px; }

.button-block .btn { line-height: 40px; border-radius: 20px; margin-bottom: 10px; padding: 0 40px; text-transform: uppercase; }

.article { column-count: 2; column-gap: 30px; }

.article.gap-lg { column-gap: 130px; }

@media (max-width: 991px) { .article.gap-lg { column-gap: 30px; } }

.article span.lead { font-size: 21px; line-height: 36px; display: block; margin-bottom: 30px; }

.article p { display: block; margin-bottom: 30px; }

@media (max-width: 767px) { .article { column-count: 1; } }

article img { max-width: 100%; height: auto; }

article img.size-full { width: 100%; height: auto; }

article img.aligncenter { display: block; margin: auto; width: auto; }

article img.alignright { float: right; }

@media (min-width: 768px) { article img.alignright { margin-left: 30px; } }

@media (max-width: 767px) { article img.alignright { margin-left: 15px; } }

article img.alignleft { float: left; }

@media (min-width: 768px) { article img.alignleft { margin-right: 30px; } }

@media (max-width: 767px) { article img.alignleft { margin-right: 15px; } }

.page-number { width: 100%; text-align: center; }

.page-number ul { text-align: center; margin: 0; padding: 0; }

.page-number ul li { display: inline-block; margin: 0 10px; font-size: 15px; line-height: 26px; }

.page-number ul li a { color: #626262; transition: all .3s ease; }

.page-number ul li a:hover { color: #55AFBE; }

.page-number ul li.active a { color: #55AFBE; pointer-events: none; }

.page-number ul li.current a, .page-number ul li.current span { color: #55AFBE; pointer-events: none; }

.page-number ul li span { color: #626262; pointer-events: none; }

.back-to-top { display: block; position: fixed; right: 30px; bottom: 30px; width: 30px; height: 30px; line-height: 30px; background: red; text-align: center; border-radius: 8px; color: #55AFBE; background: #FFF; border: 2px solid #55AFBE; transition: all .8s ease; opacity: 1; visibility: visible; }

.back-to-top.h { bpttom: 50px; opacity: 0; visibility: hidden; }

.back-to-top .fa { color: #e6206a; line-height: 27px; }

.modal.fade .modal-dialog { transform: scale(0.2); }

.modal.show .modal-dialog { transform: scale(1); }

.modal .modal-custom { max-width: 770px; }

.modal .modal-content { border-radius: 0; border: 0; box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.5); }

.modal .btn-close { position: absolute; width: 20px; height: 20px; right: -35px; top: 2px; background: #FFF; cursor: pointer; opacity: 1; transition: opacity .5s ease; text-align: center; font-size: 14px; line-height: 20px; border-radius: 10px; }

.modal .btn-close:hover { opacity: .5; }

@media (max-width: 767px) { .modal .btn-close { top: -25px; right: 0; } }

.modal-media .media-box .img { width: 100%; }

.modal-media .media-box .video { width: 100%; padding-top: 52.6%; position: relative; }

.modal-media .media-box .video iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: block; }

.modal-media .media-caption { padding: 30px; }

.gm-ui-hover-effect { display: none !important; }

@media (max-width: 991px) { .gm-ui-hover-effect { display: block !important; } }

.page-not-found { padding-top: 80px; min-height: 80vh; text-align: center; }

.page-not-found h1 { font-size: 130px; line-height: 1.5em; color: #5C2C7D; }

.page-not-found p { font-size: 33px; line-height: 1.5em; }

@media (max-width: 767px) { .page-not-found h1 { font-size: 72px; }
  .page-not-found p { font-size: 21px; } }

.not-found { padding: 60px 0; }

.not-found h3 { text-align: center; }

.bw { transform: scaleY(-1); }

.np { padding: 0 !important; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.mb-20 { margin-bottom: 20px !important; }

@media (max-width: 767px) { .mb-20 { margin-bottom: 30px !important; } }

.mt-20 { margin-top: 20px !important; }

@media (max-width: 767px) { .mt-20 { margin-top: 30px !important; } }

.ptd-20 { padding-top: 20px !important; padding-bottom: 20px !important; }

@media (max-width: 767px) { .ptd-20 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-20 { padding-top: 20px !important; }

@media (max-width: 767px) { .pt-20 { padding-top: 30px !important; } }

.pb-20 { padding-bottom: 20px !important; }

@media (max-width: 767px) { .pb-20 { padding-bottom: 30px !important; } }

.mb-30 { margin-bottom: 30px !important; }

@media (max-width: 767px) { .mb-30 { margin-bottom: 30px !important; } }

.mt-30 { margin-top: 30px !important; }

@media (max-width: 767px) { .mt-30 { margin-top: 30px !important; } }

.ptd-30 { padding-top: 30px !important; padding-bottom: 30px !important; }

@media (max-width: 767px) { .ptd-30 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-30 { padding-top: 30px !important; }

@media (max-width: 767px) { .pt-30 { padding-top: 30px !important; } }

.pb-30 { padding-bottom: 30px !important; }

@media (max-width: 767px) { .pb-30 { padding-bottom: 30px !important; } }

.mb-40 { margin-bottom: 40px !important; }

@media (max-width: 767px) { .mb-40 { margin-bottom: 30px !important; } }

.mt-40 { margin-top: 40px !important; }

@media (max-width: 767px) { .mt-40 { margin-top: 30px !important; } }

.ptd-40 { padding-top: 40px !important; padding-bottom: 40px !important; }

@media (max-width: 767px) { .ptd-40 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-40 { padding-top: 40px !important; }

@media (max-width: 767px) { .pt-40 { padding-top: 30px !important; } }

.pb-40 { padding-bottom: 40px !important; }

@media (max-width: 767px) { .pb-40 { padding-bottom: 30px !important; } }

.mb-50 { margin-bottom: 50px !important; }

@media (max-width: 767px) { .mb-50 { margin-bottom: 30px !important; } }

.mt-50 { margin-top: 50px !important; }

@media (max-width: 767px) { .mt-50 { margin-top: 30px !important; } }

.ptd-50 { padding-top: 50px !important; padding-bottom: 50px !important; }

@media (max-width: 767px) { .ptd-50 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-50 { padding-top: 50px !important; }

@media (max-width: 767px) { .pt-50 { padding-top: 30px !important; } }

.pb-50 { padding-bottom: 50px !important; }

@media (max-width: 767px) { .pb-50 { padding-bottom: 30px !important; } }

.mb-60 { margin-bottom: 60px !important; }

@media (max-width: 767px) { .mb-60 { margin-bottom: 30px !important; } }

.mt-60 { margin-top: 60px !important; }

@media (max-width: 767px) { .mt-60 { margin-top: 30px !important; } }

.ptd-60 { padding-top: 60px !important; padding-bottom: 60px !important; }

@media (max-width: 767px) { .ptd-60 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-60 { padding-top: 60px !important; }

@media (max-width: 767px) { .pt-60 { padding-top: 30px !important; } }

.pb-60 { padding-bottom: 60px !important; }

@media (max-width: 767px) { .pb-60 { padding-bottom: 30px !important; } }

.mb-90 { margin-bottom: 90px !important; }

@media (max-width: 767px) { .mb-90 { margin-bottom: 30px !important; } }

.mt-90 { margin-top: 90px !important; }

@media (max-width: 767px) { .mt-90 { margin-top: 30px !important; } }

.ptd-90 { padding-top: 90px !important; padding-bottom: 90px !important; }

@media (max-width: 767px) { .ptd-90 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-90 { padding-top: 90px !important; }

@media (max-width: 767px) { .pt-90 { padding-top: 30px !important; } }

.pb-90 { padding-bottom: 90px !important; }

@media (max-width: 767px) { .pb-90 { padding-bottom: 30px !important; } }

.mb-100 { margin-bottom: 100px !important; }

@media (max-width: 767px) { .mb-100 { margin-bottom: 30px !important; } }

.mt-100 { margin-top: 100px !important; }

@media (max-width: 767px) { .mt-100 { margin-top: 30px !important; } }

.ptd-100 { padding-top: 100px !important; padding-bottom: 100px !important; }

@media (max-width: 767px) { .ptd-100 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-100 { padding-top: 100px !important; }

@media (max-width: 767px) { .pt-100 { padding-top: 30px !important; } }

.pb-100 { padding-bottom: 100px !important; }

@media (max-width: 767px) { .pb-100 { padding-bottom: 30px !important; } }

.mb-110 { margin-bottom: 110px !important; }

@media (max-width: 767px) { .mb-110 { margin-bottom: 30px !important; } }

.mt-110 { margin-top: 110px !important; }

@media (max-width: 767px) { .mt-110 { margin-top: 30px !important; } }

.ptd-110 { padding-top: 110px !important; padding-bottom: 110px !important; }

@media (max-width: 767px) { .ptd-110 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-110 { padding-top: 110px !important; }

@media (max-width: 767px) { .pt-110 { padding-top: 30px !important; } }

.pb-110 { padding-bottom: 110px !important; }

@media (max-width: 767px) { .pb-110 { padding-bottom: 30px !important; } }

.mb-120 { margin-bottom: 120px !important; }

@media (max-width: 767px) { .mb-120 { margin-bottom: 30px !important; } }

.mt-120 { margin-top: 120px !important; }

@media (max-width: 767px) { .mt-120 { margin-top: 30px !important; } }

.ptd-120 { padding-top: 120px !important; padding-bottom: 120px !important; }

@media (max-width: 767px) { .ptd-120 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-120 { padding-top: 120px !important; }

@media (max-width: 767px) { .pt-120 { padding-top: 30px !important; } }

.pb-120 { padding-bottom: 120px !important; }

@media (max-width: 767px) { .pb-120 { padding-bottom: 30px !important; } }

.mb-150 { margin-bottom: 150px !important; }

@media (max-width: 767px) { .mb-150 { margin-bottom: 30px !important; } }

.mt-150 { margin-top: 150px !important; }

@media (max-width: 767px) { .mt-150 { margin-top: 30px !important; } }

.ptd-150 { padding-top: 150px !important; padding-bottom: 150px !important; }

@media (max-width: 767px) { .ptd-150 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-150 { padding-top: 150px !important; }

@media (max-width: 767px) { .pt-150 { padding-top: 30px !important; } }

.pb-150 { padding-bottom: 150px !important; }

@media (max-width: 767px) { .pb-150 { padding-bottom: 30px !important; } }

.mb-180 { margin-bottom: 180px !important; }

@media (max-width: 767px) { .mb-180 { margin-bottom: 30px !important; } }

.mt-180 { margin-top: 180px !important; }

@media (max-width: 767px) { .mt-180 { margin-top: 30px !important; } }

.ptd-180 { padding-top: 180px !important; padding-bottom: 180px !important; }

@media (max-width: 767px) { .ptd-180 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pt-180 { padding-top: 180px !important; }

@media (max-width: 767px) { .pt-180 { padding-top: 30px !important; } }

.pb-180 { padding-bottom: 180px !important; }

@media (max-width: 767px) { .pb-180 { padding-bottom: 30px !important; } }

/* -------------- */
/*      FORM      */
/* -------------- */
input[type=number]::-webkit-inner-spin-button { margin-left: 15px; }

input[type=number]:not(.qty)::-webkit-inner-spin-button, input[type=number]:not(.qty)::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

input[type=number]:not(.qty) { -moz-appearance: textfield; }

label { color: #0A0A0A; }

.form-control { height: 50px; border-radius: 4px; background: #FFF; border: 1px solid #D9D6D5; font-size: 15px; color: #626262; }

.form-control::placeholder { color: #797979; }

.form-control:focus { box-shadow: none; }

.form-control:not(textarea) { height: 50px; }

.form-group { margin-bottom: 20px; }

.form-text { margin: 10px 0 0; font-size: 15px; line-height: 26px; color: #C2C2C2; }

.btn-group-toggle { margin: 0 -3px; }

.btn-group-toggle .btn { min-width: 170px; margin: 0 3px; text-transform: uppercase; }

.btn-group-toggle .btn.focus { box-shadow: none !important; }

.btn-group-toggle .btn.active { background: #55AFBE !important; color: #FFF; }

@media (max-width: 767px) { .btn-group-toggle .btn { margin-bottom: 10px; } }

.custom-control-label { color: #626262; }

.custom-control { padding-left: 35px; }

.custom-control + .custom-control { margin-top: 10px; }

.custom-checkbox .custom-control-label:after { top: 2px; left: -35px; }

.custom-checkbox .custom-control-label:before { top: 2px; left: -35px; border-radius: 2px; border: 1px solid #D9D6D5; background: #FFF; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-color: #55AFBE; }

.custom-form .form-group { position: relative; padding: 0; transition: all .3s; }

.custom-form .form-group .placeholder { position: absolute; line-height: 40px; font-size: 15px; color: #777; top: 0; left: 1px; transition: all .5s ease; opacity: 0; visibility: hidden; z-index: 1; }

.custom-form .form-group .form-control, .custom-form .form-group .select-control { z-index: 2; }

.custom-form .form-group:focus-within { padding-top: 10px; }

.custom-form .form-group:focus-within .label-form { top: 0; opacity: 1; visibility: visible; }

.custom-form .form-group:focus-within .placeholder { font-size: 12px; line-height: 14px; color: #626262; opacity: 1; visibility: visible; }

.custom-form .form-group:focus-within .form-control::placeholder { color: transparent; }

.custom-form .form-group.hidden-label label { display: none; }

.custom-form .label-form { position: absolute; top: 20px; left: 0; opacity: 0; visibility: hidden; transition: all .8s; }

.custom-form .form-control { padding: 6px 0; border: 1px solid transparent; border-bottom: 1px solid #D9D6D5; border-radius: 0; }

.custom-form .form-control:not(textarea) { height: 40px; }

.custom-form .form-action { padding-top: 10px; }

.custom-form .form-action .btn { min-width: 170px; font-size: 14px; font-weight: 600; text-transform: uppercase; }

.custom-form .select-control .btn { border: 0; border-bottom: 1px solid #D9D6D5; padding: 0; line-height: 39px; border-radius: 0; background: #FFF; font-weight: normal; color: #626262; outline: none !important; }

.custom-form .select-control .btn:active, .custom-form .select-control .btn:focus { background: #FFF !important; box-shadow: none !important; }

.custom-form .select-control .dropdown-menu { border-radius: 0; border-color: #D9D6D5; }

.custom-form .select-control .dropdown-menu .dropdown-item { padding: 5px 10px; color: #626262; outline: none !important; }

.custom-form .select-control .dropdown-menu .dropdown-item.active, .custom-form .select-control .dropdown-menu .dropdown-item:active { background: #D2376B !important; color: #FFF !important; }

.custom-form.cf-lg .form-control { font-size: 18px; line-height: 30px; }

.custom-form.cf-lg .form-control:not(textarea) { height: 60px; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; }

div.gform_wrapper form h3.gform_title { font-size: 21px; font-weight: 500; line-height: 30px; text-transform: none; margin: 0 0 20px; }

div.gform_wrapper form ul.option-list { padding: 0; }

div.gform_wrapper form .gform_footer { text-align: right; padding: 0; margin: 30px 0 0; position: relative; }

div.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper form textarea { padding: 0; }

div.gform_wrapper form div.validation_error { display: none; }

div.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { max-width: 100% !important; background: none; border: none; }

div.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .form-control { border-width: 0 0 1px; }

div.gform_wrapper form .gfield_description.validation_message { padding: 0 !important; text-align: right; color: #F47579; font-style: italic; }

div.gform_wrapper form .form-group.list .gfield_description.validation_message { text-align: left; margin: 10px 0 0; }

div.gform_wrapper form .gform_footer input.button, div.gform_wrapper form .gform_footer input[type=submit] { margin: 0; }

div.gform_wrapper form .gform_ajax_spinners { position: absolute; top: 18px; right: 20px; }

div.gform_wrapper form .btn { line-height: 50px !important; }

.gform_confirmation_message { text-align: center; background: #00AB6C; color: #fff; padding: 50px 0; margin: 30px 0 0; border-radius: 6px; }

.gform_confirmation_message:before { content: "\f058"; display: block; text-align: center; font-family: 'Font Awesome 5 Pro'; font-weight: 600; font-size: 66px; line-height: 1; margin: 0 0 15px; }

/* ---------------- */
/*      HEADER      */
/* ---------------- */
#header { display: flex; background: #55AFBE; position: fixed; top: -100px; left: 0; right: 0; width: 100%; z-index: 200; transition: all .5s linear; }

#header.fade-in { top: 0; }

#header .logo { position: relative; margin: 0; padding: 0; display: block; background: #FFF; padding: 15px 60px; transition: all .5s linear; }

#header .logo img { display: block; height: 50px; width: auto; transition: all .5s linear; }

#header nav.main-menu { display: block; position: relative; margin-left: auto; padding: 0 60px; }

#header nav.main-menu > ul { list-style: none; padding: 0; margin: 0; font-size: 14px; line-height: 20px; }

#header nav.main-menu > ul > li { display: block; float: left; padding: 30px 15px; position: relative; transition: all .5s linear; }

#header nav.main-menu > ul > li > a { color: #FFF; font-size: 14px; line-height: 20px; text-transform: uppercase; font-weight: 600; opacity: 1; transition: all .5s linear; }

#header nav.main-menu > ul > li > a:hover { opacity: .5; }

#header nav.main-menu > ul > li:hover .page-nav, #header nav.main-menu > ul > li:hover .sub-menu { visibility: visible; opacity: 1; max-height: 9999px; }

#header nav.main-menu > ul > li:hover .page-nav ul, #header nav.main-menu > ul > li:hover .sub-menu ul { display: block; }

#header nav.main-menu > ul > li.hover:after { content: ""; display: block; position: absolute; top: calc(100% - 6px); left: calc(50% - 6px); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #F5F5F5; }

#header nav.main-menu > ul > li.current-menu-item:after { content: ""; display: block; position: absolute; top: calc(100% - 6px); left: calc(50% - 6px); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #F5F5F5; }

#header nav.main-menu > ul > li.current-menu-ancestor > a { opacity: .6; }

#header nav.main-menu > ul > li.sub-menu-media .sub-menu li.active { border-color: transparent !important; }

#header nav.main-menu > ul > li.sub-menu-media .sub-menu li.active > a { color: #626262; }

#header nav.main-menu > ul > li.sub-menu-media .sub-menu li.active-sub { border-bottom: 4px solid #55AFBE !important; }

#header nav.main-menu .sub-menu .current-menu-item { border-color: transparent; }

#header .lang { min-width: 80px; padding: 15px 0; margin-right: 15px; transition: all .5s linear; margin-left: 20px; }

#header .lang .select-control { color: #ffffff !important; }

#header .lang .select-control .dropdown-toggle { background: transparent; border: 0; }

#header .lang .select-control .filter-option-inner-inner { color: #ffffff !important; }

#header .lang .select-control .dropdown-toggle::after { border-top: .3em solid #ffffff !important; }

#header .lang > ul { padding: 0; margin: 0; list-style: none; position: relative; }

#header .lang > ul > li.active { position: relative; padding-right: 8px; }

#header .lang > ul > li.active:after { content: "\f0d7"; font-family: "Font Awesome 5 Pro"; font-weight: bold; display: block; position: absolute; right: 0; font-size: 14px; top: calc(50% - 13px); color: #FFF; }

#header .lang > ul > li:not(.active) { position: absolute; top: calc(100% - 10px); right: 0; background-color: #FFF; border-radius: 4px; box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; transition: all .3s ease; }

#header .lang > ul > li:not(.active) > a { padding: 10px 15px; color: #626262; }

#header .lang > ul > li > a { color: #FFF; font-size: 14px; line-height: 20px; text-transform: uppercase; font-weight: 600; opacity: 1; transition: all .5s linear; display: block; padding: 15px 10px; }

#header .lang.show > ul > li:not(.active) { top: calc(100% - 5px); opacity: 1; visibility: visible; }

@media (max-width: 1400px) and (min-width: 1201px) { #header .logo { padding: 15px 30px; }
  #header .menu-icon { display: none; }
  #header nav.main-menu { padding: 0; }
  #header nav.main-menu > ul > li { padding: 30px 10px; } }

@media (max-width: 1200px) { #header { width: 100%; flex-wrap: wrap; }
  #header .logo { padding: 15px 30px; width: 240px; }
  #header .menu-icon { position: absolute; top: 0; right: 0; padding: 30px 20px; z-index: 20; transition: all .5s linear; cursor: pointer; }
  #header .menu-icon .box { width: 32px; height: 21px; position: relative; }
  #header .menu-icon span { width: 100%; height: 3px; background: #FFF; display: block; position: absolute; top: 0; left: 0; transition: all .5s linear; transform: none; }
  #header .menu-icon span:nth-child(1) { top: 0; }
  #header .menu-icon span:nth-child(2) { top: 9px; }
  #header .menu-icon span:nth-child(3) { top: 18px; }
  #header nav.main-menu { margin: 0; background: #55AFBE; padding: 0 30px; width: 100%; transition: all .5s ease; }
  #header nav.main-menu > ul { text-align: left; }
  #header nav.main-menu > ul > li { padding: 0; margin: 0; float: none; opacity: 0; max-height: 0; transition: all .5s ease; }
  #header nav.main-menu > ul > li a { font-weight: normal; }
  #header nav.main-menu > ul > li.has-sub:hover .page-nav, #header nav.main-menu > ul > li.has-sub:hover .sub-menu { max-height: 0; visibility: hidden; opacity: 0; }
  #header nav.main-menu > ul > li.current-menu-item .page-nav { opacity: 1 !important; visibility: visible !important; max-height: 9999px !important; }
  #header nav.main-menu > ul > li.current-menu-item .page-nav.fixed, #header nav.main-menu > ul > li.current-menu-item .page-nav.fade-in { top: auto; }
  #header nav.main-menu > ul > li.current-menu-item:after { left: -15px; top: 6px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #F5F5F5; }
  #header .lang { position: absolute; top: 0; right: 50px; margin-right: 0; } }

@media (max-width: 767px) { #header .lang { top: 82px; right: 15px; padding: 0; opacity: 0; visibility: hidden; transition: all .8s; transition-delay: 1s; } }

body:not(.menu-open) #header.fixed .logo { padding-top: 10px; padding-bottom: 10px; }

body:not(.menu-open) #header.fixed .logo img { height: 40px; }

body:not(.menu-open) #header.fixed .lang { padding: 5px 0; }

body:not(.menu-open) #header.fixed .menu-icon { padding: 20px; }

body:not(.menu-open) #header.fixed .sub-menu { top: 60px; }

body:not(.menu-open) #header.fixed .sub-menu li { padding: 15px 0 11px; }

@media (min-width: 1200px) { body:not(.menu-open) #header.fixed nav.main-menu > ul > li { padding: 20px 10px; } }

body.menu-open { overflow: hidden; }

body.menu-open #header { flex-direction: column; background: #50A7B5; z-index: 200; }

body.menu-open #header .logo { width: 100%; }

body.menu-open #header .menu-icon span { background: #55AFBE; }

body.menu-open #header .menu-icon span:nth-child(1) { top: 9px; transform: rotate(-135deg); }

body.menu-open #header .menu-icon span:nth-child(2) { top: 9px; left: 30px; opacity: 0; }

body.menu-open #header .menu-icon span:nth-child(3) { top: 9px; transform: rotate(135deg); }

body.menu-open #header nav.main-menu { max-height: 100vh; overflow-y: hidden; visibility: visible; transition-delay: none; padding: 60px 30px 40px; transition-delay: .7s; }

body.menu-open #header nav.main-menu > ul > li { padding: 0; margin-bottom: 20px; opacity: 1; max-height: 9999px; transition-delay: 1s; }

body.menu-open #header nav.main-menu > ul > li:last-child { margin-bottom: 0; }

body.menu-open #header .lang { visibility: visible; opacity: 1; }

/* ---------------- */
/*      FOOTER      */
/* ---------------- */
#footer { color: #FFF; }

#footer a { color: #FFF; opacity: 1; transition: all .3s linear; }

#footer a:hover { opacity: .7; }

#footer ul { padding: 0; margin: 0; list-style: none; }

#footer ul li { display: block; }

#footer .foot-img { position: absolute; left: 0; top: 0; padding: 15px 0; }

#footer .foot-top { font-size: 15px; line-height: 26px; background: #55AFBE; }

#footer .foot-top .container { position: relative; padding: 60px 15px; }

#footer .foot-top .form-control { height: 50px; max-width: 370px; }

#footer .foot-top .btn { line-height: 50px; }

#footer .foot-top .newsletter form { display: flex; justify-content: flex-end; }

#footer .foot-top .newsletter .gform_confirmation_message { padding: 20px 0; margin: 0; }

#footer .foot-top .newsletter .gform_wrapper .placeholder { display: none !important; }

#footer .foot-top .newsletter .gform_wrapper .validation_message { text-align: left; font-style: normal; color: #FFF; font-weight: normal; padding: 0 10px !important; background: #c00; border-radius: 3px; margin: 5px 0 0; }

#footer .foot-top .newsletter .gform_wrapper .form-control { width: 100%; border-radius: 3px; max-width: 100%; padding: 0 15px; border: 0 !important; }

#footer .foot-top .newsletter .gform_wrapper .ginput_container { padding: 0 !important; margin: 0 !important; }

#footer .foot-top .newsletter .gform_wrapper .gfield { padding: 0 !important; margin: 0 !important; }

#footer .foot-top .newsletter .gform_wrapper .gform_footer { padding: 0 !important; margin: 0 !important; width: auto !important; }

#footer .foot-top .newsletter .gform_wrapper .gform_footer .btn { background: #408D9A; color: #FFF; line-height: 50px; padding: 0 20px; min-width: auto; margin-left: 15px; }

#footer .foot-top .newsletter .gform_wrapper .gform_footer .btn:hover, #footer .foot-top .newsletter .gform_wrapper .gform_footer .btn:active, #footer .foot-top .newsletter .gform_wrapper .gform_footer .btn.active { background: #316c76 !important; }

#footer .bank-list { margin: 0 0 30px; }

#footer .bank-list label { color: #FFF; }

#footer .bank-list ul { margin: 0 -3px; margin-bottom: -10px; }

#footer .bank-list ul li { display: inline-block; padding: 0 8px; margin: 0 0 10px; margin-bottom: 10px; }

#footer .bank-list ul li img { height: 26px; }

#footer .bank-list ul.paypal { padding-top: 15px; margin-top: 15px; }

#footer .foot-bot { color: #FFF; font-size: 14px; line-height: 20px; background: #50A7B5; padding: 30px 0; }

#footer .foot-bot ul.foot-contact { margin: 0 0 30px; }

#footer .foot-bot ul.foot-contact li { margin-bottom: 5px; }

#footer .foot-bot ul.foot-menu { column-count: 2; margin: 0 0 30px; }

#footer .foot-bot ul.foot-menu li { padding: 3px 0; }

#footer .foot-bot ul.foot-copy { margin: 0 -15px; }

#footer .foot-bot ul.foot-copy li { display: inline-block; margin: 0 15px; }

#footer .foot-bot ul.foot-socmed { margin: 0 -10px; }

#footer .foot-bot ul.foot-socmed li { display: inline-block; margin: 0 10px; }

#footer .foot-bot ul.foot-socmed li a { font-size: 20px; line-height: 24px; }

#footer .foot-bot ul.foot-socmed li.builtby { margin-left: 20px; }

#footer .foot-bot hr { border-color: #FFF; opacity: .2; margin: 0 0 30px; }

@media (max-width: 767px) { #footer .foot-top { padding: 0 15px; }
  #footer .foot-top .newsletter { margin-top: 30px; }
  #footer .foot-bot .donation { margin-top: 30px; }
  #footer .foot-bot .d-flex { flex-wrap: wrap; }
  #footer .foot-bot ul.foot-copy { width: 100%; text-align: center; margin: 0 0 20px; }
  #footer .foot-bot ul.foot-copy li { margin-bottom: 10px; }
  #footer .foot-bot ul.foot-socmed { width: 100%; text-align: center; margin: 0; } }

/* ---------------- */
/*     CONTENT      */
/* ---------------- */
main { min-height: 30vh; }

.masthead .item-masthead { padding: 90px 15px; text-align: center; min-height: 600px; position: relative; }

.masthead .item-masthead:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .2; z-index: 2; }

@media (min-width: 1400px) { .masthead .item-masthead { min-height: 856px; } }

.masthead .item-masthead .bg-masthead { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; z-index: 1; }

.masthead .item-masthead .content { position: relative; z-index: 3; }

.masthead .item-masthead .content p { font-size: 18px; line-height: 30px; max-width: 770px; padding: 0 30px; margin: 0 auto 30px; color: #ffffff; font-weight: bold; }

.masthead .item-masthead .content p br { display: none; }

.masthead .item-masthead .content p span.sup-text { text-transform: uppercase; font-size: 15px; line-height: 26px; font-weight: 600; margin-bottom: 10px; display: block; color: #626262; }

.masthead .item-masthead .content .icon { width: 30px; margin: 0 auto 10px; }

.masthead .item-masthead .content span.sup-text { text-transform: uppercase; font-size: 15px; line-height: 26px; font-weight: 600; margin-bottom: 10px; display: block; }

.masthead .item-masthead .content h1 { text-align: center; max-width: 900px; margin: 0 auto; font-size: 48px; line-height: 58px; color: #ffffff; font-weight: 600; margin-bottom: 30px; }

.masthead .item-masthead .content h1 i { font-family: 'Baskerville BT', serif; font-size: 115%; }

.masthead .item-masthead .box-action .btn { line-height: 40px; font-size: 18px; font-weight: 600; text-transform: uppercase; margin: 0 15px; border-radius: 20px; min-width: 170px; margin-bottom: 10px; }

@media (min-width: 768px) { .masthead.owl-carousel .owl-dots { width: auto; height: 100%; top: 0; right: 30px; bottom: 0; left: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .masthead.owl-carousel .owl-dots .owl-dot { display: block; margin: 15px 0; } }

@media (max-width: 767px) { .masthead .item-masthead { min-height: 500px; }
  .masthead .item-masthead span.sup-text { font-size: 13px; line-height: 24px; }
  .masthead .item-masthead h1 { font-size: 24px; line-height: 30px; }
  .masthead .item-masthead .box-action .btn { line-height: 30px; font-size: 14px; min-width: 140px; margin: 0 10px 10px; } }

.stage { max-width: 1290px; margin: 0 auto; padding: 60px 0 0; margin-bottom: 100px; background: #FFF; position: relative; }

@media (max-width: 1290px) { .stage { max-width: calc(100% - 30px); } }

.stage:before { content: ""; width: 100%; height: calc(100% - 130px); display: block; position: absolute; background: #FFF; top: 0; left: 0; right: 0; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); border-radius: 6px 6px 0 0; z-index: 1; }

.stage:after { content: ""; display: block; position: absolute; width: 100%; height: 40px; left: 0; bottom: 100px; background: #FFF; z-index: 2; }

.stage .container { position: relative; z-index: 3; }

.stage .box-img { width: calc(100% - 70px); margin-left: auto; position: relative; z-index: 2; }

.stage .box-img:before { content: ""; display: block; position: absolute; width: 100%; height: 90%; background: #F5F8FA; bottom: -40px; right: -30px; z-index: 1; }

.stage .box-img .img { width: 100%; position: relative; z-index: 2; }

@media (max-width: 991px) { .stage .box-img { width: 100%; }
  .stage .box-img:before { right: -10px; bottom: -20px; } }

.feature { padding: 45px 0; }

.feature .item-feature { text-align: center; display: flex; flex-direction: column; padding: 15px 0; height: 100%; border-radius: 4px; transition: all .3s ease; }

.feature .item-feature .item-img { width: 100px; position: relative; margin: 0 auto 20px; }

.feature .item-feature .item-img .img { width: 100%; padding-top: 100%; background-size: contain; background-position: center; background-repeat: no-repeat; }

.feature .item-feature .item-title { flex: 1 1 auto; max-height: 52px; }

.feature .item-feature .item-title h3 { margin-bottom: 10px; }

.feature .item-feature .item-content { flex: 1 1 auto; max-width: 270px; margin: 0 auto 15px; }

.feature .item-feature .item-foot { flex: 1; }

.feature .item-feature:hover { background-color: #F2FBFF; }

.our-goal { padding: 60px 0; }

.our-goal .box-og { display: flex; }

.our-goal .box-og .item-og { background: #F2FBFF; margin: 0 1px; padding: 30px; text-align: center; width: 25%; }

.our-goal .box-og .item-og span.price-og { color: #55AFBE; font-size: 24px; line-height: 30px; font-weight: 600; display: block; margin-bottom: 10px; }

.our-goal .box-og .item-og p { font-size: 16px; line-height: 26px; }

@media (max-width: 992px) and (min-width: 768px) { .our-goal .box-og { flex-wrap: wrap; }
  .our-goal .box-og .item-og { width: 49.5%; margin: 1px; } }

@media (max-width: 767px) { .our-goal .box-og { flex-wrap: wrap; padding: 0 15px; }
  .our-goal .box-og .item-og { width: 100%; margin: 1px 0; } }

.testimonial .testimonial-left { display: flex; width: 100%; height: 100%; position: relative; }

.testimonial .testimonial-left:after { content: ""; width: 100px; height: 10px; background: #55AFBE; z-index: 2; position: absolute; top: 30%; right: -50px; }

.testimonial .testimonial-left .tl-img { width: 100%; height: 100%; padding-top: 70%; background-color: #A7EDCF; background-position: center; background-size: cover; background-repeat: no-repeat; }

@media (max-width: 991px) { .testimonial .testimonial-left:after { width: 10px; height: 100px; right: auto; top: auto; left: 10%; bottom: -50px; } }

.testimonial .testimonial-right { display: flex; width: 100%; height: 100%; background-image: url(../images/bg-testimonial.png); background-size: cover; background-position: center; background-repeat: no-repeat; }

.testimonial .testimonial-right .item { padding: 100px 100px 150px 130px; position: relative; }

.testimonial .testimonial-right .tr-content { max-width: 470px; color: #1B233A; }

.testimonial .testimonial-right .tr-content p { margin-bottom: 35px; }

.testimonial .testimonial-right .tr-content span.name, .testimonial .testimonial-right .tr-content span.location { display: block; font-size: 15px; line-height: 26px; }

.testimonial .testimonial-right .tr-content span.name { font-weight: 600; }

@media (max-width: 767px) { .testimonial .testimonial-right .item { padding: 80px 30px 100px; } }

.testimonial .owl-nav { top: auto; left: 50%; bottom: 0; background: #FFF; width: 200px; display: flex; justify-content: space-between; }

.testimonial .owl-nav button.owl-prev, .testimonial .owl-nav button.owl-next { position: relative; }

.testimonial .owl-nav button.owl-prev .icon, .testimonial .owl-nav button.owl-next .icon { line-height: 70px; height: 70px; width: 60px; }

.testimonial .owl-nav button.owl-prev:hover, .testimonial .owl-nav button.owl-next:hover { color: #55AFBE; }

.testimonial .owl-nav .counter { font-size: 15px; line-height: 70px; }

@media (max-width: 991px) { .testimonial .owl-nav { left: 0; } }

.testimonial .owl-carousel .owl-dots { bottom: -40px; }

@media (max-width: 767px) { .testimonial .owl-carousel .owl-dots { bottom: 20px; } }

.make-difference { padding: 120px 0 60px; }

.make-difference .md-left { padding-right: 100px; }

.make-difference .title h2 { font-size: 21px; line-height: 30px; font-weight: 600; margin-bottom: 10px; }

.make-difference .title hr { border-color: #5C2C7D; border-width: 2px; margin: 0 0 20px; }

.make-difference span.info { font-size: 15px; line-height: 26px; }

.our-partners { padding: 30px 0 60px; }

.our-partners .title-section { margin-bottom: 60px; }

.our-partners .partners-logo { width: 100%; position: relative; }

.our-partners .partners-logo:after { content: ""; display: block; width: 100%; padding-top: 75%; }

.our-partners .partners-logo .img { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center; }

.our-partners .partners-logo .img img { max-width: calc(100% - 50px); max-height: calc(100% - 50px); }

.our-partners .partners-logo a { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center; }

.our-partners .partners-logo a .img img { max-width: calc(100% - 20px); max-height: calc(100% - 20px); }

@media (max-width: 767px) { .our-partners { padding: 30px 15px 60px; }
  .our-partners .title-section { margin-bottom: 30px; }
  .our-partners .partners-logo { margin-bottom: 30px; } }

.latest-news { padding: 30px 0; }

.latest-news hr { margin: 30px 0 0; }

.latest-news .row { justify-content: center; }

.news-item-featured { background: #FBFBFB; }

.news-item-featured .img { display: flex; width: 100%; background: #55AFBE; background-position: center; background-size: cover; padding-top: 70%; }

.news-item-featured .content { padding: 30px 0; display: block; color: #626262; }

.news-item-featured .content:hover, .news-item-featured .content:focus { color: #626262; }

.news-item-featured .content .title { color: #1B233A; margin-bottom: 10px; }

.news-item-featured .content .info { margin: 0 -10px; }

.news-item-featured .content .info span { font-size: 15px; line-height: 26px; display: inline-block; margin: 0 10px; }

.news-item { position: relative; margin-bottom: 30px; }

.news-item .img { width: 100%; padding-top: 90%; background: #D9D6D5; position: relative; display: block; }

.news-item .img:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.news-item .content { position: absolute; bottom: 0; left: 0; padding: 20px; display: block; }

.news-item .content .title { color: #FFF; margin: 0 0 5px; font-weight: 600; max-width: 86%; }

.news-item .content .info { margin: 0 -10px; opacity: 0; max-height: 0; transition: all .5s linear; }

.news-item .content span { color: #FFF; opacity: .5; font-size: 15px; line-height: 26px; display: inline-block; margin: 0 10px; }

.news-item:hover .content .info { opacity: 1; max-height: 100px; }

.single-socmed { list-style: none; font-size: 35px; }

.single-socmed li { display: block; margin-bottom: 15px; }

.news-single .img-hero { width: 100%; padding-top: 40%; background-color: #D9D6D5; background-position: center; background-size: cover; background-repeat: no-repeat; }

.news-single .news-title { text-align: center; }

.news-single .news-title h2 { font-size: 26px; line-height: 36px; font-weight: 600; color: #191919; margin-bottom: 30px; }

.news-single .news-title .info { margin: 0 -10px 30px; }

.news-single .news-title .info span { display: inline-block; margin: 0 10px; font-size: 15px; line-height: 26px; }

.news-single .news-title p { color: #1B233A; }

.news-single article { position: relative; }

.news-single article .single-socmed { position: absolute; right: -18%; top: 0; }

@media (max-width: 991px) { .news-single article .single-socmed { right: -15%; } }

@media (max-width: 767px) { .news-single article .single-socmed { position: relative; font-size: 26px; right: 0; padding: 0; text-align: center; }
  .news-single article .single-socmed li { display: inline-block; margin: 0 10px; } }

.wwa-block { padding: 60px 0; }

.wwa-block .lead p { font-weight: 600; color: #1B233A; }

.wwa-block .content { margin-left: -30px; margin-right: -30px; margin-bottom: 60px; }

.wwa-block .content > [class*="col-"] { padding-left: 30px; padding-right: 30px; }

.wwa-block .images { margin-bottom: 0; }

.wwa-block .images .img { width: 100%; padding-top: 45%; background-color: #D9D6D5; background-position: center; background-size: cover; background-repeat: no-repeat; margin-bottom: 30px; }

.wwa-block .images .img.img-lg { padding-top: 45%; }

.wwa-block .images .img.img-md { padding-top: 90%; }

.wwa-block .images .img.img-sm { padding-top: calc(45% - 15px); }

@media (max-width: 767px) { .wwa-block { padding: 80px 0 0 !important; }
  .wwa-block .images .img { margin-bottom: 10px; } }

.our-team { padding: 60px 0 0; background-color: #F2FBFF; }

.our-team .teams .team { margin-bottom: 80px; }

.our-team .teams .title { font-size: 18px; line-height: 30px; color: #626262; font-weight: 600; text-align: center; }

.our-team .teams .item .img { width: 100%; padding-top: 120%; background-color: #D9D6D5; margin-bottom: 20px; background-size: cover; background-position: center; }

.our-team .teams .item .item-title { color: #1B233A; font-weight: 18px; line-height: 30px; font-weight: normal; margin-bottom: 0; }

.our-team .teams .item p { opacity: 0.5; margin-bottom: 0; }

@media (max-width: 767px) { .our-team .teams .team { margin-bottom: 30px; }
  .our-team .teams .team .item { margin-bottom: 30px; } }

.our-core { padding: 60px 0 90px; }

.our-core .oc-left .box-img { max-width: 370px; margin-bottom: 60px; }

.our-core .oc-left .box-img .img { width: 100%; padding-top: 100%; background-size: contain; background-position: center; background-repeat: no-repeat; }

.our-core .oc-right ul { list-style: none; padding: 0; }

.our-core .oc-right ul li { margin-bottom: 30px; padding-left: 105px; position: relative; }

.our-core .oc-right ul li h3 { font-size: 21px; line-height: 30px; margin-bottom: 10px; font-weight: 600; }

.our-core .oc-right ul li .icon { width: 60px; position: absolute; left: 0; top: 0; }

.our-core .oc-right ul li .icon .img { width: 100%; }

.op-hari-bersih { background-color: #F2FBFF; padding: 0; }

.op-hari-bersih .btn { line-height: 40px; border-radius: 20px; margin-bottom: 10px; padding: 0 40px; text-transform: uppercase; }

.op-hari-bersih .register { margin-bottom: 60px; }

.op-hari-bersih .register hr { max-width: 300px; margin: 0 auto 30px 0; }

.op-hari-bersih .register span { display: block; font-size: 15px; line-height: 26px; }

.partners-block .partners-title { margin-bottom: 15px; }

.partners-block .partners-title h3 { font-size: 21px; line-height: 30px; border-bottom: 2px solid #5C2C7D; display: block; padding-bottom: 10px; margin-bottom: 20px; }

.partners-block .partners-title p { font-size: 15px; line-height: 26px; padding-right: 15px; }

.partners-block .logo-box { position: relative; display: flex; flex-wrap: wrap; }

.partners-block .logo-box .logo-title { width: 100%; position: relative; margin: 0 0 10px; }

.partners-block .logo-box .partners-logo { width: 25%; position: relative; }

.partners-block .logo-box .partners-logo:after { content: ""; display: block; width: 100%; padding-top: 75%; }

.partners-block .logo-box .partners-logo .img { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center; }

.partners-block .logo-box .partners-logo .img img { max-width: calc(100% - 50px); max-height: calc(100% - 50px); }

@media (max-width: 767px) { .partners-block .logo-box .partners-logo { width: calc(33.33% - 1px); }
  .partners-block .logo-box .partners-logo .img img { max-width: calc(100% - 40px); max-height: calc(100% - 40px); } }

.gallery-block .img { width: 100%; padding-top: calc(100% - 30px); background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 30px; display: block; }

.gallery-block .img.img-sm { padding-top: calc(100% - 15px); }

.gallery-block .img.more { background-color: #F2FBFF; position: relative; transition: all .3s; }

.gallery-block .img.more .text { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.gallery-block .img.more:after { display: none; }

.gallery-block .img.more:hover { background-color: #bfebff; }

.gallery-single .img { width: 100%; padding-top: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 30px; display: block; }

.video-item .img { display: block; background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 20px; color: white; font-size: 32px; transition: all .3s; position: relative; }

.video-item .img:after { content: ""; display: block; width: 100%; padding-top: 67.57%; background: rgba(0, 0, 0, 0); transition: all .3s; }

.video-item .img:hover { color: rgba(255, 255, 255, 0.7); }

.video-item .img:hover:after { background: rgba(0, 0, 0, 0.3); }

.video-item .img .play-icon { position: absolute; top: calc(50% - 14px); left: calc(50% - 16px); }

.video-item .content .title { color: #626262; }

.video-item .content .title:hover { color: #D2376B; }

.contact-us .contact-title { font-size: 15px; line-height: 24px; margin-bottom: 20px; }

.contact-us .contact-title h2 { font-size: 26px; line-height: 36px; margin-bottom: 15px; font-weight: 600; }

.contact-us .contact-list { padding: 0; margin-bottom: 30px; font-size: 15px; line-height: 24px; list-style: none; }

.contact-us .contact-list li { padding-left: 30px; position: relative; margin-bottom: 10px; }

.contact-us .contact-list li .icon { font-size: 16px; position: absolute; left: 0; top: 4px; color: #A6A6A6; }

.contact-us .contact-form p { color: #0A0A0A; }

.bank-list { margin-bottom: 30px; }

.bank-list .row { margin-left: -12px; margin-right: -12px; align-items: center; }

.bank-list .row .col-md-8, .bank-list .row .col-md-4 { padding-left: 6px; padding-right: 6px; }

.bank-list label { font-size: 18px; line-height: 30px; color: #626262; display: block; margin-bottom: 10px; }

.bank-list ul { padding: 0; margin: 0 -8px; margin-bottom: -15px; font-size: 0; line-height: 0; }

.bank-list ul li { display: inline-block; padding: 0 8px; margin-bottom: 15px; }

.bank-list ul li img { height: 26px; }

.bank-list ul.paypal { padding-top: 20px; border-top: 1px solid #D9D6D5; margin: 0; margin-top: 20px; }

.bank-list ul.paypal img { height: 26px; }

.bank-list .other-list { margin-top: 16px; margin-bottom: -15px; }

.bank-list .other-list li { margin-bottom: 15px; }

.bank-list .other-list li img { height: 20px; }

.bank-wrap { display: flex; padding: 10px 0 0; margin: 0 0 30px; list-style: none; }

.bank-wrap li { width: 33.4%; position: relative; }

.bank-wrap li img { height: 35px; max-width: 100%; margin-bottom: 10px; }

.bank-wrap li span { display: block; width: 100%; }

.btn-register-wrapper hr { max-width: 300px; margin-left: 0; }

.btn-register-wrapper .btn { line-height: 40px; border-radius: 20px; margin-bottom: 10px; padding: 0 40px; text-transform: uppercase; }

.btn-register-wrapper.showmobile { display: none; }

@media (max-width: 767px) { .btn-register-wrapper .btn { max-width: 100%; padding: 0 20px; font-size: 12px; } }

.widget-tree { background: #FDFBEA; border: 1px solid #AF744A; border-radius: 6px; padding: 32px 18px; display: flex; }

.widget-tree .counter { flex: 0 0 80px; max-width: 80px; }

.widget-tree .counter ul { padding-left: 0; margin-bottom: -5px; }

.widget-tree .counter ul li { list-style: none; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }

.widget-tree .counter ul li:last-child { margin-bottom: 0; }

.widget-tree .counter ul li.active .val { color: #626262; }

.widget-tree .counter ul li.active u { background: #4EAF18; }

.widget-tree .counter .val { font-size: 16px; line-height: 24px; display: inline-block; vertical-align: middle; margin-right: 12px; color: #E0DBB3; flex: 0 0 calc(100% - 42px); max-width: calc(100% - 42px); text-align: right; }

.widget-tree .counter u { display: inline-block; vertical-align: middle; flex: 0 0 30px; width: 30px; height: 4px; background: #E0DBB3; }

.widget-tree .tree { margin-left: 27px; flex: 0 0 calc(100% - 100px); max-width: calc(100% - 100px); background: url(../images/mangrove-blank.svg); background-size: contain; background-repeat: no-repeat; background-position: center bottom; position: relative; }

.widget-tree .tree-progress { position: absolute; left: 0; bottom: 0; width: 100%; height: 0; max-height: 100%; background-image: url(../images/mangrove-full.svg); background-size: 100%; background-repeat: no-repeat; background-position: center bottom; transition: all 1.5s ease; }

@media (max-width: 991px) { .widget-tree { padding: 20px 18px; padding-left: 18px; justify-content: space-around; }
  .widget-tree .counter { max-width: 70px; flex: 0 0 70px; }
  .widget-tree .counter ul li { margin-bottom: 0; }
  .widget-tree .counter .val { font-size: 12px; }
  .widget-tree .counter u { width: 30px; }
  .widget-tree .tree { margin-left: 5px; flex: 0 0 calc(100% - 75px); max-width: calc(100% - 75px); } }

@media (max-width: 500px) { .widget-tree .tree { flex: 0 0 calc(100% - 119px); max-width: calc(100% - 119px); } }

@media (max-width: 450px) { .widget-tree .tree { flex: 0 0 calc(100% - 135px); max-width: calc(100% - 135px); } }

@media (max-width: 400px) { .widget-tree { padding: 20px 15px; padding-left: 15px; }
  .widget-tree .tree { flex: 0 0 calc(100% - 100px); max-width: calc(100% - 100px); } }

@media (max-width: 350px) { .widget-tree .counter .val { line-height: 18px; }
  .widget-tree .counter u { height: 2px; } }

.panel-wrap .box-panel { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); padding: 30px; margin-left: 70px; position: relative; z-index: 1; }

.panel-wrap .box-panel:after { content: ""; display: block; width: 100%; height: 20px; background: #FFF; position: absolute; bottom: -15px; left: 0; }

.panel-wrap .box-panel h1, .panel-wrap .box-panel h2, .panel-wrap .box-panel h3, .panel-wrap .box-panel h4, .panel-wrap .box-panel h5, .panel-wrap .box-panel h6 { color: #0A0A0A; }

@media (max-width: 767px) { .panel-wrap .box-panel { margin-left: 0; } }

.hbi-sponsors .logo-block h3 { margin-bottom: 30px; }

.hbi-sponsors .logo-block .sponsor-img { display: inline-block; margin: 0 30px 30px; }

.hbi-sponsors .logo-block .sponsor-img img { max-width: 100%; max-height: 60px; }

.hbi-sponsors .logo-block .sponsor-img.si-lg img { height: 90px; }

.hbi-sponsors .logo-block .sponsor-img.si-md { padding: 5px 30px; margin-left: 30px; margin-right: 30px; }

.hbi-sponsors .logo-block .sponsor-img.si-md img { max-height: 75px; }

.hbi-sponsors .logo-block .sponsor-img.si-sm img { max-height: 75px; }

@media (max-width: 991px) { .hbi-sponsors .logo-block .sponsor-img { width: 20%; }
  .hbi-sponsors .logo-block .sponsor-img img { max-height: 30px; }
  .hbi-sponsors .logo-block .sponsor-img.si-lg { width: 100%; }
  .hbi-sponsors .logo-block .sponsor-img.si-md { margin-left: 0; margin-right: 0; }
  .hbi-sponsors .logo-block .sponsor-img.si-md img { max-height: 40px; } }

@media (max-width: 767px) { .hbi-sponsors .logo-block .sponsor-img.si-md { width: 45%; } }

.hbi-sponsors .logo-block .box { text-align: center; max-width: 90%; margin: 0 auto; }

.static-page article h1, .static-page article h2, .static-page article h3, .static-page article h4, .static-page article h5 { margin-bottom: 15px; padding-top: 30px; }

.static-page article h1:first-child, .static-page article h2:first-child, .static-page article h3:first-child, .static-page article h4:first-child, .static-page article h5:first-child { padding-top: 0; }

.icon-methods { max-width: 170px; padding-top: 18px; }

.icon-methods .icon { display: inline-block; width: auto; max-height: 24px; }

.icon-methods .icon img { max-height: 24px; display: block; }

.icon-methods .icon + .icon { margin-left: 5px; }

#map { height: 100vh; }

#legend { background: #FFF; padding: 15px; border-radius: 4px; max-width: 230px; margin: 20px; }

#legend span { display: block; position: relative; padding-left: 25px; font-size: 14px; line-height: 20px; }

#legend span .icon { display: block; width: 15px; height: 15px; background: #D9D6D5; border: 1px solid #888; border-radius: 15px; position: absolute; top: 1px; left: 0; }

#legend span + span { margin-top: 10px; }

#legend span.red-pin .icon { background: #d9453c; }

#legend span.green-pin .icon { background: #cdda4a; }

@media (max-width: 767px) { #legend { margin: 10px; padding: 10px; max-width: 180px; }
  #legend span { font-size: 11px; line-height: 16px; padding-left: 15px; }
  #legend span .icon { width: 10px; height: 10px; } }

#outreach .block-slider, #education .block-slider, #hari_bersih .block-slider { max-height: 515px; overflow-y: hidden; overflow: hidden; }

.modal-pageload .modal-dialog { max-width: 600px; }

.modal-pageload .modal-content { position: relative; background-color: #5C2C7D; color: #fff; padding: 40px; border-radius: 6px; }

.modal-pageload .modal-close { position: absolute; top: 30px; right: 30px; width: 12px; height: 12px; background: url(../images/ic-close.svg); background-repeat: no-repeat; background-position: center; z-index: 20; }

.modal-pageload .modal-body { padding-toop: 20px; }

.modal-pageload .form-group { display: flex; justify-content: space-between; margin-bottom: 0; }

.modal-pageload .form-control { border-radius: 0; border-radius: 4px 0 0 4px; }

.modal-pageload .btn { border-radius: 0 4px 4px 0; }

.modal-pageload .new-event { margin-bottom: 20px; border-bottom: 1px solid #D9D6D5; padding-bottom: 20px; }

.modal-pageload .new-event h3 { margin-bottom: 16px; }

.modal-pageload .new-event h3 a { color: #D2376B; }

.modal-pageload .new-event a { color: #D2376B; }

.modal-pageload .sec-donate { margin-bottom: 20px; border-bottom: 1px solid #D9D6D5; padding-bottom: 20px; }

.modal-pageload .sec-donate .btn { border-radius: 20px; line-height: 40px; }

.modal-pageload .gform_wrapper { width: 100%; }

.modal-pageload .gform_wrapper .custom-form { display: flex; }

.modal-pageload .gform_wrapper .custom-form .form-group { margin-top: 0; padding-right: 0; }

.modal-pageload .gform_wrapper .custom-form .form-group .placeholder { display: none !important; }

.modal-pageload .gform_wrapper .custom-form .form-group:focus-within { padding-top: 0 !important; }

.modal-pageload .gform_wrapper .custom-form .ginput_container { width: 100%; }

.modal-pageload .gform_wrapper .custom-form .form-control { height: 50px; padding: .375rem .75rem !important; width: 100%; }

.modal-pageload .gform_wrapper .custom-form .form-action { margin-top: 0; width: auto; }

.modal-pageload .gform_wrapper .custom-form .form-action .btn { min-width: 0; }

.modal-pageload .gform_wrapper.gform_legacy_markup_wrapper .top_label div.ginput_container { margin-top: 0; }

.modal-pageload .gform_wrapper.gform_legacy_markup_wrapper ul li.gfield { margin-top: 0; }

.modal-pageload .gform_wrapper.gform_legacy_markup_wrapper .gform_footer { width: auto; }

@media (max-width: 767px) { .modal-pageload .modal-content { padding: 30px 15px; }
  .modal-pageload .modal-body { padding: 0; }
  .modal-pageload .sec-donate { padding-top: 30px; } }


.gform-loader {
    align-self: center;
    animation: gformLoader 1.1s infinite linear;
    block-size: 10em;
    border-block-end: 1.1em solid #55AFBE;;
    border-block-start: 1.1em solid rgba(62, 76, 229,0.1);
    border-inline-end: 1.1em solid rgba(62, 76, 229,0.1);;
    border-inline-start: 1.1em solid #55AFBE;
    border-radius: 50%;
    display: inline-block;
    font-size: 2px;
    inline-size: 10em;
    position: relative;
    transform: translateZ(0);
    box-sizing: border-box;
	margin: 0 17px 0 11px;
}

@keyframes gformLoader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.newsletter .gform-loader {
    border-block-end-color: #fff;
    border-inline-start-color: #fff;
    margin: 10px 0;
}
