/* Small Mobile - START (320 * 440) */
@media (min-width: 320px) and (max-width: 440px) {

    .ptb {
        padding: 40px 0;
    }

    .heading h4 span {
        font-size: 35px;
    }

    .heading {
        padding-bottom: 30px;
    }

    .top_section {
        padding: 3px 0;
    }

    .top_section p {
        display: none;

    }

    .top_section .top_icon {
        text-align: center;

    }

    .header_section {
        padding: 10px 0;
    }

    .header_section img {
        height: 50px;
    }


    .navbar .dropdown ul a {
        border-bottom: none;
    }

    .search_btn {
        display: none;
    }

    .header_btn a {
        padding: 3px 8px;
        font-size: 14px;
        margin-left: 0px;
    }

    .navbar-mobile .header_btn {
        display: none;
    }


    .modal-body {
        padding: 30px 10px 20px;
    }


    .banner_section .carousel-item {
        padding: 50px 0 30px;
    }

    .banner_text {
        padding: 60px 20px 20px;
        text-align: center;
    }

    .banner_text h6 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .banner_text h6::after {
        display: none;
    }

    .banner_text h2 {
        font-size: 35px;
    }

    .banner_text p {
        width: 100%;
        font-size: 16px;
        font-weight: 300;

    }

    .banner_img img {
        padding-top: 10px;
        height: 300px;
    }

    .banner_section .carousel-control-prev {
        left: 5%;
        top: 85%;
    }

    .banner_section .carousel-control-next {
        right: 5%;
        top: 85%;
    }

    .about_img {
        margin: 0px 10px;
    }

    .about_text {
        margin-top: 20px;
        padding: 5px 10px;
    }

    .services_text .btn i {
        font-size: 12px;
    }


    .services_details_img_slider {
        margin: 0 40px 0px 0;
        display: block;
        width: 100%;
        float: left;
        padding-bottom: 40px;
    }


    .services_details_img_slider .left_arrow,
    .right_arrow {
        display: none;
    }

    .services_details_text h1 {
        font-size: 30px;
    }

    .services_details_text h2 {
        font-size:25px;
    }
    
     .services_details_img {
        padding-bottom: 10px;
        padding-right: 0px;
        display: block;
        width: 100%;
        float: left;
    }


    .counter_up {
        padding: 30px 0;
    }

    .counter_items img {
        height: 50px;
    }

    .counter_items h3 {
        font-size: 30px;
    }

    .counter_progress {
        padding: 20px 10px;
    }

    .portfolio_menu ul li {
        padding: 4px 10px;
        margin: 0px 3px;
        font-size: 14px;
    }

    .portfolio_venobox img {
        width: 100%;
    }


    .video_section {
        padding: 60px 0;
    }

    .video_content h5 {
        font-size: 26px;
        margin-top: 40px;
    }

    .video_content p {
        color: #baeeab;
        line-height: 1.6;
    }

    .title h6::after {
        display: none;
    }

    .title h6 {
        line-height: 1.6;
    }

    .testimonial_text h4 {
        padding-top: 0;
        font-size: 26px;
        padding-bottom: 30px;
        text-align: center;

    }


    .blog_slide .left_arrow {
        left: 37%;
        bottom: -40px;
    }

    .blog_slide .right_arrow {

        right: 37%;
        bottom: -40px;

    }

    .contact_form {
        padding: 20px;
        background: #101417;
        border-radius: 10px;
        margin: 10px 0;
    }

    .contact_text {
        padding: 5px;
    }

    .bottom_section p {
        line-height: 1.6;
    }

    .breadcrumb_section {
        padding: 100px 0 20px;
    }

    .breadcrumb_section h1 {
        font-size: 30px;
    }

    .ceo_info .ceo_img {
        height: 140px;
        width: 140px;
    }

    .ceo_info .ceo_text {
        padding-top: 10px;
    }

    .quote_section {
        padding: 20px 0;
    }

    .quote_text h4 {
        font-size: 26px;
        padding-bottom: 10px;
        line-height: 1.6;
    }

    .quote_text p {
        font-size: 16px;
    }

    .get_quote_form {
        padding: 20px;
        margin: 10px 0;

    }

}

/* Small Mobile - END (320 * 440) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Medium Mobile - START (441 * 575)*/
@media (min-width: 441px) and (max-width: 575px) {
    
    .ptb {
        padding: 40px 0;
    }

    .heading h4 span {
        font-size: 35px;
    }

    .heading {
        padding-bottom: 30px;
    }

    .top_section {
        padding: 3px 0;
    }

    .top_section p {
        display: none;

    }

    .top_section .top_icon {
        text-align: center;

    }

    .header_section {
        padding: 10px 0;
    }

    .header_section img {
        height: 50px;
    }


    .navbar .dropdown ul a {
        border-bottom: none;
    }

    .search_btn {
        display: none;
    }

    .header_btn a {
        padding: 3px 8px;
        font-size: 14px;
        margin-left: 0px;
    }

    .navbar-mobile .header_btn {
        display: none;
    }


    .modal-body {
        padding: 30px 10px 20px;
    }


    .banner_section .carousel-item {
        padding: 50px 0 30px;
    }

    .banner_text {
        padding: 60px 20px 20px;
        text-align: center;
    }

    .banner_text h6 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .banner_text h6::after {
        display: none;
    }

    .banner_text h2 {
        font-size: 35px;
    }

    .banner_text p {
        width: 100%;
        font-size: 16px;
        font-weight: 300;

    }

    .banner_img img {
        padding-top: 10px;
        height: 300px;
    }

    .banner_section .carousel-control-prev {
        left: 5%;
        top: 85%;
    }

    .banner_section .carousel-control-next {
        right: 5%;
        top: 85%;
    }

    .about_img {
        margin: 0px 10px;
    }

    .about_text {
        margin-top: 20px;
        padding: 5px 10px;
    }

    .services_text .btn i {
        font-size: 12px;
    }


    .services_details_img_slider {
        margin: 0 40px 0px 0;
        display: block;
        width: 100%;
        float: left;
        padding-bottom: 40px;
    }


    .services_details_img_slider .left_arrow,
    .right_arrow {
        display: none;
    }

    .services_details_text h1 {
        font-size: 30px;
    }

    .services_details_text h2 {
        font-size:25px;
    }


 .services_details_img {
        padding-bottom: 20px;
        padding-right: 0px;
        display: block;
        width: 100%;
        float: left;
    }




    .counter_up {
        padding: 30px 0;
    }

    .counter_items img {
        height: 50px;
    }

    .counter_items h3 {
        font-size: 30px;
    }

    .counter_progress {
        padding: 20px 10px;
    }

    .portfolio_menu ul li {
        padding: 4px 10px;
        margin: 0px 3px;
        font-size: 14px;
    }

    .portfolio_venobox img {
        width: 100%;
    }


    .video_section {
        padding: 60px 0;
    }

    .video_content h5 {
        font-size: 26px;
        margin-top: 40px;
    }

    .video_content p {
        color: #baeeab;
        line-height: 1.6;
    }

    .title h6::after {
        display: none;
    }

    .title h6 {
        line-height: 1.6;
    }

    .testimonial_text h4 {
        padding-top: 0;
        font-size: 26px;
        padding-bottom: 30px;
        text-align: center;

    }


    .blog_slide .left_arrow {
        left: 37%;
        bottom: -40px;
    }

    .blog_slide .right_arrow {

        right: 37%;
        bottom: -40px;

    }

    .contact_form {
        padding: 20px;
        background: #101417;
        border-radius: 10px;
        margin: 10px 0;
    }

    .contact_text {
        padding: 5px;
    }

    .bottom_section p {
        line-height: 1.6;
    }

    .breadcrumb_section {
        padding: 100px 0 20px;
    }

    .breadcrumb_section h1 {
        font-size: 30px;
    }

    .ceo_info .ceo_img {
        height: 140px;
        width: 140px;
    }

    .ceo_info .ceo_text {
        padding-top: 10px;
    }

    .quote_section {
        padding: 20px 0;
    }

    .quote_text h4 {
        font-size: 26px;
        padding-bottom: 10px;
        line-height: 1.6;
    }

    .quote_text p {
        font-size: 16px;
    }

    .get_quote_form {
        padding: 20px;
        margin: 10px 0;

    }
}

/* Medium Mobile - END (441 * 575) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Large Mobile - START (576 * 764)*/
@media (min-width: 576px) and (max-width: 764px) {}

/* Large Mobile - END  (576 * 764)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  TAB - START (765 * 991)*/
@media (min-width: 765px) and (max-width: 991px) {}

/*  TAB - END (765 * 991)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Laptop - START (992 * 1199)*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*  Laptop - END (992 * 1199)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Destop - START (1200 * 1300)*/
@media (min-width: 1200px) and (max-width:1500px) {}

/*  Destop - END (1200 * 1500)*/
/*---------------------------------------------------------------------------------------------------------------------*/