/* Main Theme Stylesheet */
header#header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.3215686274509804);
    padding: 20px 0 30px 0;
}
nav.main-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
nav.main-menu .menu > li {
    display: inline-block;
    padding: 8px 0;
}
body.homepage header#header{
    background-color: rgba(17, 17, 17, 0.25098039215686274);
}
/*header#header {*/
/*    background-color: rgba(0, 0, 0, 0.345653285);*/
/*}*/
nav.main-menu .menu > li a {
	color: #fff;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

header#header {
    border-top: 4px solid #ac1921;
}

.inv-strategy.tabinvest .funds-logo-img {
    display: inline-block;
    position: relative;
    top: -2px;
    left: -2px;
    width: 28px;
    height: 30px;
}


.inv-strategy.tabinvest .content-tab .tab-bar .tab-box {
    width: 170px;
}

nav.main-menu .menu > li.menu-item a {
    padding: 20px 10px 20px 10px;
    border-top: 2px solid transparent;
}
nav.main-menu .menu > li.menu-item a:hover {
    border-top: 2px solid #e21c24;
}

nav.main-menu ul.menu > li.menu-item a.active {
    border-top: 2px solid #e21c24;
}

nav.main-menu .menu > li.menu-social-icons a {
	font-size: 22px;
    padding-right: 3px;
}
nav.main-menu .menu > li.menu-social-icons a:hover {
	color: #981119;
}
nav.main-menu .menu > li.menu-social-icons a > i {
	vertical-align: middle;
}
.banner-txt {
	font-weight: 300;
	color: #ffffff;
	font-family: 'Roboto','Helvetica','Arial',sans-serif;
}

ul.menu > li.menu-item:hover ul.sub-menu {
    display: block;
}

.zoom-item img {
    margin-bottom: 20px;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoom-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


ul.sub-menu {
    position: absolute;
    padding-left: 0;
    text-align: left;
    width: 189px;
    background-color: #fff;
    display: none;
    margin-left: 10px;
}

ul.sub-menu li a {
    padding-top: 10px !important;
    color: #111 !important;
    padding-bottom: 10px !important;
}

ul.sub-menu li a:hover {
    background-color: #981119 !important;
    color: #fff !important;
    border: 2px solid transparent !important;
}

ul.sub-menu li a.active {
    background-color: #981119 !important;
    color: #fff !important;
    border: 2px solid transparent !important;
}

ul.menu > li.menu-item {
    position: relative;
}

.mobile-menu-button {
    display: none;
    float: right;
    font-size: 26px;
    color: #fff;
}
section.after-slider .section-heading h3,
section.we-work .section-heading h3 {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    color: #333;
    text-align: center;
}
section.our-team .section-heading h3 {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    color: rgb(152, 17, 25);
    text-align: center;
}
.cu-hr {
    background-color: #ddd;
    display: block;
    margin: 0 auto;
}
section.after-slider .section-heading .cu-hr,
section.our-team .section-heading .cu-hr,
section.we-work .section-heading .cu-hr {
    height: 4px;
    width: 8%;
}
section.our-team .section-heading .cu-hr {
	background-color: rgb(152, 17, 25);
}

.team-mem-img .member-name{
    background: rgb(152, 17, 25);
    padding: 3px 0;
    position: relative;
    bottom: 22px;
    width: 99.7%;
    margin: 0 auto;
}

.team-mem-img .member-name h5{
    margin-top: 6px !important;
}

section.after-slider .icon-box {
    background-color: #e91c24;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}
section.after-slider .content-heading h4 {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

section.after-slider .content-heading .cu-hr {
    width: 18%;
    height: 3px;
}

section.after-slider .content-text p {
    padding: 40px 20px 10px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    line-height: 1.7;
}

.cn-details a {
    padding-left: 6px;
    color: #ddd;
    font-weight: 200 !important;
}

section.after-slider .learn-more a {
    color: #ae2d25;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-align: center;
}
section.after-slider .box {
    text-align: center;
    padding: 50px 0 0;
    padding-bottom: 21px;
    margin-left: 10px;
    width: 32% !important;
}
section.after-slider {
     padding: 0px 0;
}
section.our-team {
    /*background-color: rgb(229, 28, 36);
    background-color: rgb(152, 17, 25);*/
    background-color: #eee;
    padding: 50px 0;
}
section.our-team .team-mem-img img {
    /*width: 100%;*/
    width: 75%;
}
section.our-team .member-name h5 {
    color: #fff;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 15px;
    font-size: 18px;
}

section.our-team .designation h5 {
    color: #000;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
}

section.our-team .member-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.our-team .member-social ul li {
    display: inline-block;
}

section.our-team .member-social ul li a {
    color: #21272f;
    font-size: 26px;
    margin-right: 3px;
}
section.our-team .box {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 21px;
}
section.we-work .content-text h4 {
    color: #888888;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 24px;
    font-weight: 100;
    width: 60%;
    margin: 0 auto;
}

section.we-work {
    text-align: center;
    padding: 60px 0;
}
section.we-work .box {
    padding-top: 30px;
}
section.we-work .content-text {
    margin-bottom: 40px;
}
section.we-work .box-button a {
    color: #fff;
    background-color: rgb(229, 28, 36);
    padding: 13px 30px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 18px;
    box-shadow: 5px 5px 0px 1px #cecdcd;
}
section.clients-logo {
    background-color: #f7f7f7;
    padding: 30px 0;
}
.copyright {
    background-color: #0a0a0a;
    color: #888888;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 16px;
    padding: 15px 0;
}
#footer .col-footer {
	background-color: #1f1f1f;
	padding: 60px 0;
}
#footer .about-site p {
    color: #ddd;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    margin: 15px 0;
}
#footer ul.footer-menu {
    list-style: none;
    margin: 0;
    /*column-count: 2;*/
}

#footer ul.footer-menu > li {
    padding: 10px 0;
}

#footer ul.footer-menu > li a {
    color: #ddd;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-weight: 200 !important;
}
#footer .cn-details {
    color: #ddd;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 200 !important;
    font-size: 16px;
    padding-top: 8px;
}

#footer .cn-details b {
    font-weight: 200 !important;
    font-size: 17px;
}

#footer .cn-details p {
    margin: 0;
    line-height: 1.7;
}
#footer .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 5px 0;
}

#footer .footer-social ul li {
    display: inline-block;
}

#footer .footer-social ul li a {
    color: #fff;
    font-size: 30px;
    margin-right: 6px;
}

#footer .footer-social ul li a:hover {
    color: #e91c24;
}
section.page-normal-banner {
    /*background-color: #d3181f;*/
    min-height: 300px;
}
section.page-normal-banner .banner_img {
    height: 300px;
    background-image: url(../images/508.jpg);
    min-height: 300px;
    width: 100%;
}
section.page-normal-banner .banner_img_funds {
    height: 300px;
    background-image: url(../images/504.jpg);
    min-height: 300px;
    width: 100%;
}
section.page-normal-banner .banner_img_investment {
    height: 300px;
    background-image: url(../images/384.jpg);
    min-height: 300px;
    width: 100%;
}
.page-normal-banner .banner_content {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.page-normal-banner .banner_content .banner-title {
    color: #fff;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 42px;
    margin-top: 80px;
}
.page-normal-banner .banner_content p {
    color: #fff;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 15px;
}
section.teampage-section-one .section-heading h3 {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 200;
}
section .section-heading h3 {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 200;
}
section.teampage-section-one {
    padding: 80px 0;
}
section.teampage-section-one .section-heading .cu-hr {
    width: 100px;
    height: 5px;
    margin: 13px 0 0;
}
section.teampage-section-one .content-text p {
    margin-top: 30px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}
section.teampage-section-one .content-text p.footer-text {
    margin-top: 40px;
}
section.team-member-details {
    padding: 60px 0;
}
section.team-member-details .mem-name {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
}
section.team-member-details .mem-des {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 17px;
    color: #666;
    text-transform: uppercase;
    margin-top: 3px;
}
section.team-member-details .member-details {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 17px;
    color: #666;
    padding: 40px 0 0;
}
section.our-funds-section .section-heading .cu-hr,
section.invest-now .section-heading .cu-hr,
section.inv-strategy .section-heading .cu-hr,
section.financial-inc .section-heading .cu-hr,
section.company-info .section-heading .cu-hr,
section.b-bbee .section-heading .cu-hr,
section.about-us .section-heading .cu-hr {
    width: 100px;
    height: 5px;
    margin: 13px 0 0;
}
.our-funds-section .content-text p,
section.inv-strategy .content-text p {
    margin-top: 30px;
    color: #666;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 18px;
    line-height: 1.8;
}
.our-funds-section .content-text {
    padding-top: 20px;
}
section.our-funds-section {
    padding: 60px 0;
}
.clients-logo .client_wrapper {
    text-align: center;
}
.our-funds-section .content-table table tr td, .our-funds-section .content-table table tr th {
    /*border: 0;*/
    font-size: 18px;
}
.our-funds-section .content-table table {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    color: #888888;
}
.our-funds-section .content-table table .table-heading {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}
.our-funds-section .content-table table tr .table-btn {
    color: #fff;
    background-color: #ae2d25;
    font-size: 17px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    padding: 9px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.our-funds-section .content-table {
    margin-top: 70px;
}
section.invest-now {
    padding: 80px 0 100px;
}
.invest-now .investNow-btn {
    color: #fff;
    background-color: #ae2d25;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    width: 48%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
.invest-now .investNow-btn:first-child {
    margin-right: 2%;
}
.invest-now .content-text {
    padding-top: 50px;
}
.invest-now .investNow-btn:hover {
    box-shadow: 7px 7px 0px 0px #ddd;
}.invest-now .investNow-btn:hover {
    box-shadow: 7px 7px 0px 0px #ddd;
}
section.inv-strategy {
    padding: 80px 0;
}
.inv-strategy .content-tab .tab-bar .tab-btn {
    color: #ae2d25;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #cacaca;
    cursor: pointer;
}
.inv-strategy .content-tab .tab-bar .tab-box {
    width: 230px;
}
.inv-strategy .content-tab {
    min-height: 200px;
    display: inline-block;
    margin-top: 50px;
}

.inv-strategy .content-tab .tab-bar {
    background-color: #ebebeb;
    display: flex;
    border: 1px solid #cacaca;
    position: relative;
}
.inv-strategy .content-tab .tab-bar .tab-content {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 30px 10px;
}
.inv-strategy .content-tab .tab-bar .tab-content.active {
    display: block;
}

.inv-strategy .content-tab .tab-bar .tab-box:last-child .tab-btn {
    border: 0;
}
.inv-strategy .content-tab .tab-bar .tab-btn.active,
.inv-strategy .content-tab .tab-bar .tab-btn:hover {
    background-color: #981119;
    color: #fff;
}
.inv-strategy .content-tab .tab-bar .tab-content p {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
    color: #888888;
    position: relative;
    padding-left: 20px;
}
.inv-strategy .content-tab .tab-bar .tab-content p::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
}
.financial-inc .content-text p {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}
.financial-inc .content-text {
    padding-top: 40px;
}
.red {
    color: #ae2d25;
    font-weight: 700;
    padding-top: 60px;
}
section.financial-inc {
    padding: 60px 0;
}
section.company-info .content-text p {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 17px;
    color: #888888;
    padding: 30px 0;
}
section.company-info .content-text .profile div {
    display: inline-block;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    color: #888888;
    font-size: 16px;
    padding: 5px 0;
}
section.company-info .content-text .profile div:first-child {
    font-weight: 700;
    width: 200px;
}
section.company-info {
    padding: 80px 0;
}
section.b-bbee {
    padding: 70px 0;
}
section.b-bbee .content-text p {
    margin-top: 30px;
    color: #666;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 18px;
    line-height: 1.8;
}
section.about-us .content-text p {
    margin-top: 30px;
    color: #666;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 18px;
    line-height: 1.8;
}
section.about-us .content-text {
    padding-top: 30px;
}
.about-us .sec-sep {
    height: 1px;
    width: 100%;
    background-color: #dddddd;
    margin: 60px 0;
}
section.about-us {
    padding: 60px 0;
}
section.contact-us {
    padding: 60px 0;
}
section.contact-us .icon-box {
    background-color: #ae2d25;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 15px;
}
section.contact-us .box {
    text-align: center;
}
section.contact-us .icon-box > i {
    color: #fff;
    font-size: 30px;
}
section.contact-us .icon-head h4 {
    color: #333333;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}
section.contact-us .icon-head .cu-hr {
    width: 70px;
    height: 4px;
}
section.contact-us .icon-detail p {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
}
section.contact-us .icon-detail {
    margin-top: 40px;
}
section.contact-form {
    background-color: #d4d5d9;
    padding: 60px 0;
}
section.contact-form .section-heading h3 {
    color: #18191d;
    text-align: center;
}
section.contact-form .section-heading .cu-hr {
    background-color: #18191d;
    width: 110px;
    height: 4px;
}
section.contact-form .content-form input[type=text], section.contact-form .content-form textarea {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    padding: 10px;
    color: #18191e !important;
} 

section.contact-form .content-form input[type=text]:focus,
section.contact-form .content-form textarea:focus,
.fill_form_invest_now-form .form-inner .fields input[type=text]:focus
{ 
    background-color: rgba(197, 125, 128, 0.342);
    border: 1px solid #981119;
}

section.contact-form .content-form > div >div {
    margin: 10px 0;
}
section.contact-form .content-form input[type=text]::placeholder, section.contact-form .content-form textarea::placeholder {
    color: #18191e;
}
section.contact-form .content-form input[type=text]:focus, section.contact-form .content-form textarea:focus {
    outline: #f5f5f5;
    box-shadow: none;
}
section.contact-form .content-form {
    padding-top: 40px;
    background-color: #fff;
    padding-bottom: 20px;
}
section.contact-form .content-form .form{
    width: 61%;
    margin: 0 auto;
}
section.contact-form .content-form .submit-button {
    border: 1px solid #fff;
    background-color: #fff;
    color: #ae2d25;
    text-transform: uppercase;
    width: 200px;
    padding: 10px 20px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}
.black-bg{
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
}
.fill_form_invest_now-form {
    display: none;
}
.fill_form_invest_now-form .form-inner {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 30%;
    background-color: #fff;
    padding: 40px 0;
    z-index: 99999;
}
.fill_form_invest_now-form .form-inner .fields input[type=text] {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px 10px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    border: 1px solid #ddd;
    background-color: rgba(197, 125, 128, 0.342);;
    color: #333;
}
.fill_form_invest_now-form .form-inner .fields input.button {
    width: 90%;
    margin: 0 auto;
    display: block;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #981119;
    background-color: #981119;
    padding: 5px 0 6px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 4px;
}
.error {
    display: none;
    color: #fff;
    background-color: rgb(249, 123, 128);
    width: 90%;
    margin: 20px auto 0;
    padding: 5px 10px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 15px;
    border: 2px solid #e91c24;
}
nav.main-menu ul.menu.show {
    display: block;
}
nav.main-menu ul.menu.hide {
    display: none;
}
#tabinvest-main .tab-btn {
    width:  100% !important;
}
#tabinvest-main .main-btn-box {
    float:  left;
    width:  100%;
}
#tabinvest-main .btn-mains {
    width:  20%;
    float:  left;
}
#tabinvest-main .content-tab {
    min-height:  inherit !important;
    margin-top:  0 !important;
    width:  80%;
    float:  left;
}
#tabinvest-main .content-tab .tab-bar .tab-content {
    top: 59px;
}
#tabinvest-main .btn-mains ul {
    list-style:  none;
    padding:  0;
}
#tabinvest-main .btn-mains ul li {
    text-align:  center;
    width:  100%;
    border: 1px solid #ccc;
    padding: 13.1px 0 21px 0;
}
#tabinvest-main .btn-mains ul li img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom:  16px;
}
#tabinvest-main li.first-box {
    padding-bottom:  46px !important;
}
#tabinvest-main .tab-content p {
    padding: 46px 0;
    text-align:  center;
    border: 1px solid #ccc;
}
#tabinvest-main .tab-content {
    padding:  0 !important;
}
#tabinvest-main .content-tab .tab-bar .tab-content p::before {
    display: none;
}
#tabinvest-main  .content-tab .tab-bar .tab-box {
    width: 100%;
}
.content-text .red p {
    color:  #666;
    font-weight:  normal;
}
.content-text .red p a {
    color:  #ae2d25;
}
/* Media Queries */
@media (max-width: 768px) {
    nav.main-menu ul.menu.hide {
        display: block;
    }
    .branding .logo-img {
        text-align: center;
        margin-bottom: 10px;
    }
    nav.main-menu ul.menu {
        text-align: center;
    }
    nav.main-menu ul.menu li.menu-social-icons {
        padding-top: 0;
        line-height: 1;
    }
    .page-normal-banner .banner_content .banner-title {
        margin-top: 180px;
    }
    .copyright {
        text-align: center;
    }
    .inv-strategy .content-tab .tab-bar {
        display: block;
    }
    .inv-strategy .content-tab .tab-bar .tab-content {
        position: static;
    }
    .inv-strategy .content-tab .tab-bar .tab-box,
    .inv-strategy .content-tab {
        width: 100%;
        min-width: 100%;
    }
    #footer .col-footer .col-one,
    #footer .col-footer .col-two,
    #footer .col-footer .col-three {
        margin: 0 auto;
        border-bottom: 1px solid rgba(221, 221, 221, 0.39);
        width: 80%;
        padding: 30px 0;
    }
    #footer .col-footer .col-three {
        border-bottom: 0;
        padding-bottom: 0;
    }
    #footer .col-footer .col-one {
        padding-top: 0;
    }
    #footer ul.footer-menu {
        column-count: 1;
    }
    h5.banner-txt.text {
        line-height: 1 !important;
    }   
}

@media (max-width: 425px) {
    h5.banner-txt.text {
        line-height: 1 !important;
    }

    ul.sub-menu {
    position: relative;
    padding-left: 0;
    text-align: left;
    width: 100%;
    background-color: #fff;
    display: none;
    margin-left: 0px;
}

.client_wrapper img {
    margin: 0 !important;
}

.branding .logo-img a {
    display: inline-block;
    width: 80%;
}

.branding .logo-img a img {
    width: 100%;
}



    nav.main-menu ul.menu.hide {
        display: none;
    }
    .branding .logo-img {
        text-align: left;
        margin-bottom: 0;
    }
    nav.main-menu .menu > li {
        display: block;
        text-align: left;
    }
    nav.main-menu ul.menu {
        background-color: #981119;
        position: absolute;
        left: 0;
        width: 100%;
        top: 10px;
        border-top: 2px solid #fff;
        display: none;
    }
    .mobile-menu-button {
        display: inline-block;
        padding: 8px 15px;
    }
    nav.main-menu ul.menu li.menu-social-icons {
        display: inline-block;
        padding-right: 15px;
    }
    nav.main-menu .menu > li.menu-social-icons a {
        font-size: 30px;
    }
    .our-funds-section .content-table table tr .table-btn {
        padding: 5px 5px;
        font-size: 11px;
    }
    .copyright {
        font-size: 13px;
    }
    .invest-now .investNow-btn {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
    .inv-strategy .content-tab .tab-bar {
        display: block;
    }
    .inv-strategy .content-tab .tab-bar .tab-content {
        position: static;
    }
    .inv-strategy .content-tab .tab-bar .tab-box,
    .inv-strategy .content-tab {
        width: 100%;
        min-width: 100%;
    }
    section.contact-us .box {
        margin-bottom: 50px;
    }
    section.contact-us .icon-box,
    section.after-slider .icon-box {
        width: 80px;
        height: 80px;
    }
    section.contact-us .icon-box > i {
        font-size: 48px;
    }
    section.contact-form .content-form input[name=name] {
        margin-bottom: 10px;
    }
    .fill_form_invest_now-form .form-inner {
        width: 98%;
        margin: 0 auto;
        left: 50%;
        margin-left: -49%
    }

}

.funds-logo-img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    width: 50px; 
    height: 50px;
}
.funds-td {
    padding-top: 42px !important;
}
h2.banner-txt {
    color: #981119 !important;
    text-shadow: 2px 2px #fff;
}
.tp-resizeme.tp-withaction.rs-hover-ready div {
    /* background: #981119 !important; */
    border-radius: 4px;
}
.modal-footer button {
    background: #981119 !important;
}
.box-button a {
    box-shadow: none !important;
    background: #981119 !important;
    border-radius: 4px;
}
.footer-social li a:hover i {
    color: #981119 !important;
}
nav.main-menu ul.menu > li.menu-item a.active {
    border-top: 2px solid #981119;
}
nav.main-menu .menu > li.menu-item a:hover {
    border-top: 2px solid #981119 !important;
    
}
form .row .col-xs-offset-1 {
    margin-left: 13px;
}
.invest-now .investNow-btn {
    background-color: #981119 !important;
}
.invest-now .investNow-btn:hover {
    box-shadow: none !important;
}
.fill_form_invest_now-form .form-inner .fields input.button {
    border: 1px solid #981119 !important;
    background-color: #981119 !important;
}
.fill_form_invest_now-form .form-inner .fields input.button:hover {
    box-shadow: none;
}
section.contact-form .content-form .submit-button {
    background: #981119 !important;
    color: #fff !important;
    border-radius: 4px !important;
      border-color: #981119 !important;
}
.our-funds-section .content-table table tr .table-btn {
    border: 1px solid #981119 !important;
    box-shadow: none !important;
    background: #981119 !important;
    border-radius: 3px;
}
.tab-content.active {
    border-color: #981119 !important;
}
.tab-btn.active {
    border-color: #981119 !important;
}
ul.sub-menu {
    list-style: none !important;
}

ul.footer-menu {
    padding-left: 0 !important;
}
.banner_content {
    display:  block !important;
    float:  left;
    width:  100%;
    margin-top: 172px;
    min-height: 0 !important;
}
.banner_content h1 {
    margin:  0 !important;
}
button.table-btn {
    border: 1px solid #981119 !important;
    box-shadow: none !important;
    background: #981119 !important;
    border-radius: 3px;
    font-size: 17px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    padding: 9px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color:  #fff;
}
#tabinvest-main p.last-p {
    padding: 15px  0 !important;
}
#tabinvest-main .btn-mains ul li.last-box {
    padding:  40px 0 !important;
}
form.model input.span3 {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ccc;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    padding: 10px;
    color: #18191e !important;
    margin-bottom:  14px;
}
form.model button.btn.btn-warning {
    background: #981119 !important;
    color: #fff !important;
    border-radius: 4px !important;
    border-color: #981119 !important;
    text-align:  center;
    margin:  0 auto;
    display:  flex;
}
div#myModal2 h1 {
    font-size: 33px;
    text-align: center;
    margin-top:  2px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
}
@media all and (max-width:684px){
#tabinvest-main .btn-mains ul li {
    height: 122px;
    padding: 0 !important;
    padding-top: 10px !important;
}

#tabinvest-main .btn-mains ul li.last-box {
    padding: 71px 0 !important;
    height: inherit !important;
}
#tabinvest-main .content-tab {
    min-height: inherit !important;
    margin-top: 0 !important;
    width: 75%;
    float: left;
    min-width: 75%;
}
#tabinvest-main li.first-box {
    padding-bottom: 47px !important;
    height: inherit !important;
    padding: 41.3px !important;
}
#tabinvest-main .btn-mains ul li.first-box {
    padding: 41.4px 0 !important;
}
#tabinvest-main .tab-content p {
    height: 122px;
}
.tab-content.active p.last-p {
    height: inherit !important;
}   
} 

.container{
    width: 95% !important;
}

body{
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 400;
} 

.copyright .container{
    text-align: center;
}

p{
    font-weight: 100 !important;
}

@media only screen and (max-width: 600px) {
    section.after-slider .box {
        width: auto !important;
    }
    .fill_form_invest_now-form .form-inner{
        max-width: 400px;
        width:350px;
    }
}

.center{
    text-align: center;
}

.mdl-margin-top{
    margin-top: 25px;
    background: #eee;
    opacity: 1.2;
}

.client_wrapper{
    height: 50%;
    width: 50%;
    margin: 0 auto;
}

.last-1{
    padding: 47px 0 !important;
}

.last-2{
    padding: 48px 0 !important;
}

.last-3{
    padding: 47px 0 !important;
}

.last-4{
    padding: 48px 0 !important;
}

.last-5{
    padding: 48px 0 !important;
}

.last-6{
    padding: 47px 0 !important;
}

.last-7{
    padding: 48px 0 !important;
}

.last-8{
    padding: 48px 0 !important;
}

.card{
    background-color: #ffffff;
    padding: 10px;
}

.section-heading{
    background: #fff;
    padding-left: 19px;
}

.mdl-button--primary{
    background: #981119 !important;
}

.mdl-color--teal,
.mdl-color-text--white,
.primary{
    background-color: #981119 !important;
}