@import"https://fonts.googleapis.com/css2?family=Anton&family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Merriweather:ital,wght@0,700;0,900;1,400;1,700;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&display=swap";

@font-face {
    font-family: "Proxima Nova";
    src: url("/fonts/Proxima_Nova_Regular/Proxima-Nova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


:root {

    /* color codes */
    --var-color-mustard: #F7B926;
    --var-color-text: #141430;
    --var-background-body: rgba(35, 31, 32, 0.96);
    --primary-bg-color: #6a1bbd;
    /* global scope */
}


.error-page {
    width: 100%
}

.error-page .error-page-wrapper {
    width: 90%;
    margin: 60px auto;
    text-align: center
}

.error-page .error-page-wrapper h1,
.error-page .error-page-wrapper h2 {
    font-weight: 400;
    font-size: 4.2rem;
    font-family: "EscrowREBold" !important;
}

.error-page .error-page-wrapper h6 {
    text-transform: uppercase;
    margin: 35px auto 15px;
    font-weight: 400;
    letter-spacing: 2px
}

.error-page .error-page-wrapper p {
    color: #4e4e4e;
    margin-bottom: 20px
}

.error-page .error-page-wrapper a.button {
    border: 2px solid var(--primary-bg-color);
    padding: 7px 16px;
    display: inline-block;
    margin: 0 0 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: transparent;
    color: #000
}

.error-page .error-page-wrapper a.button:hover {
    background-color: var(--primary-bg-color);
    color: #fff;
    border: 2px solid var(--primary-bg-color);
    transition: all .3s ease-in-out
}

.error-page .error-page-wrapper a.button:not(:hover) {
    background-color: transparent;
    color: #000;
    transition: all .3s ease-in-out
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #e3e6f0;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 2px solid #e3e6f0;
    font-size: 12px;
    padding: 10px 4px;
    border-radius: 5px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 2px solid #f75679;
    color: #000;
    border-radius: 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #0084ff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #f75679
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #bac8f3;
    box-shadow: 0 0 0 .3rem #4e73df40;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    font-size: 16px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f75679
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f8fa;
    color: #000
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.flash {
    width: 100%
}

.flash .flash-wrapper {
    width: 90%;
    margin: 0 auto;
    background-color: #f5f8fa;
    border-top: 4px solid #cccccc;
    border-bottom: 4px solid #cccccc;
    padding: 25px 20px;
    text-align: left;
    font-size: 1.4rem;
    color: #0084ff
}

@media screen and (max-width: 500px) {
    .flash .flash-wrapper {
        padding: 20px
    }
}

.navbar {
    width: 100%;
    padding: 0;
    overflow-x: clip;
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .navbar {
        border-bottom: none;
    }
}

.navbar .menu-open {
    margin-right: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: row-reverse
}

@media only screen and (max-width: 767px) {
    .navbar .menu-open {
        margin-right: 4px
    }
}

.navbar .logo-section {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .navbar .logo-section {
        padding-left: 0;
        padding-right: 0
    }
}





@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

.navbar .res-logo {
    display: none
}

@media only screen and (max-width: 767px) {
    .navbar .res-logo {
        display: none
    }
}

.navbar .search-button {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .navbar .search-button {
        margin-right: 0
    }
}

.navbar .search-button i {
    display: inline-flex;
    font-size: 24px;
    cursor: pointer
}

.navbar .site-menu-right {
    display: inline-flex;
    margin: 0 auto;
    align-items: center
}

.navbar .site-menu-right li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.navbar .site-menu-right li:hover ul {
    opacity: 1;
    visibility: visible
}

.navbar .site-menu-right li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 11.5px
}

.navbar .site-menu-right li a:hover {
    text-decoration: none
}

/* header search bar */
.navbar .site-menu-right .header-search form {
    margin: 0;
    padding: 0
}

/* header search bar */
.navbar .site-menu-right .header-search form input {
    margin-right: 0;
    border: 1px solid #d9d9d9;
    padding: 7px 20px;
    border-radius: 4px;
    height: 38px;
    outline: none
}

.navbar .subscribe-btn {
    background: var(--var-color-mustard);
    color: var(--var-color-text);
    font-family: 'CoreSanaC65Bold', Arial, sans-serif !important;
}

.sidenav {
    background-color: #000;
    position: fixed;
    top: 15px;
    bottom: 15px;
    left: 12px;
    width: 400px;
    height: 460px;
    z-index: 150000;
    overflow-y: auto;
    -webkit-transition: transform .5s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
    transition: -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
    transition: transform .5s cubic-bezier(.55, 0, .1, 1);
    transition: transform .5s cubic-bezier(.55, 0, .1, 1), -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
    -webkit-transform: translateX(-420px);
    transform: translate(-420px)
}



@media only screen and (max-width: 767px) {


    .navbar .subscribe-btn {
        font-size: 9px;
        font-weight: 600;
        text-transform: uppercase;
        background: var(--var-color-mustard);
        color: var(--var-color-text);
        font-family: 'CoreSanaC65Bold', Arial, sans-serif !important;
        text-decoration: none;
        white-space: nowrap;
    }

    .sidenav {
        width: 89%;
        left: 4.5%;
        padding: 10px;
        right: 4.5%;
        bottom: 2.5%;
        top: 2.5%;
        -webkit-transform: translateX(-110%);
        transform: translate(-110%)
    }
}

.sidenav--is-open {
    -webkit-transform: translateX(0) !important;
    transform: translate(0) !important
}

.content-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 150000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.16, .36, 0, .98);
    transition: .3s cubic-bezier(.16, .36, 0, .98);
    background-color: #00000080
}

.content-overlay--is-visible {
    opacity: 1;
    visibility: visible
}

.sidenav__menu-dropdown {
    overflow: hidden;
    display: none;
    background-color: #000;

}




/* .sidenav__menu-dropdown li:first-child {
    border-top: 1px solid #e3e4e8 */
/* } */

.sidenav__menu-dropdown li:last-child {
    border-bottom: none
}

.sidenav__menu-dropdown li:hover {
    background-color: #000
}

.sidenav__menu-dropdown a {
    font-size: 13px;
    font-weight: 100 !important;
    text-transform: uppercase;
    margin-left: 1rem;
    font-weight: 300;
    color: #231F20;
}

.sidenav__menu-dropdown a:hover,
.sidenav__menu-dropdown:hover {
    color: #f2c200
}

.sidenav__menu-dropdown .sidenav__menu-toggle {
    color: #000;
    letter-spacing: 1px
}

.sidenav__menu-toggle {
    position: absolute;
    top: 0;
    right: 5px;
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 15px;
    text-align: center
}

.sidenav__menu-toggle:focus {
    outline: none
}


.sidenav__menu--is-open>.sidenav__menu-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff
}

.sidenav__menu--is-open>.sidenav__menu-toggle:hover {
    color: #fff
}

.sidenav__close {
    position: absolute;
    right: 0;
    top: 0
}

#sidenav__close-button {
    padding: 0;
    background: transparent;
    border: 0
}

.sidenav__close-icon {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    padding: 10px
}

.sidenav__menu-container {
    margin-top: 50px
}

.sidenav__menu ul {
    list-style: none;
    padding: 0;
    ;
}


.sidenav__menu-dropdown li {
    border-color: #eee;
    padding-left: 10px;

}

.sidenav__menu>li {
    position: relative;
    border-bottom: 1px solid #e3e4e8;
    font-size: 14px;
    list-style-type: none;
}

.sidenav__menu-dropdown li {
    border-bottom: none !important;
    padding: 10px 20px;
}

.sidenav__menu-dropdown {
    border-top: none !important;
}

.sidenav__menu-dropdown li a {
    padding: 0;
    display: block;
}

.sidenav__menu--is-open>.sidenav__menu-toggle {
    transform: rotate(90deg);
    /* or 180° if preferred */
}

.sidenav__menu li .head {
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 600
}

.sidenav__menu li .head:hover {
    color: #fff
}

.sidenav__menu-url {
    width: 100%;
    display: block;
    color: transparent;
    padding: 12px 22px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Proxima Nova", sans-serif !important;
}

.sidenav__menu-url img {
    width: 130px;
    height: auto;
    box-shadow: none;
    object-fit: contain
}

@media only screen and (max-width: 767px) {
    .sidenav__menu ul {
        width: 89%;
    }

    .sidenav__menu-dropdown li {
        padding: 10px 10px;
    }

    .sidenav__menu-url {
        font-size: 11px
    }
}

.contact-icons-side {
    margin-top: 30px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
}

.contact-icons-side .link-item {
    padding: 5px;
    display: inline-block
}

.contact-icons-side .link-item a {
    color: #000 !important
}

.smemain {
    font-size: 12px
}

.subscribed-unsubscribed {
    width: 100%
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper {
    width: 90%;
    margin: 60px auto;
    text-align: center
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper h1 {
    font-weight: 400;
    font-size: 3.9rem;
    font-family: "EscrowREBold";
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper h2 {
    text-transform: uppercase;
    margin: 35px auto 15px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "EscrowREBold";
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper h2 span.email {
    color: #0084ff
}

@media screen and (max-width: 600px) {
    .subscribed-unsubscribed .subscribed-unsubscribed-wrapper h2 {
        font-size: 2.2rem
    }
}

@media screen and (max-width: 450px) {
    .subscribed-unsubscribed .subscribed-unsubscribed-wrapper h2 {
        font-size: 1.8rem
    }
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper p {
    color: #4e4e4e;
    margin-bottom: 20px
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper a.button {
    border: 2px solid #f75679;
    padding: 7px 16px;
    display: inline-block;
    margin: 0 0 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: transparent;
    color: #000
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper a.button:hover {
    background-color: #f75679;
    color: #fff;
    border: 2px solid #f75679;
    transition: all .3s ease-in-out
}

.subscribed-unsubscribed .subscribed-unsubscribed-wrapper a.button:not(:hover) {
    background-color: transparent;
    color: #000;
    transition: all .3s ease-in-out
}

.subscription {
    width: 100%;
    background-color: #000;
    color: #fff
}

.subscription .subscription-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 50px 25px;
    display: grid;
    grid-template-columns: 70% 30%;
    align-content: center
}

@media screen and (max-width: 1100px) {
    .subscription .subscription-wrapper {
        grid-template-columns: 100%
    }
}

@media screen and (max-width: 600px) {
    .subscription .subscription-wrapper {
        padding: 20px 10px
    }
}

@media screen and (max-width: 1100px) {
    .subscription .subscription-wrapper .subscription-info {
        margin-top: 50px
    }
}

.subscription .subscription-wrapper .subscription-info h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 32px;
    font-family: "EscrowREBold" !important;
    text-decoration: underline;
    text-decoration-color: var(--primary-bg-color)
}

.subscription .subscription-wrapper .subscription-info p {
    font-family: "Aldine401BTRegular";
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper {
    width: 100%;
    margin: 5px auto
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .form-group {
    position: relative
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .form-group input {
    color: #fff;
    border-radius: 0;
    outline: none;
    width: 100%;
    border: none;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 16px
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .form-group input::placeholder {
    opacity: 1;
    color: #fff
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .form-group button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    background: transparent;
    outline: none;
    cursor: not-allowed;
    color: #fff
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .form-group button .envelope {
    width: 40px;
    height: 40px
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .form-group .activeButton {
    cursor: pointer;
    color: var(--primary-bg-color)
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .invalid-feedback {
    color: var(--primary-bg-color);
    font-size: 14px;
    text-align: left;
    margin-top: 3px
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent {
    text-align: left;
    margin-top: 3px
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent .checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 5px;
    font-family: "Aldine401BTRegular";
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent .checkbox-container input:checked~.checkmark {
    background-color: var(--primary-bg-color)
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent .checkbox-container input:checked~.checkmark:after {
    display: block
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent .checkbox-container .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent .checkbox-container .checkmark:after {
    width: 5px;
    height: 9px;
    left: 4px;
    top: 1px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent small {
    font-size: 12px;
    color: #fff
}

.subscription .subscription-wrapper .subscription-widget form.input-wrapper .policy-consent small a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline
}

@media screen and (max-width: 1100px) {
    .subscription .subscription-wrapper .subscription-widget {
        margin: 20px 0 50px
    }
}

.main-post {
    align-items: center
}

.main-post .img {
    width: 100%
}

.main-post .img img {
    width: 100%;
    height: 615px;
    object-fit: cover
}

@media (max-width: 600px) {
    .main-post .img img {
        height: auto
    }
}

@media (max-width: 600px) {
    .main-post {
        flex-direction: column;
        margin-bottom: 10px
    }
}

.main-post .content {
    width: 100%;
    padding: 10px 0
}

.main-post .content .category {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px
}

.main-post .content .category a {
    color: var(--primary-bg-color)
}

.main-post .content .category a:hover {
    color: #000
}

.main-post .content .title {
    font-family: "EscrowREBold" !important;
    font-size: 20px
}

.main-post .content .title a:hover {
    text-decoration: underline
}

.segment-link {
    font-family: 'CoreSanaC65Bold', Arial, sans-serif;
}

.about-wrapper>h5,
.rounded-pill {
    font-family: 'CoreSanaC65Bold', Arial, sans-serif;
}

.top-sidepost {
    display: flex;
    flex-direction: column;
    align-items: center
}

.sidepost-main {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px
}

.sidepost-main .img img {
    width: 175px;
    height: auto
}

@media (max-width: 600px) {
    .sidepost-main .img img {
        width: 140px;
        height: 140px;
        object-fit: cover
    }
}

.sidepost-main .content {
    width: calc(100% - 175px);
    padding-left: 10px
}

@media (max-width: 600px) {
    .sidepost-main .content {
        width: calc(100% - 140px)
    }
}

.sidepost-main .content .category {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px
}

.sidepost-main .content .category a {
    color: var(--primary-bg-color)
}

.sidepost-main .content .category a:hover {
    color: #000
}

.sidepost-main .content .title {

    line-height: 24px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width: 600px) {
    .sidepost-main .content .title {
        font-size: 17px
    }
}

.sidepost-main .content .title a:hover {
    text-decoration: underline
}

.sidepost-main-cx {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 11px
}

.sidepost-main-cx .img img {
    width: 100%;
    height: auto
}

.sidepost-main-cx .content {
    width: calc(100% - 131px);
    padding-left: 10px
}

@media (max-width: 600px) {
    .sidepost-main-cx .content {
        width: calc(100% - 140px)
    }
}

.sidepost-main-cx .content .category {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px
}

.sidepost-main-cx .content .category a {
    color: var(--primary-bg-color)
}

.sidepost-main-cx .content .category a:hover {
    color: #000
}

.sidepost-main-cx .content .title {

    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width: 600px) {
    .sidepost-main-cx .content .title {
        font-size: 17px
    }
}

.sidepost-main-cx .content .title a:hover {
    text-decoration: underline
}

.content-section {
    padding-top: 5px;
    padding-bottom: 5px
}

.content-section-recommended {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 600px) {
    .content-section-recommended {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.subscription-widget a:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary-bg-color)
}

.header-title {

    font-size: 36px;
    letter-spacing: 1px;
    margin: 30px 0;
    padding: 0;
    font-weight: 700
}

.header-title-sub {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 15px 0;
    padding: 0;
    font-weight: 700
}


/* segment css start */

.spotlight-section {
    padding: 3rem 0;
}

/* Card styling */
.spotlight-card {
    background: transparent;
    border: none;
    color: #fff;
}

.spotlight-card img {
    border-radius: 8px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.spotlight-card h6 {
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Navigation + Button layout */
.segment-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.segment-prev,
.segment-next {
    position: static;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1.5px solid #f2c200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2c200;
    transition: 0.3s ease;
}

.segment-prev:hover,
.segment-next:hover {
    background-color: #f2c200;
    color: #000;
}

.segment-prev::after,
.segment-next::after {
    font-size: 16px;
    font-weight: 700;
}

.segment-see-more .see-more-link {
    font-family: 'CoreSanaC65Bold', Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #f2c200;
    color: #fff;
    padding: 6px 28px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: 0.3s;
}

.segment-see-more .see-more-link:hover {
    background-color: #f2c200;
    color: #000;
}

@media (max-width: 600px) {
    .see-more-link {
        font-size: 0.8rem;
    }

    .segment-prev,
    .segment-next {

        width: 30px;
        height: 30px;

    }

    .segment-see-more .see-more-link {
        padding: 5px 22px
    }

    .segment-prev::after,
    .segment-next::after {
        font-size: 16px;
        font-weight: 700;
    }

}

/* segment css end slider */
.opinion {
    margin-bottom: 15px !important;
    padding: 10px 0;
    border-bottom: 1px solid #d3d3d3
}

.opinion .img {
    width: 100%
}

.opinion .img img {
    width: 100%;
    height: auto
}

.opinion .content {
    width: 100%;
    padding: 0
}

.opinion .content .category {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px
}

.opinion .content .category a {
    color: var(--primary-bg-color)
}

.opinion .content .category a:hover {
    color: #000
}

.opinion .content .title {

    font-size: 22px;
    line-height: 30px
}

.opinion .content .title a:hover {
    text-decoration: underline
}

.opinion .content .subtitle {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic
}

.opinion .content .author {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px
}

.opinion .content .author a {
    color: #000
}

.opinion .content .author a:hover {
    text-decoration: underline
}

.content-leadership {
    width: 100%;
    padding: 10px
}

@media (max-width: 600px) {
    .content-leadership {
        padding: 10px
    }
}

.content-leadership .category {
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px
}

.content-leadership .category a {
    color: var(--primary-bg-color)
}

.content-leadership .category a:hover {
    color: #000
}

.content-leadership .title {

    font-size: 22px;
    line-height: 30px
}

@media (max-width: 600px) {
    .content-leadership .title {
        font-size: 20px;
        line-height: normal
    }
}

.content-leadership .title a:hover {
    text-decoration: underline
}

.content-leadership .subtitle {
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: italic
}

@media (max-width: 600px) {
    .content-leadership .subtitle {
        font-size: 16px
    }
}

.content-leadership .author {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px
}

.content-leadership .author a {
    color: #000
}

.content-leadership .author a:hover {
    text-decoration: underline
}

.content-leadership .date {
    font-size: 12px
}

.content-mag {
    width: 100%;
    padding: 10px
}

@media (max-width: 600px) {
    .content-mag {
        padding: 10px
    }
}

.content-mag .category {
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px
}

.content-mag .category a {
    color: var(--primary-bg-color)
}

.content-mag .category a:hover {
    color: #000
}

.content-mag .title {

    font-size: 22px;
    line-height: 28px
}

@media (max-width: 600px) {
    .content-mag .title {
        font-size: 22px;
        line-height: normal
    }
}

.content-mag .title a:hover {
    text-decoration: underline
}

.content-mag .subtitle {
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic
}

@media (max-width: 600px) {
    .content-mag .subtitle {
        font-size: 14px
    }
}

.row .br:last-child {
    border: none
}

.br {
    border-right: 1px solid #d3d3d3
}

@media (max-width: 600px) {
    .br {
        border-right: none
    }
}

.p-20px {
    padding: 20px
}

.text-32 {
    font-size: 32px
}

.op-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3
}

.op-bottom img {
    width: 100%
}

.op-bottom .content {
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.op-bottom .content .category {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px
}

.op-bottom .content .category a {
    color: var(--primary-bg-color)
}

.op-bottom .content .category a:hover {
    color: #000
}

.op-bottom .content .title {

    font-size: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.op-bottom .content .title a:hover {
    text-decoration: underline
}

.cx-section img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.cx-section .content {
    width: 100%;
    background: #1b1212;
    padding: 15px 10px
}

.cx-section .content .category {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px
}

.cx-section .content .category a {
    color: var(--primary-bg-color)
}

.cx-section .content .category a:hover {
    color: #000
}

.cx-section .content .title {

    font-size: 24px;
    margin: 0;
    text-align: center;
    line-height: 1.1
}

@media (max-width: 600px) {
    .cx-section .content .title {
        font-size: 20px
    }
}

.cx-section .content .title a {
    color: #fff
}

.cx-section .content .title a:hover {
    text-decoration: underline
}

.bg-yellow {
    background-color: #000
}

@media (max-width: 600px) {
    .promotional {
        padding-left: 10px;
        padding-right: 10px
    }
}

.t-post {
    margin-bottom: 15px
}

@media (max-width: 600px) {
    .t-post {
        padding: 10px
    }
}

.t-post .img {
    width: 100%
}

.t-post .img img {
    width: 100%;
    height: auto
}

.t-post .content {
    width: 100%;
    padding: 10px 0
}

.t-post .content .category {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px
}

.t-post .content .category a {
    color: #eee
}

.t-post .content .category a:hover {
    color: #d3d3d3
}

.t-post .content .subtitle {
    margin-top: 10px;
    color: #fff
}

.t-post .content .title {

    font-size: 18px
}

.t-post .content .title a {
    color: #fff
}

.t-post .content .title a:hover {
    text-decoration: underline
}

.t-post-leadership {
    margin-bottom: 15px
}

.t-post-leadership .img {
    width: 100%
}

.t-post-leadership .img img {
    width: 100%;
    height: auto
}

.t-post-leadership .content {
    width: 100%;
    padding-top: 10px
}

.t-post-leadership .content .category {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px
}

.t-post-leadership .content .category a {
    color: var(--primary-bg-color)
}

.t-post-leadership .content .category a:hover {
    color: #000
}

.t-post-leadership .content .title {

    font-size: 18px
}

.t-post-leadership .content .title a {
    color: #000
}

.t-post-leadership .content .title a:hover {
    text-decoration: underline
}

.t1-post {
    margin-bottom: 5px
}

.t1-post .img {
    width: 100%
}

.t1-post .img img {
    width: 100%;
    height: auto;
    object-fit: cover
}

@media (max-width: 600px) {
    .t1-post .img img {
        height: auto
    }
}

.t1-post .content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0
}

.t1-post .content .title {

    font-size: 20px;
    line-height: 24px
}

.t1-post .content .title a {
    color: #000
}

.t1-post .content .title a:hover {
    text-decoration: underline;
    color: var(--primary-bg-color)
}

.cat-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #bfb4b4
}

@media screen and (max-width: 600px) {
    .cat-post {
        margin-bottom: 20px
    }
}

.cat-post .img {
    width: 100%
}

.cat-post .img img {
    width: 100%;
    height: auto
}

.cat-post .content {
    width: 100%;
    padding: 20px
}

@media screen and (max-width: 600px) {
    .cat-post .content {
        padding: 10px 0
    }
}

.cat-post .content .category {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px
}

@media screen and (max-width: 600px) {
    .cat-post .content .category {
        margin-bottom: 15px
    }
}

.cat-post .content .category a {
    color: var(--primary-bg-color)
}

.cat-post .content .category a:hover {
    color: #000
}

.cat-post .content .title {

    font-size: 24px;
    margin-bottom: 15px;
    line-height: 26px
}

@media screen and (max-width: 600px) {
    .cat-post .content .title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.cat-post .content .title a:hover {
    text-decoration: underline
}

.cat-post .content .subtitle {
    display: inline
}

.py20px {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.sidepost-tr .content {
    width: 100%;
    border-bottom: 1px solid #bfb4b4;
    padding: 10px 0
}

.sidepost-tr .content .category {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px
}

.sidepost-tr .content .category a {
    color: var(--primary-bg-color)
}

.sidepost-tr .content .category a:hover {
    color: #000
}

.sidepost-tr .content .title {

    font-size: 16px;
    margin: 0
}

.sidepost-tr .content .title a:hover {
    text-decoration: underline
}

.text-12 {
    font-size: 12px !important;
    margin-top: 20px;
    display: flex
}

.sidepost-news .content {
    width: 100%;
    border-bottom: 1px solid #bfb4b4;
    padding-top: 15px;
    padding-bottom: 15px
}

.sidepost-news .content .category {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px
}

.sidepost-news .content .category a {
    color: var(--primary-bg-color)
}

.sidepost-news .content .category a:hover {
    color: #000
}

.sidepost-news .content .title {

    font-size: 20px;
    margin: 0
}

.sidepost-news .content .title a:hover {
    text-decoration: underline
}

.sidepost-news .content .date {
    margin: 0;
    padding-top: 15px;
    font-style: italic;
    font-size: 12px
}

.cat-border {
    background-color: #cbd1f9;
    border: 1px solid #cbd1f9;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px
}

@media (max-width: 600px) {
    .cat-border {
        margin-bottom: 15px
    }
}

.container-main .sidepost-cat:last-child {
    border: none;
    padding-bottom: 0
}

.sidepost-cat {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #bfb4b4;
    align-items: center
}

.sidepost-cat .img img {
    width: 150px;
    object-fit: cover;
    height: 125px
}

@media (max-width: 600px) {
    .sidepost-cat .img img {
        width: 140px;
        height: 140px
    }
}

.sidepost-cat .content {
    width: calc(100% - 150px);
    padding-left: 10px
}

@media (max-width: 600px) {
    .sidepost-cat .content {
        width: calc(100% - 140px);
        padding: 0 10px
    }
}

.sidepost-cat .content .category {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px
}

.sidepost-cat .content .category a {
    color: var(--primary-bg-color)
}

.sidepost-cat .content .category a:hover {
    color: #000
}

.sidepost-cat .content .title {

    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width: 600px) {
    .sidepost-cat .content .title {
        font-size: 16px
    }
}

.sidepost-cat .content .title a:hover {
    text-decoration: underline
}

.latest-overflow {
    overflow: hidden;
    max-height: 660px
}

@media (max-width: 600px) {
    .latest-overflow {
        max-height: auto;
        overflow: auto
    }
}

.bg-fc {
    background-color: #cbd1f9
}

.heading-ceo {
    font-size: 30px;

    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 600px) {
    .heading-ceo {
        font-size: 26px
    }
}

.heading-null {
    font-size: 30px;

    font-weight: 500
}

@media (max-width: 600px) {
    .heading-null {
        display: none
    }
}

.mag-heading {
    font-size: 30px;

    font-weight: 500;
    display: flex
}

.mag-heading:before {
    color: #fff;
    content: "";
    flex: 1;
    border-bottom: groove 3px;
    margin: auto .25rem
}

.mag-heading:after {
    color: #fff;
    content: "";
    flex: 1;
    border-bottom: groove 3px;
    margin: auto .25rem;
    box-shadow: 0 -2px
}

.magazines-heading {
    font-size: 30px;

    font-weight: 500;
    display: flex;
    width: 25%;
    margin: auto
}

@media (max-width: 600px) {
    .magazines-heading {
        width: 100%
    }
}

.magazines-heading:before {
    color: #fff;
    content: "";
    flex: 1;
    border-bottom: groove 3px;
    margin: auto .25rem;
    box-shadow: 0 -2px
}

.magazines-heading:after {
    color: #fff;
    content: "";
    flex: 1;
    border-bottom: groove 3px;
    margin: auto .25rem;
    box-shadow: 0 -2px
}

.mag-container {
    padding: 0
}

.about .content {
    width: 100%;

}

.about .content h2 {
    font-size: 24px;

    margin-bottom: 20px;
    font-weight: 500
}

.about .content h5 {
    font-size: 20px;
    font-weight: 700
}

.about .content ul {
    padding: 15px
}

.about .content li {
    list-style: disc;
    margin-bottom: 15px
}

.about .content a {
    font-weight: 700
}

.about .inner {
    padding: 0
}

.magazine-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    box-shadow: 0 4px 20px #00000012
}

.magazine-card .content-wrap {
    padding: 20px
}

.magazine-card.first {
    position: relative;
    height: 362px;
    padding: 60px 40px 30px;
    display: flex;
    align-items: flex-end;
    color: #fff
}

.magazine-card.first a {
    color: #fff
}

.magazine-card.first h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 16px;
    -webkit-line-clamp: 2
}

.magazine-card.first p {
    font-size: 14px;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.magazine-card.first:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .88) 10%, transparent);
    z-index: -1
}

.magazine-card.first img {
    position: absolute;
    height: 100%;
    z-index: -2;
    left: 0;
    top: 0;
    object-position: top
}

.magazine-card img {
    height: 200px;
    width: 100%;
    object-fit: cover
}

.magazine-card h3 {
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 20px
}

.magazine-card a {
    transition: all .3s ease-in-out
}

.magazine-card a:hover {
    color: var(--primary-bg-color)
}

.magazine-card .meta-details {
    display: flex;
    align-items: center
}

.magazine-card .meta-details li {
    line-height: normal;
    opacity: .5;
    font-weight: 600
}

.magazine-card .meta-details li a {
    padding-right: 15px;
    border-right: 2px solid #eee;
    margin-right: 15px
}

.banner-magazine {
    box-shadow: 0 4px 20px #00000012;
    border-radius: 4px;
    overflow: hidden
}

.banner-magazine a {
    display: block
}

.banner-magazine a h3 {
    padding: 20px;
    font-size: 22px
}

.banner-magazine img {
    height: 350px;
    object-fit: cover
}

.banner-magazine-wrap .magazine-card-wrap:nth-child(2) h3 {
    -webkit-line-clamp: 6;
    line-height: 26px
}

.trend-card .image img {
    height: 230px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd
}

.trend-card .category a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 600;
    color: #000
}

.trend-card .category a.yearly {
    color: #007bff
}

.trend-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.trend-card h3 a {
    display: block
}

.trend-card h3 a:hover {
    text-decoration: underline
}

.trend-card .posted-date {
    font-size: 14px;
    opacity: .8;
    display: flex;
    gap: 8px;
    font-weight: 500
}

.trend-card .posted-date i {
    opacity: .8
}

.magazine-section .magazine-right-card {
    padding: 0;
    background: #fff;
    box-shadow: 0 0 4px #0003;
    border-radius: 12px;
    overflow: hidden
}

.magazine-section .magazine-right-card .spotlight-content {
    border-radius: 4px;
    overflow: hidden
}

.magazine-section .magazine-right-card .image-wrap {
    padding: 20px
}

.magazine-section .magazine-right-card .section-title {
    text-align: center
}

.magazine-section .magazine-right-card .section-title h2 {
    font-size: 28px;
    padding-left: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: normal;
    background: var(--primary-bg-color);
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: .5px
}

.magazine-section .magazine-right-card .section-title h2:after {
    content: none
}

.magazine-section .magazine-right-card .section-title h2 span {
    background: transparent
}

.magazine-section .finlit-div a {
    display: block;
    border: 2px solid var(--primary-bg-color);
    border-radius: 10px;
    overflow: hidden
}

.industry-card {
    position: relative;
    border: 1px solid #dfdddd;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    margin: 0;
    padding: 20px;
    height: 100%
}

.industry-card .category span {
    background: #888;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.industry-card .category a {
    text-decoration: none !important
}

.industry-card h3 {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 0;
    font-weight: 700
}

.industry-card img {
    border-radius: 4px
}

.industry-card:hover {
    box-shadow: 0 2px 5px 1px #00000026;
    transform: translateY(-5px)
}

.industry-card:hover a {
    text-decoration: underline
}

.industry__row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px
}

.industry__row .industry__col:nth-child(2n) .industry-card .category span {
    background: #888
}

.industry__row .industry__col:nth-child(3n) .industry-card .category span {
    background: #888
}

.sponsered-section .banner-magazine .image-link {
    position: relative;
    z-index: 1
}

.sponsered-section .banner-magazine .category {
    background: #007bff;
    padding: 2px 8px;
    margin: 20px 20px 0;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    color: #fff
}

.sponsered-section .banner-magazine img {
    height: 350px;
    object-fit: contain
}

.sponsered-section .banner-magazine a h3 {
    padding-top: 10px
}

.news-slider .news-slide {
    margin-bottom: 15px
}

.news-slider .news-slide .category a {
    font-size: 12px;
    color: var(--primary-bg-color);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
    letter-spacing: .5px
}

.news-slider .news-slide .content {
    padding: 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px #0003
}

.news-slider .news-slide .content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 800
}

.news-slider .news-slide .content p a {
    display: block;
    font-size: 18px;
    line-height: 22px;

}

.news-slider .news-slide .content p a:hover {
    text-decoration: underline
}

.month-year-section .month-year-tab-wrap .month-year-tab-list ul {
    display: flex;
    border-bottom: 1px solid #e1dfdf;
    margin-bottom: 40px
}

.month-year-section .month-year-tab-wrap .month-year-tab-list ul li {
    padding: 0 20px 8px;
    font-size: 18px;
    font-weight: 600;
    position: relative
}

.month-year-section .month-year-tab-wrap .month-year-tab-list ul li.active {
    color: var(--primary-bg-color)
}

.month-year-section .month-year-tab-wrap .month-year-tab-list ul li.active:before {
    opacity: 1
}

.month-year-section .month-year-tab-wrap .month-year-tab-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-bg-color);
    opacity: 0
}

.month-year-section .magazine-card.first {
    height: 100%;
    padding: 30px
}

.month-year-section .magazine-card.first h3 {
    -webkit-line-clamp: 4
}

.month-year-section .magazine-card.first .opacity-1 {
    opacity: 1
}

.employee-of-the-month {
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 4px #0003;
    border-radius: 6px
}

.employee-of-the-month .section-title {
    text-align: center
}

.employee-of-the-month .section-title h2 {
    font-size: 28px;
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
    background: var(--primary-bg-color);
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px
}

.employee-of-the-month .section-title h2:after {
    content: none
}

.employee-of-the-month .section-title h2 span {
    background: transparent
}

.employee-of-the-month .image img {
    height: 286px;
    object-fit: cover
}

.employee-of-the-month .category a {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--primary-bg-color)
}

.employee-of-the-month h3 {
    font-size: 22px;
    line-height: 33px;
    margin: 10px 0 20px
}

.employee-of-the-month .subtitle {
    font-size: 16px;

    font-weight: 500;
    opacity: .9
}

.employee-of-the-month .meta-details {
    display: flex;
    gap: 10px;
    opacity: .7;
    font-size: 14px
}

.employee-of-the-month .meta-details p {
    margin-bottom: 0
}

.employee-of-the-month .wrap {
    padding: 20px
}

/* Make the right side sticky */
.sticky-side {
    position: sticky;
    top: 10px;
    /* adjust this for header height */
    align-self: flex-start;
}

/* Ensure the sticky effect works within its section */
.row {
    position: relative;
}

/* Optional: prevent the sticky from overlapping header on small screens */
@media (max-width: 991.98px) {
    .sticky-side {
        position: static;
        top: auto;
    }
}


.leadership-slider .leadership-slide {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px #0003;
    margin: 4px;
    min-height: 325px
}

.leadership-slider .leadership-slide img {
    border-radius: 6px
}

.leadership-slider .leadership-slide .category {
    margin: 0
}

.leadership-slider .leadership-slide .leadership-content .category a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--primary-bg-color)
}

.leadership-slider .leadership-slide .leadership-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 20px
}

.leadership-slider .leadership-slide .leadership-content .subtitle {
    font-size: 16px;

    font-weight: 500;
    opacity: .9
}

.leadership-slider .leadership-slide .leadership-content .meta-detail {
    display: flex;
    gap: 8px;
    opacity: .7;
    font-size: 14px
}

.leadership-slider .leadership-slide .leadership-content .meta-detail p {
    margin-bottom: 0
}

.opinion-slide {
    margin: 4px
}

.opinion-slide img {
    border-radius: 6px 6px 0 0
}

.opinion-slide h3 {
    font-size: 18px;
    line-height: 28px
}

.opinion-slide h3 a {
    display: block
}

.opinion-slide .content {
    margin: 0;
    padding: 12px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 0 0 10px 10px
}

.opinion-slide .content p {
    font-size: 14px;

    font-weight: 500;
    opacity: .9;
    line-height: 19px;
    margin-bottom: 0
}

.team-slider .team-slide {
    margin: 10px;
    overflow: hidden
}

.team-slider .team-slide img {
    border-radius: 8px;
    height: 280px;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out
}

.team-slider .team-slide img:hover {
    transform: scale(1.1)
}

.team-slider .team-slide .content-wrap {
    background: #fff;
    margin: -50px 20px 10px;
    box-shadow: 0 0 4px #00000080;
    border-radius: 4px;
    position: relative;
    padding: 12px;
    height: 90px
}

.team-slider .team-slide h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    overflow: hidden
}

.team-slider .team-slide h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: inherit
}

.publication-section,
.publication-section .section-title h2 span {
    background: #f9faff
}

.publication-section .publication-card img {
    border-radius: 5px;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .2))
}

.footer-main {
    background: var(--var-background-body);
    color: #fff;
    font-size: 15px;
}

.footer-nav__extras {
    font-size: 14px;
}

.footer-main .footer-contact {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000
}

.footer-main .footer-contact ul li a {
    font-size: 16px
}

@media (max-width: 600px) {
    .footer-main .footer-contact {
        padding: 20px 0
    }
}

.footer-main .footer-contact .footer-mag {
    display: flex;
    font-size: 16px
}

.footer-main .footer-contact .footer-mag img {
    width: 100%;
    padding-right: 15px
}

.footer-main .footer-contact h3 {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 28px
}

@media (max-width: 600px) {
    .footer-main .footer-contact h3 {
        margin-top: 25px;
        font-size: 26px
    }
}

.footer-main .footer-contact .content-right h3 {
    text-align: left
}

.footer-main .footer-contact .content-right p {
    margin: 0;
    text-align: left;
    font-size: 12px
}

.footer-main .footer-contact .content-middle ul li {
    padding-bottom: 5px
}

.footer-main .footer-contact .content-middle ul li a {
    color: #fff
}

.footer-main .footer-contact .content-middle ul li a:hover {
    text-decoration: underline
}

.footer-main .footer-contact .mail a {
    color: #fff;
    font-size: 16px;
    margin: 5px 0
}

.footer-main .footer-contact .mail a:hover {
    text-decoration: underline
}

@media screen and (max-width: 600px) {
    .footer-main .footer-contact .social {
        max-width: 100%
    }
}

.footer-main .footer-contact .social ul {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start
}

.footer-main .footer-contact .social ul li {
    padding-right: 8px
}

@media screen and (max-width: 600px) {
    .footer-main .footer-contact .social ul li {
        margin: 0;
        padding-right: 5px;
        padding-left: 0
    }
}

.footer-main .footer-contact .social ul li a {
    color: #000;
    font-size: 14px
}

.footer-main .footer-contact .social ul li a:hover {
    color: var(--primary-bg-color)
}

.footer-main .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px
}

.footer-bottom {
    font-size: 0.8rem;
}

.socials-list {
    display: flex;
    gap: 2.3rem;
}

.socials-list>li {
    list-style: none;
}

.socials-list>li>a {
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .footer-main .footer-bottom {
        padding-bottom: 20px
    }
}

.footer-main .footer-bottom .copy {
    max-width: 100%;
    font-size: 13px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .footer-main .footer-bottom .copy {
        padding-top: 20px
    }
}

.logo-footer {
    width: 300px
}

.footer-logo:hover {
    text-decoration: none;
    color: #000
}

.footer-detail {
    padding: 50px 0 30px;
    border-bottom: 1px solid #fff;
}

.footer-detail h2 {
    margin-bottom: 20px;
    font-size: 20px
}

.footer-detail ul li a {
    color: #fff;
    font-size: 16px
}

.footer-detail .footer-logo {
    margin-bottom: 20px
}

.footer-detail .footer-about {
    font-size: 14px
}

.footer-detail .contact-list li {
    margin-bottom: 10px
}

.footer-detail .contact-list a {
    display: flex;
    gap: 10px
}

.footer-detail .social-details {
    margin-top: 30px
}

.footer-detail .social-details ul {
    display: flex;
    gap: 16px
}

.footer-detail .social-details ul li {
    margin-bottom: 12px
}

.footer-detail .social-details ul li a {
    font-size: 20px;
    opacity: 1
}

.footer-detail .useful-links li {
    margin-bottom: 16px
}

.footer-detail .useful-links li a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    background: #fff;
    left: 0;
    top: 1px
}

.footer-detail .footer-first-content {
    padding-right: 80px
}

.footer-detail .trending-news-wrap {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #181818;
    border-radius: 6px;
    margin-bottom: 16px
}

.footer-detail .trending-news-wrap:last-child {
    margin-bottom: 0
}

.footer-detail .trending-news-wrap h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 4px 0 0
}

.footer-detail .trending-news-wrap .left-content {
    width: 100px
}

.footer-detail .trending-news-wrap .right-content {
    width: calc(100% - 120px)
}

.footer-detail .trending-news-wrap .meta-details {
    font-size: 14px;
    display: flex;
    gap: 8px
}

.footer-detail .trending-news-wrap .meta-details .category {
    color: #07ff07
}

.footer-detail .trending-news-wrap .meta-details .date-posted {
    opacity: .8
}

.footer-detail .trending-news-wrap .meta-details .date-posted i {
    font-size: 14px;
    margin-right: 2px
}

.slick-slide img {
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.post-excerpt,
.post-category,
.meta-category {
    font-family: 'CoreSanaC65Bold', Arial, sans-serif !important;
}

.news .post-category {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: var(--primary-bg-color);
    text-underline-offset: 3px;
    text-decoration-thickness: 3px;
    font-size: 16px
}

.news .title h1 {
    font-size: 36px;
    margin: 20px 0;
    line-height: 1.1;
    font-weight: 900
}

.news .subtitle {
    font-size: 18px;
    font-style: italic;

}

.news .author {
    padding: 10px 0
}

.news .author .name {
    padding-right: 10px;
    border-right: 1px solid #000
}

.news .author .name a {
    color: #000
}

.news .author .name a:hover {
    color: var(--primary-bg-color)
}

.news .author .date {
    padding-left: 10px
}

.news .image {
    margin-bottom: 15px
}

.news .source {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    color: #888
}

.news .news-content {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;

}

.news .news-content a {
    font-weight: 700;
    color: #00f;
    text-decoration: none
}

.news .news-content a:hover {
    text-decoration: underline
}

.news .post-tags {
    padding: 20px 0
}

.news .post-tags .tags {
    display: flex;
    align-items: center
}

.news .post-tags .tags p {

    font-size: 16px;
    margin: 0;
    padding-right: 10px;
    color: #888
}

.news .post-tags .tags a {
    border: 1px solid var(--primary-bg-color);
    padding: 3px 7px;
    color: #fff;
    background: var(--primary-bg-color);
    margin-right: 5px
}

.news .post-tags .tags a:hover {
    background: #fff;
    border: 1px solid var(--primary-bg-color);
    color: var(--primary-bg-color)
}

.news .post-tags .date-updated {
    padding-top: 10px;
    color: #888;
    display: flex;
    align-items: center;
    font-size: 14px
}

.news .post-tags .date-updated p {

    font-size: 18px;
    margin: 0;
    padding-right: 10px
}

.recommended {
    padding-bottom: 10px
}

.recommended img {
    width: 100%
}

.recommended .content {
    width: 100%;
    text-align: left;
    padding-top: 10px
}

.recommended .content .category {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px
}

.recommended .content .category a {
    color: var(--primary-bg-color)
}

.recommended .content .category a:hover {
    color: #000
}

.recommended .content .title {
    font-size: 18px;
    margin: 0;
    line-height: 24px
}

.recommended .content .title a:hover {
    text-decoration: underline
}

.slider-vertical .slick-prev:before,
.slider-vertical .slick-next:before {
    display: none
}

.slider-vertical .slick-prev,
.slider-vertical .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer
}

.slider-vertical .slick-prev.slick-disabled,
.slider-vertical .slick-next.slick-disabled {
    opacity: .1;
    cursor: default
}

.search-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    background-color: #000;
    z-index: 99;
    overflow-x: hidden;
    transition: .5s
}

.search-overlay span.close-search {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 4rem;
    color: #9c9c9c
}

.search-overlay span.close-search:hover {
    color: var(--primary-bg-color);
    transition: all .3s ease-in-out
}

.search-overlay form.search-input {
    position: relative;
    top: 45%;
    margin: auto;
    width: 50%;
    background-color: red;
}

@media screen and (max-width: 600px) {
    .search-overlay form.search-input {
        top: 30%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        background-color: red;
    }
}

.search-overlay form.search-input .input-wrapper {
    position: relative;
    width: 100%
}

.search-overlay form.search-input .input-wrapper:after {
    content: attr(data-text);
    font-size: 2.3rem;
    line-height: 0;
    height: 0;
    max-width: 100%;
    border-bottom: 3px solid var(--primary-bg-color);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    color: transparent
}

.search-overlay form.search-input .input-wrapper input {
    border: none;
    border-bottom: 3px solid #9c9c9c;
    outline: none;
    background-color: transparent;
    color: #9c9c9c;
    padding: 0 0 5px;
    font-size: 2.5rem;
    overflow: hidden;
    width: 100%
}

.search-overlay form.search-input .input-wrapper input::placeholder {
    color: #9c9c9c;
    font-size: 2.5rem;
    opacity: 1
}

.search-overlay form.search-input .input-wrapper input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 2.5rem;
    opacity: 1
}

.magazine-header {
    text-align: center;
    padding: 20px 0
}

.magazine-header h1 {
    font-size: 32px;

    font-weight: 500
}

@media (max-width: 600px) {
    .magazine-header h1 {
        font-size: 26px
    }
}

.magazine-header p {
    max-width: 60%;
    margin: auto;
    padding: 10px 0
}

@media (max-width: 600px) {
    .magazine-header p {
        max-width: 100%
    }
}

.mag-card {
    padding: 0
}

@media (max-width: 600px) {
    .mag-card {
        padding-right: 10px;
        padding-bottom: 10px
    }
}

.cover-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    text-decoration: underline
}

.mag-cover {
    width: 100%;
    color: #fff
}

.mag-cover img {
    padding: 10px 0
}

.mag-cover .cover-content {
    color: #fff
}

.mag-cover .cover-content h1 {

    font-weight: 800
}

.mag-cover .cover-content h1 a {
    color: #fff
}

.mag-cover .cover-content h1 a:hover {
    text-decoration: underline
}

.mag-cover .cover-content p {
    font-size: 14px
}

.bottom-profile hr {
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    padding: 2px 0;
    margin: .5rem 0
}

.bottom-profile img {
    width: 100%;
    margin: auto;
    display: flex
}

@media (max-width: 600px) {
    .bottom-profile img {
        width: 100%
    }
}

.bottom-profile .content {
    padding: 5px 0
}

.bottom-profile .content .title {

    font-size: 26px
}

@media (max-width: 600px) {
    .bottom-profile .content .title {
        font-size: 18px
    }
}

.bottom-profile .content .title a:hover {
    text-decoration: underline
}

.pr-title {

    padding: 10px 0;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800
}

.pr-content {

    font-size: 16px
}

.pr-content a {
    text-decoration: underline
}

.pr-content strong a {
    text-decoration: none
}

.pr-content ul {
    padding: 0 20px
}

.pr-content ul li {
    list-style: disc
}

.pr-content img {
    max-width: 300px;
    float: right;
    padding: 10px
}

@media (max-width: 600px) {
    .pr-content img {
        max-width: 100%
    }
}

.font-g {

    font-size: 16px
}

.bg-gray {
    font-size: 22px;

    letter-spacing: .5px;
    font-weight: 500
}

.bg-gray-padding {
    padding: 3px 6px;
    border-top: 1px solid #000 !important;
    border-bottom: 3px solid #000 !important;
    color: #000
}

.underline {
    text-decoration: underline
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.gallery-head {
    font-size: 32px;

}

.gallery-top p {}

@media (max-width: 600px) {
    .gallery-top p {
        text-align: justify
    }
}

.fancybox-caption__body {}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center
}

.main .card {
    color: #252a32;
    background: #ffffff
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    color: #000;
    background-color: #FFFFFF;
    font-family: "Aldine401BTRegular";
    font-size: clamp(.875rem, .8309859155rem + .1877934272vw, 1rem)
}

a {
    text-decoration: none;
    outline: none;
    color: #000
}

a:hover {
    color: #000
}

img {
    width: 100%;
    height: auto
}

ul {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EscrowREBold", sans-serif !important;
}



h2 {
    font-size: 38px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    font-weight: 700
}

h5 {
    font-size: 18px;
    font-weight: 700
}

h6 {
    font-size: 16px;
    font-weight: 700
}

.post-desp {
    font-size: 0.9rem;
    font-family: "CoreSanaC65Bold", Arial, sans-serif !important;

}

.thumb-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(5px)
}

.text-theme-primary {
    color: var(--primary-bg-color)
}

.cat-post .col-md-6 {
    padding: 10px 0
}

.fs-20 {
    font-size: 20px !important;
    line-height: 24px !important
}

.fs-24 {
    font-size: 24px !important;
    line-height: 24px !important
}

.fs-28 {
    font-size: 28px !important;
    line-height: 30px
}

.logo-section-clients {
    height: 260px;
    overflow: hidden
}

@media (max-width: 600px) {
    .logo-section-clients {
        height: auto
    }
}

@media (max-width: 600px) {
    .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0
    }
}

.fst-italic {
    font-size: 18px
}

.font-main {
    font-size: 16px
}

.wid-p {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

@media (max-width: 600px) {
    .wid-p {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.fs-12 {
    font-size: 12px !important
}

h2.mvp-widget-home-title {
    position: relative;
    text-align: center;
    width: 100%;

    vertical-align: baseline;
    color: #000000;
}

h2.line-none:before {
    display: none
}



span.mvp-widget-home-title-sub {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 13px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    background: var(--primary-bg-color);
    font-weight: 500;
    letter-spacing: 1px
}

.side-height {
    max-height: 650px;
    overflow: hidden
}

.header-hidder-dkv {
    display: none;
}

@media (max-width: 600px) {
    .side-height {
        max-height: auto
    }
}

.bb-2 {
    border-bottom: 2px solid #000
}

.relative {
    position: relative
}

.upfront-img {
    width: 100%
}

.upfront-img:before {
    background-color: var(--primary-bg-color);
    content: " ";
    display: block;
    height: calc(100% + 35px);
    position: absolute;
    right: -17px;
    top: -17px;
    width: calc(50% + 20px);
    z-index: -1
}

@media (max-width: 600px) {
    .upfront-img:before {
        right: -15px;
        top: -15px;
        height: calc(100% + 30px)
    }
}

.featured-logo img {
    padding: 10px
}

.container-main {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    background-color: #231F20;
    padding: 5px 0px;
}

@media (min-width:1025px) and (max-width: 1180px) {
    .container-main {
        margin: -1px 0px;
    }
}

@media (max-width: 1024px) {
    .container-main {
        margin-top: -1px;
        padding: 0;
    }
}

@media (max-width: 600px) {
    .container-main {
        margin-top: 0px;
        width: 100%
    }
}

.subtitle {
    font-style: italic;
    font-size: 14px;
}

.breadcrumb {
    font-size: 12px
}

.cookie-consent {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 9999;
    width: 450px;
    padding: 25px;
    background-color: #fff;
    border: 2px solid #f5f8fa;
    border-radius: 10px
}

@media screen and (max-width: 600px) {
    .cookie-consent {
        width: 400px
    }
}

@media screen and (max-width: 450px) {
    .cookie-consent {
        width: 320px
    }
}

.cookie-consent .text-info p.cookie-consent__message {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem
}

.cookie-consent .text-info a {
    color: #000;
    font-size: 16px;
    text-decoration: underline
}

.cookie-consent .text-info a i {
    margin-left: .5rem;
    color: #0084ff
}

.cookie-consent .consent {
    margin-top: 2rem
}

.cookie-consent .consent a.button {
    border: 2px solid var(--primary-bg-color);
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    color: #000;
    cursor: pointer
}

.cookie-consent .consent a.button:hover {
    background-color: var(--primary-bg-color);
    color: #fff;
    border: 2px solid var(--primary-bg-color);
    transition: all .3s ease-in-out
}

.cookie-consent .consent a.button:not(:hover) {
    background-color: transparent;
    color: #000;
    transition: all .3s ease-in-out
}

.cookie-consent .consent a.settings {
    color: var(--primary-bg-color);
    font-size: 16px;
    text-decoration: underline;
    float: right;
    padding-top: 1.2rem
}

@keyframes ldio-42n97szec8n {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.ldio-42n97szec8n div {
    box-sizing: border-box !important
}

.ldio-42n97szec8n>div {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 14px;
    left: 14px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: var(--primary-bg-color) transparent var(--primary-bg-color) transparent;
    animation: ldio-42n97szec8n 1s linear infinite
}

.ldio-42n97szec8n>div:nth-child(2) {
    border-color: transparent
}

.ldio-42n97szec8n>div:nth-child(2) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg)
}

.ldio-42n97szec8n>div:nth-child(2) div:before,
.ldio-42n97szec8n>div:nth-child(2) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -8px;
    left: 24px;
    background: var(--primary-bg-color);
    border-radius: 50%;
    box-shadow: 0 64px var(--primary-bg-color)
}

.ldio-42n97szec8n>div:nth-child(2) div:after {
    left: -8px;
    top: 24px;
    box-shadow: 64px 0 var(--primary-bg-color)
}

.loadingio-spinner-dual-ring-cjdrxbl8zl {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff
}

.ldio-42n97szec8n {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(.5);
    backface-visibility: hidden;
    transform-origin: 0 0
}

.ldio-42n97szec8n div {
    box-sizing: content-box
}

.loadmore {
    background: #000;
    color: #fff;
    border-radius: 0;
    border: 1px solid #000;
    padding: 15px 20px
}

.loadmore:hover {
    color: #000;
    border: 1px solid #000
}

.pcidss {
    margin-top: 37px
}

.ticker {
    display: flex;
    width: 100%;
    margin-bottom: 15px
}

.ticker-news {
    width: 100%;
    background: #fff;
    border: solid 1px #dee2e6
}

.ticker-news marquee {
    font-size: 12px;
    margin-top: 6px
}

.ticker-news-title {
    text-align: center;
    background: var(--primary-bg-color);
    padding: 5px 10px
}

.ticker-news-title p {
    font-size: 10px;
    margin-bottom: 4px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700
}

.ticker-news-content {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

.ticker-news-content h3 {
    font-size: 20px;

    padding-left: 10px
}

@media (max-width: 600px) {
    .ticker-news-content h3 {
        font-size: 18px
    }
}

.stockmarket-header {
    margin: 10px 0;
    text-align: center
}

.stockmarket-header p {
    background: var(--primary-bg-color);
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px
}

h2.spons:before {
    background: #888 !important
}

#soc i {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 32px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 32px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 4px
}

#soc i:hover {
    border: 2px solid var(--primary-bg-color)
}

.bg-black {
    background: #000 !important
}

.border-dotted-bottom {
    border-bottom: 1px dotted #000
}

.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5
}

form {
    padding-top: 8px;
    font-size: 14px;
    /* margin-top: 30px */
}

.card-title {
    font-weight: 300
}

.btn {
    font-size: 14px;
    margin-top: 20px;
    font-family: 'CoreSanaC65Bold', Arial, sans-serif !important;
}

/* ===============================
   MOBILE 
================================ */
@media (max-width: 768px) {
    .btn {
        font-size: 12px;
    }
}

.login-form {
    width: 330px;
    margin: 20px
}

.sign-up {
    text-align: center;
    padding: 20px 0 0
}


.slick-slider {
    margin: 0
}

.center-slider .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden=true]:not(.slick-cloned)~.slick-cloned[aria-hidden=true] {
    transform: scale(.8);
    transition: all .4s ease-in-out
}

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] {
    transform: scale(1.1)
}

.center-slider .slick-current.slick-active {
    transform: scale(1)
}

.slick-next,
.slick-prev {
    z-index: 5
}

.slick-next {
    right: 15px
}

.slick-prev {
    left: 15px
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px
}

@media (max-width: 600px) {

    .slick-next,
    .slick-prev {
        display: none
    }
}

.text-2lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

.text-2lines-o {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

.text-3lines-o {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.read-more-news {
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #000
}

.read-more-news:hover {
    text-decoration: underline
}

.ad-image {
    width: auto;
    margin: auto;
    display: flex
}

@media (max-width: 600px) {
    .ad-image {
        width: 100%;
        display: block
    }
}

.slide-bottom h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    line-height: 24px
}

.rounded-custom {
    border-radius: 10px
}

.img-rounded-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.section-padding {
    padding: 50px 0
}

.bg-light-1 {
    background-color: #f7f7f7 !important
}

.row-gap-gutter {
    row-gap: var(--bs-gutter-x)
}

.slick-dots {
    bottom: 0;
    position: relative
}

.slick-dots li {
    width: auto;
    height: auto
}

.slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    background: var(--primary-bg-color);
    border-radius: 100%
}

.slick-dots li button:before {
    content: none
}

.slick-dots li.slick-active button {
    width: 20px;
    border-radius: 10px
}

.btn-primary-theme {
    margin-top: 0;
    background: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
    color: #fff !important;
    font-weight: 700 !important
}

.view-btn {
    display: inline-flex !important;
    background: var(--primary-bg-color) !important;
    width: auto;
    padding: 6px 20px !important;
    color: #fff !important;
    margin-top: 0;
    margin-left: 12px
}

.sidenav {
    background-color: #fff;
    height: 100% !important;
    top: 0;
    left: 0;
    bottom: 0
}

.sidenav__menu-toggle {
    background-color: #fff;
    color: rgb(95 95 95);
    padding: 15px 10px 10px 10px
}

.sidenav__menu-toggle>i {
    font-size: 1.2rem;
}

.sidenav__menu-url {
    color: #000
}

.sidenav__menu--is-open>.sidenav__menu-toggle {
    color: #000
}

.sidenav__menu--is-open>.sidenav__menu-toggle:hover {
    color: #000
}

.sidenav__menu-dropdown {
    background-color: #fff
}

.sidenav__menu li:hover {
    background-color: #fff
}

.sidenav__menu li .head {
    font-size: 14px;
}

.fa-solid {
    font-weight: 900
}

.sidenav__menu-url:hover {
    color: #f2c200 !important
}

.sidenav__close-icon {
    color: #000
}

.spotlight-magzine-section {
    padding: unset
}

.magazine-spotlight-section {
    background: #fff;
    box-shadow: 0 0 4px #0003;
    border-radius: 12px
}

.magazine-section .finlit-div {
    margin-top: 30px
}

.magazine-section .finlit-div p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #000
}

.header-sub-text {
    color: #000;
    margin-bottom: 0;
    -webkit-line-clamp: 2;

}


.header-dropdown-text-align a {
    margin-right: 5%
}

.header-dropdown-text-align {
    margin-left: 5%
}

.magazine-section .magazine-right-card {
    height: 100%
}

.spotlight-section-styling {
    align-items: stretch;
    height: 100%
}

.section-sub-title {
    color: var(--primary-bg-color);
    margin-top: 10%
}

.section-sub-title h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: revert
}

.financial-literacy-sec {
    margin-top: 14%
}

@media (max-width: 1200px) {
    .employee-of-the-month h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0 20px
    }

    .magazine-section .finlit-div p {
        margin-top: 34px !important;
        font-size: 17px !important;
        font-weight: 400
    }

    .magazine-section .finlit-div {
        margin-top: 40px
    }

    h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 996px) {
    .industry__row {
        grid-template-columns: repeat(4, 1fr)
    }

    .employee-of-the-month h3 {
        font-size: 15px;
        line-height: 20px
    }
}

@media (max-width: 768px) {

    form {
        padding-top: 0;
    }

    .header-btn-text {
        padding: 5px 8px;
    }

    .header-btn-text>i {
        margin-left: 0px;
    }

    .industry__row {
        grid-template-columns: repeat(3, 1fr)
    }

    .section-title h2 {
        font-size: 25px
    }

    .magazine-section .magazine-right-card .section-title h2 {
        font-size: 20px
    }
}



@media (max-width: 360px) {
    .industry__row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.clients-section {
    border-bottom: 1px solid #d1d9e0;
    margin-bottom: 10px
}

.clients-section img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.clients-section .content .message {
    font-style: italic;
    font-size: 16px;
    padding: 15px 0
}

.clients-section .content .about {
    font-weight: 700;
    font-size: 16px
}

.search-icon {
    border: none;
    font-size: 0.7rem;
    background-color: transparent;
    font-weight: bold;
}

.news-slider .news-slide .content p a {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.employee-of-the-month h3 {
    font-size: 22px;
    line-height: 30px !important
}

.navbar ul li a,
.magazine-card .meta-details li,
.leadership-slider .leadership-slide .category,
.meta-details li {}

.trend-card .category a {
    color: #007bff !important
}

.trend-card .posted-date,
.employee-of-the-month .meta-details p,
.employee-of-the-month .category a,
.leadership-slider .leadership-slide .leadership-content .meta-detail p {}

.magazine-section .finlit-div p {
    margin-top: 8px;
    font-size: 14px;
    font-style: italic
}

.magazine-section .finlit-div p span {
    font-style: normal !important;
    font-size: 16px;
    font-weight: 600
}

.employee-of-the-month .subtitle,
.meta-details {
    display: block
}

@media (max-width: 1200px) {

    .employee-of-the-month .subtitle,
    .meta-details {
        display: none
    }

    .leadership-slider .leadership-slide img {
        border-radius: 6px;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 285px
    }

    .leadership-slider .leadership-slide {
        padding: 0 !important;
        min-height: auto
    }

    .common-slider-wrapper {
        min-height: 330px;
        background-color: #fff;
        border-radius: 5px
    }

    .common-slider-wrapper .row {
        padding: 20px
    }
}

.opinion-slide .content {
    min-height: auto;
    height: auto
}

@media (max-width: 576px) {

    .employee-of-the-month .subtitle,
    .meta-details {
        display: block
    }
}

@media (max-width: 992px) {

    .employee-of-the-month .subtitle,
    .meta-details {
        display: none;
    }
}

@media (max-width: 768px) {

    .employee-of-the-month .subtitle,
    .meta-details {
        display: none
    }
}

.meta-detail-sub-slider .date {
    margin-top: 10px;
}

@media (min-width: 1400px) {
    .leadership-slider .leadership-slide {
        min-height: 347px !important
    }
}


@media (max-width: 576px) {
    .section-title h2 {
        text-align: center;
        padding-left: 0
    }
}

.opinion-slide img {
    border-radius: 10px !important
}