 /* ***Responsive media query*** */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width:1366px){ 
    .banner-content {
        position: absolute;
        top: 40%;
   
    }
}
@media (min-width: 992px) and (max-width:1199px){ 
    h1 {
        font-size: 60px;
    }
    .banner-text h2 {
     
        font-size: 27px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px){ 
    h1 {
        font-size: 45px;
    }
    li.mobile-hide {
        display: none;
    }
    
    li.mobile-show-icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    
    li.mobile-show-icon a {
        background: transparent;
    }
    
    header.sticky-header .contact-button ul li.mobile-show-icon a {
        background: transparent;
        padding: 0;
    }
    
    li.mobile-show-icon a img {
        -webkit-filter: invert(1);
                filter: invert(1);
        width: 100%;
        max-width: 33px;
    }
    
    nav.navagation-items ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 8px;
    }
    
    nav.navagation-items {
        position: absolute;
        width: 100%;
        background: #fff;
        color: #000;
        height: 104vh;
        margin: 0px -15px;
        z-index: 99999;
        padding-top: 8px;
        top: -1500%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    
    .contact-button ul li.mobile-show-icon a {
        padding: 0;
        background: transparent;
        border: none;
    }
    
    header {
        background: #000;
       
    }
    nav.navagation-items li a {
    color: #000 !important;
    font-size: 20px;
    display: block;
    text-align: center;
}

nav.navagation-items ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}
    .mobile-big-btn a {
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 12px 50px;
}

.mobile-big-btn {
    position: absolute;
    bottom: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.mobile-close button img {
    
width: 100%;
    
max-width: 14px;
}

.mobile-close button {
    margin-left: 0px;
    padding: 20px;
    border: none;
    background: none;
}
.mobile-close{
    display:block;
  }
  .nav-inner {
     
    -webkit-box-pack: center;
     
        -ms-flex-pack: center;
     
            justify-content: center;
}
.logo a img {
    width: 100%;
    max-width: 150px;
}
header.sticky-header {
     
/* padding: 0px; */
     
padding-top: 18px !important;
     
padding-bottom: 0;
}
.humberger i {
    color: #fff;
    font-size: 21px;
    padding: 20px;
    cursor: pointer;
}

.humberger {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display:block;
}
nav.navagation-items.show-menu {
    top: 0;
}
.mobile-big-btn a:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}
    .mobile-big-btn a:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

ul.sub-menu {
    position: static;
    background: transparent !important;
    padding-top: 0px !important;
    height: 0 !important;
    overflow: hidden !important;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

nav.navagation-items ul.sub-menu li a {
    border: none !important;
    padding: 5px 0px !important;
    text-align: center;
    white-space: pre-wrap;
}

li.submenu-item:hover .sub-menu {
    top: calc(100% - 0px - 0px)!important;
}
ul.sub-menu.submenu-show {
    height: auto !important;
    overflow: visible !important;
    padding-top: 10px !important;
}
li.submenu-item a i {
    -webkit-transform: rotate(0deg)!important;
        -ms-transform: rotate(0deg)!important;
            transform: rotate(0deg)!important;
}
li.submenu-item.icon-spning a i {
    -webkit-transform: rotate(180deg)!important;
        -ms-transform: rotate(180deg)!important;
            transform: rotate(180deg)!important;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

 
}

/* Extra small devices (portrait phones, less than 768px) */
@media (max-width: 767.98px) { 
    .article-overlay p br {
        display: none;
    }
    .service-area-inner ul {
        grid-template-columns: auto;
        justify-content: center;
        text-align: center;
    }
    .row {
 
        -webkit-box-orient: vertical;
 
        -webkit-box-direction: normal;
 
            -ms-flex-direction: column;
 
                flex-direction: column;
    }
    .col-6 {
        width: 100%;
    }
    h1 {
        font-size: 45px;
    }
    .banner-text h2 {
        color: #fff;
        padding-top: 18px;
        font-size: 20px;
    }
    .banner-area {
   
height: 800px;
   
width: 100%;
}
    .article-overlay {
 
        padding: 16px 16px;
        margin-bottom: 20px;
    }
    .banner-content {
   
top: 45%;
}
    .banner-text {
       
padding-top: 140px;
    }
    .banner-logo img {
        width: 100%;
        max-width: 132px;
    }
    .banner-text h1 {
 
padding-bottom: 16px;
 
line-height: 1.2;
 
}
    .services-row {
         
        -ms-grid-columns: auto;
         
        grid-template-columns: auto;
       
    }
    .services-wrap {
        padding: 16px 0px;
    }
    .right-two-service {
     
        -ms-grid-columns: auto;
     
        grid-template-columns: auto;
        
    }
    .single-service {
     
        min-height: 400px;
    }
    .cta-text h2 {
        font-size: 27px;
 
        padding-bottom: 20px;
    }
    .cta-text h3 {
        color: #fff;
        padding-top: 16px;
   
        font-size: 22px;
    }
    .cta-text {
        padding: 80px 0px;
    }
    .testimonial-wrap {
     
        max-width: 380px;
        margin: 0 auto;
    }
    button.arrow-right.slick-arrow {
        right: -24px;
    }
    button.arrow-left.slick-arrow {
        left: -24px;
    }
    .testimonial-wrap img {
       
        margin-bottom: 0;
    }
    .testimonial-area {
  
        padding: 50px 0px;
    }
    .footer-wrap {
      
-ms-grid-columns: auto;
      
grid-template-columns: auto;
      
-webkit-box-pack: center;
      
    -ms-flex-pack: center;
      
        justify-content: center;
      
gap: 8px;
    }
    h2 {
        font-size: 26px;
        line-height: 1.4;
    }
    h4 {
        font-size: 17px;
    }
    .content-box {
        margin-right: 0;
        padding: 24px;
        margin-bottom: 10px;
    }
    .content-image {
        margin-left: 0;
    }
    
    .single-service h3 {
        font-size: 25px;
    }
    .otherpage-banner-text h1 {
        font-size: 36px;
        color: #fff;
    }
    .otherpage-banner {
        height: 224px;
        background-position: 50% 50% !important;
        margin-top: 80px;
    }
    .otherpage-banner-content {
        bottom: 24px;
  
    }
    .row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cta-area {
        min-height: 200px;
        
    }
    nav.navagation-items.show-menu ul.sub-menu li a.active {
        background: transparent !important;
        color: #000 !important;
    }
    .testimonials-row {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    section.testimonials-section {
        padding-top: 50px;
         
    }
    .contactus-wrap h3 {
        font-size: 22px;
    }
    
    .contactus-wrap h2 {
        font-size: 32px;
    }
    
    section.contact-us-section {
        padding-top: 50px;
    }
    
    .contact-row {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    
    .contact-left {
        padding-bottom: 32px;
    }
    
    .contactus-wrap {
        padding-bottom: 32px;
    }
    
    .map-area {
        margin-top: 50px;
    }
    
    .contact-left h3 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    
    .single-contact-info p {
        margin-bottom: 16px;
    }
    
    .single-contact-info h4 {
        font-size: 16px;
    }
    .banner-area:after {
         
background-size: cover;
         
z-index: 9;
    }
    .container-fluids {
        padding: 0px 15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 400.98px) { 
    .testimonial-wrap {
        max-width: 320px;
        margin: 0 auto;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 575.98px) { 
    .testimonial-wrap {
     
        max-width: 340px;
        margin: 0 auto;
    }
}