
@media only screen and (min-width:200px) and (max-width:767px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}

/*@media only screen and (max-width: 678px) {
}*/

@media only screen and (max-width:1919px) {
    
}

@media only screen and (max-width:1399px) {
    .features_area {
        padding: 30px 15px 35px;
    }
    .services_area {
        padding: 58px 5px 30px;
        min-height: 194px;
    }
    .services_area p{
        padding: 0 25px;
    }
    .accordion-button {
        font-size: .87rem;
    }
    .features_sec.blog_sec .content_sec {
        height: 335px;
    }
    .headline h2, .blog_details_txt h2 {
        font-size: 29px;
    }
    /***********************************
                Inner Page
    ***********************************/
    .inner_page .testimonial1_sec {
        height: 400px;
    }
    .sidebar-title h3 {
        font-size: 23px;
    }

}
@media only screen and (max-width:1239px) {
    /* .services_area {
        padding: 58px 5px 30px;
        min-height: 220px;
    } */
    .services_area p {
        padding: 0 15px;
    }
}
@media only screen and (max-width:1199px) {
    .features_area .features_txt h3 {
        font-size: 17px;
        margin-top: 19px;
        margin-bottom:19px;
    }
    .features_area .features_txt p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .headline h2, .blog_details_txt h2 {
        font-size: 24px;
    }
    .sidebar-title h3 {
        font-size: 20px;
    }
    .headline h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .about_sec .about_list li a {
        font-size: 17px;
    }
    .services_area h4 {
        font-size: 13px;
        padding-bottom: 12px;
        min-height: 44px;
    }
    .testimonial {
        padding: 15px 20px;
    }
    .testimonial h3 {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .testimonial p {
        font-size: 14px;
    }
    .testimonial .client_txt h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .testimonial .client_txt h5 {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .accordion-button {
        font-size: 13px;
    }
    .big_footer h4 {
        font-size: 19px;
    }
    .footer_menu li {
        padding: 0 0 5px 0;
    }
    .footer_menu li a {
        font-size: 13px;
    }
    .features_sec.blog_sec .blog_area .blog_img .date_txt img {
        margin-top: -5px;
    }
    .social-circle li a {
        width: 33px;
        height: 33px;
        font-size: 15px;
        line-height: 31px;
    }
    .features_sec.blog_sec .blog_area h3 {
        font-size: 17px;
    }

    /************************/

    .inner_page .testimonial1_sec {
        height: 325px;
    }
    .parallax_sec {
        padding: 99px 0;
        min-height: 442px;
    }
    .team_area .team_txt h3 {
        font-size: 17px;
    }
    .team_area .team_txt p {
        font-size: 12px;
    }
    .about_sec {
        padding-top: 60px;
        padding-bottom: 75px;
    }
    .experience_area {
        width: 192px;
    }
    .experience_area h3 {
        font-size: 23px;
    }
    .recommendation_card {
        padding: 25px 25px;
    }
    .recommendation_card h3 {
        font-size: 27px;
    }
    .clickme {
        font-size: 16px;
    }
    .inner-banner-section .inner-banner-txt h2 {
        font-size: 32px;
    }



}
@media only screen and (max-width:991px) {
    .logo_area {
        width: 263px;
        margin: 12px auto 5px auto;
        transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    }

    header.fixed-header-top .logo_area {
        width: 200px;
        transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    }
    .headline_area {
        padding-top: 83px;
        padding-bottom: 88px;
    }
    .content_sec {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }
    .content_area {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
    }
    .about_sec {
        padding-top: 0;
        padding-bottom: 50px;
    }

    header .justify-content-between {
        justify-content: center !important;
    }

    .services_area h4 {
        font-size: 16px;
        padding-bottom: 12px;
        min-height: 44px;
    }

    .faq_sec {
        padding-bottom: 110px;
    }
    .features_sec.blog_sec .content_sec {
        height: auto;
    }
    .features_sec.blog_sec {
        padding-bottom: 20px;
    }
    .about_footer {
        text-align: center;
        border-bottom: #0f132f 1px solid;
        margin-bottom: 21px;
    }
    .services_list {
        margin: 25px 0 0 0;
    }
    .overlay h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .overlay p {
        font-size: 14px;
        margin-bottom: 27px;
    }
    #blog-carousel .owl-nav .owl-prev, 
    #blog-carousel .owl-nav .owl-next {
        top: 75px;
        bottom: 0;
        margin: auto;
        width: 38px;
        height: 38px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        line-height: 37px;
        background-color: rgba(var(--ct-orenge-rgb),1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }
    #blog-carousel .owl-nav .owl-prev:hover, 
    #blog-carousel .owl-nav .owl-next:hover {
        background-color: rgba(var(--ct-orenge-rgb),.7);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }

    #blog-carousel .owl-nav .owl-prev {
        left:15px;
    }
    #blog-carousel .owl-nav .owl-next {
        right:15px;
    }
    #blog-carousel .owl-nav .owl-prev, #blog-carousel .owl-nav .owl-next {
        top: 115px;
    }
    .overlay {
        width: 380px;
        height: 243px;
    }
    /***************************************
                Inner Pages
    **************************************/
    .inner_page .about_sec{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mbm-3{
        margin-bottom: 30px;
    }
    mtm-3{
        margin-top: 30px;
    }
    .inner_page .faq_area{
        margin-bottom: 30px;
    }
    .about_page_sec.inner_page .testimonial1_sec {
        height: auto;
        margin-bottom: 50px;
    }
    .inner_page.features_sec.blog_sec .content_area {
        top: 0;
    }
    .sidebar .recent-posts .post {
        padding-left: 0;
    }
    .sidebar .recent-posts .post .post-thumb {
        position: relative;
        width: 100%;
    }

    .sidebar-title h3 {
        font-size: 18px;
    }
    .sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
        padding: 10px 60px 10px 15px;
    }
    .inner-banner-section .inner-banner-txt h2 {
        font-size: 28px;
    }

    .contact_page_sec .about_sec .headline h2 br{
        display: none;
    }
    .order_M{
        order: -1;
    }
}
@media only screen and (max-width:767px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    header .justify-content-between {
        justify-content: space-between !important;
    }

    .overlay {
        width: 269px;
        height: 187px;
    }
    .overlay h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .overlay p {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 1.3;
    }
    .btn-orng {
        padding: 8px 21px;
        font-size: 15px;
    }

    .logo_area {
        width: 263px;
        margin: 0;
    }
    .big_footer h4 {
        font-size: 19px;
        text-align: left;
    }
    .big_footer h4.ms-4  {
        margin-left: 0 !important;
    }
    .footer_menu {
        text-align: left;
        margin-bottom: 25px !important; 
        text-align: center;
    }
    .footer_menu.ms-4 {
        margin-left: 0 !important;
    }
    .big_footer h4 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .contact-info {
        text-align: center;
    }
    .big_footer h4::after {
       
        right: 0;
        margin: 0 auto;
    }
    .headline_area {
        padding-top: 55px;
        padding-bottom: 25px;
    }
    #banner-carousel .item::after {
        width: 70%;
    }
    .services_sec {
        padding: 83px 20px 55px;
    }
    #service-carousel .owl-nav .owl-prev {
        left:-20px;
    }
    #service-carousel .owl-nav .owl-next {
        right:-20px;
    }

    .parallax_sec {
        padding: 57px 0;
        min-height: 272px;
    }
    .img_hover:hover {
        transform: none;
    }
    .sidebar .recent-posts .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 65px;
        height: auto;
    }
    .sidebar .recent-posts .post {
        position: relative;
        min-height: 65px;
        padding-left: 85px;
        margin-bottom: 25px;
    }
    .recommendation_card {
        text-align: center;
    }

}
@media only screen and (max-width:670px) {
    .overlay h1 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .overlay p {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .overlay {
        width: 269px;
        height: 134px;
    }
    .about_img1 {
        width: 260px;
        height: 260px;
    }

}
@media only screen and (max-width:530px) {
    .overlay {
        width: 209px;
        height: 101px;
    }
    .overlay h1 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .overlay p {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }
    .btn-orng {
        padding: 5px 15px;
        font-size: 15px;
    }
    #banner-carousel .item::after {
        width: 88%;
    }
    .about_img1 {
        width: 230px;
        height: 230px;
    }
    #banner-carousel .owl-nav .owl-prev, #banner-carousel .owl-nav .owl-next {
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 23px;
    }
    .headline_area {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media only screen and (max-width:530px) {
    .overlay {
        width: 209px;
        height: 101px;
        bottom: auto;
        top: 24px;
    }
    .headline h2 br{
        display: none;
    }
    #blog-carousel .owl-nav .owl-prev, #blog-carousel .owl-nav .owl-next {
        top: 0;
    }

    .inner-banner-section .inner-banner-txt {
        width: 90%;
    }


}	
@media only screen and (max-width:430px) {
   .about_sec .about_list {
        margin: 15px 0;
    }
    .about_sec .about_list li {
        margin: 0 0 3px 0;
    }
   .about_sec .about_list li {
        width: 100%;
    } 
    .about_sec .about_list li a {
        font-size: 14px;
    }
    .inner_page .about_sec.orenge_bg h5{
        font-size: 14px;
        margin: 0 0 3px 0 !important;
    }
    .inner-banner-section .inner-banner-txt h2 {
        font-size: 28px;
    }


}

@media only screen and (max-width:399px) {
    .logo_area {
        width: 184px;
        margin: 0;
    }
    .logo_area img{
        width: 100%;
    }
    .headline h2, .blog_details_txt h2 {
        font-size: 20px;
    }
    .sidebar-title h3 {
        font-size: 18px;
    }
    .about_img1 {
        width: 194px;
        height: 195px;
    }
    .overlay {
        width: 159px;
        height: 93px;
        bottom: auto;
        top: 25px;
    }
    .overlay h1 {
        font-size: 9px;
        margin-bottom: 0;
    }
    .overlay p {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .btn-orng {
        padding: 5px 15px;
        font-size: 12px;
    }
    .experience_area {
        width: 149px;
    }
    .experience_area h3 {
        font-size: 17px;
    }
    .inner-banner-section .inner-banner-txt h2 {
        font-size: 20px;
    }
    

}



/********************@media only screen and (min-width:1201px)********************/

	

/********************@media only screen and (min-width:1201px)********************/
