.header {
    background: url("img/slider-bg-1.png.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .header li a {
    color: #fff;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
  }
  
  .header li a:hover {
    color: black;
  }
  
  .content .cards .content_card {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
  }
  
  .content .cards .content_card:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 14px 38px 0px;
            box-shadow: rgba(0, 0, 0, 0.11) 0px 14px 38px 0px;
  }
  
  .content .cards .content_card img {
    width: 70px;
    height: 65px;
  }
  
  .body .back-img {
    background: url("img/3d-slider-shap.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .body .body_card {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .blog ul li {
    color: aqua;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  .blog ul li p {
    color: black;
  }
  
  .email textarea {
    resize: none;
  }
  
  .email .form-control {
    border: none;
    border-bottom: 1px solid #0D6EFD;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: grey;
  }
  
  ::-webkit-input-placeholder {
    font-style: italic;
    font-size: 13px;
    color: grey;
  }
  
  :-ms-input-placeholder {
    font-style: italic;
    font-size: 13px;
    color: grey;
  }
  
  ::-ms-input-placeholder {
    font-style: italic;
    font-size: 13px;
    color: grey;
  }
  
  ::placeholder {
    font-style: italic;
    font-size: 13px;
    color: grey;
  }
  
  .global {
    height: 500px;
  }
  
  .global .img {
    position: relative;
    z-index: 1;
    top: 50px;
  }
  
  .global .global_text {
    position: absolute;
    top: 150px;
    border-left: 10px solid #958FFE;
    -webkit-box-shadow: 0 10px 60px grey;
            box-shadow: 0 10px 60px grey;
    z-index: 2;
  }
  
  .footer {
    background: url("img/footer-bg.jpg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  @media screen and (max-width: 991px) {
    .back-img {
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      background: none !important;
    }
    .back-img:hover {
      -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 14px 38px 0px;
              box-shadow: rgba(0, 0, 0, 0.11) 0px 14px 38px 0px;
    }
    .bg_rgb{
        background: rgba(0, 0, 0, 0.5);
    }
  }
  /*# sourceMappingURL=style.css.map */