﻿/* MARGINS
-------------------------------------------------- */
.mt-100 {
    margin-top: 100px;
}

.mt--30 {
    margin-top: -30px;
}

.mt--70 {
    margin-top: -70px;
}

.mt--95 {
    margin-top: -95px;
}

.mt--100 {
    margin-top: -100px;
}

.mt--140 {
    margin-top: -140px;
}

.mt--220 {
    margin-top: -220px;
}

.mt--225 {
    margin-top: -225px;
}

.mt--250 {
    margin-top: -250px;
}

.mt--290 {
    margin-top: -290px;
}

.mt--305 {
    margin-top: -305px;
}

.mt--370 {
    margin-top: -370px;
}

.mt--390 {
    margin-top: -400px;
}

@media (max-width: 767px) {
    .offerings-section .mt--140 {
        margin-top: 20px;
    }

    .offerings-section .mt--220 {
        margin-top: 20px;
    }

    .offerings-section .mt--95 {
        margin-top: 0px;
    }

    .mt--70 {
        margin-top: 0px;
    }

    .mt--30 {
        margin-top: 30px;
    }

    .mt--140 {
        margin-top: 50px;
    }

    .mt--220 {
        margin-top: 20px;
    }

    .mt--225 {
        margin-top: 50px;
    }

    .mt--290 {
        margin-top: 50px;
    }

    .mt--305 {
        margin-top: 50px;
    }

    .mt--250 {
        margin-top: 50px;
    }

    .offerings-section .mt--370 {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 0px;
    }

    .mt--100 {
        margin-top: 0px;
    }

    .mt--95 {
        margin-top: -95px;
    }

    .mt--30 {
        margin-top: -30px;
    }

    .mt--225 {
        margin-top: 50px;
    }

    .mt--250 {
        margin-top: 50px;
    }

    .mt--305 {
        margin-top: 50px;
    }

    .mt--370 {
        margin-top: 50px;
    }

    .mt--390 {
        margin-top: 50px;
    }

    .offerings-section .mt--140 {
        margin-top: 50px;
    }

    .offerings-section .mt--290 {
        margin-top: 50px;
    }
}
/* MARGINS - ENDS
-------------------------------------------------- */



/* OTHERS
-------------------------------------------------- */
.section-heading {
    font-family: 'Playfair Display', serif !important;
    font-weight: 800;
    color: black;
}

.heading {
    font-family: 'Poppins', sans-serif !important;
}

.display-6 {
    font-size: 40px !important;
    line-height: 55px;
}

.content {
    font-family: 'Poppins', sans-serif !important;
}

html, body {
    font-family: 'Poppins', sans-serif !important;
}

.bg-grey {
    background-color: #f3f3f3;
}

.bg-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 189, 7, 0.70);
    display: inline-block;
    text-align: center;
}

.lead {
    font-size: 18px !important;
    font-weight: normal;
}

.lift {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift-course {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift-inverse {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift:focus,
.lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(18, 38, 63, 0.1), 0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.1) !important;
    transform: translate3d(0, -3px, 0);
}

.lift-course:focus,
.lift-course:hover {
    transform: translate3d(0, -5px, 0);
}

.lift-inverse:focus,
.lift-inverse:hover {
    transform: translate3d(0, 5px, 0);
}

.event-card {
    max-height: 425px !important;
    min-height: 350px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bg-gradient {
    background: -webkit-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -moz-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -ms-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -o-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    /*background: linear-gradient( 0deg, #7C32FF 0%, #C01CDB 100%);*/
    background: linear-gradient( 0deg, #5669c9 0%, #1c83db 100%);
    box-shadow: 0rem .6rem 1rem rgba(91, 0, 224, 0.40);
}
/* scrollbar width */
.event-card::-webkit-scrollbar {
    width: 5px;
}
/* scrollbar track */
.event-card::-webkit-scrollbar-track {
    background-color: transparent;
}
/* scrollbar handle */
.event-card::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.60);
    border-radius: 5px !important;
}
    /* scrollbar handle on hover */
    .event-card::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.40);
    }
/* scrollbar width */
body::-webkit-scrollbar {
    width: 0px;
}
/* scrollbar track */
body::-webkit-scrollbar-track {
    background-color: transparent;
}
/* scrollbar handle */
body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.60);
    border-radius: 5px !important;
}
    /* scrollbar handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.40);
    }
/* notice section title */
.notice-section .section-title {
    padding-bottom: 75px;
}

@media (max-width: 991px) {
    .notice-section .section-title {
        padding-bottom: 10px;
    }
}

.notice-section .section-title h2 {
    font-size: 42px;
}

@media (max-width: 768px) {
    .notice-section .section-title h2 {
        font-size: 30px;
    }
}

/* events section title */
.events-section .section-title {
    padding-bottom: 0px;
}

@media (max-width: 991px) {
    .events-section .section-title {
        padding-bottom: 0px;
    }
}

.events-section .section-title h2 {
    font-size: 42px;
}

@media (max-width: 768px) {
    .events-section .section-title h2 {
        font-size: 30px;
    }
}

/* achievements section title */
.achievements-section .section-title {
    padding-bottom: 0px;
}

@media (max-width: 991px) {
    .achievements-section .section-title {
        padding-bottom: 0px;
    }
}

.achievements-section .section-title h2 {
    font-size: 42px;
}

@media (max-width: 768px) {
    .achievements-section .section-title h2 {
        font-size: 30px;
    }
}

/* OTHERS END
-------------------------------------------------- */

/* NAVBAR
-------------------------------------------------- */
.nav-main {
}

.navbar-heading {
    font-size: 1.5rem !important;
}

.nav-sub {
    border-radius: 1.8rem !important;
    position: relative;
}

@media (max-width: 991px) {
    .nav-sub {
        position: absolute;
        max-width: 90vw;
        min-width: 90vw;
        left: 5%;
        transform: translate(0%,0%);
    }
}

.navbar-toggler {
    border: none;
}

.shadow-smaller {
    box-shadow: 0rem 0.3rem .75rem rgba(0,0,0,.15) !important;
}

/* NAVBAR END
-------------------------------------------------- */

/* DROPDOWN
-------------------------------------------------- */
.dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
    border: none;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, 0.12) !important;
}

    .dropdown-menu .dropdown-toggle::after {
        vertical-align: middle;
        border-left: 4px solid ;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
    }

    .dropdown-menu .dropdown .dropdown-menu {
        left: 100%;
        top: -8px;
        margin: 0 20px;
    }

        .dropdown-menu .dropdown .dropdown-menu.left {
            right: 100%;
            left: auto;
        }

    .dropdown-menu > li a:hover,
    .dropdown-menu > li.show {
        /*background: rgb(178, 0, 255);*/
        background:rgb(44, 131, 232);
        color: white;
    }

        .dropdown-menu > li.show > a {
            /*background: rgb(178, 0, 255);*/
            background:rgb(44, 131, 232);
            color: white;
        }

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }
}
/* DROPDOWN END
-------------------------------------------------- */

/* SWIPER SLIDER WELCOME SCREEN
-------------------------------------------------- */
.swiper-container-main {
    width: 100%;
    height: 100%;
}

    .swiper-container-main .swiper-slide {
        text-align: left !important;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-container-main .swiper-slide-prev {
        visibility: hidden;
    }
/* SWIPER SLIDER WELCOME SCREEN END
-------------------------------------------------- */

/* ABOUT SECTION
-------------------------------------------------- */
.about-section .section-title {
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .about-section .section-title {
        padding-bottom: 50px;
    }
}

.about-section .section-title h2 {
    font-size: 42px;
}

.about-section .section-title h4 {
    font-size: 30px;
}

@media (max-width: 768px) {
    .about-section .section-title h2 {
        font-size: 30px;
    }
    .about-section .section-title h4 {
        font-size: 25px;
    }
}

.admission-section .section-title {
    padding-bottom: 75px;
}

@media (max-width: 991px) {
    .admission-section .section-title {
        padding-bottom: 20px;
    }
}

.admission-section .section-title h2 {
    font-size: 42px;
}

@media (max-width: 768px) {
    .admission-section .section-title h2 {
        font-size: 30px;
    }
}

.section-title p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-title p br {
        display: none;
    }
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .section-gap {
        padding: 60px 0px;
    }
}

.about-section .section-title p {
    max-width: 400px;
    margin-bottom: 1.5rem;
}

.about-section .container-fluid {
    padding-left: 21%;
}

@media (min-width: 1921px) {
    .about-section .container-fluid {
        max-width: 1140px;
        padding-left: 0;
    }
}

@media (max-width: 1665px) {
    .about-section .container-fluid {
        max-width: 1140px;
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .about-section .container-fluid {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .about-section .container-fluid {
        max-width: 720px;
    }
}

.about-section .single-entity {
    position: relative;
    color: #fff;
}

@media (max-width: 991px) {
    .about-section .single-entity {
        margin-bottom: 30px;
    }
}

.about-section .single-entity .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.about-section .single-entity .top-text {
    position: absolute;
    top: -50px;
    right: 30px;
    color: black;
    background: #e8ad4e;
    padding: 30px;
    text-align: center;
    min-width: 181.48px !important;
}

@media (min-width: 1921px) {
    .about-section .single-entity .top-text {
        top: -60px;
    }
}

.about-section .single-entity .top-text p {
    font-size: 12px;
    margin-bottom: 0;
}

.about-section .single-entity .text {
    min-width: 350px;
    position: absolute;
    top: 70%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1921px) {
    .about-section .single-entity .text {
        min-width: 210px;
        max-width: 210px;
    }
}

@media (max-width: 1680px) and (min-width: 1200px) {
    .about-section .single-entity .text {
        left: 48%;
        top: 68%;
        min-width: 250px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .about-section .single-entity .text {
        min-width: 250px;
        max-width: 250px;
        left: 52%;
        top: 70%;
    }
}

@media (max-width: 991px) {
    .about-section .single-entity .text {
        left: 40%;
    }
}

@media (max-width: 575px) {
    .about-section .single-entity .text {
        min-width: 250px;
    }
}

.about-section .single-entity .text h4 {
    margin-bottom: 25px;
}

@media (max-width: 1680px) and (min-width: 992px) {
    .about-section .single-entity .text h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .about-section .single-entity .text h4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 1921px) {
    .about-section .single-entity .text p {
        display: none;
    }
}

@media (max-width: 1199px) {
    .about-section .single-entity .text p {
        display: none;
    }
}

/* ABOUT SECTION END
-------------------------------------------------- */
/* COUNTER
-------------------------------------------------- */
.counter-value {
    font-size: 37px;
    font-weight: 700;
}

.counter-value-span {
    font-size: 37px;
    font-weight: 700;
}
/* COUNTER END
-------------------------------------------------- */

/* OFFERINGS SECTION
-------------------------------------------------- */
.single-course-main {
    background: -webkit-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -moz-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -ms-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -o-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    box-shadow: 0rem .6rem 1rem rgba(91, 0, 224, 0.40);
    padding: 40px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #ffffff !important;
}

    .single-course-main img {
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .single-course-main:hover {
        background: #f8f9fa;
        box-shadow: none;
        padding: 40px 30px;
        margin-bottom: 30px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #343a40 !important;
    }

        .single-course-main:hover img {
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            color: #ffffff !important;
            -webkit-filter: brightness(1) invert(0);
            -moz-filter: brightness(1) invert(0);
            -ms-filter: brightness(1) invert(0);
            -o-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
        }

.gradient-bg, .single-course:hover {
    background: -webkit-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -moz-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -ms-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -o-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
}

.single-course {
    padding: 40px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .single-course img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-course h5 {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-course p {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-course:hover {
        box-shadow: 0rem .6rem 1rem rgba(91, 0, 224, 0.40);
    }

        .single-course:hover img {
            -webkit-filter: brightness(0) invert(1);
            -moz-filter: brightness(0) invert(1);
            -ms-filter: brightness(0) invert(1);
            -o-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

        .single-course:hover h5 {
            color: #ffffff !important;
        }

        .single-course:hover p {
            color: #ffffff !important;
        }

.offerings-section .section-title {
    padding-bottom: 75px;
}

@media (max-width: 991px) {
    .offerings-section .section-title {
        padding-bottom: 10px;
    }
}

.offerings-section .section-title h2 {
    font-size: 42px;
}

@media (max-width: 768px) {
    .offerings-section .section-title h2 {
        font-size: 30px;
    }
}

.offerings-section .section-title p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .offerings-section .section-title p br {
        display: none;
    }
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.offerings-section .section-title p {
    max-width: 400px;
    margin-bottom: 1.5rem;
}

.offerings-section .container-fluid {
    padding-left: 21%;
}

@media (min-width: 1921px) {
    .offerings-section .container-fluid {
        max-width: 1140px;
        padding-left: 0;
    }
}

@media (max-width: 1665px) {
    .offerings-section .container-fluid {
        max-width: 1140px;
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .offerings-section .container-fluid {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .offerings-section .container-fluid {
        max-width: 720px;
    }
}
/* OFFERINGS SECTION END
-------------------------------------------------- */

/* FEEDBACK SECTION
-------------------------------------------------- */
.testimonials-section .section-title {
}

@media (max-width: 991px) {
    .testimonials-section .section-title {
        padding-bottom: 10px;
    }
}

.testimonials-section .section-title h2 {
    font-size: 42px;
}

@media (max-width: 768px) {
    .testimonials-section .section-title h2 {
        font-size: 30px;
    }
}

.testimonials-section .section-title p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .testimonials-section .section-title p br {
        display: none;
    }
}

.swiper-container-feedback {
    width: 100%;
    height: 100%;
    background: #211903;
}

    .swiper-container-feedback .swiper-slide {
        text-align: center !important;
        /* Center slide text vertically */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-container-feedback .swiper-slide-prev {
        visibility: hidden;
    }

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
}

.swiper-slide .subtitle {
}

.swiper-slide .text {
    font-size: 16px;
    max-width: 700px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center !important;
}

/* FEEDBACK SECTION END
-------------------------------------------------- */

/* CONTACT FORM
-------------------------------------------------- */
.form-control:focus {
    background-color: #fff ;
    border: none ;
    outline: none ;
    box-shadow: none ;
}

.form-signin {
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: auto;
}

    .form-signin .form-control {
        color: #000000 ;
        background-color: #eeeeee ;
        font-weight: 600 !important;
        font-size: 16px;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
        border: none ;
        border-radius: 0 ;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        line-height: 1.5;
        color: #808080;
        pointer-events: none;
        cursor: text;
        border-radius: 0;
        transition: all .1s ease-in-out;
        font-weight: 500 !important;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #808080;
        }
/* CONTACT FORM END
-------------------------------------------------- */

/* FOOTER
-------------------------------------------------- */
.footer-content {
    font-size: 13px;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #808080;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #808080;
    }
}

@media screen and (min-width: 991px) {
    .nav-sub {
        margin-top: -35px;
        z-index: 8;
    }

    .quote-svg {
        margin-left: -10px;
    }
}

@media screen and (max-width: 991px) {
    .nav-sub {
        margin-top: -30px;
        z-index: 9999;
    }

    .navbar-brand {
        font-size: 16px !important;
    }

    .quote-svg {
        display: none;
    }
}

/* ABOUT INSTITUTE 
-------------------------------------------------- */
/*.about-institute p:nth-child(1)::first-letter {
    display: block;
    margin-right: 15px;
    margin-top: -5px;
    float: left;
    font-weight: 400;
    font-size: 4em;
    line-height: 1;
    font-family: 'Playfair Display', serif !important;
    text-transform: uppercase;
    color: black !important;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
    
}*/


/* ABOUT INSTITUTE ENDS
-------------------------------------------------- */

/* 
-------------------------------------------------- */
.notice-container {
    max-height: 410px !important;
    min-height: 340px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* scrollbar width */
    .notice-container::-webkit-scrollbar {
        width: 4px;
    }
/* scrollbar track */
    .notice-container::-webkit-scrollbar-track {
        background-color: transparent;
    }
/* scrollbar handle */
    .notice-container::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.20);
        border-radius: 5px !important;
    }
    /* scrollbar handle on hover */
        .notice-container::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.40);
        }

/* NOTICE SECTION ENDS
-------------------------------------------------- */

.rounded-lg {
    border-radius: .75rem !important
}
.space-1 {
    padding-top: 2rem !important
}
@media (min-width: 768px) {
    .space-md-2 {
        padding-bottom: 4rem !important;
    }
}
.ml-n7, .mx-n7 {
    margin-left: -3rem !important;
}

.mb-n7, .my-n7 {
    margin-bottom: -3rem !important;
}
@media (min-width: 768px) {
    .ml-md-11, .mx-md-11 {
        margin-left: 5rem !important;
    }
}

@media (min-width: 768px) {
    .mr-md-11, .mx-md-11 {
        margin-right: 5rem !important;
    }
}

.z-index--1 {
    z-index: -1;
}

.max-w-15rem {
    max-width: 7rem;
}

.left-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.w-100 {
    width: 100% !important;
}

.position-absolute {
    position: absolute !important;
}


figure {
    margin: 0 0 1rem;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.avatar-xs {
    width: 1.75rem;
    height: 1.75rem;
}

.avatar-xs {
    width: 1.75rem;
    height: 1.75rem;
}

.avatar-circle {
    border-radius: 50%;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: .3125rem;
}
.avatar-circle .avatar-img {
    border-radius: 50%;
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .3125rem;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.font-size-1 {
    font-size: .875rem;
}
@media (min-width: 992px) {
    .column-divider-lg {
        position: relative;
    }
}
@media (min-width: 992px) {
    .column-divider-lg::before {
        position: absolute;
        top: -1px;
        left: 0;
        height: 95%;
        border-left: 0.1rem solid #e7eaf3;
        content: "";
    }
}
.bg-gray-200 {
    background-color: #f1f4f8 !important;
}

@media (min-width: 768px) {
    .pt-md-12, .py-md-12 {
        padding-top: 8rem !important;
    }
}

.pt-9, .py-9 {
    padding-top: 4rem !important;
}
@media (min-width: 768px) {
    .pb-md-8, .py-md-8 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 768px) {
    .pt-md-8, .py-md-8 {
        padding-top: 3rem !important;
    }
}

.pb-6, .py-6 {
    padding-bottom: 2rem !important;
}

.pt-6, .py-6 {
    padding-top: 2rem !important;
}