@charset "utf-8";
/* CSS Document */

@import url('/font/roboto.css');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:13px;
}


section
{
	position:relative;
}
.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left, footer #lower ul {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top, #tool h1 {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.hcentre {
  margin: 0 auto;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}


.padding-l-r-60{
	padding-left:60px;
	padding-right:60px;
}

@media (min-width: 771px) {
  .logo {
    min-height: 1px !important;
  }
}
@media (min-width: 1200px) {
  .lg-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lg-no-padding {
    padding: 0 !important;
  }

  .lg-no-padding-right {
    padding-right: 0;
  }

  .lg-no-padding-left {
    padding-left: 0 !important;
  }

  .lg-no-padding-top {
    padding-top: 0;
  }

  .lg-no-padding-bottom {
    padding-bottom: 0;
  }

  .lg-no-margin {
    margin: 0 !important;
  }

  .lg-no-margin-right {
    margin-right: 0 !important;
  }

  .lg-no-margin-left {
    margin-left: 0 !important;
  }

  .lg-no-margin-top {
    margin-top: 0 !important;
  }

  .lg-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .lg-position-absolute {
    position: absolute;
  }

  .lg-position-relative {
    position: relative;
  }

  .lg-hcentre {
    margin: 0 auto;
  }

  .lg-no-border {
    border: none !important;
  }

  .lg-no-border-top {
    border-top: none !important;
  }

  .lg-no-border-right {
    border-right: none !important;
  }

  .lg-no-border-bottom {
    border-bottom: none !important;
  }

  .lg-no-border-left {
    border-left: none !important;
  }

  .lg-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .md-no-padding {
    padding: 0 !important;
  }

  .md-no-padding-right {
    padding-right: 0;
  }

  .md-no-padding-left {
    padding-left: 0 !important;
  }

  .md-no-padding-top {
    padding-top: 0;
  }

  .md-no-padding-bottom {
    padding-bottom: 0;
  }

  .md-no-margin {
    margin: 0 !important;
  }

  .md-no-margin-right {
    margin-right: 0 !important;
  }

  .md-no-margin-left {
    margin-left: 0 !important;
  }

  .md-no-margin-top {
    margin-top: 0 !important;
  }

  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .md-position-absolute {
    position: absolute;
  }

  .md-position-relative {
    position: relative;
  }

  .md-hcentre {
    margin: 0 auto;
  }

  .md-no-border {
    border: none !important;
  }

  .md-no-border-top {
    border-top: none !important;
  }

  .md-no-border-right {
    border-right: none !important;
  }

  .md-no-border-bottom {
    border-bottom: none !important;
  }

  .md-no-border-left {
    border-left: none !important;
  }

  .md-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sm-no-padding {
    padding: 0 !important;
  }

  .sm-no-padding-right {
    padding-right: 0;
  }

  .sm-no-padding-left {
    padding-left: 0 !important;
  }

  .sm-no-padding-top {
    padding-top: 0;
  }

  .sm-no-padding-bottom {
    padding-bottom: 0;
  }

  .sm-no-margin {
    margin: 0 !important;
  }

  .sm-no-margin-right {
    margin-right: 0 !important;
  }

  .sm-no-margin-left {
    margin-left: 0 !important;
  }

  .sm-no-margin-top {
    margin-top: 0 !important;
  }

  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .sm-position-absolute {
    position: absolute;
  }

  .sm-position-relative {
    position: relative;
  }

  .sm-no-border {
    border: none !important;
  }

  .sm-no-border-top {
    border-top: none !important;
  }

  .sm-no-border-right {
    border-right: none !important;
  }

  .sm-no-border-bottom {
    border-bottom: none !important;
  }

  .sm-no-border-left {
    border-left: none !important;
  }

  .sm-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .xs-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .xs-no-padding {
    padding: 0 !important;
  }

  .xs-no-padding-right {
    padding-right: 0;
  }

  .xs-no-padding-left {
    padding-left: 0 !important;
  }

  .xs-no-padding-top {
    padding-top: 0;
  }

  .xs-no-padding-bottom {
    padding-bottom: 0;
  }

  .xs-no-margin {
    margin: 0 !important;
  }

  .xs-no-margin-right {
    margin-right: 0 !important;
  }

  .xs-no-margin-left {
    margin-left: 0 !important;
  }

  .xs-no-margin-top {
    margin-top: 0 !important;
  }

  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .xs-position-absolute {
    position: absolute;
  }

  .xs-position-relative {
    position: relative;
  }

  .xs-no-border {
    border: none !important;
  }

  .xs-no-border-top {
    border-top: none !important;
  }

  .xs-no-border-right {
    border-right: none !important;
  }

  .xs-no-border-bottom {
    border-bottom: none !important;
  }

  .xs-no-border-left {
    border-left: none !important;
  }

  .xs-no-radius {
    border-radius: 0px !important;
  }
	

}
 
 blockquote{font-size:14px; font-style:italic; line-height:22px;}
.vcenter { display: inline-block; vertical-align: middle; float: none;}

h1, h2, h3, h4, h5, h6{ color:inherit;}
h1{ font-size:28px;} h2{ font-size:26px;} h3{ font-size:22px;} h4{ font-size:20px;} h5{ font-size:18px;} h6{ font-size:16px;}
p{line-height: 22px;}
.full-browser-height{height: 100%;}
.font-size-65
{
	font-size:65px;
}
.font-size-46
{
	font-size:46px;
}
.font-size-43
{
	font-size:43px;
}
.margin-top-20px
{
	margin-top:20px;
}

.padding-left-right
{
	padding-left:50px !important;
	padding-right:50px !important;
}
a:focus, a:hover
{
	text-decoration:none;
}

.font-size-28 {
    font-size: 28px;
  line-height: 50px;

}
*{
margin:0;

}
a {
    color: #inherit;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none !important;
    color: inherit;
}
.no-padding{
	padding:0 !important;	
}
.no-pad-left
{
	padding-left:0px !important;
}
.no-pad-right
{
	padding-right:0px !important;
}
.padding-top-8{
	padding-top:8px;
	}
.padding-top-10{
    padding-top: 10px;	
}
.padding-top-20{
    padding-top: 20px;	
}
.padding-top-30{
    padding-top: 30px;	
}
.padding-top-40{
    padding-top: 40px;	
}
.padding-top-50{
    padding-top: 50px;	
}
.padding-top-60{
    padding-top: 60px;	
}
.padding-top-70{
    padding-top: 70px;	
}
.padding-top-80{
    padding-top: 80px;	
}
.padding-top-90{
    padding-top: 90px;	
}
.padding-top-100{
    padding-top: 100px;	
}
.padding-right-5{
	padding-right:5px;	
}
.padding-right-10{
	padding-right:10px;	
}
.padding-right-20{
	padding-right:20px;	
}
.padding-right-30{
	padding-right:30px;	
}
.padding-right-40{
	padding-right:40px;	
}
.padding-right-50{
	padding-right:50px;	
}
.padding-right-60{
	padding-right:60px;	
}
.padding-right-70{
	padding-right:70px;	
}
.padding-right-80{
	padding-right:80px;	
}
.padding-right-90{
	padding-right:90px;	
}
.padding-right-100{
	padding-right:100px;	
}
.padding-left-10{
	padding-left: 10px;
}
.padding-left-20{
	padding-left: 20px;
}
.padding-left-30{
	padding-left: 30px;
}
.padding-left-40{
	padding-left: 40px;
}.padding-left-50{
	padding-left:50px;
}
.padding-left-right-5{
 padding-left:5px;
 padding-right:5px;
}
.padding-bottom-25{
	padding-bottom:25px;	
	}
.margin-top-10{
	margin-top:10px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-50{
	margin-top:50px;
}
.margin-top-60{
	margin-top:60px;
}.margin-top-70{
	margin-top:70px;
}
.margin-top-80{
	margin-top:80px;
}
.margin-top-90{
	margin-top:90px;
}
.margin-top-100{
	margin-top:100px;
}
.margin-top-95{
	margin-top:95px;
	}
.margin-top-125{
margin-top:125px;
	}
.margin-top-155{
	margin-top:155px;
	}
.margin-bottom-10{
margin-bottom: 10px
}
.margin-bottom-20{
margin-bottom: 20px
}
.margin-bottom-30{
margin-bottom: 30px
}
.margin-bottom-40{
margin-bottom: 40px
}
.margin-bottom-50{
margin-bottom: 50px
}
.margin-left-n70{
	margin-left: -70px;
}

.margin-right-n85 {
    margin-right: -100px;
}
.font-light-green{
	color:#fff;
	}


.col-lg-offset-half {
    margin-left: 4.33333333%;
}
.mont-bold{
	font-family:'montserratbold';
}
.mont-semibold{
	font-family:'montserratsemibold';
	}	
/* Scroller */
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background:#428bca;							   
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(245,75,0,0.4);
}

/*------Nav bar-----*/
.navbar
{
	margin-bottom:0px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default {
    background: #fff;
    height: 115px;
    border-bottom: none;
    padding: 2 15px;
    border-bottom: 0px solid #dadada;
    -webkit-box-shadow: -2px 10px 4px -9px rgba(163,155,163,1);
    -moz-box-shadow: -2px 10px 4px -9px rgb(93, 90, 93);
    box-shadow: -2px 10px 4px -9px rgb(93, 90, 93);
}

.navbar-default .navbar-nav > li{
        padding: 10px 10px;
}

.navbar-default .navbar-nav > li > a
{
	 padding:0px 0px;
	color:#000;
	    font-size: 14px;
    font-family: 'PTSans-Caption';
	/*text-transform:uppercase;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	    color: #00467c;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#337ab7;
    background: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #950000;
    background:none;
}
.toggle
{
	color:#00a0e3;
	padding-left:5px;
}
.top-nav-text {
	padding-left: 10px;
    color:#fff !important;
    font-size: 14px;
	font-weight:400;
	 font-family: 'robotoregular';
	}
	
	
.top-nav-text ul{
	 /* font-family: 'robotoregular';*/
	}
.top-nav-text ul li{
	text-decoration:none;
	list-style-type:none;
	float:left;
	}
.top-nav-text a{
    color:#fff !important;
    }
	
.top-nav-text a:hover {
    color: #00467c !important;
}
.navbar-brand
{
	padding:0 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 10px;
}
.navbar-right {
    float: right;
    margin-right: 15px;
	padding-top:5px;
}
.show-nav
{
	background:#ffffff;
	transition-property: height 80px;
}
.top-nav > .container-fluid
{
  padding-left:30px;
  padding-right:30px;
}
.top-nav
{
    width: 100%;
    background: #00467c;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 4px; */
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    color: #b0cb1f;
    z-index: 99999;   font-family: 'PTSans-Caption';
    font-size: 13px;
    border-bottom: 0px solid #8696ae;
}
.top-nav .text{font-size:15px; color:#b0cb1f;}
.top-nav .text img{margin-top:-3px;}
.font-white{color:#fff;}
	.top-nav a{text-decoration:none; color:#fff; padding-left:5px; padding-right:5px; font-size:14px;   font-family: 'PTSans-Caption';}
	.top-nav a:hover{ color:#ffffff;}
	.top-nav img{padding:0 3px; margin-top: -6px;}
.no-top-nav
{
     display:none;
}
.nav-login {
    background: #f57920 !important;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-family: 'Poppins-Regular';
    padding-right: 5px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: center;
    width: 100px;
    margin-top: -8px;
}


#inner-pages .navbar {
  
}


#inner-pages .nav-login {
    padding-top: 11px;
}

.top-nav-text .fa{
	color:#ffffff;
	}
  .top-nav-text .fa:hover
  {
  color:#fff;
  }
.icon-button {
  /*background-color: white;*/
  border-radius: 2.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 2.6rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2.6rem;
  margin: -1.3rem;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 2.6rem;
  left: 0;
  line-height: 2.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 2.6rem;
  z-index: 10;
}





.twitter span {
  background-color: #4099ff;
}
.facebook span {
  background-color: #3B5998;
}
.google-plus span {
  background-color: #db5a3c;
}
.tumblr span {
  background-color: #34526f;
}
.instagram span {
  background-color: #517fa4;
}
.youtube span {
  background-color: #bb0000;
}
.pinterest span {
  background-color: #cb2027;
}



.icon-button .icon-twitter {
  color: #4099ff;
}
.icon-button .icon-facebook {
  color: #3B5998;
}
.icon-button .fa-tumblr {
  color: #34526f;
}
.icon-button .icon-google-plus {
  color: #db5a3c;
}
.icon-button .fa-instagram {
  /*color: #517fa4;*/
}
.icon-button .fa-youtube {
  color: #bb0000;
}
.icon-button .fa-pinterest {
  color: #cb2027;
}




.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
  color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }
  body {

    padding: 10px;
  }
  .pinterest {
   display: none; 
  }

}

/*-------------------------Navbar Animation------------------------------------- */
nav {
  min-height: 110px;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  }
  nav .navbar-brand {
    display: inline-block;
    min-height: 80px;
    width: 260px;
    margin-top: 34px;
    background: url(/images/logo.png) no-repeat;
    background-size: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
	
 nav .navbar-right {
    float: right;
    margin-right: 0px;
	padding-top:55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    
  nav.smaller {
    min-height: 70px !important;
	background:#00467c;
	border-bottom:1px solid #d1d1d1;
	 }
nav.smaller .navbar-brand {
       min-height: 65px;
    width: 185px;
    margin-top: 18px;
    background: url(/images/logo.png) no-repeat;
    background-size: 180px;
   
	   }
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:33px;
}

.contact-btn {

    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
     margin-top: 16px;
    float: left;
}
.login-btn {
    background: #00467c!important;
    border: 2px solid #00467c;
    border-radius: 0px;
    padding: 12px 11px!important;
    cursor: pointer;
    font-family: 'PTSans-Caption';
    color: #fff;
    font-size: 14px;
    line-height: 11px;
       margin-top: -10px;
    border-radius: 5px;
    text-align: center;
    /*text-transform: uppercase;*/
}
.login-btn:hover
{
	background: #1e2841!important;
    border: 2px solid #1e2841;
 	text-decoration:none;
 	color:#fff;
  
}



/*

.login-btn a:hover
{
 text-decoration:none;
 color:#fdf5b5;
}*/
.signup-btn {
	background: #b40000;
    /*min-height: 38px;*/   font-family: 'PTSans-Caption';
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    /*padding: 8px 10px;*/
	    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 0px;
    border: none;
    letter-spacing: 0px;
    margin-top: 10px;
    float:left;
	border-left:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.signup-btn a
{
 text-decoration:none;
 color:#fff;
 font-size: 15px;
}
.signup-btn a:hover
{
 text-decoration:none;
 color:#fdf5b5;
}
.navbar-toggle {
    margin-top: 20px;
}
.modal-body {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-content {
    margin-top: -15px;
}
.navbar-toggle {
    margin-top: 20px;
}
.howwedo .login-btn {
    padding-top: 7px;
   
}
.investment-process .margin-left-n70 {
    margin-left: -34px;
}
.investment-process .margin-right-n85 {
    margin-right: -90px;
}
.investment-process .login-btn {
    padding-top: 7px;
}




#knowledge_center .modal-video {
  background-color: rgba(0, 0, 0, 0.7);
}
#knowledge_center .modal-header {
  border-bottom: 0px;
  padding: 0px;
  height: 20px;
}
#knowledge_center .modal-header .close {
  opacity: 1;
  color: #000000;
  font-size: 30px;
}
#knowledge_center .modal-content {
  border-radius: 0;
  box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  min-height: 400px;
}
#knowledge_center #page-heading {
  background: url(/images/knowledge-center.jpg) no-repeat center;
  min-height: 130px;
  margin-top: 86px;
}
@media only screen and (min-width: 320px) and (max-width: 561px) {
  #knowledge_center #page-heading {
    margin-top: 75px;
  }
}
#knowledge_center #page-heading:after {
  height: 190px;
}
@media (min-width: 0) and (max-width: 320px) {
  #knowledge_center #page-heading:after {
    height: 535px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  #knowledge_center #page-heading:after {
    height: 500px;
  }
}
@media only  (min-width: 376px) and (max-width: 425px) {
  #knowledge_center #page-heading:after {
    height: 450px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  #knowledge_center #page-heading:after {
    height: 430px;
  }
}
#knowledge_center #page-heading .plan-btn {
  background: #ffffff;
  border-radius: 30px;
  font-family: 'poppinssemibold';
  font-size: 18px;
  color: #161616;
  padding: 5px 5px;
  margin-top: 20px;
}
#knowledge_center #page-heading .plan-btn:hover {
  background: #f1f0f1;
}
#knowledge_center #page-heading .plan-btn img {
  padding-right: 10px;
}
#knowledge_center .nav1 {
  background: #ffffff;
  border-radius: 5px;
}
#knowledge_center .nav1 li .active a {
  background: #844153 !important;
}
#knowledge_center .nav1 li a {
  border-radius: 4px;
  border: 1px solid #dedede;
}
#knowledge_center #page-content .nav-pills > li.active > a, #knowledge_center #page-content .nav-pills > li.active > a:focus, #knowledge_center #page-content .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #844153;
}
#knowledge_center #page-content .nav > li > a:focus, #knowledge_center #page-content .nav > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #844153;
}
#knowledge_center #page-content .feed-txt {
  background-image: url(/images/quotes1.png), url(/images/quotes2.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  min-height: 230px;
  margin-top: 50px;
  color: #2a2a2a;
  line-height: 24px;
}
#knowledge_center #page-content .feed-txt img {
  margin-top: -50px;
  z-index: 999;
}
#knowledge_center #page-content .video-icon {
  min-height: 100px;
  border-radius: 10px;
}

/*----------------------------------section1-----------------------------------------------*/
#banner{
	width:100%;
	min-height:600px;
}
#banner .carousel-caption {
    position: absolute;
    right: 15%;
    top: 100px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

#banner .carousel-inner {
  min-height: 600px;
     margin-top: 32px;
}
#banner .carousel-inner .va-table{
	display: table;
    min-height: 340px !important;
    width: 100%;
}
#banner .carousel-inner .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#banner .carousel-inner > .item {
    min-height: 600px;
	/* -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;*/
}
#banner .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: #ff5c18;
    border: 2px solid #ff5c18;

}	
#banner .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

#banner .carousel-indicators {
   /* bottom: -8px;*/
}
#banner .carousel-control {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;*/
    width: 1%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
	margin-left: 4%;
    margin-right: 4%;
	
}
#banner .carousel-control:focus, #banner .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
     opacity: .5; 
}

#banner .carousel-control.left {
/*	display:none;*/
background-image:none;
}
#banner .carousel-control.right{
	/*display:none;*/
background-image:none;
}
#banner .carousel-caption{
	/*top:130px;
	font-family:'Poppins-Regular';
	font-size:25px;
	color:#000;
	left:20px;*/
	left: 6%;
}
.banner1{
	    background: url(/images/banner4.jpg) center no-repeat;
    background-size: cover;
	}
.banner2{
	    background: url(/images/banner2.jpg) center no-repeat;
    background-size: cover;
    background-position-y: 50px;
}
.banner3{
	    background: url(/images/banner3.jpg) center no-repeat;
    background-size: cover;
}
.banner4{
	background: url(/images/banner4.jpg) center no-repeat;
    background-size: cover;
	
}


.banner-head{
	color:#fff;
	    line-height: 70px;
    font-size: 62px;
	text-align:left;
	   font-family: 'PTSans-Caption';
}
.banner-head hr{
    width: 81%;
    border-top: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0%;
	}
.banner-head2{  
  font-family: 'pt_sansregular';
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
	}
.banner_sub {
    font-size: 26px;
    color: #0ef3ff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
    font-family: 'robotomedium';
    font-style: italic;
}
.solutions-plan-head h1{
    color: #000;
}
.plan-btn{
    background: #00467c !important;
    border: 2px solid #00467c;
    border-radius: 0px;
    padding: 8px 14px!important;
    cursor: pointer;
    font-family: 'PTSans-Caption';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    border-radius: 25px;
  /*  width: 156px;*/
    text-align: center;
  
    margin-top: 30px;	
}
.know-more-bann{
	    background: #ff5c18 !important;
    border: 2px solid #ff5c18;
    border-radius: 0px;
    padding: 8px 14px!important;
    cursor: pointer;
    font-family: 'PTSans-Caption';
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    border-radius: 25px;
    width: 156px;
    text-align: center;
    margin-top: 30px;
	}
a:hover .know-more-bann{
	background:#fff !important;
	 border: 2px solid #fff;
   
 }
a:hover .plan-btn{
	background:#1e2841 !important;
	 border: 2px solid #1e2841;
   color: #fff;
	}


.plan-goal-text{
		font-family:'Lato';
		font-size:17px;
		line-height:20px;
	}
.plan-goal-text2{   font-family: 'PTSans-Caption';
	 font-size:14px;
	 line-height:20px;
	}	
/*a:hover .plan-invest{
background: rgba(231,169,13,1);
background: -moz-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(231,169,13,1) 54%, rgba(253,201,103,1) 55%, rgba(255,187,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,169,13,1)), color-stop(54%, rgba(231,169,13,1)), color-stop(55%, rgba(253,201,103,1)), color-stop(100%, rgba(255,187,0,1)));
background: -webkit-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(231,169,13,1) 54%, rgba(253,201,103,1) 55%, rgba(255,187,0,1) 100%);
background: -o-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(231,169,13,1) 54%, rgba(253,201,103,1) 55%, rgba(255,187,0,1) 100%);
background: -ms-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(231,169,13,1) 54%, rgba(253,201,103,1) 55%, rgba(255,187,0,1) 100%);
background: linear-gradient(to bottom, rgba(231,169,13,1) 0%, rgba(231,169,13,1) 54%, rgba(253,201,103,1) 55%, rgba(255,187,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a90d', endColorstr='#ffbb00', GradientType=0 );
}*/
.choose-basket{
	background: rgba(231,169,13,1);
background: -moz-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(253,201,103,1) 53%, rgba(231,169,13,1) 54%, rgba(255,187,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,169,13,1)), color-stop(53%, rgba(253,201,103,1)), color-stop(54%, rgba(231,169,13,1)), color-stop(100%, rgba(255,187,0,1)));
background: -webkit-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(253,201,103,1) 53%, rgba(231,169,13,1) 54%, rgba(255,187,0,1) 100%);
background: -o-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(253,201,103,1) 53%, rgba(231,169,13,1) 54%, rgba(255,187,0,1) 100%);
background: -ms-linear-gradient(top, rgba(231,169,13,1) 0%, rgba(253,201,103,1) 53%, rgba(231,169,13,1) 54%, rgba(255,187,0,1) 100%);
background: linear-gradient(to bottom, rgba(231,169,13,1) 0%, rgba(253,201,103,1) 53%, rgba(231,169,13,1) 54%, rgba(255,187,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a90d', endColorstr='#ffbb00', GradientType=0 );
    cursor: pointer;
    color: #000;
    
    border-radius: 5px;   font-family: 'PTSans-Caption';
    padding-right: 5px;
  	padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 230px;
    margin-top: 18px;
       margin-left: 20px;
	float:left;
	position:relative;
	text-transform:uppercase;
}
.plan-btn-icon{
	position: absolute;
   left: 18px;
    top: 14px;
	}

.basket-btn-icon {
    position: absolute;
    left: 30px;
    top: 14px;
}
/*--------------------section 2---------------------------*/
#live-updates{
	width:100%;
	    min-height: 120px;
	background:#ff5c18;
}
#live-updates .va-table {
    display: table;
    min-height:120px;;
    width: 100%;
}
#live-updates .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.grow-head{
	font-family:'PTSans-CaptionBold';
	color:#000;
	font-size:25px;
	text-align:left;
	    padding-top: 15px;
}
@media (min-width: 1200px){
.col-lg-half {
    width: 4%;
}
}

@media (min-width: 992px){
.col-md-half {
    width: 4%;
}
}
.vertical-divider{
    margin-right: 45px;
    border-right: 1px solid #88b70c;
    min-height: 57px;
	}
.grow-content{
	font-family:'PTSans-Caption';
	font-size:20px;
	color:#000;
	    padding-top: 10px;
	}

.invest-btn {    
	font-family: 'PTSans-Caption';
    background: #000!important;
    border: 2px solid #000;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.invest-btn:hover {
	    background: #337ab7!important;
    border: 2px solid #337ab7;
	}
/*----------------------------------section2------------------------------------------------*/
#services{
	width:100%;
	min-height:560px;
	background:url(/images/section2.jpg) center no-repeat;
	background-size:cover;
    padding-top: 100px;
	 font-family: 'PTSans-Caption';
}
#services .va-table{
	display: table;
    height: 560px !important;
    width: 100%;
}
#services .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.ptsanscaption-bold{
	font-family:'PTSans-CaptionBold';
	}
.font-blue{
	color:#00467c;
	}
.services-head{
	padding-top: 20px;
    font-size: 30px;
    color: #3d3d3d;
    padding-bottom: 20px;
}
.services-head-content{
	font-size:14px;
   padding-bottom: 40px;
	color:#282828;
	line-height:20px;
	width: 45%;
    margin-left: 28%;
}
.welcome-head{
	font-size:30px;
	color:#282828;
	line-height:35px;
}
.welcome-head hr{
	    width: 20%;
    border-top: 2px solid #00467c;
    margin-top: 5px;
    margin-left: 2px;
	}
.welcome-content{
	text-align: justify;
    font-size: 14px;
    font-size: 'PTSans-Caption';
	    padding-bottom: 25px;
	}
.know-more-btn{
	background: #00467c!important;
    border: 2px solid #00467c;
    border-radius: 0px;
    padding: 8px 34px!important;
    cursor: pointer;
    font-family: 'PTSans-Caption';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    border-radius: 25px;
	    width: 220px;
    text-align: center;
	}
.know-more-btn:hover{
	    background: #1e2841!important;
    border: 2px solid #1e2841;
	color:#fff;
	}
.service1{
padding: 40px;
    background: #000;
    border-radius: 70px;
    width: 200px;
	    min-height: 140px;
}

.service1:hover{
    background: #00467c;
}
/*.icon{
margin-top: -66px;	
	}*/
.ser-content{
	 font-family: 'montserratlight';
	font-size:15px;
	color:#000000;
	text-align:justify;
	min-height: 100px;
	line-height: 18px;
}



/*----------------------------------section3------------------------------------------------*/


#why-company{
	width:100%;
	min-height:540px;
	background:url(/images/section3.jpg) no-repeat center;
	background-size:cover;
	 font-family: 'PTSans-Caption';	
}
#why-company .va-table{
	display: table;
    height: 540px !important;
    width: 100%;
}
#why-company .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.why-company-heading{
	 font-family: 'PTSans-Caption';	
	 	font-size:30px;
	color:#ffffff;
	text-transform:uppercase;
}
.color-orange{
	color:#f57920;
	 font-family: 'PTSans-Caption';
}
.why-company-heading hr{
	width: 7%;
    border-top: 1px solid #ffffff;
      margin-top: 18px;
	margin-bottom:15px;
}

.why-sub-heading {
	 font-family: 'PTSans-Caption';
	    font-size: 25px;
	line-height:22px;
	color:#FFF;
}
.why-text{
	 font-family: 'PTSans-Caption';
	font-size:14px;
	color:#ffffff;
	line-height:22px;
	padding-top:10px;
}
.why-list{
	 font-family: 'PTSans-Caption';
	font-size:18px;
	color:#fff;
	padding-top:50px;
	}
.why-list ul {
    margin-left: -10px;
}
.why-list li{
	list-style-type:none;
}
.why-list li:before{

	content: '\00b7';
    font-size: 70px;
    line-height: 10px;
    vertical-align: middle;
    color: #ff5c18;
    padding-right: 20px;
    margin-left: -22px;
    position: absolute;
    /* bottom: -33px; */
	    left: 35px;

 }

/*------Reason to invest with us------------*/
#reason-invest
{
	min-height:640px;
	background:url(/images/banner.jpg) center no-repeat;
	background-size:cover;
	font-size:14px;
    font-family: 'PTSans-Caption';
	color:#fff;
	padding-top:80px;
	padding-bottom:20px;
}
.reason-invest-head
{
	font-family: 'PTSans-Caption';
	font-size:25px;
	color:#fff;
	line-height:38px;
	text-transform:uppercase;
}
.reason-invest-head p
{
	font-family: 'PTSans-Caption';
	    font-size: 15px;
    line-height: 21px;
	color:#fff;
	text-transform:none;
	padding-bottom:50px;
	padding-top:5px;
	text-transform:none;
}

#reason-invest .features
{
	border-radius:10px;
	margin-bottom:10px;
}
#reason-invest .features img
{
	margin-top:25px;
}
#reason-invest .features .feature-head
{
	color:#fff;
	font-family: 'PTSans-Caption';
	font-size:14px;
	line-height:20px;
	margin-top:25px;
	text-transform:uppercase;
}

#reason-invest .lastpara
{
	color:#fff;
	font-family: 'PTSans-Caption';
	font-size:17px;
	line-height:27px;
	margin-top:25px;
	margin-bottom:30px;
}

#reason-invest .more
{
	background: #ffffff;
   
	   font-family: 'PTSans-Caption';
    font-size: 15px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 15px 30px;
    border-radius: 30px;
    outline:none;
    border:0;
}
#reason-invest .more:hover
{
	background: #000;
    
	color:#ffffff;
	outline:none;
}
 
/*----------------------------------section4------------------------------------------------*/
#get-started{
	width:100%;
	min-height:563px;
	background:url(/images/section4.jpg) no-repeat center;
	background-size:cover;
	 font-family: 'PTSans-Caption';	
}
#get-started .va-table{
	display: table;
    height: 563px !important;
    width: 100%;
}
#get-started .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.get-started-heading{
	font-size:30px;
	line-height:35px;
	color:#000;
	padding-bottom: 10px;
	}
 .get-started-content{
	 font-size:15px;
	 line-height:20px;
	 color:#282828;
	 padding-bottom: 75px;

}
.get-icon{
	    padding-bottom: 25px;
	} 
.get-icon-title{
	font-size:17px;
	line-height:18px;
	color:#000;
}
.start-sip-btn{
    background: #00467c  !important;
    border: 2px solid #00467c;
    border-radius: 0px;
    padding: 8px 14px!important;
    cursor: pointer;
    font-family: 'PTSans-Caption';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    border-radius: 5px;
    width: 156px;
    text-align: center;
    margin-left: 42%;
    margin-top: 50px;
}
.start-sip-btn:hover{
	background: #1e2841!important;
    border: 2px solid #1e2841;
	color:#fff;
	}

ul.finnapp-para li {
    list-style: url(/images/star-blue.png);
     font-family: 'PTSans-Caption';
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 22px;
    margin-left: -20px;
}
/*--------Power of SIP------*/
.power-sip
{
	background:url(/images/section5.jpg) no-repeat center;
	background-size:cover;
	padding-top:60px;
	min-height:100vh;
	 font-family: 'PTSans-Caption';
}
.power-sip-head
{
    font-size: 30px;
    line-height: 55px;
	
}

@media (min-width: 1200px){
.power-sip .col-lg-offset-1 {
    margin-left: 4.333333%;
}
}
#power-sip p
{
	    padding-top: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 20px;
    /* width: 60%; */
    /* margin-left: 20%; */
    text-transform: none;
}
.tool-lebel{
    font-size: 16px;
    font-family: 'PTSans-Caption';
    line-height: 25px;
	color:#000;
	}


.sip-calc
{
	background:#ffffff;
	border:1px solid #e8e8e8;
	min-height:365px;
	margin-bottom:30px;
	padding:10px;
	padding-bottom:20px;
}
.graph-bg
{
	background:url(/images/graph-bg.png) center no-repeat;
	background-size:cover;
	min-height:300px;
}
.center-resulttext
{
	position:absolute;
	top:36%;
	left:25%;
	width:50%;
	min-height:100px;
	color:#000000;
	font-size:18px;
	line-height:21px;
	 font-family: 'latoregular';
}
.amount
{
	color:#fe491a;
	 font-family: 'Lato';
	font-size:22px;
	margin-top:10px;
}
.result-text
{
    font-family: 'latoregular';
    font-size: 17px;
    color: #202020;
    text-align: left;
    padding-left: 0px;
    line-height: 20px;
}

.lato-bold-orange{
	font-family: 'lato';
	color:#ff5400;
	}
.wealth-gaintext
{
    position: absolute;
    top: 2%;
    right: -1%;
    width: 29%;
	color:#202020;
	font-size:15px;
	line-height:18px;
	font-family:'Lato';
}
.wealth-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#0161a4;
	position:absolute;
	top:5px;
	left:10px;
}
.amount-investedtext
{
	position: absolute;
    bottom: 7%;
    left: 5%;
    width: 19%;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Lato';
	
}
.amount-invested-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#009454;
	position:absolute;
	top:5px;
	right:0px;
}
.power-sip a.start-sip
{
	background: #0664a6!important;
    border: 2px solid #0664a6;
    padding: 8px 24px!important;
    cursor: pointer;
    font-family: 'PTSans-Caption';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    width: 156px;
    text-align: center;
}
.power-sip  a:hover.start-sip
{

	    background: #009454!important;
    border: 2px solid #009454;
    color: #fff;
}



/*----------------------------------section5------------------------------------------------*/





#market-statistics{
	width:100%;
	min-height:560px;
	background:#fff;
	background-size:cover;
	 font-family: 'PTSans-Caption';
}
#market-statistics .va-table{
	display: table;
    height: 560px !important;
    width: 100%;
}
#market-statistics .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.market-head{
	padding-top: 50px;
	font-size:30px;
	color:#000;
	line-height: 32px;
	    padding-bottom: 10px;
}
.market-head-content{
	font-size:14px;
	color:#000;
   padding-bottom:20px;
   line-height:20px;
    font-family: 'PTSans-Caption';
	    padding-top: 20px;
}
.font-light-blue{
	color:#00467c;
	}

.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
#market-statistics .nav
{	  padding-bottom: 1px;
    padding-top: 1px;
   /* background: #ebe9e9;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
}


.nav-pills>li>a>img {
    max-width: none;
    padding-right: 10px;
    margin-top: -6px;
}

#market-statistics .nav-pills > li.first
	{
	    padding-left: 0px;
		
		}
#market-statistics .nav-pills > li > a
{
	
	  position: relative;
    display: block;
   /* padding: 10px 130px;*/
    background: #f0f0f0;
    margin-right: 0px;
	    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	
}
.market-tabs .nav>li {
 
}
#market-statistics .nav-pills > li > a:hover
{
	    background-color: none;
	/*color: #ffffff;*/
}

#market-statistics .nav-pills>li.active>a, #market-statistics .nav-pills>li.active>a:focus, #market-statistics .nav-pills>li.active>a:hover 
{
	background:#00467c;
	    color: #fff;
	
}
.nav-pills>li+li {
    margin-left:7px;
}
#market-statistics .nav-pills>li.last>a
{
	border-right:none;
}
.tools-content {
    height: 345px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
   padding: 0px;
    background:#ffffff;
    border: 1px solid #9E9E9E;
	    padding-left: 10px;
    padding-right: 10px;
   border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


.margin-tool-top
{
	margin-top:30px;
}

.news-box
{
	height:300px;
	background:none;
	overflow:auto;
	display:block;
	padding:5px;
}

.news-tool{
  width: 100%;
  height: 100vh;
}
.news-tool {
}
.news-tool ul {
width: 100%;
padding: 0;
list-style: none;
    padding-left: 10px;
}
.news-tool li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.news-tool li #date
{
  color: #337ab7;
  font-size: 13px;
  transition:all .2s ease;
}
.news-tool li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.news-tool li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
     font-family: 'PTSans-Caption';
}
.news-tool li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;
   font-family: 'PTSans-Caption';
     line-height: 22px;
}
.news-tool li:after {
content: '';
display: block;
clear: both;
}


/* MF NFO Starts */
.mf-nfo{
  width: 100%;
  height: 100vh;
}
.mf-nfo {
}
.mf-nfo ul {
width: 100%;
padding: 0;
list-style: none;
}
.mf-nfo li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.mf-nfo li .media-left{
  padding: 0;
  transition:all .2s ease;
}
.mf-nfo li .media-left img{
  width: 0px;
  transition:all .2s ease;
}
.mf-nfo li #date
{
  color: #ff5d00;
  font-size: 13px;
  transition:all .2s ease;
}
.mf-nfo li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
    font-family: 'PTSans-Caption';
}
.mf-nfo li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color:#1f7ac0;
  transition:all .5s ease;
   font-family: 'PTSans-Caption';
  line-height: 22px;
}
.mf-nfo li:after {
content: '';
display: block;

clear: both;
}

/* MF NFO Ends */

/* Dividend */
.mf_dividend{
  width: 100%;
  height: 100vh;
}
.mf_dividend ul {
width: 100%;
padding: 0;
list-style: none;
}
.mf_dividend li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.mf_dividend li .media-left{
  padding: 0;
  transition:all .2s ease;
}
.mf_dividend li .media-left img{
  width: 0px;
  transition:all .2s ease;
}
.mf_dividend li #date
{
  color: #f56d09;
  font-size: 13px;
  transition:all .2s ease;
}
.mf_dividend li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf_dividend li #dividend{   font-family: 'PTSans-Caption';
    transition:all .2s ease;
    color: #000;
  }

.mf_dividend li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;  
  font-family: 'PTSans-Caption';
}
.mf_dividend li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;  
   font-family: 'PTSans-Caption';
  line-height: 22px;
}
.mf_dividend li:first-of-type #dividend{ 
font-family: 'PTSans-Caption';
    color: #438013;
    font-size: 22px;
    transition:all .2s ease;
    padding-top: 5px;
  }
.mf_dividend li:after {
content: '';
display: block;
clear: both;
}
/*----------------------------------section5------------------------------------------------*/


#app-section{
	width:100%;
	min-height:500px;
	background:url(/images/banner.jpg) center no-repeat;
	background-size:cover;
	   font-family: 'PTSans-Caption';
}


#app-section .va-table{
	display: table;
    height: 475px !important;
    width: 100%;
}
#app-section .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.app-content{
    font-size: 33px;
    color: #fff;
    line-height: 36px;
    padding-top: 30px;

	}
.app-c-line2{
	font-size:45px;
	line-height:48px;
	}
.app-c-line3{
	font-size:45px;
	line-height:48px;
	color:#ff5c18;
	font-family:'pt_sansbold_italic';
}
.app-benefit-text{
font-size: 15px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 24px;
	}
.app-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 76%;
}
.app-store-btn{
	   
    margin-top: 50px;
	}
.play-store-btn{

    margin-top: 50px;
}
.app-last-text{
	    font-family: 'pt_sansregular';
    font-size: 16px;
    line-height: 20px;
    padding-top: 23px;
    color: #fff;
	}
.pt-sans-bold{
  font-family: 'pt_sansbold';
	}
.app-img{
	    padding-top: 58px;
	}
/*----------------------------------section7------------------------------------------------*/
#testimonial{
	width:100%;
	background:url(/images/section7.jpg) center no-repeat;
	min-height:539px;
	 font-family: 'PTSans-Caption';
	 z-index:9;
	}



#testimonial .va-table{
	display: table;
    min-height: 539px !important;
    width: 100%;
	z-index:10
}
#testimonial .table-cell {
    display: table-cell;
    vertical-align: middle;
	z-index:11;
}
.testi-main-head{
	font-size:30px;
	line-height:35px;
	color:#000;
	    padding-bottom: 10px;
	}

.testi-main-content{
	    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
	}

.client-say-container {
    min-height: 245px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 2px 13px 8px #e4e2e2;
    text-align: left;
}
	
.client-say{
 font-family: 'PTSans-Caption';
    font-size: 15px;
    color: #000;
    /* min-height: 100px; */
        padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;

}
.client-say hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #00467c;
	
	}

.client-name{
	 font-family: 'PTSans-Caption';
	font-size:16px;
	color:#000;
margin-top: -9px;
z-index:102;
	
}
.margin-left-3p{
	    margin-left: 3%;
	}
.client-dp img{
	z-index: 9999;
    position: absolute;
    margin-top: -53px;
    left: 31%;
	}

/*stars*/	
div.stars {
 /* width: 270px;*/
  display: inline-block;
}

input.star { display: none; }
label.star {
     float: right;
    padding: 5px;
    font-size: 20px;
    color: #858585;
    transition: all .2s;
	font-weight:100;
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #b40000;
  transition: all .25s;
}
input.star-5:checked ~ label.star:before {
  color:#b40000;
  /*text-shadow: 0 0 20px #952;*/
}

input.star-1:checked ~ label.star:before { color: #ad0101; }
label.star:hover { transform: rotate(-15deg) scale(1.3); }
label.star:before {
content: '\f005';
font-family: FontAwesome;
}


/*-----------------------------------section9------------------------------------------------*/
#contactus{
	width:100%;
	min-height:490px;
	background:url(/images/section8.jpg) no-repeat center;
	background-size:cover; 
	  font-family: 'PTSans-Caption';	
}
#contactus .va-table{
/*	display: table;*/
    min-height: 490px !important;
    width: 100%;
}
#contactus .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.contact-head{  
	 font-family: 'PTSans-Caption';
	font-size:30px;
	color:#fff;
	padding-top: 70px;
	    padding-bottom: 15px;
}
/*#contactus .line{
	 margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 27%;
	
	}*/
/*#contactus img{
    margin-top: 2px;
    margin-bottom: 45px;

}*/
.contact-head-text{   font-family: 'PTSans-Caption';
	font-size:16px;
	color:#fff;
	line-height:20px;

	
	margin-top:10px;
	padding-bottom: 80px;
}
.address-info{   font-family: 'PTSans-Caption';
	font-size:20px;
	color:#ffffff;
	line-height:20px;
}

.address{
	font-family:'montserratlight';
	font-size:14px;
	line-height:20px;
	margin-top: 10px;
    width: 75%;
	color: #fff;
	}
.address-loc{
	font-size:20px;
	color:#ffffff;
	line-height:20px;
	}
.address-loc hr{
	width: 25%;
  border-top:3px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 15px;
	}
.address-info hr {
width: 11%;
  border-top:3px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 15px;
}
.add-info-text{   font-family: 'PTSans-Caption';
	font-size:14px;
	color:#fff;
	line-height:20px;
	width: 91%;
	padding-bottom: 15px;
}
.margin-left-50{
	margin-left:50px;
	}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.add-media-text {
	font-family:'montserratlight';
	font-size:14px;
	line-height:18px;
	color:#fff;	
	padding-bottom: 7px;
    width: 87%;
	 margin-bottom: 15px;
}

.add-media-text a{
	color:#fff;
}
.add-media-text a:hover{
	color:#00467c;
}

.links-list li:before{
/*	content:'\2022'; */
	display:inline-block;        
    content: "";
    width:8px;
    height:8px;
    background:#104d8c;    
    margin-right:10px;
	vertical-align:middle;     
}
.links-list li:hover::before{
	 background:#f57921;  
	}

.follow-us{
	font-family:'Open_sansbold';
	font-size:25px;
	color:#000000;
	line-height:20px;
	padding-top: 20px;
}
.follow-us hr {
width: 15%;
    border-top: 2px solid #000000;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 0%;

}
.btn-text{
color: #3b3b3b;
margin-top: -15px;
font-size: 15px;
font-family: 'poppinsregular';
}
#footer{
	padding-top:2.5%;
	width:100%;
	min-height:95px;
	background:#000000;
	position:relative;
	color: #727272;	
	
}
.foot{
	color: #727272;
	font-weight: 700;
	font-size: 11px;
	}
#footer{
	width:100%;
	min-height:95px;
	background:#012742;
	position:relative;
	color: #ffffff;	
	 font-size: 13px;
  font-family: 'robotoregular';
}

#footer .va-table{
	display: table;
    height: 95px !important;
    width: 100%;
}
#footer .table-cell {

    display: table-cell;
    vertical-align: middle;
}
.footer ul{
		text-decoration:none;
		list-style-type:none;	
		margin-left:5%;
	}
.footer li{
	float:left;
	padding: 4px 10px;
}
.footer li a{
	 /*   padding-right: 30px;
    padding-left: 30px;*/ 
	   font-size: 14px;
	     padding: 4px 1px;
	}
.footer li a.menu-link {
    text-decoration: none;
    color: #ffffff;
  line-height:18px;
}
.footer li a.menu-link:hover {
    color:#00467c;
}
.copyright{
	 color: #727272;
    font-size: 13px;
    font-family: 'robotoregular';
}
#footer a.design {
    text-decoration: none;
    color: #949393;
    font-size: 13px;
    font-family: 'robotoregular';
}
#footer a.design:hover {
    color: #FFF;
}

/*.foot-head:after {
     font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    top: 75px;
    left: 50%;
    font-size: 51px;
    color: #000;
    z-index: 9;
}*/


#disclaimer-home{
	min-height:180px;
	background:#FFF;
	
}
#disclaimer-home .va-table{
	display: table;
    height: 180px !important;
    width: 100%;
}
#disclaimer-home .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.logo-footer{
    padding-top: 35px;
	}
.disclaimer{
	font-size:13px;
	color:#646464;   font-family: 'PTSans-Caption';
	padding-top:20px;
	text-align: justify;
	padding-bottom: 10px;
	color:#000;
	}
.dis-head{
	color:#c83728;
	}
.website{
	font-family: 'robotobold_italic';
	color:#3376a0;
}

/*planning page*/

/*#planning .navbar-default .navbar-nav > li > a {
    padding: 10px 0px;
    color: #010101;
    font-size: 14px;   font-family: 'PTSans-Caption';
    letter-spacing: 0px;
}

#planning nav .navbar-brand {
	display: inline-block;
    min-height: 47px;
    width: 155px;
    background:url(/images/logo.png) no-repeat;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
}
#planning .navbar-default .navbar-nav > li {
    padding: 10px 6px;
}
#planning .navbar-default .contact-btn {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    margin-top: 32px;
    float: left;
}
#planning-your-goal .nav-pills>li+li {
    margin-left: 0px;
}*/
<!--=================download page=====================-->



.section1 {
    background: #fee1dc;
    min-height: 330px;
    color: #56595c;
}

.section1 {
    background: #fee1dc;
    min-height: 330px;
    color: #56595c;
}
.section1 .section-heading {
    background: #da4b4c;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.section2 {
    background: #e0e8f5;
    min-height: 330px;
    color: #56595c;
}
.section2 .section-heading {
    background: #008cc4;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 20px;
}
 .section3 {
    background: #f2e3da;
    min-height: 330px;
    color: #56595c;
}
 .section3 .section-heading {
    background: #7c4223;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.section4 {
    background: #e3f0e9;
    min-height: 330px;
    color: #56595c;
}
.section4 .section-heading {
    background: #00b1b0;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.section5 {
    background: #f3e9d9;
    min-height: 330px;
    color: #56595c;
}
.section5 .section-heading {
    background: #d68900;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 20px;
}
a.one-btn {
    background: #2d5391;
    border-radius: 4px;
    color: #ffffff;
    padding: 10px 25px;
}
a:hover.one-btn {
    background: #008cc4;
  
    color: #ffffff;
   
}



@media(min-width: 992px) and (max-width:1300px){
nav .navbar-brand {
    width: 108px;
    margin-top: 20px;
    background-size: 118px;
}
nav.smaller .navbar-brand {
    min-height: 65px;
    width: 108px;
    margin-top: 18px;
    background: url(/images/logo.png) no-repeat;
    background-size: 118px;
}
nav .navbar-right {
    padding-top: 28px;
}
#inner-pages nav .navbar-brand {
    width: 162px;
    margin-top: 20px;
    background:url(/images/logo.png) no-repeat;
}
#inner-pages nav.smaller .navbar-right {
    float: right!important;

    margin-right: 0px;
    padding-top: 28px;
}

.banner2 {
    background-position-y: 30px;
}
.grow-head {
    font-size: 23px;
    padding-top: 15px;
}
.welcome-head hr {
    width: 18%;
}
#sip-calc {
    margin-bottom: 40px;
}
#market-statistics .nav-pills > li > a {
    padding: 5px 5px;
}
.app-img {
    padding-top: 213px;
}

.testi-main-head {
    padding-top: 30px;
}
.client-say {
    padding-top: 40px;
}

.client-say-container {
    min-height: 260px;
    width: 86%;
}
.address-info hr {
    width: 13%;
}
.footer ul {
    margin-left: -5%;
}
}



@media(min-width: 561px) and (max-width:991px){
	
.sm-margin-bottom-20px{
	margin-bottom:20px;
	}
.sm-margin-top-155{
	margin-top:155px;
	}
#planning-type .margin-top-125 {
    margin-top: 150px;
}


#planning-your-goal .margin-top-125 {
    margin-top: 145px;
}
#planning-your-goal .margin-top-95 {
    margin-top: 125px;
}

nav .navbar-brand {
      width: 181px;
    height: 37px;
    margin-top: 15px;
    background:url(/images/logo.png) no-repeat;
	padding: 0px;
  background-size: 180px;
}
nav.smaller .navbar-brand {
    margin-top: 15px;
}
.navbar-default .navbar-nav > li {
    padding: 10px 8px;
}
#inner-pages .navbar-default .navbar-nav > li {
    padding: 10px 8px;
}

#inner-pages .navbar-default .navbar-nav > li > a {
    font-size: 13px;
}
#planning .navbar-default .navbar-nav > li {
    padding: 0px 6px;
}

nav .navbar-right { 
    padding-top: 0px;
}
nav.smaller .navbar-right {
    padding-top: 0px;
}
.grow-content {
    padding-left: 12px;
}
.invest-btn {
    margin-bottom: 15px;
	    margin-left: 12px;
}
.services-head {
    padding-top: 40px;
}
.services-head-content {
    padding-bottom: 25px;
    color: #282828;
    line-height: 20px;
    width: 76%;
    margin-left: 14%;
}
.know-more-btn {
    margin-bottom: 16px;
}
.power-sip {
    padding-top: 21px;
}

.amount-investedtext {
    bottom: 32%;
    left: 14%;
    width: 13%;
}
.wealth-gaintext {
    top: 15%;
    right: 12%;
    width: 20%;
}
.power-sip a.start-sip {
    position: absolute;
    /* top: -65px; */
    right: 25px;
    bottom: 30px;
}
/*#market-statistics .nav-pills > li > a {
    padding: 10px 60px;
}*/
.testi-main-head {
    padding-top: 30px;
}
#testimonial {
    height: 900px;
}

#testimonial .va-table {
    display: table;
    height: 900px !important;
    width: 100%;
    z-index: 10;
}
.client-say-container {
    min-height: 270px;
}
.sm-margin-top-85{
	margin-top: 85px;
	}
.footer ul {
    text-decoration: none;
    list-style-type: none;
    margin-left: -6%;
}	
.footer li {
    float: left;
    padding: 4px 5px;
}	
}


@media (min-width: 320px) and (max-width:425px){
.xs-padding-0{
	padding-top:0px;
	padding-bottom:0px;
	}
.navbar-default .navbar-toggle {
    border-color: #337ab7;
}
nav .navbar-brand {
    min-height: 75px;
    width: 230px;
    margin-top: 10px;
    background: url(/images/logo.png) no-repeat;
    background-size: 200px;
}
.navbar-nav {
    padding-bottom: 10px;
}	

.navbar-default .navbar-nav > li > a {
    padding: 5px 8px;
}

#planning .navbar-default .navbar-nav > li > a {
    padding: 0px 0px;
}
nav.smaller .navbar-right {
	padding-top: 0px;
    float: left!important;
}
nav .navbar-right {
    padding-top: 0px;
	 float: left!important;
}
	
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    background: #fff;
    border-top: 0px solid #d1d1d1;
}
#page-content .va-table p.text-center{
	text-align:justify;
	}


#banner .carousel-inner {
    margin-top: 18px;
}
#banner .carousel-caption {
    top: 58px;
}
.plan-btn {
    margin-top: 8px;
}
.know-more-bann {
    margin-top: 11px;
    margin-left: -12px;
}
.grow-content {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}
.invest-btn {
    width: 180px;
    margin-left: 14px;
    margin-bottom: 15px;
}
.services-head-content{
   padding-bottom: 15px;
	width: 100%;
    margin-left:0%;
}
.services-head {
    padding-top: 50px;
}
.welcome-head hr {
    width: 22%;
    margin-top: 8px;
}
.know-more-btn {
    margin-top: -7px;
    margin-bottom: 20px;
	    margin-left: 21%;
}
.service1 {
    padding: 40px;
    background: #000;
    border-radius: 8px;
    width: 230px;
    min-height: 114px;
    margin-left: 20%;
}
#services .margin-top-30 {
    margin-top: 0px;
	    margin-bottom: 20px;
}
.why-company-heading {
    line-height: 34px;
    padding-top: 45px;
}
.why-company-heading hr {
    width: 30%;
    margin-top: 7px;
}
.why-sub-heading {
    line-height: 30px;
}
.why-list {
    padding-top: 10px;
    padding-bottom: 20px;
	    font-size: 16px;
}
.get-started-heading {
    padding-top: 50px;
}
.get-started-content {
    padding-bottom: 24px;
    text-align: justify;
}
.get-started-icon{
	margin-bottom:20px;
	}
.start-sip-btn {
    margin-left: 30%;
    margin-top: 11px;
    margin-bottom: 25px;
}
.power-sip {
    padding-top: 25px;
}
.app-last-text {
    padding-bottom: 30px;
}
#sip-calc {
    margin-bottom: 40px;
}
.result-text {
    padding-top: 40px;
    padding-bottom: 20px;
}
.amount-investedtext {
    bottom: 0%;
    left: 0%;
    width: 23%;
}
.wealth-gaintext {
    top: -3%;
    right: -1%;
    width: 38%;
}
#market-statistics .nav {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
	    font-size: 13px;
}
#market-statistics .nav-pills > li > a {
   padding: 10px 10%;
}
.market-tabs .nav>li {
    padding: 4px 2px;
}
.nav-pills>li+li {
    margin-left:4px;
}

.testi-main-head {
    padding-top: 50px;
}
.client-say-container {
    width: 95%;
    margin-bottom: 74px;
    /* margin-left: 6%; */
}
.client-dp img {
    left: 38%;
}

.contact-head-text {
    padding-bottom: 30px;
    text-align: justify;
}

.address-info hr {
    width: 15%;
}
.address-loc {
    margin-top: 0px;
}
.footer ul {
    margin-left: -9%;
}
.foot-head:after {
    top: 123px;
	    left: 48%;
		display:none;
}
.disclaimer {
   
    line-height: 18px;
    padding-bottom: 25px;
}
.market-head-content {
    text-align: justify;
}
.contact-head {
    line-height: 32px;
}
	
}

@media(min-width: 375px) and (max-width: 424px){
#banner .carousel-inner > .item {
    min-height: 555px;
}
.power-sip-head {
    line-height: 35px;
}
.margin-top-10-375{
	margin-top:10px;
	}
	#market-statistics .nav-pills > li > a {
    padding: 10px 4%;
}
.app-last-text {
    padding-bottom: 25px;
}
.foot-head:after {
    top: 153px;
    left: 46%;
}
	}
@media (max-width:374px){
#banner .carousel-inner > .item {
    min-height: 560px;
}
.grow-head {
    font-size: 22px;
}
.grow-content {
    padding-bottom: 0px;
    font-size: 15px;
}
.services-head {
    line-height: 28px;
}
.services-head-content {
    text-align: justify;
}
.welcome-head {
    font-size: 21px;
    line-height: 20px;
    padding-top: 20px;
}

.know-more-btn {
    margin-left: 14%;
}

.service1 {
    margin-left: 11%;
}
.why-list {
    font-size: 13px;
}
.get-started-heading {
    font-size: 27px;
}
.start-sip-btn {
    margin-left: 24%;
}

.power-sip-head {
    line-height: 40px;
}
.wealth-gaintext {
    top: -6%;
    width: 51%;
}
.amount-investedtext {
    width: 31%;
	    bottom: -8%;
}

.center-resulttext {
    top: 23%;
}

#market-statistics .nav {
    font-size: 11px;
}
.market-tabs .nav>li {
    padding: 4px 2px;
}
#market-statistics .nav-pills > li > a {
    padding: 10px 3%;
}
.nav-pills>li+li {
    margin-left: 1px;
}
.app-last-text {
    padding-bottom: 30px;
}
.testi-main-content {
    text-align: justify;
}
.client-dp img {
    left: 36%;
}

}