/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600&family=Poppins:wght@400;500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: #2e2e2e;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

hr {
    background-color: #d7dfe7;
    opacity: 0.65;
}

p {
    text-align: justify;
}

/* reset css end */
/* global css strat */
.text-primary {
    color: #7367f0 !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-success {
    color: #28c76f !important;
}

.text-danger {
    color: #ea5455 !important;
}

.text-warning {
    color: #ff9f43 !important;
}

.text-info {
    color: #1e9ff2 !important;
}

.text-dark {
    color: #082032 !important;
}

.text-muted {
    color: #707070 !important;
}

.site-color {
    color: #BB0422 !important;
}

.site-color2 {
    color: #2d2b2b !important;
}

/* background color css start */
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

.bg--dark {
    background-color: #082032 !important;
}

.bg--light {
    background-color: #bcc7da !important;
}

.bg--base {
    background-color: #BB0422 !important;
}

/* background color css end */
.z-index {
    z-index: 1;
}

.main-wrapper {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.section-header {
    margin-bottom: 3.4375rem;
}

@media (max-width: 575px) {
    .section-header {
        margin-bottom: 2.1875rem;
    }
}

.section-title {
    font-size: 2.375rem;
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 2.375rem;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.75rem;
    }
}

.section-cation-title {
    font-weight: 600;
    padding-left: 35px;
    padding-right: 35px;
}

.section-cation-title::before {
    content: "";
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 25px;
    height: 2px;
}

.section-cation-title::after {
    content: "";
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 25px;
    height: 2px;
}

.section-bg, .blog-event-section .section-title span, .blog-event-section {
    background-color: #E6EAEE;
}

.gradient-bg::before {
    opacity: 0.175;
    background: radial-gradient(100% 244.46% at 0% 0%, #CCFF00 0%, #FF027C 100%), radial-gradient(50% 122.23% at 50% 50%, #9AA4FF 0%, #306C00 100%), radial-gradient(100.45% 245.58% at 0% 0%, #000AFE 0%, #70FF00 100%), linear-gradient(127.43deg, #7B0007 0%, #8F73FF 100%);
    background-blend-mode: lighten, color-dodge, difference, normal;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    width: 45px;
    height: 45px;
    box-shadow: 0 5px 10px rgba(187, 4, 34, 0.45);
    line-height: 45px;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
/* global css end */
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .pt-80 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.student-service-thumb, .blog-event-section .section-title, .blog-event-section, .about-content-list li, .explore-section, .short-link-area, .banner-section, .h-top-menu li, body, .section-cation-title, .gradient-bg {
    position: relative;
}

.student-service-thumb .student-service-title, .blog-event-section .section-title::after, .about-content-list li::before, .explore-section::before, .banner-section::before, .h-top-menu li::after, .top-logo::after, .top-logo::before, .top-logo, .header, .section-cation-title::before, .section-cation-title::after {
    position: absolute;
}

.gradient-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-section, .blog-event-section .section-title, .blog-event-section, .explore-section, .short-link-area, .banner-section, .top-logo, .gradient-bg {
    z-index: 1;
}

.explore-section::before, .banner-section::before, .top-logo::before, .gradient-bg::before {
    z-index: -1;
}

.explore-item, .social-media-links li a, .top-logo::after, .header .main-menu li .sub-menu li a, .header .main-menu li .sub-menu, .header .main-menu li.has_children > a::before, body .header,
body .main-wrapper, .custom--checkbox label::before, body {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-item .icon, .scholarship-section, .top-logo::after, .header-top, .header-fixed .header-bottom, .main-btn, .section-cation-title::before, .section-cation-title::after, .back-to-top, .preloader div:before {
    background-color: #BB0422;
}

.footer-section .footer-bottom, .footer-section .footer-top, .main-btn2 {
    background-color: #2d2b2b;
}

.single-event .date-wrapper, .explore-item, .h-top-menu li::after, .top-logo::before, .header .main-menu li .sub-menu, .pagination .page-item .page-link, .accordion-item .accordion-header .accordion-button:not(.collapsed), .card, .form-control:focus, .form-control {
    background-color: #fff;
}

.contact-item .content p a:hover, .service-list li a:hover, .service-list li a i, .service-feature-list li i, .single-event .date-wrapper .event-date, .overview-item .overview-amount span, .about-content-list li::before, .page-breadcrumb li a:hover, .social-media-links li a:hover, .footer-widget-menu li a:hover, .header .main-menu li .sub-menu li a:hover, .header .site-logo.site-title, .custom-icon-field .form-control:focus ~ i, .text-link, .section-cation-title {
    color: #BB0422;
}

.contact-item .icon, .student-service-thumb .student-service-title, .scholarship-section .scholarship-description, .scholarship-section .section-title, .explore-item a, .explore-item p, .explore-item .title, .explore-section .explore-section-description, .explore-section .section-bottom-title, .explore-section .section-title, .short-link-item .title a, .banner-section .banner-description, .banner-section .banner-title, .social-media-links li a, .footer-contact-list li .caption, .footer-section p, .footer-section h2, .footer-section h3, .footer-section h4, .footer-section h5, .footer-section h6, .menu-toggle, .h-top-menu li a, .header .main-menu li a:hover, .header .main-menu li a:focus, .header .main-menu li a, .header .main-menu li.has_children:hover > a, .header .main-menu li.has_children > a::before, .main-btn2:hover, .main-btn2, .main-btn:hover, .main-btn {
    color: #fff;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed), .accordion-item .accordion-header .accordion-button, .select, .form-control:focus, .form-control, [data-caption]::before, .caption-list li .caption {
    color: #1d3154;
}

.contact-item .content p a, .blog-meta a, .custom--nav-tabs .nav-item .nav-link, .site-table thead th {
    color: #2e2e2e;
}

.small-post .small-post-thumb a img, .about-thumb img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.contact-item .icon, .how-work-item .how-work-top, .single-event, .small-post, .about-content-list, .social-media-links, .footer-contact-list li, .h-top-menu, .btn-close, .custom-icon-field i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-item .icon, .btn-close, .custom-icon-field i {
    justify-content: center;
}

.contact-item .icon, .how-work-item .how-work-top, .social-media-links, .h-top-menu, .header .main-menu, .btn-close, .custom-icon-field i, .table-user {
    align-items: center;
}

.table-user {
    display: inline-flex;
}

.small-post .small-post-thumb, .blog-post .blog-post-thumb {
    overflow: hidden;
}

.small-post .small-post-thumb a img, .small-post .small-post-thumb a, .blog-post .blog-post-thumb a img, .blog-post .blog-post-thumb a, .blog-event-section .section-title::after, .about-thumb img, .explore-section::before, .banner-section::before, .header, .custom--nav-tabs .nav-item .nav-link {
    width: 100%;
}

.contact-item, .small-post .small-post-thumb a img, .small-post .small-post-thumb a, .blog-post .blog-post-thumb a img, .blog-post .blog-post-thumb a, .about-thumb img, .about-thumb, .explore-item, .explore-section::before, .banner-section::before, .custom-icon-field i {
    height: 100%;
}

.explore-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-event .date-wrapper, .short-link-item-inner {
    text-align: center;
}

.single-event .date-wrapper, .small-post .small-post-thumb, .blog-post .blog-post-thumb, .form-control {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact-item .icon, .contact-item, .card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.table-user img, .back-to-top {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.check-list li + li {
    margin-top: 0.9375rem;
}

.check-list li {
    position: relative;
    padding-left: 2.1875rem;
}

.check-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1.5rem;
    color: #BB0422;
    margin-right: 0.5rem;
    line-height: 1;
}

.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}

.number-list li + li {
    margin-top: 0.625rem;
}

.disc-list li + li {
    margin-top: 0.625rem;
}

.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}

.disc-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #575757;
}

.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #d7dfe7;
}

.caption-list li:first-child {
    padding-top: 0;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list li .caption {
    width: 40%;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}

.caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list li .value {
    width: 60%;
    padding-left: 0.9375rem;
}

.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(187, 4, 34, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.caption-list-two li {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1d3154;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #b7c6d4;
}

.caption-list-two li:first-child {
    padding-top: 0;
}

.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list-two li .caption {
    width: 20%;
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}

.caption-list-two li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list-two li .value {
    width: 80%;
    padding-left: 20px;
}

.shake {
    animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

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

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

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

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

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

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

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

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

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    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);
    }
}

@-moz-keyframes slideInUp {
    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);
    }
}

@-ms-keyframes slideInUp {
    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 slideInUp {
    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);
    }
}

h1 {
    font-size: 3.875rem;
}

h2 {
    font-size: 1.75rem;
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.5rem;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 1.375rem;
    }
}

h4 {
    font-size: 1.375rem;
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    color: #1d3154;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: "Jost", sans-serif;
    color: #1d3154;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
    word-break: break-word;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

.fs--18px {
    font-size: 1.125rem !important;
}

.fs--16px {
    font-size: 1rem !important;
}

.fs--15px {
    font-size: 0.9375rem !important;
}

.fs--14px {
    font-size: 0.875rem !important;
}

.fs--12px {
    font-size: 0.75rem !important;
}

.h--font {
    font-family: "Jost", sans-serif !important;
}

.p--font {
    font-family: "Poppins", sans-serif !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.btn {
    padding: 1rem 1.875rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-md {
    padding: 0.625rem 1.25rem;
}

.btn.btn-sm {
    padding: 0.5rem 1.25rem;
}

.main-btn {
    font-weight: 500;
}

.main-btn2 {
    font-weight: 500;
}

.text-link {
    font-weight: 500;
}

.badge {
    padding: 0 0 0 15px;
    position: relative;
    color: #052554;
    background-color: transparent;
    font-size: 14px;
}

.badge::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #052554;
    border-radius: 50%;
    margin-top: -5px;
}

.badge-primary {
    color: #6777EF;
}

.badge-primary::before {
    background-color: #6777EF;
}

.badge-info {
    color: #0bb2d4;
}

.badge-info::before {
    background-color: #0bb2d4;
}

.badge-warning {
    color: #eb6709;
}

.badge-warning::before {
    background-color: #eb6709;
}

.badge-danger {
    color: #ff4c52;
}

.badge-danger::before {
    background-color: #ff4c52;
}

.badge-success {
    color: #11c26d;
}

.badge-success::before {
    background-color: #11c26d;
}

/* table css start */
.site-table {
    margin-bottom: 0;
}

.site-table thead th {
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    background-color: #E6EAEE;
    border-bottom: 1px solid #d7dfe7 !important;
}

.site-table thead th:first-child {
    text-align: left;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}

.site-table thead th:last-child {
    text-align: right;
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}

.site-table tbody td {
    border-top: none;
    border-bottom: 1px solid #dde4eb;
    padding: 0.625rem 1.25rem;
    color: #2e2e2e;
    vertical-align: middle;
}

.site-table tbody td:first-child {
    text-align: left;
}

.site-table tbody td:last-child {
    text-align: right;
}

.site-table tbody tr:last-child td {
    border-bottom: none;
}

.table-user img {
    width: 45px;
    height: 45px;
}

.table-user .name {
    padding-left: 0.9375rem;
}

[data-caption] {
    position: relative;
}

[data-caption]::before {
    position: absolute;
    content: attr(data-caption);
    font-weight: 700;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .site-table thead {
        display: none;
    }

    .site-table tbody tr:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .site-table tbody tr:last-child td {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .site-table tbody tr td {
        padding-right: 15px;
    }

    .site-table tbody tr td:last-child {
        padding-right: 15px;
    }

    .site-table tr th, .site-table tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .site-table tr th:first-child, .site-table tr td:first-child {
        border-top: none !important;
    }

    .site-table [data-caption]::before {
        display: block;
    }
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 0.9375rem;
}

.form-control {
    padding: 0.625rem 0.9375rem;
    border: 1px solid #d7dfe7;
    width: 100%;
    height: 3.125rem;
}

.form-control::-webkit-input-placeholder {
    color: #7c7c7c;
}

.form-control::-moz-placeholder {
    color: #7c7c7c;
}

.form-control:-ms-input-placeholder {
    color: #7c7c7c;
}

.form-control:-moz-placeholder {
    color: #7c7c7c;
}

.form-control:focus {
    border-color: #BB0422 !important;
    box-shadow: 0 0 5px rgba(187, 4, 34, 0.35);
}

.form-control[readonly] {
    background-color: rgba(187, 4, 34, 0.1);
}

.form-control.form-control-md {
    height: 45px;
}

.form-control.form-control-sm {
    height: 35px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #1d3154;
    transition: background-color 5000s ease-in-out 0s;
}

.custom-icon-field {
    position: relative;
}

.custom-icon-field i {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
}

.custom-icon-field i[class*=la-] {
    font-size: 1.5rem;
    color: #949494;
}

.custom-icon-field .form-control {
    padding-left: 2.8125rem;
}

.custom-icon-field .form-control:focus ~ i {
    border-color: #BB0422;
}

.select {
    padding: 0.625rem 0.9375rem;
    width: 100%;
    border: 1px solid #c7d2dd;
    cursor: pointer;
    color: #2e2e2e;
    background-color: #fff;
    height: 3.125rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.select.select--sm {
    height: 2.1875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}

textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}

label {
    color: #4d4d4d;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.custom--radio {
    position: relative;
    padding-left: 0;
}

.custom--radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom--radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #BB0422;
}

.custom--radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    font-weight: 400;
}

.custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #BB0422;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom--checkbox {
    padding-left: 1.5625rem;
}

.custom--checkbox input {
    display: none;
}

.custom--checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #BB0422;
}

.custom--checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom--checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 3px;
    left: -1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
}

/* form css end*/
/* card css start */
.card {
    box-shadow: 0 3px 15px rgba(136, 152, 170, 0.1490196078);
    border: 1px solid #e7ecf1;
}

.card .card-header {
    padding: 0.9375rem 1.25rem;
    border-color: #d7dfe7;
    background-color: transparent;
}

.card .card-body {
    padding: 1.25rem;
}

@media (max-width: 575px) {
    .card .card-body {
        padding: 0.9375rem;
    }
}
/* card css end */
/* modal css start */
.modal {
    z-index: 999999;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.btn-close {
    width: 18px;
    height: 18px;
    background-color: #ea5455;
    opacity: 1;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-content {
    background-color: #E6EAEE;
}

.modal-header {
    border-bottom-color: #d7dfe7;
}

.modal-footer {
    border-top-color: #d7dfe7;
}

.modal.fade .modal-dialog {
    transform: scale(0.85, 0.85) translate(0);
}

.modal.show .modal-dialog {
    transform: scale(1, 1) translate(0);
}

/* modal css end */
.accordion-item {
    border: none;
    border-bottom: 1px solid #d7dfe7;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item .accordion-header .accordion-button {
    font-size: 1.0625rem;
    font-weight: 500;
    box-shadow: none;
    padding: 0.9375rem 0;
    font-weight: 600;
}

.accordion-item .accordion-body {
    padding: 0 0 1.125rem 0;
}

.custom--nav-tabs {
    border-bottom: none;
}

.custom--nav-tabs .nav-item .nav-link {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0.75rem 1.5625rem;
    font-weight: 500;
}

.custom--nav-tabs .nav-item .nav-link.active {
    background-color: #BB0422;
    color: #fff;
}

.pagination {
    margin: -0.3125rem -0.4375rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    justify-content: flex-end;
}

.pagination .page-item {
    margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
    background-color: #BB0422;
    color: #fff;
    border-color: #BB0422;
}

.pagination .page-item .page-link {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #2e2e2e;
}

.pagination .page-item .page-link:hover {
    background-color: #BB0422;
    border-color: #BB0422;
    color: #fff;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-moz-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-ms-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}
/* header start */
.header {
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 2;
}

.header-fixed {
    position: fixed;
}

.header-fixed .header-top {
    display: none;
}

.header-fixed .header-bottom .top-logo {
    top: -15px;
}

.header-fixed .header-bottom .top-logo::after {
    opacity: 1;
}

.header-fixed .header-bottom .top-logo img {
    max-height: 135px;
}

.header-fixed .h-bottom-action {
    display: none;
}

.header-top {
    padding: 0.625rem 0;
}

@media (max-width: 767px) {
    .header-top {
        padding: 6px 0;
    }
}

.header-bottom {
    background-color: transparent;
    padding: 0.9375rem 0;
}

@media (max-width: 1199px) {
    .header-bottom {
        padding: 0.625rem 0;
    }
}

@media (max-width: 767px) {
    .header-bottom {
        padding: 0;
    }
}

.header-bottom .site-logo {
    display: none;
}

.header .site-logo img {
    max-width: 13.4375rem;
    max-height: 4.0625rem;
}

@media (max-width: 1199px) {
    .header .site-logo img {
        max-width: 9.375rem;
        max-height: 3.4375rem;
    }
}

.header .site-logo.site-title {
    font-size: 1.5rem;
}

.header .main-menu {
    margin-left: 4.375rem;
}

@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
        align-items: start;
    }
}

.header .main-menu li {
    position: relative;
}

@media (max-width: 1199px) {
    .header .main-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li:last-child a {
    padding-right: 0;
}

.header .main-menu li.has_children {
    position: relative;
}

.header .main-menu li.has_children.open > .sub-menu {
    display: block;
}

.header .main-menu li.has_children > a {
    padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
    .header .main-menu li.has_children > a {
        display: block;
    }
}

.header .main-menu li.has_children > a::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 1.125rem;
    right: 5px;
    font-size: 0.875rem;
}

@media (max-width: 1199px) {
    .header .main-menu li.has_children > a::before {
        display: block;
        top: 0.5625rem;
        color: #fff;
    }
}

.header .main-menu li.has_children:hover > a::before {
    color: #BB0422;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .main-menu li a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
}

@media (max-width: 1199px) {
    .header .main-menu li a {
        color: #fff;
        padding: 0.5rem 0;
        display: block;
    }
}

.header .main-menu li .sub-menu {
    position: absolute;
    width: 260px;
    top: 105%;
    left: 0;
    z-index: 9999;
    padding: 0.625rem 0;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    list-style: none;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        background-color: #2d2b2b;
        border: none;
        padding-left: 0.9375rem;
        padding-top: 0;
    }
}

.header .main-menu li .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li {
        border-color: rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}

.header .main-menu li .sub-menu li a {
    padding: 0.625rem 1.25rem;
    display: block;
    color: #2e2e2e;
    position: relative;
    font-size: 0.875rem;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li a {
        color: #fff;
        padding: 0.5rem 0;
    }
}

.header .main-menu li .sub-menu li + li {
    margin-left: 0;
}

.header .main-menu li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li + li {
    margin-left: 1.25rem;
}

@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-left: 0;
    }
}

.header .main-menu .sub-menu li.has_children > a::before {
    top: 9px;
    right: 8px;
}

.header .main-menu .sub-menu li.has_children > .sub-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 1199px) {
    .header .main-menu .sub-menu li.has_children > .sub-menu {
        padding-left: 15px;
    }
}

.h-bottom-action {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .h-bottom-action {
        margin-bottom: 5px;
    }
}

.top-logo {
    top: -80px;
    left: 0;
    padding: 0 20px 35px 20px;
}

.top-logo::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 50% 86%, 0 100%, 0 0);
}

.top-logo::after {
    content: "";
    bottom: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: -2;
    clip-path: polygon(100% 0, 100% 100%, 50% 86%, 0 100%, 0 0);
    opacity: 0;
}

@media (max-width: 767px) {
    .top-logo {
        top: -10px;
    }
}

@media (max-width: 575px) {
    .top-logo {
        position: static;
        padding: 0 8px 15px 8px;
    }
}

.top-logo img {
    max-height: 205px;
}

@media (max-width: 767px) {
    .top-logo img {
        max-height: 150px;
    }
}

.h-top-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .h-top-menu {
        justify-content: center;
    }
}

.h-top-menu li:last-child::after {
    display: none;
}

.h-top-menu li:last-child a {
    padding-right: 0;
}

.h-top-menu li::after {
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    opacity: 0.35;
}

.h-top-menu li a {
    font-size: 14px;
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .h-top-menu li a {
        padding: 4px 10px;
    }
}

@media (max-width: 575px) {
    .h-bottom-action .btn.btn-sm {
        padding: 6px 15px;
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-top: 20px !important;
        background-color: #2d2b2b;
        padding: 0 1.875rem 1.25rem 1.875rem;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 20rem;
        overflow: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
    .menu-toggle:before, .menu-toggle:after {
        background-color: #fff;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header end */
/* footer section css start */
.footer-section p, .footer-section li, .footer-section span, .footer-section i, .footer-section a {
    color: #b3b3b3;
}

.footer-section .footer-top {
    padding-bottom: 50px;
}

.footer-section .footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
    .footer-logo img {
        max-height: 150px;
    }
}

@media (max-width: 767px) {
    .footer-logo img {
        max-height: 250px;
    }
}

.footer-top-right {
    padding-top: 50px;
    padding-left: 20px;
}

.footer-widget .footer-widget-title {
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .footer-widget .footer-widget-title {
        font-size: 16px;
    }
}

.footer-widget-menu {
    list-style: none;
    padding-left: 0;
}

.footer-widget-menu li + li {
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .footer-widget-menu li a {
        font-size: 14px;
    }
}

.footer-contact-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-contact-list li + li {
    margin-top: 15px;
}

.copy-right-text {
    margin-bottom: 0;
}

.social-media-links {
    list-style: none;
    padding-left: 0;
    margin: -0.1875rem -0.625rem;
}

.social-media-links li {
    padding: 0.1875rem 0.625rem;
}

/* footer section css end */
/* banner section css start */
.banner-section {
    padding-top: 380px;
    padding-bottom: 180px;
    background-position-y: center;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .banner-section {
        padding-top: 320px;
        padding-bottom: 160px;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding-top: 260px;
        padding-bottom: 140px;
    }
}

.banner-section::before {
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25));
}

.banner-section .banner-title {
    font-size: 72px;
}

@media (max-width: 1199px) {
    .banner-section .banner-title {
        font-size: 66px;
    }
}

@media (max-width: 575px) {
    .banner-section .banner-title {
        font-size: 56px;
    }
}

@media (max-width: 460px) {
    .banner-section .banner-title {
        font-size: 48px;
    }
}

.banner-section .banner-description {
    font-size: 36px;
}

/* banner section css end */
/* page banner css start */
.page-banner {
    padding-top: 300px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.page-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}

.page-breadcrumb {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -8px;
}

.page-breadcrumb li {
    padding: 5px 8px;
    color: #fff;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li::after {
    content: "/";
    margin-left: 15px;
}

.page-breadcrumb li a {
    color: #fff;
}

/* page banner css end */
/* short link area css start */
.short-link-area {
    margin-top: -40px;
}

.short-link-item:nth-child(2) .short-link-item-inner {
    background-color: #ac041f;
}

.short-link-item:nth-child(3) .short-link-item-inner {
    background-color: #a2031d;
}

.short-link-item:nth-child(4) .short-link-item-inner {
    background-color: #98031c;
}

.short-link-item-inner {
    padding: 25px 25px;
    background-color: #BB0422;
}

.short-link-item .title {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .short-link-item .title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .short-link-item .title {
        font-size: 16px;
    }
}
/* short link area css end */
/* explore section css start */
.explore-section {
    padding: 120px 0;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .explore-section {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .explore-section {
        padding: 80px 0;
    }
}

@media (max-width: 575px) {
    .explore-section {
        padding: 70px 0;
    }
}

.explore-section::before {
    content: "";
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.explore-section .section-bottom-title {
    font-weight: 500;
}

.explore-section .explore-section-description {
    margin-top: 30px;
}

.explore-item {
    padding: 30px;
    background-image: url("../images/bg/explore-card-bg.jpg");
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.explore-item .title {
    margin-bottom: 25px;
    font-size: 24px;
}

.explore-item .title a {
    text-decoration: none;
}

.explore-item p {
    font-size: 15px;
    margin-bottom: 20px;
}

.explore-item a {
    text-decoration: underline;
}

/* explore section css end */
/* about section css start */
.about-section {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .about-section {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .about-section {
        padding: 80px 0;
    }
}

@media (max-width: 575px) {
    .about-section {
        padding: 70px 0;
    }
}

.about-content-list {
    padding-left: 0;
    list-style: none;
}

.about-content-list li {
    width: 50%;
    padding: 8px 10px 8px 28px;
}

@media (max-width: 575px) {
    .about-content-list li {
        width: 100%;
    }
}

.about-content-list li::before {
    content: "\f00c";
    top: 5px;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 18px;
}

.overview-item .overview-amount {
    font-size: 48px;
}

@media (max-width: 1199px) {
    .overview-item .overview-amount {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .overview-item p {
        font-size: 14px;
    }
}
/* about section css end */
/* blog event section css start */
.blog-event-section {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .blog-event-section {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .blog-event-section {
        padding: 80px 0;
    }
}

@media (max-width: 575px) {
    .blog-event-section {
        padding: 70px 0;
    }
}

.blog-event-section .section-title span {
    padding-right: 10px;
}

.blog-event-section .section-title::after {
    content: "";
    top: 57%;
    left: 0;
    height: 2px;
    background-color: #d5d5d5;
    z-index: -2;
}

.blog-post .blog-post-thumb {
    max-height: 250px;
}

.blog-post .blog-post-thumb a {
    display: block;
}

.blog-post .blog-post-content {
    margin-top: 20px;
}

.blog-post .blog-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-post-wrapper .small-post + .small-post {
    margin-top: 30px;
}

.small-post .small-post-thumb {
    width: 90px;
    height: 80px;
}

.small-post .small-post-thumb a {
    display: block;
}

.small-post .small-post-content {
    width: calc(100% - 90px);
    padding-left: 1.25rem;
}

@media (max-width: 1399px) {
    .small-post .small-post-content .title {
        font-size: 18px;
    }
}

.small-post .small-post-content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-meta {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-meta span:last-child::after {
    display: none;
}

.blog-meta span:after {
    content: "/";
    padding-left: 5px;
}

.blog-meta a {
    font-weight: 500;
}

.event-area {
    padding-left: 50px;
}

@media (max-width: 1399px) {
    .event-area {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .event-area {
        padding-left: 0;
        margin-top: 40px;
    }
}

.event-area-title {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .event-area-title {
        margin-bottom: 30px;
    }
}

.event-wrapper .single-event {
    margin-top: 30px;
}

.single-event {
    align-items: center;
}

.single-event .date-wrapper {
    width: 65px;
    padding: 12px 6px 8px 6px;
}

.single-event .date-wrapper .event-date {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.single-event .date-wrapper .event-month {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}

.single-event .content-wrapper {
    width: calc(100% - 65px);
    padding-left: 15px;
}

.single-event .single-event-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.single-event .event-meta {
    margin: -2px -5px;
}

.single-event .event-meta span {
    padding: 2px 5px;
    font-size: 15px;
}

/* blog event section css end */
/* how work section css start */
.how-work-section {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .how-work-section {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .how-work-section {
        padding: 80px 0;
    }
}

@media (max-width: 575px) {
    .how-work-section {
        padding: 70px 0;
    }
}

.how-work-item-main {
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .how-work-item-main {
        border-right: none;
    }
}

.how-work-item-main:last-child {
    border-right: none;
}

.how-work-item-main:nth-child(1) .how-work-item {
    padding-right: 50px;
}

@media (max-width: 575px) {
    .how-work-item-main:nth-child(1) .how-work-item {
        padding-right: 0;
    }
}

.how-work-item-main:nth-child(2) .how-work-item {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 991px) {
    .how-work-item-main:nth-child(2) .how-work-item {
        padding-left: 0;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .how-work-item-main:nth-child(2) .how-work-item {
        padding-right: 0;
    }
}

.how-work-item-main:nth-child(3) .how-work-item {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .how-work-item-main:nth-child(3) .how-work-item {
        padding-left: 0;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .how-work-item-main:nth-child(3) .how-work-item {
        padding-right: 0;
    }
}

.how-work-item .how-work-top {
    margin-bottom: 15px;
}

.how-work-item .how-work-top img {
    max-height: 42px;
    margin-right: 12px;
}

/* how work section css end */
/* scholarship section css start */
.scholarship-section {
    padding: 80px 0;
}

@media (max-width: 767px) {
    .scholarship-section {
        padding: 60px 0;
    }
}

.scholarship-section .section-title {
    margin-bottom: 0;
}

.scholarship-section .scholarship-description {
    margin-bottom: 0;
}

/* scholarship section css end */
.service-section {
    padding: 120px 0;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .service-section {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .service-section {
        padding: 80px 0;
    }
}

@media (max-width: 575px) {
    .service-section {
        padding: 70px 0;
    }
}

.service-item {
    padding: 0 30px;
}

.service-item .service-item-title {
    margin-bottom: 15px;
}

.service-facilities-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px;
}

.service-facilities-list li {
    padding: 5px 15px;
}

.service-facilities-list li i {
    margin-right: 5px;
    color: #BB0422;
}

.student-service-thumb {
    margin-bottom: 40px;
}

.student-service-thumb .student-service-title {
    left: 30px;
    bottom: 30px;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 30px;
    font-size: 42px;
}

@media (max-width: 767px) {
    .student-service-thumb .student-service-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .student-service-thumb .student-service-title {
        font-size: 1.5rem;
        padding: 15px 20px;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

.service-feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.service-feature-list li + li {
    margin-top: 15px;
}

.service-feature-list li i {
    margin-right: 6px;
}

.service-list {
    padding-left: 0;
    list-style: none;
}

.service-list li + li {
    margin-top: 10px;
}

.service-list li a {
    color: #2e2e2e;
}

.service-list li a i {
    margin-right: 10px;
}

/* contact section css start */
.contact-item {
    padding: 1.5625rem 10.625rem 1.5625rem 1.5625rem;
    background-color: #E6EAEE;
}

@media (max-width: 1399px) {
    .contact-item {
        padding-right: 8.75rem;
    }
}

@media (max-width: 1199px) {
    .contact-item {
        padding: 1.25rem;
    }
}

.contact-item .icon {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
}

.contact-item .content {
    margin-top: 2.5rem;
}

/* contact section css end */
.program-block + .program-block {
    margin-top: 40px;
}

.program-block thead th {
    background-color: #d6d6d6;
}

.program-block tbody td {
    padding: 10px 20px;
}

/* about page css start */
.about-details-thumb {
    margin-bottom: 40px;
}

.about-details-thumb .section-title {
    margin-bottom: 25px;
}

/* about page css end */
/*# sourceMappingURL=main.css.map */
