@charset "UTF-8";
@font-face {
  font-family: "Aptos";
  src: url("../fonts_iit/Aptos.woff2") format("woff2"),
    url("../fonts_iit/Aptos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts_iit/Aptos-Bold.woff2") format("woff2"),
    url("../fonts_iit/Aptos-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts_iit/Aptos-Black.woff2") format("woff2"),
    url("../fonts_iit/Aptos-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos Narrow";
  src: url("../fonts_iit/Aptos-Narrow-Bold.woff2") format("woff2"),
    url("../fonts_iit/Aptos-Narrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts_iit/Aptos-Light.woff2") format("woff2"),
    url("../fonts_iit/Aptos-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos Narrow";
  src: url("../fonts_iit/Aptos-Narrow.woff2") format("woff2"),
    url("../fonts_iit/Aptos-Narrow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts_iit/Aptos-SemiBold.woff2") format("woff2"),
    url("../fonts_iit/Aptos-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #fff;
  color: #666;
  font-family: "Aptos";
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
/* .p-structure-content .accordion-button.collapsed .accordion-button-icon .fa-minus {
  display: none;
}
.p-structure-content .accordion-button.collapsed .accordion-button-icon .fa-plus {
  display: block;
}
.p-structure-content .accordion-button .accordion-button-icon .fa-minus {
  display: block;
}
.p-structure-content .accordion-button .accordion-button-icon .fa-plus {
  display: none;
}
.p-structure-content .accordion-button::after {
  display: none;
} */
.p-structure-content .accordion-button .accordion-button-icon .fa-plus {
  display: block;
}

.p-structure-content .accordion-button:not(.collapsed) .accordion-button-icon .fa-plus {
  display: none;
}

.p-structure-content .accordion-button:not(.collapsed) .accordion-button-icon .fa-minus {
  display: block;
}

.p-structure-content .accordion-button.collapsed .accordion-button-icon .fa-minus {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000;
}
a:hover {
  text-decoration: none !important;
}
.query-sub-blocks ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
a:focus {
  outline: none;
}
input:focus,
textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

header {
  transition-duration: 0.5s;
  position: sticky;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 5px #00000022;
}
.header-block {
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
}
#textVerify,
#textResend,
#_textResend,
#_textVerify {
  height: 38px;
}
.header-right {
  display: flex;
}
.header-menu {
  display: flex;
  align-items: center;
}
.menu-link {
  font-size: 18px;
  margin-right: 40px;
}
.menu-link:hover {
  color: #0077db;
}
#db {
  background-color: #f06424 !important;
  color: white !important;
}
.header-btn-block .header-btn,
.header-btn {
  display: flex;
  flex-direction: column;
  height: 50px;
  background-color: #f06424;
  justify-content: center;
  padding: 0px 20px;
  border-radius: 3px;
  color: #fff;
  line-height: 8px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.header-btn-block .header-btn span {
  font-size: 13px;
}
.header-btn-block .header-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  left: -110%;
  top: 0;
  opacity: 0.2;
  transition-duration: 0.3s;
  transform: skewX(20deg);
  z-index: 0;
}
.header-btn-block .header-btn:hover::after {
  left: -20%;
}
.menu-contact-btn {
  display: none !important;
}
.site-menu-toggle {
  color: #0077db;
}
.banner-section {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.banner-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #003862;
  opacity: 0.7;
  z-index: 0;
}
.banner-block {
  position: relative;
}
.banner-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner-caption h1 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  margin-top: 30px;
  text-transform: capitalize;
}
.banner-caption h1 b {
  font-weight: 600;
}
.banner-caption h1 span {
  font-weight: 600;
  display: block;
  color: #ff683d;
}
.heading-block {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Barlow Condensed", sans-serif;
}
.heading-block h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 2.6rem;
  margin: 0px;
}
.heading-center {
  justify-content: center;
}
.heading-light h2 {
  color: #fff;
}
.heading-dark h2 {
  color: #0e2a46;
}
.heading-block h2 span {
  font-weight: 600;
}
.count-wrapper {
  background-color: #0077db;
  border-radius: 40px 5px 40px 5px;
  padding: 30px;
  margin-top: -70px;
  position: relative;
  background-image: url("../images_iit/count-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.count-wrapper-light {
  background-color: #fff;
  border-radius: 40px 5px 40px 5px;
  padding: 30px;
  margin-top: -70px;
  position: relative;
  background-image: url("../images_iit/count-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 5px 5px 18px #00000033;
}
.count-block ul {
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}
.count-block ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  flex-grow: 1;
  width: 25%;
}
.count-wrapper-light .count {
  color: #000;
}
.count-wrapper-light .count-info {
  color: #666;
}
.count-icon {
  margin-bottom: 10px;
}
.count-block .count {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.count-block .count::after {
  content: attr(data-after);
  display: inline-block;
}
.count-info {
  font-weight: 300;
}
.about-section {
  padding: 100px 0px;
}
.about-img-block {
  position: sticky;
  top: 150px;
}
.about-img-block::before {
  content: "";
  top: -10px;
  right: -10px;
  position: absolute;
  background-color: #0077db;
  width: 40%;
  height: 40%;
  border-radius: 40px 5px 40px 5px;
}
.about-img-block::after {
  content: "";
  bottom: -10px;
  left: -10px;
  position: absolute;
  background-color: #ff683d;
  width: 40%;
  height: 40%;
  border-radius: 40px 5px 40px 5px;
}
.about-img {
  position: relative;
  border-radius: 40px 5px 40px 5px;
  overflow: hidden;
  z-index: 1;
}
.about-img img {
  width: 100%;
  transition-duration: 0.3s;
}
.about-img:hover img {
  transform: scale(1.05);
}
.about-bg {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 0;
  width: 40%;
}
.about-bg img {
  width: 100%;
  animation: about-bg infinite 4s;
  transform-origin: center;
}
@keyframes about-bg {
  0% {
    transform: rotate(0deg);
  }
  50%,
  100% {
    transform: rotate(-360deg);
  }
}
.about-content {
  position: relative;
  height: 100%;
}
.about-content p {
  font-size: 18px;
  line-height: 30px;
}
.about-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: about-icon infinite 2s;
}
@keyframes about-icon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}
.core-section {
  padding: 80px 0px;
}
.core-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.core-icon {
  margin-bottom: 20px;
  background-color: #0077db;
  padding: 20px;
  border-radius: 10px;
  max-width: 100px;
}
.core-icon img {
  width: 100%;
}
.core-item {
  border: 1px solid #ccc;
  height: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  transition-duration: 0.3s;
}
.core-item:hover {
  border: 1px solid #0077db;
  box-shadow: 5px 5px 10px #00000022;
}
.core-item h5 {
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}
.core-item p {
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.journey-section {
  padding: 100px 0px;
  background-color: #0077db1a;
}
.journey-block {
  position: sticky;
  top: 250px;
}
.journey-des p {
  font-size: 22px;
}
.journey-slider {
  margin-top: 30px;
  position: relative;
}
.journey-slider::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  height: 100%;
  border-left: 2px dashed #ccc;
}
@media (prefers-reduced-motion: no-preference) {
  .journey-slider::after {
    content: "";
    position: absolute;
    left: 118px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #0077db;
    scale: 1 0;
    transform-origin: top;
    animation: journey-line linear forwards;
    animation-timeline: view(50vh);
  }
  @keyframes journey-line {
    to {
      scale: 1 1;
    }
  }
}
.journey-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.journey-year {
  background-color: #0077db;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  padding: 5px 0px;
  border-radius: 3px;
  align-items: center;
  width: 80px;
  justify-content: center;
  transition-duration: 0.3s;
  margin-right: 40px;
  position: sticky;
  top: 150px;
}

.journey-info {
  padding-left: 40px;
  width: calc(100% - 120px);
  padding-top: 7px;
}
.journey-info-item {
  position: relative;
  padding-bottom: 60px;
  font-size: 18px;
}
.journey-info-item::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #ff683d;
  left: -40px;
  border-radius: 50%;
  transform: translate(-50%);
  z-index: 9;
  top: 7px;
}
.journey-slider .owl-item.center .journey-info {
  display: block;
}
.journey-slider .owl-prev,
.journey-slider .owl-next {
  position: absolute;
  top: 32px;
  font-size: 30px !important;
}
.journey-slider .owl-prev {
  left: 0;
}
.journey-slider .owl-next {
  right: 0;
}
.award-section {
  padding: 80px 0px;
}
.award-slider {
  padding-top: 40px;
}
.award-slider .owl-prev,
.award-slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
}
.award-slider .owl-prev {
  left: -40px;
}
.award-slider .owl-next {
  right: -40px;
}
.award-img {
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
  display: flex;
  justify-content: center;
}
.award-img img {
  width: auto !important;
  height: 100%;
}
.award-title {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  color: #0e2a46;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
.award-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.award-content h2 {
  margin-top: 0px;
  font-family: "Barlow Condensed", sans-serif;
  color: #0e2a46;
  font-weight: 700;
  margin-bottom: 20px;
}
.award-content p {
  font-weight: 300;
  line-height: 30px;
}
.award-right {
  text-align: right;
}

.mission-section {
  padding: 80px 0px;
  background-color: #0077db1a;
}
.mission-block {
  position: relative;
  background-color: var(--color);
  border-radius: 30px;
  color: #fff;
  padding: 5rem;
  height: 100%;
  transition-duration: 0.3s;
}
.mission-block:hover {
  transform: scale(1.03);
  z-index: 9;
  box-shadow: 5px 5px 10px #00000033;
}
.mission-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition-duration: 0.3s;
}
.mission-block:hover .mission-icon {
  bottom: 40px;
}
.mission-detail p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
}
.collab-section {
  padding: 100px 0px;
  background-color: #0e2a46;
  background-image: url(../images_iit/collab-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.collab-section::before {
  content: "";
  position: absolute;
  background-color: #0e2a46;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.9;
}
.collab-block {
  position: relative;
}
.collab-detail p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.collab-item {
  background-color: #fff;
  height: 120px;
  width: 270px;
  border-radius: 5px;
  box-shadow: 10px 10px 10px #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.collab-item img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
.collab-slider {
  margin-top: 20px;
}
.collab-slider .owl-prev,
.collab-slider .owl-next {
  position: absolute;
  color: #fff !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
}
.collab-slider .owl-prev {
  left: -30px;
}
.collab-slider .owl-next {
  right: -30px;
}
.cus-btn,
a.cus-btn,
button.cus-btn {
  height: 50px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  text-transform: uppercase;
  gap: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
}
.cus-btn::after,
a.cus-btn::after,
button.cus-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  left: -110%;
  top: 0;
  opacity: 0.2;
  transition-duration: 0.3s;
  transform: skewX(20deg);
  z-index: 0;
}
.btn-small,
a.btn-small,
button.btn-small {
  height: 40px;
  font-size: 14px;
}
.cus-btn:hover::after,
a.cus-btn:hover::after,
button.cus-btn:hover::after {
  left: -20%;
}
.btn-blue,
a.btn-blue,
button.btn-blue {
  background-color: #0077db;
  color: #fff !important;
}
.btn-white,
a.btn-white,
button.btn-white {
  background-color: #fff;
  color: #003862 !important;
}
.btn-orange,
a.btn-orange,
button.btn-orange {
  background-color: #ff683d;
  color: #fff;
}
.ctest-section {
  padding: 80px 0px;
  background-color: #0077db1a;
}
.ctest-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ctest-slider .owl-stage {
  display: flex;
}
.ctest-slider .item {
  padding: 20px 10px;
  height: 100%;
}
.ctest-slider .owl-prev,
.ctest-slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: #0077db !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}
.ctest-slider .owl-prev:hover,
.ctest-slider .owl-next:hover {
  background-color: #0e2a46 !important;
}
.ctest-slider .owl-prev {
  left: -60px;
}
.ctest-slider .owl-next {
  right: -60px;
}
.ctest-item {
  background-color: #fff;
  box-shadow: 5px 5px 10px #0077db1a;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ctect-logo {
  margin-bottom: 20px;
}
.ctest-item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
}
.ctest-item p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0px;
}
.partner-cta-section {
  background-color: var(--color);
  padding: 60px 0px;
  position: relative;
}
.partner-cta-icon {
  position: absolute;
  right: 5%;
  top: 0%;
  padding: 10px;
  height: 100%;
}
.partner-cta-icon img {
  animation: partner-cta infinite 4s;
  transform-origin: center;
  height: 100%;
}
@keyframes partner-cta {
  0% {
    transform: rotate(0deg);
  }
  50%,
  100% {
    transform: rotate(-360deg);
  }
}
.partner-cta-title h2 {
  font-size: 3.5rem;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: 300;
  margin: 0px;
}
.partner-cta-title h2 span {
  font-weight: 600;
}
.partner-cta-btn {
  display: flex;
  align-items: center;
  height: 100%;
}
.cta-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  display: none;
}
.cta-popup.active {
  display: flex;
}
.cta-popup-bg {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cta-popup-block {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
}
.cta-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.cta-popup-logo {
  text-align: center;
  margin-bottom: 30px;
}
.leader-section {
  padding: 100px 0px;
}
.leader-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.lead-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.lead-icon img {
  width: 100%;
  animation: lead-icon infinite 4s;
  transform-origin: center;
}
@keyframes lead-icon {
  0% {
    transform: rotate(0deg);
  }
  50%,
  100% {
    transform: rotate(-360deg);
  }
}
.leader-title p {
  font-size: 24px;
}
.leader-card {
  background-color: transparent;
  perspective: 1000px;
  height: 100%;
}
.leader-inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  height: 100%;
}
.leader-card-front {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  border: 1px dashed #0077db;
  background-color: #0077db1a;
  padding: 1rem;
  justify-content: space-between;
  height: 100%;
  transition-duration: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.leader-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  background-color: #0077db;
  color: #fff;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
  overflow-y: auto;
}
.leader-card:hover .leader-inner {
  transform: rotateY(-180deg);
}
.leader-card-back::-webkit-scrollbar {
  display: none;
}
.leader-img {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 280px;
}
.leader-img img {
  max-width: 100%;
  max-height: 100%;
}
.leader-card-front h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 0px;
}
.leader-card-front p {
  margin: 0px;
}
.leader-card-back h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}
.leader-card-back h4 span {
  font-family: "Aptos";
  font-size: 1rem;
  display: block;
}
.leader-card-back p {
  font-weight: 300;
  margin-bottom: 0px;
  text-align: justify;
}
.leader-card-back b {
  font-size: 18px;
  margin-top: 5px;
}
.lead-back-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.event-section {
  padding: 100px 0px;
  position: relative;
}
.event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0077db;
  height: 75%;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 0;
}
.event-content {
  position: relative;
}
.event-bg-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  animation: event-icon infinite 2s;
}
@keyframes event-icon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}
.event-tabs {
  position: relative;
  z-index: 1;
}
.event-tabs .nav-tabs {
  border: none;
}
.event-tabs .nav-link {
  background-color: #ffffff33;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  align-items: center;
  border-radius: 5px;
}
.event-tabs .nav-link.active {
  background-color: #fff;
  color: #003862;
}
.event-tabs .nav-link:hover {
  border: none;
}
.event-tabs .nav-item {
  width: 100%;
  margin-bottom: 10px;
}
.event-tabs .nav-item p {
  display: none;
  color: #fff;
  font-weight: 300;
  padding: 10px;
  margin: 0px;
  text-align: justify;
  line-height: 18px;
}
.event-tabs .nav-item .nav-link.active ~ p {
  display: block;
}
.event-gallery {
  position: relative;
  z-index: 1;
}
.event-gallery-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.event-gallery-item {
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 10px #00000026;
}
.event-gallery-item img {
  width: 100%;
  transform-origin: center;
  transition-duration: 0.3s;
}
.event-gallery-item:hover img {
  transform: scale(1.05);
}
.event-gallery-item:nth-child(2n + 0) {
  margin-top: -30px;
}
.testi-section {
  padding: 80px 0px;
  position: relative;
}
.testi-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 65%;
  width: 100%;
  background-color: #0077db;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.testi-wrapper {
  position: relative;
  z-index: 9;
}
.testi-desc {
  text-align: center;
  font-size: 24px;
  width: 100%;
  margin-top: 10px;
}
.testi-slider .owl-stage {
  display: flex;
}
.testi-slider .item {
  height: 100%;
  padding: 70px 2px 0px 2px;
}
.testi-item {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 40px 30px 30px 30px;
  background-color: #fff;
}
.testi-icon1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  color: #0077db;
  opacity: 0.1;
  line-height: 60px;
  transform: translateY(-80%);
}
.testi-icon2 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 60px;
  color: #0077db;
  opacity: 0.1;
  line-height: 60px;
  transform: translateY(30%);
}
.testi-quote {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  position: relative;
}
.testi-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px 10px 0px;
}
.testi-user-img {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.testi-user h5 {
  color: #0e2a46;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
}
.testi-user p {
  font-size: 14px;
  color: #0077db;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: center;
}
.testi-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
}
.testi-slider .owl-prev,
.testi-slider .owl-next {
  height: 50px;
  width: 50px;
  background-color: #0077db !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}
.testi-slider .owl-prev:hover,
.testi-slider .owl-next:hover {
  background-color: #0e2a46 !important;
}
.testi-slider .owl-prev {
  left: -60px;
}
.testi-slider .owl-next {
  right: -60px;
}

.blog-section {
  padding: 80px 0px;
}
.blog-card {
  background-color: #f5f5f5;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-card-img {
  width: 100%;
  margin-bottom: 10px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-date {
  display: flex;
  gap: 5px;
  align-items: center;
}
.blog-card-date i {
  color: #0077db;
  font-size: 14px;
}
.blog-card h5 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
  margin: 10px 0px 20px 0px;
  flex-grow: 1;
}
footer {
  background-color: #0077db;
  color: #fff;
}
.footer-main {
  padding: 50px 0px 30px 0px;
}
.footer-block {
  height: 100%;
}
.footer-menu ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.footer-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #fff;
  opacity: 0.8;
  transition-duration: 0.3s;
}
.footer-menu ul li a:hover {
  opacity: 1;
}
.footer-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-contact-item {
  display: flex;
  margin-bottom: 20px;
}
.footer-contact-icon {
  width: 30px;
  margin-right: 10px;
}
.footer-contact-item p {
  margin: 0px;
}
.footer-contact-item a {
  color: #fff;
}
.footer-map {
  height: 100%;
}
.footer-map iframe {
  height: 100%;
}
.footer-bottom {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.footer-social {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-social a {
  color: #fff;
}
.h-banner-section {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.h-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.h-banner-bg video {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.h-banner-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.h-banner-caption {
  margin-bottom: 50px;
}
.h-banner-caption h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-size: 64px;
}
.h-offer-section {
  position: relative;
}
.h-offer-wrapper {
  padding: 80px 0px;
  position: relative;
}
.h-offer-bg {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  animation: offer-bg infinite 2s;
}
@keyframes offer-bg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}
.h-offer-title {
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
}
.h-offer-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
}
.h-offer-img-card {
  position: relative;
}
.h-offer-content-block {
  position: sticky;
  top: 150px;
  padding-bottom: 100px;
}
.h-offer-content p {
  line-height: 24px;
  font-size: 18px;
}
.h-offer-img-block {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 120px;
}
.h-offer-img-tab {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.h-offer-img-tab-item {
  flex-grow: 1;
  display: block;
  height: 33%;
  width: 100%;
  cursor: pointer;
}
.h-offer-img-item h4 {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
}
.h-offer-img-info h5 {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.h-offer-img-info h5 i {
  font-size: 8px;
}
.h-offer-img-info p {
  display: none;
}
.h-offer-img-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.h-offer-img-item {
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  margin: 300px 0px;
  position: sticky;
  top: 300px;
}
.h-offer-img-item.active {
  display: block;
}
#offer-content1 {
  background-color: #1576d4;
}
#offer-content2 {
  background-color: #0098da;
}
#offer-content3 {
  background-color: #f06424;
}

.h-offer-list {
  background-color: #0077db;
  color: #fff;
}
.h-offer-item {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.h-offer-item h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.h-offer-item p {
  font-size: 14px;
  flex-grow: 1;
}
a.h-offer-link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition-duration: 0.5s;
}
a.h-offer-link:hover {
  gap: 20px;
  color: #ff683d;
}
.h-offer-item-dark {
  background-color: #005faf;
}
.h-solve-section {
  padding: 80px 0px;
}

.h-solve-flip {
  background-color: transparent;
  perspective: 1000px;
  height: 100%;
}
.h-solve-inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  height: 100%;
}
.h-solve-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #0000001a;
  transition-duration: 0.3s;

  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.h-solve-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  background-color: #0077db;
  color: #fff;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
  overflow-y: auto;
}
.h-solve-flip:hover .h-solve-inner {
  transform: rotateY(-180deg);
}
.h-solve-back::-webkit-scrollbar {
  display: none;
}

.h-solve-item {
}
.h-solve-item:hover {
  transform: scale(1.03);
  border: 1px solid #0077db;
  box-shadow: 5px 5px 20px #00000033;
}
.h-solve-item .h-solve-icon img {
  max-width: 100px;
}
.h-solve-item h4 {
  margin-bottom: 0px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  color: #000;
  display: flex;
  margin-top: 20px;
}
.h-solve-item p {
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.h-partner-section {
  background-color: #005faf;
  border-radius: 50px;
  padding: 60px 0px;
  color: #fff;
}
.h-partner-container {
  display: flex;
  justify-content: center;
}
.h-partner-logo-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.h-partner-left {
  padding: 0px 30px;
  width: 30%;
}
.h-partner-center {
  padding: 0px 30px;
  width: 40%;
  border-color: transparent #ccc transparent #ccc;
  border-width: 1px;
  border-style: solid;
}
.h-partner-right {
  padding: 0px 30px;
  width: 30%;
}
.h-partner-list h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  text-align: center;
}
.h-partner-logo {
  background-color: #fff;
  height: 120px;
  width: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 3px 3px 20px #00000033;
  transition-duration: 0.3s;
}
.h-partner-logo:hover {
  box-shadow: 5px 5px 20px #00000099;
  transform: scale(1.03);
}
.h-partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.faq-section {
  padding: 80px 0px;
}
.faq-list .accordion-item {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.faq-list .accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #0077db;
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}
.faq-list .accordion-button.collapsed {
  color: #000;
}
.faq-list .accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faq-list .accordion-item:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.faq-list .accordion-button::after {
  display: none;
}
.p-structure-list span.accordion-button-icon {
  height: 16px;
  width: 16px;position: absolute;
  right: 10px;
}
.accordion-button-icon {
  height: 16px;
  width: 16px;position: relative;
}
.faq-list .accordion-button.collapsed .accordion-button-icon .fa-minus {
  display: none;
}
.faq-list .accordion-button.collapsed .accordion-button-icon .fa-plus {
  display: block;
}
.faq-list .accordion-button .accordion-button-icon .fa-minus {
  display: block;
}
.faq-list .accordion-button .accordion-button-icon .fa-plus {
  display: none;
}
.offer-section {
  padding: 80px 0px;
  background-color: var(--bg-color);
}
.offer-item h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.offer-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-img img {
  max-width: 100%;
}
.offer-prog-section {
  background-color: #0077db1a;
  padding: 80px 0px;
}
.offer-prog-item {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  transition-duration: 0.3s;
}
.offer-prog-item:hover {
  box-shadow: 0px 0px 20px #00000033;
}
.offer-prog-img {
  height: 240px;
}
.offer-prog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.offer-prog-item:hover .offer-prog-img img {
  transform: scale(1.05);
}
.offer-prog-detail {
  padding: 30px;
}
.offer-prog-detail h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.offer-prog-partner {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  color: #0077db;
  font-weight: 600;
  padding: 20px 0px;
  text-align: center;
}
.offer-prog-info {
  padding: 0px 40px;
}
.offer-prog-info-item {
  padding: 10px 30px;
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
.offer-prog-info .offer-prog-info-item:last-child {
  border: none;
}
.offer-prog-icon {
  margin-right: 10px;
}
.offer-prog-info-content {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
}
.offer-prog-info-content span {
  font-weight: 600;
  display: block;
}
a.offer-prog-link {
  background-color: #0077db;
  color: #fff;
  width: 100%;
  padding: 15px 0px;
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.page-title-section {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
}
.page-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-title-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-title-bg::before {
  content: "";
  position: absolute;
  background-color: #003862;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.page-title-block {
  position: relative;
}
h2.page-title {
  color: #fff;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 64px;
}
.program-section {
  padding: 60px 30px;
  display: flex;
  align-items: flex-start;
}

.p-filter-block {
  width: 250px;
  border: 1px solid #0000001a;
  padding: 20px;
  border-radius: 10px;
  transition-duration: 0.3s;
}
.program-section.filter-small .p-filter-block {
  width: auto;
}
.p-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  transition-duration: 0.3s;
}
.filter-small .p-filter-head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  justify-content: center;
}
.p-filter-head-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-head-icon {
  width: 20px;
  cursor: pointer;
}
.filter-head-icon img {
  width: 100%;
}
.p-filter-head h5 {
  font-weight: 600;
  color: #000;
  margin: 0px;
}
.filter-small .p-filter-head h5 {
  display: none;
}
.p-filter-close {
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.filter-small .p-filter-close {
  display: none;
}
.p-filter-close:hover {
  background-color: #f5f5f5;
}
.p-filter-item {
  margin-bottom: 20px;
}
ul.p-filter-list {
  padding-left: 15px;
}
.filter-small ul.p-filter-list {
  display: none;
}
ul.p-filter-list li {
  list-style: none;
  margin-bottom: 10px;
}
.p-filter-title {
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}
.p-filter-icon {
  transition-duration: 0.3s;
}
.filter-small .p-filter-icon {
  font-size: 24px;
}
.p-filter-title h6 {
  font-weight: 600;
  margin-bottom: 0px;
}
.filter-small .p-filter-title h6 {
  display: none;
}
.p-filter-link {
  cursor: pointer;
  font-size: 14px;
  color: #999;
  transition-duration: 0.3s;
  line-height: 14px;
}
.p-filter-link:hover {
  color: #636363;
}

.program-block {
  width: calc(100% - 250px);
  padding-left: 30px;
  transition-duration: 0.3s;
}
.program-section.filter-small .program-block {
  width: auto;
}

.program-item {
  background-color: #fff;
  box-shadow: 10px 10px 24px #0077db22;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  transition-duration: 0.3s;
}
.program-item:hover {
  box-shadow: 10px 10px 24px #0077db33;
}
.program-img {
  height: 220px;
  position: relative;
}
.program-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.partner-img {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.partner-img img {
  border-radius: 0px;
}
.program-detail {
  padding: 20px 10px;
  flex-grow: 1;
}
.program-title {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
.program-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prog-banner {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.prog-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.prog-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005faf;
  opacity: 0.8;
}
.prog-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prog-banner-block {
  position: relative;
}
.prog-banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.prog-banner-content h1 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  text-shadow: 4px 4px 4px #00000073;
  margin-bottom: 30px;
}
.banner-duration {
  color: #fff;
}
.prog-banner-content .cus-btn {
  box-shadow: 5px 5px 5px #00000040;
}
.banner-card {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 10px 10px 20px #0000001a;
  transform: translateY(50px);
}
.banner-card-img {
  border-radius: 10px;
  overflow: hidden;
}
.banner-card-list {
  padding: 20px;
}
.banner-card-item {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.banner-card-item:last-child {
  border-bottom: 0px;
}
.banner-card-title i {
  color: #0077db;
  margin-right: 5px;
}
.banner-card-item b {
  color: #000;
  font-weight: 600;
}
.p-overview-section {
  padding: 100px 0px;
}
.p-overview-wrapper {
  position: relative;
}
.p-overview-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-overview-content {
  position: relative;
}
.p-overview-content h2 {
  line-height: 3rem;
}
.p-overview-img {
  overflow: hidden;
  position: relative;
}
.p-overview-img img {
  border-radius: 40px 40px 40px 180px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 20px #0077db33;
}
.p-overview-img iframe {
  min-height: 400px;
  width: 100%;
  box-shadow: 0px 0px 20px #0077db33;
  border-radius: 20px;
}
.p-highlight-section {
  background-color: #0077db1a;
  padding: 80px 0px;
}
.p-highlight-text {
  text-align: center;
  font-size: 18px;
}
.p-highlight-list {
  padding-top: 20px;
}
.p-highlight-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 5px 5px 10px #0000001a;
  transition-duration: 0.3s;
}
.p-highlight-item:hover {
  background-color: #0077db;
  color: #fff;
}
.p-highlight-icon {
  margin-bottom: 20px;
  transition-duration: 0.5s;
}
.p-highlight-icon img {
  height: 70px;
}
.p-highlight-item h5 {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  transition-duration: 0.3s;
}
.p-highlight-item p {
  margin-bottom: 0px;
}
.p-highlight-item:hover h5 {
  color: #fff;
}
.p-highlight-icon2 {
  display: none;
}
.p-highlight-item:hover .p-highlight-icon {
  transform: translateX(20px);
}
.p-highlight-item:hover .p-highlight-icon1 {
  display: none;
}
.p-highlight-item:hover .p-highlight-icon2 {
  display: block;
}
.p-about-section {
  padding: 80px 0px;
  background-color: #003862;
  background-image: url("../images_iit/about-bg.png");
}
.p-about-content {
  color: #fff;
}
.p-about-vdo {
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  position: sticky;
  top: 100px;
}
.p-about-vdo img {
  width: 100%;
}
.p-benefit-section {
  padding: 80px 0px;
}
.p-benefit-item {
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px #0000001a;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition-duration: 0.3s;
}
.p-benefit-item h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
}
.p-benefit-item p {
  margin: 0px;
}
.p-benefit-item:hover {
  border: 1px solid #0077db;
}

.p-rank-section {
  padding: 80px 0px;
}
.p-rank-list {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-rank-item {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  height: 100%;
  transition-duration: 0.3s;
}
.p-rank-item:hover {
  border: 1px solid #0077db;
  box-shadow: 5px 5px 20px #0077db33;
}
.p-rank-item p {
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  margin: 10px 0px 0px 0px;
}
.p-accre-item {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  height: 100%;
  transition-duration: 0.3s;
}
.p-accre-item:hover {
  border: 1px solid #0077db;
  box-shadow: 5px 5px 20px #0077db33;
}
.p-accre-quote {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.p-accre-quote i {
  color: #0077db;
}
.p-structure-wrapper {
  border-radius: 30px;
  box-shadow: 0px 0px 40px #00000029;
  overflow: hidden;
}
.p-structure-img {
  height: 100%;
}
.p-structure-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-structure-content {
  padding: 60px;
}
.p-structure-list {
  margin-top: 30px;
}
.p-structure-list .accordion-item {
  border: none;
}
.p-structure-list .accordion-button {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  box-shadow: none;
  color: #003862;
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
}
.p-structure-list .accordion-button::after {
  display: none;
}
.p-structure-list .accordion-button:hover {
  background-color: #0077db1a;
}
.p-structure-credit {
  font-size: 14px;
}
.p-structure-detail ul {
  padding-left: 16px;
}
.p-structure-detail ul li {
  list-style: none;
  color: #666;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.p-structure-detail ul li:last-child {
  margin-bottom: 0px;
}
.p-structure-detail ul li i {
  color: #0077db;
  position: absolute;
  left: 0;
  top: 3px;
}
.p-structure-list .accordion-body {
  padding: 10px 0px;
}
.p-degree-section {
  padding: 80px 0px;
}
.p-degree-wrapper {
  position: relative;
}
.p-degree-bg {
  position: absolute;
  top: 0;
  left: 40%;
  transform: translate(-50%, -20%);
}
.p-degree-img {
  position: relative;
  border: 10px solid #0e2a46;
}
.p-degree-img img {
  width: 100%;
}
.p-degree-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.p-degree-content p {
  line-height: 30px;
}
.p-eligible-section {
  background-color: #0077db1a;
  padding: 80px 0px;
}
.p-eligible-list ul {
  padding: 0px;
  margin: 0px;
}
.p-eligible-list ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.p-eligible-list ul li i {
  color: #0077db;
  position: absolute;
  left: 0;
  top: 4px;
}
.p-eligible-separate {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.p-eligible-separate::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
}
.p-eligible-title {
  font-family: "Barlow Condensed", sans-serif;
  color: #0e2a46;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-fee-section {
  position: relative;
  padding: 80px 0px;
  background-color: #0e2a46;
}
.p-fee-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-fee-bg img {
  max-width: 100%;
}
.p-fee-card {
  border: 3px solid #fff;
  height: 100%;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  transition-duration: 0.2s;
  display: block;
  position: relative;
}
.p-fee-card.active,
.p-fee-card:hover {
  background-color: #fff;
  color: #666;
}
.p-fee-subtitle {
  font-size: 20px;
}
.p-fee {
  font-size: 40px;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
}
.p-fee-card p {
  font-size: 14px;
  margin: 0px;
}
.p-fee-card.active .p-fee,
.p-fee-card:hover .p-fee {
  color: #0077db;
}
.p-fee-card.active .p-fee-subtitle,
.p-fee-card:hover .p-fee-subtitle {
  color: #000;
}
.p-jobrole-section {
  padding: 80px 0px;
}
.p-jobrole-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 20px #0000001a;
  padding: 30px;
  transition-duration: 0.3s;
  border: 3px solid #0077db;
  height: 100%;
}
.p-jobrole-card.active,
.p-jobrole-card:hover {
  background-color: #0077db;
  color: #fff;
}
.p-jobrole-card h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}
.p-jobrole-card.active h5,
.p-jobrole-card:hover h5 {
  color: #fff;
}
.p-jobrole-card p {
  margin-bottom: 0px;
}
.p-jobrole-card ul {
  padding: 0px;
  margin: 0px;
}
.p-jobrole-card ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.p-jobrole-card ul li:last-child {
  margin: 0px;
}
.p-jobrole-card ul li i {
  color: #0077db;
  position: absolute;
  left: 0;
  top: 4px;
  transition-duration: 0.3s;
}
.p-jobrole-card.active ul li i,
.p-jobrole-card:hover ul li i {
  color: #fff;
}
.p-recruiter-section {
  background-color: #0e2a46;
  padding: 80px 0px;
}
.p-recruiter-slider .owl-stage {
  display: flex;
}
.p-recruiter-slider .item {
  height: 100%;
}
.p-recruiter-item {
  height: 90px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruiter-item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.p-recruiter-slider .owl-prev,
.p-recruiter-slider .owl-next {
  color: #fff !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px !important;
}
.p-recruiter-slider .owl-prev {
  left: -30px;
}
.p-recruiter-slider .owl-next {
  right: -30px;
}
.p-faculty-section {
  padding: 80px 0px;
}
.p-faculty-wrapper {
  position: relative;
}
.p-faculty-bg {
  position: absolute;
  bottom: 0;
  left: 20%;
}
.p-faculty-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.p-faculty-content p {
  font-size: 20px;
}
.p-faculty-slider .owl-stage {
  display: flex;
}
.p-faculty-slider .item {
  height: 100%;
  padding: 2px;
}
.p-faculty-item {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 100%;
}
.p-faculty-img {
  border-radius: 10px;
  overflow: hidden;
}
.p-faculty-detail {
  padding: 10px;
}
.p-faculty-detail h5 {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}
.p-faculty-detail p {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}
.p-faculty-slider .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 20px;
}
.p-faculty-slider .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #0e2a46 !important;
}
.p-faculty-slider .owl-dot.active {
  background-color: #0e2a46;
}

.p-query-section {
  padding: 80px 0px;
  background-color: #0077db1a;
}

.query-block {
  border: 3px solid #0077db;
  padding: 20px;
  border-radius: 10px;
  transition-duration: 0.3s;
  height: 100%;
}
.query-block h6 {
  font-size: 24px;
}
.query-call {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.query-call a {
  display: flex;
  align-items: center;
}
.query-call-icon {
  color: #0077db;
  margin-right: 10px;
  font-size: 24px;
}
.query-sub-block {
  font-size: 12px;
  display: flex;
  color: #666;
  align-items: center;
}
.query-sub-block h6 {
  font-size: 12px;
  margin: 0px;
}
.query-sub-call a {
  color: #666;
}

.b-list-section {
  padding: 100px 0px;
}
.b-list-item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  transition-duration: 0.3s;
}
.b-list-item:hover {
  border: 1px solid #0077db;
  box-shadow: 5px 5px 10px #00000022;
}
.b-list-img {
  border-radius: 10px;
  overflow: hidden;
}
.b-list-img img {
  width: 100%;
}
.b-list-detail {
  padding: 20px;
}
.b-list-detail h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.b-list-detail p {
  font-size: 14px;
}
.b-list-date {
  color: #0077db;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.sidebar-search {
  margin-bottom: 20px;
}
.sidebar-search form {
  display: flex;
}
.sidebar-search input {
  flex-grow: 1;
  border: 1px solid #ccc;
  padding: 0px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sidebar-search button {
  height: 50px;
  width: 50px;
  background-color: #0077db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0077db;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blog-cat-list {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.blog-sidebar h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-cat-list ul {
  margin: 0px;
  padding: 0px;
}
.blog-cat-list ul li {
  list-style: none;
}
.blog-cat-list ul li a {
  color: #636363;
  padding: 10px 0px;
  display: block;
  transition-duration: 0.3s;
}
.sidebar-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-tag-list a {
  padding: 10px;
  border: 1px solid #ccc;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  transition-duration: 0.3s;
}
.sidebar-tag-list a:hover {
  background-color: #0077db;
  border: 1px solid #0077db;
  color: #fff;
}
.sidebar-recent-blog {
  margin-bottom: 30px;
}
.recent-b-list-item {
  display: flex;
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
.recent-b-list-item a {
  display: flex;
}
.recent-b-list-img {
  width: 150px;
  margin-right: 20px;
}
.recent-b-list-img img {
  width: 100%;
}
.recent-b-list-detail {
  display: flex;
  flex-direction: column;
}
.recent-b-list-detail h6 {
  font-size: 15px;
  color: #000;
  transition-duration: 0.3s;
  margin: 0px;
}
.recent-b-list-item a:hover .recent-b-list-detail h6 {
  color: #0077db;
}
.recent-b-list-detail span {
  font-size: 12px;
  color: #999;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.blog-pagination ul {
  display: flex;
  gap: 5px;
}
.blog-pagination ul li {
  list-style: none;
}
a.blog-page-link {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
a.blog-page-link.active {
  background-color: #0077db;
  border: 1px solid #0077db;
  color: #fff;
}
.blog-page {
  padding: 60px 0px;
}
.blog-title {
  margin-bottom: 20px;
}
.blog-title h2 {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}
.blog-date {
  color: #999;
}
.blog-img {
  margin-bottom: 30px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-weight: bold;
  color: #000;
}
.blog-form {
  margin-top: 40px;
}
.blog-form h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 0px;
}
.blog-input label {
  color: #434343;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-input input,
.blog-input textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
}
.news-list-section {
  padding: 80px 0px;
}
.news-list-block {
  display: flex;
  flex-wrap: wrap;
}
.news-list-block .news-list-item {
  padding: 10px;
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.news-list-img img {
  width: 100%;
}
.news-list-detail {
  padding: 10px 0px;
}
.news-list-detail h5 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.news-list-date {
  margin-bottom: 5px;
}

#_textVerify {
  height: 40px;
}

.mobile_i {
  display: none;
}
.desktop_i {
  display: inherit;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width: 1170px) {
  .mobile_i {
    display: none;
  }
  .desktop_i {
    display: inherit;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
  .mobile_i {
    display: none;
  }
  .desktop_i {
    display: inherit;
  }
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width: 728px) {
  .mobile_i {
    display: none;
  }
  .desktop_i {
    display: inherit;
  }
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .mobile_i {
    display: inherit;
  }
  .desktop_i {
    display: none;
  }
}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width: 550px) {
  body {
    font-size: 14px;
  }
  .header-right {
    flex-direction: row-reverse;
    gap: 20px;
  }
  body > header > div > div > div > div.header-right > div.header-menu > div{
    margin-right: 5px;
  }
  .header-btn-block .header-btn,
  .header-btn {
    height: 40px;
  }
  .header-btn-block .header-btn,
  .header-btn {
    font-size: 16px;
    padding: 0px 13px;
  }
  .header-btn-block .header-btn span {
    font-size: 11.5px;
  }
  .menu-contact-btn {
    display: block !important;
    font-size: 16px !important;
  }
  .menu-contact-btn a {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .banner-caption h1 {
    font-size: 2.5rem;
  }
  .banner-section {
    min-height: 400px;
  }
  .count-wrapper {
    padding: 20px;
  }
  .count-block ul {
    flex-wrap: wrap;
  }
  .count-block ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .count-icon {
    margin-bottom: 0px;
  }
  .count-icon img {
    width: 40px;
  }
  .count-info {
    text-align: center;
    line-height: 1rem;
  }
  .heading-block {
    margin-bottom: 20px;
  }
  .heading-block h2 {
    font-size: 2rem;
  }
  .about-section {
    padding: 60px 0px;
    overflow: hidden;
  }
  .about-img-block {
    margin-bottom: 40px;
  }
  .about-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .mission-section {
    padding: 60px 0px;
  }
  .about-bg {
    right: auto;
    top: -60px;
    left: 0;
  }
  .mission-block {
    padding: 2rem;
  }
  .mission-detail p {
    font-size: 16px;
  }
  .core-section {
    padding: 60px 0px;
  }
  .core-icon {
    padding: 15px;
    max-width: 70px;
    margin-bottom: 10px;
  }
  .core-item {
    padding: 20px;
  }
  .journey-section {
    padding: 60px 0px;
  }
  .journey-des p {
    font-size: 16px;
  }
  .journey-year {
    width: 60px;
    font-size: 18px;
  }
  .journey-slider::before {
    left: 100px;
  }
  .journey-slider::after {
    left: 98px;
  }
  .journey-info-item {
    font-size: 16px;
  }
  .award-section {
    padding: 60px 0px;
  }
  .award-slider {
    padding-top: 20px;
  }
  .leader-section {
    padding: 60px 0px;
  }
  .leader-title p {
    font-size: 16px;
  }
  .lead-icon {
    top: -40px;
    right: 20px;
  }
  .event-section {
    padding: 60px 0px;
  }
  .event-tabs .nav-link {
    font-size: 16px;
    line-height: 16px;
    height: 40px;
  }
  .event-tabs .nav-item {
    margin-bottom: 0.8rem;
  }
  .event-gallery-list {
    gap: 10px;
    margin-top: 20px;
  }
  .partner-cta-section {
    padding: 40px 0px;
  }
  .partner-cta-title {
    margin-bottom: 20px;
  }
  .partner-cta-title h2 {
    font-size: 1.5rem;
  }
  .cus-btn,
  a.cus-btn,
  button.cus-btn {
    height: 40px;
  }
  .blog-section {
    padding: 60px 0px;
  }
  .footer-main {
    flex-direction: column;
    padding: 40px 0px;
  }
  .footer-menu {
    padding-top: 30px;
  }
  .footer-menu ul {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
  }
  .footer-menu ul li {
    margin-top: 10px;
    margin-right: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .award-slider .owl-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    padding-top: 10px;
  }
  .award-slider .owl-prev,
  .award-slider .owl-next {
    position: relative;
    left: auto;
    right: auto;
    transform: translate(0);
  }
  .event-bg {
    height: 85%;
  }
  .blog-card-img {
    height: 220px;
  }
  .h-offer-content {
    position: relative;
  }
  .h-offer-img-content {
    display: none;
  }
  .h-partner-left {
    padding: 0px 0px 20px 0px;
    border: none;
  }
  .h-partner-right {
    padding: 0px;
  }
  .h-partner-section {
    padding: 50px 0px;
    border-radius: 30px;
  }
  .ctest-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .ctest-slider .owl-prev,
  .ctest-slider .owl-next {
    position: relative;
    transform: translate(0);
  }
  .ctest-slider .owl-prev {
    left: auto;
  }
  .ctest-slider .owl-next {
    right: auto;
  }
  .h-offer-img-block {
    justify-content: flex-end;
  }
  .h-offer-title {
    font-size: 20px;
    line-height: 26px;
  }
  .h-solve-item .h-solve-icon img {
    max-width: 70px;
  }
  .h-solve-item h4 {
    font-size: 20px;
  }
  .h-solve-section {
    padding: 60px 0px;
  }
  .h-partner-logo {
    height: 90px;
    padding: 15px;
    width: 46%;
  }
  .h-solve-inner.flip {
    transform: rotateY(180deg);
  }
  .h-partner-container {
    flex-direction: column;
  }
  .h-partner-left {
    width: 100%;
    padding-bottom: 30px;
  }
  .h-partner-center {
    width: 100%;
    padding: 30px 0px;
    border-color: #ccc transparent #ccc transparent;
  }
  .h-partner-right {
    width: 100%;
    padding-top: 30px;
  }
  .h-partner-logo-list {
    gap: 10px;
  }
  .prog-banner-content {
    padding-top: 30px;
  }
  .prog-banner-content h1 {
    font-size: 36px;
  }
  .p-overview-section {
    padding: 50px 0px;
  }
  .p-overview-img {
    border-radius: 20px 20px 20px 20px;
  }
  .p-highlight-section {
    padding: 50px 0px;
  }
  .p-highlight-text {
    text-align: left;
  }
  .p-highlight-item {
    display: flex;
  }
  .p-highlight-icon {
    width: 40px;
  }
  .p-highlight-icon img {
    width: 100%;
  }
  .p-highlight-detail {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
  .p-about-section {
    padding: 50px 0px;
  }
  .p-rank-section {
    padding: 50px 0px;
  }
  .p-accre-quote {
    font-size: 24px;
  }
  .p-structure-content {
    padding: 30px;
  }
  .p-degree-section {
    padding: 60px 0px;
  }
  .p-fee-section {
    padding: 50px 0px;
  }
  .p-jobrole-section {
    padding: 50px 0px;
  }
  .p-recruiter-section {
    padding: 50px 0px;
  }
  .p-faculty-section {
    padding: 50px 0px;
  }
  .p-faculty-content p {
    font-size: 16px;
  }
  .p-eligible-section {
    padding: 50px 0px;
  }
  .p-structure-list .accordion-button {
    font-size: 16px;
  }
  .page-title-section {
    height: 120px;
  }
  h2.page-title {
    font-size: 36px;
  }
  .program-tabs {
    overflow-x: auto;
    justify-content: left;
  }
  .program-tabs::-webkit-scrollbar {
    width: 1px;
  }
  .program-tabs .tablinks {
    text-wrap: nowrap;
  }
  .program-section {
    padding: 50px 0px;
  }
  .banner-collab img {
    max-height: 60px !important;
  }
  .banner-duration {
    font-size: 17px;
  }
  body
    > div.p-highlight-section
    > div
    > div
    > div.h-solve-list.d_i.mobile_i
    > div
    > div {
    width: 50%;
  }
  .mobile_i {
    display: inherit;
  }
  .desktop_i {
    display: none;
  }
  .h-solve-item,
  .h-solve-back {
    padding: 10px;
  }
  .h-solve-item h4 {
    font-size: 16px;
  }
  .h-solve-back {
    font-size: 12px;
  }
  .h-solve-back {
    justify-content: normal;
  }
  .p-degree-section {
    padding: 40px 0px 0;
  }
  .p-degree-bg {
    transform: translate(-38%, 0%);
  }
  .mobileviews .item {
    padding: 0px;
    height: 400px;
  }
  .mobileviews .owl-dots {
    text-align: center;
    margin: 25px 0 0 0;
  }
  .mobileviews .owl-carousel button.owl-dot {
    background: #efefef;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px !important;
    font: inherit;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
  }
  .mobileviews .owl-carousel button.active {
    background: #d5d5d5;
    border: 1px solid #ababab;
  }
  .p-faculty-bg {
    position: absolute;
    bottom: 96px;
    left: 29%;
  }
  .p-faculty-section {
    padding: 0px 0px;
  }
  .faq-list .accordion-button {
    font-size: 14px;
  }
  .faq-section {
    padding: 30px 0px;
  }
  .query-sub-block {
    flex-direction: column;
    align-items: center;
  }
  .p-query-section {
    padding: 20px 0px;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-menu ul {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    display: inline-block;
    float: left;
  }
  .footer-menu ul li {
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
    float: left;
    width: 42%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-menu {
    padding-top: 0px;
  }
  .p-overview-img {
    border-radius: 20px 20px 20px 20px;
  }
  .query-call {
    gap: 0px;
  }
  .p-structure-list span.accordion-button-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    right: -6px;
}
.query-call a {
  display: flex
;
  align-items: center;
  width: 100%;
}
}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width: 500px) {
}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width: 412px) {
.header-right {
        flex-direction: row-reverse;
        gap: 10px;
    }
    
}
@media screen and (max-width: 390px) {
  .p-structure-list span.accordion-button-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    right: -6px;
}
  .header-btn-block .header-btn,
  .header-btn {
    font-size: 16px;
    padding: 0px 13px;
  }
  .header-right {
    flex-direction: row-reverse;
    gap: 10px;
  }
  .banner-collab img {
    max-height: 60px !important;
  }
  .banner-duration {
    font-size: 17px;
  }
  body
    > div.p-highlight-section
    > div
    > div
    > div.h-solve-list.d_i.mobile_i
    > div
    > div {
    width: 50%;
  }
  .mobile_i {
    display: inherit;
  }
  .desktop_i {
    display: none;
  }
  .h-solve-item,
  .h-solve-back {
    padding: 10px;
  }
  .h-solve-item h4 {
    font-size: 16px;
  }
  .h-solve-back {
    font-size: 12px;
  }
  .h-solve-back {
    justify-content: normal;
  }
  .p-degree-section {
    padding: 40px 0px 0;
  }
  .p-degree-bg {
    transform: translate(-38%, 0%);
  }
  .mobileviews .item {
    padding: 0px;
    height: 350px;
  }
  .mobileviews .owl-dots {
    text-align: center;
    margin: 25px 0 0 0;
  }
  .mobileviews .owl-carousel button.owl-dot {
    background: #efefef;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px !important;
    font: inherit;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
  }
  .mobileviews .owl-carousel button.active {
    background: #d5d5d5;
    border: 1px solid #ababab;
  }
  .p-faculty-bg {
    position: absolute;
    bottom: 96px;
    left: 29%;
  }
  .p-faculty-section {
    padding: 0px 0px;
  }
  .faq-list .accordion-button {
    font-size: 14px;
  }
  .faq-section {
    padding: 30px 0px;
  }
  .query-sub-block {
    flex-direction: column;
    align-items: center;
  }
  .p-query-section {
    padding: 20px 0px;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-menu ul {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    display: inline-block;
    float: left;
  }
  .footer-menu ul li {
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
    float: left;
    width: 42%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-menu {
    padding-top: 0px;
  }
  .p-overview-img {
    border-radius: 20px 20px 20px 20px;
  }
  .query-call {
    gap: 0px;
  }
}
@media screen and (max-width: 375px) {
  .p-structure-list span.accordion-button-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    right: -6px;
}
  .header-btn-block .header-btn,
  .header-btn {
    font-size: 16px;
    padding: 0px 13px;
  }
  .header-right {
    flex-direction: row-reverse;
    gap: 5px;
  }
  .banner-collab img {
    max-height: 60px !important;
  }
  .banner-duration {
    font-size: 17px;
  }
  body
    > div.p-highlight-section
    > div
    > div
    > div.h-solve-list.d_i.mobile_i
    > div
    > div {
    width: 50%;
  }
  .mobile_i {
    display: inherit;
  }
  .desktop_i {
    display: none;
  }
  .h-solve-item,
  .h-solve-back {
    padding: 10px;
  }
  .h-solve-item h4 {
    font-size: 16px;
  }
  .h-solve-back {
    font-size: 12px;
  }
  .h-solve-back {
    justify-content: normal;
  }
  .p-degree-section {
    padding: 40px 0px 0;
  }
  .p-degree-bg {
    transform: translate(-38%, 0%);
  }
  .mobileviews .item {
    padding: 0px;
    height: 350px;
  }
  .mobileviews .owl-dots {
    text-align: center;
    margin: 25px 0 0 0;
  }
  .mobileviews .owl-carousel button.owl-dot {
    background: #efefef;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px !important;
    font: inherit;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
  }
  .mobileviews .owl-carousel button.active {
    background: #d5d5d5;
    border: 1px solid #ababab;
  }
  .p-faculty-bg {
    position: absolute;
    bottom: 96px;
    left: 29%;
  }
  .p-faculty-section {
    padding: 0px 0px;
  }
  .faq-list .accordion-button {
    font-size: 14px;
  }
  .faq-section {
    padding: 30px 0px;
  }
  .query-sub-block {
    flex-direction: column;
    align-items: center;
  }
  .p-query-section {
    padding: 20px 0px;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-menu ul {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    display: inline-block;
    float: left;
  }
  .footer-menu ul li {
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
    float: left;
    width: 42%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-menu {
    padding-top: 0px;
  }
  .p-overview-img {
    border-radius: 20px 20px 20px 20px;
  }
  .query-call {
    gap: 0px;
  }
  .prog-banner-btn-block.cus-btn,
  a.cus-btn,
  button.cus-btn {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 360px) {
  .p-structure-list span.accordion-button-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    right: -6px;
}
  .header-btn-block .header-btn,
  .header-btn {
    font-size: 16px;
    padding: 0px 7px;
  }
  .header-right {
    flex-direction: row-reverse;
    gap: 5px;
  }
  .banner-collab img {
    max-height: 60px !important;
  }
  .banner-duration {
    font-size: 17px;
  }
  body
    > div.p-highlight-section
    > div
    > div
    > div.h-solve-list.d_i.mobile_i
    > div
    > div {
    width: 50%;
  }
  .mobile_i {
    display: inherit;
  }
  .desktop_i {
    display: none;
  }
  .h-solve-item,
  .h-solve-back {
    padding: 10px;
  }
  .h-solve-item h4 {
    font-size: 16px;
  }
  .h-solve-back {
    font-size: 12px;
  }
  .h-solve-back {
    justify-content: normal;
  }
  .p-degree-section {
    padding: 40px 0px 0;
  }
  .p-degree-bg {
    transform: translate(-38%, 0%);
  }
  .mobileviews .item {
    padding: 0px;
    height: 350px;
  }
  .mobileviews .owl-dots {
    text-align: center;
    margin: 25px 0 0 0;
  }
  .mobileviews .owl-carousel button.owl-dot {
    background: #efefef;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px !important;
    font: inherit;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
  }
  .mobileviews .owl-carousel button.active {
    background: #d5d5d5;
    border: 1px solid #ababab;
  }
  .p-faculty-bg {
    position: absolute;
    bottom: 96px;
    left: 29%;
  }
  .p-faculty-section {
    padding: 0px 0px;
  }
  .faq-list .accordion-button {
    font-size: 14px;
  }
  .faq-section {
    padding: 30px 0px;
  }
  .query-sub-block {
    flex-direction: column;
    align-items: center;
  }
  .p-query-section {
    padding: 20px 0px;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-menu ul {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    display: inline-block;
    float: left;
  }
  .footer-menu ul li {
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
    float: left;
    width: 42%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-menu {
    padding-top: 0px;
  }
  .header-btn-block.cus-btn,
  a.cus-btn,
  button.cus-btn {
    padding: 0px 10px;
  }
  .p-overview-img {
    border-radius: 20px 20px 20px 20px;
  }
  .query-call {
    gap: 0px;
  }
}

.prog-banner-btn-block {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
.iitg-form-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}
.banner-collab {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-collab p {
  margin: 0px;
  font-size: 18px;
}
.banner-collab img {
  max-height: 70px;
}
#downloadBrochureBtnH {
  background: gray;
  cursor: not-allowed;
}
