/*--------------------------------------------------------------------- 
File Name: responsive.css 
---------------------------------------------------------------------*/

@media (min-width: 1343px) and (max-width: 1500px) {
  
}

@media (min-width: 1200px) and (max-width: 1342px) {
   
  
}

@media (min-width: 992px) and (max-width: 1199px) {
   
    .site-navbar ul li {
        padding-right: 37px;
    }
   
   ul.recent li {font-size: 13px;}
   .titlepage h2 {
    font-size: 39px;
    line-height: 39px;
   }
   .col-md-3 {
    width: calc(33.33% - 20px);
}
}

@media (min-width: 768px) and (max-width: 991px) {
   
    .site-navbar ul li {
        padding-right: 7px;
    }
   ul.email li {
        padding-right: 11px;
    }
    .willom  h1 {
        font-size: 56px;
        line-height: 70px;
    }
   
    .about .titlepage {padding-bottom: 30px; max-width: inherit;}
    .titlepage h2 {
        font-size: 37px;
        line-height: 37px;
    }
    .nostrud h3 {
        font-size: 20px;
        line-height: 21px;
    }
    .point h3 {
    max-width: 159px;
    height: 159px;
    }
    .services_box h3 {
        font-size: 22px;
        line-height: 21px;
   }
   .veget {
    padding: 30px 15px;
    width: auto;
    height: 270px;
    }   

}

@media (min-width: 576px) and (max-width: 767px) {
  
    
   .willom h1 {
    font-size: 49px;
    line-height: 60px;}
    #myCarousel .carousel-control-next {
        right: 1%;
    }
    #myCarousel .carousel-control-prev {
        left: 1%;

    }
   .titlepage h2 {
    font-size: 46px;
    line-height: 50px;
    }
    
   .about_img {
    margin-top: 30px;
}
    .about .titlepage { max-width: inherit;}
    
    .masonry-grid-item {
        width: 48%; /* Adjust for smaller screens */
    }
    .d_none {
        display: none !important;
    }
    .services_box {
    max-width: 371px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
    .latest {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 55px;
    }
    .flot_right {float: inherit;}
    ul.social_icon {
    text-align: center;
    margin-top: 20px;
}
    /* navbar css for mobile start */
    .nav-toggler {
        display: block;
        position: absolute;
        right: 15px;
        z-index: 99999;
        border: none;
    }
    .site-navbar {
        min-height: 60px;
    }
    .site-navbar ul {
        position: absolute;
        width: 100%;
        left: -15px;
        top: 60px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        z-index: 99999;
        box-shadow: 0 0 10px rgb(192, 190, 182);
    }
    .site-navbar ul li {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
   .site-navbar ul li a {
        padding: 0px 25px 0px 25px;
        line-height: 40px;
    }
    .site-navbar ul.open {
        max-height: 100vh;
        padding-bottom: 25px;
        overflow: visible;
    }
    /* navbar css for mobile end */
}

@media (max-width: 575px) {

    .logo {
        display: flex;
        align-items: center;
        justify-content: start;

    }
    .logo img{
        max-height: 65px;
        width: auto;
    }
    #openLanguageModal{
        position: absolute;
        height: 50px;
        width: auto;
    }
    .header-area{
        height: 75px;
    }
    .willom {
        margin-top:-14em;
    }
    .willom h1 {
        font-size: 20px;
        line-height: 40px;
        padding: 10px;
    }
    #banner1 .carousel-item img{
        background-size: cover;
        height: 93vh;
    }

    #banner1 .carousel-control-prev,
    #banner1 .carousel-control-next {
        display: flex !important;
    }
    .fa-angle-right:before {
        content: "\f105";
        font-size: 0.6em;
        position: relative;
        bottom: 10px;
    }
    .fa-angle-left:before {
        content: "\f104";
        font-size: 0.6em;
        position: relative;
        bottom: 10px;
    }
    .about{
        padding: 28px;
    
    }

    .titlepage span{
        font-size: 23px;
    }
    .about .titlepage h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .about .titlepage p{
        font-size: 13px;
        line-height: 20px;
    }
    
    .read_more{
        font-size: 15px;
        background: #323232;
        max-width: 150px;
        width: 100%;
        transition: ease-inall 0.5s;
        color: #fff;
        display: block;
        height: auto;
        line-height: 65px;
        text-align: center;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .about_img {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .masonry-grid-item {
        width: 100%; /* Single column on very small screens */
    }
    .masonry-grid-item {
        width: auto;
        margin-bottom: 10px;
        box-sizing: border-box;
        padding: 5px;
    }
    .about .titlepage { max-width: inherit;}
    .product_box_main{
        margin-right: 10px ;
        margin-left: -5px;
    }
    .custom {padding: 40px 12px;}
    .services_box {
        max-width: 290px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .import-box {
        border: none;
        
    }
    .import-box h2,.export-box h2{
        font-size: 35px;
    }
    .import-box p,.export-box p{
        font-size: 13px;
    }
    .latest {
        max-width: 317px;
        margin: 0 auto;   
        margin-top: 30px;
    }
    .titlepage h2 {
        line-height: 40px;
        font-size: 28px;
    }
    .d_none {
        display: none !important;
    }
    .point h3 {
        font-size: 25px;
        max-width: 150px;
        height: 150px;
    }
    .point span{
        font-size: 18px;
    }
    .services_box_main{
        width: 300px;
        margin: 0 auto;
    }
    .services_box h3{
        font-size: 25px;
    }
    .services_box p{
        font-size: 13px;
        line-height: 20px;
    }   
    .veget{
        height: auto;
        margin: 0 auto;
    } 
    .flot_right {float: inherit;}
    ul.social_icon {
        text-align: center;
        margin-top: 20px;
    }
    .main_form .form_control{
        font-size: 15px;
    }
    .main_form .send_btn{
        font-size: 15px;
        transition: ease-inall 0.5s;
        background-color: #323232;
        text-transform: uppercase;
        color: #fff;
        max-width: 150px;
        width: 100%;
        display: block;
        font-weight: 500;
        height: 60px;
        line-height: 60px;
        margin: 0 5px;
        border-radius: 10px;
    }
    .subsci_btn {
        font-size: 16px;
        transition: ease-inall 0.5s;
        background-color: #6b7908;
        text-transform: uppercase;
        color: #fff;
        display: block;
        font-weight: normal;
        line-height: 50px;
        height: 50px;
        max-width: 60px;
        width: 100%;
        display: block;
        border: inherit;
        border-radius: 0px;
    }
    .newsl{
        height: 45px;
        background: #fff;
        color: #c9c7c7;
        font-size: 15px;
        font-weight: normal;
        box-shadow: inherit;
        padding: 0 15px;
        border: #fff solid 2px;
        margin-bottom: 20px;
    }
    .nostrud p{
        font-size: 13px;
        line-height: 20px;
    }
    .footer_links li a{
        font-size: 14px;
        line-height: 20px;
    }
    .no-wrap-number{
        font-size: 15px;
    }
    .top_infomation li a{
        font-size: 15px;
    }
    .copyright .copy_text{
        font-size: 12px;
    }
    p{
        font-size: 15px;
    }
    .point h3{
        font-size: 30px;
        max-width: 150px;
        height: 150px;
    }
    .point span{
        font-size: 18px;
    }
    .whatsapp-icon{
        width: 40px;
        height: 40px;
    }
    .whatsapp-icon img{
        width: 30px;
        height: 30px;
    }
    /* navbar css for mobile start */
    .navbar-area {
        margin-top: -67px;
    }
    .nav-toggler {
        display: block;
        position: absolute;
        right: 15px;
        z-index: 99999;
        border: none;
    }
    .nav-toggler span{
        width: 28px;
        height: 3px;
    }
    .nav-toggler span::after{
        width: 28px;
        height: 3px;
    }
    .nav-toggler span::before{
        width: 28px;
        height: 3px;
    }
    .site-navbar {
        min-height: 60px;
    }
    .site-navbar ul {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        z-index: 99999;
        box-shadow: 0 0 10px rgb(192, 190, 182);
    }
    .site-navbar ul li {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
       .site-navbar ul li a {
    padding: 0px 25px 0px 25px;
    line-height: 40px;
    font-size: 13px;
}
    .site-navbar ul.open {
        max-height: 100vh;
        padding-bottom: 25px;
        overflow: visible;
    }

    #openLanguageModal{
       margin-right: -29px;
       margin-top: -12px;
       padding:8px 20px;
       height:40px;
       font-size: 12px;
    }
   .modal-content{
        display: flex;
        justify-content: center;
   }
   .language-options{
        justify-content: center;
        column-count: 2;
   }
   .modal-content h2{
        font-size: 14px;
   }
   .lang-btn{
    height: auto;
    width: 90px;
    justify-content: center;
    margin: 0 auto;
   }
}