/*!
Theme Name: DDQ Wealth
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ddqwealth
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ddqwealth is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=Abril+Fatface&family=Nunito:wght@400;600;700;800&family=Work+Sans:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@100&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

body {
    color: #263745 !important;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.1px;
    font-weight: 600 !important;
    color: #263745 !important;
}

.container-fluid {
    max-width: 1290px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.primary-btn,
.bordered-btn,
.bordered-btn-2 {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

img {
    max-width: 100%;
}

.primary-btn {
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
}

.primary-btn:hover {
    background-color: transparent;
    border: 1px solid #ff9c00;
    color: #fff;
}

.bordered-btn {
    background-color: transparent;
    border: 1px solid #ff9c00;
    text-decoration: none;
    color: #fff;
}

.bordered-btn:hover {
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
}

.bordered-btn-2 {
    border: 1px solid #ff9c00;
    color: #ff9c00;
    background-color: transparent;
}

.bordered-btn-2:hover {
    color: #fff;
    background-color: #ff9c00;
}

.section-gap {
    padding: 60px 0;
}

.section-padding {
    padding: 75px 0;
}
.section-padding-top {
    padding-top: 75px;
}

.section-padding-bottom {
    padding-bottom: 75px;
}
.pt-45 {
    padding-top: 45px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.share-buttons {
    cursor: pointer;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-50 {
    margin-top: 50px;
}

.gray-bg {
    background-color: #f5f5f5;
}

/** reset css here end **/

/** header css here **/
.header-top {
    background-color: #2f4455;
    padding: 30px 0px 15px 0px;
}

.top-header-buttons .bordered-btn {
    margin-left: 17px;
}

.header-bottom {
    background-color: #263745;
}

.header-bottom .menu-item a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px 0;
    display: inline-block;
    margin: 0 38px 0 0;
    position: relative;
    z-index: 1;
}

.header-bottom .navbar {
    margin: 0;
    padding: 0;
}

.header-bottom .menu-item a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: transparent;
    transition: 0.3s;
}

.header-bottom .current-menu-item a:before,
.header-bottom .menu-item a:hover:before {
    background-color: #ff9c00;
}
.header-bottom .current_page_item a,
.header-bottom .menu-item a:hover {
    color: #ff9c00;
}
.header-bottom .search-btn i {
    color: #fff;
    font-size: 28px;
}

@media (min-width: 991px) {
    .header-section.menu_fixed {
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }
}
@media (max-width: 991px) {
    .header-top.menu_fixed {
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    header.header-section {
        position: absolute;
        left: 0;
        top: 149px;
        width: 100%;
        z-index: 9;
    }

    .header-section.menu_fixed {
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        z-index: 99;
    }
    .wpadminbar + #page + .header-section {
        top: 196px;
    }
}
.header-section {
    position: relative;
}
.navbar-expand-lg .navbar-collapse {
    align-items: center;
}
.search-btn {
    text-align: right;
    position: relative;
    cursor: pointer;
}
.ddq_search_box {
    background: #f7f7f7;
    border-top: 1px solid #babec7;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    z-index: -1;
}
.ddq_search_box.active_search {
    opacity: 1;
    visibility: visible;
    bottom: -70px;
    z-index: 9999;
}
.ddq_search_box .is-search-input {
    background-color: transparent;
}
.ddq_search_box .is-search-form {
    border: 0px solid transparent;
    box-shadow: none;
}
.ddq_search_box .is-form-style input.is-search-input {
    background-color: transparent;
}
.is-search-form {
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: 0 10px 20px #1111110d;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}
.ddq_search_close {
    display: none;
}
.search-btn.active .search-icon {
    display: none;
}
.search-btn.active .ddq_search_close {
    display: block;
}
.ddq_search_close {
    color: #fff;
    font-size: 20px;
    align-items: center;
}
.ddq_search_close i {
    margin-left: 10px;
}
.search-btn:hover .is-search-form {
    opacity: 1;
    visibility: visible;
    bottom: -69px;
}
.header-widget .tradingview-widget-container iframe {
    height: 72px !important;
}

.is-ajax-search-result:hover .is-search-form {
    opacity: 1;
    visibility: visible;
    bottom: -69px;
}
.is-search-form .is-search-input {
    line-height: 46px;
}
.is-form-style button.is-search-submit {
    height: 50px;
    width: 50px;
}

.is-form-style.is-form-style-3 label {
    width: calc(100% - 50px) !important;
}

.is-form-style input.is-search-input {
    border: 0px solid transparent !important;
    height: 50px;
    padding: 5px 20px 5px 0;
    font-size: 24px !important;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    line-height: 38px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.header-widget-section {
    height: 70px;
}
.ddq_search_box .is-search-icon:hover,
.ddq_search_box form.is-form-style input.is-search-submit:hover {
    background-color: transparent;
}
.ddq_search_box span.is-search-icon svg {
    display: none;
}
.ddq_search_box span.is-search-icon {
    position: relative;
    z-index: 1;
}
.ddq_search_box span.is-search-icon:after {
    position: absolute;
    content: '\f061';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #111;
    font-weight: 900;
}
/** header css end **/

/** featured css here **/
.featured-left-section .featured-thumbnail-text {
    background-color: rgb(27 47 74 / 80%);
    padding: 15px 20px;
}

.featured-left-section .featured-thumbnail-text h6 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 13px;
}

.featured-left-section .featured-thumbnail-text h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
    margin-bottom: 11px;
}

.featured-left-section .featured-thumbnail-text p {
    color: #fff;
}

.featured-text .featured-tag {
    background-color: rgb(26 160 134 / 20%);
    color: #1aa086;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 3px 14px;
    margin-bottom: 23px;
}

.featured-text .featured-text-inner {
    border-left: 2px solid #1aa086;
    padding-left: 15px;
}

.featured-text .featured-text-inner h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 19px;
}

.featured-text .featured-text-inner ul {
    padding: 0;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    list-style: none;
}

.featured-text .featured-text-inner li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.featured-text .featured-text-inner li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/img/right-arrow.png');
    width: 30px;
    height: 14px;
}

.featured-text span.time-ago {
    color: rgb(38 55 69 / 80%);
    font-size: 15px;
}

.featured-text span.time-ago i {
    color: rgb(26 160 134 / 80%);
    margin-right: 7px;
}

/** featured css end **/

/** section title css **/
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 13px;
    line-height: 30px;
    background-color: #fff;
    position: relative;
    z-index: 11;
    display: inline-block;
    padding-right: 8px;
}

.section-title:before {
    width: 5px;
    height: 26px;
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background-color: #ff9c00;
    z-index: 99;
}

.section-title:after {
    content: '';
    left: 0;
    bottom: 8px;
    width: 100%;
    background-color: #ff9c00;
    position: absolute;
    height: 1px;
    z-index: -1;
}

.section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.section-title.centered-title h2 {
    border-left: 0 solid transparent;
    background-color: transparent;
}
.section-title.centered-title:before {
    display: none;
}
.section-title.centered-title:after {
    display: none;
}
.section-title.centered-title h2:after {
    position: relative;
    z-index: 1;
}
.section-title.centered-title h2:after {
    content: '';
    left: -60px;
    bottom: 50%;
    transform: translateY(50%);
    width: 50px;
    background-color: #ff9c00;
    position: absolute;
    height: 3px;
    z-index: -1;
}

.section-title.centered-title h2:before {
    content: '';
    right: -60px;
    bottom: 50%;
    transform: translateY(50%);
    width: 50px;
    background-color: #ff9c00;
    position: absolute;
    height: 3px;
    z-index: -1;
}

/** section title css **/

/** webinar css **/
.webinars .section-title h2 {
    background-color: #f5f5f5;
}

.webinar-card {
    background-color: #fff;
    padding: 12px 12px 20px;
    margin-bottom: 30px;
}

.webinar-card-inner {
    background-color: #e4f2fe;
    min-height: 138px;
    padding: 10px;
}
.webinar-card-inner .webinar-thumbnail a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.webinar-card-inner span {
    color: #ff9c00;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
    margin-bottom: 18px;
    display: inline-block;
}

.webinar-text span {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    margin-bottom: 12px;
    text-align: left;
}

.webinar-text h3 a {
    margin-bottom: 12px;
}
.webinar-text h3 a {
    font-size: 22px;
    font-family: 'PT Serif', serif;
    display: inline-block;
    line-height: 28px;
    font-weight: 700;
    color: #263745;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 150px;
}

.webinar-text .primary-btn {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

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

.webinar-text h3 a:hover {
    color: #ff9c00;
}

.webinar-text .primary-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}

.webinar-text .primary-btn:hover {
    color: #ff9c00;
}

/** webinar css **/

/** latest article css **/
.latest-article-card,
.trending-post-card {
    border: 1px solid #cacddc;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
}

.latest-article-card .article-card-thumb,
.trending-post-card .article-card-thumb {
    display: block;
    height: 140px;
    margin-bottom: 12px;
}

.latest-article-card .article-card-thumb img,
.trending-post-card .article-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-article-text .category a,
.trending-text .category a,
.more-article-card .category a,
.perpective-post-card .category a,
.article-media-content .category a,
.indepth-featured-post-content .category a {
    font-size: 18px;
    font-weight: 700;
    color: #ff9c00;
    font-family: 'Playfair Display', serif;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 13px;
}

.latest-article-card .post-meta span a,
.trending-post-card .post-meta span a,
.more-article-card .post-meta span a,
.perpective-post-card .post-meta span a,
.article-media-content .post-meta span a,
.indepth-featured-post-content .post-meta span a {
    color: #263745;
    text-transform: capitalize;
}

.latest-article-card .post-meta span:not(:last-child),
.trending-post-card .post-meta span:not(:last-child),
.more-article-card .post-meta span:not(:last-child),
.perpective-post-card .post-meta span:not(:last-child),
.article-media-content .post-meta span:not(:last-child),
.indepth-featured-post-content .post-meta span:not(:last-child) {
    margin-right: 2px;
}

.latest-article-card .post-meta span:last-child,
.trending-post-card .post-meta span:last-child,
.more-article-card .post-meta span:last-child,
.perpective-post-card .post-meta span:last-child,
.article-media-content .post-meta span:last-child,
.indepth-featured-post-content .post-meta span:last-child {
    padding-left: 2px;
}

.latest-article-card .post-meta {
    margin-bottom: 11px;
}

.latest-article-text h3,
.trending-text h3,
.perpective-post-card h3,
.article-media-content h3,
.indepth-featured-post-content h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.latest-article-text h3 a,
.trending-text h3 a,
.perpective-post-card h3 a,
.article-media-content h3 a,
.indepth-featured-post-content h3 a {
    color: #263745;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.latest-article-text h3 a:hover,
.trending-text h3 a:hover,
.perpective-post-card h3 a:hover,
.article-media-content h3 a:hover,
.indepth-featured-post-content h3 a:hover {
    color: #ff9c00;
}

.latest-article-text p,
.trending-text p,
.perpective-post-card p,
.article-media-content p,
.indepth-featured-post-content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 16px;
}

.latest-article-card .post-tags a,
.trending-post-card .post-tags a,
.more-article-card .post-tags a,
.article-media-content .post-tags a,
.indepth-featured-post-content .post-tags a {
    display: inline-block;
    background-color: #cae5e0;
    color: #1aa086;
    padding: 1px 13px;
    margin-right: 9px;
    margin-bottom: 9px;
}

.latest-article-card.border-less {
    background-color: #fff;
    border: 0px solid transparent;
}

.latest-article-card.border-less.bg-less.padding-less {
    background-color: transparent;
    padding: 0;
}

/** latest article css end **/

/** event css here **/
.upcoming-events .row .col-lg-6.col-sm-6{ display: flex; flex-wrap: wrap;}
.event-card.event-card-left-aligned {
    padding: 20px;
    border: 1px solid #cacddc;
    margin-bottom: 30px;
}

.event-card.event-card-left-aligned .event-card-thumbnail {
    height: 100%;
}

.event-card-thumbnail .event-thumbnail-bg {
    height: 100%;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}

.event_thumb_meta {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1aa086;
    color: #fff;
    padding: 10px;
}

.event-thumbnail-bg {
    position: relative;
    z-index: 1;
}

.event_thumb_meta span {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.event_thumb_meta span.year {
    font-size: 25px;
}
.featured-event-card .event_thumb_meta span {
    font-size: 37px;
}
.featured-event-card .event_thumb_meta span.year {
    font-size: 52px;
    line-height: 65px;
}
.event-card .event-card-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    min-height: 48px;
}

.event-card .event-card-text h3 a {
    color: #263745;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.event-card .event-card-text h3 a:hover {
    color: #ff9c00;
}

.event-card .event-card-text p {
    font-size: 15px;
    line-height: 28px;
    color: #263745;
    margin-bottom: 20px;
}

.event-card .event-card-text .venue {
    color: #1aa086;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.ddq_common_modal .cookie_popup_list .cookie_popup_list_item {
    margin-bottom: 15px;
}
.event-card .event-card-text .venue i {
    margin-right: 10px;
}

.event-buttons {
    border-top: 1px solid #cacddc;
    padding-top: 20px;
}

.latest-article-card.border-less.bg-less.padding-less .article-card-thumb {
    margin-bottom: 20px;
}
.featured-webinar .primary-btn:hover {
    color: #ff9c00;
}
.webinar-thumbnail span {
    color: #1aa086;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.webinar-card.webinar-card-media-style {
    display: flex;
    align-items: center;
}
.webinar-card.webinar-card-media-style .webinar-text {
    text-align: left;
    padding-left: 18px;
}
.webinar-card.webinar-card-media-style .webinar-card-inner {
    height: 150px;
    width: 215px;
}
.webinar-card.webinar-card-media-style .webinar-text span {
    margin-top: 0;
    margin-bottom: 6px;
}
/** event css here **/

/** trending css here **/
.trending-post-card {
    padding: 22px 23px 15px;
    margin-bottom: 30px;
}

.trending-text .category a {
    margin-bottom: 8px;
}

.trending-text p {
    font-size: 16px;
    line-height: 23px;
}

.trending-post-card .post-meta {
    margin-bottom: 20px;
}


.trending-thumbnail img {
    height: 160px!important;
    object-fit: cover;
}

/** trending css here **/

/** feed text css here **/
.feed-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
    border-left: 5px solid #ff9c00;
    line-height: 29px;
    padding-left: 13px;
    color: #fff !important;
}

.feed-text p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.feed-section .post_tags a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    padding: 4px 14px;
    background-color: #6f7590;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/** feed text css here **/

/** video slider css here **/
.video-sliders .video-card-bgi {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: #1aa0863b;
    border-style: solid;
    border-width: 0px;

    background-color: #1aa0863b;
}
.video-card-bgc {
    background-color: #1aa0863b;
}
.video-sliders .video-card-bgi {
    /* 	border-width: 10px; */
    transform: scaley(0.9) scalex(0.94);
}
.video-sliders .video-card-bgi .video-popup {
    height: 57px;
    width: 57px;
    background-color: #1aa086;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.video-sliders .video-card-bgi .video-popup:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 57px;
    height: 57px;
    background: #1aa08567;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.video-sliders .video-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 14px;
}

.video-sliders .video-text p {
    font-size: 16px;
    line-height: 26px;
    color: #263745;
    margin-bottom: 0;
}

.video-arrows .slick-arrow {
    height: 45px;
    width: 45px;
    background-color: #6f7590;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.video-arrows {
    margin-top: 44px;
}

.video-arrows .slick-arrow:hover {
    background-color: #1aa086;
    transform: scale(1.3);
}

.video-section .slick-slide {
    margin: 0 15px;
}

.video-section .slick-list {
    margin: 0 -15px;
}

.more-article-card .post-meta {
    margin-bottom: 23px;
}

.more-article-card .trending-text h3 {
    margin-bottom: 13px;
}

.more-article-card {
    background-color: #f5f5f5;
    padding: 23px 19px 25px;
    margin-bottom: 30px;
}
ul.cookie_popup_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.ddq_common_modal .cookie_popup_list h5 {
    font-size: 15px !important;
}
#cookie_popup_form p {
    margin-bottom: 10px;
}
/** video slider css here **/

/** footer css here **/
footer.site-footer {
    background-color: #263745;
    padding-top: 60px;
}

.site-footer .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}

.footer-bottom {
    border-top: 2px solid #707070;
    margin-top: 40px;
    padding-top: 27px;
}

.footer-social-icon ul {
    margin: 0;
    padding: 0;
}

.footer-social-icon ul li {
    list-style: none;
    display: inline-block;
}

.footer-social-icon ul li a {
    display: inline-flex;
    text-decoration: none;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ff9c00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-social-icon ul li:not(:last-child) {
    margin-right: 17px;
}

.footer-social-icon ul li a:hover {
    background-color: #ff9c00;
    color: #fff;
}

.footer-social-icon ul {
    margin: 0;
    padding: 0;
}

.footer-social-icon ul li {
    list-style: none;
    display: inline-block;
}

.footer-social-icon ul li a {
    display: inline-flex;
    text-decoration: none;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ff9c00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-social-icon ul li:not(:last-child) {
    margin-right: 17px;
}

.footer-social-icon ul li a:hover {
    background-color: #ff9c00;
    color: #fff;
}

.footer-privacy-menu ul {
    margin: 0;
    padding: 0;
}

.footer-privacy-menu ul li {
    list-style: none;
    display: inline-block;
}

.footer-privacy-menu ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 40px;
}

.footer-privacy-menu ul li a:hover {
    color: #ff9c00;
}

footer.site-footer .widget-title {
    font-size: 20px;
    color: #ff9c00 !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-bottom: 37px;
}

.site-footer .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}

.site-footer .widget_nav_menu li {
    list-style: none;
}

.site-footer .widget_nav_menu li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site-footer .widget_nav_menu li a:hover {
    color: #ff9c00;
}

.footer-bottom {
    border-top: 2px solid #707070;
    margin-top: 40px;
    padding: 25px 0;
}

.footer-social-icon ul {
    margin: 0;
    padding: 0;
}

.footer-social-icon ul li {
    list-style: none;
    display: inline-block;
}

.footer-social-icon ul li a {
    display: inline-flex;
    text-decoration: none;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ff9c00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-social-icon ul li:not(:last-child) {
    margin-right: 17px;
}

.footer-social-icon ul li a:hover {
    background-color: #ff9c00;
    color: #fff;
}

.footer-privacy-menu ul {
    margin: 0;
    padding: 0;
}

.footer-privacy-menu ul li {
    list-style: none;
    display: inline-block;
}
/* 
.footer-privacy-menu ul li:not(:first-child) {
    margin-left: 40px;
} */

.footer-privacy-menu ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-privacy-menu ul li a:hover {
    color: #ff9c00;
}

.site-footer form.wpcf7-form.init p {
    display: flex;
}

.site-footer .form-control {
    border-radius: 0;
    line-height: 40px;
    font-size: 12px;
    padding: 3px 20px;
}

.site-footer .email-newsletter {
    margin-right: 20px;
    display: inline-block;
}

.site-footer .primary-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
}
.site-footer .wpcf7 .ajax-loader {
    display: none;
}
.site-footer #wpcf7-f34-o1 p {
    display: flex;
}
.site-footer #wpcf7-f34-o1 p .primary-btn {
    height: 48px;
}
.site-footer .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
/** footer css here **/

/** single post css here **/
.single-article-post-title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 17px;
    padding-bottom: 5px;
}
.blog-details-section {
    padding-bottom: 40px;
}
.comment-metadata time {
    position: relative;
    z-index: 1;
    padding-left: 24px;
}

.comment-metadata time:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(http://creativepeoples.xyz/projects/sunil/wp-content/themes/ddqwealth/assets/img/cal-icon.png);
    width: 15px;
    height: 17px;
}
.single-article-meta {
    margin-bottom: 17px;
}

.single-article-post .post-share-buttons {
    margin: 0;
    padding: 0;
}

.single-article-post .post-share-buttons li {
    list-style: none;
    display: inline-block;
}

.single-article-post .post-share-buttons li:not(:last-child) {
    margin-right: 7px;
    margin-bottom: 10px;
}

.single-article-post .post-share-buttons li a,
.single-article-post .post-share-buttons li .share-icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #263745;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.single-article-meta .post-logo {
    margin-right: 30px;
    max-width: 125px;
}
.single-article-meta a {
    color: #263745;
    text-decoration: none;
}

.single-article-meta .meta-info span {
    margin-left: 10px;
    padding-right: 10px;
}
h2.comments-title {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 700;
    padding-left: 10px;
}
h2.comments-title:before {
    width: 5px;
    height: 26px;
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background-color: #ff9c00;
    z-index: 99;
}
@media (min-width: 1200px) {
    .single-article-post {
        padding-right: 25px;
    }
}

.sidebar .widget-wrapper {
    margin-bottom: 42px;
}

.sidebar .widget-wrapper .widget-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
    border-left: 3px solid #ff9c00;
    padding-left: 4px;
    color: #263745;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sidebar .sidebar_tag_list a {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    background-color: #6f7590;
    margin-bottom: 15px;
    margin-right: 13px;
    text-decoration: none;
}

.sidebar .widget-wrapper .related-article-card h4,
.relates-post-list .related-article-card h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.sidebar .widget-wrapper .related-article-card h4 a,
.relates-post-list .related-article-card h4 a {
    color: #263745;
    text-decoration: none;
}

.related-post-content a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.related-post-content p {
    font-size: 14px;
}

.related-article-card:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
}
.sidebar .widget-area {
    margin-top: 49px;
}
.sidebar .related-post-thumbnail img {
    width: 100px;
    height: 60px;
    object-fit: cover;
}
.sidebar .related-post-content {
    padding-left: 15px;
}
.single-post-content .more-article-card {
    padding: 0;
}
.single-post-content .latest-article-text {
    padding: 10px;
}
.single-post-content .more-article-card img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}
.comment-respond {
    background-color: #f5f5f5;
    padding: 25px;
}
.comment-respond .submit {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
/** single post css end **/

/** artical css here **/
.single-bank-item {
    background-color: #f9f9f9;
    margin-bottom: 40px;
    padding: 20px;
}

.single-bank-item .bank-thumbnail {
    display: inline-block;
    padding: 15px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-bank-item h3 {
    font-size: 24px;
    line-height: 32px;
}

.single-bank-item h3 a {
    color: #263745;
}

.single-bank-item h3 a:hover {
    color: #ff9c00;
}

.single-bank-item .bank-info ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 20px;
}

.single-bank-item .bank-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #263745;
    margin-right: 15px;
    font-weight: 700;
}

.single-bank-item .bank-info ul li i {
    color: #ff9c00;
    font-size: 10px;
}

.single-bank-item p {
    font-size: 18px;
    line-height: 28px;
}

.directory-section .pagination .page-numbers {
    width: 38px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 600;
    background-color: #f9f9f9;
    margin: 0 15px 0 0;
    color: #6f7590;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.directory-section .pagination .prev,
.directory-section .pagination .next {
    width: 49px;
    height: 46px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    text-align: center;
    line-height: 46px;
    display: inline-block;
    color: #000000;
    font-size: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.directory-section .pagination .prev:hover,
.directory-section .pagination .next:hover,
.directory-section .pagination .page-numbers:hover {
    color: #ff9c00;
}

.call-to-action {
    background-color: #2f4455;
    padding: 40px 35px 30px;
    margin-top: 70px;
}

.call-to-action h3 {
    font-size: 36px;
    color: #fff !important;
    line-height: 46px;
    margin-bottom: 17px;
}

.call-to-action p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 27px;
}

.call-to-action .primary-btn {
    font-weight: 700;
    border-radius: 4px;
    font-size: 20px;
    padding: 14px 34px;
}

/** artical css end **/

/** directory css **/
.directory-thumb {
    background-color: #ff9c00;
    padding: 22px 13px;
    margin-bottom: 30px;
}

.cotnact-box {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px;
}

.single-directory-left-sidebar h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
}

.cotnact-box .contact-box-info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.cotnact-box .contact-box-text {
    padding-left: 10px;
}

.cotnact-box img {
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.cotnact-box .contact-box-text h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 4px;
}

.cotnact-box .contact-box-text p {
    font-size: 18px;
    margin-bottom: 0;
}

.cotnact-box .contact-box-meta ul {
    margin: 0;
    padding: 0;
}

.cotnact-box .contact-box-meta ul li {
    list-style: none;
    margin-bottom: 7px;
}

.cotnact-box .contact-box-meta ul li a {
    list-style: none;
    color: #263745;
}

.cotnact-box .contact-box-meta ul li i {
    color: #ff9c00;
    font-size: 20px;
    margin-right: 5px;
}
.single-main-bank-block {
    padding: 35px 20px;
    margin-bottom: 20px;
}

.single-main-bank-block h1 {
    font-size: 28px;
    line-height: inherit;
    padding: 55px 0px 0px;

    color: #fff;
    margin-bottom: 15px;
}
.single-bank-middle .single-main-bank-block h1 img {
    max-width: 138px;
    margin-right: 12px;
}
.single-main-bank-block p {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
}
.single-bank-middle .featured-text-box img {
    width: 100%;
}
.single-main-bank-block .bank-info ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 13px;
}
.bank-text-boxes .single-text-box-thumb img {
    height: 100%;
}
.single-main-bank-block .bank-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    margin-right: 15px;
    font-weight: 700;
}

.single-main-bank-block .bank-info ul li i {
    color: #ff9c00;
    font-size: 14px;
}
.single-directory-left-sidebar h2 {
    position: relative;
    z-index: 1;
    padding-left: 9px;
}
.single-directory-left-sidebar h2:after {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 3px;
    height: 24px;
    background-color: #ff9c00;
}
.featured-text-box {
    background-color: #f9f9f9;
    margin-bottom: 0px;
}
.featured-text-box .featured-text-content {
    padding: 20px 0px 0px;
}
.featured-text-box h3 {
    font-size: 30px;
    line-height: 46px;
    color: #263745;
}

.featured-text-box h3 img {
    margin-right: 5px;
}

.featured-text-box p {
    font-size: 18px;
    line-height: 28px;
}

.featured-text-box p:not(:last-child) {
    margin-bottom: 13px;
}

.single-text-box {
    padding: 18px 26px;
    margin-bottom: 30px;
}

.single-text-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.single-text-box .primary-btn {
    text-transform: capitalize;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    padding: 5px 12px;
    margin-top: 16px;
}

.single-text-box .primary-btn:hover {
    color: #ff9c00;
}
.Banks_post-count {
    font-size: 24px;
    margin-bottom: 25px;
    color: #000000;
    font-weight: 600;
}
.select-posts-number {
    color: #000;
    font-size: 18px;
}

.select-posts-number #choice {
    margin-left: 8px;
    padding: 3px 8px;
    border-radius: 0;
    cursor: pointer;
}
.article-media-card.bordered.card {
    border-radius: 0;
}
.article-media-card.bordered.card .article-media-content {
    padding-left: 30px;
}
.perpective-post-card img {
    height: 370px;
    object-fit: cover;
}
/** directory css end **/

/** perpective category css **/
.perpective-featured-post-inner {
    background-color: #2f4455;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 0;
}
.perpective-post-card img {
    height: 370px;
    object-fit: cover;
}
.perspective-featured-text {
    background-color: rgb(47 68 85 / 90%);
    padding: 60px 30px 70px;
    margin-right: 75px;
}
.perspective-featured-text {
    padding-right: 20px;
}
.bank-text-boxes .single-text-box-thumb img {
    height: 175px !important;
    object-fit: cover;
}
.featured-text-box img {
    height: 300px;
    object-fit: cover;
}
.perpective-featured-meta a {
    background-color: rgb(26 160 134 / 20%);
    color: #1aa086;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 14px;
    margin-bottom: 23px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.perpective-featured-meta span {
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    float: right;
}

.perspective-featured-text h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 7px;
}

.perspective-featured-text h2 a {
    color: #ffffff;
}

.perspective-featured-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}

.perpective-post-card {
    position: relative;
    z-index: 1;
    margin-bottom: 180px;
}

.perpective-post-card img {
    width: 100%;
}

.perpective-post-text {
    background-color: #fff;
    padding: 23px 19px;
    position: absolute;
    bottom: -130px;
    left: 0;
    max-width: 85%;
    box-shadow: 0 20px 60px rgb(0 0 0 / 5%);
    min-height: 374px;
}

.perspective-latest-posts {
    padding: 75px 0 30px;
}

.article-media-card .article-media-thumbnail a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.article-media-card .article-media-thumbnail a img {
    width: 100%;
    height: 100%;
}

.article-media-card {
    margin-bottom: 30px;
}

.article-media-content .post-meta {
    margin-bottom: 14px;
}

/** perpective category css end **/

/** in depth page css **/
.indepth-featured-post-section .page-title h1,
.perpective-featured-post .page-title h1,
.podcast-section .page-title h1 {
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
}

.indepth-featured-post {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 445px;
    position: relative;
}

.indepth-featured-post-content .post-meta,
.indepth-featured-post-content .post-meta span a,
.indepth-featured-post-content .post-meta span {
    color: #fff;
}

.indepth-featured-post-content p {
    color: #fff;
}

.indepth-featured-post-content .post-meta {
    margin-bottom: 13px;
}

.indepth-featured-post-content {
    background-color: rgb(47 68 85 / 90%);
    padding: 49px 25px 40px;
    width: 44%;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.featured-left-section img {
    width: 100%;
}
.indepth-featured-post-content h3 {
    margin-bottom: 7px;
}

.more-depth-articles-list .article-media-card {
    background-color: #f5f5f5;
}

.more-depth-articles-list .article-media-content {
    padding: 10px 20px 10px 0;
}

.more-depth-articles-list .category a {
    margin-bottom: 6px;
}

.more-depth-articles-list .article-media-content .post-meta {
    margin-bottom: 3px;
}

.more-depth-articles-list h3 {
    margin-bottom: 3px;
}
.more-depth-articles-list .article-media-card h3 {
    min-height: auto;
}
.more-depth-articles-list p {
    margin-bottom: 7px;
}

.section-title .gray-bg {
    background-color: #f5f5f5;
}
.indepth-featured-post-content .category a {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.more-articles-list.more-depth-articles-list .article-media-thumbnail a {
    height: 262px;
}
.more-articles-list.more-depth-articles-list p {
    margin-bottom: 14px;
}
.featured-event-card.event-card .share-buttons {
    font-size: 25px;
}
/** in depth page css end **/

/** event page css here **/
.featured-events .page-title h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
}

.featured-events .featured-event-card {
    padding: 0;
    border: 0px solid transparent;
}

.featured-events .event-card-text {
    border: 1px solid #ff9c00;
    border-left: 0px solid transparent;
    padding: 30px;
}

.featured-events .col-lg-5 {
    padding-right: 0;
}

.featured-events .col-lg-7 {
    padding-left: 0;
}

.featured-events .event-card .event-card-text h3 {
    font-size: 36px;
    line-height: 48px;
}

.event-card.event-card-top-aligned {
    padding: 20px;
    background-color: #fff;
}

.featured-events .event-buttons,
.event-card-top-aligned .event-buttons {
    border-top: 0px solid transparent;
    padding-top: 0;
}

.event-card-top-aligned .event-thumbnail-bg {
    height: 308px;
    margin-bottom: 22px;
}
.half-gray-bg {
    background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.upcoming-events.half-gray-bg {
    background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.featured-webinar {
    padding: 50px 40px;
    background-color: #fff;
}
.featured-webinar h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'PT Serif', serif;
    margin-top: 30px;
    margin-bottom: 21px;
}
.featured-webinar h3 a {
    color: #000000;
}
.featured-webinar h3 a:hover {
    color: #ff9c00;
}
.featured-webinar .date {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.featured-webinar .date i {
    color: #ff9c00;
    font-size: 24px;
    margin-right: 8px;
}
.featured-webinar p {
    color: #65717b;
    font-size: 18px;
    line-height: 28px;
}
.featured-webinar .primary-btn {
    margin-top: 20px;
}
.featured-webinar .primary-btn {
    margin-top: 20px;
    padding: 14px 26px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
.event-card.event-page-card-wrapper.event-card-top-aligned {
    margin-bottom: 30px;
}
.webinar-card.webinar-card-media-style .webinar-card-inner span {
    color: #1aa086;
}
/** event page css end **/

/** broadcrust page css **/
.podcast-card {
    background-color: #1b2f4a;
    padding: 16px;
}
.podcast-card .podcast-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.podcast-card .podcast-content h3 {
    font-size: 36px;
    color: #fff !important;
    font-weight: 700;
    line-height: 48px;
}
.podcast-card .podcast-content .share-buttons {
    display: none;
}
.podcast-card .podcast-content p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 27px;
}
.podcast-card .podcast-meta span {
    color: #fff;
}
.podcast-card .podcast-meta {
    margin-top: 25px;
    margin-bottom: 14px;
}
.more-podcast-card {
    margin-bottom: 33px;
    padding: 20px;
}
.more-podcast-card .podcast-content h3 {
    font-size: 20px;
    line-height: 26px;
    color: rgb(255 255 255 / 80%);
    min-height: 52px;
}
.more-podcast-card .podcast-content p {
    font-size: 16px;
    line-height: 23px;
    color: rgb(255 255 255 / 70%);
    margin-top: 10px;
    margin-bottom: 10px;
}
.more-podcast-card .podcast-meta {
    margin-top: 13px;
    margin-bottom: 14px;
}
.more-podcast-card .podcast-thumbnail {
    height: 100%;
}
.more-podcast-card .podcast-thumbnail img {
    object-fit: cover;
}
.featured-video-section h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.featured-video-section .featured-video {
    background-color: #b8e0d8;
    padding: 18px;
}
.featured-video-section .video-popup {
    height: 66px;
    width: 66px;
    background-color: #1aa086;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.featured-video-section .video-popup:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 66px;
    height: 66px;
    background: #1aa086;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.featured-video-section .video-card-bgi {
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured-video-content .video-text h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 22px;
}
.featured-video-content .video-text p {
    font-size: 18px;
    line-height: 28px;
}
.comment-form input,
.comment-form textarea {
    border: 1px solid #ddd;
    padding: 12px 20px;
    width: 100%;
}
.comment-form p {
    margin-bottom: 15px;
    flex: 47% 0 0;
}
.comment-form p label {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comment-form .comment-form-comment,
.comment-form .comment-notes,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit,
.comment-form .comment-form-url {
    flex: 100% 0 0;
}
input#wp-comment-cookies-consent {
    display: inline-block;
    float: left;
    width: auto;
    margin-top: 5px;
    margin-right: 10px;
}
.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    width: auto;
}
.comment-reply-title {
    color: #263745;
    font-size: 24px;
    font-weight: 700;
    font-family: 'PT Serif', serif;
}
.comments-area {
    margin-top: 41px;
}
.comments-area .reply a {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 19px;
}
.form-submit .submit {
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
}
.form-submit .submit:hover {
    background-color: transparent;
    border: 1px solid #ff9c00;
    color: #ff9c00;
}
ol.comment-list {
    margin: 0;
    padding: 0;
}
ol.comment-list li {
    list-style: none;
    margin-bottom: 25px;
}
.comment-author img.avatar {
    display: none;
}
.comment-author span.says {
    display: none;
}
.comment-author b.fn {
    text-transform: capitalize;
    color: #000;
}
.comment-author b.fn a {
    color: #263745;
    font-size: 24px;
    font-weight: 700;
    font-family: 'PT Serif', serif;
}
.comment-metadata time {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.comment-metadata a {
    color: #000;
    margin-top: 0;
    display: inline-block;
}

.comment-content {
    margin-top: 9px;
}
ol.comment-list li p {
    margin-bottom: 8px;
    font-size: 16px;
    color: #263745;
    font-weight: 400;
    line-height: 26px;
}
ol.comment-list .children {
    margin-top: 25px;
    padding-left: 0;
}
ol.comment-list .children li {
    padding-left: 80px;
}
ol.comment-list .reply a {
    color: #000;
}
h2.comments-title {
    font-size: 28px;
    margin-bottom: 35px;
}

ol.comment-list .comment:not(:first-child) {
    border-top: 1px solid #dfdfdf;
    margin-top: 18px;
    padding-top: 18px;
}

ol.comment-list .comment .comment {
    border-bottom: 0px solid transparent;
    border-top: 1px solid #dfdfdf;
    margin-top: 18px;
    padding-top: 18px;
}
ol.comment-list .comment {
    position: relative;
}
.tradingview-widget-copyright {
    display: none;
}

/** broadcrust page css end **/

/** podcast section css **/
.podcast-section.podcast-section-2 .section-title:after {
    bottom: -32px;
}
.podcast-card-style_02 .podcast-content h3 {
    font-size: 20px;
    line-height: 26px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    min-height: 52px;
}
.podcast-card-style_02 .podcast-content p {
    font-size: 16px;
    line-height: 23px;
    color: rgb(255 255 255 / 70%);
    margin-top: 10px;
}
.podcast-card-style_02 .podcast-content .share-buttons {
    display: block;
    margin-left: 15px;
}
.podcast-card-style_02 .podcast-thumbnail {
    max-height: 100px;
    flex: 100px 0 0;
    margin-right: 15px;
}
.podcast-card-style_02 .podcast-meta {
    border-top: 1px solid #ff9c00;
    padding-top: 14px;
}
.comments-area .reply a:after {
    position: absolute;
    left: -22px;
    top: 6px;
    content: '';
    background-image: url(http://creativepeoples.xyz/projects/sunil/wp-content/uploads/2021/04/Icon-awesome-reply.png);
    width: 14px;
    height: 11px;
}
.tradingview-widget-container iframe {
    height: calc(484px) !important;
}
/** podcast section css end **/

#shareModal ul {
    margin: 0;
    padding: 0;
}

#shareModal ul li {
    list-style: none;
    display: inline-block;
}

#shareModal ul li a {
    height: 50px;
    width: 50px;
    background-color: #ff9c00;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
}
.direction-form-selet-list .form-control {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    border: 1px solid #6f7590;
    border-radius: 0;
    color: #000000;
    line-height: 36px;
    height: auto;
    padding: 5px 80px 5px 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-control:hover {
    border: 1px solid #6f7590 !important;
}
.form-control:focus {
    box-shadow: none;
}
.direction-form-selet-list {
    display: flex;
    flex-wrap: wrap;
}
#shareModal ul li a:hover {
    background-color: #111;
}
.directory-form {
    margin-bottom: 40px;
}
.direction-form-selet-wrapper .direction-form-title {
    font-size: 24px;
    color: #263745;
    margin-right: 15px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}

.nice-select:after {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(0deg) !important;
    width: 11px !important;
    height: 7px !important;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #999;
    border: 0px solid transparent;
}
.direction-form-last .form-search-directory {
    display: flex;
    align-items: center;
}
.direction-form-last .form-search-directory .form-control {
    display: inline-block;
    width: 100%;
    border: 1px solid #ff9c00;
    border-radius: 0;
    color: #000000;
    line-height: 36px;
    height: auto;
    padding: 5px 20px 5px 20px;
}
.single-bank-middle,
.directory-sidebar {
    margin-top: 0px;
}
.form-search-directory .form-control:hover {
    border: 1px solid #ff9c00 !important;
}
.direction-form-last .form-search-directory .btn-primary {
    border: 1px solid #ff9c00;
    background-color: #ff9c00;
    border-radius: 0;
    color: #fff;
    line-height: 34px;
}

.latest-article-card.border-less .latest-article-text h3 {
    text-transform: lowercase;
}
.latest-article-card.border-less .latest-article-text h3:first-letter {
    text-transform: uppercase;
}

.latest-article-card.border-less.bg-less.padding-less .article-card-thumb {
    height: 230px;
}
.article-media-card .article-media-thumbnail a img {
    object-fit: cover;
}
.article-media-card .article-media-thumbnail a {
    height: 300px;
}
.article-media-card .article-media-content .post-meta {
    margin-bottom: 10px;
}
.ddq_common_modal h2 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
}

.ddq_common_modal .cookie_popup_list {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.ddq_common_modal .cookie_popup_list .cookie_popup_list_item {
    list-style: none;
    margin-bottom: 27px;
    display: inline-block;
}

.ddq_common_modal .cookie_popup_list h5 {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 32px;
    font-family: 'Nunito', sans-serif;
}

.ddq_common_modal select {
    padding: 12px 35px 15px 25px;
}
.ddq_common_modal .bbq_nice_select {
    display: inline-block;
    width: 100%;
    border: 1px solid #6f7590;
    border-radius: 0;
    overflow-y: auto;
    color: #000000;
    line-height: 36px;
    max-height: 200px; /* Adjust height as needed */
    padding: 5px 40px 5px 15px;
}
.ddq_common_modal #acceptedTermsBtnNew {
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}
.modal-header {
    border-bottom: 0px solid transparent;
}

.modal-header .btn-close {
    position: absolute;
    right: -7px;
    background-color: #fff;
    height: 40px;
    width: 40px;
    box-shadow: 0 10px 15px #11111140;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    z-index: 999;
    top: -7px;
    border-radius: 50%;
    opacity: 1;
}
.nice-select:hover {
    border-color: #6f7590 !important;
    border-radius: 0 !important;
}
.nice-select .list {
    width: 100%;
}
.ddq_common_modal .brandlogo-uk {
    display: none;
}
.ddq_common_modal p a {
    color: #212529;
    font-weight: 600;
}
.mobile_search_icon {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
}
.collapse.privacyinfo_wrapper,
.collapse.cookiesinfo_wrapper {
    max-height: 50px;
    overflow: scroll;
    background-color: #e8e8e8;
}

.importantinfo_wrapper {
    background-color: #e6e6e6;
    padding: 15px;
    margin-bottom: 15px;
}

.importantinfo_wrapper h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    margin-bottom: 18px;
}
.single-post-content .latest-article-text .post-meta span:not(:last-child) {
    margin-right: 7px;
}

.single-post-content .latest-article-text .post-meta span:last-child {
    padding-left: 7px;
}

.single-post-content .more-article-card .post-meta {
    margin-bottom: 8px;
}

.single-post-content .section-title.theme-2 h2 a {
    color: #212529;
}
.webinar-text span img {
    margin-right: 8px;
    margin-top: -5px;
}
.directory-section .pagination span.page-numbers {
    background-color: #ff9c00;
    color: #fff;
}
.card img {
    height: 200px;
    object-fit: cover;
}

.card .primary-btn {
    margin-top: 15px;
}

.card .primary-btn:hover {
    color: #ff9c00;
}
.directory-section .pagination span.page-numbers:hover {
    color: #fff;
}
.site-logo img {
    max-width: 120px;
    height: auto;
}

.single-page.category-name {
    background-color: #00bdab;
    padding: 15px 30px;
}

.single-page.category-name a,
.single-page.category-name span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.latest-article-card {
    min-height: 605px;
}

.tradingview-widget-container iframe {
    height: calc(570px) !important;
}

/** responsive css here **/
@media (max-width: 576px) {
    .featured-text .featured-tag {
        font-size: 14px;
    }

    .section-title.centered-title h2:before,
    .section-title.centered-title h2:after {
        display: none;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .top-header-buttons .bordered-btn {
        margin-left: 7px;
    }

    .top-header-buttons .primary-btn,
    .top-header-buttons .bordered-btn,
    .top-header-buttons .bordered-btn-2 {
        padding: 7px 14px;
        font-size: 13px;
    }

    .header-bottom {
        padding: 0;
    }

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

    .featured-text {
        margin-top: 40px;
    }

    .featured-text .featured-text-inner h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    .event-card-thumbnail .event-thumbnail-bg {
        height: 200px;
        margin-bottom: 20px;
    }

    .trending-thumbnail {
        margin-bottom: 20px;
    }

    .feed-text h2 {
        font-size: 28px;
    }

    .feed-tags {
        margin-top: 20px;
    }

    footer.site-footer .widget-title {
        margin-bottom: 20px;
    }

    footer.site-footer .footer-box {
        margin-bottom: 30px;
    }

    .footer-privacy-menu ul li a {
        margin-left: 10px;
    }
    .podcast-card .podcast-content h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .podcast-card .podcast-meta span {
        display: block;
        margin-top: 5px;
    }
    .more-podcast-card .podcast-content h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .featured-video-section .video-card-bgi {
        height: 250px;
        margin-bottom: 25px;
    }
    .featured-video-content .video-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .indepth-featured-post-section .page-title h1,
    .perpective-featured-post .page-title h1,
    .podcast-section .page-title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .featured-video-section h2 {
        font-size: 24px;
    }
    .ddq_common_modal .cookie_popup_list .cookie_popup_list_item {
        flex-wrap: wrap;
    }
    .ddq_common_modal .cookie_popup_list h5 {
        flex: 100% 0 0;
    }
    .ddq_common_modal h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .ddq_common_modal .cookie_popup_list h5 {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 26px;
    }
    .podcast-card {
        margin-bottom: 30px;
    }
    .align_center_end {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .podcast-card-style_02 .podcast-thumbnail {
        flex: 100% 0 0;
        height: 200px;
        max-height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .podcast-card-style_02 .col-md-12.d-flex {
        flex-wrap: wrap;
    }
    .podcast-card-style_02 .podcast-content h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section-padding {
        padding: 45px 0;
    }
    .section-padding-top {
        padding-top: 45px;
    }

    .section-padding-bottom {
        padding-bottom: 45px;
    }
    .perspective-featured-text {
        padding: 20px;
        margin-right: 0;
    }
    .perspective-featured-text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .direction-form-selet-list .form-control {
        padding: 5px 53px 5px 15px;
    }
    .article-media-card.bordered.card .article-media-content {
        padding: 20px;
    }
    .perpective-post-card {
        margin-bottom: 160px;
    }
    .perspective-latest-posts {
        padding: 75px 0 20px;
    }
    .single-article-post-title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 31px;
    }

    .single-article-post .post-share-buttons {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .single-article-meta .meta-info span {
        margin-bottom: 5px;
        display: inline-block;
    }

    .single-article-post .meta-info {
        margin-top: 20px;
    }
    ol.comment-list .children li {
        padding-left: 40px;
    }
    .indepth-featured-post-content {
        background-color: rgb(47 68 85 / 90%);
        padding: 49px 25px 40px;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(50px);
    }
    .ddq_search_box {
        bottom: -70px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .align_center_end {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .featured-text .featured-tag {
        font-size: 14px;
    }
    .ddq_search_box {
        bottom: -70px;
    }
    .section-title.centered-title h2:before,
    .section-title.centered-title h2:after {
        display: none;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .top-header-buttons .bordered-btn {
        margin-left: 7px;
    }

    .top-header-buttons .primary-btn,
    .top-header-buttons .bordered-btn,
    .top-header-buttons .bordered-btn-2 {
        padding: 7px 14px;
        font-size: 13px;
    }

    .header-bottom {
        padding: 0;
    }

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

    .featured-text {
        margin-top: 40px;
    }

    .featured-text .featured-text-inner h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    .event-card-thumbnail .event-thumbnail-bg {
        height: 200px;
        margin-bottom: 20px;
    }

    .trending-thumbnail {
        margin-bottom: 20px;
    }

    .feed-text h2 {
        font-size: 28px;
    }

    .feed-tags {
        margin-top: 20px;
    }

    footer.site-footer .widget-title {
        margin-bottom: 20px;
    }

    footer.site-footer .footer-box {
        margin-bottom: 30px;
    }

    .footer-privacy-menu ul li a {
        margin-left: 10px;
    }
    .podcast-card .podcast-content h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .podcast-card .podcast-meta span {
        display: block;
        margin-top: 5px;
    }
    .more-podcast-card .podcast-content h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .featured-video-section .video-card-bgi {
        height: 250px;
        margin-bottom: 25px;
    }
    .featured-video-content .video-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .indepth-featured-post-section .page-title h1,
    .perpective-featured-post .page-title h1,
    .podcast-section .page-title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .featured-video-section h2 {
        font-size: 24px;
    }
    .ddq_common_modal .modal-dialog {
        margin-top: 107px;
    }
    .section-padding {
        padding: 45px 0;
    }
    .section-padding-top {
        padding-top: 45px;
    }

    .section-padding-bottom {
        padding-bottom: 45px;
    }
    .direction-form-selet-list .form-control {
        padding: 5px 53px 5px 15px;
    }
    .article-media-card.bordered.card .article-media-content {
        padding: 20px;
    }
    .perpective-post-card {
        margin-bottom: 160px;
    }
    .perspective-latest-posts {
        padding: 75px 0 20px;
    }
    .single-article-post-title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 31px;
    }

    .single-article-post .post-share-buttons {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .single-article-meta .meta-info span {
        margin-bottom: 5px;
        display: inline-block;
    }

    .single-article-post .meta-info {
        margin-top: 20px;
    }
    .indepth-featured-post-content {
        background-color: rgb(47 68 85 / 90%);
        padding: 49px 25px 40px;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(50px);
    }
    .single-directory-left-sidebar {
        margin-bottom: 40px;
    }
}

@media (min-width: 678px) and (max-width: 990.98px) {
    .ddq_search_box {
        bottom: -70px;
    }
    .align_center_end {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .featured-text .featured-text-inner h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .featured-text .featured-text-inner li {
        margin-bottom: 14px;
    }

    .featured-text .featured-tag {
        font-size: 14px;
    }

    .section-title.centered-title h2:before,
    .section-title.centered-title h2:after {
        display: none;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .top-header-buttons .bordered-btn {
        margin-left: 7px;
    }

    .top-header-buttons .primary-btn,
    .top-header-buttons .bordered-btn,
    .top-header-buttons .bordered-btn-2 {
        padding: 7px 14px;
        font-size: 13px;
    }

    .header-bottom {
        padding: 0;
    }

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

    .featured-text .featured-text-inner h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    .event-card-thumbnail .event-thumbnail-bg {
        height: 200px;
        margin-bottom: 20px;
    }

    .trending-thumbnail {
        margin-bottom: 20px;
    }

    .feed-text h2 {
        font-size: 28px;
    }

    .feed-tags {
        margin-top: 20px;
    }

    footer.site-footer .widget-title {
        margin-bottom: 20px;
    }

    footer.site-footer .footer-box {
        margin-bottom: 30px;
    }

    .footer-privacy-menu ul li a {
        margin-left: 10px;
    }
    .podcast-card .podcast-content h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .podcast-card .podcast-meta span {
        display: block;
        margin-top: 5px;
    }
    .more-podcast-card .podcast-content h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .featured-video-section .video-card-bgi {
        height: 250px;
        margin-bottom: 25px;
    }
    .featured-video-content .video-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .indepth-featured-post-section .page-title h1,
    .perpective-featured-post .page-title h1,
    .podcast-section .page-title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .featured-video-section h2 {
        font-size: 24px;
    }
    .podcast-card {
        margin-bottom: 30px;
    }
    .ddq_common_modal .modal-dialog {
        margin-top: 107px;
    }
    .section-padding {
        padding: 45px 0;
    }
    .section-padding-top {
        padding-top: 45px;
    }

    .section-padding-bottom {
        padding-bottom: 45px;
    }
    .direction-form-selet-list .form-control {
        padding: 5px 53px 5px 15px;
    }
    .perpective-post-card {
        margin-bottom: 160px;
    }
    .perspective-latest-posts {
        padding: 75px 0 20px;
    }
    .single-article-post-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 31px;
    }

    .single-article-post .post-share-buttons {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .single-article-meta .meta-info span {
        margin-bottom: 5px;
        display: inline-block;
    }

    .single-article-post .meta-info {
        margin-top: 20px;
    }
    .single-directory-left-sidebar {
        margin-bottom: 40px;
    }
    .pagination-wrapper {
        flex-wrap: wrap;
    }
    .select-posts-number {
        margin-top: 15px;
    }
    .directory-sidebar {
        margin-top: 40px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .featured-text .featured-text-inner h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .featured-text .featured-text-inner li {
        margin-bottom: 14px;
    }
    .podcast-card .podcast-content h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .podcast-card .podcast-content p {
        margin-top: 15px;
    }
    .more-podcast-card .podcast-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .ddq_common_modal .modal-dialog {
        margin-top: 107px;
    }
    .section-padding {
        padding: 45px 0;
    }
    .section-padding-top {
        padding-top: 45px;
    }

    .section-padding-bottom {
        padding-bottom: 45px;
    }
    .direction-form-selet-list .form-control {
        padding: 5px 53px 5px 15px;
    }
    .directory-sidebar {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .ddq_common_modal .modal-dialog {
        margin-top: 107px;
    }
    .latest-article-card {
        min-height: 550px;
    }
}

@media (max-width: 1199px) {
    .latest-article-card {
        min-height: 570px;
    }
}

@media (max-width: 991px) {
    header {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    /*.latest-article-card {
        min-height: auto;
    } */
}
@media (max-width: 767px) {
    .ddq_common_modal .cookie_popup_list .cookie_popup_list_item {
        width: 100%;
        padding: 0;
    }
    main {
        overflow: hidden;
    }

    .video-sliders .video-card-bgi {
        height: 180px;
    }
    .post-thumbnail-singular {
        height: auto;
        object-fit: cover;
    }
}
/** responsive css here **/
.latest-articles.section-padding-top .tradingview-widget-container iframe {
    height: calc(555px) !important;
}
.podcast-section.pt-40.pb-45.gray-bg
    .podcast-card.more-podcast-card
    .podcast-thumbnail
    img {
    height: 206px;
    object-fit: cover;
}
.perpective-post-card .perpective-post-text p {
    min-height: 113px;
}

.featured-text-inner h3 a {
    color: #333;
}

.indepth-featured-post h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.indepth-featured-post h3 a {
    color: #fff;
}

.indepth-featured-post-content .category a {
    font-size: 20px;
    color: #ff9c00;
}

.post-thumbnail-singular {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .post-thumbnail-singular {
        height: auto;
        object-fit: cover;
    }
}

.single-article-post-title {
    font-weight: 600;
    color: #263745;
}

h6.featured-cat a {
    background-color: rgb(26 160 134 / 20%);
    color: #1aa086;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 14px;
    margin-bottom: 23px;
    pointer-events: none;
}

.featured-left-section img {
    height: 230px !important;
    object-fit: cover;
}

.featured-text-meta h6 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .featured-left-section img {
        height: auto !important;
        object-fit: cover;
    }
}

.featured-thumbnail-text h2 a {
    color: #fff;
}

.single-page.category-name a,
.single-page.category-name span {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    pointer-events: none;
}

.single-page.category-name {
    padding: 5px 30px;
    display: inline-block;
}

.meta-info {
    font-size: 13px;
}

.video-card:hover {
    opacity: 0.8;
}

.video-card {
    transition: 0.5s;
}

.category > a {
    pointer-events: none;
}

.podcast-content h3 a {
    color: #fff;
}

.related-post-content a {
    pointer-events: none;
}

@media (max-width: 767px) {
    ul.cookie_popup_list {
        display: block;
    }
}

h1.single-article-post-title {
    border-bottom: 1px solid #ff9c00;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.featured-text-inner p {
    line-height: 1.8;
}

.featured-thumbnail-text .post-meta {
    color: #fff;
}

.featured-thumbnail-text .post-meta span:last-child {
    margin-left: 10px;
}

.featured-thumbnail-text .post-meta span:first-child {
    margin-right: 10px;
}

.featured-thumbnail-text .post-meta {
    margin-bottom: 5px;
}

.featured-text-inner > span {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
}

.featured-text .featured-text-inner ul {
    margin-top: 20px;
}

.featured-text .featured-text-inner li {
    margin-bottom: 15px;
}

.trending-view-widget div.tradingview-widget-container {
    width: 100% !important;
}

.webinar-thumbnail img {
    height: 107px !important;
    object-fit: cover;
}

@media (max-width: 767px) {
    .podcast-card .podcast-thumbnail img {
        width: auto;
    }
    .more-article-card {
        min-height: auto;
    }
}

.pdfjs-fullscreen a {
    background-color: #ff9c00;
    color: #fff;
    display: inline-block;
    padding: 14px 33px;
    margin-bottom: 20px;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
}

p.logged-in-as a,
p.logged-in-as {
    color: #ff9c00;
    text-decoration: underline;
    text-underline-position: under;
}

.page-heading h2 {
    color: #fff !important;
}

.perspective-featured-text .post-meta {
    color: #fff;
}

.trending-view-widget div.tradingview-widget-container iframe {
    width: 100% !important;
}

.cotnact-box .contact-box-text h3 {
    font-size: 16px;
}

.cotnact-box .contact-box-text p {
    font-size: 14px;
    line-height: 1.5;
}

.cotnact-box .contact-box-info {
    align-items: start;
}

.cotnact-box .contact-box-info img {
    border-radius: 50px;
}

.contact-box-meta li a {
    font-size: 14px;
}
.single-article-meta.d-md-flex.justify-content-between.align-items-center {
    flex-wrap: wrap;
}

.single-meta-left.d-lg-flex.justify-content-between.align-items-center {
    flex-wrap: wrap;
    padding: 10px 0;
}

.single-meta-left .meta-info {
    margin: 10px 0;
}
.single-article-meta.d-md-flex {
    flex-wrap: wrap;
}
@media (max-width: 990px) {
    .latest-article-card {
        margin-bottom: 30px;
    }
    .more-depth-articles-list .article-media-content {
        padding: 10px 20px 10px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.trending-posts.section-padding-top.pb-45.half-gray-bg
        .trending-post-card {
        height: 100%;
    }
    section.trending-posts.section-padding-top.pb-45.half-gray-bg
        .col-lg-6.col-sm-6 {
        margin-bottom: 30px;
    }
    section.most-views-post.gray-bg.section-padding-top.pb-45
        .col-lg-3.col-sm-6 {
        margin-bottom: 30px;
    }
    section.most-views-post.gray-bg.section-padding-top.pb-45
        .latest-article-card.border-less
        .col-lg-3.col-sm-6 {
        margin-bottom: 30px;
    }
    section.most-views-post.gray-bg.section-padding-top.pb-45
        .latest-article-card.border-less {
        height: 100%;
    }
    .more-articles .more-article-card {
        height: 100%;
    }
    section.more-articles.pb-45.section-padding-top .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }
}
@media (min-width: 991px) {
    .trending-view-widget
        #custom_html-2
        .trending-view-widget
        div.tradingview-widget-container
        iframe {
        min-height: 627px !important;
        height: auto;
    }
    .podcast-card-style_02 .podcast-content p {
        min-height: 70px;
    }
    .latest-article-card {
        height: 100%;
    }
    .trending-post-card {
        min-height: 343px;
    }
    .more-podcast-card {
        min-height: 285px;
    }
    .podcast-card.podcast-card-style_02 {
        height: 100%;
    }
    .perpective-post-text {
        min-height: 374px;
    }
    .more-article-card {
        min-height: 100%;
    }
    .home_latest_artical_list .tradingview-widget-container iframe {
        height: calc(625px) !important;
    }
}

.bank-content p {
    margin-bottom: 15px;
}

.bank-content p:last-child {
    margin-bottom: 0;
}

.webinar-card.webinar-card-media-style .webinar-thumbnail img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.ddq_common_modal .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}

ul.post-share-buttons li:last-child {
    display: none;
}

.navbar-light .navbar-toggler {
    background-color: #ff9c00;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.navbar-light .navbar-toggler span {
    filter: contrast(1) invert(1);
}

@media (max-width: 767px) {
    .post-thumbnail-singular {
        height: 170px !important;
        object-fit: cover;
    }
}

.navbar-light .navbar-toggler i {
    color: #fff;
}

.related-post-content a {
    font-size: 14px;
    height: auto;
    display: inline-block;
}


@media (max-width: 585px) {
	.header-widget-section {
		display: none;
	}
}


@media (min-width: 768px) {
	section.webinars .webinar-card {
		height: 100%;
	}
	.trending-posts .col-lg-6.col-sm-6 {
		margin-bottom: 30px;
	}

	.trending-post-card {
		height: 100%;
	}

	.most-views-post .col-lg-6.col-sm-6 {
		margin-bottom: 30px;
	}
}

.menu-item:focus .sub-menu, .menu-item:hover .sub-menu {
    display: block !important;
}

ul.sub-menu {
    position: absolute;
    z-index: 1000;
    background-color: #293745;
    display: none;
}

ul.sub-menu:focus li a, ul.sub-menu:hover li a {
    color: #ff9c00 !important;
}

ul.sub-menu:focus li a:before, ul.sub-menu:hover li a:before {
    background-color: #ff9c00 !important;
}

.sub-menu a {
    color: white !important;
}
.sub-menu a:before {
    background-color: unset !important;
}

.sub-menu li.current_page_item a {
    color: #ff9c00 !important;
}
.sub-menu li.current_page_item a:before {
    background-color: #ff9c00 !important;
}

