@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

.head-text_01 sub,
.head-text_03 sub {
  font-size: 32px;
  line-height: 81px;
  bottom: -14px
}

.over_hidden,
.project-item {
  overflow: hidden
}

.filter,
.inter img {
  filter: invert()
}

.alumni_01 img,
.certificate_01 img,
.course_01 img,
.hrad-img img,
.research img,
.testimonals img {
  object-fit: contain
}

:root {
  --blue: rgb(0, 46, 94);
  --l_blue: rgb(10, 138, 213);
  --light: #f3f3f4;
  --golden: #ffcb08;
  --red: rgb(0, 46, 94);
  --grey: #FAFAFA;
  --hfont: 'Mukta', sans-serif;
  --cfont: 'Montserrat', sans-serif
}

body {
  font-size: 16px;
  font-family: var(--cfont);
  color: var(--bs-dark)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hfont)
}

.fs-7,
p,
small {
  font-size: .8rem !important
}

.text-blue {
  color: var(--blue) !important
}

.text-l_blue {
  color: var(--l_blue) !important
}

.text-golden {
  color: var(--red) !important;
  font-weight: 700 !important;
  text-align: center !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-light {
  background: var(--light) !important
}

.bg-blue {
  background: var(--blue) !important
}

.bg-program {
  background-color: #ebf5ed
}

.radius-0 {
  border-radius: 0 !important
}

.border-radius-15 {
  border-radius: 15px !important
}

.object-fit-cover {
  object-fit: cover !important
}

.text-justify {
  text-align: justify !important
}

.fs-unset {
  font-size: initial !important
}

.delay-1 {
  animation-delay: .25s
}

.delay-2 {
  animation-delay: .5s
}

.delay-3 {
  animation-delay: .75s
}

.delay-4 {
  animation-delay: 1.2s !important
}

.delay-5 {
  animation-delay: 1.6s !important
}

.animate_infinite {
  animation-iteration-count: infinite !important
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99
}

#header-carousel .carousel-item,
.btn-play,
.carousel-caption,
.testi h2 {
  position: relative
}

.fw-medium {
  font-weight: 50
}

.h_course_img {
  padding-left: 10px;
  border-radius: 10px;
  background: #f1f1f1
}

.h_card {
  border: 1px solid
}

.h-serach {
  border-radius: 10px;
  border: 1px #fff
}

.input-text {
  font-size: 13px
}

.h_colr {
  background-color: var(--blue)
}

.bg_blue_light {
  background-color: #1d72bc
}

.h_our.owl-carousel .owl-item img {
  width: 145px
}

.h_our .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%
}

.h_our.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  color: var(--light);
  font-size: 30px
}

.h_our.owl-carousel .owl-nav button.owl-next {
  position: relative;
  float: right;
  color: var(--light);
  font-size: 30px
}

.h_partner {
  background: linear-gradient(90.25deg, #891225 28.16%, rgb(137 18 37 / 75%) 68.15%);
  background-blend-mode: multiply;
  background-position: center;
  border-radius: 20px;
  font-size: 51px
}

.h_number,
.h_whats_numb {
  background-color: var(--golden)
}

.h_partner.h_part_apply {
  background-image: url(../images/bg1.JPG);
  background-position: top
}

.h_cont h2,
.h_cont h5,
.h_partner .h_btn,
.h_partner h5 {
  text-align: center
}

.h_whats_numb {
  border-radius: 50% 50% 50% 0;
  border: 1px solid;
  padding: 20px 25px
}

.h_cont {
  border-radius: 50px 0 50px 50px;
  border: 1px solid;
  padding: 50px;
  text-align: right
}

.h_number {
  border-radius: 50px 0 50px 50px;
  border-width: 1px;
  border-style: solid;
  padding: 30px
}

.h_faq,
.h_faq .accordion-body,
.h_faq .accordion-button {
  background-color: #f3f3f3
}

.h_number p {
  text-align: center;
  margin-top: 10px
}

.h_faq {
  padding: 10px
}

.h_faq .accordion-button {
  border: 1px solid #000
}

.h_faq .accordion-button:focus {
  box-shadow: none
}

.h_faq .accordion-item {
  margin-bottom: 10px
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999
}

#spinner.show {
  transition: opacity .5s ease-out, visibility linear;
  visibility: visible;
  opacity: 1
}

.btn {
  transition: .5s;
  font-weight: 500
}

.btn-outline-primary:hover,
.btn-primary,
.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light)
}

.btn-outline-secondary:hover,
.btn-secondary {
  color: var(--dark)
}

.btn-square {
  width: 38px;
  height: 38px
}

.btn-sm-square {
  width: 32px;
  height: 32px
}

.btn-lg-square {
  width: 48px;
  height: 48px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400
}

.sticky-top {
  top: -100px;
  transition: .5s
}

.navbar .navbar-nav .nav-link {
  margin: 20px 4px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  outline: 0
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: var(--golden);
  font-weight: 700
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px
}

.box ul {
  list-style-type: none
}

.arrow-btn:hover,
.h_nav {
  background-color: #fff
}

@media (max-width:991.98px) {
  .navbar .navbar-nav .nav-link {
    padding: 0;
    margin: 6px 4px;
    font-size: 15px
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #eee
  }
}

@media (min-width:992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1
}

.carousel-control-next,
.carousel-control-prev {
  width: 15%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: var(--golden);
  border: 15px solid var(--golden)
}

#header-carousel .carousel-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: unset;
  z-index: 1
}

#header-carousel .carousel-item .main-img {
  position: absolute;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: left
}

.p_5 {
  padding: 5rem
}

.footer_logo img,
.testimonial_01 img {
  height: 100px;
  width: 100%;
  object-fit: contain
}

.overlap_modal .modal {
  background-color: #0000007f;
  background-blend-mode: multiply;
  background-image: url(../images/amity/banners/4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)) 0 0/cover, url(../images/rectangle.png) center center/cover no-repeat
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light)
}

.project-carousel .owl-nav .owl-next:hover,
.project-carousel .owl-nav .owl-prev:hover,
.team-item .team-social li .btn:hover {
  color: var(--bs-white);
  background: var(--golden)
}

.feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08)
}

.feature-item {
  border-color: rgba(0, 0, 0, .03) !important
}

.h_about {
  background: url(../image/about.jpg) left center/cover no-repeat
}

.h_benefit {
  background: url(../images/bread.png) 0 0/cover
}

.h_box {
  background-color: #d8dae7;
  opacity: .9
}

.btn-play {
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: 0 !important;
  padding: 18px 20px 20px 28px;
  background: var(--golden)
}

.btn-play:after,
.btn-play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90px;
  height: 90px;
  background: var(--golden);
  border-radius: 100%;
  display: block
}

.btn-play:before {
  z-index: 0;
  animation: 1.5s ease-out infinite pulse-border
}

.btn-play:after {
  z-index: 1;
  transition: .2s
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 3px;
  border-left: 30px solid var(--bs-white);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0
}

.modal-video .modal-body {
  position: relative;
  padding: 0
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: 400;
  color: var(--bs-white);
  background: var(--bs-dark);
  opacity: 1
}

.service-item .service-text {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, .06);
  transition: .5s;
  z-index: 2
}

.project-item,
.service-item .service-btn,
.team-item,
.testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .07)
}

.service-item:hover .service-text {
  top: -1.5rem
}

.owl-item .testimonial-item,
.service-item .service-text h5,
.testimonial-item * {
  transition: .5s
}

.facilities-carousel a:hover,
.footer_01 p a:hover,
.footer_02 a:hover,
.service-item:hover .service-text h5 {
  color: var(--golden)
}

.service-item .service-btn {
  position: absolute;
  width: 80%;
  height: 3rem;
  left: 10%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-white);
  transition: .5s;
  z-index: 1
}

.service-item:hover .service-btn {
  bottom: -1.5rem
}

.project-item {
  position: relative;
  border-radius: 8px
}

.project-item .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  padding-top: 60px;
  transition: .5s
}

.project-item:hover .project-overlay {
  opacity: 1;
  padding-top: 0
}

.project-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex
}

.project-carousel .owl-nav .owl-next,
.project-carousel .owl-nav .owl-prev {
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s
}

.team-item {
  position: relative;
  text-align: center
}

.team-item .team-social {
  position: absolute;
  padding: 0;
  top: 15px;
  left: 0;
  overflow: hidden
}

.team-item .team-social li {
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: -50px;
  opacity: 0;
  transition: .5s
}

.team-item:hover .team-social li {
  margin-left: 15px;
  opacity: 1
}

.team-item .team-social li .btn {
  background: var(--bs-white);
  color: var(--golden);
  border-radius: 40px;
  transition: .5s
}

.team-item .team-social li:first-child {
  transition-delay: .1s
}

.team-item .team-social li:nth-child(2) {
  transition-delay: .2s
}

.team-item .team-social li:nth-child(3) {
  transition-delay: .3s
}

.team-item .team-social li:nth-child(4) {
  transition-delay: .4s
}

.team-item .team-social li:nth-child(5) {
  transition-delay: .5s
}

.testimonial-item {
  transition: .5s
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
  background: var(--golden)
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
  color: var(--bs-white) !important
}

.copyright,
.footer .btn.btn-link,
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover {
  color: var(--bs-white)
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-weight: 400;
  text-transform: capitalize;
  transition: .3s
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none
}

.copyright {
  background: var(--blue)
}

.copyright a:hover,
.icons_01 ul i {
  color: var(--golden) !important
}

.h_course_sublogo {
  height: 50px
}

.navbar-brand img {
  height: 68px
}

.fetchButton,
.h_adprocs .nav-tabs li .nav-link.active {
  background-color: var(--golden)
}

.fetchButton.active {
  background-color: #d55234
}

.h_our .owl-stage {
  display: flex;
  align-items: center;
  background: var(--bs-white);
  height: 100%
}

.c_btn:hover,
.c_btn_01:hover {
  color: var(--blue) !important;
  background-color: #f6f9ff !important;
  font-weight: 700
}

.h_our .owl-nav {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 15px
}

.h_our .owl-nav .owl-next,
.h_our .owl-nav .owl-prev {
  margin-left: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 50%;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s
}

.alignment_01 .form-control {
  border-radius: 1.25rem !important;
  appearance: auto
}

.alignment_01 {
  background-color: #1d72bc;
  padding: 5%;
  border: 2px solid #1d72bc;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto
}

.banner_form_01 .form-control {
  border-radius: 20px
}

.c_btn {
  background-color: var(--golden);
  color: var(--blue) !important;
  font-size: 13px
}

.c_btn:hover {
  border: solid var(--blue) 1px
}

.c_btn_01 {
  background-color: var(--blue);
  color: var(--bs-white) !important;
  border-radius: 30px;
  font-size: 13px
}

.h_bubble_cirle,
.h_bubble_cirle_new,
.h_bubble_tag,
.h_headn {
  color: var(--golden)
}

.c_btn_01:hover {
  border: 1px solid
}

.h_headn {
  letter-spacing: 1px;
  line-height: 1;
  font-size: 2.9em
}

.footer_01 p a,
.h_headn.h_headn_b {
  color: var(--black)
}

.footer_02 a {
  color: var(--yellow)
}

.bgimg_norepeat {
  background-repeat: no-repeat !important
}

.bgimg_cover {
  background-size: cover !important
}

.bgimg_contain {
  background-size: contain !important
}

.bgimg_center {
  background-position: center !important
}

.bgimg_end {
  background-position: right bottom !important
}

.h_bubble,
.h_prod_bubble {
  display: inline-block
}

.h_bubble_wrap,
.h_prod_bu_sub {
  height: 0;
  padding-bottom: 100%
}

.h_bubble_cirle {
  height: 50px;
  width: 50px;
  background: var(--black);
  z-index: 1
}

.h_bubble_cirle_new {
  height: 100%;
  width: 100%;
  background: #000000ad;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-size: 2em
}

.h_bubble_tag {
  bottom: 12%;
  z-index: 95;
  background: var(--black)
}

.h_bubble_wrap:hover .h_bubble_cirle,
.h_bubble_wrap:hover .h_bubble_tag {
  background: var(--bs-white);
  color: var(--black);
  border: 1px solid var(--black)
}

.right_button {
  top: unset;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  border-radius: 0 !important;
  z-index: 1021
}

.modal.show .modal-dialog {
  top: 8%
}

.i_count {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black);
  padding: 60px;
  z-index: 1
}

.i_count:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--golden);
  z-index: -1
}

.h_adprocs .nav-tabs li {
  background-color: var(--grey)
}

.h_adprocs table {
  border-collapse: unset;
  border-spacing: 10px
}

.h_adprocs table tr td:nth-child(2) {
  background-color: var(--light)
}

.h_list_num li {
  display: flex;
  align-items: baseline
}

.h_list_num li:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 18px;
  font-weight: 700
}

.h_bg_over {
  background: rgb(20 29 73 / 92%);
  background-blend-mode: multiply
}

.h_bg_over_01 {
  background-blend-mode: multiply
}

.h_bg_over .h_list_num li::before {
  top: 0;
  font-size: 20px
}

.text_big {
  font-size: 1.25rem
}

iframe .widget_container {
  background: var(--bs-white) !important
}

#n_about:after,
#n_about:before {
  position: absolute;
  content: '';
  right: 4%;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  z-index: -1
}

.admission .nav-link {
  color: var(--bs-dark);
  border-radius: 0
}

.admission .nav-link.active {
  color: var(--bs-dark);
  background-color: unset;
  border: solid 1px var(--blue);
  border-radius: 14px
}

.mobile_hide {
  background-image: unset
}

.border_end {
  border-right: none
}

.footer_01 p {
  display: flex;
  align-items: center
}

.specializations {
  height: 300px
}

.center_tagline_01 th {
  color: #fff;
  background-color: var(--dcolor) !important;
  text-transform: capitalize !important
}

.modal-content .form_01 {
  padding: 0 !important;
  margin: 0 !important
}

@media (max-width:768px) {
  .project-carousel .owl-nav {
    top: -70px;
    right: auto;
    left: 50%;
    transform: translateX(-50%)
  }

  .project-carousel .owl-nav .owl-next,
  .project-carousel .owl-nav .owl-prev {
    margin: 0 7px;
    width: 45px;
    height: 45px;
    font-size: 20px
  }

  .navbar-brand img {
    height: 47px
  }
}

.thank_form .bg-white {
  border-radius: 15px
}

.th_meet {
  background-color: var(--red);
  height: 140px;
  width: 140px
}

.th_meet img {
  height: 90px
}

.navbar-brand {
  border-radius: 0 0 30px 30px
}

.head-text_02 {
  font-family: Lufga;
  font-size: 65px;
  line-height: 55px;
  font-weight: 900;
  text-transform: uppercase
}

.head-text_01 sup {
  font-weight: 700;
  color: var(--golden);
  top: 25px;
  left: 21px;
  position: absolute
}

.head-text_01 sub {
  position: absolute;
  right: -35px
}

.head-text_01 sup::before {
  content: "";
  position: absolute;
  right: 16px;
  top: -17px;
  background: url(../images/amity/left.jpg) 0 0/contain no-repeat;
  width: 18px;
  height: 36px
}

.head-text_01 sub::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 23px;
  background: url(../images/amity/right.jpg) 0 0/contain no-repeat;
  width: 18px;
  height: 36px
}

.head-text_03 sup {
  font-weight: 700;
  color: var(--yellow);
  top: 25px;
  left: 21px;
  position: absolute
}

.box-001,
.course_01 a,
.facilities-carousel a {
  color: #fff
}

.z_index_01 {
  z-index: 1
}

.head-text_03 sub {
  position: absolute;
  right: -44px;
  z-index: 1
}

.hrad-img img {
  height: 200px;
  width: 100%
}

.ranking {
  height: 70px !important;
  width: 100% !important;
  object-fit: contain !important
}

.box {
  border: 1px solid;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--blue)
}

.box_02,
.box_03 {
  border-radius: 10px;
  padding: 23px
}

.bg-red_01 {
  background-color: #e4363d
}

.box_02 {
  background: #f1f9fa
}

.box_03 {
  background: rgba(5, 52, 118, .9)
}

.bg-box {
  background: #f1f9fa
}

.bg_height,
.bg_height_01 {
  background-position: center;
  border-radius: 20px
}

.bg_height,
.bg_height_01,
.bg_height_02 {
  background-blend-mode: multiply
}

.bg-contain,
.bg_height_01,
.bg_height_02,
.bg_height_04,
.campus_bg_event,
.feature {
  background-repeat: no-repeat
}

.img-02 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px
}

.m-top {
  margin-top: -6rem;
  z-index: 1
}

.bg_height {
  height: 300px;
  background-color: #0000007d;
  background-size: cover
}

.company shadow {
  box-shadow: 0 0 1rem rgb(2 0 0 / 59%)
}

.bg_height_01 {
  height: 450px;
  background-color: rgba(11, 54, 113, .9)
}

.bg_height_03 {
  background-image: url(../images/amity/placement/bg_02.jpg);
  background-size: cover;
  background-position: bottom
}

.fs_01 {
  font-size: 12px
}

.box-002 {
  background-color: rgba(13, 52, 103, .7) !important
}

.box-001 {
  background-color: #ac9b47c9;
  position: absolute;
  padding: 16px;
  border-radius: 15px;
  bottom: 36px;
  width: 90%;
  right: 2px
}

.box-003 {
  position: absolute;
  bottom: 65px
}

.placements .student,
.test-img {
  position: absolute;
  bottom: 0;
  z-index: 0
}

.bg-contain {
  background-size: contain;
  height: 90px
}

.bg_height_02,
.bg_height_04,
.campus_bg_event,
.feature,
.vh_hero {
  background-size: cover
}

.test-img {
  height: 250px;
  right: 0
}

.head_text_02 sup {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  top: 25px;
  left: 5px;
  position: absolute
}

.head_text_02 sub {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  bottom: 38px;
  left: 19px
}

.bg_height_02 {
  background-position: center;
  border-radius: 20px;
  background-color: rgb(0 0 0 / 100%)
}

.bg_height_04 {
  background-position: left;
  height: 260px;
  width: 100%
}

.certificate_01 img {
  height: 130px;
  width: 100%
}

.campus_bg_event {
  background-position: center;
  height: 130px;
  width: 100%
}

.course_01 img {
  height: 70px;
  width: 100%
}

.alumni_01 {
  background-color: #ecf4fc
}

.alumni_01 img {
  height: 140px;
  width: 100%
}

.research img {
  height: 220px;
  width: 100%
}

.course_01 a:hover {
  color: var(--grey)
}

.table_css th {
  background-color: #ececec
}

.testimonals img {
  height: 60px;
  width: 250px
}

.testi sup {
  font-size: 28px;
  font-weight: 900;
  position: absolute;
  top: 11px
}

.border_img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  background: url(../images/amity/testi/border_img.webp) no-repeat;
  width: 11px;
  height: 100%
}

.placements .student {
  height: 350px;
  width: 100%;
  object-fit: contain;
  left: 109px
}

.placements .company,
.placements_01 .company_01 {
  height: 56px;
  display: flex;
  background-color: #fff;
  object-fit: contain;
  position: relative
}

.placements .company {
  border-radius: 0 0 10px 10px;
  width: 50%;
  justify-content: center;
  right: -26px;
  align-items: center
}

.placements_01 .company_01 {
  border-radius: 10px;
  width: 35%;
  justify-content: center;
  align-items: center
}

.placements_01 .student_02 {
  height: 437px !important;
  object-fit: contain;
  position: relative;
  width: unset !important;
  left: 18%
}

.company_001 .owl-next,
.company_001 .owl-prev {
  height: 40px;
  width: 40px;
  background-color: var(--golden);
  display: flex;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: unset;
  bottom: -15px
}

.company_001 .owl-prev {
  justify-content: center;
  align-items: center;
  left: 38%
}

.company_001 .owl-next {
  justify-content: center;
  align-items: center;
  right: 38%
}

.infra-carousel .owl-next,
.infra-carousel .owl-prev {
  height: 40px;
  width: 40px;
  background-color: #1a4a79;
  display: flex;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 30px
}

.infra-carousel .owl-prev {
  justify-content: center;
  align-items: center;
  right: 80px
}

.infra-carousel .owl-next {
  justify-content: center;
  align-items: center;
  right: 30px
}

.inter img {
  height: 70px;
  object-fit: contain;
  opacity: .7
}

.infra .student_02 {
  height: 350px !important;
  object-fit: cover;
  object-position: top;
  width: 100%
}

.city-carousel .owl-next,
.city-carousel .owl-prev,
.facilities-carousel .owl-next,
.facilities-carousel .owl-prev {
  height: 40px;
  width: 40px;
  background-color: #1a4a79;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  display: flex
}

.city-carousel .owl-prev,
.facilities-carousel .owl-prev {
  justify-content: center;
  align-items: center;
  left: 10px
}

.city-carousel .owl-next,
.facilities-carousel .owl-next {
  justify-content: center;
  align-items: center;
  right: -14px
}

.placements {
  position: relative;
  margin-top: -56%
}

.company_01 img {
  object-fit: contain;
  height: 100% !important;
  width: 110px;
  object-fit: contain;
  border-radius: 8px;
  padding: 10px
}

.venture_01 .head-text_03 {
  position: absolute;
  bottom: 10px;
  width: 41%;
  left: 10px
}

.feature {
  position: relative;
  height: 800px;
  display: flex;
  align-items: end;
  padding-bottom: 35px
}

.feature .logo_01 {
  position: absolute;
  top: 2%;
  right: 0
}

.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(13, 52, 103, .9)
}

.feature .star::after {
  content: '';
  color: var(--bs-white);
  left: 14px;
  background: url(../images/amity/feature/star.webp) 0 0/contain no-repeat;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 13%
}

.city img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  justify-content: center
}

.pt_90 {
  padding-top: 9rem
}

.h_300 {
  height: 500px
}

.footer_02 .nav-link {
  padding: 0 !important
}

.center_tagline th {
  color: #fff;
  background-color: var(--golden) !important;
  text-transform: capitalize !important
}

.university_001 {
  position: absolute;
  top: -4%;
  right: 45%;
  transform: rotate(323deg);
  width: 60px
}

.enqui_form_ai option {
  text-transform: capitalize
}

.iframe_h {
  height: 640px;
  width: 100%;
  border: none
}

.mobile_form {
  height: 460px !important;
  width: 100%;
  border: none
}

.vh_hero,
.vh_section {
  background-position: center;
  background-repeat: no-repeat;
  height: 480px
}

.popup-carousel .owl-next,
.popup-carousel .owl-prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%
}

.open_popup button {
  position: absolute;
  right: -22px;
  z-index: 1
}

.popup-carousel .owl-next {
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0
}

.popup-carousel .owl-prev,
.testimonial-carousel .owl-next {
  background-color: var(--blue);
  display: flex;
  justify-content: center
}

.popup-carousel .owl-prev {
  align-items: center;
  left: 0
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  height: 40px;
  width: 40px;
  top: 40%;
  opacity: .5;
  position: absolute;
  color: #fff
}

.vh_hero {
  width: 100%
}

.brandlogosection img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 4px
}

.awards_01 img,
.hero img {
  width: auto;
  object-fit: contain
}

.hero img {
  height: 55px
}

.awards_01 img {
  height: 90px
}

.testimonial-carousel .owl-next {
  align-items: center;
  border-radius: 50%;
  right: 0
}

.main_btn,
.testimonial-carousel .owl-prev {
  justify-content: center;
  border-radius: 50%;
  display: flex;
  background-color: var(--blue)
}

.testimonial-carousel .owl-prev {
  align-items: center;
  left: 10
}

.main_btn {
  align-items: center;
  margin-top: 90px;
  width: 45px;
  height: 45px
}

.child_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--golden)
}

.main_btn a:hover~.child_btn {
  display: block
}

.hidden-buttons {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 25px;
  top: 45px;
  transform: translateY(-50%)
}

.container:hover .hidden-buttons {
  display: flex
}

.email-btn:hover,
.phone-btn:hover {
  background-color: #218838
}

.program_01 .accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset
}

.form_001 {
  background-color: #000
}

.program_01 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--blue);
  box-shadow: unset
}

@media (min-width:768px) {
  .border_end {
    border-right: solid var(--dark) 1px
  }

  .bg_height_01,
  .specializations {
    height: unset
  }

  #n_about:after,
  #n_about:before {
    background-color: #141d49eb
  }

  .mobile_hide {
    background-image: url(../images/amity/1.jpg)
  }

  .fs-7 {
    font-size: .8rem !important
  }

  .h_number p,
  .h_partner .h_btn {
    text-align: left
  }

  .h_cont {
    margin-left: 10em
  }

  .h_cont h2,
  .h_cont h5 {
    text-align: right
  }

  .carousel-caption {
    display: flex;
    align-items: center
  }

  .placements_01 img {
    height: 80px !important;
    width: 100%;
    object-fit: contain
  }

  .h_bubble_cirle {
    height: 65px;
    width: 65px
  }

  .h_bubble_main:nth-child(2) .h_bubble_bef1:before {
    display: block
  }

  .text_big {
    font-size: 2rem
  }

  .right_button {
    top: 46%;
    right: 17px;
    left: unset;
    bottom: unset;
    transform: rotate(90deg) translate(50%);
    transform-origin: right;
    border-radius: 30px !important
  }

  .head-text_01 sup::before,
  .head-text_03 sup::before {
    right: 15px;
    top: -14px;
    height: 74px
  }

  .vh_section {
    height: 100vh
  }

  .vh_hero {
    height: 85vh
  }

  .head-text_01 sub::after,
  .head-text_03 sub::after {
    right: -22px;
    top: -10px;
    width: 18px;
    height: 74px
  }

  .placements {
    margin-top: -15%
  }

  .bg_height_03 {
    background-image: url(../images/amity/placement/bg_01.jpg);
    background-size: cover;
    background-position: center;
    height: unset
  }

  .feature::before {
    top: 54%
  }

  .feature .logo_01 {
    top: 10%;
    right: 5%
  }

  .facilities-carousel .owl-prev {
    left: 4px
  }

  .facilities-carousel .owl-next {
    right: -20px
  }

  .city-carousel .owl-prev {
    left: -10px
  }

  .city-carousel .owl-next {
    right: -10px
  }

  .mb_30 {
    margin-bottom: -37rem
  }

  .testimonals img {
    height: 70px;
    width: 200px
  }

  .head_text_02 sub {
    bottom: 13px
  }

  .mb-90 {
    margin-top: 3rem;
    margin-bottom: 10rem
  }

  .company_001 .owl-prev {
    top: 40%;
    bottom: unset;
    left: -23px
  }

  .company_001 .owl-next {
    bottom: unset;
    top: 40%;
    right: -46px
  }

  #header-carousel .carousel-item:before {
    background: rgba(0, 0, 0, 0)
  }

  .bg_height_02 {
    background-color: rgb(0 0 0/ 60%)
  }

  .bg_height_04 {
    background-position: center;
    height: 40vh;
    width: 100%
  }

  #header-carousel .carousel-item .main-img {
    height: 100%;
    object-fit: cover;
    object-position: bottom
  }

  .p_5 {
    padding: unset
  }

  .company_01 img {
    width: 200px
  }

  .iframe_h {
    max-height: 500px
  }

  .hero img {
    height: 60px
  }

  .alumni_01 img {
    height: 250px
  }

  .campus_bg_event {
    height: 278PX
  }

  .certificate_01 img {
    height: 200px
  }

  .testimonial-carousel .owl-next {
    right: -22px;
    opacity: 1
  }

  .testimonial-carousel .owl-prev {
    left: -22px;
    opacity: 1
  }

  .research img {
    height: 300px
  }
}

@media (min-width:912px) {
  .iframe_h {
    height: 85vh
  }

  .vh_hero {
    height: 130vh
  }

  .bg_height_04 {
    height: 100vh
  }

  .campus_bg_event {
    height: 400PX
  }
}

@media (min-width:1500px) {
  .iframe_h {
    height: 65vh
  }

  .campus_bg_event {
    height: 650PX
  }
}

input#PhoneNumber {
  margin-top: -8px
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}