/********** Template CSS **********/

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

:root {
  --primary: #0463fa;
  --light: #eff5ff;
  --dark: #1b2c51;
}


@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""),
      url("https://thep3.in/assets/fonts/roboto/roboto-400.woff2") format("woff2"),
      url("https://thep3.in/assets/fonts/roboto/roboto-400.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""),
      url("https://thep3.in/assets/fonts/roboto/roboto-500.woff2") format("woff2"),
      url("https://thep3.in/assets/fonts/roboto/roboto-500.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""),
      url("https://thep3.in/assets/fonts/roboto/roboto-700.woff2") format("woff2"),
      url("https://thep3.in/assets/fonts/roboto/roboto-700.woff") format("woff");
}

@font-face {
  font-family: "MV Boli";
  font-display: swap;
  src: url("/fonts/mvboli.ttf") format("ttf");
}

.berkshire-swash-regular {
  font-family: "Berkshire Swash", serif;
  font-weight: 400;
  font-style: normal;
}

.slackside-one-regular {
  font-family: "Slackside One", serif;
  font-weight: 400;
  font-style: normal;
}

.jaini-purva-regular {
  font-family: "Jaini Purva", serif;
  font-weight: 400;
  font-style: normal;
}

.lora-regular {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mv-boli {
  font-family: "MV Boli";
}
.underline-style {
	position: relative;
    z-index: 10;
    width: fit-content;
    text-shadow: -1px 1.5px 3px #0000004f;
}

.underline-style::before {
  content: "";
  position: absolute;
  right: -46%;
  bottom: 0;
  width: 100%;
  height: 10px;
  transform: skew(-12deg) translateX(-50%);
  z-index: -1;
  background: rgb(255 0 114 / 15%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125 !important;
  background: #ffdd32;
  font-weight: 600;
}
.glass-back {
	background: rgba(3, 79, 175, 0.24);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(3, 79, 175, 0.3);
}
*.specialButton {
  cursor: pointer;
  width: auto;
  color: #2c2c2ceb;
  padding: 3px 9px;
  border-radius: 5px;
  border: 1px solid green;
  font-weight: 600;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
*.specialButton:hover {
  background-color: green;
  color: white;
}
*.specialButtonRed {
  background-color: #cf5b4a;
  color: white;
  cursor: pointer;
  width: auto;
  padding: 3px 9px;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
*.specialButtonRed:hover {
  background-color: #fdf4f2;
  color: #2c2c2ceb;
  border: 1px solid #cf5b4a;
}
*.specialButton_reverse {
  cursor: pointer;
  width: auto;
  color: white;
  padding: 3px 9px;
  border-radius: 5px;
  background-color: green;
  border: 1px solid green;
  font-weight: 600;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
*.specialButton_reverse:hover {
  color: #2c2c2ceb;
  background-color: white;
}
*.specialButton_danger {
  cursor: pointer;
  width: auto;
  color: #2c2c2ceb;
  padding: 3px 9px;
  border-radius: 5px;
  border: 1px solid #cf3218;
  font-weight: 600;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
*.specialButton_danger:hover {
  background-color: #cf3218;
  color: white;
}
*.specialButton_danger_reverse {
  cursor: pointer;
  width: auto;
  color: white;
  padding: 3px 9px;
  border-radius: 5px;
  background-color: #cf3218;
  border: 1px solid #cf3218;
  font-weight: 600;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
*.specialButton_danger_reverse:hover {
  color: #2c2c2ceb;
  background-color: white;
}
.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}
.activate-comment {
	display: block;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 10px 0;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-brand {
  padding: 0 !important;
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.header-carousel .owl-carousel-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.header-carousel .owl-dots {
  position: absolute;
  top: 0;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 15px;
  transition: 0.5s;
}

.header-carousel .owl-dot::after {
  position: absolute;
  top: 0;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #ffffff;
  border-radius: 5px;
}

.header-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: url(../img/header-page.jpg) top center no-repeat;
  background-size: cover;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}
.offcanvas {
	max-width: 80%;
}

.introduction-section {
    background-color: #f9f9f9;
    padding: 3rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.introduction-section h2 {
    font-weight: 600;
    color: #007bff;
}
.highlight-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.highlight-box h5 {
    font-weight: 600;
    color: #333;
}
.highlight-box p {
    font-size: 0.9rem;
    color: #666;
}

/* Gradient Animation */
.gradient-text {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(270deg, #ff7e5f, #feb47b, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: gradientAnimation 5s ease infinite;
}

/* Keyframes for Gradient Animation */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Extend gradient background for smooth animation */
.gradient-text {
    background-size: 200% 200%;
}

.gradient-small {
  text-align: center;
}


/* Section Styling */

/* Header Styling */
.header-about {
    text-align: center;
    padding: 50px 20px;
    background-color: #0d6efd;
    color: #fff;
    border-radius: 30px;
}
.header-about h1 {
    font-size: 2.5em;
    font-weight: 600;
}
.header-about p {
    font-size: 1.2em;
    margin-top: 10px;
}
.section-card {
    margin: 20px 0;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.section-card:hover {
    transform: scale(1.05);
}
.section-icon {
    font-size: 2em;
    color: #0d6efd;
    margin-bottom: 10px;
}
.section-title {
    font-size: 1.8em;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-content {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8;
}

/* Contact Us Section Styling */
.contact-section {
    padding: 50px 20px;
    background: linear-gradient(135deg, #f9f9f9, #e0f7fa);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}
.contact-title {
    font-size: 1.8em;
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.contact-info {
    font-size: 1.1em;
    color: #333;
    margin-top: 20px;
}
.contact-icon {
    font-size: 1.5em;
    color: #0d6efd;
    margin-right: 10px;
}
.contact-form input, .contact-form textarea {
    border-radius: 8px;
    border: 1px solid #ced4da;
    transition: border-color 0.3s;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
}
.contact-form button {
    background-color: #0d6efd;
    border: none;
    padding: 10px 30px;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    transition: background-color 0.3s;
}
.contact-form button:hover {
    background-color: #0b5ed7;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    header h1 {
        font-size: 2em;
    }
    header p {
        font-size: 1em;
    }
    .section-title, .contact-title {
        font-size: 1.5em;
    }
    .section-content, .contact-info {
        font-size: 1em;
    }
}
/*** Service ***/
.service-item {
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.service-item .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 40px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
}

.service-item:hover .btn {
  width: 140px;
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Team ***/
.team-item img {
  position: relative;
  top: 0;
  transition: 0.5s;
}

.team-item:hover img {
  top: -30px;
}

.team-item .team-text {
  position: relative;
  height: 100px;
  transition: 0.5s;
}

.team-item:hover .team-text {
  margin-top: -60px;
  height: 160px;
}

.team-item .team-text .team-social {
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-text .team-social {
  opacity: 1;
}

.team-item .team-social .btn {
  display: inline-flex;
  color: var(--primary);
  background: #ffffff;
  border-radius: 40px;
}

.img-logo-img {
	width: 106px; 
	height: 100px;	
}

.team-item .team-social .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}
body {
  width: 100%;
  height: fit-content;
  overflow-x: hidden;
  box-sizing: border-box;
}

#expert-main-div {
  overflow-x: hidden;
  max-width: 1400px;
  width: 1400px;
}

.event-info-div {
  display: flex;
}
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top: 230px;
  width: 200px;
  z-index: 900;
}

.sticky li {
  list-style-type: none;
  background-image: linear-gradient(to right,
          #462523 0,
          #cb9b51 22%,
          #f6e27a 45%,
          #f6f2c0 50%,
          #f6e27a 55%,
          #cb9b51 78%,
          #462523 100%);
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  /*		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
  /*
filter: gray; 
-webkit-filter: grayscale(100%); 
*/
}

.sticky li:hover {
  margin-left: -115px;
  /*
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(0%);
*/
}

.sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}

.sticky li p {
  float: left;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
  color: #fff;
}

/*Right Side Buttons End*/
.rd-mr-new a {
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 5px;
}

.rd-mr-new {
  float: right;
}


.highlight .button {
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 8px;
  background: #ccc;
  margin: 5px;
  margin-left: 5%;
  padding: 15px;
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  float: left;
  /* Float the buttons side by side */
}

.highlight2 .button {
  display: inline-block;
  color: #fff;
  background: darkred;
  margin: 20px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.highlight2 .button:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -80px;
  height: 100px;
  width: 70px;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(20deg);
}

.highlight2 .button:hover:before {
  left: 150px;
  transition: all 0.5s;
}

.highlight2 {
  margin-bottom: 1px;
}

.widget-head {
  background-image: linear-gradient(to right,
          #462523 0,
          #cb9b51 22%,
          #f6e27a 45%,
          #f6f2c0 50%,
          #f6e27a 55%,
          #cb9b51 78%,
          #462523 100%);
}

.font-second {
  background-color: #0037ff;
}

.nav-container {
  width: 100%;
  position: relative;
  min-height: 125px;
  z-index: 10010;
}

.adv_font {
  padding-top: 15px;
}

.adv_font_1 {
  font-size: 18px !important;
}

.adv_font p {
  text-align: center;
  background-image: linear-gradient(to right,
          #462523 0,
          #cb9b51 22%,
          #f6e27a 45%,
          #f6f2c0 50%,
          #f6e27a 55%,
          #cb9b51 78%,
          #462523 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 26px;
  font-weight: bolder;
  line-height: 30px;
}

.service-icon {
  margin-right: 40px;
  width: 314px;
  height: 350px;

  padding: 15px;
  /*    border: 1px dashed #fff;*/
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.inner-circle img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 99;
}

.service-txt {
  /* overflow: hidden; */
  padding: 35px 0;
}

.service-txt p {
  color: #fff;
  margin: 15px 0 0;
  padding: 0;
}

.fl-rt .service-icon {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .nav-container {
      display: none;
  }

  .service-box {
      padding: 0;
      text-align: center;
  }

  .service-icon {
      float: none;
      margin-right: 0;
      width: 200px;
      height: 200px;
      display: inline-block;
  }

  .service-txt {
      padding: 10px 0;
      text-align: center;
  }

  .service-txt p {
      margin: 3px 0 0;
  }

  .fl-rt .service-icon {
      float: none;
      margin-right: 0;
      margin-left: 0;
  }

  .adv_font_1 {
      font-size: 9px !important;
  }

  .adv_font p {
      text-align: center;
      background-image: linear-gradient(to right,
              #462523 0,
              #cb9b51 22%,
              #f6e27a 45%,
              #f6f2c0 50%,
              #f6e27a 55%,
              #cb9b51 78%,
              #462523 100%);
      color: transparent;
      background-clip: text;
      -webkit-background-clip: text;
      font-size: 12px;
      font-weight: bolder;
      line-height: 13px;
  }

  .adv_font {
      padding-top: 5px;
  }
}
#bookSample {
  background-image: url("/images/1520085104668.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}

.booking-class {
  padding: 80px 0;
  text-align: start;
}

.booking-class h1 {
  color: rgb(240, 240, 240);
}

.booking-class button {
  position: relative;
  color: rgb(34, 34, 34);
  font-weight: 500;
  background: transparent;
  z-index: 1;
  padding: 0.375rem 0.75rem;
  border: none;
}

.booking-class button::before {
  content: "";
  color: rgb(34, 34, 34);
  position: absolute;
  bottom: 0;
  font-weight: 500;
  background: #6400b2;
  width: 100%;
  height: 0;
  left: 0;
  transition: height 0.4s ease-in-out;
}

.booking-class button:hover::before {
  height: 100%;
  z-index: -1;
  color: #2779bd;
}

.booking-button-style:hover {
  color: white;
  transition: color 0.4s ease-in-out;
}

.booking-button-div {
  position: relative;
  background: #ffca53;
  overflow: hidden;
  border-radius: 7px;
  width: fit-content;
  margin-top: 10px;
  float: right;
}


/* small slider */

.small-blue-div {
  background-image: linear-gradient(to right, #5adbe4, #034faf);
  padding: 10px 0;
  color: white;

  & b {
    margin: 0%;
  }
}

/* News Headdings */

.jusaghd {
  display: flex;
  justify-content: start;
  align-items: center;
}
a {
  text-decoration: none;
}
.a-linked {
  padding: 4px 8px;
  border-radius: 10px 10px 0 0;
  color: rgb(106, 188, 255);
  & p {
    margin: 0;
  }
}
.a-linked:hover {
  background-color: rgb(236, 236, 236);
  color: #db2250 !important;
  text-decoration: underline;
  font-weight: 600;
}
.a-linked h4 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.a-linked-active {
  color: #db2250 !important;
  font-weight: 600;
}
.offer-upper {
  position: relative; 
  border-radius: 0 10px 10px 10px;
  display: none;
}
.offer-upper-sch {
  position: relative; 
  border-radius: 0 10px 10px 10px;
  display: none;
}
.offer-display {
  display: block;
}
.last-border {
  background: white; 
  padding: 4px;
}
.offer-inner-style {
  padding: 0; 
  border-radius: 0 10px 10px 10px;
}
.offer-card {
  margin: 4px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
}
.offer-front-row {
  padding-bottom: 6px;
}
.card {
  width: 100%;
}
.dropdown-a-style {
  width: 100%;
    background: transparent !important;
    border: none;
    color: #d60404 !important;
    font-weight: 600;
    text-align: right;
}


#expers-focus {
  margin: 30px 0;
}

.expert-img-div {
  position: relative;
  width: calc(100%);
  background-image: url("/images/users/team-9.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 100%;
  overflow: hidden;
  border-radius: 50% 50% 10% 50%;
  transition: background-size 0.5s ease-in-out;
}

.expert-img-div:hover {
  background-size: 110%;
}

.expert-img-active {
  background-size: 110%;
}

.expert-img-div-active::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.315);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  animation: scaleup 0.5s ease-in-out;
  border-radius: 50% 50% 10% 50%;
}

.expert-img-div-passive::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.315);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: 0;
  border-radius: 50% 50% 10% 50%;
  animation: scaleDown 0.5s ease-in-out;
}

#expert-container {
  overflow-x: scroll;
  margin-top: 10px;
}

#expert-container h2 {
  margin-bottom: 40px;
}

.expert-divider-div {
  height: 160px;
}

.expert-profile-div {
  border-radius: 20%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.466) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.123) 0px 0px 0px 1px;
  width: fit-content;
  padding: 40px 45px;
  position: absolute;
  bottom: 0px;
  margin: 40px 0;
}

.small-icon-div {
  position: relative;
  border-radius: 50%;
  border: 1px solid rgb(134, 134, 134);
  margin: 5px;
  width: 40px;
  height: 40px;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s ease-in-out;
}

.small-icon-div svg {
  transition: fill 0.4s ease-in-out;
}

.small-icon-div:hover {
  background: #6500b2d3;
}

.small-icon-div:hover svg {
  fill: white;
}

@keyframes scaleup {
  0% {
    scale: 0.1;
  }

  100% {
    scale: 1;
  }
}

@keyframes scaleDown {
  0% {
    opacity: 1;
    scale: 1;
  }

  100% {
    scale: 0;
    display: none;
  }
}

.research-info-smalls-tl {
  padding: 20px 40px;
}

.research-info-smalls-tl p {
  margin: 0;
}

.research-info-smalls-tl svg {
  height: 19px;
  width: 19px;
}

.research-header-style {
  position: relative;
  width: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.research-image-info {
  background-image: url("/images/mergedTwoh.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 90%;
  position: relative;
  top: 55px;
  width: 100%;
  height: 180px;
}

#research-header-div {
  background-image: url("/images/tech46-3-purple.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.whyus-info {
  display: flex;
  align-items: center;
}

.offcanvas-footer {
  background: #ffcb5396;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.offcanvas-body {
  background: rgba(255, 255, 255, 0.822);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}

.offcanvas-body svg {
  width: 23px;
  height: 25px;
}

.offcanvas-body a {
  color: rgb(87, 87, 87) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.offcanvas-header {
  background: white;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.offcanvas {
  border-radius: 0 10px 10px 0;
  background: transparent;
  overflow: hidden;
}

.close-button-style {
  position: absolute;
  right: 12px;
  top: 8px;
  background: transparent;
  z-index: 1;
}

.menu-buttpn {
  padding: 0;
  border: 1px solid rgba(128, 128, 128, 0.521);
  box-shadow: rgb(0 0 0 / 26%) 1px 3px 5px;
}

.svg-main-drawer {
  width: 50px;
  height: 50px;
}

.svg-style {
  width: 80px;
  height: 80px;
}

.icon-link {
  text-decoration: none;
  margin: 4px;
}

.num-count-add-grid {
  display: grid;
  grid-template-columns: auto auto;
}

#showMoreLink {
  appearance: none;
  background: white;
  color: #2779bd;
  display: inline-flex;
  align-items: center;
  height: 26px;
  text-decoration: none;
  line-height: 26px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #2779bd;
}

#showMoreLink:hover {
  background: rgba(#2779bd, 0.1);
}

.excerpt-hidden {
  height: 3.5rem;
  overflow: hidden;
  position: relative;
}

.excerpt-hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.excerpt-visible {
  height: auto;
  overflow: auto;
}

.tag-ul {
  list-style: none;
  padding: 10px ;
  & li {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
  }
}
#calendar-popup {
  border-radius: 10px;
}

#calendar-info-close {
  border-radius: 50%;
  background-color: rgb(110, 58, 110);
  width: 40px;
  height: 40px;
  color: white;
  font-size: 23px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.calendar-divv {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

#calendar-backdrop {
  background-color: rgba(0, 0, 0, 0.315);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#calendar-prev-month {
  border-radius: 50%;
  width: 50px;
  border: none;
  background-color: #6400b2;
  color: white;
  font-weight: 600;
  position: relative;
}

#calendar-next-month {
  border-radius: 50%;
  width: 50px;
  border: none;
  background-color: #6400b2;
  color: white;
  font-weight: 600;
}

.calendar-container {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-header h2 {
  margin: 0;
  font-size: 24px;
}

.calendar-nav-button {
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 18px;
}

.calendar-days,
.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.calendar-days div,
.calendar-dates div {
  text-align: center;
  font-weight: bold;
  color: #555;
}

.calendar-days div {
  font-weight: bold;
  color: #333;
}

.calendar-dates div {
  background-color: #4caf50;
  color: white;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}
.red-tag-div {    
  background-image: linear-gradient(to right, #5adbe4, #034faf);
  padding: 12px 10px;
  color: white;
  text-align: center;
}
.post-offer-btn {
  height: 100%;
  position: relative;
  z-index: 1;
}
.post-offer-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 2;
  background-color: #034faf;
}

.calendar-dates div:hover {
  background-color: #45a049;
  transform: scale(1.1);
}

#calendar-info-box {
  margin-top: 20px;
  background-color: #4caf50;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: none;
  font-size: 16px;
}

#navbarNav {
  position: relative;
  z-index: 100;
}

.indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  bottom: 8%;
}

.indicator {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.indicator.active {
  background-color: #3498db;
}

.animatedSlides {
  transition: transform 1s ease;
}

.ceo-row {
  margin: 35px 0 25px 30px;
}

.circle-percentage-container {
  position: relative;
}

.circle-div {
  background: #f0f0f0;
  border-radius: 8px;
}

.circle-percentage-background,
.circle-percentage-foreground {
  fill: none;
  stroke-width: 6;
}

.circle-percentage-background {
  stroke: #e6e6e6;
}

.circle-percentage-foreground {
  stroke: #ce9d31;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.1s linear;
}

.circle-percentage-text {
  font-size: 30px;
  fill: #333;
  text-anchor: middle;
  text-align: center;
  dominant-baseline: central;
}

.circle-percentage-svg {
  display: block;
  margin: auto;
}

.ceo-image {
  border-radius: 50%;
  background-image: url("/images/smiling_person.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
}


.justify-around-center-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.justify-between-center-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.justify-center-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-start-center-row {
  display: flex;
  justify-content: start;
  align-items: center;
}

.justify-end-center-row {
  display: flex;
  justify-content: end;
  align-items: center;
}

.justify-center-start-row {
  display: flex;
  justify-content: center;
  align-items: start;
}

.justify-betwwen-center-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.justify-end-center-column {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.justify-center-start-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.justify-start-center-column {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.justify-center-center-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.justify-center-around-column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.justify-center-between-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.justify-center-evenly-column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#top-first {
  background-image: url("/images/tech46-3-purple.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#top-second {
  background-image: url("/images/tech46-3-purple-lower.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#top-second::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(-180deg, #ffffff, #ffffffaf);
}

#knowledgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 15px 0;
}

#knowledgBox h3 {
  margin-top: 30px;
  color: whitesmoke;
}

#knowledgBox img {
  height: 50px;
}

#intro-second {
  background-image: url("/images/pathlab-staff-testing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

#newRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.know-item {
  width: calc(100% / 5);
  padding: 10px;
}

.know-card {
  cursor: pointer;
  position: relative;
  width: 100%;
  top: 0;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease-in-out;
}

.know-card p {
  padding-left: 15px;
  margin: 0;
}

.know-card:hover {
  top: -5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.text-white-shdow {
  text-shadow: 2px 5px 3px #00000091;
  color: white;
}

.text-purple-shdow {
  text-shadow: 2px 2px 3px #53535391;
  color: #6400b2;
  position: relative;
  font-weight: 600;
}
.dr-paydhi-img {
    background-size: contain;
    background-repeat: no-repeat;
	height: 100%;
}
.info-header-footer {
  background-image: linear-gradient(to bottom, #5adbe4, #034faf);
  height: 40px;
}
.dekko-regular {
  font-family: "Dekko", serif;
  font-weight: 400;
  font-style: normal;
  color: #0097b2; 
  text-shadow: 1px 1px 3px #00000029;
}
.solitreo-regular {
  font-family: "Solitreo", serif;
  font-weight: 400;
  font-style: normal;
}

.custom-nav {
  background-image: linear-gradient(to right, #5adbe4, #034faf);
  display: flex;
  scale: 1;
  transition: background 0.3s ease-in-out, scale 0.3s ease-in-out;
  padding: 0 20px;
  width: 100%;
}
.sub-menu-child,
.sub-sub-menu-child,
.sub-sub-sub-menu-child {
  background-image: linear-gradient(to right, #5adbe4, #034faf);
  position: absolute;
  right: 0;
  top: -1px;
  width: 0;
  transform: translateX(100%);
  overflow: hidden;
  z-index: 700;
  transition: width 0.3s ease-in-out;
  border-top: 2px solid #424bff;

  & p {
    margin: 0;
  }
}

.sub-menu-child-active {
  width: 100%;
}
.sub-sub-menu-child-active {
  width: 110%;
}
.sub-dropdown,
.sub-sub-dropdown,
.sub-sub-sub-dropdown {
  position: relative;
  z-index: 800;
  cursor: pointer;
  padding: 0;
  font-size: 0.9vw;
}
.sub-sub-dropdown-active {
  color: #1e2125 !important;
  background: #ffdd32;
  font-weight: 600;
}
.sub-dropdown-active {
  color: #1e2125 !important;
  background: #ffdd32;
  font-weight: 600;
}
.custom-nav-mob {
  display: flex;
  transition: background 0.3s ease-in-out, scale 0.3s ease-in-out;
  padding: 0 8px;
}

.custom-nav a {
  color: white !important;
  font-weight: 400;
  font-size: 0.9vw;
}

body .custom-nav-active-always {
  background-image: linear-gradient(to right, #5adbe4, #034faf);

  & a {
    color: white !important;
  }
}
.myParagraph {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1em;
  max-height: 3em; /* Adjust based on font size and line height */
}
.text-style-gold {
  background: linear-gradient(45deg, #B8860B, #b78f07, #B8860B, #b78f07);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#head-up{
  background: linear-gradient(45deg, #B8860B, #FFEA00, #B8860B, #FFEA00);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#head-down{
  background: linear-gradient(45deg, #B8860B, #FFEA00, #B8860B);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Navbar css */

.search-menu {
  /* width: fit-content !important; 
  right: 0; */
}
.serch-icon-stl{
  padding: 0 10px;
}

#hide-menuDrop{
  position: fixed;
  top: 0;
  z-index: 100;
  height: 0;
  width: 100%;
}
.hide-content {
  background-color: #d2d0f5;
  height: 100%;
  width: 100vw;
  transform: translateY(-100%);
  
}
.menu-what-con {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.menu-what-div {
  width: fit-content;
  height: auto;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.menu-what-rrr {
	position: relative;
}
.menu-what-toggle {
  transform: translateY(0);
}
.what-drop-toggle {
  display: flex !important;
}
.what-drop-row {
  display: none;
}
.what-drop-row-scl {
  display: none;
}
.what-drop-row-img {
  display: none;
}

.row-hover-stl {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease-in-out;
}
.row-hover-stl:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.row-hover-stl-ch {
  scale: 1;
  transition: all 0.15s ease-in-out;
}

.border-t {
	border-top: 1px dashed #bbbbbb;
}
.border-b {
	border-bottom: 1px dashed #bbbbbb;
}
/* Carousel */

.carousel-caption {
  left: 0;
  box-shadow: rgba(212, 212, 212, 0.377) 0px 8px 24px;
  background-image: linear-gradient(0deg,
  rgba(179, 179, 179, 0.13) 0,
  rgba(61, 61, 61, 0.432) 45%,
  rgba(61, 61, 61, 0.521) 50%,
  rgba(61, 61, 61, 0.432) 55%,
  rgba(179, 179, 179, 0.13) 100%);
  text-align: start;
}
.side-inner-caption {
  box-shadow: rgb(62 62 62 / 62%) 0px -7px 14px;
  background-image: linear-gradient(0deg, rgba(61, 61, 61, 0.521) 0%, rgba(61, 61, 61, 0.699) 45%, rgba(61, 61, 61, 0.74) 50%, rgba(61, 61, 61, 0.699) 55%, rgba(61, 61, 61, 0.521) 100%);
  width: 100%;
  padding-left: 10px;
}
.carousel-text-shdw {
  text-shadow: 1px 1px 14px black;
}

.grid-child {
  overflow: hidden;
  position: relative;
}
#grid-child-1 {
}
#grid-child-2 {
}
#grid-child-3 {
}
#grid-child-4 {
}

.popular-tag-post {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: fit-content;
}
.popular-tag-div {

  position: relative;
  overflow: hidden;
  margin: 10px 0 15px 0;
}

/* WHat do info */

.whatDO-img {
  background-repeat: no-repeat; 
  background-size: cover;
  height: 350px;
}
.posts-img {
    height: 250px;
    width: 100%;
}






#whatDO-img-5{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}
#whatDO-img-6{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}

#whatDO-img-7{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}
#whatDO-img-8{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}

#whatDO-img-9{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}
#whatDO-img-10{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}

#whatDO-img-11{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}
#whatDO-img-12{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}

#whatDO-img-13{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}
#whatDO-img-14{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}

#whatDO-img-15{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}
#whatDO-img-16{
  background-image: url("/images/pexels-jplenio-1103970.jpg");
}

/* Popular Posts */


.popular-head {
  width: 100%;
  padding: 10px;
  color: white;    background-image: linear-gradient(to right, #5adbe4, #034faf);
  & h4 {
    margin: 0;
  }
}

.about-lofo {
  width: 100%;
  height: 76px;
  background-repeat: no-repeat; 
  background-size: cover;
}
.custom-nav-active {
  background-image: linear-gradient(to right, #0097b2, #0097b2) !important;
}

.custom-nav-active a {
  color: white !important;
}

.a-nav-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 2px !important;
  margin-right: 0;
  font-size: 0.8vw !important;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  transform-origin: top;
  transform: rotateX(-90deg);
  transition: transform 0.3s linear;
  background-color: #424bff;
  list-style: none;
  padding: 0;
  z-index: 1000;
}

.sub-menu-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 1rem;
  color: white;
}
.sub-menu-items:hover {
  font-weight: 600;
  color: black;
}

.sub-menu-active {
  border-top: 2px solid #424bff;
  transform: rotateX(0deg);
}

.review-div {
  position: relative;
  top: 0;
  background: #000a23;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: box-shadow 250ms ease-in, top 250ms ease-in;
}

.review-div:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  top: -10px;
}

.review-div::before {
  content: "";
  background-image: url("/images/quote.gif");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -60px;
  left: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: red;
}

#reviews-tab {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/images/pat-img-back.png");
  background-position: center;
  background-size: cover;
}

.review-backimage {
  position: absolute;
  z-index: -1;
}

.closed-with-border {
  border-right: 1px solid #e4e4e4;
}

.closed-nuum {
  width: 100%;
  display: flex;
}

.closed-nuum h1 {
  color: white;
  font-weight: 700;
  font-size: 52px;
  margin: 0;
}

.closed-nuum p {
  color: rgb(219, 219, 219);
}

.num-row-style {
  background-image: url("/images/1520085104668.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#our-events {
  position: relative;
  padding: 40px 0 60px 0;
  background-image: url("/images/pat-img-rotate.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.locationSVG {
  color: #6400b2;
}

.rowTabs {
  background: white;
  border-radius: 10px;
  padding: 60px 30px 20px 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: box-shadow 200ms ease-in;
  text-align: left;
}

.rowTabs h5 {
  font-weight: 700;
  text-shadow: none;
  transition: color 200ms ease-in, text-shadow 200ms ease-in;
}

.rowTabs h5:hover {
  color: #6400b2;
  text-shadow: 2px 5px 3px #91919191;
}

.rowDivCIrcleStyle {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -50px;
  left: 55px;
  height: 95px;
  width: 95px;
  border: 2px solid white;
  background: aliceblue;
  border-radius: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.rowTabs:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.rowDivCIrcleStyle h3,
.rowDivCIrcleStyle h6 {
  margin: 0;
}

.rowDivCIrcleStyle h3 {
  color: #6400b2;
}

.usersDiv {
  border: 2px solid white;
  border-radius: 35px;
  height: 60px;
  width: 60px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: box-shadow 200ms ease-in;
  overflow: hidden;
}

.usersDiv:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.puddle-circle {
  border: 4px solid rgb(69, 111, 250);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  animation: puddle 1500ms ease-in-out infinite;
  /* Fade in animation */
}

.mod-nav {
  display: flex;
  align-items: center;
}

.mod-nav h2 {
  margin: 0;
  margin-left: 10px;
  margin-top: 4px;
  font-family: "Workbench", sans-serif;
}

.mod-nav img {
  height: 60px;
}

.svgPos {
  position: absolute;
  right: -208px;
  top: 124px;
}

.roundDiv {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50px;
  transition: background 0.5s ease, border-color 0.5s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;

  & path {
    transition: fill 0.5s ease;
  }
}

.whyUsRow:hover,
.roundDiv:hover {
  & path {
    fill: white;
  }
}

.roundDiv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  scale: 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color 0.5s ease, scale 0.5s ease;
  z-index: -1;
}

.roundDiv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #faf1a1;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  z-index: -2;
}
.whyUsRow:hover {
  & .roundDiv::before {
    scale: 1;
    background-color: #6400b2;
  }
}
.paraFontSttyle {
  color: #a2a2a2;
  margin: 0;
  font-weight: 400;
}

.whyUsRow {
  padding-top: 15px;
}

.roundToggleDiv {
  border-color: transparent;
  background: transparent;
}

#about-research {
  position: relative;
  padding-top: 80px;
  display: flex;
  justify-content: center;
}

#research-topic {
  margin: 60px 0 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.research-topic-cl {
  transform: translateX(0px);
  opacity: 1;
}

#why-choose {
  margin-top: 30px;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.fill_toggle {
  fill: #ffffff;
}

.research-readme {
  position: absolute;
  bottom: 0%;
  right: -5%;
  height: 50%;
  width: 100vw;
  display: flex;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(219, 204, 64, 0.596),
    rgba(252, 252, 252, 0.2)
  );
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border: 1px solid rgba(219, 203, 64, 0.3);
}

.research-row {
  margin-top: 20px;
  width: 100%;
}

.hidden-puddle {
  display: none;
}

.readmoreIcon {
  border: none;
  margin: 0 5px;
  padding: 0 11px;
}

.readmoreIcon:hover {
  background: #9adedb;
  color: white;
}

.readMore {
  background: transparent;
  border: none;
  position: relative;
  border-radius: 15px;
  border: 1px solid #ffca53;
  transition: color 500ms ease, border 300ms ease, background 500ms ease;
}

.readMore p {
  padding: 5px 15px;
  margin: 0;
}

.readMore:hover {
  color: white;
  border: 1px solid transparent;
}

.readMore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid transparent;
  background: white;
  transition: background 400ms ease, border 300ms ease;
  z-index: -1;
}

.readMore:hover::before {
  background: #ffca53;
  border: 1px solid #ffca53;
}

.topicDiv {
  border: 3px solid white;
  background-color: transparent;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: background-color 700ms ease;
}

.topicDiv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 15px;
  background-color: transparent;
  transition: background-color 700ms ease, width 700ms ease;
  z-index: -1;
}

.topicDiv:hover::before {
  width: 100%;
  background-color: #e8cdfc;
}

.topicDivParent {
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

/* Animation */
@keyframes puddle {
  0% {
    scale: 0.2;
    opacity: 1;
  }

  70% {
    scale: 1;
    opacity: 0;
  }

  100% {
    scale: 1;
    opacity: 0;
  }
}

.imageStyleInner {
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 18px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.reliableDiv {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  text-align: center;
}

.reliableDiv-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.backSVG {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  margin-top: -10px;
}

.backEmpty {
  height: 750px;
}

.frABoutp {
  color: #8a8a8a;
  margin-left: 10px;
  font-weight: 600;
}

.checkDiv {
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #6400b2;
  color: #6400b2;
}

.secondDIv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 10px;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 15px;
    background-color: transparent;
    box-shadow: none;
    transition: background-color 700ms ease, box-shadow 700ms ease,
      width 700ms ease;
    z-index: -1;
  }

  &:hover::before {
    width: 100%;
    background-color: #ddf5f4;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }

  & p {
    color: #444444;
    font-weight: 500;
    font-family: "SUSE", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 19px;
  }

  & small {
    font-family: "SUSE", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
  }

  & h1 {
    font-size: 60px;
  }
}

.newCoStyle {
  display: grid;
  justify-content: end;
  align-items: end;
  height: 100%;
}

#newMoving {
  width: 280px;
  height: 200px;
  padding: 5px;
  background: white;
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translate(-20%, -35%);
  transition: top 0.5s;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 100;
}

.special-header {
  font-weight: 600;
  color: #6400b2;
  text-shadow: 2px 2px 3px #0000004a;
}

#intro-circle-one {
  position: absolute;
  bottom: -150px;
  right: -50px;
}

#intro-second-research {
  background-image: url("/images/pathlab-staff-testing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  right: 0;
  bottom: 30px;
  transition: top 0.5s;
}

#newCoResearch {
  height: 250px;
  padding: 5px;
  background: white;
  position: relative;
  bottom: 30px;
  transform: translate(0%, 35%);
  transition: top 0.5s;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 100;
  background-image: url("/images/Pathology.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#newCo {
  height: 250px;
  padding: 5px;
  background: white;
  position: relative;
  bottom: -40px;
  transform: translate(0%, 35%);
  transition: top 0.5s;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 100;
  background-image: url("/images/Pathology.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#newFloat {
  height: 200px;
  position: relative;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.5s;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 100;
  background-image: url("/images/BloodTests_1125876918_12_21_2021.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

/* Custom styles for animated position sticky navbar */
.navbar-custom {
  width: 100%;
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  z-index: 1000;
  transition: background 0.5s ease;
  /* Initial background color */
}
#navbar-main {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  z-index: 1000;
  transition: background 0.5s ease;

}

.fabi {
  width: 260px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.about-site-logo {
  width: 320px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: center center;
  margin-right: 5px;
}
.social-icon-sidebar {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 99;
}
.social-icons {
  position: relative;
  z-index: 1;
}

.social-icons:hover::before {
  transform: translateX(-90%);
}
.social-icons::before {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 8px 0 0 8px;
  height: 100%;
  padding: 0 12px 0 10px;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.social-icons-icon {
  position: relative;
}
.social-icons-inner {
  position: relative;
  padding: 7px 12px 7px 10px;
  border-radius: 8px;
  border: none;
  background: #fd1312;
  height: 100%;
}

#social-icon-map::before {
  content: " MAP  ";
  background: #fd1312;
  border: 1px solid #fd1312;
}
#social-icon-phone::before {
  content: " Phone  ";
  background: #424bff;
  border: 1px solid #424bff;
}
#social-icon-facebook::before {
  content: " FACEBOOK  ";
  background: #4861b3;
  border: 1px solid #4861b3;
}
#social-icon-twitter::before {
  content: " TWITTER  ";
  background: #359bf0;
  border: 1px solid #359bf0;
}
#social-icon-linkedin::before {
  content: " LINKEDIN  ";
  background: #478afd;
  border: 1px solid #478afd;
}
#social-icon-instagram::before {
  content: " INSTAGRAM  ";
  background: #df2f6d;
  border: 1px solid #df2f6d;
}

#social-icons-icon-1 {
  background: #fd1312;
}

#social-icons-icon-2 {
  background: #424bff;
}

#social-icons-icon-3 {
  background: #4861b3;
}

#social-icons-icon-4 {
  background: #359bf0;
}

#social-icons-icon-5 {
  background: #478afd;
}

#social-icons-icon-6 {
  background: #df2f6d;
}



/* Animation */
@keyframes changeColor1 {
  0% {
    background: #f2f1ff;
  }
  48% {
    background: #f9f9ff;
  }
  100% {
    background: #f2f1ff;
  }
}
@keyframes changeColor2 {
  0% {
    background: #d2d0f5;
  }
  48% {
    background: #f2f1ff;
  }
  100% {
    background: #d2d0f5;
  }
}

@keyframes slideInDown {
  from {
    transform: translateY(-10%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes expand-nav {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.clss {
  animation: slideInLeft 700ms ease-in;
}

.clss-r {
  animation: slideInRight 700ms ease-in;
}

/* Animation */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-navbar {
  animation: changeColor1 800ms ease-out;
}
.animated-navbar-down {
  animation: changeColor2 800ms ease-out;
}

#navbar-div {    
  width: 100%;
  transition: max-width 800ms ease-out;
  position: relative;
  z-index: 19;
   background: #d2d0f5;
}
#top-header {
  width:  100%; 
  background-color: #f2f1ff;
    position: relative;
    z-index: 20;
}
.cover-container {
  max-width: 88%;
  margin: 0 auto;
}

.fadeDiv {
  position: relative;
  top: -60px;
  /* Initially, div is hidden above the viewport */
  padding: 20px;
  border-radius: 5px;
  color: white;
  animation: fadeIn 1500ms ease-in-out forwards;
  /* Fade in animation */
}

.fadePara {
  position: relative;
  top: 60px;
  /* Initially, div is hidden above the viewport */
  padding: 20px;
  border-radius: 5px;
  color: white;
  animation: fadeIn 1200ms ease-in-out forwards;
  /* Fade in animation */
}

.fadeButtons {
  position: relative;
  top: 60px;
  /* Initially, div is hidden above the viewport */
  padding: 20px;
  border-radius: 5px;
  color: white;
  animation: fadeIn 1500ms ease-in-out forwards;
  /* Fade in animation */
}

.buttonStyle {
  border: none;
  border-radius: 23px;
  padding: 10px 25px;
  font-size: larger;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  color: white;
}

.hiddenPara {
  position: relative;
  top: 0;
  animation: fadeOut 1200ms ease-in-out forwards;
  /* Fade in animation */
}

.hiddenButtons {
  position: relative;
  top: 0;
  animation: fadeOut 1500ms ease-in-out forwards;
  /* Fade in animation */
}

.hiddenDiv {
  position: relative;
  top: 0;
  animation: fadeOutNeg 1500ms ease-in-out forwards;
  /* Fade in animation */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    top: 0;
    /* Bring the div to the top */
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 60px;
    /* Bring the div to the top */
  }
}

@keyframes fadeOutNeg {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: -60px;
    /* Bring the div to the top */
  }
}

@keyframes fadeInSide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    right: 0;
    /* Bring the div to the top */
  }
}

@keyframes fadeOutSide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    right: -130px;
    /* Bring the div to the top */
  }
}
.tag-stl {
  scale: 1;
  transition: all 0.3s ease-in-out;
}
.tag-stl:hover {
  scale: 1.15;
}

.classStyle {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.smallTile {
  margin-top: 154px;
  position: relative;
  background: white;
  display: flex;
  border-radius: 15px;
  box-shadow: rgb(72 177 254) -26px 19px 0px -3px;
  justify-content: space-around;
  align-items: center;
  margin-left: 50px;
  padding: 16px 16px;
  width: 270px;
  color: black;
}

.smallTile p {
  margin: 0;
}

.imageRow {
  position: relative;
  right: -130px;
  /* Initially, div is hidden above the viewport */
  padding: 20px;
  border-radius: 5px;
  color: white;
  animation: fadeInSide 1500ms ease-in-out forwards;
}

.hiddenImageRow {
  position: relative;
  right: 0;
  animation: fadeOutSide 1500ms ease-in-out forwards;
}

.bigImage {
  margin-left: 50px;
  width: inherit;
  height: 80%;
  border-radius: 15px;
  box-shadow: rgb(72 177 254) -26px 19px 0px -3px;
}

.containerds {
  position: relative;
  color: white;
}

.box {
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-in-out;
}

/* Main heading for card's front cover */
.card-front__heading {
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

/* Main heading for inside page */
.inside-page__heading {
  padding-bottom: 1rem;
  width: 100%;
}

.a-linked2 {
  padding: 4px 8px;
  border-radius: 10px;
  color: rgb(106, 188, 255);
  & p {
    margin: 0;
  }
}
.a-linked2:hover {
  background-color: rgb(236, 236, 236);
  color: #db2250 !important;
  text-decoration: underline;
  font-weight: 600;
}
.a-linked2 h4 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* Mixed */

/* Collapsible div */

.what-drop-df {
  display: n;
}

.text-select-active {    
	background-image: linear-gradient(to right, #5adbe4, #034faf) !important;
}
.text-select-btn {
  cursor: pointer;
  background-image: linear-gradient(to right, #0097b2, #0097b2);
  color: white;
  transition: all 0.3s ease-in-out;
  
}
.text-select-btn-scl {
  cursor: pointer;
  background-color: #d2d0f5;
}
.drop-cap-text {
  font-size: 12px;
}

.hover-selector-first {
	background: #0097b2; 
	height: 100%;
}
.hover-selector-second {
	background: #f2f1ff; 
	height: 100%;
}
.text-green-style {
	color: #0097b2;
    text-shadow: 1px 1px 3px #00000029;
}
/* For both inside page's main heading and 'view me' text on card front cover */
.inside-page__heading,
.card-front__text-view {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 0.2rem;
}

.inside-page__heading--city,
.card-front__text-view--city {
  color: #ce9d31;
}

.inside-page__heading--ski,
.card-front__text-view--ski {
  color: #ce9d31;
}

.inside-page__heading--beach,
.card-front__text-view--beach {
  color: #ce9d31;
}

.inside-page__heading--camping,
.card-front__text-view--camping {
  color: #ce9d31;
}

/* Front cover */

.card-front__tp {
  color: #fafbfa;
}

/* For pricing text on card front cover */
.card-front__text-price {
  font-size: 1.2rem;
  margin-top: -0.2rem;
}

/* Back cover */

/* For inside page's body text */
.inside-page__text {
  color: #333;
}

/* Icons ===========================================*/

.card-front__icon {
  fill: #fafbfa;
  font-size: 3vw;
  height: 3.25rem;
  margin-top: -0.5rem;
  width: 3.25rem;
}

/* Buttons =================================================*/

.inside-page__btn {
  background-color: transparent;
  border: 3px solid;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  overflow: hidden;
  padding: 0.7rem 0.75rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 90%;
  z-index: 10;
}

.inside-page__btn::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}

.inside-page__btn--city {
  border-color: #ffca53;
  color: #ffca53;
}

.inside-page__btn--city::before {
  border-color: #ce9d31;
  background-color: #ce9d31;
}

.inside-page__btn--ski {
  border-color: #ffca53;
  color: #ffca53;
}

.inside-page__btn--ski::before {
  border-color: #ce9d31;
  background-color: #ce9d31;
}

.inside-page__btn--beach {
  border-color: #ffca53;
  color: #ffca53;
}

.inside-page__btn--beach::before {
  background-color: #ce9d31;
}

.inside-page__btn--camping {
  border-color: #ffca53;
  color: #ffca53;
}

.inside-page__btn--camping::before {
  background-color: #ce9d31;
}

.inside-page__btn:hover {
  border-color: #ce9d31;
  color: #fafbfa;
}

.inside-page__btn:hover::before {
  transform: scaleY(1);
}

/* Layout Structure=========================================*/

.main {
  background: linear-gradient(to bottom right, #eee8dd, #e3d9c6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

/* Container to hold all cards in one place */
.card-area {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-evenly;
  padding: 1rem;
}

/* Card ============================================*/

/* Area to hold an individual card */
.card-section {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* A container to hold the flip card and the inside page */
.card {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.5);
  height: 17rem;
  position: relative;
  transition: all 1s ease;
  width: 15rem;
}

/* Flip card - covering both the front and inside front page */

/* An outer container to hold the flip card. This excludes the inside page */
.flip-card {
  height: 17rem;
  perspective: 100rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  visibility: hidden;
  width: 15rem;
  z-index: 100;
}

/* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
/* This is done so content in the inside page can be selected */
.flip-card > * {
  visibility: visible;
}

/* An inner container to hold the flip card. This excludes the inside page */
.flip-card__container {
  height: 100%;
  position: absolute;
  right: 0;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 1s ease;
  width: 100%;
}

.card-front,
.card-back {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Styling for the front side of the flip card */

/* container for the front side */
.card-front {
  background-color: #fafbfa;
  height: 17rem;
  width: 15rem;
}

/* Front side's top section */
.card-front__tp {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  display: flex;
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  padding: 0.75rem;
}

.card-front__tp--city {
  background: linear-gradient(to bottom, #af82d1, #6400b2);
}

.card-front__tp--ski {
  background: linear-gradient(to bottom, #af82d1, #6400b2);
}

.card-front__tp--beach {
  background: linear-gradient(to bottom, #af82d1, #6400b2);
}

.card-front__tp--camping {
  background: linear-gradient(to bottom, #af82d1, #6400b2);
}
.img-respnsv {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.appointmentForm-main {
  position: relative;
  width: 100%;
  z-index: 20;
}
.appointmentForm-child {
  overflow: hidden;
  background: none;
  width: 70%;
}
.appointmentForm-row {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.owl-carousel-item img {
  filter: blur(6px);
}
.owl-carousal-div {
  overflow: hidden;
  position: relative;
}
#owl-carousel {
  position: absolute;
  top: 0;
  z-index: 10;
}
.appoint-header {
  width: 100%;
  background: #424bff;
  padding-top: 20px;
  padding: 10px;
  text-align: center;

  & h3 {
    color: white;
    margin: 0;
  }
}
.appoint-footer {
  padding: 10px;
  display: flex;
  justify-content: end;
}
/* Front card's bottom section */
.card-front__bt {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Styling for the back side of the flip card */

.card-back {
  background-color: #fafbfa;
  transform: rotateY(180deg);
}

/* Specifically targeting the <video> element */
.video__container {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  height: auto;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Inside page */

.inside-page {
  background-color: #fafbfa;
  box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 1rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  width: 15rem;
  z-index: 1;
}

.inside-page__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  width: 100%;
}

/* Functionality ====================================*/

/* This is to keep the card centered (within its container) when opened */
.card:hover {
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.75);
  width: 30rem;
}

/* When the card is hovered, the flip card container will rotate */
.card:hover .flip-card__container {
  transform: rotateY(-180deg);
}

/* When the card is hovered, the shadow on the inside page will shrink to the left */
.card:hover .inside-page {
  box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.1);
}

/* Footer ====================================*/

.footer {
  background-color: #6400b2;
  padding: 1rem 0;
  width: 100%;
}

.footer-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.footerBanner {
  background: linear-gradient(45deg, #b3a68b 0%, #ffb301 100%);
  padding: 50px 10px;
  border-radius: 20px;
}

#footerLink {
  color: white;
}

/* ======================================================= Research Tab ==================================================================== */

.linkHome {
  cursor: pointer;
  color: white;
  text-decoration: underline;
}

.linkHome:hover {
  color: white;
  text-decoration: underline;
}

.rowTabs-research {
  position: relative;
  background: white;
  color: black;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: color 160ms ease-in, box-shadow 200ms ease-in;
  text-align: left;
}

.rowTabs-research:hover {
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.rowTabs-research h5 {
  font-weight: 700;
  text-shadow: none;
  transition: color 200ms ease-in, text-shadow 200ms ease-in;
}

.rowTabs-research h5:hover {
  color: #6400b2;
  text-shadow: 2px 5px 3px #91919191;
}

.rowTabs-research button {
  background: white;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 5px 14px;
  margin-top: 10px;
}

.row-before {
  position: relative;
  border-radius: 10px;
  padding: 60px 30px 20px 30px;
}

.rowTabs-research::before {
  border-radius: 10px;
  height: 0;
  width: 100%;
  content: "";
  background: #80ccc8;
  position: absolute;
  
  top: 0;
  transition: height 200ms ease-in;
}

.rowTabs-research:hover::before {
  height: 100%;
}

@media (min-width: 992px) {
  .a-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.media-hide {
  display: block;
}

.media-hide-flex {
  display: flex;
}

.media-tab-hide {
  display: block;
}

.media-tab-felx-hide {
  display: flex;
}

.mobile-media {
  display: none;
}

.mobile-media-flex {
  display: none;
}

.tab-media {
  display: none;
}

.tab-media-felx {
  display: none;
}

@media (width > 900px) {
  .mobile-media {
    display: none;
  }
}

@media (width > 650px) and (width < 900px) {
  .reliableDiv {
    margin-top: 20px;
  }

  .mobile-media {
    display: none;
  }

  .tab-media {
    display: block;
  }

  .tab-media-felx {
    display: flex;
  }

  .media-tab-felx-hide {
    display: none;
  }

  .media-tab-hide {
    display: none;
  }

  .know-card {
    background: transparent;
  }
}

@media (width < 900px) {
  .cover-container {
    max-width: 98%;
  }

  #navbar-div {
    max-width: 100%;
  }

  .research-header-style {
    width: 100%;
  }

  .custom-nav {
    padding: 0;

    & a {
      color: rgb(87, 87, 87) !important;
    }
  }
}

@media (width < 650px) {
  .media-hide {
    display: none;
  }

  .media-hide-flex {
    display: none;
  }

  .mobile-media {
    display: block;
  }

  .mobile-media-flex {
    display: flex;
  }

  .tab-hide {
    display: none;
  }

  .know-card {
    background: transparent;
  }

  .secondDIv {
    & h1 {
      font-size: 25px;
    }

    & p {
      font-size: 16px;
    }
  }

  #about-research {
    padding-top: 15px;
  }

  .ceo-row {
    margin: 35px 0 25px 0;
  }

  .reliableDiv-div {
    overflow-x: hidden;
    scrollbar-width: none;
  }

  .readMore {
    height: 45px;
  }

  .topicDivParent {
    margin: 5px 0;
  }

  #number-count {
    height: auto;
    padding: 15px 0;
  }

  #our-events {
    padding: 20px 0 15px 0;
  }

  #reviews-tab {
    padding: 70px 0 15px 0;
  }

  .closed-nuum {
    justify-content: space-evenly;
  }

  .svg-style {
    width: 60px;
    height: 60px;
  }

  .closed-nuum {
    & h1 {
      font-size: 30px;
    }

    & p {
      font-size: 15px;
    }
  }

  .svg-main-drawer {
    width: 40px;
    height: 40px;
  }

  .offcanvas {
    width: 77%;
  }

  .roundDiv {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
  }

  #whyus-bottom-div {
    display: flex;
    justify-content: space-around;
  }

  #whyUsRow2 {
    padding-top: 0px;
  }

  #whyUsRow3 {
    padding-top: 0px;
  }

  #whyUsRow2::before {
    top: 0px;
  }

  #whyUsRow3::before {
    top: 0px;
  }

  .custom-nav {
    padding: 0;
  }

  #research-header-div {
    height: 300px;
  }

  .row-before {
    padding: 20px 10px;
  }

  .expert-img-div {
    width: calc(80%);
  }

  .booking-class {
    text-align: center;
  }

  .booking-mobile-button {
    display: flex;
    justify-content: center;
  }
  .toggle-container {
    height: 9%;
  }
  .custom-nav-mob {
    padding: 0;
  }
}

 #custom-datepicker {
	overflow: hidden;
    display: inline-block;
    border: 1px solid white;
    padding: 0px;
	height: 0px;
    border-radius: 5px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.custom-datepicker-height {
	height: 300px !important;
	padding: 10px !important;
    border: 1px solid #ccc !important;
}

.date-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-top: 10px;
}

.date-grid div {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.date-grid .disabled {
    background-color: #f5f5f5;
    color: #aaa;
    cursor: not-allowed;
}

.date-grid .enabled {
    background-color: #3db4ca;
    color: white;
}

.date-grid .enabled:hover {
    background-color: #0097b2;
}
