@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* @font-face {
  font-family: "Inter", sans-serif;
  src: url('..\fonts\Inter\Inter-VariableFont_slnt\,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'Feather';
  src: "../fonts/feather-icons/Feather.woff" format("woff"), "../fonts/feather-icons/Feather.ttf" format("truetype");
  font-weight: normal;
  font-style: normal; }
/* @font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url('..\fonts\Plus_Jakarta_Sans\PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
:root {
  scroll-behavior: smooth; }

body {
  font-family: "Inter", sans-serif;
  background: #fff; }

:root {
  --primary-color: #000000;
  --secondary-color: #E7DC84;
  --default: #fff;
  --light: #A2A2A2;
  --light-grey: #F5F5F5; }

nav.navbar {
  position: fixed;
  width: 100%;
  top: 0; }

.vi-hero-sec {
  position: relative;
  width: 100%; }

.vi-btn {
  color: #fff !important;
  border-radius: 0px;
  padding: 10px 40px;
  font-size: 24px;
  text-transform: capitalize !important; }

.point-rectangle {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-color: var(--secondary-color); }

.vi-sm-btn {
  font-size: 20px; }

.vi-btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  border-radius: 0px;
  padding: 10px 40px;
  font-size: 24px;
  text-transform: capitalize !important; }

.vi-btn-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  padding: 10px 40px;
  font-size: 20px;
  border-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  background-color: var(--primary-color) !important;
  text-transform: capitalize !important; }

.vi-btn-2:hover {
  background-color: var(--primary-color) !important;
  color: var(--default) !important;
  border-color: var(--primary-color) !important; }

/* Navbar Styles starts */
.bg-body-tertiary {
  position: relative;
  text-transform: uppercase;
  z-index: 5; }

.navbar-brand {
  display: flex;
  align-items: center; }

.btn {
  text-transform: uppercase; }

.navbar-brand .logo {
  height: 50px;
  margin-left: 10%; }

@media (max-width: 990px) {
  .section-home {
    margin-top: 0px; }

  #ul-main-navbar {
    align-items: center;
    gap: 20px;
    flex-direction: column; } }
@media (min-width: 990px) {
  #ul-main-navbar {
    height: 60px;
    align-items: center;
    gap: 30px; }

  .bg-body-tertiary {
    padding: 0 !important;
    height: 60px;
    position: fixed;
    width: 100%;
    margin-bottom: 50px;
    top: 0; }

  .nav-link {
    height: 60px !important;
    display: inline-flex; } }
.nav-link {
  color: var(--primary-color);
  transition: color 0.3s;
  align-items: center;
  padding: 20px !important;
  position: relative; }

.nav-link.active {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  background-color: var(--secondary-color); }

.nav-link:hover:before {
  background: var(--secondary-color);
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }

.nav-link:hover {
  color: var(--primary-color);
  text-decoration: none;
  opacity: .9;
  transition: .5s; }

.nav-link:before, .nav-link:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: var(--secondary-color); }

.nav-link:before {
  left: 0; }

.nav-link:after {
  right: 0;
  background: var(--secondary-color);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }

.nav-link:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s; }

/* .nav-link:hover {
    color: var(--secondary-color); 
} */
.navbar-toggler {
  border-color: var(--primary-color);
  margin-right: 2%; }

.btn-primary {
  color: var(--primary-color);
  border-color: var(--secondary-color);
  background-color: var(--secondary-color); }

.btn-primary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color); }

/* Navbar Styles end */
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check) + .btn-primary:active {
  color: var(--primary-color);
  border-color: var(--secondary-color);
  background-color: var(--secondary-color); }

/** Home page common section **/
.section-padding-y-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-80 {
  padding: 80px; }

.section-padding-y-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-home {
  position: relative;
  margin-top: 60px;
  width: 100%; }

.section-about-us {
  background-color: var(--default); }

.section-service .title {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.section-people {
  background-color: var(--light-grey); }

.section-service {
  background-color: var(--primary-color); }

.section-people-content .people-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }

.section-service .service-title {
  display: flex;
  align-items: center;
  gap: 5px; }

.section-service p.service-description, .careers-description {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify; 
  opacity: .9;
}

.careers-description, .careers-description span {
  font-size: 20px;
  text-align: center; 
}
.careers-description span {
  color: var(--secondary-color);
  font-size: 22px;
}

.section-service .btn-schedule {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem; }

/**SECTION EXPERIENCE **/
.section-experience {
  background-color: var(--primary-color); }

.section-experience .experience-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px; }

.experience-title:last-child {
  flex: 1; }

.section-experience .title {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.section-experience .description {
  color: #A2A2A2;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.section-experience .experience-details {
  flex: 1 1 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 100px; }

.section-experience .experience-details .experience-item {
  display: inline-flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center; }

.section-experience .experience-details .experience-item h5 {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.section-experience .experience-details .experience-item .yrs-content {
  color: #A2A2A2;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase; }

@media (max-width: 600px) {
  .experience-details {
    flex: 1 1 48%;
    /* 2 items per row with gap */
    gap: 20px; }

  .divider {
    width: 75% !important; }

  .section-experience .experience-details .experience-item {
    max-width: 150px; } }
@media (min-width: 600px) {
  .experience-details {
    flex: 1 1 23%;
    /* 4 items per row with gap */
    gap: 30px; } }
/** ABOUT US SECTION **/
.divider {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--secondary-color); }

/* hero-sec */
.hero-left-sec {
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 550px; }

.hero-left-sec h2 {
  font-size: 64px;
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
  font-weight: 700; }

.hero-left-sec h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 0; }

.hero-left-sec p {
  font-style: italic;
  color: #6C6C6C;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 400; }

.hero-left-sec h2::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--secondary-color);
  margin-right: 10px;
  vertical-align: middle;
  right: -40px;
  bottom: 16px; }

.hero-left-sec h5 {
  font-size: 36px;
  color: #1E1E1E;
  max-width: 330px;
  font-weight: 500;
  margin-bottom: 0px; }

.hero-right-sec {
  position: relative; }

.hero-right-sec .vi-content {
  display: flex;
  align-items: center;
  top: 70px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.325);
  color: var(--default);
  min-width: 470px;
  height: 100px; }

.hero-right-sec .vi-content .top-content {
  margin-bottom: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500; }

.hero-right-sec .vi-content p span {
  color: var(--light);
  font-size: 15px; }

.hero-right-sec .vi-content.con-details {
  text-transform: uppercase; }

.hero-right-sec .vi-content.hide {
  display: none; }

.hero-right-sec .vi-content.grow h2 {
  text-transform: uppercase; }

.grow {
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  height: 49px;
  width: 200px;
  margin: 5px 1% 5px 1%;
  float: left;
  position: relative;
  transition: height;
  -webkit-transition: height;
  text-align: center;
  overflow: hidden;
  transition: 0.5s; }

.grow:hover {
  height: 200px;
  width: 200px; }

.hero-right-sec .vi-content.grow {
  text-align: justify;
  min-height: 360px;
  display: block; }

.hero-right-sec .vi-content.grow h2 {
  margin-bottom: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 18px; }

.hero-right-sec .vi-content.grow p {
  margin-top: 12px;
  font-weight: 100;
  color: #D9D9D9;
  font-size: 14px; }

/* hero-sec */
/* exp-sec */
.yrs-sec {
  position: relative; }

.yrs-sec .content-sec {
  padding: 10px; }

.yrs-sec .content-sec {
  color: var(--default); }

.yrs-sec .content-sec h2 {
  text-align: center;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px;
  position: relative; }

.yrs-sec .content-sec p {
  color: var(--light);
  text-align: center; }

.yrs-sec .content-sec hr {
  color: var(--secondary-color);
  margin-top: 70px;
  opacity: 1; }

.yrs-exps .yrs {
  font-size: 24px;
  font-weight: 500; }

.yrs-number-sec {
  display: flex;
  justify-content: space-around;
  margin-top: 70px; }

.yrs-exps {
  text-align: center;
  font-size: 24px; }

.yrs-content {
  color: var(--light);
  text-transform: uppercase;
  font-size: 15px; }

/* exp-sec */
/* about-sec */
.about-container .img-sec {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px; }

.about-container {
  min-height: 420px; }

.about-container .content-sec {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.about-container .content-sec h2 {
  font-weight: 500;
  position: relative;
  margin-bottom: 30px; }

.office-label-secondary {
  padding: 11px 24px 11px 14px;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--default);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  text-align: center; }

.office-label-secondary .line {
  width: 50%;
  position: relative;
  height: 2px;
  background-color: var(--secondary-color); }

/* about-sec */
.consultation-sec {
  position: relative;
  padding: 80px 200px; }

.consultation-sec h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px;
  position: relative; }

.form-control {
  border: none;
  border-bottom: 2px solid var(--primary-color);
  outline: none;
  padding: 8px 0;
  width: 100%;
  background: transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.form-control:hover,
.form-control:focus {
  border-bottom-color: var(--secondary-color);
  background: transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none; }

.form-control::placeholder {
  color: var(--light); }

footer .footer-sec {
  position: relative;
  color: var(--default); }

footer {
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  padding: 20px; }

footer .footer-sec h2 {
  position: relative; }

.yrs-sec {
  background-color: var(--primary-color); }

footer .footer-sec h2 {
  font-size: 44px;
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
  font-weight: 700; }

.header-sec {
  position: relative; }

.bottom-sec p {
  color: #6C6C6C;
  margin-top: 24px;
  max-width: 220px; }

.social-icons span {
  margin-right: 24px; }

.social-icons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }

.social-icons span svg {
  cursor: pointer;
  width: 26px;
  height: 26px;
  fill: #6C6C6C; }

.contact .icon i {
  font-size: 1.8rem; }

.info h2 {
  font-size: 20px;
  font-weight: 400; }

.bottom-info h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--default);
  text-transform: uppercase;
  font-size: 18px; }

.bottom-info ul {
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px; }

.bottom-info ul li, .bottom-info ul a {
  list-style: none;
  color: #6C6C6C;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none; }

.bottom-info ul li.links:hover, .bottom-info ul li.links a:hover {
  color: var(--secondary-color); }

.bottom-info span i {
  color: var(--default); }

.bottom-info ul li .form-control {
  border-bottom: 1px solid var(--default);
  color: var(--default);
  width: 73%; }

.bottom-btn {
  font-size: 20px;
  padding: 10px 22px; }

.copy-rights {
  color: #6C6C6C; }

.copy-rights a {
  color: #6C6C6C;
  margin-left: 4px; }

/* carousel-sec */
.carousel-item {
  display: flex;
  justify-content: center; }

.vi-our-people-sec .three-carosel-sec {
  width: 100%;
  margin: 0 auto; }

.vi-our-people-sec .three-carosel-sec .carousel-indicators {
  display: none; }

.vi-our-people-sec .three-carosel-sec .vi-btns {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.vi-our-people-sec.vi-carosel {
  position: relative; }

.vi-our-people-sec.vi-carosel h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px;
  position: relative; }

.vi-our-people-sec .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: inherit; }

.vi-our-people-sec .carousel-item {
  width: 333px;
  height: 450px;
  margin: 0 10px;
  position: relative;
  cursor: pointer; }

.vi-our-people-sec .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.vi-our-people-sec .carousel-caption p {
  color: #6C6C6C;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px; }

.vi-our-people-sec .carousel-caption h5 {
  text-align: left;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0px; }

.vi-our-people-sec .carousel-control-prev,
.carousel-control-next {
  filter: invert(100%); }

.vi-our-people-sec .icon-sec i {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: bold;
  background-color: var(--primary-color);
  /* padding: 10px;   */
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
}

.two-carosel-sec .vi-btns {
  display: flex;
  justify-content: center;
  margin-top: 100px; }

.blog-carosel {
  margin-bottom: 100px; }

.two-carosel-sec .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: inherit; }

.two-carosel-sec .article-content p {
  font-weight: 600;
  font-size: 18px;
  color: #000000; }

.carousel-item > .col {
  flex: 1;
  margin: 0 5px; }

.two-carosel-sec .carousel-indicators {
  display: none; }

.two-carosel-sec .carousel-item {
  width: 510px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  flex-direction: column; }

.two-carosel-sec .carousel-item.active {
  flex-direction: column; }

.two-carosel-sec .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.two-carosel-sec .carousel-caption .date {
  font-size: 18px;
  font-weight: 500; }

.two-carosel-sec .carousel-control-prev,
.carousel-control-next {
  filter: invert(100%); }

.two-carosel-sec .icon-sec i {
  color: var(--secondary-color);
  font-size: 40px; }

.two-carosel-sec .carousel-item:hover::before {
  opacity: 0.5; }

.two-carosel-sec .carousel-item:hover .carousel-caption {
  background-color: #F5F5F5; }

.two-carosel-sec .carousel-item:hover .article-content p {
  color: #B19D60; }

.two-carosel-sec .artice-content p {
  color: 000000;
  font-size: 18px; }

.two-carosel-sec .carousel-item:hover .read-article {
  display: block; }

/* carousel-sec */
.our-services-sec {
  position: relative; }

.vi-services {
  position: relative; }

.vi-services h1 {
  text-align: start;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px;
  position: relative;
  color: var(--default);
  padding-left: 30px; }

.vi-services p {
  color: #A2A2A2;
  padding-right: 160px; }

.services-list .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; }

.services-list .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #333;
  color: #7a7a7a;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s; }

.services-list .menu-item .left-con,
.services-list .menu-item .left-con .a {
  width: 100%; }

.services-list .menu-item .icon {
  width: 30px; }

.services-list .menu-item .arrow {
  transition: color 0.3s; }

.services-list .menu-item:hover {
  cursor: text; }

.services-list .menu-item:hover .arrow {
  color: #e7dc84; }

.services-list .menu-item.active {
  color: #fff;
  font-weight: bold; }

.services-list .menu-item.active .arrow {
  color: #e7dc84; }

a {
  text-decoration: none;
  color: unset; }

.menu-item .left-con i {
  color: #A2A2A2; }

.vi-services .left-sec .img-sec img {
  width: 510px;
  height: 100%;
  object-fit: cover; }

.vi-services .content-sec {
  padding: 80px 200px;
  margin-top: 50px; }

.vi-blogs {
  position: relative; }

.blogs-sec-page {
  padding: 80px 200px;
  position: relative;
  margin-top: 50%; }

.vi-blogs h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 40px;
  position: relative;
  padding-left: 66px; }

.blog-hero-sec {
  position: relative; }

.blog-hero-sec .card {
  min-height: 327px;
  background-color: #000000;
  margin-top: 240px;
  border: 0px;
  border-radius: 0px;
  padding: 48px 35px; }

.blog-hero-sec .card h6 {
  color: #6C6C6C;
  position: relative;
  margin-bottom: 0px;
  font-weight: 300; }

.blog-hero-sec .card span {
  color: var(--default);
  margin-left: 30px; }

.blog-hero-sec .head-sec {
  display: flex; }

.blog-hero-sec .card .heading {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--default);
  text-align: justify; }

.blog-hero-sec .card .heading h3 {
  color: #A2A2A2 !important; }

.blog-hero-sec .card .heading div {
  color: #A2A2A2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 24px;
  padding-right: 80px; }

.blog-hero-sec .card a {
  color: var(--secondary-color);
  font-size: 24px;
  text-decoration: none; }

.blogs-sec-page .two-carosel-sec .carousel-inner {
  flex-wrap: wrap; }

.blogs-sec-page .two-carosel-sec .carousel-item {
  margin-bottom: 100px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px; }

.page-item {
  margin: 0 5px; }

.page-link {
  border: none;
  background: none;
  color: #7F7F7F;
  font-size: 1.2rem; }

.page-item.active .page-link {
  color: #000;
  font-weight: bold;
  background-color: transparent; }

.page-item.disabled .page-link {
  color: #7F7F7F; }

.page-link:hover {
  text-decoration: none;
  color: #000; }

.page-item.disabled .page-link::before,
.page-item.disabled .page-link::after {
  border-color: #7F7F7F; }

.vi-news-letter h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px;
  position: relative; }

.vi-news-letter {
  padding: 80px 200px;
  position: relative; }

.news-letter {
  min-height: 300px; }

.blogs-sec-page .vi-blogs h2 {
  text-align: start;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 40px;
  position: relative;
  padding-left: 66px; }

.profile-container {
  margin: 20px auto;
  background-color: #fff; }

.profile-header {
  display: flex;
  align-items: center; }

.profile-header img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover; }

.profile-header .info {
  margin-left: 20px; }

.profile-header .info h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333; }

.profile-header .info h2 {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 500;
  color: #888; }

.profile-header .info p {
  font-size: 16px;
  color: #383838; }

.profile-header .info .contact {
  font-size: 14px;
  color: #383838; }

.profile-header .info .contact a {
  color: #383838;
  text-decoration: none; }

.profile-header .info .contact a:hover {
  text-decoration: underline; }

.profile-header .info .btn {
  margin-top: 10px;
  background-color: #e7dc84;
  border: none;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px; }

.profile-header .info .btn i {
  margin-left: 10px; }

.profile-header .info .btn:hover {
  background-color: #d1c775; }

.profile-content {
  margin-top: 20px; }

.profile-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px; }

.profile-content p {
  margin-top: 10px;
  font-size: 16px;
  color: #383838; }

.profile-content ul {
  margin-top: 10px;
  padding-left: 20px; }

.profile-content ul li {
  font-size: 16px;
  color: #666; }

list-container {
  width: 80%;
  max-width: 1000px;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.multi-column-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-type: none;
  padding: 0px; }

.multi-column-list li {
  margin: 10px 0; }

.vi-profile-sec {
  margin: 0 auto;
  margin-top: 100px; }

.modal-body {
  padding: 80px;
  padding-top: 60px; }

.modal-body ul {
  padding: 0px;
  list-style: none; }

.modal-body ul li {
  padding: 0px;
  margin: 0px; }

.modal-footer {
  padding: 0px 80px;
  padding-bottom: 80px; }

.modal-heading-sec {
  padding: 0px 80px;
  padding-left: 0px; }

.modal-heading-sec h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px;
  position: relative;
  font-size: 28px !important;
  padding-left: 30px; }

.vi-profile-sec .contact p {
  font-size: 24px;
  font-weight: 600; }

.vi-profile-sec .contact p.mail {
  font-size: 18px; }

.vi-profile-sec .info a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400 !important;
  text-decoration: none; }

.vi-profile-sec .info p.abt {
  font-weight: 600;
  font-size: 24px; }

.blog-post {
  padding: 100px 100px; }

.blog-post .date {
  font-weight: 300;
  font-size: 18px; }

.blog-post .time {
  font-weight: 300;
  font-size: 18px;
  color: #6C6C6C;
  margin-left: 10px; }

.blog-post h1 {
  font-weight: 700;
  font-size: 48px;
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 700px;
  padding-top: 40px;
  margin-bottom: 0px;
  line-height: 1.3; }

.bg-social-icons {
  position: relative; }

.bg-social-icons li {
  margin-bottom: 24px;
  background-color: #F2F2F2;
  padding: 10px; }

.bg-social-icons li svg {
  width: 30px;
  height: 30px; }

.common-padding {
  padding-top: 73px;
  padding-left: 73px;
  padding-right: 0px; }
  @media only screen and (max-width: 500px) {
    .common-padding {
      padding: 20px 20px; } }

.sub-now-sec {
  position: relative; }

.vi-blog-post-sec hr {
  color: #D3D3D3;
  margin: 80px 0px; }

.sec-img img {
  min-width: 700px;
  max-height: 352px;
  height: auto;
  object-fit: cover; }
  @media only screen and (max-width: 500px) {
    .sec-img img {
      width: 100%;
      min-width: 100%;
      height: auto; } }

.sub-card .card {
  padding: 60px 40px;
  border: 0px;
  border-radius: 0px; }

.sub-card .card h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px; }

.sub-card .card p {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 400; }

.blog-content .blog-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px; }

.blog-header .sub-head h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px; }

.blog-header .sub-head {
  margin-bottom: 24px; }

.blog-content .blog-header p {
  color: #6C6C6C;
  margin-bottom: 0px; }

.right-blog-sec h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px; }

.right-blog-sec h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-decoration: underline; }

.right-blog-sec p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px; }

.blog-intro {
  margin-bottom: 64px;
  padding-right: 100px;
  text-align: justify; }

.single-topic {
  margin-bottom: 64px; }

.right-blog-sec .recent-blogs {
  max-width: 300px;
  margin: 20px; }

.right-blog-sec .recent-blogs h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 50px; }

.right-blog-sec .blog-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px; }

.right-blog-sec .blog-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 12px; }

.right-blog-sec .blog-item a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 16px; }

.right-blog-sec .view-more {
  margin-top: 10px; }

.right-blog-sec .view-more a {
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  font-weight: 500; }

.vi-comment-sec .comment-section {
  max-width: 600px; }

.vi-comment-sec .comment-section h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px; }

.vi-comment-sec .comment-section h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px; }

.vi-comment-sec .comment-form {
  margin-bottom: 20px; }

.vi-comment-sec .comments-list {
  list-style: none;
  padding: 0; }

.vi-comment-sec .comment-item {
  display: flex;
  margin-bottom: 20px; }

.vi-comment-sec .comment-item.sub-comment {
  padding-left: 105px; }

.vi-comment-sec .comment-item.sub-comment img {
  width: 60px;
  height: 60px; }

.vi-comment-sec .comment-item img {
  width: 85px;
  height: 85px;
  border-radius: 0;
  margin-right: 20px;
  object-fit: cover; }

.vi-comment-sec .comment-content {
  flex-grow: 1; }

.vi-comment-sec .comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }

.vi-comment-sec .comment-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left; }

.vi-comment-sec .comment-header small {
  color: #888; }

.vi-comment-sec .comment-text {
  color: #6C6C6C;
  margin-bottom: 10px;
  font-weight: 400; }

.vi-comment-sec .comment-actions {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 12px; }

.vi-comment-sec .comment-actions span {
  margin-right: 24px;
  display: flex;
  align-items: center; }

.vi-comment-sec .comment-actions i {
  margin-right: 5px; }

.view-more-replies {
  padding-top: 24px; }

.view-more-replies a {
  color: #6C6C6C;
  font-size: 14px; }

.vi-comment-sec .view-more {
  text-align: start;
  margin-top: 20px; }

.vi-comment-sec .view-more a {
  text-decoration: underline;
  color: #1E1E1E;
  font-weight: 500;
  font-size: 16px; }

.no-resize {
  resize: none; }

.service-hero-sec {
  position: relative; }

.service-hero-sec .card {
  min-height: 327px;
  background-color: #000000;
  margin-top: 100px;
  border: 0px;
  border-radius: 0px;
  padding: 48px 35px;
  width: 1040px;
  margin-bottom: 100px; }

.service-hero-sec .card h6 {
  color: #fff;
  position: relative;
  margin-bottom: 12px;
  font-weight: 400; }

.service-hero-sec .card span {
  color: var(--default);
  margin-left: 30px; }

.service-hero-sec .card .heading {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--default); }

.service-hero-sec .card .heading h1 {
  text-align: start;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 40px;
  position: relative;
  padding-left: 35px; }

.service-hero-sec .card .heading p {
  color: #A2A2A2;
  padding-right: 80px; }

.service-hero-sec .card a {
  color: var(--secondary-color);
  font-size: 24px;
  text-decoration: none; }

.service-padding {
  padding: 0px 100px; }

.service-hero-sec ul {
  list-style: none; }

.service-hero-sec ul li {
  color: #A2A2A2; }

.hero-right-sec {
  background: url("../img/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.about-container .img-sec .img-content {
  bottom: 20px;
  position: absolute;
  right: 10px; }

.about-container .img-sec img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.vi-exp-sec .content-sec h2 {
  margin-top: 20px; }

.vi-exp-sec .content-sec .yrs-number-sec {
  margin-bottom: 20px; }

@media only screen and (max-width: 600px) {
  .hero-right-sec .vi-content {
    min-width: fit-content; }

  .hero-right-sec {
    min-height: 468px; } }
.row {
  margin-left: 0;
  margin-right: 0; }

.about-description p {
  text-align: justify; }

.vi-our-people-sec .owl-next.disabled svg path {
  stroke-width: 2px;
  stroke: #A2A2A2;
  /* Change the stroke color when the button has the disabled class */ }
.vi-our-people-sec .owl-prev.disabled svg path {
  stroke-width: 2px;
  stroke: #A2A2A2;
  /* /* Change the stroke color when the button has the disabled class */ }
.vi-our-people-sec .owl-item {
  position: relative; }
  .vi-our-people-sec .owl-item .item .image-caption-wrapper {
    position: relative;
    height: 400px; }
    .vi-our-people-sec .owl-item .item .image-caption-wrapper img {
      object-fit: cover;
      object-position: top center;
      height: 360px;
      max-height: 490.55px;
      transform: scale(1, 1);
      transition: transform 0.2s linear; }
    .vi-our-people-sec .owl-item .item .image-caption-wrapper img:hover {
      transform: scale(1.1, 1.1); }
    .vi-our-people-sec .owl-item .item .image-caption-wrapper .carousel-caption-employee-detail {
      position: absolute;
      flex-wrap: nowrap;
      width: 90%;
      bottom: 20px;
      padding: 20px 10px 15px 10px;
      height: 80px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #FFF;
      box-shadow: 1px 0px 9px 2px rgba(0, 0, 0, 0.15); }
      .vi-our-people-sec .owl-item .item .image-caption-wrapper .carousel-caption-employee-detail .team-info {
        text-align: left; }
        .vi-our-people-sec .owl-item .item .image-caption-wrapper .carousel-caption-employee-detail .team-info .role-title {
          color: #6C6C6C;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-transform: uppercase; }
        .vi-our-people-sec .owl-item .item .image-caption-wrapper .carousel-caption-employee-detail .team-info .employee-name {
          color: #000;
          font-family: Inter;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .vi-our-people-sec .owl-item .item .image-caption-wrapper .carousel-caption-employee-detail .team-info :first-child {
          flex: 1; }

.employee-container h4.title {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize; }
.employee-container img {
  transition: 0.5s; }
.employee-container img:hover {
  transform: scale(1.2); }
.employee-container .personal-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 20px; }
  .employee-container .personal-info h1.emp-name {
    color: #080808;
    font-family: "Plus Jakarta Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .employee-container .personal-info h2.emp-role {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .employee-container .personal-info p {
    color: #383838;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: justify; }

.our-services-sec {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 550px;
  background-color: var(--primary-color);
  z-index: -1; }
  @media only screen and (max-width: 500px) {
    .our-services-sec .common-padding {
      padding: 10px; }
      .our-services-sec .common-padding .left-sec {
        margin-left: auto;
        margin-right: auto;
        text-align: justify; }
        .our-services-sec .common-padding .left-sec h1 {
          text-align: center; }
        .our-services-sec .common-padding .left-sec p {
          width: 100%;
          padding-right: 0; } }

:root {
  --primary-color: #000000;
  --secondary-color: #E7DC84;
  --default: #fff;
  --light: #A2A2A2;
  --light-grey: #F5F5F5; }

.section-blog .owl-carousel .owl-stage-outer {
  display: flex !important; }

.post-slide {
  background: #fff;
  margin: 20px 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8; }
  .post-slide .post-img {
    position: relative;
    overflow: hidden; }
    .post-slide .post-img .image-wrapper {
      position: relative; }
      .post-slide .post-img .image-wrapper img {
        width: 100%;
        height: auto;
        transform: scale(1, 1);
        transition: transform 0.2s linear; }
      .post-slide .post-img .image-wrapper:hover img {
        transform: scale(1.1, 1.1); }
      .post-slide .post-img .image-wrapper .post-date {
        color: var(--primary-color);
        background-color: var(--secondary-color);
        font-size: 14px;
        display: flex;
        padding: 24px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 30px; }
        .post-slide .post-img .image-wrapper .post-date i {
          font-size: 20px;
          margin-right: 8px;
          color: #CFDACE; }
  .post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.5s linear; }
    .post-slide .over-layer:hover {
      opacity: 1;
      text-decoration: none; }
    .post-slide .over-layer i {
      position: relative;
      top: 45%;
      text-align: center;
      display: block;
      color: #fff;
      font-size: 25px; }
  .post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media only screen and (max-width: 1280px) {
      .post-slide .post-content {
        padding: 0px 15px 25px 15px; } }
  .post-slide .post-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    line-height: 1.5; /* Adjust as needed */
    height: calc(1.5em * 3); /* Set height for 3 lines */
   }
  .post-slide .post-description {
    line-height: 18px;
    color: #808080;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify; }
  .post-slide .read-more {
    padding: 7px 20px;
    margin-left: auto;
    width: 140px;
    font-size: 12px;
    background: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: 0px 10px 20px -10px var(--primary-color);
    text-transform: uppercase; }
    .post-slide .read-more:hover {
      background: var(--secondary-color);
      text-decoration: none;
      color: var(--primary-color); }

@media only screen and (max-width: 500px) {
  .consultation-sec {
    position: relative;
    padding: 10px 10px; } }
.vi-service {
  position: relative; }
  .vi-service .vi-service-baner {
    width: 100%;
    height: 200px;
    background-image: url("../img/service-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1; }
  .vi-service .vi-service-container {
    margin-top: -90px;
    background-color: black;
    margin-bottom: 20px; }
    .vi-service .vi-service-container .card {
      border: 0px; }
      .vi-service .vi-service-container .card .card-body {
        background-color: black; }
        .vi-service .vi-service-container .card .card-body h1, .vi-service .vi-service-container .card .card-body h6 {
          color: #fff; }
        .vi-service .vi-service-container .card .card-body p, .vi-service .vi-service-container .card .card-body ul li {
          color: #A2A2A2; }
        @media only screen and (max-width: 500px) {
          .vi-service .vi-service-container .card .card-body p {
            text-align: justify; } }

#disclaimer-modal .modal-body {
  padding: 10px; }

.blog-hero-sec {
  width: 100%;
  height: 500px;
  background-image: url("../img/blog-bnr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1; }

.blogs-sec-page {
  background-color: #F5F5F5; }

.post-list-section {
  background: #F5F5F5; }
  .post-list-section .container {
    margin-top: 2rem; }
    @media (max-width: 992px) {
      .post-list-section .container {
        margin-top: 4rem; } }
    @media (max-width: 768px) {
      .post-list-section .container {
        margin-top: 5rem; } }
    @media (max-width: 576px) {
      .post-list-section .container {
        margin-top: 6rem; } }
  .post-list-section.post-list .post-main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; }
  .post-list-section.post-list .pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none; }
    .post-list-section.post-list .pagination .page-item {
      display: flex;
      width: 29px;
      padding: 3px 8px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border: none;
      color: #7F7F7F;
      font-family: Inter;
      font-weight: normal;
      font-size: 1rem; }
      .post-list-section.post-list .pagination .page-item .page-link {
        background-color: transparent !important;
        border: 0 !important;
        border-radius: 0 !important; }
        .post-list-section.post-list .pagination .page-item .page-link.disabled {
          color: #7F7F7F;
          cursor: none;
          pointer-events: none; }
      .post-list-section.post-list .pagination .page-item.active {
        color: var(--primary-color);
        font-family: Inter;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transition: .5s; }
  .post-list-section.post-list .post-item {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .post-list-section.post-list .post-item .post-slide {
      background: #fff;
      margin: 0px;
      padding-top: 1px;
      box-shadow: 0px 14px 22px -9px #bbcbd8; }
      .post-list-section.post-list .post-item .post-slide .post-content .blog-title {
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .post-list-section.post-list .post-item .post-slide .post-content .post-about {
        color: #6C6C6C;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 20.8px */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* Number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .post-list-section.post-list .post-item .post-slide .post-content .view-more {
        display: block;
        margin-left: auto;
        margin-right: 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        background: transparent;
        color: var(--bs-dark);
        border-radius: 0 !important;
        max-width: 140px;
        border: none; }
        .post-list-section.post-list .post-item .post-slide .post-content .view-more:hover {
          background: var(--primary-color);
          color: var(--secondary-color);
          opacity: 0.8; }
      .post-list-section.post-list .post-item .post-slide .post-img {
        position: relative;
        overflow: hidden; }
        .post-list-section.post-list .post-item .post-slide .post-img img {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
          width: 100%;
          min-width: 280px;
          height: 200px;
          object-fit: cover;
          border-radius: inherit; }
          .post-list-section.post-list .post-item .post-slide .post-img img:hover {
            transition: 0.5s; }
        .post-list-section.post-list .post-item .post-slide .post-img:hover img {
          -webkit-transform: scale(1.3);
          transform: scale(1.3); }
        .post-list-section.post-list .post-item .post-slide .post-img .post-icon {
          position: absolute;
          bottom: 20px;
          right: 20px;
          margin-bottom: -100%;
          transition: 0.5s;
          z-index: 9; }
    .post-list-section.post-list .post-item .post-title {
      flex-grow: 1;
      color: var(--secondary-color);
      background: var(--primary-color);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      position: relative;
      transition: 0.5s; }
      .post-list-section.post-list .post-item .post-title:hover {
        color: var(--primary-color);
        background: var(--secondary-color); }
      .post-list-section.post-list .post-item .post-title .view-more {
        display: none; }

.team-list-section.team-members .people-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }
.team-list-section.team-members .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none; }
  .team-list-section.team-members .pagination .page-item {
    display: flex;
    width: 29px;
    padding: 3px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    color: #7F7F7F;
    font-family: Inter;
    font-weight: normal;
    font-size: 1rem; }
    .team-list-section.team-members .pagination .page-item .page-link {
      background-color: transparent !important;
      border: 0 !important;
      border-radius: 0 !important; }
      .team-list-section.team-members .pagination .page-item .page-link.disabled {
        color: #7F7F7F;
        cursor: none;
        pointer-events: none; }
    .team-list-section.team-members .pagination .page-item.active {
      color: var(--primary-color);
      font-family: Inter;
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      transition: .5s; }
.team-list-section .team-item {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .team-list-section .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .team-list-section .team-item .team-img img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      width: 100%;
      min-width: 280px;
      height: 380px;
      object-fit: cover;
      border-radius: inherit;
      object-position: top center; }
      .team-list-section .team-item .team-img img:hover {
        transition: 0.5s; }
    .team-list-section .team-item .team-img:hover img {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
    .team-list-section .team-item .team-img .team-icon {
      position: absolute;
      bottom: 20px;
      right: 20px;
      margin-bottom: -100%;
      transition: 0.5s;
      z-index: 9; }
  .team-list-section .team-item .team-title {
    flex-grow: 1;
    color: var(--secondary-color);
    background: var(--primary-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    transition: 0.5s; }
    .team-list-section .team-item .team-title:hover {
      color: var(--primary-color);
      background: var(--secondary-color); }
      .team-list-section .team-item .team-title:hover .view-more {
        display: block;
        margin-left: auto;
        margin-right: 10px;
        background: var(--primary-color);
        color: var(--secondary-color);
        opacity: 0.8;
        border-radius: 0 !important; }
    .team-list-section .team-item .team-title .view-more {
      display: none; }
    .team-list-section .team-item .team-title .emp-title {
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .team-list-section .team-item .team-title .emp-about {
      color: #6C6C6C;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 20.8px */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* Number of lines to show */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify; }

.owl-theme .owl-nav [class*="owl-"] {
  background: none !important;
  border: none;
  padding: 10px !important;
  font-size: 12px !important; }

.owl-item a {
  text-decoration: none; }

.owl-stage-outer {
  text-align: center !important; }
  .owl-stage-outer .owl-stage {
    flex: 1 1 0%;
    align-items: center;
    animation-fill-mode: backwards;
    display: flex !important;
    justify-content: center !important;
    align-self: stretch; }

.owl-dots {
  text-align: center;
  padding-top: 15px; }

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px; }

.owl-dots button.owl-dot.active {
  background-color: #000; }

.owl-dots button.owl-dot:focus {
  outline: none; }

.owl-nav {
  margin-top: 35px;
  position: relative !important;
  top: auto;
  bottom: 0px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.owl-nav button {
  position: relative;
  background: rgba(255, 255, 255, 0.38) !important;
  transition: all 0.3s ease-in-out; }

.owl-nav button:focus {
  outline: none; }

/*# sourceMappingURL=style.css.map */
