/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*  typography */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Sans';
    src: url('../fonts/Uni Sans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Sans';
    src: url('../fonts/Uni Sans Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Sans';
    src: url('../fonts/Uni Sans Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Signatra';
    src: url('../fonts/Signatra.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 1.6;
    font-family: 'Uni Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #333;
}

h1 {
    font-family: 'Uni Sans', sans-serif;
    font-weight: 700;
}

em {
    font-family: 'Signatra', cursive;
}

p {
    font-weight: 600;
    color: #fff;
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.25rem !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;

}

.tab-heading {
    font-size: 22px;
    line-height: 1.2;
}

.tab-label {
    color: #AE1F2C;
    font-family: 'Uni Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    /* margin-left: 22px; */
    /* margin-left: 28px; */
    padding: 5px 5px 5px 44px;
}

@media (max-width: 1200px) {

    .tab-label {
        color: #AE1F2C;
        font-family: 'Uni Sans', sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
        /* margin-left: 22px; */
        /* margin-left: 28px; */
        padding: 5px 5px 5px 44px;
    }
}
@media (max-width: 991px) {

    .tab-label {
        font-size: 23px;

    }
}
@media (max-width: 575px) {

    .tab-label {
        color: #AE1F2C;
        font-family: 'Uni Sans', sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        /* margin-left: 22px; */
        /* margin-left: 28px; */
        padding: 5px 5px 5px 44px;
    }

}

.mb-50{
    margin-bottom: 37px;
}

h1, .h1 {
    font-size: 36px;
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 26px;
    }
}

h2, .h2 {
    font-size: 28px;
}
@media (max-width: 767px) {
    h2, .h2 {
        font-size: 24px;
    }
}

h3, .h3 {
    font-size: 22px;
}
@media (max-width: 767px) {
    h3, .h3 {
        font-size: 20px;
    }
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

/* Button style */
.btn {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 0;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
}
.btn:hover, .btn:active, .btn.active .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-primary {
    background: #233066;
    color: #fff;
    border-color: #233066;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active .btn-primary:focus, .btn-primary.focus {
    background: #233066 !important;
    border-color: #233066 !important;
}

.btn-outline-primary {
    background: transparent;
    color: #233066;
    border-color: #233066;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #233066 !important;
    border-color: #233066 !important;
    color: #fff;
}

.btn-sm {
    font-size: 14px;
    padding: 10px 25px;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #233066;
    color: #fff;
}

::selection {
    background: #233066;
    color: #fff;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
    outline: 0;
}

.login_btn_area > a:hover {
    color: #fff;
    background-color: #881919;
    border-color: #881919;
}

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.section-title::before {
    position: absolute;
    height: 4px;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.border-default {
    border-color: #ececec !important;
}

.border-primary {
    border-color: #233066 !important;
}

.font-primary {
    font-family: 'Poppins', sans-serif !important;
}

.font-secondary {
    font-family: font-family !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.breadcrumb {
    background-color: transparent;
    justify-content: center;
}
.breadcrumb-item {
    font-family:'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
}
.breadcrumb-item a {
    color: #233066;
}

/* overlay */
.overlay {
    position: relative;
}
.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.bg-primary {
    background: #233066 !important;
}

.text-primary {
    color: #233066 !important;
}

.text-default {
    color: #333 !important;
}

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

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.rounded {
    border-radius: 6px !important;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .no-gutters-lg {
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters-lg > .col, .no-gutters-lg > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
}
.mark, mark {
    padding: 0;
}

.navigation {
    background-color: transparent;
}
.navigation .navbar {
    border-bottom: 1px solid #ececec;
    padding: 25px 0;
}
@media (max-width: 767px) {
    .navigation .navbar {
        padding: 15px 0;
    }
}
.navigation .navbar-nav {
    flex-direction: row;
}
@media (max-width: 991px) {
    .navigation .navbar-nav {
        flex-direction: column;
    }
}
.navigation .navbar-nav:hover .nav-item::after,
.navigation .navbar-nav:hover .nav-link:not(:hover) {
    opacity: 0.5;
}
.navigation .navbar-nav:hover .dropdown:hover .nav-link {
    opacity: 1;
}
.navigation .nav-item {
    margin: 0;
    position: relative;
}
.navigation .nav-item::after {
    position: absolute;
    content: "/";
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .navigation .nav-item::after {
        display: none;
    }
}
.navigation .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
}
.navigation .nav-item:last-child::after {
    display: none;
}
.navigation .nav-item.dropdown .nav-link {
    position: relative;
    padding-right: 38px !important;
}
@media (max-width: 991px) {
    .navigation .nav-item.dropdown .nav-link {
        padding-right: 28px !important;
    }
}
.navigation .nav-item.dropdown .nav-link::after {
    display: none;
}
.navigation .nav-item.dropdown .nav-link::before {
    position: absolute;
    right: 24px;
    top: calc(50% - 6px);
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    height: 8px;
    width: 8px;
    border: 2px solid;
    border-left: 0;
    border-top: 0;
    border-color: inherit;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: 0s;
}
@media (max-width: 991px) {
    .navigation .nav-item.dropdown .nav-link::before {
        right: 13px;
    }
}
@media (min-width: 991px) {
    .navigation .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        transition: 0.2s;
        left: 50%;
        border-radius: 0;
        transform: translate(-50%, 6px);
    }
    .navigation .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
        transform: translate(-50%, -6px);
    }
}
.navigation .dropdown-menu {
    border: 0;
    padding: 0 25px;
}
.navigation .dropdown-menu:hover .dropdown-item:not(:hover) {
    opacity: 0.5;
}
.navigation .dropdown-item {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}
.navigation .dropdown-item:first-child {
    padding-top: 15px;
}
@media (max-width: 991px) {
    .navigation .dropdown-item:first-child {
        padding-top: 5px;
    }
}
.navigation .dropdown-item:last-child {
    padding-bottom: 15px;
}
@media (max-width: 991px) {
    .navigation .dropdown-item:last-child {
        padding-bottom: 5px;
    }
}
.navigation .dropdown-item.active,
.navigation .dropdown-item:active,
.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
    color: initial;
    background-color: transparent;
}
.navigation .navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0;
    font-size: 20px;
    color: #000;
    transition: 0.3s ease;
}
.navigation .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navigation .navbar-light .navbar-nav .nav-link {
    color: #19234C;
    font-weight: 500;
    padding: 15px 20px;
}
.navigation .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
@media (max-width: 991px) {
    .navigation .navbar-nav {
        background-color: #fff;
        padding: 15px 0;
        border-radius: 0;
    }
    .navigation .dropdown-menu {
        text-align: center;
    }
    .navigation .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
    }
}
.navigation .search {
    max-width: 250px;
}
@media (max-width: 767px) {
    .navigation .search {
        width: 100%;
        max-width: initial;
        margin-top: 15px;
    }

}
.navigation .search input {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAEt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIzNiIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjM2IgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDMt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) 6px 5px no-repeat #fff;
    width: 100%;
    border: none;
    padding: 11px 40px 11px 15px;
    border-radius: 0;
    background-size: 15px;
    background-position: calc(100% - 15px) center;
    border: 1px solid #ddd;
}
.navigation .search input:focus {
    outline: 0;
}

.navbar-footer {
    justify-content: center;
    flex-wrap: wrap;
}
.navbar-footer .nav-item {
    margin: 10px 0;
}
.navbar-footer .nav-item .nav-link {
    color: #fff;
}

.article-card {
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.22);
    border-radius: 15px;
}
@media (max-width: 1200px) {
    .article-card-sm {
        padding: 20px;
        min-height: 410px;
    }
}
@media (max-width: 991px) {
    .article-card {
        padding: 25px;
    }
}
@media (max-width: 575px) {
    .article-card {
        padding: 15px;
    }

}

.card {
    border: 0;
    position: relative;
}
.card-meta {
    padding-left: 0;
}
.card-meta li {
    list-style-type: none;
    margin-right: 10px;
    display: inline-block;
}
.card-meta li a {
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.card-meta li a:hover {
    color: #233066;
}
.card-footer {
    background-color: transparent;
}
.card-footer span {
    vertical-align: middle;
    color: #888;
}
.card-img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-image {
    position: relative;
}
.card-image img {
    border-radius: 7px;
}
.card-image .post-info {
    position: absolute;
    /* right: 0; */
    /* top: -5px; */
    padding-top: 9px;
    padding-left: 8px;
    /* padding-right: 20px; */

}
.card-image .post-info span {
    display: inline-block;
    line-height: 1.3;
    font-size: 12px;
    padding: 3px 8px;
    padding-top: 4px;
    background-color: #00C51E;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 10px;
    margin-top: 5px;
    font-weight: bolder;
}

.read-more-btn {
    font-family:'Poppins', sans-serif;
    font-size: 18px;
}

.post-title {
    color: #000;
    display: inline;
    text-decoration: none;
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 0% 8px;
    transition: background-size 0.3s;
}
.post-title-sm {
    background-size: 0% 3px;
}

a.post-title:hover {
    color: #000;
    background-size: 100% 8px;
}

a.post-title-sm:hover {
    background-size: 100% 3px;
}

/* blog */
.pagination {
    justify-content: center;
}
.pagination .page-item .page-link {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border: 1px solid #ececec;
    text-align: center;
    margin: 0 4px;
    font-weight: 500;
    color: #131313;
    padding: 0;
    line-height: 41px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
    box-shadow: none;
    background: #233066;
    color: #fff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 0;
}
.pagination .page-item.active .page-link {
    background: #233066;
    color: #fff;
    border-color: #233066;
}

.post-meta {
    padding-left: 0;
}
.post-meta li {
    list-style-type: none;
    display: inline-block;
    color: #888;
    font-weight: 500;
}
.post-meta li a {
    display: inline-block;
    background-color: rgba(19, 19, 19, 0.05);
    color: black;
    text-transform: capitalize;
    padding: 2px 8px;
    margin-bottom: 8px;
    margin-right: 2px;
    font-size: 14px;
    border-radius: 0;
}
.post-meta li a:hover {
    background-color: rgba(61, 234, 164, 0.25);
}
.post-meta li svg {
    display: inline-block;
}

.image-fallback {
    font-size: 0;
    height: 220px;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 0;
    display: inline-block;
}
.image-fallback::first-letter {
    font-size: 80px;
    line-height: 220px;
    font-weight: bold;
    color: #19234C;
}
.image-fallback.post-thumb-sm::first-letter {
    font-size: 50px;
    line-height: 60px;
}
.image-fallback-sm {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}
.image-fallback-sm::first-letter {
    font-size: 50px;
    line-height: 120px;
}
.image-fallback-xs {
    height: 80px;
    width: 80px;
}
.image-fallback-xs::first-letter {
    font-size: 38px;
    line-height: 80px;
}

.breadcrumbs {
    background-color: transparent;
    padding: 15px 0;
}
.breadcrumbs a {
    color: #131313;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs a:last-child {
    color: rgba(19, 19, 19, 0.5);
    pointer-events: none;
}

/* content style */
.content * {
    margin-bottom: 5px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .h1, .content .h2, .content .h3, .content .h4, .content .h5, .content .h6 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.content a {
    color: #DA2128 !important;
    display: inline;
    text-decoration: none;
    background-position: 0% 110%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    transition: 0.3s;
}
.content a:hover {
    color: #000;
    background-size: 100% 100%;
}
.content.bg-dark a:hover {
    background-image: linear-gradient(rgba(19, 174, 111, 0.4), rgba(19, 174, 111, 0.4));
}
.content ol {
    padding-left: 20px;
}
.content ul {
    padding-left: 0;
}
.content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    list-style-type: none;
}
.content ul li a {
    display: inline-block;
    margin-bottom: 10px;
}
.content ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    left: 0;
    top: 7px;
    background-color: #233066;
    transition: 0.3s ease;
}
.content table {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
}
.content table th,
.content table td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
.content table thead {
    background: #f1f1f1;
}
.content table tbody {
    background: #F6F6F6;
}
.content table tbody td {
    text-align: left !important;
}
.content blockquote {
    border-left: 4px solid #233066;
    padding: 20px;
    margin: 20px 0;
}
.content blockquote p {
    margin-bottom: 0;
    color: #333;
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
}
.content pre {
    padding: 10px 20px;
    background: #F6F6F6;
}

/* widget */
.widget-blocks {
    padding-left: 20px;
}
@media (max-width: 991px) {
    .widget-blocks {
        padding-left: 0;
    }
}
.widget-blocks .row > .col:last-child .widget, .widget-blocks .row > [class*=col-]:last-child .widget {
    margin-bottom: 0 !important;
}

.widget {
    margin-bottom: 50px;
}
.widget-body {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
    .widget-body-sm {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .widget-body {
        padding: 25px;
    }
}
@media (max-width: 575px) {
    .widget-body {
        padding: 15px;
    }
    .register-btn-group{
        padding:15px;
    }
    .supported-logo-img{
        padding-top:5px !important;
    }
}
.widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-list .card {
    border-bottom: 1px dashed #ececec;
    padding-bottom: 15px;
}
.widget-list .media img {
    height: 80px;
    width: 80px !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}
.widget-list .media:not(:last-child) {
    border-bottom: 1px dashed #ececec;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget-list .media:hover {
    opacity: 0.8;
}
.widget-list li {
    display: inline-block;
}
.widget-list li a {
    background-color: rgba(19, 19, 19, 0.05);
    color: black;
    text-transform: capitalize;
    padding: 6px 16px;
    margin-bottom: 9px;
    margin-right: 9px;
    display: block;
    font-size: 14px;
    border-radius: 0;
}
.widget-list li a:hover {
    background-color: rgba(61, 234, 164, 0.25);
}

.author-thumb-sm {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991px) {
    .author-thumb-sm {
        height: 250px;
    }
}
@media (max-width: 767px) {
    .author-thumb-sm {
        height: 200px;
    }
    .h-410{
        min-height:   auto !important;
    }
}

.post-thumb-sm {
    height: 80px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.copyright {
    background-color: #0e0e0e !important;
    color: #e8e8e8;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}

footer .section {
    padding: 45px 0;
}

.navbar-footer .nav-link:hover {
    color: #233066;
    text-decoration: underline;
}

.form-control {
    border-radius: 0;
    min-height: 50px;
    padding: 10px 15px;
}
.form-control:focus {
    border-color: #131313;
    box-shadow: none;
}

.h-410{
    min-height: 415px !important;
}

.hover-block {
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
}

.hover-block:hover {
    background-color: rgba(218, 33, 40, 0.15);
}

.btn-heading{
    background: #233066;
    color: #FBE8E6;
    border-radius: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-break: auto;
    width: auto;
    font-weight: 600;
    padding: 5px 15px;

}

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

.header-area{
    padding-top:15px;
}

.hero-bg-img {
    background-image: url(../images/background.png);
    background-size: contain;
    background-repeat: round;
/*    height: 800px;*/
}

/*.bg-right {
    background-image: url(../images/background_right.png);
    background-size: cover;
    background-repeat: no-repeat;
    
    height:550px;
}*/

.bg-right {
    background-image: url(../images/background_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 728px;
    margin-left: 77px; /* optional */
}

.master-img {
    position: relative;
    max-width: 270px;
    margin-left: 59px;
    padding-top: 141px;
}


.chairperson-img{
    width:90%;
}

@media (max-width: 1200px) {
    .chairperson-img{
        width:90%;
    }
}
@media (max-width: 991px) {
    .chairperson-img{
        width:90%;
    }
}
@media (max-width: 575px) {
    .chairperson-img{
        width:80%;
    }
}

.mt-75{
    margin-top: 10px;
}

.chp{
    font-family: 'Uni Sans', sans-serif !important;
}


@media (max-width: 1200px) {

    .chp{
        font-family: 'Uni Sans', sans-serif !important;
    }
}
@media (max-width: 991px) {

    .chp{
        font-family: 'Uni Sans', sans-serif !important;
    }
}
@media (max-width: 575px) {

    .chp{
        font-family: 'Uni Sans', sans-serif !important;

    }

}

.chh3{
    font-family: 'BAHNSCHRIFT';
    color: #B42A34;
    font-size: 34px !important;
}


@media (max-width: 1200px) {

    .chh3{
        font-family: 'BAHNSCHRIFT';
        color: #B42A34;
        font-size: 34px !important;
    }
}
@media (max-width: 991px) {

    .chh3{
        font-family: 'BAHNSCHRIFT';
        color: #B42A34;
        font-size: 25px !important;
    }
}
@media (max-width: 575px) {

    .chh3{
        font-family: 'BAHNSCHRIFT';
        color: #B42A34;
        font-size: 25px !important;
        display:flex;
        justify-content: end;
        margin-top:5px;
    }

}

@media (max-width: 1200px) {
    .master-img {
        position: relative;
        max-width: 190px;
        margin-left: 40px;
    }
}
@media (max-width: 991px) {
    .master-img {
        position: relative;
        max-width: 190px;
        margin-left: 40px;
    }
}
@media (max-width: 575px) {
    .master-img {
        position: relative;
        max-width: 190px;
        margin-left: 100px;
        padding-top: 25px;
    }
}

.module-section{
    margin-top:5px;
}

.module-desc{
    color: #AF1F2C;
    font-size: 32px;
    font-family: 'BAHNSCHRIFT', sans-serif;
    font-weight: 800;
    margin-left: 40px;
}


.mobile.hero-bg-img {
    background-image: url(../images/background.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center bottom;
    height: 458px;
}

@media (max-width: 575px) {
    .hero-bg-img {
        background-image: url(../images/background.png);
        height: -webkit-fill-available;
        background-position: initial;
        background-size: auto;
    }
}
/*# sourceMappingURL=style.css.map */

.image-wrapper {
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: flex-start; /* align to left */
    height: 200px; /* or whatever height you need */
    margin:auto;
    gap: 20px;
}

.logo-img {
    /*    max-height: 200px;  adjust as needed */
}

.supported-logo-img{
    width: 283px;
    padding-top: 49px;
}

.border_btm div {
    border: 5px solid #DA2128;
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.br-black {
    border: 1px solid #000000;
    border-radius: 25px;
    color: white;
    background: #DA2128;
    font-size: 18px;
    font-family: 'Uni Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 20px;
}

.br-trans {
    border: 1px solid #DA2128;
    border-radius: 25px;
    color: #DA2128;
    background: transparent;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 20px;
}

.br-trans:hover {
    border: 1px solid #c3122f;
    border-radius: 25px;
    color: white;
    background: #c3122f;
    padding: 5px 20px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.rf-tab {
    background-color: #474645;
    color: white;
    font-family: 'BAHNSCHRIFT', sans-serif;
    font-size: 37px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    display: inline-block;
    width: 150px;
    justify-content: center;
    text-align: center;
    margin-left: 22px;
    padding-top: 11px;
}

.nav-tabs {
    border: none; /* remove default */
    position: relative;
    padding-bottom: 10px; /* spacing for effect */
}

.nav-tabs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(to bottom, #ffffff, #12111166);
    border-radius: 10px 10px 0 0;
    z-index: -1;
}


@media (max-width: 1200px) {
    .nav-tabs::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 75% ;
        height: 12px;
        background: linear-gradient(to bottom, #ffffff, #12111166);
        border-radius: 10px 10px 0 0;
        z-index: -1;
    }
}
@media (max-width: 991px) {
    .nav-tabs::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 75% ;
        height: 12px;
        background: linear-gradient(to bottom, #ffffff, #12111166);
        border-radius: 10px 10px 0 0;
        z-index: -1;
    }
}
@media (max-width: 575px) {
    .nav-tabs::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 75% ;
        height: 12px;
        background: linear-gradient(to bottom, #ffffff, #12111166);
        border-radius: 10px 10px 0 0;
        z-index: -1;
    }
}

.nav-tabs .nav-item {
    margin-bottom: -9px !important;
}

.cal-tab{
    background-color: #000000;
    color: white;
    font-family: 'BAHNSCHRIFT', sans-serif;
    font-size: 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    display: inline-block;
    width: 200px;
    justify-content: center;
    text-align: center;
    margin-left: 22px;
    padding-top: 5px;
}

.brd-tp{

}

.form-section{
    background-color: #FBE8E6;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;

}

.tab-border-gradient {
    height: 3px;
    background: linear-gradient(to bottom, #f5f5f5, #fff);
}

.form-row{
    padding:25px 25px 15px 25px;
}

.form-row label{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-left:5px;
}

.form-row input{
    /*    border: 1px solid #DA2128;*/
    border-radius:25px;
}




.form-row  .select2-container--default .select2-selection--single{
    /*    border: 1px solid #DA2128;*/
    border-radius: 25px;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
}

.form-row  select2{
    border: 1px solid #DA2128;
    border-radius:25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;

}

.text-danger {
    color: #dc3545 !important;
    margin-left: 15px;
    font-size: 15px;
}

.registration_submit{
    border-left: 3px solid #B42A34;
    border-bottom: 3px solid #B42A34;
    border-top: 3px solid #B42A34;
    border-right: 3px solid #B42A34;
    border-radius: 100px 0px 100px 0px;
    background-color:    #B42A34;
    color:white;

    font-weight: 800;
    font-size:18px;
    text-transform: uppercase;
    width:250px;
}

.center-button {
    text-align: center;
    margin-top: 40px;
}

.below-text {
    color: #6c757d;
    margin-top: 10px;
    font-size: 14px;
}

.custom-tabs .nav-link {
    border: none;
    border-bottom: 4px solid transparent;
    color: #333;
    font-weight: 500;
}

.custom-tabs .nav-link.active {
    border-bottom: 4px solid #007bff;
    color: #007bff;
    background-color: transparent;
}

.br-blue {
    border-left: 3px solid #c3122f;
    border-bottom: 3px solid #c3122f;
    border-top: 3px solid #c3122f;
    border-right: 3px solid #c3122f;
    border-radius: 100px 0px 100px 0px;
    color: white;
    background: #c3122f;
    font-size: 18px;
    font-family: 'Uni Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 20px;
}

@media (max-width: 575px) {
    .br-blue {
        max-width: 320px;
    }
}

.ecs_btn {
    background-color: #AE1F2C;
    color: white;
    border-radius: 25px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    width: 250px;
}

.form-row .select2-container--default .select2-selection--single {
    /*    border: 1px solid #DA2128;*/
    border-radius: 25px;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
}

.datetime{
    color: #AE1F2C;
    font-family: 'Uni Sans', sans-serif;
    font-size: 13px;
    color: black;
    font-style: italic;
}

@media (max-width: 767.98px) {
    .mobile-newline {
        display: block;
        width: 100%;
    }
}

.ada_logo{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px; /* Adjust size as needed */
    z-index: 10;
    top:100%;
}



.module-banner {
    background: linear-gradient(to right, #660a0a 60%, #881919);
    position: relative;
    max-width: 500px;
    border-radius: 0.25rem;
/*    margin-right: 30px;  Space for arrow */
}

.module-banner::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 52px solid transparent;
    border-left: 30px solid #881919;
}

@media (max-width: 575px) {

    .module-banner::after {
        display:none;
    }

}
@media (max-width: 1199px) {

    .module-banner::after {
        border-top: 53px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 30px solid #881919;
    }

}

@media (min-width: 575px) and (max-width: 768px) {
    .module-banner::after {
        border-top: 37px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 30px solid #881919;
    }
}

.session-banner {
    text-align: center;
    margin: 10px auto;
    font-family: Arial, sans-serif;
}

.session-title {
    background-color: #c1121f; /* Red banner */
    color: white;
    display: inline-block;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
}

.session-title::before,
.session-title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.session-title::before {
    left: -9px;
    border-right: 10px solid #333;
}

.session-title::after {
    right: -9px;
    border-left: 10px solid #333;
}

.session-datetime

{
    margin-top: 8px;
    font-size: 16px;
    color: #ae1f2c;
    background: white;
    margin-top: -23px;
    /* position: absolute; */
    padding: 27px 15px 10px 15px;
}

.session-datetime .highlight {
    font-weight: bold;
}

.image-wrapper {
/*    height: 122px;*/
    position: relative;
}

/* Center-bottom main image */
.center-bottom-img {
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: translateX(-50%);
    width: 500px;
    height: auto;
    z-index: 10;
}

/* Bottom-right secondary image */
.ada-logo {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 120px; /* Adjust as needed */
    height: auto;
    z-index: 10;
}

/* Responsive stacking for smaller screens */
@media (max-width: 767px) {
    .center-bottom-img,
    .ada-logo {
        position: static;
        display: block;
        margin: 10px auto;
        width: 60%; /* Adjust for smaller screens */
        transform: none;
    }

    .image-wrapper {
        height: auto;
        text-align: center;
    }
}

.color-overlay {
    width: 100%;
    height: 400px;
    background-image: url("your-image.jpg");
    background-size: cover;
    background-position: center;

    /* Overlay color */
    background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */

    /* This blends the color with the image */
    background-blend-mode: overlay; /* or multiply, darken, lighten */
}