.cs_video_block.cs_style_2 .cs_play_btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #2bb094;
    background: #fafffe;
}
.cs_video_block.cs_style_2 .cs_play_btn::after {
    content: "";
    width: 110px;
    height: 110px;
    border: 2px dashed #34b399;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotate-rounded 5s linear infinite;
}
.iconplaytreat {
    line-height: 90px;
    text-align: center;
    width: 90px;
    height: 90px;
}

.cs_video_block.cs_style_2 .cs_play_btn:hover
  { 
    color: #ffffff;
    background: #212529;
}

 .justify-content {
    justify-content: center;
}ol, ul {
    padding-left: inherit;
    padding-right: 1.1rem;
}
 .langmobile {
    margin-left: 4px;
}
.hedbnr {
  font-size: 21px;
  color: #32cdac;
  text-transform: capitalize;
  margin-bottom: 0px;
}
::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-thumb {
  background-color: #0e2c50;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}
.whats:hover {
  background: #0e2c50;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 125px;
  right: 15px;
  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;
  }
}
 .noabout {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  color: #2bb094;
} .servimg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 250px;
border-radius: 15px;
 
}
.blogimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  }
 .align-items {
  align-items: center;
}
.faq-page {
  /* background-color: var(--vibnt-extra); */
  border-top: 1px solid #f6f6f6d6;
  background-image: linear-gradient(to right, #fff, #eaf6f6);
}
.footer-widget__explore-list li a {
  color: #fff;
  font-size: 17px;
}
.mainmenu li a {
     padding-right: 15px;
}
.footer-widget__explore-list li  a:hover {
  color: var(--futxo-base);
}
.mainmenu li a:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-size: 11px;
  color: #fff;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
  /* opacity: 0; */
  font-size: 16px;
}
.footer-widget__title-box h3::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 55px;
  height: 2px;
  background-color: #2bb094;
}
.client-bck {
  background-size: contain;
  min-height: 80px;
  max-height: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
.client-box {
    border-radius: 0px;
    border: 1px solid #2a578f1f;
    background: #ffffff;
    padding: 7px;
    transition: .5s;
    text-align: center;
    margin-bottom: 25px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    /* border-bottom: 5px solid #1547842e; */
    display: block;
}
.about-bck {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
  border-radius: 15px;
  }
  .testimonial-one__client-img::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -5px;
    top: 25px;
    right: 15px;
    background-color: #dae2ec;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
    border-bottom-left-radius: 50px;
  }
  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .wave path { fill: #fff;   }
  .counter-card {
    position: relative;
    background-color: #2bb0941f;
    padding: 93px 28px;
    width: 264px;
    height: 264px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    margin-top: 158px;
}
@media (max-width: 767px) {
    .counter-card_wrapp:not(:first-child) {
        margin:0px auto 0px auto
    }
}
@media (max-width: 1199px) {
    .counter-card {
        margin-top:100px
    }
}
@media (max-width: 767px) {
    .counter-card {
        width: 210px;
        height: 210px;
        padding: 58px 28px;
        margin-top: 150px
    }
}
@media (max-width: 575px) {
    .counter-card {
        margin-top:20px
    }
}
.counter-card .counter-shape {
    position: absolute;
    inset: -24px;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    border: 1px solid #2bb094;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 767px) {
    .counter-card .counter-shape {
        width: 250px;
        height: 250px;
        inset: -20px
    }
}
.counter-card .counter-shape span {
    position: absolute;
    top: unset;
    bottom: 55px;
    right: 15px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: #2bb0944a;
    z-index: 2
}
@media (max-width: 767px) {
    .counter-card .counter-shape span {
        bottom: 43px;
        right: 11px;
    }
}
.counter-card .counter-shape:after,.counter-card .counter-shape:before {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 7%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #2bb094;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
.counter-card .counter-shape:after {
    background-color: #1ca8cb
}
.counter-card-wrap {
    margin: 50px 0 25px 0
}
@media (max-width: 1199px) {
    .counter-card-wrap {
        margin:0
    }
}
@media (max-width: 575px) {
    .counter-card-wrap:nth-child(even) {
        margin:70px 0 50px 0
    }
}
.counter-card-wrap:nth-child(even) .counter-card {
    margin-top: 0px
}
.counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
    top: 24px;
    right: 43px
}
@media (max-width: 767px) {
    .counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
        top: 18px;
        right: 34px;
    }
}
.counter-card-wrap:nth-child(even) .counter-card .counter-shape:before,.counter-card-wrap:nth-child(even) .counter-card .counter-shape:after {
    bottom: unset;
    top: 10%;
    right: 16%
}
.counter-card .box-number {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: capitalize;
    color: #0e2c50;
    margin-bottom: 7px
}
.counter-card .counter-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    color: #2bb094;
    text-transform: capitalize;
}
.counter-card:hover .counter-shape {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}
.counter-area {
  position: relative;
  display: block;
  padding: 60px 0 70px;
  direction: rtl;
}
@keyframes ripple {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0
  }

  30% {
      opacity: 0.4
  }

  100% {
      -webkit-transform: scale(2.9);
      transform: scale(2.9);
      opacity: 0.2
  }
}
 .team-two__sub-title {
  color: #2bb094;
}
.team-carousel   .owl-dots{display: none !important;}

.card-vision {
  -webkit-animation: 1s ease-in-out forwards fadeIn;
  animation: 1s ease-in-out forwards fadeIn;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #f8f9fa;
  box-shadow: 0 3px 15px rgb(0 0 0 / 17%);
  border-radius: 15px;
  border: 1px solid #dee2e6;
  border-bottom: 6px solid #2bb0945c;
  margin-bottom: 20px;
}

.vision-title {
  text-align: center;
  color: #2bb094;
  margin-top: 20px;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.vision-pargraph {
  text-align: right;
  color: #616971;
  line-height: 28px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 18px;
}
.prodd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* border-radius: 8px; */
}.prodd {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  /* margin-bottom: 30px; */
  /* border-top-left-radius: 18%; */
  /* border-top-right-radius: 5px; */
}

.mission {
  position: relative;
  display: block;
  background-color: #0e2c50;
  padding: 60px 0 40px;
  overflow: hidden;
  z-index: 1;
  direction: rtl;
}
.contact-page__contact-list li .icon span::after {
  position: absolute;
  right: -10%;
  bottom: -10%;
  height: 100%;
  width: 100%;
  content: "";
  background: #2bb094;
  z-index: -1;
  border-radius: 25px;
  opacity: .3;
}
.map {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
  background: #2bb09445;
  padding: 10px 10px 2px;
  border: 2px solid #2bb0944d;
  border-radius: 25px;
  margin-bottom: 25px;
}
.map iframe {
   border-radius: 25px; 
}
.mb-serv{margin-bottom: 50px !important;}
.servimgdetails {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  border-radius: 0;
  /* border: 1px solid #18171717; */
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
 .mt25 {
  margin-top: 25px;
}
 .read-more-text {
  max-height: 6.5em;  
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.read-more-text.expanded {
  max-height: 1000px;  
}

.read-more-btn {
  background: none;
  border: none;
  color: #2bb094;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  text-transform: capitalize;
}
.mmtfoot {
    margin-top: -10px;
}
.list-unstyled {
    padding-left: inherit;
    list-style: none;
    padding-right: 0;
}
 .direction {
    direction: rtl;
}
@media (min-width: 0px) and (max-width: 991px)
{
  .servimgdetails {
    height: 250px;
}
.services-details__title-1 {
  font-size: 23px;
   line-height: 34px;    margin-top: 15px;
}
.services-details {
  padding: 30px 0 40px; 
}
  .mb-serv{margin-bottom: 40px !important;}
  .mission {  padding: 30px 0 20px;  }
  .page-header {padding: 75px 0 75px;}
  .thm-breadcrumb__box {margin-top: 8px;}
  .team-carousel-page {padding: 30px 0 110px;}
  .team-two__img {height: 420px;}
  .video-two {  padding: 30px 0 50px; }
  .counter-card .box-number {font-size: 44px;line-height: 44px;}
  .counter-card .counter-title {  font-size: 23px;line-height: 36px; }
  .counter-area  { padding: 30px 0 30px; }
  .testimonial-carousel-page {padding: 30px 0 50px;}
  .about-one__experience-box::before  {display: none;}
  .about-bck {height: 375px;}
  .carousel-dot-style.owl-carousel .owl-dots {bottom: -30px;}
  .faq-page { padding: 30px 0 30px; }
  .blog-two { padding: 30px 0 30px; }
  .services-carousel-page {padding: 30px 0 50px;}
.servimg { height: 250px;}
.blogimg { height: 250px;}
  .main-slider-two .item {  padding-top: 40px; padding-bottom: 70px;}
.main-slider-two__sub-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.main-slider-two .owl-theme .owl-dots {  bottom: 35px; }
}