@media (max-width:1619px) {
    /* Main Menu Area css
	============================================================================================ */
    .header_area .navbar .search {
        margin-left: 40px;
    }
    /* End Main Menu Area css
	============================================================================================ */
    .testimonials_area .owl-prev,
    .testimonials_area .owl-next {
        right: 15px;
    }
}

@media (max-width:1300px) {
    .testimonials_area .owl-prev,
    .testimonials_area .owl-next {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
        top: auto;
    }
    .testimonials_area .owl-prev {
        transform: rotate(90deg);
    }
    .testimonials_area .owl-next {
        transform: rotate(90deg);
        margin-left: -40px;
    }
}

@media (max-width:1199px) {
    /* Main Menu Area css
	============================================================================================ */
    .header_area .navbar .nav .nav-item {
        margin-right: 28px;
    }
    /* End Main Menu Area css
	============================================================================================ */
    /* Home Banner Area css
	============================================================================================ */
    .home_banner_area {
        min-height: 700px;
    }
    .home_banner_area .banner_inner {
        min-height: 700px;
    }
    /* End Home Banner Area css
	============================================================================================ */
    /* Element Area css
	============================================================================================ */
    .area-padding {
        padding: 80px 0;
    }
    .area-heading {
        margin-bottom: 50px;
    }
    /* End Element Area css
	============================================================================================ */
    /* Service Area css
	============================================================================================ */
    .service-area .single-service {
        margin-bottom: 30px;
    }
    /* End service Area css
	============================================================================================ */
    .testimonial-area .owl-dots {
        bottom: -30px;
    }
    #search_input_box {
        max-width: 930px;
    }
    .testimonial-area.area-padding {
        padding: 80px 0 100px;
    }
    .single-blog {
        margin-bottom: 30px;
    }
}

@media (max-width:991px) {
    /* Main Menu Area css
	============================================================================================ */
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
    }
    .header_area .navbar {
        background: #fff;
    }
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }
    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #0051d2;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav {
        padding: 0px 0px;
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        /* margin-top: 117px; */
    }
    .header_top .nav {
        padding: 0px;
    }
    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 40px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }
    .header_area .navbar .search {
        margin-left: 0px;
    }
    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }
    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px;
    }
    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        /* margin-top: 45px; */
    }
    /* End Main Menu Area css
	============================================================================================ */
    /* Blog page Area css
	============================================================================================ */
    .categories_post img {
        width: 100%;
    }
    .single-banner-slide h1 {
        color: var(--white);
        font-size: 30px;
        line-height: 34px;
        font-family: "Outfit", serif;
        margin-bottom: 7px;
    }
    .link-item {
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 2px 27px;
        color: #fff;
        font-size: 8px;
    }
    .single-banner-slide h6 {
        color: #fff !important;
        font-size: 15px;
        /* max-width: 50%; */
        margin-top: 17px;
        /* text-align: center; */
    }
    .categories_post {
        max-width: 360px;
        margin: 0 auto;
    }
    .blog_categorie_area .col-lg-4 {
        margin-top: 30px;
    }
    .blog_area {
        padding-bottom: 80px;
    }
    .single-post-area .blog_right_sidebar {
        margin-top: 30px;
    }
    /* End Blog page Area css
	============================================================================================ */
    /* Contact Page Area css
	============================================================================================ */
    .contact_info {
        margin-bottom: 50px;
    }
    /* End Contact page Area css
	============================================================================================ */
    .home_banner_area .donation_inner {
        margin-bottom: -30px;
    }
    .home_banner_area .dontation_item {
        max-width: 350px;
        margin: auto;
    }
    /* Footer Area css
	============================================================================================ */
    .footer-area .col-sm-6 {
        margin-bottom: 30px;
    }
    .single-footer-widget .form-group .main_btn {
        margin-top: 0;
    }
    /* End End Footer Area css
	============================================================================================ */
   
}

@media (max-width:767px) {
    .header_area+section,
    .header_area+row,
    .header_area+div {
        /* margin-top: 80px; */
    }
    .home_banner_area {
        min-height: 500px;
    }
    .home_banner_area .banner_inner {
        min-height: 500px;
    }
    .home_banner_area .banner_inner .banner_content {
        margin-top: 0px;
    }
    .single-banner-slide {
        height: 21vh !important;
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    
}



@media (max-width:575px) {
    .top_menu {
        display: none;
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        /* margin-top: 45px; */
    }
    /* Home Banner Area css
    ============================================================================================ */
    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 28px;
    }
    .home_banner_area {
        min-height: 500px;
    }
    .home_banner_area .banner_inner {
        min-height: 500px;
    }
    .blog_banner .banner_inner .blog_b_text {
        margin-top: 0px;
    }
    .home_banner_area .banner_inner .banner_content img {
        display: none;
    }
    .home_banner_area .banner_inner .banner_content h5 {
        margin-top: 0px;
    }
    
}

@media (max-width:480px) {
    
    .experience-year span {
        font-size: 57px;
        color: var(--secondary-color);
        font-weight: 600;
    }
    .text-exp {
        font-size: 20px !important;
        font-weight: 400 !important;
        color: var(--dark) !important;
        margin-left: 20px;
    }
    .product-action-button {
        display: flex
    ;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .download-btn,.enquiry-btn {
        
        width: 100% !important;
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media (MAX-width:380px) {
    .header_area .navbar .logo_h {
        color: #fff;
        height: 80px;
        WIDTH: 223PX !important;
        text-align: center;
        line-height: 69px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
    }
}


@media(max-width:992px) {
   
    .mobi-top {
        display: flex;
        justify-content: center !important;
    }
   
}
@media(min-width:992px) {
   
    .mobi-top {
        display: flex;
        justify-content: center !important;
    }
    .filter-sidebar {
        
        width: 100%;
        border-radius: 10px !important;
        
    }
    
}
@media(max-width:1200px) {
   
    .contact-style1_form {
        position: relative;
        display: block;
        width: 100% !important;
        /* margin: 0 auto; */
        max-width: 100% !important;
    }
   
}

@media(max-width:850px) {
   
    .home-hero{
        margin-top: 0px;
    }
   
}

@media(max-width:576px) {
   
    .header-top {
        padding: 9px 0px;
        position: relative;
        background-color: #cfecf8;
    }
}


@media(MIN-width:768px) {
    .footer-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        DISPLAY: FLEX !important;
        JUSTIFY-CONTENT: CENTER !important;
    }
}

@media (max-width:991px) {
    .custom-nav{
        display: none;
    }
    .mission-flex {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width:992px) {
    .call-desc p {
        padding-right: 30px;
    }
}
@media (max-width:1060px) {
   
    .bottom-frame,.header-plan{
        display: none;
    }
}


@media only screen and (max-width: 767px) {

    .revers-flex{
        flex-direction: column-reverse;
      }
      
    .contact-us-button{
        display: none;
    }
    .home-hero{
        margin-top: 0px;
    }
    .maskeimg h1 {
        font-size: 34px;
    }
    .custom-nav{
        display: none;
    }
    .widget-buttons-link {
        background-color: #26A688;
        border-radius: 30px;
        padding: 10px 40px;
        color: #fff;
        font-size: 12px;
    }
    .single-banner-slide {
        height: 47vh !important;

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .all-banner-slide .owl-nav {
        margin-top: 0;
        -webkit-transition: 1s;
        transition: 1s;
        line-height: 0.01;
    }
    .all-banner-slide .owl-nav [class*="owl-"] {
        margin: 0;
        position: absolute;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        padding: 0;
        background: #ffffff00 !important;
        color: #ffffff !important;
        display: inline-block;
        width: 18px;
        height: 31px;
        line-height: 56px;
        font-weight: 600 !important;
        text-align: center;
        font-size: 12px !important;
    }
    .all-banner-slide .owl-nav [class*="owl-"].owl-next {
        left: auto;
        right: 0;
    }
    .all-banner-slide .owl-nav [class*="owl-"]:hover {
        background: white;
        color: #008e98;
    }
    .owl-dots {
        text-align: center;
        margin-top: -36px;
        position: absolute;
        z-index: 99;
        right: 40%;
        display: none;
    }
    .owl-dots button.owl-dot {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc0;
        margin: 0 3px;
        border: 1px solid white;
    }
    .owl-dots button.owl-dot.active {
        background-color: #fff;
        padding: 9px;
    }
    .owl-dots button.owl-dot:focus {
        outline: none;
    }
    .single-banner-slide h2 {
        /* display: none; */
        line-height: 1.6;
        font-size: 27px;
        margin: 0;
    }
    .single-banner-slide p {
        /* display: none; */
        font-size: 12px;
    }
    .single-banner-slide a {
        /* display: none; */
        margin-top: 0px;
        padding: 7px 20px;
        font-size: 10px;
    }

    
}

@media (max-width: 600px) {
    .top-header a {
        color: var(--dark);
        margin-right: 10px;
        font-size: 12px;
    }
    .flex-col-reverse{
        flex-direction: column;
    }
    .link-item {
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 9px 4px;
        color: #fff;
        font-size: 13px;
        width: 100%;
        margin-bottom: 20px;
    }
}

