/* banner  */
.section_container {
  padding: 40px 0;  
}
.banner_bg {
  position: relative;
  background-image: url(../images/homepage/banner-img.jpeg);
  background-position: left;
  background-size: cover;
  padding: 40px 0 40px;
  margin-top: 115px;
  position: relative;
}
section.banner_bg:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000082;
  top: 0;
  left: 0;
}
.banner-continer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content {
  width: 60%;
}
.banner-img {
  width: 40%;
}
.banner_img {
  position: relative;
  right: 0;
  top: 0;
}
.banner-title .section-title {
  font-family: "Fredoka", sans-serif;
  font-size: 46px;
  line-height: 66px;
  color: #fff;
  margin: 0;
  margin-bottom: 45px;
}
.banner-title p {
  padding-bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  line-height: 65px;
  color: #fff;
}
.banner-title .section-title .in {
  line-height: 50px;
  color: #000;
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 40px !important;
  text-transform: uppercase;
}
.banner-title .section-subtitle {
  color: #fff;
}
.banner-list li {
  color: #fff;
}
.banner-list li:before {
  background: #fff;
}
.banner-title b {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}
.banner-title .section-title .in {
  padding-top: 10px !important;
}
.banner-text {
  color: #fff;
  text-transform: none;
  font-size: 16px;
  line-height: 28px;
  padding: 30px 0 40px 0;
  width: 85%;
  font-family: "sofia_prosemibold";
  position: relative;
  display: block;
}
.banner-text:before {
  width: 65px;
}
.banner-text:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .banner-continer{
    flex-wrap: wrap;
  }
  .banner-img{
    width: 100%;
    padding-top: 30px;
  }
  .section_container.white-bg {
    margin-top: 0;
  }
  .banner-continer,
  .banner_bg {
    padding: 35px 0;
    margin-top: 120px;
  }
  .banner-title .section-subtitle {
    line-height: normal;
  }
  .banner-text:before {
    margin: 0 auto;
  }
  .banner-text {
    width: 100%;
    font-size: 14px;
    padding: 30px 0;
  }
  .banner-title .section-title {
    font-size: 31px;
    line-height: 40px;
  }
  .banner-content {
    width: 100%;
    text-align: center;
  }
  .banner-title p {
    font-size: 31px !important;
    line-height: 40px;
  }
  .gallery-wrapper ul li span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 641px) {
  .banner_bg {
    padding: 0;
    background-position: center;
    margin-top: 70px;
  }
  .banner-continer{
    margin-top: 0;
  }
  .banner-title .section-title {
    font-size: 28px;
  }
  .banner-title p {
    font-size: 24px;
  }
  .banner-title .section-subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .banner-text {
    padding: 30px 0 30px;
    font-size: 18px;
  }
  .banner-title .section-title span {
    font-size: 16px !important;
    line-height: 26px;
    width: 100% !important;
  }

  .banner-title .section-title .in {
    padding-top: 0 !important;
    font-size: 14px !important;
    line-height: 24px;
  }

  .flex-container{
    flex-wrap: wrap;
  }
  .flex-container .aboutuswrapper{
    width: 100% !important;
  }
}




.about {
  position: relative;
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: center;
}
.about .overlay {
  background-color: rgba(7, 143, 203, .8);
}
.padding-120 {
  padding: 120px 0px;
}
.about .about-content h3{
  color: #fff;
  margin-bottom: 10px;
  font-family: "Fredoka", sans-serif;
  font-size: 32px;
}
.about .about-content p{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0 10px 25px;
  position: relative;
}
.about .about-content p:before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 5px;
  top: 15px;
  position: absolute;
}
.about .about-content ul{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.about .about-content ul li{
  margin-right: 10px;
}
.flex-col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 25px 30px;
}
.flex-col-left {
  width: 50%;
  margin: 0;
}
.flex-col-left img{
  height: auto;
  width: 100%;
}
.flex-col-right {
  width: 50%;
  text-align: left;
  margin-left: auto;
}


.flex-container{
display: flex;
justify-content: flex-start;
}
.aboutuswrapper{
  padding: 30px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 15px;
}
.aboutuswrapper h6 {
  font-size: 22px;
  line-height: 32px;
  font-family: "Fredoka", sans-serif;
  margin-bottom: 10px;
}
.aboutuswrapper li {
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0 5px 25px;
  position: relative;
}
.aboutuswrapper li:before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc30e;
  left: 5px;
  top: 15px;
  position: absolute;
}
.flex-container .aboutuswrapper{
  width: 49%;
  margin: 1%;
}


.youtube-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.youtube-wrapper .videos{
  width: 30%;
  margin: 10px;
}
.youtube-wrapper .videos iframe{
  width: 100%;
}
.youtube-wrapper:before {
  z-index: -1;
  content: '';
  position: absolute;
  height: 120px;
  width: 120px;
  background: #ffc30e;
  left: 0;
  top: -40px;
  border-radius: 50%;
}
.youtube-wrapper:after {
  z-index: -1;
  content: '';
  position: absolute;
  height: 120px;
  width: 120px;
  background: #fc7f0c;
  right: 0;
  bottom: -40px;
}



/*-----Testimonial-------*/
.testimonials-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testmonial-cont {
  width: 31%;
  border: solid 2px #92278f8c;
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  margin-bottom: 20px;
  position: relative;
  min-height: 360px;
  bottom: 0;
  transition: all ease .3s;
}
.testmonial-cont:hover{
  bottom:10px;
}
.testmonial-cont:after{
content: '';
position: absolute;
right: 20px;
top: -15px;
background-image: url(../images/quotes.svg);
background-size: contain;
background-repeat: no-repeat;
height: 45px;
width: 45px;
}
.testmonial-cont p{
  color: #313131;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  min-height: 210px;
}
.reviewer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.reviewer .user{
 width: 70px;
 height: auto;
 margin-right: 20px;
}
.reviewer span{
  font-size: 22px;
  line-height: 35px;
  color: #1A232C;
  font-family: "Poppins", sans-serif;
}
.rating{
  width: 100px;
 height: auto;
}
/* ------testimonial  close-------*/


.isotope_items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.isotope_items:before {
  z-index: -1;
  content: '';
  position: absolute;
  height: 120px;
  width: 120px;
  background: #92278f;
  right: 0;
  top: -40px;
  border-radius: 50%;
}
.isotope_items:after {
  z-index: -1;
  content: '';
  position: absolute;
  height: 120px;
  width: 120px;
  background: #e84b3a;
  bottom: -40px;
  left: 0px;
}
.gallery-box{
  width: 30%;
  margin: 10px;
}
.gallery-box img{ 
  width: 100%;
  height: 100%;
}


@media screen and (max-width:768px){
  .flex-col-container{
    padding: 0;
  }
  .flex-col-left{
    width: 100%;
  }
  .flex-col-right{
    width: 100%;
    text-align: center;
  }
  .about .about-content ul{
    padding: 30px 0;
    justify-content: center;
  }

  .youtube-wrapper{
    flex-wrap: wrap;
  }
  .youtube-wrapper .videos{
    width: 100%;
  }

  .testmonial-cont{
    width: 100%;
  }
  .footer-menus h6{
    width: 90%;
  }

  .social-links{
    justify-content: center;
  }

  .gallery-box{
    width: 100%;
  }
  #recaptcha-rel > div{
    right: inherit !important;
  }
}

#recaptcha-rel > div{
  transform: scale(0.8);
  width: 150px !important;
  height: 50px !important;
  right: 20px;
  position: relative;
}