html, body {
  overflow-x: hidden;
}
  .banner-section .ban-img img {
    width: 100%;
  }
  .banner-section .mobimg {
    display: none;
  }
  .banner-section {
    position: relative;
  }
  .banner-section .bantext {
    position: absolute;
    bottom: 184px;
    left: 130px;
  }
  .banner-section .bantext h2 {
    color: #FFF;
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -3.25px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .banner-section .bantext h2 span {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    display: block;
  }
  .banner-section .bantext h2:nth-child(2){
      margin-left: 72px;
  }
  .banner-section .bantext h2:nth-child(3){
      margin-left: 144px;
  }
  .banner-section .bantext p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 22px;
    margin-left: 144px;
    max-width: 400px;
    border-left: 1px solid rgba(255, 255, 255, 0.45);;
    padding-left: 30px;
  }
  .banarrow .arwban {
    width: 61px !important;
  }
  .banarrow {
    position: absolute;
    bottom: 50px;
    left: 167px;
    width: 41px;
  }
  .banarrow .arwban {
    transition: transform 0.3s ease; 
  }

  .banarrow .arwban:hover {
    transform: scale(1.1); 
  }

  .feature-section {
    padding-left: 30px;
    padding-right: 30px;
    background: #F4F4F4;
  } 
  .about-section {
  background: #F4F4F4;
}

  .feature-section h3 {
    color: #888;
    font-size: 44px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
  }
  .feature-section h2 {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 30px 113px;
      
  }
  .feature-head {
       margin-left: 193px;
  }
  .btn-con-wrap {
    margin-left: 223px;
  }
  .fbtn {
    border-radius: 100px;
    border: 1px solid #B1B1B1;
    padding: 15px 30px;;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 35px;
    transition: 0.3s ease;
  }
  .fbtn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .fbtn .arw {
    transition: 0.3s ease;
  }
  .fbtn:hover .arw {
    filter: brightness(0) invert(1); 
  }
  .btn-con-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 87px;
  }
  .btn-con-wrap p {
    max-width: 406px;
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 0 44px;
    border-left: 2px dashed rgba(0, 0, 0, 0.20);
    margin: 0;
  }
  .fbtn img {
    margin-left: 10px;
  }
  .featured-slider-section .featured-card img{
    border-radius: 12px;
    width: 100%;
  }
  .featured-slider .swiper-slide:nth-child(even) {
    margin-top:62px;
  }

  .featured-slider .swiper-slide:nth-child(odd) {
    margin-top: 0px;
  }
  .featured-card h4 {
    color: #131313;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin: 27px 0 10px;
  }
  .featured-card p {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .featured-card p .loc {
    height: 22px;
    width: 11.455px;
  }
  .featured-card p {
    color: #818181;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .featured-slider-section .swiper-button-next::after {
    display: none;
  }
  .featured-slider-section .swiper-button-next{
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    width: 83px;
    height: 53px;

  }
  .featured-slider-section  .swiper-button-prev{
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    width: 83px;
    height: 53px;
  }
  .featured-slider-section  .swiper-button-prev::after{
      display: none;
  }

  /* offer section */

  .offer-section {
    position: relative;
  }
  .offer-section .bgsection {
    position: absolute;
    inset: 0;  
    width: 100%;
    height: 100%;
  }
  .bgsection img {
    width: 100%;
    height: 100%;
  }
  .ofrhead {
    z-index: 9;
    position: relative;
  }
  .ofrhead h4 {
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
    width: fit-content;
    padding-right: 74px;
    margin-left: 95px;
  }
  .ofrhead h4::after {
    content: '';
    position: absolute;
    background: #A3A3A3;
    width: 59px;
    height: 0.7px;
    right: 0;
    top: 7px;
  }
  .ofr-head-bx {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .offer-section h2 {
  color: #FFF;
    text-align: right;
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    margin: 0;
    max-width: 334px;
    margin-right: 126px;

  }
  .offer-section h2 span {
    display: block;
  }
  .offer-section .ofr-head-bx p {
    max-width: 396px;
    color: #CFCFCF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    border-left: 2px dashed rgba(255, 255, 255, 0.4);
    margin: 0;
    padding-top: 60px;
  }
  .ofrhead {
      margin-left: 245px;
      margin-bottom: 40px;
  }
  .servicesSlider {
    width: 100%;
  }

  .service-card {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: linear-gradient(141deg, rgba(255, 255, 255, 0.80) 3.17%, #FFF 51.68%, rgba(255, 255, 255, 0.80) 97.48%);
    backdrop-filter: blur(10px);
    padding: 20px;
  }
  .service-card .srimg {
    margin: 0 0 30px;
  }
  .service-card h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px;
  }

  .service-card p {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    max-width: 315px;

  }
  .servicesSlider .swiper-wrapper .swiper-slide:last-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .slidearw {
    border-radius: 100px;
    background: #000;
    padding: 15px 30px;
    border: 1px solid #000;
  }
  .servicesSlider .swiper-wrapper .swiper-slide:last-child h4 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    max-width: 211px;
    margin: 0 0 66px;
  }
  .slidearw {
    transition: all 0.3s ease;
  }
  .slidearw:hover {
    background: #fff;
    border: 1px solid #000;

  }
  .slidearw:hover img {
    filter: brightness(0) invert(0); 
  }

  /* DESKTOP GRID */

  @media (min-width: 911px) {

    .servicesSlider .swiper-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      transform: none !important;
    }

    .servicesSlider .swiper-slide {
      width: 100% !important;
    }

    .swiper-pagination {
      display: none;
    }
  }



  .bgsection .mob-bg {
    display: none;
  }


  /* about */
  .abt-head .mob {
    display: none;
  }
  .about-section .container {
    max-width: 100%;
    padding: 0;
  }
  .abt-head .desk {
    width: 100%;
  }
  .head-con {
    width: fit-content;
    margin: 0 auto;
  }
  .head-con img {
    display: flex;
    margin: 0 auto 15px;
  }
  .head-con h3 {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 0;
  }
  .pad-con {
    padding-right: 30px;
    padding-left: 30px;
  }
  .abt-con-wrapper .left-img img {
    border-radius: 10px;
    width: 100%;
    margin-left: 10px;
  }
  .abt-con-wrapper h2 {
    max-width: 701px;
    margin-left: 101px;
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 30px;
    margin-top: 37px;
  }
  .abt-con-wrapper p {
    color: #636363;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    margin-left: 178px;
    max-width: 503px;
  }
  .abt-learn {
    border-radius: 100px;
    border: 1px solid #B1B1B1;
    padding: 15px 30px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 35px;
    transition: 0.3s ease;
    margin-left: 101px;
  }
  .abt-learn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .abt-learn .abt-img {
    transition: 0.3s ease;
    margin-left: 10px;
  }
  .abt-learn:hover .abt-img {
    filter: brightness(0) invert(1); 
  }
  .row.abt2 {
    margin-top: 80px;
  }
  .feature-item p {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .feature-item p span{
    font-weight: 600;
  }
  .about-features {
    display: flex;
    gap:60px;
     margin-left: 93px;
  }
  .feature-item {
    flex: 0 0 auto; 
    position: relative;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
      justify-content: center;
  }
  .feature-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #B1B1B1;
  }
  .abt-con-wrapper .right-img img {
    border-radius: 10px;
    margin-top: -130px;
     width: 270px;
  }
  .abt-con-wrapper-img .mob {
    display: none;
  }
  .abt-con-wrapper {
    position: relative;
  }
  .abt-con-wrapper .abt-con-wrapper-img {
    position: absolute;
    width: 100%;
    inset: 0;
    height: 100%;
  }
  .abt-con-wrapper .abt-con-wrapper-img img {
    width: 100%;
    height: 100%;
  }
  .pad-con {
    position: relative;
    z-index: 9;
  }
  .about-section .right-img {
         padding-left: 67px;
  }


  /* menu */

  /* nav bar */
  .banner-section{
      position: relative;
  }

  /* HEADER */
  .main-header{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 30px 60px 0;
      z-index: 100;
  }

  .header-container{
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255,255,255,0.2);
      max-width: 1200px;
      margin: 0 auto;
  }

  .nav-left ul,
  .nav-right ul{
      display: flex;
      gap: 45px;
      list-style: none;
  }

  .nav-left a,
  .nav-right a{
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      letter-spacing: 1px;
  }

  .logo{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }


  /* Hide mobile icon desktop */
  .menu-toggle{
      display: none;
      font-size: 28px;
      color: #fff;
      cursor: pointer;
  }


  .main-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
  
  }

  .nav-container{
    max-width:1400px;
    margin:auto;
    padding:20px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
  }

  /* LOGO CENTER */
  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }



  /* MENUS */
  nav{
    display:flex;
    gap:30px;
  }

  nav a{
    color:#fff;
    text-decoration:none;
    font-size:13px;
    letter-spacing:1px;
  }

  nav a.active{
    border-bottom:2px solid #fff;
  }

  .search{
    font-size:18px;
  }

  /* MOBILE */
  .mobile-icons{
    display:none;
    align-items:center;
    gap:18px;
  }

  .menu-toggle{
    width:22px;
    cursor:pointer;
  }

  /* MOBILE MENU */
  .mobile-menu{
    display:none;
    padding:20px;
  }

  .mobile-menu a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 12px 0;
      /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
      text-align: center;
  }



  .nav-left ul li,
  .nav-right ul li {
      list-style: none;
  }

  .nav-left a,
  .nav-right a {
      position: relative;
      display: inline-block; 
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      letter-spacing: 1px;
      padding-bottom: 4px;
  }
  .nav-left a,
  .nav-right a{
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      letter-spacing: 1px;
      padding-bottom:30px;
  }

  .nav-left a::after,
  .nav-right a::after{
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px; 
      width: 0%;
      height: 2px;
      background: #fff;
      transition: 0.3s;
  }

  .nav-left a:hover::after,
  .nav-right a:hover::after{
      width: 100%;
  }

  .search-overlay{
      position:fixed;
      top:0;
      left:0;
      width:100%;
      height:120px;
      background: rgb(0 0 0 / 50%);
          display:flex;
      justify-content:center;
      align-items:center;
      transform:translateY(-100%);
      transition:0.4s ease;
      z-index:999;
  }
  .search-icon img {
      width: 20px !important;
  }

  .search-overlay.active{
      transform:translateY(0);
  }

  .search-icon img {
    transition: transform 0.3s ease;
  }
  .search-icon:hover img {
    transform: scale(1.1); 
  }
  .search-icon {
      width: auto;
      margin-left: 24px;
      cursor: pointer;
  }
  .search-container{
      width:80%;
      position:relative;
  }

  .search-container input{
      width:100%;
      padding:12px 50px 12px 15px;
      font-size:16px;
      border:none;
      outline:none;
      background: #ffffffbf;
      border-radius: 10px;
  }
  nav.nav-right {
      margin-left: auto;
  }
  .close-search{
      position:absolute;
      right:15px;
      top:50%;
      transform:translateY(-50%);
      font-size:18px;
      cursor:pointer;
  }

  .hamburger{
      display:none;
      font-size:28px;
      color:#fff;
      cursor:pointer;
  }


  .mobile-overlay{
      position:fixed;
      top:0;
      right:-100%;
      width:100%;
      height:100vh;
      background:rgba(0,0,0,0.98);
      transition:0.4s ease;
      z-index:1000;
      display:flex;
      flex-direction:column;
      padding:30px;
  }

  .mobile-overlay.active{
      right:0;
  }

  .mobile-header{
      display:flex;
      justify-content:flex-end;
  }

  .close-btn{
      font-size:26px;
      color:#fff;
      cursor:pointer;
  }

  .mobile-menu{
      display:flex;
      flex-direction:column;
      gap:25px;
      margin-top:60px;
  }

  .mobile-menu a{
      color:#fff;
      text-decoration:none;
      font-size:18px;
      letter-spacing:1px;
  }

  .mobile-menu a:hover{
      opacity:0.7;
  }
  .featured-slider-section .swiper-button-prev,
  .featured-slider-section .swiper-button-next {
    transition: 0.3s;
  }

  .featured-slider-section .swiper-button-prev:hover,
  .featured-slider-section .swiper-button-next:hover {
    background: #000;
  }

  .featured-slider-section .swiper-button-prev:hover img,
  .featured-slider-section .swiper-button-next:hover img {
    filter: brightness(0) invert(1);
  }
  .pad-con .left-img .mob {
    display: none;
  }
  .hide-desk {
    display: none;
  }
  .onlyarv {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 100px;
    border: 1px solid #B1B1B1;
    margin: 30px auto 0;
    display: none;
    width: fit-content;
  }
  .onlyarv img {
    margin-left: 10px;
  }

  .hm-btm-form input:focus,
  .hm-btm-form textarea:focus,
  .hm-btm-form select:focus {
    outline: none !important;
    box-shadow: none !important;
      border-bottom: 2px solid #000;
  }
  .hm-btm-form .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .search-icon {
    display: none;
  }
  .cmn-btn {
    width: fit-content;
    position: relative;
  }

  .cmn-btn img {
    position: absolute;
    left: 170px;
    top: 17px;
  }

  .hm-btm-form input,
  .hm-btm-form textarea,
  .hm-btm-form select {
    color: #636363;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .hm-btm-form input::placeholder,
  .hm-btm-form textarea::placeholder {
    color: #636363;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1; 
  }

  .cmn-btn input {
    color: #FFF;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-style: none;
    border-radius: 100px;
    background: #000;
    padding: 15px 64px 15px 30px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #000;
  }

  .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
  }
  .cmn-btn:hover input {
    background: transparent;
    color: #000;
    border: 1px solid #000;
  }

  .cmn-btn:hover img {
    filter: brightness(0) invert(0); 
  }

.pad-con .col-md-3 {
  padding: 0;
}
.pad-con  .col-md-9 {
  padding: 0;
}
.logo img{
  display:block;
  margin-top:-1px;
}
.hm-btm-form-sec-inner .col-lg-4 {
    padding: 0;
}
body .offer-section .container {
        max-width: 1225px;
    }

  .hm-btm-form {
    padding-right: 18px;
}

.cmn-btn .wpcf7-spinner {
  position: absolute;
  top: 12px;
  right: -61px;
}
.row.follow-row .col-12 {
    margin-left: 28px;
}


/* dropdown */

.custom-dropdown{
  position:relative;
  cursor:pointer;
  height: 47px;
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 0px;
  margin-bottom: 10px;
  border: 0px;
  background: none;
  width: 100%;
  border-bottom: 1px solid #B1B1B1;
  background: url("../images/drop-dwn-arw.svg") no-repeat center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dropdown-selected{
    font-size:14px;
    color:#555;
}

.dropdown-options{
    position:absolute;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #ddd;
    display:none;
    z-index:10;
    top: 46px;
}

.dropdown-options li{
    padding:10px;
    cursor:pointer;
}

.dropdown-options li:hover{
    background:#f5f5f5;
}
.dropdown-options{
  display:none;
}

.dropdown-options.show{
  display:block;
}
.hm-btm-input-sec .wpcf7-not-valid{
    margin-bottom: 5px !important;
}
.hm-btm-input-sec .wpcf7-not-valid-tip{
    display: block;
    margin-bottom: 10px;
}



  /* responsive */

  @media only screen and (max-width:1440px) {
    .banner-section .bantext {
    left: 86px;
  }
  .banarrow {
    left: 121px;
  }

  }

  @media  (max-width:1399px){
    .about-features {
    margin-left: 24px;
    }
    .banner-section .bantext {
    position: absolute;
    bottom: 30px;
    }
  }
    

  @media(max-width:1200px)
  {

  .nav-left a, .nav-right a {
      font-size: 12px;
  }
  .nav-left ul, .nav-right ul {
      gap: 22px;
  }
  .offer-section h2 {

      margin-right: 64px;
  }
  .ofrhead {
    margin-left: 158px;
  }

  .feature-head {
      margin-left:88px;
  }
  .btn-con-wrap {
      margin-left: 192px;
  }

  .abt-con-wrapper h2 {
      width: 100%;
      max-width: 100%;
      margin: 0;
      font-size: 36px;
      line-height: normal;
      text-align: center;
      padding: 19px 0 0;
  }


  .abt-con-wrapper p {
      max-width: 100%;
      text-align: center;
      padding: 21px 0 0;
      font-size: 16px;
        margin: 0 0 20px;
  }

  .abt-learn {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .banner-section .bantext h2 {
    font-size: 45px;
    line-height: 47px;
    margin-bottom: 20px;
  }
  .banner-section .bantext h2 span {
    font-size: 22px;
    line-height: 25px;
  }
  .logo {
    position: absolute;
    left: 46%;
  }
  .feature-section h3 {
    font-size: 36px;
  }
  .feature-section h2 {
    font-size: 36px;
  }
  .about-features {
      margin-left: 0;
    }
    .about-features p {
    text-align: left;
  }
  .row.abt2 .col-md-9 {
    width: 50%;
  }
  .about-features {
    display: flex;
    gap: 20px;
    margin-left: 77px;
    flex-wrap: wrap;
  }
  .row.abt2 .col-md-3 {
    width: 50%;
  }
  .abt-con-wrapper .right-img img {
    width: auto;
  }
  .abt-con-wrapper .right-img img {
    margin-top: -60px;
  }

  .banner-section .ban-img img {
  object-fit: cover;
}

.pad-con  .row:nth-of-type(2) .col-md-9 p {
    padding:20px 40px 0;
}
.row.follow-row .col-12 {
    margin-left: 0;
}
 .banner-section .ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }



  }



  @media(max-width:991px){

    .nav-left,
    .nav-right{
      display:none;
    }

    .logo{
      position:relative;
      left:0;
      transform:none;
    }

    .nav-container{
      padding:15px 20px;
    }

    .mobile-icons{
      display:flex;
    }

    .mobile-menu.active{
      display:block;
    }
    .mobile-menu {
      display: block;
      padding: 20px;
  }
  .nav-left,
      .nav-right{
          display:none;
      }

      .hamburger {
          display: block;
          margin-left: 20px;
      }

      .search-icon {
      margin-left: auto;
  }
  .main-header {
          padding: 0 35px;
  }
  .offer-section h2 {
          margin-right: 27px;
      }
      .ofr-head-bx {
      justify-content: center;
  }
  .ofrhead {
      margin-left: 0;
  }

  .ofrhead {
      margin-left: 0;
  }
  .offer-section  .servicesSlider {
      display: flex;
      flex-wrap: wrap;
  }

  .offer-section .servicesSlider .swiper-wrapper {
      height: inherit;
  }

  .feature-head {
      margin-left:0
  }


  .feature-section h2 {
      margin: 0 0 30px 42px;
  }

  .btn-con-wrap {
      margin-left: 0px;
  }
  .featured-slider .swiper-slide:nth-child(even) {
      padding-top: 34px;
  }
  .banner-section .ban-img img.deskimg {
      display: none;
  }

  .banner-section .ban-img img.mobimg {
      display: block;
  }

  .banner-section .bantext {
      bottom: 0;
      top: 193px;
  }


  .banner-section .bantext p {
        position: absolute;
        bottom: 17px;
  }

  .header-container {
    padding: 20px 0;
    align-items: center;
  }
  .abt-con-wrapper .right-img img {
      display: none;
    }
    .pad-con .col-md-3 {
    width: 100%;
  }
  .hide-desk {
    display: block;
  }
  .abt-con-wrapper h2 {
      width: 344px;
      margin: 0 auto 20px;
  }
  .pad-con .left-img .mob {
    display: block;
  }
  .pad-con .left-img {
    display: flex;
    align-items: end;
        justify-content: space-between;
  }
  .abt-con-wrapper .left-img .desk {
    width:60%;
    display: block;
  }
  .abt-con-wrapper .left-img  .mob {
    width: 35%;
    margin-bottom: -85px;
  }
  .hide-mob {
    display: none;
  }
  .abt-con-wrapper p {
      padding: 125px 0 0;
  }
  .pad-con .col-md-9 {
    width: 100%;
  }
  .row.abt2 {
    margin-top: 85px;
  }
  .row.abt2 .col-md-9 {
      width: 100%;
    }
    .about-features p {
    padding: 0;
  }
  .about-features {
      margin-left: 0;
  }
  .abt-head .desk {
    display: none;
  }
  .abt-head .mob {
    display: block;
        width: 100%;
  }
  .abt-con-wrapper .abt-con-wrapper-img .desk {
    display: none;
  }
  .abt-con-wrapper-img .mob {
    display: block;
  }

  /* DOTS STYLE */

  /* Pagination container */

  .swiper-pagination {
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* spacing between lines */
  }

  /* Normal bullets */
  .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    background: #4a4a4a; 
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 0;
  }

  /* Active bullet */
  .swiper-pagination-bullet-active {
    width: 23.881px;
    background: #fff; /* white active */
  }

  .onlyarv {
    display: block;
  }

  .onlyarv{
      transition: 0.3s ease;
  }
  .onlyarv img {
    transition: 0.3s ease;
  }
  .onlyarv:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }

  .onlyarv:hover img {
    filter: brightness(0) invert(1);
  }
  .offer-section .container {
    width: 100%;
    padding: 0;
  }
  .hm-btm-form-section {
    padding-top: 85px;
  }
  .offer-section .bgsection .desk-bg {
    display: none;
  }
  .bgsection .mob-bg {
    display: block;
  }
      .about-features {
        justify-content: center;
    }
      .pad-con .row:nth-of-type(2) .col-md-9 p {
    padding: 125px 0 0;
  }

  }

  @media(max-width:767px)
  {

      .main-header {
              padding: 0px 18px 0px;
      }

      .ofrhead h4 {
      text-align: center;
        margin: 0 auto 10px;
  }
  .offer-section h2 {
      font-size: 36px;
      line-height: normal;
      margin: 0 0 19px;
      padding-right:0;
      text-align: center;
  }

  .offer-section .ofr-head-bx p {
      padding-top: 0px;
  }

  .feature-section h3 {
      font-size: 26px;
      line-height: normal;
  }


  .feature-section h2 {
      font-size: 36px;
      line-height: normal;
  }


  .btn-con-wrap {
      display: flex;
      flex-direction: column-reverse;
      margin: 0 0 35px;
      align-items: unset;
  }


  .fbtn {
      display: block;
      width: 91%;
      margin: 23px 0 0;
      text-align: center;
      padding-right: 0;
      padding-left: 0;
  }

  .btn-con-wrap p {
      display: block;
      width: 100%;
  }


  .btn-con-wrap p {
      padding: 0 0 0 20px;
      margin-left: 53px;
    }

  .feature-section h2 {
      margin: 0 0 20px 51px;
  }

  .btn-con-wrap p {
      font-size: 14px;
  }

  .featured-card h4 {
      font-size: 18px;
  }

  .banner-section .ban-img img.deskimg {
      display: none;
  }

  .banner-section .ban-img img.mobimg {
      display: block;
  }

  .banner-section .bantext {
      top: 140px;
      left: 30px;
  }

  .banner-section .bantext h2 {
      line-height: normal;
      font-size: 35px;
      letter-spacing: -1.75px;
      margin-bottom: 10px;
  }


  .banner-section .bantext h2 span {
      font-size: 20px;
      letter-spacing: -1px;
      line-height: normal;
  }

  .banarrow {
      left: 33px;
  }
      .abt-learn {
          display: inline-block;
          margin: 0;
      }

  
    .abt-con-wrapper {
    padding-top: 100px;
  }
    .abt-learn {
      display: block;
      margin: 0 auto; 
    }

    .featured-slider-section .swiper-button-prev {
    width: 60px;
    height: 39px;
  }
  .featured-slider-section .swiper-button-next{
    width: 60px;
    height: 39px;
  }
  .feature-section {
    padding-right: 0;
    padding-left: 0;
  }
  .feature-head {
    margin-right: 42px;
    margin-left: 42px;
  }
  .featured-slider {
      padding-left: 30px; 
      padding-right: 0;
    }
    .abt-con-wrapper h2 {
      padding: 10px 0 0;
    }
    .ofrhead {
        padding: 0px 60px;
  }
  .onlyarv {
    margin: 30px 0 0 75px;
  }
  .service-card .srimg {
  width: 65px;
    margin: 0 0 16px;
}

.featured-slider .swiper-slide:nth-child(even) {
     margin-top: 0px;
}


  }


  

    @media only screen and (max-width: 575px)
  {
    .abt-con-wrapper .left-img .mob {
      margin-bottom: -33px;
    }
    .feature-item {
    gap: 18px;
    }
    .abl {
    width: 31px;
  }
  .onlyarv {
      margin: 30px 0 0 15px;
    }
    .logo img {
    width: 103px;
}
 .hm-btm-form-left p {
    margin-bottom: 30px !important;
  }
    
    
  }
  




    @media(max-width:420px)
  {
        .btn-con-wrap p {
         max-width: 208px;
  }
  .banner-section .bantext {
      top: 140px;
      left: 30px;
  }

  .banner-section .bantext h2 {
      line-height: normal;
      font-size: 35px;
      letter-spacing: -1.75px;
      margin-bottom:2px;
  }


  .banner-section .bantext h2 span {
      font-size: 20px;
      letter-spacing: -1px;
      line-height: normal;
  }

  .banner-section .bantext p {
      padding-top: 451px;
      max-width: 232px;
  }


  .banarrow {
      left: 25px;
  }

  .banner-section .bantext {
      top: 102px;
      left: 22px;
  }


  .banner-section .bantext h2:nth-child(2) {
      margin-left: 37px;
  }


  .banner-section .bantext h2:nth-child(3) {
      margin-left: 100px;
  }


  .banner-section .bantext p {
      margin-left: 109px;
      padding-top:0;
      font-size: 14px;
       max-width: 220px;
        padding-left: 30px;
        width: 100%;
  }
  .abt-con-wrapper p {
          max-width: 100%;
          text-align: center;
          padding: 65px 0 24px;
          font-size: 16px;
         margin: 0 auto 0;
        max-width: 288px;
      }
      .pad-con .col-md-9 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .about-features p {
    padding: 0;
    text-align: left;
  }
      .feature-head {
        margin-left: 71px;
    }
    .featured-slider{
        padding-left: 51px;
    }

    .featured-slider-section .swiper-button-next {
        right: 22px;
    }

    .abt-con-wrapper .left-img .desk {
        width: 55%;
    }
    .abt-con-wrapper .left-img .mob {
        width: 36%;
    }
    .banarrow {
    bottom: 39px;
    }
    .abt-con-wrapper .left-img img {
    margin-left: 8px;
}
.service-card h4{
    font-size: 18px;
 }

 .hm-btm-form-left p {
  font-size: 14px;
 }
 .offer-section .ofr-head-bx p {
  font-size: 14px;
 }
 .hm-btm-form-sec-inner .col-lg-4 {
    padding: 0 18px;
}
.hm-btm-form {
    padding-right: 0;
}
.hm-btm-form-left p{
    font-size: 14px !important;
    max-width: 294px !important;
}
.hm-btm-form-left h2 {
    margin-bottom: 20px !important;
}
.service-card p {
    max-width: 225px;
}
  .pad-con .row:nth-of-type(2) .col-md-9 p {
    padding: 65px 0 0;
  }



    
  }



  @media (max-width: 768px) {

    .about-features {
      flex-wrap: wrap;
      gap: 20px;
    }

    .feature-item {
      width: calc(50% - 10px);
      flex: unset;
    }

    .feature-item p {
      font-size: 13px;
    }
  }



/* banner */

.banner-image img {
  width: 100%;
}
.banner-video video {
  width: 100%;
  height: 815px;
  object-fit: cover;
}

iframe{
  width: 100%;
  height: 815px;
}
.mobimg,
.mobvid,
.mobyoutube {
 display: none;
}
  @media (max-width: 767px) {
    .deskimg,
    .deskvid,
    .deskyoutube {
        display: none;
    }

    .mobimg,
    .mobvid,
    .mobyoutube {
        display: block;
    }

    .banner-video video{
      height: 643px;
    }
    iframe{
      height: 643px;
     }
}

@media (min-width:1600px) {

  .banner-section .ban-img img {
    object-fit: cover;
}
.pad-con .col-md-3 {
    width: 30%;
}
.pad-con .col-md-9 {
    width: 70%;
}
.abt-con-wrapper .right-img img {
    margin-top: -660px;
    width: 100%;
}
.about-features {
    gap: 120px;
    margin-left: 172px;
}

}






