:root {
  --main-font:  "Poppins", sans-serif;
  --primary-color: #0a1020;
  --secondary-color: #fa2500;
  --white: #fff;

  --fs16: 0.833vw;
  --fs18: 0.938vw;
  --fs20: 1.042vw;
  --fs24: 1.25vw;
  --fs30: 1.563vw;
  --fs32: 1.667vw;
  --fs40: 2.083vw;
  --fs64: 3.333vw;
  --fs96: 5vw;

  /* --fs16: h6;
  --fs18: h5;
  --fs20: h4;
  --fs24: h3;
  --fs30: h2;
  --fs32: h1;
  --fs40: 2.083vw;
  --fs64: 3.333vw;
  --fs96: 5vw; */

  --font-normal-400: 400;
  --font-medium-500: 500;
  --font-semibold-600: 600;
  --font-bold-700: 700;
  --font-extrabold-800: 800;

  --lh20: 1.042vw;
  --lh23: 1.198vw;
  --lh26: 1.354vw;
  --lh28: 1.458vw;
  --lh32: 1.667vw;
  --lh30: 1.563vw;
  --lh36: 1.875vw;
  --lh38: 1.979vw;
  --lh40: 2.083vw;
  --lh42: 2.188vw;
  --lh53: 2.76vw;
  --lh85: 4.427vw;

  --mr-16: 16px;
  --pt-20: 20px;
  --pt-10: 10px;
  --pt-30: 30px;
  --pb-30: 30px;
  --pt-40: 40px;
  --pb-40: 40px;
  --pl-40: 40px;
  --pb-45: 45px;
  --pl-50: 50px;
  --pt-50: 50px;
  --pb-50: 50px;
  --pb-30: 30px;
  --pb-40: 40px;
  --pb-80: 80px;
  --pb-60: 60px;
  --pb-70: 70px;
  --pb-90: 90px;
  --pb-110: 110px;
  --pt-120: 120px;
  --pb-130: 130px;
  --pt-140: 140px;
  --pb-140: 140px;
  --pt-150: 150px;
  --pb-150: 150px;
  --pt-500: 500px;
  --pl-50: 50px;
  --pl-11: 11px;
}
.page-banner {
  height: 550px;
  background: linear-gradient(
      0deg,
      rgba(10, 16, 32, 0.47) 0%,
      rgba(10, 16, 32, 0.47) 100%
    ),
    url(<path-to-image>) lightgray 0px -698.015px / 100% 325.976% no-repeat;

  background-blend-mode: luminosity, normal;
  width: 100%;
  object-fit: cover;
}
.banner-title {
  position: absolute;
  /* left: 50%;
  top: 50%; */
  /* transform: translateX(-50%); */
  /* transform: translate(-50%, -50%); */
}
.banner-container {
  padding-top: 83px;
}
.enquire-othercontainer {
  border-radius: 0px 40px 0px 0px;
  background: #fa2500;
  position: fixed;
  right: -133px;
  top: 44%;
  transform: rotate(-90deg);
  z-index: 1;
}
.section-capitaltitle {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs64);
  font-style: normal;
  font-weight: var(--font-extrabold-800);
  line-height: var(--lh85);
  letter-spacing: 1.28px;
}
.section-capitaltitle-white {
  color: var(--white);
}
.section-capitaltitle-black {
  color: var(--primary-color);
}
.section-capitalsubtitle {
  color: var(--primary-color);
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: var(--font-bold-700);
  line-height: var(--lh30);
  letter-spacing: 0.24px;
}
.section-capitalpara {
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: 201%;
  letter-spacing: 0.18px;
}
.ceo-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 1214px;
  width: 100%;
  position: relative;
}
.ceo-container {
  width: 100%;
  display: flex;
  justify-content: end;
}
.ceo-wrapper {
  position: absolute;
  top: 50%;
  right: -138px;
  transform: translate(-50%, -50%);
  color: white;
  width: 30%;
}
.mobile-vision {
  display: none;
}

/* slider leadership */
/*  */
.leadership-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: 10px;
}

.leadership-slider .slick-dots li {
  margin: 0 5px; /* Space between dots */
}

.leadership-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
  opacity: 1;
}

.leadership-slider .slick-dots li.slick-active button:before {
  color: var(--secondary-color);
  font-size: 16px;
}
/*  */
/* slider leadership */
.leadership-box:hover {
  border-bottom: 10px solid var(--secondary-color);
}
.leadership-box {
  position: relative;
  background: var(--white);
  width: 30%;
  justify-self: center;
  border-bottom: 1px solid #ffffff;
  justify-content: center;
  margin: 15px;
  display: flex !important;
  transition: width 0.3s ease, border-bottom 0.3s ease;
}

.leadership-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.leadership-box:hover .overlay {
  opacity: 1;
}
/* ///////////////////////// */

/* slider management */
/*  */
.management-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: 10px;
}

.management-slider .slick-dots li {
  margin: 0 5px; /* Space between dots */
}

.management-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
  opacity: 1;
}

.management-slider .slick-dots li.slick-active button:before {
  color: var(--secondary-color);
  font-size: 16px;
}
/*  */
/* slider management */
.management-box:hover {
  border-bottom: 10px solid var(--secondary-color);
}
.management-box {
  position: relative;
  background: var(--white);
  width: 30%;
  justify-self: center;
  border-bottom: 1px solid #ffffff;
  justify-content: center;
  margin: 15px;
  display: flex !important;
  transition: width 0.3s ease, border-bottom 0.3s ease;
}

.management-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.management-box:hover .overlay {
  opacity: 1;
}
.overlay {
  overflow: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: linear-gradient(
    180deg,
    rgba(10, 16, 32, 0) -29.05%,
    #0a1020 100%
  );
  box-shadow: 6px 21px 48.2px 0px rgba(33, 34, 38, 0.44);
  display: block;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 70px;
}
.linkedin-img{
  margin:auto;
}
.profile-position {
  position: absolute;
  bottom: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.leadership-box:hover .profile-position {
  display: none;
}
.leadership-wrapper {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  justify-content: space-between;
}
.management-box:hover .profile-position {
  display: none;
}
.management-wrapper {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  justify-content: space-between;
}
.report-card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}
/* start slick button */
.btn-prev,
.btn-next {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.btn-prev {
  background-image: url("/images/About/BackButton.png");
}
.btn-next {
  background-image: url("/images/About/NextButton.png");
}

/* end slick button */
.ceo-card {
  height: 237px;
  /* display: flex; */
  justify-content: center;
  width: 50%;
  align-items: center;
}
.ceobox-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 82%;
  position: relative;
  top: -76px;
  z-index: 1;
}
.ceooverlap-container {
  width: 100%;
  box-shadow: 0px 4px 48.3px 0px rgba(33, 34, 38, 0.11);
  top: 111%;
}
.ceo-card--gray {
  background: #908989;
}
.ceo-card--red {
  background: var(--secondary-color);
}
.ceoset-card {
  height: 540px;
  /* display: flex; */
  align-items: center;
  flex-direction: column;
  justify-content: start;
  padding: 50px 64px 30px 65px;
 
}
.ceo-icon--red {
  width: 139px;
  height: 139px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ceo-icon--white {
  width: 139px;
  height: 139px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-nobanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navbar-mobile {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .section-capitalpara {
    color: var(--primary-color);
    font-family: "Poppins", sans-serif;
    font-size: var(--fs24);
    font-style: normal;
    font-weight: var(--font-normal-400);
    line-height: 201%;
    letter-spacing: 0.18px;
  }
  .ceo-wrapper {
    position: absolute;
    top: 50%;
    right: -58px;
    transform: translate(-50%, -50%);
    color: white;
    width: 30%;
  }
}
@media only screen and (max-width: 1300px) {
  .section-para {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.19px;
  }
  .sub-title {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .ceo-wrapper {
    position: absolute;
    top: 45%;
    right: 20%;
    color: white;
    text-align: center;
    left: 50%;
    transform: translateX(-30%);
    width: 50%;
  }
  .second-image {
    /* width: 678px; */
    width: 100%;
    object-fit: cover;
    height: 532px;
  }
  .aboutSection1{
    padding-bottom:10%;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-par {
    max-width: 478px;
  }
  .userful-box,
  .explore-box,
  .find-box {
    width: 100%;
  }
  .footer-title {
    font-size: 20px;
  }
  .footbox{
    width:100%;
    display: flex;
    padding-top: 3%;
  }
  .explore-box {
    align-items: flex-end;
  }
  .userful-box{
    align-items: flex-start;
  }
  .footer-nav {
    list-style-type: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutSection1{
    padding-bottom:15%;
  }
  .footer-nav {
    list-style-type: unset;
  }
  .userful-box,
  .explore-box,
  .find-box {
    width: 100%;
  }
  .footer-title {
    font-size: 20px;
  }
  
  .explore-box {
    /* padding-top: 40px; */
  }
  .section-para {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.19px;
  }
  .section-capitalpara {
   
    font-size: var(--fs30);
    line-height: 201%;
    letter-spacing: 0.18px;
  }
  .section-title {
    font-size: 18px;
    line-height: 23.025px;
    letter-spacing: -0.174px;
  }
}
/* Tablet */
@media only screen and (max-width: 834px) {
  .aboutSection1{
    padding-bottom:5%;
  }
  .about-left{
    margin-bottom:5%;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {
  .footbox{
    padding-top: 8%;
  }
  .aboutSection1{
    padding-bottom:1%;
  }
  /* strat padding */
  .pt-10 {
    padding-top: 10px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .pb-53 {
    padding-bottom: 20px !important;
  }
  .pt-53 {
    padding-top: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-140 {
    padding-top: 60px;
  }
  .pt-150 {
    padding-top: 70px;
  }
  .pb-150 {
    padding-bottom: 70px;
  }
  .pt-265 {
    padding-top: var(--pt-265);
  }
  /* end padding */
  /* start mobile nav bar */
  .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%)
      hue-rotate(321deg) brightness(110%) contrast(110%);
  }
  .side-bar,
  .button-bar {
    background: var(--secondary-color);
  }
  .button-bar {
    padding-top: 20px;
    padding-right: 20px;
  }
  .mobile-container {
    display: block;
  }
  .mobile-wrapper {
    display: flex;
    width: 100%;
    position: fixed;
    background: var(--white);
    height: 80px;
    z-index: 2;
    box-shadow: 0px 4px 15.1px 0px rgba(0, 0, 0, 0.19);
  }
  .banner-container {
    padding-top: 80px;

  }
  .navbar-desktop {
    display: none;
  }
  .navbar-brand img {
    max-height: 40px;
  }
  .navbar {
    background-color: #ff3d00;
  }
  .btn-light {
    color: #000;
    background-color: #f8f9fa;
    border: none;
  }
  .btn-light i {
    font-size: 1.2rem;
  }
  .hamburger-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    align-items: flex-end;
  }
  .hamburger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 2px;
  }
  .hamburger-icon span:nth-child(1) {
    width: 80%;
  }
  .hamburger-icon span:nth-child(2) {
    width: 60%;
  }
  .hamburger-icon span:nth-child(3) {
    width: 40%;
  }
  .navbar-toggler {
    background-color: #0e1016;
    border: none;
    padding: 20px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .offcanvas {
    width: 100% !important;
  }
  ul.mb-link {
    gap: 40px;
  }
  /* start banner */
  .page-banner {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  /* end banner */
  /* end mobile nav bar  */
  .banner-container {
    margin-top: 0;
  }
  .side-link {
    color: var(--white);
    font-size: 13px;
    font-style: normal;
    font-weight: var(--font-semibold-600);
    line-height: normal;
    text-decoration: none;
    gap: 20px;
  }
  .side-link.active{
    font-style: underline !important;
  }
  .coin-card {
    padding: 0;
    width: 100%;
    display: flex !important;
    align-items: center;
  }
  .enquire-container {
    display: none;
  }
  a.enquire-link {
    text-decoration: none;
}
  .about-left,
  .about-right {
    width: 100%;
  }
  .about-rating {
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    padding: 20px;
  }
  .white-ellipse {
    position: absolute;
    bottom: -25%;
    right: -4%;
    left: 50%;
    transform: translateX(-50%);
  }
  .experince-ellipse {
    position: absolute;
    bottom: -14%;
    right: 6%;
    left: 50%;
    transform: translateX(-50%);
  }
  .products-box {
    width: 100%;
  }
  .scection-subtitle {
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.523px;
  }
  .section-title {
    font-size: 18px;
    line-height: 23.025px;
    letter-spacing: -0.174px;
  }
  .section-para {
    font-size: 13px;
    font-style: normal ;
    text-decoration: none !important;
    line-height: 23px;
    letter-spacing: 0.14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-red,
  .btn-blue,
  .btn-redoff {
    font-size: 18px;
    font-style: normal;
    width: 100%;
    height: 50px;
  }
  .btn-white {
    font-size: 18px;
    font-style: normal;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .desktop-mutual-img {
    display: none;
  }
  .mobile-mutual-img {
    display: block;
  } */
  .subscribe-form,
  .subscribe-para {
    width: 100%;
  }
  
  .product-card,
  .testimonial-card,
  .news-card {
    width: 100%;
  }
  /* .news-card {
    width: 400px !important ;
  } */
  .overlapcard-title {
    font-size: 20px;
    letter-spacing: 0.436px;
    line-height: 30px;
  }

  .mission-point ul{
    list-style-type: disc;
  }


  .copyright {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.349px;
  }
  .footer-par {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.14px;
  }
  .location-feild {
    width: 100%;
  }
  .subscribe-title {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 23px;
  }

  .banner-wrapper {
    position: absolute;
    padding: 20px;
    /* top: 0; */
    text-align: center;
    width: 100%;
  }
  .coin-wrapper {
    top: -47px;
    box-shadow: unset;
  }
  .product-wrapper {
    top: -47px;
    box-shadow: unset;
  }
  .banner-next {
    width: 30px;
    height: 30px;
    right: 42%;
    bottom: 26%;
  }
  .login-button{
    border-radius: 0;
  }
  .banner-back {
    width: 30px;
    height: 30px;
    display: block;
    bottom: 26%;
    transform: rotate(180deg);
  }
  .section-paratitle {
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.75px;
  }
  .pl-50 {
    padding-left: 0;
  }
  .about-icon {
    width: 98px;
    height: 98px;
  }
  .products-box {
    padding: 20px;
    margin-bottom: 40px;
  }
  .products-box:last-child {
    margin-bottom: 0;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-enquire {
    display: inline;
  }
  .banner-para {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .banner-image {
    width: 100%;
    height: 460px;
    object-fit: cover;
  }
  .coin-card {
    height: 400px;
  }
  .coin-icon--red {
    width: 125px;
    height: 125px;
  }
  .coin-cardheight {
    height: 400px;
  }
  .star-box {
    margin-bottom: 70px;
  }
  .testimonial-card {
    height: 300px;
    margin-left: 30px;
    margin-top: 72px;
  }
  .testimonials-details {
    padding: 40px 25px 40px 25px;
  }
  .testimonials-profile {
    top: -22%;
  }
  .testimonials-cover {
    height: 853px;
    top: -288px;
    
  }

  .news-cradimg {
    width: 80%;
    height: 360px;
    object-fit: contain;
  }
  .news-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    top: -50px;
  }
  .register-button {
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }
  .btn-redoff {
    margin-bottom: 40px;
  }
  /* start  slick slider */
  /* .testimonial-slider .slick-dots li button:before {
  content: "";
  display: none;
}
.testimonial-slider .slick-dots li button {
  width: 18px;
  height: 8px;
  background-image: url('/images/Mobile/slick-dot.png');
  background-size: cover;
  border-radius: 50%;
}
.testimonial-slider .slick-dots li.slick-active button {
  width: 35px;
  height: 8px;
  background-image: url('/images/Mobile/slick-active.png');
} */
  .testimonial-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 10px;
  }

  .testimonial-slider .slick-dots li {
    margin: 0 5px; /* Space between dots */
  }

  .testimonial-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
  }

  .testimonial-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
    font-size: 16px;
  }
  /*  */
  .news-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 10px;
  }

  .news-slider .slick-dots li {
    margin: 0 5px; /* Space between dots */
  }

  .news-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
  }

  .news-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
    font-size: 16px;
  }
  /*  */
  /*  */
  .product-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 10px;
  }

  .product-slider .slick-dots li {
    margin: 0 5px; /* Space between dots */
  }

  .product-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
  }

  .product-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
    font-size: 16px;
  }
  /*  */
  /*  */
  .coin-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 30px;
  }

  .coin-slider .slick-dots li {
    margin: 0 5px; /* Space between dots */
  }

  .coin-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
  }

  .coin-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
    font-size: 16px;
  }

  /*  */
  /*  */
  .leadership-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 10px;
  }

  .leadership-slider .slick-dots li {
    margin: 0 5px; /* Space between dots */
  }

  .leadership-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
  }

  .leadership-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
    font-size: 16px;
  }


  /*  */
  /*  */
  .management-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 10px;
  }

  .management-slider .slick-dots li {
    margin: 0 5px; /* Space between dots */
  }

  .management-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
  }

  .management-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
    font-size: 16px;
  }
  /*  */
  /*  */
  .ceo-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 10px;
  }

  .ceo-slider .slick-dots li {
    margin: 0 5px; /* Space between dots */
  }

  .ceo-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
  }

  .ceo-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
    font-size: 16px;
  }
  /*  */
  /* end slick slider */
  .about-card:hover {
    border-bottom: 2px var(--secondary-color) solid;
    margin-bottom: 25px;
  }
  /* strat about  */
  .second-image {
    /* width: 678px; */
    width: 100%;
    object-fit: cover;
    height: 732px;
  }
  .white-ellipse {
    position: absolute;
    bottom: -24%;
    right: -26%;
    width: 345px;
    height: 345px;
  }
  .ceo-wrapper {
    position: absolute;
    top: 19%;
    right: 0;
    color: white;
    width: 70%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .ceoset-card {
    height: 386px;
    /* display: flex; */
    flex-direction: column;
    justify-content: start;
    padding: 20px;
    padding-bottom: 5%;
  }
  .ceo-cover {
    height: 500px;
  }
  .second-image {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
  .section-capitaltitle {
    font-size: 30px;
    line-height: 23px;
    letter-spacing: 1.28px;
  }
  .section-capitalsubtitle {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.24px;
  }
  .section-capitalpara {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.18px;
  }
  .about-left,
  .about-right {
    text-align: center;
  }
  .about-right {
    padding-top: 30px;
  }
  /* start contact */
  .side-mail {
    width: 33px;
    height: 33px;
    object-fit: contain;
    padding-right: 12px;
  }
  .enquire-othercontainer {
    right: -98px;
  }
  .enquire-wrapper {
    padding: 10px 30px;
    align-items: center;
  }
  /* end contact */
  /* start footer */


  .subscribe-information {
    font-size: 13px;
    height: 57px;
    width: 100%;
  }
  /* end footer */
  /* start newslisting*/
  .serch-container {
    padding: 20px !important;
  }
  /* end newslisting*/

  /* start report  */

  .leadership-box {
    width: 40%;
  }
  .management-box {
    width: 40%;
  }
  .overlay {
    padding: 20px;
  }
  .nav-tab.active {
    border-bottom: 4px solid var(--secondary-color);
  }
  /* end report  */
  .smallplay-container {
    display: block;
  }
 
  .coin-img {
    width: 36px;
    height: 36px;
    object-fit: cover;
  }
  .ceo-icon--white,
  .ceo-icon--red {
    width: 60px !important;
    height: 60px !important;;
  }
  .ceo-card {
    height: 257px;
    
    /* display: flex; */
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}

@media only screen and (max-width: 670px) {
  .copyright-container{
    flex-direction: column;
  }
  .copyright-container p{
    text-align: center !important;
  }
  .copyright-container a{
    
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .copyright-container img{
    width: 60%;
  
    align-items: center;
    align-self: center;
    align-content: center;

  }
  .right-align {
  
    align-items: center;
    align-self: center;
    align-content: center;
    
  }
}
@media only screen and (max-width: 570px) {
  .explore-box {
   width:100% !important;
  }
  .userful-box{
    margin-top: 10%;
    width:100% !important;
  }
  .ceo-cover {
    height: 650px;
  }
  .footbox {
    flex-direction: column;
  }
 
}

@media only screen and (max-width: 425px) {
  .leadership-box {
    width: 80%;
    margin:auto;
    margin-bottom: 5%;
  }
  .management-box {
    width: 80%;
    margin:auto;
    margin-bottom: 5%;
  }
  .pt-265 {
    padding-top: var(--pt-120);
  }
  .enquire-othercontainer {
    right: -88px;
  }

  .product-card {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .product-total {
    padding-left: 0;
  }
  .banner-next {
  
    bottom: 36%;
  }

  .banner-back {
   
    bottom: 36%;
  }
  .overlapcard-titlepara {
    font-size: 13px;
    line-height: 23px;
  }
  .testimonial-card {
    height: 330px !important;
    margin-left: 30px;
    margin-top: 72px;
  }
  .overlapcard-title {
    text-align: center;
  }
  .chat-contant {
    width: 100%;
  }
  .white-ellipse {
    width: 280px;
    height: 280px;
    bottom: -28%;
  }
  .experince-ellipse {
    width: 180px;
    height: 180px;
  }
  .year {
    font-size: 40px;
    line-height: 35px;
  }
  .btn-red,
  .btn-blue,
  .btn-redoff {
    width: 100%;
    height: 50px;
  }
  .about-rating {
    width: 60%;
  }
  .white-ellipse {
    position: absolute;
    bottom: -24%;
    right: -26%;
    width: 250px !important;
    height: 250px !important;
}
  .product-card {
    height: 35vw;
  }
  .product-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  .product-icon--offred {
    width: 90px;
    height: 90px;
  }
  .product-icon--white {
    width: 90px;
    height: 90px;
  }
  .product-icon--offred {
    width: 90px;
    height: 90px;
  }
  .play-container {
    /* display: none; */
  }
  
  .coin-wrapper {
    top: -89px;
    box-shadow: unset;
  }
  .product-wrapper {
    top: -139px;
    box-shadow: unset;
  }
  .news-card {
    margin: 10px;
  }
  .overlap-banner {
    top: -43px;
  }
  .copyright {
    /* max-width: 217px; */
  }
  .copyright-container {
    text-align: center;
    padding: 20px;
  }
  .section-capitaltitle {
    line-height: 30px;
  }
  .coin-img {
    width: 36px;
    height: 36px;
    object-fit: cover;
  }
  .ceo-icon--white,
  .ceo-icon--red {
    width: 60px;
    height: 60px;
  }
  .vision-card {
    display: none !important;
  }
  .second-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
  .ceo-cover {
    height: 600px;
    margin-top: 60px;
  }
  .ceo-wrapper {
    position: absolute;
    right: 0;
    color: white;
    width: 90%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-vision {
    display: block;
  }
  .ceoset-card {
    justify-content: center;
    align-items: center;
  }
  .ceo-card,
  .ceoset-card {
    height: 70vw;
    padding-bottom: 70vw;
  }
  .enquire-othercontainer {
    right: -48px;
  }

  .leadership-box {
    /* width: 100% !important; */
  }
  .management-box {
    /* width: 100% !important; */
  }
  .subscribe-title {
    padding-bottom: 20px;
  }
  .about-right {
    padding-top: 20px;
  }
  .ceo-wrapper{
  width: 100%;
  }
}
@media only screen and (max-width: 360px) {
.ceo-card,
.ceoset-card {
  height: 80vw;
  padding-bottom: 80vw;
}
}
@media only screen and (max-width: 320px) {
  .ceo-card,
  .ceoset-card {
    height: 90vw;
    padding-bottom: 90vw;
  }
  }








