@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
}

p {
  font-size: 15px;
}

:root, [data-bs-theme=light] {
  --bs-body-color: #3d3d3d;
}

.about-sec1 {
  background: #0C489E;
  padding: 30px 0px !important;
}
.about-sec1 .abt-sec1-content h4 {
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  line-height: 2;
}
.about-sec1 .abt-sec1-content h4 span:first-child img {
  width: 16px;
  position: relative;
  top: -8px;
}
.about-sec1 .abt-sec1-content h4 span:nth-child(2) img {
  width: 16px;
  position: relative;
  top: -8px;
}

.about-sec2 {
  padding: 40px;
  margin: 40px auto;
  border-radius: 20px;
}
.about-sec2 .abt-sec2-content {
  background: white;
  border-radius: 15px;
  padding: 30px 30px;
}
.about-sec2 .abt-sec2-content h5 {
  background: rgba(0, 172, 219, 0.062745098);
  color: #00ACDB;
}
.about-sec2 .abt-sec2-content button {
  height: 50px;
  border: 0;
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

.about-sec3 {
  padding: 50px 0 0;
}
.about-sec3 h2 {
  color: white;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-sec3 .nav .nav-link {
  text-align: left;
  margin-bottom: 15px;
  background: url(../images/about-tab-bg.jpg);
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  color: white;
  border: 2px solid #012353;
}
.about-sec3 .nav .nav-link.active, .about-sec3 .nav .nav-link:hover {
  border: 2px solid #33B6FF;
}
.about-sec3 .nav .nav-link.active span, .about-sec3 .nav .nav-link:hover span {
  background: #33B6FF;
}
.about-sec3 .nav .nav-link.active span img, .about-sec3 .nav .nav-link:hover span img {
  filter: invert(1) brightness(2) grayscale(1);
}
.about-sec3 .nav .nav-link span {
  background: white;
  height: 60px;
  width: 60px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.about-sec3 .nav .nav-link span img {
  width: 30px;
  height: 30px;
}
.about-sec3 .tab-content {
  background: #00ACDB;
  color: white;
  height: 310px;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .about-sec3 .tab-content {
    margin-bottom: 70px;
    height: auto;
  }
}
.about-sec3 .tab-content .tab-pane {
  text-align: center;
  font-weight: 400;
  line-height: 1.7;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .about-sec3 .tab-content .tab-pane {
    line-height: 1.5;
  }
}
.about-sec3 .tab-content .tab-pane strong {
  font-weight: 600;
}
.about-sec3 .abt-sec3-img {
  width: 300px;
  margin-left: -50px;
  margin-top: -40px;
}
@media only screen and (max-width: 992px) {
  .about-sec3 .abt-sec3-img {
    width: 60%;
    margin-left: 20%;
  }
}
.about-sec3 .col-md-9 {
  padding-right: 80px;
}
@media screen and (max-width: 992px) {
  .about-sec3 .col-md-9 {
    padding-right: 12px;
  }
}

.text-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.3s ease-in-out;
  height: 120px;
  padding-bottom: 20px;
}

.expanded {
  display: block;
  height: 100%;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read-more-btn {
  display: inline-block;
  margin-top: 5px;
  color: #0C489E;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  text-align: end;
  width: 80%;
}

.texttestimonialbox .testim-content p:before {
  left: 20px;
  top: -10px;
}

.texttestimonialbox .testim-content p:after {
  right: 20px;
  bottom: -10px;
}

.about-sec4 {
  background: rgb(0, 172, 219);
  background: linear-gradient(90deg, rgba(0, 172, 219, 0.45) 0%, rgba(0, 172, 219, 0) 50%);
  padding: 50px 0;
}
.about-sec4 .container-fluid {
  padding: 0;
}
.about-sec4 .container-fluid .abt-sec4-content {
  padding: 0 30px 0 20px;
}
@media only screen and (max-width: 992px) {
  .about-sec4 .container-fluid .abt-sec4-content {
    margin-top: 50px;
  }
}
.about-sec4 .container-fluid .abt-sec4-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}
.about-sec4 .container-fluid .abt-sec4-content p {
  font-style: italic;
  text-align: center;
  margin-bottom: 22px;
  color: #272727;
  line-height: 1.6;
}
.about-sec4 .container-fluid .abt-sec4-content h4 {
  font-size: 20px;
  text-align: center;
  color: #272727;
  font-style: italic;
}
.about-sec4 .container-fluid .abt-sec4-content h4 span {
  font-weight: 600;
}
.about-sec4 .container-fluid .abt-sec4-content ul {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.about-sec4 .container-fluid .abt-sec4-content ul li {
  flex: 0 0 50%;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #272727;
}
@media only screen and (max-width: 992px) {
  .about-sec4 .container-fluid .abt-sec4-content ul li {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 690px) {
  .about-sec4 .container-fluid .abt-sec4-content ul li {
    flex: 0 0 100%;
  }
}
.about-sec4 .container-fluid .abt-sec4-content ul li:before {
  content: "";
  background: url(../images/check-icon3.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-sec5 {
  background: #0C489E;
  padding: 60px 0;
  /* Tablet and Mobile Responsive Styles */
}
.about-sec5 h2 {
  font-style: italic;
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-sec5 h2 span {
  font-weight: 600;
}
.about-sec5 .step-container {
  display: flex;
  overflow: hidden;
  color: #333;
}
.about-sec5 .left-panel {
  width: 22%;
  padding: 0;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: flex-start;
  position: relative;
}
.about-sec5 .left-panel::before {
  content: "";
  width: 1px;
  height: 300px;
  border: 1px dashed #ffffff;
  position: absolute;
  left: 10px;
  top: 30px;
  z-index: -1;
}
.about-sec5 .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #527dba;
  cursor: pointer;
  margin-bottom: 60px;
  border: 5px solid rgba(12, 72, 158, 0.7607843137);
}
.about-sec5 .circle span {
  position: absolute;
  width: 200px;
  left: 32px;
  color: #afc3df;
  margin-top: -5px;
  font-size: 15px;
}
.about-sec5 .circle.active {
  background-color: #ffffff;
  border: 5px solid rgb(38, 98, 183);
}
.about-sec5 .circle.active span {
  color: white;
}
.about-sec5 .right-panel {
  width: 78%;
  padding: 20px;
}
.about-sec5 .content {
  display: flex;
  opacity: 1 !important;
  align-items: center;
}
.about-sec5 .content img {
  width: 250px;
  margin-right: 20px;
}
.about-sec5 .content h2 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.8;
}
.about-sec5 .content p {
  line-height: 1.6;
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.about-sec5 .content p span {
  font-weight: 500;
}
.about-sec5 .profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .about-sec5 .step-container {
    flex-direction: column;
  }
  .about-sec5 .left-panel::before {
    content: "";
    width: 1px;
    height: 210px;
    border: 1px dashed rgb(40, 90, 161);
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: -1;
  }
  .about-sec5 .left-panel,
  .about-sec5 .right-panel {
    width: 100%;
  }
  .about-sec5 .circle span {
    font-size: 16px;
  }
  .about-sec5 .content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .about-sec5 .content img {
    max-width: 100%; /* Slightly larger images on tablets */
    width: 100% !important;
    margin-bottom: 20px;
  }
  .about-sec5 .content h2 {
    font-size: 20px;
  }
  .about-sec5 .content p {
    font-size: 16px;
  }
  .about-sec5 .circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgb(74, 121, 189);
    cursor: pointer;
    margin-bottom: 30px;
    border: 5px solid #0C489E;
  }
}

.about-sec6 {
  padding: 60px 0;
  background: url(../images/about-sec6-bg.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .about-sec6 {
    background-size: cover;
    background-position: center;
  }
}
.about-sec6 .content {
  text-align: center;
}
.about-sec6 .content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.about-sec6 .content p {
  margin-bottom: 10px;
  font-size: 15px;
}
.about-sec6 .timeline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-sec6 .timeline {
    flex-direction: column;
  }
}
.about-sec6 .timeline-item {
  position: relative;
  text-align: center;
  margin: 20px 0;
  flex: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-sec6 .timeline-item {
    margin: 0px 0 20px;
  }
}
.about-sec6 .timeline-item .timeline-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #7D32A1, #A140CF, #A140CF);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  left: 10px;
}
.about-sec6 .timeline-item .timeline-icon::before {
  border-top: 20px solid #A140CF;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: 51px;
  width: 0;
}
.about-sec6 .timeline-item .timeline-icon::after {
  content: "";
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
}
.about-sec6 .timeline-item .timeline-icon img {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-sec6 .timeline-item .arrow {
  width: auto;
  height: 40px;
  position: relative;
  background: linear-gradient(90deg, #7D32A1, #A140CF, #A140CF);
  margin: 0 auto 10px;
  color: #fff;
  font-weight: 500;
  padding-left: 15px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-sec6 .timeline-item .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.about-sec6 .timeline-item .arrow::before {
  content: "";
  position: absolute;
  right: -19px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #A140CF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 1;
}
.about-sec6 .timeline-item:nth-child(2) .arrow {
  background: linear-gradient(90deg, #57309C, #57309C, #6B3BBF);
}
.about-sec6 .timeline-item:nth-child(2) .arrow::before {
  border-left: 20px solid #6B3BBF;
}
.about-sec6 .timeline-item:nth-child(2) .timeline-icon {
  background: linear-gradient(180deg, #57309C, #57309C, #6B3BBF);
}
.about-sec6 .timeline-item:nth-child(2) .timeline-icon::before {
  border-top: 20px solid #6B3BBF;
}
.about-sec6 .timeline-item:nth-child(3) .arrow {
  background: linear-gradient(90deg, #3366A6, #4A94F0);
}
.about-sec6 .timeline-item:nth-child(3) .arrow::before {
  border-left: 20px solid #4A94F0;
}
.about-sec6 .timeline-item:nth-child(3) .timeline-icon {
  background: linear-gradient(180deg, #3366A6, #4A94F0);
}
.about-sec6 .timeline-item:nth-child(3) .timeline-icon::before {
  border-top: 20px solid #4A94F0;
}
.about-sec6 .timeline-item:nth-child(4) .arrow {
  background: linear-gradient(90deg, #7D32A1, #8736AD, #A040CE, #A140CF);
}
.about-sec6 .timeline-item:nth-child(4) .arrow::before {
  border-left: 20px solid #A140CF;
}
.about-sec6 .timeline-item:nth-child(4) .timeline-icon {
  background: linear-gradient(180deg, #7D32A1, #8736AD, #A040CE, #A140CF);
}
.about-sec6 .timeline-item:nth-child(4) .timeline-icon::before {
  border-top: 20px solid #A140CF;
}
.about-sec6 .timeline-item:nth-child(5) .arrow {
  background: linear-gradient(90deg, #57309C, #6236B0, #6B3BBF);
}
.about-sec6 .timeline-item:nth-child(5) .arrow::before {
  border-left: 20px solid #6B3BBF;
}
.about-sec6 .timeline-item:nth-child(5) .timeline-icon {
  background: linear-gradient(180deg, #57309C, #6236B0, #6B3BBF);
}
.about-sec6 .timeline-item:nth-child(5) .timeline-icon::before {
  border-top: 20px solid #6B3BBF;
}
.about-sec6 .timeline-item .timeline-text {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-sec6 .timeline {
    flex-direction: row;
    justify-content: space-between;
  }
  .about-sec6 .timeline-item {
    flex: 1;
    margin: 0 0px;
  }
}

.about-sec7 {
  background: url(../images/about-sec7-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
.about-sec7 .boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.about-sec7 .boxes .box2 {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.about-sec7 .boxes .box {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  background: #032F6D;
  color: white;
  border-left: 7px solid #00ACDB;
  border-radius: 6px;
  padding: 20px;
  align-content: center;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
.about-sec7 .boxes .box img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-sec7 .boxes .box p {
  text-align: center;
}
@media (max-width: 768px) {
  .about-sec7 .boxes {
    margin-bottom: 50px;
    width: 100%;
  }
  .about-sec7 .boxes .box2 {
    width: 100%;
    margin-right: 15px;
  }
  .about-sec7 .boxes .box {
    width: 100%;
    height: auto;
    max-width: 15px;
  }
}
.about-sec7 .content h2 {
  color: white;
  font-size: 30px;
  margin-bottom: 20px;
}
.about-sec7 .content p {
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 2;
}
.about-sec7 .content button {
  background: #00ACDB;
  color: white;
  border-radius: 6px;
  border: 0;
  height: 50px;
  padding: 10px 20px;
}

.about-sec8 {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .about-sec8 img {
    margin-bottom: 30px;
  }
}
.about-sec8 .content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.about-sec8 .content h3 {
  font-size: 22px;
  font-style: italic;
}
.about-sec8 .content h3 span {
  font-weight: 700;
}
.about-sec8 .content p {
  font-size: 15px;
  line-height: 2;
}

.about-sec9 {
  padding: 50px 0;
  position: relative;
}
.about-sec9::before {
  background: #40BEFF;
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0;
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .about-sec9::before {
    display: none;
  }
}
.about-sec9 .left-img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-sec9 .left-img {
    margin-bottom: 30px;
  }
}
.about-sec9 .content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.about-sec9 .content h3 {
  font-size: 22px;
  font-style: italic;
}
.about-sec9 .content h3 span {
  font-weight: 700;
}
.about-sec9 .content h6 {
  font-size: 18px;
  color: #0C489E;
  margin-bottom: 10px;
}
.about-sec9 .content p {
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .about-sec9 .content p {
    text-align: justify;
  }
}

.about-sec10 {
  padding: 50px 0;
  position: relative;
}
.about-sec10::before {
  background: #40BEFF;
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  right: 0;
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .about-sec10::before {
    display: none;
  }
}
.about-sec10 .left-img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-sec10 .left-img {
    margin-bottom: 30px;
  }
}
.about-sec10 .content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.about-sec10 .content h3 {
  font-size: 22px;
  font-style: italic;
}
.about-sec10 .content h3 span {
  font-weight: 700;
}
.about-sec10 .content h6 {
  font-size: 18px;
  color: #0C489E;
  margin-bottom: 10px;
}
.about-sec10 .content p {
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .about-sec10 .content p {
    text-align: justify;
  }
}

.about-sec11 {
  padding: 50px 0;
  position: relative;
  background: url(../images/about-sec11-bg.jpg);
  background-size: cover;
  background-position: -50px 0;
  background-repeat: no-repeat;
}
.about-sec11::before {
  content: "";
  background: linear-gradient(268deg, #0C489E, rgb(12, 72, 158), rgba(12, 72, 158, 0));
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-sec11::before {
    background: linear-gradient(268deg, #0C489E, #0C489E, #0C489E);
    width: 100%;
  }
}
.about-sec11 .content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: white;
}
.about-sec11 .content h4 {
  font-size: 20px;
  font-style: italic;
  color: white;
}
.about-sec11 .content h4 span {
  font-weight: 700;
}
.about-sec11 .content p {
  font-size: 15px;
  line-height: 1.6;
  color: white;
}

.about-vision-sec1 {
  background: url(../images/about-vision-sec1-bg.jpg);
  background-size: cover;
  padding: 150px 0;
}
@media only screen and (max-width: 992px) {
  .about-vision-sec1 {
    padding: 60px 0;
  }
}
.about-vision-sec1 .content h2 {
  font-size: 30px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
}
.about-vision-sec1 .content p {
  color: white;
  font-size: 15px;
}

.about-vision-sec2 {
  background: url(../images/about-vision-sec2-bg.jpg);
  background-size: cover;
  background-position: -60px 0;
  padding: 60px 0;
}
@media only screen and (max-width: 992px) {
  .about-vision-sec2 {
    background-position: right;
  }
}
.about-vision-sec2 .content h2 {
  font-size: 30px;
  font-weight: 500;
  color: white;
  margin-bottom: 15px;
}
.about-vision-sec2 .content p {
  color: white;
  font-size: 15px;
}
.about-vision-sec2 .content .boxes {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
  justify-content: center;
}
.about-vision-sec2 .content .boxes .box {
  display: flex;
  flex: 0 0 31.5%;
  flex-direction: column;
  background: #032F6D;
  color: white;
  border-bottom: 7px solid #00ACDB;
  border-radius: 6px;
  padding: 20px;
  align-content: center;
  align-items: start;
  gap: 10px;
  justify-content: start;
  height: 250px;
}
.about-vision-sec2 .content .boxes .box img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-vision-sec2 .content .boxes .box p {
  text-align: left;
  font-size: 13px;
  font-style: italic;
}
@media (max-width: 768px) {
  .about-vision-sec2 .content .boxes {
    margin-bottom: 50px;
    gap: 15px;
    width: 100%;
  }
  .about-vision-sec2 .content .boxes .box2 {
    width: 100%;
    gap: 15px;
  }
  .about-vision-sec2 .content .boxes .box {
    flex: 0 0 47%;
    height: 250px;
  }
}
.about-vision-sec2 .content h4 {
  font-size: 16px;
  color: white;
  font-style: italic;
  text-align: center;
  line-height: 1.8;
}
.about-vision-sec2 .content h4 span {
  color: #00ACDB;
}

.about-phylosaphy-sec1 {
  background: url(../images/about-phylosaphy-img1.jpg);
  background-size: cover;
  padding: 250px 0;
  background-position: -50px 0;
}
@media only screen and (max-width: 992px) {
  .about-phylosaphy-sec1 {
    padding: 60px 0;
    background-position: right;
  }
}
.about-phylosaphy-sec1 .content {
  text-align: center;
}
.about-phylosaphy-sec1 .content h2 {
  font-size: 30px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
}
.about-phylosaphy-sec1 .content p {
  color: white;
  font-size: 15px;
  line-height: 2;
}

.about-phylosaphy-sec2 {
  padding: 60px 0;
}
.about-phylosaphy-sec2 h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  color: black;
}
.about-phylosaphy-sec2 .bottom-text {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  line-height: 2;
  width: 70%;
  margin-left: 20%;
}
.about-phylosaphy-sec2 .bottom-text span {
  color: #0C489E;
}
.about-phylosaphy-sec2 h4 {
  color: black;
}
.about-phylosaphy-sec2 .core-box {
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.about-phylosaphy-sec2 .core-box .heading {
  color: white;
  width: 100%;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
}
.about-phylosaphy-sec2 .core-box .hover-content {
  position: absolute;
  bottom: -100%; /* Start hidden below the box */
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C489E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 40px;
  transition: bottom 0.4s ease; /* Smooth sliding effect */
}
.about-phylosaphy-sec2 .core-box .hover-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}
.about-phylosaphy-sec2 .core-box .hover-content p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 0 10px;
}
.about-phylosaphy-sec2 .core-box:hover .hover-content {
  bottom: 0; /* Slide into view from the bottom */
}
.about-phylosaphy-sec2 .core-box:hover .heading {
  display: none;
}

.about-management-sec1 {
  background: url(../images/about-management-sec1-bg.jpg);
  background-size: cover;
  padding: 60px 0;
}
.about-management-sec1 h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  color: cover;
  color: white;
}
.about-management-sec1 p {
  color: white;
  margin-bottom: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}
.about-management-sec1 .bottom-text {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  line-height: 2;
  width: 70%;
  margin-left: 20%;
}
.about-management-sec1 .bottom-text span {
  color: #0C489E;
}
.about-management-sec1 h4 {
  color: black;
}
.about-management-sec1 .core-box {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.about-management-sec1 .core-box .default-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.about-management-sec1 .core-box .default-content h4 {
  color: white;
  font-size: 18px;
}
.about-management-sec1 .core-box .default-content p {
  color: white;
  margin-bottom: 6px;
}
.about-management-sec1 .core-box .default-content img {
  width: 22px;
  height: 22px;
  margin-bottom: 20px;
}
.about-management-sec1 .core-box .hover-content {
  position: absolute;
  bottom: -100%; /* Start hidden below the box */
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00ACDB, #00ACDB, #00ACDB, rgba(0, 172, 219, 0.5019607843));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;
  transition: bottom 0.4s ease; /* Smooth sliding effect */
}
.about-management-sec1 .core-box .hover-content h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: white;
}
.about-management-sec1 .core-box .hover-content p {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 6px;
}
.about-management-sec1 .core-box .hover-content img {
  width: 22px;
  height: 22px;
  margin-bottom: 20px;
}
.about-management-sec1 .core-box:hover .hover-content {
  bottom: 0; /* Slide into view from the bottom */
}
.about-management-sec1 .core-box:hover .default-content {
  display: none;
}

.about-management-sec2 {
  padding: 60px 0;
  text-align: center;
}
.about-management-sec2 h2 {
  font-size: 30px;
  color: #0C489E;
  margin-bottom: 15px;
  font-weight: 600;
}
.about-management-sec2 p {
  font-size: 15px;
  color: black;
  margin-bottom: 40px;
}
.about-management-sec2 .team-box {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.0823529412);
  padding: 18px;
}
.about-management-sec2 .team-box img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about-management-sec2 .team-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

@media only screen and (max-width: 992px) {
  #subpageviewbg h3 {
    padding: 10% 0 1% 0;
  }
}
@media only screen and (max-width: 690px) {
  .menu-container {
    border-radius: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.box.vert-move {
  animation: mover 1s infinite alternate;
}

.box.vert-move {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.slider {
  position: relative;
}
.slider .slick-slide {
  border: 0;
  z-index: 1;
  height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
}
.slider .slick-slide .container {
  position: relative;
}
.slider .slick-slide:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider .slick-slide h1 {
  font-size: 60px;
  font-weight: 700;
}
.slider .slick-slide p {
  margin: 0 0 15px;
}
.slick-dots {
  position: absolute;
  top: 50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
  display: flex !important;
  flex-direction: column !important;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .slick-dots {
    flex-direction: row !important;
    top: 0;
    gap: 0px !important;
    left: 15% !important;
    justify-content: space-between;
  }
}
.slick-dots::before {
  content: "";
  width: 1px;
  height: 240px;
  position: absolute;
  top: 8px;
  left: 7px;
  border: 1px dashed #fff;
}
@media only screen and (max-width: 992px) {
  .slick-dots::before {
    width: 66%;
    height: 1px;
    top: 13px;
    left: 15px;
    border: 1px dashed #fff;
  }
}
.slick-dots:hover {
  color: #007bff;
}
.slick-dots li {
  display: block;
  margin: 0 0 5px;
  transition: all 0.5s ease;
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 992px) {
  .slick-dots li {
    width: 33.33% !important;
  }
}
.slick-dots li.slick-active button {
  opacity: 1;
  color: white !important;
}
@media only screen and (max-width: 992px) {
  .slick-dots li.slick-active button {
    width: 100px !important;
    padding-left: 21px !important;
    color: transparent !important;
  }
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
  width: 15px;
  height: 15px;
  content: "";
  left: -5px;
  top: 8px;
  background: white;
}
.slick-dots li.slick-active button:after {
  opacity: 1;
  color: #ffffff !important;
  width: 24px;
  height: 24px;
  content: "";
  left: -9px;
  top: 2px;
  position: absolute;
  border-radius: 100px;
  background: #9eb6d8;
}
.slick-dots li button {
  display: none;
  border-radius: 100px;
  color: #9eb6d8 !important;
  border: 0;
  outline: none;
  background: transparent;
  width: 200px !important;
  font-size: 14px !important;
  text-align: left !important;
  padding-left: 40px !important;
  line-height: 1.5 !important;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .slick-dots li button {
    width: 100px !important;
    padding-left: 21px !important;
    color: transparent !important;
  }
}
.slick-dots li button::before {
  border-radius: 100px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 7px !important;
  left: -5px !important;
  width: 15px !important;
  height: 15px !important;
  content: "" !important;
  text-align: center;
  opacity: 1 !important;
  color: black;
  background: #9eb6d8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}/*# sourceMappingURL=about.css.map */