@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Poppins", sans-serif;
  background: white-color;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  color: #29314A;
  line-height: 24px;
  font-weight: 300;
  font-size: 0.938rem;
  text-align: justify;
}
@media (max-width: 480px) {
  p {
    font-size: 0.813rem;
  }
}

h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 767.98px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 576px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #29314A !important;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #EA0A35;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #29314A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating,
.form-control {
  position: relative;
  font-size: 0.938rem;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select,
.form-control input,
.form-control .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 0.875rem !important;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus,
.form-control input:focus,
.form-control textarea:focus,
.form-control .form-select:focus,
.form-control select:focus {
  color: #5a5a59;
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #EA0A35;
  transition: all 0.6s ease-in-out;
  font-size: 0.875rem !important;
}
.form-group textarea,
.form-floating textarea,
.form-control textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  color: #5a5a59;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder, .form-control ::-moz-placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.813rem;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder,
.form-control ::placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.813rem;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder,
.form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1ae;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder,
.form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1ae;
  font-weight: 400;
}

.small-select {
  font-size: 0.875rem;
  /* reduce as needed */
}

.form-label {
  margin-bottom: 0.2rem;
  color: #29314A;
  font-size: 0.875rem;
}

.form-select {
  height: auto;
  font-size: 0.875rem;
}

@media (max-width: 575.98px) {
  label {
    font-size: 0.813rem;
  }
}

.header {
  transition: all 0.4s ease-in-out;
  background: none;
  padding: 1rem 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}
@media (width <= 1200px) {
  .header {
    padding: 1rem 0;
  }
}
@media (768px <= width <= 992px) {
  .header {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding: 0.5rem 0;
  }
}
@media (width <= 1200px) {
  .header .container {
    max-width: 100%;
  }
}
.header .nav-brand {
  padding: 0;
}
.header .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo.svg);
  width: 190px;
  height: 48px;
  position: relative;
  margin: 10px 0 0 px;
  background-repeat: no-repeat;
}
@media (992px <= width <= 1200px) {
  .header .logo {
    width: 220px;
    height: 52px;
  }
}
@media (768px <= width <= 992px) {
  .header .logo {
    width: 220px;
    height: 52px;
  }
}
@media (max-width: 767.98px) {
  .header .logo {
    width: 210px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .header .logo {
    width: 155px;
    height: 42px;
  }
}
.header .branch_locator {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #69B6FC;
  font-size: 0.875rem;
  color: #fff !important;
  border: none;
  padding: 0.8rem 1.2rem;
  border-bottom: none !important;
}
.header .branch_locator:hover {
  background: #29314A;
  border-bottom: none !important;
}
@media (max-width: 992px) {
  .header .branch_locator {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: 20px;
  }
}
.header .branch_locator_md {
  position: absolute;
  right: 70px;
  top: 20px;
}
@media (max-width: 992px) {
  .header .branch_locator_md {
    top: 37px;
  }
}
@media (max-width: 767.98px) {
  .header .branch_locator_md {
    top: 22px;
  }
}
@media (width <= 575.98px) {
  .header .branch_locator_md {
    top: 22px;
    right: 52px;
  }
}
.header .branch_locator_md .branch_locator {
  font-size: 0.813rem;
  padding: 0.6rem 1rem;
}
@media (max-width: 480px) {
  .header .branch_locator_md .branch_locator {
    padding: 0.5rem 0.5rem;
    font-size: 0.72rem;
  }
}

.header.shrink {
  height: 75px;
  padding: 1rem 0;
  background: #e8f0fb;
  /* Transparent background */
}
@media (768px <= width <= 992px) {
  .header.shrink {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .header.shrink {
    padding: 0.5rem 0;
    height: auto;
  }
}
.header.shrink .navigation {
  background: none;
  padding: 0;
  border-radius: 0;
}
.header.shrink .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo.svg);
  display: inline-block;
  width: 215px;
  height: 48px;
  position: relative;
  margin: 10px 0 0 px;
  background-repeat: no-repeat;
}
@media (768px <= width <= 992px) {
  .header.shrink .logo {
    width: 220px;
    height: 52px;
  }
}
@media (max-width: 767.98px) {
  .header.shrink .logo .header .logo {
    width: 210px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .header.shrink .logo {
    width: 155px;
    height: 42px;
  }
}
@media (width <= 992px) {
  .header.shrink .branch_locator_md {
    top: 24px;
  }
}
@media (width <= 575.98px) {
  .header.shrink .branch_locator_md {
    top: 14px;
  }
}
.header.shrink .branch_locator {
  background: #29314A;
}
.header.shrink .branch_locator:hover {
  background: #EA0A35;
}
.header.shrink .hamburger {
  background: #29314A;
}
.header.shrink .hamburger:hover {
  background: #EA0A35;
}
@media (width <= 992px) {
  .header.shrink .nav-toggle {
    top: 26%;
  }
}
@media (width <= 767.98px) {
  .header.shrink .nav-toggle {
    top: 26%;
  }
}
@media (width <= 575.98px) {
  .header.shrink .nav-toggle {
    top: 13%;
  }
}

.hamburger {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  background: #69B6FC;
  color: #fff;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-size: 1.5rem;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hamburger {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  background: #29314A;
}

.hamburger div {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
  transition: 0.4s;
  cursor: pointer;
}
.hamburger div i {
  color: #fff;
}

#hamburger-icon {
  font-size: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: inline-block;
}

/* When switching to 'X' icon */
#hamburger-icon.animate {
  transform: scale(0);
  opacity: 0;
}

#menu {
  position: fixed;
  top: 0;
  right: -350px;
  /* Hidden offscreen initially */
  width: 350px;
  height: 100vh;
  background: url(../images/sperm_icon.jpg) repeat-x;
  background-size: cover;
  z-index: 2;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu .menu {
  padding: 2rem 2rem;
  margin-top: 4rem;
}
#menu .menu ul {
  display: flex;
  flex-direction: column;
}
#menu .menu ul li {
  padding: 0.4rem 0;
  list-style: none;
  color: #000;
}
#menu .menu ul li a {
  color: #000 !important;
}
#menu .menu ul .active {
  font-weight: 500;
  position: relative;
}
#menu .menu ul .active::before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  bottom: 2px;
  background: #EA0A35;
}
#menu .address {
  width: 100%;
  padding: 2rem;
}
#menu .address ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#menu .address ul li {
  list-style: none;
  padding: 0.2rem 0 0.4rem 2rem;
  color: #000;
  font-size: 0.938rem;
  font-weight: 400;
  position: relative;
}
#menu .address ul li i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #69B6FC;
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.813rem;
}
#menu .address ul li a {
  color: #000 !important;
}

@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
  /* Adjust distance as needed */
}
#menu.open {
  right: 0;
}

.close-btn {
  font-size: 30px;
  color: white;
  padding: 10px;
  cursor: pointer;
  text-align: right;
  display: block;
}

/* Overlay (will be dynamically added by JS) */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Fade-in animation */
}

#overlay.visible {
  opacity: 1;
  /* Fade in */
}

.banner {
  width: 100%;
  position: relative;
  /* Swiper navigation buttons */
}
.banner .experience {
  position: absolute;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767.98px) {
  .banner .experience {
    height: 90vh;
  }
}
.banner .experience .experience_content {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 85%;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .banner .experience .experience_content {
    height: 90%;
  }
}
.banner .experience .experience_content .total__years {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 1rem;
  background-color: rgba(241, 241, 241, 0.879);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  /* Top border */
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  /* Left border */
  position: relative;
}
.banner .experience .experience_content .total__years .icons {
  position: absolute;
  top: -20px;
  left: -25px;
  animation: spin 6s linear infinite;
}
@media (max-width: 767.98px) {
  .banner .experience .experience_content .total__years .icons {
    top: -42px;
  }
}
@media (max-width: 480px) {
  .banner .experience .experience_content .total__years .icons {
    right: 5px;
    left: auto;
    top: -30px;
  }
}
.banner .experience .experience_content .total__years .icons img {
  width: 60px;
  height: 60px;
}
@media (max-width: 480px) {
  .banner .experience .experience_content .total__years .icons img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .banner .experience .experience_content .total__years {
    right: 10px;
    position: relative;
    padding: 1rem 0.8rem;
  }
}
@media (max-width: 768px) {
  .banner .experience .experience_content .total__years {
    flex-direction: column;
    padding: 0.5rem;
  }
}
.banner .experience .experience_content .total__years .count {
  font-size: 3rem;
  color: #23A2F8;
  font-weight: 800;
  min-width: 75px;
  padding-right: 0.5rem;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .banner .experience .experience_content .total__years .count {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 480px) {
  .banner .experience .experience_content .total__years .count {
    text-align: center;
  }
}
.banner .experience .experience_content .total__years .texts {
  font-size: 0.813rem;
  color: #29314A;
  line-height: 16px;
}
@media (max-width: 768px) {
  .banner .experience .experience_content .total__years .texts {
    text-align: center;
    font-size: 0.75rem;
  }
}
.banner .experience .experience_content .total__years .texts span {
  display: block;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner .swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .banner .swiper {
    height: 90vh;
  }
}
.banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide video,
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}
.banner .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.219); /* 0.5 = 50% opacity black */
  z-index: 1;
}
.banner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .banner img {
    height: 90vh;
  }
}
.banner .slider_content {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 85%;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 9;
}
@media (max-width: 768px) {
  .banner .slider_content {
    height: 90%;
  }
}
.banner .slider_content h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
}
.banner .slider_content h1 span {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner .slider_content h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .banner .slider_content h1 {
    font-size: 2rem;
  }
}
.banner .slider_content p {
  font-size: 0.938rem;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner .slider_content p {
    font-size: 0.8135rem;
  }
}
.banner .slider_content .btn_box {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
@media (max-width: 480px) {
  .banner .slider_content .btn_box {
    gap: 0.2rem;
  }
}
.banner .slider_content .btn_box .btn_1 {
  background: none;
  color: #fff !important;
  border: 1px solid #fff;
}
.banner .slider_content .btn_box .btn_1:hover {
  background: #69B6FC;
  color: #fff !important;
  border: 1px solid #69B6FC;
}
.banner .slider_content .btn_box .btn_2 {
  color: #fff !important;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.5803921569);
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
}
@media (max-width: 768px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  color: #fff;
  background: #29314A;
}
.banner .swiper-button-next {
  position: absolute;
  right: -20px;
  left: auto;
  top: 50%;
  transform: translate(-50%, 60%);
}
@media (width <= 768px) {
  .banner .swiper-button-next {
    right: -15px;
  }
}
.banner .swiper-button-prev {
  position: absolute;
  right: -20px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -45%);
}
@media (width <= 768px) {
  .banner .swiper-button-prev {
    right: -15px;
  }
}
.banner .swiper-button-prev::after, .banner .swiper-button-next::after {
  display: none;
}

.desktop_view {
  display: block !important;
}
@media (max-width: 768px) {
  .desktop_view {
    display: none !important;
  }
}

.mobile_view {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile_view {
    display: block !important;
  }
}

.certification_bg {
  width: 100%;
}
.certification_bg .cetification {
  width: 100%;
}
.certification_bg .cetification ul {
  display: flex;
  justify-content: center;
}
@media (width <= 1200px) {
  .certification_bg .cetification ul {
    flex-wrap: wrap;
  }
}
.certification_bg .cetification ul li {
  width: 20%;
  list-style: none;
}
@media (480px <= width <= 992px) {
  .certification_bg .cetification ul li {
    width: 33.3%;
    padding: 1rem 0;
  }
}
@media (width <= 480px) {
  .certification_bg .cetification ul li {
    width: 50%;
    padding: 0.5rem;
  }
}
.certification_bg .cetification ul li .cetification__icon {
  width: 100%;
  display: flex;
  justify-content: center;
  /* Base width */
  aspect-ratio: 200/60; /* Keeps 200:60 = 10:3 ratio */
}
.certification_bg .cetification ul li .cetification__icon img {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.certification_bg .cetification ul li:hover .cetification__icon img {
  filter: grayscale(0%);
}

.about_us_bg {
  width: 100%;
}
@media (width <= 768px) {
  .about_us_bg {
    margin-top: 0;
  }
}
.about_us_bg h2 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
  text-align: left;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translate3d(0px, 90px, 0px);
  /* slide up + GPU acceleration */
  will-change: transform, opacity;
  /* hint to browser for smoothness */
  transition: all 0.3s ease;
}
@media (1200px <= width <= 1400px) {
  .about_us_bg h2 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .about_us_bg h2 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .about_us_bg h2 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .about_us_bg h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .about_us_bg h2 {
    font-size: 1.6rem;
  }
}
.about_us_bg h2 span {
  color: #EA0A35;
  font-weight: 600;
}
.about_us_bg .about__content {
  padding-right: 30%;
}
@media (768px <= width <= 992px) {
  .about_us_bg .about__content {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .about_us_bg .about__content {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .about_us_bg .about__content {
    padding-right: 0;
  }
}
.about_us_bg .about_img {
  position: relative;
}
.about_us_bg .about_img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about_us_bg .about_img .sperm {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: -30px;
  right: 15px;
  padding: 1rem;
  background: #fff;
}
.about_us_bg .about_img .sperm img {
  width: 50px;
}
.about_us_bg .btn_box {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
.about_us_bg .baby_delivery {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.about_us_bg .baby_delivery ul {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.about_us_bg .baby_delivery ul li {
  list-style: none;
  position: relative;
  padding: 1.2rem 0;
}
.about_us_bg .baby_delivery ul li:first-child {
  padding-top: 0;
}
.about_us_bg .baby_delivery ul li img {
  width: 35px;
  height: 35px;
}
.about_us_bg .baby_delivery ul li::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 20px;
  background: #bfc2ca;
  width: 1px;
  transform: translate(-50%, 50%);
}
.about_us_bg .baby_delivery ul li:last-child::before {
  display: none;
}
@keyframes blinkZoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.about_us_bg .baby_delivery ul li {
  opacity: 0;
  transform: scale(0.5);
}
.about_us_bg .baby_delivery ul li.animate {
  animation: blinkZoom 0.6s ease forwards;
}
.about_us_bg .baby_delivery ul li:nth-child(1).animate {
  animation-delay: 0s;
}
.about_us_bg .baby_delivery ul li:nth-child(2).animate {
  animation-delay: 0.6s;
}
.about_us_bg .baby_delivery ul li:nth-child(3).animate {
  animation-delay: 1.2s;
}

.products_bg {
  width: 100%;
  margin-top: 90px;
}
@media (width <= 992px) {
  .products_bg {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .products_bg {
    margin-top: 0;
    padding-top: 0;
  }
}
.products_bg h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .products_bg h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .products_bg h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .products_bg h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .products_bg h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 576px) {
  .products_bg h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .products_bg h3 {
    font-size: 1.6rem;
  }
}
.products_bg .products_image {
  width: 100%;
}
.products_bg .products_image .products_box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
}
@media (width <= 576px) {
  .products_bg .products_image .products_box {
    margin-top: 0.5rem;
  }
}
.products_bg .products_image .products_box .place_img {
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.products_bg .products_image .products_box .place_img img {
  padding: 1.5rem;
}
.products_bg .products_image .products_box .place_img:hover img {
  transform: scale(1.1);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products_bg .products_image .products_box .place_img .hover_box {
  transition: all 0.4s ease-in-out;
  background: rgba(41, 49, 74, 0.5019607843);
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.5rem;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
.products_bg .products_image .products_box .place_img .hover_box .btn_box {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .products_bg .products_image .products_box .place_img .hover_box .btn_box {
    gap: 2px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .products_bg .products_image .products_box .place_img .hover_box .btn_box .btn_3,
  .products_bg .products_image .products_box .place_img .hover_box .btn_box .btn_4 {
    padding: 5px 10px;
    font-size: 0.813rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .products_bg .products_image .products_box .place_img .hover_box .btn_box .btn_3,
  .products_bg .products_image .products_box .place_img .hover_box .btn_box .btn_4 {
    padding: 5px 10px;
  }
}
.products_bg .products_image .products_box .place_img img {
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.products_bg .products_image .products_box .content {
  width: 100%;
  padding: 1rem;
}
.products_bg .products_image .products_box .content h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.products_bg .products_image .products_box .content h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
.products_bg .products_image .products_box:hover .hover_box {
  opacity: 1;
}

.arrow-style {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-style button {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border: 1px solid #a9b1bc;
}
@media (width <= 768px) {
  .arrow-style button {
    width: 35px;
    height: 35px;
    margin-right: 0.3rem;
  }
}
.arrow-style button i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
}
@media (width <= 768px) {
  .arrow-style button i {
    font-size: 0.75rem;
  }
}
.arrow-style button:hover {
  background: #29314A;
  color: #fff;
}

.academic_bg {
  width: 100%;
  background: url(../images/academic_bg.jpg) no-repeat top #28364e;
  position: relative;
  background-size: cover;
  z-index: 0;
  margin-top: 90px;
  padding-top: 130px;
}
@media (width <= 1200px) {
  .academic_bg {
    padding-top: 80px;
  }
}
@media (width <= 992px) {
  .academic_bg {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .academic_bg {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.academic_bg::before {
  width: 100%;
  position: absolute;
  content: "";
  height: 200px;
  background: #fff;
  bottom: 0;
  z-index: -1;
}
@media (width <= 1200px) {
  .academic_bg::before {
    height: 100px;
  }
}
@media (width <= 992px) {
  .academic_bg::before {
    display: none;
  }
}
.academic_bg h3 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .academic_bg h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .academic_bg h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .academic_bg h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .academic_bg h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .academic_bg h3 {
    font-size: 1.6rem;
  }
}
.academic_bg .academc__img {
  position: relative;
}
.academic_bg .academc__img .icon2 {
  position: absolute;
  right: 0;
  top: -60px;
}
@media (width <= 768px) {
  .academic_bg .academc__img .icon2 {
    top: -30px;
  }
}
.academic_bg .academc__img .icon2 img {
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .academic_bg .academc__img .icon2 img {
    width: 150px;
  }
}
@media (width <= 768px) {
  .academic_bg .academc__img .icon2 img {
    width: 140px;
  }
}
.academic_bg .academc__img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.77) 0px 30px 60px -30px;
}
.academic_bg .mt5 {
  margin-top: 5rem;
}
@media (width <= 992px) {
  .academic_bg .mt5 {
    margin-top: 2rem;
  }
}
.academic_bg .content_box {
  width: 70%;
  padding-left: 10%;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .academic_bg .content_box {
    width: 80%;
  }
}
@media (width <= 1200px) {
  .academic_bg .content_box {
    width: 90%;
  }
}
@media (width <= 992px) {
  .academic_bg .content_box {
    width: 100%;
  }
}
@media (width <= 768px) {
  .academic_bg .content_box {
    padding-left: 0;
  }
}
.academic_bg .content_box p {
  color: #fff;
}
.academic_bg .content_box .btn_box {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
@media (width <= 992px) {
  .academic_bg .content_box .btn_box {
    gap: 0.5rem;
  }
}
.academic_bg .content_box .btn_box .btn_1 {
  color: #fff !important;
  background: #29314A;
  border: 1px solid #fff;
}
.academic_bg .content_box .btn_box .btn_1:hover {
  background: #69B6FC;
  color: #fff !important;
  border: 1px solid #69B6FC;
}
.academic_bg .content_box .btn_box .btn_2 {
  color: #fff !important;
}

.our_partners h3 {
  font-size: 1rem;
  color: #29314A;
  font-weight: 600;
}
.our_partners h3 span {
  display: block;
}
@media (width <= 768px) {
  .our_partners h3 span {
    display: inline-block;
  }
}
.our_partners .partners {
  position: relative;
}
.our_partners .partners::before {
  background: #fff;
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: -15px;
  top: 0;
  z-index: 1;
}
@media (width <= 768px) {
  .our_partners .partners::before {
    display: none;
  }
}
.our_partners .partners .partners_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (width <= 480px) {
  .our_partners .partners .partners_box {
    padding: 0 1rem;
  }
}
.our_partners .partners .partners_box::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  background: #b4b5b7;
  right: 0;
}
@media (width <= 768px) {
  .our_partners .partners .partners_box::before {
    display: none;
  }
}
.our_partners .partners .partners_box img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our_partners .owl-carousel .owl-nav button.owl-prev,
.our_partners .owl-carousel .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: #fff;
  color: #29314A;
  width: 30px;
  height: 30px;
  border: none;
}
.our_partners .owl-carousel .owl-nav button.owl-prev:hover,
.our_partners .owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
  background: #29314A;
}
.our_partners .owl-prev {
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.our_partners .owl-next {
  position: absolute;
  right: -5px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.latest_articles_bg {
  width: 100%;
}
.latest_articles_bg .content_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.latest_articles_bg .content_box h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
@media (1200px <= width <= 1400px) {
  .latest_articles_bg .content_box h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .latest_articles_bg .content_box h3 {
    font-size: 2rem;
  }
}
@media (768px <= width <= 992px) {
  .latest_articles_bg .content_box h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .latest_articles_bg .content_box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .latest_articles_bg .content_box h3 {
    font-size: 1.6rem;
  }
}
.latest_articles_bg .content_box h3 span {
  display: block;
}
.latest_articles_bg .content_box .para {
  width: 70%;
}
@media (max-width: 1200px) {
  .latest_articles_bg .content_box .para {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .latest_articles_bg .content_box .para {
    width: 100%;
  }
}
.latest_articles_bg .content_box .para .btn_1 {
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.latest_articles_bg .content_box .arrow-style2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (width <= 768px) {
  .latest_articles_bg .content_box .arrow-style2 {
    flex-direction: row;
  }
}
.latest_articles_bg .content_box .arrow-style2 button {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  margin-right: 0;
  border: 1px solid #a9b1bc;
}
.latest_articles_bg .content_box .arrow-style2 button i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
}
.latest_articles_bg .content_box .arrow-style2 button:hover {
  background: #29314A;
  color: #fff;
}
.latest_articles_bg .latest_article {
  width: 100%;
  padding-left: 15px;
}
@media (width <= 768px) {
  .latest_articles_bg .latest_article {
    margin-top: 1rem;
    padding-left: 0;
  }
}
.latest_articles_bg .latest_article .article_box {
  width: 100%;
}
.latest_articles_bg .latest_article .article_box .place_img {
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.latest_articles_bg .latest_article .article_box .place_img .link {
  transition: all 0.4s ease-in-out;
  background: rgba(41, 49, 74, 0.6745098039);
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.5rem;
  z-index: 9;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest_articles_bg .latest_article .article_box .place_img .link .readmore {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100%;
  display: flex;
  background: #69B6FC;
  color: #fff;
  gap: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.latest_articles_bg .latest_article .article_box .place_img img {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest_articles_bg .latest_article .article_box .content {
  width: 100%;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
@media (width <= 992px) {
  .latest_articles_bg .latest_article .article_box .content {
    padding: 1.5rem 0em 0 0rem;
  }
}
.latest_articles_bg .latest_article .article_box .content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  height: 41px;
}
@media (max-width: 480px) {
  .latest_articles_bg .latest_article .article_box .content h4 {
    height: 48px;
    min-height: 40px;
  }
}
@media (width <= 992px) {
  .latest_articles_bg .latest_article .article_box .content h4 {
    height: 40px;
  }
}
.latest_articles_bg .latest_article .article_box .content p {
  color: #29314A;
  display: -webkit-box;
  height: 95px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  opacity: 0.6;
}
@media (width <= 992px) {
  .latest_articles_bg .latest_article .article_box .content p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.latest_articles_bg .latest_article .article_box:hover .place_img .link {
  opacity: 1;
}
.latest_articles_bg .latest_article .article_box:hover .place_img img {
  transform: scale(1.2);
}

.news-bg {
  width: 100%;
}
.news-bg h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .news-bg h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .news-bg h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .news-bg h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .news-bg h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .news-bg h3 {
    font-size: 1.6rem;
  }
}
.news-bg .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
}
.news-bg .main_news {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 13/9;
}
@media (width <= 992px) {
  .news-bg .main_news {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (width <= 768px) {
  .news-bg .main_news {
    margin-bottom: 2rem;
  }
}
.news-bg .main_news .main_content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #fff;
  width: 40%;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  z-index: 1;
}
@media (width <= 1200px) {
  .news-bg .main_news .main_content {
    width: 60%;
    bottom: -50px;
  }
}
@media (width <= 992px) {
  .news-bg .main_news .main_content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 1rem;
    width: 85%;
    bottom: 0;
    right: 0;
  }
}
.news-bg .main_news .main_content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  height: 40px;
}
@media (max-width: 480px) {
  .news-bg .main_news .main_content h4 {
    height: 48px;
    min-height: 40px;
  }
}
.news-bg .main_news .main_content h5 {
  color: #69B6FC;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.news-bg .main_news .main_content .event_date {
  display: flex;
  gap: 10px;
  margin-bottom: 0.5rem;
  align-items: center;
}
.news-bg .main_news .main_content .event_date .event {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.2rem 0.6rem;
  background: #15AF53;
  color: #fff;
  font-size: 0.688rem;
  line-height: 18px;
}
.news-bg .main_news .main_content .event_date h5 {
  color: #15AF53;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.news-bg .main_news .main_content p {
  color: #29314A;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  opacity: 0.6;
}
.news-bg .main_news img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-bg .swiper {
  width: 100%;
  height: 490px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-bg .swiper {
    height: 460px;
  }
}
@media (width <= 767.98px) {
  .news-bg .swiper {
    height: 490px;
  }
}
.news-bg .swiper-slide {
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (width <= 992px) {
  .news-bg .swiper-slide {
    padding-bottom: 1rem;
  }
}
.news-bg .swiper-slide .news_event_img {
  aspect-ratio: 8/7;
}
.news-bg .swiper-slide .news_event_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-bg .swiper-slide .content {
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (width <= 992px) {
  .news-bg .swiper-slide .content {
    padding-bottom: 1rem;
  }
}
.news-bg .swiper-slide .content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  height: 46px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .news-bg .swiper-slide .content h4 {
    height: 48px;
    min-height: 40px;
  }
}
.news-bg .swiper-slide .content h5 {
  color: #69B6FC;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.news-bg .swiper-slide .content .event_date {
  display: flex;
  gap: 10px;
  margin-bottom: 0.5rem;
  align-items: center;
}
.news-bg .swiper-slide .content .event_date .event {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.2rem 0.6rem;
  background: #15AF53;
  color: #fff;
  font-size: 0.688rem;
  line-height: 18px;
}
.news-bg .swiper-slide .content .event_date h5 {
  color: #15AF53;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.news-bg .swiper-slide .content p {
  color: #29314A;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  opacity: 0.6;
}
.news-bg .swip_btn {
  position: relative;
  height: 100%;
}
.news-bg .swip_btn .swiper-button-prev,
.news-bg .swip_btn .swiper-button-next {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border: 1px solid #a9b1bc;
}
@media (width <= 992px) {
  .news-bg .swip_btn .swiper-button-prev,
  .news-bg .swip_btn .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-right: 0.3rem;
    bottom: 10px;
  }
}
.news-bg .swip_btn .swiper-button-prev i,
.news-bg .swip_btn .swiper-button-next i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
}
.news-bg .swip_btn .swiper-button-prev:hover,
.news-bg .swip_btn .swiper-button-next:hover {
  background: #29314A;
  color: #fff;
}
.news-bg .swip_btn .swiper-button-prev::after,
.news-bg .swip_btn .swiper-button-next::after {
  display: none;
}
.news-bg .swip_btn .swiper-button-prev {
  bottom: 60px;
}
@media (width <= 992px) {
  .news-bg .swip_btn .swiper-button-prev {
    bottom: 70px;
  }
}

.empanelled_consultants_bg {
  width: 100%;
  position: relative;
}
.empanelled_consultants_bg .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 80%;
  transform: translate(-50%, -50%);
  animation: moveUpDown 3s ease-in-out infinite;
}
@media (width <= 992px) {
  .empanelled_consultants_bg .wave {
    display: none;
  }
}
@keyframes moveUpDown {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
    /* 10px (top) + 80px (movement) = bottom effect */
  }
  100% {
    top: 50%;
  }
}
.empanelled_consultants_bg h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
  text-align: center;
}
@media (1200px <= width <= 1400px) {
  .empanelled_consultants_bg h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .empanelled_consultants_bg h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .empanelled_consultants_bg h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .empanelled_consultants_bg h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .empanelled_consultants_bg h3 {
    font-size: 1.6rem;
  }
}
.empanelled_consultants_bg p {
  margin-top: 0.3rem;
  text-align: center;
  color: #29314A;
  opacity: 0.6;
}
.empanelled_consultants_bg .empanell {
  width: 100%;
}
.empanelled_consultants_bg .empanell .boxes {
  padding: 1rem;
}
@media (width <= 768px) {
  .empanelled_consultants_bg .empanell .boxes {
    padding: 0.4rem;
  }
}
.empanelled_consultants_bg .empanell .boxes .img_box {
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.empanelled_consultants_bg .empanell .boxes .img_box .name {
  border-radius: 0.5rem 0 0.5rem 0;
  -webkit-border-radius: 0.5rem 0 0.5rem 0;
  -moz-border-radius: 0.5rem 0 0.5rem 0;
  -ms-border-radius: 0.5rem 0 0.5rem 0;
  -o-border-radius: 0.5rem 0 0.5rem 0;
  background: #2e88da;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.3rem 0.6rem;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .empanelled_consultants_bg .empanell .boxes .img_box .name {
    font-size: 0.813rem;
  }
}
@media (width <= 575.98px) {
  .empanelled_consultants_bg .empanell .boxes .img_box .name {
    font-size: 0.813rem;
  }
}
.empanelled_consultants_bg .empanell .boxes .img_box img {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100;
  -o-object-fit: cover;
     object-fit: cover;
}
.empanelled_consultants_bg .empanell .boxes .content {
  background: #fff;
  margin-top: 0.8rem;
}
.empanelled_consultants_bg .empanell .boxes .content h4 {
  font-weight: 600;
  font-size: 1rem;
  color: #29314A;
  margin-bottom: 0.3rem;
}
@media (width <= 768px) {
  .empanelled_consultants_bg .empanell .boxes .content h4 {
    font-size: 0.879rem;
  }
}
.empanelled_consultants_bg .empanell .boxes .content h5 {
  font-weight: 400;
  font-size: 0.938rem;
  color: #29314A;
  margin-bottom: 0.3rem;
}
@media (width <= 768px) {
  .empanelled_consultants_bg .empanell .boxes .content h5 {
    font-size: 0.813rem;
  }
}
.empanelled_consultants_bg .empanell .boxes .content .link img {
  width: 20px;
  height: 20px;
}
.empanelled_consultants_bg .empanell .boxes:hover .img_box img {
  transform: scale(1.1);
  /* zoom factor */
  filter: grayscale(100%);
}
.empanelled_consultants_bg .consultant {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.empanelled_consultants_bg .consultant ul {
  display: flex;
  justify-content: center;
}
@media (width <= 1200px) {
  .empanelled_consultants_bg .consultant ul {
    flex-wrap: wrap;
  }
}
.empanelled_consultants_bg .consultant ul li {
  list-style: none;
  width: 20%;
}
@media (480px <= width <= 992px) {
  .empanelled_consultants_bg .consultant ul li {
    width: 33.3%;
    padding: 0.5rem 0;
  }
}
@media (width <= 480px) {
  .empanelled_consultants_bg .consultant ul li {
    width: 50%;
    padding: 0.5rem;
  }
}
.empanelled_consultants_bg .consultant ul li .boxes {
  padding: 1rem;
}
@media (width <= 768px) {
  .empanelled_consultants_bg .consultant ul li .boxes {
    padding: 0.4rem;
  }
}
.empanelled_consultants_bg .consultant ul li .boxes .img_box {
  aspect-ratio: 1/1;
}
.empanelled_consultants_bg .consultant ul li .boxes .img_box img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.empanelled_consultants_bg .consultant ul li .boxes .content {
  background: #fff;
  margin-top: 0.8rem;
}
.empanelled_consultants_bg .consultant ul li .boxes .content h4 {
  font-weight: 600;
  font-size: 1rem;
  color: #29314A;
}
@media (width <= 768px) {
  .empanelled_consultants_bg .consultant ul li .boxes .content h4 {
    font-size: 0.879rem;
  }
}
.empanelled_consultants_bg .consultant ul li .boxes .content h5 {
  font-weight: 300;
  font-size: 0.938rem;
  color: #29314A;
  opacity: 0.6;
}
@media (width <= 768px) {
  .empanelled_consultants_bg .consultant ul li .boxes .content h5 {
    font-size: 0.813rem;
  }
}
.empanelled_consultants_bg .btn_arrow {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}
.empanelled_consultants_bg .btn_arrow .arrow-style4 {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.empanelled_consultants_bg .btn_arrow .arrow-style4 button {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border: 1px solid #A9B1BC;
}
.empanelled_consultants_bg .btn_arrow .arrow-style4 button i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
}
.empanelled_consultants_bg .btn_arrow .arrow-style4 button:hover {
  background: #29314A;
  color: #fff;
}
.empanelled_consultants_bg .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
}

.testimonial-locate-bg {
  padding-top: 0;
}
.testimonial-locate-bg h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .testimonial-locate-bg h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .testimonial-locate-bg h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .testimonial-locate-bg h3 {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .testimonial-locate-bg h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .testimonial-locate-bg h3 {
    font-size: 1.6rem;
  }
}
.testimonial-locate-bg h3 span {
  display: block;
}
.testimonial-locate-bg .testi_btn {
  padding-left: 20%;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-locate-bg .testi_btn {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  .testimonial-locate-bg .testi_btn {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .testimonial-locate-bg .testi_btn {
    padding-left: 0;
  }
}
.testimonial-locate-bg .testi_btn .testiminials {
  width: 70%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .testimonial-locate-bg .testi_btn .testiminials {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .testimonial-locate-bg .testi_btn .testiminials {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .testimonial-locate-bg .testi_btn .testiminials {
    width: 100%;
  }
}
.testimonial-locate-bg .testi_btn .testiminials .testi_box {
  width: 100%;
}
.testimonial-locate-bg .testi_btn .testiminials .testi_box .name_designation {
  display: flex;
  align-items: center;
}
.testimonial-locate-bg .testi_btn .testiminials .testi_box .name_designation .name img {
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-locate-bg .testi_btn .testiminials .testi_box .name_designation .designation {
  color: #29314A;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1rem;
}
@media (max-width: 480px) {
  .testimonial-locate-bg .testi_btn .testiminials .testi_box .name_designation .designation {
    font-size: 0.875rem;
  }
}
.testimonial-locate-bg .testi_btn .testiminials .testi_box .name_designation .designation span {
  font-size: 0.813rem;
  font-weight: 300;
  display: block;
}
.testimonial-locate-bg .testi_btn .btn_arrow {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  gap: 15px;
}
.testimonial-locate-bg .testi_btn .btn_arrow .arrow-style4 {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.testimonial-locate-bg .testi_btn .btn_arrow .arrow-style4 button {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border: 1px solid #a9b1bc;
}
.testimonial-locate-bg .testi_btn .btn_arrow .arrow-style4 button i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
}
.testimonial-locate-bg .testi_btn .btn_arrow .arrow-style4 button:hover {
  background: #29314A;
  color: #fff;
}
.testimonial-locate-bg .testi_btn .btn_arrow .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
}
.testimonial-locate-bg .locate_form {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #69b6fc;
  padding: 4rem;
  position: relative;
}
@media (width <= 1200px) {
  .testimonial-locate-bg .locate_form {
    padding: 2.5rem;
  }
}
@media (width <= 992px) {
  .testimonial-locate-bg .locate_form {
    padding: 1.5rem;
  }
}
@media (width <= 768px) {
  .testimonial-locate-bg .locate_form {
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .testimonial-locate-bg .locate_form {
    padding: 1.5rem;
  }
}
.testimonial-locate-bg .locate_form .map_style {
  position: absolute;
  left: -10rem;
  width: 800px;
  z-index: 1;
}
@media (width <= 1200px) {
  .testimonial-locate-bg .locate_form .map_style {
    display: none;
  }
}
.testimonial-locate-bg .locate_form .map_style img {
  width: 100%;
}
.testimonial-locate-bg .locate_form .form_box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
  padding: 2rem;
  z-index: 9;
  position: relative;
}
@media (width <= 992px) {
  .testimonial-locate-bg .locate_form .form_box {
    padding: 1.5rem;
  }
}
.testimonial-locate-bg .locate_form .form_box h4 {
  font-size: 1.688rem;
  font-weight: 500;
  color: #29314A;
}
@media (width <= 992px) {
  .testimonial-locate-bg .locate_form .form_box h4 {
    font-size: 1.5rem;
  }
}
.testimonial-locate-bg .locate_form .form_box h5 {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 300;
  color: #29314A;
  opacity: 0.6;
}
@media (width <= 992px) {
  .testimonial-locate-bg .locate_form .form_box h5 {
    font-size: 0.875rem;
  }
}
.testimonial-locate-bg .locate_form .form_box label {
  font-size: 0.813rem;
  color: #29314A;
  font-weight: 300;
}
.testimonial-locate-bg .locate_form .form_box .form-select,
.testimonial-locate-bg .locate_form .form_box .form-control {
  font-size: 0.813rem;
}

.footer {
  background: url(../images/footer-bg.jpg) no-repeat #29314A;
  background-size: cover;
  margin-top: 80px;
  padding-bottom: 50px;
}
@media (768px <= width <= 992px) {
  .footer {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .footer {
    margin-top: 40px;
    background-image: none;
  }
}
.footer .logo_footer {
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .footer .logo_footer {
    margin-bottom: 0.8rem;
  }
}
.footer .social_icons {
  margin-top: 1rem;
}
@media (width <= 768px) {
  .footer .social_icons {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.footer .logo_footer img {
  width: 200px;
}
@media (width <= 768px) {
  .footer .logo_footer img {
    width: 180px;
  }
}
.footer .address ul {
  width: 100%;
}
.footer .address ul li {
  list-style: none;
  padding-bottom: 0.8rem;
  color: #fff;
  position: relative;
  padding-left: 2.3rem;
  font-size: 0.938rem;
}
.footer .address ul li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #69B6FC;
}
.footer .address ul li a {
  color: #fff !important;
  font-size: 0.938rem;
  display: block;
  font-weight: 600;
}
.footer .address ul .email {
  padding: 0.5rem 0;
}
.footer .address ul .email a {
  color: #EA0A35 !important;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (width <= 768px) {
  .footer .address ul .email a {
    font-size: 1rem;
  }
}
.footer .social_icons {
  width: 100%;
}
.footer .social_icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
.footer .social_icons ul li {
  list-style: none;
}
.footer .social_icons ul li .coloum_2 {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (768px <= width <= 992px) {
  .footer .social_icons ul li .coloum_2 {
    width: 30px;
    height: 30px;
  }
}
.footer .social_icons ul li .coloum_2 i {
  font-size: 1rem;
}
@media (width <= 992px) {
  .footer .social_icons ul li .coloum_2 i {
    font-size: 0.875rem;
  }
}
.footer .social_icons ul li:hover .coloum_2 {
  background: #EA0A35;
}
.footer .social_icons ul li:hover .coloum_1 {
  background: #EA0A35;
}
.footer h5 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.footer h5::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 40px;
  height: 3px;
  background: #EA0A35;
}
.footer .list_one ul {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.footer .list_one li {
  transition: all 0.4s ease-in-out;
  padding: 3px 0px 3px 20px;
  list-style: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
}
.footer .list_one li::before {
  position: absolute;
  content: "\f134";
  left: 0;
  top: 5px;
  color: #69B6FC;
  font-size: 0.75rem;
  font-family: bootstrap-icons !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer .list_one li {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .footer .list_one li {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .footer .list_one li {
    font-size: 0.813rem;
  }
}
.footer .list_one li a {
  color: #fff !important;
}
.footer .list_one li a:hover {
  color: #EA0A35 !important;
}
.footer .list_two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.footer .list_two li {
  transition: all 0.4s ease-in-out;
  padding: 3px 0px 3px 20px;
  width: 50%;
  list-style: none;
  color: #fff;
  font-size: 0.938rem;
  position: relative;
  font-weight: 300;
}
.footer .list_two li::before {
  position: absolute;
  content: "\f134";
  left: 0;
  top: 5px;
  color: #69B6FC;
  font-size: 0.75rem;
  font-family: bootstrap-icons !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer .list_two li {
    width: 100%;
    font-size: 0.813rem;
  }
}
@media (max-width: 575.98px) {
  .footer .list_two li {
    width: 100%;
    font-size: 0.813rem;
  }
}
.footer .list_two li a {
  color: #fff !important;
}
.footer .list_two li a:hover {
  color: #EA0A35 !important;
}
@media (width <= 768px) {
  .footer .list_two {
    margin-bottom: 1rem;
  }
}
.footer .footer_list {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.footer .footer_list .list_boxes {
  display: flex;
}
.footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4039215686) !important;
}
.footer .powered {
  padding-top: 2rem;
}
@media (width <= 767.98px) {
  .footer .powered {
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer .powered p {
  color: #fff;
  font-size: 0.813rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (width <= 767.98px) {
  .footer .powered p {
    text-align: center;
  }
}
.footer .powered p a {
  transition: all 0.4s ease-in-out;
  color: #fff !important;
}
.footer .powered p a:hover {
  color: #EA0A35 !important;
}
.footer .last_link {
  display: flex;
  gap: 15px;
}
@media (width <= 768px) {
  .footer .last_link {
    margin-bottom: 1rem;
  }
}
.footer .last_link p {
  margin-bottom: 0;
}
@media (width <= 768px) {
  .footer .last_link p {
    text-align: center;
  }
}

.scroll_top {
  padding-left: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.scroll_top .arrow_btn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #69B6FC;
}
.scroll_top .arrow_btn:hover {
  background: #EA0A35;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease;
}

#locate_form {
  scroll-margin-top: 80px;
  /* height of your fixed header */
}

.inner_banner {
  width: 100%;
  margin-top: 140px;
  padding: 35px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .inner_banner {
    margin-top: 100px;
  }
}
@media (width <= 768px) {
  .inner_banner {
    margin-top: 80px;
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .inner_banner {
    margin-top: 70px;
  }
}
.inner_banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #EA0A35;
  left: 0;
  top: 50%;
}
.inner_banner .heading {
  width: 100%;
  background: #fff;
  position: relative;
}
.inner_banner .heading::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #fff;
  left: -50px;
  top: 0;
}
@media (width <= 575.98px) {
  .inner_banner .heading::before {
    display: none;
  }
}
.inner_banner .heading::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #fff;
  right: -50px;
  top: 0;
}
@media (width <= 575.98px) {
  .inner_banner .heading::after {
    display: none;
  }
}
.inner_banner .heading h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.inner_banner .heading h1 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #29314A;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_banner .heading h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_banner .heading h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_banner .heading h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .inner_banner .heading h1 {
    font-size: 1.4rem;
  }
}
.inner_banner .heading_center {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_banner .heading_center {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_banner .heading_center {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_banner .heading_center {
    width: 90%;
  }
}
@media (width <= 768px) {
  .inner_banner .heading_center {
    width: 100%;
    padding: 0;
  }
}
.inner_banner .heading_center::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #fff;
  left: -50px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .inner_banner .heading_center::before {
    width: 20px;
    left: -20px;
  }
}
@media (width <= 575.98px) {
  .inner_banner .heading_center::before {
    display: none;
  }
}
.inner_banner .heading_center::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #fff;
  right: -50px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .inner_banner .heading_center::after {
    width: 20px;
    right: -20px;
  }
}
@media (width <= 575.98px) {
  .inner_banner .heading_center::after {
    display: none;
  }
}
.inner_banner .heading_center h5 {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: center;
}
@media (width <= 768px) {
  .inner_banner .heading_center h5 {
    font-size: 0.875rem;
  }
}
.inner_banner .heading_center h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #00b5e2;
}
@media (width <= 768px) {
  .inner_banner .heading_center h6 {
    font-size: 0.875rem;
  }
}
.inner_banner .heading_center h1 {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  color: #29314A;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_banner .heading_center h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_banner .heading_center h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_banner .heading_center h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .inner_banner .heading_center h1 {
    font-size: 1.4rem;
  }
}
.inner_banner .heading_center .map_view {
  margin: 20px 0 5px 0;
  padding: 8px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #EA0A35;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
@media (width <= 575.98px) {
  .inner_banner .heading_center .map_view {
    font-size: 0.875rem;
  }
}
.inner_banner .heading_center p {
  text-align: center;
  margin-bottom: 0;
}
.inner_banner .heading_center .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .inner_banner .heading_center .breadcrumb {
    justify-content: center;
  }
}
.inner_banner .heading_center .breadcrumb-item + .breadcrumb-item::before {
  color: #29314A;
  display: none;
}
.inner_banner .heading_center .breadcrumb-item {
  position: relative;
  padding-right: 1.5rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  text-align: center;
}
@media (width <= 768px) {
  .inner_banner .heading_center .breadcrumb-item {
    font-size: 0.813rem;
  }
}
@media (width <= 575.98px) {
  .inner_banner .heading_center .breadcrumb-item {
    font-size: 0.75rem;
  }
}
.inner_banner .heading_center .breadcrumb-item.active {
  color: #000;
  /* Replace with any color you want */
  font-weight: 500;
  /* Optional: make it stand out */
}
.inner_banner .heading_center .breadcrumb-item::after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0;
  color: #29314A;
}
.inner_banner .heading_center .breadcrumb-item:last-child {
  padding-right: 0;
}
.inner_banner .heading_center .breadcrumb-item:last-child::after {
  content: "";
}

.inner_container {
  width: 100%;
  padding-top: 20px;
}
.inner_container h3 {
  font-size: 2.4rem;
  color: #29314A;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .inner_container h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .inner_container h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .inner_container h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 576px) {
  .inner_container h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container h3 {
    font-size: 1.6rem;
  }
}
.inner_container ul {
  margin-bottom: 1rem;
}
.inner_container ul li {
  position: relative;
  color: #29314A;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.5rem;
  font-weight: 300;
  font-size: 0.938rem;
}
@media (max-width: 480px) {
  .inner_container ul li {
    font-size: 0.813rem;
  }
}
.inner_container ul li:before {
  position: absolute;
  left: 0;
  font-size: 0.875rem;
  content: "\f134";
  font-family: bootstrap-icons !important;
}
.inner_container .mission-vision {
  background: #e8f0fb;
  padding: 2.5rem;
}
@media (width <= 768px) {
  .inner_container .mission-vision {
    padding: 1.5rem;
  }
}
.inner_container .mission-vision .mv {
  width: 100%;
}
.inner_container .mission-vision .mv .mission-img, .inner_container .mission-vision .mv .vision-img {
  transition: all 0.4s ease-in-out;
  margin-bottom: 1rem;
}
.inner_container .mission-vision .mv h4 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media (1200px <= width <= 1400px) {
  .inner_container .mission-vision .mv h4 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .inner_container .mission-vision .mv h4 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .mission-vision .mv h4 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .inner_container .mission-vision .mv h4 {
    font-size: 1.8rem;
  }
}
@media (width <= 576px) {
  .inner_container .mission-vision .mv h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .mission-vision .mv h4 {
    font-size: 1.6rem;
  }
}
.inner_container .mission-vision .mv:hover .mission-img, .inner_container .mission-vision .mv:hover .vision-img {
  padding-left: 15px;
}
.inner_container .b-bold b {
  font-weight: 500;
}
.inner_container .p_tb {
  padding: 80px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_container .p_tb {
    padding: 65px 0;
  }
}
@media (max-width: 575.98px) {
  .inner_container .p_tb {
    padding: 0;
  }
}
.inner_container .nutshell {
  position: sticky;
  top: 100px;
}
@media (max-width: 575.98px) {
  .inner_container .nutshell {
    margin-top: 1.5rem;
  }
}
.inner_container .nutshell h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.inner_container .nutshell h3 span {
  display: block;
}
@media (width <= 768px) {
  .inner_container .nutshell h3 span {
    display: inline-block;
  }
}
@media (1200px <= width <= 1400px) {
  .inner_container .nutshell h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .inner_container .nutshell h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .nutshell h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .inner_container .nutshell h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 576px) {
  .inner_container .nutshell h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .nutshell h3 {
    font-size: 1.6rem;
  }
}
.inner_container .nutshell .about_content {
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  width: 100%;
}
@media (width <= 768px) {
  .inner_container .nutshell .about_content {
    padding-right: 0rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .nutshell .about_content {
    position: relative;
    width: 100%;
    transform: translate(0);
  }
}
.inner_container .nutshell .about_content p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.28rem;
  line-height: 30px;
}
@media (width <= 768px) {
  .inner_container .nutshell .about_content p {
    font-size: 1rem;
    line-height: 26px;
  }
}
.inner_container .scientific-advisors-video h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.inner_container .scientific-advisors-video .vidoe_box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  aspect-ratio: 13/9;
  position: relative;
}
.inner_container .scientific-advisors-video .vidoe_box i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 35px;
  right: 20px;
  font-size: 2rem;
  color: #fff;
  z-index: 9;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #EA0A35;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.inner_container .scientific-advisors-video .vidoe_box img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .scientific-advisors-video .experttalk_heading {
  margin: 0.5rem 0 1rem 0;
  font-size: 1rem;
  font-weight: 500;
}
@media (width <= 575.98px) {
  .inner_container .scientific-advisors-video .experttalk_heading {
    font-size: 0.938rem;
    margin: 0.5rem 0 0 0;
  }
}
.inner_container .about_img {
  width: 100%;
  position: relative;
}
.inner_container .tab-content .product_box {
  width: 100%;
  margin-bottom: 1.5rem;
}
.inner_container .tab-content .product_box .product_img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.inner_container .tab-content .product_box .product_img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1.5rem;
}
.inner_container .tab-content .product_box .product_img .hover_box {
  transition: all 0.4s ease-in-out;
  background: rgba(41, 49, 74, 0.5019607843);
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.5rem;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .tab-content .product_box .product_img .hover_box {
    padding: 1.5rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .tab-content .product_box .product_img .hover_box {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .tab-content .product_box .product_img .hover_box {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .tab-content .product_box .product_img .hover_box {
    opacity: 1;
    background: none;
  }
}
.inner_container .tab-content .product_box .product_img .hover_box .btn_box {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .inner_container .tab-content .product_box .product_img .hover_box .btn_box {
    gap: 10px;
  }
}
.inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_3,
.inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_4 {
  font-size: 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_3,
  .inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_4 {
    font-size: 0.75rem;
    padding: 5px 12px;
  }
}
@media (width <= 768px) {
  .inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_3,
  .inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_4 {
    padding: 5px 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_3,
  .inner_container .tab-content .product_box .product_img .hover_box .btn_box .btn_4 {
    font-size: 0.813rem;
    padding: 8px 14px;
  }
}
.inner_container .tab-content .product_box .product_content {
  margin-top: 1rem;
}
.inner_container .tab-content .product_box .product_content h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .tab-content .product_box .product_content h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .tab-content .product_box .product_content h4 {
    font-size: 0.875rem;
  }
}
.inner_container .tab-content .product_box .product_content h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .tab-content .product_box .product_content h5 {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .tab-content .product_box .product_content h5 {
    font-size: 0.875rem;
  }
}
.inner_container .tab-content .product_box .product_content h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .tab-content .product_box .product_content h6 {
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .tab-content .product_box .product_content h6 {
    font-size: 0.75rem;
  }
}
.inner_container .tab-content .product_box:hover .hover_box {
  opacity: 1;
}
.inner_container .tab-content .main_news {
  position: relative;
  aspect-ratio: 13/9;
}
@media (width <= 992px) {
  .inner_container .tab-content .main_news {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (width <= 768px) {
  .inner_container .tab-content .main_news {
    margin-bottom: 2rem;
  }
}
.inner_container .tab-content .main_news .main_content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #fff;
  width: 40%;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  z-index: 1;
}
@media (width <= 1200px) {
  .inner_container .tab-content .main_news .main_content {
    width: 60%;
    bottom: -50px;
  }
}
@media (width <= 992px) {
  .inner_container .tab-content .main_news .main_content {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.inner_container .tab-content .main_news .main_content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  height: 40px;
}
@media (max-width: 480px) {
  .inner_container .tab-content .main_news .main_content h4 {
    height: 48px;
    min-height: 40px;
  }
}
.inner_container .tab-content .main_news .main_content .event_date {
  display: flex;
  gap: 10px;
  margin-bottom: 0.5rem;
  align-items: center;
}
.inner_container .tab-content .main_news .main_content .event_date .event {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.2rem 0.6rem;
  background: #15AF53;
  color: #fff;
  font-size: 0.688rem;
  line-height: 18px;
}
.inner_container .tab-content .main_news .main_content .event_date h5 {
  color: #15AF53;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.inner_container .tab-content .main_news .main_content h5 {
  color: #69B6FC;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.inner_container .tab-content .main_news .main_content p {
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  opacity: 0.6;
}
.inner_container .tab-content .main_news img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .tab-content .news_content {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
@media (width <= 992px) {
  .inner_container .tab-content .news_content {
    padding-left: 0;
  }
}
.inner_container .tab-content .news_content .content {
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (width <= 992px) {
  .inner_container .tab-content .news_content .content {
    padding-bottom: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .tab-content .news_content .content {
    padding-bottom: 1.5rem;
  }
}
.inner_container .tab-content .news_content .content .news_event_img {
  aspect-ratio: 1/1;
}
.inner_container .tab-content .news_content .content .news_event_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .tab-content .news_content .content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  height: 46px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .inner_container .tab-content .news_content .content h4 {
    height: 48px;
    min-height: 40px;
  }
}
.inner_container .tab-content .news_content .content h5 {
  color: #69B6FC;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.inner_container .tab-content .news_content .content .event_date {
  display: flex;
  gap: 10px;
  margin-bottom: 0.5rem;
  align-items: center;
}
.inner_container .tab-content .news_content .content .event_date .event {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.2rem 0.6rem;
  background: #15AF53;
  color: #fff;
  font-size: 0.688rem;
  line-height: 18px;
}
.inner_container .tab-content .news_content .content .event_date h5 {
  color: #15AF53;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.inner_container .tab-content .news_content .content p {
  color: #29314A;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  opacity: 0.6;
}
.inner_container .main_blog {
  position: relative;
  aspect-ratio: 13/9;
}
@media (width <= 992px) {
  .inner_container .main_blog {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (width <= 768px) {
  .inner_container .main_blog {
    margin-bottom: 2rem;
  }
}
.inner_container .main_blog .main_content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #fff;
  width: 50%;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  z-index: 1;
}
@media (width <= 1200px) {
  .inner_container .main_blog .main_content {
    width: 60%;
    bottom: -50px;
  }
}
@media (width <= 992px) {
  .inner_container .main_blog .main_content {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.inner_container .main_blog .main_content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  height: 40px;
}
@media (max-width: 480px) {
  .inner_container .main_blog .main_content h4 {
    height: 48px;
    min-height: 40px;
  }
}
.inner_container .main_blog .main_content h5 {
  color: #00B5E2;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.inner_container .main_blog .main_content p {
  color: #29314A;
  display: -webkit-box;
  height: 90px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  opacity: 0.6;
}
.inner_container .main_blog img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .news_event_boxes {
  margin-bottom: 1.5rem;
}
.inner_container .news_event_boxes .img_box {
  aspect-ratio: 13/9;
}
.inner_container .news_event_boxes .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .news_event_boxes .content {
  margin-top: 1rem;
}
.inner_container .news_event_boxes .content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  height: 46px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .inner_container .news_event_boxes .content h4 {
    height: 48px;
    min-height: 40px;
  }
}
.inner_container .news_event_boxes .content h5 {
  color: #00B5E2;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.inner_container .news_event_boxes .content .event_date {
  display: flex;
  gap: 10px;
  margin-bottom: 0.5rem;
  align-items: center;
}
.inner_container .news_event_boxes .content .event_date .event {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.2rem 0.6rem;
  background: #15AF53;
  color: #fff;
  font-size: 0.688rem;
  line-height: 18px;
}
.inner_container .news_event_boxes .content .event_date h5 {
  color: #15AF53;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.inner_container .news_event_boxes .content p {
  color: #29314A;
  display: -webkit-box;
  height: 90px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  opacity: 0.6;
}
.inner_container .news_blog {
  width: 100%;
}
.inner_container .news_blog h2 {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .news_blog h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .news_blog h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_container .news_blog h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .news_blog h2 {
    font-size: 1.4rem;
  }
}
.inner_container .news_blog .date_share {
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 768px) {
  .inner_container .news_blog .date_share {
    padding: 1rem 0;
  }
}
.inner_container .news_blog .date_share .date {
  color: #29314A;
  opacity: 0.6;
  font-size: 0.875rem;
}
.inner_container .news_blog .date_share .share-btn {
  padding: 0;
  background: none;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.3rem;
}
.inner_container .news_blog .date_share .share-btn i {
  color: #29314A;
}
.inner_container .news_blog .date_share .share-popup {
  display: none;
  position: absolute;
  right: 0;
  bottom: -150px;
  margin-top: 10px;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 8px;
  max-width: 200px;
  z-index: 99;
}
.inner_container .news_blog .date_share .share-popup a {
  display: block;
  text-decoration: none;
  color: #333;
  margin: 5px 0;
  font-size: 14px;
}
.inner_container .news_blog .date_share .share-popup a:hover {
  text-decoration: underline;
}
.inner_container .news_blog .img_news_blog_img {
  position: relative;
}
.inner_container .news_blog .img_news_blog_img .heading {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: absolute;
  padding: 0.3rem 0.8rem;
  background: #fff;
  color: #29314A;
  font-size: 0.875rem;
  left: 25px;
  top: 25px;
}
@media (width <= 768px) {
  .inner_container .news_blog .img_news_blog_img .heading {
    left: 15px;
    top: 15px;
  }
}
@media (width <= 575.98px) {
  .inner_container .news_blog .img_news_blog_img .heading {
    font-size: 0.813rem;
  }
}
.inner_container .news_blog .img_news_blog_img img {
  width: 100%;
  height: 100%;
}
.inner_container .news_blog .news_blog_content {
  width: 100%;
  margin-top: 2rem;
}
.inner_container .news_blog .news_blog_content img {
  width: 100%;
  height: 100%;
}
.inner_container .news_blog .news_blog_content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .inner_container .news_blog .news_blog_content h3 {
    font-size: 1.15rem;
  }
}
@media (width <= 575.98px) {
  .inner_container .news_blog .news_blog_content h3 {
    font-size: 1rem;
  }
}
.inner_container .news_blog .news_blog_content ul {
  margin-bottom: 1rem;
}
.inner_container .news_blog .news_blog_content ul li {
  position: relative;
  color: #29314A;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.5rem;
  font-weight: 300;
  font-size: 0.938rem;
}
@media (max-width: 480px) {
  .inner_container .news_blog .news_blog_content ul li {
    font-size: 0.813rem;
  }
}
.inner_container .news_blog .news_blog_content ul li:before {
  position: absolute;
  left: 0;
  font-size: 0.875rem;
  content: "\f134";
  font-family: bootstrap-icons !important;
}
.inner_container .product_detail {
  position: sticky;
  top: 100px;
}
.inner_container .product_detail .carousel-inner {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.inner_container .product_detail .carousel-item {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  aspect-ratio: 1/1;
  position: relative;
}
.inner_container .product_detail .carousel-item img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .product_detail .carousel-item i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #EA0A35;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .product_detail .carousel-item i {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .inner_container .product_detail .carousel-item i {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
}
@media (width <= 575.98px) {
  .inner_container .product_detail .carousel-item i {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.inner_container .product_detail .carousel-indicators {
  position: relative;
  margin-top: 20px;
  justify-content: flex-start;
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .inner_container .product_detail .carousel-indicators {
    left: 0;
    right: 0;
    bottom: 45px;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .inner_container .product_detail .carousel-indicators {
    bottom: 45px;
  }
}
.inner_container .product_detail .carousel-indicators [data-bs-slide-to] {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 60px;
  height: auto;
  opacity: 1;
  margin: 0 5px;
  border: 2px solid #fff;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .inner_container .product_detail .carousel-indicators [data-bs-slide-to] {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .inner_container .product_detail .carousel-indicators [data-bs-slide-to] {
    width: 50px;
  }
}
.inner_container .product_detail .carousel-indicators [data-bs-slide-to] img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inner_container .product_detail .carousel-indicators [data-bs-slide-to]:hover {
  opacity: 1;
}
.inner_container .product_detail .carousel-indicators .active {
  opacity: 1;
  border: 2px solid #69B6FC;
}
.inner_container .product_detail .carousel-control-prev-icon,
.inner_container .product_detail .carousel-control-next-icon {
  background-color: #29314A;
  /* or white */
  border-radius: 50%;
  padding: 20px;
}
.inner_container .products_detail_content {
  padding: 0 2rem;
}
@media (width <= 1200px) {
  .inner_container .products_detail_content {
    padding: 0 0 0 2rem;
  }
}
@media (width <= 768px) {
  .inner_container .products_detail_content {
    padding: 0;
  }
}
.inner_container .products_detail_content h2 {
  font-size: 2rem;
  color: #29314A;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .products_detail_content h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .products_detail_content h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .products_detail_content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_container .products_detail_content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .products_detail_content h2 {
    font-size: 1.4rem;
  }
}
.inner_container .products_detail_content h5 {
  font-size: 1rem;
  color: #979797;
  font-weight: 400;
  margin: 1rem 0;
}
.inner_container .products_detail_content .category_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
}
.inner_container .products_detail_content .category_list ul li {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #000;
  padding: 0.2rem 0.8rem;
  font-size: 0.813rem;
  list-style: none;
  background: #d3e8fe;
}
.inner_container .products_detail_content .category_list ul li::before {
  display: none;
}
.inner_container .products_detail_content .price_box {
  padding: 1.5rem 0;
  border-top: 1px solid #c6c8ca;
}
.inner_container .products_detail_content .price_box .inr {
  font-size: 1.125;
  color: #29314A;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.inner_container .products_detail_content .price_box .price {
  font-size: 1.5rem;
  font-weight: 600;
}
.inner_container .products_detail_content .price_box .price .cut_price {
  text-decoration: line-through;
  font-size: 1.125rem;
  font-weight: 500;
  color: #979797;
}
.inner_container .products_detail_content .price_box .price .offer_price {
  font-size: 0.875rem;
  font-weight: 500;
  color: #15af53;
}
.inner_container .products_detail_content .content {
  margin: 1.5rem 0;
}
.inner_container .products_detail_content .content p {
  margin-bottom: 0;
  font-size: 1rem;
}
.inner_container .products_detail_content .quantity_package {
  padding: 1.5rem 0;
  display: flex;
  border-top: 1px solid #c6c8ca;
  border-bottom: 1px solid #c6c8ca;
}
.inner_container .products_detail_content .quantity_package .left,
.inner_container .products_detail_content .quantity_package .right {
  width: 50%;
}
.inner_container .products_detail_content .quantity_package .left h5,
.inner_container .products_detail_content .quantity_package .right h5 {
  font-size: 1rem;
  color: #979797;
  font-weight: 400;
  margin: 0;
}
.inner_container .products_detail_content .quantity_package .left h4,
.inner_container .products_detail_content .quantity_package .right h4 {
  font-size: 1rem;
  color: #29314A;
  font-weight: 500;
  margin: 0.5rem 0 0 0;
}
.inner_container .products_detail_content .stock_delivervy {
  margin: 1.5rem 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.inner_container .products_detail_content .stock_delivervy .stock {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #faf2eb;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  color: #29314A;
}
@media (width <= 992px) {
  .inner_container .products_detail_content .stock_delivervy .stock {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .products_detail_content .stock_delivervy .stock {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}
.inner_container .products_detail_content .stock_delivervy .delivery {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #ffbecb;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  color: #29314A;
}
@media (width <= 992px) {
  .inner_container .products_detail_content .stock_delivervy .delivery {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .products_detail_content .stock_delivervy .delivery {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}
.inner_container .products_detail_content .stock_delivervy .brochure_download {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #EA0A35;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  color: #fff;
}
@media (width <= 992px) {
  .inner_container .products_detail_content .stock_delivervy .brochure_download {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .products_detail_content .stock_delivervy .brochure_download {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}
.inner_container .products_detail_content .accordion {
  margin-bottom: 2rem;
  border: none;
  border-top: 1px solid #c6c8ca;
  margin-top: 1.5rem;
}
.inner_container .products_detail_content .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #c6c8ca;
  border-radius: 0;
}
.inner_container .products_detail_content .accordion .accordion-item .accordion-header button {
  padding: 1rem 0;
  font-weight: 600;
  font-size: 0.938rem;
}
@media (width <= 91px) {
  .inner_container .products_detail_content .accordion .accordion-item .accordion-header button {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .products_detail_content .accordion .accordion-item .accordion-header button {
    font-size: 0.875rem;
    padding: 0.813rem 0;
  }
}
.inner_container .products_detail_content .accordion .accordion-item .accordion-body {
  padding: 1rem 0;
}
.inner_container .products_detail_content .accordion .accordion-item .accordion-body .list {
  width: 100%;
}
.inner_container .products_detail_content .accordion .accordion-item .accordion-body .list ul {
  width: 100%;
}
.inner_container .products_detail_content .accordion .accordion-item .accordion-body .list ul li {
  position: relative;
  padding: 0 0 0 2rem;
  list-style: none;
  font-size: 0.938rem;
}
.inner_container .products_detail_content .accordion .accordion-item .accordion-body .list ul li::before {
  position: absolute;
  left: 0;
  content: "\f134";
  font-family: bootstrap-icons !important;
}
.inner_container .products_detail_content .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}
.inner_container .products_detail_content .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.inner_container .products_detail_content .accordion-button:active {
  outline: none !important;
  box-shadow: none !important;
}
.inner_container .contact_addres_img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: url(../images/contact-img.jpg) no-repeat center;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.inner_container .contact_addres_img img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.inner_container .contact_addres_img .addresses {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  position: relative;
  width: 100%;
  padding: 4rem;
  display: flex;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .contact_addres_img .addresses {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .contact_addres_img .addresses {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .contact_addres_img .addresses {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .contact_addres_img .addresses {
    padding: 4rem 2rem 2rem 2rem;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .inner_container .contact_addres_img .addresses {
    padding: 3rem 1rem 1rem 1rem;
  }
}
.inner_container .contact_addres_img .addresses .boxes {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .contact_addres_img .addresses .boxes {
    padding-right: 0.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .contact_addres_img .addresses .boxes {
    width: 100%;
    margin-top: 1rem;
  }
}
.inner_container .contact_addres_img .addresses .boxes h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .contact_addres_img .addresses .boxes h4 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .contact_addres_img .addresses .boxes h4 {
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .inner_container .contact_addres_img .addresses .boxes h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .contact_addres_img .addresses .boxes h4 {
    font-size: 0.813rem;
  }
}
.inner_container .contact_addres_img .addresses .boxes p {
  color: #fff;
  font-size: 0.938rem;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .contact_addres_img .addresses .boxes p {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .inner_container .contact_addres_img .addresses .boxes p {
    font-size: 0.813rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .contact_addres_img .addresses .boxes p {
    font-size: 0.813rem;
  }
}
.inner_container .contact_addres_img .addresses .boxes h5 {
  color: #69B6FC;
  font-size: 0.875rem;
}
.inner_container .contact_addres_img .addresses .boxes h5 a {
  color: #69B6FC !important;
}
.inner_container .consultant {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner_container .consultant ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (width <= 1200px) {
  .inner_container .consultant ul {
    flex-wrap: wrap;
  }
}
.inner_container .consultant ul li {
  list-style: none;
  width: 20%;
}
@media (480px <= width <= 992px) {
  .inner_container .consultant ul li {
    width: 33.3%;
    padding: 0.5rem 0;
  }
}
@media (width <= 480px) {
  .inner_container .consultant ul li {
    width: 50%;
    padding: 0;
  }
}
.inner_container .consultant ul li .boxes {
  padding: 1rem;
}
@media (width <= 768px) {
  .inner_container .consultant ul li .boxes {
    padding: 0.4rem;
  }
}
.inner_container .consultant ul li .boxes .img_box {
  aspect-ratio: 1/1;
}
.inner_container .consultant ul li .boxes .img_box img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .consultant ul li .boxes .content {
  background: #fff;
  margin-top: 0.8rem;
}
.inner_container .consultant ul li .boxes .content h4 {
  font-weight: 600;
  font-size: 1rem;
  color: #29314A;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .consultant ul li .boxes .content h4 {
    font-size: 0.938rem;
  }
}
@media (width <= 768px) {
  .inner_container .consultant ul li .boxes .content h4 {
    font-size: 0.875rem;
  }
}
.inner_container .consultant ul li .boxes .content h5 {
  font-weight: 300;
  font-size: 0.938rem;
  color: #29314A;
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .consultant ul li .boxes .content h5 {
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .inner_container .consultant ul li .boxes .content h5 {
    font-size: 0.813rem;
  }
}
.inner_container .consultant ul li::before {
  display: none;
}
.inner_container .form_boxes {
  padding-right: 4rem;
  position: sticky;
  top: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .form_boxes {
    padding-right: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .form_boxes {
    padding-right: 0;
  }
}
.inner_container .form_boxes h3 {
  font-size: 2rem;
  color: #29314A;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .form_boxes h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .form_boxes h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .form_boxes h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .form_boxes h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .form_boxes h3 {
    margin-bottom: 1rem;
  }
}
.inner_container .form_boxes p {
  opacity: 0.6;
  font-size: 0.938rem;
}
.inner_container .form_boxes .format {
  font-size: 0.875rem;
  color: #29314A;
  opacity: 0.6;
}
.inner_container .form_boxes .upload-box {
  border: 1px dashed #aaa;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: border-color 0.3s;
}
.inner_container .form_boxes .upload-box i {
  font-size: 1.5rem;
}
.inner_container .form_boxes .upload-box:hover {
  border-color: #333;
}
.inner_container .form_boxes .upload-box input[type=file] {
  display: none;
}
.inner_container .form_boxes .upload-label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #555;
}
.inner_container .form_boxes .btn_1 {
  padding: 10px 20px;
}
.inner_container .locator_form {
  padding-right: 1rem;
}
@media (width <= 768px) {
  .inner_container .locator_form {
    padding: 1.5rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background: whitesmoke;
  }
}
.inner_container .locator_form h4 {
  font-size: 1rem;
  color: #29314A;
  opacity: 0.6;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.inner_container .locator_form form label {
  font-size: 0.75rem;
  color: #29314A;
}
.inner_container .locator_form form .form-select,
.inner_container .locator_form form .form-control {
  color: #29314A;
  opacity: 0.6;
  font-weight: 400;
}
.inner_container .location_heading {
  margin-bottom: 1rem;
}
.inner_container .location_heading h3 {
  color: #00B5E2;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (width <= 768px) {
  .inner_container .location_heading h3 {
    font-size: 1.25rem;
  }
}
.inner_container .branch_img {
  width: 100%;
  aspect-ratio: 13/9;
  position: relative;
}
.inner_container .branch_img i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 35px;
  right: 20px;
  font-size: 1.5rem;
  color: #fff;
  z-index: 9;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #00B5E2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.inner_container .branch_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .location_list {
  margin-bottom: 2rem;
}
.inner_container .location_list h4 {
  font-size: 1.25rem;
  color: #29314A;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .location_list h4 {
    font-size: 1.15rem;
  }
}
@media (width <= 768px) {
  .inner_container .location_list h4 {
    font-size: 1rem;
  }
}
.inner_container .location_list p span {
  padding-right: 0.5rem;
}
.inner_container .location_list .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.688rem;
}
.inner_container .location_list .btn_1 i {
  padding-right: 0.3rem;
}
.inner_container .our_products {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #e8f0fb;
  padding: 3rem 4rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .our_products {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .our_products {
    padding: 2rem;
  }
}
@media (width <= 768px) {
  .inner_container .our_products {
    padding: 1.5rem;
  }
}
.inner_container .our_products .products_boxes {
  padding-right: 8rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .our_products .products_boxes {
    padding-right: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .our_products .products_boxes {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .our_products .products_boxes {
    padding: 0rem;
  }
}
@media (width <= 768px) {
  .inner_container .our_products .products_boxes {
    padding: 0;
  }
}
.inner_container .our_products .products_boxes h3 {
  font-size: 2rem;
  color: #29314A;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.inner_container .our_products .products_boxes h3 span {
  display: block;
}
@media (1200px <= width <= 1400px) {
  .inner_container .our_products .products_boxes h3 {
    font-size: 1.8rem;
  }
}
@media (992px <= width <= 1200px) {
  .inner_container .our_products .products_boxes h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .our_products .products_boxes h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .our_products .products_boxes h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .our_products .products_boxes h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .inner_container .our_products .products_boxes h3 {
    font-size: 1.3rem;
  }
}
.inner_container .our_products .products_boxes .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
  background: none;
}
.inner_container .our_products .products_boxes .btn_1:hover {
  background: #69B6FC;
}
.inner_container .our_products .products_img {
  padding: 0 5rem 0 0;
  position: absolute;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .our_products .products_img {
    padding: 0 3rem 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .our_products .products_img {
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .our_products .products_img {
    padding: 0 2rem 0 0;
  }
}
@media (width <= 768px) {
  .inner_container .our_products .products_img {
    position: relative;
    padding: 0;
  }
}
.inner_container .our_products .products_img img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  width: 100%;
}
.inner_container .services_box .service_content h3 {
  font-size: 2rem;
  color: #29314A;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.inner_container .services_box .service_content h3 span {
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .services_box .service_content h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .services_box .service_content h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .services_box .service_content h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .services_box .service_content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .services_box .service_content h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .inner_container .services_box .service_content h3 {
    font-size: 1.3rem;
  }
}
.inner_container .services_box .service_content .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
}
.inner_container .services_box .service_img {
  aspect-ratio: 4/3;
}
.inner_container .services_box .service_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .services_box .p_left {
  padding-left: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .services_box .p_left {
    padding-left: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .services_box .p_left {
    padding: 0;
  }
}
.inner_container .services_box .p_right {
  padding-right: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .services_box .p_right {
    padding-right: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .services_box .p_right {
    padding: 0;
  }
}
.inner_container .gallery_videos {
  border-bottom: 1px solid #EA0A35;
  width: 100%;
  margin-top: 1rem;
}
.inner_container .gallery_videos .gallery_video_box {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #29314A;
  aspect-ratio: 4/3;
}
.inner_container .gallery_videos .gallery_video_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.inner_container .gallery_videos .gallery_video_box .zoom {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: #EA0A35;
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 9;
}
.inner_container .gallery_videos .gallery_video_box .zoom i {
  font-size: 2rem;
  color: #fff;
}
.inner_container .gallery_videos .gallery_video_box:hover img {
  opacity: 0.3;
  transform: scale(1.2);
}
.inner_container .gallery_videos .gallery_video_box:hover .zoom {
  opacity: 1;
}
.inner_container .mt_top {
  margin-top: 8rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .mt_top {
    margin-top: 3rem;
  }
}
@media (width <= 768px) {
  .inner_container .mt_top {
    margin-top: 4rem;
  }
}
.inner_container .call_address {
  margin-top: 4rem;
}
@media (width <= 768px) {
  .inner_container .call_address {
    margin: 2rem 0;
  }
}
@media (max-width: 575.98px) {
  .inner_container .call_address {
    margin: 1rem 0;
  }
}
.inner_container .call_address h5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #29314A;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1rem;
  background: rgba(105, 182, 252, 0.1882352941);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.8rem;
}
.inner_container .call_address h5 a {
  color: #29314A !important;
}
.inner_container .call_address h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .inner_container .call_address h3 {
    font-size: 1.3rem;
  }
}
@media (width <= 768px) {
  .inner_container .call_address h3 {
    font-size: 1rem;
  }
}
.inner_container .call_address h3 a {
  transition: all 0.4s ease-in-out;
  color: #29314A !important;
  text-decoration: underline;
}
.inner_container .call_address h3 a:hover {
  letter-spacing: 1px;
}
.inner_container .call_address h3 i {
  color: #EA0A35;
}
.inner_container .location_box {
  margin-top: 4rem;
  position: relative;
}
@media (width <= 768px) {
  .inner_container .location_box {
    margin: 4rem 0;
  }
}
@media (max-width: 575.98px) {
  .inner_container .location_box {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .inner_container .location_box img {
    display: none;
  }
}
.inner_container .location_box .location_form_box {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border: 2px solid #69B6FC;
  position: absolute;
  max-width: 500px;
  padding: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.005);
  /* Transparent background */
  backdrop-filter: blur(3px);
  /* Apply blur effect */
  -webkit-backdrop-filter: blur(3px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, #69B6FC 0px 8px 16px -8px;
}
@media (width <= 768px) {
  .inner_container .location_box .location_form_box {
    padding: 1.5rem;
    max-width: 80%;
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .inner_container .location_box .location_form_box {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 1.5rem;
    transform: translate(0);
  }
}
.inner_container .location_box .location_form_box h3 {
  font-size: 2rem;
  color: #29314A;
  font-weight: 600;
}
@media (1200px <= width <= 1400px) {
  .inner_container .location_box .location_form_box h3 {
    font-size: 1.8rem;
  }
}
@media (992px <= width <= 1200px) {
  .inner_container .location_box .location_form_box h3 {
    font-size: 1.6rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .location_box .location_form_box h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .location_box .location_form_box h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .location_box .location_form_box h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .inner_container .location_box .location_form_box h3 {
    font-size: 1.3rem;
  }
}
.inner_container .location_box .location_form_box p {
  opacity: 0.6;
  font-size: 0.938rem;
}
@media (max-width: 575.98px) {
  .inner_container .location_box .location_form_box p {
    font-size: 0.813rem;
  }
}
.inner_container .testimonials-container {
  padding: 0;
  width: 100%;
  /* Medium Devices (tablets, 768px - 991.98px) */
  margin: auto;
}
.inner_container .testimonials-container .testimonial {
  background: #f5f5f5;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 575.98px) {
  .inner_container .testimonials-container .testimonial {
    padding: 1.5rem;
  }
}
.inner_container .testimonials-container .testimonial p {
  font-size: 1.15rem;
  color: #29314A;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0.8rem;
}
@media (width <= 992px) {
  .inner_container .testimonials-container .testimonial p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .testimonials-container .testimonial p {
    font-size: 0.875rem;
  }
}
.inner_container .testimonials-container .testimonial .pic_name_location {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.inner_container .testimonials-container .testimonial .pic_name_location .pic {
  padding-right: 1rem;
}
.inner_container .testimonials-container .testimonial .pic_name_location .pic img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
}
.inner_container .testimonials-container .testimonial .pic_name_location .name_location p {
  font-size: 0.938rem;
  color: #29314A;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0.8rem;
  margin: 0;
}
@media (max-width: 575.98px) {
  .inner_container .testimonials-container .testimonial .pic_name_location .name_location p {
    font-size: 0.875rem;
  }
}
.inner_container .testimonials-container .testimonial .pic_name_location .name_location h4 {
  font-size: 1.125rem;
  color: #29314A;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 575.98px) {
  .inner_container .testimonials-container .testimonial .pic_name_location .name_location h4 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .inner_container .testimonials-container .testimonials-container {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.inner_container .pagination {
  background: none;
}
.inner_container .pagination li {
  margin: 0 0.5rem;
}
@media (max-width: 575.98px) {
  .inner_container .pagination li {
    margin: 0 0.2rem;
  }
}
.inner_container .pagination li:before {
  display: none;
}
.inner_container .pagination .page-link {
  border: none !important;
  box-shadow: none !important;
  color: #29314A;
}
.inner_container .pagination .page-item.disabled .page-link {
  background-color: #fff;
  color: #29314A;
  border: none;
  cursor: not-allowed;
}
.inner_container .pagination .page-item.active .page-link {
  background-color: #2f80ed;
  color: #fff !important;
  border: none !important;
  border-radius: 0.375rem;
}
.inner_container .lifesar {
  padding-left: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .lifesar {
    padding-left: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .lifesar {
    padding-left: 0;
  }
}
.inner_container .lifesar h3 {
  font-size: 2rem;
  color: #29314A;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .lifesar h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .lifesar h3 {
    font-size: 1.4rem;
  }
}
@media (width <= 768px) {
  .inner_container .lifesar h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .lifesar h3 {
    margin-bottom: 0.5rem;
  }
}
.inner_container .career_box {
  padding-right: 1.5rem;
}
@media (width <= 992px) {
  .inner_container .career_box {
    padding-right: 0.5rem;
  }
}
.inner_container .career_box h3 {
  font-size: 1.3rem;
  color: #29314A;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .career_box h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .career_box h3 {
    font-size: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .career_box h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .career_box h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.inner_container .careers_detail {
  width: 100%;
  padding-right: 4rem;
}
@media (width <= 768px) {
  .inner_container .careers_detail {
    padding-right: 0;
  }
}
.inner_container .careers_detail h3 {
  font-size: 2rem;
  color: #29314A;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .careers_detail h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .careers_detail h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .inner_container .careers_detail h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .careers_detail h3 {
    margin-bottom: 1.3rem;
  }
}
.inner_container .careers_detail .full_boxes {
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
}
.inner_container .careers_detail .location_time {
  display: flex;
  gap: 10px;
}
.inner_container .careers_detail .location_time .location,
.inner_container .careers_detail .location_time .time {
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  background: #e4edff;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .inner_container .careers_detail .location_time .location,
  .inner_container .careers_detail .location_time .time {
    font-size: 0.813rem;
  }
}
.inner_container .careers_detail .deadline_opening {
  display: flex;
  gap: 40px;
  margin-top: 1rem;
}
.inner_container .careers_detail .deadline_opening .deadline h6,
.inner_container .careers_detail .deadline_opening .opening h6 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media (width <= 768px) {
  .inner_container .careers_detail .deadline_opening .deadline h6,
  .inner_container .careers_detail .deadline_opening .opening h6 {
    font-size: 0.813rem;
  }
}
.inner_container .careers_detail .deadline_opening .deadline .date,
.inner_container .careers_detail .deadline_opening .deadline .numbers,
.inner_container .careers_detail .deadline_opening .opening .date,
.inner_container .careers_detail .deadline_opening .opening .numbers {
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .inner_container .careers_detail .deadline_opening .deadline .date,
  .inner_container .careers_detail .deadline_opening .deadline .numbers,
  .inner_container .careers_detail .deadline_opening .opening .date,
  .inner_container .careers_detail .deadline_opening .opening .numbers {
    font-size: 1rem;
  }
}
.inner_container .detail_list {
  width: 100%;
  margin-top: 2rem;
  padding-right: 4rem;
}
@media (width <= 768px) {
  .inner_container .detail_list {
    padding-right: 0;
  }
}
.inner_container .detail_list h4 {
  font-size: 1rem;
  color: #29314A;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}
.inner_container .detail_list .lists ul li {
  font-size: 0.938rem;
  color: #29314A;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
  font-weight: 300;
  font-size: 0.938rem;
}
@media (max-width: 480px) {
  .inner_container .detail_list .lists ul li {
    font-size: 0.813rem;
  }
}
.inner_container .detail_list .lists ul li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: #29314A;
  top: 14px;
}
.inner_container .certification {
  width: 100%;
}
.inner_container .certification .img_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #e8f0fb;
  aspect-ratio: 1/1;
}
.inner_container .certification .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .certification .content_box {
  width: 100%;
  margin-top: 1rem;
}
.inner_container .certification .content_box h4 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #29314A;
  margin: 0.8rem 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .certification .content_box h4 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .certification .content_box h4 {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_container .certification .content_box h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .certification .content_box h4 {
    font-size: 0.938rem;
  }
}
.inner_container .training_program h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .inner_container .training_program h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .inner_container .training_program h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .training_program h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .inner_container .training_program h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 576px) {
  .inner_container .training_program h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .training_program h3 {
    font-size: 1.6rem;
  }
}
.inner_container .academic_program {
  width: 100%;
}
.inner_container .academic_program .academic_box .academic_img {
  aspect-ratio: 13/9;
}
.inner_container .academic_program .academic_box .academic_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.inner_container .academic_program .academic_box .content {
  margin-top: 1rem;
}
.inner_container .academic_program .academic_box .content h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #29314A;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .inner_container .academic_program .academic_box .content h4 {
    font-size: 1.2rem;
  }
}
@media (width <= 768px) {
  .inner_container .academic_program .academic_box .content h4 {
    font-size: 1.2rem;
  }
}
.inner_container .academic_program .academic_box .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #29314A;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 68px;
  -webkit-line-clamp: 3;
}
@media (max-width: 480px) {
  .inner_container .academic_program .academic_box .content p {
    height: 48px;
    min-height: 40px;
  }
}
@media (max-width: 480px) {
  .inner_container .academic_program .academic_box .content p {
    height: 70px;
    -webkit-line-clamp: 3;
    min-height: 70px;
  }
}
.inner_container .workshop_heading {
  width: 100%;
}
.inner_container .workshop_heading h3 {
  font-size: 2.5rem;
  color: #29314A;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .workshop_heading h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .workshop_heading h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .workshop_heading h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .inner_container .workshop_heading h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .workshop_heading h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .workshop_heading h3 {
    font-size: 1.6rem;
  }
}
.inner_container .wrkshop_content {
  padding-left: 4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .wrkshop_content {
    padding-left: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .wrkshop_content {
    padding-left: 0;
  }
}
.inner_container .wrkshop_content h4 {
  font-size: 1.25rem;
  color: #29314A;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (width <= 992px) {
  .inner_container .wrkshop_content h4 {
    font-size: 1rem;
  }
}
.inner_container .wrkshop_content .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
}
.inner_container .reseach_initiative {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #e8f0fb;
  padding: 2rem 5rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .inner_container .reseach_initiative {
    padding: 1.5rem 3rem;
  }
}
@media (width <= 768px) {
  .inner_container .reseach_initiative {
    padding: 2.5rem 0.938rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.inner_container .reseach_initiative .heading {
  margin: 2rem 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .inner_container .reseach_initiative .heading {
    margin: 1rem 0;
  }
}
@media (width <= 768px) {
  .inner_container .reseach_initiative .heading {
    margin: 0 0 1.5rem 0;
  }
}
.inner_container .reseach_initiative .heading h3 {
  font-size: 2.5rem;
  color: #29314A;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .reseach_initiative .heading h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .reseach_initiative .heading h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .reseach_initiative .heading h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .inner_container .reseach_initiative .heading h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .inner_container .reseach_initiative .heading h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .reseach_initiative .heading h3 {
    font-size: 1.6rem;
  }
}
.inner_container .reseach_initiative .research_box {
  width: 100%;
}
.inner_container .reseach_initiative .research_box .img_boxes {
  aspect-ratio: 1/1;
}
.inner_container .reseach_initiative .research_box .img_boxes img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.inner_container .reseach_initiative .research_box .content_box {
  width: 100%;
  padding: 1rem 1.5rem 0 1.5rem;
}
@media (width <= 1200px) {
  .inner_container .reseach_initiative .research_box .content_box {
    padding: 1rem 0rem 0 0rem;
  }
}
.inner_container .reseach_initiative .research_box .content_box h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #29314A;
  margin-bottom: 0.5rem;
}
.inner_container .reseach_initiative .research_box .content_box p {
  opacity: 0.8;
}
.inner_container .img_csr {
  position: relative;
  display: flex;
  justify-content: center;
}
.inner_container .img_csr .sar_icon {
  position: absolute;
  right: -30%;
  bottom: -10%;
  z-index: -1;
  width: 400px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .img_csr .sar_icon {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .img_csr .sar_icon {
    width: 300px;
    right: -10%;
    bottom: -5%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .img_csr .sar_icon {
    width: 250px;
    right: -10%;
    bottom: -5%;
  }
}
@media (width <= 768px) {
  .inner_container .img_csr .sar_icon {
    width: 200px;
    right: -5%;
    bottom: -5%;
  }
}
.inner_container .csr_policy {
  width: 35%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .csr_policy {
    width: 40%;
  }
}
@media (width <= 768px) {
  .inner_container .csr_policy {
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .inner_container .csr_policy {
    width: 100%;
  }
}
.inner_container .csr_policy h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #29314A;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .csr_policy h2 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .inner_container .csr_policy h2 {
    font-size: 1.5rem;
  }
}
.inner_container .csr_policy p {
  font-weight: 600;
  text-align: justify;
}
@media (width <= 768px) {
  .inner_container .csr_policy p {
    font-weight: 500;
  }
}
.inner_container .csr_boxes {
  padding-right: 20%;
}
@media (width <= 992px) {
  .inner_container .csr_boxes {
    padding-right: 0;
  }
}
.inner_container .csr_boxes h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #29314A;
  margin-bottom: 1rem;
}
@media (width <= 992px) {
  .inner_container .csr_boxes h4 {
    font-size: 1rem;
  }
}
.inner_container .csr_boxes p {
  text-align: justify;
}
.inner_container .vision-mision {
  padding-right: 20%;
}
@media (width <= 768px) {
  .inner_container .vision-mision {
    padding-right: 0;
  }
}
.inner_container .vision-mision h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #29314A;
  margin-bottom: 1rem;
}
.inner_container .vision-mision p {
  font-weight: 500;
}
.inner_container .mt-6 {
  margin-top: 6rem;
}
@media (width <= 768px) {
  .inner_container .mt-6 {
    margin-top: 2rem;
  }
}
.inner_container .csr_bg {
  width: 100%;
  position: relative;
}
.inner_container .csr_bg .about_content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  width: 340px;
  padding: 2rem;
  background: #29314A;
  right: 50px;
  bottom: 0;
  z-index: 9;
  transform: translateY(120px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .csr_bg .about_content {
    width: 290px;
    padding: 1rem;
    right: 20px;
    transform: translateY(80px);
  }
}
@media (width <= 768px) {
  .inner_container .csr_bg .about_content {
    position: relative;
    transform: translateY(0);
    width: 100%;
    right: 0;
  }
}
.inner_container .csr_bg .about_content p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 0.938rem;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .csr_bg .about_content p {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .inner_container .csr_bg .about_content p {
    font-size: 0.813rem;
  }
}
.inner_container .csr_bg .about_content .quote {
  position: absolute;
  left: -45px;
  top: -65px;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .csr_bg .about_content .quote {
    top: -45px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .csr_bg .about_content .quote {
    top: -50px;
  }
}
@media (width <= 768px) {
  .inner_container .csr_bg .about_content .quote {
    left: 25px;
    top: -45px;
  }
}
.inner_container .csr_bg .about_content .quote img {
  width: 110px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .csr_bg .about_content .quote img {
    width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .csr_bg .about_content .quote img {
    width: 90px;
  }
}
@media (width <= 768px) {
  .inner_container .csr_bg .about_content .quote img {
    width: 90px;
  }
}
.inner_container .owl-carousel .owl-nav button.owl-prev,
.inner_container .owl-carousel .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: #fff;
  color: #29314A;
  border: 1px solid rgba(41, 49, 74, 0.2901960784);
  width: 30px;
  height: 30px;
}
.inner_container .owl-carousel .owl-nav button.owl-prev:hover,
.inner_container .owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
  background: #29314A;
}
.inner_container .owl-prev {
  position: absolute;
  right: auto;
  left: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .owl-prev {
    left: -20px;
  }
}
@media (width <= 575.98px) {
  .inner_container .owl-prev {
    left: 25px;
    top: 45%;
  }
}
.inner_container .owl-next {
  position: absolute;
  right: -55px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .owl-next {
    right: -50px;
  }
}
@media (width <= 575.98px) {
  .inner_container .owl-next {
    right: -5px;
    top: 45%;
  }
}

.fullmap_bg {
  background: #e8f0fb;
  width: 100%;
}
.fullmap_bg .fullmap .custom-map {
  width: 100%;
  border: 1px solid #2E312F; /* custom border color */
  border-radius: 15px; /* rounded corners */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, #69B6FC 0px 8px 16px -8px; /* subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fullmap_bg .fullmap h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #29314A;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .fullmap_bg .fullmap h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .fullmap_bg .fullmap h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fullmap_bg .fullmap h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .fullmap_bg .fullmap h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .fullmap_bg .fullmap h3 {
    margin-bottom: 1rem;
  }
}

.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-top: 1rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .nav-tabs {
    margin-top: 0.875rem;
  }
}
.nav-tabs li {
  padding: 0 !important;
}
.nav-tabs li .nav-link {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #29314A !important;
  border: none;
  background: none;
}
.nav-tabs li .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #EA0A35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.nav-tabs li .nav-link.active::after {
  transform: scaleX(1);
}
.nav-tabs li .nav-link:hover, .nav-tabs li .nav-link.active {
  color: #EA0A35 !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-tabs li .nav-link {
    padding: 0.3rem 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-tabs li .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .nav-tabs li .nav-link {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
  }
}
.nav-tabs li:before {
  display: none;
}

.csr_activities {
  background-color: #29314A;
}
.csr_activities ul {
  margin-bottom: 1rem;
}
.csr_activities ul li {
  position: relative;
  color: #fff;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.5rem;
  font-weight: 300;
  font-size: 0.938rem;
}
@media (max-width: 480px) {
  .csr_activities ul li {
    font-size: 0.813rem;
  }
}
.csr_activities ul li:before {
  position: absolute;
  left: 0;
  font-size: 0.875rem;
  content: "\f134";
  font-family: bootstrap-icons !important;
}
.csr_activities .csractivities {
  width: 100%;
}
.csr_activities .csractivities .csr_slider_box .csr_content {
  padding-left: 4rem;
}
@media (width <= 992px) {
  .csr_activities .csractivities .csr_slider_box .csr_content {
    padding-left: 0;
  }
}
.csr_activities .csractivities .csr_slider_box .csr_content h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}
.csr_activities .csractivities .csr_slider_box .csr_content p {
  color: #fff;
}
.csr_activities .csractivities .csr_slider_box .csr_content .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
}
.csr_activities .small-box-nav {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 99;
  gap: 10px;
}
.csr_activities .small-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}
.csr_activities .small-box.active {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 30px;
  height: 10px;
  transform: scale(1.1);
}

.goals {
  background: url(../images/goals-bg.jpg) no-repeat center;
  background-size: cover;
}
.goals h3 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
}
@media (1200px <= width <= 1400px) {
  .goals h3 {
    font-size: 2.2rem;
  }
}
@media (992px <= width <= 1200px) {
  .goals h3 {
    font-size: 2rem;
  }
}
@media (768px <= width <= 992px) {
  .goals h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .goals h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .goals h3 {
    font-size: 1.5rem;
  }
}
.goals h3 span {
  display: block;
}
.goals .goal_box {
  width: 100%;
}
.goals .goal_box .img_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #e8f0fb;
  aspect-ratio: 1/1;
}
.goals .goal_box .img_box img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goals .goal_box .content_box {
  width: 100%;
  margin-top: 1rem;
}
.goals .goal_box .content_box .digit {
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
}
.goals .goal_box .content_box h4 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  margin: 0.8rem 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .goals .goal_box .content_box h4 {
    font-size: 1rem;
  }
}
.goals .goal_box .content_box p {
  color: #fff;
  padding-bottom: 0;
}

.milestone {
  width: 100%;
}
.milestone h3 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #29314A;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .milestone h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .milestone h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .milestone h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .milestone h3 {
    font-size: 1.5rem;
  }
}
.milestone .history {
  width: 100%;
}
.milestone .history ul li {
  list-style: none;
  position: relative;
  padding: 2rem 0;
  border-top: 1px solid #EA0A35;
}
@media (width <= 992px) {
  .milestone .history ul li {
    padding: 1.5rem 0;
  }
}
.milestone .history ul li:last-child {
  border-bottom: 1px solid #EA0A35;
}
.milestone .history ul li .year h4 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #69B6FC;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .milestone .history ul li .year h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .milestone .history ul li .year h4 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .milestone .history ul li .year h4 {
    font-size: 1.5rem;
  }
}
.milestone .history ul li .designation h4 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #29314A;
}
@media (width <= 768px) {
  .milestone .history ul li .designation h4 {
    font-size: 1rem;
  }
}
.milestone .history ul li .designation h6 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.5rem;
  color: #29314A;
  opacity: 0.6;
}
.milestone .history ul li .btn_1 {
  width: -moz-fit-content;
  width: fit-content;
}
.milestone .history ul li .content {
  width: 100%;
}
.milestone .history ul li .content h3 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .milestone .history ul li .content h3 {
    font-size: 1.2rem;
  }
}
@media (width <= 575.98px) {
  .milestone .history ul li .content h3 {
    font-size: 1rem;
  }
}
.milestone .history ul li .content p {
  margin-bottom: 0;
}
.milestone .history ul li .csr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .milestone .history ul li .csr {
    flex-direction: column;
  }
}
.milestone .history ul li .csr .coloums {
  width: 100%;
}
@media (max-width: 575.98px) {
  .milestone .history ul li .csr .coloums {
    margin-bottom: 1rem;
  }
}
.milestone .history ul li .csr .coloums h5 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #29314A;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .milestone .history ul li .csr .coloums h5 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .milestone .history ul li .csr .coloums h5 {
    font-size: 0.813rem;
  }
}
@media (max-width: 575.98px) {
  .milestone .history ul li .csr .coloums h5 {
    margin-bottom: 0.3rem;
  }
}
.milestone .history ul li .csr .coloums h4 {
  font-size: 1.8rem;
  font-weight: 500 !important;
  color: #29314A;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .milestone .history ul li .csr .coloums h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .milestone .history ul li .csr .coloums h4 {
    font-size: 1.4rem;
  }
}
@media (width <= 768px) {
  .milestone .history ul li .csr .coloums h4 {
    font-size: 1.2rem;
  }
}
.milestone .history ul li .csr .coloums_right h5 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #29314A;
  opacity: 0.8;
}
.milestone .history ul li .csr .coloums_right .download {
  margin-top: 0.5rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.milestone .history ul li .csr .coloums_right .download a {
  color: #00b5e2 !important;
  text-decoration: underline;
  font-size: 1rem;
}
@media (width <= 768px) {
  .milestone .history ul li .csr .coloums_right .download a {
    font-size: 0.813rem;
  }
}

.csr_committee {
  width: 100%;
  position: relative;
}
.csr_committee .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 80%;
  transform: translate(-50%, -50%);
}
@media (width <= 992px) {
  .csr_committee .wave {
    display: none;
  }
}
@keyframes moveUpDown {
  0% {
    top: 50%;
  }
  50% {
    top: 53%;
    /* 10px (top) + 80px (movement) = bottom effect */
  }
  100% {
    top: 50%;
  }
}
.csr_committee h3 {
  font-size: 2.5rem;
  color: #29314A;
  font-weight: 300;
  text-align: center;
}
@media (1200px <= width <= 1400px) {
  .csr_committee h3 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .csr_committee h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .csr_committee h3 {
    font-size: 2.2rem;
  }
}
@media (width <= 768px) {
  .csr_committee h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .csr_committee h3 {
    font-size: 1.6rem;
  }
}
.csr_committee p {
  margin-top: 0.3rem;
  text-align: center;
  color: #29314A;
  opacity: 0.6;
}
.csr_committee .empanell {
  width: 100%;
}
.csr_committee .empanell .boxes {
  padding: 1rem;
}
@media (width <= 768px) {
  .csr_committee .empanell .boxes {
    padding: 0.4rem;
  }
}
.csr_committee .empanell .boxes .img_box {
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.csr_committee .empanell .boxes .img_box .name {
  border-radius: 0.5rem 0 0.5rem 0;
  -webkit-border-radius: 0.5rem 0 0.5rem 0;
  -moz-border-radius: 0.5rem 0 0.5rem 0;
  -ms-border-radius: 0.5rem 0 0.5rem 0;
  -o-border-radius: 0.5rem 0 0.5rem 0;
  background: #2e88da;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.3rem 0.6rem;
  z-index: 9;
}
.csr_committee .empanell .boxes .img_box img {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.csr_committee .empanell .boxes .content {
  background: #fff;
  margin-top: 0.8rem;
  text-align: center;
}
.csr_committee .empanell .boxes .content h4 {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  color: #29314A;
  margin-bottom: 0.3rem;
}
@media (width <= 768px) {
  .csr_committee .empanell .boxes .content h4 {
    font-size: 0.879rem;
  }
}
.csr_committee .empanell .boxes .content h5 {
  font-weight: 400;
  font-size: 0.938rem;
  color: #29314A;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media (width <= 768px) {
  .csr_committee .empanell .boxes .content h5 {
    font-size: 0.813rem;
  }
}
.csr_committee .empanell .boxes .content .link {
  display: flex;
  justify-content: center;
}
.csr_committee .empanell .boxes .content .link img {
  width: 20px;
  height: 20px;
}
.csr_committee .empanell .boxes:hover .img_box img {
  transform: scale(1.1);
  /* zoom factor */
  filter: grayscale(100%);
}
.csr_committee .btn_arrow {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}
.csr_committee .btn_arrow .arrow-style4 {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.csr_committee .btn_arrow .arrow-style4 button {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border: 1px solid #a9b1bc;
}
.csr_committee .btn_arrow .arrow-style4 button i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
}
.csr_committee .btn_arrow .arrow-style4 button:hover {
  background: #29314A;
  color: #fff;
}

.modal .modal-header {
  padding: 2rem 2rem 0 2rem;
  border-bottom: 0;
}
@media (width <= 768px) {
  .modal .modal-header {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.modal .modal-header h2 {
  font-size: 1.25rem;
  color: #29314a;
  font-weight: 600;
}
.modal .modal-body {
  padding: 2rem;
}
@media (width <= 768px) {
  .modal .modal-body {
    padding: 1rem;
  }
}
.modal .modal-body .carousel-item {
  width: 100%;
  aspect-ratio: 13/9 !important;
}
.modal .modal-body .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-body h3 {
  font-size: 1.8rem;
  color: #29314a;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .modal .modal-body h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .modal .modal-body h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal .modal-body h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .modal .modal-body h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 575.98px) {
  .modal .modal-body {
    font-size: 1.3rem;
  }
}
.modal .modal-body .branch_locator {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #69B6FC;
  font-size: 0.875rem;
  color: #fff !important;
  border: none;
  padding: 0.8rem 1.2rem;
}
.modal .modal-body .branch_locator:hover {
  background: #29314A;
}
@media (max-width: 992px) {
  .modal .modal-body .branch_locator {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: 0;
  }
}

.academic_research_bg_2 {
  width: 100%;
  background: url(../images/academic_bg2.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 130px;
}
@media (width <= 1200px) {
  .academic_research_bg_2 {
    padding-top: 80px;
  }
}
@media (width <= 992px) {
  .academic_research_bg_2 {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .academic_research_bg_2 {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.academic_research_bg_2 h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .academic_research_bg_2 h2 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .academic_research_bg_2 h2 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .academic_research_bg_2 h2 {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .academic_research_bg_2 h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .academic_research_bg_2 h2 {
    font-size: 1.6rem;
  }
}
.academic_research_bg_2 .academc__img {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.academic_research_bg_2 .academc__img img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.academic_research_bg_2 ul {
  margin-bottom: 1rem;
}
.academic_research_bg_2 ul li {
  position: relative;
  color: #fff;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.5rem;
  font-weight: 300;
  font-size: 0.938rem;
}
@media (max-width: 480px) {
  .academic_research_bg_2 ul li {
    font-size: 0.813rem;
  }
}
.academic_research_bg_2 ul li:before {
  position: absolute;
  left: 0;
  font-size: 0.875rem;
  content: "\f134";
  font-family: bootstrap-icons !important;
}
.academic_research_bg_2 .mt5 {
  margin-top: 5rem;
}
@media (width <= 992px) {
  .academic_research_bg_2 .mt5 {
    margin-top: 2rem;
  }
}
.academic_research_bg_2 .content_box {
  width: 90%;
}
@media (width <= 992px) {
  .academic_research_bg_2 .content_box {
    width: 100%;
  }
}
.academic_research_bg_2 .content_box p {
  color: #fff;
}
.academic_research_bg_2 .content_box .btn_box {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
@media (width <= 992px) {
  .academic_research_bg_2 .content_box .btn_box {
    gap: 0.5rem;
  }
}
.academic_research_bg_2 .content_box .btn_box .btn_1 {
  color: #fff !important;
  background: #29314A;
  border: 1px solid #fff;
}
.academic_research_bg_2 .content_box .btn_box .btn_1:hover {
  background: #69B6FC;
  color: #fff !important;
  border: 1px solid #69B6FC;
}
.academic_research_bg_2 .content_box .btn_box .btn_2 {
  color: #fff !important;
}

.academic_research_bg {
  width: 100%;
  background: url(../images/manipal.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
  padding-top: 130px;
}
@media (width <= 1200px) {
  .academic_research_bg {
    padding-top: 80px;
  }
}
@media (width <= 992px) {
  .academic_research_bg {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .academic_research_bg {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.academic_research_bg h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .academic_research_bg h2 {
    font-size: 2.3rem;
  }
}
@media (992px <= width <= 1200px) {
  .academic_research_bg h2 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .academic_research_bg h2 {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .academic_research_bg h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .academic_research_bg h2 {
    font-size: 1.6rem;
  }
}
.academic_research_bg .academc__img {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.academic_research_bg .academc__img img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.academic_research_bg ul {
  margin-bottom: 1rem;
}
.academic_research_bg ul li {
  position: relative;
  color: #fff;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.5rem;
  font-weight: 300;
  font-size: 0.938rem;
}
@media (max-width: 480px) {
  .academic_research_bg ul li {
    font-size: 0.813rem;
  }
}
.academic_research_bg ul li:before {
  position: absolute;
  left: 0;
  font-size: 0.875rem;
  content: "\f134";
  font-family: bootstrap-icons !important;
}
.academic_research_bg .mt5 {
  margin-top: 5rem;
}
@media (width <= 992px) {
  .academic_research_bg .mt5 {
    margin-top: 2rem;
  }
}
.academic_research_bg .content_box {
  width: 90%;
}
@media (width <= 992px) {
  .academic_research_bg .content_box {
    width: 100%;
  }
}
.academic_research_bg .content_box p {
  color: #fff;
  text-align: justify;
}
.academic_research_bg .content_box .btn_box {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
@media (width <= 992px) {
  .academic_research_bg .content_box .btn_box {
    gap: 0.5rem;
  }
}
.academic_research_bg .content_box .btn_box .btn_1 {
  color: #fff !important;
  background: #29314A;
  border: 1px solid #fff;
}
.academic_research_bg .content_box .btn_box .btn_1:hover {
  background: #69B6FC;
  color: #fff !important;
  border: 1px solid #69B6FC;
}
.academic_research_bg .content_box .btn_box .btn_2 {
  color: #fff !important;
}

.image-bounce {
  animation: upDown 5s ease-in-out infinite;
  display: block;
  margin: auto;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (max-width: 992px) {
  .navigation .nav-menu {
    display: none;
  }
  .navigation.navigation-portrait .nav-menu {
    display: block;
  }
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: white !important;
  position: fixed;
  left: 20px;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  z-index: 99;
  width: 35px;
  height: 35px;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .btn-whatsapp-pulse {
    width: 30px;
    height: 30px;
    bottom: 20px;
    font-size: 25px;
    padding: 25px;
  }
}

.btn-whatsapp-pulse a {
  color: #fff !important;
}

.btn-whatsapp-pulse:hover {
  color: white;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.banner_slide .item {
  position: relative;
  height: 100vh; /* Fullscreen banner */
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner_slide .item {
    height: 90vh;
  }
}

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (width <= 768px) {
  .youtube-video {
    padding-top: 56.25%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
}

.youtube-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%; /* oversize to cover */
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hide-mobile {
  display: inline;
}

/* On small screens, hide extra text */
@media (width <= 575.98px) {
  .hide-mobile {
    display: none;
  }
}
.btn_1 {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #29314A;
  color: #29314A !important;
}
@media (768px <= width <= 992px) {
  .btn_1 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .btn_1 {
    font-size: 0.75rem;
  }
}
.btn_1:hover {
  background: #69B6FC;
  color: #fff !important;
  border: 1px solid #69B6FC;
}

.btn_2 {
  transition: all 0.4s ease-in-out;
  padding: 6px 20px;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
  color: #29314A !important;
}
@media (768px <= width <= 992px) {
  .btn_2 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .btn_2 {
    font-size: 0.75rem;
  }
}

.btn_3 {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 0.938rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  color: #29314A !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .btn_3 {
    font-size: 0.875rem;
  }
}
@media (768px <= width <= 992px) {
  .btn_3 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .btn_3 {
    font-size: 0.75rem;
  }
}
.btn_3:hover {
  background: #29314A;
  color: #fff !important;
}

.btn_4 {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #69B6FC;
  font-size: 0.938rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  color: #fff !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .btn_4 {
    font-size: 0.875rem;
  }
}
@media (768px <= width <= 992px) {
  .btn_4 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .btn_4 {
    font-size: 0.75rem;
  }
}
.btn_4:hover {
  background: #29314A;
  color: #fff !important;
}

.btn_5 {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #29314A;
  font-size: 0.938rem;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  border: none;
  color: #fff !important;
}
.btn_5 i {
  margin-right: 0.2rem;
}
@media (width <= 768px) {
  .btn_5 {
    font-size: 0.875rem;
  }
}
.btn_5:hover {
  background: #69B6FC;
  color: #fff !important;
}/*# sourceMappingURL=main.css.map */