body {
    background-color: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

a {
    text-decoration: none !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000
}

a:hover {
    text-decoration: none !important
}

a:focus {
    outline: none
}

input:focus,
textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important
}

header {
    background-color: #fff
}

header.header-scroll {
    box-shadow: 0 0 10px #0003;
    background-color: #fff !important;
    width: 100%;
    z-index: 999;
    opacity: 1;
    transition: 1s;
    top: 0
}

.logo-wrapper {
    padding: 20px 20px 20px 0;
    border-right: 1px solid #eee
}

.logo-wrapper img {
    height: 52px;
    width: auto;
    max-width: 100%;
    object-fit: contain
}

@media (max-width: 1199px) {
    .logo-wrapper img {
        height: 44px
    }
}

.header-menu .site-navigation .site-menu {
    padding-left: 0
}

.header-block {
    display: flex;
    align-items: center
}

.header-content {
    display: flex;
    align-items: center;
    flex: 1
}

.header-action {
    display: flex;
    align-items: center
}

.bg-step {
    display: block;
    background-color: #005da436 !important;
    color: #005da4
}

.desk-call {
    display: none !important
}

.header-call {
    margin-right: 20px
}

.header-call a {
    color: #005da4;
    font-size: 24px;
    font-weight: 600;
    transition-duration: .3s
}

.header-call a:hover {
    color: #ef7f1a
}

.header-call a i {
    font-size: 18px
}

.cus-btn,
a.cus-btn,
button.cus-btn {
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    transition-duration: .3s;
    z-index: 1;
    display: inline-block
}

.btn-dark,
a.btn-dark,
button.btn-dark {
    background-color: #005da4;
    color: #fff;
    box-shadow: 0 0 20px #005da433
}

.btn-light,
a.btn-light,
button.btn-light {
    background-color: #fff;
    color: #005da4;
    box-shadow: 0 0 20px #005da433
}

.btn-light:hover,
a.btn-light:hover,
button.btn-light:hover {
    color: #fff
}

.cus-btn::before {
    position: absolute;
    content: "";
    background-color: #ef7f1a;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition-duration: .3s;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1
}

.cus-btn:hover::before {
    transform: scale(1)
}

.site-navbar .site-navigation .site-menu .has-children>a span:after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px
}

.header-menu .menu-link {
    color: #005da4;
    font-weight: 600;
    text-transform: uppercase;
    transition-duration: .3s
}

.header-menu .menu-link:hover {
    color: #ef7f1a
}

.banner-section {
    min-height: 400px;
    position: relative
}

.banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
    height: 100%;
    width: 100%
}

.banner-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banner-block {
    position: relative;
    padding: 60px 0
}

.banner-block .container {
    height: 100%
}

.banner-cation-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.banner-caption {
    width: 100%;
    max-width: 600px;
    color: #fff;
    text-shadow: 2px 2px 2px #000
}

.banner-caption h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000
}

.banner-caption h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000
}

.banner-form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 15px 15px 20px #0003
}

.banner-form-title h6 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #005da4;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.banner-input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px
}

.banner-input:focus {
    border: 1px solid #005da4
}

.iti__selected-flag {
    padding: 14px 8px !important
}

.iti {
    width: 100%
}

.loader {
    position: absolute;
    background: #fff;
    margin-top: 5px;
    margin-right: 2px;
    transform: scale(.8)
}

.close-container {
    position: absolute;
    margin-top: 10px;
    margin-right: 5px
}

.banner-form-btn {
    background-color: #f8c301;
    color: #005da4;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 3px;
    transition-duration: .3s;
    width: 100%
}

.banner-form-btn:hover {
    background-color: #005da4;
    color: #ef7f1a
}

.rank-section {
    padding: 80px 0
}

.heading-block {
    margin-bottom: 30px
}

#marginTit .heading-block {
    margin-top: 20px;
    margin-bottom: 20px
}

.page-title-block h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding-bottom: 5px;
    z-index: 3
}

.page-title-block h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #ef7f1a
}

.heading-block h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #ef7f1a
}

.heading-block h1 span {
    color: #005da4
}

.h1,
h1 {
    font-size: 2.5rem !important
}

.heading-block h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #ef7f1a
}

.heading-block h2 span {
    color: #005da4
}

.heading-blue h2 span {
    color: #fff
}

.heading-center {
    display: flex;
    justify-content: center
}

.rank-item {
    background-color: #fff;
    height: 100%;
    border: 1px solid #005da4;
    padding: 20px
}

.rank-img {
    text-align: center;
    margin-bottom: 20px
}

.rank-img img {
    max-width: 150px
}

.rank-item h6 {
    text-align: center;
    font-weight: 500;
    margin: 0;
    font-weight: 600
}

.why-block {
    display: block;
    height: 100%;
    background-color: #005da4;
    padding: 60px;
    color: #fff
}

.why-img {
    height: 100%
}

.why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.why-list ul {
    padding: 0;
    margin: 0
}

.why-list ul li {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px
}

.why-list ul li i {
    color: #ef7f1a;
    margin-right: 10px
}

.anchor-section {
    scroll-margin-top: 60px
}

.about-section {
    padding: 80px 0
}

.about-block p {
    text-align: justify
}

.about-img-block {
    padding: 0 40px 40px 0
}

.about-img {
    border: 1px solid #ccc;
    position: relative
}

.about-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 10px solid #005da4;
    right: -40px;
    bottom: -40px;
    z-index: -1
}

.about-img img {
    width: 100%
}

.program-section {
    background-color: #005da4;
    padding: 80px 0
}

.program-item {
    background-color: #fff;
    box-shadow: 0 0 10px #0003;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    transition-duration: .3s;
    cursor: pointer;
    display: block
}

.program-item:hover {
    background-color: #ef7f1a;
    color: #fff
}

.program-item h5 {
    font-weight: 700;
    color: #005da4;
    margin-bottom: 0
}

.program-item:hover h5 {
    color: #fff
}

.program-eligible {
    padding-top: 20px
}

.program-eligible h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.program-eligible p {
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.program-item:hover .program-eligible p {
    color: #fff
}

.faculty-section {
    padding: 80px 0
}

.faculty-item {
    background-color: #fff;
    box-shadow: 0 0 10px #0001;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.faculty-slider .owl-stage {
    display: flex
}

.faculty-slider .item {
    padding: 10px;
    height: 100%
}

.faculty-img {
    height: 230px
}

.faculty-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.faculty-detail {
    padding: 20px;
    width: 100%
}

.faculty-name {
    font-weight: 600;
    color: #005da4
}

.faculty-designation {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.faculty-qual {
    font-size: 12px;
    color: #666
}

.faculty-slider .owl-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding-top: 10px
}

.faculty-slider .owl-prev,
.faculty-slider .owl-next {
    background-color: #005da4 !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition-duration: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff !important
}

.faculty-slider .owl-prev:hover,
.faculty-slider .owl-next:hover {
    background-color: #ef7f1a !important
}

.recruiter-section {
    background-color: #005da4;
    padding: 80px 0
}

.recruiter-slider .owl-stage {
    display: flex
}

.recruiter-slider .item {
    height: 100%
}

.recruiter-item {
    padding: 20px;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #fff
}

.recruiter-slider .owl-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding-top: 20px
}

.recruiter-slider .owl-prev,
.recruiter-slider .owl-next {
    background-color: #fff !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition-duration: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #005da4 !important
}

.recruiter-slider .owl-prev:hover,
.recruiter-slider .owl-next:hover {
    background-color: #ef7f1a !important;
    color: #fff !important
}

.page-title {
    position: relative
}

.page-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.page-title-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #005da4;
    opacity: .7;
    z-index: 0
}

.page-title-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.page-title-block {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-title-block h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding-bottom: 5px
}

.page-title-block h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #ef7f1a
}

.overview-section {
    padding: 80px 0
}

.overview-block p {
    text-align: justify;
    line-height: 30px
}

.course-detail {
    background-color: #005da422;
    border-radius: 10px;
    border-left: 5px solid #005da4;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.eligible-block p {
    line-height: 30px
}

.syllabus-list {
    box-shadow: 0 0 10px #0001
}

.syllabus-item {
    padding: 30px;
    background-color: #fff;
    height: 100%
}

.syllabus-item1 {
    background-color: #005da422
}

.syllabus-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #005da4;
    padding: 5px 15px
}

.syllabus-subject ul {
    padding: 0;
    margin: 0
}

.syllabus-subject ul li {
    list-style: none;
    line-height: 30px
}

.syllabus-subject ul li i {
    margin-right: 10px;
    color: #ef7f1a
}

.outcome-section {
    padding-top: 80px
}

.outcome-title {
    color: #005da4;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px
}

.outcome-item ol li {
    margin-bottom: 10px
}

.testimonial-section {
    padding: 80px 0;
    background-color: #005da4
}

.testimonial-slider .owl-stage {
    display: flex
}

.testimonial-slider .item {
    height: 100%;
    padding: 10px
}

.testimonial-item {
    background-color: #fff;
    box-shadow: 0 0 10px #0002;
    height: 100%;
    border-radius: 20px;
    padding: 30px;
    position: relative
}

.testimonial-icon {
    position: absolute;
    font-size: 60px;
    z-index: 0;
    bottom: 10px;
    right: 30px;
    color: #005da4;
    opacity: .2
}

.testimonial-img {
    max-width: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-slider .owl-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
    gap: 10px
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
    height: 40px;
    width: 40px;
    background-color: #fff !important;
    color: #005da4 !important;
    border-radius: 50%;
    transition-duration: .3s
}

.testimonial-slider .owl-prev:hover,
.testimonial-slider .owl-next:hover {
    background-color: #ef7f1a !important;
    color: #fff
}

.faq-section {
    padding: 80px 0
}

.faq-block .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.faq-block .accordion-button {
    background-color: #005da4;
    color: #fff;
    font-weight: 600
}

.faq-block .accordion-button.collapsed {
    background-color: #fff;
    color: #005da4
}

.faq-block .accordion-button:focus {
    box-shadow: none
}

.testimonial-user h6 {
    color: #005da4;
    font-weight: 600
}

.testimonial-home {
    padding: 80px 0
}

.testimonial-home-slider .owl-stage {
    display: flex
}

.testimonial-home-slider .item {
    height: 100%;
    padding: 10px
}

.testimonial-home-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 20px
}

.testimonial-home-slider .owl-prev,
.testimonial-home-slider .owl-next {
    height: 40px;
    width: 40px;
    background-color: #005da4 !important;
    color: #fff !important;
    border-radius: 50%;
    transition-duration: .3s
}

.testimonial-home-slider .owl-prev:hover,
.testimonial-home-slider .owl-next:hover {
    background-color: #ef7f1a !important;
    color: #fff
}

.vision-section {
    padding: 80px;
    background-color: #005da422
}

.mission-block,
.vision-block {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #005da433;
    display: flex;
    align-items: center
}

.mission-icon {
    width: 70px
}

.mission-icon img {
    width: 100%
}

.mission-detail {
    width: calc(100% - 100px);
    padding-left: 20px
}

.mission-block p,
.vision-block p {
    line-height: 30px;
    margin-bottom: 0
}

.footer-form {
    background-color: #fff;
    padding: 30px
}

.footer-apply {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    background-color: #ef7f1a
}

.footer-main {
    background-color: #005da4;
    color: #fff;
    padding: 50px 0
}

.footer-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 20px
}

.footer-logo img {
    max-width: 250px
}

.footer-menu {
    display: flex;
    justify-content: center;
    padding-bottom: 15px
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex
}

.footer-menu ul li {
    list-style: none;
    margin: 0 10px
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition-duration: .3s
}

.footer-menu ul li a:hover {
    color: #ef7f1a
}

.footer-copy {
    background-color: #00467b;
    padding: 13px 0 12px
}

.footer-copy-block {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-contact {
    display: flex;
    justify-content: flex-start;
    gap: 20px
}

.footer-contact a {
    color: #fff;
    transition-duration: .3s
}

.footer-contact a i {
    margin-right: 5px;
    color: #ef7f1a
}

.footer-contact a:hover {
    color: #ef7f1a
}

.footer-social {
    display: flex;
    gap: 11px
}

.footer-social a {
    color: #fff;
    transition-duration: .3s;
    font-size: 18px
}

.footer-social a:hover {
    color: #ef7f1a
}

#background {
    display: none
}

#slideshow {
    width: 100%;
    position: absolute
}

#slideshow .mySlides {
    display: none
}

#slideshow .mySlides img {
    vertical-align: middle;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: -250px
}

@-webkit-keyframes fade {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.slide-indicators {
    text-align: center;
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 10%
}

.indicator-img {
    width: 120px !important;
    height: 70px !important;
    cursor: pointer
}

.modalsl {
    display: none;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 50px;
    top: 50%;
    width: 95%;
    overflow: auto
}

.modal-contentsl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    top: 335px;
    z-index: 3
}

.modal-contentsl img {
    margin: 5px
}

.close {
    color: #212529;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer
}

@media only screen and (max-width:991px) {
    #slideshow .next {
        right: 0
    }

    .slide-indicators {
        padding-left: 20px;
        padding-right: 20px
    }

    .text-step {
        padding: 15px 5px 0 !important;
        font-weight: 500;
        font-size: 22px
    }
}

@media only screen and (min-width:992px) {
    .text-step {
        transform: rotate(-90deg);
        padding: 27px 5px !important;
        font-weight: 500;
        font-size: 22px
    }
}

@media screen and (max-width:992px) {
    .modalsl {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .header-action {
        display: none
    }
}

@media screen and (max-width:414px) {
    .footer-social {
        display: flex;
        gap: 5px;
        margin-top: 26px
    }

    .footer-contact {
        display: flex;
        justify-content: flex-start;
        gap: 2px
    }

    .vision-section {
        padding: 10px
    }
}

.alert-error {
    margin: 0 0 15px 0 !important;
    padding: 3px !important;
    color: #842029 !important;
    font-size: .8rem !important;
    padding: 3px !important;
    border: 1px solid #f5c2c7 !important;
    background: #f8d7da !important
}

.fieldError {
    border-color: #f00 !important
}

ul.ui-autocomplete {
    z-index: 1100
}
