@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "segoe-regular";
  src: url("../assets/fonts/segoeui.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "segoe-bold";
  src: url("../assets/fonts/segoeuib.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --theme-bg: #024792;
  --theme-bg-light: #CDDAE9;
  --card-text: #6791BE;
  --card-hover: #356CA8;
  --progress-card-bg: #ecccda;
  --text-dark: #606060;
  --footer-bg: #606060;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

.navbar-nav .nav-link.active {
  color: #808080;
  font-weight: 600;
}

a {
  text-decoration: none;
}

strong {
  color: #000000;
}

.link {
  color: var(--theme-bg);
  text-decoration: underline;
}

.heavy {
  font-weight: 600;
}

.pos-bottom {
  object-position: bottom;
}

.frame-text {
  font-size: 12px;
  color: #606060;
  line-break: anywhere;
  word-break: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

span.title__h2Text {
  font-family: "Montserrat", sans-serif !important;
}

.frame-link {
  text-decoration: none;
  color: #606060;
}

.section {
  padding: 2% 0;
}

.nav-link {
  font-size: 12px;
  color: #808080;
  font-weight: 400;
  margin-right: 1em;
}

.main-content p {
  color: #ffffff;
}

.navbar {
  border-top: 5px solid var(--theme-bg);
}

.logo {
  width: 150px;
}

.logo-footer {
  width: 120px;
}

/* banner Section */

#main {
  height: auto;
  margin-top: 5em;
}

.learning-banner {
  margin-top: 5em;
  padding-top: 1em;
}

/* .bg-img {
    background: url('../assets/main-img.jpg') center/cover no-repeat;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%), url('../assets/main-img.jpg');
} */

.main-content {
  height: 100vh;
  color: #ffffff;
  align-items: flex-end;
  padding-bottom: 30px;
}

.relate {
  position: relative;
}

.overlay {
  position: absolute;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

.owl-item img {
  height: 100vh;
}

.owl-carousel .owl-item img {
  object-fit: cover;
}

.owl-carousel .owl-item .first-slide img {
  object-fit: fill;
}

/* Learning Zone section */

.main-head {
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
  word-spacing: 2px;
}

.index {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}

.minh-index1 {
  min-height: 195px;
}

.minh-index2 {
  min-height: 213px;
}

.text,
.card-text {
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
  font-weight: 500;
}

.unlist {
  list-style: none;
}

.list li, .unlist li {
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.about-text {
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
  font-weight: 500;
}

#learning .card:not(.file-card) .card-body {
  padding: .35em;
}

.learn {
  padding: 2% 0;
}

.section-head h4 {
  color: var(--theme-bg);
  font-size: 32px;
  letter-spacing: 6px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 800;
}

.head-description {
  font-size: 16px;
  margin-bottom: 1em;
}

.card {
  border: none;
  margin-bottom: 1em;
  border-radius: 0;
  padding-bottom: 0.5em;
}

.card-title {
  color: var(--theme-bg);
  font-weight: 800;
  font-size: 17px;
}

.faq-title {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.card-img-top {
  object-fit: contain;
}

.index strong {
  color: #ffffff;
}

.file-card {
  min-height: 295px;
  background: var(--theme-bg-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-file-card {
  min-height: 235px;
  background: var(--theme-bg-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-file-card .card-body {
  padding: 1em !important;
}

.file-card:hover {
  background-color: var(--card-hover);
}

.file-card:hover .category,
.file-card:hover .date,
.file-card:hover .card-title,
.file-card:hover .card-link {
  color: #ffffff;
}

.category {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  color: var(--card-text);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1em;
}

.date {
  font-size: 16px;
  line-height: 25px;
  color: var(--card-text);
  font-weight: 500;
}

.card-link {
  margin: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  color: var(--card-text) !important;
  font-weight: 600;
}

.card-link:hover {
  font-weight: 800;
}

.theme-btn {
  height: 50px;
  background: #ffffff !important;
  border-radius: 0;
  margin-top: 1.5em;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  min-width: 200px;
  line-height: 1.5;
  color: var(--theme-bg) !important;
  border: 1px solid var(--theme-bg) !important;
  font-weight: 600;
}

.theme-btn2 {
  display: inline-block;
  height: 50px;
  background: #ffffff !important;
  border-radius: 0;
  margin-top: 1.5em;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  min-width: 200px;
  line-height: 1.5;
  color: #0E9553 !important;
  border: 1px solid #0E9553 !important;
  font-weight: 600;

}

.theme-btn:hover,
.theme-btn2:hover {
  font-weight: 800;
}

.bg-green {
  padding: 5% 0;
  background: #CFEADD;
}

/* About COE */

.green-head {
  font-size: 32px;
  letter-spacing: 6px;
  line-height: 2;
  text-transform: uppercase;
  color: #0E9553;
  font-weight: 800;
}

.about-head-grey {
  font-size: 32px;
  letter-spacing: 6px;
  line-height: 2;
  text-transform: uppercase;
  color: #606060;
  font-weight: 800;
}

.img-container {
  padding: 20px 10px;
}

/* Progressive Overview */

.progressive {
  padding: 5% 0;
}

.progressive .col {
  display: flex;
  justify-content: center;
}

.progress-card {
  min-height: 280px;
  background: var(--progress-card-bg);
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
  padding: 1em 0;
  min-width: 200px;
  max-width: 250px;
}

.progress-card .card-text {
  font-size: 14px;
}

.card-title-sm {
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

.about-logo {
  height: 56px;
  margin-bottom: 1em;
}

.pr-5 {
  padding-right: 3em;
}

.grey-theme {
  padding: 5% 0;
  background-color: #dfdfdf;
}

.about-bhcp {
  padding: 2% 0;
}


/* Contact Us saction */

.contact {
  padding: 2% 0;
  padding-bottom: 0;
}

.text-right {
  text-align: right;
}

.form-control {
  height: 50px;
  border-radius: 0;
}

.textarea {
  height: 150px;
  resize: none;
}

.design {
  height: 100px;
  background: url("../assets/svg/About ADB+Swasti Illustration.svg") center/cover no-repeat;
}

.align-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

/* Footer */

footer {
  background-color: var(--footer-bg);
  padding: 0% 0;
  min-height: 150px;
}

.flex-col {
  display: flex;
}

footer .justify-evenly {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

footer .logos img {
  height: 50px;
  width: auto;
}

footer .title {
  display: flex;
  align-items: center;
}

footer .title h2 {
  margin-bottom: 0;
}

footer .align-center {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.mr-2 {
  margin-right: 1em;
}

footer .title h2 {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
}

.mbr-2 {
  margin: 0 1em 1em 0;
}

.footer * {
  color: #ffffff;
}

footer *:hover {
  color: #ffffff;
}

/* Multimedia page */

.nav-media .nav-link {
  height: 50px;
  background: #ffffff;
  border-radius: 0;
  margin-top: 1.5em;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  min-width: 200px;
  line-height: 1.5;
  color: var(--theme-bg);
  border: 1px solid var(--theme-bg) !important;
  font-weight: 600;
}

.nav-media .nav-link.active,
.nav-media .nav-link:hover,
.nav-media .nav-link:focus {
  background-color: var(--theme-bg);
  color: #ffffff;
}

.media-head {
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--theme-bg);
}

.video-heading {
  font: normal normal bold 20px/30px segoe-bold;
  letter-spacing: 0px;
  color: var(--theme-bg);
}

.fixed {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 555;
}

.owl-item .relate video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

.about-bhcp .row+.row {
  margin-top: 50px;
}

.right-border {
  position: relative;
}

.right-border::after {
  content: '';
  position: absolute;
  left: auto;
  right: 4px;
  width: 1px;
  height: 100%;
  background-color: #82cc42;
  top: 0;
}
.abt-btn{
  line-height: 37px;
}
.reverse-hand{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.reverse-hand svg {
  fill: var(--theme-bg);
}
.about-bhcp .card-title{
color: #0E9553;
}
@media all and (min-width: 1440px) {
  .main-content {
    padding-bottom: 75px;
  }

  .main-head {
    font-size: 72px;
  }

  .card-title {
    font-size: 20px;
  }

  .video-heading {
    font-size: 24px;
    line-height: 34px;
  }

  /* .nav-link {
    font-size: 14px;
  } */
}

/* @media all and (min-width: 1700px) {
  .nav-link {
    font-size: 16px;
  }
} */

@media all and (max-width: 1200px) {
  .main-head {
    font-size: 55px;
  }

  .owl-item img,
  .overlay,
  .overlay-container,
  .main-content {
    height: 720px;
  }

  .nav-tabs li {
    max-width: 30%;
  }
}

@media all and (max-width: 992px) {
  .main-head {
    font-size: 43px;
  }

  .index {
    font-size: 10px;
  }

  .owl-item img,
  .overlay,
  .overlay-container,
  .main-content {
    height: 620px;
  }

  .about-head-grey {
    font-size: 28px;
  }

  footer .logos img {
    max-width: 100%;
  }

  .minh-index1 {
    min-height: 120px;
  }

  .minh-index2 {
    min-height: 150px;
  }

  .right-border::after {
    display: none;
  }

  .about-bhcp .row+.row {
    margin-top: 20px;
  }
}

@media all and (max-width: 768px) {
  .main-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .media-icon {
    display: block;
    max-width: 60%;
    margin: 0 auto 1em auto;
  }

  .nav-tabs li {
    max-width: 50%;
  }

  .owl-item img,
  .overlay,
  .overlay-container,
  .main-content {
    height: 550px;
  }

  footer .title h2 {
    margin-bottom: 1em;
  }

  .minh-index1 {
    min-height: unset;
  }

  .minh-index2 {
    min-height: unset;
  }

}

@media all and (max-width: 576px) {
  .text-right {
    text-align: center;
  }

  .card {
    max-width: 80%;
    min-width: 80%;
    margin: 1em auto;
  }

  .nav-tabs li {
    max-width: 80%;
  }

  .about-img {
    max-width: 80%;
    margin: 2em auto;
    display: block;
  }

  .main-content {
    width: 80%;
    height: 400px;
    margin: 0 auto;
  }

  .main-head {
    font-size: 28px;
  }

  .owl-item img,
  .overlay,
  .overlay-container {
    height: 400px;
  }

  .section-head h4 {
    line-height: 1.5;
    font-size: 26px;
  }

  .img-container {
    padding: 0;
  }

  .green-head {
    font-size: 26px;
    line-height: 1.5;
  }

  footer {
    padding: 10% 0;
  }

  footer .logos {
    min-height: 250px;
    justify-content: space-evenly;
  }

  footer .title {
    display: flex;
    justify-content: center;
  }

  .flip {
    flex-direction: column;
  }

  footer .logos img {
    display: block;
    margin: 0 auto;
  }

  .cms-content {
    width: 80%;
    margin: 0 auto;
  }
}


@media all and (max-width: 400px) {
  .about-head-grey {
    font-size: 28px;
  }
}