@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

.radius-0,
.right_button {
    border-radius: 0 !important
}

.alumni_01 img,
.certificate_01 img,
.company_01 img,
.course_01 img,
.hrad-img img,
.inter img,
.placements .company,
.placements .student,
.placements_01 .company_01,
.placements_01 .student_02,
.research img,
.testimonals img {
    object-fit: contain;
    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
}

h3,
h4,
h5 {
    font-family: cambria-regular !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
}

.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
}

.c_btn,
.input-text {
    font-size: 13px
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99
}

.over_hidden,
.project-item {
    overflow: hidden
}

.filter,
.inter img {
    filter: invert()
}

.bg_blue_light {
    background-color: #1d72bc
}

#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-lg-square {
    width: 48px;
    height: 48px
}

.sticky-top {
    top: -100px;
    transition: .5s
}

.box ul {
    list-style-type: none
}

.arrow-btn:hover,
.h_nav {
    background-color: #fff
}

.p_5 {
    padding: 5rem
}

.awards_01 img,
.footer_logo img,
.testimonial_01 img {
    height: 100px;
    width: 100%;
    object-fit: contain
}



.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-item,
.service-item .service-btn,
.team-item,
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07)
}

.owl-item .testimonial-item,
.service-item .service-text h5,
.testimonial-item,
.testimonial-item * {
    transition: .5s
}

.facilities-carousel a:hover,
.footer_01 p a:hover,
.footer_02 a:hover,
.h_bubble_cirle,
.h_bubble_cirle_new,
.h_bubble_tag,
.h_headn,
.service-item:hover .service-text h5 {
    color: var(--golden)
}



.copyright,
.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--blue)
}

.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 a:hover,
.icons_01 ul i {
    color: var(--golden) !important
}

.fetchButton,
.h_adprocs .nav-tabs li .nav-link.active {
    background-color: var(--golden)
}



.c_btn:hover,
.c_btn_01:hover {
    color: var(--blue) !important;
    background-color: #f6f9ff !important;
    font-weight: 700
}


.c_btn,
.i_count:before {
    background-color: var(--golden)
}
.form_001 {
    background-color: #000;
}
.banner_form_01 .form-control {
    border-radius: 20px
}

.c_btn {
    color: var(--blue) !important
}

.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: 14px;
}

.c_btn_01:hover {
    border: 1px solid
}

.footer_01 p a,
.h_headn.h_headn_b {
    color: var(--black)
}


.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
}


.left_button,
.right_button {
    top: unset;
    bottom: 0;
    position: fixed;
    z-index: 1021;
    width: 50%
}


.right_button {
    right: 0;
    border: 1px #fff
}

.left_button {
    left: 0;
    border-radius: 0 !important
}

.modal.show .modal-dialog {
    top: 8%
}


.bg_height,
.bg_height_01,
.bg_height_02,
.h_bg_over_01 {
    background-blend-mode: multiply
}


iframe .widget_container {
    background: var(--bs-white) !important
}

.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
}

.box-001,
.course_01 a,
.facilities-carousel a {
    color: #fff
}

.z_index_01 {
    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)
}
.bg-red_01 {
    background-color: #e4363d
}

.bg-box,
.box_02 {
    background: #f1f9fa
}

.box_03 {
    background: rgba(5, 52, 118, .9)
}

.bg-contain,
.bg_height_01,
.bg_height_02,
.bg_height_04,
.campus_bg_event,
.feature,
.vh_hero,
.vh_section {
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg_height,
.bg_height_01 {
    background-position: center;
    border-radius: 20px
}

.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
}


.bg_height_04 {
    background-position: left;
    height: 260px;
    width: 100%
}

.campus_bg_event,
.vh_hero,
.vh_section {
    background-position: center
}

.campus_bg_event,
.certificate_01 img {
    height: 130px;
    width: 100%
}

.course_01{
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    text-align: start;
    font-weight: normal;
    }
.course_01 img {
    height: 50px;
    object-fit: contain
}
.course_02 i{
    display: none;
    position: absolute;
    right: 20px;
    top: 40%;

}
.btn-check:focus+.btn, .btn:focus,.btn-close:focus {
    box-shadow: unset !important;
}
.course_01:hover{
    background-color: var(--blue);
    color: white;
    
}

.course_01:hover i{
    display: flex !important;
    color: var(--bs-white) !important;
}

.course_01:hover img{
    filter: invert();
}
a{
    text-decoration: unset;
}
.alumni_01 {
    background-color: #ecf4fc
}

.alumni_01 img {
    height: 140px;
    width: 100%
}

.research img {
    height: 220px;
    width: 100%
}



.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 .company,
.placements_01 .company_01 {
    height: 56px;
    display: flex;
    background-color: #fff;
    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;
    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;
    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 {
    height: 100% !important;
    width: 110px;
    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: 700px;
    width: 100%;
    border: none
}

.mobile_form {
    height: 460px !important;
    width: 100%;
    border: none
}

.vh_hero,
.vh_section {
    height: 550px;
}

.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;
    bottom: 20px;
    position: absolute;
    color: #fff
}

.vh_hero {
    width: 100%
}

.brandlogosection img {
    height: 50px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 4px
}

.hero img {
    width: auto;
    object-fit: contain;
    height: 55px
}

.awards_01 p {
    font-size: 10px !important;
    font-weight: 500
}

.main_btn,
.testimonial-carousel .owl-prev {
    justify-content: center;
    border-radius: 50%;
    display: flex;
    background-color: var(--blue)
}

.testimonial-carousel .owl-next {
    align-items: center;
    border-radius: 50%;
    right: 37%
}

.testimonial-carousel .owl-prev {
    align-items: center;
    left: 37%
}

.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
}


.program_01 .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--blue);
    box-shadow: unset
}

.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='%23ffff'%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")
}
#Program .col-lg-3{
    display: grid;
}
@media (min-width:992px) {

    .testimonial-carousel .owl-next,
    .testimonial-carousel .owl-prev {
        top: 40%;
        bottom: unset
    }

    .testimonial-carousel .owl-next {
        align-items: center;
        border-radius: 50%;
        right: 0
    }

    .testimonial-carousel .owl-prev {
        align-items: center;
        left: 10px
    }
}

@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 {
        width: unset;
        top: 46%;
        right: 17px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;
        border-radius: 0 0 15px 15px !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
    }

    .bg_height_02 {
        background-color: rgb(0 0 0/ 60%)
    }

    .bg_height_04 {
        background-position: center;
        height: 40vh;
        width: 100%
    }

    .p_5 {
        padding: unset
    }

    .company_01 img {
        width: 200px
    }
    
    .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: 450px;
    }

    .vh_hero {
        height: 100vh
    }

    .bg_height_04 {
        height: 100vh
    }

    .campus_bg_event {
        height: 400PX
    }
}

@media (min-width:1500px) {
    .iframe_h {
        height: 60vh
    }

    .campus_bg_event {
        height: 650PX
    }
}

input#PhoneNumber {
    margin-top: -8px
}

@media (min-width:600px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 19.2px;
        padding-right: 19.2px
    }
}

@media (min-width:1100px) {
    .container {
        max-width: 1280px;
        width: 1180px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1600px;
        width: 1500px
    }
}

@media (min-width:1920px) {
    .container {
        max-width: 1920px;
        width: 1820px
    }
}