body.single-post {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.bg-light-gray {
    background-color: #f2f2f2;
}

.banner-top,
.banner-cont-area,
.reltopic-col-area,
.footer-area,
.footer-right,
.footer-social,
.author-cont-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.author-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.banner-top,
.footer-area,
.footer-right {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*------------------*/
/* header-container */
/*------------------*/
.header-container {
    background-color: #fff;
}
.header-info {
    padding: 39px 20px 23px 20px;
}
.logo {
    max-width: 165px;
}
.main-menu ul li a,
.header-container .main-menu ul li a {
    color: #4d4d4d;
    opacity: 1 !important;
}
.main-menu ul {
    padding: 20px 0 0 0;
}
.main-menu ul li {
    padding: 8px 0 32px 0;
    margin: 0 15px;
    font-weight: 400;
}
.main-menu ul li.current-menu-item > a {
    color: #005740 !important;
    font-weight: 700;
}
.main-menu ul li:hover, .main-menu ul li a:after,
.main-menu ul li.current-menu-item > a:after {
    border: none !important;
}
.main-menu ul li:hover > a,
.header-container .main-menu ul li:hover > a {
    color: #005740 !important;
}
.main-menu ul ul li:hover > a, .main-menu ul ul li a:hover,
.header-container .main-menu ul ul li:hover > a, 
.header-container .main-menu ul ul li a:hover, 
.header-container .main-menu ul ul li.current-menu-item > a {
    background-color: #005740;
    color: #fff !important;
    font-weight: 400;
}

/*------------------*/
/* blog-page-banner */
/*------------------*/
.blog-page-banner {
    background-color: #0e604a;
    padding: 0 20px;
}
.banner-top {
    padding: 8px 0;
}
.breadcrumb a, .breadcrumb strong {
    font-size: 11px;
    color: #b9c6c2;
    font-weight: 400;
    display: inline-block;
}
.breadcrumb a {
    position: relative;
    padding-right: 10px;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f105';
    top: 3px; right: 3px;
    font-size: 8px;
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
}
.advertiser {
    text-decoration: underline;
    font-size: 11px;
    color: #b9c6c2;
    padding-top: 5px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.ad-tooltip {
    visibility: hidden;
    position: absolute;
    width: 556px;
    top: 32px; right: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}
.advertiser .ad-tooltip::after {
    content: "";
    position: absolute;
    top: -20px; right: 42px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2 transparent;
}
.advertiser:hover .ad-tooltip {
    visibility: visible;
    opacity: 1;
}
.banner-cont-area {
    padding: 30px 0 50px 0;
}
.banner-cont-left,
.banner-cont-right {
    width: 50%;
}
.banner-cont-left h1 {
    font-size: 42px;
    color: #fff;
    line-height: 1.22;
    padding: 0 30px 15px 0;
}
.author-area {
    padding: 6px 0;
}
.banner-author {
    max-width: 63px;
    width: 100%;
    height: 63px;
}
.banner-author img {
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.author-name {
    padding: 12px;
}
.author-name h6 {
    font-size: 11px;
    color: #b9c6c2;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 16px;
}
.author-name h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.author-name h5 a {
    color: #fff;
}
.banner-cont-left span {
    font-size: 12px;
    color: #b9c6c2;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 18px;
    display: inline-block;
}

/*----------------------*/
/* disclosure-container */
/*----------------------*/
.disclosure {
    padding: 10px 0 0 0;
}
.disclosure a {
    color: #444;
    text-decoration: underline;
}
.disclosure a:hover {
    text-decoration: none;
}
.disclosure p {
    font-size: 12px;
    font-style: italic;
    line-height: 1.64;
    padding: 0 0 7px 0;
}
.disclosure p a {
    color: #000;
    text-decoration: underline;
}
.disclosure p a:hover {
    text-decoration: none;
}

/*----------------*/
/* blog-container */
/*----------------*/
.blog-container {
    padding: 37px 20px 25px 20px;
}

/*----------------*/
/*  right-sidebar */
/*----------------*/
.right-sidebar .widget_recent_entries, 
.right-sidebar .widget_text {
    background-color: rgba(24, 103, 82, 0.1);
    padding: 30px 22px 15px 22px;
    margin: 0 0 20px 0;
    position: relative;
}
.right-sidebar .widget_recent_entries::before,
.right-sidebar .widget_text::before  {
    position: absolute;
    content: '';
    top: 0; left: 0;
    right: 0; bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
}
.right-sidebar .widget_recent_entries h4,
.right-sidebar .widget_younginvested_widget h4,
.textwidget p strong {
    font-size: 20px;
    color: #005740;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.right-sidebar .widget_recent_entries h4 {
    margin-bottom: 13px;
}
.right-sidebar .textwidget p {
    padding-bottom: 12px;
}
.right-sidebar .widget_recent_entries ul li a:hover,
.right-sidebar .textwidget ul li a:hover {
    color: #005740;
}
.right-sidebar .investing-posts h5 a, 
.textwidget p strong a {
    color: #005740;
}
.right-sidebar .widget_recent_entries ul li,
.right-sidebar .textwidget ul li {
    color: #000;
    font-size: 16px;
    line-height: 1.59;
    padding: 4px 0 4px 9px;
    position: relative;
    font-weight: 500;
}
.right-sidebar .widget_recent_entries ul li:before,
.right-sidebar .textwidget ul li:before {
    position: absolute;
    content: "";
    background: #000;
    width: 3px;
    height: 3px;
    left: 0; top: 13px;
    color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.right-sidebar .textwidget ul li a {
    color: #000;
}

/* single post page */
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    color: #186752;
    font-weight: 900;
}
#ez-toc-container {
    background: #fff;
    border: 2px solid #8cb3a9;
    margin-bottom: 2.5em;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
div#ez-toc-container p.ez-toc-title {
    color: #005740;
    text-transform: uppercase;
}
.heateor_sss_svg {
    background-color: #0e604a !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*-------------*/
/* Author area */
/*-------------*/
.about-author {
    padding: 18px 15px 8px 15px;
    margin: 55px 0 0 0;
}
.author-img {
    width: 100px;
    float: left;
}
.author-img img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid #005740;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
}
.author-info {
    padding: 0 0 0 120px;
}
.author-info h5 {
    color: #186752;
    font-size: 21px;
    line-height: 1.47;
    font-weight: 900;
    padding: 5px 0 0 0;
}
.author-info h6 {
    font-size: 16px;
    color: #005740;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.author-info p {
    line-height: 1.57;
}
.author-info a {
    color: #0071bc;
}
.author-info a:hover {
    color: #000;
}

/*------------------*/
/*  recm-container  */
/*------------------*/
.recm-container {
    position: relative;
    padding: 58px 20px 54px 20px;
    margin: 50px 0 0 0;
    z-index: 1;
}
.recm-container::before {
    position: absolute;
    content: '';
    top: 0; left: 0;
    right: 0; bottom: 0;
    width: 0; height: 0;
    border-left: 1600px solid #186752;
    border-top: 215px solid #186752;
    border-bottom: 215px solid transparent;
    border-right: 1600px solid transparent;
    z-index: -1;
}
.recm-container h2{
    color: #fff;
}
.recm-col-area {
    margin: 11px -15px 0 -15px;
}
.recm-col-info {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.recm-cont h6, .recm-cont h6 a {
    color: #005740;
    text-transform: uppercase;
    font-weight: 700;
}

/*---------------------*/
/*  reltopic-container */
/*---------------------*/
.reltopic-container {
    padding: 0 20px 96px 20px;
}
.reltopic-area {
    font-weight: 900;
}
.reltopic-head h6 {
    color: #666666;
    text-transform: uppercase;
}
.reltopic-head h3 {
    font-size: 32px;
    color: #186752;
    padding-bottom: 22px;
}
.reltopic-col-area {
    margin: 0 -15px;
}
.reltopic-col {
    width: 33.33%;
    padding: 10px 15px 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.reltopic-col-info {
    background-color: #186752;
    position: relative;
}
.reltopic-cont {
    padding: 22px 32px;
}
.reltopic-cont h6 a {
    color: #b9c6c2;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
}
.reltopic-cont h6 a:hover {
    color: #fff;
}
.reltopic-cont h4 a {
    color: #fff;
    font-size: 23px;
    padding: 9px 0 26px 0;
    display: inline-block;
}
.see-ans {
    position: absolute;
    width: 100%;
    left: 0; bottom: 0;
    padding: 22px 32px;
}
.see-ans a {
    position: relative;
    font-size: 16px;
    color: #b9c6c2;
    font-weight: 700;
    display: inline-block;
}
.see-ans a:after {
    content: '\f054';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 5px; right: -14px;
    z-index: 1;
    color: inherit;
    font-size: 10px;
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
}
.see-ans a:hover {
    color: #fff;
}
.reltopic-area > a {
    color: #186752;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: inline-block;
    letter-spacing: 1.2px;
}

/*---------------*/
/*  footer-area  */
/*---------------*/
.footer-container {
    background-color: #e6e6e6;
    padding: 66px 20px 30px 20px;
}
.footer-area h5 {
    font-size: 21px;
    color: #186752;
    padding-bottom: 30px;
}
.footer-left {
    width: 48%;
    padding-right: 40px;
}
.footer-right {
    width: 52%;
}
.footer-area p {
    font-size: 14px;
    color: #666666;
}
.footer-col {
    width: 35%;
}
.footer-col h5 {
    margin-bottom: -5px;
}
.footer-col:nth-child(2) {
    width: 25%;
}
.footer-col ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}
.footer-social {
    padding-top: 9px;
}
.footer-social li a {
    display: inline-block;
    color: #e6e6e6 !important;
    text-align: center;
    font-size: 12px !important;
    padding: 2px;
    margin-right: 12px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 500 !important;
    background: #165d4a;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer-col ul li a:hover {
    opacity: .75;
}
.copyright {
    display: none;
    padding: 27px 0 0 0;
}
.adthrive-footer-message {
    display: none;
}
.author-col {
    width: 50%;
}
.author-col-full {
    width: 100%; 
}

/*-----------------------*/
/* author-bio-container  */
/*-----------------------*/
.author-bio-container {
    background: #f2f2f2;
    margin-top: 25px;
    position: relative;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
.author-bio-container::before {
    position: absolute;
    content: '';
    background: #f8f8f8;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
}
.author-bio-area {
    max-width: 820px;
    margin: 0 auto;
    padding:  0 0 40px 0;
    position: relative;
    z-index: 11;
}
.author-bio-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.author-bio-role {
    color: #2c2e32;
    text-align: center;
}
.author-bio-role h1 {
    font-size: 26px;
    padding-top: 22px;
    line-height: 1.38;
    letter-spacing: 1.5px;
}
.author-bio-role p {
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 1.2;
}
.author-bio-content h5 {
    text-align: center;
}
.author-bio-content p {
    color: #40434a;
    font-size: 17px;
    line-height: 1.58;
    text-align: center;
    padding-bottom: 20px;
}
.author-bio-content p a {
    color: #0069a8;
}
.author-bio-content p a:hover {
    text-decoration: underline;
}


/************  Responsive css  **********/
/*--------------------------------------*/
@media screen and (max-width: 1140px) {
    .footer-left {
        width: 45%;
    }
    .footer-right {
        width: 55%;
    }
}
@media screen and (max-width: 1050px){
    .footer-left {
        width: 85%;
        padding: 0 0 40px 0;
    }
    .footer-right {
        width: 100%;
    }
    .footer-social {
        padding-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    .recm-container::before {
        border-left: 1000px solid #186752;
        border-right: 1000px solid transparent;
    }
}
@media screen and (max-width: 991px)  {
    .main-menu ul li {
        margin: 0 0 0 16px;
    }
    .banner-cont-left h1 {
        font-size: 32px;
    }
    .banner-author {
        max-width: 50px;
        height: 50px;
    }
    .author-name {
        padding: 7px 12px;
    }
    .reltopic-cont,
    .see-ans {
        padding: 22px 21px;
    }
}
@media screen and (max-width: 880px) {
    .header-info {
        padding: 15px 20px;
    }
    .logo {
        max-width: 155px;
        margin: 0 auto
    }
    .main-menu {
        display: none;
    }
    .recm-container::before {
        border-top: 160px solid #186752;
    }
    .footer-area h5 {
        padding-bottom: 24px;
    }
    .author-name h5 { font-size: 13px; }
}
@media screen and (max-width: 767px) {
    .blog-page-banner {
        padding: 0;
    }
    .banner-top {
        padding: 8px 20px;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .breadcrumb {
        display: none;
    }
    .ad-tooltip {
        width: 440px;
    }
    .banner-cont-area {
        padding: 10px 0 0 0;
    }
    .banner-cont-left, .banner-cont-right {
        width: 100%;
    }
    .banner-cont-left {
        padding: 0 20px;
    }
    .banner-cont-left h1 {
        font-size: 28px;
        padding: 0 0 5px 0;
    }
    .banner-cont-right {
        padding-top: 30px;
    }
    .banner-cont-right img {
        width: 100%;
    }
    .author-cont-area {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .author-area {
        padding: 9px 0;
    }
     .about-author {
        margin: 25px 0 0 0;
        padding-top: 25px;
    }
    .author-img {
        width: 100%;
        float: none;
    }
    .author-img img {
        margin: 0 auto;
    }
    .author-info {
        padding: 10px 0 0 0;
    }
    .author-info h5 {
        text-align: center;
        padding: 8px 0 26px 0;
    }
    .author-info p {
        padding-bottom: 25px;
    }
    .recm-container {
        padding: 36px 20px 16px 20px;
        margin: 16px 0 0 0;
    }
    .recm-container::before {
        border-top: 200px solid #186752;
        border-left: 800px solid #186752;
        border-right: 800px solid transparent;
        border-bottom: 400px solid transparent;
    }
    .recm-col-area {
        margin: 0 -15px;
    }
    .recm-container h2 {
        text-align: center;
        font-size: 24px;
        padding-bottom: 15px;
    }
    .reltopic-container {
        padding: 0 20px 52px 20px;
    }
    .reltopic-col {
        width: 100%;
        display: block;
    }
    .reltopic-head h3 {
        padding-bottom: 12px;
    }
    .footer-left {
        width: 100%;
    }
    .single-post .entry-content h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 580px) {
    .banner-author {
        max-width: 37px;
        height: 37px;
    }
    .banner-author img {
        border: 1px solid #fff;
    }
    .author-name {
        padding: 0 7px;
    }
    .author-name h6 {
        font-size: 10px;
    }
    .footer-container {
        padding: 50px 20px 20px 20px;
    }
    .footer-left {
        order: 2;
        padding: 0;
    }
    .footer-right {
        order: 1;
        width: 100%;
    }
    .copyright {
        display: block;
        order: 3;
    }
    .footer-col {
        width: 60%;
        padding-bottom: 46px;
    }
    .footer-col:nth-child(2) {
        width: 40%;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        max-width: 155px;
    }
    .ad-tooltip {
        width: 340px;
    }
    .right-sidebar-info {
        max-width: 100%;
    }
    .blog-container {
        padding: 37px 20px 16px 20px;
    }
    .recm-container {
        margin: 0;
    }
     .recm-container::before {
        border-top: 70px solid #186752;
        border-left: 520px solid #186752;
        border-right: 520px solid transparent;
        border-bottom: 315px solid transparent;
    }
}
@media screen and (max-width: 396px) {
    .author-name h5 {
        font-size: 13px;
    }
}
@media screen and (max-width: 375px) {
    .logo {
        max-width: 140px;
    }
    .fat-nav {
        margin-top: 115px;
    }
    .hamburger, .hamburger__icon,
    .hamburger__icon::before, .hamburger__icon::after {
        width: 25px;
    }
    .ad-tooltip {
        width: 270px;
    }
    .reltopic-cont h6 a {
        font-size: 14px;
    }
    .reltopic-cont h4 a {
        font-size: 21px;
    }
    .reltopic-head h3 {
        font-size: 25px;
    }
    .see-ans a {
        font-size: 14px;
    }
    .see-ans a:after {
        font-size: 9px;
        top: 4px;
    }
    .footer-col {
        width: 100%;
    }
    .single-post .entry-content h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .author-bio-role h1 {
        font-size: 22px;
        padding-top: 15px;
        letter-spacing: 0;
    }
    .author-bio-role p,
    .author-bio-content p {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

/*---------------------*/
/* yati-banner-area    */
/*---------------------*/
.yati-banner-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #0e604a;
    overflow: hidden;
}
.yati-banner-left {
    width: 47%;
    padding: 130px 0 130px 20px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.yati-banner-left::after,
.yati-banner-left::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 360px solid transparent;
    border-left: 85px solid #fff;
    border-bottom: 360px solid transparent;
    top: 50%;
    right: -85px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
}
.yati-banner-left::after {
    border-left: 85px solid #0e604a;
    right: -80px;
    z-index: 111;
}
.yati-banner-right {
    width: 53%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.yati-banner-cont {
    max-width: 500px;
    width: 100%;
    margin-right: 15px;
    position: relative;
    z-index: 222;
}
.yati-banner-cont h1 {
    color: #fff;
    font-size: 42px;
    padding: 10px 0 0 0;
}
.yati-banner-cont a,
.yati-banner-cont h5 {
    color: #cfdfdb;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.yati-banner-cont a {
    color: #0e604a;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 9px 24px;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.yati-banner-cont a:hover {
    color: #fff;
    background: none;
}

/*-----------------------------*/
/* financial-publications-area */
/*-----------------------------*/
.financial-publications-area {
    padding: 26px 0;
}
.financial-publications-cont {
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}
.financial-publications-cont h3 {
    color: #0e604a;
    font-size: 32px;
    font-weight: 900;
    padding: 28px;
}
.financial-publications-cont p {
    color: #4d4d4d;
    font-size: 19px;
    line-height: normal;
    font-weight: 900;
}
.financial-publications-area .yati-client-logo-row {
    margin: 0 -17px;
    padding: 55px 0 25px 0;
}
.financial-publications-area .yati-client-logo {
    padding: 8px 17px;
}

/*---------------------*/
/* yati-subscribe-area */
/*---------------------*/
.yati-subscribe-container {
    padding: 25px 20px 50px 20px;
    position: relative;
    z-index: 1;
}
.yati-subscribe-container::before {
    position: absolute;
    content: '';
    left: -650px;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 2200px solid #186752;
    border-bottom: 215px solid #186752;
    border-top: 320px solid transparent;
    border-left: 1600px solid transparent;
    z-index: -1;
}
.yati-subscribe-area {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.yati-subscribe-area-left {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.yati-subscribe-area-right {
    width: 50%;
    background: #fff;
    padding: 60px 40px 45px 40px;
}
.yati-subscribe-area-right h3 {
    color: #0e604a;
    font-size: 31px;
    font-weight: 900;
    padding-bottom: 7px;
}
.yati-subscribe-area-right p {
    color: #333333;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    padding-bottom: 22px;
}
.yati-subscribe-area-right p small {
    color: #808080;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}
.yati-subscribe-area-right .input-field {
    padding-bottom: 13px;
}
.input-field input[type="text"],
.input-field input[type="email"] {
    color: #4d4d4d;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    height: 45px;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    padding: 0 18px;
}
.input-field input[type="text"]:focus-visible,
.input-field input[type="email"]:focus-visible {
    outline: 0;
}
.input-field ::-webkit-input-placeholder,
.input-field ::-moz-placeholder,
.input-field ::placeholder {
    color: #4d4d4d;
    opacity: 1;
}
.yati-subscribe-area-right input[type="submit"] {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    width: 100%;
    height: 44px;
    background: #0e604a;
    border: 2px solid #0e604a;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 12px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.yati-subscribe-area-right input[type="submit"]:hover {
    color: #0e604a;
    background: none;
}

/*-------------------------*/
/* yati-article-container  */
/*-------------------------*/
.yati-article-container {
    padding: 40px 20px 20px 20px;
    position: relative;
    z-index: 1;
}
.yati-article-container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 1600px solid #186752;
    border-top: 320px solid #186752;
    border-bottom: 215px solid transparent;
    border-right: 1800px solid transparent;
    z-index: -1;
}
.yati-article-container h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 30px;
}
.yati-article-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.yati-article-col {
    width: 33.33%;
    padding: 10px 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.yati-article-col-cont {
    background: #fff;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    width: 100%;
}
.yati-article-img img {
    width: 100%;
}
.yati-article-cont {
    padding: 25px 35px 25px 20px;
}
.yati-article-cont h4 {
    color: #0e604a;
    font-size: 24px;
    padding-bottom: 12px;
}
.yati-article-cont h4 a {
    color: #0e604a;
}
.yati-article-cont h4 a:hover {
    color: #000;
}
.yati-article-cont p {
    color: #000;
    font-size: 15px;
    line-height: 1.333;
    padding-bottom: 12px;
}
.yati-article-cont a.article-link {
    font-size: 14px;
    color: #0e604a;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
}
.yati-article-cont a.article-link:hover {
    text-decoration: underline;
}


/*-------------------------*/
/* yati-article-container  */
/*-------------------------*/
.must-read-art-container {
    padding: 25px 20px;
    position: relative;
    z-index: 1;
}
.must-read-art-container h3 {
    color: #0e604a;
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 30px;
}
.must-read-art-container h6 {
    color: #666666;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.must-read-art-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.must-read-art-col {
    width: 33.33%;
    padding: 10px 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.must-read-art-col-cont {
    background: #fff;
    border: 1px solid #e8e8e8;
}
.must-read-art-img img {
    width: 100%;
}
.must-read-art-cont {
    padding: 20px 23px 0px 23px;
}
.must-read-art-cont h5 {
    color: #0e604a;
    font-size: 18px;
    padding-bottom: 22px;
}
.must-read-art-cont h5 a {
    color: #0e604a;
}
.must-read-art-cont h5 a:hover {
    color: #000000;
}
.must-read-art-cont p {
    color: #000000;
    font-size: 15px;
    line-height: 1.333;
}
.must-read-art-cont p a {
    color: #0e604a;
    font-style: italic;
    display: inline-block;
}
.must-read-art-cont p a:hover {
    color: #000;
}


/*--------------------------*/
/* more-article-container  */
/*-------------------------*/
.more-article-container {
    padding: 10px 20px 40px 20px;
}
.more-article-container h6 {
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0 10px 0;
}
.more-article-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 20px 0;
}
.more-article-col {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 10px;
}
.more-article-col-cont {
    background: #f2f2f2;
    overflow: hidden;
}
.more-article-img {
    width: 130px;
    float: left;
}
.more-article-cont {
    padding: 20px 35px 20px 150px;
}
.more-article-cont p a {
    color: #0e604a;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    display: block;
}
.explore-more-btn {
    text-align: center;
    padding: 30px 0;
}
.explore-more-btn a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    background: #0e604a;
    border-radius: 5px;
    border: 2px solid #0e604a;
    padding: 13px 21px;
    display: inline-block;
}
.explore-more-btn a:hover {
    color: #0e604a;
    background: none;
}

/*-----------------------*/
/* yati-about-banner     */
/*-----------------------*/
.yati-about-banner .yati-banner-left {
    padding: 112px 0 100px 20px;
}
.yati-about-banner .yati-banner-cont h1 {
    padding: 10px 0;
}
.welcome-text-area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 60px 0 80px 0;
}
.welcome-text-cont {
    width: 76%;
    padding-right: 50px;
}
.welcome-text-cont h5 {
    color: #0e604a;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 18px;
}
.welcome-text-cont h5 a {
    color: #0e604a;
    text-decoration: underline;
}
.welcome-text-cont p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 16px;
}
.welcome-author-img {
    width: 223px;
    height: 223px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.welcome-author p {
    color: #0e604a;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 20px;
}
.welcome-author p strong {
    display: block;
    text-align: center;
}

/*------------------------------*/
/* yati-about-two-col-container */
/*------------------------------*/
.yati-about-two-col-container {
    background: #f3f3f3;
    padding: 55px 20px 30px 20px;
}
.yati-about-two-col-area {
    display: flex;
    flex-wrap: wrap;
}
.yati-about-two-col {
    width: 50%;
}
.yati-about-two-col-img {
    margin-right: 40px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.yati-about-two-col-img img {
    width: 100%;
}
.yati-about-two-col-cont p {
    color: #000;
    line-height: 1.55;
    padding-bottom: 15px;
}
.yati-about-two-col-cont h6 {
    color: #0e604a;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 400;
    padding-bottom: 15px;
}

.yati-fullwidth-content {
    padding: 80px 0 55px 0;
}
.yati-fullwidth-content h5 {
    color: #0e604a;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.38;
    padding-bottom: 15px;
}
.yati-fullwidth-content p {
    color: #000;
    line-height: 1.6;
    padding-bottom: 15px;
}
.yati-fullwidth-content p a {
    color: #f4806d;
}

/*------------------------------*/
/* yati-site-mission-container  */
/*------------------------------*/
.yati-site-mission-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.yati-site-mission-right {
    width: 50%;
    background: #0e604a;
    padding: 125px 30px 130px 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.yati-site-mission-right::after,
.yati-site-mission-right::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 125px solid transparent;
    border-bottom: 645px solid #fff;
    top: 50%;
    left: -118px;
    transform: translateY(-50%);
}
.yati-site-mission-right::after {
    border-bottom: 645px solid #0e604a;
    left: -113px;
}
.yati-site-mission-left {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.yati-site-mission-cont {
    max-width: 485px;
}
.yati-site-mission-cont h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 17px;
}
.yati-site-mission-cont p {
    color: #fff;
    line-height: 1.6;
    padding-bottom: 13px;
}

/*--------------------------*/
/* yati-about-me-container  */
/*--------------------------*/
.yati-about-me-container {
    padding: 30px 20px 25px 20px;
}
.yati-about-me-container h2 {
    color: #0e604a;
    font-size: 42px;
    text-align: center;
    padding: 20px 0;
}
.yati-about-me-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 35px 0 0 0;
}
.yati-about-me-cont {
    width: 63.5%;
    padding-right: 60px;
}
.yati-about-me-cont p {
    line-height: 1.6;
    padding-bottom: 15px;
}
.yati-about-me-cont p a {
    color: #f4806d;
    font-weight: 700;
}
.yati-about-me-img {
    max-width: 405px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

/*--------------------------*/
/* yati-disclaimer-area     */
/*--------------------------*/
.yati-disclaimer-area {
    padding: 60px 20px;
}
.yati-disclaimer {
    background: #0e604a;
    padding: 35px 40px 48px 40px;
}
.yati-disclaimer h3 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 900;
}
.yati-disclaimer p {
    color: #fff;
    line-height: 1.6;
    padding-bottom: 15px;
}
.yati-disclaimer p:last-child {
    padding-bottom: 0;
}
.yati-disclaimer p a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}

.yati-fullwidth-content p a:hover,
.welcome-text-cont h5 a:hover {
    text-decoration: none;
}

.yati-about-me-cont p a:hover,
.yati-fullwidth-content p a:hover{
	color: #000;
}

/*---------------------*/
/* yati-author-banner  */
/*---------------------*/
.author-blog-container {
    padding-top: 58px;
}
.yati-author-banner {
    background: #0e604a;
}
.yati-author-banner-area {
    padding: 70px 0 50px 0;
    overflow: hidden;
}
.yati-author-left {
    float: left;
    width: 326px;
    padding-right: 15px;
}
.yati-author-img {
    width: 223px;
    height: 223px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.yati-author-contact {
    padding: 25px 0 0 0;
}
.yati-author-contact ul li {
    word-break: break-all;
}
.yati-author-contact ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.yati-author-contact ul li a i {
    font-size: 19px;
    margin: 0 13px 0 1px;
    font-weight: normal;
}
.yati-author-right {
    padding-left: 326px;
}
.yati-author-title-mobile {
    display: none;
}
.yati-author-title-area {
    padding-bottom: 22px;
}
.yati-author-title h1 {
    color: #fff;
    font-size: 42px;
}
.yati-author-title h5 {
    color: #fff;
    font-size: 20px;
}
.yati-author-right h5 {
    color: #fff;
}
.yati-author-right p {
    color: #fff;
    padding-bottom: 22px;
}

/*---------------------------*/
/* yati-counterup-container  */
/*---------------------------*/
.yati-counterup-container {
    background-color: #0e604a;
}
.yati-counterup-container .counterup-area {
    padding: 45px 0 0 0;
}
.yati-counterup-container .counterup-top-content h3,
.yati-counterup-container .counterup-col sup,
.yati-counterup-container .counterup-col p,
.yati-counterup-container .counterup {
    color: #fff;
}

/*---------------------------*/
/* yati-press-kit-container  */
/*---------------------------*/
.yati-presskit-container {
    background: #fff;
}
.press-kit-area {
    padding: 30px 0 40px 0;
}
.press-kit-top {
    max-width: 750px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}
.press-kit-top h1 {
    color: #0e604a;
    font-size: 42px;
    padding-bottom: 23px;
    font-weight: 900;
}
.press-kit-top p {
    color: #000;
    line-height: 1.5;
}
.press-kit-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 20px 0;
}
.press-kit-col {
    width: 33.33%;
    padding: 0 20px;
    text-align: center;
}
.press-kit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #0e604a;
    border-radius: 50%;
    overflow: hidden;
}
.press-kit-icon img {
    margin: 0 auto;
}
.press-kit-cont {
    padding: 20px 16px;
}
.press-kit-cont h4 {
    color: #0e604a;
    font-size: 24px;
    padding-bottom: 13px;
    font-weight: 900;
}
.press-kit-cont p {
    color: #000;
    line-height: 1.5;
}

/*---------------------------*/
/* yati-media-post-container */
/*---------------------------*/
.yati-media-post-container {
    background-image: url(../jpg/bgr-home-banner.jpg);
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
}
.yati-media-post-area {
    max-width: 944px;
    margin: 0 auto;
}
.yati-media-post-cont-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -22px;
    padding: 60px 0;
}
.yati-media-post-cont {
    width: 50%;
    padding: 0 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.yati-media-post-left {
    background: #fff;
    padding: 22px 22px 20px 22px;
}
.yati-media-post-right {
    background: #0e604a;
    padding: 22px 22px 20px 22px;
}
.yati-media-post-right h3,
.yati-media-post-left h3 {
    color: #0e604a;
    font-size: 32px;
    padding-bottom: 15px;
    font-weight: 900;
}
.yati-media-post-right p,
.yati-media-post-left p {
    color: #000;
    line-height: 1.5;
}
.yati-media-post-left p strong {
    display: inline-block;
    padding-bottom: 15px;
}
.yati-media-post-right p,
.yati-media-post-right h3 {
    color: #fff;
}

/*---------------------------*/
/* yati-client-logo-area     */
/*---------------------------*/
.yati-client-logo-area {
    padding: 65px 0 25px 0;
}
.yati-client-logo-area h2 {
    color: #0e604a;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 30px;
}
.yati-client-logo-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -12px;
    padding: 13px 0;
}
.yati-client-logo {
    padding: 0 12px;
}
.yati-client-logo img {
    height: 52px;
    margin: 0 auto;
}

/*--------------------------*/
/* yati-founder-col-area    */
/*--------------------------*/
.yati-founder-container {
    padding: 25px 20px 90px 20px;
}
.yati-founder-col-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.founder-col {
    width: 33.33%;
    padding: 20px;
}
.founder-col.audience {
    background: #0e604a;
}
.founder-col h4 {
    color: #0e604a;
    font-size: 24px;
    padding-bottom: 18px;
}
.founder-col.audience ul li,
.founder-col.audience h4 {
    color: #fff;
}
.founder-col.audience ul li {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px 15px 10px;
    position: relative;
}
.founder-col.audience ul li::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    height: 3px;
    width: 3px;
    background: #fff;
    border-radius: 50%;
}
.founder-img {
    max-width: 188px;
}
.founder-role {
    padding-top: 10px;
}
.founder-role p strong {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}
.founder-role p small {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    display: block;
}
.founder-col.channels ul li {
    overflow: hidden;
    padding-bottom: 30px;
}
.founder-col.channels ul li:last-child {
    padding-bottom: 5px;
}
.founder-col.channels ul li .social-icon {
    width: 45px;
    height: 45px;
    background: #0e604a;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    float: left;
}
.founder-col.channels ul li .social-icon a {
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    display: block;
}
.founder-col.channels ul li .social-link {
    padding-left: 60px;
    word-wrap: anywhere;
}
.founder-col.channels ul li .social-link a {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    font-weight: 700;
}
.founder-col.channels ul li .social-link span {
    color: #0e604a;
    font-size: 15px;
    line-height: 1.6;
    display: block;
}

/*--------------------------*/
/* yati-contact-container   */
/*--------------------------*/
.yati-contact-container {
    background: #0e604a;
    padding: 55px 20px 20px 20px;
}
.yati-contact-container h2 {
    color: #fff;
    font-size: 42px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
}
.yati-contact-cont-area {
    max-width: 600px;
    margin: 0 auto;
}
.yati-contact-cont {
    color: #fff;
    padding-bottom: 42px;
}
.yati-contact-cont h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}
.yati-contact-cont ul:not(:last-child) {
    padding-bottom: 25px;
}
.yati-contact-cont ul li {
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
}
.yati-contact-cont ul li::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 22px;
    height: 3px;
    width: 3px;
    background: #fff;
    border-radius: 50%;
}
.yati-contact-cont h5 {
    color: #fff;
    font-size: 18px;
    line-height: 1.333;
}
.yati-contact-cont p a {
    color: #fff;
}
.submit-btn-area {
    position: relative;
}
.submit-btn-area .wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.yati-subscribe-area-right .wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}


/******************************* Responsive CSS *******************************/

@media screen and (min-width: 1700px) {
    .yati-banner-cont {
        margin-right: 5px;
    }
}
@media screen and (min-width: 2100px) {
    .yati-banner-cont {
        max-width: 495px;
        margin-right: 0;
    }
}
@media screen and (min-width: 2500px) {
    .yati-banner-cont {
        max-width: 480px;
    }
}
@media screen and (min-width: 3000px) {
    .yati-banner-cont {
        max-width: 460px;
    }
}
@media screen and (min-width: 3500px) {
    .yati-banner-cont {
        max-width: 430px;
    }
    .yati-banner-cont h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 1100px) {
    .yati-banner-cont h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .yati-about-banner .yati-banner-left,
    .yati-banner-left {
        padding: 90px 0 90px 20px;
    }
    .yati-banner-cont {
        margin-right: 0;
    }
    .yati-subscribe-area-right {
        padding: 40px 22px 30px 22px;
    }
    .yati-subscribe-area-right h3 {
        font-size: 28px;
    }
    .yati-site-mission-right {
        padding: 70px 20px;
    }
    .yati-about-me-cont {
        padding-right: 40px
    }
    .press-kit-cont {
        padding: 15px 0;
    }
    .press-kit-cont h4 {
        padding-bottom: 5px;
    }

}
@media screen and (max-width: 845px) {
    .must-read-art-col {
        width: 50%;
    }
    .yati-about-me-area {
        flex-direction: column;
    }
    .yati-about-me-img-area {
        order: 1;
        padding-bottom: 30px
    }
    .yati-about-me-cont {
        width: 100%;
        padding: 0;
        order: 2;
    }
    .yati-about-two-col {
        width: 100%;
    }
    .yati-about-two-col-img {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto;
    }
    .yati-about-two-col-cont {
        padding-top: 25px
    }
}
@media screen and (max-width: 767px) {
    .yati-banner-right,
    .yati-banner-left {
        width: 100%;
    }
    .yati-banner-right {
        height: 450px;
    }
    .yati-banner-left {
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 40px 20px 0 20px;
    }
    .yati-about-banner .yati-banner-left {
        text-align: left;
        padding: 40px 18px 0 18px;
    }
    .yati-banner-left::after,
    .yati-banner-left::before {
        border-left: 420px solid transparent;
        border-top: 120px solid #fff;
        border-right: 420px solid transparent;
        top: 100%;
        right: 50%;
        transform: translateX(50%);
    }
    .yati-banner-left::after {
        border-top: 120px solid #0e604a;
        top: 98%;
    }
    .financial-publications-cont h3 {
        font-size: 28px;
        padding: 10px 0 25px 0;
    }
    .financial-publications-cont p {
        font-size: 17px;
    }
    .financial-publications-area {
        padding: 25px 0 10px 0;
    }
    .financial-publications-area .yati-client-logo-row {
        -webkit-justify-content: unset;
        justify-content: unset;
        margin: 0;
        padding: 35px 0 0 0;
    }
    .financial-publications-area .yati-client-logo {
        width: 33.33%;
        padding: 6px 0;
    }
    .yati-subscribe-container {
        padding: 20px;
    }
    .yati-subscribe-area-right,
    .yati-subscribe-area-left {
        width: 100%;
    }
    .yati-subscribe-area-left {
        height: 285px;
    }
    .yati-subscribe-area-right {
        padding: 30px 22px 0 22px;
    }
    .yati-article-container::before {
        border-top: 190px solid #186752;
        border-bottom: 200px solid transparent;
    }
    .yati-article-container h3 {
        font-size: 28px;
        padding-bottom: 25px;
    }
    .yati-article-col {
        width: 100%;
    }
    .yati-article-col-cont {
        padding-bottom: 0;
    }
    .must-read-art-container h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .more-article-col {
        width: 100%;
    }
    .more-article-cont {
        padding: 15px 10px 15px 150px;
    }
    .more-article-cont p a {
        font-size: 17px;
    }
    .welcome-text-area {
        padding: 25px 0 45px 0;
    }
    .yati-fullwidth-content {
        padding: 35px 0 30px 0;
    }
    .yati-about-two-col-container {
        padding: 30px 20px 25px;
    }
    .yati-site-mission-left,
    .yati-site-mission-right {
        width: 100%;
    }
    .yati-site-mission-left {
        padding: 30%;
    }
    .yati-site-mission-right {
        padding: 35px 20px 25px 20px;
    }
    .yati-site-mission-right::after,
    .yati-site-mission-right::before {
        display: none;
    }
    .yati-site-mission-cont {
        max-width: 100%;
    }
    .yati-about-me-container {
        padding: 15px 20px;
    }
    .yati-about-me-container h2 {
        padding: 17px 0;
    }
    .yati-about-me-area {
        padding: 5px 0 0 0;
    }
    .yati-disclaimer-area {
        padding: 0 20px 30px 20px;
    }
    .yati-disclaimer {
        padding: 20px 20px;
    }
    .yati-disclaimer h3 {
        padding-bottom: 10px
    }
    .yati-author-left {
        width: 300px;
    }
    .yati-author-right {
        padding-left: 300px;
    }
    .yati-author-banner-area {
        padding: 35px 0 18px 0;
    }
    .yati-author-img {
        width: 200px;
        height: 200px;
    }
    .yati-counterup-container .counterup-area {
        padding: 15px 0 45px 0;
    }
    .yati-counterup-container .counterup {
        font-size: 48px;
    }
    .yati-counterup-container .counterup-col {
        padding: 7px 0;
    }
    .yati-counterup-container .counterup-col sup {
        font-size: 28px;
        line-height: 1.4;
    }
    .yati-counterup-container .counterup-col p {
        font-size: 14px;
    }
    .press-kit-top h1 {
        font-size: 32px;
    }
    .yati-media-post-cont-area {
        padding: 50px 0;
    }
    .yati-media-post-cont {
        width: 100%;
    }
    .yati-media-post-left {
        margin-bottom: 22px;
    }
    .yati-media-post-right,
    .yati-media-post-left {
        padding: 25px 22px;
    }
    .yati-media-post-right h3,
    .yati-media-post-left h3 {
        font-size: 26px;
    }
    .yati-client-logo-area {
        padding: 30px 0 15px 0;
    }
    .yati-client-logo-area h2 {
        font-size: 32px;
        padding-bottom: 5px;
    }
    .yati-client-logo-row {
        margin: 0 -8px;
        padding: 7px 0;
    }
    .yati-client-logo {
        padding: 7px 8px;
    }
    .yati-client-logo img {
        height: 31px;
    }
    .yati-founder-container {
        padding: 17px 20px 55px 20px;
    }
    .founder-col {
        width: 100%;
    }
    .founder-col.audience ul li {
        padding: 0 0 15px 10px;
    }
    .yati-contact-container {
        padding: 35px 20px 20px 20px;
    }
    .yati-contact-container h2 {
        font-size: 32px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 680px) {
    .must-read-art-col {
        width: 100%;
    }
    .welcome-text-area {
        flex-direction: column;
    }
    .welcome-text-cont {
        width: 100%;
        padding: 0 0 25px 0;
    }
    .yati-author-title-mobile {
        display: block;
        text-align: center;
        padding-bottom: 25px;
    }
    .yati-author-title-area {
        display: none;
    }
    .yati-author-img {
        margin: 0 auto;
    }
    .yati-author-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .yati-author-right {
        padding-left: 0;
        width: 100%;
    }
    .yati-author-contact {
        padding: 25px 0 5px 0;
    }
    .press-kit-area {
        padding: 23px 0;
    }
    .press-kit-top {
        padding: 15px 0;
    }
    .press-kit-col {
        width: 100%;
        overflow: hidden;
    }
    .press-kit-icon {
        float: left;
        margin-top: 4px;
    }
    .press-kit-cont {
        text-align: left;
        padding: 0 0 40px 90px;
    }
    .press-kit-col:last-child .press-kit-cont {
        padding: 0 0 15px 90px;
    }

}
@media screen and (max-width: 480px) {
    .yati-banner-left::after,
    .yati-banner-left::before {
        border-left: 250px solid transparent;
        border-top: 75px solid #fff;
        border-right: 250px solid transparent;
        top: 100%;
        right: 50%;
        transform: translateX(50%);
    }
    .yati-banner-left::after {
        border-top: 75px solid #0e604a;
        top: 98.5%;
    }
    .yati-banner-right {
        height: 300px;
    }
}
@media screen and (max-width: 380px) {
    .financial-publications-area .yati-client-logo {
        width: 50%;
    }
    .yati-article-cont {
        padding: 25px 20px;
    }
    .more-article-img {
        width: 100px;
    }
    .more-article-cont {
        padding: 15px 10px 15px 120px;
    }
    .more-article-cont p a {
        font-size: 15px;
    }
}