

    .text-deco-nav {
        font-size: 18px;
        font-weight: 550;
    }

    .learn-more-h1-deco {
        color: rgb(0, 0, 0);
        font-size: 60px !important;
        font-weight: 700;
    }

/*
    .blog-main-bag-deco {
        background-image: url(./images//blog-bag-img.png);
    } */


    * {
        box-sizing: border-box;
    }


    form.latest-feature-search-container input[type=text] {
        padding: 6px;
        font-size: 17px;
        border: 3px solid #EF8655;
        float: left;
        width: 80%;
        background: #ffffff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    form.latest-feature-search-container button {
        float: left;
        width: 20%;
        padding: 6px;
        background: #EF8655;
        color: white;
        font-size: 17px;
        border: 3px solid #EF8655;
        border-left: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        cursor: pointer;
    }

    form.latest-feature-search-container button:hover {
        background: #ff5d13;
    }

    form.latest-feature-search-container::after {
        content: "";
        clear: both;
        display: table;
    }


    .invest-header-deco {
        color: #000000;
        font-size: 40px;
        font-weight: 500;
    }

    .bottom-text-deco {
        background-color: #BBBFC2;
        font-weight: 400;
        padding-top: 7px;
        padding-bottom: 7px;
        color: black;
        font-size: 14px;
    }

    .pd {
        padding-left: 0cm;
    }

    .card-read-more-text-deco {
        background-color: white;
        text-align: left;
        font-weight: bold;
        border: none;
        color: #000000;
    }

    .card-read-more-text-deco:hover {
        color: #fe5102;

    }

    .latest-article-card-read-more-text-deco {
        background-color: #EF8655 !important;
        text-align: left;
        font-weight: bold;
        border-color: #EF8655 !important;
        color: #000000;

    }

    .latest-article-card-read-more-text-deco:hover {
        color: #fe5102;
    }


    /* .col-hov {
  position: relative;
  width: 50%;
} */

    .image {
        opacity: 2;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .middle {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 12%;
        left: 32%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .col-hov:hover .image {
        opacity: 0.3;
    }

    .col-hov:hover .middle {
        opacity: 1;
    }


    .text {
        background-color: #a0a0a0;
        color: white;
        font-weight: bold;
        font-size: 13px;
        opacity: 2;
        padding: 3px 3px !important;
    }


    /* .feature-article-read-more-link-bg-deco{

        background-color: #ffffff;
        border:none;

    } */


    /* // X-Small devices (portrait phones, less than 576px) */
    @media only screen and (max-width: 575.98px) {
        .latest-article-custom-class-col {
            display: block;
            width: 100%;
        }
    }

    /* // Small devices (landscape phones, less than 768px) */
    @media only screen and(max-width: 767.98px) {

        .latest-article-custom-class-col {
            display: block;
            width: 100%;
        }
    }

    /* // Medium devices (tablets, less than 992px) */
    @media only screen and(max-width: 991.98px) {
        .latest-article-custom-class-col {
            display: block;
            width: 100%;
        }
    }

    /* // Large devices (desktops, less than 1200px) */
    @media only screen and(max-width: 1199.98px) {
        .latest-article-custom-class-col {
            display: block;
            width: 100%
        }
    }

    /* // X-Large devices (large desktops, less than 1400px) */
    @media only screen and (max-width: 1399.98px) {
        .latest-article-custom-class-col {
            display: block;
            width: 100%;
        }
    }


