@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  border: border-box;
  font-family: "Roboto", sans-serif;
}

.navbar {
  min-height: 70px;
  background-color: #d91215;
  color: #ffffff;
}

.navbar img {
  height: 50px;
  margin-left: 10px;
}

.b {
  color: #ffffff;
  font-size: 21px;
  font-weight: 650;
  position: relative;
}

.b::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: +5px;
  width: 0;
  height: 3px;
  background: #ffffff;
  transition:
    width 0.3s ease,
    left 0.3s ease;
}

.b:hover::after {
  width: 100%;
  left: 0;
}

.b:hover {
  color: #ffffff;
}

.but {
  border-radius: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 60px;
}

.but_s {
  background-color: #ffffff;
  color: black;
  height: 40px;
  width: 30px;
  line-height: 40px;
}

.cb {
  background-color: #d91215;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 50px;
  font-weight: 650;
}

.text {
  text-align: center;
  font-size: 21px;
  line-height: 44px;
  padding: 90px 0 10px 0;
}

.re {
  text-decoration: none;
  color: blue;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 90px;
}

.img {
  width: 100%;
}

.con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 55px;
  /* background-color: #d91215; */
}

.con ul li {
  list-style: none;
  display: inline-block;
}

.con ul li a {
  text-decoration: none;
  color: #000;
  margin-right: 15px;
  font-size: 22px;
  font-weight: 550;
  line-height: 45px;
}

.count {
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  /* background-color: red; */
  justify-content: center;
}

.t2 {
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.b1 {
  position: relative;
}

.b1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #004993;
  transition:
    width 0.3s ease,
    left 0.3s ease;
}

.b1:hover::after {
  width: 100%;
  left: 0;
}

.b1:hover {
  color: #004993;
}

.con2 {
  padding-top: 85px;
  padding-bottom: 50px;
}

.con2 h3 {
  text-align: center;
  font-weight: 900;
  font-size: 38px;
}

.con2 p a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #004993;
  margin-left: 60px;
}

.conta {
  padding: 10px 100px 0 100px;
  display: flex;
}

.stories {
  margin-top: 40px;
  width: 610px;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.stories img {
  height: 280px;
  width: 610px;
}

.conta .i2:hover {
  transform: scale(1.12);
  transition: transform 1.3s ease;
}

.bottom-left {
  position: absolute;
  bottom: 18px;
  left: 22px;
  color: #ffffff;
}

.bottom-left h2 a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.b3 {
  position: relative;
}

.b3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 4px;
  background: #ffffff;
  transition:
    width 0.3s ease,
    left 0.3s ease;
}

.b3:hover::after {
  width: 100%;
  left: 0;
}

.sto {
  margin-top: 40px;
  height: 280px;
  width: 280px;
  overflow: hidden;
  position: relative;
}

.sto img {
  height: 280px;
  width: 280px;
}

.btn_A {
  height: 85px;
  width: 610px;
  text-align: left;
  background-color: transparent;
  font-size: 22px;
  font-weight: 480;
  border: 1px solid black;
  margin-bottom: 10px;
}

.btn_A .i1 {
  height: 55px;
  width: 55px;
  margin: 0 20px 0 10px;
}

.btn_B {
  height: 85px;
  width: 1284px;
  max-width: 1284px;

  /* width: 1284px; */
  text-align: left;
  background-color: transparent;
  font-size: 22px;
  font-weight: 480;
  border: 1px solid black;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .btn_B {
    width: 610px !important;
    font-size: 20px;
  }
}

.btn_B .i1 {
  height: 55px;
  width: 55px;
  margin: 0 20px 0 10px;
}

.blog_item {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 550;
  margin-bottom: 20px;
}

.blog_item span {
  font-size: 14px;
  font-weight: 380;
}

.date {
  font-size: 13px;
  font-weight: 350;
}

.table th {
  background-color: #044a92;
  color: #fff;
  font-size: 20px;
}

.con4 {
  margin-top: 30px;
  padding-top: 30px;
}

.vi {
  text-decoration: none;
  color: #004993;
  font-size: 22px;
  font-weight: 620;
  padding-top: 20px;
  text-align: right;
}

.cal {
  font-weight: 850;
  padding-left: 10px;
  font-size: 55px;
}

.cal2 {
  font-weight: 850;
  font-size: 55px;
}

.vi2 {
  text-decoration: none;
  color: #004993;
  font-size: 22px;
  font-weight: 620;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

.imex {
  height: 450px;
  width: 340px;
  margin-bottom: 40px;
  margin-top: 60px;
  overflow: hidden;
  transition: 0.4s ease;
}

.imex:hover {
  transform: translateY(-15px);
}

.foot {
  background-color: #044a92;
  min-height: 90px;
}

.icon_sc {
  line-height: 90px;
  padding-left: 30px;
}

.icon_sc .ft {
  text-decoration: none;
  background-color: #fff;
  padding: 10px 9px 10px 10px;
  border-radius: 50%;
  font-size: 22px;
  color: #044a92;
  margin-right: 20px;
  transition: 0.4s ease;
}

.icon_sc .iy {
  text-decoration: none;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 50%;
  font-size: 22px;
  color: #044a92;
  margin-right: 20px;
  transition: 0.4s ease;
}

.icon_sc .ft:hover {
  background-color: #d91215;
  color: #fff;
  transition: 0.4s ease;
}

.icon_sc .iy:hover {
  background-color: #d91215;
  color: #fff;
  transition: 0.4s ease;
}

.icon_sc .la {
  background-color: #ffffff;
  padding: 12px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
  margin-left: 20px;
}

.sub h2 {
  line-height: 90px;
  color: #ffffff;
  font-weight: 850;
  font-size: 21px;
}

.custom-input {
  border-radius: 6px 0 0 6px;
  height: 50px;
}

.custom-btn {
  border-radius: 6px 6px 6px 6px;
  height: 50px;
  background: #e60000;
  border: none;
  font-weight: bold;
}

.error-text {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

.foot2 h3 {
  color: #d91215;
  margin-bottom: 25px;
}

.foot2 ul {
  list-style: none;
  padding: 0;
}

.foot2 ul li a {
  text-decoration: none;
  color: #000;
  line-height: 40px;
  font-size: 20px;
  font-weight: 380;
}

.aenc li {
  margin-bottom: 50px;
}

.aenc li a {
  background-color: #044a92;
  padding: 15px 40px;
}

.foot_bot {
  height: 120px;
  background-color: #626768;
}

.foot_bot p {
  line-height: 120px;
  color: #fff;
  font-size: 15px;
}

.foot_bot ul {
  list-style: none;
  padding-top: 20px;
  text-align: right;
}

.foot_bot ul li {
  display: inline;
}

.foot_bot li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

/*    MOBILE RESPONSIVE */

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  /*  NAVBAR  */

  .navbar {
    min-height: 65px;
    padding: 8px 12px;
  }

  .navbar img {
    height: 42px;
    margin-left: 0;
  }

  .navbar-toggler {
    border-color: white;
    background-color: white;
  }

  .navbar-collapse {
    background-color: #d91215;
    padding: 15px;
    margin-top: 10px;
  }

  .nav-item[style] {
    margin-left: 0 !important;
  }

  .b {
    font-size: 17px;
    padding: 10px 0 !important;
  }

  .but {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    padding: 10px 15px;
  }

  /*  CAROUSEL  */

  .carousel {
    margin-top: 65px;
  }

  .carousel-item img {
    height: 230px;
    object-fit: cover;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
  }

  .cb {
    width: 38px;
    height: 38px;
  }

  /*  INTRO TEXT  */

  .text {
    font-size: 16px;
    line-height: 28px;
    padding: 50px 20px 10px;
    text-align: center;
  }

  .re {
    font-size: 16px;
    padding-bottom: 40px;
  }

  /*  COMMON IMAGE  */

  .img {
    width: 100%;
    height: auto;
    display: block;
  }

  /*  INSTITUTES  */

  .con {
    padding: 35px 25px;
  }

  .con h1 {
    font-size: 32px;
    padding-left: 0 !important;
  }

  .con ul {
    padding-left: 0;
    margin-top: 20px;
  }

  .con ul li a {
    font-size: 17px;
    line-height: 35px;
    margin-right: 8px;
  }

  /*  STUDENT EXPERIENCE  */

  .count {
    padding: 45px 25px;
  }

  .count h1 {
    font-size: 32px;
  }

  .count h2 {
    font-size: 27px;
  }

  .t2 {
    font-size: 16px;
    line-height: 27px;
  }

  /*  SECTION HEADINGS  */

  .con2 {
    padding: 55px 15px 25px;
  }

  .con2 h3 {
    font-size: 30px;
  }

  .con2 p {
    text-align: center !important;
    margin-top: 10px;
  }

  .con2 p a {
    margin-left: 0;
    font-size: 16px;
  }

  /*  RESEARCH CARDS  */

  .conta {
    padding: 0 15px;
    display: block;
  }

  .stories,
  .sto {
    width: 100%;
    height: 240px;
    margin-top: 15px;
  }

  .stories img,
  .sto img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .bottom-left {
    bottom: 15px;
    left: 15px;
  }

  .bottom-left h2 a {
    font-size: 19px;
  }

  /*  ADMISSION BUTTONS  */

  .btn_A,
  .btn_B {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 75px;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .btn_A .i1,
  .btn_B .i1 {
    width: 45px;
    height: 45px;
    margin: 0 12px 0 0;
  }

  /*  BLOGS  */

  .blog_item {
    font-size: 16px;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .blog_img img {
    width: 100px !important;
    height: 105px !important;
    margin-right: 12px !important;
    object-fit: cover;
  }

  .blog_item span {
    font-size: 12px;
  }

  .date {
    font-size: 11px !important;
  }

  /*  CALENDAR  */

  .con4 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .cal,
  .cal2 {
    font-size: 35px;
    padding-left: 0;
  }

  .vi,
  .vi2 {
    font-size: 16px;
    text-align: left;
    padding: 5px 0;
  }

  .table {
    margin-top: 25px !important;
    font-size: 13px;
  }

  .table th {
    font-size: 12px;
    padding: 8px 2px;
  }

  .table td {
    padding: 8px 2px;
  }

  /*  NEWS & EVENTS  */

  .imex {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /*  FOOTER TOP  */

  .foot {
    padding: 20px 0;
  }

  .icon_sc {
    line-height: normal;
    padding: 10px 20px;
    text-align: center;
  }

  .icon_sc .ft,
  .icon_sc .iy {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 18px;
    margin: 5px;
  }

  .icon_sc .la {
    display: none;
  }

  .sub h2 {
    line-height: normal;
    text-align: center;
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .email {
    padding: 0 20px;
  }

  .custom-input,
  .custom-btn {
    height: 45px;
  }

  /*  FOOTER LINKS  */

  .foot2 {
    padding: 10px 25px 30px;
  }

  .foot2 h3 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .foot2 ul li a {
    font-size: 16px;
    line-height: 32px;
  }

  .aenc li {
    margin-bottom: 20px;
  }

  .aenc li a {
    display: block;
    text-align: center;
    padding: 12px 20px !important;
  }

  /*  BOTTOM FOOTER */

  .foot_bot {
    height: auto;
    padding: 25px 15px;
    text-align: center;
  }

  .foot_bot p {
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .foot_bot ul {
    padding: 0;
    text-align: center;
  }

  .foot_bot ul li {
    display: inline-block;
    margin: 4px;
  }

  .foot_bot li a {
    font-size: 12px;
  }
}
