@media only screen and (min-width: 1903px) {
  .exper-icon {
    margin-left: 10px;
  }

  .exper-icon-1 {
    margin-top: -110px;
    margin-left: 80px;
  }

  .text-sec h1 {
    font-size: 145px;
  }
}

@media only screen and (max-width: 1600px) {
  .text-sec h1 {
    color: #000;
    font-size: 123px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .exper-icon {
    margin-top: -100px;
    text-align: center;
    margin-left: 60px;
  }

  .exper-icon-1 {
    margin-top: -100px;
    text-align: center;
    margin-left: -20px;
  }

  .cta-card h1 {
    font-size: 90px;
  }

  .banner-sec {
    position: relative;
    height: 725px;
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .cta-card h1 {
    font-size: 76px;
  }

  .text-sec h1 {
    color: #000;
    font-size: 110px;
    font-weight: 800;
  }

  .exper-icon img,
  .exper-icon-1 img {
    width: 90px;
  }

  .exper-icon {
    margin-left: 85px;
  }

  .exper-icon-1 {
    margin-left: -60px;
  }

  .m-none {
    display: none;
  }

  .navbar ul li {
    margin: 0 17px 0 0;
    /* border-bottom: 1px solid; */
    /* width: 100%; */
  }

  .banner-sec {
    position: relative;
    height: 645px;
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .exper-icon {
    margin-left: 98px;
  }

  .exper-icon-1 {
    margin-left: 105px;
  }

  .text-sec h1 {
    color: #000;
    font-size: 106px;
  }

  .cta-card h1 {
    font-size: 70px;
  }

  .exper-content {
    margin-left: 60px;
  }

  .extra-2 {
    position: absolute;
    top: -98px;
    right: 19%;
  }

  .banner-sec {
    position: relative;
    height: 625px;
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .text-sec h1 {
    color: #000;
    font-size: 99px;
  }

  .cta-card h1 {
    font-size: 60px;
  }

  .exper-icon {
    margin-left: 105px;
  }

  .exper-content {
    margin-left: 70px;
  }

  .extra-2 {
    position: absolute;
    top: -98px;
    right: 17%;
  }

  .navbar ul li a {
    font-size: 14px;
  }
}

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

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

@media only screen and (max-width: 500px) {
  .header-sec {
    display: none;
  }

  .mubile-menu {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: fit-content;
  }

  .mubila-navbar {
    background-color: #18a408;
    padding: 20px;
    position: absolute;
    top: -1000px;
    z-index: 999;
  }

  .mubila-navbar ul li {
    margin: 15px 0;
    border-bottom: 1px solid;
  }

  .banner-content {
    position: relative;
    margin: 60px 0;
  }

  .banner-content h1 {
    font-size: 30px;
    margin: 10px 0 20px;
  }

  .extra-1 img,
  .extra-2 img {
    width: 30%;
  }

  .extra-2 {
    position: absolute;
    top: -41px;
    right: -62%;
  }

  .extra-1 {
    position: absolute;
    top: -37px;
    left: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .exper-content {
    margin-left: 0px;
  }

  .exper-icon,
  .exper-icon-1 {
    margin: 0 0 15px 0;
    text-align: left;
  }

  .exper-box {
    margin: 20px 0;
  }

  #tabs-nav {
    margin: 10px 0;
  }

  #tabs-nav li a {
    padding: 10px 15px;
    font-size: 10px;
  }

  #tabs-nav .active {
    padding: 5px 10px;
  }

  .service-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
  }

  .service-content {
    background-color: #1f1f1f;
  }

  .mt-100 {
    margin-top: 10px;
  }

  .title-1 {
    font-size: 15px;
  }

  .form-content h1 {
    font-size: 40px;
  }

  .form-sec-logo {
    margin-top: 40px;
    gap: 40px;
    display: flex;
    align-items: center;
  }

  .form-sec-logo img {
    width: 25%;
  }

  .form {
    margin-top: 30px;
  }

  .video-sec {
    height: 230px;
  }

  .cta-card h1 {
    font-size: 30px;
  }

  .cta-card img {
    width: 30%;
  }

  #tabs-work li {
    margin: 0 10px;
  }

  .work-bottom #tabs-work li a {
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
  }

  .about-content {
    margin-top: 20px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .mt-30 {
    margin-top: 15px;
  }

  .about-box {
    padding: 10px;
  }

  .about-box-1::after {
    display: none;
  }

  .image-sec {
    display: none;
  }

  .text-sec h1 {
    color: #000;
    font-size: 28px;
  }

  .insta-img {
    margin: 10px 30px;
  }

  .pt-80 {
    padding-top: 30px;
  }

  .footer-overlay {
    padding: 20px;
  }

  .cta-content h2 {
    font-size: 20px;
  }

  .cta-btn {
    padding: 5px 10px;
  }

  .footer-heading {
    margin: 10px 0;
  }

  .footer-heading h4 {
    font-size: 30px;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .pb-30 {
    padding-bottom: 10px;
  }

  .pt-30 {
    padding-top: 10px;
  }

  .form-page button {
    width: 100%;
  }

  .contact-group {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    text-align: center;
    height: 150px;
    margin-bottom: 20px;
  }

  #tabs-nav li {
    margin: 0 10px;
  }

  .gallery-sec .col-md-3 {
    width: 50%;
    margin: 10px 0;
    text-align: center;
  }

  .about-img img {
    width: 100%;
  }

  .footer-overlay {
    background-color: #0a6402b3;
    display: block;
    text-align: center;
  }

  .text-end {
    text-align: center !important;
  }

  .cta-content {
    margin-bottom: 20px;
  }

  .text-sec {
    /* padding-top: 0; */
  }

  .mubile-menu .row .col-md-6 {
    width: 50%;
  }

  .mubile-menu .row {
    padding: 20px 0;
  }

  .mubile-c {
    text-align: end;
  }

  .mubile-btn i {
    font-size: 30px;
  }

  .banner-sec {
    height: 550px;
  }

  .service-content p {
    margin: 20px 0;
    height: 100px;
  }

  .dropdown-nav {
    padding: 20px;
    position: absolute;
    z-index: 1;
    width: 350px;
    background: rgb(24 164 8);
  }

  .banner-cta {
    display: none;
  }

  .mt-40 {
    margin-top: 15px;
  }

  .coll-order {
    order: 2
  }

  #video-work img {
    width: 100%;
  }

  .video-box iframe {
    width: 100%;
  }

  #video-work {
    margin: 0;
  }

  .mubila-navbar.show {
    top: 72px;
  }

  .video-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-sec video {
    width: 100%;
    height: 800px;
  }

  .footer-sec .row {
    gap: 20px;
  }
}

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