:root {
  --dfont-14: 0.729vw;
  --dfont-16: 0.833vw;
  --dfont-18: 0.938vw;
  --dfont-20: 1.042vw;
  --dfont-25: 1.302vw;
  --dfont-30: 1.563vw;
  --dfont-35: 1.823vw;
  --dfont-40: 3.021vw;
  --dfont-50: 2.604vw;
  --dfont-60: 3.125vw;
  --dfont-70: 3.646vw;
  --dfont-80: 4.167vw;
  --dfont-100: 5.208vw;
  --dfont-120: 6.25vw;
  --dfont-150: 7.813vw;
  --dfont-180: 9.375vw;
  --dfont-200: 10.417vw;
  --dfont-300: 15.625vw;
}
.simple-padding-top {
  padding-top: 70px;
}
.simple-padidng-bottom {
  padding-bottom: 70px;
}
.heading-padding {
  padding-bottom: 50px;
}
.section-heading {
  font-size: var(--dfont-60);
  line-height: var(--dfont-70);
  letter-spacing: -1.8px;
  text-transform: capitalize;
}
.section-heading--white {
  color: #fff;
}
.header-logo img {
  height: 8vh;
  width: auto;
}
.menu-section {
  height: auto;
  padding: 0px 0;
}
.main-menu .navbardropdown > .nav-item > .nav-link {
  height: 12vh;
}
.navlink-tab {
  padding: 0;
}
body {
  padding-top: 8vh;
}
.menu-wrapper {
  position: fixed;
  top: 0;
}
.career-form-section {
  padding-top: 70px;
}
.hero-slider h1 {
  font-size: var(--dfont-40);
  line-height: var(--dfont-50);
}
.txt-accreditation {
  font-size: var(--dfont-18);
  line-height: var(--dfont-25);
}
.accreditation-link {
  width: 33.3%;
}
.acc-box {
  background: #fff;
  padding: 30px;
  width: 85%;
}
.accreditation-link {
  text-decoration: none;
  color: var(--black-color);
}
.acc-box img {
  height: 50px;
  width: auto;
  object-fit: scale-down;
}
.acc-box h6 {
  padding-top: 20px;
  font-size: var(--dfont-18);
  line-height: var(--dfont-25);
  color: var(--black-color);
}
#footer ul a,
#footer .txt-site-detais {
  font-size: var(--dfont-18);
  line-height: var(--dfont-25);
}
.menu-footer-menu-container ul li {
  padding-bottom: 10px;
}
.growth-wrapper tr {
  border-bottom: 10px solid #fff;
}
.heading-padding-small {
  padding-bottom: 15px;
}
.insigh-gal {
  padding: 0 5%;
}
.card-front.my-card {
  margin: 0 !important;
}
.insights-slider .slide-item {
  padding: 10px;
}
.insights-slider .detais-box {
  min-height: 500px;
  height: 500px;
}
.insi-box {
  width: 33.3%;
  padding: 10px;
}
.ins-ladingwr {
  padding-bottom: 50px;
}
.ins-ladingwr .card-front {
  height: 100% !important;
}
.footer-social-ul .social-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.footer-social-ul .social-circle img {
  width: 50px;
  height: 50px;
  object-fit: scale-down;
}
.footer-social-ul .wrap-social-icon {
  padding-right: 15px;
}
.insights-slider-home {
  padding-bottom: 80px;
}
.insights-slider-home .slick-prev {
  top: auto !important;
  bottom: -10px;
}
.insights-slider-home .slick-next {
  top: auto !important;
  bottom: -10px;
}
.main-banner .carousel-item {
  position: relative;
}
.main-banner .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 33%);
  pointer-events: none;
}
.hero-slider {
  z-index: 2;
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .insights-slider .detais-box {
    min-height: inherit;
    height: 420px;
  }
}
@media (min-width: 991px) and (max-width: 1300px) {
  .insights-slider .detais-box {
    min-height: inherit;
    height: inherit;
  }
  .second-warpper {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --dfont-14: 14px;
    --dfont-16: 16px;
    --dfont-18: 18px;
    --dfont-20: 20px;
    --dfont-25: 25px;
    --dfont-30: 30px;
    --dfont-35: 35px;
    --dfont-40: 40px;
    --dfont-50: 50px;
    --dfont-60: 60px;
    --dfont-70: 70px;
    --dfont-80: 80px;
    --dfont-100: 100px;
    --dfont-120: 120px;
    --dfont-150: 150px;
    --dfont-180: 180px;
    --dfont-200: 200px;
    --dfont-300: 300px;
  }
  .growth-wrapper {
    width: 100%;
    padding-left: 0%;
  }

  .section-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .main-logo img {
    height: 50px;
  }
  body {
    padding-top: 60px;
  }
  .what-right-inner,
  .what-right-inner > .market-bullat,
  .js-scroll {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .subtitle {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .people-box {
    width: 50%;
    padding: 10px;
  }
  .insi-box {
    width: 50%;
    padding: 10px;
  }
  .insights-slider .detais-box {
    min-height: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .accreditation-link {
    width: 100%;
  }
  .insights-slider .detais-box {
    min-height: inherit;
    height: inherit;
  }
  .social-circle {
    width: 40px;
    height: 40px;
    line-height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-circle img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
  }
  .footer-logo {
    width: 35% !important;
  }
  .lap-contact-ptb {
    padding: 50px 20px 0 20px;
  }
  .contact-details-set {
    padding-bottom: 20px;
  }
  .contact-details a {
    padding-top: 10px;
  }
  .insights-slider .slide-item {
    padding: 10px 0;
  }
  .banner-right {
    height: 50px;
  }
  .mb-hero-liner {
    padding-bottom: 30px !important;
  }
  .topic-card {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .established-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mb-faq-wapper {
    padding-bottom: 50px !important;
  }
  .second-warpper {
    padding: 0px 20px;
  }
  .our-people-card1 {
    border: 1px solid #b4b4b4;
  }
  .about-company-people {
    height: auto !important;
  }
  .services-slider .slick-prev {
    left: 35% !important;
    right: auto !important;
    top: auto !important;
    bottom: 15px;
    transform: none !important;
  }
  .services-slider .slick-next {
    right: 35% !important;
    left: auto !important;
    top: auto !important;
    bottom: 15px;
    transform: none !important;
  }
  .services-slider {
    padding-bottom: 50px;
  }
  .second-warpper-in {
    padding-top: 50px;
  }
  .second-warpper.mb-insight-inner {
    padding: 0px 20px;
  }
  .detais-box {
    min-height: unset;
  }
  .insi-box {
    width: 100%;
    padding: 10px 0;
  }
  .date-card {
    padding-bottom: 20px !important;
  }
  .card-front.my-card {
    margin: 0 !important;
  }
  .people-box {
    width: 100%;
    padding: 10px 0;
  }
  .valueslider-wrap {
    padding-bottom: 60px !important;
  }
  .people-slider .slick-prev,
  .people-slider .slick-next {
    top: auto !important;
    bottom: -50px;
  }
  .insights-slider .slick-arrow {
    bottom: 0px;
    top: auto !important;
  }
  .insights-slider {
    padding-bottom: 60px;
    position: relative;
  }
  .people-slider .slick-prev,
  .insights-slider .slick-prev {
    left: 35%;
    right: auto;
  }
  .card-front.my-card {
    box-shadow: none !important;
  }
  .insight-para {
    padding-bottom: 20px !important;
  }
  .people-slider .slick-next,
  .insights-slider .slick-next {
    right: 35%;
    left: auto;
  }
  .our-detilsbox {
    padding: 0 20px;
  }
  .hero-slider h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .simple-padding-top {
    padding-top: 50px;
  }
  .career-form-section {
    padding-top: 50px;
  }
  .simple-padidng-bottom {
    padding-bottom: 50px;
  }
  .heading-padding {
    padding-bottom: 30px;
  }
  .acc-box-wrap {
    flex-direction: column;
  }
  .acc-box {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    min-height: 130px;
  }
  .acc-box img {
    width: 30%;
    height: auto;
    object-fit: scale-down;
  }
  .acc-box h6 {
    width: 70%;
    padding-left: 20px;
    margin: 0;
  }
  .acc-box h6 {
    padding-top: 0px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
  }
  #footer ul a,
  #footer .txt-site-detais {
    font-size: 14px;
    line-height: 25px;
  }
  .menu-footer-menu-container ul li {
    padding-bottom: 0;
  }
}
