/* Large Desktop */
@media (max-width: 1400px) {
  .heroContent h1 {
    font-size: 2.8rem;
  }
  .heroContent p {
    max-width: 100%;
  }
  .abtContent p {
    font-size: 16px;
  }
  .abtFtNum p {
    font-size: 14px;
  }
  .abtFtNum > div p span {
    font-size: 37px;
  }
  .secTitle h2 {
    font-size: 3.5rem;
  }

  .serHd h3 {
    font-size: 1.1rem;
  }
  .serHd p {
    font-size: 14px;
  }
  .ABEwhySec .secTitle h2 {
    font-size: 3.5rem;
  }
  .whyBlk {
    padding-right: 0;
    padding: 20px;
  }
  .whyBlk h3 {
    font-size: 1.3rem;
  }
  .tstSldBlk {
    padding: 30px;
  }
  .ctaCont h3,
  .ctaCont h2 {
    font-size: 2.5rem;
  }
  .innerHeroTitle {
    font-size: 2.5rem;
  }
  .inPageBg {
    height: 380px;
  }
  .stat-box h3 {
    font-size: 1.5rem;
  }
  .stat-box {
    padding: 16px 5px;
  }
  .stat-box p {
    font-size: 0.8rem;
  }
  .ctBgImg {
    min-height: 420px;
  }
  .abeCr8 {
    width: calc(100% - 40px);
    margin: auto;
  }
  .ABEtestimonialSec .secTitle h2 {
    font-size: 3.5rem;
  }
  .serInContent h2 {
    font-size: 2.8rem;
  }
}

/* Desktop / Laptop */
@media (max-width: 1200px) {
  .heroContent p {
    font-size: 14px;
  }
  .heroContent {
    bottom: 60px;
  }
  .abtContent h2 {
    font-size: 2rem;
  }
  .abtFtNum > div p span {
    font-size: 27px;
  }
  .ABEserviceSec .secHead {
    display: block;
  }
  .ABEserviceSec .secHdEnd p {
    max-width: 90%;
    margin-left: 0;
  }
  .serInContent h2 {
    font-size: 2rem;
  }
  .blogHd h3 {
    font-size: 18px;
  }
  .blogDetailContent h2 {
    font-size: 2rem;
  }
  .abeHero{
    margin-top: 100px;
  }
  .site-branding img{
    width: 80px;
  }
  .navMenu a{
    font-size: 15px;
  }
  .innerPageHero{
    margin-top: 7rem;
  }
}

/* Tablet Landscape */
@media (max-width: 992px) {
  .inPageBg {
    height: 300px;
  }
  .contactFormBox,
  .contactInfoBox {
    padding: 25px;
  }
  .abeCr8::after,
  .abeCr8::before {
    width: 100px;
    height: 100px;
  }
  .abeHero::after {
    bottom: 40px;
  }
  .serHd h3 {
    font-size: 1.2rem;
  }
  .blogHd h3 {
    font-size: 20px;
  }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .noScroll{
        overflow: hidden;
    }
        .navMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 22;
        opacity:0;
        visibility:hidden;
        transition: all 0.3s ease-in-out;
        padding: 0 15px;
        transform: translateX(40px);
    }
    .navMenu.active {
        opacity:1;
        visibility:visible;
        transform: translateX(0);
    }
    .navMenu ul{
        display:block;
        padding-top: 100px;
    }
     .navMenu li{
        display:block;
        margin-bottom: 20px;
     }
  .resTogg {
    display: block;
  }
  .resTogg span {
    width: 30px;
    height: 2px;
    background-color: #1d1d1d;
    display: block;
    margin-bottom: 5px;
    position: relative;
    z-index: 22;
    transition: all 0.3s ease-in-out;
    
  }
  .resTogg.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }
    .resTogg.active span:nth-child(2) {
        transform: rotate(-45deg);
    }
.menu-item-has-children{
    position: relative;
}

.menu-item-has-children > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}

.menu-item-has-children > .sub-menu{

    position: static;
    display: none;

    opacity: 1;
    visibility: visible;

    transform: none;

    width: 100%;
    min-width: auto;

    padding: 10px 0 0;

    background: transparent;
    box-shadow: none;
    border-radius: 0;

}

.menu-item-has-children > .sub-menu li{
    margin: 0;
}

.menu-item-has-children > .sub-menu li a{

    margin: 0;
    padding: 12px 20px;
    display: block;
    text-align: left;
    width:fit-content

}

.menu-item-has-children > .sub-menu.active{
    display: block;
}
.submenu-toggle{

    position: absolute;
    right: 0;
    top: 50%;

    width: 30px;
    height: 30px;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: .3s;
}

.submenu-toggle.active{
    transform: translateY(-50%) rotate(45deg);
    top:0;
}
 .submenu-toggle{
        display: flex;
        font-size: 30px;
    }

  .resTab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .abeHero {
    height: 600px;
  }
  .msContainerH,
  .hrImgContain,
  .heroImg {
    height: 100%;
  }
  .heroImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .brSec {
    padding-bottom: 2rem !important;
  }
  .ABEprojectSec {
    padding-top: 0;
  }
  .ABEserviceSec {
    height: auto;
  }
  .ABEwhySec .secTitle h2 {
    max-width: 100%;
  }
  .res-none {
    display: none !important;
  }
  .whyBlk {
    padding: 34px;
  }
  .ABEtestimonialSec .secTitle h2,
  .secTitle h2 {
    font-size: 2.7rem;
  }
  .ctaCont {
    width: 100%;
  }
  .ABEctaSec {
    height: 450px;
  }
  .ABEctaSec::after {
    bottom: 0;
  }
  .innerPageHero {
    height: 300px;
  }
  .detailContent h2 {
    font-size: 1.7rem;
  }
  .detailContent h4 {
    margin-bottom: 0;
  }
}

/* Mobile Large */
@media (max-width: 576px) {
  .site-header.sticky .site-branding img {
    width: 75px;
}
    .rs-pt{
        margin-top: 20px;
    }
  .heroContent h1 {
    font-size: 2rem;
  }
  .heroContent {
    padding: 0 20px;
  }
  .heroImg::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 84%) 70%
    );
  }
  .mobileProjects {
    display: block !important;
  }
  .desktopProjects {
    display: none;
  }
  .projectSwiper .swiper-pagination {
    bottom: 0px !important;
  }

  .projectSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

    background: #eeeeee;

    opacity: 1;

    transition: 0.3s;
  }

  .projectSwiper .swiper-pagination-bullet-active {
    width: 28px;
    height: 10px;
    border-radius: 50px;

    background: linear-gradient(90deg, #12d8fa, #4a39c8);
  }
  .mobileProjects {
    padding-bottom: 40px !important;
  }
  .abeCr8::after,
  .abeCr8::before {
    width: 60px;
    height: 60px;
  }
  .serBgImg {
    padding: 0 20px;
  }
  .ABEserviceSec .secHead h2 {
    padding-bottom: 20px;
  }
  .ABEwhySec .secTitle h2 {
    font-size: 2.5rem;
  }
  .deskNav{
    display: none;
  }
  .mobNav{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .ABEtestimonialSec .secTitle h2{
    margin-bottom: 20px;
  }
  .ABEtestimonialSec,
  .ABEblogSec{
    padding-top: 0;
  }
  .ctBgImg {
    padding:0 18px;
  }
  .ctBgImg::before{
    background: linear-gradient(142deg, rgba(18, 12, 72, 0.03) 0%, rgb(30 37 102 / 59%) 37%, rgba(18, 12, 72, 1) 100%);

  }
  .ftrContent{
    padding-bottom: 20px;
  }
  .cprBtm{
        display: block;
    text-align: center;
  }
  .circle-btn{
    width: 44px;
    height: 44px;
  }
  .abeCr8 {
        width: calc(100% - 20px);
        margin: auto;
    }
    .abtFtNum{
        margin-bottom: 20px;
    }
    .ABEprojectSec .secHdEnd{
        display: none;
    }

}

/* Small Mobile */
@media (max-width: 321px) {
    .navBtn {
        display: none;
    }
}
