.logo .logo_hori {
    max-width: 140%;
    padding-top: 4%;
}

/* image slider code start */
.slider {
    width: 320px;
    height: 480px;
    perspective: 1000px;
}

.slider__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1.2s cubic-bezier(0.68, 0.08, 0.27, 0.96);
}

.slider__image {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 300 48px/1 Menlo, monospace;
    border-radius: 4px;
    background: #333;
    color: #fff;
    /* opacity: 1;  */
    transition: opacity 1.4s ease-in-out;
    background-size: contain;
    background-position: center;
}

.slider__image_active {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}

#app {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__image img {
    width: 100%;
    height: 100%;
}

:root {
    --main-color: #706fd3;
}

.counter {
    color: #192a56;
    font-family: 'Poppins', sans-serif;
    margin: 24% 0% -68% 0%;
}

.counter .counter-icon {
    color: var(--main-color);
    font-size: 50px;
    text-align: center;
    line-height: 35px;
    text-shadow: -3px -3px rgba(0, 0, 0, 0.1);
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.counter .counter-content {
    width: calc(100% - 80px);
    display: inline-block;
}

.counter .counter-value {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 10px;
    display: block;
}

.counter h3 {
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.counter.red {
    --main-color: #ff5252;
}

.counter.blue {
    --main-color: #34ace0;
}

.counter.green {
    --main-color: #11ad86;
}

@media screen and (max-width:990px) {
    .counter {
        margin: 11% -1% -11% 23%;
    }
}


.counter-value::after {
    content: "+";
    padding-left: 10px;
}

.counter-value,
.counter_plus {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.owl-card-height{
  height: 600px;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-content img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -5px;
}

.testimonial-content .section-title img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 27%;
  margin-top: 12%;
}


/* floting whatsapp start */
.whatsapp .wtsapp {
    position: fixed;
    transform: all .5s ease;
    background-color: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 130px;
    right: 45px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.whatsapp .wtsapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -35px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* image slider code ends */

/* media css for all start */
@media screen and (max-width:990px) {
    .logo .logo_hori {
        max-width: 71%;
    }

    .about-left-content {
        margin-bottom: 58%;
    }

    .counter_container {
        margin-top: 40%;
    }

    .testimonial-content img {
      width: 90px;
      height: 90px;
    }
  
    .testimonial-content .section-title img {
      width: 110px;
      height: 110px;
      margin-left: 86px;
      margin-top: 8px;
    }
}

/* media css end for all */
