@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("../fonts/InterDisplay-Thin.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("../fonts/InterDisplay-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("../fonts/InterDisplay-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("../fonts/InterDisplay-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/InterDisplay-Light.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("../fonts/InterDisplay-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/InterDisplay-Regular.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/InterDisplay-Italic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/InterDisplay-Medium.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("../fonts/InterDisplay-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/InterDisplay-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("../fonts/InterDisplay-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/InterDisplay-Bold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("../fonts/InterDisplay-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/InterDisplay-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("../fonts/InterDisplay-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/InterDisplay-Black.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("../fonts/InterDisplay-BlackItalic.woff2") format("woff2"); }

html,
body{
    width:100%;
    overflow-x:hidden
}
body{font-family: 'InterDisplay', sans-serif;font-size:16px;font-weight:400;color:#535353;padding:0;margin:0;line-height:1.6;}
a,button,div,form,input,p,span{-webkit-box-sizing:border-box;box-sizing:border-box}
img{height:auto;}
p{margin:0}
h1,h2,h3,h4,h5,h6{padding:0;margin:0;color:#1B1B1B;font-weight:700;}
h1{font-size:45px;line-height:54.45px;margin: 0 0 20px;}
h2{font-size:36px;line-height:43.56px;margin: 0 0 20px;}
h3{font-size:20px;line-height:28px;}
a,button,input{-webkit-transition:all .3s ease;transition:all .3s ease}
a:hover{text-decoration:none}
a,a:active,a:focus,a:hover,button,button:active,button:focus,button:hover,input,input:active,input:focus,input:hover{outline:0}

.site-content section:not(.s-footer) img{border-radius: 10px}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
#masthead {
  z-index: 9999 !important;
}
.site-content .ast-container {
    display: block;
    max-width: unset;
    padding: 0;
}
header .custom-logo-link img {
  max-width: 345px;
  width: 345px;
}
body.ast-separate-container {
  background-color: #FFF;
}
.ast-site-title-wrap {
  display: none;
}
.main-header-menu .menu-link, 
.main-header-menu > a {
  font-size: 14px;
  font-weight: 500;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item > .menu-link {
  position: relative;
  padding: 0;
  margin: 0 10px;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item:not(.btn-menu) > .menu-link:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #70B1BF;
  position: absolute;
  left: 0;
  top: 50px;
  transform: translateY(4px);
  opacity: 0;
  transition: all .25s ease;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item.current-menu-item > .menu-link:after, 
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item > .menu-link:hover:after {
  opacity: 1;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item:not(.btn-menu) .sub-menu .menu-link {
  position: relative;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item:not(.btn-menu) .sub-menu li {
  justify-content: flex-start;
  align-items: flex-start;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item:not(.btn-menu) .sub-menu .menu-link:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #70B1BF;
  position: absolute;
  left: 0;
  top: 18px;
  transform: translateY(4px);
  opacity: 0;
  transition: all .25s ease;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item .sub-menu .current-menu-item .menu-link:after, 
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item .sub-menu .menu-link:hover:after {
  opacity: 1;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item.current-menu-item > .menu-link, 
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item > .menu-link:hover {
  color: #000 !important;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, 
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, 
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
  color: #000 !important;
}
.ast-builder-menu-1 .menu-item.btn-menu > .menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #70B1BF;
  color: #000;
  height: 40px;
  /*padding: 10px !important;*/
  border-radius: 6px;
  margin-left: 20px !important;
  min-width: 106px;
}
.ast-builder-menu-1 .menu-item.btn-menu > .menu-link:hover {
  background: #A3DAE9;
}
.ast-builder-menu-1 .menu-item.btn-menu > .menu-link:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #000;
  margin-left: 5px;
  transition: all .25s ease;
}
.ast-builder-menu-1 .menu-item.btn-menu > .menu-link:hover:after {
  margin-left: 10px;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
  border-radius: 0 0 10px 10px;
  padding: 12px 20px;
  border-top: 2px solid #70B1BF;
  top: calc(100% - 26px);
  width: 160px;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  border-style: none;
  padding: 0;
  margin: 4px 0;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
  /*color: #70B1BF;*/
  color: #000;
}
.ast-builder-menu-1 #ast-hf-menu-1 > .menu-item:hover svg {
  transform: scaleY(-1);
}


.ast-primary-header-bar {
  background-color: #DBEEF0;
  border-bottom-width: 0;
}
.ast-primary-header-bar .ast-builder-grid-row {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sticky-wrapper.is-sticky .ast-primary-header-bar .ast-builder-grid-row {
  border-bottom: 1px solid rgba(0,0,0,0);
}
.home .sticky-wrapper {
  height: 0 !important;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus {
  outline: none;
  border: none;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #C43647;
}

body .mfp-bg, body .mfp-wrap {
  z-index: 99999;
}


/* home */
.home .s-hero {
  height: 100vh;
  padding-top: 40px;
}
.s-hero {
  display: flex;
  align-items: center;
  max-height: 700px;
  background: #DBEEF0;
  position: relative;
}
.s-hero .container,
.s-hero .container .row,
.s-hero .container .row > div {
	position: static;
}
.img-header {
	position: absolute;
	right: 0;
	top: 54%;
    transform: translateY(-50%);
}
.title-header {
  max-width: 480px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.title-header p {
  font-size: 18px;
	margin: 0 0 20px;
}
.btn-link {
  display: inline-flex;
  align-items: center;
  background: #C43845;
  color: #fff;
  height: 50px;
  padding: 12.5px;
  border-radius: 6px;
  line-height: 1.2;
}
.btn-link:focus {
  color: #fff;
}
.btn-link > * {
	margin: 0 2.5px;
}
.btn-link:hover {
	background: #EB4355;
	color: #fff;
}

.s-content-home {
  padding: 90px 0 60px;
}
.ch-center {
  font-size: 24px;
  line-height: 29px;
  color: #1B1B1B;
  max-width: 960px;
  margin: 0 auto 70px;
}
.content-box.row {
  background: #A3DAE9;
  padding: 80px;
  border-radius: 10px;
  margin: 0 0 60px;
}
.content-box > div:first-child {
  max-width: 420px;
  margin-right: 20px;
}
.content-box > div:first-child img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.content-box-text {
  background: #fff;
  padding: 50px;
  height: 100%;
  border-radius: 10px;
}
.content-box-text p,
.content-box-text h2 {
  margin: 0 0 20px;
}
.btn-link.btn-blue {
  background: #70B1BF;
  color: #1B1B1B;
}
.btn-link.btn-blue:hover {
  background: #A3DAE9;
}
.content-box2.row {
  background: #DBEEF0;
  padding: 80px;
  border-radius: 10px;	
}
.content-box2 > div:last-child {
  max-width: 420px;
  margin-left: 100px;
}
.content-box2-text p,
.content-box2-text h2 {
  margin: 0 0 20px;
}

.s-map {
  padding: 80px 0 84px;
}
.s-map h2 {
  text-align: center;
  margin: 0 0 20px;
}
.s-map p {
  font-size: 18px;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto 40px;
}
.map-wrap {
  position: relative;
}
.map-case {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 999;
  width: 300px;
  max-height: 347px;
  overflow: auto;
}
.map-case-list-inner {
  padding: 20px;
  background: #fff; 
  width: 100%;
  border-radius: 6px;
  border: 1px solid #70B1BF;
}
.map-case-list-inner label {
  background: #DBEEF0;
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #1B1B1B;
  border-radius: 6px;
}
.map-case-list-inner label strong {
  margin-left: 3px;
}
.map-case-list-inner h3 {
  color: #1B1B1B;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 10px 0;
  cursor: pointer;
}
.map-case-list-inner h3:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.map-case-details-inner {
  padding: 20px;
  background: #fff; 
  width: 100%;
  border-radius: 6px;
  border: 1px solid #70B1BF;  
}
.map-case-details-inner label {
  background: #DBEEF0;
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #1B1B1B;
  border-radius: 6px;
}
.map-case-details-inner label span {
  cursor: pointer;
}
.map-case-details-inner label span i {
  color: #70B1BF;
  margin-right: 4px;
}
.map-case-details-inner h3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  border-bottom: 1px solid #DDD;
  padding: 5px 0 10px;
  margin: 0 0 10px;
}
.short-desc h4 {
  color: #1B1B1B;
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 10px;
}
.short-desc p {
  font-size: 12px;
  text-align: left;
  color: #1B1B1B;
  margin: 0 0 10px;
}
.map-case-details-inner .btn-link {
  height: 32px;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
}
.map-case-details-inner .btn-link > * {
  margin: 0 0 0 5px;
  width: 17px;
}
.leaflet-control-attribution.leaflet-control {
  display: none;
}
.leaflet-control-zoom.leaflet-bar.leaflet-control {
  display: flex;
  border: none;
  margin-top: 20px;
  margin-right: 20px;
}
.s-map .leaflet-touch .leaflet-bar a {
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 1px solid #70B1BF !important;
  border-radius: 6px !important;
  margin-left: 10px;
  background: transparent;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-map .leaflet-touch .leaflet-bar a:hover {
  background: #70B1BF;
}


.s-posts-home {
  padding: 80px 0;
}
.s-posts-home h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.s-posts-home .container > p {
  max-width: 980px;
  margin: 0 auto 20px;
}
.posts-row {
  margin: 0 -10px 30px;
}
.posts-row > div {
  padding: 0 10px;
}
.posts-one {
  display: block;
  margin: 0 0 20px;
}
.posts-img {
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 10px;
}
.posts-one img {
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 1s ease;
}
.posts-one:hover img {
  transform: scale(1.1);
}
.posts-one h3 {
  transition: all .25s ease;
}
.posts-one h3:hover {
  text-decoration: underline;
}
.post-meta {
  display: flex;
  margin: 0 0 10px;
  color: #535353;
  font-size: 14px;
  align-items: center;
}
.post-meta span:first-child {
  background: #FFF4EA;
  height: 27px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
  color: #1B1B1B;
  padding: 5px;
}
.text-center {
  text-align: center;
}

.s-footer {
  background: #06191D;
  color: #fff;
  padding: 50px 0 30px;
}
.footer-logo {
  margin: 0 auto 56px;
  max-width: 345px;
}
.s-footer p a {
  color: #fff;
  text-decoration: underline;
}
.s-footer p a:hover {
  text-decoration: none;
}
.footer-text {
  font-size: 16px;
  margin: 0 0 10px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 30px;
} 
.footer-text p {
  max-width: 665px;
}
.footer-text img {
  width: 100%;
  max-width: 220px;
}
.contact-footer {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 40px; 
}
.contact-footer li {
  margin: 0 10px;
}
.contact-footer li img {
  margin-right: 10px;
}
.contact-footer li a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 54px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px;
  padding: 0 20px;
}
.contact-footer li a:hover {
  background: #C43647;
}
.footer-bot {
  padding: 30px 0 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  align-items: center;
}
.credit-p {
  text-align: right;
}
#secondary-menu {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
}
#secondary-menu li {
  margin: 0 15px;
}
#secondary-menu li a {
  color: #859DA2;
}
#secondary-menu li a:hover {
  color: #fff;
}


/* about */
section.s-hero-inner {
  min-height: 410px;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
section.s-hero-inner .img-header {
  top: 54%;
}
.s-content-about {
  padding: 80px 0;
}
.s-content-about .container {
  max-width: 1050px;
}
.s-content-about .row {margin: 0 -25px;align-items: center;}
.s-content-about .row > div {padding: 0 25px;}
.s-content-about .row > div:first-child {
  max-width: 450px;
}
.text-content-about h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px;
  font-weight: 400;
}
.text-content-about p {
  font-size: 18px;
  max-width: 500px;
}
.text-content-about p a {
  color: #73AFC0;
  text-decoration: underline;
}

.scope-box {
  background: #DBEEF0;
  border-radius: 10px;
  padding: 80px;
}
.scope-box p {
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 24px;
}
.scope-box .row {
  margin: 0 -10px;
}
.scope-box .row > div {
  padding: 0 10px;
}
.scope-box-one {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 15px;
}
.scope-box-one h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #fff;
  background: #C43845;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  height: 54px;
  align-items: center;
}
.scope-tags {
  list-style: none;
  margin: 0 -5px;
}
.scope-tags li {
  background: #FFBDC3;
  display: inline-flex;
  margin: 5px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 15px;
  letter-spacing: -0.1px;
}
.scope-box .row > div:nth-child(2) .scope-box-one h4 { 
  background: #70B1BF;
}
.scope-box .row > div:nth-child(2) .scope-box-one .scope-tags li { 
  background: #DBEEF0;
}

.s-content2-about {
  padding: 80px 0;
}
.s-content2-about .container {
  max-width: 1050px;
}
.s-content2-about .row {margin: 0 -25px;align-items: center;}
.s-content2-about .row > div {padding: 0 25px;}
.s-content2-about .row > div:last-child {
  max-width: 520px;
}
.s-content2-about .text-content-about p:not(:last-child) {
  margin: 0 0 20px;
}
.s-contact-about {
  padding: 0 0 80px;
}
.contact-about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #DBEEF0;
  border-radius: 10px;
  padding: 30px;
}
.text-contact-about-box {
  font-size: 18px;
  color: #1B1B1B;
  margin-right: 50px;
}
.content2-about-video {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.content2-about-video .overlay-video {
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-team {
  padding: 80px 0;
  background: #DBEEF0;
  border-radius: 40px 40px 0 0;
}
.s-team h2 {
  max-width: 1020px;
  margin: 0 auto 30px;
}
.s-team .row {
  margin: 0 -10px 10px;
}
.s-team .row > div {
  padding: 0 10px;
}
.team-one {
  background: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 30px;
  text-align: center;
}
.team-one-icon {
  max-width: 150px;
  margin: 0 auto 20px;
}
.team-one-icon img {
  border-radius: 50% !important;
  width: 100%;
}
.team-one h3 {
  /*font-size: 24px;*/
  margin: 0 0 8px;
}
.team-one p {
  font-size: 18px;
}


/* contribute */
section.s-hero-contribute {
  min-height: 362px;
}
section.s-hero-contribute .img-header {
  top: 55%;
}
section.s-hero-contribute .title-header {
  max-width: 525px;
 /* margin: 0 0 40px;*/
  margin: 0;
}
section.s-hero-contribute .title-header h1 {
  margin: 0;
}
.s-content-contribute {
  padding: 60px 0 60px;
  /*margin-top: -202px;*/
}
.s-content-contribute .row {
  margin: 0 -40px;
  align-items: flex-end;
}
.s-content-contribute .row > div {
  padding: 0 40px;
}
.s-content-contribute .row > div:nth-child(2) {
  max-width: 580px;
}
.text-content-contribute {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 55px;
}
.text-content-contribute p {
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 29px;
}
.text-content-bot-contribute {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-contribute.row {
  background: #FFBDC3;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 80px;
}
.box-contribute > div:first-child {
  margin-right: 20px;
}
.box-contribute > div:first-child img {
  border-radius: 10px;
}
.box-contribute-text {
  background: #fff;
  padding: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.box-contribute-text p,
.box-contribute-text h2 {
  margin: 0 0 20px;
}


/* resources */
.s-hero-resources {
  min-height: 198px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.s-hero-resources h1 {
  margin: 0;
}
.s-resources {
  padding: 80px 0 50px;
}
.resources-list {
  margin: 0 0 30px;
}
.resources-list h2 {
  margin: 0 0 30px;
}
.resources-list .row {
  margin: 0 -10px 0;
}
.resources-list .row > div {
  padding: 0 10px;
}
.resources-one {
  border: 1px solid rgb(221, 221, 221);
  margin: 0 0 20px;
  border-radius: 10px;
  padding: 20px;
}
.resources-top {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
}
.resources-icon {
  background: #F6F6F6;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
}
.resources-top h3 {
  font-size: 20px;
  font-weight: 400;
}
.resources-one > span {
  font-size: 14px;
  color: rgb(83, 83, 83);
  margin: 0 0 10px;
  display: block;
}
.resources-one p {
  font-size: 14px;
  margin: 0 0 10px;
}
.resources-one .btn-dl {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #DDD;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
}
.resources-one .btn-dl span {
  margin-right: 5px;
}
.resources-one .btn-dl:hover {
  background: #DBEEF0;
  border: 1px solid #DBEEF0;
}


/* single post */

.single-post {
  background: #fff;
}
.single-post .ast-primary-header-bar {
  background-color: transparent;
}
.single-post .sticky-wrapper.is-sticky .ast-primary-header-bar {
  background-color: #DBEEF0;
  border-bottom-width: 0;
}
.single-post .ast-primary-header-bar .ast-builder-grid-row {
  border-bottom: 0;
}
.ast-narrow-container .site-content > .ast-container {
  max-width: unset;
}
.s-spost {
  padding: 80px 0 50px;
}
.s-spost .container {
  max-width: 1010px;
}
.s-spost .post-meta {
  margin: 0 0 20px;
}
.s-spost h1 {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 40px;
}
.s-dpage .container > img,
.s-spost .container > img {
  margin: 0 0 40px;
}
.spost-content {
  max-width: 780px;
  margin: 0 auto;
}
.s-dpage .wp-block-heading:not(:first-child),
.spost-content .wp-block-heading:not(:first-child) {
  margin: 20px 0;
}
.s-dpage .wp-block-heading:first-child,
.spost-content .wp-block-heading:first-child {
  margin: 0 0 20px;
}
.s-dpage .wp-block-group,
.spost-content .wp-block-group {
  border: 1px solid rgba(83, 83, 83, 0.2);
  padding: 30px;
  border-radius: 10px;
  margin: 20px 0;
}
.spost-content .wp-block-group p {
  font-size: 14px;
}
.s-dpage .wp-block-group p a,
.spost-content .wp-block-group p a {
  color: #1B1B1B;
}
.s-dpage .wp-block-group p a:hover,
.spost-content .wp-block-group p a:hover {
  text-decoration: underline;
  color: #1B1B1B;
}
.s-dpage p:not(:last-child),
.spost-content p:not(:last-child) {
  margin: 0 0 20px;
}
.spost-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #F6F6F6;
  border-radius: 10px;
}
.spost-share h4 {
  font-size: 18px;
}
.spost-share-right {
  display: flex;
  align-items: center;
}
.spost-share-right > span {
  font-size: 14px;
  color: #1B1B1B;
  margin-right: 5px;
}
.spost-share-right .eapps-social-share-buttons-position-right .eapps-social-share-buttons-container {
  transform: none;
}
.spost-share-right .eapps-social-share-buttons-bg-color-native .eapps-social-share-buttons-item::before, 
.spost-share-right .eapps-social-share-buttons-bg-color-on-hover-native .eapps-social-share-buttons-item::after {
  background: transparent !important;
  content: none !important;
}
.spost-share-right .eapps-social-share-buttons-icon-color-white .eapps-social-share-buttons-item .eapps-social-share-buttons-item-icon, 
.spost-share-right .eapps-social-share-buttons-icon-color-on-hover-white .eapps-social-share-buttons-item:hover .eapps-social-share-buttons-item-icon, 
.spost-share-right .eapps-social-share-buttons-icon-color-white .eapps-social-share-buttons-item .eapps-social-share-buttons-item-icon *, 
.spost-share-right .eapps-social-share-buttons-icon-color-on-hover-white .eapps-social-share-buttons-item:hover .eapps-social-share-buttons-item-icon * {
  fill: #70B1BF;
}
.spost-share-right .eapps-social-share-buttons-bg-color-native .eapps-social-share-buttons-item:hover .eapps-social-share-buttons-item-icon * {
  fill: #C43647 !important;
}

.spost-share-right .eapps-social-share-buttons-icon-color-white .eapps-social-share-buttons-item-email .eapps-social-share-buttons-item-icon, 
.spost-share-right .eapps-social-share-buttons-icon-color-on-hover-white .eapps-social-share-buttons-item-email:hover .eapps-social-share-buttons-item-icon, 
.spost-share-right .eapps-social-share-buttons-icon-color-white .eapps-social-share-buttons-item-email .eapps-social-share-buttons-item-icon *, 
.spost-share-right .eapps-social-share-buttons-icon-color-on-hover-white .eapps-social-share-buttons-item-email:hover .eapps-social-share-buttons-item-icon * {
  fill: transparent;
}
.spost-share-right .eapps-social-share-buttons-bg-color-native .eapps-social-share-buttons-item-email:hover .eapps-social-share-buttons-item-icon * {
  fill: transparent !important;
  stroke: #C43647 !important;
}


.spost-share-right .eapps-social-share-buttons-item-icon-container {
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0 !important;
}
.spost-share-right .eapps-social-share-buttons-item-icon {
  width: 18px;
  height: 18px;
}
.spost-share-right .eapps-social-share-buttons-text-hide .eapps-social-share-buttons-inner .eapps-social-share-buttons-item {
  text-align: center;
  width: unset;
  min-width: unset;
  padding: 0;
  margin: 0 5px !important;
}
.spost-share-right .eapps-social-share-buttons-item {
  height: unset;
}
.spost-share-right .eapps-social-share-buttons-bg-color-on-hover-black .eapps-social-share-buttons-item::after {
  background: transparent;
}

.s-posts-more {
  background: #DBEEF0;
  border-radius: 40px 40px 0 0;
}
.s-posts-more .container > p {
  margin: 0 auto 40px;
}
.s-posts-more .posts-one {
  margin: 0;
}
.posts-slider {
  margin-top: 35px;
}
.posts-slider .owl-stage-outer {
  /*overflow: visible;*/
  position: relative;
}
.posts-slider .owl-stage-outer:after {
  content: "";
  background: #DBEEF0;
  height: 100%;
  width: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.posts-slider .posts-img {
  max-width: 250px;
}
.posts-slider .posts-img img {
  height: 250px;
}


/* news blog */

section.s-hero-news .title-header {
  max-width: unset;
  text-align: center;
  margin: 0;
}
section.s-hero-news .title-header h1 {
  margin: 0;
}
section.s-hero-news {
  min-height: 438px;
  align-items: flex-start;
  padding-top: 60px;
}
section.s-hero-news .img-header {
  top: 64%;
}
.s-posts-featured {
  margin-top: -240px;
}
.posts-featured-one {
  border: 2px solid #FFF4EA;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  background: #fff;
}
.posts-featured-one .posts-img {
  margin: 0 30px 0 0;
  max-width: 480px;
  padding: 0;
}
.posts-featured-one .posts-img img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.posts-featured-one .post-text {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.posts-featured-one .post-text h3 {
  font-size: 36px;
  line-height: 43px;
}
.posts-featured-one .post-text label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: #EB4355;
  position: absolute;
  right: 0;
  top: 0;
  height: 27px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
}

.s-posts-all {
  padding: 30px 0 80px;
}
.s-posts-all .posts-one {
  display: block;
  margin: 0 0 50px;
}
.posts-filter .facetwp-facet {
  margin: 0;
}
.posts-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.posts-filter .facetwp-type-radio {
  display: flex;
  margin: 0 -10px;
}
.posts-filter .facetwp-type-radio .facetwp-radio {
  margin: 0 10px;
  color: #000;
  font-size: 16px;
  padding: 0;
  background: none;
}
.posts-filter .facetwp-type-radio .facetwp-radio.checked {
  font-weight: 700;
}
.posts-filter .facetwp-type-radio .facetwp-radio .facetwp-display-value {
  padding-right: 0;
}
.posts-filter .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
.posts-filter .facetwp-facet-country_posts:before {
  content: "Date:";
  margin-right: 10px;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
.posts-filter .facetwp-facet-country_posts {
  display: flex;
  align-items: center;
}
.posts-filter .facetwp-facet-country_posts .facetwp-dropdown {
  background: #F6F6F6;
  border: transparent;
  border-radius: 6px;
  height: 40px;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  background-image: url('../../inc/img/select2.png');
  background-size: 10px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
/* for IE */  
.posts-filter .facetwp-facet-country_posts .facetwp-dropdown::-ms-expand {
  display: none;
}
.pagination-nav {
  text-align: center;
}
.pagination-nav .facetwp-facet {
  margin: 0;
}
.pagination-nav .facetwp-pager > * {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #000 !important;
  font-weight: 400 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-nav .facetwp-pager > .active {
  background: #70B1BF;
  border: 1px solid #70B1BF;
}


/* default page */

.s-hero.s-hero-dpage {
  min-height: 332px;
  background: #F6F6F6;
  overflow: hidden;
}
.s-hero.s-hero-dpage .title-header {
  max-width: 550px;
  margin: 0;
}
.s-hero.s-hero-dpage .img-header {
  top: 75%;
}
.s-hero.s-hero-dpage .img-header img {
  max-width: 762px;
}
.s-dpage .container,
.s-hero-dpage .container {
  max-width: 810px;
}
.s-dpage {
  padding: 60px 0;
}


/* contact page */

.s-contact {
  padding: 0 0 80px;
  margin-top: -290px;
}
.s-contact .row {
  margin: 0 -40px;
  align-items: flex-end;
}
.s-contact .row > div {
  padding: 0 40px;
}
.s-contact .row > div:first-child {
  max-width: 580px;
}
.box-contact {
  position: relative;
  min-height: 391px;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px;
}
.box-contact > * {
  position: relative;
  z-index: 1;
}
.box-contact:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(133.12deg, rgba(0, 0, 0, 0.6) 38.26%, rgba(0, 0, 0, 0.192) 94.31%);
  border-radius: 10px;
}
.box-contact h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}


/* case page */

.s-hero-case {
  min-height: 360px;
  background: #DBEEF0;
  border-radius: 0 0 40px 40px;
  padding: 60px 0;
}
.s-case .container,
.s-hero-case .container {
  max-width: 1010px;
}
.s-hero-case .title-header {
  max-width: unset;
}
.s-hero-case .title-header h1 {
  font-size: 36px;
  line-height: 43px;
}
.breadcrumbs {
  margin: 0 0 20px;
  color: #535353;
  font-size: 12px;
}
.breadcrumbs a {
  color: #535353;
}
.breadcrumbs i {
  color: #70B1BF;
  margin: 0 6px;
  font-weight: 700;
}
.case-box {
  padding: 30px;
  border: 1px solid #DBEEF0;
  border-radius: 10px;
  background: #fff;
  margin: 0 0 30px;
}
.case-box .spost-share {
  background: transparent;
  border-bottom: 1px solid #DBEEF0;
  border-radius: 0;
  padding: 0 0 20px;
}
.spost-share-left {
  display: flex;
  align-items: center;
}
.case-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBEEF0;
  border-radius: 10px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin-right: 10px;
}
.case-box .spost-share-right > span {
  white-space: nowrap;
}
.case-box .row p {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 17px;
}
.case-box .row p strong {
  display: block;
}
.case-box .row > div {
  margin-top: 20px;
}
.s-case {
  margin-top: -150px;
  padding: 0 0 80px;
}
.spost-content .wp-block-group ul {
  list-style: none;
}
.spost-content .contact.wp-block-group {
  border: 1px solid #DBEEF0;
  background: #DBEEF0;
  padding: 20px;
}
.spost-content .contact.wp-block-group h3 {
  margin: 0;
  font-size: 18px;
}
.single-case .spost-content .wp-block-group h3 {
  font-size: 18px;
}
.spost-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  background: #70B1BF;
  color: #000 !important;
  height: 50px;
  padding: 0 15px;
  border-radius: 6px;
}
.spost-content .wp-block-button__link:hover {
  background: #A3DAE9;
  color: #000 !important;
}
.spost-content .wp-block-button__link:after {
  content:'';
  background: url(/wp-content/uploads/2024/03/arrow-right.svg);
  width:20px;
  height:20px;
  margin-left:5px;
}
.s-similar-case {
  background: #DBEEF0;
  border-radius: 40px 40px 0 0;
  padding: 80px 0;
}
.s-similar-case h2 {
  text-align: center;
}
.case-one {
  background: #fff;
  display: flex;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 20px;
}
.case-one:hover {
  box-shadow: 0 3px 3px 0px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}
.similar-row {margin: 0 -10px;}
.similar-row > div {padding: 0 10px;}
.case-one .case-box-icon {
  margin-right: 20px;
}
.case-one h3 {
  color: #70B1BF;
  margin: 0 0 20px;
}
.case-text p {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 17px;
}
.case-text p:not(:last-child) {
  margin: 0 0 8px;
}
.spost-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 20px;
}
.spost-author h3 {
  font-size: 18px;
}
.author-info {
  display: flex;
  align-items: center;
}
.author-avatar img {
  border-radius: 50%;
  margin-right: 10px;
}
.author-name {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 600;
}


/* database */

section.s-hero-database {
  min-height: 326px;
}
section.s-hero-database .row {
  align-items: center;
}
section.s-hero-database .title-header {
  max-width: unset;
  position: relative;
  z-index: 1;
}
section.s-hero-database .img-header2 {
  position: relative;
  z-index: 1;
  max-width: 179px;
  margin-left: auto;
}
section.s-hero-database .img-header2 img {
  border-radius: 10px;
  margin: 0 0 10px;
}
.img-header2 h4 {
  text-align: center;
  font-size: 14px;
}

.s-database {
  padding: 40px 0 80px;
}
.database-case .case-one {
  border: 1px solid #53535333;
  margin: 0 0 20px;
}
.database-case .case-one h3 {
  font-size: 24px;
}
.database-case .case-text-meta {
  display: flex;
  margin: 0 -25px;
}
.database-case .case-text-meta p {
  margin: 0 25px;
}
.database-case .case-text-meta p strong {
  display: block;
}
.database-grid .facetwp-facet-pagination {
  margin-top: 47px;
}
.database-bar {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.database-bar .facetwp-facet {
  margin: 0;
}
.database-bar .facetwp-facet-case_found {
  color: #000000;
  font-size: 16px;
}

.facetwp-type-sort {
  display: flex;
  align-items: center;
}
.facetwp-type-sort::before {
  content: "Sort by:";
  margin-right: 10px;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.facetwp-type-sort select {
  background: #F6F6F6;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  border: transparent;
  border-radius: 6px;
  height: 40px;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  background-image: url('../../inc/img/select2.png');
  background-size: 10px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  line-height: 1em;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  min-width: 160px;
}


.s-database .row {
  margin: 0 -10px;
}
.s-database .row > div {
  padding: 0 10px;
}
.database-filters {
  background: #F6F6F6;
  padding: 20px 20px 0;
  border-radius: 10px;
  display: block !important;
  margin: 0 0 10px;
}
.database-filters h3 {
  color: #000;
  font-size: 16px;
  margin: 0 0 20px;
}
.database-filters-one {
  padding: 20px 0;
  border-top: 1px solid #DDD;
}
.database-filters-one h4 {
  font-size: 14px;
  color: #1B1B1B;
  margin: 0 0 10px;
}
.database-filters .facetwp-facet {
  margin: 0;
}
.database-filters .facetwp-counter {
  display: none;
}
.database-filters .facetwp-type-radio {
  position: relative;
}
.database-filters .facetwp-type-radio:after {
  content: "";
  width: 100%;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF !important;
  border-radius: 6px;
}
.database-filters .facetwp-type-radio .facetwp-radio {
  background: #FFF !important;
  margin: 0 !important;
  width: 80px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400 !important;
  position: relative;
  z-index: 1;
  padding: 0;
  color: #1B1B1B;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.database-filters .facetwp-type-radio .facetwp-radio.checked {
  background: #DBEEF0 !important;
  border: 1px solid #fff;
  border-radius: 6px;
}
.database-filters .facetwp-type-dropdown .facetwp-dropdown {
  background: #FFFFFF;
  border: transparent;
  border-radius: 6px;
  height: 40px;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  background-image: url('../../inc/img/select2.png');
  background-size: 10px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
/* for IE */  
.database-filters .facetwp-type-dropdown .facetwp-dropdown::-ms-expand {
  display: none;
}
.database-filters .facetwp-type-radio {
  display: flex;
}

.facetwp-checkbox {
  background: none !important;
  position: relative;
  padding-left: 30px !important;
}
.facetwp-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #535353 !important;
  border-radius: 4px;
  min-width: 20px !important;
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}
.facetwp-checkbox.checked:before  {
  background: #70B1BF !important;
  box-shadow: 0 0 0 2px #fff inset !important;
  border-color: #70B1BF !important;
}
.facetwp-checkbox .facetwp-display-value {
  font-size: 14px;
  color: #1B1B1B;
}
.database-filters .facetwp-facet-case_year .facetwp-counter {
  display: inline-block;
  font-size: 14px;
  color: #1B1B1B;
}

.database-box-sidebar {
  background: #DBEEF0;
  padding: 30px;
  margin: 0 0 20px;
  border-radius: 10px;
}
.database-box-sidebar p {
  color: #1B1B1B;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
}
.facetwp-type-search .facetwp-input-wrap {
  padding: 10px 10px 10px 44px;
  border-radius: 5px;
  width: 100%;
  max-width: 580px;
  background: #fff url('../../inc/img/search.svg') no-repeat;
  background-size: 22px;
  background-position: 20px center;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-search {
  width: 100%;
  border: none;
  box-shadow: none;
  height: 44px;
  color: #535353;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #535353; opacity: 1;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-search::-moz-placeholder { /* Firefox 19+ */
  color: #535353; opacity: 1;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-search:-ms-input-placeholder { /* IE 10+ */
  color: #535353; opacity: 1;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-search:-moz-placeholder { /* Firefox 18- */
  color: #535353; opacity: 1;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  right: 10px;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  top: 10px;
  height: 44px;
  display: flex;
  background: #C43845;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 10px 15px;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-icon:hover {
  background: #EB4355;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-icon::before {
  content: "Search";
  background: none;
  width: unset;
  height: unset;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-icon::after {
  content: "\f061";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  color: #FFF;
  margin-left: 10px;
  font-style: normal;
}


/* charts */

section.s-hero-inner.s-hero-charts {
  min-height: 242px;
}
section.s-hero-inner.s-hero-charts .title-header {
  max-width: 580px;
  margin: 0;
}
.s-charts {
  padding: 60px 0 20px;
}
.s-charts .row {
  margin: 0 -10px;
}
.s-charts .row > div {
  padding: 0 10px;
  margin-bottom: 40px;
}