/*--------------------------------------------------------------------- 
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;
   }
}

@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;
}

}

@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;}
  
    .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;
    }
    .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 {
        text-align: left;
    }
    .willom h1 {
        font-size: 27px;
line-height: 40px;padding: 46px 21px;
    }
    #myCarousel .carousel-control-next {
        right: 1%;
    }
    #myCarousel .carousel-control-prev {
        left: 1%;
    }
    .titlepage h2 {
        font-size: 37px;
        line-height: 45px;
    }
    .about_img {
    margin-top: 30px;
}
       .about .titlepage { max-width: inherit;}
       .custom {padding: 40px 12px;}
       .services_box {
    max-width: 371px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
    .latest {
        max-width: 317px;
        margin: 0 auto;
       
        margin-top: 30px;
    }
    .titlepage h2 {
        line-height: 40px;
        font-size: 28px;
    }
    .d_none {
        display: none !important;
    }
       .flot_right {float: inherit;}
    ul.social_icon {
    text-align: center;
    margin-top: 20px;
}
    /* navbar css for mobile start */
    .navbar-area {
        margin-top: -67px;
    }
    .nav-toggler {
        display: block;
        position: absolute;
        right: 15px;
        z-index: 99999;
    }
    .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;
}
    .site-navbar ul.open {
        max-height: 100vh;
        padding-bottom: 25px;
        overflow: visible;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}