@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css?family=Tangerine");
@import url('https://fonts.cdnfonts.com/css/koulen');

* {
  /* --primary-color: #231834; */
  --tw-bg-opacity: 1;
  --primary-color: rgb(7 25 61 / var(--tw-bg-opacity));
  --secondary-color: #81b440;
  /* --secondary-color: #cb6ce6; */
  --primary-bg-color: linear-gradient(45deg, var(--primary-color) 0%, var(--primary-color) 100%);
  --secondary-bg-color: linear-gradient(to bottom, #25D366 0%, var(--primary-color) 100%);
  --black-color: #000;
  --font-family: Roboto;
  --demo: #25D366;
}

body {
  background-color: rgb(244, 245, 245);
}

.logo {
  text-decoration: none;
  /* background: #ffffff42; */
}

.logo h2 .text {
  font-family: Roboto;
  font-weight: 700;
  color: #007C80;
  text-shadow: 1px 1px 12px #fff;
}

.logo {
  width: 192px;
  height: 59px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  /* border-bottom: 2px dashed var(--primary-color); */
  /* padding-top: 0rem !important;
  padding-bottom: 0rem !important; */
  padding: 15px 19px;
}

.nav-item {
  padding: 0px 5px;
}

.nav-link.active {
  background: var(--secondary-bg-color);
  color: #fff !important;
  box-shadow: rgb(255, 255, 255) 0px 6px 12px -4px, rgba(255, 255, 255, 0.973) 0px 3px 7px -3px;
  /* border: 1px solid #fff; */
  border-radius: 10px 10px 10px 1px;
  text-align: center;
  /* padding: 5px 10px; */
  text-shadow: 1px 1px 10px #fefefe23;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  font-family: arno pro;
  color: #fefeff !important;
}

.nav-link:hover {
  background: var(--secondary-bg-color);
  box-shadow: 0 0 25px 5px var(--primary-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #fff !important;
  box-shadow: rgb(255, 255, 255) 0px 6px 12px -4px, rgba(255, 255, 255, 0.973) 0px 3px 7px -3px;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}

.navbar-default {
  transition: 500ms ease;
  /* background: #ffffffc9; */
  backdrop-filter: blur(15px);
  /* background-color: #ffffffbd !important; */
  background: var(--primary-color) !important;
  box-shadow: rgb(255, 255, 255) 0px 6px 12px -4px, rgba(255, 255, 255, 0.973) 0px 3px 7px -3px;
}

.navbar-default.scrolled {
  background: #fff;
  color: #000;
}

/* .navbar___nav>li+li {
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
} */
.navbar___nav>li>.perspective__menu>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 80%) !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 17px 0px 17px;
  -webkit-transition: all 200mslinear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200mslinear 0ms;
}

.navbar___nav>li>ul>li>a:hover {
  background: #fff;
  color: #121A46 !important;
  padding-left: 4px;
}

.navbar___nav>li>.perspective__menu>li+li,
.navbar___nav>li>.perspective__menu>li>.perspective__menu>li+li {
  border-top: 1px solid rgb(255 254 255 / 5%);
  margin-top: 0px;
}

.navbar___nav>li>.perspective__menu,
.navbar___nav>li>.perspective__menu>li>.perspective__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #121A46;
  min-width: 280px;
  border-radius: 25px 45px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.navbar___nav>li:hover>.perspective__menu,
.navbar___nav>li>.perspective__menu>li:hover>.perspective__menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
  transition: all 300ms linear 0ms;
}

/* .navbar-default.scrolled .logo h2 .text {
  color: #000;
} */

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
  background-color: #007C80 !important;
  font-weight: 600;
  border-radius: 15px;
}

/* .carousel-inner {
    max-height: 610px;
  }

  .carousel-inner img {
    max-height: 610px;
    object-fit: cover;
  } */

.carousel__caption {
  position: absolute;
  top: 30%;
  /* right: 15%; */
  /* bottom: 1.25rem !important; */
  left: 10% !important;
  /* padding-top: 1.25rem !important; */
  /* padding-bottom: 1.25rem; */
  color: #fff;
  text-align: left !important;
}

.carousel__caption h2 {
  font-family: var(--font-family);
  font-weight: 700;
  color: #fff;
  font-size: clamp(24px, 4vw, 30px);
  border-radius: 30px;
  background: var(--primary-color);
  text-transform: capitalize;
  padding: 9px 20px;
  max-width: 560px;
  text-align: left;
  /* margin: 0 auto; */
}

.carousel__caption p {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 700;
  font-family: arno pro;
  color: var(--black-color);
  padding: 3px 7px;
  border-radius: 4px;
  text-shadow: 1px 1px 10px #fff;
  background-color: #fefefebe;
}

.top-main-slider-image {
  background-image: url('../images/slider/slider.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  height: 82vh;
  margin-top: 152px;
}

.slider-title h3 {
  position: relative;
  top: 55px;
  text-align: center;
  right: 54px;
  color: #fff;
  font-weight: 700;
  font-size: clamp('25px, 4vw, 35px');
}

.slider-wrapper {
  font-size: clamp(62px, 4vw, 81px);
  font-weight: 900;
  color: #aaa;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  /* font-family: var(--font-family); */
  justify-content: center;
}

.slider {
  height: 110px;
  /* padding-left: 15px; */
  overflow: hidden;
  /* One of the importing things for slide effect */
}

.slider div {
  height: 51px;
  /* padding: 2px 15px; */
  color: #ffffff;
  /* text-align: center; */
  margin-bottom: 50px;
  box-sizing: border-box;
}

.slider-text-1 {
  /* background: #4a6ee0; */
  animation: slide 8s linear infinite;
}

.slider-text-2 {
  /* background: #ffd156; */
}

.slider-text-3 {
  /* background: #56bdff; */
}

@keyframes slide {
  0% {
    margin-top: -300px;
  }

  5% {
    /* For stopping effect */
    margin-top: -200px;
  }

  33% {
    margin-top: -200px;
  }

  38% {
    /* For stopping effect */
    margin-top: -100px;
  }

  66% {
    margin-top: -100px;
  }

  71% {
    /* For stopping effect */
    margin-top: 0px;
  }

  100% {
    margin-top: 0px;
  }
}


.divider-line {
  border-bottom: 4px solid #fff;
  max-width: 120px;
  text-align: center;
  margin-left: 25%;
}

.slider-description {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
  margin-left: 25%;
  padding-top: 10px;
  /* text-align: center; */
}



.video-play-button {
  position: absolute;
  z-index: 10;
  top: 85%;
  left: 52%;
  transform: translateX(-52%) translateY(-52%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fff, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #25D366;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@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;
  }
}

.video-buttons {
  display: flex;
  gap: 15px;
}

.get-consult-btn {
  position: relative;
  left: 35%;
  top: 54px;
}

.get-consult-btn a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 21px);
  border-bottom: 2px solid #fff;
  font-family: arno pro;

}

.get-consult-btn a:hover {
  color: #3a0ca3;
  border-bottom: 2px solid transparent;
}

/* CSS */
.read__more__btn {
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgba(0, 0, 0, 0.3) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  /* background-color: #7F00FF; */
  background-color: var(--secondary-color);
  /* background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%); */
  transition: all 150ms ease-in-out;
  text-decoration: none;
  border: 1px solid #fff;
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }

  80% {
    transform: translateY(-15%);
  }

  90% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-7%);
  }

  97% {
    transform: translateY(0%);
  }

  99% {
    transform: translateY(-3%);
  }

  100% {
    transform: translateY(0);
  }
}

.read__more__btn:hover {
  filter: brightness(1.05);
  background-color: #7F00FF;
  color: #fff;
}

/* .read__more__btn:active {
  transform: scale(.95);
} */
/* start here workido */
.header-top-section {
  background: var(--primary-bg-color);
  border-bottom: 1px solid #ffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.side-preheader-tabs {
  display: flex;
  gap: 32px;
  padding-left: 25px;
}

.pretop-header {
  display: flex;
  gap: 10px;
  padding: 11px 0px;
}

.pretop-header .icons-top {
  height: 40px;
  width: 40px;
}

.pretop-header .icons-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pretop-header .contents {
  color: #b2b7c7;
}

.pretop-header .contents p {
  color: #b2b7c7;
  font-size: clamp(9px, 4vw, 16px);
}

.pretop-header .contents h6 {
  position: relative;
  font-size: clamp(9px, 4vw, 16px);
  top: -9px;
}

.preheader-topright {
  display: flex;
  gap: 4px;
  /* padding: 8px 0; */
}

.preheader-topright .right-content {
  width: 14%;
  padding-top: 8px;

}

.preheader-topright .right-content a {
  text-decoration: none;
}

.preheader-topright .right-content a .icons-top {
  height: 40px;
  width: 40px;
}

.preheader-topright .right-content a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.preheader-topright .right-content a .texts {
  color: #b2b7c7;
  font-size: 12px;
  padding-top: 5px;
}

.social-media-icons {
  display: flex;
  gap: 11px;
  padding: 9px 0;
}

.social-media-icons .nav-items a svg {
  fill: #fefefe;
}

.social-media-icons .nav-items a svg:hover {
  fill: #25D366;
}

.get-in-touchbtn {
  font-family: inherit;
  font-size: 18px;
  background: linear-gradient(to bottom, #25D366 0%, var(--primary-color) 100%);
  color: white;
  padding: 0.6em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: 600;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  text-decoration: none;
}

.get-in-touchbtn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.get-in-touchbtn:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.get-in-touchbtn span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

.get-in-touchbtn svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

.get-in-touchbtn .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

.get-in-touchbtn:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

.get-in-touchbtn:hover svg {
  transform: rotate(45deg);
}

body {
  cursor: default;
}

/* Small Dot Cursor */
.cursor-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #6232F8;
  opacity: .3;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10000;
  top: 0;
  left: 0;
  /* mix-blend-mode: difference; */
}

/* Outer Circle */
.cursor-circle {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 1px solid #6232F8;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  top: 0;
  left: 0;
  /* mix-blend-mode: difference; */
}


.customer__area {
  display: flex;
}

.customer__area .coustomer-images {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
}

.customer__area .coustomer-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
}

.customer__area .coustomer-images1 {
  position: relative;
  left: -14px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #002633;
  z-index: 2;
}

.customer__area .coustomer-images1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
}

.customer__area .coustomer-images2 {
  position: relative;
  left: -24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 3;
}

.customer__area .coustomer-images2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
}

.coustomer-number {
  padding-left: 4px;
  padding-top: 10px;
  align-items: center;
}

.coustomer-number p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(17px, 4vw, 20px);
  color: var(--secondary-color);
}

.call-buttons .call-icon {
  width: 40px;
  height: 40px;
}

.call-buttons .call-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.call-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.call-content p {
  font-family: var(--font-family);
  font-weight: 600;
  position: relative;
  top: 14px;
}

.call-content h4 a {
  text-decoration: none;
  color: #2a2a2a;
}

body {
  font-family: var(--font-family) !important;
}

/* end workido */

.section__subtitle p {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: var(--font-family);
  color: var(--secondary-color);
}

.section__title {
  text-transform: capitalize;
  font-family: arnp pro;
  font-weight: 700;
}

.section__title h2 {
  text-transform: capitalize;
  font-family: arnp pro;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 25px);
}

.content p {
  text-align: justify;
  /* font-size: 22px; */
  line-height: 1.5;
  font-size: 17px;
  font-family: arno pro;
  color: #000 !important;
}

.about__us__image {
  position: relative;
  margin-bottom: 20px;
}

/* .about__us__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
} */

.abouts-images1 {
  width: auto;
  height: 380px;
}

.abouts-images1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 10px;
}

.abouts-images2 {
  width: 270px;
  height: 300px;
  position: relative;
  top: -110px;
  left: 115px;
}

.abouts-images2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 10px;
}

.images-side-text {
  background: var(--secondary-color);
  color: #fff;
  max-width: 250px;
  max-height: 250px;
  position: relative;
  left: 20px;
  top: 35px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 11px;
}

.images-side-text p {
  padding: 20px 5px;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 28px);
}

.images-side-text p span {
  padding: 50px 5px;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 20px);
}

.about__us__image .image__1 {
  width: 457px;
  height: 470px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
}

.about__us__image .image__1 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
}

.about__us__image .image__2 {
  width: 200px;
  height: 205px;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  right: 20px;
  -webkit-border-radius: 50px;
  box-sizing: border-box;
}

.about__us__image .image__2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
}

.about__us__image .image__3 {
  width: 200px;
  height: 205px;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: -55px;
  left: -45px;
  -webkit-border-radius: 50px;
  box-sizing: border-box;
}

.about__us__image .image__3 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
}

.about__us__image .rounde__text {
  font-size: clamp(20px, 4vw, 44px);
  font-weight: 700;
  background: var(--secondary-color);
  color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 220px;
  position: absolute;
  right: 255px;
  bottom: -95px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-sizing: border-box;
  border: 2px dashed #fff;
  /* animation: rotate 4s linear infinite; */
}

/* .about__us__image .rounde__text::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  border: 3px dashed #fff;
  animation: rotate 7s linear infinite;
} */

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.about__us__image .rounde__text span {
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

.about__us__image::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 31px solid var(--secondary-color);
  top: 30px;
  right: 20px;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  z-index: -1;
  animation: bounce-in 2s ease infinite;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__us__image .image__1 {
    width: 330px;
    height: 340px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .image__1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .image__2 {
    width: 150px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    right: 0px;
    -webkit-border-radius: 20px;
    box-sizing: border-box;
  }

  .about__us__image .image__2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .image__3 {
    width: 140px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: -55px;
    left: -20px;
    -webkit-border-radius: 20px;
    box-sizing: border-box;
  }

  .about__us__image .image__3 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }


  .about__us__image .rounde__text {
    font-size: 44px;
    font-weight: 700;
    background: var(--primary-bg-color);
    color: #fff;
    padding: 17px;
    text-align: center;
    max-width: 200px;
    position: absolute;
    right: 210px;
    bottom: -65px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .rounde__text span {
    font-size: 17px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
  }

  .about__us__image::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 31px solid var(--secondary-color);
    top: -1px;
    right: -1px;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    z-index: -1;
  }

}

@media (min-width: 800px) and (max-width: 884px) {
  .about__us__image .image__1 {
    width: 300px;
    height: 428px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .image__1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .image__2 {
    width: 180px;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 2px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .image__2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .about__us__image .rounde__text {
    font-size: 44px;
    font-weight: 700;
    background: #007C80;
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 220px;
    position: absolute;
    right: 210px;
    bottom: -65px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .about__us__image .rounde__text span {
    font-size: 24px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
  }

  .about__us__image::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 31px solid var(--secondary-color);
    top: -1px;
    right: -1px;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    z-index: -1;
  }

}

.workido__abouts {
  background-image: url('../images/about/extra.png');
  background-size: initial;
  background-position: right bottom -18px;
  z-index: 2;
  background-repeat: no-repeat;
  position: relative;
}

.aboout__readmore a {
  --color: #560bad;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.8em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid #007C80;
  transition: color .5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px 0px 6px 0px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: var(--primary-bg-color);
}

.aboout__readmore a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.aboout__readmore a:hover svg {
  color: #045D5D;
  fill: #045D5D;
}

.aboout__readmore a:before {
  top: 100%;
  left: 100%;
  transition: all .7s;
}

.aboout__readmore a:hover:before {
  top: -30px;
  left: -30px;
}

.aboout__readmore a:active:before {
  background: #3a0ca3;
  transition: background 0s;
}


.sections__title {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sections__title .sub__title {
  font-size: 32px;
  font-weight: bold;
  font-family: var(--font-family);
  color: #007C80;
  font-weight: 700;
  /* text-shadow: 1px 1px 10px #fff; */
}

.icons__border {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 0px;
  height: 40px;
  width: 40px;
  color: #cb6de6;
  margin: 5px 65px 25px;
  text-align: center;
  top: -14px;
}

.icons__border::before {
  position: absolute;
  right: 100%;
  content: "";
  height: 0;
  top: 12px;
  width: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 65px solid #007C80;
}

.icons__border::after {
  position: absolute;
  left: 100%;
  top: 12px;
  content: "";
  height: 0;
  width: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 65px solid #007C80;
}

.sections__title .main__title {
  text-transform: uppercase;
  font-family: arno pro;
  font-weight: bold;
  position: relative;
  top: -14px;
  color: #fff;
}

.services__cards__img {
  max-width: 410px;
  height: 410px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  transition: all ease .2s;
}

.services__cards__img img {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

}

.services__cards {
  max-width: 410px;
  border: 1px dashed #231834;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 40px;
}

#box {
  text-align: center;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.services__cards__img img {
  overflow: hidden;

}

.services__cards__img img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.services__cards__img img:hover {
  cursor: pointer;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.servicetext {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.servicetext:hover {
  background: rgba(255, 255, 255, 0.5);
}

.servicetext a {
  position: absolute;
  top: -100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  color: #fff;
  left: 30%;
  border-radius: 50px;
  padding: 10px 7px;
  text-decoration: none;
  background: var(--secondary-bg-color);
}

.servicetext:hover a {
  top: 50%;
  color: #ffff;
  left: 30%;

}

.services-background {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  background: var(--primary-bg-color);
}

.services__cards .services-heading-title {
  z-index: 200;
  bottom: 10px;
  padding: 10px 15px;
  position: absolute;
  margin-left: 35px;
  background: #23183491;
  border-radius: 10px 0px 10px 0px;
}

.services__cards .services-heading-title h3 {
  text-align: center;
  color: #fff;
}


/* start team member here */
.workido__team {
  padding: 15px 30px;
  background: var(--primary-bg-color);
  overflow: hidden;
  transition: all linear .5s;
  /* margin-top: 25px; */
  -webkit-transition: all linear .5s;
  /* box-shadow: rgba(0, 0, 0, 0.096) 0px 2px 4px, rgba(0, 0, 0, 0.13) 0px 7px 13px -3px, rgba(0, 0, 0, 0.116) 0px -3px 0px inset; */
  border-radius: 20px 0px 20px 0px;
  border-bottom: 4px solid #cb6de6;
}

.workido-team-slider {
  max-width: 410px;
  padding: 15px 30px;
  background: var(--primary-bg-color);
  overflow: hidden;
  transition: all linear .5s;
  /* margin-top: 25px; */
  -webkit-transition: all linear .5s;
  /* box-shadow: rgba(0, 0, 0, 0.096) 0px 2px 4px, rgba(0, 0, 0, 0.13) 0px 7px 13px -3px, rgba(0, 0, 0, 0.116) 0px -3px 0px inset; */
  border-radius: 20px 0px 20px 0px;
  border-bottom: 4px solid #cb6de6;
}

.workido__team__image {
  height: 320px;
  position: relative;
  z-index: 1;
}

.workido__team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.workido__team__image::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 260px;
  background: #fff;
  bottom: 0;
  left: -50px;
  z-index: -1;
}

.workido__team__image ul {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  list-style: none;
}

.workido__team__image ul li a {
  width: 200px;
  height: 200px;
  line-height: 52px;
  text-align: center;
  background: #004aad;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /* margin: 4px 0px; */
  padding: 8px;
  color: #fff;
  font-size: 15px;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;

}

.workido__team__image ul li a:hover {
  background: #cb6de6;
  color: #fff;
}

.workido__team__text {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.workido__team__text h4 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-family: arno pro;
  text-shadow: 1px 1px 10px #2a2a2a;
}

.workido__team__text p {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 10px #2a2a2a;
  font-weight: 500;
}

.workido__team:hover ul {
  right: 20px;
  opacity: 1;
}

.workido__team:hover {
  background: #cb6de6;
  transition: all linear .5s;
  /* margin-top: 25px; */
  -webkit-transition: all linear .5s;
}

/* .testimonials__content {
  height: 10vh;
} */


.gateway-callbtn {
  font-family: inherit;
  font-size: 20px;
  background: var(--primary-bg-color);
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.gateway-callbtn span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.gateway-callbtn svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.gateway-callbtn:hover {
  background: var(--secondary-color);
  color: #fff;
}

.gateway-callbtn:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.gateway-callbtn:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
  color: #fff;
}

.gateway-callbtn:hover span {
  transform: translateX(5em);
}

.gateway-callbtn:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

.gateway-call-background {
  background: url('../images/spa/spa-breadcrumb-call.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 20px;
}

.gateway-breadcrumb-content {
  text-align: center;
  padding: 10px;
  width: 425px;
  color: #fff;
  background: #2a2a2a81;
  text-transform: capitalize;
}

/* .wrapper{
    padding: 70px 0;
    overflow-x: hidden;
  } */


/* .my-slider{
    padding: 0 70px;
  } */
/* .slick-initialized .slick-slide{
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
  padding: 7px;
}

.slick-prev {
  left: 15px;
  background-color: #000;
}

/* .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  } */
.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '→';
  color: #fff !important;
  background: var(--secondary-bg-color);
  border-radius: 30px;
  opacity: 1 !important;
}

.slick-prev:before {
  content: '←';
  /* color: #3a0ca3 !important; */
  color: #fff !important;
  background: var(--secondary-bg-color);
  border-radius: 30px;
  opacity: 1 !important;
}

/* .slick-next {
  font-size: 0;
  line-height: 0;
  top: 0% !important;
  width: 20px;
  height: 20px;
  margin-top: -10px !important;
  -webkit-transform: translate(-100%, -100%) !important;
  -ms-transform: translate(-100% -100%) !important;
  transform: translate(-100%, -100%) !important;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  left: 6% !important;
  float: left;
}

.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 0% !important;
  width: 20px;
  height: 20px;
  margin-top: -10px !important;
  -webkit-transform: translate(-100%, -100%) !important;
  -ms-transform: translate(-100% -100%) !important;
  transform: translate(-100%, -100%) !important;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  left: 2% !important;
  float: left;
} */

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  /* opacity: .75; */
  font-size: 21px;
  color: #fff;
  padding: 7px;
}

/* footer area */

/* FOOTER START */
.footer__area {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* background: var(--primary-bg-color); */
  --tw-bg-opacity: 1;
  background-color: rgb(7 25 61 / var(--tw-bg-opacity));
}

.footer__imgs {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer__imgs2 {
  position: absolute;
  top: 0;
  right: 0;
}

.footer__subscribe {
  background: var(--secondary-color);
  padding: 10px 50px;
  border-radius: 10px;
  position: relative;
  top: -40px;
  -webkit-border-radius: 10px;
}

.footer__subcribe__content h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  top: 27px;
}

/* .footer__subcribe__content p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

.footer__subscribe__form {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: -25px;
}

.footer__subscribe__form form {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 30px;
}

.footer__subscribe__form input {
  padding: 18px 20px;
  border-color: #fff;
  text-indent: 15px;
}

.footer__subscribe__form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 10px 20px;
  -webkit-transform: translateY(-50%);
  border-radius: 20px;
  border: 2px solid #fff;
  background: var(--primary-bg-color);
  color: #fff;
}

.footer__logosarea .logos {
  text-decoration: none;
}

.footer__logosarea .logos img {
  text-decoration: none;
  max-width: 250px;
  height: 120px;
}

.footer__area__logo .logos h2 .text {
  /* font-size: 25px; */
  font-family: roboto;
  font-weight: 700;
  color: #fff;
}

.footer__area__logo .logos img {
  border-radius: 15px;
}

.footer__logosarea p {
  color: #fff;
  text-align: justify;
  margin: 30px 0px;
  font-family: arno pro;
  letter-spacing: 1px;
}

.footer__area__logo .social__media {
  display: flex;
  gap: 10px;
}

.footer__area__logo ul li {
  list-style: none;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.footer__area__logo ul li a {
  width: 35px;
  height: 35px;
  /* line-height: 35px; */
  text-align: center;
  /* background: #fff; */
  color: #231834;
  border-radius: 50%;
  font-size: 19px;
  margin-right: 10px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -webkit-border-radius: 50%;
  text-decoration: none;
}

.footer__area__logo ul li a:hover {
  color: #007C80;
  background: #fff;
  padding: 5px;
}

.footer__quick__link h4 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  /* text-align: center; */
  text-transform: capitalize;
  position: relative;
  margin-bottom: 45px;
}

.footer__quick__link ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  text-decoration: none;
}

.footer__quick__link ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 0;
}

.footer__quick__link p {
  margin-top: 15px;
  position: relative;
  /* padding-left: 50px; */
  padding-top: 10px;
}

.footer__quick__link p a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  /* margin-top: 35px; */
  position: relative;
  padding-left: 50px;
  /* padding-top: 10px; */
  text-decoration: none;
  line-height: 1.9;
  display: flex;
  gap: 15px;
}

.footer__quick__link p a svg {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background: #fff;
  padding: 5px;
  color: var(--secondary-color);
  border-radius: 10px;
  font-size: 16px;
  transition: all linear .5s;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all linear .5s;
  -webkit-border-radius: 10px;
}

.footer__quick__link ul li a:hover {
  color: #007C80;
}

.footer hr {
  border: 1px solid var(--colorWhite);
  margin: 0;
}

.footer_copyright {
  background: #fff;
  padding: 2px 0px;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.footer-bottom-title p {
  color: #231834;
  margin: 0 auto;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 700;
  align-items: center;
}


.footer-bottom-title p a {
  color: #231834;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  cursor: pointer;
}

.footer_copyright p a:hover {
  color: var(--colorPrimary);
}

.footer-right-contents {
  display: flex;
  gap: 25px;
  float: right;
  padding-right: 47px;
}

.footer-right-contents .contents {
  margin: 0 auto;
  padding: 8px 10px;
}

.footer-right-contents .contents a {
  text-decoration: none;
  color: #231834;
  font-weight: 600;
}

/* end footer area */
.nav-item {
  padding: 0.5rem 0xp;
}

.dropdown-hover:hover>.dropdown_menu {
  display: inline-block;
  left: 30%;
  transform: translateX(-30%);
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/* .dropdown_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* Adjust the width as needed */
/* top: 100%; Ensure it appears below the navbar */
/* } */

body::-webkit-scrollbar {
  width: 6px;
  color: #045D5D;
}

body::-webkit-scrollbar-track {
  background: #d4d4d4;
}

body::-webkit-scrollbar-thumb {
  background: #045D5D;
  color: #045D5D;
  border-radius: 10px;
}

#myBtn {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #007C80;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  transition: all ease-in-out .4s;

}

@-webkit-keyframes blinker {
  from {
    opacity: 0.0;
  }

  to {
    opacity: 1.0;
  }
}

#myBtn:hover {
  background-color: #555;
  transform: scale(1.2);
  transition: all ease-in-out .4s;
}

.books__button {
  position: fixed;
  right: -36px;
  top: 45%;
  transform: rotate(-90deg);
}

.book__button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 12px 15px;
  color: white;
  background: linear-gradient(144deg, #045D5D, #007C80 50%, #fff);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
  transform: rotate(360deg);
  justify-content: end;
  align-items: end;
  animation: gelatine 2s infinite;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.book__button svg {
  margin-right: 8px;
  width: 25px;
}

.book__button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em #007C80;
  border-top-left-radius: 40px;
  background: linear-gradient(144deg, #fff, #007C80 50%, #002633);
  border-bottom-right-radius: 40px;
  color: #fff;
}

.book__button:active {
  box-shadow: 0 0.3em 1em -0.5em #007C80;
}

.book__button::before {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.book__button::after {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.book__button:hover::before,
.book__button:hover::after {
  height: 60%;
  background-color: #045D5D;
}

.book__button:hover::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transform: translate(5px, -15px) rotate(45deg);
  background-color: #045D5D;
}

.book__button:hover::after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transform: translate(-5px, 15px) rotate(45deg);
  background-color: #045D5D;
}


.call__button {
  position: fixed;
  right: -38px;
  top: 66%;
  transform: rotate(-90deg);
  z-index: 1000;
}

.call__button a {
  background: var(--primary-bg-color);
  text-decoration: none;
  padding: 12px 15px;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  transform: rotate(90deg);
  justify-content: end;
  align-items: end;
}

.call__button a .blinks {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0
  }

  49% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.whatsapp__buttons {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #25D366;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  text-decoration: blink;
  /* -webkit-animation-name: blinkers;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
  transition: all ease-in-out .4s; */

}

.whatsapp__buttons a svg {
  text-align: center;
  display: block;
  margin: 3px auto;
  color: white;
  fill: #fff;
}

@-webkit-keyframes blinkers {
  from {
    opacity: 0.0;
  }

  to {
    opacity: 1.0;
  }
}

.breadcrumb__background {
  background: url('../images/background/breadcrumb.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
  padding: 50px 0px;
}

.breadcrumb-content {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 100px;
}

.breadcrumb-content h2 {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 3px #fff;
  font-size: clamp(30px, 4vw, 60px)
}

.breadcrumb-bottom {
  margin-top: -40px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.breadcrumb-bottom span a {
  margin-top: -40px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.abouts__us__image {
  width: 400px;
  height: 400px;
}

.abouts__us__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.gateway-contents p {
  text-align: justify;
  /* font-size: 22px; */
  line-height: 1.5;
  font-size: 17px;
  font-family: arno pro;
  color: #000 !important;
}

.contact-step-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-step-points .options {
  display: flex;
  gap: 30px;
}

.contact-step-points .options .icons {
  width: 55px;
  height: 55px;
  background: var(--primary-bg-color);
  border-radius: 50%;
  width: calc(100% - 85%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.contact-step-points .options .icons svg {
  display: block;
  margin: 15px auto;
  color: #fff;
}

.contact-step-points .options .contents {
  display: flex;
  flex-direction: column;
}

.contact-step-points .options .contents p {
  font-weight: 700;
  font-size: 18px;
  font-family: arno pro;
}

.contact-step-points .options .contents .text {
  font-weight: 500;
  font-size: 16px;
}

.contact-step-points .options2 {
  display: flex;
  gap: 30px;
}

.contact-step-points .options2 .icons {
  width: 170px;
  height: 55px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: var(--primary-bg-color);
  border-radius: 50%;
  /* width: calc(100% - 85%); */
}

.contact-step-points .options2 .icons svg {
  display: block;
  margin: 15px auto;
  color: #fff;
}

.contact-step-points .options2 .contents {
  display: flex;
  flex-direction: column;
}

.contact-step-points .options2 .contents p {
  font-weight: 700;
  font-size: 18px;
  font-family: arno pro;
}

.contact-step-points .options2 .contents .text {
  font-weight: 500;
  font-size: 16px;
}


.contact-header-title {
  text-align: center;
  font-family: arno pro;
}

/* .footer__address__tab {
  display: flex;
} */

.get-in-touch-form label {
  font-weight: 600;
  font-family: arno pro;
}

.get-in-touch-form input {
  font-family: arno pro;
  padding: 12px 0px;
  text-indent: 14px;
}

.get-in-touch-form select {
  font-family: arno pro;
  padding: 12px 0px;
  text-indent: 14px;
}

.get-in-touch-form select option {
  padding: 15px 0px;
  background: #7F00FF;
  color: #fff;
}

.get-in-touch-form input {
  font-family: arno pro;
  padding: 12px 0px;
  text-indent: 14px;
}

.get-in-touch-form .form-control:focus {
  border-color: #004aad;
  box-shadow: #cb6de6 0px 2px 4px 0px, #cb6de6 0px 2px 16px 0px;
}

.submit__button button {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  background: var(--primary-bg-color);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: arno pro;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.submit__button button:hover {
  background: #cb6de6;
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.submit__button button:hover::before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}

.submit__button button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.submit__button button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}


.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}


/* service area */

.services-images-area {
  position: relative;
  margin-bottom: 20px;
}

/* .about__us__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
} */
.services-images-area .image-mains {
  width: 450px;
  height: 465px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.services-images-area .image-mains img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.services-images-area .image-one {
  width: 204px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  /* bottom: 40px; */
  top: 10px;
  left: 0px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
}

.services-images-area .image-one img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 15px 0px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.services-images-area .image-two {
  width: 204px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 0px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
}

.services-images-area .image-two img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 15px 0px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.services-contents p {
  padding: 10px;
  font-family: arno pro;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
}


@media (min-width: 320px) and (max-width: 768px) {
  .services-images-area .image-mains {
    width: 300px;
    height: 310px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-mains img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .services-images-area .image-one {
    width: 130px;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    /* bottom: 40px; */
    top: 10px;
    left: 0px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-one img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 15px 0px 15px 0px;
  }

  .services-images-area .image-two {
    width: 130px;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 0px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-two img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 15px 0px 15px 0px;
  }




}

@media (min-width: 800px) and (max-width: 884px) {
  .services-images-area .image-mains {
    width: 300px;
    height: 428px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-mains img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .services-images-area .image-one {
    width: 180px;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 2px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-one img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .services-images-area .image-two {
    width: 180px;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 2px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
  }

  .services-images-area .image-two img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    box-sizing: border-box;
  }

}

/* end service */
/* 
body {
	align-items: center;
	background: #E3E3E3;
	display: flex;
	height: 100vh;
	justify-content: center;
} */



@keyframes scroll {
  100% {
    transform: translateX(0);
  }

  0% {
    transform: translateX(calc(-180px * 7))
  }
}


.language-slider {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px;
  /* border-top-left-radius: 20px;
  border-top-right-radius: 20px; */
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  border: 1px solid #fff;
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 97%;
}

.language-slider::before,
.language-slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.466) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  /* z-index: 2; */
}

.language-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.language-slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 35s linear infinite;
  display: flex;
  width: calc(200px * 14);
}

.language-slide {
  height: 100px;
  width: 180px;
  align-items: center;
  position: relative;
  top: 10px;
}

.language-slide h2 {
  color: #231834;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 20px);
  text-align: center;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-180px * 7))
  }
}


.language-slider2 {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  /* border-radius: 20px; */
  border: 1px solid #fff;
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 97%;
}

.language-slider2::before,
.language-slider2::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.466) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  /* z-index: 2; */
}

.language-slider2::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.language-slider2::before {
  left: 0;
  top: 0;
}

.slide-track2 {
  animation: scrolling 35s linear infinite;
  display: flex;
  width: calc(180px * 14);
}

.language-slide2 {
  flex-shrink: 0;
  /* width: 100%;
    height: 100%; */
  position: relative;
  transition-property: transform;
  display: block;
  height: 100px;
  width: 180px;
  align-items: center;
  /* position: relative; */
  top: 10px;
}

.language-slide2 h2 {
  color: #231834;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 20px);
  text-align: center;
}


@keyframes scrolls {
  100% {
    transform: translateX(0);
  }

  0% {
    transform: translateX(calc(-180px * 7))
  }
}


.language-slider3 {
  background: #ffff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px;
  /* border-top-left-radius: 20px;
  border-top-right-radius: 20px; */
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  border: 1px solid #fff;
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 97%;
}

.language-slider3::before,
.language-slider3::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.466) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  /* z-index: 2; */
}

.language-slider3::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.language-slider3::before {
  left: 0;
  top: 0;
}

.slide-track3 {
  animation: scroll 35s linear infinite;
  display: flex;
  width: calc(200px * 14);
}

.language-slide3 {
  height: 100px;
  width: 180px;
  align-items: center;
  position: relative;
  top: 10px;
}

.language-slide3 h2 {
  color: #231834;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 20px);
  text-align: center;
}

.ribbons {
  font-size: 20px;
  position: absolute;
  display: inline-block;
  margin-top: 8px;
  left: 33px;
  /* margin:5em; */
  z-index: 100;
  text-align: center;
}

.textaa {
  display: inline-block;
  padding: 0.3em 1em;
  max-width: 250px;
  line-height: 1.2em;
  color: #fff;
  font-size: 17px;
  background: #81b440;
  /* border-top-right-radius: 5px; */
  /* border-bottom-right-radius: 5px; */
  position: relative;
}

.ribbons::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* .ribbons:before{
  top:0.3em; left:0.2em;
  width:100%; height:100%;
  border:none;
  background:#EBECED;
  z-index:-2;
} */

/* .textaa:after{
  top:100%; right:0;
  border-width: .5em 2em 0 0;
  border-color: #FC9544 transparent transparent transparent;
} */
/* .ribbons:after, .bold:before{
  top:0.5em;right:-2em;
  border-width: 1.1em 1em 1.1em 3em;
  border-color: #FECC30 transparent #FECC30 #FECC30;
  z-index:-1;
} */
/* .bold:before{
  border-color: #EBECED transparent #EBECED #EBECED;
  top:0.7em;
  right:-2.3em;
} */


.multi-device-title h2 {
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}

.multi-device-content-area {
  display: flex;
  gap: 20px;
}

.multi-device-content-area .multi__icons {
  width: 8%;
}

.multi-device-content-area .icon {
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.multi-device-content-area .icon .bi {
  align-items: center;
  justify-content: center;
  text-align: center;
  display: block;
  font-size: 25px;
  margin: 0px auto;
  position: relative;
  top: 12px;
}

.multi-device-content-area .contents-start {
  width: calc(100% - 8%);
}

.multi-device-content-area .contents-start h6 {
  font-weight: 600;
  font-size: 20px;
}

.multi-device-content-area .contents-start p {
  color: #666565;
}

.price-card-area {
  /* background: #2c3e50; */
  background-color: var(--primary-color);
  height: 630px;
  position: relative;
  display: block;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.price-card-area:hover {
  border: 1px solid #fff;
}

.price-card-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6232F8;
  border-radius: 12px;
  transform: scaleX(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}

.price-card-area:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.price-category p {
  text-align: center;
  /* color: rgb(36, 190, 96); */
  color: #E7E7E8;
  font-size: 28px;
  text-transform: uppercase;
  padding-top: 15px;
}

.price-category {
  /* border-bottom: 2px solid rgb(36, 190, 96); */
  border-bottom: 2px solid #E7E7E8;
}

.price-category h2 {
  text-align: center;
  font-weight: 700;
  /* color: rgb(36, 190, 96); */
  color: #E7E7E8;
  font-size: clamp(28px, 4vw, 35px);
}

.price-category .texts {
  text-align: center;
  /* color: rgb(36, 190, 96) */
  color: #E7E7E8;
  font-size: 20px;
}

.price-category .price-texts {
  text-align: center;
  /* color: rgb(255, 255, 255); */
  color: #E7E7E8;
  font-size: 16px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-transform: capitalize !important;
  padding-top: 0 !important;
  padding-left: 2px;
  padding-right: 2px;
}

.dividerline {
  /* border-bottom: 2px solid #ec5565; */
  /* color: rgb(36, 190, 96); */
  color: #6232F8;
  height: 4px !important;
  font-size: 20px;
  font-weight: 800;
}

.price-services {
  border-bottom: 2px solid #fff;
}

.price-services p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-top: 0px !important;
}

.get-now-btn a {
  background: var(--secondary-bg-color);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 11px 10px;
  border-radius: 10px;
  font-size: 18px;
  display: block;
  margin: 17px auto;
  transition: all ease .3s;
  max-width: 180px;
  /* border: 2px dashed rgb(36, 190, 96); */

}

.get-now-btn a:hover {
  background: #fff;
  color: rgb(36, 190, 96);
  border: 2px dashed rgb(36, 190, 96);
  font-weight: 600;
  /* transition: all ease .3s; */
}

.price-card-area2 {
  /* background: #2c3e50; */
  background-color: var(--primary-color);
  height: 660px;
  position: relative;
  display: block;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  top: -32px;
}

.price-card-area2:hover {
  border: 1px solid #fff;
}

.price-card-area2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6232F8;
  border-radius: 12px;
  transform: scaleX(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}

.price-card-area2:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

/* .price-card-area2 {
  background: var(--primary-color);
  height: 660px;
  position: relative;
  display: block;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: -32px;
}

.price-card-area2:hover {
  border: 1px solid var(--primary-color);
}

.price-card-area2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6232F8;
  border-radius: 12px;
  transform: scaleX(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}

.price-card-area2:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
} */

.price-category2 p {
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding-top: 15px;
  text-transform: uppercase;
}

.price-category2 {
  border-bottom: 2px solid #fff;
}

.price-category2 h2 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: clamp(28px, 4vw, 35px);
}

.price-category2 .texts {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.dividerline2 {
  /* border-bottom: 2px solid #ec5565; */
  color: #fff;
  height: 4px !important;
  font-size: 20px;
  font-weight: 800;
}

.price-services2 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding-top: 41px;
  border-bottom: 2px solid #fff;
}

.get-now-btn2 a {
  background: var(--secondary-bg-color);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 11px 10px;
  border-radius: 10px;
  font-size: 18px;
  display: block;
  margin: 17px auto;
  transition: all ease .3s;
  max-width: 180px;
  /* border: 2px dashed #ff3b4f; */

}

.get-now-btn2 a:hover {
  background: #fff;
  color: rgb(36, 190, 96);
  border: 2px dashed rgb(36, 190, 96);
  font-weight: 600;
  /* transition: all ease .3s; */
}

/* common */
.ribbon-1 {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}

.ribbon-1::before,
.ribbon-1::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ed5565;
}

.ribbon-1 span {
  position: absolute;
  display: block;
  width: 180px;
  padding: 7px 0;
  background-color: #ed5565;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 600 15px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: capitalize;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -16px;
  right: -2px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 3px;
  right: -7px;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.sections__title {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sections__title .sub__title {
  font-size: 32px;
  font-weight: bold;
  font-family: var(--font-family);
  color: var(--secondary-color);
}

.sections__title .main__title {
  text-transform: uppercase;
  font-family: arno pro;
  font-weight: bold;
  position: relative;
  top: -14px;
  color: #fff;
}

.icons__borders {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 0px;
  height: 40px;
  width: 40px;
  color: #231834;
  margin: 5px 65px 25px;
  text-align: center;
  top: -14px;
}

.icons__borders::before {
  position: absolute;
  right: 100%;
  content: "";
  height: 0;
  top: 12px;
  width: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 65px solid #560bad;
}

.icons__borders::after {
  position: absolute;
  left: 100%;
  top: 12px;
  content: "";
  height: 0;
  width: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 65px solid #560bad;
}

/* start team member here */
.workido__team {
  padding: 15px 30px;
  background: var(--primary-bg-color);
  overflow: hidden;
  transition: all linear .5s;
  /* margin-top: 25px; */
  -webkit-transition: all linear .5s;
  /* box-shadow: rgba(0, 0, 0, 0.096) 0px 2px 4px, rgba(0, 0, 0, 0.13) 0px 7px 13px -3px, rgba(0, 0, 0, 0.116) 0px -3px 0px inset; */
  border-radius: 20px 0px 20px 0px;
  border-bottom: 4px solid #25D366;
}

.workido__team__image {
  height: 320px;
  position: relative;
  z-index: 1;
}

.workido__team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.workido__team__image::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 260px;
  background: #fff;
  bottom: 0;
  left: -50px;
  z-index: -1;
}

.workido__team__image ul {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  list-style: none;
}

.workido__team__image ul li a {
  width: 200px;
  height: 200px;
  line-height: 52px;
  text-align: center;
  background: #004aad;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /* margin: 4px 0px; */
  padding: 8px;
  color: #fff;
  font-size: 15px;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;

}

.workido__team__image ul li a:hover {
  background: var(--secondary-color);
  color: #fff;
}

.workido__team__text {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.workido__team__text h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-family: arno pro;
  text-shadow: 1px 1px 10px #2a2a2a;
}

.workido__team__text p {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 10px #2a2a2a;
  font-weight: 500;
}

.workido__team:hover ul {
  right: 20px;
  opacity: 1;
}

.workido__team:hover {
  background: var(--secondary-color);
  transition: all linear .5s;
  /* margin-top: 25px; */
  -webkit-transition: all linear .5s;
}

.testimonials__content {
  color: #000;
  font-size: 18px;
  max-width: 705px;
  text-align: justify;
}

.icons-testimonials {
  position: absolute;
  top: 11px;
  margin-left: -68px;
}

.icons-testimonials .bi {
  fill: var(--secondary-color);
  color: var(--secondary-color);
  font-size: clamp(24px, 4vw, 45px);
}

.testimonials-iamges {
  max-width: 220px;
}

.user-names {
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 700;
}

.carousel-control-prevss {
  background: var(--secondary-color);
  opacity: 1 !important;
}

.carousel-control-nextss {
  background: var(--secondary-color);
  opacity: 1 !important;
}

.carousel-dark .carousel-control-next-icon:hover {
  filter: none !important;
  background: var(--secondary-color);
  color: #fff;
  height: 2.8rem !important;
  border-radius: 50px !important;
  width: 2.8rem !important;
}

.carousel-dark .carousel-control-prev-icon:hover {
  filter: none !important;
  background: var(--secondary-color);
  color: #fff;
  height: 2.8rem !important;
  border-radius: 50px !important;
  width: 2.8rem !important;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  /* filter: invert(1) grayscale(100); */
  filter: none !important;
  background: var(--secondary-bg-color);
  color: #fff;
  height: 3rem !important;
  border-radius: 50px !important;
  width: 3rem !important;
}

.carousel-dark .carousel-control-next-icon .bi,
.carousel-dark .carousel-control-prev-icon .bi {
  align-items: center;
  text-align: center;
  justify-content: center;
  display: block;
  margin: 0px auto;
  font-size: clamp(22px, 4vw, 30px);
}


.process-icon-2 {
  position: relative;
}

.process-icon-2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.rounded-custom {
  border-radius: 1rem !important;
  border: 1px dashed #231834 !important;
}

.process-card {
  position: relative;
  display: block;
  transition: all ease .3s;
  z-index: 222;
}

.process-card:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 32px;
  height: 100%;
  z-index: -1;
  border-left: 2px dashed var(--primary-color);
  background-color: transparent;
  box-sizing: border-box;
}

.process-card .process-icon-2:after,
.work-process-list .process-card:last-child:after {
  display: none !important
}

.subtitle-texts {
  max-width: 430px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.text-primarys {
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 700;
  color: var(--secondary-color);
}

.google-play-store {
  width: 198px;
  height: 70px;
}

.google-play-store img {
  width: 198px;
  height: 80px;
  object-fit: contain;
}

.our-project-area {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.our-project-apps {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.carousel-items:nth-child(1) {
  background: var(--secondary-color);
}

.carousel-items:nth-child(2) {
  background: #ff3b4f;
}

.carousel-items:nth-child(3) {
  background: #007C80;
}

.carousel-items:nth-child(4) {
  background: #430c68;
}


/* services-two */
.services-bg-two {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
}

/* Wrapper to scale entire card */
.services-card-wrapper {
  display: inline-block;
  /* Prevents affecting surrounding elements */
  transition: transform 0.7s ease, box-shadow 0.7s ease;
  transform-origin: center;
}

.services-card-wrapper:hover {
  transform: scale(1.1);
  /* Scale entire card */
  /* box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2); Smooth shadow effect */
}

/* Card container */
.services-cards-item {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.7s ease;
}

/* Services item inside the card */
.services-items {
  position: relative;
  border-radius: 8px;
  border: 7px solid #fff;
  box-shadow: 0px 10px 30px #CED2DD;
  overflow: hidden;
  z-index: 1;
  transition: box-shadow 0.7s ease;
}

/* Background overlay effect */
.services-items::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.712) 52.77%, rgba(0, 25, 76, 0) 100%, #ffffffad 100%);
  transition: opacity 0.7s ease;
  opacity: 0;
}

.services-card-wrapper:hover .services-items::after {
  opacity: 1;
}

/* Image */
.services-items img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}

.services-items .item-shapes {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -50px;
  transition: all ease .7s;
  opacity: 0;
}

.services-items .item-shapes img {
  max-height: 85px;
  min-height: auto;
}

.services-cards-item:hover .services-items .item-shapes {
  margin-top: 0;
  opacity: 1;
}

.services-card-itemcontent {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 25px;
  z-index: 2;
  transition: all ease .7s;
}

.services-card-itemcontent .icons-item {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 0;
  background: var(--secondary-color);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 15px;
  transition: all ease .7s;
}

.services-cards-item:hover .services-card-itemcontent .icons-item {
  background: var(--primary-bg-color);
  transition: all ease .7s;
  color: #fff;
}

.services-card-itemcontent .service-title {
  margin-bottom: 10px;
  background: #231834b6;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}

.services-card-itemcontent .service-title a {
  font-size: 20px;
  transition: all ease .7s;
  color: #ffff;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 7px 5px;
  text-decoration: none;
}

.services-card-itemcontent p {
  margin-bottom: 5px;
  color: #fff;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  /* Moves it slightly down */
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.services-cards-item:hover .services-card-itemcontent p {
  margin-bottom: 5px;
  color: #231834;
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  font-weight: 600;
}

/* Hidden text
.services-card-itemcontent p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.services-card-wrapper:hover .services-card-itemcontent p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  color: #231834;
  font-weight: 600;
} */

.contact-us-card-area {
  position: relative;
  height: 280px;
  width: auto;
  padding: 30px;
  border: 1px solid #e5e7ef;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 55px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-sizing: border-box;
}

.contact-us-card-area h4 {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 28px);
}

.contact-us-card-area h5 {
  font-weight: 600;
  color: #004aad;
}

.contact-us-card-area p {
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 4vw, 16px);
}

.contact-us-card-area p a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 4vw, 16px);
}

.contact-us-card-area .contactus-icon {
  background: #eff1f7;
  width: 126px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  margin: 0 auto;
  transform: translateY(-50%);
  margin-bottom: -25px;
}

.contact-us-card-area .contactus-icon img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.contact-us-form-area form label .bi {
  color: var(--secondary-color);
  font-size: 27px;
}

.contact-us-form-area form label {
  font-weight: 600;
  font-size: 18px;
}

.contact-us-form-area form input {
  padding: 15px 4px;
  text-indent: 15px;
}

.contact-us-form-area form select {
  padding: 15px 4px;
  text-indent: 15px;
}

.contact-us-form-area form select option {
  padding: 15px 4px !important;
  text-indent: 15px;
}

.contact-us-form-area form .form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-color: var(--primary-color);
}

.contact-submit-btn button {
  padding: 15px 32px;
  font-weight: 700;
  background: var(--secondary-bg-color);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  transition: all ease .4s;
}

.contact-submit-btn button:hover {
  background: var(--primary-bg-color);
  transition: all ease .4s;
  transform: translateY(19px);
}

.sections__subtitls p {
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 600;
}

.privacy__titls {
  font-size: clamp(18px, 4vw, 21px);
  font-weight: 600;
}

.service_titls p {
  font-size: clamp(21px, 4vw, 24px);
  font-weight: 600;
}

.service____contents p {
  font-family: roboto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  padding-right: 10px;
  padding-left: 10px;
}

/* blog area start here */

.breadcrumb____background {
  background: url('../images/background/breadcrumb.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
  padding: 50px 0px;
}

.breadcrumb____background .breadcrumb-content {
  justify-content: center;
  align-items: center;
  text-align: center;
  /* padding-left: 20px; */
  padding-top: 100px;
}

.breadcrumb-content h2 {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 3px #fff;
  font-size: clamp(30px, 4vw, 60px)
}

.breadcrumb-bottom {
  margin-top: -40px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.breadcrumb-bottom span a {
  margin-top: -40px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.blogs__sidebar {
  /* margin-top: 40px; */
  /* margin-left: 30px; */
  /* padding-top: 16px; */
  /* border-right: 1px solid #e1e2e3; */
  border-radius: 4px;
  background-color: #fff;
  height: auto;
  position: sticky;
  top: 70px;
  vertical-align: top;
  display: inline-block;
  /* height: calc(100% - 28%); */
  /* overflow-y: scroll; */
}

.blog-search-box {
  padding: 8px 14px;
  background: var(--secondary-bg-color);
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.blog-search-box .input-group input {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.blog-search-box .input-group .input-group-text {
  padding: 8px 14px;
  background: var(--secondary-bg-color);
  color: #fff;
  border: 1px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.blog__services__list {
  margin-top: 22px;
  border-radius: 20px 0px 20px 0px;
  border: 1px dashed var(--primary-color);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.425) 0px 6px 6px;
}

.blog__sidebar__title {
  background: var(--secondary-bg-color);
  border-top-left-radius: 20px;
  padding: 4px 15px;
}

.blog__sidebar__title .widget-title {
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 700;
  font-family: roboto;
  color: #ffff;
  position: relative;
  padding: 7px 15px;
}

.blog__sidebar__title .widget-title::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 74px;
  height: 4px;
  background: #fff;
  left: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
}

.blog__services__list ul {
  list-style: none;
  margin-top: 10px;
}

.blog__services__list ul li .post__services {
  display: flex;
  width: 100%;
  gap: 25px;
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: 600;
  transition: all ease-in-out .2s;
  margin-top: 14px;

}

.blog__services__list ul li .post__services:hover {
  color: var(--primary-color);
  transition: all ease-in-out .2s;
}

.blog__services__list ul li .post__services:hover .icn {
  background: var(--primary-color);
  transition: all ease-in-out .2s;
  color: #fff;
  border: 1px dashed #fff;
}

.blog__services__list ul li .post__services .icn {
  width: 30px;
  height: 30px;
  background: var(--secondary-color);
  transition: all ease-in-out .2s;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 50%;
  /* align-items: normal; */
  /* justify-content: center; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 0;
}

.blog__services__list ul li .post__services .icn .bi {
  align-items: normal;
  position: relative;
  left: 6px;
  top: 2px;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}

.blog__services__list ul li .post__services .category {
  position: relative;
  top: 4px;
}

.recently__blog__list {
  margin-top: 22px;
  border-radius: 20px 0px 20px 0px;
  border: 1px solid var(--primary-color);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.425) 0px 6px 6px;
}

.recenlty__post__blogs {
  width: 100%;
  height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.recenlty__post__blogs ul {
  list-style: none;
}

.recenlty__post__blogs ul li .post__links {
  display: flex;
  gap: 25px;
  text-decoration: none;
  width: 100%;
  transition: all ease .3s;
  margin-top: 10px;
  position: relative;
}

.recenlty__post__blogs ul li .post__links::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 190px;
  height: 1px;
  background: #430c68;
  box-sizing: border-box;
}

.recenlty__post__blogs ul li .post__links .post__image {
  width: 125px;
  height: 70px;
  border-radius: 22px
}

.post__links .post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.post__links .post__content .date__admin {
  position: relative;
  color: #007C80;
  font-weight: 600;
  font-size: 15px;
}

.recenlty__post__blogs ul li .post__links .post__content .post__titles:hover {
  color: blue;
}

.recenlty__post__blogs ul li .post__links:hover .post__content .date__admin {
  color: #430c68;
}

.post__links .post__content .post__titles {
  position: relative;
  top: -17px;
  font-size: 14px;
  font-weight: 600;
  color: #231834;
  padding-right: 11px;
}

.blog__social___links {
  display: flex;
  gap: 25px;
}

.blog__list__title {
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 700;
  font-family: roboto;
  color: #430c68;
  position: relative;
  padding: 7px 15px;
}

.blog__list__title .widget-title::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 74px;
  height: 4px;
  background: #430c68;
  left: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
}

.blog__social___links .social__links {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eaecf8;
  cursor: pointer;
  transition: all ease .4s;
}

.blog__social___links .social__links:hover {
  background: var(--secondary-bg-color);
  color: #fff;
  transition: all ease .4s;
}

.blog__social___links .social__links:hover a .bi {
  color: #fff;
  transition: all ease .4s;
}

.blog__social___links .social__links a .bi {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 9px;
  left: 12px;
  transition: all ease .4s;
}

.blog___siderbar____images {
  background-image: linear-gradient(#00000080, #00000080), url('../images/blog/6.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 30px;
  border-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.buttons-discover {
  background: linear-gradient(to bottom, #25D366 0%, #2a2a2ace 100%);
  border: none;
  padding: 10px 20px;
  display: block;
  font-size: 18px;
  max-width: 210px;
  font-weight: 600;
  /* width: 120px; */
  text-transform: capitalize;
  cursor: pointer;
  transform: skew(0deg);
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 10px #fefefec2;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
}

.buttons-discover span {
  display: inline-block;
  transform: skew(0deg);
}

.buttons-discover::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: #ffff;
  opacity: 0;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.5s;
}

.buttons-discover:hover {
  color: #430c68;
}

.buttons-discover:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.sider__content__title h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
  /* overflow: hidden;
  border-right: .15em solid orange;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: .15em;
  animation: blink-caret .75s step-end infinite; */
}

/* The typewriter cursor effect */
/* @keyframes blink-caret {
  from, to { border-color: transparent }
  100% { border-color: orange; }
} */
.sider__content__title p {
  color: #fff;
  text-align: center;
}

.sider__content__title .headlines {
  color: yellow;
  font-size: 18px;
}

.sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
  list-style: none;
}

.blog__post__tags .widget-title {
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 700;
  font-family: roboto;
  color: #430c68;
  position: relative;
  padding: 7px 15px;
}

.blog__post__tags .widget-title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 74px;
  height: 4px;
  background: #430c68;
  left: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
}

.blog__post__tags .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  background: #f9f9f9;
  text-decoration: none;
  border: 1px solid #050529;
  transition: all 0.3s linear;
}

.blog__post__tags .sidebar-tag li a:hover {
  background-color: #430c68;
  border: 1px dashed #ffff;
  color: #ffffff;
}

.workido-blog-post-start {
  padding: 0;
  margin-bottom: 45px;
  background: #fff;
  /* display: inline-block; */
  width: 100%;
  border-radius: 5px;
  /* box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}


.workido-blog-post-start .workido-post-media {
  overflow: hidden;
  position: relative;
}

.workido-blog-post-start:hover .workido-post-media a img {
  transform: scale(1.1);
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.workido-blog-post-start .workido-post-media a {
  text-decoration: none;

}

.workido-blog-post-start .workido-post-media .post-media-image {
  width: 100%;
  height: 410px;
}

.workido-blog-post-start .workido-post-media a img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.workido-blog-post-start .workido-blog-contain {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
}

.workido-blog-post-start .workido-post-media a .workido-post-date {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
  background: linear-gradient(to bottom, #25D366 65%, #fff 100%);
  padding: 8px 0;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 18px 0px 18px 0px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.workido-blog-post-start .workido-post-media .workido-post-date p {
  color: #fff;
}

.workido-blog-post-start .workido-post-media .workido-post-date span {
  display: inline-block;
  width: 100%;
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.workido-blog-post-start .workido-blog-contain .workido-blog-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.workido-blog-post-start .workido-blog-contain .workido-blog-title a {
  text-decoration: none;
  color: #430c68;
  font-weight: 600;
}

.workido-blog-post-start .workido-blog-contain .workido-blog-title a:hover {
  color: #25D366;
}

.workido-blog-post-start .workido-post-meta ul {
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  display: flex !important;
}

.workido-blog-post-start .workido-post-meta ul li {
  list-style: none;
  display: inline-block;
  font-family: roboto;
  padding: 0 0;
  margin: 0 0 0 14px;
  align-self: center !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.workido-blog-post-start .workido-post-meta ul li.workido-post-meta {
  display: none;
}

.workido-blog-post-start .workido-post-meta ul li:first-child {
  margin-left: 0;
}

.workido-blog-post-start .workido-post-meta ul li a {
  color: var(--secondary-color);
  text-decoration: none;
}

.workido-blog-post-start .workido-post-meta ul li a:hover {
  color: var(--primary-color);
}

.workido-blog-post-start .workido-post-meta ul li i {
  margin-right: 8px;
  color: var(--primary-color);
}

.workido-read-button a {
  background: var(--secondary-bg-color);
  color: #fff;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 10px;
  transition: all 0.3s linear;
}

.workido-read-button a i {
  padding-left: 7px;
  transition: all 0.3s linear;
}

.workido-read-button a:hover {
  background: var(--primary-bg-color);
  color: #fff;
  transition: all 0.3s linear;
  border: 1px solid #fff;
  border-radius: 5px;
}

.workido-read-button a:hover i {
  transition: all 0.3s linear;
  margin-left: 10px;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 7px 14px;
  text-decoration: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
  color: #FFF;
  background: #25D366;
  border-color: #25D366;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #430c68;
}

.paginations-area-start {
  display: block;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}


/* full details blog */

.workido-single-blog-details {
  padding: 0;
  margin-bottom: 45px;
  background: #fff;
  /* display: inline-block; */
  width: 100%;
  border-radius: 5px;
  /* box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1); */
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
}


.workido-single-blog-details .workido-post-media {
  overflow: hidden;
  position: relative;
}

.workido-single-blog-details:hover .workido-post-media .post-media-image img {
  transform: scale(1.1);
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.workido-single-blog-details .workido-post-media .post-media-image {
  width: 100%;
  height: 410px;
}

.workido-single-blog-details .workido-post-media .post-media-image img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.workido-single-blog-details .workido-single-blog-contain {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
}

.workido-single-blog-details .workido-post-media .workido-post-date {
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: center;
  background: linear-gradient(to bottom, #25D366 65%, #fff 100%);
  padding: 8px 0;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 18px 0px 18px 0px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.workido-single-blog-details .workido-post-media .workido-post-date p {
  color: #fff;
  margin: 0;
  padding: 6px 21px;
}

.workido-single-blog-details .workido-post-media .workido-post-date span {
  display: inline-block;
  width: 100%;
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.workido-single-blog-details .workido-single-blog-contain .workido-blog-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #430c68;
  font-weight: 700;
}

.workido-single-blog-details .workido-single-blog-contain .workido-blog-title a:hover {
  color: #25D366;
}

.workido-single-blog-details .workido-post-meta ul {
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  display: flex !important;
}

.workido-single-blog-details .workido-post-meta ul li {
  list-style: none;
  display: inline-block;
  font-family: roboto;
  padding: 0 0;
  margin: 0 0 0 14px;
  align-self: center !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.workido-single-blog-details .workido-post-meta ul li.workido-post-meta {
  display: none;
}

.workido-single-blog-details .workido-post-meta ul li:first-child {
  margin-left: 0;
}

.workido-single-blog-details .workido-post-meta ul li a {
  color: var(--secondary-color);
  text-decoration: none;
}

.workido-single-blog-details .workido-post-meta ul li a:hover {
  color: var(--primary-color);
}

.workido-single-blog-details .workido-post-meta ul li i {
  margin-right: 8px;
  color: var(--primary-color);
}

.blogs-sub-title p {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  color: #050529;
}

.blog-content-areas p {
  text-align: justify;
  font-size: 18px;
}

/* end here */
/* our blog slider */
.recentaly-blog-post {
  text-align: center;
  justify-content: center;
  color: #fff;
}

.recentaly-blog-post p {
  font-size: 18px;
  font-weight: 600;
}

.recentaly-blog-post h2 {
  font-weight: 700;
}

.background__blogs__image {
  background-image: url('../images/blog/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.center-slider .slick-slide {
  /* background-color: #b32532; */
  color: #FFF;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: scale(0.8); */
  transition: all 0.4s ease-in-out;
}

.slider-cards {
  /* height: 55vh; */
  /* width: 400px; */
  /* transform: scale(0.8); */
  /* background: #ffffffbe; */
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(38, 2, 39, 0.767) 0px 2px 4px, rgba(38, 2, 39, 0.767) 0px 7px 13px -3px, #ffff 0px -5px 0px inset;
  border-radius: 27px;
  border-top: 1px dashed #ffff;
  border-left: 1px dashed #ffff;
  border-right: 1px dashed #ffff;
}




/* .center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
transform: scale(0.8, 0.8);
transition: all 0.4s ease-in-out;
} */


/* Active center slide (You can change anything here for cenetr slide)*/


/* .center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
transform: scale(1.1);
background-color: #000000;
height: 59vh;
}
.center-slider .slick-current.slick-active{
transform: scale(1.1);
height: 59vh;
background-color: #000000;
} */

/* .slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 25px !important;
}

.slick-prev {
  left: 25px !important;
} */

/* .slick-next:before,
.slick-prev:before {
  font-size: 31px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  color: #ffff !important;
} */

.view-custom-btn {
  width: 150px;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: Roboto;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.viewMores {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}

.viewMores span {
  background: #FF4E63;
  background: var(--primary-bg-color);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.viewMores span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.viewMores span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.viewMores:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.viewMores:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.image-area-card {
  width: 100%;
  height: 260px;
}

.image-area-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slider-card-content {
  /* display: block; */
  text-align: center;
  /* margin: 0 auto; */
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  top: -10px;
}

/* .slider-card-content .slide-title h3 {
  font-family: arno pro;
  font-weight: 700;
  text-shadow: 1px 1px 10px #2a2a2a;
} */

.slider-card-content .blogs__name {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-card-content .blogs__name p {
  font-size: 24px;
  font-weight: 600;
  color: #231834;
  text-align: center;
  text-shadow: 1px 1px 10px #fefefe;
}

.slider-card-content .workido-post-meta ul {
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  display: flex !important;
}

.slider-card-content .workido-post-meta ul li {
  list-style: none;
  display: inline-block;
  font-family: roboto;
  padding: 0 0;
  margin: 0 0 0 14px;
  align-self: center !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  color: #231834;
  padding-top: 10px;
}

.slider-card-content .workido-post-meta ul li.workido-post-meta {
  display: none;
}

.slider-card-content .workido-post-meta ul li:first-child {
  margin-left: 0;
}

.slider-card-content .workido-post-meta ul li a {
  color: #000;
  text-decoration: none;
}

.slider-card-content .workido-post-meta ul li a:hover {
  color: var(--primary-color);
}

.slider-card-content .workido-post-meta ul li i {
  margin-right: 8px;
  color: var(--primary-color);
}

.slider__blog__para p {
  color: #231834;
}

.services__sub__title p {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin: 0 !important;
}

.services__sub__title span {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin: 0 !important;
}

.service___images img {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 20px;
}

/* end */

.top__right__shape {
  position: absolute;
  right: 0;
}
.top__right__shape5 {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: .8;
}


.position__relative {
  position: relative;
}

.top__right__shape1 {
  position: absolute;
  left: 0;
  top: 0;
}

.top__right__shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.top__right__shape3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}

.testimonial__bg {
  background-image: url('../images/background/testi-bg.jpg');
  background-position: center;
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
}

.auto__modal__card {
  background: transparent;
  backdrop-filter: blur(5px);
}

.auto__modal__card .modal-content {
  /* background-color: #263238aa; */
  background-color: #2a2a2ad8;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.925) 0px -3px 0px inset;
  border: 1px solid #fefefe;
}

.auto__modal__body {
  position: relative;
}

.auto__modal__body .btn-closes {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: content-box;
  width: 1.2em;
  height: 1.2em;
  padding: .25em .25em;
  color: #270a0a;
  background: #ffffff;
  border: 0;
  border-radius: .25rem;
  opacity: .8;
}

.auto__modal__body .btn-closes .bi {
  font-size: 25px;
  position: relative;
  top: -9px;
  left: -4px;
}

.auto__pop__title p {
  color: #fefefe;
  opacity: .9;
  text-align: center;
}

.auto__modal__body form .form-control {
  border: 1px solid #270a0a;
  padding: 7px 10px !important;
}

.auto__modal__body form .form-control:focus {
  border-color: #270a0a;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.auto__modal__body form .form-floating>.form-control,
.auto__modal__body form .form-floating>.form-select {
  height: calc(3rem + 2px) !important;
  line-height: 1.25;
}

.auto__pop__button {
  display: flex;
  gap: 10px;
}

.auto__pop__button .btn1 a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 15px;
  padding: 7px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fefefe;
  background: #25D366;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #fefefe;
  border-radius: 20px;
  box-shadow: inset 0 0 0 0 #fefefe;
}

.auto__pop__button .btn1 a:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #725AC1;
}

.auto__pop__button .btn1 a:active {
  transform: scale(0.9);
}

.auto__pop__button .btn2 a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 15px;
  padding: 7px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fefefe;
  background: #ed5565;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #fefefe;
  border-radius: 20px;
  box-shadow: inset 0 0 0 0 #fefefe;
}

.auto__pop__button .btn2 a:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #725AC1;
}

.auto__pop__button .btn2 a:active {
  transform: scale(0.9);
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 80px;
  z-index: 1;
}

.team-page__single {
  position: relative;
  display: block;
  padding: 20px 20px 21px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 40px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sections__title .main__title span {
  color: #6232f8;
  position: relative;
  display: inline-block;
}

.sections__title .main__title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6232F8 0%, rgba(98, 50, 248, 0) 100%);
}

.sections__title .sub__title span {
  color: #6232f8;
  position: relative;
  display: inline-block;
}

.sections__title .sub__title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6232F8 0%, rgba(98, 50, 248, 0) 100%);
}

.team-page__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  box-shadow: 0px 0px 32px rgba(224, 224, 224, 0.47);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.team-page__single:hover::before {
  opacity: 1;
}

.team-page__img-box {
  position: relative;
  display: block;
}

.team-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  width: 276px;
  height: 276px;
}

.team-page__img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #243855;
  border-radius: 8px;
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.team-page__single:hover .team-page__img::before {
  opacity: 0.50;
}

.team-page__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.team-page__single:hover .team-page__img img {
  transform: scale(1.1);
}

.team-page__content {
  position: relative;
  display: block;
  margin-top: 17px;
}

.team-page__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.team-page__title a {
  color: #243855;
  text-decoration: none;
}

.team-page__title a:hover {
  color: #6232F8;
}

.team-page__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.team-page__social {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  padding: 12px 8px 12px;
  border-top-left-radius: 16px;
  z-index: 2;
}

.team-page__social::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  bottom: 12px;
  width: 1px;
  background-color: #E7E7E8;
  transform: translateX(-50%);
}

.team-page__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #E7E7E8;
  border-radius: 50%;
  font-size: 12px;
  color: #243855;
}

.team-page__social a:hover {
  color: #fff;
  background-color: #6232F8;
  border: 1px solid #6232F8;
}

.team-page__social-shape-1 {
  position: absolute;
  top: -21px;
  right: 0px;
}

.team-page__social-shape-1 img {
  width: auto;
}

.team-page__social-shape-2 {
  position: absolute;
  bottom: 79px;
  left: -24px;
}

.team-page__social-shape-2 img {
  width: auto;
}


/* cleint logos */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.logo__slider div {
  height: 100%;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

/* why choose us */
.why-choose-four {
  position: relative;
  display: block;
  padding: 152px 0 164px;
  z-index: 1;
}

.why-choose-four__left {
  position: relative;
  display: block;
}

.why-choose-four__left .section-title-two {
  margin-bottom: 23px;
}

.why__choose__img__box {
  position: relative;
  display: block;
  margin-top: 47px;
  margin-right: 272px;
}

.why__choose__img {
  position: relative;
  display: block;
  padding: 2px;
}

.why__choose__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 16px;
  clip-path: polygon(0 0, 75% 0%, 100% 25%, 100% 100%, 0 100%, 0% 50%);
}

.why__choose__img img {
  width: 100%;
  border-radius: 16px;
  clip-path: polygon(0 0, 75% 0%, 100% 25%, 100% 100%, 0 100%, 0% 50%);
}

.why__choose__img-2 {
  position: absolute;
  bottom: -132px;
  right: -218px;
  z-index: -1;
  width: 350px;
  height: 350px;
}

.why__choose__img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50px 117px 140px 162px; */
  border-radius: 16px;
}

.why__choose__img-shape-1 {
  position: absolute;
  bottom: -90px;
  left: 97px;
  z-index: -1;
}

.why__choose__img-shape-1 img {
  width: auto;
}

.why___choose__right {
  position: relative;
  display: block;
  margin-top: 52px;
}

.why__choose__right__title {
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(98, 50, 248, 0.09);
  margin-bottom: 55px;
  text-align: center;
  font-family: "Koulen", sans-serif !important;
}

.why___choose__single {
  position: relative;
  display: flex;
  gap: 20px;
}

.why__choose__icon {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  z-index: 1;
}

.why__choose__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  transform: rotate(-45deg);
  filter: drop-shadow(1px 1px 8px rgba(187, 187, 187, 0.77));
  z-index: -1;
}

.why__choose__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  -webkit-transition: all 0.90s ease;
  -o-transition: all 0.90s ease;
  transition: all 0.90s ease;
  position: relative;
  top: 7px;
  left: 7px;
}

.why___choose__single:hover .why__choose__icon img {
  transform: scale(.9) translateX(2px);
}

.why___choose__single h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 9px;
}

.why__content__data p {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 9px;
  color: #5d6b81;
}

.section__title p {
  color: #5d6b81;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

@-webkit-keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}


.img-bounce {
  -webkit-animation: ImgBounce 2s ease-in-out 0s infinite alternate;
  animation: ImgBounce 2s ease-in-out 0s infinite alternate;
}

/* end here */
.section__title h2 span {
  color: #6232f8;
  position: relative;
  display: inline-block;
}

.section__title h2 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6232F8 0%, rgba(98, 50, 248, 0) 100%);
}

/* counter
.fun-fact .counter {
  position: relative;
}

.fun-fact .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.about-card {
  display: inline-block;
  padding: 50px 30px;
  background: var(--secondary-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgb(255, 255, 255) 0px -4px 0px inset;
  border-radius: 15px 0px 15px 0px;
}

.about-card li {
  display: flex;
  margin-top: 30px;
  gap: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}

.about-card li img {
  display: inline-block;
  position: relative;
  top: 10px;
}

.about-card .fun-fact .counter {
  color: var(--white-color);
  line-height: 1;
  font-size: 50px;
}

.about-card .fun-fact .medium {
  color: var(--white-color);
  font-weight: 600;
  opacity: 0.8;
}

.about-card li:first-child {
  margin: 0;
}

.about-style-one .about-card {
  position: absolute;
  left: -80px;
  bottom: -80px;
}
.about-thumb {
  position: relative;
}
.about-card {
  position: absolute;
  left: 90px;
  top: 250px;
} */

/* # Counter One */

.counter-one {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #6132f7;
  padding: 50px 0 50px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, #fff 0px 6px 6px;
}

.counter-one__shape-1 {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 61.4%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.counter-one__list li {
  position: relative;
  display: block;
}

.counter-one__list li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -95px;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
}

.counter-one__list li:after {
  content: "";
  position: absolute;
  bottom: 29px;
  left: -95px;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
}

.counter-one__list li:first-child:before,
.counter-one__list li:first-child:after {
  display: none;
}

.counter-one__single {
  position: relative;
  display: block;
  text-align: center;
}

.counter-one__single:before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 16px;
  left: -92px;
  width: 1px;
  background-color: #fff;
}

.counter-one__list li:first-child .counter-one__single:before {
  display: none;
}

.counter-one__count {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.counter-one__count p {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
}

.counter-one__count-plus {
  font-size: 60px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}

.counter-one__text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* end */