﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: .8em;
    font-weight: 500;
    line-height: 24px;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fontawesome/fonts/fontawesome-webfont.ttf') format('truetype');
}

.container-fluid {
    width: 80%;
}

:root {
    --ColorBlue: #FF7350;
    --ColorBlueDark: #125774;
    --darkbg: #042939;
    --dark-green: #21B867;
    --colorwhite: #ffffff;
}

ul,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

p {
    line-height: 24px;
}

h1 {
    font-size: 50px;
    line-height: 70px;
}

h5 {
    font-size: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-blue {
    color: var(--ColorBlue);
}

.text-purple {
    color: var(--ColorPurple);
}

.dark-text {
    color: var(--ColorBlueDark);
}

.dark-text1 {
    color: var(--ColorBlueLaghtDark);
}

.grayText {
    color: var(--ColorGray);
}

.gradientBtn {
    background: linear-gradient(45deg, var(--ColorBlue), var(--ColorPurple));
    padding: 1px 13px;
    color: var(--colorwhite);
    border-radius: 4px;
    /* border: solid 1px var(--ColorPurple); */
    display: inline-block;
}

.gradientBtn:hover,
.gradientBtn:focus {
    color: var(--colorwhite);
    background: linear-gradient(45deg, var(--ColorPurple), var(--ColorBlue));
}

.btn {
    border-radius: 5px !important;
}

.btn-sm {
    border-radius: 50px !important;
}

.btn-primary {
    background-color: var(--ColorBlueDark);
    border: none;
}

.College {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.09);
    padding-bottom: 15px;
    background-image: url(../images/book.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.College:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, .5);
}

.College img {
    border-radius: 10px 10px 0px 0px;
}

.College p {
    font-size: .7rem;
    padding: 0px 20px;
    line-height: .95rem;
}

.College h6 {
    color: var(--ColorBlueDark);
    margin-top: 25px;
    padding: 0px 20px;

}

.College a {
    display: block;
    padding: 0px 20px;
    color: var(--ColorBlue);
    text-decoration: none;
}

.categories {
    background: var(--ColorBlue);
    padding: 5px 10px;
    border-radius: 5px;
    right: 14px;
    position: absolute;
    margin-top: -20px;
    color: #fff;
}

.Features {
    background: var(--darkbg) url(../images/Featuresimg.png) no-repeat;
    background-position: right center;
    background-size: 48%;

}

.nav-tabs .nav-link {
    color: var(--ColorBlueDark);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: var(--ColorBlue);
    background: unset;
    border-color: var(--colorwhite) var(--colorwhite) var(--ColorBlue) var(--colorwhite);
    border-width: 1px 1px 1px 1px;
}

.Features h1,
.Features h1 {
    font-weight: 300;
    color: var(--colorwhite);
}

.Features .number {
    background-color: var(--ColorBlue);
    font-size: 16px;
    text-align: center;
    color: var(--colorwhite);
    width: 133px;
    height: 71px;
    line-height: 65px;
    border-radius: 50px;
}

.Features h1 mask,
.Features h1 mask {
    font-weight: 600;
    color: var(--ColorBlue);
}

.themeBlueBtns {
    background: var(--ColorBlue);
    border-color: var(--ColorBlue);
}


.event {
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.09);
    padding-bottom: 15px;
}

.event .date {
    background-color: var(--ColorBlue);
    color: var(--colorwhite);
    width: 75px;
    text-align: center;
    font-size: 45px;
    position: absolute;
    z-index: 9999999;
    margin-left: 15px;
    margin-top: -30px;
    padding: 17px 0px 0px;
}

.event .date span {
    display: block;
    font-size: 12px;
}

.event .content h6 {
    color: var(--darkbg);
    margin-top: 35px;
}

.btn-secondary {
    background-color: var(--ColorBlue);
    border-color: var(--ColorBlue);
}

.event .content a {
    color: var(--ColorBlue);
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.themeBlueBtns:hover,
.themeBlueBtns:focus,
.themeBlueBtns:focus-visible {
    background: var(--ColorBlueDark) !important;
    border-color: var(--ColorBlueDark) !important;
}


.themeBtnsPurple {
    background: var(--ColorPurple);
    border-color: var(--ColorPurple) !important;
}

.themeBtnsPurple:hover,
.themeBtnsPurple:focus,
.themeBtnsPurple:focus-visible {
    background: var(--ColorPurpleDark) !important;
    border-color: var(--ColorPurpleDark) !important;
}

.container-fluid.py-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.container-fluid.pt-0 {
    padding-top: 0px !important;
}

h3.largeHeading {
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
}

h4.largeHeading {
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.topBar {
    background: var(--ColorBlue);
    background: linear-gradient(117deg, var(--ColorBlue) 33%, var(--ColorBlueDark) 33%);
    padding-top: 5px;
    padding-bottom: 5px;
}

.topBar span {
    color: var(--colorwhite);
}


.socialIcons li span {
    margin-right: 5px;
    color: var(--colorwhite);
}

.socialIcons li a {
    width: 27px;
    height: 27px;
    color: var(--colorwhite);
    border: solid 1px;
    margin-right: 5px;
    border-radius: 100%;
    font-size: 16px;
}


.accebilities ul li a {
    color: var(--colorwhite);
    padding: 0px 10px;
    border-right: solid 1px #ffffff70;
}

.accebilities ul li:nth-last-child(1) a {
    padding-right: 0px;
    border-right: 0px;
}

/*Topbar End*/
/*Logo section Start*/
.logoSections img {
    min-height: 65px;
    max-height: 65px;
    max-width: 100%;
}

.cm {
    padding: 10px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999999 !important;
    background: #fff;
    box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
}

.navbar-expand-lg .navbar-nav {
    column-gap: 12px;
}

.cm img {
    height: 110px;
    max-height: 110px !important;
}

.cm span {
    white-space: nowrap;
    font-size: 10px;
}

/*Logo section End*/
/*Menu section Start*/

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    background: #222;
    border-radius: 0px;
    padding: 3px;
}

.dropdown-item {
    color: #ffffff;
    font-size: .8em;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--orange);
    background-color: transparent;
}

.navBars a.nav-link {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 500;
    color: var(--orange);
}

.navBars .nav-link.highlight {
    color: var(--colorwhite);
    background: var(--orange);
    margin: 0px 5px !important;
}

/*Menu section End*/


/*Slider section Start*/
.carousel-caption {
    bottom: unset;
    top: 25%;
}

.carousel-caption h1 {
    font-size: 65px;
    font-weight: 300;
    text-align: left;
}

.carousel-caption h4 {
    font-size: 25px;
    font-weight: 300;
    text-align: left;
}

.carousel-caption h1 span {
    font-weight: 700;
}

.carousel-caption p {
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    max-width: 44%;
}

/*Slider section End*/

.infocard {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    color: #fff;
}

.content {
    padding-left: 20px;
}

.content p {
    margin-bottom: 0px;
    font-weight: 400;
}

.content a {
    color: #fff;
}

.bg1 {
    background-color: var(--ColorBlueDark);
}

.bg2 {
    background-color: var(--ColorBlue);
}

.departments {
    position: relative;
    margin-top: -159px;
}

.owl-item {
    margin-bottom: 25px;
}

.education {
    border-radius: 10px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.22);
}

.education .thumb {
    width: 120px;
    height: 120px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 100%;
    background: linear-gradient(#017bd8 0%, #21b867 100%);
}

.education h6 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #a8adb4;
    margin-top: 20px;
    font-weight: 500;
}

/*statics section start*/

.about {
    background: #EFF8FF;
}

.Location {
    background: url(../images/icons/about_dots.png) no-repeat top right;
}

.left,
.right {
    position: absolute;
    z-index: 99;
}

.left {
    left: 0;
    margin-top: -100px;
}

.right {
    right: 0;
    margin-top: -100px;
}

.flat-row {
    padding: 80px 0;
}

.statics.container-fluid.py-5 {
    padding-top: 100px !important;
}

.Colleges {
    background: #ffffff url(../images/back1.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 800px;
}


.customNavOwl button {
    border-radius: 100%;
    outline: none;
    background: var(--ColorBlue);
    color: #fff;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: var(--colorwhite);
    border: none;

}

.customNavOwl button.owl-prev {
    margin-right: 5px;
}


.about h1,
.Colleges h1,
.Admission h1,
.Location h1 {
    font-weight: 300;
    color: #072656;
}

.about h1 mask,
.Colleges h1 mask,
.Admission h1 mask,
.Location h1 mask {
    font-weight: 600;
    color: var(--ColorBlue);
}

.count {
    background-color: var(--ColorBlue);
    font-size: 62px;
    line-height: 46px;
    text-align: center;
    color: var(--colorwhite);
    padding: 30px;
    margin-bottom: 48px;
    border-bottom: 6px solid #c14121;
    border-radius: 16px;
}

.count span {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.number {
    background-color: var(--ColorBlue);
    font-size: 16px;
    text-align: center;
    color: var(--colorwhite);
    width: 94px;
    height: 47px;
    line-height: 50px;
    border-radius: 50px;
}

.Admission .card {
    border-color: var(--ColorBlue);
}

.Admission h2 {
    color: #072656;
    font-weight: 500;
    font-size: 1.5rem;

}

.Admission p {
    font-size: .7rem;
    line-height: .95rem;
    margin-top: 10px;
}

mask {
    color: var(--ColorBlue);
}

.feedback {
    border-radius: 0px;
    background: #EFF8FF;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.09);
    padding: 25px;
    margin-top: 10px;
    text-align: center;
}

.feedback:hover {
    background: #ffffff;
}

.feedback .comma {
    max-width: 50px;
    margin: 0 auto;
}

.feedback p {
    margin: 25px 50px;
    display: block;
}

.feedback .user {
    max-width: 100px;
    border-radius: 50px;
    height: 98px;
    margin: 0 auto 10px;
}

.footer {
    background: var(--ColorBlueDark) url('../images/footerBg.png')no-repeat;
    font-size: 14px;
}

.footerLinks h3 {
    color: var(--colorwhite);
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 26px;
}


.footerLinks ul li a {
    display: block;
    color: var(--colorwhite);
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
}

.footerLinks ul li a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\f061';
    font-family: 'fontawesome-webfont';
    color: var(--ColorBlue);
}

.footerLinks ul li a:hover {
    color: var(--colorwhite);
}

.bottomLogos {
    margin-top: 15px;
}

.bottomLogos a {
    margin-right: 5px;
}

.bottomLogos a img {
    max-height: 55px;
}

.visitorBox {
    border: solid 1px var(--ColorBlue);
    border-radius: 15px;
    padding: 15px;
    color: var(--colorwhite);
}

.visitorBox h4 {
    font-size: 36px;
    font-weight: 600;
}

.contactIcon {
    width: 55px;
    height: 55px;
    background: var(--ColorBlue);
    color: var(--colorwhite);
    font-size: 24px;
    border-radius: 100%;
}

.contactContent {
    width: calc(100% - 55px);
    padding-left: 15px;
    color: var(--colorwhite);
}

.contactContent p {
    margin: 0px;
}

.copyrights {
    background: var(--ColorBlue);
}

.city1,
.city2,
.city3,
.city4,
.city5,
.city6 {
    display: block;
    border-radius: 5px;
    min-height: 175px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.city1 h4,
.city2 h4,
.city3 h4,
.city4 h4,
.city5 h4,
.city6 h4 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 150px;
    position: relative;
    z-index: 2;
}

.city1 {
    background: url(../images/1.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city2 {
    background: url(../images/2.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city3 {
    background: url(../images/3.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city4 {
    background: url(../images/4.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city5 {
    background: url(../images/5.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city6 {
    background: url(../images/6.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city1::after,
.city2::after,
.city3::after,
.city4::after,
.city5::after,
.city6::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(33, 184, 103);
    background: linear-gradient(180deg, rgba(33, 184, 103, 0.1825105042016807) 0%, rgba(7, 38, 86, 1) 100%);
    top: 0;
    left: 0;
}

.city1:hover::after,
.city2:hover::after,
.city3:hover::after,
.city4:hover::after,
.city5:hover::after,
.city6:hover::after {
    background: rgb(33, 184, 103);
    background: linear-gradient(180deg, rgba(33, 184, 103, 0.1825105042016807) 0%, rgba(7, 38, 86, 1) 61%);
}

@media (max-width:991px) {
    .departments {
        margin-top: 10px;
    }
    .accebilities { font-size: 10px;}
    .topBar {background: var(--ColorBlueDark);}

    .container-fluid { width: 100%;}

    .about img {
        width: 100%;
        margin-bottom: 10px;
    }

    .number {
        width: 80px;
    }

    .owl-theme {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    .Features {
        background: var(--darkbg);
    }

    .Features .number {
        width: 148px;
        height: 44px;
        line-height: 40px;
    }
    .nav-tabs .nav-link { padding: 0 10px;}

 .left,
    .right {
        display: none;
    }
    .socialIcons,
    .accebilities ul {
        width: 100% !important;
        justify-content: center !important;
    }

    .cm {
        position: unset !important;
    }

    h1 {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .statics .card {
        margin-bottom: 100px;
    }

    .btn {
        margin-bottom: 10px;
    }

    .VideoGallery .centerButtons .customNavOwlOuter {
        position: unset !important;
    }

    h3,
    .gradientBtn {
        margin: 15px 0px;
    }

    .visitorBox {
        margin-top: 15px;
    }

    .footer,
    .galleryBG,
    .departmentSection {
        background-size: cover;
    }

    .container-fluid.py-5,
    .container-fluid.py-5.footer,
    .statics.container-fluid.py-5,
    .container-fluid.py-5.NewsEventsSection {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .statics .card-body .circleStatics {
        width: 120px;
        height: 120px;
        top: -35px;
        left: 35%;
    }

    .statics .card-body {
        padding-top: 85px;
    }

    .galleryBG h2 {
        font-size: 36px;
    }
}

@media (min-width:1366px) {
    .container-fluid { width: 90%;}
    .container-fluidd {
        width: 90%;
    }
    .carousel-caption {
        bottom: unset;
        top: 10%;
    }
    .infocard {
        padding: 23px;
        font-size: 12px;
    line-height: 14px;

    }
}
@media (min-width:1400px) {
    .infocard {
        padding: 30px;
        font-size: unset;
        line-height: unset;    }
        .carousel-caption {
            bottom: unset;
            top: 25%;
        }
    .container.width-85 {
        max-width: 85%;
        min-width: 85%;
    }

    .container.width-75 {
        max-width: 75%;
        min-width: 75%;
    }
}

.nav-item.dropdown:hover>.dropdown-menu {
    display: block !important;
}