/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');*/
@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0 auto;
  font-family: 'Century Gothic', sans-serif !important;
  font-size: 16px !important;
    letter-spacing: initial !important;
  color: #63656a !important;
  font-weight: 400;
  background-color: #fff!important;
  /*word-break:break-all;*/
  /*a img:hover{opacity: 0.7; filter: alpha(opacity = 70);}*/
}
.elementor-widget-text-editor{font-family: 'Century Gothic', sans-serif !important;}
body h1, body h2, body h3, body h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}
a:focus {
        outline-style: solid !important;
    outline-width: 1px;
    outline-color: #e65400 !important;
    }
    a:hover, a:visited, a:active {
    outline-width: 0px !important;
}
body h1 {
  font-size: 54px;
  line-height: 60px;
}

body h2 {
	font-family: 'Century Gothic', sans-serif ;
  font-size: 36px;
  line-height: 40px;
}

body h3 {
  font-size: 28px;
  line-height: 36px;
}

body h4 {
  font-size: 24px;
  line-height: 30px;
}

body p {
  margin: 0px;
  padding: 15px 0px 15px 0px;
}

body a {
  display: inline-block;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  outline: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  cursor: pointer;
}

body a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body a img {
  border: none;
}

body img {
  max-width: 100%;
  vertical-align: middle;
}

body input {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body label {
  margin: 0px;
  padding: 0px;
}

body select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}

.check-box {
  display: inline-block;
}

.check-box input[type="checkbox"] {
  display: none;
}

.check-box input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ed1e77;
  cursor: pointer;
  border-radius: 10px;
  padding-top: 5px;
}

.check-box input[type="checkbox"]:checked + label span {
  /*background: #E8F4FB;*/
}

.check-box input[type="checkbox"] + label span b {
  display: none;
  width: 8px;
  height: 8px;
  background: #ed1e77;
  border-radius: 4px;
}

.check-box input[type="checkbox"]:checked + label span b {
  display: inline-block;
}

.header-top {
  background-color: #1c355e;
  padding: 19px 0px;
  text-align: right;
}

.header-top .social-link {
  margin-left: 14px;
}

.myyb-link {
  color: #ffffff;
  padding: 4px 0px;
  margin: 0px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.myyb-link:hover {
  color: #ffffff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.myyb-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.myyb-link:hover:before {
  left: 0;
  right: 0;
}

header {
  background: #ffffff;
  padding: 20px 0px;
  position: relative;
}

.logo {
  margin-top: 20px;
}
.gm-style .gm-style-iw-t::after{top:-1px !important;}
.header-nav-link {
  color: #1c355e;
  padding: 4px 0px;
  margin: 0px 11px 0px 0px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  line-height: 16px;
}

.header-nav-link:hover, .header-nav-link.active {
  color: #E65400;
}

.search-icon {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  border-radius: 27px;
  background: url(../images/01-YB_Icon-Search-Circle.svg) center no-repeat #e2e6f2;
}
.cross-icon {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  border-radius: 27px;
  background: url(../images/02-YB_Icon-Search-Close-Circle.svg) center no-repeat #1c355e;
}

a .text-lnk {
    color: #1c355e !important;
    line-height: 18px !important;
    font-family: 'Century Gothic', sans-serif !important;
    border-bottom: 3px solid #E65400 !important;
    font-weight:500 !important;
    letter-spacing:normal !important;
    font-size: 16px !important;
    display: block;
}
.donat-btn {
  background: #E65400;
  position: relative;
  width: 170px;
  height: 70px;
  text-align: center;
      text-transform: initial;
  line-height: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 26px 5px 5px 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.donat-btn:hover {
  color: #1c355e;
}
.starbucks-content .star-bucks strong{letter-spacing: 2px;}
.donat-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e2e6f2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.donat-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.search-and-nav-detail-content {
  position: relative;
  z-index: 2;
}

.search-content {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 0px;
  background: #e2e6f2;
  z-index: 1;
}

.bread-content {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 0px;
  background: #e2e6f2;
  z-index: 1;
}
.bread-content span{font-weight:600;}
.search-form .position-relative{width:100%;}
.search-textbox {
    /*width: 400% !important;*/
    height: 60px;
    /*min-width: 400%;*/
    background: #ffffff !important;
    border: none;
    outline: none;
    padding: 0px 80px 0px 38px !important;
    color: #1c355e;
    border-radius: 30px !important;
}

.search-btn {
  position: absolute;
  top: 17px;
  right: 25px;
  background: unset !important;
}
.mobile-nav .parent-toggle .parent span.plus, .mobile-nav .parent-toggle .parent span.cross{margin-top:-22px;}
.bulding-container {
  min-height: 500px;
  color: #ffffff;
  padding: 260px 0px 70px 0px;
  background: url(../images/bg.jpg) left top no-repeat;
  background-size: cover;
}
.elementor-element-71c989d0 {background-size: cover !important}
.contact-form label{font-weight: bold;width:100%}
.contact-form input{
    width: 100%;
    border: 2px solid #63656a;
    height: 40px;
    outline: none;
    box-shadow: 0 0 5px #63656a;
    margin-bottom: 15px;
    padding: 0px 10px;
    margin-top:5px;
}
.contact-form textarea{
    width: 100%;
    border: 2px solid #63656a;
    outline: none;
    box-shadow: 0 0 5px #63656a;
    margin-bottom: 15px;
    padding: 10px;
    margin-top:5px;
}
.contact-form .wpcf7-submit{
        background-color: #e65400;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 150px;
    font-weight: bold;

}
.contact-form .wpcf7-submit:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.contact-form .wpcf7-submit:hover{
   // color:#1c355e;
}
.contact-form .wpcf7-submit::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e2e6f2;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;}
.involved-container {
  min-height: 533px;
  color: #ffffff;
  padding: 160px 0px 10px 0px;
  background: url(../images/involved-bg.png) left top no-repeat;
  background-size: cover;
}
.core-container {
  color: #ffffff;
  background-color: #00325f;
  padding: 160px 0px 10px 0px;
  background: url(../images/core-bg.png) no-repeat;
  background-size: cover;
  background-position: 50% 13%;
}
.fp-container {
  color: #ffffff;
  padding: 160px 0px 10px 0px;
  background: url(../images/fp-bg.png) no-repeat;
  background-size: cover;
}
.core-container p,.fp-container p{
text-align: center;
    padding-top: 30px;
	padding-bottom:150px;
}
.core-icon{text-align: center;
    margin-top: -75px;
}
.core-icon img{width:130px;height:150px;}
.core-element{margin-left: 8.33%;
    margin-right: 8.33%;
    background: #fff;color:#63656a;margin-bottom: 40px;}
.core-element h2{color:#E65400;}
.core-element p{text-align:left;}
.core-element .potential-content {
    padding: 50px 80px 80px 80px;
}
.core-container h1,.fp-container h1{text-align:center;}
.fp-filters{
height: 80px;
    /*border: 2px solid #c6ccd7;*/
    margin: 60px 0px;
    width: 100%;
}
.rightborder{
border-right: 2px solid #c6ccd7;
    width: 100%;
    height: 80px;
    float: left;
}
.leftborder{
border-left: 2px solid #c6ccd7;
    width: 100%;
    height: 80px;
    float: right;
}
.filter-by-category{    background: url(../images/DROPDOWN-ARROW.png) right no-repeat;    height: 80px;cursor: pointer;
}
.fp-featured-conteiner .featured-box p {color: #63656a;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 35px 0px;
}
.fp-featured-conteiner .future-box h4 {
    display: block;
    font-family: 'Century Gothic', sans-serif !important; 
    font-size: 22px;
    font-weight: 700 !important;
    font-weight: normal;
    line-height: 30px;
}
.fp-featured-conteiner .future-box a{
    display: block;
    font-family: 'Century Gothic', sans-serif;
    font-size: 22px;
    color: #1c355e !important;
    font-weight: normal;
    line-height: 30px;
}
.filter-expand{
width: 100%;
    background: #e2e6f2;left:0;
    margin-top: 130px;z-index: 2;
    position: absolute;display:none;
}
.filter-expand .filter-categories{width:100%;}
.filter-categories{padding:80px 0px;}
.filter-categories p, .filter-categories a{font-size: 16px;cursor: pointer;
    letter-spacing: 2px;
    line-height: 40px;
    color: #1c355e;
    font-family: 'Century Gothic', sans-serif;
    padding-left: 100px;
}
.news-detail{padding: 60px 16% 70px 16%;}
.news-detail span{
font-size: 14px;
    letter-spacing: 3px;
    line-height: 40px;
    color: #E65400;
    position: relative;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
}
.news-detail h1{
line-height: 55px;
color: #1c355e;
font-weight: bold;
padding:20px 0px;
font-family: 'Century Gothic', sans-serif;
}
.news-detail h4{
font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #1c355e;
    font-family: 'Century Gothic', sans-serif;
    padding-bottom: 20px;
}
.news-detail h3{
font-size: 30px;
    color: #1c355e;
    padding: 20px 0px;
	font-family: 'Century Gothic', sans-serif;
}
.news-detail p a{
color: #1c355e;
    font-size: 18px;
    font-family: 'Century Gothic', sans-serif;
}
.news-border{height: 8px;
    background-color: #E65400;
    margin: 40px 0px;}
	.project-detail span{
font-size: 14px;
    letter-spacing: 3px;
    line-height: 40px;
    color: #E65400;
    position: relative;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
}
.project-detail h1{
line-height: 55px;
color: #1c355e;
font-weight: bold;
    padding: 20px 0px 60px 0px;
font-family: 'Century Gothic', sans-serif;
}
.project-detail h4{
font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #1c355e;
    font-family: 'Century Gothic', sans-serif;
    padding-bottom: 20px;
	font-weight:normal;
}
.project-detail h3{
font-size: 30px;
    color: #1c355e;
    padding: 30px 0px 30px 0px;
	font-family:'Century Gothic', sans-serif;
}
.project-detail h2{
font-size: 36px;
    color: #1c355e;
    padding: 30px 0px 30px 0px;
	font-family:'Century Gothic', sans-serif;
}
.project-detail pre{
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1c355e;
    padding: 30px 0px 10px 0px;
    font-family: 'Century Gothic', sans-serif;
}
.project-detail p a{
color: #1c355e;
    line-height: 18px;
    font-family: 'Century Gothic', sans-serif;
    border-bottom: 3px solid #E65400;
}
.myyb-btn{
        background: #1c355e;
    position: relative;
    width: auto !important;
    max-width: 100%;
    text-align: center;
    margin: auto;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 10px 10px 10px !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.work-content a{
  margin-bottom: 3px;
  border-bottom: 3px solid #E65400;
}
.project-border{height: 8px;
    background-color: #E65400;
    margin: 40px 0px;}
	.project-detail-video{padding:60px 15%;}
.share-link img{padding: 10px 20px 0px 0px;}
.share-link p{font-size:16px !important;}
.news-detail p{
color: #1c355e;
    font-size: 18px;
	font-family: 'Century Gothic', sans-serif;
}
.project-detail-img{padding-top:30px;}
.img-caption{padding-left: 20px;
    margin-top: 20px;
    border-left: 2px solid #eb4a00;}
.news-date{font-size: 12px !important;
    color: #63656a !important;}
	.news-row{min-height: 630px;}
	.news-section{padding-bottom:140px;}
.filter-by p{
float: left;
    padding: 17px 12px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #1c355e;
    font-weight: bold;
}
.filter-by img{padding-top: 27px;width:24px;
    float: left;}
	.location select{
	font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #1c355e;
    font-family: 'Century Gothic', sans-serif;
    border: none;
    width: 100%;
    padding: 18px;
	background: url(../images/DROPDOWN-ARROW.png) right no-repeat;
	
	}
        .gridviews{
            display:none;
                height: auto;
    border: 2px solid #c6ccde;
        }
	.location select:focus{border:none;}
	.gridview p{    font-size: 16px;
    letter-spacing: 2px;width:114px;
    line-height: 40px;
    color: #1c355e;
    font-weight: bold;
	float: left;
    padding: 17px 10px}
	.gridview img{padding: 26px 0px;}
	.load-more{
	text-align: center;
        margin:auto;
    padding-top: 30px;
	}
        .load-more a{padding: 26px 5px 28px 5px !important;}
	.load-more .load-more-btn{
	background: #e2e6f2 !important;
    position: relative;
    width: 280px !important;
	    color: #1c355e !important;
	}
	.fp-featured-conteiner{padding:0px !important;}
	.fp-featured-conteiner .future-box{min-height:250px !important;}
        .listWidth{width: 100%;
    margin-left: 30px;}
.bulding-container p,.involved-container p {
  padding-top: 30px;
  font-size: 18px;
}
.involved-potential-content{padding-top:135px;}
.involved-potential-content h2{color:#E65400;padding-bottom: 20px;}
.involved-potential-content .build-link{padding-top:30px;}
.involved-sprt-wrk{padding-top: 70px;}
.content-detail h4 span a{
    line-height:29px !important;
    color: #1c355e !important;
}
.project-detail h4 a {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #1c355e;
    font-family: 'Century Gothic', sans-serif;
    border-bottom: 3px solid #E65400;

}
.whyyouth-container {
  height: auto;
  color: #ffffff;
  padding: 200px 0px 30px 0px;
  background: url(../images/wy.png) left top no-repeat;
  background-size: cover;
}
.about-three-bg{background: url(../images/tywgs.png) left top no-repeat !important;margin-top:0px !important;    background-size: cover !important;}
.aboutus-container {
  min-height: 2121px;
  color: #1c355e;
  padding: 145px 0px 10px 0px;
  background: url(../images/HERO-IMAGE.png) left top no-repeat;
  background-size: cover;
}
.aboutus-container h1 {padding-bottom:40px;}
.aboutus-container h4 {padding-bottom:20px;}
.aboutus-container .map-link {padding-top:60px;margin-left:25%;}
.aboutus-container .map-link span {color:#ffffff; min-width:310px;}
.threeclm h3{padding-top:40px;}
.threeclm p{padding-top: 30px !important;
  height: 195px;
    text-align: left !important;padding-bottom: 20px !important;}
.abouth1{
max-width: 750px;
    margin: auto;
}
.approach-container {
  min-height: 533px;
  color: #ffffff;
  padding: 145px 0px 10px 0px;
  background: url(../images/approach-bg.png) left top no-repeat;
  background-size: cover;
}
.work-container {
  min-height: 533px;
  color: #ffffff;
  padding: 145px 0px 10px 0px;
  background: url(../images/Image-Mask1.png) left top no-repeat;
  background-size: cover;
}
.weeducate-container {
  min-height: 533px;
  color: #ffffff;
  padding: 145px 0px 10px 0px;
  background: url(../images/we_educate_bg.png) left top no-repeat;
  background-size: cover;
}
.project-container {
  min-height: 533px;
  color: #ffffff;
  padding: 145px 0px 10px 0px;
  background: url(../images/NorthernCapeYB.png) left top no-repeat;
  background-size: cover;
}
.search-post-link a{word-break: break-all;}
.projectBannerImg{    text-align: center;
    margin-top: -160px;}
	.marginauto{margin:auto;}
.content-detail{margin:0px 15%;}
.content-detail h1{color:#e65400;   padding: 70px 0px 30px 0px;}
.content-detail h4{color:#63656a;font-weight:normal;padding: 20px 0px;}
.content-detail p{color:#63656a;}

.educateBannerImg{
text-align: center;
    margin-top: -75px;
}
.whyyouth-container h1,.approach-container h1,.work-container h1 {
  margin-left: -15px;}
.search-and-nav-detail-content{display:none;}
.bread-and-nav-detail-content{position: relative;
    height: 64px;
}
.whyyouth-container p, .approach-container p,.work-container p {
  padding-top: 30px;
  font-size: 18px;
  padding-right: 50px;
}
.featured-text{display:table;margin-bottom: 50px;}
.featured-box h4{
color: #1c355e !important;
}
.related-content{padding:100px 0px 0px 0px !important;}
.related-content .col-lg-4{padding-left: 7px !important;padding-right: 7px !important;}
.related-content .future-box img{height:200px;}
.related-article{padding:70px 0px !important;}
.featured-box span{
font-size: 18px;
}
.featured-box p{
color: #63656a;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.featured-box .build-link{color: #1c355e !important;padding-top: 20px;}
.featured-text h2{float:left;color: #E65400;}
.featured-text .load-more-btn{width:180px;padding:20px 0px !important;}
.clearboth{clear:both;}
.approach-content, .work-content{
text-align: center;
    margin: auto;
    width: 510px;
	padding-top: 135px;
}
.approach-content h4, .work-content h4{
color: #1c355e;
    font-family: 'Century Gothic', sans-serif;
    font-size:  18px;
    font-weight: normal;
    text-align: center;
}
.work-content h1{
line-height: 55px;
    color: #E65400;
    padding-bottom: 40px;
}
.hexagon-container {
  padding-top: 120px;
  text-align: center;
}
.hex-cotainer2 {
 padding-top: 0px !important;
    margin-top: -53px;
}

.hexagon {
  width: 289px;
  height: 334px;
  margin: 0px 10px;
  overflow: hidden;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  background: url(../images/YB_Hexes_Orange.svg) top no-repeat;
}
.hexagonwhite {
  min-height: 338px !important;
  width: 100%;
  margin: 100px 10px 10px 10px;
  overflow: hidden;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  background: url(../images/YB_Hexes_Orange.svg) top no-repeat;
}
.hexagonwhite .text{padding:100px 20px;}
.hexagon .imgs-content .img-box {
  min-height: 265px;
  padding: 83px 5px 5px 5px;
}

.hexagon .text {
  display: none;
}

.hexagon:hover .imgs-content {
  display: none;
}
.hexagon .hedtext{
    padding-top: 144px !important;
}
.hexagon .hedtext h3{
    color: #fff !important;
}
.hexagon:hover .text {
 padding: 0px 15px;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.hexagonwhy:hover{
     background: url(../images/YB_Hexes_Blue.svg) top no-repeat !important; 
/*     height:334px !important;
     margin-top: -10px;
     padding:0px 40px;*/
}
.hexagon.box2 {
  background: url(../images/YB_Hexes_Blue.svg) top no-repeat;
}

.hexagon.box3 {
  margin-top: -173px;
  background: url(../images/YB_Hexes_Grey.svg) top no-repeat;
}
.hexagon-container .box3 .elementor-text-editor {
    max-width: 269px;
}
.box3	{
width: 289px !important;
margin-left: 180px;
}
.potential-content {
  padding-top: 135px;
}

.potential-content h1 {
  display: block;
  color: #E65400;
  padding-bottom: 28px;
}

.potential-content p {
  padding-bottom: 16px;
}

.potential-content span {
    color: #E65400;
    font-weight: 600;}

.potential-content p.p-padding {
  padding-top: 65px;
}
.wy-img-box{    padding-top: 180px;
    margin: 0px 15px;}
	.future-container h2{
	    font-size: 36px;
    line-height: 36px;

	}
.load-more-btn {
  background: #1c355e;
  position: relative;
  width: 372px;
  max-width: 100%;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 26px 5px 28px 5px !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.donate-form-btn-select{background: #1c355e !important;
    color: #fff !important;}
.wdth49{width:49% !important;margin: 2px 0px;}
.wdth24{width:24.15% !important;margin: 2px 0px;}
.donate-container{padding-top:70px;}
.donate-form input {   background-color: #e2e6f2 !important;
    width: 99% !important;
    height: 52px;
    padding: 20px;
}
  .donate-form span {  top: -37px;
    padding-right: 20px;
    float: right;
    font-weight: 700;
    position: relative;
}
.donate-form .donatebtn{
      padding-top: 15px !important;
    color: #fff;
    font-weight: 700;
    margin-top: -21px;
    width: 99%;
    height: 52px;
    border: none;
    background: #E65400;
}
.secure-payment{
line-height: 20px;
    font-size: 14px;
    color: #63656a;
    padding-top: 20px;
	background: url(../images/Lock-Icon.png) left no-repeat;
	padding-left:16px;
}
.donate-form-btn {
  background: #e2e6f2;
  position: relative;
  width: 372px;
  max-width: 100%;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  color: #63656a;
  padding: 18px 5px 18px 5px !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.learn-more-btn {
  background: #1c355e;
  position: relative;
  width: 210px;
  max-width: 100%;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 26px 5px 28px 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.load-more-btn:hover, .learn-more-btn:hover, .load-more-btn a:hover, .learn-more-btn a:hover, .load-more-btn span:hover, .learn-more-btn span:hover {
  color: #1c355e !important;
}

.load-more-btn::before , .learn-more-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e2e6f2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.load-more-btn:hover:before , .learn-more-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.build-link {
  color: #1c355e;
  display: inline-block;
  font-weight: 700;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.build-link:hover {
  color: #1c355e;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.build-link::before, .news-content article .elementor-post__read-more::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E65400;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.build-link:hover:before, .news-content .elementor-post__read-more:hover::before {
  left: 40%;
  right: 40%;
}

.future-container {
  min-height: 1090px;
  margin-top: 140px;
  padding: 125px 0px 20px 0px;
  background: url(../images/future-bg.jpg) top left no-repeat;
  background-size: cover;
  color: #ffffff;
}
.ex-future-container {
  min-height: 1090px;
  margin-top: 140px;
  padding: 325px 0px 20px 0px;
  background: url(../images/ex-bg.png) top left no-repeat;
  background-size: cover;
  color: #ffffff;
}
.ex-future-container h2{padding-bottom:60px;}
.ex-future-container .build-link{padding:60px 0px;}
.involved3-container {
  margin-top: 140px;
  padding: 125px 0px 20px 0px;
  background: url(../images/involved-bg3.png) top left no-repeat;
  background-size: cover;
  color: #ffffff;
}
.involved3-container .floatright{
margin-right:-15px
}
.involved3-container .floatleft{
margin-left:-15px
}
.involved3-container .prtnr h2{
color: #e65400;
    padding: 30px 15px;
}
.involved3-container .prtnr{padding:0px 15px;}
.involved3-container .prtnr p{color: #63656a;
    padding: 0px 15px 30px 15px;}
.involved3-container .col-lg-10{
background: #fff;
    padding: 0px;
}
.margintop20{margin-top:20px;}
.youth-program-container{
padding: 125px 0px 100px 0px;
    background: url(../images/youth-program.png) top left no-repeat;
    background-size: cover;
    background-position: 50% 93%;
}
.youth-program-container h2{
  font-size: 36px;
text-align:center;

}
 .youth-program-container p{   max-width: 620px;
    padding: 55px 0px 60px 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
}
 .wy-future-container {
  margin-top: 140px;
  padding: 50px 0px 120px 0px;
  background: url(../images/1132.png) top left no-repeat;
  background-size: cover;
  color: #ffffff;
}
 .our-approach-container {
  margin: 140px 0px;
    padding: 125px 0px 120px 0px;
    background: url(../images/approach-hexa-bg.png) center no-repeat;
    background-size: cover;
    color: #ffffff;
    height: 1610px;
}
.work-map-container {
  margin: 140px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(../images/Map.png) center no-repeat;
    background-size: cover;
    color: #ffffff;
    height: 690px;
}
.work-map-container input{width:100%;background-color:#fff;height: 46px;
    border-radius: 30px;
    padding: 15px;}
	.work-featured-container{padding:140px 0px;}
	.stories-featured-container .story-left{background: url(../images/story1.png) center no-repeat;height:535px; background-size: cover;}
	.stories-featured-container .story-left1{background: url(../images/story2.png) center no-repeat ;height:535px;background-size: cover;}
	.stories-featured-container .story-left2{background: url(../images/story3.png) center no-repeat ;height:535px;background-size: cover;}
	.stories-featured-container .story-left h2{color:#fff;padding: 150px 250px 32px 152px;}
	.stories-featured-container p{
	color: #fff;
    padding: 10px 250px 32px 152px;
	}
	.stories-featured-container .build-link{color:#fff;margin-left: 152px;}
.close-button{background: url(../images/Close-Search.png) no-repeat;
    background-position: 95% 50%;}
	.search-button{background: url(../images/Search-Icon.png) no-repeat;
    background-position: 95% 50%;}
	.work-map-container .work-dropdown{
	background-color: #fff;
    margin-top: 10px;
	}
	.news-container {
    color: #ffffff;
    padding: 220px 0px 220px 0px;
    background: url(../images/fp-bg.png) no-repeat;
    background-size: cover;
}
.news-hero .elementor-element-populated{height:538px;padding:220px 0px !important;}
.news-container h1{
    color: #ffffff;
    margin-left: 30px;
}
	.work-map-container .work-dropdown span{
	    color: #1c355e;
    font-size: 16px;
    line-height: 34px;
    min-width: 100%;
    padding-left: 20px;
	display:block
	}
	.work-map-container .work-dropdown span:hover{background-color:#f0f0f0;}
	.work-map-container .map-detail{
	background-color: #fff;
    margin-top: 10px;
	padding: 20px;
    width: 235px;
	float: left;
    margin-top: 134px;
    margin-left: 270px;
	}
	.work-map-container .map-detail h3{
	color: #E65400;
    font-size: 20px;
	line-height:24px;
	}
	.work-map-container .map-detail h4{
	color: #2a395d;
    font-size: 16px;
	line-height:24px;
	}
	.work-map-container .map-detail p{
	color: #63656a;
    font-size: 14px;
	line-height:18px;
	padding: 15px 0px;
	}
	.work-map-container .map-detail span{
	color: #63656a;
    font-size: 12px;
	line-height:18px;
	}
	.work-map-container .map-detail .build-link{
	font-size: 14px;
    left: 90px;
	}
.floatright{float:right}
.floatleft{float:left}
.our-approach-container h2{
	color: #ffffff;
}
.our-approach-container p{
	color: #ffffff;
}
.approach-inter h2{padding-top: 770px;}
.our-approach-container p{margin: 40px 30px 40px 0px;
color: #ffffff;}
.our-approach-container .load-more-btn {
    background: #E65400;
    margin-top: 40px;
    position: relative;
    width: 190px;
    max-width: 100%;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 26px 5px 28px 5px ;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.ce-future-container {
  padding: 125px 0px 120px 0px;
  background: #e2e6f2;
  background-size: cover;
  color: #1c355e;
}
.approach-future-container {
  padding: 80px 0px 120px 0px;
   background: url(../images/meetfrst.png) top left no-repeat;
  background-size: cover;
  color: #1c355e;
  height:400px;
}
.approach-future-container p{padding:20px 0px;}
.we-educate-container {
  padding: 125px 0px 120px 0px;
  background: url(../images/we-educate-bg.png) top left no-repeat;
  background-size: cover;
  color: #1c355e;
  margin-top:125px;
}
.our-project-container {
  padding: 125px 0px 120px 0px;
  margin-bottom: 80px;
  background: url(../images/p21.png) top left no-repeat;
  background-size: cover;
  color: #1c355e;
  margin-top:125px;
}
.carousal-slider{padding:40px 0px 80px 0px;width:100%;}
.further-info-container{

  margin-bottom: 80px;
  background: url(../images/Further-Info.png) top center no-repeat;
  background-size: cover;
  color: #1c355e;
  margin-top:125px;}
  .further-info-container input{width: 100%;
    background-color: #fff;
    height: 46px;
    border-radius: 30px !important;
    padding: 15px;}
.further-info{padding: 60px 0px;}
.further-info span{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #1c355e;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
    padding-bottom: 30px;
    display: block;
}
.our-project-container h2 {
	text-align: center;
    padding: 0px 300px;
}
.future-container h2 , .wy-future-container h2, .ce-future-container h2, .ex-future-container h2, .we-educate-container h2{
  display: block;
  text-align: center;
}
.we-educate-container h2{
  padding:0px 300px;
}
.wy-future-container h2, .ce-future-container h2{font-size:36px;line-height:40px;}
.future-container p,.ex-future-container p {
  max-width: 620px;
  padding: 55px 0px 120px 0px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
}
.ce-model{
max-width: 1000px;
    text-align: center;
    margin: 0 auto;

}
.ce-model img{height:92px;}
.ce-model .future-box a{color:#E65400 !important;}
.ce-model .future-box {min-height:230px;}
.ce-future-container .map-link {
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    display: block;
}
.we-educate-container .map-link {
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    display: block;
}
.wy-future-container p {
  max-width: 590px;
  padding: 55px 0px 60px 0px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
}
.ce-future-container p {
  max-width: 535px;
  padding: 55px 0px 60px 0px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
}
.we-educate-container p {
  max-width: 460px;
  padding: 40px 0px 60px 0px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
.future-box {
  min-height: 490px;
  padding-bottom: 25px;
  font-size: 18px;
  color: #c5ccd7;
}

.future-box img {
  max-width: 100%;
  height:200px;
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.future-box .img-box img{
    -webkit-clip-path: polygon(30% 0%, 80% 0%, 100% 0%, 100% 70%, 70% 100%, 0% 100%, 0% 100%, 0% 30%);
    clip-path: polygon(30% 0%, 80% 0%, 100% 0%, 100% 70%, 70% 100%, 0% 100%, 0% 100%, 0% 30%);
	height: 265px;
    object-fit: cover;
}
.future-box h4 {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}
.work-featured-container .future-box span {color:#1c355e !important;}
.future-box span {color:#E65400 !important;}
.hexagonwhite .text{
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.normal-detail-txt p{padding-bottom: 30px;}
.future-container .build-link {
    max-width: 40px;
    height: 32px !important;
}
.future-box .build-link {
  color: #ffffff;
  padding-bottom: 10px;
}
.future-box .build-line {
  color: #ffffff;
  padding-bottom: 10px;
}

.map-link {
  color: #ffffff;
  line-height: 16px;
}

.map-link img {
  border: 3px solid #E65400;
}

.map-link span {
  display: inline-block;
  vertical-align: top;
  min-width: 210px;
  font-weight: 700;
  padding: 13px 0px;
  text-align: center;
  background: #E65400;
}
.wy-future-container .map-link span {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  min-width:auto;
  padding: 27px 60px;
  text-align: center;
  background: #E65400;
}
.ce-future-container .map-link span , .we-educate-container .map-link span{
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  min-width:auto;
  padding: 27px 60px;
  text-align: center;
  background: #E65400;
}
.map-link:hover span {
  color: #ffffff;
  background: #1c355e;
}

.map-link:hover img {
  border: 3px solid #1c355e;
}

.middel-content {
  padding: 120px 0px 20px 0px;
  min-height: 485px;
  color: #1c355e;
  background: url(../images/img8.png) right top no-repeat #e2e6f2;
  background-position: 120%;
    background-size: contain;
}

.middel-content p {
  padding: 28px 0px 62px 0px;
}

.middel-content .build-link {
  padding-bottom: 10px;
}
.containerr .involved-box p{color:#63656a;}
h1.inv-h {
  color: #E65400;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.involved-box {
  padding-top: 80px;
}

.involved-box .img-box {
  text-align: center;
}

.involved-box .img-box img {
  width: 100%;
}

.involved-box .img-box a {
  max-width: 100%;
  width: 210px;
  margin-top: -35px;
}
.involved-box h3{
  color: #1c355e;
  font-size: 36px;
  line-height: 40px;
}
.involved-box p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.starbucks-content {
  background: #e2e6f2;
  margin-top: 144px;
  padding: 130px 0px;
  font-size: 15px;
  color: #00122b;
}

.starbucks-content .img-box {
  text-align: center;
  min-height: 350px;
  background: #ffffff;
  padding: 35px 35px 35px 35px;
}

.starbucks-content b {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #1c355e;
  border-bottom: 8px solid #E65400;
}

.starbucks-content p {
  padding: 20px 0px 35px 0px !important;
}

.starbucks-content .build-link {
  padding-bottom: 10px;
}
.news-content {
  padding: 130px 0px;
  font-size: 15px;
  color: #00122b;
}
.news-content h3{font-size: 36px;
letter-spacing: 1px;
line-height: 40px;
color: #E65400;
font-weight: bold;
margin-bottom:35px;
}
.news-content h4{font-size: 22px;
line-height: 26px;
font-weight: bold;
}
.news-content .img-box {
  padding-bottom: 20px;
}
.newsimg{padding:0px 10px 0px 0px}
.newsleft{padding:0px;}
.newsleft h4{padding-bottom:45px}
.newsright{
    border-bottom: 2px solid #e2e6f2;
    margin-bottom: 15px;

}
.newsborder{
border-left: 2px solid #e2e6f2;
    margin-left: 18px;
    max-width: 36px;
}
.aboutus-container h1, .aboutus-container h4,.aboutus-container  p, .aboutus-container ul {
  color: #1c355e;
    font-family: 'Century Gothic', sans-serif;
}
.aboutus-container a{
   font-family: 'Century Gothic', sans-serif;
    color: #1c355e !important;
}
.news-content b {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #1c355e;
  border-bottom: 8px solid #E65400;
}

.news-content p {
  padding: 20px 30px 35px 0px;
}

.news-content .build-link {
  padding-bottom: 2px;
  min-width:86px;
}
.related-content .featured-box a{
    
    color: #1c355e !important;
    font-size: 22px;
    line-height: 30px;
    display: block;
    font-weight: 700;
}
.related-content .featured-text{width:100% !important;}
.related-content .featured-box img{
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0%, 100% 70%, 70% 100%, 0% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 0%, 100% 70%, 70% 100%, 0% 100%, 0% 70%, 0% 30%);
}
footer {
  font-size: 14px;
  line-height: 20px;
  color: #e2e6f2;
  background: #272727;
  padding: 100px 0px;
}

footer .text {
  margin-right: -20px;
  font-size: 13px;
}

footer .text b {
  display: block;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 7px;
}

footer .name-content {
  float: left;
  width: 30%;
}

footer .address-content {
  float: left;
  width: 43.5%;
  padding: 0px 9px;
}

footer .load-more-btn {
  width: 26.5%;
  height: 54px;
  float: left;
  padding: 19px 10px 5px 10px !important;
  background: #475172;
}
.load-more-btn:hover span, .donat-btn:hover span {
    color: #1c355e !important;}
.footer-textbox {
  width: 100%;
  height: 54px;
  outline: none;
  border: none;
  background: #e2e6f2 !important;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 16px;
  color: #8e9199;
}

.footer-col {
  padding: 100px 0px 70px 0px;
}

.footer-col a.myyb-link {
  color: #e2e6f2 !important;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.footer-col a.myyb-link:hover {
  color: #ffffff;
}

.footer-col p {
  margin-bottom: 28px;padding: 0px;
}

.footer-col b {
  color: #ffffff;
  display: block;
  padding-bottom: 28px;
}

.footer-col b.b2 {
  margin-top: 75px;
}

.footer-col .footer-social-link {
  margin-right: 15px;
}

.footer-col .donat-btn {
  display: block;
  width: 100%;
  margin: 0px 0px 54px 0px;
}

.donat-text {
  position: relative;
  padding: 70px 0px 0px 0px;
}

.donat-text img {
  position: absolute;
  left: 0px;
  top: 12px;
  width:70%;
}

.nav-extend-content {
  width: 100%;
  background: #ffffff;
  position: absolute;
  margin-top: -20px;
  display:none;
  border: 1px solid #ccc;
  border-top: none;
  left: 0px;
  padding: 35px 15px 40px 15px;
  z-index: 2;
  text-align: center;
}

.nav-extend-content .nav-box {
  width: 185px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  text-align: left;
  color: #1c355e;
}
.nav-extend-content .nav-boxs{display: inline-block;}
.nav-extend-content .nav-box img {
  width: 100%;height:auto;
}

.nav-extend-content .nav-box b {
  display: block;
  padding: 17px 0px 10px 0px;
}
.nav-extend-content .nav-box .drop {
/*    width: 12px;
    float: right;
    margin-top: 10px;*/

    background: url(../images/DROPDOWN-ARROW.png) top right no-repeat;
    background-position-y:7px;
}
.nav-extend-content .nav-box a {
    width:175px;
        float:left;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1c355e;
  margin-bottom: 8px;
}

.nav-extend-content .nav-box a:hover {
  color: #E65400;
}

.approach .nav-boxs:hover .nav-sub-menu{display: block !important;}
.about .nav-boxs:hover .nav-sub-menu{display: block !important;}
.involved .nav-boxs:hover .nav-sub-menu{display: block !important;}
.youth .nav-boxs:hover .nav-sub-menu{display: block !important;}

.nav-extend-content .nav-box:last-child() {
  margin: 0px;
}
/*********************************************************************/
.font-w-500 {
  font-weight: 500;
}

.border-bottom {
  border-bottom: #d5d5d5 solid 1px;
}

.display-inline-block {
  display: inline-block;
}

.nav-bars {
  display: none;
  vertical-align: middle;
}

.padding-0 {
  padding: 0px;
}

.padding-t55 {
  padding-top: 55px;
}

.show-on-phone {
  display: none;
}

.margin-t {
  margin-top: 10px;
}

.margin-b {
  margin-bottom: 10px;
}

.margin-t30px {
  margin-top: 30px;
}

.full-width {
  width: 100%;
}

.border-0 {
  border: none;
}
.menu-modal{display:none;}
.bread-content a{
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    color: #1c355e;
        padding-right: 5px;
                padding-left: 5px;
    padding-bottom: 5px;

}
.bread-content .current{color: #1c355e;}
.bread-content .separator{
background: url(../images/Breadcrumbs-Arrow.svg) top left no-repeat;  padding:0px 10px;  
}
.bread-content .active{padding-left: 8px;}
.home-container {
    background-position-x:35%;
}
.pagination .dots{color:#fff !important;top: 5px;
    position: relative;}
.intro-text{
   font-size: 24px !important;
    letter-spacing: initial !important;
    line-height: 30px !important;
    color: #1c355e !important;
    margin-top: 0px !important;
    display: block;
    font-family: 'Century Gothic', sans-serif;
    padding: 20px 0px !important;
    font-weight: normal !important;
}
.intro-text a{
   font-size: 24px !important;
    letter-spacing: initial !important;
    line-height: 30px !important;
    color: #1c355e !important;}
blockquote{
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1c355e;
    padding: 30px 0px 10px 0px;
    font-family: 'Century Gothic', sans-serif;
}
blockquote:before{
    content:open-quote;
}
blockquote:after{
    content:close-quote;
}
.map-link-btn{
    margin: auto;
    width: auto !important;
    padding: 20px 50px;
    height: auto;
}
.map-link-btn:hover span{
    color:#fff !important;}
.map-link-btn:before {
    color:#fff !important;
    background:#1c355e !important;
}
.blue-btn{
        width: auto !important;
    height: auto;
    background-color: #1c355e !important;
    padding:25px 30px 25px 30px !important;
    border:none;
}
.orange-btn{
        width: auto !important;
    height: auto;
    background-color: #E65400 !important;
    padding:25px 30px 25px 30px !important;
    border:none;
}
.blue-list-item, .orange-list-item{margin-bottom: 5px;font-size: 16px;}
.blue-list-item:before {
    content: "\2022";
    color: #1c355e;
    font-weight: bolder;
    display: inline-block;
    width: 16px;
    /* height: 2em; */
    margin-left: -1em;
}
.orange-list-item:before {
    content: "\2022";
    color: #E65400;
    font-weight: bolder;
    display: inline-block;
    width: 16px;
    /* height: 2em; */
    margin-left: -1em;
}

element.style {
}
.Blockquote-item {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1c355e;
    padding: 30px 0px 10px 0px;
    font-family: 'Century Gothic', sans-serif;}
.Blockquote-item:before {
    content: open-quote;
}
.Blockquote-item:after {
    content: close-quote;
}
@media (min-width: 1900px) {
  .blue-column1 .elementor-column-wrap{
    background-position: 0px -225px !important;
  }
  .blue-column2 .elementor-column-wrap{
    background-position: 0px -280px !important;
  }
  .blue-column3 .elementor-column-wrap{
    background-position: 0px -150px !important;
  }

}
@media (min-width: 1600px) {
  .blue-column2 .elementor-column-wrap{
    background-position: 0px -145px !important;
  }
    .galleryLogo figure:nth-child(3) {
    margin-left:48px !important;
    width: 250px;
    height: 250px;
}
	.whyyouth-container h1, .approach-container h1, .work-container h1, .involved-container h1 {
    margin-left: -70px !important;
    width: 430px;
}
  
.bulding-container h1, .bulding-container h4{
        width: 450px;
/*     margin-left: -90px; */
    }
    .bulding-container p{
        width: 450px;
/*     margin-left: -90px; */
    margin-bottom: 30px;
    }
        .middel-content .col-lg-6{margin-left: -8.33%;}
            .whyyouth-container p, .approach-container p, .involved-container p {
    margin-left: -70px;
    width: 430px;
}
.whyyouth-container h1, .approach-container h1, .involved-container h1 {
    margin-left: -70px;
    width: 430px;
}
 .work-container p {
    margin-left: -157px;
    width: 450px;
}
.work-container h1 {
    margin-left: -157px;
    width: 450px;
    margin-top: 25px;
}
.core-container {
    background-position: 50% 6%;
}
.our-approach-container .floatright h2 {
}
.approach-inter h2 {
    padding-top: 1065px;
}
.our-approach-container .floatright p,.our-approach-container .floatright a {
    margin-left: 80px;
}
.our-approach-container .floatright .load-more-btn{
    margin-left: 80px;
}
.our-approach-container .floatright a {margin-left: 0px;}
.our-approach-container{height:2150px;}
.bulding-container {
  padding-left: 100px !important;
}
}
@media (max-width: 1600px) and (min-width: 1200px) {
    .galleryLogo figure:nth-child(3) {
    width: 250px;
    height: 250px;
}
  .bulding-container {
    /*background-size: 1500px 745px;*/
  }
	.our-approach-container2{
	margin-top: 12% !important;
}
.our-approach-container1{
	margin-top: 16% !important;
}
   .our-approach-container {
    height: 1660px;
}
  .approach-content, .work-content {
    text-align: center;
    margin: auto;
    width: 510px !important;
    padding-top: 70px;
}

  .stories-featured-container .story-left{
        height: 440px;
  }
  .stories-featured-container .story-left h2 {
    padding: 80px 170px 32px 130px;
}
.stories-featured-container p {
    padding: 10px 170px 32px 130px;
}
.stories-featured-container .build-link {
    margin-left: 130px;
}
.blue-column {
    min-height: 440px !important;
}
.story-left1 .blue-column{width: 49% !important;}
.story-left1{
  background-size: 68% auto !important;
  }
  .bulding-container h1, .bulding-container h4{
        width: 450px;
    }
    .bulding-container p{
        width: 450px;
    margin-bottom: 30px;
    }
    .bulding-container {
      padding-left: 100px;
    }
    .middel-content .col-lg-6{margin-left: -8.33%;}
    .whyyouth-container p, .approach-container p, .work-container p, .involved-container p {
    margin-left: -10px;
    width: 430px;
}

.whyyouth-container h1, .approach-container h1, .work-container h1, .involved-container h1 {
    margin-left: -10px;
    width: 430px;
}
.core-container {
    background-position: 50% 8%;
}
.our-approach-container .floatright h2 {
}
.our-approach-container .floatright p {
    margin: 40px 0px 40px 80px;
}
.our-approach-container .floatright .load-more-btn{
    margin-left: 80px;
}
}
@media (max-width: 1200px) and (min-width: 968px) {
  .stories-featured-container .story-left{
    height: 375px;
  }
  .blue-column1 .elementor-column-wrap{
    background-position: 0px -35px !important;
  }
  .blue-column2 .elementor-column-wrap{
    background-position: 0px -50px !important;
  }
  .blue-column3 .elementor-column-wrap{
    background-position: 0px -25px !important;
  }
  .story-left1 {
    background-size: 68% auto !important;
  }
  .blue-column {
    min-height: 375px !important;
}
.blue-column2 .build-link {
    margin-left: 51px !important;
}
.stories-featured-container .build-link {
    margin-left: 150px;
}
  .blue-column1 h2{
        padding: 51px 103px 20px 146px !important;
  }
  .blue-column3 h2{
        padding: 51px 103px 20px 146px !important;
  }
  .blue-column2 h2{
        padding: 40px 80px 15px 50px !important;
  }
  .blue-column2 p{
        padding: 10px 80px 15px 50px !important;
  }
  .blue-column1 p{
        padding: 10px 103px 30px 146px !important;
  }
  .blue-column3 p{
        padding: 10px 103px 30px 146px !important;
  }
	.hexagon .img-box {
    min-height: 230px !important;
    padding: 60px 5px 5px 5px !important;
}
  .container {
    width: 100%;
    max-width: 100%;
  }
  .header-nav-link {
    margin: 0px 6px 0px 0px;}
  .donat-btn {
    width: 110px;
    height: 50px;;
    padding: 17px 5px 5px 5px;}
  .logo {
    margin-top: 12px;
}
.search-icon {
    width: 48px;
    height: 48px;}
.bulding-container {
  padding-left: 120px;
}
.bulding-container h1 {
    font-family: 'Century Gothic', sans-serif !important;
    width: 140%;
    /* padding-left: 120px; */
    font-size: 48px !important;
    line-height: 54px !important;}
  .bulding-container h4 {font-family: 'Century Gothic', sans-serif !important;}
.bulding-container p {
    font-family: 'Century Gothic', sans-serif !important;
    /* width: 140%; */
    /* padding-left: 120px; */
  }
.hexagon{width:46% !important;}
.hexagon.box3 {
   width: 46% !important;
    margin: auto;}
.future-container h2 {
    font-size: 36px;
    line-height: 40px;
}
.middel-content{background-position:150%;}
}
@media(min-width: 768px){
  .hex2{
    width: 50% !important;
    margin-left: 17.67% !important;
  }
  .hex3{
      width: 50% !important;
      margin-right: 17.67% !important;
  }
}
@media (max-width: 992px) and (min-width: 767px) {

  .left-nav a {
    padding-left: 10px;
    font-size: 15px;
  }
  .bulding-container {
    /* height: 535px; */
    padding: 92px 0px 10px 0px;min-height:480px; background-position: 20%;}
  .bulding-container .elementor-col-50{width:53% !important;}
  .bulding-container h1 {
    font-family: 'Century Gothic', sans-serif !important;
    padding-left: 20px;
    font-size: 42px !important;
    line-height: 48px !important;
}
.bulding-container h4 {padding-left: 20px;}
.bulding-container p {padding-left:20px;}
.hexagon{width:100% !important;}
.hexagon.box3 {
   width: 100% !important;
    margin: auto;}
.potential-content h1 {
    display: block;
    font-size: 42px;
    color: #E65400;
    padding-bottom: 50px; 
}
.hexagon.box3 {
    margin-top: -120px !important;}
.hexagon .elementor-text-editor{padding:0px 30px;max-width: fit-content !important;}
.future-container h2 {
    font-size: 36px;
    line-height: 40px;
}
.container .potential-content .load-more-btn span {
    color: #ffffff !important;
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 15px !important;}

.future-container .container p {
    font-family: 'Century Gothic', sans-serif !important;
    color: #ffffff !important;
    max-width: 620px !important;
    padding: 35px 0px 60px 0px !important;
    text-align: center !important;
    margin: 0 auto !important;
    font-size: 18px !important;
    line-height: 24px !important;
}
.future-box h4 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.future-container {
    min-height: 880px !important;
    margin-top: 100px !important;
    padding: 125px 0px 20px 0px;
    background: url(../images/future-bg.jpg) top left no-repeat;
    background-size: cover;
    color: #ffffff;
}
.middel-content {
    padding: 60px 0px 20px 20px !important;}
.middel-content .middel-inner h3 {
    font-family: 'Century Gothic', sans-serif !important;
    color: #1c355e !important;
    font-size: 22px !important;
    line-height: 26px !important;
}
.middel-content p {
    padding: 28px 0px 42px 0px;
}
.middel-content {
    padding: 120px 0px 20px 0px;
    margin-bottom: 80px;
    min-height: 430px;
    background-position: 350%;
}
.involved-box p {
    padding-top: 0px;
}
.starbucks-content {
    background: #e2e6f2;
    margin-top: 80px;
    padding: 80px 0px;
}
.containerr .inv-h h1 {
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 42px;
    line-height: 48px;
}
.containerr .donat-btn, .containerr .load-more-btn {
     margin-left: 30px !important;
}
.main-menu{display:none;}
.menu-toggler {
    display: block;
    width: 25px;
    height: 20px;
    position: relative;
    border-bottom: 5px solid #1c355e;
    float: right;
    z-index: 1;
    margin: 2px 0 0 0;
    transition: all 0.3s linear;
}
.menu-toggler::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    right: 0;
    width: 100%;
    height: 5px;
    background: #1c355e;
}
.menu-toggler::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    width: 100%;
    height: 5px;
    background: #1c355e;
}
.logo{margin-top: 0px;}
.header-top{display:none;}
.menutext{  
    display:block !important;
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #1c355e;
    font-weight: bold;
}
}
.menutext{display:none;}
@media (max-width: 767px) and (min-width: 0px) {
    .future-container {
  width: 100%;
  height: 100%;
  background: url(../images/future-mo.png) center no-repeat !important;
}

    .elementor-59 .elementor-element.elementor-element-6849b8cf:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-6849b8cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        background-color: #c5daf1;
    }
    .l3-frm{
        min-height:185px !important;
    }
    .entry-news-detail {
    padding: 50px 30px 0px 30px;
}
.news-ftp .future-box .col-12{padding:0px 15px !important;}
.news-ftp .future-box .col-12 span{padding-left:0px !important;}
footer .load-more-btn {
    width: 94.8% !important;
}
.entry-news-detail h1 {
    color: #1c355e;
    padding: 20px 0px;
    padding-bottom: 0px;
    line-height: 33px;
}
    .lead_div{border-right: none;}
    .search-form label{width:100%;}
    .mobile-nav .search-btn{background: none;}
    .screen-reader-text{display:none;}
    .ce-model .plus-sign {
     display: block !important; 
    width: 22px;
    height: 22px;
    margin-left: -22px;
    padding-left: 11px;
    margin-top: 5px;
}
    .elementor-39 .elementor-element.elementor-element-9d957f4 > .elementor-element-populated {
     margin: 0px 0px 0px 0px !important; 
}
    .potential-content p {
    padding: 15px 3% 15px 3% !important;
}
.container .potential-content .load-more-btn span {
    font-size: 14px;
}
    .content-detail{
        margin-left: 15px;margin-right: 15px;
    }
    .our-values-module-why-yb{padding-top: 70px;}
    .myyb-link{margin:0px;font-size: 15px;}
    .starbucks-content {
    margin-top: 50px;
    padding:130px 0px 50px 0px;
}
.starbucks-content p {
    padding: 20px 0px 0px 0px !important;
}
   .main-menu{display:none;}
.menu-toggler {
    display: block;
    width: 25px;
    height: 20px;
    position: relative;
    border-bottom: 5px solid #1c355e;
    float: right;
    z-index: 1;
    margin: 2px 0 0 0;
    transition: all 0.3s linear;
}
.menu-toggler::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    right: 0;
    width: 100%;
    height: 5px;
    background: #1c355e;
}
.menu-toggler::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    width: 100%;
    height: 5px;
    background: #1c355e;
}
.logo{margin-top: 0px;}
.header-top{display:none;}
.menutext{  
    display:block !important;
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #1c355e;
    font-weight: bold;
}
.width65{width:65%;}
.width35{width:35%;}
  .container {
    width: 100%;
    max-width: 100%;
  }
  .border-0-on-phone {
    border: none !important;
  }
  .show-on-phone {
    display: block;
  }
  .hide-on-phone {
    display: none;
  }
  body {
    font-size: 15px;
  }
  body h1 {
    font-size: 28px;
    line-height: 42px;
  }
  body h2 {
    font-size: 36px;
    line-height: 32px;
  }
  body h3 {
    font-size: 26px;
    line-height: 27px;
  }
  
  .hexagon {
    width: 289px;
    height: 334px;
    margin: 10px 10px;}
  .hexagon-container .box3 {
    margin-top: -110px;margin-left: 33px;
}
.future-container .build-link{max-width: 50px;}
.future-box span{font-size:16px !important;}
.mobile-nav ul li.parent p{padding:0px;}
.whyyouth-container {
   min-height: 450px;
    color: #ffffff;
    padding: 260px 20px 10px 20px;
    background-image: url(../images/why-mob1.jpg) !important;
    background-position: 0%;
    background-size: cover;
}
.bulding-container {
       min-height: 150px;
    background-size: contain;
    color: #ffffff;
    padding: 0px;
    background-image: url(../images/home-mob1.jpg);
    background-position: 0%;
}
.remove-top-white{
  min-height: 110px;  
}
.news-container{
    min-height: 160px;
    padding: 50px 0px 20px 0px;
    background: url(../images/fp-bg.png) no-repeat;
    background-size: contain;
}
.content-detail h1{padding: 0px;}
.weeducate-container{
     min-height: 110px;
    background-size: contain;
    color: #ffffff;
    padding: 0px;
    background-position: left bottom;
}
/*.fp-container{padding: 50px 0px 50px 0px !important;background-size: contain;}*/
.home-container {
   min-height: 450px;
    color: #ffffff;
    padding: 260px 20px 10px 20px;
    background-image: url("https://youthbuild.org/wp-content/uploads/2022/05/Home-1.png") !important;
    background-position: 0%;
    background-size: cover;
}
.whyyouth-container {
   min-height: 450px;
    color: #ffffff;
    padding: 260px 20px 10px 20px;
    background-image: url(../images/why-mob1.jpg) !important;
    background-size: cover;
    background-position: 0%;
}
.our-approach-banner {
    min-height: 450px;
    color: #ffffff;
    padding: 230px 20px 10px 20px;
    background-image: url(../images/approach-mob1.jpg) !important;
    background-position: 0%;
    background-size: cover;
}
.our-programs-banner {
    min-height: 450px;
    color: #ffffff;
    padding: 260px 20px 10px 20px;
    background-image: url(../images/program-mob1.jpg) !important;
    background-position: 0%;
    background-size: cover;
}
.page-id-66 .get-involved-banner {
    min-height: 450px;
    color: #ffffff;
    padding: 260px 20px 10px 20px;
    background-image: url("https://youthbuild.org/wp-content/uploads/2022/05/Get-Involved-2.png") !important;
    background-position: 0%;
    background-size: cover;
}
.page-id-59 .get-involved-banner {
    background-image: url("https://youthbuild.org/wp-content/uploads/2022/05/About-Us-1.png") !important;
    background-position: 0%;
    background-size: cover;
}
.dnt-mbl-txt{
    margin-top:-600px;
}
.dnt-mbl-img{margin-top:130px;}
.wy-img-box {
    padding-top: 80px;
}
.hexagon .hedtext {
    padding-top: 144px !important;
}
.wy-future-container {
    margin-top: 50px !important;
}
.hexagonwhy:hover .text{
    margin-top:0px;padding:0px 20px;
}
.aboutus-container{
        background-size: contain;
    min-height: 1300px;
    background-position: bottom !important;
}
.map-links .elementor-button-text {
    min-width: auto !important;
     display: flex;
  justify-content: center;
  align-items: center;
    padding: inherit !important;}
.bulding-container h1 {
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 36px !important;
    padding-top: 50px;
    line-height: 40px !important;
}
.bulding-container p {
    font-family: 'Century Gothic', sans-serif !important;
    padding-top: 15px !important;
    font-size: 16px !important;
    color: #ffffff !important;
    padding-bottom: 50px;
}
.potential-content {
    padding-top: 50px;
}
.future-container {
    min-height: 1090px;
    margin-top: 50px;
    padding: 100px 0px 20px 0px;
    background: url(../images/future-bg.jpg) top no-repeat;
    background-position: 26%;
    background-size: cover;
    color: #ffffff;
}
.future-container h2 {
    font-size: 36px;
    line-height: 40px;
}
.future-container .container p {
    font-family: 'Century Gothic', sans-serif !important;
    color: #ffffff !important;
    max-width: 620px !important;
    padding: 25px 0px 70px 0px;
    text-align: center !important;
    margin: 0 auto !important;
    font-size: 17px;
    line-height: 22px;
}
.future-box h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}
.future-container .future-box .future-text {
    color: #c5ccd7 !important;
    font-family: 'Century Gothic', sans-serif !important;
    width: 80%;
}
.middel-content {
    background-image: none !important;
}
.middel-content .middel-inner {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 10px;
}
.middel-content {
    padding: 100px 0px 40px 0px;
}
.middel-content .build-link {
    width: auto !important;
    margin: auto;
}
.containerr .donat-btn, .containerr .load-more-btn  {
    width: 210px !important;
    margin-left: auto;
    margin: auto;
    margin-top: -35px;
}
.involved-box p {
    padding-top: 10px;
}
#response{margin:0px 15px;}
.pagination{margin-left:15px;}
.fp-featured-conteiner .future-box h4, .fp-featured-conteiner .future-box span{padding-left:10px;display: block;}
.our-project-container h2 {
    text-align: center;
    padding: 0px 30px;
}
.involved-box {
    padding-top: 0px;
}
.containerr .inv-h h1 {
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 42px;
    color: #E65400;
    text-align: left;}

.bulding-container {
  padding-left: 2%;
  padding-right: 2%;
}
.elementor-element-82a1732 {
		background-size: auto !important;
	}
}





.cross-icon {
  display: none;
}

.fp-filters a:hover,.fp-filters a.active{
  color: #E65400;
  font-weight: bold;
}
.add-search-icon {
  background-image: url(../images/search-icon.png) !important;
  background-repeat: no-repeat !important;
    background-position: center right 40px !important;

}
.input-class::-webkit-input-placeholder {
    color: #1c355e;
   font-size : 18px
}
.map-link {
  width: auto !important;
  margin: auto;
}
.our-approach-container1{
	margin-top: 27%;
}
.our-approach-container2{
	margin-top: 30%;
}
.sw-detail {
     background: none !important; 
    padding: 0px !important;
    margin-top: 0px;
}
.no-border{
	    border: none !important;
}
/*# sourceMappingURL=styles.css.map */

@media (max-width: 400px){
.hexagon-container .box3 {
    margin-left: 14px;
}
.dnt-mbl-txt {
    margin-top: -580px;
}
.dnt-mbl-img {
    margin-top: 155px;
}
.our-approach-banner {
    min-height: 450px;
    color: #ffffff;
    padding: 160px 20px 10px 20px;
    background-image: url("https://youthbuild.org/wp-content/uploads/2022/05/Our-Approach-3.png") !important;
    background-position: 0%;
}
.weeducate-container {
        min-height: 150px;
    margin-top: -25px;

    background-size: contain;
    color: #ffffff;
    padding: 0px;
    background-position: left bottom;
}
/*.bulding-container {
    min-height: 150px;
    margin-top: -48px;
    background-size: contain;
    color: #ffffff;
    padding: 0px;
    background-image: url(../images/home-mob1.jpg);
    background-position: left bottom;
}*/
.or-partner{margin-top:-4px;}
}
.accordition-section h5 {
  width: 200px;
  padding: 15px 0px !important;
      color: #7a7a7a !important;
  font-size: 26px !important;
}
.accordition-section h5 a {
  font-size: 18px !important;
  border:none !important; 
    color: #7a7a7a !important;

}
.accordition-section span{
  margin-top: 2px;
}
.accordition-section .elementor-tab-content {
      padding: 15px 0px !important;
}