/*========== 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 ==========*/

/*========== Testimonial Scetion Start ==========*/
/* .bg-one {
  background: #f9f9f9;
} */
.testimonial-section.style-four {
    overflow: hidden;
  }
  .testimonial-section.style-four .testimonial-items .testi-thump {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
  }
  .testimonial-section.style-four .testimonial-items .testi-thump img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  .testimonial-section.style-four .testimonial-items .testi-content {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .testimonial-section.style-four .testimonial-items .testi-content h4 {
    font-size: 20px;
    color: #454545;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .testimonial-section.style-four .testimonial-items .testi-content p {
    font-size: 16px;
    color: #727272;
    font-weight: 500;
    line-height: 30px;
  }
  
  @media screen and (max-width: 768px) {
    .testimonial-section.style-four .testimonial-items .testi-content h4 {
      font-size: 18px;
    }
    .testimonial-section.style-four .testimonial-items .testi-content p {
      font-size: 14px;
      line-height: 28px;
    }
  }
  
  .form-clt.form-clt-big textarea {
      border: 2px solid #ebebeb;
      width: 100%;
      border-radius: 4px;
  }
  .newsletter.comming-soon-design {
      background: transparent;
      max-width: 700px;
      margin: 0 auto;
  }
  .tour-image img {
      width: 100%;
  }
  .tour-info-list.btns .default-btn {
      background: #109b9e;
      padding: 10px 20px;
      margin-top: 25px;
      display: inline-block;
      color: #fff;
      transition: all 0.4s ease-in-out;
      text-align: center;
      font-size: 20px;
  }
  .tour-info-list .default-btn:hover {
      background: #000;
  }
  /*========== Testimonial Scetion End ==========*/


  /*========== Testimonial Scetion Start ==========*/
.testimonial-section {
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    padding: 120px 0;
  }
  .testimonial-section::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: rgba(240, 248, 255, 0.6);
  }
  
  .testimonial-item {
    position: relative;
  }
  .testimonial-item .testimonial-inner {
    background: #fff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.5s;
  }
  .testimonial-item .testimonial-inner .testimonial-icon {
    margin-bottom: 28px;
    text-align: left;
  }
  .testimonial-item .testimonial-inner .testimonial-icon i {
    font-size: 56px;
    color: #727272;
  }
  .testimonial-item .testimonial-inner p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .testimonial-item .testimonial-inner .ratting {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  }
  .testimonial-item .testimonial-inner .ratting li:not(:last-child) {
    margin-right: 10px;
  }
  .testimonial-item .testimonial-inner .ratting li i {
    color: #727272;
    font-size: 20px;
  }
  .testimonial-item .testimonial-inner .client-name {
    margin-top: 20px;
  }
  .testimonial-item .testimonial-inner .client-name .thumb {
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
  }
  .testimonial-item .testimonial-inner .client-name .thumb img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
  }
  .testimonial-item .testimonial-inner .client-name .cont {
    text-align: center;
    margin-top: 15px;
  }
  .testimonial-item .testimonial-inner .client-name .cont .name {
    font-size: 18px;
    color: #454545;
    text-align: center;
    font-weight: 600;
  }
  .testimonial-item .testimonial-inner .client-name .cont p {
    font-size: 16px;
    color: #727272;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 30px;
  }
  .testimonial-item:hover testimonial-inner testimonial-thumb {
    transform: scale(1.1);
  }
  
  .test-button-wrapper .accordion-item {
    background-color: transparent !important;
    background: none;
    border: none;
  }
  .test-button-wrapper .accordion-item .accordion-header {
    text-align: center;
  }
  .test-button-wrapper .accordion-item .accordion-header .accordion-button {
    position: relative;
    display: inline;
    align-items: center;
    width: 100px;
    border-radius: 50%;
    padding: 0 0;
    font-size: 1rem;
    text-align: left;
    background: none !important;
    border: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  }
  .test-button-wrapper .accordion-item .accordion-header .accordion-button .thumb {
    width: 100px;
    height: 100px;
    display: block;
  }
  .test-button-wrapper .accordion-item .accordion-header .accordion-button .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .test-button-wrapper .accordion-body {
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
    padding: 0 0;
    margin-bottom: 0;
    max-width: 400px;
    margin: auto;
  }
  .test-button-wrapper .accordion-button:not(.collapsed) {
    color: #109b9e;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .test-button-wrapper .accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: none !important;
  }
  .test-button-wrapper .accordion-button:not(.collapsed)::after {
    display: none;
  }
  .test-button-wrapper .accordion-button::after {
    display: none;
  }
  .test-button-wrapper .thumb {
    position: relative;
  }
  .test-button-wrapper .thumb i {
    color: #454545;
    font-size: 22px;
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .testimonial-main-wrapper .testimonial-item {
    margin: 25px 0px 15px;
  }
  
  @media screen and (max-width: 768px) {
    .testimonial-section .testimonial-items .testi-content h4 {
      font-size: 18px;
      color: #454545;
      font-weight: 600;
    }
    .testimonial-section .testimonial-items .testi-content p {
      font-size: 14px;
      line-height: 28px;
      color: #727272;
      font-weight: 500;
    }
  }
  @media screen and (max-width: 1199px) {
    .testimonial-section {
      padding: 90px 0;
    }
    .testimonial-item .testimonial-inner .testimonial-icon {
      top: -10%;
    }
    .testimonial-item .testimonial-inner p {
      font-size: 20px;
    }
    .testimonial-item:hover testimonial-inner testimonial-thumb {
      transform: scale(1.1);
    }
  }
  @media screen and (max-width: 767px) {
    .testimonial-section {
      padding: 50px 0;
    }
    .listign-section {
      margin-bottom: -40px;
    }
    .test-button-wrapper .accordion-body {
      margin: 0 auto;
    }
    .testimonial-item .testimonial-inner p {
      font-size: 18px;
    }
  }
  /*========== Testimonial 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 ==========*/