body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    background-color: #E7EEEF;
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)),url(../img/background.png) center center/cover no-repeat;
  }
  
  a {
    color: #47b2e4;
  }
  
  a:hover {
    color: #73c5eb;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
  }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #e42323;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}







  .digital-services {
    /* background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center; */
    background-size: cover;
    padding: 120px 0;
  }
  
  .digital-services h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    /* float:left; */
    margin-left:45%;
  }
  
  .digital-services h4{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    float:right;
  }
  .digital-services span {
   margin-top: -30px;
  }
  
  /* .online-order {
    background-color:#E7EEEF;
   } */
   
   .online-order .icon-box {
     margin-top: 20px;
     padding: 30px;
     position: relative;
     overflow: hidden;
     /* background: rgba(40, 58, 90, 0.9); */
     /* box-shadow: 0 0 29px 0 rgba(255, 255, 255, 0.568); */
     transition: all 0.3s ease-in-out;
     border-radius: 8px;
     height:300px;
     width: 300px;
     background-color: #d5e3ec;
     z-index: 0.5;
   }
   
   .online-order .icon-box::before {
     content: '';
     position: absolute;
     background: #d60000;
     right: -60px;
     top: -40px;
     width: 100px;
     height: 100px;
     border-radius: 50px;
     transition: all 0.3s;
     
   }
    
   .btn-call-now {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px 11px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
    margin-top:25px;
    margin-left: 30px;
    color: #fff;
    background:  #d60000;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
     display:none;
     
  }
  .btn-join-now {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
    margin-top:25px;
    margin-left: 30px;
    color: #fff;
    background:  #d60000;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
     display:none;
     
  }
   .online-order .icon-box:hover::before {
     background: #7adee6;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border-radius: 0px;
     opacity: 0.4;
     transition: top .5s ease;
     display:block;
   }
   
   .online-order .icon-box:hover .btn-call-now {
      display: block;


   }
   .online-order .icon-box:hover .btn-join-now {
    display: block;


 }
  

   .online-order .icon-box img{
     margin-top:-30px;
     padding-top: 0px;
     display: inline-block;
     text-align: center;
     border-radius: auto;
     transition: all 0.3s ease-in-out;
    
   
   }
   .online-order .icon-box:hover {
     transform: translateY(-10px);
   }
  
  

  .online-order .title {
    font-weight: 700;
    font-size: 22px;
    float:left;
    margin-top:-10px;
    margin-left: 30px;
  }
  
  .online-order .title a {
    color: #111;
  }
  
  .online-order .icon-box:hover .title a, .online-order .icon-box:hover  {
    color:black;
  }
  
  .online-order .icon-box:hover .icon {
    /* background: #fff; */
    opacity: 0.4; 
  }
  
  .online-order .icon-box i {
    font-size: 18px;
    padding:3px
  }



  
  
  .btn-call-now:hover {
    background: #20d85d;
    color: #fff;
  }
  .btn-join-now:hover {
    background:blue;
    color: #fff;
  }