.amity-education-group p,
.open-sans-text,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Open Sans", sans-serif;
}
:root {
  --blue: rgb(0, 46, 94);
  --l_blue: rgb(10, 138, 213);
  --light: #f3f3f4;
  --golden: #ffcb08;
  --red: rgb(0, 46, 94);
  --grey: #e6eaff;
  --hfont: "Mukta", sans-serif;
  --cfont: "Montserrat", sans-serif;
}
.text-blue {
  color: var(--blue) !important;
}
.text-l_blue {
  color: var(--l_blue) !important;
}
.text-golden {
  color: var(--golden) !important;
}
.text-yellow {
  color: var(--yellow) !important;
}
.bg-golden {
  background: var(--golden) !important;
}
.bg-l_blue {
  background: var(--l_blue) !important;
}
.bg-yellow {
  background: var(--yellow) !important;
}
.bg-dark {
  background: var(--dark) !important;
}
.bg-black {
  background: var(--black) !important;
}
.bg-grey {
  background: var(--grey) !important;
}
.bg-blue {
  background: var(--blue) !important;
}
.bg-program {
  background-color: #ebf5ed;
}
.radius-0 {
  border-radius: 0 !important;
}
.top-placement p {
  font-size: 17px;
  font-weight: 400;
}
.top-placement h2 {
  font-size: 22px;
  font-weight: 300 !important;
  color: #000;
  margin-bottom: 15px;
}
ul.patents-list {
  width: 100%;
  margin: 0 0 2%;
  padding: 0;
}
ul.patents-list li {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  font-size: 17px;
  color: #212121;
  line-height: 22px;
  margin-top: 10px;
  text-align: left;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 5px;
  padding-top: 2px;
}
.border-bottom-02 {
  border-bottom: 2px;
}
.amity_edge_01 {
  height: 130px;
}
.section_heading h2,
.titlebar {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.higher-studies img {
  height: 70px;
  background-color: #fff;
  padding: 5px 10px;
  width: 100%;
  object-fit: contain;
}
.oswald-text {
  font-family: Oswald, sans-serif;
}
.amity_logo {
  height: 55px;
  object-fit: contain;
  width: auto;
}
.hero_sec .heroSection_overlay {
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}
.bg_hero {
  background-size: cover;
  background-position: inherit;
}
.formContainer {
  background-color: #fff;
  border: 1px solid #ffc400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 30px 15px 0;
  margin: 0;
  /* width: fit-content; */
}
.formContainer h4 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero-carousel .hero-item {
  transition: opacity 1s ease-in-out;
}
.hero-carousel .hero-item h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 30px;
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  color: #fff;
}
.section_heading h2::after {
  display: block;
  content: "";
  height: 2px;
  width: 200px;
  background: #ffc400;
  margin: 15px auto;
  position: relative;
}
.amity-education-group p {
  font-size: 17px;
  text-align: justify;
  color: #000;
}
.overlay-content h4,
.statistic-number,
.statistic-text {
  font-family: Oswald, sans-serif;
}
.modalLogo h4,
.overlay-content h4 {
  font-size: 24px;
  font-weight: 500;
}
.statistic-block {
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 15px;
}
.statistic-number {
  color: #000;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300 !important;
  margin-bottom: 0;
}
.statistic-text {
  color: #434343;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.portfolio_sec {
  background-color: #ecf3f3;
}
.portfolio-item {
  position: relative;
  padding: 0;
  text-align: center;
  border: 2px solid #fff;
}
.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.item-overlay,
.overlay-content {
  position: absolute;
  width: 100%;
  left: 0;
}
.hover-overlay img {
  transition: 0.6s;
}
.img-responsive {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.item-overlay {
  opacity: 0.3;
  top: 0;
  height: 100%;
  background: rgba(4, 41, 99, 0.75);
  transition: opacity 0.4s ease-out;
}
.portfolio-items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.hover-overlay:hover .item-overlay {
  opacity: 1;
  -moz-opacity: 1;
}
.hover-overlay:hover > img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.overlay-content {
  bottom: 0;
  z-index: 20;
  text-align: center;
  zoom: 1;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.left_button,
.right_button {
  width: 50%;
  z-index: 1021;
  position: fixed;
}
.portfolio-item:hover .overlay-content {
  bottom: 40%;
  opacity: 1;
  -moz-opacity: 1;
}
.overlay-content h4 {
  color: #fff;
  text-transform: uppercase;
}
.c_btn {
  background-color: var(--dark);
  color: var(--bs-white);
  border-radius: 15px;
  font-size: 14px;
}
.c_btn:hover {
  color: var(--dark);
  background-color: var(--bs-white);
  border: 1px solid var(--red);
}
.modalLogo h4,
.nav_b,
.nav_b:hover {
  color: #fff;
}
.left_button {
  top: unset;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
}
.right_button {
  border-radius: 0 0 10px 10px !important;
  width: unset;
  top: 46%;
  right: 17px;
  left: unset;
  bottom: unset;
  transform: rotate(90deg) translate(50%);
  transform-origin: right;
  color: #fff;
  background-color: #ffc400;
  border: 1px solid #ffc400;
}
.modalLogo img {
  object-fit: contain;
  width: 50px;
}
.modalLogo {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center !important;
}
.back-to-top,
.hero-carousel .owl-nav {
  display: none;
}
.modal.show .modal-dialog {
  top: 8%;
}
.modal-content .form_01 {
  padding: 0 !important;
  margin: 0 !important;
}
.modal-header .btn-close {
  margin: 0;
}
.btn-close {
  background-color: #fff !important;
}
.nav_b {
  background-color: #ffc400;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ffc400;
  border-radius: 7px;
  line-height: 1.3em;
  padding: 5px 15px;
}
.btn:focus {
  box-shadow: none;
}
.back-to-top {
  position: fixed;
  display: flex !important;
  justify-content: center;
  align-items: center;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  width: 48px;
  height: 48px;
  border: solid 1px var(--grey);
  background-color: var(--red) !important;
  color: var(--bs-white);
  bottom: 30px;
}
.amity {
  background-color: #fff;
}
.bg-light {
  background: var(--light) !important;
}
.students_001 img {
  height: 80px;
  width: unset !important;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial_02 img,
.testimonial_03 img {
  padding: 5px 10px;
  width: 100%;
  object-fit: contain;
}
.testimonial_02 img {
  height: 70px;
}
.arrow {
  height: 15px !important;
  width: auto !important;
  position: absolute;
  bottom: -14px;
}
@media (max-width: 768px) {
  .bg_hero,
  .hero_sec .heroSection_overlay {
    min-height: 85vh;
  }
  .overlay-content h4 {
    font-size: 14px;
  }
  .hero-carousel .hero-item h2 {
    font-size: 30px;
    line-height: 1.4em;
  }
  .modalLogo img {
    width: 50px;
  }
  .amity_logo {
    height: 45px;
  }
  span.navbar-toggler-icon {
    color: #fff;
    font-size: 30px;
  }
  .navbar-toggler-icon {
    height: unset;
  }
  button.navbar-toggler {
    padding: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .bg_hero {
    background-position-x: center;
  }
}
.global_rankings_unit {
  margin: 10px;
  box-shadow: 0 0 20px #ccc;
  background: #f3f3f3;
  text-align: center;
}
