@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("font-awesome.css");

body {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6em;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.primary-color {
    color: #03b5c3;
}

.bg-primary-color {
    background-color: #03b5c3;
}

.white-color {
    color: #ffffff;
}

a.white-link,
a.white-link:hover {
    color: #fff;
}

.brand-teal {
    color: #00B8C5 !important;
}

.bg-brand-teal {
    background-color: #00B8C5;
}

.brand-blue {
    color: #0A354F;
}

.bg-brand-blue {
    background-color: #0A354F;
}

.btn-brand-blue {
    background-color: #0A354F;
    color: #fff;
}

.btn-brand-blue:hover,
.btn-brand-blue:focus,
.btn-brand-blue:active {
    background-color: #0A354F;
    color: #fff;
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active,
footer a.text-link:hover,
strike,
.post-meta span a:hover,
footer a.text-link,
ul.meta-post li a:hover,
ul.cat li a:hover,
ul.recent li h6 a:hover,
ul.portfolio-categ li.active a,
ul.portfolio-categ li.active a:hover,
ul.portfolio-categ li a:hover,
ul.related-post li h4 a:hover,
span.highlight,
article .post-heading h3 a:hover,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .active > a:focus {
    color: #03b5c3;
    text-decoration: none;
}

.text-small {
    font-size: 14px !important;
}

.text-justify {
    text-align: center;
}

.container {
    /* padding: 0 20px 0 20px; */
    /* position: relative; */
    max-width: 1170px;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.row,
.row-fluid {
    margin-bottom: 20px;
}

.row .row,
.row-fluid .row-fluid {
    margin-bottom: 20px;
}

.row.nomargin,
.row-fluid.nomargin {
    margin-bottom: 0;
}

.video-container,
.map-container,
.embed-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

img.img-polaroid {
    margin: 0 0 20px 0;
}

.img-box {
    max-width: 100%;
}

.padding-left-zero {
    padding-left: 0;
}

.padding-right-zero {
    padding-right: 0;
}

.primary-button {
    margin-top: 0 !important;
    font-weight: 100 !important;
    background-color: #03b5c3;
    color: #fff;
    border: 2px solid #fff !important;
    border-radius: 35px;
    padding: 10px 25px !important;
    text-transform: uppercase;
    font-size: 16px;
}

/* --- header -- */

header .navbar {
    margin-bottom: 0;
    min-height: 120px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 6%);
}

header .navbar.navbar-light {
    padding: 20px 0;
}

header .navbar .container-fluid {
    /* or we could do 1320 for the std container max */
    /* max-width: 1320px; */
    max-width: 1170px;
    padding: 0;
}

.navbar-default {
    border: none;
}

.navbar-header {
    padding-right: 50px;
}

.navbar-brand {
    margin-left: 15px;
}

.navbar-toggler {
    margin-right: 15px;
}

/* header .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
}

.navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    display: none;
} */

header .navbar.navbar-light {
    background-color: #fff;
}

header .navbar-collapse.collapsing ul.navbar-nav,
header .navbar-collapse.show ul.navbar-nav {
    background-color: #03b5c3;
    margin-top: 8px;
}

header .navbar-collapse.collapsing ul.navbar-nav li > a,
header .navbar-collapse.show ul.navbar-nav li > a {
    margin: 0;
    color: #fff;
    padding: 12px;
    border-bottom: 1px solid #fff;
}

header ul.nav li a {
    border-bottom: 1px solid #fff;
    width: auto;
    margin: auto;
}

.navbar .nav > li > a {
    color: #fff;
    padding: 12px;
}

.navbar .nav > li > a:focus,
.navbar .nav > .active > a:focus {
    color: #fff;
    text-decoration: none;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* header .navbar-nav > li {
    padding-bottom: 20px;
    padding-top: 36px;
    margin-bottom: 1px;
} */

header .navbar-nav > li > a {
    display: block;
    text-transform: uppercase;
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    /* font-weight: 700; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header ul.navbar-nav li:hover {
    border-bottom: 2px solid #03b5c3;
}

.dropdown-menu li a:hover {
    color: #03b5c3;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.dropdown-menu li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

header .nav li .dropdown-menu {
    padding: 0;
}

header .nav li .dropdown-menu li a {
    line-height: 28px;
    padding: 3px 12px;
}

header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
}

@media screen and (max-width: 767px) {
    header ul.nav li {
        border: none;
        margin: 0;
        background-color: #03b5c3;
    }
}

header ul.nav li a {
    border: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

header ul.nav li a:hover {
    color: #666666 !important;
}

header ul.nav li ul li a {
    font-size: 14px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .nav > li > a {
    text-shadow: none;
}

.navbar .nav a:hover {
    background: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
    background: none;
    font-weight: 700;
}

.navbar .nav > .active > a:active,
.navbar .nav > .active > a:focus {
    background: none;
    outline: 0;
    font-weight: 700;
}

.navbar .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav > li > .dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: none;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}

.subscription-right {
    padding-top: 45px;
    padding-bottom: 20px;
    margin-left: 100px;
}

.subscription-right p {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.subscription-right p i {
    padding-right: 5px;
    color: #03b5c3;
}

.right-top-menu {
    padding-top: 45px;
    padding-bottom: 20px;
    margin-left: 50px;
    cursor: pointer;
}

.header-right-top-menu-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: #00000052;
}

.header-side-wrap {
    position: fixed;
    margin: auto;
    width: 360px;
    height: 100%;
    right: -360px;
    background: #fff;
    padding: 60px 30px 10px;
    box-shadow: #fff 0 2px 8px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.top-menu-close-cta {
    position: absolute;
    top: 27px;
    right: 32px;
    z-index: 10000;
    font-size: 1.5rem;
    cursor: pointer;
}

.right-top-menu-show {
    display: block;
}

.page-header-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background: url(../img/img_bg_newsletter.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
    color: #fff;
    margin-bottom: 25px;
}

.adsbygoogle * {
    max-width: 100% !important;
}

.menu-item ul.dropdown-menu {
    top: 46px;
    left: 0;
    min-width: fit-content;
    width: 100%;
    padding-bottom: 0;
}

.menu-item ul.dropdown-menu > li > a {
    display: block;
}


/*header search*/
.searchform form {
    position: relative;
    width: 100%;
}

.search-cat select {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #03b5c3;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    background: #03b5c3;
    color: #fff;
    appearance: none !important;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjNmI3MjgwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdtNiA4IDQgNCA0LTQnLz48L3N2Zz4=);
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.searchform form input[type="text"] {
    padding: 15px 50px;
    padding-right: 100px;
    border-color: #ededed;
    border-radius: 50px;
    background-color: #ededed;
}

input.InputBox {
    font-family: "lucida grande", "Lucida Sans Unicode", tahoma, sans-serif;
    color: #333;
    font-size: 15px;
    padding: 3px;
    margin: 0;
    width: 250px;
    background: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

input[type="text"] {
    box-sizing: border-box;
}

.InputBox {
    display: block;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px;
}

.searchform form input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    float: right;
    padding: 10px 25px;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.searchform .Button,
.searchform .Button:hover,
.searchform .Button:focus,
.searchform .Button:active {
    text-shadow: none;
    border-color: transparent;
}

.searchform .Button {
    display: inline-block;
    padding: 6px 12px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border: transparent solid 1px;
    border-radius: 50px;
    -webkit-transition: -webkit-box-shadow 50ms;
    transition: -webkit-box-shadow 50ms;
    -o-transition: box-shadow 50ms;
    transition: box-shadow 50ms;
    transition: box-shadow 50ms, -webkit-box-shadow 50ms;
    -webkit-font-smoothing: inherit;
    color: #03b5c3;
    background-color: #fff;
    background-repeat: repeat-x;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#38a2f7),
        to(#fff)
    );
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
}

.med-rounded {
    border-radius: 10px;
}

.box-click {
    cursor: pointer;
}

/* icons */
.play-button-large {
    width: 40px !important;
    height: 40px !important;
    padding: 13px 0 0 0 !important;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.play-button-large-video {
    width: 40px !important;
    height: 40px !important;
    padding: 12px 0 0 3px !important;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.play-button-white {
    background: #fff !important;
    color: #03b5c3;
}

.play-button-blue {
    background: #03b5c3;
    color: #fff !important;
}

.play-button-small-relative {
    position: relative;
    top: -35px;
    right: 5px;
    float: right;
    width: 25px !important;
    height: 25px !important;
    padding: 6px 0 0 0 !important;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.play-button-sm-relative {
    position: relative;
    top: 5px;
    right: 5px;
    float: right;
    width: 25px !important;
    height: 25px !important;
    padding: 6px 0 0 0 !important;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.topic-icon-first {
    margin-right: 5px;
}

.topic-icon {
    margin-left: 10px;
    margin-right: 5px;
}

.topic-thumb-gradient {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, #111 100%);
}

.topic-thumb-gradient-small {
    height: 30%;
}

.topic-thumb-gradient-medium {
    height: 60%;
}

.topic-thumb-gradient-high {
    height: 90%;
}

/* topics */
.topic-details img {
    max-width: 100% !important;
    height: auto !important;
}

.topic-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.topic-single-thumb {
    /* height: 460px; */
    /* width: 720px; */
}

.topic-single-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.feature-topic {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}

.feature-topic-margin-bottom {
    margin-bottom: 10px;
}

.topic-thumb-content .topic-thumb-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

/* .feature-topic-vertical {
    width: 100%;
    height: 245px;
    border-radius: 6px;
}

.ftv-wrapper {
    display: contents;
}

.feature-topic-horizontal {
    width: 100%;
    height: 245px;
    border-radius: 6px;
} */

.feature-topic-vertical {
    width: 375px;
    height: 500px;
    border-radius: 6px;
}

.feature-topic-horizontal {
    width: 375px;
    height: 245px;
    border-radius: 6px;
}

.ftv-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.topic-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.topic-image {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

.topic-thumb-content {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    padding: 0 12px;
    width: 100%;
}

.topic-thumb-content h3 {
    font-size: 25px;
    margin: 0;
}

.topic-content {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    padding: 0 20px;
}

.topic-thumb-author {
    font-size: 14px;
}

/* home tab */
#hometab .nav-pills > li > a {
    border-radius: 10px 10px 0 0;
    background-color: #f4f4f4;
    text-transform: uppercase;
}

#hometab .nav-pills > li.active > a {
    background-color: #03b5c3;
    color: #fff;
    text-transform: uppercase;
}

#hometab .nav-pills > li > a:hover {
    background-color: #03b5c3;
    color: #fff;
    text-transform: uppercase;
}

#hometab .nav-pills li i {
    padding-right: 5px;
}

#hometab .tab-content {
    color: white;
    background: url(../img/img_bg_categories.jpg) no-repeat;
    background-size: cover;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
}

/* popular topics */
.section-head {
    margin-top: 30px;
    margin-bottom: 50px;
}

.section-head h1,
.section-head h2 {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-head h1:after,
.section-head h2:after {
    position: absolute;
    content: "";
    height: 4px;
    bottom: -13px;
    margin: 0 auto;
    left: 0;
    width: 9%;
    background: #03b5c3;
}

.popularTopics {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.absoluteAnchor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}

.popularTopics.leftSide {
    margin-bottom: 10px;
}

.popularTopics.rightSide {
    /* ... */
}

.popularTopicCard {
    display: flex;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
}

.popularTopicCard .popularTopicImage {
    /* width: 40%;
    border-radius: 10px 0 0 10px; */
}

.popularTopicCard .popularTopicContent {
    position: relative;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
}

.popularTopicContent .popularTopicCardInfo {
    /* bg-dark bg-opacity-50 text-white px-2 py-1 mt-2 */
    background-color: #00000052;
    padding: 5px 10px;
    border-radius: 10px;
}

.popularTopicContent .popularTopicCardInfo a {
    color: #fff;
}

.popularTopicContent .popularTopicCardInfo a:hover {
    color: #03b5c3;
}

.popularTopicContent .popularTopicContentImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
}

.popularTopicContent .popularTopicTitle {
    min-height: 47px;
    margin-bottom: 0.5rem;
}

.recent-topic {
    display: flex;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.recent-topic .image {
    width: 45%;
    border-radius: 10px 0 0 10px;
}

.recent-topic .content {
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: 55%;
}

.recent-topic .content h4 a {
    font-size: 16px;
}

/* .popular-topics-left {
    width: 100%;
    max-width: 375px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.popular-topics-left .thumb {
    width: 100%;
    height: 375px;
    position: relative;
    border-radius: 10px;
}

.popular-topics-left .thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    vertical-align: middle;
}

.popular-topics-left .thumb .thumb-content {
    padding-right: 5px;
    padding-left: 10px;
    position: absolute;
    z-index: 10000;
    color: #fff;
    bottom: 0;
}

.popular-topics-left .content {
    padding: 20px 10px;
}

.popular-topics-left .content h4 {
    margin: 0 0 5px 0;
}

.popular-topics-left .content h4 a {
    font-size: 18px !important;
    text-decoration: none;
    color: #666;
}

.popular-topics-left .content p {
    font-size: 14px !important;
    font-weight: 400 !important;
} */

/* .popular-topics-right {
    width: 100%;
    max-width: 375px;
    display: flex;
    gap: 6px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.popular-topics-right .thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.popular-topics-right img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.popular-topics-right .content {
    padding: 8px;
    line-height: 120%;
}

.popular-topics-right .content h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.popular-topics-right .content h4 a {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none;
    color: #666;
}

.popular-topics-right .content p {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 5px;
} */

/* inner topic tiles */
.topic-tiles {
    width: 360px;
    float: left;
    margin-right: 25px;
    margin-bottom: 46px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
    min-height: 400px;
}

.topic-tiles-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
}

.topic-tiles-thumb img {
    max-width: 100%;
    height: auto;
}

.topic-tiles-content {
    padding: 10px;
}

.topic-left-player {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-right: 10px;
}

.topic-right-title {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-right: 10px;
    width: 80%;
}

.topic-title {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-right: 10px;
    width: 80%;
}

.topic-tiles-content h4 {
    font-size: 20px !important;
    margin: 20px 0px 10px 0px;
}

.topic-tiles-content a,
a:active {
    color: #666;
}

.topic-tiles-content a:hover,
a:focus {
    color: #03b5c3;
}

.topic-tiles-thumb-type {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 2;
    display: inline-block;
    height: 30px;
    padding: 0 14px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background: #666;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
}

.topic-tiles-thumb-type2 {
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 2;
    display: inline-block;
    height: 30px;
    padding: 0 14px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background: #666;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
}

.topic-tiles-thumb-type3 {
    position: absolute;
    left: 0;
    top: 105px;
    z-index: 2;
    display: inline-block;
    height: 30px;
    padding: 0 14px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background: #666;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
}

.topic-tile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.topic-tile-container-v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.topic-tile-v2 {
    display: flex;
    width: 100%;
    /* max-width: 360px; */
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
    margin: 0 auto;
    height: 100%;
}

.topic-tile-v2-thumb {
    display: none;
    /* position: relative; */
}

.topic-tile-v2-thumb img {
    max-width: 100%;
    height: auto;
    border-radius: 6px 6px 0px 0px;
}

.topic-tile-v2-thumb-type {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 2;
    display: inline-block;
    height: 30px;
    padding: 0 14px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background: #666;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
}

.topic-tile-v2-thumb-type2 {
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 2;
    display: inline-block;
    height: 30px;
    padding: 0 14px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background: #666;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
}

.topic-tile-v2-content {
    padding: 10px;
    color: #fff;
    width: 100%;
    border-radius: 10px;
}

.topic-tile-v2-content:not(.magazine) h4 {
    font-size: 20px !important;
    margin: 20px 0px 10px 0px;
}

.topic-tile-v2-content .topic-tile-info {
    background-color: #00000052;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.topic-tile-v2-content .topic-tile-info .category-row {
    font-size: 12px;
}

.topic-tile-v2-content .topic-tile-info i {
    width: 16px;
    text-align: center;
}

.topic-tile-v2-content .topic-tile-info a {
    color: #fff;
}

.topic-tile-v2-content .topic-tile-info a:hover {
    color: #03b5c3;
}

.topic-tile-v2.magazine {
    height: 180px;
}

.topic-tile-v2-content.magazine {
    display: flex;
}

.magazine-iframe {
    width: 100%;
    height: 470px;
}

.recentTopics {
}

.recentTopic {
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
    padding: 10px;
    color: #fff;
}

/*

.topic-tile-v2-content a,
a:active {
    color: #666;
}

.topic-tile-v2-content a:hover,
a:focus {
    color: #03b5c3;
}

.topic-tile-v2-thumb-type3 {
    position: absolute;
    left: 0;
    top: 105px;
    z-index: 2;
    display: inline-block;
    height: 30px;
    padding: 0 14px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background: #666;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
}

*/

/* news letter*/
.content-row-newletter {
    height: auto;
    background: url(../img/img_bg_newsletter.jpg) no-repeat;
    background-size: cover;
}

.content-row-newletter .subscribeForm {
    display: flex !important;
    /*    max-width: 830px;*/
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-row-newletter .subscribeForm .ns-form-field {
    margin-right: 18px;
    width: 100%;
    margin-bottom: 0px;
}

.content-row-newletter .subscribeForm .join {
    margin-right: 18px;
    width: 100%;
    margin-top: 10px;
}

.content-row-newletter .subscribeForm .join p {
    font-size: 25px;
}

.content-row-newletter .subscribeForm .sbutton {
    margin-right: 18px;
    width: 50%;
    margin-bottom: 0px;
}

.subscribe .join {
    font-size: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #fff;
}

.subscribe .message {
    color: #fff;
}

.subscribeForm input[type="email"] {
    border: none;
    border-radius: 35px;
    font-size: 16px;
    width: 100%;
    padding: 14px;
    height: 45px;
}

.subscribeForm input[type="text"] {
    border: none;
    border-radius: 35px;
    font-size: 16px;
    width: 100%;
    padding: 14px;
    height: 45px;
}

.subscribeForm .ns-submit {
    margin-top: 0 !important;
    font-weight: 100 !important;
    background: transparent;
    color: #fff;
    border: 2px solid #fff !important;
    padding: 10px 25px !important;
    border-radius: 35px;
}

/* newsletter popup */
#newsletter-popup {
    transform: translate(0, 20%);
}

.content-row-newletter-popup {
    height: auto;
    background: url(../img/img_bg_newsletter.jpg) no-repeat;
    background-size: cover;
}

.content-row-newletter-popup .subscribeFormPopup {
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-row-newletter-popup .subscribeFormPopup .ns-form-field {
    margin-right: 18px;
    margin-bottom: 0px;
}

.content-row-newletter-popup .subscribeFormPopup .join {
    margin-right: 18px;
    width: 100%;
    margin-top: 10px;
}

.content-row-newletter-popup .subscribeFormPopup .join p {
    font-size: 25px;
}

.content-row-newletter-popup .subscribeFormPopup .sbutton {
    margin-top: 150px;
    margin-left: 200px;
    width: 50%;
    margin-bottom: 0px;
}

.subscribe .message {
    color: #fff;
}

.subscribeFormPopup input[type="email"] {
    border: none;
    border-radius: 35px;
    font-size: 16px;
    width: 100%;
    padding: 14px;
    height: 45px;
}

.subscribeFormPopup input[type="text"] {
    border: none;
    border-radius: 35px;
    font-size: 16px;
    width: 100%;
    padding: 14px;
    height: 45px;
}

.subscribeFormPopup .ns-submit {
    margin-top: 0 !important;
    font-weight: 100 !important;
    background: transparent;
    color: #fff;
    border: 2px solid #fff !important;
    padding: 10px 25px !important;
    border-radius: 35px;
}

.popup-thank-you .join {
    font-size: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 30px;
    line-height: 80%;
}

.content-row-newletter-popup .popup-thank-you .join p {
    font-size: 40px;
}

.popup-thank-you {
    padding: 30px;
}

.popup-thank-you .message {
    color: #fff;
    padding-bottom: 30px;
}

.popup-thank-you .ns-submit {
    margin-top: 0 !important;
    font-weight: 100 !important;
    background: transparent;
    color: #fff;
    border: 2px solid #fff !important;
    padding: 10px 25px !important;
    border-radius: 35px;
}

/* video */
.content-row-video {
    margin-top: 25px;
    margin-bottom: 25px;
}

.content-row-video .bodcast-top img {
    width: 100%;
    border-radius: 10px;
    vertical-align: middle;
    height: 316px;
}

/* mission */
.content-row-mission {
    min-height: 500px;
    background: url(../img/img_bg_our_mission.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 0;
}

.mission {
    max-width: 600px;
}

.mission-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    vertical-align: middle;
    height: auto;
}

.mission-container {
    padding-left: 5%;
}

.mission h2 {
    font-weight: 700;
    line-height: 1.1em;
    font-size: 72px !important;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.mission p.subhead {
    font-weight: 300;
    line-height: 1.1em;
    font-size: 36px !important;
    margin-bottom: 20px;
}


/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

/* footer */

footer {
    padding: 25px 0 25px 0;
    color: #f8f8f8;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer address {
    line-height: 1.6em;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0;
}

ul.social-network li a {
    color: #fff;
    background: #03b5c3;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 17px 0 0 0;
    line-height: 10px;
    font-size: 18px;
}

ul.social-network li a:hover {
    background: rgba(0, 0, 0, 0.6);
}

.share {
    display: inline-block;
}

ul.social-network li .facebook {
    background: #3b5998;
}

ul.social-network li .twitter {
    background: #1da1f2;
}

ul.social-network li .google {
    background: #dc4e41;
}

ul.social-network li .pintrest {
    background: #cb2027;
}

ul.social-network li .linkedin {
    background: #0077b5;
}

ul.social-network li .youtube {
    background: #db4437;
}

ul.social-network li .instagram {
    background: #b07109;
}

ul.social-network li .tumblr {
    background: #36465d;
}

ul.social-network li .flickr {
    background: #ff0084;
}

ul.social-network li .whatsapp {
    background: #00a859;
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 20px 0 0;
    margin: 10px 0 0 0;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
}

#sub-footer ul.social-network {
    float: right;
}

.m-t-1 {
    margin-top: 10px;
}

footer ul.link-list li a {
    color: #fff;
}

footer ul.link-list li a:before {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 5px;
    content: "\203A";
}

footer ul.link-list li a:hover {
    color: #eee;
}

footer ul.link-list li a:before {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 5px;
    content: "" !important;
}

footer ul.link-list li {
    text-align: center;
}

footer .widgetheading {
    display: none;
}

#sub-footer {
    background: #fff !important;
}

.footer-logo {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.social-network-div {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.copyright {
    color: #03b5c3;
    display: flex;
    justify-content: center;
}

.copyright a {
    color: #03b5c3 !important;
}

.menu-footer-menu-container {
    text-align: center;
    padding-bottom: 35px;
}

#menu-footer-menu li {
    display: inline-block;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 16px;
}

#menu-footer-menu li a {
    color: #666;
}

#menu-footer-menu:before {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 56px;
    margin: 0 auto;
    left: 0;
    width: 30%;
    background: #ededed;
}

#menu-footer-menu:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 56px;
    margin: 0 auto;
    right: 0;
    width: 30%;
    background: #ededed;
}

.right-sidebar {
    float: right;
    position: sticky;
}

.right-sidebar .banner-image {
    height: auto;
    max-width: 100%;
    float: left;
}

.right-sidebar .headings {
    position: relative;
    height: 41px;
    margin-bottom: 34px;
    font-size: 18px;
    text-transform: uppercase;
}

/** creator tiles **/

.contributor-card {
    border-radius: 10px;
    box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
    height: 100%;
}

.contributor-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contributor-img img {
    width: 100px;
    height: 100px;
    border: 1px solid #666;
    border-radius: 50%;
    overflow: hidden;
}

.contributor-info {
    color: #666666;
}

.contributor-info h4 {
    font-size: 18px;
}

.contributor-card:hover h4 {
    color: #03b5c3;
}

.contributor-card:hover img {
    border: 1px solid #03b5c3;
}

.creator-tiles {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
    margin-bottom: 50px;
}

.creator-tiles .entry-media {
    width: 240px;
    margin-bottom: 25px;
}

.creator-tiles .entry-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.creator-tiles .entry-media img {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
}

/* audio player */

#audio-player-large {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background-color: #03b5c3;
    transition: bottom 0.5s linear;
}

.archive-player {
    display: none;
}

.player-content {
    display: none;
}

.player-txt {
    max-width: 65%;
    overflow: hidden;
}

#audio-player-large .player-content {
    width: 30%;
    height: 124px;
    background-color: #03b5c3;
}

#audio-player-large .player-content a {
    color: #fff;
}

.player-show {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

#audio-player-large .mejs__container {
    min-width: 90% !important;
    height: 124px !important;
    float: right;
}

#audio-player-large .mejs__controls {
    top: 42px;
    padding-right: 55px;
    padding-left: 32px;
}

#audio-player-large .mejs__playpause-button {
    position: absolute;
    left: -30px;
    top: -8px;
    width: 60px;
    height: 60px;
    border: 5px solid #222;
    border-radius: 60px;
    background-color: #03b5c3;
    cursor: pointer;
}

#audio-player-large .mejs__playpause-button button {
    margin: 16px 15px;
}

.mejs__volume-button {
    margin-right: 11px !important;
    padding-top: 3px !important;
}

.mejs__volume-button button {
    margin: 16px 15px;
}

.mejs__button > button {
    background: transparent url(../img/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px !important;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px !important;
}

.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__replay > button {
    background-position: -160px 0;
}

#audio-player-large .mejs__time {
    font-size: 12px;
    padding: 16px 6px 0;
}

#audio-player-large .mejs__time-rail {
    padding-top: 14px;
}

#audio-player-large
    .mejs__controls
    .mejs__horizontal-volume-slider
    .mejs__horizontal-volume-total,
#audio-player-large .mejs__controls .mejs__time-rail .mejs__time-total {
    border-radius: 8px;
    overflow: hidden;
}

#audio-player-large .mejs__time-total {
    height: 6px;
    margin-top: 2px;
}

#audio-player-large .mejs__horizontal-volume-total {
    margin-top: 7px;
}

#audio-player-large .topic-thumb-title {
    padding-top: 34px;
    margin-right: 24px;
    margin-bottom: 10px;
    font-size: 16px;
}

.player-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 22px 12px 0 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 80px;
}

.post-thumb img {
    width: auto;
    height: 100%;
}

.player-txt {
    max-width: 65%;
    overflow: hidden;
}

#audio-player-large .post-title {
    padding-top: 34px;
    margin-right: 24px;
    margin-bottom: 10px;
    font-size: 16px;
}

#audio-player-large.hidden-player {
    bottom: -124px;
}

.audio-player .row {
    min-height: 124px;
}

.audio-player .mejs__container {
    width: 100% !important;
    height: 124px !important;
}

.audio-player .media-name {
    background-color: #03b5c3;
    text-align: center;
    align-content: center;
    color: #fff;
    min-height: 35px;
}

.audio-player .mejs__controls {
    position: absolute;
    top: 40px;
}

.audio-player .mejs__playpause-button {
    position: absolute;
    top: -8px;
    left: 16px;
    /* left: -30px; */
    width: 60px;
    height: 60px;
    border: 5px solid #222;
    border-radius: 60px;
    background-color: #03b5c3;
    cursor: pointer;
}

.audio-player .mejs__currenttime-container {
    margin-left: 70px;
}

.audio-player .mejs__playpause-button button {
    margin: 16px 15px;
}

/* Player Show Hide Button */

.player-show-hide {
    position: absolute;
    right: 6px;
    z-index: 5;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: #2d2d2d;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.hide-player {
    top: 6px;
    line-height: 27px;
}

.hide-player:hover {
    background-color: #fff;
}

.hide-player:hover::after {
    color: #222;
}

.player-show-hide::after {
    color: #8a8a8a;
    font-family: "FontAwesome";
    font-size: 14px;
    transform: rotate(0.001deg);
    transition: color 0.3s;
}

.hide-player::after {
    content: "\f0d7";
}

.show-player {
    display: none;
    top: -30px;
    line-height: 24px;
}

.show-player.hidden-player {
    display: block;
}

.show-player:hover {
    background-color: #03b5c3;
}

.show-player::after {
    content: "\f2d2";
}

.show-player:hover::after {
    color: #fff;
}

#audio-player-large {
    transition: bottom 0.5s linear;
}

#audio-player-large.hidden-player {
    bottom: -124px;
}

/* end audio player*/

.pagination {
    /* float: right; */
    min-height: 50px;
    font-size: 18px !important;
}

.pagination > li > a {
    background-color: white !important;
    color: #5a4181 !important;
}

.pagination > .active > span {
    background-color: #03b5c3 !important;
    border: none;
}

.video-overlay {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Dark overlay */
.video-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Play icon */
.video-overlay::after {
    content: "\f144";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 105%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #03b5c3;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 48px;
    opacity: .75;
    transition: opacity 0.3s ease-in-out;
}

.video-overlay.large::after {
    width: 95px;
    height: 95px;
    font-size: 90px;
    line-height: 95px;
}

.video-overlay:hover::before,
.video-overlay:hover::after {
    opacity: 1;
}

.media-card {
    position: relative;
    min-height: 276px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.media-card .content {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 4px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.media-card-2 {
    display: flex;
    cursor: pointer;
}

.media-card-2:hover {
    color: #03b5c3;
}

.media-card-2 .image {
    border-radius: 10px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
}

.media-card-2 .content {
    width: 60%;
    padding: 0 10px;
    flex-grow: 1;
}

.topic-single-play {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    z-index: 5;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    height: 90px;
    width: 90px;
    margin-left: -45px;
    margin-top: -45px;
    padding: 27px 0 0 7px;
}

.topic-single-play i {
    font-size: 32px;
    color: #fff;
    text-align: center;
    z-index: 2;
    position: relative;
}

.episode-list-box {
    /* padding: 25px; */
    background: url(../img/episode_box_bg.jpg) no-repeat;
    background-size: auto;
    border-radius: 15px;
    background-size: cover;
    box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
    /* width: 97%; */
    margin: 30px 0 30px 0;
}

.episode-list-box span {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}

.episode-list-box .card {
    padding-top: 10px;
}

.episode-list-box .accordion-item,
.episode-list-box .accordion-button,
.episode-list-box .accordion-body {
    background: transparent;
}

.episode-list-box .accordion-item i {
    min-width: 40px;
}

.episode-list-box .accordion-button {
    color: #666666;
}

.episode-list-box .accordion-button:focus {
    color: #666666;
    border-color: unset;
    box-shadow: unset;
}

.episode-list-box .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2303b5c3' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

@media screen and (max-width: 500px) {
    .menu-item {
        width: 100%;
    }
}

/* About Us Page */
.about-us-header {
    /* height: 350px; */
    background-size: cover;
    color: #fff;
}

.about-us-header .about-us-header-text {
    font-size: 60px;
}

.about-us-header .header-text {
    padding-top: 7%;
    font-size: 25px;
}

.about-us-text {
    font-size: 25px;
}

.about-us-banner {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    margin-top: 60px;
}

.about-us-banner-image {
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: cover;
    top: 1030px;
    z-index: -1;
}

.about-us-banner-title {
    margin-top: 70px;
    font-size: 60px;
    font-family: "Times New Roman";
    color: #555;
}

.about-us-banner-text {
    margin-top: 70px;
    font-size: 32px;
    color: #555;
}

.about-us-number-section {
    margin-top: 60px;
    margin-bottom: 50px;
}

.about-us-numbers {
    font-size: 80px;
    color: black;
    margin-bottom: 40px;
}

.about-us-numbers-text {
    font-size: 20px;
    color: black;
}

.overlay-img-container {
    position: relative;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    min-height: 350px;
    /* Ensure the container has a minimum height */
}

.top-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-68%, -50%);
    z-index: 2;
}

.bottom-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-5%, -50%);
    z-index: 1;
}
