@media (max-width: 767px) {
  .hero-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-section-inner {
    gap: 20px;
  }
}
.hero-section .hero-section-inner .left-content-section {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .hero-section .hero-section-inner .left-content-section {
    padding-bottom: 0;
  }
  .hero-section .hero-section-inner .left-content-section h2 {
    margin-bottom: 20px;
  }
}
.hero-section .hero-section-inner .right-image-section .image-wrapper .bulb-image-wrapper {
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .hero-section .hero-section-inner .right-image-section .image-wrapper .main-img {
    max-width: 245px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-section-inner .right-image-section .image-wrapper .bulb-image-wrapper .inner-wrapper .circles-wrapper .small-circle {
    max-width: 240px;
    left: 12%;
    top: 7%;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-section-inner .right-image-section .image-wrapper .bulb-image-wrapper .inner-wrapper .circles-wrapper .big-circle {
    width: 320px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-section-inner .left-content-section .link-wrappers a {
    padding: 9px 24px;
  }
}

@media (max-width: 767px) {
  .mastery-section .inner-container .center-content-section .link-wrapper a {
    padding: 9px 24px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .serving-section .serving-inner .top-section .link-wrapper a {
    padding: 9px 35px;
    font-size: 16px;
    margin-right: auto;
    margin-left: unset !important;
  }
}

@media (max-width: 767px) {
  .serving-section .serving-inner .top-section {
    align-items: unset !important;
  }
}

@media (max-width: 767px) {
  .global-section .global-inner .left-content-section .statistics-wrapper .box-wrapper p {
    font-size: 16px;
  }
  .global-section .global-inner .left-content-section .statistics-wrapper .box-wrapper p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .map-video {
    scale: 1.4;
  }
}

.whatsapp-contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  right: 50px;
  bottom: 80px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .whatsapp-contact-wrapper {
    gap: 10px;
    right: 20px;
  }
}
.whatsapp-contact-wrapper a {
  z-index: 9;
  background-color: #972d1d;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
}
@media (max-width: 1199px) {
  .whatsapp-contact-wrapper a {
    width: 45px;
    height: 45px;
  }
}
.whatsapp-contact-wrapper a:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
}
.whatsapp-contact-wrapper a:last-child {
  background-color: #7dda45;
}
.whatsapp-contact-wrapper a img {
  width: 38px;
  transition: 0.3s linear;
}
@media (max-width: 1199px) {
  .whatsapp-contact-wrapper a img {
    width: 22px;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-inner .copyright-policy-wrapper {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 767px) {
  .serving-section .serving-inner .serving-services-section .services-box .top-wrapper {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .serving-section .serving-inner .serving-services-section .services-box .bottom-wrapper {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .serving-section .serving-inner .serving-services-section .services-box .top-wrapper h4 {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .connect-section-top .inner-wrapper .connect-inner .left-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .connect-section-top .inner-wrapper .connect-inner .right-link a {
    font-size: 16px;
    padding: 10px 35px;
  }
}

@media (max-width: 767px) {
  .connect-section-top .inner-wrapper .connect-inner {
    align-items: unset;
  }
}

@media (max-width: 767px) {
  .connect-section .inner-content .form-inner-content {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-inner .footer-top {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-inner .footer-top .mail-phone-wrapper {
    align-items: unset;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-inner .footer-top .mail-phone-wrapper a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-inner .footer-country-time .box-wrapper .left-icon img {
    width: 40px;
  }
}

.global-section .global-inner .right-map-section .image-wrapper {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .mastery-section .inner-container .left-graphics-section {
    display: none !important;
  }
}

.mobile-slider-section {
  margin-top: 30px;
  display: none;
}
@media (max-width: 767px) {
  .mobile-slider-section {
    display: block;
  }
}
.mobile-slider-section .item {
  border: 1px solid #125393;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.mobile-slider-section .item .image-wrapper {
  overflow: hidden;
  border-radius: 9px;
}

@media (max-width: 767px) {
  .top-banner {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .top-banner .top-hedar .image-wrapper img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .our-vimi {
    padding: 30px 15px 60px 15px;
  }
}

@media (max-width: 767px) {
  .whychoose-text-box {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .team-link {
    top: -24px;
    margin-left: auto;
    margin-right: auto;
    background-position: left;
    border-radius: 5px;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  .about-team-box {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-team-box .main-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .about-team-box h4 {
    margin-top: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-team-box p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .different-box {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .industries-serving-section .serving-inner .top-section .left-text-section p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .form-section-wrapper .form-section-inner {
    padding: 30px 5px;
  }
}

@media (max-width: 767px) {
  .form-section-wrapper .form-section-inner .form-inner {
    padding: 50px 10px 65px 10px;
  }
}

@media (max-width: 767px) {
  .lets-build-section .lets-build-inner .trusted-top {
    padding: 7px 20px;
  }
}

@media (max-width: 767px) {
  .lets-build-section .lets-build-inner .links-wrapper a {
    padding: 10px 35px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=responsive.css.map */
