/*
================+/+/+/+/+/+/+/+/+/=================
                    heigh
================+/+/+/+/+/+/+/+/+/=================
*/

@media only screen and (min-width: 1200px) {
    
    .mobile-menu{

            display: none;
        }

}

/*
================+/+/+/+/+/+/+/+/+/=================
                    medium
================+/+/+/+/+/+/+/+/+/=================
*/



@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .mobile-menu{

        display: none;
    }

    .header-area a.hello-btn {
    font-size: 13px;
    padding: 11px 28px;
}
.main-menu li a {
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
}
.logo a {
    font-size: 15px;
}
.logo img {
    width: 20px;
    height: 25px;
}
body{
    font-size: 14px;
}
.slider-text h1 {
    font-size: 36px;
}
.single-blog-text a {
    font-size: 15px;
}
.cta-area h1 {
    font-size: 28px;
}
.single-home-2-carousel p {

    font-size: 20px;
}
}






/*
================+/+/+/+/+/+/+/+/+/=================
                     tab
================+/+/+/+/+/+/+/+/+/=================
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .single-blog {
        width: 500px;
        margin: 0 auto;
    }

.header-area a.hello-btn {
    margin-top: 14px;
    padding: 10px 16px;
    font-size: 11px;
}
.mobile-menu ul.slicknav_nav {

    left: 20%;
}
.about-area.v3 p {
    font-size: 15px;

}
h1 {
    font-size: 28px;

}
.slider-text h1{
    font-size: 30px;
}


}






/*
================+/+/+/+/+/+/+/+/+/=================
                    Mobile menu
================+/+/+/+/+/+/+/+/+/=================
*/

@media only screen and (max-width: 991px) {
    
 .main-menu{

        display: none;
    }
    .single-service{
    margin-bottom: 30px;
}
.bg::after {
    
    display: none;
}
.footer-area .offset-1{
    margin: 0;
}
.logo a {
    font-size: 12px;
}
.blog-area h1{
    text-align: center;
}
    .subsrcibe-form-area h1{
    font-size: 22px;
}
.single-blog {
    margin-bottom: 30px;
}
a.sabscribe-btn {

    width: 49%;
}
input[type="email"] {
    width: 50%;

}
.single-home-2-carousel p {

    font-size: 15px;
}
}





/*
================+/+/+/+/+/+/+/+/+/=================
                    Mobile
================+/+/+/+/+/+/+/+/+/=================
*/

@media only screen and (min-width: 0px) and (max-width: 767px) {
    body{
        font-size: 13px;
    }
    h1{
        font-size: 24px;
    }
    .header-area .col-4{
    
        padding: 5px;
    }
    .logo img {
        width: 20px;
        height: 25px;
        margin-right: 5px;
    }
    .logo a {
        font-size: 11px;
        padding: 0;
        margin-top: 24px;
    }
    .header-area a.hello-btn {
        margin-top: 17px;
        font-size: 8px;
        padding: 10px 20px;
    }
    .slider-text p{
        font-size: 14px;
    }
    .slider-text h1 {

        font-size: 20px;
        line-height: 24px;
        margin: 20px 0;
        font-weight: 400;
    }

    .hero-area .homePage {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    a.hello-btn {
        font-size: 10px;
        padding: 10px 24px;
    }

    .single-about h1 {
        font-size: 20px;
    }

    .single-about {
        text-align: center;
    }

    .service-image img {
        height: 100px;
        width: 130px;
    }

    .recent-text h4 {
        font-size: 13px;
    }

    a.recent-h-link {
        font-size: 20px;
    }

    .single-carousel-top {
        margin-bottom: 40px;
    }

    .carousel-single p {
        font-size: 11px;
        margin: 10px 0;
    }

    .carousel-single h5{
        font-size: 14px;
    }

    .carousel-single h5 span {
        
        font-size: 12px;
    }

    .carousel-area .offset-3{
        margin: 0;
    }

    .single-blog-text a {
        font-size: 14px;
    }

    .cta-area .col-6{
        padding: 0;
        margin: 0;
    }

    .cta-area h1 {
        font-size: 15px;
    }

    .footer-area {
        text-align: center;
    }

    .subsrcibe-form-area .offset-3{
        margin: 0;
    }

    .subsrcibe-form-area h1 {
        font-size: 17px;
    }

    .about-area.v3 p {
        font-size: 13px;
    }

    .single-home-2-carousel p {

        font-size: 14px;
    }

    .hero-other .slider-text {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .single-home-2-carousel {


        margin: 5px 10px;
        padding-left: 4px;
        padding-right: 4px;


    }

    .carousel-homePages .owl-nav div {
        font-size: 35px;
        top: auto;
        left: 35%;
        bottom: 2%;
    }
    .carousel-homePages .owl-nav .owl-next {

        right: 35%;
    }

    #particles-js {

        height: 430px;
    }

    .video-bg{
        height: 430px;

    }

    .hero-area.previw .offset-2 {
        margin: 0;
    }
    .single-feauture {
    
    margin-bottom: 30px;
}
.demo-cta h1 {
    font-size: 20px;

}
.single-mobile-img.img-2 img {
    width: 200px;
    height: 300px;
}

}





/*
================+/+/+/+/+/+/+/+/+/=================
                    wid device
================+/+/+/+/+/+/+/+/+/=================
*/

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

    .container {

        width: 380px;
    }
    body{
        font-size: 15px;
    }
.slider-text h1 {
    font-size: 25px;
    line-height: 34px;
}
.single-about h1 {
    font-size: 24px;
}
  a.hello-btn {
    font-size: 11px;
    padding: 10px 25px;
}
.recent-text h4 {
    font-size: 14px;
}  
.carousel-image-list {

    left: 22%;
}
.single-blog-text a {
    font-size: 16px;
}
     .subsrcibe-form-area h1 {
    font-size: 22px;
}   
.about-area.v3 p {
    font-size: 15px;
}
.carousel-homePages .owl-nav div {

    left: 40%;

}
.carousel-homePages .owl-nav .owl-next {

    right: 40%;
}

}


/*=========================================================================
                                The end
==========================================================================*/