 
.li-drop{
  position: relative;
}

.li-drop:first-child:hover .links{
  background-color: forestgreen!important;
  display: none;
}

.links {
  background: #fafafa;
  position: absolute;
  left: 20px;
  /*top: 70px;*/
  width:100%;
  min-height: 150px;
  z-index: 10;
  /*box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);*/
  /*border-radius: 3px;*/
  display: none;
  
}
/* .l1 .links{
  left: 100px;
  top: 60px;
 }
.l2 .links{
  left: 300px;
  top: 160px;
 } */
 .li-drop .links a{
  padding: 10px;
  display: block!important;
  color:#333!important;
  height: auto!important;
   
}
.links a:hover{
  color: #fff!important;
  background-color: rgb(193, 202, 255)!important;
  border-radius: 3px;
}
 
.set-width{
  width: 400px;
}
@media(max-width:1053px){
  .links {
    
     
    top: 50px;
    left: 10px;
    
  }
} 

@media(min-width:986px){
  #map{
    margin-right: 100px!important;
  }
}
 
 ul li.li-drop:hover .links{
  display: block;
 }



 

 /*cards*/
 
 
.card {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 50px 20px 20px 20px;
  width: calc(33.3333% - 40px);
  /* 1/3 minus the margins (20+20) */
  padding: 20px;
  text-align: center;
  color: #666;
  float: left;
}
@media (max-width: 768px) {
  .card {
    margin: 10px 20px;
    width: calc(100% - 40px);
  }
  .card:first-child {
    margin-top: 20px;
  }
}
.card:nth-child(2) {
  
 
  
}
@media (max-width: 768px) {
  .card:nth-child(2) {
    margin: 10px 20px;
    width: calc(100% - 40px);
  }
}
.card .title {
  font-size: 25px;
}
.card .icon {
  margin: 50px 0;
}
.card .icon svg {
  width: 100px;
  height: 100px;
}
.card .icon svg path {
  fill: #f6b352;
}
.card .features ul {
  padding: 0;
  margin: 20px 0 50px 0;
  list-style-type: none;
}
.card .features ul li {
  margin: 10px 0;
  font-size: 14px;
}
.card .features ul li span {
  border-bottom: 2px dotted #f6b352;
}
.card .btn {
  display: block;
  background: #f6b352;
  color: #666;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.9);
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.card .btn:hover {
  background: #f68657;
}
 /*end of cards*/



 .top-title{
  position: relative;
  left: 0;
  width: 100%;
  top: -37px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../../assets/images/consult.jpg') no-repeat center center/cover;
  z-index: 10;
   
 }
 .top-title::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;

 }

 .tech{ 
  margin: 80px 0;

 }
 .tech .section-heading{
  padding-left: 30px;
 }
 .tech p{
  margin-top: 20px;
 }

  .top-title2{
  background: url('../../assets/images/compu.jpg') no-repeat center center/cover;
 
 }

  .top-title3{
  background: url('../../assets/images/smedia.png') no-repeat center center/cover;
 
 }
 .top-title5{
  background: url('../../assets/images/training.jpg') no-repeat center center/cover;
 
 }
 .top-title6{
  background: url('../../assets/images/software.jpg') no-repeat center center/cover;
 
 }
   .top-title4{
  background: url('../../assets/images/manage-it.png') no-repeat center center/cover;
 
 } 
 .top-title9{
  background: url('../../assets/images/approach.jpg') no-repeat center center/cover;
 }
  


  @media(max-width: 1399px){
  .top-title{
  top: 60px;
  margin-bottom: 150px;
  }
}  

  @media(max-width: 765px){
  .top-title{
  top: -37px;
  margin-bottom: 0;
  }
}  
 .
 .sec{
  padding:  0;
 }
 .sec h5{
  margin:   0;
 }
 .title{
  margin-top: 40px;
 }
  .two-cols{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

 }
 .two-cols .card{
  width: 33.3%!important;
 }
 @media(max-width: 992px){
 
 .two-cols .card{
  width: 100%!important;
 }
 }
 .features h5{
  margin-top: 10px;
  margin-bottom: 20px;
 }
 .title i{
  font-size: 30px;
 }
 .boxes .features h5{
  font-size: 1.3em;
  font-weight: bold!important;
  color: #333!important;
 }
 .card{
    position: relative;
    border-radius: 7px!important;
  }
  .boxes .card:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: linear-gradient(90deg, rgba(191,73,0,1) 0%, rgba(255,127,80,1) 29%, rgba(119,0,255,1) 100%);
   width: 100%;
 }


 .action-box{
  clear: both;
  margin-top: 40px!important;
  background: linear-gradient(90deg, rgba(239,252,245,1) 0%, rgba(216,236,238,1) 29%, rgba(225,221,230,1) 100%);
  padding: 50px 20px;
   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 40px;
 }
 .action-box p{
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 500;
  color: #434343;
 }
 .action-box a{
  display: inline-block;
  margin-top: 10px;
  }
.special-boxes{
  position: relative;
  top: 40px;
}
.special-boxes .card{
}
  .special-boxes .card:hover{
    background: linear-gradient(90deg, rgba(161,199,241,1) 0%, rgba(123,172,238,1) 29%, rgba(143,61,246,1) 100%)!important;
    border: none!important;
    color: #fff!important;

  }
  .special-boxes .card:hover p{
    color: #fff!important;
  }

  .special-boxes h2{
    position: relative;
  }
  .special-boxes h2:after{
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, rgba(161,199,241,1) 0%, rgba(123,172,238,1) 29%, rgba(143,61,246,1) 100%);
    z-index: 10;
    margin:  10px auto;
    border-radius: 7px;
  }
  .par h5{
    margin-bottom: 20px;
  }
  .tusale h5{
      color: #F79421!important;
      margin:   30px 0px;
      font-weight:  bold;
      font-size:  30px;
  }
  .tusale p{
    font-size:  18px;
  }
  .tusale .cent{
    margin:   30px 0px;
  }
  .tusale ul{
    line-height: 2;
    font-size:  18px;
    margin:   20px 0px;
  }
.tusale .bg{
  margin:   20px 0px;
}
.tusale h4{
  margin:   15px 0px;
}


/*whatsapp style*/
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
 #myDiv{
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
 }
.approach{
  text-align: center;
  color: #8c8c8c;
  font-size: 40PX;
  margin-top: 40PX;
  font-weight: bold;
  letter-spacing: 8px;
}
.approach h3{
  margin-bottom: 40px;
}
.line{
  width: 400px;
  height: 4px;
  background: #0D74B8;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.app{
  margin-top: 80px;

}
.numbers{
  display: flex;
 justify-content: center;
 align-items: center;
}
.one{
 margin-left: 50px;
 margin-right: 200px;
 margin-top: 30px;
}

.one img{
  height: 50px;
  width: 50px;

}

.one h3{
  position: relative;
   top: -40px;
   left: 80px;
   color: #ffb54b;
}

.p {
  margin-top: -30px;
  margin-left: 30px;
}
.prepone h4{
   color: #ffb54b;
   margin-top: -3px;

}
.prepone img{
  position: relative;
  height: 40px;
  width: 40px;
  right: 50px;
  top: 30px;
}
.prepone  img, h4{
  margin-left: 50px!important;
}

#mapone{
  margin-left: 50px!important;
}



.preptwo h4{
   color: #009cdf;
   margin-top: -3px;

}
.preptwo img{
  position: relative;
  height: 40px;
  width: 40px;
  right: 50px;
  top: 30px;
}
.preptwo  img, h4{
  margin-left: 50px!important;
}

#maps{
  margin-left: 50px!important;
}



.prepthree h4{
   color: #000000;
   margin-top: -3px;

}
.prepthree img{
  position: relative;
  height: 40px;
  width: 40px;
  right: 50px;
  top: 30px;
}
.prepthree  img, h4{
  margin-left: 50px!important;
}

#mapthree{
  margin-left: 50px!important;
}

.th{
  font-size: 14px;
  font-weight: none;
}

.table td,p{
  font-size: 14px!important;
}
.features{
    border:0!important;
}
.owl-next,.owl-prev {
    background:none!important;
}
.owl-prev{
    background:none!important;
}
.owl-services .item h4{
  margin-right: 40px!important;
}
 
.owl-dot.active{
    display:none!important;
}

@media(min-width: 870px){

  .pos ul{
    position: absolute;
    left: 50px;
  }
}
@media(max-width: 870px){
 
  .pos ul{
    position: relative;
    left: 50px;
  }
}
