/* nav media */
@media screen and (max-width: 970px) {
    .wrapper .icon-btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: var(--black);
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
        z-index: 1;
    }

    #menu-btn:checked~.icon-btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.icon-btn.menu-btn {
        display: block;
    }

    /* .nav-links li {
        margin: 15px 10px;
    } */

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
        color: var(--white);
    }

    .nav-links .drop-menu-help,
    .nav-links .drop-menu-dev {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop-help:checked~.drop-menu-help,
    #showDrop-dev:checked~.drop-menu-dev,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: var(--green);
    }

    .drop-menu-help li,
    .drop-menu-dev li {
        margin: 0;
    }



    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }

    nav .wrapper .btn-div {
        margin-left: auto;
        margin-right: 10px;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 12px
    }
}

/* @media only screen and(min-width:1081px) {
    .flex-banner .banner-row h1 {
        margin-top: 3rem;
    }
} */

/* all small screen */
@media only screen and (min-width: 300px) and (max-width: 1080px) {
    h4 {
        font-size: 1.4rem;
    }

    #banner-slider .owl-carousel .owl-item img {
        height: 600px;
        object-fit: cover;
    }

    header .logo img {
        max-width: 100px;
    }

    nav .wrapper .btn-div {
        margin-left: auto;
        margin-right: 10px;
    }

    #banner-slider .slide-content {
        top: 55%;
        left: 54%;
        width: 88%;
    }

    .logo-box.flex img {
        max-width: 100px;
    }

    #customers-testimonials .owl-nav .owl-prev,
    #customers-testimonials .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    #client-slider .owl-theme .owl-nav{right: 0;}
  

    #customers-testimonials .owl-nav .owl-next {
        right: -32px;
    }

    .blog-card-col .date-box {
        margin-bottom: -60px;
    }

    .blog-card-col .content-blog-box {
        padding: 1rem;
    }

    .icon-div.flex {
        gap: 0.5rem;
    }

    .footer li,
    .footer a,
    .footer p,
    .footer li a,
    .footer ul li,
    .footer-services h3,
    .footer-newsletter h3,
    .footer-about-us h3,
    .footer-contact h3,
    .footer-social h3 {
        font-size: 1.25rem;
    }

    .fa-bars,
    .fa-times {
        font-size: 20px;
    }

    .blog-card-col .content-blog-box {
        min-height: 140px;
    }

    .vision-row.flex,
    .customized-row.flex {
        flex-direction: column;
    }

    .vision-col.clip-path-sec.flex,
    .customized-col.card-sec.flex {
        margin-top: 2rem;
    }

    .customized-col.card-sec.flex {
        gap: 2rem;
    }
    #contact-banner, #blog-banner, #it-support-banner{ background-size: cover; background-position: center;}
    .flex-banner{min-height: 400px;}
    #client-slider{padding-bottom: 20px;}
	.check-list li {
		font-size: 1.3em;}
}

/* mobile and tablet  - min-767px and max*/
@media only screen and (min-width: 768px) and (max-width: 1080px) {
    html {
        font-size: 80%;
        /* 1rem = 10px */
    }


    p,
    li,
    a,
    .btn,
    .btn-secondary {
        font-size: 1.25rem;
    }

    .uni-padding {
        padding: 80px 0;
    }

    .empowering-row.flex .img-div {
        padding-right: 5%;
    }

    .wt-50-center {
        width: 70%;
        margin: 0 auto;
    }

    .serivce-cards-row.flex {
        gap: 1rem;
    }

    .service-cards-col {
        padding: 1.2rem;
    }

}

/* mobile */
@media only screen and (max-width: 767px) {
    html {
        font-size: 80%;
        /* 1rem = 10px */
    }

    p,
    li,
    a,
    .btn,
    .btn-secondary {
        font-size: 1.25rem;
    }

    .container-fluid,
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1,
    h2,
    .title-h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 1.2rem;
    }

    .uni-padding {
        padding: 60px 0;
    }

    .top-bar.flex,
    .empowering-row.flex,
    .service-fig-box.flex,
    .serivce-cards-row.flex,
    .dark-cta-row.flex,
    .blog-cards-box.flex,
    .footer-content.container.flex,
    .footer-bottom.flex,
    .icon-list.flex,
    .vision-col.clip-path-sec.flex, .contact-row.flex, .blog-about-wrapper.flex, #Categories-box .tab-row, .content-box .col-box.flex {
        flex-direction: column;
    }

    .strategies-row.flex {
        flex-direction: column-reverse;
    }

    .empowering-row.flex .img-div {
        padding-right: 0;
    }

    .wt-50-center {
        width: 100%;
    }

    .serivce-cards-row.flex>div,
    .blog-cards-box.flex>div {
        max-width: 100%;
    }

    .serivce-cards-row.flex .service-cards-col {
        min-height: 250px;
    }

    .footer-about,
    .footer-services,
    .footer-newsletter,
    .footer-about-us,
    .footer-contact,
    .footer-social {
        width: 100%;
    }

    .main-slider .slide-content .border-text.white-text {
        width: inherit;
    }

    .content-blog-box .btn {
        font-size: 1.25rem;
    }
    .vision-col.clip-path-sec {
        background-color: var(--primary);
        background-image: none;
    }
    .contact-row.flex>div:last-child{margin-top: 2rem;}
    .blog-content {
        padding-bottom: 1.5rem;
    }
    #dark-cta .white-text.text-uppercase{text-align: center;}
    #client-slider .owl-theme .owl-nav {

        top: -40%;}
	.contact-form-container{margin-top:2rem;}
.owl-theme.main-slider .owl-nav{padding: 0 5px;}
.service-fig-card.flex {
    width: 80%;
}
	.customized-col.card-sec.flex{flex-direction:column;}
	.vision-col.clip-path-sec.flex>div{max-width:100%}
.blog-card-col .content-blog-box h3 {
	min-height: 0;}
	
}