            @font-face {
                font-family: 'Alisha';
                src: url('../fonts/alisha.otf');
            }
            
            /*@font-face {
                font-family: NiveauGroteskRegular;
                src: url(../fonts/NiveauGroteskRegular.ttf);
            }
            
            @font-face {
                font-family: NiveauGroteskBold;
                src: url(../fonts/NiveauGroteskBold.ttf);
            }*/
            @font-face {
                font-family: AptosRegular;
                src: url(../fonts/aptos/Aptos.ttf);
            }
            
            @font-face {
                font-family: AptosBold;
                src: url(../fonts/aptos/Aptos-Bold.ttf);
            }
            @media (min-width: 1440px) {
                .container {
                    max-width: 1170px;
                }
            }
            
            html {
                font-size: 10px;
                overflow-x: hidden;
            }
            
            body {
                font-size: 16px;
                line-height: 1.69;
                font-style: normal;
                font-family: AptosRegular;
                position: relative;
                min-height: 100vh;
                overflow-x: hidden;
                color: rgba(13, 21, 39, 1);
            }
            
            a {
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                text-decoration: none;
            }
            
            body.admin-bar {
                min-height: calc(100vh - 32px);
            }
            
             :hover {
                text-decoration: none !important;
            }
            
             :focus {
                outline: none !important;
            }
            
            .m-auto {
                margin: auto;
            }
            
            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            .h1,
            .h2,
            .h3,
            .h4,
            .h5,
            .h6 {
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
                margin: 40px 0 20px;
            }
            
            h1,
            .h1 {
                font-size: 56px;
                font-family: AptosBold;
            }
            
            h1.page-title {
                font-size: 50px;
                font-weight: 700;
                font-family: 'AptosRegular';
                color: #fff;
                text-align: center;
            }
            
            h2,
            .h2 {
                font-size: 40px;
                font-family: AptosBold;
                line-height: 1.4;
            }
            
            h2.primary {
                font-size: 32px;
            }
            
            h2.secondary {
                font-size: 24px;
            }
            
            h3,
            .h3 {
                font-size: 28px;
                letter-spacing: 0.02em;
                line-height: 1.25;
            }
            
            h4,
            .h4 {
                font-size: 24px;
            }
            
            h5,
            .h5 {
                font-size: 18px;
            }
            
            h6,
            .h6 {
                font-size: 16px;
            }
            
            .big {
                font-size: 20px;
            }

			.portal-menu-icon {
				position: absolute;
			}
            
            @media screen and (max-width: 1199px) {
                h1,
                .h1 {
                    font-size: 38px;
                }
                h2,
                .h2 {
                    font-size: 32px;
                }
                h2.primary {
                    font-size: 30px;
                }
                h3,
                .h3 {
                    font-size: 26px;
                }
                h4,
                .h4 {
                    font-size: 22px;
                }
                .big {
                    font-size: 19px;
                }
            }
            
            @media screen and (max-width: 767px) {
                h1,
                .h1 {
                    font-size: 36px;
                }
                h2,
                .h2 {
                    font-size: 30px;
                }
                h2.primary {
                    font-size: 28px;
                }
                h3,
                .h3 {
                    font-size: 24px;
                }
                h4,
                .h4 {
                    font-size: 20px;
                }
                h5,
                .h5 {
                    font-size: 18px;
                }
                .big {
                    font-size: 18px;
                }
				.pmpro_member_profile_edit-fields .lite {
					max-width: initial !important;
				}
            }
			div#pmpro_account {
				margin-top: 28px;
			}
            /* utility css */
            
            .m-0 {
                margin: 0 !important;
            }
            
            .p-0 {
                padding: 0 !important;
            }
            
            .mt-0 {
                margin-top: 0 !important;
            }
            
            .mb-0 {
                margin-bottom: 0 !important;
            }
            
            .mr-0 {
                margin-right: 0 !important;
            }
            
            .ml-0 {
                margin-left: 0 !important;
            }
            
            .pr-0 {
                padding-right: 0 !important;
            }
            
            .pl-0 {
                padding-left: 0 !important;
            }
            
            .pt-40 {
                padding-top: 40px !important;
            }
            
            .text-uppercase {
                text-transform: uppercase !important;
            }
            
            .text-center {
                text-align: center !important;
            }
            
            .text-left {
                text-align: left !important;
            }
            
            .text-right {
                text-align: right !important;
            }
            
            .font-weight-bold {
                font-weight: 700 !important;
            }
            
            .font-weight-semi-bold {
                font-weight: 600 !important;
            }
            
            .font-weight-medium {
                font-weight: 500 !important;
            }
            
            .font-weight-normal {
                font-weight: 400 !important;
            }
            
            .bg-white {
                background-color: #fff !important;
            }
            /* Header css */
            
            #top {
                position: absolute;
                width: 100%;
                top: 0;
                left: 0;
                z-index: 99999;
            }
            
            #top.sticky {
                position: fixed;
                background: #fff;
            }
            
            .p_menu_wrap {
                padding: 0;
                margin: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                list-style: none;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }
            
            .primary-menu-wrap {
                width: 100%;
            }
            
            .menu-col-wrapper {
                /*padding: 15px 0;*/
                margin-top: 14px;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }
            
            .p_menu_wrap>li {
                margin: 0 8px;
            }
            
            .p_menu_wrap li a {
                text-decoration: none;
                line-height: 1.29;
                position: relative;
                font-size: 15px;
                padding: 10px 4px;
                text-transform: capitalize;
                color: rgba(0, 0, 0, 1);
                font-weight: 400;
            }
            
            .home_icon_link.menu-item>a {
                font-size: 0;
                background-image: url(../images/home.svg);
                width: 22px;
                height: 22px;
                padding: 0;
                display: block;
                background-size: 100%;
                background-repeat: no-repeat;
                background-position: 50%;
                position: relative;
                top: -2px;
            }
            
            .p_menu_wrap>li:not(.button-link)>a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
                display: block;
                background: rgba(52, 93, 157, 1);
                max-width: 90%;
                max-width: 0;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }
            
            .p_menu_wrap li a:hover,
            .p_menu_wrap li.current-menu-item:not(.menu-item-type-custom)>a {
                color: rgba(52, 93, 157, 1);
            }
            
            .p_menu_wrap>li>a:hover:after,
            .p_menu_wrap>li.current-menu-item>a:after {
                max-width: 11px !important;
                margin: auto;
            }
            
            .logo-wrap {
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }
            
            .logo-wrap img {
                display: block;
                width: 100%;
                height: auto;
            }
            
            .p_menu_wrap li.button-link>a {
                margin: 0;
                display: inline-block;
                padding: 14px 32px;
                color: #5C6FF2;
                text-transform: uppercase;
                font-weight: 700;
                letter-spacing: 0.6px;
                font-size: 18px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: relative;
                background: #fff;
                border-radius: 14px;
                line-height: 1;
            }
            
            .p_menu_wrap li.button-link>a:hover {
                background: #5C6FF2;
                color: #fff;
            }
            
            .p_menu_wrap li.button-link {
                margin-left: 35px;
            }
            
            .p_menu_wrap>li>a:hover:after,
            .p_menu_wrap>li.current-menu-item:not(.menu-item-type-custom)>a:after {
                max-width: 11px !important;
                margin: auto;
            }
            
            .home_icon_link a::after {
                bottom: -10px !important;
            }
            
            .p_menu_wrap>li:last-child {
                margin-right: 0;
            }
            
            .contact_link a {
                background: #005494;
                color: #fff !important;
                height: 45px;
                line-height: 25px !important;
                padding: 10px 28px !important;
            }
            
            .admin-bar #top.sticky {
                top: 32px;
            }
            
            .dsk-nav-btn {
                -ms-flex-item-align: center;
                align-self: center;
                width: 22px;
                height: 23px;
                margin-left: 35px;
            }
            
            .sticky .menu-col-wrapper {
                margin-top: 6px;
                /*padding: 12px 0;*/
                /*padding: 15px 0;*/
            }
            
            .sticky .logo-wrap {
                /*max-width: 220px;*/
                /*scale: 1;*/
            }
            
            .home-link>a>i {
                font-size: 24px;
            }
            
            .home-link>a:after {
                opacity: 0;
                visibility: hidden;
            }
            
            @media screen and (max-width: 782px) {
                .admin-bar #top.sticky {
                    top: 46px;
                }
            }
            
            @media screen and (max-width: 600px) {
                .menu-col-wrapper {
                    padding: 0;
                }
                .admin-bar #top.sticky {
                    top: 0;
                }
            }
            
            @media screen and (max-width: 1199px) {
                .p_menu_wrap>li {
                    margin: 0 12px;
                }
				.p_menu_wrap li a {
					padding:10px 7px !important;
				}
            }
            
            @media screen and (max-width: 991px) {
                #header-Navigation {
                    position: fixed;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 99999;
                }
                #nav-icon {
                    width: 22px;
                    height: 23px;
                }
                svg.hamburger {
                    width: 30px;
                    fill: #ffffff;
                }
                .menu.p_menu_wrap>li {
                    width: 100%;
                    margin: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }
				.home_icon_link.menu-item a {
					background: #172334;
				}
                .p_menu_wrap li a {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    color: #fff;
                }
                .menu.p_menu_wrap {
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin: 0;
                }
                .desktop-menu {
                    padding: 0;
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 999999;
                    background: #0d1c26;
                    width: 240px;
                    -webkit-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                    padding: 32px 0;
                }
                .menu.p_menu_wrap>li a {
                    padding: 12px 22px;
                    display: block;
                }
                .menu.p_menu_wrap>li+li {
                    border-top: 1px solid rgba(255, 255, 255, 0.1);
                }
                .mobile-menu-overlay {
                    background: rgba(0, 183, 249, 0.2);
                    position: fixed;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    cursor: pointer;
                    z-index: 999999;
                }
                .header-nvigation {
                    z-index: 99999;
                }
                #mobile-menu-close button {
                    width: 40px;
                    height: 40px;
                    border-radius: 25px;
                    background: rgb(255 255 255);
                    color: #0d1c26;
                    text-align: center;
                    -webkit-transition: .3s ease-in-out;
                    transition: .3s ease-in-out;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    line-height: 1;
                    padding: 0;
                    right: 260px;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border: 0;
                    position: absolute;
                    top: 18px;
                    outline: none;
                    cursor: pointer;
                    font-size: 22px;
                    z-index: 9999;
                    opacity: 1;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }
                #header-Navigation.active {
                    /* transform: translateX(0); */
                    opacity: 1;
                    visibility: visible;
                }
                .mobile-menu-overlay {
                    display: block;
                }
                .menu.p_menu_wrap>li+li {
                    border-top: 1px solid rgba(189, 189, 189, 0.3);
                }
                .menu-wrap {
                    padding: 0;
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 999999;
                    width: 240px;
                    -webkit-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                    background: #172334;
                }
                .p_menu_wrap>li.current-menu-item a {
                    background: rgba(0, 0, 0, 0.4);
                    color: #fff;
                }
                .p_menu_wrap>li>a:after {
                    opacity: 0;
                    visibility: hidden;
                }
                .has-mobile-menu #wpadminbar {
                    z-index: 9;
                }
                .header-wrap {
                    position: relative;
                }
                .menu-col-wrapper {
                    position: relative;
                }
                .p_menu_wrap li.button-link>a {
                    margin: 10px;
                }
				div#pmpro_account {
					margin-top: 0 !important;
				}
            }
            /* Submenu CSS */
            
            .sub-menu,
            .sub-menu li {
                list-style: none;
            }
            
            @media screen and (min-width:992px) {
                /* Mobile Sub Menu Design */
                .p_menu_wrap>li {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }
                .p_menu_wrap>li.home-link>a {
                    font-size: 0;
                    background-image: url(../images/home.svg);
                    width: 22px;
                    height: 22px;
                    padding: 0;
                    display: block;
                    background-size: 100%;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    position: relative;
                    top: -2px;
                }
                .p_menu_wrap>li.home-link>a:after {
                    opacity: 0;
                }
                ul.sub-menu {
/*                     width: 270px; */
					white-space: nowrap;
                    position: absolute;
                    background: #ffffff;
                    list-style: none;
                    padding: 0px 0;
                    top: 100%;
                    margin: 0;
                    -webkit-box-shadow: 0px 0px 6px #ddd;
                    box-shadow: 0px 0px 6px #ddd;
                    -webkit-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                    opacity: 0;
                    visibility: hidden;
                    display: block;
                    -webkit-transform: translateY(25px);
                    transform: translateY(25px);
                }
                li.menu-item-has-children:hover ul.sub-menu {
                    /* display: block; */
                    -webkit-transition: all .2s linear;
                    transition: all .2s linear;
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                }
                ul.sub-menu li>a {
                    color: #000;
                    padding: 12px 18px;
                    line-height: 1.2;
                    font-size: 12px;
                    display: block;
                }
                ul.sub-menu li>a:hover {
                    color: #676767;
                }
                ul.sub-menu li+li>a {
                    border-top: 1px solid #f3f3f3;
                }
                ul.sub-menu>li>ul.sub-menu {
                    display: none;
                }
                ul.sub-menu>li {
                    position: relative;
                }
                ul.sub-menu>li:hover ul.sub-menu {
                    display: block;
                    left: 100%;
                    top: 0;
                    border-left: 2px solid #112771;
                }
            }
            
            @media screen and (max-width: 991px) {
                .menu.p_menu_wrap .sub-menu li>a {
                    font-size: 14px;
                }
                .drop-arrow {
                    cursor: pointer;
                    padding: 12px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    min-width: 46px;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border-left: 1px solid rgba(189, 189, 189, 0.3);
                }
                .down-arrow {
                    width: 12px;
                    height: 12px;
                    background: 0 0;
                    display: block;
                    border-bottom: 2px solid;
                    border-right: 2px solid;
                    border-color: #ffffff;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    position: relative;
                    top: -2px;
                    -webkit-transition: all .25s linear;
                    transition: all .25s linear;
                }
                span.drop-arrow.active span.down-arrow {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
                ul.sub-menu {
                    position: relative;
                    width: 100%;
                    top: 0;
                    padding: 0;
                    margin: 0;
                    border-top: 1px solid rgba(189, 189, 189, 0.3);
                    display: none;
                    background: rgba(0, 0, 0, 0.4);
                }
                .sub-menu>li+li {
                    border-top: 1px solid rgba(189, 189, 189, 0.3);
                }
                ul.sub-menu>li {
                    width: 100%;
                }
				.portal_container_box .page_main_content_sec {
					padding-top: 25px;
				}
            }
            /* Footer CSS */
            
            #footer {
                background: #0B161F;
                color: #FFFFFF;
                font-size: 14px;
                line-height: 1.5;
            }
            
            .footer-logo {
                max-width: 165px;
                width: 100%;
            }
            
            .ft-text-block {
                margin-top: 15px;
                font-size: 16px;
                line-height: 1.5;
                max-width: 370px;
                width: 100%;
            }
            
            .footer-copy-right-sec {
                color: #fff;
            }
            
            .footer-copyright p:last-child {
                margin-bottom: 0;
            }
            
            h6.fs-widget-title,
            .widget_block h6 {
                color: #ffffff;
                text-transform: uppercase;
                margin: 22px 0 18px;
                font-size: 16px;
                font-family: AptosBold;
            }
            
            .footer-top-sec {
                padding: 65px 0 40px;
            }
            
            .footer-menu ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }
            
            .footer-menu ul>li {
                margin: 0 0 14px;
            }
            
            .footer-menu ul li>a {
                color: #FFFFFF;
                line-height: 1;
                background: transparent;
                padding-bottom: 2px;
                display: inline-block;
                position: relative;
            }
            
            .footer-menu ul li>a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 1px;
                display: block;
                background: #fff;
                max-width: 90%;
                max-width: 0;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                opacity: 0;
            }
            
            .footer-menu ul li>a:hover:after {
                max-width: 90%;
            }
            
            .footer-social-media ul {
                margin: 0px -10px 10px;
                padding: 0;
                list-style: none;
            }
            
            .footer-social-media ul>li {
                margin: 10px;
                line-height: 1;
            }
            
            .footer-social-media ul>li>a {
                font-size: 20px;
                display: -webkit-box;
                display: flex;
                -webkit-box-align: center;
                align-items: center;
                -webkit-box-pack: center;
                justify-content: center;
                line-height: 1;
                height: 40px;
                width: 40px;
                border-radius: 50%;
                border: 1px solid hwb(0deg 100% 0% / 20%);
            }
            
            .footer-social-media ul>li:hover a {
                border: 1px solid #005494;
                background: unset;
                color: #005494;
            }
            
            .footer_about_txt p {
                margin-bottom: 10px !important;
            }
            
            .footer-copyright {
                position: relative;
            }
            
            .footer_form {
                display: flex;
                max-width: 470px;
                width: 100%;
                background: #121E27;
                border: 1px solid #314555;
                height: 55px;
                padding: 2.3px;
            }
            
            form.fluent_form_3 .ff-btn-submit {
                background-color: #005494;
                color: #ffffff;
                border: 0;
                width: 48px;
                height: 48px;
                border-radius: 0;
                text-align: center;
                margin: auto;
                padding: 0;
            }
            
            input.ff-el-form-control.latest_news_form_inner {
                background: unset !important;
                border: 0 !important;
                outline: none;
                color: #fff !important;
                height: 48px;
            }
            
            .fluentform .ff-el-form-control::placeholder {
                color: #fff !important;
            }
            
            .ff-el-group.latest_news_form {
                width: 100%;
                margin: 0 !important;
            }
            
            .contact-details.latest_news_sec {
                padding-top: 8px;
            }
            /* 
.ft-widget-col.ft-text-block p {
    font-size: 14px;
} */
            
            .footer-menu ul a:hover {
                opacity: 1;
            }
            
            .footer-logo-image {
                clear: both;
            }
            
            .footer-logo-image figure {
                float: none !important;
            }
            
            .footer-logo-image img {
                width: 90px;
            }
            
            .footer-social-media {
                padding: 0;
                margin: 0;
            }
            
            .footer a {
                color: #fff;
                font-weight: 400;
            }
            
            .footer a:hover,
            .footer-menu ul li>a:hover {
                color: rgba(52, 93, 157, 1);
            }
            
            .ft-col:first-child .widget_block {
                max-width: 350px;
                line-height: 2.5;
            }
            
            .footer-bottom-copy {
                padding: 5px 0 20px;
                font-size: 14px;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                color: #fff;
            }
            
            .site-credit-text-col {
                text-align: right;
            }
            
            .cnt-box {
                font-weight: 600;
            }
            
            .cnt-info>span {
                font-weight: 500;
                margin-bottom: 9px;
            }
            
            .cnt-icon {
                display: block;
                margin-right: 10px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                width: 40px;
                height: 40px;
                -webkit-box-flex: 0;
                flex: 0 0 40px;
                background-size: 30px;
            }
            
            .phone-icon {
                background-image: url('../images/phone.svg');
            }
            
            .mail-icon {
                background-image: url('../images/mail.svg');
            }
            
            .cnt-box+.cnt-box {
                margin-top: 24px;
            }
            
            .cnt-box address {
                font-style: normal;
                margin: 0;
            }
            
            .cnt-box.mail-box {
                margin-top: 27px;
            }
            
            .footer-copyright p {
                color: #FFFFFF;
                opacity: 0.3;
                font-size: 14px;
            }
            
            .ft-bottom-menu p {
                text-align: center;
                margin: 0;
                margin-top: 14px;
            }
            
            .page-wrap {
                padding-top: 84px !important;
            }
            /* home page css */
            .banner-silde-wrap{
                background-color: #005494;
            }
            .home_banner .banner-slide {
/*                 padding: 130px 0 160px; */
                padding: 0;
                background-size: 120%;
                background-position: center;
/*                 min-height: 74vh; */
                background-repeat: no-repeat;
                min-height: 40vh;
                display: flex !important;
                align-items: center;
                justify-content: center;
                float: left;
                padding-bottom: 100%;
                margin-bottom: -100%;

            }
			.home_banner .slick-slide {
				padding: 0
			}
            .slider_inner {
                text-align: center;
                color: #fff;
				padding: 1em 0;
            }
            
            .slider_inner h1 {
/*                 margin-bottom: 10px; */
				margin: 0;
            }
            
            .banner_description.secondary {
                font-family: 'AptosRegular';
                font-weight: 400;
            }
            
            .banner_description p {
                margin-top: 0;
            }
            
            .banner_btn,
            .theme_btn {
                font-size: 16px;
                line-height: 19px;
                text-align: center;
                text-decoration: none;
                background: #005494;
                color: #fff !important;
                border: 1px solid;
                padding: 17px 40px;
                cursor: pointer;
            }
            
            .banner_btn {
                color: #005494 !important;
                background: #fff;
                max-width: 205px;
                display: block;
                width: 100%;
                margin: auto;
                font-weight: 600;
            }
            
            .white_btn {
                color: #005494 !important;
                background: #fff !important;
                font-weight: 600;
            }
            
            section.carousel_sec {
                padding: 65px 0;
            }
            
            .carousel_sec .slick-track {
                display: flex;
                align-items: center;
            }
            
            .carousel_sec .slick-slide:first-child {
                text-align: left;
            }
            
            .carousel_sec .slick-slide {
                text-align: center;
            }
            
            .carousel_sec .slick-slide:last-child {
                text-align: end;
            }
            
            .carousel_logo_img {
                width: 200px !important;
            }
            
            .about_sec,
            .market_performance_sec {
                padding: 75px 0;
            }
            
            .about_title {
                max-width: 400px;
                width: 100%;
            }
            
            .about_description {
                padding-bottom: 7px;
            }
            
            .about_subscribe_button {
                margin-left: 15px;
            }
            
            .about_left_icon_sec {
                display: flex;
            }
            
            .about-details {
                max-width: 540px;
                margin-left: auto;
            }
            
            .research_icon_txt {
                text-align: center;
                background: #005494;
                color: #fff;
                border-width: 14px 14px 0;
                border-style: solid;
                ;
                max-width: 260px;
                width: 100%;
                padding: 40px 20px;
                margin: -80px 0 0;
            }
            
            img.research_icon {
                max-width: 92px;
                width: 100%;
            }
            
            img.practice_icon {
                max-width: 83px;
                width: 100%;
                display: block;
                margin-left: auto;
            }
            
            .practice_icon_txt {
                padding: 18px;
                background: #F4FAFF;
                max-width: 260px;
                width: 100%;
                margin-left: auto;
                margin-top: 20px;
            }
            
            h4.research_title {
                font-family: AptosBold;
            }
            
            .market_performance_button_inner {
                padding-top: 12px;
                position: relative;
            }
            
            a.market_performance_button.theme_btn::after {
                content: '';
                position: absolute;
                width: 304px;
                height: 106px;
                bottom: 0;
                top: 100%;
                background: url(../images/btn_line.png);
                background-repeat: no-repeat;
                left: 20%;
            }
            
            .evolution_faq__sec {
                color: #fff;
                padding: 90px 0;
            }
            
            .evolution_faq {
                padding-top: 25px;
            }
            
            .answer.faq_description p {
                margin: 7px 0 10px;
            }
            
            a.faq_button {
                color: #1E8CDE;
            }
            
            .faq_btn_icon {
                margin-left: 6px;
            }
            
            .evolution_faq li {
                border-left: 2px solid rgba(255, 255, 255, 0.3);
                padding-left: 50px;
                padding-bottom: 80px;
                position: relative;
                opacity: 0.7;
            }
            
            .evolution_faq li::before {
                position: absolute;
                content: '';
                width: 14px;
                height: 14px;
                left: 20px;
                border-radius: 50%;
                background: #fff;
                top: 10px;
            }
            /* .market_performance_button::before {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            background: #005494;
            right: 44px;
            bottom: -106px;
            border-radius: 50%;
        } */
            
            .evolution_faq li.active {
                border-color: #1E8CDE;
                opacity: 1;
            }
            
            .evolution_faq li.active::before {
                background: #1E8CDE;
            }
            
            .accordion-list {
                padding: 0;
                list-style: none;
                margin: 0;
            }
            
            .evolution_theory_sec {
                padding: 110px 0;
            }
            
            .evolution_theory_box {
                position: relative;
            }
            
            .evolution_theory_box::after {
                content: '';
                width: 100%;
                position: absolute;
                background: linear-gradient(180deg, rgba(13, 23, 30, 0) -9.32%, #0D171E 93.76%);
                height: 100%;
                left: 0;
                top: 0;
            }
            
            .evolution_theory_content {
                position: absolute;
                padding: 28px 28px 0px;
                color: #fff;
                bottom: 0;
                z-index: 9;
            }
            
            .evolution_theory_content h2 {
                font-family: AptosRegular !important;
            }
            
            .evolution_theory_list_inner {
                display: flex;
                align-items: start;
            }
            
            .evolution_theory_list {
                padding-top: 30px;
            }
            
            .evolution_list_icon {
                width: 70px;
                margin-right: 30px;
            }
            
            .evolution_theory_list_inner {
                display: flex;
                align-items: start;
                border-bottom: 1px solid rgba(44, 44, 44, 0.3);
                margin-bottom: 40px;
                padding-bottom: 10px;
            }
            
            .evolution_theory_list_inner:last-child {
                margin: 0;
                border: 0;
                padding: 0;
            }
            
            .subscriber_sec {
                background-repeat: no-repeat !important;
                background-position: bottom left !important;
                background-size: 250px !important;
                padding: 105px 0 90px;
                color: #fff;
            }
            
            .subscriber_description li {
                margin-bottom: 20px;
                line-height: 1.3;
            }
            
            .subscriber_description li span {
                color: #3CADFF;
            }
            
            .subscriber_description li::before {
                position: absolute;
                content: '';
                width: 15px;
                height: 18px;
                background: url(../images/arrow.png);
                left: -26px;
                top: 3px;
            }
            
            .subscriber_description ul {
                margin: 20px 0 0 !important;
                padding: 0 0 0 25px;
            }
            
            .subscriber_description li {
                margin-bottom: 20px;
                line-height: 1.3;
                position: relative;
                list-style: none;
            }
            
            .testimonial_sec {
                padding: 110px 0 105px;
            }
            
            .testimonial_left {
                max-width: 450px;
                width: 100%;
            }
            
            .testimonial_title {
                padding-bottom: 42px;
            }
            
            .testimonial_slider.slider-for {
                max-width: 100px;
            }
            
            .testimonial_slider.slider-for.slick-initialized.slick-slider .slick-list.draggable {
                display: none;
            }
            
            .left_arrow.prev.slick-prev.slick-arrow {
                left: 0;
                width: 40px;
                height: 40px;
            }
            
            .right_arrow.next.slick-next.slick-arrow {
                right: 0;
                width: 40px;
                height: 40px;
            }
            
            .author_name {
                font-family: AptosBold;
            }
            
            .author_detail {
                display: flex;
                align-items: center;
            }
            
            .author_content {
                padding-left: 12px;
            }
            
            .testimonial_content p {
                line-height: 1.5;
                padding-bottom: 10px;
            }
            
            .newsletter_sec {
                padding: 90px 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }
            
            .newsletter_inner {
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            
            .newsletter_description p {
                max-width: 520px;
                width: 100%;
                margin: 15px 0 0;
            }
            
            a.newsletter_button {
                width: 170px;
                border-color: #fff;
            }
            
            .newsletter_description {
                padding-right: 20px;
            }
            
            .page-title-wrap {
                padding-top: 80px;
                padding-bottom: 80px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: bottom center;
                background: #005494;
            }
            /* about page */
            
            .about_main_sec {
                padding: 96px 0 68px;
            }
            
            .about_sec_desc p {
                line-height: 1.3;
                font-size: 18px;
            }
            
            .about_sec_title {
                margin-top: -10px !important;
                line-height: 1.2;
            }
            
            .about_quote_sec {
                background: #0B161F;
                padding: 46px 0 0;
                position: relative;
            }
            
            .about_quote_details {
                max-width: 650px;
                width: 100%;
                margin-left: auto;
                padding: 35px 0 0;
            }
            
            .about_quote_txt {
                font-size: 25px;
                line-height: 1.6;
                font-family: AptosBold;
                padding-left: 80px;
                margin-top: -20px !important;
            }
            
            .quote_top_image {
                max-width: 58px;
                width: 100%;
            }
            
            .quote_btm_image {
                max-width: 62px;
                width: 100%;
                text-align: right;
                float: right;
                margin-bottom: 80px;
            }
            
            img.quote_image {
                position: absolute;
            }
            
            .about_testimonial__sec {
                padding: 210px 0 105px;
            }
            
            .about_sec_desc a,
            .single-post-content-wrap a {
                text-decoration: underline;
                color: #005494;
            }
            
            .about_testimonial_desc p {
                margin-top: 0;
            }
            
            p.testimonial_content_txt,
            .testimonial_content_author {
                line-height: 1.5;
                font-family: AptosBold;
                padding-left: 40px;
            }
            
            .about_testimonial_quote_details {
                padding-top: 10px;
            }
            
            .testimonial_content_txt {
                background: url(../images/quote_top.svg);
                background-repeat: no-repeat;
                background-size: 27px;
                padding-bottom: 8px;
            }
            
            .team_sub_title {
                margin-top: 10px;
            }
            
            .about_team_sec {
                padding: 0 0 100px;
            }
            
            .readmore_link {
                display: none;
            }
            
            .team-col-inner:hover .readmore_link {
                display: block;
            }
            
            .team-list-row {
                margin-top: 5px;
            }
            
            .team-col-inner {
                position: relative;
            }
            
            .team-img {
                padding: 50%;
                background-size: cover;
                background-position: center;
                position: relative;
            }
            
            .team-col {
                margin: 15px 0;
            }
            
            .team-img:before {
                background: linear-gradient(180.12deg, rgba(14, 15, 15, 0) 2.01%, rgba(14, 15, 15, 0.8) 68.64%);
                content: '';
                position: absolute;
                left: 0;
                /* top: 0; */
                bottom: 0;
                right: 0;
                height: 50%;
            }
            
            h4.team-name {
                font-weight: 400;
                font-family: AptosRegular;
                padding-bottom: 8px;
            }
            
            .team-info-wrap {
                position: absolute;
                bottom: 0;
                padding: 20px;
                color: #fff;
                width: 100%;
                transition: .2s linear;
            }
            
            p.team-designation {
                margin: 0;
                font-weight: 600;
                line-height: 1.2;
                margin-top: 5px;
            }
            
            .team-info-wrap .learnmore {
                margin: 10px 0 0;
                transition: all .3s linear;
                opacity: 0;
                position: absolute;
            }
            
            .team-col-inner:hover .team-info-wrap .learnmore {
                opacity: 1;
                position: relative;
            }
            
            a.wrapper-link {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
            }
            /* modal css */
            
            .custom-model-main {
                text-align: center;
                overflow: hidden;
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                -webkit-overflow-scrolling: touch;
                outline: 0;
                opacity: 0;
                -webkit-transition: opacity 0.15s linear, z-index 0.15;
                -o-transition: opacity 0.15s linear, z-index 0.15;
                transition: opacity 0.15s linear, z-index 0.15;
                z-index: -1;
                overflow-x: hidden;
                overflow-y: auto;
            }
            
            .model-open {
                z-index: 999999;
                opacity: 1;
                overflow: hidden;
            }
            
            .custom-model-inner {
                -webkit-transform: translate(0, -25%);
                -ms-transform: translate(0, -25%);
                transform: translate(0, -25%);
                -webkit-transition: -webkit-transform 0.3s ease-out;
                -o-transition: -o-transform 0.3s ease-out;
                transition: -webkit-transform 0.3s ease-out;
                -o-transition: transform 0.3s ease-out;
                transition: transform 0.3s ease-out;
                transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                display: flex;
                vertical-align: middle;
                width: 60%;
                max-width: 90%;
                height: 100%;
                margin-left: auto;
            }
            
            .custom-model-wrap {
                display: block;
                width: 100%;
                position: relative;
                background-color: #fff;
                border: 1px solid #999;
                border: 1px solid rgba(0, 0, 0, 0.2);
                border-radius: 0;
                -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
                /* box-shadow: 0 3px 9px rgb(0 0 0 / 50%); */
                background-clip: padding-box;
                outline: 0;
                padding: 40px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                /* max-height: calc(100vh - 140px); */
                overflow-y: auto;
                height: 100%;
                text-align: left;
            }
            
            .model-open .custom-model-inner {
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                position: relative;
                z-index: 999;
            }
            
            .model-open .bg-overlay {
                background: rgba(0, 0, 0, 0.6);
                z-index: 99;
            }
            
            .bg-overlay {
                background: rgba(0, 0, 0, 0);
                height: 100vh;
                width: 100%;
                position: fixed;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 0;
                -webkit-transition: background 0.15s linear;
                -o-transition: background 0.15s linear;
                transition: background 0.15s linear;
            }
            
            .close-btn {
                position: absolute;
                right: 50px;
                top: 30px;
                cursor: pointer;
                z-index: 99;
                font-size: 50px;
                color: #fff;
                line-height: 34px;
            }
            
            .custom-model-wrap:before {
                content: '';
                position: absolute;
                left: 0;
                height: 225px;
                background: #005494;
                width: 100%;
                top: 0;
                background-size: cover;
                background-position: bottom;
            }
            
            .single-bio-popup {
                position: relative;
            }
            
            .header-bio-popup {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                margin-bottom: 18px;
                color: #fff;
            }
            
            .bio-img {
                flex: 0 0 35%;
                max-width: 35%;
                margin-right: 30px;
            }
            
            .content-bio {
                color: #747474;
            }
            
            .designation {
                margin: 0;
                font-size: 18px;
            }
            /* modal css end*/
            /* single post page css */
            
            .post_banner {
                padding: 125px 0 70px;
            }
            
            .post_slider_inner {
                color: #fff;
            }
            
            .post_title {
                margin: 10px 0 0;
                font-size: 54px;
            }
            
            .author_meta_info {
                display: flex;
                align-items: center;
                padding-top: 20px;
            }
            
            .single-post-content-wrap {
                font-size: 18px;
                line-height: 1.7;
                color: #2A3339;
            }
            
            .author_meta_info img.avatar {
                width: 48px;
                height: 48px;
                border-radius: 50%;
                margin-right: 15px;
            }
            
            .post_content_top_sec {
                padding: 65px 0 0;
            }
            
            .post_content_top_box {
                padding: 13px;
                text-align: center;
                color: #fff;
            }
            
            .dow_theory_box {
                background: #BD3B3B;
            }
            
            .timing_indicator_box {
                background: #D7AF31;
            }
            
            .composite_indicator_box {
                background: #70AD47;
            }
            
            .post_content_top_box {
                width: 31%;
                margin: 0 1.15% 40px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .box-bg-image.article-bg-image a {
                display: block;
                width: 100%;
            }
            .post_content_inner {
                border-top: 1px solid rgba(13, 23, 30, 0.1);
                padding-top: 40px;
            }
            
            .post_tag_list {
                border-top: 1px solid rgba(51, 68, 82, 0.22);
                list-style: none;
                margin: 15px 0;
                padding: 30px 0 0;
            }
            
            .post_tag_sec {
                padding: 0 0 70px;
            }
            
            .post_tag_txt {
                display: inline-block;
                font-size: 14px;
                line-height: 150%;
                text-align: center;
                color: #1A99D6;
                padding: 5px 25px;
                background: rgba(26, 153, 214, 0.07);
                margin-right: 13px;
                margin-bottom: 13px;
            }
            
            .previous_post_sec {
                background: #F4FAFF;
                padding: 73px 0;
            }
            
            .previous_post_title {
                color: #0D171E;
                padding-top: 25px;
                font-family: 'AptosBold';
            }
            
            .previous_post_desc {
                color: #2A3339;
                padding: 10px 0 0;
            }
            
            .slick-list.draggable {
                margin: 0 -15PX;
            }
            
            .slick-slide {
                PADDING: 0 15px;
            }
            
            .previous_post_date {
                color: #2A3339;
                margin-bottom: 0;
            }
            
            .post_arrow.slick-arrow {
                background: #E4E4E4;
                display: flex;
                width: 60px;
                height: 60px;
                text-align: center;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                z-index: 99;
            }
            
            .post_arrow.slick-arrow::before {
                display: none;
            }
            
            .post_arrow.slick-prev {
                left: -85px;
            }
            
            .post_arrow.slick-next {
                right: -85px;
            }
            
            section#commentary {
                padding: 10px 0px 60px;
            }
            
            .page_main_content_sec {
                padding: 70px 0 0;
            }
            
            section#commentary .news-details-block img {
                height: 257px;
                object-fit: cover;
                -o-object-fit: cover;
                object-position: center;
                -o-object-position: center;
            }
            
            section#commentary span.article-date {
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                color: #243339;
                background: #eee;
                padding: 5px 20px;
                display: inline-block;
            }
            
            section#commentary .post-meta {
                margin: 20px 0px;
            }
            
            h4.news-title {
                font-size: 24px;
                font-weight: 700;
                line-height: 32px;
                margin: 20px 0px 15px;
            }
            
            h4.news-title a {
                color: #0d1527;
            }
            
            a.box-overlay-link {
                font-size: 16px;
                font-weight: 600;
                line-height: 19px;
                color: #0d1527;
            }
            
            a.box-overlay-link i.fa-solid.fa-arrow-up-right {
                content: url(https://s-fx.dev/dow-home/wp-content/uploads/2022/11/up-right-arrow.svg);
                width: 20px;
                height: 20px;
                /* margin-top: 0px; */
                vertical-align: middle;
                margin-left: 5px;
            }
            
            .article-short-desc {
                margin-bottom: 15px;
            }
            
            a.box-overlay-link:hover {
                color: #1E8CDE;
            }
            
            a.box-overlay-link:hover i.fa-solid.fa-arrow-up-right {
                content: url(https://s-fx.dev/dow-home/wp-content/uploads/2022/11/download.svg);
            }
            
            .btn-blog-more {
                margin: 50px auto;
                display: block;
                width: 100%;
                /* margin: auto; */
                text-align: right;
            }
            
            .cm-news-items {
                margin-top: 60px;
            }
            
            a#more_posts,a#more_posts_insights {
                text-align: center;
                margin: auto;
                display: block;
                width: 150px;
                margin-top: 40px;
				white-space: nowrap;
            }
            
            section.indicatorblock {
                padding: 120px 0px;
            }
            
            section.indicatorblock .theme_btn {
                margin-top: 40px;
                display: block;
                width: 200px;
                border: none;
            }
            
            section.indicatorblock:nth-child(odd) {
                background: #101B23;
            }
            
            section.indicatorblock:nth-child(odd) h2,
            section.indicatorblock:nth-child(odd) p {
                color: #fff;
            }
            /* team single page css/ */
            
            section.team_post_content_sec {
                padding: 80px 0 50px;
            }
            
            .team_featured_img {
                margin: auto;
                display: block;
            }
            .dow-level-wrap{
                position: relative;
            }
            .dow-level {
                position: absolute;
                right: 0px;
                top: 5px;
                background: #eee;
                padding: 8px;
                text-align: center;
            }
            
            .dow-level span {
                display: block;
                font-size: 12px;
                line-height: 1.3;
            }

			.down--subscribe--wrapper #ff_3_email {
				position: relative;
    			top: -20px;
			}

			.previous_post_list_no_slider {
				display: flex;
/* 				flex-wrap: wrap; */
/* 				justify-content: center; */
				gap: 25px;
			}

			.previous_post_list_no_slider .previous_post_list_inner {
				width: 360px;
			}

			.previous_post_list_no_slider .previous_post_img {
				object-fit: cover;
				height: 257px;
				width: 100%;
			}

			.blog--viewmore-btn {
				display: inline-block;
				margin-top: 2em;
			}

			.blog--viewmore--wrapper {
				text-align: center;
			}
	
			ul.sub-menu li > a:hover {
				color: white;
				background: #005494;
			}
			#logo-container-dt {
		        width: 280px;   
			}
			.home_banner .home-banner-2 {
				padding: 4em 0;
			}
			.home_banner .home-banner-1 {
				position: relative;
				top: 7em;
			}
			.home_banner .home-banner-3 {
				position: relative;
				top: 5em;
			}
            .home_banner .slider_inner {
/*             	padding: 3em 0; */
            }
			#pmpro_levels_table {
				border: none;
				text-align: left;
				margin: 0;
				padding-top: 3em;
			}
			#pmpro_levels_table .pmpro_table th, #pmpro_levels_table .pmpro_table td {
				border: none;
				padding: 10px 0;
			}
			#pmpro_levels_table .pmpro_table th, #pmpro_levels_table .pmpro_table td {
				border: none;
				padding: 10px 0;
			}

			#pmpro_levels_table .pmpro_table td {
				border-top: 1px solid #dcd7ca;
			}

			#pmpro_levels_table td:nth-child(1) {
				min-width: 200px;
			}

			#pmpro_levels_table .pmpro_btn, #pmpro_levels_table .pmpro_btn:link {
				-webkit-appearance: none;
				-moz-appearance: none;
				background: #005494;
				border: none;
				border-radius: 0;
				color: #fff;
				cursor: pointer;
				display: block;
				font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
				font-size: 1.5rem;
				font-weight: 600;
				letter-spacing: 0.0333em;
				line-height: 1.25;
				margin: 0;
				opacity: 1;
				padding: 1.1em 1.44em;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				transition: opacity 0.15s linear;
			}

			#pmpro_levels_table .pmpro_actions_nav {
				text-align: right;
			}
			.pmpro_content_message {
				text-align: center;
				margin: 2em 0;
				background: #005494;
				padding: 3em;
				color: white;
				max-width: 630px;
				margin: 0 auto;
				border-radius: 12px;
				margin-top: 3em;
				margin-bottom: 3em;
				background: radial-gradient(ellipse at center, rgb(4 93 160) 0%, rgb(9 70 136) 50%, rgb(2 52 99) 100%);
				-webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 35%);
				box-shadow: 0 2px 8px 0 rgb(0 0 0 / 35%);
				border-radius: 14px;
			}
			.pmpro_content_message a, .pmpro_content_message a:link {
				margin: 10px 10px 0 0;
				border-radius: 0;
				background: #005494;
				color: #ffffff !important;
			}
			.pmpro_content_message a[href*="sign-up"] {
				background: #ffffff;
				color: #4b4b4b !important;
			}
			.page-image-wrap.single-post-image-wrap figure > img {
				margin: 0 auto;
			}
			.mp-login-container {
				margin: 2.5em 0;
			}
            /* media query */
            
            @media screen and (min-width: 2000px) {
                .custom-model-wrap:before {
                    height: 330px;
                }
            }
            
            @media (min-width: 1440px) and (max-width: 1999px) {
                .custom-model-wrap:before {
                    height: 270px;
                }
            }
            
            @media screen and (max-width: 1240px) {
                .about_testimonial__sec {
                    padding: 130px 0 105px;
                }
            }

			@media screen and (max-width: 1200px) { 
				.portal--slide--img {
					height: 200px !important;
				}
				.p_menu_wrap > li{
					margin: 0 5px;
    				white-space: nowrap;
				}
			}

            @media screen and (max-width: 1199px) {
                .post_title {
                    font-size: 38px;
                }
                .page-wrap {
                    padding-top: 84px;
                }
                .custom-model-wrap:before {
                    height: 190px;
                }
                .post_arrow.slick-next {
                    right: -45px;
                }
                .post_arrow.slick-prev {
                    left: -45px;
                }
                .post_arrow img {
                    width: 16px;
                }
                .post_arrow.slick-arrow {
                    width: 35px;
                    height: 35px;
                    top: 23%;
                }
                .about_quote_txt {
                    font-size: 23px;
                }
            }
            
            @media screen and (max-width: 991px) {
                .footer-bottom-copy,
                .site-credit-text-col {
                    text-align: center;
                }
                .site-credit-text-col {
                    margin-top: 10px;
                }
                .custom-model-wrap:before {
                    height: 190px;
                }
                .custom-model-inner {
                    max-width: 75%;
                    width: 100%;
                }
                .market_performance_sec {
                    padding-bottom: 60px;
					padding-top: 30px;
                }
                div#header-Navigation {
                    display: none;
                }
				.previous_post_list_no_slider {
					flex-wrap: wrap;
				}
				.previous_post_list_no_slider .previous_post_list_inner {
					width: 330px;
				}
				.portal--menu--div {
					display: none;
				}
				.portal--menu--profile {					
					display: inline-block;
					width: 100%;
					text-align: center;
					margin-bottom: 1em;
				}
				.portal--menu--profile--list {
					display: inline-block;
					padding: 0 5px;
				}
				.portal--button--link--element {
					margin: 0;
				}
				#portal--menu-profile--wrapper {
					margin-top: 2em;
					margin-bottom: 0;
				}
				#pmpro_account-membership {
					margin-top: 0;
				}
				form#member-profile-edit {
					margin-top: -10px !important;
				}
				.portal--menu--profile--text {
					display: none
				}
				.portal--menu--icon {
					width: auto;
					height: 30px;
				}
				.portal-menu-icon {
					position: relative;
				}
            }
            
            @media (min-width: 767px) and (max-width: 991px) {
                .about_btn .theme_btn {
                    display: block;
                    margin: 0px 0 15px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .ft-col:first-child .widget_block {
                    margin: auto;
                    text-align: center;
                    max-width: 100%;
                }
                .custom-model-inner {
                    max-width: 85%;
                    width: 100%;
                }
                .custom-model-wrap:before {
                    height: 155px;
                }
                .footer-social-media ul {
                    margin-bottom: 10px !important;
                }
                .about_right,
                .about_page_sec_right {
                    padding-top: 50px;
                }
                .about-details {
                    margin: auto;
                }
                .market_performance_right {
                    padding-top: 160px;
                }
                .evolution_faq_right {
                    padding-top: 60px;
                }
                .evolution_theory_right {
                    padding-top: 45px;
                }
                .subscriber_right,
                .testimonial_right {
                    padding-top: 100px;
                }
                .newsletter_inner {
                    display: block;
                }
                a.newsletter_button {
                    margin-left: 0;
                    margin-top: 30px;
                }
                .about_sec {
                    padding: 0;
                }
                .evolution_faq__sec {
                    padding: 70px 0;
                }
                .evolution_theory_sec {
                    padding: 75px 0 35px;
                }
                .subscriber_sec {
                    padding: 65px 0 70px;
                }
                .testimonial_sec {
                    padding: 60px 0 55px;
                }
                .newsletter_sec {
                    padding: 55px 0 65px;
                }
                .testimonial_left {
                    max-width: 100%;
                }
                .post_title {
                    font-size: 34px;
                }
                .about_quote_txt {
                    font-size: 20px;
                    padding-left: 50px;
                }
                img.quote_image {
                    position: unset;
                    width: 100%;
                }
                .subscriber_sec {
                    padding: 65px 0 0px;
                }
                .about_quote_right {
                    padding-top: 0;
                }
                .about_testimonial__sec {
                    padding: 80px 0 75px;
                }
                .about_testimonial_right {
                    padding-top: 30px;
                }
                .bio-img {
                    flex: unset;
                    max-width: 130px;
                }
                .single-post-content-wrap {
                    font-size: 16px;
                    line-height: 1.6;
                }
				.previous_post_list_no_slider .previous_post_list_inner {
					width: 100%;
				}
				.portal--button--link--element {
					padding: 0.5em;
				}
				.portal--main--button--wrapper {
					text-align: center;
				}
				.portal--slide--wrapper--item {
					display: initial;
				}
                .home_banner .banner-slide {
					background-size: cover;
                }
            }

			@media (max-width: 768px) {
				#loginform input#user_login,
				#loginform input#user_pass {
					width: 100% !important;
					max-width: 100%;
				}
				form.pmpro_form input[type=text].input {
					max-width: 100%;
					width: 100%;
				}
				.pmpro_actionlinks a.pmpro_btn {
					width: 100%;
				}
				.portal--button--list {
					display: block;
					margin-bottom: 8px;
				}
				.portal--button--link--element {
					width: 100%;
				}
			}
            @media (max-width: 600px) {
                .post_arrow.slick-next {
                    right: -15px;
                }
                .post_arrow.slick-prev {
                    left: -15px;
                }
            }
            
            @media screen and (max-width: 575px) {
                .ft-col:first-child .widget_block {
                    margin: 0;
                    text-align: left;
                }
                .footer-social-media ul {
                    -webkit-box-pack: start;
                    justify-content: flex-start;
                }
                .custom-model-inner {
                    max-width: 90%;
                }
            }
			@media (max-width: 500px) {
				.evolution_theory_description p ~ p {
					display: none;
				}
			}
            @media screen and (max-width: 490px) {
                .header-bio-popup {
                    display: block;
                }
                .custom-model-wrap:before {
                    height: 240px;
                }
            }
            
            @media screen and (max-width: 410px) {
                .about_btn .theme_btn {
                    display: block;
                    max-width: 210px;
                    width: 100%;
/*                     margin: 10px 0; */
					margin: 10px auto;
                }
            }

            /* Membership Area*/
            .membership .container {
/*                 margin-top: 2em; */
            }
            .membership .pmpro_table {
            	border: none;
            	text-align: left;
            	margin: 0;
            }
            .membership .pmpro_table th,
            .membership .pmpro_table td {
            	border: none;
            	padding: 10px 0;
            }
            .membership .pmpro_table td {
            	border-top: 1px solid #dcd7ca;
            }
            
            /* Restricted Content Messages Adjustments */
            .membership .pmpro_content_message {
            	background: #fff;
            	border: 1px solid #dcd7ca;
            	padding: 1em 1em 1px 1em;
            	text-align: center;
            }
            
            .membership .pmpro_btn,
			.pmpro_btn.pmpro_btn-submit-checkout,
            .membership .pmpro_btn:link {
            	-webkit-appearance: none;
            	-moz-appearance: none;
            	background: #005494;
            	border: none;
            	border-radius: 0;
            	color: #fff;
            	cursor: pointer;
            	display: inline-block;
            	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
            	font-size: 1.7rem;
            	font-weight: 600;
            	letter-spacing: 0.0333em;
            	line-height: 1.25;
            	margin: 0;
            	opacity: 1;
            	padding: 0.7em 1.44em;
            	text-align: center;
            	text-decoration: none;
            	text-transform: uppercase;
            	transition: opacity 0.15s linear;
				margin: 10px 0;
            }
            .membership .pmpro_btn:focus,
            .membership .pmpro_btn:hover {
            	text-decoration: underline;
            	background: #005494;
            	color: #FFFFFF;
            }
            
            /* Checkout and Billing Page Adjustments */
            .membership .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
                font-size: 14px;
                margin-bottom: 1em;
            }
            
            /* Membership Account Page Adjustments */
            .membership #pmpro_account .pmpro_box {
            	border: none;
            	margin: 0;
            	padding: 0;
        	    margin-bottom: 2em;
            }
            .membership #pmpro_account #pmpro_account-membership .pmpro_table td:nth-child(1) {
                width: 300px;
            }
            .membership #pmpro_account #pmpro_account-membership .pmpro_table thead th:last-child,
            .membership #pmpro_account #pmpro_account-membership .pmpro_table tbody td:last-child {
            	display: none;
            }
            .membership #pmpro_account #pmpro_account-membership .pmpro_table .pmpro_actionlinks,
            .membership #pmpro_account #pmpro_account-profile .pmpro_actionlinks {
            	margin-top: .5em;
            	font-size: 1.5rem;
            }
            .membership #pmpro_actionlink-levels {
            	display: none;
            }
            
            .membership .singular .pmpro_level .entry-header {
              background: none;
            }
            .membership .pmpro_level:nth-child(2) {
              background: #fff;
              margin-top: -40px;
              padding: 40px 0 40px 0;
            }
            .membership #pmpro_account .pmpro_box h3 {
                color: #005494;
            }
            form.pmpro_form input[type=text],
            form.pmpro_form input[type=password],
            form.pmpro_form input[type=email],
            form.pmpro_form input[type=number],
            form.pmpro_form textarea,
            form.pmpro_form select,
            .membership #loginform input[type=text],
            .membership #loginform input[type=password] {
                border-radius: 0;
                height: 2em;
                /*width: 350px;*/
                width: 100%;
            }
            .membership form.pmpro_form .lite {
                color: #005494;
                background-color: #00549440;
                border-color: #00549466;
                padding: 6px 20px;
                border-radius: 5px;
                border: 1px solid;
                font-size: 14px;
            }
            .membership .pmpro-levels .pmpro_actions_nav {
                text-align: right !important;
            }
            .pmpro_alert {
                background-color: #00549440;
                border-color: #00549466;
                color: #005494;
            }
            #pmpro_form .pmpro_checkout h3 {
                margin: 1em 0 0 0;
                padding: 0;
                color: #005494;
            }
            .membership h2 {
                color: #005494;
                margin: 0;
            }
            .membership .pmpro_actions_nav {
                text-align: right;
            }
            .membership #pmpro_account #pmpro_account-membership,
            .membership #pmpro_account #pmpro_account-profile,
            .membership #pmpro_account #pmpro_account-invoices {
                background: #00549408;
            }
            .membership #pmpro_account #pmpro_account-membership h3,
            .membership #pmpro_account #pmpro_account-profile h3,
            .membership #pmpro_account #pmpro_account-invoices h3 {
                color: #005494;
                background: #00549414;
                padding: 0.5em;
            }
            .membership #pmpro_account #pmpro_account-profile .pmpro_actionlinks {
                padding-left: 1.5em;
            }
            .membership #pmpro_account #pmpro_account-membership .pmpro_table,
            .membership #pmpro_account #pmpro_account-invoices .pmpro_table {
                border: none;
                text-align: left;
                margin: 0;
                padding-left: 1em;
            }
			.pmpro_checkout_gateway-paypalexpress {
				max-width: 500px;
				margin: 0 auto;
				margin-top: 3em;
			}
.pmpro_checkout_gateway-paypalexpress .pmpro_checkout-h3-msg {
  display: block;
  margin-bottom: 1em;
  font-size: 14px !important;
}
.pmpro_invoice_wrap {
    margin-top: 0.7em;
}
.pmpro_member_profile_edit-fields .lite {
	max-width: 350px;
}
form#member-profile-edit {
    margin-top: 1.2em;
}
			.pmpro_checkout_gateway-paypalexpress .pmpro_submit {
/* 				text-align: center; */
			}
            /* End Membership Area*/
.col-6.padd-60 {
    padding: 60px 0px;
}
form.pmpro_form label, #loginform label{
	font-size:20px;
}
input#user_login,input#user_pass {
    width: 100%;
    padding: 10px;
}
input#rememberme {
    width: 21px;
    height: 16px;
}
input#wp-submit,
.pmpro_btn.pmpro_btn-submit {
    background: #005494;
    color: #fff !important;
    height: 45px;
    line-height: 25px !important;
    padding: 10px 28px !important;
    white-space: nowrap;
    font-size: 18px;
}
.pmpro_btn.pmpro_btn-submit {
	font-size: initial;
}
.testimonial_left a.about_expert_button.theme_btn{
	    top: 75px !IMPORTANT;
    position: relative;
}
.evolution_theory_content{
	bottom: 30px;
}
.pmpro_content_message_container .pmpro_content_message {
    margin-top: -15px;
}
div.fca-ept-layout2 div.fca-ept-column {
	border-radius: 0 !important;
}
div.fca-ept-layout2 a.fca-ept-button {
	border-radius: 2px !important;
}
.pmpro_change_password-field p.lite {
    max-width: 350px;
}

/* client requirement: Change color to green */
h3 a[href*='sign-up'] strong,
h3 strong a[href*='sign-up']{
    color: #00b050;
    text-decoration: inherit;
}
.pmpro_checkout_gateway-authorizenet form.pmpro_form {
	max-width: 600px;	
	margin: 0 auto;
}
.past-letters-circles {
	margin: 5px;
}
.past-letters-red {
	width: 30px;
    height: 30px;
    display: inline-block;
/*     background: #ff2527; */
    background: #BD3B3B;
    border-radius: 50%;
}
.past-letters-yellow {
	width: 30px;
    height: 30px;
    display: inline-block;
/*     background: #f1ff22; */
    background: #D7AF31;
    border-radius: 50%;
}
.past-letters-green {
	width: 30px;
    height: 30px;
    display: inline-block;
/*     background: #008900; */
    background: #70AD47;
    border-radius: 50%;
}
.past-letters-row-title h4,
.archived-letters-title-c h4 {
	margin: 0;
}
.left-full.past-letters-row-title {
/*     margin-top: 4em; */
}
.dow-theory-table {
	border-collapse: collapse;
    margin: 0;
    width: 100%;
	margin: 3em 0;
}
.dow-theory-table tr {
    padding: 0.7em;
	margin-bottom: 2em;
}
.dow-theory-table thead th {
	text-align: left;
}
.wp-block-fatcatapps-easy-pricing-tables.alignwide.fca-ept-layout2 {
    max-width: 800px;
}
.archived-letters-date-td {
    white-space: nowrap;
    margin-right: 1em;
}
.subscription-notification-maintenance {
    text-align: center;
    padding: 2em;
    border: 2px dashed red;
    border-radius: 9px;
    background: #fffff9;
	margin: 2em 0;
}
.slick-slide .testimonial_slider_inner {
	height: 300px;
	overflow-y: auto;
}
@media (max-width: 992px) {
	.pmpro_content_message_container .pmpro_content_message {
		margin-top: 25px;
	}
    .dow-theory-table thead tr {
        display: none;
    }
    .dow-theory-table tr {
        display: block;
    }
    .dow-theory-table td {
        display: block;
/* 		border-bottom: 1px solid #fdfdfd; */
    }
    .dow-theory-table td::before {
        content: attr(data-title) ": ";
        float: left;
		font-weight: bold;
		margin-right: 1em;
    	width: 60px;
    }
	.dow-theory-table tbody tr:nth-child(even) {
/*     	background-color: #fdfdfd; */
	}
	.past-letters-circles {
		margin: 0;
	}
	.dow-theory-table.table-archived-letter td::before {
		width: initial;
	}
	.slick-slide .testimonial_slider_inner {
		height: 300px;
		overflow-y: auto;
	}
}
/* input[type="password"]::before {
	content: "before";
	width: initial;
} */
.password-eye {
    position: absolute;
    padding-top: 4px;
    height: 25px;
    width: 25px;
    transform: translate(-27px, 5px);
    cursor: pointer;
    color: #8e8d8d;
}
.download-pdf {
    display: block;
    margin-top: 50px;
}

.download-pdf a {
    text-decoration: none;
	display: inline-block;
}
@media (max-width: 768px) {
	.pmpro_change_password-field p.lite {
		max-width: 100%;
	}
	#logo-container-dt {
		width: 240px;
	}
}
/* search bar css */

.search-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}
.search-wrapper.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.search-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.search-field {
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #FFF;
    border-width: 0 0 1px 0;
    color: #FFF;
    padding: 0 30px;
    padding-left: 0;
    width: 100%;
    padding-right: 60px;
}
.gh-search-group {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.search-button {
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    cursor: pointer;
}
#search-close {
    position: fixed;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 0;
    line-height: 27px;
    font-weight: 700;
    border-width: 2px;
    cursor: pointer;
    font-family: serif;
}
.search-content {
    width: 100%;
}
input.search-field:focus {
    color: #fff;
}
.gh-search-panel {
    padding: 15px;
}
.search-icon {
    flex: 0 0 20px;
    max-width: 20px;
	line-height: 0;
	margin-left:15px;
}
.search-results .page-contet-details-wrapper {
    padding: 70px 0 20px;
}
.mob-icon{
	padding: 10px;
    flex: 0 0 40px;
    max-width: 40px;
    background: #000;
    border-radius: 50%;
}
.search-icon.mob-icon a {
    color: #fff;
}
@media(max-width:991px){
	.nav--toggle-sub .serach-icon {
    display: none;
}
	.serach-icon {
    display: flex;
    margin-right: 30px;
    padding: 15px 0 15px;
}
}

a#pci {
    float: right;
}

a.insight_button.theme_btn::after {
    content: '';
    position: absolute;
    width: 304px;
    height: 106px;
    bottom: 0;
    top: 60%;
    background: url(../images/btn_line.png);
    background-repeat: no-repeat;
    left: 20%;
}

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

.ft-contact-info.logos {
    margin-top: 20px;
    display: flex;
}
.tdc{
    width: 70%;
}

.insight-home-main{
    width: 35%;
   
}
.insight-home{
    width: 18%;
    margin-right: 20px;
}
.banner-silde-wrap {
    background-color: #005494;
    width: 44%;
    height: max-content;
}
.home-banner-wrapper {
    display: flex;
}
.cm-news-items {
    margin-top: 0px;
}
section#commentary {
    padding: 0px;
}
.home_banner .banner-slide{
    background-size: cover;
}
.btn-blog-more {
    margin: 0px;
}
.news-main{
    padding-right: 0px;
    margin-right: 0px;
}
section.home_banner {
    padding-top: 15px;
}
h4.news-title.peq {
    font-size: 12px;
    font-weight: 100;
    line-height: normal;
    margin: 0px;
}
section#commentary .news-details-block img {
     height: auto;
}

.cm-news-items.peq.col-sm-12.col-md-12.col-12 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
}
section.carousel_sec {
    padding: 0px;
}

.banner-slide.slide4 {
    background-size: 95%;
}

img.subscriber_image.profile-farre {
    width: 45%;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    border: 2px #005494 solid;
}

.editor-photo{
    border: 2px #005494 solid;
}

p.editor-name {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: small;
}

a#more_posts_main {
    padding: 13px;
}

.collapsing-archives ul {
    list-style: none;
    padding-left: 10px;
}

li.collapsing-archives.item {
    list-style: disc;
    margin-left: 10px;
}

@media (max-width: 480px) {

    .home-banner-wrapper{
        display: block;
    }

    .insight-home-main {
        width: 100%;
    }

    .insight-home {
        width: 100%;
        margin-right: 20px;
    }

    .banner-silde-wrap {
        background-color: #005494;
        width: 100%;
        height: max-content;
    }
    
}