* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

hr {
    width: 80%;
    margin: auto;
    height: 1px;
    background: #ee1d23;
    margin: 100px auto 25px;
}

.btn1 {
    color: white;
    width: 150px;
    height: 40px;
    display: block;
    border-color: #00264a;
    background: #00264a;
    font-size: 20px;
    padding: 0px;
    border-radius: 30px;
    outline: none;
    transition: all 0.2s;
    cursor: pointer;
    margin: 10px 5px
}

.btn1:hover {
    background: #00264a !important;
    color: #FF0000;
}


/*header section */

header {
    background-color: #00264a
}

.header-content .logo img {
    width: 150px;
    display: block;
    margin: 10px 0px 10px auto;
}

.header-content-item p {
    color: white;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 25px;
}

.header-content-item p span {
    color: #ee1d23;
}

.header-content a {
    font-size: 25px;
    color: white;
}

header select {
    width: 90%;
    height: 40px;
    background: transparent;
    color: white;
    font-size: 15px;
    border: 2px solid #ee1d34;
    border-radius: 30px;
    padding: 0px 10px;
    outline: none;
}

header select option {
    color: #00264a;
}

@media(max-width: 1360px) {
    .header-content-item p,
    .header-content a {
        font-size: 20px;
    }
}

@media(max-width: 1200px) {
    .header-content-item p,
    .header-content a {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .header-content .logo img {
        margin: 10px auto;
    }
    .header-content a {
        font-size: 25px;
    }
    header select {
        width: 80%;
    }
}


/*header section end*/


/*navbar*/

.research {
    width: 50px;
}

.navbar-toggler {
    outline: none !important;
}

.nav-link {
    font-size: 25px;
    color: #00264a !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #ee1d23 !important;
}

.selected {
    display: block !important;
}

.selected a {
    color: #ee1d23 !important;
}

.selected a:hover {
    color: #00264a !important;
}

.nav-item {
    position: relative;
}

.item:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: #00264a;
    transition: all 0.3s;
}

.item:hover:after {
    width: 100%;
}

.sub-item a:hover {
    color: #00264a;
}

.sub-manu {
    position: absolute;
    width: 300px;
    -webkit-height: fit-content;
    -moz-height: fit-content;
    -o-height: fit-content;
    list-style: none;
    z-index: 30;
    background: #ee1d23;
    padding: 10px;
    border-radius: 5px;
    display: none;
    animation-name: bottomup;
    animation-duration: 0.3s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes bottomup {
    0% {
        top: 130%;
        opacity: 0;
    }
    100% {
        top: 100%;
        opacity: 1;
    }
}

.sub-manu li a {
    font-size: 17px;
    width: 100%;
    display: block;
    padding: 5px;
}

.sub-manu:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -4px;
    transform: rotate(45deg);
    background: #ee1d23;
}

.search {
    padding: 10px;
    cursor: pointer;
}

.navsub-link {
    transition: all 0.3s;
}

.research {
    border-left: 1px solid #c9ced1;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.research:hover {
    background-color: #e8e8e4;
}

.research i {
    font-size: 25px;
    color: #00264a;
    font-weight: 600;
    width: 100%;
}

@media screen and (min-width:992px) {
    .navsub-link:hover .sub-manu {
        display: block;
    }
    .sub-manu li a {
        color: white !important;
    }
    .sub-manu li a:hover {
        color: #00264a !important;
    }
}

@media (max-width: 1450px) {
    .nav-link {
        font-size: 18px;
    }
    .sub-manu {
        width: 250px;
    }
}

@media (max-width: 1200px) {
    .nav-link {
        font-size: 16px;
    }
    .nav-item img {
        float: right;
        margin-top: 10px;
        width: 10px;
        margin-left: 5px;
    }
}

@media (max-width:991px) {
    .search {
        position: absolute;
        right: 0px;
    }
    .nav-item {
        width: 100%;
        border-top: 1px solid #7f7f7f;
    }
    .nav-link {
        padding: 5px 15px !important;
        font-size: 18px;
    }
    .nav-item img {
        float: right;
        margin-top: 12px;
        width: initial;
        margin-left: 0px;
    }
    .sub-manu {
        width: 100%;
        position: relative;
        padding: 0px;
        background: transparent;
    }
    .sub-manu:before {
        display: none;
    }
    .sub-manu li a {
        color: #00264a;
    }
}


/*navbars end*/


/*caruosal*/

.arrow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #445d6d;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 70px;
}

.carousel-caption {
    right: inherit !important;
    top: 30%;
}

.carousel-caption h5 {
    font-size: 30px;
    font-weight: 400;
    text-align: initial;
}

.carousel-caption h1 {
    text-align: initial;
    font-size: 40px;
    font-weight: bolder;
    text-align: initial;
}

@media (max-width:576px) {
    .carousel-item>img {
        height: 200px !important;
    }
}

@media (max-width: 1200px) {
    .carousel-caption h5 {
        font-size: 25px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
}


/*caruosal end*/


/*c-header*/

.c-header {
    background-color: #00264a;
    padding: 20px;
}

.c-header-inner {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
}

.c-header-inner-img {
    width: 120px;
    height: 120px;
    border: 1px solid white;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.c-header-inner-img img {
    width: 80%;
}

.c-header-inner p {
    color: white;
    margin-left: 20px;
    font-size: 25px;
}

.c-header-inner p span {
    font-size: 40px;
    font-weight: 600;
}

.c-header-inner a {
    margin-left: auto;
    display: block;
}

.c-header-inner button {
    width: 150px;
    height: 50px;
    background: transparent;
    border: 2px solid white;
    font-size: 18px;
    color: white;
    border-radius: 30px;
    outline: none;
    letter-spacing: 1px;
    transition: all 0.2s;
}

.c-header-inner button:hover {
    background-color: white;
    color: #00264a;
}

@media (max-width:992px) {
    .c-header-inner button {
        font-size: 15px;
    }
    .c-header-inner p {
        font-size: 18px;
    }
    .c-header-inner p span {
        font-size: 30px;
    }
}

@media (max-width: 567px) {
    .c-header {
        padding: 2px;
    }
    .c-header-inner-img {
        width: 70px;
        height: 70px;
        margin-left: 25px;
    }
    .c-header-inner-img img {
        width: 50px;
    }
    .c-header-inner button {
        font-size: 15px;
        width: 110px;
        font-weight: 600;
    }
    .c-header-inner p {
        font-size: 15px;
        margin-left: 2px;
    }
    .c-header-inner p span {
        font-size: 20px;
    }
    .c-header-inner a {
        margin-left: 15px;
    }
}


/*c-header-end*/


/*value*/

.core-heading h2 {
    text-align: center;
    padding: 25px 0px 10px 0px;
    font-size: 30px;
    font-weight: 600;
    color: #00264a;
}

.core-heading .line {
    width: 150px;
    margin: auto;
    height: 2px;
    background: #ee1d23;
    position: relative;
}

.core-heading .line span {
    width: 20px;
    height: 20px;
    border: 2px solid #ee1d23;
    position: absolute;
    top: -10px;
    left: 44%;
    border-radius: 50%;
    background: white;
}

@media(max-width:576px) {
    .core-heading h2 {
        font-size: 25px;
    }
    .core-heading h4 {
        font-size: 20px;
    }
}


/*value-end*/


/*cards*/

.card-area {
    margin: 30px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.crad1,
.crad2,
.crad3,
.crad4 {
    background: #23acce;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.3s;
}

.crad1:hover,
.crad2:hover,
.crad3:hover,
.crad4:hover {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.crad2 {
    background-color: #f48519;
}

.crad3 {
    background-color: #689423;
}

.crad4 {
    background-color: #d9012a;
}

.cards h2 {
    font-size: 25px;
    text-align: center;
    color: #00264a;
    font-weight: bold;
    margin-bottom: 20px;
}

.cards ul {
    list-style: none;
    font-size: 18px;
    color: white;
}

.cards ul li span {
    font-weight: 700;
}


/*cards ends*/


/*studentimgarea*/

.imgs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.gallary-img {
    position: relative;
    overflow-y: hidden;
    cursor: pointer;
}

.imgs .gallary-img:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
    transition: all 0.3s;
}

.imgs .gallary-img:hover:before {
    width: 100%;
}

.imgs img {
    width: 100%;
    height: 100%;
}

.gallary-img span {
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 30px;
    top: -50%;
    color: #ffff;
    transition: all 0.3s;
}

.gallary-img:hover span {
    top: 50%;
}

@media(max-width:767px) {
    .imgs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 576px) {
    .card-area {
        margin: 5px;
    }
}

@media(max-width: 450px) {
    .cards {
        grid-template-columns: repeat(auto-fill, 98%);
    }
    .gallary-img span {
        font-size: 30px;
    }
}

@media (max-width:1200px) {
    .cards {
        grid-template-columns: repeat(2, 400px);
    }
}

@media (max-width:992px) {
    .cards {
        grid-template-columns: repeat(1, 400px);
    }
}

@media (max-width:576px) {
    .cards {
        grid-template-columns: repeat(1, 95%);
    }
}


/*studentimgarea end*/


/*leadership*/

.leader-ship-content {
    width: 96%;
    margin: 10px auto 100px auto;
}

.leadership-img {
    display: inline-block;
    width: 350px;
    float: left;
    margin: 0px 20px 10px 0px;
}

.leadership-img img {
    width: 100%;
    height: 100%;
}

.leader-ship-content p {
    font-size: 20px;
    color: #00264a;
    text-align: justify;
    font-weight: 500;
}

@media (max-width: 776px) {
    .leadership-img {
        width: 100%;
    }
}


/*leadership end*/


/*enroolment*/

.enroll {
    width: 95%;
    margin: 60px auto 20px auto;
}

.enroll .enrollsacard {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.card_head,
.card_head2,
.card_head3,
.card_head4 {
    position: relative;
    height: 2px;
    background: #aa8d8f;
    margin-bottom: 60px;
    border: 1px transparent solid;
}

.card_head span,
.card_head2 span,
.card_head3 span,
.card_head4 span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #23acce;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
    font-weight: 500;
    color: white;
    margin: -50px auto;
}

.card_head2 span {
    background-color: #f38519;
}

.card_head3 span {
    background-color: #689423;
}

.card_head4 span {
    background-color: #d9012a;
}

.enrollsacard1 h3 {
    text-align: center;
    margin: 0px 0px;
    color: #00264a;
}

.enrollsacard1 p {
    padding: 10px 30px 30px 30px;
    text-align: justify;
    font-size: 20px;
}

@media (max-width: 992px) {
    .card_head,
    .card_head2,
    .card_head3,
    .card_head4 {
        display: none;
    }
    .enroll .enrollsacard {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .enroll .enrollsacard {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*enroolmentend*/


/*braches section*/

.branches-img {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.branches-img img {
    width: 100%;
    height: 100%;
}


/*braches section end*/


/*footer sections*/

footer {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.0875em;
    clip-path: polygon(0% 0%, 100% calc(0% + 100px), 100% 100%, 0% 100%);
    background-color: #00264a;
    padding: 180px 80px 60px;
}

footer .f-logo {
    max-width: 180px;
    display: block;
    margin: auto;
}

footer a {
    text-decoration: none !important;
}

footer h2 {
    color: white;
}

footer .f-info {
    margin-top: 30px;
    margin-bottom: 10px;
}

footer .f-info span {
    margin: 5px 0px;
    color: white;
    font-size: 20px
}

footer .f-icons img {
    display: inline-block;
    margin: 5px 5px;
}

footer ul {
    list-style: none;
    color: white;
    font-size: 20px;
}

footer ul li {
    margin-bottom: 20px;
}

footer ul li a {
    color: white !important;
}

@media(max-width:576px) {
    footer h2 {
        font-size: 18px !important;
    }
    footer .f-info span {
        font-size: 12px
    }
}

@media(max-width:768px) {
    footer {
        padding: 80px 20px 50px !important;
    }
    footer h2 {
        margin-top: 20px;
        font-size: 25px;
    }
}

@media(max-width:1200px) {
    footer {
        padding: 130px 0px 50px;
    }
    footer .f-logo {
        max-width: 130px;
    }
}

@media(max-width:992px) {
    footer ul {
        font-size: 15px;
    }
    footer .f-info span {
        font-size: 15px
    }
    footer h2 {
        font-size: 25px;
    }
}

@media(max-width:576px) {
    footer {
        padding: 80px 0px 20px !important;
    }
}


/*footer sections end*/