:root {
    --primary: #3e4196;
    --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;
    }

.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: Quicksand, sans-serif !important;
    font-weight: 700;
}

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

.font-secondary {
    font-family: "Lobster Two", cursive;
}

.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;
    }
}

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

.carousel::after {
    height: 19px;
    top: auto;
    bottom: -4px;
    background: url(https://rpsrosewoodcityggn50.com/Assests/img/bg-header-bottom.png) center center repeat-x;
}

.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) {
    .adm {
        width: 100% !important;
    }

    .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: #3e4196 !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: #3e4196;
}

.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: 131px;
        bottom: 0;
        right: -71px;
        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 40px;
        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: #3e4196;
    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;
}

.header_icon > li {
    width: 134px;
    border: 1px solid #fff;
    height: 45px;
    padding-left: 26px;
    margin: 8px 5px;
    text-align: center;
    border-radius: 30px;
    line-height: 45px;
    display: flex;
    align-items: center;
}

.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: #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: #ffffff;
        padding: 7px 10px 8px;
        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: 12px !important;
        line-height: 20px;
        padding-left: 1rem;
        padding-top: 5px;
        color: #000;
    }

    .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;
        float: right;
    }

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

    #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 #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 {
            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;
    }
}

.facts {
    text-align: left;
}

@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;
    padding-left: 1rem;
    padding-top: 5px;
    color: #000;
}

.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: 10px;
    }

        .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: 19px;
    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: 27%;
    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;
}

.welcomebg {
    display: inline-block;
    background: url(https://webcp.enablesoft.in/WebsiteImages/309_1/EditorFiles/images/Untitled%20design.png) no-repeat fixed top;
    height: auto;
    border-radius: 15px;
    padding: 20px;
    height: 490px;
    overflow: auto;
}

.welcheading {
    color: #fff;
}

.counter {
    background-color: white;
    padding: 20px 8px;
    border-radius: 20px;
    box-shadow: 0 -1px 0px 0 #f5f6f7, 0 1px 7px 0 #f5f6f7;
}

.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: #3e4196;
}

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

.current-date {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #3e4196 !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://webcp.enablesoft.in/WebsiteImages/209_1/EditorFiles/images/parentsbg.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: #3e4196;
    height: 610px;
    border-radius: 15px;
}


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

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

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

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

.smallimages4 {
    position: absolute;
    top: 91%;
    right: 47.5%;
}

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

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

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

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

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

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

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

.hide {
    display: none;
}

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

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

.box1 {
    display: block;
}

@media (max-width: 500px) {
    .facebookvideo {
        padding: 0px !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;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .fbiframe {
        max-width: 100%;
        height: 200px;
    }
}

.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;
}


.position-fixed_new_one {
    position: fixed;
    bottom: 26%;
    z-index: 98;
    padding: 0 0px;
    overflow: hidden;
}

.studentE .rps_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;
    }

@media (Max-width:769px) {
    .twentyfive img {
        width: 50% !important;
    }
}

.mentorsection .carousel::after {
    background: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1) !important;
}

@media (max-width:768px) {
    .mentorsection2 {
        display: block
    }

    .mentorsection1 {
        display: none;
    }
}

@media (min-width:768px) and (max-width:2500px) {
    .mentorsection2 {
        display: none;
    }

    .mentorsection1 {
        display: block;
    }
}
/*Calender Start*/

.pagedata p, div {
    margin-bottom: 0rem;
    color: #000;
}

.calH h3 {
    text-align: center;
    padding: 3px 10px 13px 10px;
    color: #fff;
    background: #3e4196;
    margin-top: 0rem;
    font-size: 19px;
    border-radius: 9px 9px 0 0;
}

.calC {
    margin-top: -1rem;
    background: #edeff7;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: 0.1rem solid #edeff7;
    /*    box-shadow: 1px 1px 12px #edeff7;*/
}

#container {
    transition: transform 400ms ease;
}

.calendar-container {
    position: relative;
    max-width: 500px;
}

.calendar {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font: 1.5rem /1.6rem inherit;
    color: #545A5C;
}

    .calendar::before {
        content: '';
        /* background: #e1f2ff; */
        /*background: #e1f2ff8f;*/
        width: 600px;
        position: absolute;
        height: 600px;
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
        bottom: -386px;
        z-index: 0;
        transform: rotate(90deg);
        left: -1px;
    }

    .calendar header .month {
        padding: 0;
        margin: 0;
    }

    .calendar h2 {
        font-size: 2rem;
    }

    .calendar header .month .year {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .calendar header .btn-prev {
        top: 0;
        left: 0;
        transform: rotate(-180deg);
    }

    .calendar header .simple-calendar-btn {
        display: inline-block;
        position: absolute;
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        color: #CBD1D2;
        border-radius: 50%;
        border: 0.2rem solid #CBD1D2;
    }

    .calendar header .btn-prev {
        top: 0.7rem;
        left: 1.2rem;
        transform: rotate(-180deg);
    }

    .calendar a {
        text-decoration: none;
        color: inherit;
    }

    .calendar header .simple-calendar-btn:before {
        content: '';
        position: absolute;
        top: 0.9rem;
        left: 0.8rem;
        width: 0.8rem;
        height: 0.8rem;
        border-style: solid;
        border-width: 0.3rem 0.3rem 0 0;
        transform: rotate(45deg);
        transform-origin: center center;
    }

    .calendar header .btn-next {
        top: 0;
        right: 0;
    }

    .calendar header .simple-calendar-btn {
        display: inline-block;
        position: absolute;
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        color: #CBD1D2;
        border-radius: 50%;
        border: 0.2rem solid #CBD1D2;
    }

.owl-next, .owl-prev {
    display: none !important
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .divfive .five {
        width: 30% !important;
    }

    .five p {
        /*width: 250px;*/
        height: 100px;
    }
}


@media only screen and (min-width:1025px) and (max-width:1324px) {
    .divfive .five {
        /*max-width:20% !important;*/
    }

    .divfive {
        padding-left: 30px;
    }

    .five p {
        /*width: 300px;*/
        height: 100px;
    }
}


.read_more_class, .moreless-button2, .moreless-button3 {
    cursor: pointer;
    float: right;
    display: inline-block;
    padding: 0.3em 1.7em;
    margin: 0.14em 0;
    border: 0.16em solid rgba(0,0,0,0);
    border-radius: 2em;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    text-align: center;
    background-color: #d30e13;
    transition: all 0.34s ease;
    margin: 5px 0px;
}

.calendar-container {
    position: relative;
    max-width: 550px;
}

.calendar {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font: 1.5rem /1.6rem inherit;
    color: #545A5C;
}

    .calendar h2 {
        font-size: 29px;
        /*line-height: 2.5rem;*/
    }


    .calendar a {
        text-decoration: none;
        color: inherit;
    }

    .calendar header .simple-calendar-btn {
        display: inline-block;
        position: absolute;
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        color: #CBD1D2;
        border-radius: 50%;
        border: .2rem solid #CBD1D2;
    }

        .calendar header .simple-calendar-btn:hover {
            background: #CBD1D2;
            color: white;
        }

.day {
    position: relative;
}

.calendar header .simple-calendar-btn:before {
    content: '';
    position: absolute;
    top: .9rem;
    left: .8rem;
    width: .8rem;
    height: .8rem;
    border-style: solid;
    border-width: .3rem .3rem 0 0;
    transform: rotate(45deg);
    transform-origin: center center;
}

.calendar header .btn-prev {
    top: 0;
    left: 10px;
    transform: rotate(-180deg);
}

.calendar header .btn-next {
    top: 0;
    right: 10px
}

    .calendar header .btn-next:before {
        transform: rotate(45deg);
    }

.calendar header .month {
    padding: 0;
    /*margin-top: 3px;*/
    margin-top: 3px;
    height: 50px;
}

    .calendar header .month .year {
        font-size: 23px;
        font-weight: 500;
    }

.calendar table {
    width: 100%;
    margin: .5rem 0;
    border-spacing: 0rem;
    height: 15rem;
}

.calendar thead {
    font-size: 1.92rem;
    font-weight: 600;
}

.calendar td {
    padding: 0.1rem 0.16rem;
    font-size: 16px;
}

.calendar .day {
    /*position: relative;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 3.52rem;
    border-radius: 50%;*/
    border: 0.2rem solid transparent;
    cursor: pointer;
    padding: 6px 6px;
    /*cursor: pointer;*/
}

    /* .calendar .day:hover {
        border: .2rem solid #6691CC;
    }*/

    .calendar .day.today {
        background: #6691CC;
        color: white;
        border-radius: 22%;
    }

        .calendar .day.today.has-event:after {
            background: transparent;
        }

    .calendar .day.wrong-month {
        color: #CBD1D2;
    }

        .calendar .day.wrong-month:hover {
            border: .2rem solid transparent;
        }

    .calendar .day.has-event:after {
        content: '';
        position: absolute;
        top: 0;
        left: 5px;
        width: 75%;
        height: 100%;
        /*border-radius: 51%;*/
        border: 0.1rem solid #6691CC;
        padding-right: 33px;
        padding-left: 11px;
        padding: 18px 23px 11px 15px;
    }

    .calendar .day.disabled {
        cursor: pointer;
    }

        .calendar .day.disabled:hover {
            border: .2rem solid transparent;
        }

.calendar td:hover {
    padding: 0.1rem 0.16rem;
    font-size: 16px;
}

.calendar .event-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
    background: #545A5C;
    box-sizing: border-box;
}

    .calendar .event-container .event-wrapper {
        overflow-y: auto;
        max-height: 100%;
    }

    .calendar .event-container .close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

        .calendar .event-container .close:before, .calendar .event-container .close:after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            background-color: #CBD1D2;
        }

        .calendar .event-container .close:before {
            transform: rotate(45deg);
        }

        .calendar .event-container .close:after {
            transform: rotate(-45deg);
        }

    .calendar .event-container .event {
        position: relative;
        width: 100%;
        padding: 1em;
        margin-bottom: 1em;
        background: #6691CC;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
        text-align: left;
        color: white;
    }

    .calendar .event-container .event-date {
        margin-bottom: 1em;
    }

    .calendar .event-container .event-hour {
        float: right;
    }

    .calendar .event-container .event-summary {
        font-weight: 600;
    }

.calendar .filler {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #545A5C;
    transform: translate(-50%, -50%);
}


@media (max-width:592px) {
    .calendar .day.has-event:after {
        left: 0px;
    }
}

.backgr h6 {
    color: white;
    font-size: 14px;
}

.bg-secondary {
    background-color: #3e4196 !important;
}
