:root {
    --primary: #47589f;
    --light: #fff5f3;
    --dark: #103741;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 45px;
    z-index: 99;
}

.btn {
    font-weight: 500;
    transition: 0.5s;
}

    .btn.btn-primary {
        color: #fff;
        border:1px solid white;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50px;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.h5,
.h6,
h5,
h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: "Poppins", sans-serif;
}

.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: 0;
}

    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link:hover {
        color: var(--primary);
    }

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #eee;
    }
}
body, html {
    font-family: "Poppins", sans-serif;
}

.logo {
    width: 100%;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item p {
            font-size: 16px !important;
            font-weight: 400 !important;
        }

        .header-carousel .owl-carousel-item h1 {
            font-size: 30px;
            font-weight: 600;
        }

    .ml {
        display: none;
    }

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

@media (max-width: 1168px) {
    .logo {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 23px !important;
        text-align: center;
        margin: 18px 0px;
    }
    .btn-parent {
        padding: 10px 0px !important;
    }
    /*.adm {
        width: 100% !important;
    }*/
    .bg-top p {
        font-size: 11px !important;
        margin: 7px 0px 0px 0px;
    }
    .btn-parent {
        text-align:center;
    }
    .ceologin a img {
        width: 70% !important;
        margin-left: 20px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

    .header-carousel .owl-nav .owl-next,
    .header-carousel .owl-nav .owl-prev {
        margin: 7px 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: 0 0;
        border: 1px solid #fff;
        border-radius: 45px;
        font-size: 22px;
        transition: 0.5s;
    }

        .header-carousel .owl-nav .owl-next:hover,
        .header-carousel .owl-nav .owl-prev:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

.about-img img {
    transition: 0.5s;
}

    .about-img img:hover {
        background: #47589f !important;
    }

.classes-item {
    transition: 0.5s;
}

    .classes-item:hover {
        margin-top: -10px;
    }

.team-item .team-text {
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border: 10px solid #edeff7;
    border-radius: 250px;
    transition: 0.5s;
}

.team-item:hover .team-text {
    border-color: #47589f;
}

.btn-social2,
.btn-social3,
.footer .btn.btn-social1 {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: 0.3s;
}

    .footer .btn.btn-social1:hover {
        border-color: #515bd4;
        background: #515bd4;
    }

.footer .btn.btn-social2:hover {
    border-color: #d62828;
    background: #d62828;
    color: #fff;
}

.footer .btn.btn-social3:hover {
    border-color: #e52c7f;
    background: #e52c7f;
    color: #fff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: #fff !important;
        letter-spacing: 1px;
        box-shadow: none;
    }

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

    .footer .copyright a {
        color: #fff;
    }

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

    .footer .copyright a:hover,
    .footer .footer-menu a:hover {
        color: #ff6700 !important;
    }

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

#buttonC {
    background: #fff;
    color: #2b3560;
    padding: 8px 8px 11px;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 10px;
    height: 39px;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    border: 5px solid #2b3560;
    border-radius: 50%;
    top: -10px;
    z-index: 9999;
    left: auto;
    right: -12px;
    transition: 0.5s all ease-in;
}

.modal-header {
    font-size: 18px;
    font-family: Calibri;
    text-transform: uppercase;
    background-color: #2b3560;
    color: #fff;
    text-align: center;
    padding: 10px;
}

@media (max-width: 768px) {
    .team-item .team-text {
        position: absolute;
        width: 151px;
        height: 151px;
        bottom: 0;
        right: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #fff;
        border: 10px solid #edeff7;
        border-radius: 250px;
        transition: 0.5s;
    }
}

#news-slider {
    margin-top: 30px;
}

.post-slide {
    background: #fff;
    margin: 12px 14px 27px 27px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0 14px 22px -9px #8fa5b700;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
     /*   margin: -12px 15px 8px 15px;
        margin-left: -10px;*/
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.2s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1, 1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0, rgba(45, 112, 253, 0.8) 100%);
        transition: all 0.5s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 2px 20px 1px;
        border-radius: 15px;
    }

    .post-slide .post-title a {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: var(--hover-color);
        }

    .post-slide .post-description {
        line-height: 24px;
        color: grey;
        margin-bottom: 25px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #cfdace;
        }

    .post-slide .read-more {
        padding: 7px 20px;
        float: right;
        font-size: 12px;
        background: var(--primary-color);
        color: #fff;
        border-radius: 25px;
        text-transform: uppercase;
        transition: 0.3s;
    }

        .post-slide .read-more:hover {
            background: var(--hover-color);
            text-decoration: none;
            color: #fff;
        }

@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0 15px 25px 15px;
    }
}

.post-img_1 {
    margin-top: 15px;
}

.Layer2 {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #9c2d31;
    padding: 2px 0;
}

.navbar_header > ul > li > ul {
    position: absolute;
    left: 0;
    min-width: 250px;
    list-style: none;
    padding: 0;
    top: 39px;
    z-index: 999;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0) scaleY(0);
    transition: 0.35s all ease-in-out;
}

    .navbar_header > ul > li > ul > li > a {
        color: #fff;
        border-bottom: 1px solid #03132647;
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 10px;
        font-size: 15px;
        position: relative;
        background: #232b4d;
    }

    .navbar_header > ul > li > ul > li {
        position: relative;
    }

        .navbar_header > ul > li > ul > li > a:hover {
            text-decoration: none;
            background: #2b355f;
            color: #fff;
        }

.navbar_header > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

    .navbar_header > ul > li:hover > a {
        text-decoration: none;
        background: #232b4d;
        color: #fff;
    }

    .navbar_header > ul > li {
        position: relative;
        float: left;
        width: auto;
        display: inline-block;
    }

    .navbar_header > ul li:hover > ul,
    .navbar_header > ul li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: scaleX(1) scaleY(1);
        transition: 0.35s all ease-in-out;
    }

    .navbar_header > ul > li > a {
        white-space: nowrap;
        display: inline-block;
        color: #fff;
        padding: 7px 10px 8px;
        position: relative;
        letter-spacing: 0.5px;
        font-size: 16px;
        font-weight: 500;
        font-family: Calibri;
        text-transform: uppercase;
    }

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}

.affix {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 3px #1717173b;
    animation-name: slideInDown;
    animation-duration: 0.5s;
}

ul.header_icon {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.header_logo::before {
    content: "";
    position: absolute;
    top: -21px;
    width: 100%;
    height: 174px;
    background-repeat: repeat-x;
    z-index: 0;
}

    

.arrow-up {
    height: 0;
    width: 0;
    border: none;
    border-bottom: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.button,
.button::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button {
    display: inline-block;
    background: 0 0;
    color: #2f3b6c;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}

    .button::after,
    .button::before {
        background: #2f3b6c;
        content: "";
        position: absolute;
        z-index: -1;
    }

    .button:hover {
        color: #fff;
    }

.closebtn {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar_header > ul > li:last-child > ul {
    right: 0;
    left: auto;
}

.navbar_header > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    opacity: 0;
    visibility: visible;
    transform: scaleX(0) scaleY(0);
    transition: 0.35s all ease-in-out;
}

    .navbar_header > ul > li > ul > li > ul > li > a {
        color: #fff;
        width: 100%;
        height: auto;
        display: inline-block;
        border-bottom: 1px solid #03132647;
        padding: 10px;
        font-size: 13px;
        position: relative;
        background: #2b355f;
    }

        .navbar_header > ul > li > ul > li > ul > li > a:hover {
            background: #232b4d;
            color: #fff;
            border-bottom: 1px solid #03132647;
        }

.h-42 {
    height: 42px;
}

.navbar_header > ul > li > ul {
    position: absolute;
    left: 0;
    min-width: 250px;
    list-style: none;
    padding: 0;
    top: 39px;
    z-index: 999;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0) scaleY(0);
    transition: 0.35s all ease-in-out;
}

    .navbar_header > ul > li > ul > li > a {
        color: #fff;
        border-bottom: 1px solid #03132647;
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 10px;
        font-size: 15px;
        position: relative;
        background: #611d1d;
    }

    .navbar_header > ul > li > ul > li {
        position: relative;
    }

        .navbar_header > ul > li > ul > li > a:hover {
            text-decoration: none;
            background: #2b355f;
            color: #fff;
        }

.navbar_header > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

    .navbar_header > ul > li:hover > a {
        text-decoration: none;
        background: #232b4d;
        color: #fff;
    }

    .navbar_header > ul > li {
        position: relative;
        float: left;
        width: auto;
        display: inline-block;
    }

    .navbar_header > ul li:hover > ul,
    .navbar_header > ul li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: scaleX(1) scaleY(1);
        transition: 0.35s all ease-in-out;
    }

    .navbar_header > ul > li > a {
        white-space: nowrap;
        display: inline-block;
        color: white;
        padding: 9px 10px 10px;
        position: relative;
        letter-spacing: 0.5px;
        font-size: 16px;
        font-weight: 700;
        font-family: Calibri;
        text-transform: uppercase;
    }

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}

.affix {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 3px #1717173b;
    animation-name: slideInDown;
    animation-duration: 0.5s;
}

.lef_div_icn,
.rig_div_icn {
    padding: 8px;
    width: 40px;
    transition: 0.5s;
    filter: hue-rotate(340deg);
}

.nav_div_2 {
    visibility: hidden;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
}

.vis {
    visibility: visible;
}

.lef_div_icn {
    transform: rotate(180deg);
}

#MenuItems1 {
    display: flex;
    justify-content: left;
}

.nav_div_1,
.nav_div_2 {
    display: flex;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .mainbox {
        padding: 3.6rem 0 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar_header > ul > li > a {
        font-size: 14px !important;
        padding: 7px 8px 11px !important;
    }

    .lef_div_icn,
    .rig_div_icn {
        padding: 8px !important;
        width: 35px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lef_div_icn,
    .rig_div_icn {
        width: 35px !important;
    }

    .navbar_header > ul > li > a {
        font-size: 14px !important;
        padding: 7px 8px 11px !important;
    }

    .backgr {
        height: 370px !important;
    }

    .mainbox {
        padding: 0;
    }

    .smallboxes p {
        font-size: 13px;
    }

    .smallboxes h3 {
        font-size: 20px;
        text-align: justify;
    }

    .smallbox5 {
        position: absolute;
        top: 17% !important;
        right: 68.5%;
    }

    .smallbox4 {
        position: absolute;
        top: 17% !important;
        right: 3.5%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
    .navbar_header > ul > li > ul {
        display: inline-block;
        position: static;
        width: 100%;
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
    }

    .Navbartoggle > img {
        width: 30px;
    }

    .MobileMenubar {
        display: inline-block;
        padding: 3px 10px;
    }

    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #6080af;
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #064089;
        }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #fff;
            }

            .navbar_header > ul > li > ul {
                display: inline-block;
                position: static;
                width: 100%;
            }

    .navbar_header {
        width: 0;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        top: 0;
        bottom: 0;
        z-index: 999;
    }

        .navbar_header > ul > li > ul,
        .navbar_header > ul > li > ul > li > ul {
            transform: scale(1);
            visibility: visible;
            opacity: 1;
            position: static;
            width: 100%;
        }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
    }

    .menu {
        position: fixed;
        z-index: 999;
        top: 0;
        min-height: 43px;
        margin-bottom: 20px;
        background-color: #b7b2b2;
        border: 1px solid transparent;
    }

    .lef_div_icn,
    .rig_div_icn {
        display: none;
    }

    .navbar_header > ul > li > ul > li > ul {
        position: RELATIVE;
        top: 0;
        right: 0;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 999;
        opacity: 1;
        visibility: visible;
        transform: scaleX(1) scaleY(1);
        transition: 0.35s all ease-in-out;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .navbar_header > ul > li > ul > li > ul {
        position: RELATIVE;
        top: 0;
        right: 0;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 999;
        opacity: 1;
        visibility: visible;
        transform: scaleX(1) scaleY(1);
        transition: 0.35s all ease-in-out;
    }

    .facts h4 {
        font-size: 16px !important;
        line-height: 16px;
        padding-left: 1rem;
        padding-top: 5px;
        color: #000;
    }

    .navbar_header > ul > li > ul {
        /*display: inline-block;*/
        display:none;
        position: static;
        width: 100%;
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
    }

    .Navbartoggle > img {
        width: 30px;
    }

    .MobileMenubar {
        display: inline-block;
        padding: 3px 10px;
        float: right;
    }

    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #9c2d31;
    }

    #back-top {
        position: fixed;
        bottom: 50px;
        right: 20px;
        z-index: 9999;
        display: none !important;
    }

    .navbar_header > ul > li {
        position: relative;
        float: left;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid white;
    }

        .navbar_header > ul > li > a {
            width: 100%;
            color: #fff;
        }

        .navbar_header > ul > li > ul {
            /*display: inline-block;*/
            position: static;
            width: 100%;
        }

    .navbar_header {
        width: 0;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #9c2d31;
        top: 0;
        bottom: 0;
        z-index: 999;
    }

        .navbar_header > ul > li > ul {
            /*display: inline-block;*/
            position: static;
            width: 100%;
            transform: none;
            visibility: visible;
            opacity: 1;
        }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
    }

    .menu {
        position: fixed;
        z-index: 999;
        top: 0;
        min-height: 43px;
        margin-bottom: 20px;
        background-color: #b7b2b2;
        border: 1px solid transparent;
    }

    .lef_div_icn,
    .rig_div_icn {
        display: none;
    }
}



@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: 40px;
        z-index: 1;
    }
}

.single-promo-card.single-promo-hover-2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-promo-card {
    border-radius: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
    width: 100%;
}

/*.facts .card .card-body {
    display: inline-flex;
    text-align: left;
}*/

    .facts .card .card-body img {
        width: 60px;
    }

.facts h4 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align:center;
}

.single-promo-card.single-promo-hover-2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    background-color: #17a2b8;
    color: #fff;
}

.single-promo-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}

.single-promo-card.single-promo-hover-2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .single-promo-card.single-promo-hover-2:hover h4,
    .single-promo-card.single-promo-hover-2:hover span {
        color: #fff !important;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
}

.single-promo-card {
    border-radius: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
}

@media (min-width: 80px) and (max-width: 451.98px) {
    .facts .card .card-body {
        display: inline-block;
        text-align: center;
        padding: 20px;
    }

        .facts .card .card-body img {
            width: 50px;
        }
}

@media (max-width: 320px) {
    #welcomeMessage p {
        text-align: justify;
    }
}

@media (max-width: 426px) {
    .welcomemessage2 {
        display: block !important;
    }

    .welcomemessage1 {
        display: none;
    }
}

.mentort {
    font-size: 14px;
    margin-top: 45px;
}

.post-title {
    text-align: center;
}

.card-img {
    box-shadow: 0 4px 8px 0 #a7b1d8, 0 6px 20px 0 #a7b1d8;
}

.welcomemessage2 {
    display: none;
}

.position-fixed {
    position: fixed;
    z-index: 99;
    top: 52%;
    left: -32px;
}

    .position-fixed ul {
        left: 0;
        top: 40%;
    }

        .position-fixed ul > li > a span {
            border-radius: 3px;
            line-height: 18px;
            left: -100%;
            margin-top: -12px;
            opacity: 0;
            padding: 4px 3px;
            position: absolute;
            transition: opacity 0.3s, left 0.4s;
            top: 50%;
            z-index: -1;
            width: 125px;
            pointer-events: none;
            font-weight: 600;
            font-size: 15px;
        }

    .position-fixed a:hover span {
        left: 120%;
        opacity: 1;
        color: #fff;
        font-size: 12.5px;
        padding: 6px 8px;
        letter-spacing: 0.5px;
    }

.fix_1 span {
    background-color: #ffb703;
}

.fix_2 span {
    background-color: #4ec95c;
}

.fix_3 span {
    background-color: #e52c7f;
}

.fix_4 span {
    background-color: #515bd4;
}

.fix_5 span {
    background-color: #d62828;
}

.fix_6 span {
    background-color: #540d6e;
}

.fix_7 span {
    background-color: #540d6e;
}

.position-fixed ul > li > a i {
    color: #fff;
    font-size: 24px;
}

li.fix_1 > a span::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -10px;
    top: 25%;
    width: 10px;
    background-color: #ffb703;
    height: 16px;
}

li.fix_2 > a span::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -10px;
    top: 25%;
    width: 10px;
    height: 16px;
    background-color: #4ec95c;
}

li.fix_3 > a span::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -10px;
    top: 25%;
    width: 10px;
    height: 16px;
    background-color: #e52c7f;
}

li.fix_4 > a span::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -10px;
    top: 25%;
    width: 10px;
    height: 16px;
    background-color: #515bd4;
}

li.fix_5 > a span::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -10px;
    top: 25%;
    width: 10px;
    height: 16px;
    background-color: #d62828;
}

li.fix_6 > a span::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -10px;
    top: 25%;
    width: 10px;
    height: 16px;
    background-color: #540d6e;
}

li.fix_7 > a span::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -10px;
    top: 25%;
    width: 10px;
    height: 16px;
    background-color: #540d6e;
}

.img_div {
    transition: 0.5s all ease-in;
}

    .img_div:hover {
        border-radius: 5px;
    }

.position-fixed ul > li {
    position: relative;
    list-style-type: none;
}

.fix_1 .img_div {
    background-color: #ffb703;
    padding: 8px 8px;
/*    border-radius: 5px 5px 0 0;*/
}

.fix_2 .img_div {
    background-color: #4ec95c;
    padding: 8px 9px;
    border-radius: 0;
}

.fix_3 .img_div {
    background-color: #e52c7f;
    padding: 8px 9px;
    border-radius: 0;
}

.fix_4 .img_div {
    background-color: #515bd4;
    padding: 8px 9px;
    border-radius: 0;
}

.fix_5 .img_div {
    background-color: #d62828;
    padding: 8px 9px;
    border-radius: 0;
}

.fix_6 .img_div {
    background-color: #540d6e;
    padding: 8px 9px;
   /* border-radius: 0 0 5px 5px;*/
}

.fix_7 .img_div {
    background-color: #540d6e;
    padding: 8px 9px;
/*    border-radius: 0 0 5px 5px;*/
}
.position-fixed_new_one {
    position: fixed;
    bottom: 26%;
    z-index: 98;
    padding: 0 0px;
    overflow: hidden;
}

.studentE .
_cnt {
    background: #f44434;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
}

    .studentE .rps_cnt span {
        color: #ffffff;
        display: block;
        font-weight: 500;
        font-size: 18px;
        padding: 8px 17px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        z-index: 99;
    }

.welcomebg {
    display: inline-block;
    background: url(/Assests/img/2023-06-21.jpg) no-repeat fixed top;
    height: auto;
    border-radius: 15px;
    padding: 20px;
    height: 490px;
    overflow: auto;
}

.welcheading {
    color: #fff;
}

.counter {
    background-color: #edeff7;
    padding: 20px 0;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 #a7b1d8, 0 6px 20px 0 #a7b1d8;
}

.count-title {
    font-size: 40px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #084f92;
}

.wrapper {
    background: #edeff7;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor:pointer;
}

    .wrapper header {
        display: flex;
        align-items: center;
        padding: 25px 30px 10px;
        justify-content: space-between;
    }

header .icons {
    display: flex;
}

    header .icons span {
        height: 38px;
        width: 38px;
        margin: 0 1px;
        cursor: pointer;
        color: #878787;
        text-align: center;
        line-height: 38px;
        font-size: 1.9rem;
        user-select: none;
        border-radius: 50%;
    }

.icons span:last-child {
    margin-right: -10px;
}

header .icons span:hover {
    background: #f2f2f2;
}

header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar {
    padding: 10px;
}

    .calendar ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        text-align: center;
        margin-top: 4px;
        margin-bottom: 0;
    }

    .calendar li {
        color: #333;
        width: calc(100% / 7);
        font-size: 1.07rem;
    }

    .calendar .weeks li {
        font-weight: 500;
        cursor: default;
    }

    .calendar .days li {
        z-index: 1;
        cursor: pointer;
        position: relative;
        margin-top: 5px;
    }

.days li.inactive {
    color: #aaa;
}

.days li.active {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height:35px;
    width:35px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: #2C4073;
}

.weeks {
    margin-bottom: -11px;
}

.current-date {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #2C4073 !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.icons {
    color: #000;
    font-weight: 500;
    text-align: center;
}

.material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    float: left;
}

.material-symbols-roundedd {
    font-family: "Material Symbols Rounded";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    float: right;
}

.act_div {
    /*background-image: url(https://rpsrosewoodcityggn50.com/Assests/img/main_bg1.jpg);*/
    border-radius: 15px;
}

.act_title,
.activity_title {
    position: relative;
    margin-bottom: 18px;
    min-height: 39px;
    padding-left: 4px;
    line-height: 35px;
  /*  width: 100%;*/
    float: left;
}

    .act_title > h3,
    .activity_title > h3 {
        color: #fff;
        font-family: Calibri;
    }

    .act_title .carousel-control-next,
    .act_title .carousel-control-prev {
        position: relative !important;
        width: auto !important;
        opacity: 1 !important;
    }

a.flex-prev {
    padding: 0 20px;
    margin-top: 0;
}

.carousel {
    position: relative;
}

#achievement_cnt1 {
    padding-right: 0;
}

.act_img {
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0;
    padding: 6px;
    border: 2px dashed #ffffff12;
    
}

.act_name {
    margin-top: 0;
    text-align: left;
}

.welcheading h2 {
    text-shadow: 2px 2px 8px red;
}

/*.carousel::after,
.carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    top: -3px;
    left: 0;
    background: url(/Assests/img/bg-header-top.png) center center repeat-x;
}*/

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .smallimages5 h6 {
        width: 60%;
        position: absolute;
        right: 10%;
    }
    .smallimages h6 {
        font-size: 12px;
    }
    .imagecenter {
        width: 66% !important;
    }

    .smallimages img {
        width: 17% !important;
    }

    .backgr {
        height: 427px !important;
    }

    .smallimages2 {
        position: absolute;
        top: 1% !important;
        right: 37.5% !important;
    }

    .smallimages1 {
        position: absolute;
        top: 2% !important;
        right: -37.5% !important;
    }

    .smallimages4 {
        position: absolute;
        top: 98% !important;
        right: 27.5% !important;
    }

    .smallimages3 {
        position: absolute;
        top: -42% !important;
        right: -0.5% !important;
    }

    .smallimages5 {
        position: absolute;
        top: 98% !important;
        right: -25% !important;
    }

    .mainbox {
        margin-top: 24% !important;
    }

    .smallboxes {
        display: none;
    }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
    .smallimages img {
        width: 7% !important;
    }

    .backgr {
        height: 307px !important;
    }

    .smallimages3 {
        position: absolute;
        top: -27% !important;
        right: 0.1% !important;
    }

    .smallimages1 {
        position: absolute;
        top: 15%;
        right: -14.5% !important;
    }

    .smallimages2 {
        position: absolute;
        top: 14%;
        right: 14.5% !important;
    }

    .smallimages5 {
        position: absolute;
        top: 98%;
        right: -11% !important;
    }

    .smallimages4 {
        position: absolute;
        top: 96%;
        right: 10.5% !important;
    }

    .smallboxes {
        display: none;
    }
}

.smallboxes h3{
    text-align:justify;
}

.backgr {
    background: #80808021;
    height: 610px;
    border-radius: 15px;
}


.centerimage {
    text-align: center;
    position: relative;
    margin-top: 7% !important;
}

.smallimages1 {
    position: absolute;
    top: -16%;
    right: 21.6%;
}

.smallimages2 {
    position: absolute;
    top: -13%;
    right: 53.5%;
}

.smallimages3 {
    position: absolute;
    top: -73%;
    right: 37.5%;
}

.smallimages4 {
    position: absolute;
    top: 96%;
    right: 46.5%;
}

.smallimages5 {
    position: absolute;
    top: 93%;
    right: 27%;
}

.smallbox1 {
    position: absolute;
    top: -29%;
    right: -0.5%;
}

.smallbox2 {
    position: absolute;
    top: -7%;
    right: -0.5%;
}

.smallbox3 {
    position: absolute;
    top: -27%;
    right: 76.5%;
}

.smallbox4 {
    position: absolute;
    top: 79%;
    right: 3.5%;
}

.smallbox5 {
    position: absolute;
    top: 85%;
    right: 68.5%;
}

.smallboxes p {
    color: #000;
    text-align: justify;
}

.hide {
    display: none;
}

.smallimages img {
    cursor: pointer;
    width: 49%;
}

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

.box1{
    display:block;
}
@media (max-width: 500px) {
    .facebookvideo {
        padding: 0px !important;
    }
    .address, .phone {
        display: none !important;
    }
}
@media (max-width:375px) {
    .fbiframe {
        max-width: 100%;
        height: 170px;
    }
}
@media (min-width:375px) and (max-width:425px) {
    .fbiframe {
        max-width: 100%;
        height:200px;
    }
}
@media (min-width:425px) and (max-width:768px) {
    .fbiframe {
        max-width: 100%;
        height: 200px;
    }
    .address, .phone {
        display: none !important;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .fbiframe {
        max-width: 100%;
        height: 200px;
    }
    .phone, .address {
        display: none !important
    }
}

.bg_fb {
    background-image: url('../img/fb.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg_ins {
    background-image: url('../img/inst.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.bg_yo {
    background-image: url('../img/yo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.SocialBox_content {
    width: 100%;
    height: 97px;
    display: inline-block;
    color:white;
}
.SocialBox_content h3 {
    color:white;
    margin-top:20px;

}
    .iframe_box{
    margin-top:40px;
}
.socail_media_section h2 {
    color: #084f92;
    text-align:center;
}
.header_top {
    background: linear-gradient(180deg, #dacea6, #ccc19b);
    padding-bottom: 5px;
}

.float-start {
    float: left !important;
}

ul.header_icon {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.header_icon > li {
    width: 8.4rem;
    height: 3rem;
    padding-left: 2.6rem;
    margin: 0.8rem 0.5rem;
    text-align: center;
    border-radius: 3rem;
    line-height: 4.5rem;
    display: flex;
    align-items: center;
    border: 0.1rem solid #fff;
}

.purple {
    background-image: linear-gradient(to right top, #2451a4, #4c4fb1, #7249b9, #973cbb, #bc21b6);
}

.header_icon > li > a {
    font-size: 2.5rem;
}

    .header_icon > li > a > img {
        width:7rem;
        padding-right: 1.4rem;
        margin-top: 0rem;
        margin-left: -1.2rem;
    }

.blue {
    background-image: linear-gradient(to right top, #0054fd, #218dff, #1da0f7, #27a9e0, #01bbe9);
}

.darkyellow {
    background-image: linear-gradient(to right top, #e58900, #de9104, #e76f1a, #de630b, #d45800);
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.py-1 {
    padding-top: .8rem !important;
    padding-bottom: .25rem !important;
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.header_address span {
    text-shadow: 0.1rem 0.1rem 0.1rem #8e8e8e;
    font-size:18px;
    font-weight: 700;
}

.text-white {
    color: #fff !important;
}

.social-icon {
    margin: 1rem;
}

.header_address img {
    width: 1.8rem;
}

.social-icon a {
    margin: 0rem .3rem;
}

.social-icon img {
    width: 2rem !important;
    transition: .5s all ease-in;
}

    .social-icon img:hover {
        transform: rotateX(360deg);
    }

.isa-div {
    width: 18rem;
    float: right;
}
@media only screen and (max-width: 768px) {
    .header_icon > li {
        width: 7.4rem;
        height: 2.5rem;
        padding-left: 1.6rem;
        margin: 0.8rem;
        text-align: center;
        border-radius: 3rem;
        line-height: 4.5rem;
        display: flex;
        align-items: center;
    }
        .header_icon > li > a > img {
            width:6rem;
            padding-right: 1.4rem;
            margin-top: 0rem;
            margin-left: -1.2rem;
        }
}

.btn-primary {
    background: #fe5d37 !important;
    border: none
}
.mentor {
    max-width:1400px;
    background: #2C4073;
}
/* start gallery */
.gallery-div_box_img{
    height:100%;
}
.gallery-div_box {
    background: #363636;
    overflow: hidden;
    width: calc(100% / 2.2);
}

.gallery-div_box_1 {
    height: 140px;
    border-radius: 10px;
}

.gallery-div_box_2 {
    height: 190px;
    border-radius: 10px;
    margin-left: 10px;
}

.gallery-div_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -300px;
    background: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    transition: var(--ts);
}

.gallery-div_box::after {
    content: 'View More';
    position: absolute;
    top: calc(100%/2.5);
    left: -300px;
    width: 110px;
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
    letter-spacing: var(--ls);
    color: #fff;
    border: 1px solid #fff;
    height: 30px;
    transition: var(--ts);
}

.gallery-div_box:hover::before {
    left: 0;
}

.gallery-div_box:hover::after {
    left: calc(100% / 3.6);
}

.gallery-div_box_img img {
    object-fit: cover;
    object-position: right;
    height:100%;
}

.gallery-div_box_2 img {
    height: 190px;
}

.gallery-div_box_3 {
    height: 165px;
    border-radius: 10px;
    margin-top: -41px;
}

.gallery-div_box_4 {
    height: 114px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 10px;
}
.img_student {
    width: 140px;
    margin: auto;
}
    .img_student img {
        border-radius: 10px;
    }
.btn_topper1 {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 72px;
    margin: auto;
}
    .btn_topper1 .carousel-control-prev, .btn_topper1 .carousel-control-next {
        width: 30px;
    }
    .btn_topper1 .carousel-control-prev-icon, .btn_topper1 .carousel-control-next-icon {
        background-color: #083a58;
        border-radius: 50%;
        width: 32px;
        background-image: none;
    }
        .btn_topper1 .carousel-control-prev-icon i, .btn_topper1 .carousel-control-next-icon i {
            padding: 8px;
        }
.fa-angle-left:before {
    content: "\f104";
}
/* end gallery */


.student_cnt p {
    text-align: justify;
}

/*.student_cnt h4 {
    text-align: center;
}*/

.feedback-div .carousel-inner {
    margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width:768px) {
    .header_icon > li {
        width: 5.4rem;
        height: 2.5rem;
        padding-left: 1.6rem;
        margin: 0.8rem;
        text-align: center;
        border-radius: 3rem;
        line-height: 4.5rem;
        display: flex;
        align-items: center;
    }
    .admissiongif img{
        margin-top:10px!important;
    }
    .social-icon img {
        width: 1.5rem !important;
    }
    .address, .phone {
        display: none !important;
    }
    .header_icon > li > a > img {
        width: 5rem;
        padding-right: 1.4rem;
        margin-top: 0rem;
        margin-left: -1.2rem;
    }
    .header_address span {
        text-shadow: 0.1rem 0.1rem 0.1rem #8e8e8e;
        font-size: 13px;
        font-weight: 700;
    }
}
.admissiongif img{
    margin-top: 10px
}
@media only screen and (min-width:992px) and (max-width:1400px){
    .header_address span {
        text-shadow: 0.1rem 0.1rem 0.1rem #8e8e8e;
        font-size: 11px;
        font-weight: 700;
    }
    .header_icon > li {
        width: 5.4rem;
        height: 3rem;
        padding-left: 1.6rem;
        margin: 0.8rem 0.5rem;
        text-align: center;
        border-radius: 3rem;
        line-height: 4.5rem;
        display: flex;
        align-items: center;
        border: 0.1rem solid #fff;
    }
        .header_icon > li > a > img {
            width: 6rem;
            padding-right: 1.4rem;
            margin-top: 0rem;
            margin-left: -1.2rem;
        }
    .social-icon img {
        width: 24px !important;
        transition: .5s all ease-in;
    }
    .social-icon a {
        margin: 3px;
    }
}

.card-body {
    padding: 1rem 0.2rem !important;
}
@media (max-width: 576px) {
    .vis_cou_div {
        display: flex !important;
        justify-content: center !important;
    }
}
#lblLitralCounter {
    font-weight: 500;
    position: relative;
    color: #1e2544;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0;
    text-shadow: 1px 1px 12px #fff;
}

#lblLitralCounter {
    margin:auto !important;
    padding: 8px 4px;
    cursor: pointer;
    margin: 6px 0;
    background: linear-gradient(180deg,transparent,#fff,transparent);
}
/*

New Css*/


@media only screen and (min-width:991px) {

    .btn-ceo p > span, .btn-parent p > span, .btn-tour p > span {
        font-size: 13px;
    }

    .hvr-grow p {
        font-size: 13px;
        color: white;
        margin: auto;
    }

    .btn-parent, .btn-ceo {
        padding: 4px 31px;
    }

    .bg-top {
        padding: 18px 0px 18px;
    }
}
.bg-top {
    background-color: #9c2d31;
    padding: 18px 0px 18px;
}
.lefttopheader {
   /* display: flex;
    justify-content: center;*/
    margin: auto;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.principal {
    background: linear-gradient(-18deg, #cb9b2d, #cf846e) !important;
}
.btn-ceo {
    background-image: linear-gradient(-18deg, #0752A8, #0752A8);
    border-radius: 2px;
    padding: 8px 31px;
    display: flex;
    margin: 0px 5px;
    border: 2px solid white;
    box-shadow: rgb(255 255 255) -1px 0px 3px 0px;
}
.btn-img {
    margin: auto;
    width: 33px;
}
    .btn-img img {
        border-radius: 50%;
        padding: 2px;
        background: white;
    }
.parentlogin {
    background: linear-gradient(-18deg, #406178, #4c4a95) !important;
}
.btn-parent {
    background-image: linear-gradient(-18deg, #988d24, #8d2d07);
    border-radius: 2px;
    padding: 12px 9px;
    display: flex;
    margin: 0px 5px;
    border: 2px solid white;
    box-shadow: rgb(255 255 255) -1px 0px 9px 0px;
    border-radius: 10px;
}

.btn-app {
    background-image: linear-gradient(-18deg, #658db7, #8d5f07);
    border-radius: 2px;
    padding: 12px 25px;
    display: flex;
    margin: 0px 5px;
    border: 2px solid white;
    box-shadow: rgb(255 255 255) -1px 0px 3px 0px;
    border-radius: 10px;
    transition: 1s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
    .btn-app:hover {
        background: linear-gradient(-18deg, #b98c8c, #815b12);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
.campus {
    background: linear-gradient(-18deg, #3953b0, #d1acab) !important;
}


.btn-teacher {
    background-image: linear-gradient(-18deg, #658db7, #d30505);
    border-radius: 2px;
    padding: 12px 16px;
    display: flex;
    margin: 0px 5px;
    border: 2px solid white;
    box-shadow: rgb(255 255 255) -1px 0px 3px 0px;
    border-radius: 10px;
    transition: 1s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .btn-teacher:hover {
        background: linear-gradient(-18deg, #b98c8c, #815b12);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
.bg-top .media i {
    color: black;
    background: white;
    padding: 4px 8px;
    border-radius: 34px;
    margin: 0px 7px;
}
.bg-top p {
    color: white;
    font-size: 13px;
}

.bg-top p a{
    color:white;
}


.annoucement {
    z-index: 9;
}
.annoucement__box {
    background-image: linear-gradient(186deg, #8c3716, #d15335);
    border-radius: 0 0 0 5px;
    height: 100%;
}

    .annoucement__box::before {
        content: '';
        position: absolute;
        top: 36px;
        right: -22px;
        border-right: 10px solid #56121200;
        border-left: 13px solid #135e9d;
        border-top: 10px solid #fff0;
        border-bottom: 10px solid #6a616100;
    }
@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .annoucement__box--title h4 {
        padding: -1px 20px 15px;
    }
}
.annoucement__box--cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.annoucement__box--cnt {
    background-image: linear-gradient(186deg, #b94438, #2655ad);
    min-height: 83px;
    padding: 0px 20px 0;
    border-radius: 0 0 5px 0;
    letter-spacing: .5px;
}
.annoucement__box--title {
    padding: 8px 13px;
}

.main-heading {
    font-size: 40px;
    font-weight: 600;
    color: #011B54 !important;
    position: relative;
}
.textyellow {
    color: #b5181de0;
}
.wel_div {
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}
.welcome p {
    text-align: justify;
    color: black;
}
.welcome {
    padding: 60px 0px;
    background-image: url('../img/welcomebg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
    .welcome .imgwel img{
        box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
    }

.destination-section {
    background: rgb(235 238 245 / 90%);
    padding: 80px 0px 140px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
    .destination-section .shape-01 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .destination-section .shape-02 {
        position: absolute;
        bottom: 100px;
        right: 50px;
    }
    .destination-section .plane-wrap.active .shape-02 {
        -webkit-animation: planefly-02 1.5s linear;
        animation: planefly-02 1.5s linear;
    }
.custom-container-01 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
}
.theme-section-title {
    margin-bottom: 70px;
}
    .theme-section-title .title {
        font-size: 45px;
        line-height: 1.34;
        font-weight: 600;
        margin-bottom: 14px;
        position: relative;
        z-index: 0;
        margin-bottom: 23px;
    }
    .theme-section-title p {
        font-size: 16px;
        line-height: 1.63;
        font-weight: 400;
        margin-bottom: 0;
    }
.destination-items-wrap {
    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;
}
.destination-single-item {
    background: white;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    display: block;
    padding: 30px 25px;
    margin-bottom: 30px;
    width: calc(20.285714% - 20px);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}
    .destination-single-item .thumbnail {
        text-align: center;
        width: 65%;
        margin: auto;
    }
    .destination-single-item .name {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
        margin-top: 20px;
    }

.thumbnail img{
    max-width:100%;
}


.btn-common {
    display: inline-block;
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 0;
    text-transform: capitalize;
    color: white;
    background-color: #761b1e;
    padding: 37px 42px 36px;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    position: relative;
    z-index: 1;
}


    .btn-common:hover {
        color: black;
        background:white;
    }


.destination-single-item:hover {
    background: #dbdce5;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(89, 86, 230, 0.05);
    box-shadow: 0px 10px 30px rgba(89, 86, 230, 0.05);
}
/* mobile tablet layout 375px */

@media only screen and (max-width: 768px) {
    .twentyfive{
        display:none;
    }
    .about-content .content-title {
        font-size: 28px;
        line-height: 42px;
    }

    .position-fixed {
        position: fixed;
        z-index: 99;
        top: 64%;
        left: -32px;
    }


    .destination-single-item {
        width: 100%;
        text-align: center;
    }

    .theme-section-title .title {
        font-size: 28px;
        line-height: 38px;
    }

    .banner-area.home-two .banner-inner .title {
        font-size: 43px;
        line-height: 1.26;
    }
}


/* mobile tablet layout 360px */

@media only screen and (max-width: 360px) {
    .blog-grid-item-02.style-02.blog-details .thumbnail.main img {
        height: 190px;
    }

    .course-as-product-wrap > .content .btn-wrap .add-to-cart {
        width: 100%;
        padding: 36px 17px 35px;
    }

    .contact-address {
        padding: 25px;
    }

    .social-media-list {
        flex-wrap: wrap;
    }

        .social-media-list .single-social-item:last-child {
            margin-top: 10px;
            margin-left: 0;
        }
}

/* mobile tablet layout 340px */

@media only screen and (max-width: 340px) {
}


/* mobile tablet layout 330px */

@media only screen and (max-width: 330px) {
    .blog-details-wrapper .blog-details .main-title {
        font-size: 27px;
        line-height: 42px;
    }
}

.gallery {
    --g: 6px; /* the gap */

    display: grid;
    width: 450px; /* the size */
    aspect-ratio: 1;
    grid: auto-flow 1fr/repeat(3,1fr);
    gap: var(--g);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*filter: grayscale();*/
        cursor: pointer;
        transition: .5s
    }

        .gallery img:hover {
            filter: grayscale();
        }

        .gallery img:nth-child(2) {
            grid-area: 1/2/span 2/span 2;
            clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--g)/4) 100%,0 calc(50% - var(--g)/4))
        }

        .gallery img:nth-child(3) {
            grid-area: 2/1/span 2/span 2;
            clip-path: polygon(0 0,calc(50% - var(--g)/4) 0,100% calc(50% + var(--g)/4),100% 100%,0 100%);
        }

.feedback-div {
    padding: 60px 0px;
    background-image: url('../img/gallimagebg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

#contact_btn:hover{
    background:white !important;
    color:black;
    border:1px solid;
}
.feedback-div .form-floating input {
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;
}
.feedback-div .form-floating textarea {
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;
}

.feedback-div #contact_btn {
    box-shadow: rgb(205 205 205 / 91%) -1px 0px 15px 6px;
}

.facts .team-item img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

footer {
    background: #761b1e;
    padding: 33px 0px;
}

.main-footer h4{
    color:white;
}

.main-footer li {
    list-style: none;
    color: white;
    margin: 10px 0px;
}
.countersection{
    text-align:center;
}
.main-footer li a {
    color: white
}

.main-footer .media i {
    color: black;
    background: white;
    padding: 6px 8px;
    border-radius: 25px;
}
.main-footer .media i:hover {
    background:black;
    border:1px solid white;
    color:white;
}

.media a {
    margin: 1px;
}
.footer_ul {
    padding-left:0px;
}

.welcomebtn a {
    background: #761b1e;
    color: white;
    padding: 10px 16px;
    border-radius: 4px;
}

    .welcomebtn a:hover {
        background: white;
        color: black;
        border: 1px solid;
    }

#annoucement__box--cnt-slider{
    width:100%;
}
.news_heading{
    text-align:center;
}

@media only screen and (max-width:1040px)
{
    .btn-teacher{
        display:none;
    }
}


@media only screen and (min-width:1200px) {
    .admissiongif img {
        margin-left: 62px
    }
    .h-42{
        justify-content:center;
    }
    .btn-app {
        margin-left: 62px
    }
}

.bi-youtube:hover {
    /*background: darkred !important;*/
    /*color: white !important;*/
    /*border: 2px solid white;*/
}

.bi-instagram:hover {
    /*background: #C13584 !important;*/
    /*color: white !important;*/
    /*border:2px solid white;*/
}
.bi-facebook:hover {
    /*background: #1877F2 !important;*/
    /*color: white !important;*/
    /*border: 2px solid white;*/
}


#carouselExampleControls .carousel-item img {
    max-height: 742px;
}

.annoucement__box--cnt .carousel {
    width: 100%;
}

.innerContent p{
    color:black;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .destination-single-item {
        width: calc(27.285714% - 20px) !important;
    }
}



.MenuBar i {
    font-size: 14px;
    margin-left: 7px;
}

.show{
    display:block !important;
}