:root {
    --os-dark-blue: #11224d;
    --os-orange: #f98125;
    --os-primary-text: #11224e;
    --os-secondary-text: #6e7072;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient( 180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --background-color: #ffffff;
    --color-black-rgb: 0, 0, 0;
    --color-secondary-rgb: 72, 86, 100;
    --color-secondary-light: #8f9fae;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Poppins-Black;
    src: url("../fonts/Poppins/Poppins-Black.ttf");
}

@font-face {
    font-family: Poppins-Bold;
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: Poppins-Medium;
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: Poppins-Light;
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}

.os-font-light {
    font-family: "Poppins-Light" !important;
}

.os-font-regular {
    font-family: "Poppins-Regular" !important;
}

.os-font-medium {
    font-family: "Poppins-Medium" !important;
}

.os-font-semibold {
    font-family: "Poppins-SemiBold" !important;
}

.os-font-bold {
    font-family: "Poppins-Bold" !important;
}

.os-font-black {
    font-family: "Poppins-black" !important;
}

.os-text-primary {
    color: var(--os-primary-text) !important;
}

.os-text-secondary {
    color: var(--os-secondary-text) !important;
}

.os-text-orange {
    color: var(--os-orange) !important;
}

.os-bg-darkblue {
    background-color: var(--os-dark-blue) !important;
}

.os-bg-orange {
    background-color: var(--os-orange) !important;
}

.btn-blue:hover {
    background-color: var(--os-orange) !important;
}

.btn-white:hover {
    color: #ffffff !important;
    background-color: var(--os-orange) !important;
}

.btn-orange:hover {
    background-color: var(--os-dark-blue) !important;
}

body {
    height: 100%;
    font-family: "Poppins-Regular" !important;
}

a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

section:not(#hero-section, #footer-banner) {
    padding: 6rem 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--os-dark-blue) !important;
}

.hero {
    padding-top: 6.2rem;
    max-height: 600px;
    overflow: hidden;
}

.hero-header {
    padding-top: 5.4rem;
}

.section_registration_pad {
    padding-top: 5.4rem !important;
}

.color-inherit {
    color: inherit !important;
}

.hero-left-wrapper,
.hero-right-wrapper {
    background-color: var(--os-dark-blue);
}

#trusts-section,
#news-section,
#apps-section,
.footer-banner,
footer {
    background: #f3f7fb;
}

.trusts-hover {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

    .trusts-hover:hover .trusts-hover-circle {
        background: #11224d;
    }

    .trusts-hover:hover {
        cursor: pointer;
    }

.asset-icon {
    width: fit-content;
    border: 1px solid var(--os-orange);
}

.news-image-wrap {
    max-height: 260px;
    height: 260px;
    overflow: hidden;
}

.news-image-wrap-main {
    max-height: 200px;
    height: 200px;
    overflow: hidden;
}

.news-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-content {
    position: relative;
    z-index: 1;
}

.news-description,
.news-heading,
.event-heading,
.featured-news-heading,
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.line-clamp-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(20px * 1.6 * 2);
}

.editor-text-justify p {
    text-align: justify;
    word-wrap: break-word;
}

.blogs-editor-description,
.blogs-editor-description h1,
.blogs-editor-description h2,
.blogs-editor-description h3,
.blogs-editor-description h4,
.blogs-editor-description h5,
.blogs-editor-description h6,
.blogs-editor-description p {
    text-transform: capitalize !important;
    font-size: 1rem !important;
    line-height: 25px !important;
    color: #333 !important;
    margin: 0 !important;
}

.event-card {
    overflow: hidden;
}

.event-image {
    transition: 0.2s ease-in-out;
}

.event-card-link-wrap:hover .event-image {
    scale: 1.05;
}

.event-card img {
    /*height: 400px;*/
    width: 100%;
}

.event-card-overlay {
    top: unset !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.event-heading {
    line-height: 28px;
}

.social-link {
    height: 40px;
    width: 40px;
}

    .social-link:hover {
        background-color: var(--os-orange) !important;
    }

.social-link-image {
    filter: brightness(0) invert(1);
}

.footer-link:hover {
    color: var(--os-orange) !important;
}

footer,
nav,
.nav-dropdown-item {
    font-size: 16px;
}

/* Login Screen */
.login-sections {
    width: 300px;
}

.form-signin {
    height: 100vh;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

.forgot-pass-link:hover {
    color: var(--vis-orange) !important;
}

/* News Screen */
.breadcrumb-item a {
    color: #ffffff !important;
}

.breadcrumb-item:hover a {
    color: var(--os-orange) !important;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.news-card-container {
    display: grid;
    position: relative;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
}

.news-heading {
    font-size: 18px;
}

.featured-image-news-wrap {
    max-height: 150px;
    overflow: hidden;
}

.featured-image-news {
    object-fit: cover;
    object-position: center;
}

.news-card-footer,
.blog-card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - (1.5rem) * 2);
    margin: auto;
}

.signup-step {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
}

    .signup-step h6 {
        line-height: 1.6;
    }

.send-otp-btn:hover {
    background-color: var(--os-dark-blue);
}

.profile-tabs-link-wrap {
    border-bottom: none !important;
}

.profile-tab-link {
    text-align: start;
    color: var(--os-dark-blue);
}

    .profile-tab-link:hover {
        color: var(--os-primary-text);
    }

    .profile-tab-link.active {
        font-family: Poppins-medium;
        background-color: var(--os-dark-blue) !important;
        color: #fff !important;
    }

.directory-card {
    transition: 0.2s ease-in-out;
}

    .directory-card:hover {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

.text-justify {
    text-align: justify;
}

.nav-link {
    color: var(--os-primary-text);
}

.badge {
    font-weight: 500;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgb(248, 249, 250);
}

.text-body-secondary {
    color: rgba(33, 37, 41, 0.75);
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}

nav.navbar {
    min-height: 80px;
}

.w-175px {
    width: 175px !important;
}

.w-30px {
    width: 30px !important;
}

.w-600px {
    width: 600px !important;
    max-width: 600px !important;
}

.w-75px {
    width: 75px;
}

.h-30px {
    height: 30px !important;
}

.h-5px {
    height: 5px;
}

.h-100px {
    height: 100px;
}

.h-75px {
    height: 75px;
}

.errormessage {
    font-size: 14px !important;
}

.input-group-text,
.form-control {
    border-radius: 0px;
}

textarea.form-control {
    min-height: calc(1.5em + 3.75rem + 2px);
}

.form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    margin: calc(1rem - 3px) calc(0.75rem - 2px);
    padding: 0rem 0rem;
    height: auto;
    background-color: white;
    opacity: 0.95;
}

textarea.form-control:disabled:not(:placeholder-shown) ~ label,
textarea.form-control[readonly]:not(:placeholder-shown) ~ label {
    background-color: transparent;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    /*    padding: 0 1.4em 1.4em 1.4em;*/
    margin: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

fieldset,
legend {
    all: revert;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-toggle::after {
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
.navbar-toggler-animation
span:nth-child(3) {
    -webkit-transform: rotateZ(-45deg) translateY(-50%);
    transform: rotateZ(-45deg) translateY(-50%);
    bottom: 42%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-dropdown-item:hover {
        color: var(--os-orange) !important;
    }
/*.form-floating {
    flex: 1 1 auto;
}*/
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

a.footer-link {
    padding: 0.65rem 0rem;
    display: block;
}

.svg-icon.svg-icon-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
}

.svg-icon.svg-icon-light {
    color: #f5f8fa;
}

.bg-login-danger {
    background-color: #f1416c !important;
}

.bg-login-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.btn.btn-icon.btn-circle {
    border-radius: 50%;
}

.btn.btn-icon i {
    padding-right: 0;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    display: inline-flex;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
    line-height: 1;
}

.btn > i {
    display: inline-flex;
    font-size: 1rem;
    padding-right: 0.35rem;
    vertical-align: middle;
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.475rem;
    background-repeat: no-repeat;
    background-size: cover;
}

    .image-input:not(.image-input-empty) {
        background-image: none !important;
    }

    .image-input .image-input-wrapper {
        width: 158px;
        height: 158px;
        border-radius: 0.475rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image-input input[type="file"] {
        /*  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;*/
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .image-input [data-kt-image-input-action="cancel"] {
        display: none;
    }

    .image-input.image-input-changed [data-kt-image-input-action="cancel"] {
        display: flex;
    }

    .image-input.image-input-changed [data-kt-image-input-action="remove"] {
        display: none;
    }

    .image-input.image-input-empty [data-kt-image-input-action="cancel"],
    .image-input.image-input-empty [data-kt-image-input-action="remove"] {
        display: none;
    }

    .image-input.image-input-circle {
        border-radius: 50%;
    }

        .image-input.image-input-circle .image-input-wrapper {
            border-radius: 50%;
        }

        .image-input.image-input-circle [data-kt-image-input-action="change"] {
            left: 100%;
            top: 0;
            transform: translate(-100%, 0);
        }

        .image-input.image-input-circle [data-kt-image-input-action="cancel"],
        .image-input.image-input-circle [data-kt-image-input-action="remove"] {
            left: 100%;
            top: 100%;
            transform: translate(-100%, -100%);
        }

    .image-input.image-input-outline .image-input-wrapper {
        border: 3px solid var(--bs-body-bg);
        box-shadow: var(--bs-box-shadow);
    }

.image-input-wrapper.is-invalid {
    border: 1px solid #dc3545 !important;
    padding: 2px;
}


#ModalProfileImage .img-container {
    max-height: 497px !important;
    min-height: 300px !important;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif?20151024034921);
    background-repeat: no-repeat;
    background-position: center;
}

#ModalProfileImage .docs-buttons {
    margin-top: 10px;
}

#ModalProfileImage .fa-refresh:before {
    content: "\f021";
}

#ModalProfileImage .btn-group button:first-child {
    margin-right: 4px;
}

#ModalProfileImage .btn-primary {
    background-color: #11224d !important;
    border-color: #11224d !important;
}

#txtBirthdate.form-control.is-valid,
#txtBirthdate.form-control.is-invalid {
    padding-right: calc(0.5em + 0.75rem);
}

.news_font-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(15px * 1.3 * 3);
    text-align: justify;
}

.about-list .media {
    font-size: 0.97rem;
}

.about-list > .about_media_list > .media > p {
    margin-bottom: 0.7rem;
}

.about-list > .about_media_list > .media:last-child > p {
    margin-bottom: 0px !important;
}

.form-control.is-invalid + .input-group-append,
.was-validated .form-control:invalid + .input-group-append,
.form-control.is-invalid + .select2-container,
.form-select.is-invalid + .select2-container {
    border: 1px solid #dc3545;
}

.form-control.is-valid + .input-group-append,
.was-validated .form-control:valid + .input-group-append,
.form-control.is-valid + .select2-container,
.form-select.is-valid + .select2-container {
    border: 1px solid #50cd89;
}

.form-select.is-invalid:not([multiple]):not([size]) + .select2-container > .selection > .select2-selection,
.was-validated
.form-select:invalid:not([multiple]):not([size]) + .select2-container > .selection
.select2-selection {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(1.57em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus + .select2-container > .selection > .select2-selection:focus,
.was-validated
.form-select:invalid:focus + .select2-container > .selection > .select2-selection:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-select.is-valid:not([multiple]):not([size]) + .select2-container > .selection > .select2-selection,
.was-validated
.form-select:valid:not([multiple]):not([size]) + .select2-container > .selection
.select2-selection {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350cd89' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(1.57em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-group:has(.form-control.is-invalid) .input-group-text,
.was-validated .input-group:has(.form-control.is-invalid) .input-group-text,
.input-group:has(.form-control.is-invalid) .send-otp-btn {
    border-color: #dc3545;
}

.input-group:has(.form-control.is-valid) .input-group-text,
.was-validated .input-group:has(.form-control.is-valid) .input-group-text,
.input-group:has(.form-control.is-valid) .send-otp-btn {
    border-color: #198754;
}

.input-group-floating-error .form-control.is-invalid + .input-group-text {
    border-color: #dc3545;
}

.form-control.is-invalid + .select2-container
.select2-container--default
.select2-selection--single {
    border: transparent solid;
}

.top-25 {
    top: 25% !important;
}

.mw-300px {
    min-width: 300px;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-root {
    flex: 1;
}

.text-gray-500 {
    color: #99a1b7 !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.blog {
    padding: 40px 0;
}

.blog-list-content {
    padding: 20px 25px;
    background-color: #f5f8fa;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
    margin: -50px 20px 20px;
    position: relative;
    z-index: 1;
}

.blog-footer {
    padding: 15px 0;
}

.col-sm-4.blog-list {
    margin-bottom: 20px;
    padding: 0px;
}

.blog-list-content .title a {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    transition: all 0.5s;
}

.title:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #ff4c7c), color-stop(50%, #09f), color-stop(80%, #99cb33) );
}

.blog-footer {
    font-weight: 100;
}

    .blog-footer span {
        color: #bfbfbf;
        margin-left: 15px;
    }
/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-title {
    text-align: center;
    padding-bottom: 60px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        position: relative;
        color: var(--os-primary-text);
    }

        .section-title h2:before,
        .section-title h2:after {
            content: "";
            width: 50px;
            height: 2px;
            background: var(--os-dark-blue);
            display: inline-block;
        }

        .section-title h2:before {
            margin: 0 15px 10px 0;
        }

        .section-title h2:after {
            margin: 0 0 10px 15px;
        }

    .section-title p {
        margin-bottom: 0;
    }
/*--------------------------------------------------------------
# Aboutus Section
--------------------------------------------------------------*/
.aboutus .features-img-bg img {
    border: 6px solid var(--background-color);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .map {
    margin-bottom: 40px;
}

    .contact .map iframe {
        border: 0;
        width: 100%;
        height: 400px;
    }

.contact .info {
    padding: 40px;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    overflow: hidden;
}

    .contact .info h3 {
        font-weight: 600;
        font-size: 24px;
    }

    .contact .info p {
        color: var(--color-secondary-light);
        margin-bottom: 30px;
        font-size: 15px;
    }

.contact .info-item + .info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.contact .info-item i {
    font-size: 24px;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
}

.contact .info-item p,
.contact .info-item p > a {
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: var(--color-secondary-light);
}

.contact .email-form {
    width: 100%;
    background: var(--color-white);
}

    .contact .email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .email-form input[type="text"],
    .contact .email-form input[type="email"],
    .contact .email-form textarea {
        border-radius: 0px;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .email-form input[type="text"]:focus,
        .contact .email-form input[type="email"]:focus,
        .contact .email-form textarea:focus {
            border-color: var(--color-secondary-light);
        }

    .contact .email-form input[type="text"],
    .contact .email-form input[type="email"] {
        height: 48px;
        padding: 10px 15px;
    }

    .contact .email-form textarea {
        padding: 10px 12px;
        height: 290px;
    }

    .contact .email-form button[type="submit"]:hover {
        background: rgba(var(--os-dark-blue), 0.85);
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    margin-left: -4px !important;
    position: absolute !important;
    background-image: url("../img/svg/download.svg") !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    padding: 0.375rem 1.25rem 0.175rem 0.75rem !important;
    background-repeat: no-repeat !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    top: 10% !important;
    width: 100% !important;
    border: 0px !important;
    height: unset !important;
    left: -25% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
}

.select2-container {
    width: 100% !important;
}
/*Advertise*/
h2.modal-title > small {
    font-size: 0.8rem;
    display: block;
}

.modal button.closeAdvertiseModal {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    opacity: 1;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#AdvertiseModal .modal-content {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #d98c19, #f98125);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/*Advertisement Carousel*/
#carouselAdvertiseList .carousel-caption,
#carouselExampleControls .carousel-caption {
    opacity: 0;
    transition: opacity 0.5s;
}

#carouselAdvertiseList.carousel:hover .carousel-caption,
#carouselExampleControls.carousel:hover .carousel-caption {
    opacity: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 0.2rem;
}

.object-fit-cover {
    object-fit: cover;
}
/*Image Setting*/
/*------------------  */
.cr-boundary {
    background: url(https://t3.ftcdn.net/jpg/03/76/74/78/360_F_376747823_L8il80K6c2CM1lnPYJhhJZQNl6ynX1yj.jpg);
    border-radius: 0px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #11224D;
    border-radius: 1px;
    border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #11224D;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #FFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #11224D;
}

.ci-user-picture {
    min-width: 140px;
}

.filepreviewprofile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*----modal--------*/
.modal-header-bg {
    width: 100%;
    height: 12px;
    background: linear-gradient(269.44deg, #006AFA 2.3%, #00AE86 99.19%);
}

#cropImagePop .modal-footer {
    border: 0px;
}

.up-photo-title {
    padding: 8px 15px;
    text-align: center;
}

#upload-demo, #upload-demo-Portrait {
    position: relative;
    width: 100%;
    height: 350px;
    padding-bottom: 0;
}

.croppie-container h5 {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 15px;
}

.croppie-container .cr-image {
    right: 0;
}

.cr-slider-wrap p {
    font-size: 13px;
    color: #8D8D94;
    text-align: left;
}

.upload-action-btn {
    margin-top: 60px;
}

.imgpreviewPrf, .imgpreviewPrf-portrait {
    border: 3px solid var(--bs-body-bg);
    box-shadow: var(--bs-box-shadow);
}

.close {
    margin: 0;
    position: absolute;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -17px;
    right: -15px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    padding: 5px;
}

figure.snip1205 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    figure.snip1205 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    figure.snip1205 img {
        max-width: 100%;
        vertical-align: top;
    }

    figure.snip1205 i {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        font-size: 34px;
        color: #000000;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #ffffff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }

    figure.snip1205 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    figure.snip1205:hover img,
    figure.snip1205.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    figure.snip1205:hover i,
    figure.snip1205.hover i {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }


