@charset "utf-8";
/* CSS Document */
@import url('../font/css/fontawesome-all.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.wealthelogin {
	position: fixed;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 9999999;
}
img {
	max-width: 100%;
}
section {
	width: 100%;
	float: left;
}
.ptb-80 {
	padding: 50px 0px !important;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
a:hover {
	text-decoration: none;
}
header {
	padding: 10px 0px;
	background: #282627;
	float: left;
	width: 100%;
	padding-bottom: 0px;
}
.header-top {
	width: 100%;
	float: left;
	color: white;
	/*padding-top: 10px;*/
	font-family: arial;
	font-size: 15px;
}
header .whitebg {
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
}
.social {
	text-align: right;
}
.social i {
	border: 1px solid white;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 29px;
}
.fa-phone {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.login {
	border: 1px solid white;
}
.login a {
	text-align: center;
	line-height: 29px;
	padding: 0px 10px;
}
.header-top {
	/*padding: 10px;*/
}
.login {
	margin-left: 15px;
	font-size: 15px;
}
.login i {
	margin-right: 5px;
}
.header-top a {
	color: white;
	display: inline-block;
}
.header-top a:hover {
	color: white !important;
}
.header-top .fas {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header-nav {
	width: 100%;
	float: left;
	margin: 10px 0px;
	z-index: 99;
	position: relative;
	margin-bottom: 0px;
	background: #fff;
}
.header-nav .navbar {
	padding: 0px 0px;
}
.header-nav .navbar-nav li a {
	color: #016cb4;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding-left: 15px !important;
}
.header-nav .navbar-toggler {
	background: #016cb4;
	width: 100%;
	border-radius: 0px;
	color: white;
	font-weight: bold;
	padding: 10px 0px;
}
.bannerslider {
	width: 100%;
	float: left;
	/*margin-top: -50px;*/
}
.bannerslider imh {
	width: 100%;
}
.bannerslider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.owl-prev {
	left: 20px;
}
.owl-next {
	right: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-nav {
	margin-top: 0px;
}
.bannerslider i {
	font-size: 43px;
}
.sec-heading {
	margin-bottom: 20px;
}
.sec-heading h1 {
	text-align: center;
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
.features a {
	color: #212529;
}
.fea-img {
	margin-right: 20px;
}
.fea-img img {
	/*width: 55px;*/
}
.Services1 .fea-text h3
{
	padding-top: 14px;
	font-size: 17px;
}
.fea-text {
	overflow: hidden;
}
.fea-text h3, .sec-box h3, .box h3 {
	font-size: 20px;
	font-weight: bold;
}
.features a:hover h3 {
	color: #000 !important;
}
.services {
	background: #f7f7f7;
}
.sec-box {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sec-box h3 {
	background: #016cb4;
	color: white;
	padding: 10px 0px;
	position: relative;
	z-index: 99999;
	margin-bottom: 0px;
}
.sec-hover {
	/*position: absolute;*/
	/*background: #016cb4d9;
	top: 150%;
	left: 0;
	right: 0px;
	bottom: 44px;
	padding: 30px;
	color: white;
	font-size: 16px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;*/
}
.sec-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	    padding: 5px;
}
.sec-text a {
	color: white;
	border: 1px solid white;
	padding: 10px 20px;
	display: inline-block;
}
.sec-box:hover .sec-hover {
	top: 0px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.box, .news {
	background: #f7f7f7;
	overflow: hidden;
}
.box h3 {
	background: #f7941d;
	color: white;
	padding: 10px 0px;
	position: relative;
	z-index: 99999;
	margin-bottom: 0px;
	text-align: center;
}
.news .nav {
	background: #f7941d;
}
.news .nav-pills .nav-link.active {
	background: #262425;

}
.news .nav-pills .nav-link {
	border-radius: 0px;
	color: white !important;
	font-size: 18px;
	padding: 8.5px 13.6px;
}
#captcha {
	float: left;
	width: 100px;
	font-size: 14px;
	margin-bottom: 0px;
}
.form_con .w-100 {
	width: 100%;
	float: left;
}
.form_con .form-control {
	font-size: 14px;
	margin-bottom: 14px;
}
.btnAction {
	padding: 10px 35px;
	background: #8dc73f;
	margin-top: 14px;
	color: white;
	border-radius: 5px;
	border: 0px;
	margin: 0px auto;
    margin-top: 0px;
	display: block;
	margin-top: 20px;
}
.partners {
	padding: 70px 0px;
	background: #f5f5f5;
}
.partners ul {
	margin-bottom: 10px !important;
}
.partners ul li {
	margin-right: 10px !important;
	float: left;
	list-style: none;
}
.partners ul li img {
	padding: 2px !important;
	border: 1px solid #dddddd !important;
}
footer {
	position: relative;
	width: 100%;
	float: left;
	background: #1f1f1f;
	color: white;
}
footer iframe {
	width: 100%;
	height: 350px !important;
	margin-bottom: -6px;
}
footer a, footer a:hover {
	color: white;
}
footer h3 {
	font-size: 22px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #df3d25;
	padding-bottom: 11px;
}
.social-icons h3
{
	border-bottom: 0px;
}
.social-icons
{
	/*padding-bottom: 30px;*/
}
footer .menu-link {
	margin: 0px;
	padding-left: 17px;
}
footer .menu-link li {
	float: left;
	width: 100%;
	padding-top: 8px;
}
.copyright-text {
	width: 100%;
	float: left;
	background: #141414;
	padding-top: 20px;
}
.contact-box {
	box-shadow: 0px 2px 16px #d0caca;
	padding: 60px 40px 45px 40px;
	background: white;
	width: 100%;
	text-align: center;
	min-height: 320px;
}
.contact-box h3 {
	font-weight: bold;
	margin-top: 15px;
	font-size: 22px;
}
.contact-box p, .contact-box a {
	font-size: 16px;
	color: #212529;
	font-family: arial;
}
.conformsec {
	background: #f7f7f7;
}
.conformsec .form_con .form-control {
	height: 40px !important;
}
.conformsec #message {
	height: 80px !important;
}
.conformsec .form_contect {
	max-width: 700px;
	margin: auto;
}
.calculators .nav-pills {
	background: #016cb4;
}
.calculators .nav-pills li, .calculators .nav-pills li a {
	width: 100%;
	float: left;
	border-radius: 0px !important;
	color: white;
	font-size: 16px;
	color: #ffffff;
}
.calculators .nav-pills li a {
	border-bottom: 1px solid white;
	padding: 10px 15px;
}
.calculators .nav-pills > li > .active {
	background-color: #e21d29 !important;
}
.tablist li {
	width: 100%;
	float: left;
}
.tablist.nav-pills .nav-link.active {
	background: #009846;
}
.tablist.nav-pills .nav-link {
	background: #f7941d;
	color: white;
	margin-bottom: 7px;
	padding: 10px 15px;
}
/*-- portfolio login */
#myModal {
	text-align: center;
	z-index: 999999;
}
#myModal .modal-header {
	color: white;
	background: #e63d24;
	padding: 10px 20px;
}
#myModal .modal-title {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.input-in {
	display: inline-block;
	margin: 0 12px 10px;
}
.input-fld .form-control {
	margin-bottom: 20px;
}
.forgot-pass {
	color: #016cb4;
	font-size: 11px;
	margin-top: 10px;
	float: left;
	text-align: center;
	width: 100%;
}
.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;
}
.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);
}
.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;
}
img#cross {
	position: relative;
	float: right;
	top: -29px;
	left: 24px;
}
/*-- /portfolio login */

 @media (max-width: 1199px) {
.login {
	font-size: 16px;
	margin-left: 9px;
}
.news .nav-pills .nav-link {
	padding: 8.5px 3.6px;
}
}
 @media (max-width: 991px) {
.contact-box {
	margin-bottom: 20px;
	min-height: auto;
}
.header-top, .header-top .text-right {
	text-align: center !important;
}
.header-nav .navbar-nav li a {
	font-size: 14px;
	padding-left: 7px !important;
}
.header-top .social, .header-top .login {
	margin-top: 15px;
}
.news .nav-pills .nav-link {
	padding: 8.5px 10px !important;
}
.copyright-text .col-lg-6, .copyright-text .text-right {
	text-align: center !important;
}
.contact-box {
	margin-bottom: 20px;
	min-height: auto;
}
}

 @media (max-width: 767px) {
 	.ih-item .fundz
 	{
 		width: 100%;
 	}
header, .social {
	text-align: center;
}
.header-nav .navbar-nav {
	padding: 0px 0px 10px 0px;
	background: #016cb4;
}
.header-nav .navbar-nav li a {
	text-align: center;
	color: white;
	padding: 6px 0px !important;
}
.navbar-nav li a:hover {
	color: white !important;
}
.bannerslider {
	margin-top: 0px;
}
.sec-heading h1 {
	font-size: 30px;
}
footer .container {
	width: 100%;
	max-width: 100%;
}
}

 @media (max-width: 575px) {
.cont-form .w-50 {
	width: 100% !important;
}
}
.navbar-nav .dropdown-menu
{
	margin-top: 0px;
}
.nav-item.dropdown:hover .dropdown-menu
{
	display: block;
}
.dropdown-menu a:hover
{
	background: #016cb4;
	background: #009846;
	color: #fff !important;
}
.pay_premium 
{
    text-align: center;
    margin: 16px 0;
}
.pay_premium 
{
    text-align: center;
}
.mf_img img 
{
    width: 100px;
    height: 60px;
}
.owl-text-overlay {
  position: absolute;
  text-align: center;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
/*  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);*/
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  border-radius: 15px 50px 30px 5px;
}
.fin-cal h3 {
    font-size: 22px;
    margin-top: 15px;
}
.fin-cal a
{
	text-align: center;
	display: block;
}
.invest-now
{
	
}
.invest-now a
{
	padding: 10px 21px;
	background: #8dc73f;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	margin-top: 12px;
	display: inline-block;
}
.btnmore.calculators
{
	background: #8dc73f;
	padding: 5px 8px;
	border-radius: 5px;
	margin: 0px auto;
	color: #fff;
	font-weight: 800;
}
.features.Services1
{
	background-image: url('../images/our-services.png');
}
.Services1 .fea-img , .Services2 .fea-img
{
	width: 100%;
	text-align: center;
}
.Services1 .fea-text , .Services2 .fea-text
{
	width: 100%;
	text-align: center;
}
.features.Services2
{
	background-image: url('../images/why-bg.png');
	margin-bottom: 30px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.partners
{
	background-image: url('../images/partners-background.png');
	background-size: contain;
}

.investmoney {
    background-color: #282627;
    padding: 40px 0;
}

.invest-head {
    font-size: 30px;
    color: #ffffff;
    font-family: Lato-Bold;
    text-align: center;
    margin-bottom: 30px;
}

.investmoney p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: OpenSans-Regular;
    margin: 0 0 15px;
    text-align: center;
}

.lead-img img {
    transition: 0.5s ease-in-out;
}


.investmoneycntnt h2 {
    color: #ffffff;
    margin-top: 15px;
    font-size: 15px;
}

.investmoneycntnt {
    text-align: center;
}


#testimonials .img-des
{
	text-align: center;
}
#testimonials .text-des p
{
	padding-top: 10px;
}
#testimonials .carousel-indicators .active
{
	background-color: #009846;
}
#testimonials .carousel-indicators li
{
	background-color: #5c5b5b;
	height: 10px;
	border-radius: 6px;
	width: 10px;
}
#testimonials .carousel-indicators
{
	bottom: -14px;
}
#login_form .input-in
{
	margin: 0 9px 10px;
}
.btn-secondary
{
	background-color: #e63d24;
}
.header-top .fa-whatsapp
{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
footer .menu-link li
{
	list-style-type: none;
}
footer .menu-link 
{
	padding-left: 2px;
}
.tab-title
{
	padding-bottom: 20px;
	/*text-align: center;*/
	color: #f7941d;
	font-weight: 600;
}
.tab-content ul.ul , .tab-content ul
{
	padding-left: 5px;
}
.kyc-form tr
{
	border: 1px solid #e6e6e6;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading 
{
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #e4e4e4;
    background-color: #d4d4d4cc;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading 
{
    color: #333;
    background-color: #f5f5f5;
     background-color: #d4d4d4b3 !important;
    border-color: #ddd;
}
.panel-default > .panel-heading  i
{
	font-size: 12px;
}
.panel-default > .panel-heading  a
{
	text-decoration: none;
}
.panel-group .panel-heading 
{
    border-bottom: 0;
     border-bottom-color: currentcolor;
}
.panel-heading 
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title 
{
    font-size: 14px;
}
.panel-title 
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a 
{
    display: block;
    padding: 15px;
    text-decoration: none;
}
.panel-title > a 
{
    color: inherit;
}
.more-less 
{
    float: left;
    color: #212121;
    margin-right: 10px;
}
.glyphicon 
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body 
{
    border-top-color: #EEEEEE;
}
.panel-group .panel-heading + .panel-collapse > .panel-body 
{
    border-top: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
}
.panel-body 
{
    padding: 15px;
}
.nri .contact-box
{
	padding: 0px;
}
.nri .contact-box p
{
	padding: 0px 10px 20px;
	text-align: justify;
	min-height: 125px;
	font-size: 14px;
}
.ih-item.circle 
{
    position: relative;
    /*width: 373px;*/
    width: 100%;
    height: 250px;
    display: table;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    text-align: center;
    margin-bottom: 10px;
}
.bgorng 
{
    background: transparent;
}
.ih-item .fundz {
    width: 373px;
    width: 100%;
    height: 250px;
    vertical-align: middle;
    display: table-cell;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
}
.ih-item img {
    margin-bottom: 15px;
    background-color: #f7941d;
    border-radius: 50%;
}

.whybalaji h1 {
    color: #ffffff !important;
}

.ih-item.circle.effect19.bgorng .info {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .35s ease-in-out;
}
 .ih-item.circle.effect19.bgorng .info {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
}
.ih-item.circle .info 
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 20px;
}
a.ih-item.circle.effect19:hover .info 
{
    background: #e6e7e8;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.circle.effect19 .info h3 
{
    color: #3B4C61;
    font-size: 23px;
    margin: 0 2px;
    padding: 0;
    height: 45px;
    font-weight: 700;
    text-align: left;
}
.text1 li 
{
    padding-bottom: 8px;
    border-bottom: 1px solid #c1c2ca;
    font-size: 13px;
    color: #000;
    list-style: url(../images/right.png);
    text-align: justify;
    margin-top: 3px;
    line-height: normal;
}
.info ul.text1
{
	padding-left: 13px;
}
.flash h3
{
	font-size: 16px;
	text-align: left;
	color: #fff;
	background-color: #e63d24;
	padding: 11px;
}
.flash .pay_premium
{
	margin: 0px;
}
.features.Services2 .circle 
{
	cursor: auto;
}
.back-to-top 
{
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
#back-to-top
{
	background: none;
	border: 0px;
}
#mail-status .success
{
	color: #000 !important;
}
#mail-status p.success
{
	background: #e63d24;
	color: #fff !important;
	padding: 5px;
}