/*========== Banner Scetion Here ==========*/
.banner-two.style-about.style-details-two {
  background: url(../assets/images/banner/banner4.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-two.style-about.style-details-two .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 3px 3px;
}

.banner-two.style-about .page-tittle {
  padding: 250px 0px;
  max-width: 685px;
  text-align: left;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.banner-two.style-about .page-tittle .banner-tittle {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-two.style-about .page-tittle .left-content {
  display: flex;
  align-items: center;
}
.banner-two.style-about .page-tittle .left-content .home {
  font-size: 24px;
  font-weight: 500;
  margin-right: 20px;
  text-transform: capitalize;
  position: relative;
}
.banner-two.style-about .page-tittle .left-content .home a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.banner-two.style-about .page-tittle .left-content .home a:hover {
  color: #109b9e;
}
.banner-two.style-about .page-tittle .left-content li {
  margin-right: 20px;
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.banner-two.style-about .page-tittle .left-content li i {
  font-size: 16px;
}
.banner-two.style-about .page-tittle .left-content li a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .banner-two.style-about .page-tittle {
    padding: 150px 0px;
  }
  .banner-two.style-about .page-tittle .banner-tittle {
    font-size: 60px;
  }
  .banner-two.style-about .page-tittle .left-content .home {
    font-size: 22px;
  }
  .banner-two.style-about .page-tittle .left-content a {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .banner-two.style-about .page-tittle {
    padding: 100px 0px;
  }
  .banner-two.style-about .page-tittle .banner-tittle {
    font-size: 42px;
    text-align: center;
  }
  .banner-two.style-about .page-tittle .left-content {
    justify-content: center;
  }
  .banner-two.style-about .page-tittle .left-content .home {
    font-size: 18px;
  }
  .banner-two.style-about .page-tittle .left-content a {
    font-size: 18px;
  }
}
/*========== Banner Scetion End ==========*/


/*========== About Section start ==========*/
.about-section {
    overflow: hidden;
  }
  .about-section .about-content h2 {
    font-size: 42px;
    color: #454545;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 55px;
  }
  .about-section .about-content p {
    color: #727272;
    font-weight: 500;
    line-height: 30px;
  }
  .about-section .about-content .about-button {
    margin-top: 30px;
  }
  .about-section .about-content .about-button .about-btn {
    padding: 15px 30px;
    background: #fff;
    display: inline-block;
    color: #109b9e;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    transition: all 0.4s ease-in-out;
    letter-spacing: 2px;
    border: 1px solid #109b9e;
  }
  .about-section .about-content .about-button .about-btn:hover {
    background: #109b9e;
    color: #fff;
    border: 1px solid #109b9e;
  }
  .about-section .about-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .about-section {
      overflow: hidden;
    }
    .about-section .about-content h2 {
      font-size: 28px;
      line-height: 40px;
    }
    .about-section .about-content p {
      font-size: 14px;
    }
    .about-section .about-content .about-button .about-btn {
      font-size: 14px;
    }
  }
  /*========== About Section End ==========*/

/*========== Video Scetion Here ==========*/
.video-section {
  overflow: hidden;
  background: url(../../assets/images/video/video-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.video-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.video-section .video-items {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.video-section .video-items .video-button {
  background-color: #109b9e;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  font-size: 18px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.video-section .video-items .video-button i {
  color: #fff;
}
.video-section .video-items .video-content {
  position: relative;
}
.video-section .video-items .video-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  margin-bottom: 10px;
}
.video-section .video-items .video-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .video-section .video-items .video-button {
    font-size: 14px;
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
  .video-section .video-items .video-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
/*========== Video Scetion End ==========*/
  
  /*========== Newsletter Scetion Start ==========*/
.newsletter {
  overflow: hidden;
  padding: 70px 0px;
  background: #109b9e;
}
.newsletter .form-content h5 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.newsletter .form {
  position: relative;
}
.newsletter .form input {
  color: #109b9e;
  width: 100%;
  padding: 22px 35px;
  border: none;
  outline: none;
  border-radius: 10px;
}
.newsletter .form i {
  position: absolute;
  top: 30px;
  left: 14px;
  color: #109b9e;
}
.newsletter .form .effect-button {
  position: absolute;
  top: 22px;
  right: 6px;
}
.newsletter .form .effect-button .effect-btns {
  border: none;
  outline: none;
  border-radius: 5px;
  background: none;
  color: #fff !important;
  padding: 16px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-image: -webkit-linear-gradient(145deg, rgb(27, 211, 228) 0%, rgb(20, 201, 192) 100%);
  box-shadow: 0px 18px 30px 0px rgba(100, 159, 205, 0.36);
}

@media screen and (max-width: 991px) {
  .newsletter .form input {
    font-size: 15px;
  }
  .newsletter .form .effect-button .effect-btns {
    padding: 15px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter .form-content h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .newsletter .form-content h5 {
    font-size: 28px;
  }
  .newsletter .form input {
    font-size: 14px;
  }
  .newsletter .form .effect-button .effect-btns {
    padding: 10px 10px;
    font-size: 14px;
  }
}
/*========== Newsletter Scetion End ==========*/