@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

@font-face {
    font-family: 'CustomFont';
    src: url('fonts/SegoePro-Regular.ttf') format('truetype'),
         url('fonts/SegoeProDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.head-text_01 sub,
.head-text_03 sub {
    font-size: 32px;
    line-height: 81px;
    bottom: -14px
}

.over_hidden,
.project-item {
    overflow: hidden
}

.head-text_02,
h3 {
    text-transform: uppercase
}

:root {
    --blue: #002e5e;
    --l_blue: #0a8ad5;
    --light: #f3f3f4;
    --golden: #ffcb08;
    --red: #002e5e;
    --grey: #e6eaff;
    --hfont: Mukta, sans-serif;
    --cfont: Montserrat, sans-serif
}

body {
    font-size: 16px;
    font-family: 'CustomFont', sans-serif;
    color: var(--bs-dark)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CustomFont', sans-serif;
}

.fs-7,
p,
small {
    font-size: 14px !important
}

.text-blue {
    color: var(--blue) !important
}

.text-l_blue {
    color: var(--l_blue) !important
}

.copyright a:hover,
.icons_01 ul i,
.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-light {
    background: var(--light) !important
}

.bg-blue {
    background: var(--blue) !important
}

.bg-program {
    background-color: var(--light) !important
}

.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
}

.arrow-btn:hover,
.h_nav,
.testimonial_02 img {
    /* background-color: #fff */
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0 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
}

@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)
}

.students_001 img {
    height: 80px;
    width: unset !important;
    object-fit: cover;
    border-radius: 50%
}

.testimonial_02 img {
    height: 70px;
    padding: 5px 10px;
    width: 100%;
    object-fit: contain
}

.testimonial_03 img {
    padding: 5px 10px;
    width: 100%;
    object-fit: contain
}

.arrow {
    height: 15px !important;
    width: auto !important;
    position: absolute;
    bottom: -14px
}

.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)
}

.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(--golden);
    color: var(--blue) !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: #300;
    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
}

.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%;
    object-fit: contain
}

.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-contain,
.bg_height_01,
.bg_height_02 {
    background-repeat: no-repeat
}

.bg_height,
.bg_height_01,
.bg_height_02,
.vh_hero {
    background-blend-mode: multiply
}

.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 #050000
}

.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: #000
}

.bg_height_04 {
    background-position: left;
    background-repeat: no-repeat;
    height: 260px;
    width: 100%
}

.campus_bg_event,
.vh_hero,
.vh_section {
    background-position: center;
    background-repeat: no-repeat
}

.certificate_01 img,
.portfolio_01 img {
    height: 250px;
    width: 100%;
    object-fit: cover
}
a{
    text-decoration: none;
}
.campus_bg_event {
    height: 130px;
    width: 100%
}

.course_01 img {
    height: 60px;
    object-fit: contain
}


.course_01:hover{
    background-color: var(--blue);
    
}

.course_01:hover .course_name{
    color: var(--bs-white) !important;
}
.course_01:hover i{
    color: var(--bs-white) !important;
}

.course_01:hover img{
    filter: invert();
}

.course_font{
    font-size: 14px !important;
}

.alumni_01 {
    background-color: #ecf4fc
}

.alumni_01 img {
    height: 140px;
    width: 100%;
    object-fit: contain
}

.research img {
    height: 220px;
    width: 100%;
    object-fit: contain
}


.table_css th {
    background-color: #ececec
}

.testimonals img {
    height: 60px;
    width: 250px;
    object-fit: contain
}

.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 {
    background-repeat: no-repeat;
    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 {
    width: 100%;
    border: none
}

.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_section {
    height: 480px
}

.vh_hero {
    background-color:#b0afafb3;
    height: 350px;
    width: 100%
}

.awords img {
    height: 180px;
    width: 100%;
    object-fit: contain
}

.brandlogosection img {
    height: 50px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 4px
}

.hero img,
.main_btn {
    height: 45px
}

.awards_01 img,
.hero img {
    width: auto;
    object-fit: contain
}

.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: 10px
}

.main_btn {
    align-items: center;
    margin-top: 90px;
    width: 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
}

.amity_edge_01 {
    height: 130px
}

.hidden-buttons {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 25px;
    top: 45px;
    transform: translateY(-50%)
}

.container:hover .hidden-buttons {
    display: flex
}

h3 {
    color: #000 !important;
    font-weight: 700 !important
}

.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
}

.chart img {
    height: 160px !important;
    width: 100%;
    object-fit: contain
}

.left_0 {
    left: 0
}

.hero_001 h2 {
    font-size: 18px
}

.hero_001 h6 {
    font-size: 14px
}

.box_shadow {
    box-shadow: 0 0 20px #ccc
}

.student_placement_01 {
    height: 263px;
    width: 100%;
    object-fit: contain
}

@media (min-width:768px) {
    .student_placement_01 {
        height: 263px
    }

    .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
    }

    .alumni_01 img,
    .awords img {
        height: 250px
    }

    .hero_001 h1 {
        font-size:32px
    }

    .hero_001 h6 {
        font-size: 22px
    }

    .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: #000
    }

    .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 {
        height: 40vh
    }

    .hero img {
        height: 60px
    }

    .campus_bg_event {
        height: 278PX
    }

    .certificate_01 img {
        height: 175px
    }

    .testimonial-carousel .owl-next {
        right: -22px;
        opacity: 1
    }

    .testimonial-carousel .owl-prev {
        left: -22px;
        opacity: 1
    }

    .portfolio_01 img,
    .research img {
        height: 300px
    }
}

@media (min-width:912px) {
    .iframe_h {
        height: 85vh
    }

    .vh_hero {
        height: 100vh
    }

    .bg_height_04 {
        height: 100vh
    }

    .campus_bg_event {
        height: 400PX
    }

    .certificate_01 img {
        height: 130px
    }

    .chart img {
        height: 200px !important
    }
}

@media (min-width:1500px) {
    .iframe_h {
        height: 70vh
    }

    .campus_bg_event {
        height: 650PX
    }
}


.about ul li{
    font-size: 14px !important;   
    list-style: none; 
}

.about ul{
    padding-left: 0rem;
}

.blue{
    color:#002e5e;
}

.whitehr{
    border-bottom: 1px solid #fff;
}

.formborder{
    border: 1px solid #bebebe;
}

.course_01 {
    border-left: 3px solid var(--golden) !important;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background: #ffd844;
    padding: 10px 0;
  }

  .marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 35s linear infinite;
  }

  @keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
  }

  .cpointer{
    cursor: pointer;
  }