@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;
}

a {
    text-decoration: none;
}

.section-padding {
    padding: 45px 0px;
}

@media screen and (min-width: 991px) {
    .section-padding {
        padding: 90px 0px;
    }
}

.section-margin {
    padding: 80px 0px;
}

.btn-nav {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    background-image: -webkit-gradient(linear, left top, right top, from(#4d97e1), to(#1d85ed));
    background-image: linear-gradient(to right, #1d85ed, #002e5b);
    border: none;
    overflow: hidden;
}

.btn-nav span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #002e5b;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.btn-nav:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-nav:hover {
    color: #fff;
}

.btn-nav:hover::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.small__title p {
    color: #002e5b;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.big__title {
    margin-bottom: 15px;
}

.big__title span {
    color: #012068;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.top__header-wrappper {
    /* background-image: url("../images/banner3.jpg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 15rem;
    position: relative;
}

.top__header-wrappper ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #002e5b;
    opacity: 0.9;
}

.top__header-wrappper .overlay {
    width: 100%;
    height: 100%;
}

.top__header-wrappper #subheader-title {
    margin-top: -96px;
}

.top__header-wrappper #subheader-title h1 {
    background: #002e5b;
    padding: 30px 80px;
    font-weight: 700;
    display: inline-block;
    font-size: 30px;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    color: #fff;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 0;
}

.top__header-wrappper #subheader-title h1::before {
    content: "";
    display: block;
    height: 100%;
    width: 400em;
    position: absolute;
    top: 0;
    left: -400em;
    background: #002e5b;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .top__header-wrappper #subheader-title {
        margin-top: -50px;
    }

    .top__header-wrappper #subheader-title h1 {
        padding: 10px 30px;
        font-size: 24px;
    }
}

.side__menu-wrapper .slide__menu-bar {
    background-color: #ebebeb;
    padding: 25px;
    border-radius: 8px;
}

.side__menu-wrapper .slide__menu-bar ul {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

.side__menu-wrapper .slide__menu-bar ul li {
    padding: 0px;
    font-size: 14px;
}

.side__menu-wrapper .slide__menu-bar ul li a {
    color: #181818;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: 500;
}

.side__menu-wrapper .slide__menu-bar ul li a:hover {
    color: #002e5b;
}

.side__menu-wrapper .slide__menu-bar p {
    color: #181818;
    font-weight: 500;
}

.side__img {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.side__course-wrapper .slide__menu-bar {
    background-color: #ebebeb;
    padding: 25px;
    border-radius: 8px;
}

.side__course-wrapper .slide__menu-bar p {
    color: #181818;
    font-weight: 500;
}

.side__course-wrapper .slide__menu-bar .side__courses .title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #002e5b;
}

.side__course-wrapper .slide__menu-bar .side__courses span {
    font-size: 14px;
    font-weight: 500;
}

.side__course-wrapper .slide__menu-bar .side__courses ul li {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.side__course-wrapper .slide__menu-bar .side__courses ul li span {
    margin-top: 3px;
}

.side__course-wrapper .slide__menu-bar .side__courses ul li a {
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.side__course-wrapper .slide__menu-bar .side__courses ul li:hover {
    color: #002e5b;
}

.side__course-wrapper .slide__menu-bar .side__courses ul li:hover a {
    color: #002e5b;
}

.custom-pagination .pages .prev-btn {
    border-radius: 5px 0 0 5px;
}

.custom-pagination .pages .next-btn {
    border-radius: 0 5px 5px 0;
    margin-left: 15px;
}

.custom-pagination .pages .page-btn {
    margin-left: 15px;
}

.custom-pagination .pages .prev-btn,
.custom-pagination .pages .next-btn,
.custom-pagination .pages .page-btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    width: 2.4rem;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    color: #002e5b;
    font-weight: 600;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.custom-pagination .pages .prev-btn.active,
.custom-pagination .pages .next-btn.active,
.custom-pagination .pages .page-btn.active {
    background-color: #002e5b;
    color: #fff;
}

.custom-pagination .pages .prev-btn:hover,
.custom-pagination .pages .next-btn:hover,
.custom-pagination .pages .page-btn:hover {
    background-color: #002e5b;
    color: #fff;
}

.fa-viber {
    color: purple;
}

.fa-whatsapp {
    color: #40c551;
}

.modal .modal-dialog .modal-body {
    position: relative;
}

.modal .modal-dialog .modal-body .btn-close {
    position: absolute;
    right: 0px;
    top: -30px;
}

.modal .modal-dialog .modal-body .service__details .service-image {
    width: 100%;
    height: 27rem;
}

.modal .modal-dialog .modal-body .service__details .service-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.inquiry-form .counselling-img {
    width: 100%;
    height: 10rem;
    position: relative;
}

.inquiry-form .counselling-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(#002e5b00), to(#002e5b00));
    background-image: linear-gradient(to top, #ffffff, #002e5b00, #002e5b00);
    width: 100%;
    height: 100%;
}

.inquiry-form .counselling-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.inquiry-form .image__line {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 15px;
}

.form-title {
    margin-bottom: 10px;
}

.form-title span {
    font-size: 20px;
    font-weight: 700;
    color: #002e5b;
}

.backtotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 3rem;
    height: 3rem;
    z-index: 999;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#aboutUS_section .informartion .aboutus__image .about__image-two {
    max-width: 100%;
    height: 100%;
}

#aboutUS_section .informartion .aboutus__image .center__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #002e5b;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 13px;
    -webkit-box-shadow: 8px 8px 0 0px #fff;
    box-shadow: 8px 8px 0 0px #fff;
}

#aboutUS_section .informartion .aboutus__image .center__info h5 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}

#aboutUS_section .informartion .aboutus__image .center__info span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    #aboutUS_section .informartion .aboutus__image .center__info {
        display: none;
    }
}

#aboutUS_section .informartion .aboutus__description {
    padding: 25px;
}

#aboutUS_section .informartion .aboutus__description .top__small {
    position: relative;
    width: 9rem;
    text-align: center;
}

#aboutUS_section .informartion .aboutus__description .top__small span {
    font-weight: 700;
    font-size: 14px;
    color: #002e5b;
}

#aboutUS_section .informartion .aboutus__description .top__small::after {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    background: #002e5b;
    width: 1.8rem;
    height: 2px;
}

#aboutUS_section .informartion .aboutus__description .top__small::before {
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    background: #002e5b;
    width: 1.8rem;
    height: 2px;
}

#aboutUS_section .informartion .aboutus__description .top__big-text {
    width: 100%;
    height: 2.5rem;
    margin-bottom: 35px;
}

#aboutUS_section .informartion .aboutus__description .top__big-text h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #4e4e4e;
    margin: 0;
}

#aboutUS_section .informartion .aboutus__description .moto {
    color: #181818;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

#aboutUS_section .informartion .aboutus__description .main__decription p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
}

#aboutUS_section .informartion .vision__section .aboutus__title-holder h3 {
    font-size: 28px;
    font-weight: 700;
    color: #002e5b;
}

#aboutUS_section .informartion .vision__section .aboutus__text-holder p {
    color: #181818 !important;
    font-weight: 500;
}

#aboutUS_section .informartion .vision__section .aboutus__text-holder ul li {
    color: #000 !important;
}

#message-section .top__msg-container {
    background-color: #002e5b;
    padding-top: 2rem;
    width: 100%;
    height: 21rem;
}

#message-section .top__msg-container .customRow {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
}

#message-section .top__msg-container .customRow .message__desc .msg_from h2 {
    color: #fff;
    margin: 0;
}

#message-section .top__msg-container .customRow .message__desc .line {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#message-section .top__msg-container .customRow .message__desc .msg_name h5 {
    color: #fff;
}

#message-section .top__msg-container .customRow .message__image {
    width: 19rem;
    height: 19rem;
    /* -webkit-box-shadow: 0 0 0 5px #fff; */
    /* box-shadow: 0 0 0 5px #fff; */
}

@media screen and (max-width: 767px) {
    #message-section .top__msg-container {
        height: auto;
    }

    #message-section .top__msg-container .customRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #message-section .top__msg-container .customRow .message__desc .line img {
        width: 100%;
    }

    #message-section .top__msg-container .customRow .message__image {
        margin-bottom: 15px;
    }
}

#message-section .message_wrapper .msg {
    padding: 5rem;
}

#message-section .message_wrapper .msg p {
    color: #181818;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    #message-section .message_wrapper .msg {
        padding: 5rem 0;
    }
}

#message-section .message_wrapper .faq__title h4 {
    color: #002e5b;
    margin-bottom: 15px;
}

#message-section .message_wrapper .accordion__wrapper .accordion-item {
    border-left: 0;
    border-right: 0;
}

#message-section .message_wrapper .accordion__wrapper .accordion-item .accordion-button {
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 10px;
}

#message-section .message_wrapper .accordion__wrapper .accordion-item .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#message-section .message_wrapper .accordion__wrapper .accordion-item .accordion-button:focus {
    color: #000 !important;
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #002e5b;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: #0158af;
}

.team .team-item .team-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid #002e5b;
    padding: 4px;
    background: #e7e7e7;
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid #e7e7e7;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
    color: #e7e7e7;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: #e7e7e7;
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: #e7e7e7;
    background: #002e5b;
}

.team .team-item:hover .team-icon a:hover {
    color: #002e5b;
    background: #e7e7e7;
}

/*** Team End ***/

/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/* #contact__section .contact__bg {
    background-image: url("../images/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 25rem;
} */

#contact__section .contact__bg .overlay__bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(21.35%, rgba(255, 255, 255, 0.63)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(32, 31, 31, 0.233) 21.35%, #ffffff);
    width: 100%;
    height: 100%;
}

#contact__section .contact__form {
    position: relative;
    top: -5rem;
}

#contact__section .contact__form .top__header {
    margin-bottom: 3rem;
}

#contact__section .contact__form .top__header .small__header {
    font-weight: 700;
    font-size: 14px;
    color: #002e5b;
}

#contact__section .contact__form .top__header .large__header p {
    font-weight: 600;
    font-size: 35px;
    color: #002e5b;
    line-height: 30px;
}

@media screen and (max-width: 512px) {
    #contact__section .contact__form .top__header {
        text-align: center;
    }
}

#contact__section .contact__form .contact__form-holder .input-group .form-control {
    border-right: 0;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    border-color: #4e4e4e;
}

#contact__section .contact__form .contact__form-holder .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact__section .contact__form .contact__form-holder .input-group span {
    background-color: #fff;
    border-color: #4e4e4e;
}

#contact__section .contact__form .contact__form-holder .input-group span i {
    color: #002e5b;
    font-size: 20px;
}

#contact__section .contact__form .contact__form-holder .form-control {
    border-color: #4e4e4e;
}

#contact__section .contact__form .contact__form-holder .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4e4e4e;
}

#contact__section .contact__form .contact__logo {
    width: 15rem;
}

#contact__section .contact__form .contact__college .fullform p {
    font-weight: 600;
    font-size: 14px;
    color: #002e5b;
}

#contact__section .contact__form .contact__college .college-details .item .icon-holder {
    background-color: #002e5b;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}

#contact__section .contact__form .contact__college .college-details .item .icon-holder i {
    font-size: 22px;
}

#contact__section .contact__form .contact__college .college-details .item .text {
    color: #181818;
}

#contact__section .contact__form .contact__college .college-details .item .text a {
    color: #181818;
}

#contact__section #map {
    height: 400px;
    margin-top: 70px;
}

#contact__section .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#contact__section #origin-input,
#contact__section #destination-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 200px;
}

#contact__section #origin-input:focus,
#contact__section #destination-input:focus {
    border-color: #4d90fe;
}

#contact__section #mode-selector {
    color: #fff;
    background-color: #4d90fe;
    margin-left: 12px;
    padding: 5px 11px 0px 11px;
}

#contact__section #mode-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#blog-section .blog-grid .card {
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border: 0;
}

#blog-section .blog-grid .card .card-img {
    width: 100%;
    height: 18rem;
    overflow: hidden;
}

#blog-section .blog-grid .card .card-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#blog-section .blog-grid .card .card-body .date {
    color: #002e5b;
    font-size: 12px;
    margin-bottom: 8px;
}

#blog-section .blog-grid .card .card-body h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

#blog-section .blog-grid .card .card-body h3 a {
    color: #002e5b;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#blog-section .blog-grid .card .card-body p {
    font-size: 14px;
    margin-bottom: 25px;
}

#blog-section .blog-grid .card:hover .card-img img {
    -webkit-transform: rotate(8deg) scale(1.2);
    transform: rotate(8deg) scale(1.2);
}

#blog-section .blog-grid .card:hover .card-body h3 a {
    color: #002e5b;
}

#blog-section .blog-details .blog__Post-date ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

#blog-section .blog-details .blog__Post-date ul li {
    margin-right: 20px;
    font-size: 12px;
    position: relative;
}

#blog-section .blog-details .blog__Post-date ul li::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -12px;
    width: 6px;
    height: 1px;
    background-color: #002e5b;
}

#blog-section .blog-details .blog__Post-date ul li span {
    color: #002e5b;
}

#blog-section .blog-details .blog-description h4 {
    color: #002e5b;
    font-size: 20px;
    font-weight: 700;
}

#blog-section .blog-details .blog-description p {
    font-size: 14px;
}

#blog-section .blog-details .side-blog {
    background-color: #fff;
    padding: 20px 20px 1px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    width: 100%;
    height: auto;
}

#blog-section .blog-details .side-blog h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #002e5b;
    margin-bottom: 25px;
}

#blog-section .blog-details .side-blog h4::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

#blog-section .blog-details .side-blog h4::after {
    content: "";
    position: absolute;
    bottom: -10.5px;
    left: 0;
    width: 4rem;
    height: 2px;
    background-color: #002e5b;
}

#blog-section .blog-details .side-blog ul {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

#blog-section .blog-details .side-blog ul li {
    margin-bottom: 20px;
}

#blog-section .blog-details .side-blog ul li .blog-list .date {
    font-size: 12px;
    margin: 4px 0;
}

#blog-section .blog-details .side-blog ul li .blog-list h6 {
    font-size: 15px;
    font-weight: 600;
}

#photo__album-section .album__image-section .album__item {
    position: relative;
    width: 100%;
    height: 12rem;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    border-radius: 6px;
}

#photo__album-section .album__image-section .album__item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01509ec9), to(#009e94db));
    background-image: linear-gradient(180deg, #01509ec9 0%, #009e94db 100%);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 1;
}

#photo__album-section .album__image-section .album__item .album-img__holder {
    width: 100%;
    height: 100%;
}

#photo__album-section .album__image-section .album__item .album-img__holder img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

#photo__album-section .album__image-section .album__item .album__title {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 2;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    padding: 10px;
}

#photo__album-section .album__image-section .album__item .album__title h5 {
    font-size: 18px;
    color: #fff;
}

#photo__album-section .album__image-section .album__item:hover {
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#photo__album-section .album__image-section .album__item:hover .album-img__holder img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#photo__album-section .album__image-section .album__item:hover .album__title {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

#photo__album-section .album__image-section .album__item:hover .overlay {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #photo__album-section .album__image-section .album__item {
        width: 100%;
        height: 15rem;
    }
}

#photo__gallery-section .photo__gallery .gallery__image {
    width: 100%;
    height: 12rem;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#photo__gallery-section .photo__gallery .gallery__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#photo__gallery-section .photo__gallery .gallery__image:hover {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

#photo__gallery-section .photo__gallery .gallery__image:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

@media screen and (max-width: 768px) {
    #photo__gallery-section .photo__gallery .gallery__image {
        height: 15rem;
    }
}

#video__album-section .video__container .video-item {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.25);
    box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.25);
}

#video__album-section .video__container .video-item .video__title {
    padding: 15px 0;
}

#video__album-section .video__container .video-item .video__title h6 {
    font-weight: 600;
}

#video__album-section .video__container .video-item:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#university-section .uni-logo {
    width: 15rem;
}

#university-section .uni-desc p {
    font-size: 14px;
}

#traning-section .traning__description p {
    font-size: 14px;
    margin-bottom: 15px;
}

#traning-section .traning__description h2 {
    margin-bottom: 13px;
    font-weight: 600;
    color: #002e5b;
}

.admission-form .top-title h3 {
    font-weight: 600;
    margin: 0;
    color: #002e5b;
}

.admission-form .top-title h6 {
    margin-bottom: 18px;
}

.admission-form .photo-upload .custom-file-label {
    color: #fff;
    width: 11rem;
    border-radius: 5px;
}

.admission-form .photo-upload .custom-file-label::after {
    display: none;
}

.admission-form .photo-upload .img-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.admission-form .photo-upload .img-holder .input__image-holder {
    width: 11rem;
    height: 10rem;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.admission-form .photo-upload .img-holder .document__title {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 0;
}

.admission-form .photo-upload .img-holder p {
    font-size: 12px;
}

.admission-form .form_content .main_title span {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #002e5b;
}

.admission-form .form_content .main_title span::before {
    position: absolute;
    top: 20px;
    left: -70px;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #002e5b;
}

@media screen and (max-width: 470px) {
    .admission-form .form_content .main_title span::before {
        display: none;
    }
}

.admission-form .form_content .main_title span::after {
    position: absolute;
    top: 20px;
    right: -70px;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #002e5b;
}

@media screen and (max-width: 470px) {
    .admission-form .form_content .main_title span::after {
        display: none;
    }
}

.admission-form .form_content .admission_form-holder .input-image {
    overflow: hidden;
    padding: 0 15px;
}

.admission-form .form_content .admission_form-holder .input-image .img-holder {
    position: relative;
}

.admission-form .form_content .admission_form-holder .input-image .img-holder .input__image-holder {
    width: 100%;
    height: 12rem;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

.admission-form .form_content .admission_form-holder .input-image .img-holder .document__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 0;
    font-size: 13px;
}

.admission-form .form_content .admission_form-holder .input-image .img-holder .document__title p {
    font-size: 12px;
}

.admission-form .form_content .admission_form-holder .input-image .file__name {
    font-size: 12px;
    white-space: pre;
}

.admission-form .form_content .admission_form-holder .input-image .custom-file-label {
    color: #fff;
    padding: 7px;
    width: 100%;
    border-radius: 5px;
}

.admission-form .form_content .admission_form-holder .input-image .custom-file-label::after {
    display: none;
}

#nav-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

#nav-bar .navbar {
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
}

#nav-bar .navbar::before {
    content: "";
    /* background-image: url("../images/nav-bg.png"); */
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
    z-index: 0;
}

@media screen and (max-width: 992px) {
    #nav-bar .navbar::before {
        background-image: none;
    }
}

#nav-bar .navbar .logo {
    float: left;
    width: 10rem;
    height: 100%;
    z-index: 1;
}

#nav-bar .navbar .sitenavigation ul li .navbar__links.active {
    color: #002e5b;
}

#nav-bar .navbar .sitenavigation ul li ul li .sub__links.active {
    color: #002e5b;
}

#nav-bar .navbar .mobile-btn {
    display: none;
}

#nav-bar .contact_details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#nav-bar .contact_details .whatsapp {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 5px;
}

#nav-bar .contact_details .contact_no {
    text-decoration: none;
    color: #012068;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#nav-bar .contact_details .contact_no i {
    background-color: #eeeeee;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 12px;
}

#nav-bar .contact_details .contact_no:hover {
    color: #002e5b;
}

#nav-bar .contact_details .contact_no:hover i {
    background-color: #002e5b;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    #nav-bar .contact_details .whatsapp {
        display: none;
    }

    #nav-bar .contact_details .contact_no {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #nav-bar .contact_details {
        display: none;
    }
}

@media (min-width: 992px) {
    #nav-bar header {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #nav-bar .navbar {
        width: 100%;
        background-color: #fff;
        border: thin solid #ededed;
        height: auto;
        padding: 0;
    }

    #nav-bar .navbar .sitenavigation ul li a {
        position: relative;
        z-index: 1;
    }

    #nav-bar .navbar .sitenavigation ul li ul {
        -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    #nav-bar .navbar .sitenavigation ul li ul li {
        border-bottom: 1px solid #e7e7e7;
    }

    #nav-bar .navbar .sitenavigation ul li ul li a {
        padding: 7px 15px;
    }
}

#nav-bar #hamburger {
    width: 30px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-bar #hamburger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-bar #hamburger span:nth-child(1) {
    top: 0px;
}

#nav-bar #hamburger span:nth-child(2) {
    top: 11px;
}

#nav-bar #hamburger span:nth-child(3) {
    top: 22px;
}

#nav-bar #hamburger.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-bar #hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}

#nav-bar #hamburger.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#nav-bar .sitenavigation ul {
    margin: 0;
    padding: 0;
    float: right;
}

#nav-bar .sitenavigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: -4px;
    line-height: 20px;
}

#nav-bar .sitenavigation li a {
    color: #012068;
    text-decoration: none;
    display: block;
    padding: 28px 10px;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    font-weight: 600;
    font-size: 14px;
}

#nav-bar .sitenavigation li a:hover {
    color: #002e5b;
}

@media screen and (max-width: 991px) {
    #nav-bar .sitenavigation li a {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }

    #nav-bar .sitenavigation li a i {
        display: none;
    }
}

#nav-bar .sitenavigation li a.nav-path-selected {
    color: #fff;
}

#nav-bar .sitenavigation li a.linkclicked {
    color: #fff;
}

#nav-bar .sitenavigation li a.nav-selected {
    color: #002e5b;
}

#nav-bar .sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    padding: 0;
    margin: 0;
}

#nav-bar .sitenavigation li ul a {
    font-size: 14px;
}

#nav-bar .sitenavigation li ul li {
    float: none;
    display: block;
    margin: 0;
    background-color: #fff;
}

#nav-bar .sitenavigation li ul ul {
    left: 100%;
    margin-top: -40px;
    max-height: 17rem;
    overflow-y: auto;
}

#nav-bar .sitenavigation li ul ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#nav-bar .sitenavigation li ul ul::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
}

#nav-bar .sitenavigation li ul ul::-webkit-scrollbar-thumb {
    background-color: #002e5b;
}

#nav-bar .sitenavigation li ul ul a {
    background-color: #fff;
}

#nav-bar .sitenavigation li.nav-dropdown:hover>a {
    color: #002e5b;
}

#nav-bar .sitenavigation li.clicked>ul {
    display: block;
}

#nav-bar .sitenavigation .nav-dropdown:hover>a {
    background-color: transparent;
}

#nav-bar .sitenavigation .nav-dropdown.clicked>a {
    background-color: #ececec;
}

#nav-bar .no-js .sitenavigation li:hover>ul {
    display: block !important;
}

#nav-bar .menu-icon {
    display: none;
}

@media (max-width: 991px) {
    #nav-bar .navbar {
        width: 100%;
        background-color: #f9f9f9;
        border: thin solid #ededed;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }

    #nav-bar .navbar .logo {
        float: right;
        font-weight: 800;
        padding: 5px;
        margin: 10px;
    }

    #nav-bar .navbar .menu-icon {
        width: 30px;
        height: 25px;
        padding-top: 0;
        margin-top: 7px;
        display: block;
        -webkit-tap-highlight-color: transparent;
        padding: 5px;
        padding-top: 1px;
        padding-bottom: 12px;
        margin-bottom: 10px;
        cursor: pointer;
        margin-right: 10px;
    }

    #nav-bar .navbar .mobile-btn {
        display: block;
    }

    #nav-bar .navbar .sitenavigation ul {
        display: none;
        max-width: none !important;
    }

    #nav-bar .navbar .sitenavigation li {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul {
        display: block;
        position: absolute;
        margin: 0;
        background-color: #fff;
        right: 0;
        left: 0;
        z-index: 100;
        padding: 0;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul a {
        width: 100%;
        margin: 0;
        background-color: #ececec;
        display: block;
        font-size: 1.1875em;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        color: #758283;
        float: none;
        border: none !important;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: transparent;
        font-size: 14px;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul a:hover {
        color: #002e5b;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul li {
        width: 100%;
        background-color: #f7f7f7;
        border-bottom: solid 1px #b9b9b9;
        -webkit-tap-highlight-color: transparent;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul li li {
        background-color: #fff;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul ul {
        display: none;
        width: 100%;
        z-index: 200;
        border: none;
        margin-left: 0;
        padding: 0;
        position: relative !important;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0;
        height: 15rem;
        overflow: scroll;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul ul li {
        border-bottom: solid 1px #f9f9f9;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul ul li li a {
        background-color: #f9f9f9;
        padding-left: 30px;
        font-size: 14px;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul ul a {
        background-color: #dfdfdf;
        font-size: 14px;
        padding-left: 20px;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul ul a:before {
        content: "- ";
        display: inline-block;
        margin-right: 8px;
        color: #000;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul li.nav-dropdown {
        cursor: pointer;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul li.nav-dropdown>a {
        width: 80%;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul li.nav-dropdown:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        color: #000;
        padding: 0;
        display: block;
        width: 20%;
        right: 0;
        margin-top: -40px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul li.expanded:after {
        display: none;
    }

    #nav-bar .navbar .sitenavigation.is-tapped>ul li.expanded li:first-child:before {
        content: "\f106";
        font-family: FontAwesome;
        position: absolute;
        color: black;
        padding: 0;
        display: block;
        width: 20%;
        right: 0;
        margin-top: -40px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#index-main__body .main__slider {
    z-index: 0;
}

#index-main__body .main__slider .wrap {
    max-width: 100%;
}

#index-main__body .main__slider .wrap .slider {
    width: 100%;
    position: relative;
}

#index-main__body .main__slider .wrap .slider .slide {
    width: 100%;
    height: 41rem;
}

#index-main__body .main__slider .wrap .slider .slide__inner {
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#index-main__body .main__slider .wrap .slider .slide .slide__text-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 75%;
    left: 7.5%;
}

#index-main__body .main__slider .wrap .slider .slide__text {
    font-weight: 700;
    font-size: calc(3vw);
    color: #fff;
    text-shadow: 2px 2px 5px #2a2a2ae7;
}

@media screen and (max-width: 1024px) {
    #index-main__body .main__slider .wrap .slider .slide {
        height: 35rem;
    }
}

@media screen and (max-width: 768px) {
    #index-main__body .main__slider .wrap .slider .slide {
        height: 28rem;
    }
}

#index-main__body #counter-section {
    position: relative;
    -webkit-transform: translateY(-4.5rem);
    transform: translateY(-4.5rem);
    z-index: 1;
}

#index-main__body #counter-section .image-holder {
    background-color: #002e5b;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

#index-main__body #counter-section .image-holder img {
    width: 100%;
    max-height: 450px;
    height: 450px;
    padding: 30px 0 0px 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

#index-main__body #counter-section .image-holder .image-text {
    padding: 0 30px 30px 30px;
}

#index-main__body #counter-section .image-holder .image-text h4 {
    color: #fff;
    font-weight: 700;
}

#index-main__body #counter-section .right__card {
    width: 100%;
    height: 100%;
}

#index-main__body #counter-section .right__card .white__counter-box {
    margin-right: 6rem;
}

#index-main__body #counter-section .right__card .white__counter-box .icon-image {
    background-color: #e3ebfd94;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    position: relative;
}

#index-main__body #counter-section .right__card .white__counter-box .icon-image img {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 2rem;
    height: auto;
}

#index-main__body #counter-section .right__card .white__counter-box .number-holder h1 {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}

#index-main__body #counter-section .right__card .white__counter-box .number-holder p {
    color: #888888;
}

@media screen and (max-width: 1400px) {
    #index-main__body #counter-section .right__card .white__counter-box {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    #index-main__body #counter-section .right__card .white__counter-box {
        margin-right: 1rem;
    }

    #index-main__body #counter-section .right__card .white__counter-box .number-holder h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    #index-main__body #counter-section .right__card .counter {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

#index-main__body #counter-section .right__card .program-card {
    position: relative;
    width: 100%;
    height: 12rem;
    overflow: hidden;
    border-radius: 8px;
}

#index-main__body #counter-section .right__card .program-card .program__img {
    width: 100%;
    height: 100%;
}

#index-main__body #counter-section .right__card .program-card .program__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#index-main__body #counter-section .right__card .program-card .recent-msg {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #002e5b;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}

#index-main__body #counter-section .right__card .program-card .program {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

#index-main__body #counter-section .right__card .program-card .program p {
    color: #fff;
    margin: 5px 0;
}

#index-main__body #counter-section .right__card .program-card .program h5 {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

#index-main__body #counter-section .right__card .program-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #counter-section .right__card .program-card:hover::before {
    background-color: #000000a9;
}

#index-main__body #category-section {
    margin-bottom: 5rem;
}

#index-main__body #category-section h6 {
    color: #9c9c9c;
    font-size: 18px;
}

#index-main__body #category-section h1 {
    font-weight: 600;
}

#index-main__body #category-section .counter_cards {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#index-main__body #category-section .counter_cards .program__holders {
    padding-top: 20px;
}

#index-main__body #category-section .counter_cards .program__holders .icon__holder {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#index-main__body #category-section .counter_cards .program__holders .icon__holder i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
}

#index-main__body #category-section .counter_cards .program__holders h3 {
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #category-section .counter_cards .program__holders p {
    font-size: 18px;
    font-weight: 900;
    color: #181818;
}

@media screen and (max-width: 992px) {
    #index-main__body #category-section .counter_cards {
        width: 100%;
    }
}

#index-main__body #category-section .counter_cards:hover {
    -webkit-box-shadow: 0 0 40px #b9b9b9;
    box-shadow: 0 0 40px #b9b9b9;
    cursor: pointer;
}

#index-main__body #category-section .counter_cards:hover h3 {
    color: #002e5b;
}

#index-main__body #category-section .border__1 {
    border-top: 4px solid #d96030 !important;
}

#index-main__body #category-section .border__1 .icon__holder i {
    background-color: #d96030;
}

#index-main__body #category-section .border__2 {
    border-top: 4px solid #3b6fd9 !important;
}

#index-main__body #category-section .border__2 .icon__holder i {
    background-color: #3b6fd9;
}

#index-main__body #category-section .border__3 {
    border-top: 4px solid #01bda6 !important;
}

#index-main__body #category-section .border__3 .icon__holder i {
    background-color: #01bda6;
}

#index-main__body #category-section .border__4 {
    border-top: 4px solid #9045ca !important;
}

#index-main__body #category-section .border__4 .icon__holder i {
    background-color: #9045ca;
}

#index-main__body #about-us {
    margin-bottom: 0px !important;
}

#index-main__body #about-us .about__desc p {
    font-size: 14px;
    color: #4e4e4e;
}

#index-main__body #about-us .about__list ul {
    margin: 0 0 10px 25px;
    line-height: 35px;
}

#index-main__body #about-us .about__list ul li {
    color: #012068;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #about-us .about__list ul li a {
    text-decoration: none;
    color: #012068;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #about-us .about__list ul li:hover {
    color: #002e5b;
}

#index-main__body #about-us .about__list ul li:hover a {
    color: #002e5b;
    padding-left: 10px;
    cursor: default;
}

#index-main__body #about-us .right__img-holder {
    position: relative;
    width: 100%;
    height: 29rem;
}

#index-main__body #about-us .right__img-holder .image-1 {
    position: absolute;
    top: 0;
    left: 0;
}

#index-main__body #about-us .right__img-holder .image-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 512px) {
    #index-main__body #about-us .right__img-holder {
        height: auto;
    }

    #index-main__body #about-us .right__img-holder .image-1 {
        position: relative;
        margin-bottom: 10px;
    }

    #index-main__body #about-us .right__img-holder .image-2 {
        position: relative;
    }
}

#index-main__body #services-section {
    background-color: #f0f1f8;
}

#index-main__body #services-section .nav-pills {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link {
    width: 12rem;
    height: 6rem;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link i {
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #002e5b;
    font-size: 24px;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link p {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #181818;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#1d85ed), to(#002e5b));
    background-image: linear-gradient(to right, #1d85ed, #002e5b);
    border: none;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link.active i {
    color: #fff;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link.active p {
    color: #fff;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    background-color: #002e5b;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link:hover::before {
    width: 100%;
    height: 100%;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link:hover i {
    color: #fff;
}

#index-main__body #services-section .nav-pills .nav-item .nav-link:hover p {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    #index-main__body #services-section .nav-pills .nav-item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 992px) {
    #index-main__body #services-section .nav-pills {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #index-main__body #services-section .nav-pills .nav-item {
        margin: 15px;
    }
}

@media screen and (max-width: 768px) {
    #index-main__body #services-section .nav-pills .nav-item {
        margin: 5px;
    }
}

#index-main__body #services-section .tab-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
}

#index-main__body #services-section .tab-content .nav__details .nav__image {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 24rem;
}

#index-main__body #services-section .tab-content .nav__details .nav__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#index-main__body #services-section .tab-content .nav__details .nav__description h5 {
    color: #181818;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

#index-main__body #services-section .tab-content .nav__details .nav__description p {
    font-size: 14px;
}

#index-main__body #services-section .tab-content .nav__details .nav__description ul {
    margin-left: 25px;
}

#index-main__body #services-section .tab-content .nav__details .nav__description ul li {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}

#index-main__body #services-section .tab-content .nav__details .nav__description ul li i {
    font-size: 22px;
}

#index-main__body #team-section .team__desc p {
    color: #4e4e4e;
    font-size: 14px;
}

#index-main__body #team-section .right__team-slider .swiper {
    width: 100%;
    height: 100%;
    padding: 20px;
}

#index-main__body #team-section .right__team-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder {
    position: relative;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .swiper__img {
    position: relative;
    width: 100%;
    height: 18rem;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .swiper__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .swiper__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #012068;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .social_icons {
    position: absolute;
    top: 81%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .social_icons a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .slider-desc {
    padding: 15px 10px;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .slider-desc h5 {
    color: #012068;
    font-weight: 700;
    margin: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #team-section .right__team-slider .swiper-slide .swiper__holder .slider-desc span {
    color: #181818;
    font-size: 14px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #team-section .right__team-slider .swiper-slide:hover {
    background-color: #002e5b;
}

#index-main__body #team-section .right__team-slider .swiper-slide:hover .swiper__img::before {
    opacity: 0.3;
}

#index-main__body #team-section .right__team-slider .swiper-slide:hover .social_icons {
    top: 72%;
}

#index-main__body #team-section .right__team-slider .swiper-slide:hover .slider-desc h5 {
    color: #fff;
}

#index-main__body #team-section .right__team-slider .swiper-slide:hover .slider-desc span {
    color: #fff;
}

#index-main__body #team-section .right__team-slider .swiper-pagination {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
}

@media screen and (max-width: 992px) {
    #index-main__body #team-section .right__team-slider .swiper-slide .swiper__img {
        width: 100%;
        height: 20rem;
    }
}

@media screen and (max-width: 768px) {
    #index-main__body #team-section .right__team-slider .swiper-slide .swiper__img {
        width: 100%;
        height: 30rem;
    }
}

@media screen and (max-width: 512px) {
    #index-main__body #team-section .right__team-slider .swiper-slide .swiper__img {
        width: 100%;
        height: 25rem;
    }
}

@media screen and (max-width: 426px) {
    #index-main__body #team-section .right__team-slider .swiper-slide .swiper__img {
        width: 100%;
        height: 23rem;
    }
}

@media screen and (max-width: 376px) {
    #index-main__body #team-section .right__team-slider .swiper-slide .swiper__img {
        width: 100%;
        height: 20rem;
    }
}

@media screen and (max-width: 321px) {
    #index-main__body #team-section .right__team-slider .swiper-slide .swiper__img {
        width: 100%;
        height: 16rem;
    }
}

@media screen and (min-width: 992px) {
    #index-main__body #team-section .right__team-slider .swiper {
        padding: 10px;
    }

    #index-main__body #team-section .right__team-slider .swiper-pagination {
        display: none;
    }
}

#index-main__body #testimonial {
    background-color: #f0f1f8;
}

#index-main__body #testimonial .swiper {
    width: 100%;
    height: 100%;
    padding: 7rem 0px;
}

#index-main__body #testimonial .swiper-slide {
    text-align: center;
    font-size: 12px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.082) 0px 6px 12px -2px, rgba(0, 0, 0, 0.062) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0.082) 0px 6px 12px -2px, rgba(0, 0, 0, 0.062) 0px 3px 7px -3px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#index-main__body #testimonial .swiper-slide .testi-details {
    position: relative;
    padding: 5px 30px 30px 30px;
    width: 50rem !important;
}

#index-main__body #testimonial .swiper-slide .testi-details h1 i {
    color: #dddddd80;
    font-size: 54px;
}

#index-main__body #testimonial .swiper-slide .testi-details .testi_photo {
    position: absolute;
    top: 107%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 15px;
}

#index-main__body #testimonial .swiper-slide .testi-details .testi_photo img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

#index-main__body #testimonial .swiper-slide .testi-details .testi_photo p {
    margin: 0;
    font-size: 12px;
}

#index-main__body #testimonial .swiper-slide .testi-details .testi_photo span {
    font-weight: 500;
    font-size: 12px;
}

#index-main__body #testimonial .swiper-slide-active {
    background-color: #002e5b;
    color: #fff;
    -webkit-transform: translateY(-30px) scale(1.3);
    transform: translateY(-30px) scale(1.3);
    z-index: 1;
    font-size: 10px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#index-main__body #testimonial .swiper-slide-active .testi_photo p,
#index-main__body #testimonial .swiper-slide-active .testi_photo span {
    color: #181818;
}

@media screen and (max-width: 767px) {
    #index-main__body #testimonial .swiper-slide-active {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        font-size: 14px;
    }
}

#index-main__body #school-logos .swiper {
    width: 100%;
    height: 100%;
}

#index-main__body #school-logos .swiper-slide {
    text-align: center;
    font-size: 12px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#index-main__body #school-logos .swiper-slide img {
    display: block;
    width: 100%;
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

#index-main__body #school-logos .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}


/* ================================
   Team Swiper Navigation
================================ */

.ourteam {
    position: relative;
    padding-bottom: 55px;
}

/* ================================
   Pagination
================================ */

.ourteam .swiper-pagination {
    bottom: 10px;
}

.ourteam .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #ccc;
    transition: all 0.3s ease;
}

.ourteam .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    background: #0d6efd;
}

/* End Swiper Button  */

#footer {
    background-color: #002e5b;
    padding: 4rem 0;
    margin-top: 15px;
}

#footer .footer__logo {
    width: 7.5rem;
    margin-bottom: 5px;
}

#footer .footer__text {
    padding-right: 50px;
}

#footer .footer__text p {
    color: #fff;
    font-size: 14px;
}

#footer .consult__address ul {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    line-height: 40px;
}

#footer .consult__address ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .consult__address ul li .icon {
    background-color: #002e5b;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

#footer .consult__address ul li .icon i {
    color: #fff;
}

#footer .consult__address ul li span,
#footer .consult__address ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#footer .consult__address ul li span:hover,
#footer .consult__address ul li a:hover {
    color: #002e5b;
}

#footer .footer__header {
    margin-bottom: 12px;
}

#footer .footer__header span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#footer .quick-links {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    line-height: 30px;
}

#footer .quick-links li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#footer .quick-links li:hover a {
    color: #002e5b;
}

#footer .flex__items {
    width: 6.5rem;
    height: 6.5rem;
    margin-right: 15px;
    margin-bottom: 15px;
}

#footer .flex__items img {
    -o-object-fit: cover;
    object-fit: cover;
}

.copy-right {
    background-color: #0093c6;
    border-top: 1px solid #e7e7e7;
}

.copy-right .copy__right-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.copy-right .copy__right-text span {
    color: #fff;
    font-size: 14px;
}

.copy-right .copy__right-text span a {
    color: #002e5b;
    font-size: 14px;
    text-decoration: none;
}

.copy-right .copy__right-text .footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.copy-right .copy__right-text .footer-icons .icons {
    background-color: #002e5b;
    margin-right: 10px;
    width: 1.7rem;
    height: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.copy-right .copy__right-text .footer-icons .icons i {
    color: #fff;
    font-size: 14px;
}

.copy-right .copy__right-text .footer-icons .icons:hover {
    background-color: #002e5b;
}

@media screen and (max-width: 767px) {
    .copy-right .copy__right-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copy-right .copy__right-text span {
        text-align: center;
    }
}



/*Custom Login CSS*/
#login__section {
    background-image: url("/bg5.jpg");
    /* background: #002e5b; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

#login__section .login__form--holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26rem;
    height: 26rem;
    border-radius: 10px;
    background: linear-gradient(110.62deg, rgba(22, 22, 22, 0.641) 6.39%, rgba(26, 26, 26, 0.171) 53.34%);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border: 1.5px solid rgba(74, 74, 74, 0.196);
    padding: 30px;
}

#login__section .login__form--holder .logo {
    width: 15rem;
}

#login__section .login__form--holder .login__title h1,
#login__section .login__form--holder .login__title h2 {
    color: white;
}

#login__section .login__form--holder .login__form .input-group .input-group-text {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 2px solid white;
}

#login__section .login__form--holder .login__form .input-group .input-group-text i {
    color: white;
    font-size: 20px;
}

#login__section .login__form--holder .login__form .input-group .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid white;
    color: white;
    font-size: 16px;
}

#login__section .login__form--holder .login__form .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login__section .login__form--holder .login__form .input-group input::-webkit-input-placeholder {
    color: white;
    font-size: 16px;
}

#login__section .login__form--holder .login__form .btn {
    font-weight: 400;
    font-size: 23px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 425px) {
    #login__section .login__form--holder {
        width: 100%;
        height: 100%;
    }
}



@media only screen and (max-width:767px) {
    #nav-bar .navbar {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .left__side-header a {
        width: 68%;
    }

    .footer-icons a:last-child {
        margin-right: 0 !important;
    }
}

.admission_form-view .card {
    -webkit-box-shadow: 0 0 10px gray;
    box-shadow: 0 0 10px gray;
}

.admission_form-view .card .title {
    width: 30%;
}

@media screen and (max-width: 992px) {
    .admission_form-view .card .reverse__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.admission_form-view .card .photo-upload .img-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.admission_form-view .card .photo-upload .img-holder .input__image-holder {
    width: 10rem;
    height: 10rem;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media print {
    .admission_form-view .container {
        padding: 35px !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .admission_form-view .container .card {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        width: 100% !important;
        border: none !important;
    }

    .admission_form-view .container .card .card-body {
        padding: 0 !important;
    }

    .admission_form-view .container .card .card-body .reverse__section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .admission_form-view .container .card .card-body .reverse__section .col-xl-10 {
        width: 78%;
    }

    .admission_form-view .container .card .card-body .reverse__section .col-xl-2 {
        width: 20%;
    }

    .admission_form-view .container .card .card-body h3 {
        margin-bottom: 3px !important;
        font-size: 18px !important;
    }

    .admission_form-view .container .card .card-body .table-responsive {
        margin: 5px !important;
        overflow-y: hidden !important;
    }

    .admission_form-view .container .card .card-body .table-responsive table {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .admission_form-view .container .card .card-body .table-responsive tr th {
        font-size: 12px !important;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .admission_form-view .container .card .card-body .table-responsive tr td {
        font-size: 12px !important;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .admission_form-view .container .card .card-body td,
    .admission_form-view .container .card .card-body th {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        font-size: 12px !important;
    }
}


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item .service-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.service .service-item:hover .service-img::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content {
    position: relative;
    font-size: 14px !important;
}

.service .service-item .service-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #002e5b;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover .service-content .service-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}



.desc-limit {
    display: -webkit-box;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.brochure {
    background-color: #fff;
    border-radius: 5px;
    width: 120px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

 
/*** Service End ***/



/*# sourceMappingURL=index.css.map */
