* {
    -webkit-tap-highlight-color: transparent
}

html {
    scroll-behavior: smooth
}

body,* {
    font-family: mulish,sans-serif
}

.h1,h1 {
    font-size: calc(1.375rem + 1.5vw)
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.2
}

.h6,h6 {
    font-size: 1rem
}

:root {
    --primary-color: #08243C;
    --secondary-color: #00cd93;
}

.box-container {
    background-color: #fff
}

.white {
    color: #fff
}

.no-padding {
    padding: 0
}

.align-item-center {
    align-items: center
}

.d-flex {
    display: flex
}

.d-column{
	flex-direction: column;
}

.gap-5{
	gap: 5px;
}

.gap-20{
	gap: 20px;
}

.color-secondary {
    color: var(--secondary-color)
}

.cursor-pointer {
    cursor: pointer
}

.justify-start {
    justify-content: flex-start
}

.justify-space-between {
    justify-content: space-between
}

.align-item-center {
    align-items: center
}

.text-bold {
    font-weight: 700
}

a {
    text-decoration: none
}

.common-button {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.common-button:hover{
    color: #fff;
}

.outline-button {
    background-color: initial;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 12px 49px;
}

.large-size {
    width: 215px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #010101;
}

.green-btn {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.black-btn {
    border: 1px solid #000;
    color: #000;
    background-color: initial;
}

.black-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.search-button,.all-share-buttons button,.share-list button,.btn-grad {
    background-color: var(--secondary-color);
    transition: .5s
}

.search-button:hover,.all-share-buttons button:hover,.share-list button:hover,.btn-grad:hover {
    background-color: var(--secondary-color)
}

.relative {
    position: relative
}

.search-popup input {
    border-color: #654778;
    color: #363636
}

.container-journal {
    margin: 0 auto;
    max-width: 1550px;
    padding: 0 40px
}

.container-journal.fluid {
    width: 100%;
    max-width: 1760px
}

.container-journal.mx {
    max-width: 1920px;
    padding: 0
}

.container-journal.mn {
    max-width: 1320px
}

.view-more-posts {
    margin-top: 30px;
    padding: 0;
    text-align: center;
    transition: all .3s linear
}

.view-more-posts a {
    font-size: 14px;
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 700;
    padding: 0 0 6px;
	transition: all 0.25s ease-in-out;
}

.view-more-posts a:hover {
    color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.section-title {
    margin: 0 0 60px;
    max-width: 650px
}

.section-title .pre-title {
    color: #b8b8b8;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .053rem;
    margin: 0 0 10px
}

.section-title .title {
    font-size: 1.875rem;
    color: #013573;
    position: relative;
    font-weight: 700;
    padding-bottom: 22px;
    margin: 0
}

.section-title .title:after {
    background: var(--secondary-color);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 178px;
    height: 2px
}

.banner .float-logo {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 215px;
    height: auto
}

.tab-options button.active {
    border-color: var(--primary-color);;
    color: var(--primary-color);
}

/* .search:active,.search:focus {
    border: 2px solid #dcdcdc;
    outline: none
} */

.search::placeholder {
    color: var(--primary-color);
}

.desc-text p {
    color: inherit;
    margin: 0
}

div .read-url span,div .read-btn {
    line-height: 50px;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0 50px;
    font-weight: 700;
    background: var(--secondary-color);
    border-radius: 100px;
    display: inline-block;
    white-space: nowrap
}

div .read-btn {
    margin-top: 30px
}

@media screen and (max-width: 1199px) {
    .section-title {
        margin:0 0 50px
    }
}

@media screen and (max-width: 991px) {
    .search {
        max-width:100%;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .section-title {
        margin-bottom:40px
    }

    .banner .float-logo {
        top: 60%;
        height: auto
    }
}

@media screen and (max-width: 575px) {
    .section-title .pre-title {
        font-size:.875rem;
        margin-bottom: 5px
    }

    .section-title .title {
        font-size: 1.5rem
    }
}

p {
    font-size: 18px;
    line-height: 30px
}

.story-bottom-list-img {
    width: 39px;
    height: 39px;
    margin: 0 20px 0 0
}

.story-bottom-list {
    color: #b9b9b9;
    display: flex;
    max-width: 515px;
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0;
    line-height: 24px;
    align-items: center
}

.ellipsis-2_lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.story-bottom-img {
    margin: -355px 0 0
}

.story-bottom-img img {
    max-width: 100%;
    height: 100%
}

.story-mobile-view .category-description {
    color: var(--secondary-color)
}

.pre-footer .pre-footer-bg {
    background-color: #352440
}

.user-platform-mobile .pre-footer .section-title .pre-title {
    color: #826f8e;
    margin-bottom: 22px
}

.user-platform-mobile .pre-footer .section-title .title {
    color: #a595af;
    font-size: 1.875rem;
    line-height: 1.3;
    padding-bottom: 22px
}

.user-platform-mobile .pre-footer .section-title .title::after {
    background-color: #826f8e;
    content: ''
}

.footer-feature .feature-item h5 {
    color: #826f8e
}

.footer-bg {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.footer-content {
    padding: 100px 0
}

.footer,.footer a,.footer a:hover {
    color: #fff
}

.footer-logo {
    margin-top: 7px;
    line-height: 1;
    margin-bottom: 7px
}

.footer-logo .d-block {
    display: inline-block
}

.footer .responsive-image img {
    max-width: 100%;
    height: auto
}

.footer-content p {
    max-width: 60%;
    padding: 16px 0 40px;
    line-height: 30px;
    color: var(--secondary-color);
    margin: 0
}

.footer-content .bookmark-error-message {
    padding: 10px 0;
	max-width: 100%;
}

.footer-top {
    padding: 30px 0 25px;
    border-top: 1px solid #1b4a81;
    border-bottom: 1px solid #1b4a81;
    font-weight: 700;
}

.footer-menu-list {
    margin: 0 0 16px;
    list-style: none
}

.footer-menu-list li {
    padding-bottom: 15px
}

.footer-menu-list li a {
    font-size: 1.125rem
}

.footer-sign-up {
    margin: 10px 0 15px
}

.footer-sign-up input[type=text] {
    border-radius: 3px 0 0 3px;
    border: 2px solid #fff;
    padding: 14px 20px;
    background-color: initial;
    width: 60%;
    outline: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-size: 1rem;
}

.footer-sign-up input[type=text]::placeholder {
    text-transform: uppercase;
    color: #fff
}

.footer-sign-up button {
    padding: 17px 15px;
    margin: 0 0 0 10px;
    width: 30%;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 0 3px 3px 0;
    color: #fff;
    letter-spacing: 2px;
    transition: .5s;
    font-weight: 700
}

.footer .footer-social-list {
    margin: 25px 0
}

.footer .footer-social-list li {
    margin: 0 35px 0 0
}

.footer .footer-social-list .twitter-icon,
.footer .footer-social-list .x-icon{
    width: 18px;
}

.inline-list li {
    display: inline-block
}

.footer .footer-site-map {
    padding: 0 0 20px;
    font-weight: 500;
    margin-bottom: 0
}

.footer .footer-site-map li {
    color: #826f8e;
    letter-spacing: .015625rem;
    margin: 0 5px 0 0;
}

.footer .footer-site-map li:not(:last-child):after {
    content: '|';
    padding-left: 10px;
}

.footer .footer-site-map li a {
    font-size: 14px;
    font-weight: 700
}

.copy-right-txt {
    color: #fff;
    font-size: 14px
}

.footer .footer-bottom {
    padding: 60px 0 0
}

.footer-bottom-container {
    display: flex
}

.certified-logos {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center
}

.certified-logos li img {
    max-width: 100%;
    height: auto
}

.footer .footer-menu-title {
    margin-top: 20px;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 32px;
    text-transform: uppercase;
}

.category-title {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    line-height: 20px;
    padding: 5px 0
}

.category-description {
    color: #013573;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    width: 100%;
    padding: 7px 0;
    position: relative
}

.bookmark-error-message {
    color: red!important
}

.bookmark-error-message.success {
    color: #00cd92!important
}

.nav-container .mega-box,.nav-container .nav-links .drop-menu {
    top: 45px!important
}

.search-form ul.dropdown-menu.show {
    z-index: 0
}

.footer-top.max-container {
    display: flex;
    justify-content: center
}

.g-w-22 {
    width: 22%;
    padding: 0 .5rem 0 0
}

.g-w-34 {
    width: 34%
}

.visible-desktop {
    display: block
}

.visible-responsive {
    display: none
}

#go-top-btn {
    background-color: var(--secondary-color)
}

#go-top-btn::after {
    border-color: transparent transparent #fff #fff
}

.post-breadcrumb li:not(:last-child):after {
    border-color: transparent transparent #969696 #969696
}

.text-uppercase {
    text-transform: uppercase!important
}

.ms-auto {
    margin-left: auto!important
}

.author-info.category-info .drop-selected {
    font-size: 1rem
}

.js-sticky-header {
    background-color: #0b3044;
}

.menu-item .link-wrapper .title {
    color: var(--primary-color);
}

.pagination button.active {
    background-color: rgba(165,1,74,.9)
}

.menu-item .mega-menu-down-indicator:after {
    border-color: #0b3044 transparent transparent transparent
}

.blog-footer .author-info {
    border: 2px solid #654778
}

.details-content h3,.details-content h2 {
    color: #363636
}

.share-wrapper .share-area a:hover {
    border: 2px solid #654778
}

.info-area .post-author {
    border: 2px solid #654778
}

.author-info .author-name a,.info-area .post-author a {
    color: #000
}

.author-info .author-name a:hover,.info-area .post-author a:hover {
    color: #654778
}

.share-area a {
    border: 2px solid #654778
}

.share-area svg {
    fill: #654778
}

.share-area a:hover {
    background: #654778
}

.blog-detail .left-area a.active,.blog-detail .left-area a:hover {
    color: #363636
}

.item-card .tag-wrapper a {
    background: #476d9b
}

.hotlist-subscription {
    background: #380951 url("../../the-hotlist-bg.jpg")no-repeat 50%/cover;
    background-size: cover;
    color: #fff
}

.hotlist-subscription-wrapper {
    gap: 4.1%
}

.hotlist-subscription .section-title {
    margin-bottom: 0
}

.hotlist-subscription .section-title .pre-title {
    color: #fff;
    font-size: 1rem
}

.the-hotlist-left img {
    max-width: 100%
}

.hotlist-subscription .section-title .title::after {
    background: #fff
}

.the-hotlist-middle ul {
    padding-left: 18px
}

.the-hotlist-middle li {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    list-style: disc;
    padding: 12px 0
}

.the-hotlist-right form {
    flex-direction: column;
    max-width: 100%
}

.the-hotlist-right input {
    background-color: initial;
    border: 2px solid #d1d1d1;
    border-radius: 32px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 19px;
    padding: 21px 20px;
    text-align: center;
    width: 100%
}

.the-hotlist-right input::placeholder {
    color: #fff
}

.the-hotlist-right button {
    background-color: #d5005c;
    border: none;
    border-radius: 32px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%
}

.subscription-acknowledgement {
    margin: 10px 0 15px;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .031rem;
    line-height: 1.5;
    text-align: center
}

footer .subscription-acknowledgement {
    text-align: left
}

.underlined {
    text-decoration: underline !important;
}

.underlined:hover {
    text-decoration: none
}

.layout-about .the-hotlist-middle {
    display: none
}

.layout-about .hotlist-subscription {
    border-radius: 10px
}

.layout-about .hotlist-subscription .container-journal {
    padding: 0 150px
}

.layout-about .hotlist-subscription .section-title {
    max-width: 433px
}

.hot-story-tag {
    pointer-events: none;
    align-items: center;
    background: #d5005c;
    border-radius: 0 0 40px 40px;
    color: #fff;
    display: flex;
    font-family: Arial,sans-serif;
    font-weight: 700;
    flex-direction: column;
    padding: 26px 18px 50px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 75px;
    z-index: 2
}

.hot-list-counter img {
    height: auto;
    line-height: 0;
    position: static;
    padding-bottom: 12px;
    width: 19px
}

.hot-list-edition {
    font-size: .688rem;
    text-align: right;
    transform: translate(0,19px)rotateZ(270deg)
}

.hot-list-counter {
    border-bottom: 1px solid #fff;
    font-size: 2.375rem;
    line-height: 28px;
    padding-bottom: 15px;
    text-align: center
}

.hot-list-edition span {
    font-size: 1rem
}

.hot-list-icon img {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    height: 100px;
    width: auto;
    pointer-events: none
}

@media screen and (max-width: 1399px) {
    .container-journal {
        padding:0 30px
    }

    .category-title {
        font-size: 14px;
        line-height: 20px
    }

    .category-description {
        font-size: 20px;
        line-height: 26px
    }

    .story {
        padding: 45px 0
    }

    .story-bottom-img {
        margin: -240px 0 0;
        text-align: center
    }

    .story-bottom-img img {
        max-width: 360px;
        height: 100%
    }

    .footer-sign-up form {
        display: block!important
    }

    .footer-sign-up input[type=text] {
        border-radius: 3px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
        text-align: center
    }

    .footer-sign-up button {
        border-radius: 3px;
        width: 100%;
        margin: 4px 0;
        font-size: .875rem
    }

    .footer-content p {
        max-width: 100%
    }
}

@media screen and (max-width: 1199px) {
    .hot-story-tag {
        padding:10px 15px 35px
    }

    .hot-list-edition {
        transform: translate(0,13px)rotateZ(270deg)
    }

    .item-card:hover .hot-story-tag {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

@media screen and (max-width: 991px) {
    header .right-area {
        background-color: #003455;
    }

    .container-journal {
        padding: 0 15px
    }

    .drop-menu li {
        margin: 0
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px
    }

    .visible-desktop {
        display: none
    }

    .visible-responsive {
        display: block
    }

    .pre-footer .section-title .title {
        color: var(--secondary-color);
    }

    .hotlist-subscription-wrapper {
        flex-direction: column;
        gap: 28px 0
    }

    .the-hotlist-left,.the-hotlist-right,.the-hotlist-middle {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center
    }

    .the-hotlist-right form {
        width: 380px;
        margin: 0 auto
    }

    .hotlist-subscription .section-title .title {
        padding-top: 5px;
        line-height: 0
    }

    .the-hotlist-middle ul {
        padding-left: 0
    }

    .the-hotlist-middle li {
        font-size: 1.125rem;
        list-style: none;
        padding: 9px 0 8px
    }
}

@media only screen and (min-width: 768px) and (max-width:990px) {
	.footer-top.max-container {
      display: flex;
	  flex-wrap: wrap;
      justify-content: start;
    }
	.g-w-22{
		width: 33.33%;
	}
	.g-w-34{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
    .hot-story-tag {
        right:12px
    }

    .category-description {
        font-size: 24px;
        line-height: 32px;
        padding: 0 0 20px
    }

    .footer .footer-menu-title {
        display: none
    }

    .footer .footer-menu-title:first-child {
        display: block
    }

    .footer-menu-title-gap {
        display: none
    }

    .footer-content {
        padding: 30px 0
    }

    .custom-container {
        padding-left: 12px;
        padding-right: 12px
    }

    .footer-top {
        padding: 1px 0 25px;
        border-top: 0;
        border-bottom: 0
    }

    .footer-menu-list {
        margin: 0
    }

    .footer-sign-up p {
        padding: 0
    }

    .story-web-view .story-bottom-img {
        margin: 0
    }

    .footer .footer-bottom {
        padding: 10px 0 0
    }

    .story-bottom-bg {
        background-image: none!important
    }

    .footer-top.max-container {
        display: block
    }

    .g-w-22 {
        width: 100%
    }

    .g-w-34 {
        width: 100%
    }

    .layout-about .hotlist-subscription .container-journal {
        padding: 0 15px
    }
}

@media screen and (max-width: 480px) {
	.banner .float-logo {
      width: 140px;
      height: auto;
   }
}

@media screen and (min-width: 1200px) {
    .hotlist-subscription {
        padding-top:112px;
        padding-bottom: 112px
    }
}

@media screen and (min-width: 1360px) {
    .the-hotlist-right form {
        width:422px
    }
}

