@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*** Hero Header ***/
.hero-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-header-inner {
  background-position: center bottom -75px;
  background-size: 100%;
}

.hero-header-inner h1 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #0a0a0a;
}

.hero-header-inner p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #0a0a0a;
}

@media (min-width: 1800px) and (max-width: 2000px) {
  .hero-header-inner h1 {
    font-size: 42px;
  }

  .hero-header-inner p {
    font-size: 20px;
  }

  .about-about-right-box h3 {
    font-size: 42px;
  }

  .about-about-right-box p {
    font-size: 20px;
  }

  .about-about-right-box .btn-know-more {
    font-size: 22px;
  }

  .about-card-item h5 {
    font-size: 24px;
    line-height: 40px;
  }

  .about-card-item p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-header-inner {
    background-position: center center;
    background-size: cover;
  }

  .hero-header-inner h1 {
    font-size: 30px;
  }

  .about-about-right-box h3 {
    font-size: 24px;
  }

  .about-card-item {
    margin-bottom: 20px;
    padding: 20px 20px 40px;
    min-height: auto;
  }

  .about-card-item img {
    margin: 20px auto 20px auto;
  }

  .about-why-TCI-bg {
    background-size: cover;
  }
}

@media (max-width: 576px) {
  #About_page_heading {
    margin: 0 !important;
    padding: 0 !important;
  }
  .hero-header.hero-header-inner {
    margin: 0 !important;
  }
}

/**** About Page ****/
.about-about-section {
  margin-top: 100px;
  margin-bottom: 150px;
}

.about-about-left-box {
  width: 90%;
  margin-top: -100px;
  position: relative;
}

.about-about-left-box .btn-play {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 40%;
  right: -40px;
  content: "";
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.about-about-left-box .btn-play img {
  width: 100%;
}

.about-about-left-box img {
  width: 100%;
}

.about-about-right-box {
  width: 100%;
}

.about-about-right-box h3 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #181818;
  margin-bottom: 20px;
}

.about-about-right-box p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #0a0a0a;
}
@media (max-width: 576px) {
  .about-about-right-box p {
    font-size: 16px;
    line-height: 25px;
  }
}

.about-about-right-box .btn-know-more {
  background: linear-gradient(90deg, #3958ec -19.27%, #253ba2 100%);
  border-radius: 10px;
  font-family: Outfit;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 15px;
  width: 250px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.about-card-item {
  background: #ffffff;
  box-shadow: 0 0 10px rgb(212, 212, 212);
  border-radius: 10px;
  transition: 0.5s;
  text-align: center;
  padding: 30px 20px 30px;
  min-height: 380px;
}

.about-card-item img {
  margin: 20px auto 30px auto;
  width: 100px;
}

#Live_Market {
  width: 100%;
  left: 0% !important;
}

@media (min-width: 576px) {
  .about-card-item {
    min-height: 400px;
    margin-top: 1rem;
  }
}

.about-card-item h5 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #181818;
}

.about-card-item p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #0a0a0a;
}

.about-card-item:hover {
  background-color: #dae2ff;
  box-shadow: 0px 0px 10px 10px #eef3ff;
}

.about-card-item:hover h5,
.about-card-item:hover p {
  color: #324ed3 !important;
}

.about-why-TCI-bg {
  background: url(../img/fund-challenge-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0 150px;
  margin-top: 50px;
  margin-bottom: -100px;
  position: relative;
  overflow: hidden;
}

.about-why-TCI-bg .btn-know-more {
  background: linear-gradient(90deg, #3958ec -19.27%, #253ba2 100%);
  border-radius: 10px;
  font-family: Outfit;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 15px;
  width: 250px;
  display: block;
  text-align: center;
  margin: 50px auto;
}

a {
  text-decoration: none !important;
}

.fund-challenge-left-box {
  padding: 125px 0px 0 0;
}

.fund-challenge-left-box h3 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #181818;
  margin-bottom: 20px;
}

.fund-challenge-left-box p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: #0a0a0a;
}
@media (max-width: 576px) {
  .fund-challenge-left-box p {
    font-size: 16px;
    line-height: 25px;
  }
}

.fund-challenge-left-box .btn-know-more {
  background: linear-gradient(90deg, #3958ec -19.27%, #253ba2 100%);
  border-radius: 10px;
  font-family: Outfit;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 15px;
  width: 250px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 1800px) and (max-width: 2000px) {
  .fund-challenge-left-box p {
    font-size: 24px;
    line-height: 40px;
  }

  .fund-challenge-left-box h3 {
    font-size: 42px;
    line-height: 55px;
  }

  .fund-challenge-left-box .btn-know-more {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .fund-challenge-left-box {
    padding: 0 0 0 0;
    position: relative;
    z-index: 9;
  }
}

.header-head {
  width: 100%;
  padding: 50px 0;
}

.header-head h3 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #181818;
  text-transform: capitalize;
}

/*** logo ***/

.logo-wrap {
  background: #ffffff;
  box-shadow: 5px 4px 28px rgba(112, 119, 133, 0.15);
  border-radius: 15px;
  padding: 40px 10px;
}

.logo-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.logo-wrap ul li {
  display: inline-block;
  width: 10%;
  margin: 0 1%;
}

.logo-wrap ul li img {
  width: 100%;
}

@media (max-width: 767px) {
  .logo-wrap ul li {
    width: 38%;
    margin: 10px 5%;
  }
}

body {
  background: url(../img/Website_clipart_arts/art_design/1.png),
    url(../img/Website_clipart_arts/art_design/2.png),
    url(../img/Website_clipart_arts/art_design/3.png),
    url(../img/Website_clipart_arts/art_design/4.png),
    url(../img/Website_clipart_arts/art_design/6.png),
    url(../img/Website_clipart_arts/art_design/7.png),
    url(../img/Website_clipart_arts/art_design/8.png),
    url(../img/Website_clipart_arts/art_design/9.png),
    url(../img/Website_clipart_arts/art_design/10.png);
  background-repeat: no-repeat;
  background-position-y: 7%, 7%, 7%, 27%, 27%, 47%, 47%, 67%, 67% !important;
  background-position-x: left, center, right, left, right, left, center, right,
    left !important;
  background-size: 15%, 12%;
}

.btn-know-more {
  color: white !important;
  text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 850px) {
  .form-control,
  #country-state,
  .group-form1 {
    width: 90%;
  }
  #GetFreeCounseling .apply-now {
    width: 90% !important;
  }
}

/* Changes in Mobile View  */

@media (max-width: 768px) {
  #Media_Partner_Heading {
    margin-bottom: 25px !important;
  }
  #Our_Faculty_Team .logo-wrap {
    padding: 10px !important;
  }
  .logo-wrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .logo-wrap ul li {
    margin: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 23% !important;
  }
  #Media_Parter_Container {
    padding-bottom: 0 !important;
  }
  .header-head h3{
    font-size: 30px;
  }
  .header-head{
    padding: 0 !important;
    padding-bottom: 15px !important;
  }
}

@media (max-width: 768px) {
  .btn-know-more{
    width: fit-content !important;
  }
}