html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Work Sans" !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Work Sans" !important;
    color: #001522;
}
.main-title {
  font-size: 40px;
margin-bottom: 60px;
    font-weight: 600;
    color: #201f1f;
    text-align: center;
}
.blue {
    color: #335b63;
}
.red {
    color: #176974;
}
.home-about 
{
    padding-top: 0px;
}
p {
    font-family: "Work Sans" !important;
    color: #001522;
    font-size: 16px;
}
a {
    font-family: "Work Sans" !important;
    color: #335b63;
    font-size: 16px;
}
.white-color {
    color: #fff !important;
}
.pb-btn-box {
    text-align: center;
    padding: 40px 0 20px 0;
}
.btn {
    color: #fff;
    /*border-radius: 30px;*/
    padding: 6px 15px;
    height: 40px;
    /*line-height: 30px;*/
    text-align: center;
}
.know-more {
    position: relative;
    /*padding-right: 40px;*/
}
.know-more:after {
    /*content: '\f11e';*/
    /*font-family: 'uicons-solid-straight';*/
    /*position: absolute;*/
    /*margin-left: 5px;*/
    /*font-size: 30px;*/
    /*top: -3px;*/
}
.btn-primary {
    background-color: #176974;
    border: 2px solid #176974;
    background-image: url(../images/shape.png);
    font-size: 20px;
height: 50px;
padding: 9px 21px;
}
.btn-primary:hover {
    background-color: #335b63;
    border: 2px solid #335b63;
    color: #fff;
}
.btn-secondary {
    background-color: #335b63;
    border: 2px solid #335b63;
}
.btn-secondary:hover {
    background-color: transparent;
    border: 2px solid #3d9acd;
    color: #3d9acd;
}
.main-section {
    padding: 60px 0;
}
ul.navbar-nav .nav-item .nav-link {
    color: #000 !important;
}
ul.navbar-nav .nav-item .nav-link:hover {
    color: #000 !important;
}
ul.navbar-nav .nav-item.active .nav-link {
    color: #000 !important;
}
ul.navbar-nav .dropdown-menu {
    padding: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-divider {
    margin: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
}
ul.navbar-nav .dropdown-menu .dropdown-item.active, ul.navbar-nav .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #335b63;
}
ul.navbar-nav .dropdown-menu .dropdown-item:hover, ul.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #335b63;
}
.inner_banner_area .banner_title {
    color: #fff;
}
.radio-group {
    text-align: center;
    margin: 30px 0 20px 0 !important;
}
.radio-group .radio-btn {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
}
.radio-group .radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-group .radio-btn .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #001522;
    border-radius: 50%}
.radio-group .radio-btn:hover input ~ .checkmark {
    border: 2px solid #335b63;
}
.radio-group .radio-btn input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #335b63;
}
.radio-group .radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-group .radio-btn input:checked ~ .checkmark:after {
    display: block;
}
.radio-group .radio-btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #335b63;
}
.login-model .model-img img {
    width: 100%}
.login-model .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}
.login-model .modal-title {
    text-transform: uppercase;
    color: #335b63;
    font-size: 24px;
}
.login-model a.forgot-password {
    display: block;
    text-align: right;
    margin: 15px 0 30px 0;
    color: #001522;
    text-decoration: none;
}
.login-model a.forgot-password:hover {
    color: #335b63;
}
.login-model .modal-body {
    padding: 30px 20px;
}
.login-model .modal-header {
    padding: 25px 20px;
}
.login-model .modal-header button.close {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #335b63;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
    color: #335b63;
    opacity: 1;
    margin: 0 !important;
    outline: none;
}
.video-model .model-video video {
    width: 100%;
    padding: 7px 7px 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px 20px 20px 20px;
}
.video-model .modal-dialog {
    max-width: 850px;
    margin: 50px auto;
}
.video-model .modal-title {
    text-transform: uppercase;
    color: #335b63;
    font-size: 24px;
}
.video-model .modal-body {
    padding: 0;
}
.video-model .modal-content {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.video-model .modal-header {
    padding: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100%;
    height: 70px;
    z-index: 9999;
    border: none;
    overflow: hidden;
}
.video-model .modal-header button.close {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #335b63;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
    color: #335b63;
    opacity: 1;
    margin: 0 0 0 auto !important;
    outline: none;
}
.video-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 40%;
    top: 160px;
    border-radius: 100%;
    z-index: 999;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.video-btn:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background-color: #335b63;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-btn:hover {
    background-color: #335b63;
    color: #fff;
}
.video-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.video-btn i {
    font-size: 52px;
    line-height: 86px;
    margin-left: 15px;
}
@-webkit-keyframes ripple {
    0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75,  0.75,  1);
    transform: scale3d(0.75,  0.75,  1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5,  1.5,  1);
    transform: scale3d(1.5,  1.5,  1);
}
}@keyframes ripple {
    0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75,  0.75,  1);
    transform: scale3d(0.75,  0.75,  1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5,  1.5,  1);
    transform: scale3d(1.5,  1.5,  1);
}
}@-webkit-keyframes pulse-border {
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}@keyframes pulse-border {
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}

.bottom-scroller.active .scroller {
    background-color: #335b63;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    text-decoration: none;
}
.bottom-scroller.active .scroller:hover {
    background-color: #ea3a30;
}
i.fi-ss-paper-plane {
    margin-left: 3px;
    vertical-align: middle;
    font-size: 14px;
}
/*.home-slider {*/
/*    background-image: url(../images/banner1.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    min-height: 600px;*/
/*}*/
.home-slider .banner-text {
    padding: 156px 0;
}
.banner-text img
{
    width: 269px;
    margin: 0px auto;
    display: block;
}
.home-slider .banner-text .banner-title {
    font-weight: 400;
    line-height: 46px;
    color: #ec5b2e;
    font-size: 37px;
}
.home-slider .banner-text .banner-title .blue {
    display: block;
}
.home-slider .banner-text a.btn.btn-primary {
    margin-top: 30px;
}
.home-slider .banner-text i {
    font-size: 30px;
    vertical-align: middle;
}
.main-header {
    background-color: #fff;
    /*padding: 10px;*/
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
	    padding: 10px 0px;
}
.main-header ul.navbar-nav {
    margin-left: auto;
}
.main-header ul.navbar-nav a.nav-link {
    padding: 10px 15px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.main-header img {
        width: 240px;
}
.main-header .button_area {
    text-align: right;
}
.main-header .login-btn {
    text-transform: uppercase;
    width: 130px;
    font-size: 18px;
    line-height: 24px;
    margin: 17px 0;
    /*margin-top: 37px;*/
}
.main-header.stickyhead .login-btn {
    margin:5px 0;
    margin-top: 12px;
}
.main-header .header-menu
{
    margin-top: 0px;
}
.main-header .login-btn i {
    margin-left: 5px;
    vertical-align: middle;
}
.main-header.stickyhead {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999;
}
.main-header.stickyhead .logo img {
    width: 170px;
}
.main-header.stickyhead .login-btn {
    text-transform: uppercase;
    width: 130px;
    font-size: 18px;
    line-height: 25px;
    padding: 5px;
    height: 40px;
}
.main-header .header-menu {
    padding: 12px 0;
    /*margin-top: 10px;*/
}
.main-header.stickyhead .header-menu {
    padding: 5px 0;
}
.header-menu nav.navbar {
    padding: 0;
}
.owl-dot span {
    width: 25px !important;
    height: 4px !important;
    margin: 5px 3px !important;
}
.owl-dot.active span {
    background: #335b63 !important;
    outline: none;
}
.owl-dot.active .owl-dot:hover span {
    background: #335b63 !important;
    outline: none;
}
.home-about .about-image {
    text-align: center;
}
.home-about .about-image img {
    width: 70%}
    .home-aboutus .about-image img {
    width: 100%}
.home-service {
    background-image: url(../images/line-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.home-service .service-box {
    background-color: #f1f7ed;
    position: relative;
    border-radius: 3px;
    padding-top: 65px;
    margin: 85px 10px 0 10px;
}
.home-service .service-box .icon {
    position: absolute;
    z-index: 9999;
    background-color: #f1f7ed;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 10px;
    overflow: hidden;
    border: 5px solid #fff;
    text-align: center;
    top: -75px;
    left: 28%}
.home-service .service-box .icon img {
    width: 90px !important;
    text-align: center;
    margin: 12px auto;
}
.home-service .service-box .text {
    text-align: center;
    padding: 25px 15px 20px 15px;
}
.home-service .service-box .text .blue {
    font-size: 24px;
}
.home-service .service-box .text p {
    font-size: 18px;
    margin-bottom: 25px;
    min-height: 135px;
}
.home-SIP-graph .main-title {
    font-size: 28px;
}
.home-SIP-graph .main-title span.blue {
    display: block;
}
.home-SIP-graph .SIP-image {
    overflow: hidden;
}
.home-SIP-graph .SIP-image img {
    width: 100%}


.theme_bg{
    background-color: #335b63 !important;
}
.theme_bg .main-title {
    color: #fff !important;
}
.theme_bg p,
.theme_bg a{
    color: #fff !important;
}

.home-why-choose{
    padding-bottom: 60px;
    background-image: url(../images/bg/BG.png);
    background: none !important;
}
/*.home-why-choose {
    background-color: #335b63;
}
.home-why-choose .main-title {
    color: #fff;
}*/
.boxes-main {
    position: relative;
}
.boxes-main .why-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 230px;
    height: 190px;
    -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
    display: grid;
    position: absolute;
    align-items: center;
}
.boxes-main .why-box .box-text .number {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: top;
    position: relative;
}
.boxes-main .why-box .box-text .number img {
    width: 45px;
}
.boxes-main .why-box .box-text .number i {
    width: 45px;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #335b63;
}
.boxes-main .why-box .box-text h3 {
    display: inline-block;
    width: calc(100% - 51px);
}
.boxes-main .why-box.box1 {
    top: 60px;
}
.boxes-main .why-box.box2 {
    left: 250px;
    top: 10px;
}
.boxes-main .why-box.box3 {
    left: 250px;
    top: 220px;
}
.boxes-main .why-box.box4 {
    left: 0px;
    top: 270px;
}
.home-investor-education {
    background-image: url(../images/line-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.home-investor-education .main-title {
    margin-bottom: 35px;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-default {
    height: 50px;
    background-color: #e3fdc4;
    position: relative;
    color: #001522;
    border-radius: 2px;
    border-color: #e3fdc4;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-default:after {
    content: "\f1e9";
    position: absolute;
    font-family: uicons-solid-straight;
    right: 15px;
    top: 10px;
    color: #001522;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active {
    background-color: #335b63;
    color: #fff;
    height: 50px;
    border-radius: 2px;
    border-color: #335b63;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active:after {
    content: "\f1ce";
    position: absolute;
    font-family: uicons-solid-straight;
    right: 15px;
    top: 10px;
    color: #fff;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
    outline: none;
}
.home-investor-education .education-accordian .ui-accordion-content {
    padding: 15px;
    background-color: #ecfdd7;
    border-color: #e3fdc4;
    margin-bottom: 10px;
}
.home-investor-education .video-part {
    border-radius: 15px;
    background-color: #335b63;
    position: relative;
    text-align: center;
}
.home-investor-education .video-part:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 99;
}
.home-investor-education .video-part img {
    width: 90%}
.home-investor-education .video-part .bg-shadow:after {
    content: "";
    background-color: rgba(98, 182, 5, 0.5);
    position: absolute;
    right: -12px;
    top: 12px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
}
.home-testimonials {
    /*background-color: #f3ffe5;*/
}
.home-testimonials #home_testimonials {
    margin: 40px auto 10px auto;
}
.home-testimonials #home_testimonials .investor-info .img {
    border-radius: 10px;
    overflow: hidden;
}
.home-testimonials #home_testimonials .investor-info .name h5 {
    text-align: center;
    color: #335b63;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}
.home-testimonials #home_testimonials .investor-info .name p {
    text-align: center;
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 16px;
}
.home-testimonials .test-img-section {
    overflow: hidden;
}
.home-testimonials .test-img-section img {
    width: 100%}
.form-custom .form-group {
    margin-bottom: 5px;
}
.form-custom .form-group .form-control {
    background-color:#e2edf3;
    height: 40px;
    border: 1px solid #e2edf3;
    outline: none;
    margin-bottom: 17px;
}
.form-custom .form-group input.form-control:focus {
    border: 1px solid #335b63;
}
.form-custom .form-group textarea.form-control {
    height: 80px;
}
.form-custom .form-group .btn.btn-primary {
    width: 100%;
    height: 40px;
}
#captcha {
    width: calc(100% - 153px);
    display: inline-block;
}
#fcaptcha {
    width: calc(100% - 160px);
    display: inline-block;
}
#wcaptcha {
    width: calc(100% - 160px);
    display: inline-block;
}
#captcha_code {
    height: 40px !important;
}
.btnRefresh {
    height: 40px !important;
}
.main-footer {
    position: relative;
    padding-top: 100px;
    margin-top: 70px;
    background-color: #176974;
}
.main-footer .top-info {
    background-color: #ec5b2e;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    color: #fff;
    margin-top: -170px;
    margin-bottom: 20px;
}
.main-footer .top-info .info-items {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin: 0;
}
.main-footer .top-info .info-items i {
    /*position: absolute;*/
    /*left: 0px;*/
    display: initial;
    margin-right: 5px;
}
.main-footer .footer-bars .logo img {
    /*width: 180px;*/
    margin-bottom: 15px;
}
.main-footer .footer-bars ul {
    padding-left: 0px;
    list-style-type: none;
}
.main-footer .footer-bars ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.main-footer .footer-bars ul li a:hover {
    color: #e5c93a;
}
.main-footer .footer-bars .foot-title {
    color: #fff;
    margin-bottom: 15px;
}
.main-footer .footer-bottom {
    padding: 10px 0 3px 0;
    margin-top: 20px;
    border-top: 1px solid #606060;
}
.main-footer .footer-bottom .social-media {
    text-align: right;
}
.main-footer .footer-bottom .social-media a.items {
    /*background-color: #fff;*/
    /*width: 32px;*/
    height: 32px;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.main-footer .footer-bottom .social-media a.items:hover {
    /*background-color: #335b63;*/
}
.home-partner-section .partner-logos img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.home-partner-section .item {
    margin: 20px;
}

.financial-tools .boxes-main {
    display: flex;
}
.financial-tools .boxes-main .tool-box {
    width: calc(20% - 20px);
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 0 10px;
    transition: all 0.2s ease-in-out;
}
.financial-tools .boxes-main .tool-box:hover {
    transition: all 0.2s ease-in-out;
    background-color:#335b63;
}

.financial-tools .boxes-main .tool-box .icon i::before {
    font-size: 60px;
    color: #335b63;
}
.financial-tools .boxes-main .tool-box:hover .icon i::before{
    color: #fff;
}
.financial-tools .boxes-main .tool-box a {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}
.financial-tools .boxes-main .tool-box:hover a{
    color: #fff;
}


.news .nav.nav-tabs {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.news .nav-tabs .nav-item {
    text-align: center;
    display: inline-block;
    width: 49%;
}
.news .nav-tabs .nav-item .nav-link {
    background-color: #d7efe0;
    height: 50px;
    line-height: 28px;
    font-size: 20px;
}
.news .nav-tabs .nav-item .nav-link.active {
    background-color: #335b63 !important;
    color: #fff;
}
.news .tab-content {
    padding: 25px 20px;
    background-color: #fff;
}

.inner-banner {
    background-image: url(../images/banner-inn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
}
.inner-banner .banner-text {
    position: absolute;
    bottom: 40px;
}
.inner-banner .banner-text h2 {
    font-size: 36px;
    font-weight: 700;
    color:#335b63;
}


.contact-info .infobar {
    position: relative;
    margin-bottom: 45px;
}
.contact-info .infobar i {
    font-size: 24px;
    color: #fff;
    background-color:#fba70b;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
}
.contact-info .infobar .fi-ss-marker {
    line-height: 58px !important;
}
.contact-info .infobar b {
    font-size: 20px;
    color: #335b63;
    padding-left: 5px;
    display: inline-block;
    vertical-align: text-bottom;
}
.contact-info .infobar span {
    left: 60px;
    position: absolute;
}


.about-main {
    padding: 80px 0 0 0;
}
.tabs-part {
    border: none !important;
}
.tabs-part .ui-tabs-nav {
    background: transparent;
    border: none;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab {
    width: calc(50% - 5px);
    padding: 0;
    text-align: center;
    border: 1px solid #c6e0ef;
    background-color: #c6e0ef;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab:hover {
    border: 1px solid #335b63;
    background-color: #335b63;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab:hover .ui-tabs-anchor{
    color: #fff !important;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    color: #fff;
    border: 1px solid #335b63;
    background-color: #335b63;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a{
    color: #fff;
}
.tabs-part .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
    float: none;
    padding: 15px 10px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.bluebar {
    background-color: #335b63;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.bluebar_dark {
    background-color: #335b63;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.content-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    min-height: 215px;
}

.team {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.team img {
    width: 100%;
    border-radius: 10px;
}
.team .text {
    background-color: rgba(7,175,80,0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
}
.team .text h4 {
    color: #fff;
    margin-bottom: 0;
}
.team .text p {
    color: #fff;
    margin-bottom: 0;
}
.team .text a {
    color: #335b63;
    background-color: #fff;
    padding: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}

.team-modal .modal-dialog {
    max-width: 700px;
}

.team-modal .modal-header {
    display: block;
}
.team-modal .modal-title {
    display: block;
    width: 100%;
}
.team-modal .close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #335b63;
    opacity: 1;
    box-shadow: none;
    font-weight: 500;
    font-size: 30px;
    border: 2px solid;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 10px;
    text-align: center;
    padding: 5px !important;
}

.founder-section .text {
    min-height: 60px;
}


.fund-performance {
    padding: 40px 0;
}
.financial-tools.mf-page .tool-box {
    width: calc(25% - 20px) !important;
}

.mf-calculator .mf-calculators {
    display: inline-block;
    width: 12%;
    min-height: 90px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px 10px 0 10px;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.financial-service-tools.mf-calculator .mf-calculators {
    width: 14.4%;
}
.mf-calculator .mf-calculators:hover {
    background-color: #335b63;
}
.mf-calculator .mf-calculators i {
    font-size: 30px;
}
.mf-calculator .mf-calculators:hover i {
    color: #fff ;
}
.mf-calculator .mf-calculators span {
    display: block; 
}
.mf-calculator .mf-calculators:hover span{
    color: #fff;
}

.insurance-main ul.nav.nav-pills li {
    display: inline-block;
}
.insurance-main ul.nav.nav-pills li a{
    background-color: #d7efe0;
    text-decoration: none;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 0 2px;
}
.insurance-main ul.nav.nav-pills li a.active{
    background-color: #07af50;
    color: #fff;
}
.radio-group .input-in {
    display: inline-block;
}

.TabbedPanelsTabGroup {
    background-color: #fba70b !important;
}
.TabbedPanelsTab {
    padding: 15px 30px !important;
    width: 20% !important;
    color: #fff !important;
    font-size: 18px !important;
}
.TabbedPanelsTabSelected {
    background: #335b63 !important;
    color: #fff !important;
}

.tab.pay-premium img {
    width: 120px !important;
    margin: 20px 0;
}
.buy_mf p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}
.blog-post-main .post-card {
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.blog-post-main .post-card .time {
    position: absolute;
    top: 133px;
    left: 10px;
}
.blog-post-main .post-card .time a {
    height: 30px;
    border-radius: 40px;
    line-height: 10px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 10px;
}
.btn.btn-primary.ripple-surface {
    min-width: 188px;
    height: auto;
}
.btn-primary span {
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
}
.blog-post-main .post-card .info {
    padding: 25px 15px 15px;
}
.blog-post-main .post-card .info h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-height: 70px;
}
.blog-post-main .post-card .info .text-truncate {
    overflow: auto;
    text-overflow: inherit;
    white-space: inherit;
    width: 100%;
    /*max-height: 30px;*/
}
.main-section p, .main-section ul li {
    text-align: justify;
}
.blog-post-main .post-card .btn-primary.post_link {
    display: inline-block;
    width: 150px;
    border-radius: 30px;
    padding: 8px;
    line-height: 22px;
    height: auto;
    margin: 0px 0 25px 10px;
    background-color: #f6831a;
    border: 2px solid #f6831a;
}
.btn-primary span {
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
}
.box-heading {
    background: #335b63;
    color: white;
    padding: 11px 0px;
    position: relative;
    /*z-index: 99999;*/
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
}
.content .box {
    padding: 15px 15px;
    min-height: 285px;
}
.box {
    background: #f5f5f5;
}
.grayBox {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99999999;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.box_content {
    background-color: #FFFFFF;
    border: 2px solid #dddddd;
    left: 35%;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    top: 25%;
    width: 430px;
    z-index: 999999999;
    height: 240px;
}.imgs {
    top: 0;
    right: 0px;
    position: absolute;
    font-size: 20px;
    color: white;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
#exampleModal
{
    z-index: 999999999999999999;
}
.main-section .tab-content .tab-pane p span , .main-section .tab-content .tab-pane ul li span 
{
    font-size: 14px !important;
}
.main-section .tab-content div span
{
    font-size: 16px !important;
}


/* SLIDER CSS */
/*---- Slider ---*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.hero-slider-01{
    position: relative;
}
.single-slide.bg-img{
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 550px;
}

.slider-content{
    position: relative;
    z-index: 9;
    padding: 0 0;
}
.slider-content .sub-title {
    color: #335b63;
    font-size: 42px;
    line-height: 42px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

.slider-content h2 {
    font-size: 44px;
    line-height: 44px;
    color: #fd0302;
    margin: 0 0 38px;
    font-weight: bold !important;
}
.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: -15px 0 0;
}
.slider-content .grap-btn {
    height: 60px;
    padding: 15px 20px;
    background-color: #335b63;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    text-decoration: none;
}
.slider-content .to_bottom{
    margin-left: 14px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #ffff;
}
.slider-content .to_bottom:hover{
    border-color: #335b63;
}
.slider-content .to_bottom::before{
    background: #335b63;
    border-radius: 0;
}
.slider-section .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slider-section .owl-dots button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover{
    background: #335b63;
}
.owl-carousel .owl-dots button span{
    display: none;
}
.slider-section .owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;;
    width: 1140px;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-section .owl-carousel .owl-nav button{
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #335b63;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #0f1a2c;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:hover:after{
    width: 100%;
    height: 100%;
}
.slider-section .owl-item.active .slider-content .sub-title{
    animation-delay: 1.4s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content .grap-btn{
    animation-delay: 1.9s;
    animation-name: fadeInUp;
}


.service_item {
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.service_item:hover {
    box-shadow: 0px 2px 10px #999;
    transition: all 0.3s ease-in-out;
}
.image-view {
    display: block;
    width: 100%;
    height: 248px;
    object-fit: cover;
}
.service_item .service_text {
    background: #335b63;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    min-height: 220px;
}
.service_item .service_text h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}
.service_item .service_text p {
    color: #fff;
}
.service_item .service_text h2 a{
    color: #fff;
    font-size: 22px;
}
.service_item:hover .service_text {
    background: #e92114;
}
.service_item .serv_text h2 {
    font-size: 20px;
    font-family: 'poppins';
    text-align: left;
    font-weight: 600;
}
.service_item .read-more {
    color: #e92114;
    font-size: 16px;
    padding: 2px 5px;
    transition: all 0.3s ease-in-out;
}
.service_item:hover .read-more {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.home-SIP .SIP-image img {
    width: 100%;
}

.map {
    margin-bottom: -107px;
}

.sip-calculator-section .grow_gif {
    text-align: center;
    margin-top: 45px;
}
.sip-calculator-section .grow_gif img {
    width: 90%;
    margin: -70px auto 0 auto;
}
.sip-calculator-section #chart_div {
    margin-top: -40px !important;
}

.sip-calculator-section .ui-widget.ui-widget-content {
    border-radius: 30px;
    height: 6px;
    background: #9c9fa1;
    border: 1px solid #9c9fa1;
}

.sip-calculator-section .ui-state-default, .sip-calculator-section .ui-widget-content .ui-state-default, .sip-calculator-section .ui-widget-header .ui-state-default {
    border: 1px solid #335b63;
    background: #335b63;
    font-weight: normal;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    top: -5px;
}
.sip-calculator-section .ui-slider .ui-slider-range {
    background: #335b63;
    border: 1px solid #335b63 !important;
}

.useful_links .links_items {
    list-style-type: none;
    padding: 0;
}
.useful_links .links_items li {
    display: inline-block;
    width: 24%;
}
.useful_links .links_items li a {
    display: block;
    background-color: #53afe0;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    transition: 0.2s;
    text-decoration: none;
}
.useful_links .links_items li a:hover {
    background-color: #335b63;
    transition: 0.2s;
}
.markrt-view.fund_performance_area .cal-name {
    background-color: #335b63;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}

/*.home-slider {*/
/*    background-color: #2b2b69;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: bottom center;*/
/*    min-height: 600px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 9;*/
/*}*/

.home-slider {
    background-image: url(../images/banner-bg.png);
    background-image: none;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*background-position: bottom center;*/
    background-size: contain;
    background-position: center center;
    /*min-height: 600px;*/
    position: relative;
    overflow: hidden;
    /*background-color: #206ee2;*/
    /*background: #0b111e00 !important;*/
    background-image: url(../images/slider/Slider.png) !important;
    background-position: top;
    background-size: auto;
}

.main-section.home-slider {
    padding: 30px 0px;
}
.main-section.home-slider
{
    padding: 0px;
}
.wave.wave1 {
    animation: wave 8s linear infinite;
        animation-delay: 0s;
    z-index: 99;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
    /*background: #2b2b69;*/
}
.wave {
    background: url(../images/partner/wave2.png);
        background-size: auto;
    background-size: 1000px 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    animation: wave 6s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.wave.wave2 {
    animation: wave2 7s linear infinite;
        animation-delay: 0s;
    z-index: 9;
    opacity: 0.5;
    animation-delay: -3s;
    bottom: 10px;
    background: #2b2b69;
}
.wave.wave3 {
    animation: wave2 3s linear infinite;
        animation-delay: 0s;
    z-index: 9;
    opacity: 0.3;
    animation-delay: -2s;
    bottom: 15px;
    background: #2b2b69;
}
.home-slider .banner-text {
    padding: 200px 0;
}
.home-slider .banner-text .banner-title1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
.home-slider .banner-text .banner-title2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.pink {
    color: #e75e3a;
}
.home-slider .banner-img {
    margin-top: 100px;
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 100%;
}
.home-slider .banner-img .logos {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    bottom: -195px;
}
.home-slider .banner-img .logos img:nth-child(1) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    width: 50% !important;
}
.home-slider .banner-img .logos img {
    width: 80px !important;
    -webkit-animation: bubble 7s linear infinite;
        animation-delay: 0s;
    animation: bubble 7s linear infinite;
}
.home-slider .banner-img .logos img:nth-child(2) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    width: 90px !important;
}
.home-slider .banner-img .logos img:nth-child(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(4) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    width: 90px !important;
}

.home-slider .banner-img .logos img:nth-child(5) {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
    width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(6) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    width: 65px !important;
}

.home-slider .banner-img .logos img:nth-child(7) {
    -webkit-animation-delay: 5.56s;
    animation-delay: 5.56s;
    width: 70px !important;
}

.home-slider .banner-img .logos img:nth-child(8) {
    -webkit-animation-delay: 6.9s;
    animation-delay: 6.9s;
    width: 55px !important;
}

.home-slider .banner-img .logos img:nth-child(9) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    width: 85px !important;
}

.home-slider .banner-img .logos img:nth-child(10) {
    -webkit-animation-delay: 7.3s;
    animation-delay: 7.3s;
    width: 60px !important;
}

.home-slider .banner-img .logos img:nth-child(11) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
    width: 70px !important;
    margin-right: 40px;
}


@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
    opacity: 0;
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
    opacity: 0;
  }
}


.home-slider::after {
    /*   content: "";*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-image: url(../images/slider/Slider.png);*/
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: -1;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.color-green
{
    color: #176974;
}
.services
{
     /*background-image: url(../images/services.png);*/
}

.why_redcorel .info_box {
    /*background: #335b63;*/
    /*padding: 15px;*/
    /*text-align: center;*/
    /*border: 1px solid #eee;*/
    /*margin-bottom: 20px;*/
    /*min-height: 235px;*/
}
.why_redcorel .info_box .icon {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    /*margin: -60px auto 0 auto;*/
    /*background-color: #fba70b;*/
    border-radius: 100%;
    padding: 20px;
    position: relative;
    z-index: 9999;
    transition: 0.4s;
    border: 6px solid #fff;
}
.why_redcorel .info_box .icon .icon2 {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.why_redcorel .info_box .info {
    position: relative;
    z-index: 999;
    color: #fff;
    /*min-height: 180px;*/
    text-align: left;
}
.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}
.why_redcorel .info_box .info h3 {
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding: 19px 17px;
    margin: 0px;
}
.why_redcorel .info_box .info h3 img
{
    margin-right: 10px;
}
.why_redcorel .info_box .info p {
    text-align: left !important;
    letter-spacing: 0;
    font-size: 16px;
    color: #000;
    min-height: 140px;
}
.why_redcorel .info_box::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-color: #493fa6;*/
    /*width: 100%;*/
    /*height: 0;*/
    /*top: 0;*/
    /*left: 15px;*/
    /*transition: 0.4s;*/
    /*z-index: 0;*/
}

.why_redcorel .info_box:hover .icon {
    background-color: #fff;
    border: 6px solid #eee;
    transition: 0.4s;
}

.why_redcorel .info_box:hover .icon .icon2 {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

.why_redcorel .info_box:hover::after {
    /*height: calc(100% - 20px);*/
}
.info_box:hover span.btn.btn-primary
{
    color: #fff;
}
.why_redcorel .info_box:hover p , .why_redcorel .info_box:hover h3
{
    color: #000;
}
#services .item
{
    margin-top: 50px;
}


.collapsible {
  background-color: #335b63;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom: 10px;
}

/*.active, .collapsible:hover {*/
/*  background-color: #555;*/
/*}*/

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {*/
/*  content: "\2212";*/
/*}*/

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.tuia-card .content
{
	    padding: 0 18px;
    overflow: auto;
    transition: max-height 0.2s ease-out;
    background-color: white;
    max-height: max-content;
}
.content.form-content
{
     max-height: 100% !important;
    overflow: auto;
}
.home-investor
{
    background: none;
}
.home-investor hr
{
  margin-bottom: 40px;  
  border: 0;
}
.footer-bars p , .footer-bottom p
{
    color: #fff;
}
#mission ul li
{
    font-size: 16px;
}
.info_box a:hover
{
    text-decoration: none;
}
/*.home-slider {*/
/*  background-image: url(../images/banners.jpg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  min-height: 600px;*/
/*}*/
.home-slider .banner-text {
  padding: 186px 0;
  padding: 14% 0px;
  /*text-align: center;*/
}
.home-slider .banner-text .banner-title {
  font-weight: 600;
  line-height: 46px;
}
.home-slider .banner-text .banner-title .green {
  display: block;
  font-weight: 600;
 font-size: 5.9rem;
line-height: 83px;
}
.banner-text p
{
    color: #888;
}
.green {
  color: #335b63;
  color: #172b43;
}
.home-slider .banner-text a.btn.btn-primary {
  margin-top: 30px;
}
.home-slider .main-header {
  /*background-color: rgba(0,0,0,0.03);*/
  background-color: #fff0;
  /*padding: 10px;*/
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
}
.home-slider .main-header img {
  width: auto;
  /*width: 120px;*/
  margin-top: 10px;
}
.home-slider .header-menu nav.navbar {
  padding: 0;
}
.home-slider .main-header ul.navbar-nav {
  /*margin: auto;*/
}
.home-slider .main-header ul.navbar-nav a.nav-link {
  padding: 10px 15px !important;
}
ul.navbar-nav .nav-item.active .nav-link {
  color: #000 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.home-slider .main-header .login-btn {
  text-transform: uppercase;
  width: 130px;
  font-size: 18px;
  line-height: 27px;
}
.inner-banner
{
        min-height: 136px;
}
.inner-banner .main-header
{
        background: rgb(255 255 255);
}
.utility-box {
  position: relative;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  background-color: #fff;
  min-height: 180px;
  text-decoration: none !important;
  border: 0px;
}
.card {
  text-align: center;
  padding: 30px 0px;
  border: none;
}
.utility-box:hover p
{
    color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.utility-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #ac2438;
  z-index: -1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 4px;
}
.utility-box {
  text-align: center;
}
.utility-box h5
{
    
}
.utility-box .cont_text p {
      font-size: 15px;
    color: #888;
    margin-top: 15px;
    transition: 0.3s;
    position: relative;
    z-index: 999;
    text-align: left;
    font-weight: 500;
}
.card.utility-box .cardimg-hover
{
    display: none;
}
.cardimg , .cardimg-hover{
    font-size: 56px;
    color: #ed3337;
    transition: 0.3s;
    position: relative;
    z-index: 999;
    /*   width: 66px;*/
    /*height: 60px;*/
}
.utility-box:hover::after {
    content: "";
    position: absolute;
    background: url("../assets/images/shape_.png");
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transition: 0.3s;
    border-radius: 5px;
}
.utility-box:hover::after {
    height: 100%;
    transition: 0.3s;
}
.home-aboutus
{
    /*background-color: #4941a2;*/
}
.utility-box:hover .cardimg
{
    /*display: none;*/
}
.utility-box:hover .cardimg-hover
{
    display: block;
    margin: 0px auto;
}
.home-aboutus .main-title
{
    text-align: left;
    /*color: #fff;*/
}
.home-aboutus .main-title .color-green
{
    font-weight: 600;
    font-size: 28px;
    padding: 10px 0px;
    /*color: #fff;*/
}
.home-aboutus p
{
    /*color: #fff;*/
}
div#services1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.why_redcorel .info_box .icon img {
    width: 50px;
    height: 50px;
}
.why_redcorel .info_box .info p
{
    
}
.info_box span.btn.btn-primary {
    background: none;
    border: none;
    color: #1f75fe;
}
.owl-carousel .owl-item img 
{
    width: 150px;
    border-radius: 50%;
    height: 150px;
}
.investor-info .name h5
{
    color: #fff;
}
.owl-theme .owl-nav.disabled+.owl-dots
{
    margin-top: 0px; 
    text-align: left;
}
.fromindex
{
        background: #052944;
    padding: 20px;
    border-radius: 11px;
    /*margin-top: -136px;*/
}
.fromindex h4
{
    /*background: #fba70b;*/
    color: #fff;
    margin: 0px -20px;
    text-align: center;
    padding: 3px;
    /*margin-bottom: 15px;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px;
}
.fromindex table b
{
    color: #fff;
    display: none;
}
.fromindex table tr
{
    line-height: 1;
}
.footer-top .info-items span
{
    color: #fff;
    display: block;
    width: 82%;
    float: right;
}
.footer-top .info-items
{
    line-height: inherit;
    margin-bottom: 35px;
}
.footer-top .info-items img
{
    margin-right: 10px;
    width: 25px;
}
.social-media .items
{
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
}
.main-footer .footer-bars .foot-title span
{
    width: 100%;
    display: block;
}
.main-title span
{
    display: block;
}
.mt-60
{
    margin-top: 60px;
}
.mt-40
{
    margin-top: 20px;
}
.home-testimonials .col-md-4 img
{
    width: 100%;
}
.inner-news .fa , .info_box span.btn.btn-primary .fa
{
    font-size: 11px;
}
.main-header-top
{
    background: #38287b;   
    padding: 10px 0px;
    margin-bottom: 18px;
}
.main-header-top ul
{
    margin-bottom: 0px;
    margin-top: 3px;
    padding: 0px;
}
.main-header-top ul li
{
    display: inline-block;
}
.main-header-top ul li img
{
    width: 20px !important;
    margin-right: 14px;
}
.main-header-top ul li a {
  color: #fff;
  margin-right: 12px;
}
.btn.btn-primary.know-more
{
    /*height: 30px;*/
    /*padding: 0px 15px;*/
}
.main-heading
{
    text-align: center;
}
.utility-box h5
{
    font-weight: 600;
    margin: 0px;
    padding: 21px 0px 0px;
}
.main-section.home-about .card.utility-box
{
    border: none;
    padding: 47px 53px;
    text-align: left;
}

.main-section.home-about .card.utility-box:hover::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: url("../../img/shape_.png");
      z-index: -1;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      border-radius: 4px;
     padding: 90px;
     background-size: contain;
     background-repeat: no-repeat;
}
.why_redcorel .info_box:hover::after
{
     content: "";
      position: absolute;
      top: -19px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      /*height: 100%;*/
      background: url("../../img/shape_.png");
      z-index: -1;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      border-radius: 4px;
     padding: 90px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     height: 506px;
}
.why_redcorel .info_box .icon1
{
    width: 100%;
}
div#services1 .item .row
{
    display: block;
    margin: 0px auto;
}
.why-choose-slider
{
    background: #f8aa09;
    padding: 9rem 3rem;
    margin: 10rem 0px;
    left: -79px;
    position: relative;
}
#home_testimonials h3
{
    color: #fff;
}
.downloadapp
{
    background: #063659;
    padding-bottom: 0px;
}
.downloadapp .home-aboutus .main-title
{
    color: #fff;
}
.downloadapp .main-title , .downloadapp p
{
    color: #fff;   
}
.downloadapp.home-aboutus ul 
{
    padding-left: 0px;
    margin-top: 30px;
}
.downloadapp.home-aboutus ul li
{
    display: inline-block;
}
.testimonials .why-choose-slider
{
    background: #f8aa09;
    /*padding: 9rem 3rem;*/
    /*margin: 4rem 0px;*/
    /*left: -79px;*/
    position: relative;
    
    background: url("../../images/testimonial.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 4px;
    padding: 90px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    left: 0;
}
#testimonials .img
{
    display: flex;
}
#testimonials img
{
    width: 120px;
    border-radius: 50%;
    height: 120px;
    margin-right: 27px;
}
.home-testimonials .inner-news
{
    padding: 20px;
}
.home-testimonials .inner-news a
{
    background: #ffb400;
    color: #fff;
    padding: 11px;
    border-radius: 4px;
    display: inline-block;
}
.home-testimonials .col-md-4 .row
{
    position: relative;
}
.home-testimonials .col-md-4 .col-md-12:hover::after
{
    content: "";
    position: absolute;
    background: url("../../images/testimonial-bg-shape.png");
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 4px;
    padding: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    left: 0;
    top: -10px;
    bottom: 0;
    right: 0;
}
.footer-top .fa
{
    color: #fff;
}
.footer-top img
{
        margin-bottom: 20px;

}

.footer-top img.logo
{
	    background: #fff;
    padding: 12px;
    width: 100%;
    border-radius: 14px;
}

.sip-calculator-section .grow_gif {
    text-align: center;
    margin-top: 45px;
}
.sip-calculator-section .grow_gif img {
    width: 90%;
    margin: -70px auto 0 auto;
}
.sip-calculator-section #chart_div {
    margin-top: 40px !important;
}

.sip-calculator-section .ui-widget.ui-widget-content {
    border-radius: 30px;
    height: 6px;
    background: #9c9fa1;
    border: 1px solid #9c9fa1;
}

.sip-calculator-section .ui-state-default, .sip-calculator-section .ui-widget-content .ui-state-default, .sip-calculator-section .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    background: #fff;
    font-weight: normal;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    top: -5px;
}
.sip-calculator-section .ui-slider .ui-slider-range {
    background: #fff;
    border: 1px solid #fff !important;
}
.home-testimonials ul li
{
    display: inline-block;
}
.home-testimonials .marquee
{
    /*background: #ffb400;
    padding: 25px;*/
    width: 100%;
}
.home-testimonials ul li img 
{
    width: 150px;
    padding: 10px;

}
.home-testimonials ul
{
    margin-bottom: 0px;  
}
.p-0
{
    padding: 0px;
    margin-top: -11rem;
    margin-bottom: 5rem;
}
.p-0 h1
{
    color: #fff;
    margin-bottom: 20px;
}

/* TICKER */

.ticker_section {
  /* padding: 40px 0; */
  background: linear-gradient(0deg, #176974, #176974);
  /*border-bottom: 1px solid #f7f7f7;*/
}
  .ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  margin: 0;
  }
  .tickers .ticker_item {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    /*width: 100%;*/
    padding: 0;
    padding: 0px 7px;
    display: flex;
    background: linear-gradient(0deg, #fff, #fff);
    /*height: 110px;*/
    text-align: center;
    border-right: 1px solid #fff;
  margin: 6px 9px;
	      border-radius: 6px;
}

.tickers .ticker_item:last-child {
  border: none;
}


.tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #000;
  margin-top: 5px;
  position: relative;
  z-index: 9;
 /* margin-left: -19px;*/
	 font-weight: 600;
}
.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  padding-top: 6px;
  /*line-height: 18px;*/
  color: #000;
  position: relative;
  z-index: 9;
  margin-left: 7px;
	    font-weight: 600;
}
.tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  display: block;
  line-height: 18px;
  font-size: 12px;
  /*margin-top: 5px;*/
  background-color: #ffffff33;
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
}
.tickers .ticker_item .difference_percent::after {
    content: "";
    position: absolute;
    background-image: url(../images/trend.png);
    font-size: 18px;
    /*bottom: 25px;*/
    bottom: 8px;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    /*z-index: 0;*/
    right:7px;
    /*opacity: 0.2;*/
    /*display: none;*/
}
  .tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
  }
  .tickers .ticker_item .difference_percent.negative::after {
    background-image: url(../images/decrease.png);
    /*bottom: 20px;*/
}

  /* TICKER */


/*====================================================
--<	temp_theme Flipbox Area Css -->
======================================================*/
.temp_theme_flipbox_font {
    border: 1px solid #176974;
    border-radius: 8px;
}
.flipbox .section_main_title h1 {
    color: #fff;
}
.flipbox .section_sub_title h6 {
    color: #fff;
}
.flipbox .section_title{
	margin-bottom:30px;
}
.temp_theme_flipbox {
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}
.temp_theme_flipbox .temp_theme_flipbox_font,
.temp_theme_flipbox .temp_theme_flipbox_back {
	min-height: 150px;
	height: auto;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
}
.temp_theme_flipbox .temp_theme_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent -80%,#176974);
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.temp_theme_flipbox .temp_theme_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.temp_theme_flipbox_icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.temp_theme_flipbox_font .flipbox_desc p {
    color: #fff;
}
.temp_theme_flipbox .flipbox_title h3 {
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;
}
.temp_theme_flipbox .temp_theme_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	    background-size: cover;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.temp_theme_flipbox .temp_theme_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #176974;
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}
.temp_theme_flipbox_back .flipbox_desc p{
    color: #fff;
}
.temp_theme_flipbox .temp_theme_flipbox_back .flipbox_button a i {
	display: none;
}
.temp_theme_flipbox .temp_theme_flipbox_back .flipbox_title h3 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.temp_theme_flipbox .temp_theme_flipbox_font .flipbox_desc,
.temp_theme_flipbox .temp_theme_flipbox_back .flipbox_desc {
	color: #fff;
}

/* Flipbox Hover Css */
.temp_theme_flipbox:hover .temp_theme_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.temp_theme_flipbox:hover .temp_theme_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.temp_theme_flipbox .temp_theme_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #176974;
	background: #176974;
}

.pages .temp_theme_flipbox .temp_theme_flipbox_font .flipbox_title h3 {
    color: #444;
}
.pages .temp_theme_flipbox_font .flipbox_desc p {
    color: #666;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-85 {
    padding-top: 85px;
}
.inner-banner {
    min-height: 124px;
    background-image: none !important;
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  background-color: var(--white);
  border: 1px solid #eee;
}

.login-part .form-control {
  padding: 15px;
}

.login-part .form-group {
  margin-bottom: 20px;
}

.login-part input[type=radio] {
  margin-right: 8px;
}

.login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  border-radius: 5px;
}

.login-part input:not([type=radio]) {
  width: 100%;
}

.form-check-input {
  position: unset;
  margin-top: unset;
  margin-left: unset;
}

.form-check-input:checked {
  background-color: var(--color-theme);
  border-color: var(--color-theme);
}

.mb-25 {
  margin-bottom: 25px;
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .ticker_sticky {
  position: relative;
  z-index: -3;
}

.modal-open footer.footer_main {
  position: relative;
  z-index: -3;
}

.modal-open .costom-modal-a {
  z-index: 99;
  visibility: visible;
  pointer-events: visible;
}

.modal-open .costom-modal-a .bg-show {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.costom-modal-a {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.costom-modal-a .close-i {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background: #fff;
  box-shadow: 0 0 15px 0 #777;
  border-radius: 5px;
}

.costom-modal-a .cm-body {
  max-width: 400px;
  width: 100%;
  background-color: var(--white);
  border-radius: 3px;
  position: relative;
  z-index: 999;
}

.costom-modal-a .cm-body .m-hadding {
  background-color: var(--color-theme);
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  color: var(--white);
}

.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

/*========================================*/
/*------------ [_Section_News] -----------*/
/*========================================*/
.news-wrapper .news-thumb {
  position: relative;
  overflow: hidden;
}

.news-wrapper .news-thumb img {
  transition: all 500ms ease-out 0s;
	    width: 350px;
}

.news-wrapper .news-thumb .news-top-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 4px 14px;
  background: #2d3857;
  font-size: 14px;
  color: var(--rv-white);
  transition: all 400ms ease-out 0s;
}

.news-wrapper .news-thumb .news-top-meta a {
  color: var(--rv-white);
}

.news-wrapper .news-thumb .news-top-meta i {
  font-size: 15px;
  margin-right: 8px;
  vertical-align: middle;
  color: var(--rv-white);
}

.news-wrapper .news-thumb .news-top-meta .admin {
  background: #ececec;
  padding: 2px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 11px;
  color: #17305e;
}

.news-wrapper .news-thumb .news-top-meta .admin a {
  color: #17305e;
}

.news-wrapper .news-thumb .news-top-meta .comment {
  background: #2d3857;
  padding: 2px 17.9px;
  min-width: 96px;
}

.news-wrapper .news-thumb:after {
  position: absolute;
  content: "";
  background: rgba(23, 48, 94, 0.6);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 400ms ease-out 0s;
  transform: perspective(3em) rotateY(-3deg);
  transform-origin: top;
}

.news-wrapper .news-details {
  background: var(--rv-white);
  padding: 20px;
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
}

.news-wrapper .news-details .news-description .news-bottom-meta {
  color: #828c99;
  background: #f5f6fc;
  padding: 10px 20px;
  border-left: 3px solid #2d3857;
}

.news-wrapper .news-details .news-description .the-content {
  margin-bottom: 20px;
}

.news-description .the-title {
  font-size: 22px;
  margin-bottom: 15px;
  min-height: 65px;
}

.news-wrapper .news-details .news-link {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1.2px;
  line-height: 16px;
  position: relative;
}

.news-wrapper .news-details .news-link a {
  color: #2d3857;
  font-size: 15px;
}

.news-wrapper .news-details .news-link a i::before {
  font-size: 16px;
  vertical-align: middle;
  transition: 300ms;
}

.news-wrapper .news-details .news-link:hover {
  color: #2d3857;
}

.news-wrapper .news-details .news-link:hover:before {
  width: 100%;
}

.news-wrapper .news-details .news-link:hover a i::before {
  margin-left: 6px;
}

.news-wrapper .news-details .news-link:before {
  content: "";
  width: 60%;
  height: 2px;
  background: #2d3857;
  left: 0;
  position: absolute;
  bottom: -5px;
  transition: 0.3s;
}

.news-wrapper:hover .news-thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.news-wrapper:hover .news-thumb .news-top-meta {
  left: 30px;
}

.news-wrapper:hover .news-thumb:after {
  opacity: 1;
  transform: perspective(0) rotateX(0);
}

.news-wrapper .news-details .news-description .news-bottom-meta {
  color: #828c99;
  background: #f5f6fc;
  padding: 10px 20px;
  border-left: 3px solid #2d3857;
}
.hide-span
{
	display: none;
}
.text_input
{
	float: right;
    border-radius: 4px;
    border: 1px solid #979797;
	    padding: 0px 5px;
}
.outer_div
{
	    margin-bottom: 20px;

}
@media only screen and (max-width:767px){
.outer_div
{

	        row-gap: 20px;
	}

	.news-wrapper.mrb-30.mrb-sm-40{
	    margin-bottom: 30px;
	}
	.news-wrapper .news-thumb img{
	width:100%;
	}
	.footer-top img.logo{
	    width: auto;
	}
	.fund_performance form {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	.category_side_bar{
	
	width: 100%;
	    margin-bottom: 30px;
	}
	
}
.invested
{
	background: #2f4e7c;
	color: #fff;
}

.returns
{
	background: #176974;
	color: #fff;
}

.total
{
	background: rgb(255, 205, 86);
	color: #fff;
}


.features-section .tyi-items .image {
  text-align: center;
}
.features-section .features-list {
  padding-left: 0;
}
.features-section .features-list li {
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}
.features-section .features-list li.active a .tuia-card::before {
  opacity: 1;
}
.features-section .features-list li a {
  display: block;
  text-decoration: none;
}
.features-section .features-list li a .tuia-card {
  background-color: var(--white);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 5px 5px 10px 0 #ddd;
}
.features-section .features-list li a .tuia-card:hover {
  transition: 0.5s;
  box-shadow: 5px 5px 10px 0 var(--color-theme);
}
.features-section .features-list li a .tuia-card:hover::before {
  opacity: 0.5;
}
.features-section .features-list li a .tuia-card::before {
  content: "";
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  position: absolute;
  background: var(--color-theme);
  transition: 0.5s;
  opacity: 0.2;
  border-radius: 10px;
  transform: rotate(-45deg);
}
.features-section .features-list li a .tuia-card .content p {
  color: #555;
}
.features-section .features-list li a .tuia-card .content p:last-child {
  margin-bottom: 0;
}
.features-section .features-list li a .tuia-card .ih-card {
  display: flex;
  align-items: center;
}
.features-section .features-list li a .tuia-card .ih-card .icone {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-right: 5px;
  align-items: center;
}
.features-section .features-list li a .tuia-card .ih-card .icone svg {
  width: 30px;
  height: 30px;
}
.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
  font-weight: 600;
  color: #666;
  margin-bottom: 0;
}
.features-section .stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
 /* padding-top: 20px;*/
}
.features-section .stores .stors {
  padding-bottom: 15px;
}
.features-section .stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.features-section .stores .stors img {
  /*transition: 0.5s;
  height: 40px;
  filter: opacity(0.7) grayscale(1);*/
}
.disclaimer hr {
    border: 0.1px solid #ffffff2b;
}

.diclaimer-amfi .amfi-item {
    display: flex;
    align-items: center;
    height: 85px;
}
.diclaimer-amfi .amfi-item img {
    border-radius: 6px;
}
.diclaimer-amfi .amfi-item span {
    margin-left: 15px;
}
.diclaimer-amfi p {
    color: #d3deeb;
}
.flipbox_desc
{
	display: none;
}
#myChart
{
	height: 268px !important;
    width: 385px !important;
}

/* Feature Style Seven */
.single_feature_seven {
    text-align: center;
    padding: 40px 24px;
    border: 1px solid #176974;
    position: relative;
    z-index: 1;
    background: #fff;
	margin-bottom:30px;
}

.single_feature_seven:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #176974
    
    ;
    transition: .3s;
    z-index: -1;
}
.single_feature_six_seven_icon .icon {
    font-size: 55px;
    color: #176974;
	transition:.5s;
}
.single_feature_seven_content h4 {
    transition: .5s;
    padding-top: 15px;
}
.single_feature_seven_content p {
    padding-top: 8px;
    transition: .5s;
}
.single_feature_seven:hover:before{
	width: 100%;
    height: 100%;
	background:#176974;
}
.single_feature_seven:hover .single_feature_six_seven_icon .icon,
.single_feature_seven:hover .single_feature_seven_content h4,
.single_feature_seven:hover .single_feature_seven_content p{
	color:#fff;
}
/* Feature Style Eight */

.feature_style_eight{
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    text-align: center;
    padding: 60px 40px 45px;
	transition:.5s;
	border-radius:7px;
}
.feature_style_eight:hover{
	box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.feature_style_eight_icon{
  position: relative;
  display: inline-block;
  font-size: 60px;
  width: 130px;
  height: 130px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
  background: #fff;
  box-shadow: 0 20px 50px 5px #e9eef7;
  color:#176974;
}
.feature_style_eight_icon .icon {
    display: inline-block;
}
.feature_style_eight:hover .feature_style_eight_icon{
	color:#fff;
}
.feature_style_eight:hover .feature_style_eight_icon{
  box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.feature_style_eight_icon:before {
    position: absolute;
    content: '';
    background: rgba(12,90,219,0.10);
    width: 100%;
    height: 100%;
    left: -8px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
	transition:.5s;
}
.feature_style_eight:hover .feature_style_eight_icon:before{
	background: rgba(12,90,219,0.80);
}
.anim-icon{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-animation: service_hexagon 3s infinite linear;
  -moz-animation: service_hexagon 3s infinite linear;
  -o-animation: service_hexagon 3s infinite linear;
  animation: service_hexagon 3s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.feature_style_eight:hover .anim-icon{
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.anim-icon .icon-1{
  position: absolute;
  left: -25px;
  top: 60px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
  background:rgba(99, 119, 238, 0.8);
}
.anim-icon .icon-2{
  position: absolute;
  left: 10px;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 4s infinite linear;
  animation: zoom-fade-two 4s infinite linear;
  background:rgba(99, 119, 238, 0.8);
}
.anim-icon .icon-3{
  position: absolute;
  top: 15px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 3s infinite linear;
  animation: zoom-fade-two 3s infinite linear;
  background:rgba(99, 119, 238, 0.8);
}
.feature_style_eight_title a {
    font-size: 24px;
    font-weight: 700;
}
/* Feature Style Nine */

.item.py-5 {
    padding: 30vh 0px !important;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right;
}
.item h3 , .item p
{
	color: #000;
}

.services-sections .temp_theme_flipbox_font{
position:relative;
}
.services-sections .temp_theme_flipbox_font:before {
	    content: '';
    background-image: url(../images/doodle-financial.png);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .1;
    background-size: 65%;
	
}

.ppo-section .title-two {
  background: #2f4e7c;
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 10px 15px;
  color: #fff;
}
.ppo-section .title-two:first-child {
  margin-top: 0;
}
.ppo-section .logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  padding: 0;
  margin: -10px;
}
.ppo-section .logo-container ul li {
  padding: 10px;
  list-style: none;
}
.ppo-section .logo-container ul li .logo-holder {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.ppo-section .logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home-slider .owl-nav button {
    width: 40px;
    line-height: 0;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    padding: 17px 0 25px;
    color: var(--rv-white);
    position: relative;
    background: rgba(255, 255, 255, 0.1019607843);
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.4392156863);
    border: 1px solid var(--rv-white);
    top: -2px;
}
#home-slider .owl-nav {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
#home-slider .item h3{
    font-size: 40px;

	font-weight: 600;}

#home-slider .item h3, #home-slider .item p{
color:#fff;
}