.why-choose-two__text ul li{margin-bottom:10px; }

.grecaptcha-badge{display: none;}
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: hsl(198.13deg 81.25% 43.92%);
  background-image: -webkit-linear-gradient(45deg, rgb(94 162 66) 25%, transparent 25%, #00000000 50%, rgb(99 171 69) 50%, rgb(99 170 69) 75%, transparent 75%, transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wave path {fill: #fafcfd;}
.whats:hover {
  background: #4c4a4c;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 110px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
.sideSocial a:hover {
  border-radius: 16px 0px 0px 16px;
  width: 48px;
  background: #2e3464;
  color: #ffffff;
}

.sideSocial a:last-child {
  border-bottom-left-radius: 16px;
}

.sideSocial {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: start;
  direction: rtl;
}

.sideSocial a {
  width: 36px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #03517c;
  color: #fff;
  border-bottom: 1px dashed #ffffff26;
}

.sideSocial a:first-child {
  border-top-left-radius: 16px;
}

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
}
 
.custom-divider {
    width: 50%;
    margin: 0px auto;
    border: none;
    border-top: 1px solid #1594cb;
}
 .justify-content {
    justify-content: center;
}
 .lan {
    padding-top: 5px;
    padding-right: 5px;
}

 .imggallery {
     height: 370px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
}
.project-card-three:hover .project-card-three__image .imggallery {
    transform: scale(1.05) rotate(2deg);    transition: all 600ms 
cubic-bezier(0, 0, 0.44, 1.18);
}
.service-card__image .imgservic {
  display: block;
  width: 100% !important;
  clip-path: polygon(50% 0%, 100% 0, 100% 79%, 100% 79%, 50% 100%, 0 79%, 0 0);
  border-radius: 20px;
}
.imgservic {
     height: 270px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
}
.service-card {
    position: relative;
    padding: 10px;
    height: 570px;
}
.conlinks li {
    padding-left: 0px;
 }
.conlinks li::after {
    
    display: none;
}

.conlinks li i {
    color: #3db1e3;
    padding-right: 10px;
}
 
.solution__shape {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background-repeat: repeat-x;
    background-position: left top;
    animation: moveBackground 30s 
linear 0s infinite;
}
.contact-two__image iframe {
    height: 700px;
    border-radius: 10px;
}
 
 .read-more-text {
  max-height: 28em;  
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.read-more-text.expanded {
  max-height: 100000px;  
}

  .read-more-btn {
    margin-top: 15px;
}





 

 @media (min-width: 0px) and (max-width: 991px)
   {
    .contact-info-three__bg {
      background-position: left;
 }
 .main-header__logo img {
     width: 120px;
}
        .main-slider-four__title {
        font-size: 28px;
    }
.main-slider-four__item {
   height: 100%;padding-bottom: 50px;
}
.read-more-text {
    max-height: 14.5em;
 }
.imggallery {
    height: 220px;
 }
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav {
    margin-top: 30px;
 }
.projects-one .sec-title {
        margin-bottom: 30px;
    }
.imgservic {
     height: 270px;
   }
.service-card {
      height: auto;
}
.footer-widget__logo img {
      width: 120px;
}
    .main-footer__bottom__inner {
        padding: 10px;
    }
    .main-footer__top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
.flex-direction{flex-direction: column-reverse;}

.testimonials-three__custome-navs {
     justify-content: flex-start; 
}
    .testimonials-three__top {
    margin-bottom: 20px;
}
.contact-two__image iframe {
    height: 300px;
 }
.contact-two--home2 .contact-two__call {
         display: none;
    }
.client-carousel__item {
     padding: 17.5px 8.5px;
 }
.sec-title--center {
    margin-bottom: 30px;
 }

   } 