@font-face {
    font-family: "FSBold";
    src: url("../font/FSAlbertBold.ttf") format('truetype');
}

@font-face {
    font-family: "FSLight";
    src: url("../font/FSAlbertLight.ttf") format('truetype');
}

body {
    font-family: "FSLight";
    overflow-x: hidden;
}

.f-bold {
    font-family: "FSBold";
}

.f-light {
    font-family: "FSLight";
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

.equal>[class*="col-"] {
    display: flex;
    flex-direction: row;
}

.color-blue {
    color: #12406f
}

.color-orange {
    color: #ec682c
}

.color-yellow {
    color: #ffcc07
}

.topbar {
    background: #12406f;
}

.topbar .dropdown-toggle {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
}

.topbar-btn {
    background: #e50d4d;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    padding: 0px 40px;
    color: #fff;
    border: 0;
    font-weight: 600;
}

.menu li a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}

.menu li a,
.menu li a:hover {
    color: #12406f;
    border: 0;
}

.menu li a.active {
    text-decoration: underline;
}

#vertical-carousel2 .carousel-item-prev:not(.carousel-item-end),
#vertical-carousel2 .active.carousel-item-start {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
}

#vertical-carousel2 .carousel-item-next:not(.carousel-item-start),
#vertical-carousel2 .active.carousel-item-end {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

#vertical-carousel2 .carousel-indicators {
    top: 0;
    margin: auto;
    height: 100%;
    margin-left: 1%;
    left: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    right: auto;
    bottom: auto;
}

#vertical-carousel2 .carousel-indicators::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 7px;
    width: 1px;
}

#vertical-carousel2 .carousel-indicators [data-bs-target] {
    background: none;
    border: 1px solid white;
    border-radius: 12px;
    width: 14px;
    height: 14px;
    margin: 0px auto;
    background: #fff;
    opacity: 1;
}

#vertical-carousel2 .carousel-indicators li {
    position: relative;
}

#vertical-carousel2 .carousel-indicators li:after {
    content: "";
    background: #12406f;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

#vertical-carousel2 .carousel-indicators li.active {
    background: white;
}

#vertical-carousel2 .carousel-indicators li.active::after {
    background: #e50d4d;
}

#vertical-carousel2 .carousel-item:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vertical-carousel2 .carousel-item img {
    width: 100%;
}


/* #vertical-carousel2 .carousel-inner {
    box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.4);
} */


/* #vertical-carousel2 .carousel-item::after {
    content: "";
    box-shadow: inset 400px 0px 40px 0px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
} */

#vertical-carousel2 .carousel-caption {
    position: absolute;
    text-align: left;
    left: 60px;
    color: #fff;
    z-index: 9;
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: auto;
}

#vertical-carousel2 .carousel-caption p {
    margin-bottom: 0;
}

.carousel-caption .slide-number {
    font-family: "FSBold";
    opacity: 0.2;
    font-size: 85px;
    margin-bottom: -35px !important;
    line-height: 1;
    display: none;
}

.carousel-caption h3 {
    color: #ffcc07;
    font-family: "FSBold";
}

#vertical-carousel2 .carousel-control-next,
#vertical-carousel2 .carousel-control-prev {
    position: relative;
    border: 1px solid #fff;
    opacity: 1;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.carousel-btns {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#vertical-carousel2 .carousel-control-next:hover,
#vertical-carousel2 .carousel-control-prev:hover {
    background: #ec682c;
    color: #fff;
}

.navbar-toggler {
    padding: 0;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* home about  */

.about-sec {
    background: url(../img/landing-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    background-position: bottom;
}

.about-sec h1 {
    color: #12406f;
    font-family: "FSBold";
}

.about-sec h5 {
    color: #ec682c;
    font-weight: 400;
}

.about-card {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.about-card img {
    margin-bottom: 20px;
}

.page-bg {
    background: url(../img/landing-bg.jpg) repeat center;
    background-size: cover;
    background-position: bottom;
}

.individual-sec {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    text-align: right;
    color: #ffcc07;
    font-family: "FSBold";
    text-transform: uppercase;
    padding: 100px 20px;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
}

.institution-sec {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    text-align: right;
    color: #ffcc07;
    font-family: "FSBold";
    text-transform: uppercase;
    padding: 100px 20px;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
}

.student-sec {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    text-align: right;
    color: #ffcc07;
    font-family: "FSBold";
    text-transform: uppercase;
    padding: 100px 20px;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
}

.banner-overlay:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-overlay .container-fluid {
    position: relative;
    z-index: 1;
}

.banner-btn,
.banner-btn:hover,
.banner-btn1,
.banner-btn1:hover {
    background: #ec682c;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    padding: 5px 40px;
    color: #fff;
    border: 0;
    font-weight: 600;
}

.banner-btn p,
.banner-btn1 p {
    font-weight: 400;
    margin-bottom: 0;
}

.banner-btn2,
.banner-btn2:hover {
    background: #e50d4d;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    padding: 5px 40px;
    color: #fff;
    border: 0;
    font-weight: 600;
}

.banner-btn2 p {
    font-weight: 400;
    margin-bottom: 0;
}

.page-title {
    font-size: 24px;
}

.page-bg .row h5 {
    font-size: 20px;
    color: #12406f;
    font-family: "FSBold";
}

.license-sec {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.license-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #2075bb;
    color: #fff;
}

.license-top p {
    font-size: 35px;
    font-family: "FSBold";
}

.license-top p span {
    font-size: 14px;
    font-family: "FSBold";
    padding-left: 5px;
}

.objective-sec {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.objective-sec .carousel-inner {
    height: 100px;
    padding: 0 40px;
}

.objective-sec .carousel-indicators {
    margin-bottom: 10px;
}

.objective-sec .carousel-indicators button {
    border: 1px solid #62ace0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
}

.objective-sec .carousel-indicators button.active {
    background: #62ace0;
}

.objective-sec .carousel-control-prev {
    background: #ec682c;
    width: 35px;
    height: 35px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    top: auto;
    font-size: 20px;
}

.objective-sec .carousel-control-next {
    background: #ec682c;
    width: 35px;
    height: 35px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    top: auto;
    font-size: 20px;
}

.objective-card {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-weight: 600;
}

.objective-card img {
    margin-bottom: 20px;
}

.objective-ribbon {
    background: #e50d4d;
    color: #fff;
    position: absolute;
    bottom: -8px;
    font-family: "FSBold";
    padding: 10px;
    width: 80%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.objective-ribbon:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -8px;
    background: #bb0037;
    width: 10px;
    border-bottom-left-radius: 8px 20px;
    border-bottom-right-radius: 20px;
    height: 8px;
}

.objective-ribbon:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -8px;
    background: #bb0037;
    width: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 8px 20px;
    height: 8px;
}

a {
    text-decoration: none;
}

.register_btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
}

.register_btn:hover {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.institute-sec ol li::marker {
    display: none;
}

.institute-sec ol {
    padding: 0;
}

.institute-sec ol li {
    display: flex;
    margin-bottom: 10px;
}

.institute-sec ol li:nth-child(1):before {
    content: "1";
    background: #2075bb;
    color: #fff;
    font-weight: bold;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -30px;
    margin-right: 10px;
}

.institute-sec ol li:nth-child(2):before {
    content: "2";
    background: #2075bb;
    color: #fff;
    font-weight: bold;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -30px;
    margin-right: 10px;
}

.institute-sec ol li:nth-child(3):before {
    content: "3";
    background: #2075bb;
    color: #fff;
    font-weight: bold;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -30px;
    margin-right: 10px;
}

.institute-sec ul li::marker {
    display: none;
}

.institute-sec ul {
    padding-left: 16px;
}

.institute-sec ul li {
    /* display: flex;
    margin-bottom: 10px; */
    list-style: none;
}

.landing-footer{
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: #12406f;
}
.landing-footer a{
    color: #ffffff;
}
/* --------------Mobile Media Query-------------- */

@media only screen and (min-width:320px) and (max-width:480px) {
    .objective-sec .carousel-inner {
        height: 130px;
        padding: 0;
    }
    .individual-sec {
        background-position: right;
    }
    .carousel-caption1 {
        top: auto;
        bottom: 0;
        line-height: 18px;
    }
    #vertical-carousel2 .carousel-caption {
        left: 35px;
        width: 70%;
    }
    #vertical-carousel2 .carousel-item img {
        height: 200px;
        object-fit: cover;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .objective-sec .carousel-inner {
        height: 120px;
        padding: 0 35px;
    }
}

@media only screen and (min-width:320px) and (max-width:900px) and (orientation: landscape) {
    .banner-btn1,
    .banner-btn2 {
        width: 60%;
        margin: 0 auto;
    }
}