 .grecaptcha-badge {
     display: none;
}
 .divtestwhite h1 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
.divtestwhite h3 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
.divtestwhite h2 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
hr.custom-divider {
    width: 50%;
    margin: 0px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #03ad18 0%, #008acf 40%, transparent 80%);
}
.custom-divider {
    height: 2px !important;
}
 .mar-top-img {
    margin-top: 80px;
}
/*==============================================
   Feature One
===============================================*/
.feature-one {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: -40px;
    padding-bottom: 60px;
}

.feature-one__single {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
}

.feature-one__single-inner {
    position: relative;
    display: block;
    padding: 15px 25px 10px;
    border-radius: 10px;
    overflow: hidden;
    border-top: 3px solid #059f18;
    z-index: 1;
    text-align: center;
}
 

.feature-one__shape-1 {
    position: absolute;
    bottom: -200px;
    right: -200px;
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.feature-one__shape-1 img {
    width: auto;
}

 

.feature-one__icon-and-title {
    position: relative;
    /* display: flex; */
    align-items: center;
    /* gap: 25px; */
}

.feature-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #059f18;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    padding: 10px;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
}

.feature-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.feature-one__title a {
    color: var(--fixpro-black);
}
 

.feature-one__text {
    /* margin: -10px 0 -3px; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
 /*end*/

::-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: #03ad18;
  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: #0368a5;
  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: 10px;
}
.imgservic {
     height: 250px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
}
.service-card {
    position: relative;
    padding: 15px;
    height: 505px;
    border: 1px solid #02ad13;
    border-radius: 10px;
    /* background: black; */
}
.conlinks li {
    padding-left: 0px;
 }
.conlinks li::after {
    
    display: none;
}

.conlinks li i {
    color: #32a4ee;
    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: 350px;
    border-radius: 20px;
}
 
 .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;
}


.service-card::after {
    bottom: -6.5px;
}

.service-card::after {
    content: "";
    width: 100%;
    height: 7.5px;
    position: absolute;
    left: 0px;
    /* bottom: 10px; */
    background-color: var(--tidytouch-primary, #FFB400);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transition: all 500ms ease;
    border-radius: 20px;
}
.testimonials-one{position: relative;
    /* padding-top: 329px; */
    counter-reset: workProcessNumber;
    /* background-color: #020202;  */
  }
.testimonials-one .sec-title__title {
    color: var(--tidytouch-white, #FFFFFF);
}
.testimonials-one .container {
    position: relative;
    z-index: 2;
}
.work-process-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.work-process-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #042140c4;
}

.contact-p-info-area .contact-box {
  padding: 35px 35px 35px 35px;
  background: #0101010d;
  /* display: flex; */
  justify-content: start;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  text-align: center;
}

.contact-p-info-area .contact-box .icon-1 {
  font-size: 50px;
  color: #03ad18;
  margin-bottom: 10px;
}

.contact-p-info-area .info span {
  color: #007fcb;
  font-size: 20px;
  font-weight: 600;
}

.contact-p-info-area .info h4 a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.blog-one__shape-1 {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #03ad18;
    filter: blur(150px);
    z-index: -1;
    opacity: .35;
}
.blog-one__shape-2 {
    left: 0px;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #007fcb;
    filter: blur(150px);
    z-index: -1;
    opacity: .35;
}
 .contact-p-info-area .info h4  {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
  .funfact__card__text {
     font-weight: 400;  
}





 @media (min-width: 0px) and (max-width: 991px)
   {
    .contact-info-three__bg {
      background-position: left;
 }
 .main-header__logo img {
     width: 105px;
}
        .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: 5px 0px;
 }
.sec-title--center {
    margin-bottom: 30px;
 }
    .main-slider__title
  {
        font-size: 26px;
        line-height: 33px;
        font-weight: 600;
    }
.feature-one {
    padding-bottom: 10px;
}
    .main-header--five .main-header__inner {
        padding: 8px 0px;
    }

.main-slider__item {
        padding-top: 90px;
        padding-bottom: 150px;
    }
    .section-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .service-card__content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }
.service-card__text {
    margin-bottom: 7px;
 }
.sec-title__title {
        font-size: 25px;
    }
.skill-one__image__two {
        display: none;
    }





   } 