/* ##### ABSTRACTS ##### */
/* ==== Common colors ==== */
/* ==== Links colors ==== */
/* Easing/Timing */
/* =============== GOOGEL FONTS =============== */
@import url("https://fonts.googleapis.com/css2?family=Gravitas+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* =============== HTML =============== */
html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* #### Adding Vendor Prefixes to the CSS #### */
/* ########## Fonts ######### */
/* ########### font weights ########## */
/* ########### Breakpoints ########## */
/* ########### Background ########## */
/* ########### Forms ########## */
/* ########### Animation ########## */
/* ########### Transition ########## */
/* ########### Box sizing ########## */
/* ########### Opacity ########## */
/* ###### Border and Border Radius ####### */
/* ########### Positioning ########## */
/* ########### Grid ########## */
/* ########### Flexbox ########## */
/* ########### Gradient ########## */
/* #### Truncate text on text overflow ### */
/* ########### Pseudo stylings ########## */
/* ########### Visibility & Display ########## */
/* ###########  padding & margins ########## */
/* ########### Misc ########## */
/* ########### list ########## */
/* ==========================================================================
   This mixin takes all the hassle out of creating that triangle you'll see coming out of most traditional tooltips, all without images, you just specify it's colour, how big you want it, the direction it's going to come out of your element and you're done!
   ========================================================================== */
/* ##### BASE ##### */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

:not(.desc)>ul,
:not(.desc)>ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: unset;
    transition: all ease-in-out 300ms;
}

a:focus,
a:hover {
    color: unset;
}

img,
picture,
video,
canvas,
svg {
    max-width: 100%;
    display: block;
}

img {
    width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
}

textarea {
    resize: none;
}

img,
object,
embed,
video {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button:focus {
    outline: 0;
    box-shadow: none !important;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 1.125rem;
}

body {
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: rgba(94, 102, 102, 0.7);
    font-weight: 400;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: rgba(94, 102, 102, 0.7);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    font-family: "Inter", serif;
    color: #012169;
    font-weight: 700;
    margin-bottom: 0;
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 0px;
}

h1,
.h1 {
    font-size: 50.4px;
}

h2,
.h2 {
    font-size: 45px;
}

h3,
.h3 {
    font-size: 36px;
}

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

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

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

.newsletter-card .title-container .desc p,
.news-details-header .posted-date,
.membership-list li,
.contact-item,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.socialmedia-title,
.socialmedia-link,
.footer-link,
.footer-item,
.footer-title,
.form-control,
.form-label,
.form-check-label,
.pagination .page-link,
.dropdown-item,
.navbar .nav-link,
.navbar .nav-item .dropdown-item,
.date-container .month,
.user-icon,
.secondary-person-position,
.secondary-person-name,
.process-card .desc p,
.pricing-card .desc ul li,
.pricing-card .desc p,
.pricing-card .card-content-title,
.pricing-card .card-title,
.pricing-card .sign,
.event-card .event-category,
.event-card .event-date,
.sc-tag-sec,
.sc-tag,
.btn-link,
.btn,
.desc ul li,
.desc li,
.desc.sm p,
.desc.sec p,
.desc p,
.p-text-xxx-lg,
.p-text-xx-lg,
.p-text-x-lg,
.p-text-lg,
.p-text-md,
.p-text-base,
.p-text-sm,
.p-text-x-sm,
.p-text-xx-sm {
    font-weight: "regular";
    color: rgba(94, 102, 102, 0.7);
    font-family: "Poppins", sans-serif;
}

.p-text-xx-sm {
    font-size: 13px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-xx-sm {
        font-size: 13px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-xx-sm {
        font-size: 14px;
        line-height: normal;
    }
}

.p-text-x-sm {
    font-size: 14px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-x-sm {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-x-sm {
        font-size: 15px;
        line-height: normal;
    }
}

.p-text-sm {
    font-size: 15px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-sm {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-sm {
        font-size: 16px;
        line-height: normal;
    }
}

.p-text-base {
    font-size: 16px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-base {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-base {
        font-size: 18px;
        line-height: normal;
    }
}

.p-text-md {
    font-size: 16px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-md {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-md {
        font-size: 18px;
        line-height: normal;
    }
}

.p-text-lg {
    font-size: 18px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-lg {
        font-size: 18px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-lg {
        font-size: 20px;
        line-height: normal;
    }
}

.p-text-x-lg {
    font-size: 20px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-x-lg {
        font-size: 20px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-x-lg {
        font-size: 24px;
        line-height: normal;
    }
}

.p-text-xx-lg {
    font-size: 24px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-xx-lg {
        font-size: 24px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-xx-lg {
        font-size: 27px;
        line-height: normal;
    }
}

.p-text-xxx-lg {
    font-size: 27px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .p-text-xxx-lg {
        font-size: 27px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .p-text-xxx-lg {
        font-size: 35px;
        line-height: normal;
    }
}

.text-royalBlue {
    color: #012169 !important;
}

.text-red {
    color: #C8102E !important;
}

.text-whiteSmoke {
    color: #F5F5F5 !important;
}

.text-dimGray {
    color: #5E6666 !important;
}

.text-dimGray2 {
    color: #5F6368 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-black {
    color: #000000 !important;
}

.bg-royalBlue {
    background-color: #012169 !important;
}

.bg-red {
    background-color: #C8102E !important;
}

.bg-whiteSmoke {
    background-color: #F5F5F5 !important;
}

.bg-dimGray {
    background-color: #5E6666 !important;
}

.bg-dimGray2 {
    background-color: #5F6368 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-black {
    background-color: #000000 !important;
}

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.fw-9 {
    font-weight: 900;
}

.op-01 {
    opacity: 0.1;
}

.op-02 {
    opacity: 0.2;
}

.op-03 {
    opacity: 0.3;
}

.op-04 {
    opacity: 0.4;
}

.op-05 {
    opacity: 0.5;
}

.op-06 {
    opacity: 0.6;
}

.op-07 {
    opacity: 0.7;
}

.op-08 {
    opacity: 0.8;
}

.op-09 {
    opacity: 0.9;
}

.fs-4x-sm {
    font-size: 12px;
}

.fs-xxx-sm {
    font-size: 13px;
}

.fs-xx-sm {
    font-size: 14px;
}

.fs-x-sm {
    font-size: 15px;
}

.fs-sm {
    font-size: 16px;
}

.fs-base {
    font-size: 18px;
}

.fs-md {
    font-size: 18px;
}

.fs-lg {
    font-size: 20px;
}

.fs-x-lg {
    font-size: 24px;
}

.fs-xx-lg {
    font-size: 27px;
}

.fs-xxx-lg {
    font-size: 35px;
}

.lh-15 {
    line-height: 15px;
}

.lh-16 {
    line-height: 16px;
}

.lh-17 {
    line-height: 17px;
}

.lh-18 {
    line-height: 18px;
}

.lh-19 {
    line-height: 19px;
}

.lh-20 {
    line-height: 20px;
}

.lh-21 {
    line-height: 21px;
}

.lh-22 {
    line-height: 22px;
}

.lh-23 {
    line-height: 23px;
}

.lh-24 {
    line-height: 24px;
}

.lh-25 {
    line-height: 25px;
}

.lh-26 {
    line-height: 26px;
}

.lh-27 {
    line-height: 27px;
}

.lh-28 {
    line-height: 28px;
}

.lh-29 {
    line-height: 29px;
}

.lh-30 {
    line-height: 30px;
}

.lh-31 {
    line-height: 31px;
}

.lh-32 {
    line-height: 32px;
}

.lh-33 {
    line-height: 33px;
}

.lh-34 {
    line-height: 34px;
}

.lh-35 {
    line-height: 35px;
}

.lh-36 {
    line-height: 36px;
}

.lh-37 {
    line-height: 37px;
}

.lh-38 {
    line-height: 38px;
}

.lh-39 {
    line-height: 39px;
}

.lh-40 {
    line-height: 40px;
}

.lh-41 {
    line-height: 41px;
}

.lh-42 {
    line-height: 42px;
}

.lh-43 {
    line-height: 43px;
}

.lh-44 {
    line-height: 44px;
}

.lh-45 {
    line-height: 45px;
}

.lh-46 {
    line-height: 46px;
}

.lh-47 {
    line-height: 47px;
}

.lh-48 {
    line-height: 48px;
}

.lh-49 {
    line-height: 49px;
}

.lh-50 {
    line-height: 50px;
}

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

.font-int {
    font-family: "Inter", serif !important;
}

.font-gra {
    font-family: "Gravitas One", serif !important;
}

.op-none {
    opacity: 1 !important;
}

.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.no-wrap {
    white-space: nowrap;
}

.resize-animation-stopper * {
    animation: none !important;
    transition: none !important;
}

.w-fit {
    width: fit-content;
}

.z-low {
    z-index: 10;
}

.z-mid {
    z-index: 100;
}

.z-high {
    z-index: 1000;
}

.bg-none {
    background: transparent !important;
}

.is-hidden {
    display: none;
    visibility: hidden;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.vh-100 {
    height: 100vh !important;
}

.min-width-auto {
    min-width: auto !important;
}

.bg-property {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.desc.sec p,
.desc p {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    margin-bottom: 8px;
}

@media (min-width: 575.99px) {

    .desc.sec p,
    .desc p {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .desc.sec p,
    .desc p {
        font-size: 18px;
        line-height: normal;
    }
}

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
    margin-top: 0;
    margin-bottom: 25px;
}

.desc p {
    color: rgba(94, 102, 102, 0.7);
}

.desc.sm p {
    font-size: 15px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .desc.sm p {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .desc.sm p {
        font-size: 16px;
        line-height: normal;
    }
}

.desc.medium p {
    font-weight: 500;
}

.desc.sec p {
    color: rgba(245, 245, 245, 0.8);
}

.desc ul li,
.desc li {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    margin-bottom: 8px;
    color: #012169;
    font-weight: 500;
}

@media (min-width: 575.99px) {

    .desc ul li,
    .desc li {
        font-size: 18px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .desc ul li,
    .desc li {
        font-size: 20px;
        line-height: normal;
    }
}

.desc a {
    color: #012169;
    font-weight: 500;
}

.desc ul {
    padding-left: 20px !important;
    margin-top: 35px;
    margin-bottom: 15px;
}

/*====================================================================================*/
/* ##### COMPONENTS ##### */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    user-select: none;
    border: none !important;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    transition: all ease-in-out 300ms;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
}

@media (min-width: 575.99px) {
    .btn {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .btn {
        font-size: 16px;
        line-height: normal;
    }
}

.btn,
.btn:link,
.btn:visited {
    color: #FFFFFF;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #000000;
    color: #FFFFFF;
    transition: all ease-in-out 300ms;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #000000;
    opacity: 0.7;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
    background: none !important;
    position: relative;
    padding-left: 55px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-primary span,
.btn-primary:link span,
.btn-primary:visited span {
    display: inline-block;
}

.btn-primary .circle,
.btn-primary:link .circle,
.btn-primary:visited .circle {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    border-radius: 80px;
    background-color: #C8102E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.btn-primary .icon,
.btn-primary:link .icon,
.btn-primary:visited .icon {
    position: absolute;
    left: 2.6%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: transparent;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.btn-primary .icon.arrow:before,
.btn-primary:link .icon.arrow:before,
.btn-primary:visited .icon.arrow:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -4.64px;
    transform: translateY(50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.btn-primary .button-text,
.btn-primary:link .button-text,
.btn-primary:visited .button-text {
    position: relative;
    z-index: 3;
}

.btn-primary .button-text-sec,
.btn-primary:link .button-text-sec,
.btn-primary:visited .button-text-sec {
    position: relative;
    z-index: 3;
    color: rgba(94, 102, 102, 0.7);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.btn-primary:hover .circle,
.btn-primary:active .circle,
.btn-primary:focus .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    width: 100%;
    height: 46px;
}

.btn-primary:hover .icon,
.btn-primary:active .icon,
.btn-primary:focus .icon {
    left: 9%;
    background-color: #FFFFFF;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.btn-primary:hover .icon.arrow:before,
.btn-primary:active .icon.arrow:before,
.btn-primary:focus .icon.arrow:before {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.btn-primary:hover .button-text-sec,
.btn-primary:active .button-text-sec,
.btn-primary:focus .button-text-sec {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    color: #F5F5F5;
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
    border: 2px solid #F5F5F5 !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #012169;
    background-color: #F5F5F5;
    position: relative;
}

.btn-secondary .text,
.btn-secondary:link .text,
.btn-secondary:visited .text {
    position: relative;
    z-index: 5;
}

.btn-secondary::before,
.btn-secondary:link::before,
.btn-secondary:visited::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    bottom: -10px;
    left: -10px;
    background-color: #012169;
    transition: all ease-in-out 300ms;
    z-index: 2;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #F5F5F5;
    color: #F5F5F5;
}

.btn-secondary:hover::before,
.btn-secondary:active::before,
.btn-secondary:focus::before {
    transform: scale(20);
    transition: all ease-in-out 300ms;
}

.btn-submit {
    background-color: #012169;
    border-radius: 0 !important;
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
    background-color: #011136;
}

.btn-transparent {
    border: 2px solid #012169 !important;
    border-radius: 0 !important;
    color: #012169 !important;
    transition: all ease-in-out 300ms;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    color: #F5F5F5 !important;
    background-color: #011136;
    transition: all ease-in-out 300ms;
}

.btn-link {
    color: #012169 !important;
    transition: all ease-in-out 300ms;
    font-size: 15px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .btn-link {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .btn-link {
        font-size: 16px;
        line-height: normal;
    }
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #011136;
    transition: all ease-in-out 300ms;
}

.pricing-card .price-before,
.title-x-lg,
.title-lg,
.sc-title-sec,
.sc-title {
    font-size: 36px;
    line-height: normal;
}

@media (min-width: 575.99px) {

    .pricing-card .price-before,
    .title-x-lg,
    .title-lg,
    .sc-title-sec,
    .sc-title {
        font-size: 42px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .pricing-card .price-before,
    .title-x-lg,
    .title-lg,
    .sc-title-sec,
    .sc-title {
        font-size: 50px;
        line-height: normal;
    }
}

@media (min-width: 1199.99px) {

    .pricing-card .price-before,
    .title-x-lg,
    .title-lg,
    .sc-title-sec,
    .sc-title {
        font-size: 55px;
        line-height: normal;
    }
}

.title-x-lg,
.title-lg,
.sc-title-sec,
.sc-title {
    font-family: "Inter", serif;
    color: #012169;
    font-weight: 700;
}

.sc-title {
    margin-bottom: 15px;
}

.sc-title-sec {
    color: #F5F5F5;
    margin-bottom: 15px;
}

.sc-tag {
    font-size: 16px;
    line-height: normal;
    color: rgba(200, 16, 46, 0.6);
    font-weight: 700;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {
    .sc-tag {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .sc-tag {
        font-size: 18px;
        line-height: normal;
    }
}

.sc-tag-sec {
    background-color: rgba(1, 33, 105, 0.1);
    color: rgba(200, 16, 46, 0.6);
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    font-family: "Inter", serif;
    text-transform: uppercase;
    position: relative;
    margin-left: 50px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
    background-color: inherit;
    width: fit-content;
}

@media (min-width: 575.99px) {
    .sc-tag-sec {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .sc-tag-sec {
        font-size: 18px;
        line-height: normal;
    }
}

.sc-tag-sec::before {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    height: 3px;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    background-color: rgba(200, 16, 46, 0.6);
}

.date-container .date,
.join-card .card-title,
.title-sm {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: #012169;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {

    .date-container .date,
    .join-card .card-title,
    .title-sm {
        font-size: 20px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .date-container .date,
    .join-card .card-title,
    .title-sm {
        font-size: 20px;
        line-height: normal;
    }
}

@media (min-width: 1399.99px) {

    .date-container .date,
    .join-card .card-title,
    .title-sm {
        font-size: 20px;
        line-height: normal;
    }
}

.process-card-title,
.pricing-card .price-after .sign,
.pricing-card .price-after,
.primary-card .news-title,
.publiaction-card .publication-title,
.event-card .event-title,
.title-base,
.signup-title span {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: #012169;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {

    .process-card-title,
    .pricing-card .price-after .sign,
    .pricing-card .price-after,
    .primary-card .news-title,
    .publiaction-card .publication-title,
    .event-card .event-title,
    .title-base,
    .signup-title span {
        font-size: 22px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .process-card-title,
    .pricing-card .price-after .sign,
    .pricing-card .price-after,
    .primary-card .news-title,
    .publiaction-card .publication-title,
    .event-card .event-title,
    .title-base,
    .signup-title span {
        font-size: 24px;
        line-height: normal;
    }
}

@media (min-width: 1399.99px) {

    .process-card-title,
    .pricing-card .price-after .sign,
    .pricing-card .price-after,
    .primary-card .news-title,
    .publiaction-card .publication-title,
    .event-card .event-title,
    .title-base,
    .signup-title span {
        font-size: 24px;
        line-height: normal;
    }
}

.newsletter-title {
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    color: #012169;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {
    .newsletter-title {
        font-size: 28px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .newsletter-title {
        font-size: 32px;
        line-height: normal;
    }
}

@media (min-width: 1399.99px) {
    .newsletter-title {
        font-size: 35px;
        line-height: normal;
    }
}

.newsletter-card-title,
.signup-title {
    font-size: 34px;
    line-height: normal;
    font-weight: 800;
    color: #012169;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {

    .newsletter-card-title,
    .signup-title {
        font-size: 36px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .newsletter-card-title,
    .signup-title {
        font-size: 40px;
        line-height: normal;
    }
}

@media (min-width: 1399.99px) {

    .newsletter-card-title,
    .signup-title {
        font-size: 44px;
        line-height: normal;
    }
}

.signup-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.signup-title span {
    display: block;
}

.title-base {
    font-weight: 700;
}

.title-lg {
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .title-lg {
        font-size: 32px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .title-lg {
        font-size: 36px;
        line-height: normal;
    }
}

@media (min-width: 1399.99px) {
    .title-lg {
        font-size: 42px;
        line-height: normal;
    }
}

.title-x-lg {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .title-x-lg {
        font-size: 36px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .title-x-lg {
        font-size: 42px;
        line-height: normal;
    }
}

@media (min-width: 1199.99px) {
    .title-x-lg {
        font-size: 52px;
        line-height: normal;
    }
}

.event-card {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.065) 0px 25px 50px -12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    transition: all ease-in-out 300ms;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1399.99px) {
    .event-card {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .event-card {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .event-card {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .event-card {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.event-card-image-container {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
}

.event-card-image-container .img-cover {
    width: 100%;
    height: 300px;
    position: relative;
}

.event-card-image-container .img-cover::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(1, 33, 105, 0);
    transition: all ease-in-out 300ms;
}

.event-card .event-date {
    font-size: 15px;
    line-height: normal;
    background-color: #c8102e;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    top: 0;
    position: absolute;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

@media (min-width: 575.99px) {
    .event-card .event-date {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .event-card .event-date {
        font-size: 16px;
        line-height: normal;
    }
}

.event-card .event-date .icon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.event-card .event-date .icon img {
    width: 100%;
    height: 100%;
}

.event-card .event-category {
    font-size: 15px;
    line-height: normal;
    background-color: #c8102e;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    bottom: 0;
    position: absolute;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
}

@media (min-width: 575.99px) {
    .event-card .event-category {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .event-card .event-category {
        font-size: 16px;
        line-height: normal;
    }
}

.event-card .event-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.event-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    transition: all ease-in-out 300ms;
}

.event-card:hover .img-cover::before {
    background-color: rgba(1, 33, 105, 0.3);
    transition: all ease-in-out 300ms;
}

.join-card {
    background-color: rgba(95, 99, 104, 0.05);
    border: 2px solid rgba(95, 99, 104, 0.05);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 90px;
    padding-bottom: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: all ease-in-out 300ms;
}

.join-card .card-title {
    text-align: center;
}

.join-card .card-desc {
    text-align: center;
}

.join-card:hover {
    background-color: rgba(95, 99, 104, 0.1);
    cursor: pointer;
    transition: all ease-in-out 300ms;
}

.publiaction-card {
    height: 100%;
}

.publiaction-card-wrapper {
    position: relative;
}

.publiaction-card .image-container {
    width: 100%;
    height: 370px;
}

.publiaction-card .image-container .img-cover {
    box-shadow: rgba(0, 0, 0, 0) 0px 15px 25px, rgba(0, 0, 0, 0) 0px 5px 10px;
    transition: all ease-in-out 300ms;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 78%;
    position: relative;
}

.publiaction-card .image-container .img-cover::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 33, 105, 0);
    transition: all ease-in-out 300ms;
}

.publiaction-card .publication-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background-color: #F5F5F5;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.publiaction-card .publication-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 10px;
    background-color: #C8102E;
    transition: all ease-in-out 300ms;
}

.publiaction-card .publication-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.publiaction-card:hover .img-cover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    transition: all ease-in-out 300ms;
}

.publiaction-card:hover .img-cover::before {
    background-color: rgba(1, 33, 105, 0.2);
    transition: all ease-in-out 300ms;
}

.publiaction-card:hover .publication-content::before {
    width: 100%;
    transition: all ease-in-out 300ms;
}

.primary-card {
    height: 100%;
}

.primary-card-wrapper {
    position: relative;
}

.primary-card .image-container {
    width: 100%;
    height: 390px;
}

.primary-card .image-container .img-cover {
    box-shadow: rgba(0, 0, 0, 0) 0px 15px 25px, rgba(0, 0, 0, 0) 0px 5px 10px;
    transition: all ease-in-out 300ms;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 78%;
    position: relative;
}

.primary-card .image-container .img-cover::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 33, 105, 0);
    transition: all ease-in-out 300ms;
}

.primary-card .news-content {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.primary-card .news-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 10px;
    background-color: #C8102E;
    transition: all ease-in-out 300ms;
}

.primary-card .news-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.primary-card:hover .img-cover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    transition: all ease-in-out 300ms;
}

.primary-card:hover .img-cover::before {
    background-color: rgba(1, 33, 105, 0.2);
    transition: all ease-in-out 300ms;
}

.primary-card:hover .news-content::before {
    width: 100%;
    transition: all ease-in-out 300ms;
}

.pricing-card {
    background-color: #012169;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.pricing-card .price-details {
    display: flex;
    align-items: end;
    justify-content: center;
    color: #F5F5F5;
    gap: 5px;
    margin-top: 0;
    margin-bottom: 20px;
}

.pricing-card .price-before {
    line-height: 0.9;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: end;
}

.pricing-card .price-before span {
    text-decoration: line-through;
}

.pricing-card .price-after {
    color: #F5F5F5;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: end;
}

.pricing-card .price-after .sign {
    color: #F5F5F5;
}

.pricing-card .sign {
    font-size: 16px;
    line-height: normal;
    color: #F5F5F5;
}

@media (min-width: 575.99px) {
    .pricing-card .sign {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .pricing-card .sign {
        font-size: 18px;
        line-height: normal;
    }
}

.pricing-card .card-title {
    font-size: 18px;
    line-height: normal;
    color: #F5F5F5;
    text-align: center;
    font-weight: 400;
    font-family: "Inter", serif;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 575.99px) {
    .pricing-card .card-title {
        font-size: 18px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .pricing-card .card-title {
        font-size: 20px;
        line-height: normal;
    }
}

.pricing-card .card-content-title {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: rgba(245, 245, 245, 0.9);
    margin-top: 0;
    margin-bottom: 5px;
}

@media (min-width: 575.99px) {
    .pricing-card .card-content-title {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .pricing-card .card-content-title {
        font-size: 15px;
        line-height: normal;
    }
}

.pricing-card .desc {
    margin-top: 0;
    margin-bottom: 20px;
}

.pricing-card .desc p {
    font-size: 14px;
    line-height: normal;
    color: rgba(245, 245, 245, 0.9);
}

@media (min-width: 575.99px) {
    .pricing-card .desc p {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .pricing-card .desc p {
        font-size: 15px;
        line-height: normal;
    }
}

.pricing-card .desc ul {
    list-style-image: url("../images/icons/list-2.svg");
    color: rgba(245, 245, 245, 0.8);
}

.pricing-card .desc ul li {
    font-size: 14px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    color: rgba(245, 245, 245, 0.8);
}

@media (min-width: 575.99px) {
    .pricing-card .desc ul li {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .pricing-card .desc ul li {
        font-size: 15px;
        line-height: normal;
    }
}

.process-card {
    background-color: #012169;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    min-height: 350px;
    min-width: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .process-card {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .process-card {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575.98px) {
    .process-card {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.process-card-title {
    color: #F5F5F5;
    margin-top: 0;
    margin-bottom: 20px;
}

.process-card .desc p {
    font-size: 15px;
    line-height: normal;
    color: rgba(245, 245, 245, 0.8);
}

@media (min-width: 575.99px) {
    .process-card .desc p {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .process-card .desc p {
        font-size: 16px;
        line-height: normal;
    }
}

.secondary-card {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 350px;
}

.secondary-person-image {
    width: 100%;
    height: 100%;
}

.secondary-person-image .img-cover {
    width: 100%;
    height: 100%;
}

.secondary-person-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80%;
    background-color: #012169;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 0px 8px 0px 0;
    -moz-border-radius: 0px 8px 0px 0;
    -ms-border-radius: 0px 8px 0px 0;
    border-radius: 0px 8px 0px 0;
}

.secondary-person-name {
    font-size: 15px;
    line-height: normal;
    color: #F5F5F5;
    font-weight: 500;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {
    .secondary-person-name {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .secondary-person-name {
        font-size: 16px;
        line-height: normal;
    }
}

.secondary-person-position {
    font-size: 14px;
    line-height: normal;
    color: rgba(245, 245, 245, 0.8);
    font-weight: 400;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {
    .secondary-person-position {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .secondary-person-position {
        font-size: 15px;
        line-height: normal;
    }
}

/* ##### LAYOUT ##### */
.box-container {
    height: 207px;
}

@media (max-width: 991.98px) {
    .box-container {
        height: 196px;
    }
}

@media (max-width: 767.98px) {
    .box-container {
        height: 196px;
    }
}

@media (max-width: 575.98px) {
    .box-container {
        height: 196px;
    }
}

.sc-header {
    background-color: #FFFFFF;
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -moz-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -ms-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.sc-header-top {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 991.98px) {
    .sc-header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.sc-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -moz-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -ms-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.sc-header.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -moz-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -ms-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.header-brand-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 991.99px) {
    .header-brand-container {
        justify-content: center;
    }
}

.small-screen-content {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (min-width: 991.99px) {
    .small-screen-content {
        display: none;
    }
}

.small-screen-content .img-cover {
    display: flex;
    align-items: center;
}

.small-screen-content .navbar-toggler .img-cover {
    display: inline-block;
    width: 42px;
    height: auto;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 991.98px) {
    .icon-wrapper {
        justify-content: end;
    }
}

.header-icons {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.search-icon,
.user-icon {
    border: none !important;
    background: none !important;
    display: flex;
    align-items: center;
}

.user-icon {
    background-color: #012169 !important;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    gap: 8px;
    font-size: 15px;
    line-height: normal;
    color: #F5F5F5;
    font-weight: 500;
}

@media (min-width: 575.99px) {
    .user-icon {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .user-icon {
        font-size: 16px;
        line-height: normal;
    }
}

.user-icon img {
    filter: brightness(2);
}

.header-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-brand .img-cover {
    width: 123px;
    height: 123px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.header-brand .img-cover img {
    object-fit: contain;
}

.date-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 991.98px) {
    .date-container {
        align-items: end;
        justify-content: start;
    }
}

.date-container .date {
    font-family: "Noto Sans", sans-serif;
    color: #012169;
    text-align: start;
}

.date-container .month {
    color: #012169;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
}

@media (min-width: 575.99px) {
    .date-container .month {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .date-container .month {
        font-size: 16px;
        line-height: normal;
    }
}

.searchbar {
    background-color: #012169;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.searchbar-wrapper {
    display: flex;
    align-items: end;
    justify-content: start;
}

.searchbar-container {
    transition: all ease-in-out 300ms;
    position: relative;
    z-index: 11;
}

.searchbar-container.hidden {
    transition: all ease-in-out 300ms;
    height: 0;
    overflow: hidden;
}

.btn-search {
    background: none !important;
    border: none !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    background-color: #012169;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav-item .dropdown-toggle.show {
    color: #F5F5F5;
}

.navbar .nav-item .dropdown-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #012169;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar .nav-item .dropdown-item {
    color: #F5F5F5;
    font-size: 15px;
    line-height: normal;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all ease-in-out 300ms;
}

@media (min-width: 575.99px) {
    .navbar .nav-item .dropdown-item {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .navbar .nav-item .dropdown-item {
        font-size: 16px;
        line-height: normal;
    }
}

.navbar .nav-item .dropdown-item:hover {
    background-color: #C8102E;
    transition: all ease-in-out 300ms;
}

.navbar .nav-link {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #F5F5F5;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    width: fit-content;
    font-family: "Noto Sans", sans-serif;
}

@media (min-width: 575.99px) {
    .navbar .nav-link {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .navbar .nav-link {
        font-size: 18px;
        line-height: normal;
    }
}

.navbar .nav-link.active {
    background-color: #C8102E;
    color: #FFFFFF;
}

.dropdown-toggle.show {
    color: #F5F5F5;
}

.dropdown-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #F5F5F5;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dropdown-item {
    color: #012169;
    font-size: 14px;
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all ease-in-out 300ms;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (min-width: 575.99px) {
    .dropdown-item {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .dropdown-item {
        font-size: 15px;
        line-height: normal;
    }
}

.dropdown-item svg {
    fill: #012169;
    transition: all ease-in-out 300ms;
}

.dropdown-item:hover {
    background-color: #C8102E;
    color: #F5F5F5;
    transition: all ease-in-out 300ms;
}

.dropdown-item:hover svg {
    fill: #F5F5F5;
    transition: all ease-in-out 300ms;
}

.pagination {
    gap: 10px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background-color: #012169;
    fill: #F5F5F5;
    border: 1px solid #012169;
    transition: all ease-in-out 300ms;
}

.pagination .page-item:first-child .page-link svg,
.pagination .page-item:last-child .page-link svg {
    transform: scale(1.5);
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
    transition: all ease-in-out 300ms;
    background-color: #F5F5F5;
    cursor: pointer;
}

.pagination .page-item:first-child .page-link:hover svg,
.pagination .page-item:last-child .page-link:hover svg {
    fill: #012169;
}

.pagination .page-item.active .page-link {
    border: 1px solid #012169;
    background-color: #012169;
    color: #F5F5F5;
}

.pagination .page-link {
    width: 43px;
    height: 43px;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    border-radius: 100% !important;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 575.99px) {
    .pagination .page-link {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .pagination .page-link {
        font-size: 15px;
        line-height: normal;
    }
}

.form-label,
.form-check-label {
    font-size: 16px;
    line-height: normal;
    color: rgba(1, 33, 105, 0.8);
    font-weight: 500;
}

@media (min-width: 575.99px) {

    .form-label,
    .form-check-label {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .form-label,
    .form-check-label {
        font-size: 18px;
        line-height: normal;
    }
}

.form-control {
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-bottom: 2px solid whitesmoke !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}

@media (min-width: 575.99px) {
    .form-control {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .form-control {
        font-size: 16px;
        line-height: normal;
    }
}

.form-control::placeholder {
    color: rgba(245, 245, 245, 0.6) !important;
}

.form-control.sec {
    border: 2px solid rgba(1, 33, 105, 0.9) !important;
    background-color: rgba(94, 102, 102, 0.1) !important;
    color: rgba(1, 33, 105, 0.6) !important;
}

.form-control.sec::placeholder {
    color: rgba(1, 33, 105, 0.6) !important;
}

.form-field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check-input {
    border-radius: 0 !important;
    border: 2px solid #012169;
}

.form-check-input:checked {
    border: 2px solid #012169;
    background-color: #012169;
}

.form-check-input:focus {
    border: 2px solid #012169;
}

.form-check-label {
    border-radius: 0 !important;
}

.form-divider {
    position: relative;
}

.form-divider::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(94, 102, 102, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50);
    left: 0;
    width: 100%;
    height: 1px;
}

.form-divider span {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
}

.sc-footer {
    background-color: #012169;
    padding-top: 121px;
    padding-bottom: 0;
}

.sc-footer-top {
    padding-top: 29px;
    padding-bottom: 0;
    border-bottom: rgba(245, 245, 245, 0.5) solid 1px;
}

@media (min-width: 1199.99px) {
    .sc-footer-top {
        padding-top: 29px;
        padding-bottom: 29px;
    }
}

.sc-footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    font-family: "Inter", serif;
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width: 575.99px) {
    .footer-title {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .footer-title {
        font-size: 18px;
        line-height: normal;
    }
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 8px !important;
    transition: all ease-in-out 300ms;
}

@media (min-width: 575.99px) {
    .footer-item {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .footer-item {
        font-size: 16px;
        line-height: normal;
    }
}

.footer-item a {
    color: whitesmoke;
}

.footer-link {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px !important;
    transition: all ease-in-out 300ms;
}

@media (min-width: 575.99px) {
    .footer-link {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .footer-link {
        font-size: 16px;
        line-height: normal;
    }
}

.footer-link .img-cover {
    width: 18px;
    height: 13px;
}

.footer-link .img-cover img {
    object-fit: contain;
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active,
.footer-link:visited {
    color: whitesmoke;
    transition: all ease-in-out 300ms;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-brand .img-cover {
    width: 253px;
    height: 253px;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .footer-brand .img-cover {
        width: 100%;
        height: 100%;
    }
}

.footer-brand .img-cover img {
    object-fit: contain;
}

.socialmedia {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.socialmedia-link {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 575.99px) {
    .socialmedia-link {
        font-size: 20px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .socialmedia-link {
        font-size: 24px;
        line-height: normal;
    }
}

.socialmedia-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.socialmedia-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 2px;
}

.socialmedia-title {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    font-family: "Inter", serif;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    margin-bottom: 5px;
}

@media (min-width: 575.99px) {
    .socialmedia-title {
        font-size: 18px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .socialmedia-title {
        font-size: 20px;
        line-height: normal;
    }
}

/* ##### VENDORS ##### */
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    overflow: hidden;
    color: rgba(245, 245, 245, 0.7);
    font-size: 14px;
    line-height: normal;
    background-color: transparent !important;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

@media (min-width: 575.99px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        font-size: 15px;
        line-height: normal;
    }
}

@media (max-width: 991.98px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
    }
}

.owl-carousel .owl-nav button.owl-prev .left-icon,
.owl-carousel .owl-nav button.owl-prev .right-icon,
.owl-carousel .owl-nav button.owl-next .left-icon,
.owl-carousel .owl-nav button.owl-next .right-icon {
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev::after,
.owl-carousel .owl-nav button.owl-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 2px dashed rgba(245, 245, 245, 0.7);
    transform: rotate(0deg);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: rgba(245, 245, 245, 0.9);
    border-color: rgba(245, 245, 245, 0.9);
}

.owl-carousel .owl-nav button.owl-prev:hover::after,
.owl-carousel .owl-nav button.owl-next:hover::after {
    animation: rotation 1000ms ease-in forwards;
}

.owl-carousel .owl-nav button.owl-prev:hover .left-icon,
.owl-carousel .owl-nav button.owl-next:hover .left-icon {
    animation: leftIconMovement 800ms ease-in-out forwards;
}

.owl-carousel .owl-nav button.owl-prev:hover .right-icon,
.owl-carousel .owl-nav button.owl-next:hover .right-icon {
    animation: rightIconMovement 800ms ease-in-out forwards;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    display: none !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0%;
}

@media (max-width: 991.98px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 2%;
    }
}

.owl-carousel .owl-nav button.owl-next {
    right: 0%;
}

@media (max-width: 991.98px) {
    .owl-carousel .owl-nav button.owl-next {
        right: 2%;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes leftIconMovement {
    0% {
        left: 0%;
    }

    25% {
        left: -10%;
        opacity: 0;
        transition: all linear 80ms;
    }

    50% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
        transform: translateX(-50%);
    }
}

@keyframes rightIconMovement {
    0% {
        right: 0%;
    }

    25% {
        right: -10%;
        opacity: 0;
        transition: all linear 80ms;
    }

    50% {
        right: 100%;
        opacity: 0;
    }

    100% {
        right: 50%;
        opacity: 1;
        transform: translateX(50%);
    }
}

/* ##### PAGES ##### */
.overlay {
    position: relative;
}

.overlay::before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(1, 33, 105, 0.4);
    z-index: 9;
}

.slider-item {
    position: relative;
    height: calc(100vh - 207px);
}

.slider-image-container {
    width: 100%;
    height: 100%;
}

.slider-image-container .img-cover {
    width: 100%;
    height: 100%;
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: start;
}

@media (max-width: 991.98px) {
    .slider-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767.98px) {
    .slider-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.sc-banner-sm {
    height: 50vh;
    background-color: rgba(1, 33, 105, 0.1);
    display: flex;
    align-items: center;
    justify-content: start;
}

.sc-about {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sc-about .img-container {
    position: relative;
}

.sc-about .img-container::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(85% + 0px);
    height: 100%;
    background-color: #012169;
    right: 30px;
    bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1199.98px) {
    .sc-about .img-container::before {
        right: none;
        left: 30px;
    }
}

@media (max-width: 767.98px) {
    .sc-about .img-container::before {
        width: calc(90% + 0px);
        height: 100%;
    }
}

.sc-about .img-container .img-cover {
    position: relative;
    z-index: 2;
    width: 85%;
    height: 85%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .sc-about .img-container .img-cover {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .sc-about .img-container .img-cover {
        width: 90%;
        height: 90%;
    }
}

.sc-events,
.sc-join,
.sc-publications {
    padding-top: 75px;
    padding-bottom: 150px;
}

.sc-newsletter {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #012169;
}

.sc-newsletter .form-container {
    margin-top: 65px;
    margin-bottom: 0;
}

.sc-newsletter .form-control {
    text-align: center;
}

.sc-newsletter .desc p {
    color: rgba(245, 245, 245, 0.8);
}

.newsletter-title {
    text-align: center;
    color: #F5F5F5;
}

.sc-news {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sc-contents {
    padding-top: 150px;
    padding-bottom: 150px;
}

.photo-collection {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .photo-collection {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .photo-collection {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .photo-collection {
        grid-template-columns: repeat(1, 1fr);
    }
}

.photo-collection .img-cover {
    height: 300px;
}

.photo-collection .img-cover img {
    object-fit: cover;
}

.contact-container {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: rgba(1, 33, 105, 0.1);
}

.contact-container .title-base {
    text-align: end;
}

.contact-list {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding-top: 10px !important;
    padding-bottom: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-items: end;
    gap: 10px;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    border-top: 1px solid rgba(94, 102, 102, 0.4);
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Inter", serif;
}

@media (min-width: 575.99px) {
    .contact-item {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .contact-item {
        font-size: 16px;
        line-height: normal;
    }
}

.contact-item .icon {
    background-color: rgba(200, 16, 46, 0.7);
    color: #F5F5F5;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.sc-membership,
.sc-pricing,
.sc-general-members {
    padding-top: 150px;
    padding-bottom: 150px;
}

.membership-list {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    list-style-image: url("../images/icons/list.svg");
    list-style-position: inside;
    gap: 8px;
}

.membership-list li {
    font-size: 15px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 575.99px) {
    .membership-list li {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .membership-list li {
        font-size: 16px;
        line-height: normal;
    }
}

.process-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 85px;
}

@media (max-width: 1199.98px) {
    .process-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .process-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .process-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.sc-process {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sc-process .process-card {
    position: relative;
}

.sc-sponsors,
.sc-executive-team {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sc-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-details .img-cover img {
    object-fit: contain;
}

.news-details .img-cover {
    width: 100%;
    height: 450px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 35px;
}

.news-details-header .posted-date {
    font-size: 15px;
    line-height: normal;
}

@media (min-width: 575.99px) {
    .news-details-header .posted-date {
        font-size: 15px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .news-details-header .posted-date {
        font-size: 16px;
        line-height: normal;
    }
}

.newsletter-card {
    background-color: #012169;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.newsletter-card .title-container {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.newsletter-card .title-container .desc p {
    font-size: 16px;
    line-height: normal;
    color: #F5F5F5;
}

@media (min-width: 575.99px) {
    .newsletter-card .title-container .desc p {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 991.99px) {
    .newsletter-card .title-container .desc p {
        font-size: 18px;
        line-height: normal;
    }
}

.newsletter-card-title {
    text-align: start;
    color: #F5F5F5;
}

/*# sourceMappingURL=main.css.map */
