/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.wt-we-do-bg{
    position: relative;
    
  }
  .wt-we-do-bg::before{
     
    width: 631px;
      content: " ";
      background-image: url(img/map-bg-right.svg);
      position: absolute;
      right: 0px;
      top: 20px;
      height:557px;
  }
  .wt-we-do-bg::after{
     
    width: 631px;
      content: " ";
      background-image: url(img/map-bg-left.svg);
      position: absolute;
      left: -16px;
      bottom: 0;
      height:557px;
  }
  .text-position{
    position: relative;
    z-index: 9;
  }
  .serv{
    margin-bottom: 30px;
  }
  .serv-box{
    
    position: relative;
  }
  .serv-box h3{
    font-size: 18px;
    color: #000;
    line-height: 27px;
    font-weight: 500;
  }
  .serv-box p{
    font-size:16px;
    color: #8b8b8b;
    line-height: 24px;
  }
  .serv-box img{
    position: absolute;
    left: 25px;
    bottom: 25px;
  }
  .viewmorebtn{ 
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 12px 25px;
    width: fit-content;
    border-radius: 25px;
    margin-top: 35px;
  
  }
  .viewmorebtn i{
    font-size: 16px;
  }
  .viewmorebtn:hover{
    color: #000;
  }
  .serv-box .viewmorebtn{display: none;}
  .serv-box:hover{
    background: #1B54D9;
    border-radius: 16px 16px 16px 0px;
    border: 1px solid #1B54D9;
    
  }
  .serv-box:hover h3{
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    font-weight: 500;
  }
  .serv-box:hover p{
    font-size:16px;
    color: #fff;
    line-height: 24px;
  }
  .serv-box:hover img{
    display: none;
  }
  .serv-box:hover .viewmorebtn{display: block;}
  .serv-box .elementor-wrap-icon{
    order: 2;
  }
  .serv-box .lakit-animated-box__icon{
    position: absolute;
    bottom: 40px;
  }
  .dropusbg::before{
    width: 203px;
    content: " ";
    background-image: url(img/netbyte-icon.svg);
    position: absolute;
    right: 30px;
    top: 20px;
    height:200px;
  }
  .value-box h4{
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    color: #000;
  }
  .value-box p{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    padding-right: 50px;
  }
  .value-box .lakit-iconbox__subtitle {
    background:#000;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    padding-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
  }
  .blog-cont .lakit-posts__inner-content{ 
   
    position: absolute;
    bottom: 40px;
    width: 100%;
  }
  .blog-cont .lakit-posts__inner-content .lakit-posts__inner-content-inner{
    margin: 40px;
    background: #fff;
    padding: 20px;
    color: #000;
  }

  .blog-cont .lakit-posts__inner-content h3{
    font-size:20px ;
    font-weight: 600;
    line-height: 30px;
    color: #000;
  }
  .blog-cont .blog-meta{
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  .clients img{
    background: url(img/logo-bg.png);
    background-repeat: repeat;
    
    margin: 0;
    text-align: center;
    padding: 0 0 0 ;
    min-height: 128px;
  }
  .clients img {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
  }
  
  .clients img:hover {
    -webkit-filter: grayscale(0) !important;
    filter: none !important;
  }