/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 18px !important;
        line-height: 30px;
    }
    .case-study-content h3{
        font-size: 17px;
    }
    .lead{
        font-size: 18px;
        line-height: 30px;
    }
    .testimonial-quote-wrap h5{
        font-size: 15px;
    }
    .client-say p{
        font-size: 16px;
    }
    .mt--120{
        margin-top: -50px;
    }
    .navbar-brand img{
        width: 250px;
    }
    .pt-150{
      padding-top: 50px;
    }
    .ptb-150{
        padding: 90px 0;
    }
    .about-us-content-wrap h3{
        font-size: 21px !important;
        line-height: 30px !important;
    }
    .promo-single-wrap strong, b{
        font-size: 17px !important;
        color: #fff !important;
    }
    .hero-slider-content{
        text-align: center;
        padding-top: 0 !important;
    }
    .item-inner h3{
        font-size: 14px;
    }
    .mb-0{
        margin-bottom: 15px !important;
    }
    .ctd-f{
        background: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        border-bottom: 0;
    }
    .rev{
        padding: 20px;
    }
    .accordion-faq.accordion > .card .card-header h6{
        font-size: 15px;
    }
    .mt-top{
        margin-top: 40px;
    }
    .srvc span{
        font-weight: 900;
        font-size: 13px;
    }
    .promo-info{
        line-height: 25px;
    }
    .srvc1 img{
        width: auto;
    }
    .single-counter h3{
        font-size: 32px;
    }
    .single-counter h5{
        font-size: 10px;
        margin: 0;
        line-height: 20px;
        font-weight: 600;
    }
    .gradient-bg{
        height: inherit;
        padding: 150px 0 50px;
    }
    .bgr{
        background-position: inherit;
    }
    .srvc img{
        width: 20px;
    }
    .srvc{
        margin-bottom: 15px;
    }
    .overlay-box{
        position: inherit;
        background: none;
        padding: 0;
        transform: none;
        box-shadow: none;
        top: 0;
        left: 0;
    }
    .overlay-box p{
        color: #222;
    }
    .area img{
        margin-right: 8px;
    }

    .area a{
        font-size: 15px;
        background: none;
        box-shadow: none;
        line-height: 15px;
        font-weight: 600;
        color: #333;
    }
    .image-box{
        display: none;
    }
    .navbar-brand{
        margin-bottom: 0;
    }
    .hero-slider-content h1{
        font-size: 20px;
        margin-bottom: 0;
        line-height: 38px;
    }
    .action-btns a.btn, .app-download-list li{
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub{
        top: -10px;
    }
    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100{
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn{
        margin-bottom: 10px;
    }
    .portfolio-item, .gap{
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap{
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .counter-wrap li{
        padding: 15px;
    }

    .contact-us-form .form-group{
        margin-bottom: 10px;
    }
    .form-group h3{
        font-size: 16px;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card{
        margin-bottom: 0;
    }
    .footer-nav-wrap h4{
        margin-top: 15px;
    }

    /*all col*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 0px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }

    .footer-bottom .row> div[class*='col-']:first-child{
        margin-bottom: 0 !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
        padding-top: 60px;
    }

    .action-btns a.btn{
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub{
        top: -10px;
    }
    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100{
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn{
        margin-bottom: 10px;
    }
    .portfolio-item, .gap{
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .counter-wrap li{
        padding: 15px;
    }

    .contact-us-form .form-group{
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card{
        margin-bottom: 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .footer-bottom .row> div[class*='col-']:first-child{
        margin-bottom: 0 !important;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
    .action-btns a.btn{
        margin-bottom: 15px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}