/* ==============================
   GLOBAL + LARGE SCREEN (Desktop)
============================== */


@media (min-width: 1200px) {
  .sticky .nav-links li a {
    color: #2b2d42;
  }
    .banner-style2 h1{
      font-size: 55px;
    }
  .swiper-visible {
    overflow: visible !important;   
  }
  
  .testiMonialSwiper .swiper-slide {
    padding: 50px 80px !important;
  }


}

@media only screen and (min-width: 992px) {
  .gx-8 {
    --bs-gutter-x: 6rem;
  }

  span.read-more {
    margin-left: 90px;
  }
}

/* ==============================
   LARGE TABLETS (768px–1199px)
============================== */

/* Shared max-width: 1199px */
@media (max-width: 1199px) {
  .header .hamburger-menu-container {
    display: flex;
  }
  .header ul.dropdown .current-menu-item.active>a{
      color: var(--theme-text-color) !important;
    } 
  .header #check {
    display: block;
  }

  .header .nav-btn {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1e1e1e;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .65s;
  }

  .header.header-dark-text .hamburger-menu div,
  .header.header-dark-text .hamburger-menu div:before,
  .header.header-dark-text .hamburger-menu div:after {
    background: var(--title);
  }

  .header.header-dark-text ul li a {
    color: var(--theme-text-color) !important;
  }

  .header .nav-links>ul {
    padding: 60px 0 0 0;
  }
  

  .header #check:checked~.nav-btn {
    transform: translateX(0);
  }

  .header #check:checked~.nav-btn .nav-link,
  .header #check:checked~.nav-btn .log-sign {
    animation: animation .5s ease forwards var(--i);
    opacity: 1;
  }

  .header .nav-links {
    flex: initial;
    width: 100%;
  }

  .header .nav-links>ul {
    flex-direction: column;
  }

  .header .nav-link {
    width: 100%;
    opacity: 0;
    transform: translateY(15px);
  }

  .header .nav-link>a {
    line-height: 1;
    padding: 1.6rem 2rem;
  }

  .header .nav-link:hover>a {
    transform: scale(1);
  }

  .header .dropdown,
  .header .dropdown.second {
    position: initial !important;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: var(--title);
    display: none;
  }


  .header .nav-link:hover>a>i,
  .header .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }

  .header .dropdown-link>a {
    background-color: transparent;
    color: #fff;
    padding: 1.2rem 2rem;
    line-height: 1;
  }

  .header .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .header .dropdown.second .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .header .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .header .dropdown-link:hover>a {
    background-color: #C61D24;
  }

  .header .nav-link>a>i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
  }

  .header .dropdown i {
    font-size: 1rem;
    transition: .7s;
  }

  .header .log-sign {
    flex: initial;
    width: 100%;
    padding: 1.5rem 1.9rem;
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(15px);
  }

  .fs-45 {
    font-size: 40px;
  }

  .nav-item {
    margin: 0 9px;
  }

  .resize-wrapper {
    margin-left: calc((100% - 940px) / 2);
  }
}

/* Shared max-width: 1399px */
@media (max-width: 1399px) {
  .resize-wrapper {
    margin-left: calc((100% - 1120px) / 2);
  }
}

/* Shared min-width: 768px */
@media only screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 80% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: var(--primary) !important;
    border: 2px solid var(--primary);
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
    top: 92px !important;
    position: static;
    margin: 0;
    padding: 0;
  }

  .mx-310 {
    max-width: 310px;
  }

  .approch_slider_circle img {
    margin-left: -40%;
  }

  .approch-slider-section .swiper-button-prev {
    left: 65% !important;
  }

  .approch-slider-section .swiper-button-next {
    left: 85% !important;
  }

  .approch-slider-section .swiper-button-next,
  .approch-slider-section .swiper-button-prev {
    color: var(--primary) !important;
    border: 2px solid var(--primary);
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    top: 90% !important;
  }
}

/* ==============================
   TABLETS (max-width: 1024px)
============================== */

@media (max-width: 1024px) {
  
  .custom-prog-bar .elementor-progress-wrapper::before {
    font-size: 30px;
  }
  .custom-prog-bar .elementor-progress-text{
    font-size: 16px;
    top: -40px;
    line-height: 20px;
    width: fit-content;
  }
  .custom-prog-bar .elementor-progress-wrapper{
    gap: 14px;
  }

}


/* ==============================
   TABLETS (max-width: 991px)
============================== */
@media (max-width: 991px) {
  .fs-38 {
    font-size: 24px;
    line-height: 24px;
  }
  .row-cols-lg-20>* {
        flex: 0 0 auto;
        width: 20%;
    }


  .fs-70 {
    font-size: 55px;
  }

  .resize-wrapper {
    margin-left: calc((100% - 700px) / 2);
  }

  .tab-sec-tabs li button {
    font-size: 20px !important;
  }

  .tab-navigation-swiper {
    position: static !important;
    justify-content: center;
  }

  .banner {
    height: 700px;
  }

  .site-logo {
    width: 130px !important;
  }

  .breadcrumb-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .breadcrumb-text .breadcrumb-nav {
    margin-bottom: 12px;
    padding: 7px 13px;
  }

  .breadcrumb-text .breadcrumb .single-list .single {
    font-size: 14px;
    line-height: 14px;
  }

  .breadcrumb-text .title {
    font-size: 20px;
    line-height: 30px;
  }
  .comment-meta {
    font-size: 14px;
    gap: 4px !important;
  }
}

/* ==============================
   MOBILE (max-width: 767px)
============================== */
@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 55px;
  }
  .trendingSwiper .slide-content p{
    display: none;
  }
  .trendingSwiper .slide-content h3{
    font-size: 20px;
  }
  .banner-style2 h1{
    font-size: 40px;
  }
  .banner-style2 {
    padding-top: 100px;
  }
  .subscription-form {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .subscription-form .wpcf7-spinner{
    position: absolute;
  }
  h2{
    font-size: 35px !important;
    line-height: 45px !important;
  }
  .mySwiper {
    padding-top: 20px !important;
  }

  .banner p {
    font-size: 20px;
    line-height: 28px;
  }

  p {
    font-size: 18px;
    font-weight: 400;
  }

  .button-wrapper {
    gap: 50px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: static;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 600;
  }

  .resize-wrapper {
    margin-left: calc((100% - 520px) / 2);
  }

  .involved-img-wrap {
    margin: auto;
  }

  .comment-respond .comment-form p {
    margin-bottom: 20px;
  }
  .banner {
    height: 500px;
  }
}

/* ==============================
   SMALL MOBILE (max-width: 575px)
============================== */
@media only screen and (max-width: 575px) {
  .banner h1 {
    font-size: 40px;
  }
  .banner-style2 h1{
    font-size: 40px;
  }
  .banner {
    height: 400px;
  }
  .loader span {
    font-size: 30px !important;
  }
  .banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .fs-70 {
    font-size: 43px;
  }

  .fs-45 {
    font-size: 40px;
  }

  .how-work-point{
    width: 40px;
    height: 40px;
    font-size: 20px;

  }
  .signup-form-wrapper{
    padding-top: 50px !important;
  }
  p {
    font-size: 16px;
    font-weight: 400;
  }

  .resize-wrapper {
    margin-left: 0;
    padding: 0 10px;
  }

  .button-wrapper {
    justify-content: left;
  }

  .news_stories .swiper-button-prev {
    position: absolute;
    top: 250px;
    left: 0;
  }

  .news_stories .swiper-button-next {
    position: absolute;
    top: 250px;
    right: 0;
  }

  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    width: 100% !important;
  }

  .breadcrumb-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1280px ) {
  .loader span {
    font-size: 50px;
  }
}
/* ==============================
   BREAKTHROUGH CLIENT SCREEN
============================== */
@media (min-height: 540px) and (max-height: 650px) {
  .banner h1 {
    font-size: 45px;
    max-width: 470px;
    padding-top: 50px;
  }

  .banner p {
    font-size: 19px;
    line-height: 25px;
  }

  .fs-70 {
    font-size: 45px;
  }

  .fs-38 {
    font-size: 30px;
    line-height: 32px;
  }

  .summary {
    background-color: var(--secondary);
    padding: 35px 0;
    color: var(--theme-text-color);
  }

  .header-nav-2 .right a {
    font-size: 15px;
    font-weight: 500;
  }

  #header .btn-style {
    margin-left: 70px !important;
  }

  .fs-45 {
    font-size: 45px;
  }

  p {
    font-size: 18px;
    font-weight: 400;
  }

  .mySwiper {
    padding-top: 35px !important;
  }

  section.summary img {
    width: 75px !important;
  }

  .involved-img-wrap {
    position: relative;
    width: 260px;
    max-width: 100%;
  }

  .get_involved .mb-5.text-center {
    margin-bottom: 25px !important;
  }

  .involved-img-wrap h3 {
    bottom: 11px;
    font-size: 24px;
  }

  .partners .col-lg-12.mb-5 {
    margin-bottom: 50px !important;
  }

  .involved-img-wrap h5 {
    bottom: 15px;
  }
}

@media (min-width: 991px) {
    .approch-slider-section .postSlider2{
      margin-left: -120px;
    }
    .getintouch-section .contact-form { 
        margin-top: -200px;
    }
    
}



