@media screen and (max-width: 768px) {
  .section-padding {
    padding: 30px 0px;
  }
  .section-title {
    font-size: 24px;
  }
  .common-button {
    padding: 6px 12px;
    margin-top: 30px;
  }
  .thinking-slider-box {
    display: inherit;
    place-items: unset;
  }
  .our-thinking--section {
    margin-bottom: 0px;
  }
  .our-thinking--section .section-title {
    margin-bottom: 20px;
  }
  .our-thinking--section .think-box {
    min-height: 170px;
    padding: 20px;
    display: grid;
    place-items: center;
  }
  .our-thinking--section .think-box p {
    text-align: center;
  }
  .home-footer {
    position: relative;
  }
  .home-footer .terms-item ul {
    justify-content: center;
    gap: 4px;
  }
  .home-footer p {
    text-align: center;
    margin-top: 10px;
  }
  .common-slider.thinking-slider, .common-slider.teams-slider {
    display: inherit;
  }
  .common-slider.thinking-slider .owl-nav, .common-slider.teams-slider .owl-nav {
    width: 150px;
    top: auto;
    left: 50%;
    bottom: -16px;
    transform: translate(-50%, 0%);
  }
  .common-slider.thinking-slider .owl-nav .owl-prev, .common-slider.teams-slider .owl-nav .owl-prev {
    margin-left: 0px;
  }
  .common-slider.thinking-slider .owl-nav .owl-next, .common-slider.teams-slider .owl-nav .owl-next {
    margin-right: 0px;
  }
  .section-banner-image img {
    aspect-ratio: inherit;
  }
  .values-section .values-point {
    margin-top: 10px;
  }
  .values-section .values-point p:first-child {
    font-size: 18px;
  }
  .services-banner--section {
    aspect-ratio: inherit;
    height: calc(100vh - 64px);
  }
  .services-banner--section .banner-content {
    padding: 30px;
  }
  .services-banner--section .banner-content h1 {
    font-size: 24px;
  }
  .services-banner--section .banner-content .banner-btn {
    gap: 16px;
    margin-top: 30px;
  }
  .services-banner--section .banner-content .banner-btn .common-button {
    min-width: auto;
  }
  .our-services-section .our-services-content .section-title {
    margin-bottom: 20px;
  }
  .our-services-section .our-services-content .our-services-box {
    padding: 20px;
    margin-top: 10px;
  }
  .our-services-section .our-services-img {
    flex-wrap: wrap !important;
  }
  .our-services-section .our-services-img img {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contact-section .section-title {
    margin-bottom: 20px;
  }
  .contact-section .form-content .common-para {
    margin: 0px 0px 20px;
  }
  .contact-section .form-content form {
    margin-bottom: 30px;
  }
  .contact-section .form-content form label {
    margin-bottom: 5px;
  }
  .contact-section .form-content form input {
    margin-bottom: 10px;
  }
  .contact-section .form-content .contact-address {
    margin-bottom: 16px;
  }
  .about-us--section.section-padding {
    padding-top: 30px;
  }
  footer {
    margin-top: 20px;
  }
  footer.h-footer {
    position: relative;
  }
  footer.h-footer ul {
    margin-bottom: 16px;
  }
  .teams-section .modal .modal-dialog {
    max-width: 500px;
  }
  .swiper-wrapper.home-slider {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .swiper.homeSwiper {
    height: auto !important;
    overflow: visible !important;
  }
  .services-section .services .service {
    min-height: inherit;
  }
  .single-post--page .post-content {
    padding: 30px 20px;
    border-radius: 14px;
  }
  .single-post--page .post-content .post-title {
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
  }
  .single-post--page .post-content .post-banner img {
    border-radius: 8px;
  }
  .post-modal .modal-content {
    width: 90%;
    max-width: 90%;
    padding: 12px;
  }
  .post-modal.show .modal-content {
    opacity: 1;
    margin-bottom: 20px;
  }
  .moving-strip {
    top: 68px;
  }
  .key-person-section .key-person .person-img img {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .main-page {
    padding-top: 68px;
  }
  header .header-section {
    position: relative;
  }
  header .header-section nav {
    display: none;
    padding-bottom: 16px;
    background-color: #fff;
  }
  header .header-section nav ul {
    padding-left: 0px;
    background-color: #7a0000;
  }
  header .header-section nav ul li {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
  }
  header .header-section nav ul li .sub-menu {
    position: relative;
    top: 100%;
    right: 0;
    background: #7a0000;
    z-index: 999;
  }
  header .header-section nav ul li .sub-menu li a {
    color: #fff;
  }
  header .header-section nav ul li .sub-menu li a:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  header .header-section nav ul li a {
    color: #fff;
  }
  header .header-section nav ul li a:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  header .logo img {
    height: 48px;
  }
  .toggle-menu-cont {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    left: auto;
    top: 14px;
  }
  .toggle-menu-cont .toggle-menu {
    width: 36px;
    height: 36px;
    display: inline-block;
    right: 14px;
    position: relative;
  }
  .toggle-menu-cont .toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: #7a0000;
    width: 22px;
    left: 10px;
    transition: all 0.3s;
  }
  .toggle-menu-cont .toggle-menu i:nth-child(1) {
    top: 8px;
  }
  .toggle-menu-cont .toggle-menu i:nth-child(2) {
    top: 16px;
  }
  .toggle-menu-cont .toggle-menu i:nth-child(3) {
    top: 24px;
  }
  .toggle-menu-cont .toggle-menu.open-menu i:nth-child(1) {
    top: 20px;
    transform: rotateZ(45deg);
  }
  .toggle-menu-cont .toggle-menu.open-menu i:nth-child(2) {
    background: transparent;
  }
  .toggle-menu-cont .toggle-menu.open-menu i:nth-child(3) {
    top: 20px;
    transform: rotateZ(-45deg);
  }
  .our-services-section .our-services-img {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .our-services-section .our-services-img img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .moving-strip {
    top: 68px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-banner--section .banner-content {
    padding: 30px;
  }
  .services-section .services .service {
    min-height: 272px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header nav ul li {
    padding: 20px 10px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  .services-banner--section {
    height: auto !important;
  }
  .swiper-wrapper.home-slider {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .swiper.homeSwiper {
    height: auto !important;
    overflow: visible !important;
  }
}/*# sourceMappingURL=mobile.css.map */