*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Poppins', sans-serif;
}
.topbar{
    background: #fecc13;
    padding: 10px 0;
}
.nav-link{
    width: max-content;
}
.topbar p{
    margin: 0;
    text-align: right;
}
.navbar{
    background: #fff;
}
.navbar img{
    width: 30%;
}
footer{
    background: #fecc12;
    padding: 15px 0;
    text-align: center;
}
footer p{
    margin: 0;
}

.banner_next_style{
    padding: 90px 0;
}
.banner_next_style .box_h_1 {
    background-color: rgb(255 247 218);
    padding: 15px;
    height: 428px;
    transition: 0.3s;
    text-align: center;
}
.banner_next_style .box_h_1:hover {
    background: #ffde62;
}
.banner_next_style .box_h_2 {
    background-color: #fff1c0;
    padding: 15px;
    height: 428px;
    text-align: center;
    transition: 0.3s;
}
.banner_next_style .box_h_2:hover {
    background: #e3e3e3;
}
.banner_next_style .box_h_3 {
    background-color: #ffeba7;
    padding: 15px;
    height: 428px;
    text-align: center;
    transition: 0.3s;
}
.banner_next_style .box_h_3:hover {
    background: #ffde62;
}
.banner_next_style .box_h_4 {
    background-color: rgb(255 227 133);
    padding: 15px;
    height: 428px;
    text-align: center;
    transition: 0.3s;
}
.banner_next_style .box_h_4:hover {
    background: #e3e3e3;
}
.banner_next_style .banner_next_style-sub-head-text{
    color: #333333;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-top: 18px;
    font-weight: 600;
}
.banner_next_style-sub-para-text{
    line-height: 1.8;
    color: #777;
    font-weight: 400;
    font-size: 15px;
}




.about-area {
    position: relative;
    z-index: 1;
}
.about-content {
    max-width: 590px;
    padding-left: 65px;
    margin-top: 60px;
}
.about-content span {
    font-size: 16px;
    color: #ffca00;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 35px;
    font-weight: 600;
}
.about-content span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #ffca00;
    left: -35px;
    top: 12px;
}
.about-content h2 {
    font-size: 42px;
    margin-top: 16px;
    margin-bottom: 14px;
}
.about-content p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #777;
    font-weight: 400;
    font-size: 15px;
}
.about-content .about-text {
    margin-top: 30px;
    position: relative;
    padding-left: 50px;
}
.about-content .about-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}
.about-content .about-text p {
    margin-bottom: 0;
    max-width: 370px;
}
.about-image {
    position: relative;
}
.about-image img {
    border-radius: 5px;
}
.about-shape {
    position: absolute;
    right: 0;
    bottom: 100px;
}




.features-area {
    position: relative;
    z-index: 1;
}
.pb-100 {
    padding-bottom: 100px;
}
.features-area .container {
    background-color: #fff;
    padding: 50px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    max-width: 1400px;
    margin: auto;
}
.features-area .section-title-two {
    max-width: 885px;
}
.section-title-two {
    text-align: right;
    max-width: 800px;
    margin: 0 auto 40px;
}
.section-title-two .title {
    padding-right: 40px;
    position: relative;
}
.section-title-two .title::before {
    content: "";
    position: absolute;
    top: 32px;
    right: 0;
    height: 100px;
    width: 1px;
    background-color: #cdcdcd;
}
.section-title-two .title h2 {
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.section-title-two .text {
    padding-left: 10px;
    text-align: left;
}
.section-title-two .text p {
    margin-bottom: 0;
}
.features-content {
    background-color: #f2f2f2;
    padding: 30px;
    padding-left: 90px;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 15px;
}
.features-content .image {
    position: relative;
}
.features-content .image img {
    position: absolute;
    left: -50px;
    top: 5px;
}
.features-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.features-content p {
    margin-bottom: 0;
}




.swiper {
    width: 100%;
    height: 72%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 76%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    bottom: 44px;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    border: 3px solid #ddd;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #06a200;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.video-section{
    padding: 3em 0;
}
.banner-video{
    background-color: #fecc13;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    padding: 4em 0;
}
.video-section p{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.btn-video{
    margin: auto;
    display: block;
    background: #fec904;
    border: 0;
    padding: 10px 22px;
    border-radius: 6px;
    margin-top: 14px;
}
.video-section ul{
    padding-left: 0;
}
.video-section ul, li{
    list-style: none;
}
.video-section ul li{
    padding-bottom: 8px;
}
.video-section ul li::before{
    content: "\f0c1";
    font-family: fontawesome;
}
.video-section ul li a{
    padding-left: 8px;
    text-decoration: none;
}


  .form-box{
    background: #fecc13;
    padding: 4em;
    border-radius: 20px;
    margin: 4em 0;
  }
  .form-box nav{
    display: flex;
    align-items: center;
  }
  .form-box nav .nav{
    width: 100%;
  }
  .form-box nav .nav button{
    width: 50%;
  }
  .form-box form{
    margin-top: 6%;
  }