

@media (min-width: 320px) and (max-width: 767px) {
  
  #banner .banner-des {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 45px 20px 200px;
    width: 100%;
    }
    #banner .banner-des h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 45px;
    }
    #banner .banner-des p {
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        padding: 10px 0;
    }
    #banner .banner-des .btn-flex {
        margin-top: 20px;
        display: contents;
    }
    #banner .banner-des .btn-flex a{
    	width: 100%;
    	text-align: center;
    }
    #services {
        background-color: #000;
        padding: 20px 10px;
    }
    #services .heading h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #features .heading h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #features {
        background-color: #000;
        padding: 20px 10px;
    }
    #features .cards .des h3 {
        color: #fff;
        font-weight: 300;
        margin: 10px 0;
        font-size: 16px;
    }
    #features .cards .des .tags{
    	font-size: 12px;
    }
    #tabs{
    	padding: 20px 10px 30px;
    }
    #tabs .heading h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #tabs .btn-flex{
        display: inline-grid;
    }
    #tabs .btn-flex a.btn1{
        font-size: 12px;
    }
    #tabs .btn-flex a.btn2{
        font-size: 14px;
    }
    #tabs .img img {
        width: 100%;
        display: none;
    }
    #banner .banner-des .btn-flex .btn1{
    	margin-bottom: 10px;
    }
    #technology {
        padding: 40px 0;
        background-color: #fff;
    }
    #technology .heading h2 {
        color: #333e48;
        text-align: center;
        font-size: 24px;
        margin-bottom: 40px;
    }
      #technology .cards{
      	width: 43%;
      	margin-bottom: 10px;
      }
    #counter-stats{
        padding: 40px 20px;
    }
    #counter-stats .stats p {
        color: #fff;
        font-weight: 300;
        font-size: 16px;
    }
    #counter-stats .stats{
        margin-bottom: 50px;
    }
    #counter-stats .stats img {
        max-height: 150px;
        margin-bottom: 15px;
    }
    #counter-stats .stats .counting {
        color: #fff;
        height: 50px;
    }
    #logos {
        background-color: #fff;
        padding: 40px 10px;
    }
    #logos .heading h2 {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }
    #logos .heading p {
        font-size: 12px;
        width: 100%;
        margin: 0 auto;
    }
    #logos .img img {
        width: 120px;
        margin: 20px auto 0;
        display: block;
    }
    #blogs {
        background-color: #002b49;
        padding: 40px 10px;
    }
    #blogs .cards{
        margin-bottom: 15px;
    }
    #blogs .cards .des h4 {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    #blogs .cards .des {
        /*position: absolute;*/
        /*top: 100px;*/
        /*padding: 1 20px;*/
    }
    #footer .footer-bottom .logo img {
        width: 150px;
        margin-left: auto;
        display: none;
    }
    #footer .links {
        margin-bottom: 20px;
    }
    #footer .footer-top {
        padding-bottom: 10px;
    }
    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 8px;
        padding-right: 0;
    }
    .about-section .image-column .inner-column {
        position: relative;
        padding: 40px 40px 0px 0px;
        margin-left: 0;
    }
    .about-section .image-column .inner-column .image .overlay-box .year-box .number {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 85px;
        height: 85px;
        color: #00c1de;
        font-size: 48px;
        font-weight: 700;
        line-height: 90px;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #000000;
    }
    .about-section .image-column .inner-column .image .overlay-box {
        position: absolute;
        left: 10px;
        bottom: 48px;
    }
    .about-section .image-column .inner-column .image .overlay-box .year-box {
        position: relative;
        color: #252525;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4em;
        padding-left: 100px;
    }
    .testimonials .owl-carousel .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .testimonials .owl-carousel .owl-nav button i {
        color: #000;
        font-size: 50px;
    }
    .testimonials {
        margin: 40px 0 0;
    }
    #logos .owl-carousel .owl-nav button i {
        color: #000;
        font-size: 30px;
    }
    #features2 {
        padding: 40px 10px;
    }
    #about-banner{
        padding: 50px !important;
    }
    #about-des .des p {
        color: #fff;
        font-size: 14px;
    }
    #about-banner h2 {
        text-align: center;
        color: #fff;
        font-size: 30px;
    }
    #about-banner p{
        font-size: 12px;
    }
    #process ol.rounded-list {
        counter-reset: li;
        list-style: none;
        padding: 0px;
        margin: 0px 0 0;
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
    #process ol.rounded-list li {
        margin: 0;
        float: left;
        width: 50%;
        padding: 0px 0 0;
        text-align: center;
        margin-bottom: 20px;
    }
    #process .rounded-list p{
        font-size: 14px;
    }
    #process .rounded-list p:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        top: 0;
        margin-top: -51px;
        background: #000;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 3em;
        transition: all .3s ease-out;
        color: #fff;
        font-size: 18px;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
    #process ol.rounded-list li .stepS {
            display: block;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            font-weight: 500;
            padding-top: 45px;
    }
    #process ol.rounded-list:before{
        content: unset;
    }
    #blog-detail .des-detail {
        padding: 0;
    }
    #blog-detail .head-detail h3 {
        color: #fff;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
    }
    #detail-form {
        background: rgba(35, 157, 98, 0.05);
        padding: 40px 0px;
    }
    #blog-detail .head-detail .custom-flex p {
        font-size: 11px;
        font-weight: 500;
        color: #7E7E7E;
    }
    #blog-detail .des-detail .blog-detail-slider .img .heart {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0px 0px 29px -6px rgb(0 0 0 / 17%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9;
    }
    #blog-detail .des-detail .blog-detail-slider .img .heart p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 14px;
        color: #7E7E7E;
        padding: 0;
        margin: 0;
    }
    #blog-detail .des-detail .des h4 {
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
    }
    #blog-detail .des-detail .des ul {
        margin: 0;
        padding: 0 20px;
    }
    #blog-detail .des-detail .btn-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 30px 0;
        position: relative;
        flex-wrap: wrap;
    }
    #blog-detail .des-detail .btn-flex div a {
        background-color: var(--secondary-color);
        padding: 10px;
        color: #fff;
        text-decoration: none;
        border-radius: 6px;
        font-size: 10px;
    }
    #blog-detail .des-detail .btn-flex div{
        width: 32%;
        margin-bottom: 15px;
    }
    #blog-detail .des-detail .post-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0 0;
    }
    .services-nav .image-overlay .overlay {
        position: relative;
        width: 100%;
        background: rgb(67 63 63 / 80%);
        height: 100%;
        top: 0;
        right: 0;
        color: #fff;
        padding: 1rem;
    }
    .services-nav .image-overlay .overlay h4 {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        padding-bottom: 20px;
    }
    .services-nav .image-overlay .overlay .delivered li {
        display: inline-block;
        width: 32%;
        font-size: 24px;
        vertical-align: top;
        font-weight: bold;
        border-right: 1px solid rgba(255, 255, 255, 0.56);
        padding: 0 2%;
        text-align: center;
    }
    .services-nav .image-overlay .overlay .delivered li span {
        font-size: 10px;
        font-weight: 300;
        line-height: 1.3;
    }
    #navigation .nav-flex{
        overflow: auto;
        white-space: nowrap;
    }
    #navigation .nav-flex a {
        min-height: 50px;
        display: block;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        margin-right: 30px;
    }
    #navigation{
        padding: 10px 0;
    }
    #ser-contact .get-in-touch {
        width: 100%;
        margin: 0 auto;
    }
    .get-in-touch h2 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 30px;
    }
    .portfolio-section {
        padding: 50px 10px;
        background-color: #000;
    }
    .whatsapp-btn{
        display: none;
    }
    .hero-area {
        position: relative;
        width: 100%;
        height: 220px;
    }
    .ctb-btn {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    #footer {
        background-color: #010101;
        padding: 20px 10px 10px;
    }
    #footer .social-links ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .contact-info {
        width: 100%;
    }
    .contact-form{
        width: 100%;
        padding: 20px;
    }
    #contact-form {
        padding: 15px 0;
    }
    #features .cards1:hover{
        height: 300px;
    }
    #about-banner.products_banner h2{
        width: 90%;
        font-size: 26px;
    }
    #about-banner.products_banner{
        min-height: 250px;
        
    }
    .products_brief_img img{
        width: 100%;
        max-width: 50px;
    }
    .products_brief_img h5{
        font-size: 16px;
    }
    #kloudcault_archive{padding: 40px 0;}
    #kloudcault_archive .kloud_archive_smart, #kloudcscan_instant .kloud_archive_smart{padding: 30px 0;}
    #kloudcault_archive .kloud_archive_smart .kloud_archive_text, #kloudcscan_instant .kloud_archive_smart .kloud_archive_text{width: 100%; padding: 0 15px;}
    #kloudcault_archive .kloud_archive_smart h2, #kloudcscan_instant .kloud_archive_smart h2{font-size: 28px; margin: 0 0 20px;}
    #kloudcault_archive .kloud_archive_smart p, #kloudcscan_instant .kloud_archive_smart p{font-size: 18px;}
    #about-banner.kloudvault_banner, #about-banner.kloudvault_banner.kloudscan_banner{min-height: 300px;}
    #about-banner.kloudvault_banner h2{width: 90%; font-size: 24px;}
    #under_kloudvault_banner p, .kloud_vault_need .offer_wrapper h6{font-size: 16px;}
    .kloud_vault_need .section-title h2, #under_kloudvault_banner h2, #kloudcault_consultation h2{font-size: 22px;}
    .kloud_vault_need .offer_wrapper{padding: 15px;}
    .kloud_vault_need .offer_wrapper img{max-width: 50px; margin: 15px auto;}
    #kloudcault_consultation{padding: 50px 0 84px;}
    #kloudcault_consultation .kloud_archive_text{width: 100%;}
    #kloudcault_consultation .btn.btn-md{font-size: 14px; padding: 10px; max-width: 200px;}
    .kloud_vault_need.kloudscan_use .section-title h2{margin: 0 0 40px;}
    .kloud_vault_need.kloudscan_use{padding: 30px 0 20px;}
}




@media (min-width: 768px) and (max-width: 1024px){

    #banner .banner-des h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
    line-height: 60px;
    }
    .section-services .single-service .title{
        font-size: 20px;
    }
    #counter-stats .stats p{
        font-size: 16px
    }
    #logos .heading p {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }
    #blogs .cards .des h4 {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    #blogs .cards .des .logo-flex p {
        color: #fff;
        font-size: 14px;
    }
    .services-nav .image-overlay .overlay{
        padding: 2rem;
    }
    #footer {
        background-color: #010101;
        padding: 40px 10px;
    }
    
    #kloudcault_archive .kloud_archive_smart .kloud_archive_text,
    #kloudcscan_instant .kloud_archive_smart .kloud_archive_text{
        width: 100%;
        padding: 0 50px;
    }
    
    #under_kloudvault_banner p{font-size: 18px;}
    .kloud_vault_need .section-title h2, #under_kloudvault_banner h2{font-size: 30px;}
    #kloudcault_consultation h2{font-size: 32px;}
    #kloudcault_consultation .btn.btn-md{padding: 12px 20px; font-size: 18px; max-width: 250px;}
    #kloudcault_consultation.kloudscan_consult{padding: 70px 0;}
}







@media (min-width: 1025px) and (max-width: 1200px){
    #counter-stats .stats p{
        font-size: 16px;
    }
    #blogs .cards .des h4 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    #blogs .cards .des {
        position: absolute;
        top: 99px;
        padding: 0 20px;
    }
}