body {
  text-align: justify;
}
.drop_menu, .drop_menu::after {
    transition: .2s ease-in-out;
}
.logo .logo_img img {
    width: 399px;
    margin-top: 10px;
}
.footer-bottom-logo img, .main_sticky img {
    width: 210px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}
.gray-scale {
    filter: grayscale(100%);
}
.login_btn {
    vertical-align: middle;
    padding: 10px 15px!important;
    background: #b89960;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    margin: 0px auto;
    display: block;
    border: 0;
}
.login_btn::before
{
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #1b2b4f;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.feature_area .view_more_btn i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #b89960;
    transition: .3s;
    z-index: -1;
    line-height: 44px;
    font-size: 18px;
}
.single_feature_seven:hover .view_more_btn i {
    background: #1b2b4f;
    color: #fff;
}
.drop_menu::after {
    position: absolute;
    content: "+";
    top: 38px;
    right: -4px;
    font-weight: 600;
}
.drop_menu:hover::after {
    content: "-"}
#tabs {
    border: none;
    background-color: transparent;
}
#tabs .ui-tabs-nav {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #1b2b4f;
    border-radius: 0;
    padding: 0;
}
#tabs .ui-tabs-nav .ui-tabs-tab {
    border: none;
    background: 0 0;
    width: calc(33% - 2px);
}
#tabs .ui-tabs-nav .ui-tabs-tab a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
}
#tabs .ui-tabs-nav .ui-tabs-active {
    background-color: #1b2b4f!important;
}
#tabs .ui-tabs-nav .ui-tabs-active a {
    color: #fff;
}
.pp-login {
    display: grid;
    grid-template-columns: repeat(6, auto);
    gap: 22px;
}
.pp-login .item img {
    width: 150px;
    border: 1px solid #979797;
    padding: 5px;
    border-radius: 1px;
}
.rss img
{
    display: none;
}
.main_sticky img
{
    width: 350px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 40px 0;
  background: url("../images/about-bg.png") top center no-repeat;
  position: relative;
}
.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.about .container {
  position: relative;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0880e8;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}
.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}
.about .about-img {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}

.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "+";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.investor_box {
  text-align: center;
  border: 1px solid #d6d6d6;
  display: block;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  min-height: 325px;
}
.investor_box .icon img {
  margin: 0px auto;
  width: 69px;
}
.news h5
{
    background: #b89960;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
   margin-top: 0px;
}
.news-box .rssdate {
    display: none;
}


    .financial-news-section {
        padding: 80px 0;
    }

    .news-box {
        background: #eee;
        border-radius: 6px;
        overflow: hidden;
    }

    .news-box .image {
        position: relative;
    }

    .news-box .image .date {
        background: #b89960;
        padding: 0px 8px;
        border-radius: 30px;
        font-size: 14px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
    }

    .news-box .image img {
        width: 100%;
        min-height: 160px;
        object-fit: cover;
        height: 160px;
    }

    .news-box .content {
        padding: 15px;
    }

    .news-box .content h4 {
        font-size: 16px;
        text-align: left;
        margin: 0;
        margin-bottom: 5px;
    }

    .news-box .content p {
        line-height: 18px;
        font-size: 15px;
        text-align: left;
        margin: 0;
    }

    /* TAB */
    .rvTab {
        padding: 0;
        margin: 0;
        display: flex;
    }

    .rvTab .tab_item {
        display: inline-block;
        width: 100%;
    }

    .rvTab .tab_item .tab_link {
        background-color: #e3dccf;
        display: block;
        padding: 10px 5px;
        text-align: center;
        color: #000000;
        border: 1px solid #e3dccf;
        width: 100%;
    }

    .rvTab .tab_item .tab_link.activelink {
        display: block;
        background-color: #b89960;
        color: #fff;
        border: 1px solid #b89960;
    }

    .rvTabContent .tab_list {
        width: 100%;
        padding: 10px;
    }

    .rvTabContent .tab_list.hide {
        display: none;
    }