/* Collective Intro Section Styles */

.intro-container {
  display: flex;
  max-width: 1650px;
}

.intro-container .left-col {
  width: 55%;
  display: flex;
}
.intro-type-1 .left-col .img-wrapper{
  width: 100%;
}
.intro-container .right-col {
  width: 45%;
  padding-left: 32px;
  max-width: 670px;
}
.intro-type-1 h2.section-title, .intro-type-1 h3.section-subtitle,.intro-type-1 .section-content{
margin-bottom: 20px;
}
.intro-type-1 .left-col .img-wrapper img,
.intro-slider .slide-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.intro-slider-wrapper .slick-track {
  height: 100%;
  display: flex;
}
.intro-slider-wrapper .slick-list,
.intro-slider-wrapper .intro-slider {
  height: 100%;
  max-height: 960px;
}
.intro-slider-wrapper .intro-slider .slide-bg {
  height: 100%;
}
.intro-type-1.new-section .btn {
  padding: 16px 20px;
  border-radius: 0;
}
.new-section.intro-type-1 .new-bg-pattern {
  width: 307px;
}
.new-section.intro-type-1 .slick-dots li {
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
.new-section.intro-type-1 .slick-dots li button {
  width: 16px;
  height: 4px;
  border: none;
  border-radius: 100px;
  background-color: #d9d9d9;
  transition: all 0.3s ease;
}
.new-section.intro-type-1 .slick-dots li button:before {
  display: none;
}
.new-section.intro-type-1 .slick-dots li.slick-active button {
  background-color: #767676;
  width: 38px;
}
.new-section.intro-type-1 .slick-dots {
  text-align: left;
}
/* intro type 2 css */
.intro-type-2 .right-col{
    width: 100%;
    padding-left: 0;
    max-width: 100%;
}
 .intro-type-2 .content-wrapper {
    margin: 0 auto;
    text-align: center;
}
.intro-type-2 .content-wrapper .intro-heading{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;}
 .intro-type-2 .intro-container .content-wrapper .section-buttons{
    justify-content: center;
}
/* End intro type 2 css */
@media screen and (max-width: 992px) {
  .intro-type-1 {
    padding-bottom: 0;
  }
  .new-section .new-bg-pattern {
    width: 100%;
    left: 0;
    max-width: 100%;
}
  .intro-container {
    flex-flow: wrap;
    padding: 0;
  }
  .intro-container .content-wrapper{
    padding: 0 16px;
  }
  .intro-container .right-col .content-wrapper {
    box-shadow: none;
  }
  .intro-container {
    flex-flow: wrap;
  }
  .intro-container .left-col {
    width: 100%;
    margin-bottom: 40px;
  }
  .intro-container .right-col {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .intro-container .right-col
  .intro-slider-wrapper {
    margin-bottom: 15px;
  }

}
@media screen and (max-width: 992px) {
   .intro-container .content-wrapper{
    padding: 0 12px;
  }
}