/** banner-section **/

.banner-section .content-box h1 {
  color: var(--title-color);
  text-align: center;
}
.banner-section .content-box h1 strong {
  color: var(--theme-color);
}
.banner-section .content-box h1 span { 
  color: var(--theme-color-2);
}
.banner-section .content-box p {
  font-size: 24px;
  line-height: 34px;
  color: var(--text-color);
  max-width: 500px;
  margin-bottom: 40px;
}
.banner-section .content-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.banner-section .content-box .btn-box .theme-btn.btn-one span {
  position: relative;
  padding-right: 22px;
}
.banner-style-two {
  position: relative;
  padding: 240px 0px 250px 0px;
}
.banner-style-two .bg-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .content-box .btn-box {
  justify-content: left;
}
.banner-style-two .outer-container {
  position: relative;
  padding-left: 155px;
  padding-right: 155px;
}
.banner-style-two .pattern-layer-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 31px;
  background-repeat: repeat-x;
  z-index: 1;
}
.banner-style-two .shape {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 440px;
  height: 621px;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.banner-section .hero-left-side-img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-section .square-img {
  width: 185px;
  height: 233px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  right: 50px;
  bottom: 0;
  margin: 0 0 0 auto;
  left: 0;
  top: 250px;
}
.heroSec {
  padding: 160px 0px 100px 0px;
  height: 100vh;
}
.heroSec .content-box {
    max-width: 680px;
    margin: 0 auto;
}
.heroSec .content-box h6 {
    font-weight: 400;
    text-align: center;
}












@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1000px) {
  .banner-style-two {
      position: relative;
  }
  .banner-section .content-box h1 {
      font-size: 34px;
      line-height: 44px;
      margin-top: 20px;
      margin-bottom: 8px;
  }
  .banner-section .content-box p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 20px;
  }
  .banner-style-two .bg-layer {
      position: relative;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 400px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  .banner-section .hero-left-side-img {
      width: 100%;
  }
  .banner-section .square-img {
      width: 150px;
      height: 150px;
      right: -20px;
      bottom: 0;
      left: 0;
      top: 130px;
  }
  .banner-style-two .content-box { 
      margin: auto;
      text-align: center;
  }
  .banner-style-two .content-box .btn-box {
      justify-content: center;
  }
  .heroSec {
    padding: 100px 0px 60px 0px !important;
    height: 60vh;
  }
}

@media only screen and (max-width: 690px) {
  .banner-style-two .content-box {
      max-width: 540px;
      margin: auto;
      text-align: left;
  }
  .banner-style-two .content-box .btn-box {
      justify-content: left;
  }
}

@media only screen and (max-width: 480px) { 
  .banner-style-two .bg-layer { 
     height: 280px;
  }
}