* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--robreg);
  background-image: url("../images/body-bg.png");
  background-position: center;
  background-size: cover;
  font-family: var(--mlight);
}

@font-face {
  font-family: "helveticalight587ebe5a59211";
  src: url("../fonts/helveticalight587ebe5a59211.eot");
  src: url("../fonts/helveticalight587ebe5a59211.eot") format("embedded-opentype"),
    url("../fonts/helveticalight587ebe5a59211.woff2") format("woff2"),
    url("../fonts/helveticalight587ebe5a59211.woff") format("woff"),
    url("../fonts/helveticalight587ebe5a59211.ttf") format("truetype"),
    url("../fonts/helveticalight587ebe5a59211.svg#helveticalight587ebe5a59211") format("svg");
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot") format("embedded-opentype"),
    url("../fonts/Helvetica.woff2") format("woff2"),
    url("../fonts/Helvetica.woff") format("woff"),
    url("../fonts/Helvetica.ttf") format("truetype"),
    url("../fonts/Helvetica.svg#Helvetica") format("svg");
}

@font-face {
  font-family: "MatterLight";
  src: url("../fonts/MatterLight.eot");
  src: url("../fonts/MatterLight.eot") format("embedded-opentype"),
    url("../fonts/MatterLight.woff2") format("woff2"),
    url("../fonts/MatterLight.woff") format("woff"),
    url("../fonts/MatterLight.ttf") format("truetype"),
    url("../fonts/MatterLight.svg#MatterLight") format("svg");
}

@font-face {
  font-family: "MatterRegular";
  src: url("../fonts/MatterRegular.eot");
  src: url("../fonts/MatterRegular.eot") format("embedded-opentype"),
    url("../fonts/MatterRegular.woff2") format("woff2"),
    url("../fonts/MatterRegular.woff") format("woff"),
    url("../fonts/MatterRegular.ttf") format("truetype"),
    url("../fonts/MatterRegular.svg#MatterRegular") format("svg");
}

@font-face {
  font-family: "MatterSemiBold";
  src: url("../fonts/MatterSemiBold.eot");
  src: url("../fonts/MatterSemiBold.eot") format("embedded-opentype"),
    url("../fonts/MatterSemiBold.woff2") format("woff2"),
    url("../fonts/MatterSemiBold.woff") format("woff"),
    url("../fonts/MatterSemiBold.ttf") format("truetype"),
    url("../fonts/MatterSemiBold.svg#MatterSemiBold") format("svg");
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: none;
  scrollbar-color: #8f54a0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

/* Back To Top */
.scrollToTopBtn {
  background: #9d5820 !important;
  border: none;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 115px;
  right: 30px;
  z-index: 92;
  opacity: 2;
  transform: translateY(200px);
  transition: all 0.5s ease;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.scrollToTopBtn img {
  width: 30px;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
  opacity: 1;
}

.scrollToTopBtn:hover {
  background: #5180ae;
}

.scrollToTopBtn:hover i {
  color: #fff;
  top: 5px;
}

.scrollToTopBtn:focus,
.scrollToTopBtn:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

/* Back To Top */
/* Lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Lenis */

:root {
  --msemi: "MatterSemiBold";
  --mreg: "MatterRegular";
  --mlight: "MatterLight";
  --halreg: "Helvetica";
  --hallight: "helveticalight587ebe5a59211";
  --secondcolor: #ffa200;
  --ani: all 0.5s;
}

.main-container {
  padding: 0 3%;
}

section {
  padding: 5% 0;
  overflow: hidden;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--robreg);
}

/* Header */

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 15px 3%;
  transition: all 0.5s;
}

.logo img {
  width: 155px;
}

.media-links-head a {
  color: #ffffff89;
  font-size: 17px;
  margin-top: 0;
  transition: var(--ani);
}

.main-head {
  font-size: 26px;
}

.media-links-head a:hover {
  color: #9d5820;
  margin-top: -5px;
}

.mail-head a {
  transition: var(--ani);
}

.mail-head a:hover {
  color: #9d5820 !important;
}

.header-links {
  color: #707073;
}

.header-links a {
  color: #707073;
  font-family: var(--halreg);
  transition: var(--ani);
  font-size: 16px;
}

.header-links a:hover,
.header-talk a:hover {
  color: #fff;
}

.header-talk a {
  color: #707073;
  font-family: var(--halreg);
  transition: var(--ani);
}

.banner-left-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 5%;
}

.banner-left-text h2 {
  color: #5180ae;
  text-align: left;
  font-family: var(--msemi);
  font-size: 66px;
}

.banner-left-text .banner-tex-bg {
  display: block;
  font-size: 75px;
  background-image: url("../images/text-bg-2.png");
  -webkit-text-fill-color: transparent;
  webkit-background-clip: text;
  background-clip: text;
  position: relative;
  z-index: 10;
}

.changebox {
  margin: 0 5px;
  overflow: hidden;
  transition: 0.5s;
  white-space: nowrap;
  height: 88px !important;
  margin-top: -18px;
}

.changebox span {
  margin-bottom: 50px;
}

.banner-right-text {
  width: 355px;
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 10;
  background-color: #001c1fcf;
  padding: 20px;
  border-radius: 12px;
}

.banner-right-text h5 {
  font-size: 20px;
  font-family: var(--robreg);
}

.mob-banner {
  display: none;
}

.how-banner-head i {
  transform: rotate(-30deg);
}

.awrd-box {
  background-color: #242426;
  background-image: none;
  transition: background-image 1s, background-color 1s;
}

/* .award-right{
  transform: translatey(0px);
	animation: float 8s ease-in-out infinite;
} */
.award-right h2 {
  color: #9d5820;
  text-transform: uppercase !important;
  font-size: 27px;
  margin-bottom: 15px;
  text-align: center;
}

/* ----  */
#changing-text::after {
  content: "|";
  animation: blink 0.7s infinite;
  color: #fff;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* ----  */

.award-right p {
  text-align: justify;
}

.typeJsText {
  display: inline-block;
  padding: 0;
  border-right: 1px solid #9d5820;
}

.count-up span {
  color: #9d5820;
  font-size: 35px;
  font-family: var(--hallight);
}

.count-up .count-plus {
  font-size: 25px;
}

.awrd-box:hover {
  background-color: transparent;
  background-image: url("../images/text-bg.png");
  background-repeat: repeat;
  background-size: cover;
}

.awrd-box.active {
  background-color: transparent;
  background-image: url("../images/text-bg.png");
  background-repeat: repeat;
  background-size: cover;
}

.awrd-box:hover .count-up span,
.awrd-box.active .count-up span {
  color: #fff;
}

.award-arrow {
  color: #9d5820 !important;
  font-size: 20px;
  width: 40px;
  height: 40px;
  transform: translateY(0px) rotate(-30deg);
  animation: arrow-float 6s ease-in-out infinite;
  background-color: transparent;
  transition: var(--ani);
}

@keyframes arrow-float {
  0% {
    transform: translatey(0px) rotate(-30deg);
  }

  50% {
    transform: translatey(-15px) rotate(-30deg);
  }

  100% {
    transform: translatey(0px) rotate(-30deg);
  }
}

.award-arrow:hover {
  background-color: #9d5820;
  color: #fff !important;
}

.latest-boxes {
  width: 900px;
  margin: auto;
}

.latest-logo {
  width: 95px;
  height: 45px;
}

.latest-bx {
  border-color: #ffffff5c !important;
  padding-left: 5%;
}

.latest-bx h3 {
  color: #9d5820;
  font-family: var(--halreg);
}

.latest-bx p {
  font-size: 20px;
}

/* .latest-main-img{
  width: 850px;
} */

.proces-bx h2 {
  color: #9d5820;
  font-family: var(--mreg);
}

.proces-bx {
  border-color: #9d5820 !important;
}

.prcess-rounds {
  position: relative;
}

.pr-ellipse {
  background: #242426 0% 0% no-repeat padding-box;
  border: 0.5px solid #9d5820;
  opacity: 0.9;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
}

.pr-ellipse img {
  width: 25px;
}

.prcess-rounds h6 {
  font-family: var(--halreg);
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.count-round {
  background: #242426 0% 0% no-repeat padding-box;
  border: 0.5px solid #9d5820;
  position: absolute;
  left: 35px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-15px);
  }

  100% {
    transform: translatey(0px);
  }
}

.gallery-head h2 {
  text-wrap: nowrap;
  color: #9d5820;
  transform: rotate(-90deg);
}

.gallery-head {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-right {
  font-family: var(--halreg);
}

.projct-plus a {
  color: #fff;
  background-color: #242426;
  padding: 0 10px;
  padding-bottom: 5px;
  border-radius: 3px;
  transition: var(--ani);
}

.owl-project h6 {
  color: #9d5820;
}

.projct-plus a:hover {
  background-color: #9d5820;
}

.brand-logo .brand-border {
  border-color: #9d5820 !important;
}

.brand-logo h2 {
  color: #9d5820;
}

.owl-brand .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  background-color: #fff;
}

.owl-brand .item img {
  max-width: 210px;
}

/* .testi-parallax{
  background-image: url('../images/testi-parallax.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
} */

.testi-main h3 {
  /* background-image: url("../images/text-bg-2.png");
  -webkit-text-fill-color: transparent;
  webkit-background-clip: text;
  background-clip: text;
  background-size: cover; */
  font-family: var(--mreg);
  color: #9d5820;
}

/* -------------- rotate testimonial ------------------- */
.center__content h5 {
  font-size: 18px;
}

.slider__container {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 50%;
  margin-bottom: 150px;
}

.slider__container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.slider__container .slide__container {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  opacity: 0;
  /* Start with opacity 0 */
  transition: opacity 0.1s ease;
  /* Smooth transition for opacity */
}

.slider__container .slide__container.slide--active {
  opacity: 1;
  /* Set opacity to 1 when active */
}

.slider__container .slide__container .slide {
  position: absolute;
  left: 50%;
  top: -150px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, 50%);
  transition: all 0.5s ease-in-out;
}

.slider__container .slide__container.slide--active .slide {
  width: 150px;
  height: 150px;
}

.center__content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffffc4;
  text-align: center;
  z-index: 10;
  display: none;
  /* Hide all center contents initially */
}

.center__content.active {
  display: flex;
  /* Show center content when active */
}

.center__content a {
  display: inline-block;
  border: 0.5px solid #ffffff;
  background-color: transparent;
  color: #fff;
  padding: 3px 18px;
  border-radius: 2px;
  margin-top: 20px;
  font-size: 13px;
  transition: all;
}

.center__content a:hover {
  background-color: #fff;
  color: #000000;
}

/* -------------- rotate testimonial ------------------- */
.testi-parallax {
  margin-top: -515px;
  position: relative;
  z-index: 20;
}

.testi-parallax video {
  width: 100%;
}

.mail-left h3 {
  font-size: 26px;
  color: #9d5820;
  /* background-image: url("../images/text-bg-2.png");
  -webkit-text-fill-color: transparent;
  webkit-background-clip: text;
  background-clip: text;
  background-size: cover; */
}

.mail-input {
  outline: none;
  box-shadow: none;
}

.mail-check-flex input {
  width: 25px;
}

.mail-check-flex a {
  transition: var(--ani);
  font-size: 14px;
}

.mail-check-flex a:hover {
  background-color: #9d5820 !important;
  color: #fff !important;
}

.footer-bg {
  background-image: url("../images/body-bg.png");
  background-size: cover;
}

footer {
  padding-top: 5%;
}

.footer-left h5 {
  color: #9d5820;
  font-family: var(--halreg);
  text-transform: uppercase;
}

.footer-left img {
  width: 80px;
  height: 38px;
  margin-right: 10px;
}

.footer-link {
  color: #c0c0c4;
}

.footer-link h5 {
  color: #9d5820;
}

.footer-link a {
  padding-left: 0;
  transition: var(--ani);
  display: block;
  color: #fff;
}

.footer-link a:hover {
  padding-left: 5px;
  color: #9d5820 !important;
}

.footer-bx {
  border-color: #9d58209b !important;
}

.footer-strip p {
  font-size: 14px;
}

/* Verticals */
section.bg-gray {
  background: #111;
  height: 100vh;
}

.our-work {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.our-work h1 {
  background-image: linear-gradient(269deg, #bc2789 1.26%, #f85956 98.74%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  font-size: 3.3rem;
  line-height: 1.1;
}

.slider {
  display: flex;
  gap: 55px;
  align-items: center;
  position: relative;
}

@media (max-width: 640px) {
  .slider {
    padding-top: 1rem;
    flex-direction: column;
    gap: 16px;
  }
}

.carousel__slider {
  position: relative;
  width: 100%;
  min-height: 440px;
}

.carousel__item {
  padding: 20px;
  color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 0;
  opacity: 0;
}

.carousel__nav {
  display: none;
  gap: 16px;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 640px) {
  .carousel__nav {
    flex-direction: row;
  }
}

.carousel__nav__item {
  background: #424b58;
  box-shadow: none;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.carousel__nav__item--active {
  background: red;
}

.carousel-descriptions {
  position: relative;
  height: 100%;
}

.carousel-descriptions .description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.description h5 {
  color: #9d5820;
}

.description h4 {
  font-family: var(--msemi);
  color: #9d5820;
}

.carousel-descriptions .description p {
  text-align: justify;
}

.ourwork-head {
  color: #9d5820;
}

.ourwork-head img {
  width: 85px;
  margin-right: 5px;
}

.carousel-count {
  color: #9d5820;
  font-size: 20px;
  font-family: var(--halreg);
}

.about-black {
  background-color: #000000;
}

.story-border {
  background-image: url("../images/body-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: 3px 3px 15px #79797969;
  border-radius: 27px;
}

.stoty-left {
  flex-direction: column;
}

.stoty-left h2 {
  color: #9d5820;
  font-family: var(--mreg);
}

.story-second {
  padding: 0 13%;
  padding-top: 5%;
}

.story-second h5 {
  font-family: var(--halreg);
  opacity: 0.6;
}

.story-second h6 {
  font-size: 18px;
  line-height: 1.4;
}

.when-line-bg {
  position: absolute;
  width: 100%;
}

.when-main {
  padding-top: 100px;
}

.when-bx {
  background-image: url("../images/when-bg.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 12px;
  width: 320px;
  margin: auto;
  display: block;
  position: relative;
  z-index: 10;
}

.when-bx-2 {
  margin-top: -100px;
}

.when-icon {
  background-color: #fff;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.when-bx h4 {
  font-family: var(--halreg);
}

.ouraim-bx {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 27px;
  background-image: url("../images/our-aim-bg.png");
  background-position: center;
  background-size: cover;
}

.our-right h5 {
  font-family: var(--halreg);
  font-size: 17px;
  margin-bottom: 5px !important;
}

.our-right h2 {
  font-family: var(--msemi);
  color: #9d5820;
  text-transform: uppercase !important;
  font-size: 22px;
  margin-bottom: 30px !important;
  text-align: left;
}

.our-card h4 {
  color: #9d5820;
}

.our-card {
  background-image: url("../images/body-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: 3px 3px 15px #79797969;
  border-radius: 27px;
  margin-bottom: 25px;
  padding: 40px 40px;
  min-height: 360px;
  max-height: 360px;
}

.health-box {
  border: 1px solid #9d5820;
}

.service-content-left {
  flex-direction: column;
  height: 100%;
  padding-left: 6%;
}

.service-content-left h2 {
  font-family: var(--msemi);
}

.service-content-left h4 {
  color: #9d5820;
  font-family: var(--mreg);
}

.service-content-left p {
  font-size: 17px;
}

.service-right {
  float: right;
}

.health-right ul li {
  margin-top: 30px;
  list-style: none;
  font-size: 1.5rem;
}

.health-right ul li:first-child {
  margin-top: 0;
}

.gallery-bx iframe {
  height: 500px;
}

.gallery-thumb {
  width: 300px;
}

.owl-gallry .owl-dots.disabled,
.owl-gallry .owl-nav.disabled {
  display: block !important;
}

.owl-gallry .owl-nav {
  color: #000 !important;
  font-size: 30px;
}

.owl-gallry .owl-nav span {
  color: #000 !important;
  margin-top: -5px;
}

.owl-gallry .owl-nav button {
  background-color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-gallry .owl-nav .owl-next {
  right: -20px;
}

.owl-gallry .owl-nav .owl-prev {
  left: -20px;
}

.gallery-popup {
  width: 500 !important;
}

.gallery-popup .modal-content .btn-close {
  position: absolute;
  right: 20px;
  top: 45px;
  z-index: 20;
  color: #fff !important;
  background-color: #fff !important;
}

.service-main {
  padding-top: 10%;
}

.serv-bx {
  background-image: url("../images/body-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: 3px 3px 15px #9d58205b;
}

.serv-bx-left h3 {
  font-family: var(--mreg);
  text-transform: uppercase;
  color: #9d5820;
}

.serv-bx-left img {
  height: 350px;
  width: 80%;
  object-fit: cover;
  border-radius: 12px;
}

.serv-bx-left h6 {
  color: #707073;
  font-family: var(--mreg);
}

.serv-bx-right h4 {
  font-family: var(--mreg);
}

.serv-bx-right a {
  color: #fff;
  background-color: #9d5820;
  padding: 5px 20px;
  border-radius: 15px;
  margin-top: 10px;
  font-size: 14px;
}

.serv-bx-right a:hover {
  transition: var(--ani);
  background-color: #1a0d02;
}

.serv-bx-left {
  color: #fff;
}

.serv-bx-right {
  color: #fff;
}

.fixed-whatsapp {
  background-color: #06a230;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 26px;
  z-index: 999;
  transition: var(--ani);
}

.fixed-whatsapp i {
  color: #fff;
  padding: 10px;
  font-size: 26px;
}

.fixed-whatsapp:hover {
  background-color: #077324;
}

.under-web img {
  height: 100vh;
}

.storyyellow {
  color: #9d5820;
  text-transform: uppercase !important;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: left;

}

.storyps {
  text-align: justify;
  line-height: 24px;
}


.vedio-banner {
  padding: 40px 0;
}

.story-main video {
  width: 340px;
  border-radius: 20px;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 200px;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}

.serv-bx-right p {
  text-align: justify;
}

.serdetails {padding-top: 70px;}
.footertop{
  border-top: 0.5px solid #ffffff59;
}
/* Responsive */
@media (max-width: 1366.5px) {
  .slider__container {
    width: 60%;
  }

  .testi-parallax {
    margin-top: -450px;
  }
}

@media (max-width: 991.5px) {
  .vedio-banner {
    padding: 20px 0;
  }

  .story-main video {
    width: 100%;
  }

  .our-right h5 {
    font-size: 16px;
  }

  .our-right h2 {
    font-size: 19px;
    margin-bottom: 20px !important;
  }

  .when-icon {
    margin-bottom: 15px;
  }

  .when-bx h4 {
    font-size: 18px;
  }

  .story-second h6 {
    font-size: 16px;
  }

  .storyyellow {
    font-size: 16px;
    margin: 10px 0;
    text-align: left;
  }

  .stoty-left h2 {
    font-size: 19px;
    margin: 0 !important;
  }

  .story-main {
    padding-top: 100px;
  }

  .mail-head,
  .media-links-head,
  .header-links,
  .banner-right-text,
  .header-talk {
    display: none !important;
  }

  .banner-left-text .banner-tex-bg,
  .banner-left-text h2 {
    font-size: 50px;
  }

  .changebox {
    height: 60px !important;
  }

  .header-for-desktop {
    display: none !important;
  }

  header {
    position: fixed;
    padding: 10px 3%;
    top: 10px;
  }

  header.smaller {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5%;
  }

  header .nav-icon {
    cursor: pointer;
  }

  header .nav-icon li {
    list-style: none !important;
  }

  header.smaller .header-bx {
    background-color: #000000;
    padding: 15px 20px;
    box-shadow: 0 0 10px #00000071;
  }

  .logo img {
    width: 70px;
  }

  header.smaller .logo img {
    width: 68px;
  }

  .nav-icon i {
    color: #fff;
    font-size: 20px;
  }

  .logo img {
    width: 100px;
    transition: var(--ani);
  }

  .social-responsive {
    position: relative;
    top: 90px;
  }

  .social-responsive .header-talk {
    display: block !important;
  }

  .banner-imgbx {
    box-shadow: 0 0 10px #41717466;
    margin: 3%;
    margin-top: 110px;
    overflow: hidden;
  }

  .banner-left-text {
    top: inherit;
    left: 10%;
    bottom: 5%;
    padding: 20px;
    box-shadow: 0 0 10px #000000;
    background-color: #00000051;
  }

  .banner-where-text-res {
    position: absolute;
    top: 25%;
    left: 8%;
    z-index: 10;
  }

  .banner-where-text-res h5 {
    color: #979797 !important;
    font-size: 18px;
  }

  .how-we-can .banner-right-text {
    display: block !important;
    position: inherit !important;
    width: auto;
  }

  .social-responsive .media-links-head {
    display: flex !important;
  }

  .desk-banner {
    display: none;
  }

  .mob-banner {
    display: block;
  }

  .changebox {
    margin-top: -7px;
  }

  .count-up span {
    font-size: 28px;
  }

  .latest-bx {
    padding-left: 0 !important;
  }

  .latest-boxes {
    width: 100%;
  }

  .gallery-head {
    display: block;
    margin-bottom: 20px;
  }

  .gallery-head h2 {
    transform: rotate(0);
  }

  .owl-brand .item {
    height: 100px;
  }

  .mail-left h3 {
    font-size: 28px;
  }

  .enq-btn a {
    background-color: #9d5820;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    transition: var(--ani);
  }

  header.smaller .enq-btn a {
    padding: 5px 10px;
  }

  .nav-icon .toggle img {
    margin-top: -4px;
    width: 32px;
  }

  header.smaller .nav-icon .toggle img {
    margin-top: -4px;
    width: 27px;
    transition: var(--ani);
  }

  .banner-left-text .scroll-text {
    color: #535353 !important;
  }

  .nav-icon .toggle img .ellipse {
    top: 10px;
  }

  .award-bx-tex h4 {
    font-size: 20px;
  }

  .slider__container {
    width: 70%;
  }

  .testi-parallax {
    margin-top: -50%;
  }

  .carousel__item {
    top: 0 !important;
  }

  .carousel-descriptions .description {
    top: -50px;
    padding-right: 0;
  }

  .ourwork-head img {
    width: 63px;
    margin-right: 8px;
  }

  .our-work {
    height: auto !important;
  }

  .work-slide-bx h4 {
    color: #9d5820;
  }

  .work-slide-bx h5 {
    color: #9d5820;
  }

  .when-bx {
    width: auto;
  }

  .story-top-img {
    margin-top: 13% !important;
  }

  .story-second {
    padding: 0 8%;
  }

  .our-aim-img {
    height: 500px;
    object-fit: contain;
    margin-bottom: 20px !important;
  }

  .ouraim-main {
    padding-top: 0;
  }

  .our-card {
    margin-bottom: 0px;
    padding: 20px 20px;
    min-height: auto;
    max-height: 100%;
  }

  .service-content-left {
    padding-top: 30px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .health-fade-img {
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }

  .health-right ul li {
    margin-top: 4px;
    list-style: none;
    font-size: 20px;
  }

  .service-main {
    padding-top: 140px;
  }

  .serv-bx-left img {
    width: 100%;
  }

  .award-right h2 {
    text-align: left;
  }

  .latest-logo {
    width: 70px;
    height: 37px;
  }
}

@media (max-width: 767.5px) {
  .slider__container {
    width: 86%;
  }

  .testi-parallax {
    margin-top: -60%;
  }

  .carousel__item {
    padding: 0;
  }

  .carousel__item img {
    width: 50%;
    margin: auto;
    display: block;
  }

  .carousel__item {
    top: 100px !important;
  }

  .carousel-descriptions .description {
    top: -20px;
  }

  .when-bx-2 {
    margin: 5% 0;
  }

  .when-main {
    padding-top: 5%;
  }

  .when-line-bg {
    display: none;
  }

  .story-second {
    padding: 0 5%;
  }

  .story-top-img {
    margin-top: 84px !important;
  }

  .service-content-left {
    margin-bottom: 40px;
  }

  .health-box p {
    text-align: justify;
  }

  .health-fade-img {
    width: 100%;
  }

  .gallery-bx iframe {
    height: 100%;
  }
}

@media (max-width: 600.5px) {
  .slider__container {
    width: 97%;
  }

  .testi-parallax {
    margin-top: -70%;
  }

  .center__content p {
    margin-bottom: 10px !important;
    font-size: 14px;
  }

  .center__content h6 {
    font-size: 14px;
  }

  .owl-brand .item img {
    width: 75%;
  }

  .prcess-rounds {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .prcess-rounds h6 {
    font-size: 15px;
  }

  .pr-ellipse img {
    width: 18px;
  }

  .count-round {
    width: 30px;
    height: 30px;
    bottom: 5px;
  }

  .count-round p {
    font-size: 13px;
  }

  .pr-ellipse {
    width: 30px;
    height: 30px;
  }

  .footer-link h5 {
    font-size: 17px;
  }

  .latest-bx p {
    font-size: 16px;
  }

  .mail-check-flex input {
    width: 40px;
  }

  .banner-where-text-res {
    top: 30%;
  }

  .carousel__item img {
    width: 80%;
  }

  .our-aim-img {
    height: auto;
  }

  .health-right ul li {
    font-size: 15px;
  }

  .health-fade-img {
    margin-bottom: 20px;
  }

  .owl-gallry .owl-nav .owl-next {
    right: -4px;
  }

  .owl-gallry .owl-nav .owl-prev {
    left: -4px;
  }

  .center__content {
    top: 34%;
  }

  .center__content h5 {
    font-size: 15px;
    font-family: var(--msemi);
  }
}

@media (max-width: 500.5px) {
  .center__content {
    top: 37%;
  }
}

@media (max-width: 450.5px) {
  .center__content {
    top: 40%;
  }

  .testi-parallax {
    margin-top: -67%;
  }
}