* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo {
  font-family: "Lobster Two", cursive !important;
  color: #3ecfb4 !important;
  font-weight: 700;
  letter-spacing: 3px !important;
}
.logo-img {
  background: #002956;
  margin: 0;
  transition-duration: 0.5s;
  height: 50px;
}
.bg-dark {
  background-color: #002956 !important;
}
.bg-none {
  background: 0 0;
}
.theme-btn {
  background-color: #fdc70b !important;
  color: #333 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  height: 40px;
  width: 100%;
}
.navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav .nav-item a {
  font-size: 14px;
}
.footer {
  background-color: #1c2939;
  width: 100%;
  height: auto;
  padding: 50px 0;
  color: #ccc;
}
.footer .footer-brand {
  font-size: 25px;
  margin: 15px 0 20px;
}
.footer h3 {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 20px;
  margin: 15px 0 20px;
  letter-spacing: 1px;
}
.footer-icon-list,
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  padding: 7px 0;
}
.footer-list li a {
  cursor: pointer;
}
.footer-list .fa {
  margin-right: 10px;
}
.footer-icon-list li {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  margin-right: 5px;
  border-radius: 5px;
}
.footer-icon-list li a {
  color: #fff;
}
.header-banner {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://imperial.edu.in/admissions/public/images/home-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.header-banner .home-banner-content {
  position: relative;
  color: #fff;
  padding-top: 200px;
}
.header-banner .home-banner-content h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.banner-list li {
  font-size: 32px;
  padding: 8px 0;
}
.banner-highlight-text {
  color: #fdc70b;
  font-weight: 700;
}
.section {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.title-section h1 {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 30px;
  letter-spacing: 1px;
}
.card-img,
.card-img-top {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.pasted-by {
  width: 80%;
  margin: -23px auto 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  filter: drop-shadow(0 0 2px #ccc);
  padding: 10px 10px;
  text-align: center;
}
.pasted-by .item {
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
}
.pasted-by .item .fa {
  color: #7b3a96;
  margin-right: 5px;
}
.publish-date {
  margin: 0;
  padding: 0;
  color: #999;
}
.service-icon {
  color: #7b3a96;
  font-size: 40px;
  margin-bottom: 20px;
}
.counter {
  background: #002956;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.counter::before {
  background: #002956;
  opacity: 0.8;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.media {
  display: flex;
  align-items: flex-start;
}
.counter-box {
  margin-bottom: 40px;
}
.counter-box .icon {
  width: 67px;
  border-radius: 2px;
  margin-right: 20px;
  background: #fff;
  height: 67px;
  text-align: center;
  line-height: 70px;
}
.counter-box .icon img {
  width: 40px;
}
.counter-box h2 {
  font-weight: 700;
  color: #fdc70b;
  margin: 0 0 5px;
  font-size: 30px;
}
.counter-box p {
  margin: 0;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.course-img {
  max-width: 41%;
  opacity: 1;
}
.sub-title {
  font-size: 18px;
}
.why-img-title {
  font-size: 17px;
  margin-top: 10px;
  color: #999;
}
.copyright {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 680px) {
  .header-banner {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
  .header-banner .home-banner-content {
    position: relative;
    color: #fff;
    padding-top: 100px;
  }
  .header-banner form {
    margin-top: 30px;
  }
  .banner-list {
    margin-left: 30px;
  }
  .banner-list li {
    font-size: 24px;
  }
  .course-img {
    max-width: 80px;
    opacity: 1;
    margin-bottom: 15px;
  }
  .comp_logo {
    width: 100%;
  }
  .section {
    padding: 50px 0;
  }
  #navbar {
    background: #002956 !important;
  }
  .col-sm {
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .footer {
    text-align: center;
    padding: 10px 0;
  }
  .copyright {
    text-align: center;
    margin-top: 30px;
    position: relative;
  }
}

/*V2*/
.v2__mt {
  margin-top: 60px;
}
.v2__section {
  width: 100%;
  /* height:100vh;  */
}
.v2__section_half {
  width: 100%;
  /* height:50vh;  */
}
.v2__header__banner {
  margin-top: 60px;
  width: 100%;
  height: 50vh;
  /* background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.7)),url(https://sahaj.imperial.edu.in/assets/images/static/home-banner.jpg); */
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.v2__section .full__image,
.v2__section_half .full__image {
  width: 100%;
}
.card {
  width: 90% !important;
  margin: 0 auto;
  height: 460px !important;
}

.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 350px;
}
.left-img {
  width: 90%;
  border-radius: 10px;
}
.left-img img {
  height: 100%;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 10px;
}
.gallery-img {
  height: 250px;
  width: 95%;
  margin: 0 auto;
}
.gallery-img .gimg {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
