/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 767px){
    .work-flow-area1 .col-md-2.col-sm-12{
        width:50%!important;
    }
    .contact-us-form.p-5{
        padding:10px!important;
    }
     .testimonial-section  .custom-arrow.owl-theme .owl-nav {
        position: absolute;
        left: 39%;
        bottom: -53px;
    }
    .fixed-top.affix {
    top: 0px;
}
    .home-slider .custom-dot.owl-theme .owl-dots, .custom-arrow.owl-theme .owl-nav {
    position: absolute;
    left: 38%;
    bottom: 10px;
    }
    .fixed-top {
    top: 0px;
    }
 
    #header-top-bar{
        display:none;
    }
    .header-top-bar{
        display:none;
    }
    .home-slider img{
        height:160px;
    }
}
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }
    
.ew_solution ul.ews_btns li {
    width: 100%;
}    
.ew_solution ul.ews_btns li a:before {
    right: -3px;
    top: -3px;
}    
#header-top-bar .col-md-5.col-lg-5{
    display:none;
}  
#header-top-bar .col-md-7.col-lg-7{
    padding:0px;
}
.topbar-right {
    text-align: center;
}
.author-info .media-body {
    left: 0;
} 
.topbar-right ul li a {
    font-size: 12px;
}
.topbar-text ul li {
    font-size: 15px;
    width:25%;
    text-align:center;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.topbar-text ul li:not(:last-child){
    margin-right: 00px;
}

#header-top-bar {
    background: #0f5fdc;
    position: fixed;
    top: 0;
    z-index:9;
    height: 40px;
    width: 100%;
}
.contact-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 0;
    text-transform: capitalize;
}
.contact-info .icon {
    background: #0f5fdc;
    border-radius: 50%;
    width: 42px;
    text-align: center;
    height: 42px;
    margin-right: 15px;
    float: left;
    left: 15px;
    position: absolute;
}
.contact-info {
    margin: 15px 0px;
    padding: 12px 0px 0px 45px;
}
.contact-right .ml50{
    margin-left:0px;
}
    .contact-section:before{
        display:none;
    }
.portfolio-item h5 {
    font-size: 7px;
}   
.our-portfolio-section .col-md-3:last-of-type {
    margin-bottom: 0;
    width: 50%;
}
.our-portfolio-section .col-md-3{
    width:50%;
} 
.portfolio-item img {
    height: auto;
}
.home-slider {
    margin-top: 103px;
}    
    .page-breadcrumb {
        position: relative;
        width: 100%;
        margin-top: 103px;
    }
    .topbar-text ul li:not(:last-child) {
        margin-right: 0px;
    }
    .ptb-60 {
        padding: 30px 0;
    }
    p:not(:last-child) {
      
        margin-top: 8px;
    }

    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 1.7441em;
    }
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
      padding-top: 50px;
    }
    .ptb-150{
        padding: 90px 0;
    }
    .hero-slider-content h1{
        font-size: 2.25rem;
    }
    .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: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card{
        margin-bottom: 0;
    }

    /*all col*/
    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;
    }
}

/*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) {

}