/* CSS Document */
@import url('/font/roboto.css');
body{
	 margin:0;
	 padding:0;
	 font-family: 'poppinsregular';
	 
}
*{
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-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: -85px;
	}
	
/* 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:#ffffff;
	border-bottom:none;
	padding:0 15px;
	border-bottom:1px solid #dadada;
  height: 130px;
}
.navbar-default .navbar-nav > li{
	padding: 0px 5px;
}

.navbar-default .navbar-nav > li > a
{
	padding: 22px 5px;
    color: #333333;
    font-size: 14px;
    font-family: 'poppinsregular';
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	    color: #a60000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#0174cf;
    background: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #a60000;
    background:none;
}
.toggle
{
	color:#00a0e3;
	padding-left:5px;
}
.top-nav-text {
	padding-left: 10px;
    color:#707070 !important;
    font-size: 13px;
    font-family: 'latoregular';
	}
.top-nav-text ul{
	    
	}
.top-nav-text ul li{
	text-decoration:none;
	list-style-type:none;
	float:left;
	    padding-right: 0px;
	}
.top-nav-text a{
	/*padding-left: 10px;*/
    color:#ffffff !important;
    font-size: 13px;
    font-family: 'latoregular';
	}
	
.top-nav-text a:hover{
	 /*   padding-left: 10px;*/
    color:#909090;
	}

.navbar-brand
{
	padding:0 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
}
.navbar-right {
    float: right!important;
    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: #a60000;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 4px; */
    padding-top: 8px;
    padding-right: 4px;
    padding-bottom: 9px;
    padding-left: 4px;
    color: #ffffff;
    z-index: 99999;
    font-family: 'latoregular';
    font-size: 13px;
    border-bottom: 1px solid #a60000;
}
.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:#b0cb1f; padding-left:5px; padding-right:5px; font-size:13px;}
	.top-nav a:hover{ color:#ffffff;}
	.top-nav img{padding:0 3px;}
.no-top-nav
{
     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: 95px;
    width: 260px;
    margin-top: 35px;
    background: url(/images/logo.png) no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 167px;
}
nav .navbar-brand:after {
    position: absolute;
    left: 30px;
    top: 113px;
    width: 200px;
    height: 20px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    text-transform: uppercase;
    content: 'AMFI Registered MF Distributor';
}	
 nav .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:45px;
    -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;
	background:#ffffff;
	border-bottom:1px solid #d1d1d1;
  height: 100px;
	 }
nav.smaller .navbar-brand {
    margin-top:2px;
	   }
	   
nav.smaller .navbar-brand:after {
    position: absolute;
    left: 32px;
    top: 80px;
    width: 200px;
    height: 20px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    text-transform: uppercase;
    content: 'AMFI Registered MF Distributor';
}	
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:10px;
}


.login-btn {
	background: #a60000;
    /* min-height: 38px; */
    font-family: 'poppinsregular';
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    /* padding: 8px 10px; */
	padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    order: none;
    letter-spacing: 0px;
    margin-top: 14px;
    float: left;
    /* border-right: none; */
    /* border-top-right-radius: 0px; */
    /* border-bottom-right-radius: 0px; 
    margin-right: 10px;*/
}
.login-btn:hover{
	background: #000000;
    color: #fff;
	}

.login-btn a
{
 text-decoration:none;
 color:#fff;
 font-size: 15px;
}

.login-btn a:hover
{
 text-decoration:none;
 color:#fff;
}
.signup-btn {
	background: #a60000;
    /* min-height: 38px; */
    font-family: 'poppinsregular';
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    /* padding: 8px 10px; */
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    order: none;
    letter-spacing: 0px;
    margin-top: 14px;
    float: left;
    /* border-right: none; */
    /* border-top-right-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
    margin-right: 10px;
}
.signup-btn:hover{
	background: #000000;
	}

.signup-btn a
{
 text-decoration:none;
 color:#fff;
 font-size: 15px;
}
.signup-btn a:hover
{
 text-decoration:none;
 color:#fff;
}
.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;
}
/*----------------------------------section1-----------------------------------------------*/
#sec1{
	position:relative;
	width:100%;
	min-height:100vh;
	}
#banner{
	width:100%;
	min-height:100vh;
position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
}
.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

/*.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}*/

.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 1;
}
 @-webkit-keyframes 
kenburns-1 { 
 0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 1;
}
}
 @keyframes 
kenburns-1 {  0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes 
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes 
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@-webkit-keyframes 
kenburns-4 { 
 73.4375% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
@keyframes 
kenburns-4 { 
 73.4375% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

#banner .va-table{
	display: table;
    min-height: 100vh!important;
    width: 100%;
}
#banner .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.banner-content1{
	font-family:'pt_serifitalic';
	font-size:60px;
	color:#fff3f3;
	padding-top: 200px;
	
}
.banner-content2{
	font-family:'poppinsmedium';
	font-size:25px;
	color:#ffffff;
}
.investment-type{
	font-family:'poppinsmedium';
	padding-top:50px;
	padding-bottom: 50px;

}	
.investment-type-head{
	font-size:21px;
	color:#ffa740;
	font-family:'poppinsmedium';
}	
.investment-type-content{
	font-size:14px;
	color:#ffffff;
	font-family:'poppinslight';
	    padding-bottom: 25px;
}	
.investment-t img
{
    transform-style: preserve-3d;
    transition: transform 1s;
}
.investment-t:hover img
{
    transform: scale(1.1);
}


/*----------------------------------section2------------------------------------------------*/
#aboutus{
	width:100%;
	min-height:555px;
	background:url(/images/section2-bg.jpg) no-repeat center;
	background-size:cover;
}
#aboutus .va-table{
	display: table;
    height: 555px !important;
    min-height: 100vh!important;
    width: 100%;
}
#aboutus .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.fin-planner{
	
}
.about-head{
	font-family:'poppinsmedium';
	color:#4f585f;
	font-size:48px;
	line-height:52px;
}
.font-size-67{
	font-size:67px;
}
.about-head-content{
	font-family:'poppinsmedium';
	font-size:30px;
	color:#292929;
	line-height: 35px;
	padding-bottom: 10px;
}
#aboutus p{
	font-family:'poppinsregular';
	font-size:16px;
	color:#5f5f5f;
	text-align:justify;
	min-height: 210px;
}
.know-more{
	background: #a60000 !important;
    border: 1px solid #a60000;
    cursor: pointer;
    color: #fff;
    padding: 12px 60px;
    text-decoration: none;
	width: 30%;
	font-size:15px;
	border-radius:4px;
	font-family:'poppinssemibold';
	margin-bottom: 20px;
}
.know-more:hover {
    background: #000000 !important;
    border: 1px solid #000000;
   
}	
	
/*----------------------------------section3------------------------------------------------*/
#make-money{
	width:100%;
	min-height:555px;
	background:url(/images/section3-bg.jpg) no-repeat center;
	background-size:cover;
	font-family:'poppinsmedium';
}
#make-money .va-table{
	display: table;
    height: 555px !important;
    width: 100%;
}
#make-money .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.make-money{
	font-size:27px;
	color:#3F51B5;
}
.make-money-cont{
	font-size:18px;
	color:#fff;
    padding-bottom: 85px;
}
.money-item img {
    transform-style: preserve-3d;
    transition: transform 1s;
}
.money-item:hover img {
    transform: rotateY( 360deg );
}
.img-head{
	font-size:14px;
	color:#fff;
	font-family:'poppinsmedium';
	padding-top:20px;
}
.make-money-foo{
	font-family:'poppinsregular';
	font-size:18px;
	color:#fff;
	padding-top: 30px;
}
.know-abt-sip{
	background: #a60000 !important;
    border: 1px solid #a60000;
    cursor: pointer;
    color: #fff;
    padding: 12px 60px;
    text-decoration: none;
	width: 30%;
	border-radius:25px;
	font-family:'poppinssemibold';
	margin-left: 33%;
	margin-top: 25px;
	font-size:15px;
	

}
.know-abt-sip:hover {
    background: #000000 !important;
    border: 1px solid #000000;
   
}
/*----------------------------------section4------------------------------------------------*/
#services{
	width:100%;
	min-height:605px;
	background:#ffffff;
	background-size:cover;
	font-family:'poppinsmedium';	
}
#services .va-table{
	display: table;
    height: 605px !important;
    width: 100%;
}
#services .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.services-head{
	padding-top: 20px;
	font-size:27px;
	color:#a60000;
}
.services-head-content{
	font-size:18px;
	color:#353535;
   padding-bottom: 65px;
}
.ser-head{
	font-size:17px;
	color:#040404;
	
}
.ser-content{
	font-family:'poppinslight';
	font-size:14px;
	color:#5a5a5a;
	text-align:justify;
	min-height: 100px;
	line-height: 15px;
}
/*----------------------------------section5------------------------------------------------*/
#mobile-app{
	width:100%;
	min-height:505px;
	background:url(/images/section5-bg.png) center no-repeat;
	background-size:cover;
	font-family:'poppinsmedium';	
}
#mobile-app .va-table{
	display: table;
       height: 290px !important;
    width: 100%;
}
#mobile-app .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mobile-app-head{
	padding-top: 50px;
	font-size:27px;
	color:#fff;
	line-height:40px;
}
.mobile-app-head-content{
	font-size:18px;
	color:#fff;
   padding-bottom: 65px;
}
.get-app{
	font-family:'poppinsregular';
	font-size:18px;
	color:#fff;
	font-style: italic;
}
.app-icon{
	padding-top: 15px;
	}
.mobile-app-img{
	    margin-left: 15%;
	}
/*----------------------------------section6------------------------------------------------*/
#market-statistics{
	width:100%;
	min-height:648px;
	background:url(/images/section6-bg.jpg) no-repeat center;
	background-size:cover;
	font-family:'poppinsmedium';	
}
#market-statistics .va-table{
	display: table;
    height: 648px !important;
    width: 100%;
}
#market-statistics .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.market-head{
	padding-top: 20px;
	font-size:27px;
	color:#a60000;
	    line-height: 40px;
}
.market-head-content{
	font-size:18px;
	color:#353535;
   padding-bottom:20px;
}


.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
#market-statistics .nav
{
	background:none;
}
#market-statistics .nav-pills > li.first
	{
	    padding-left:0%;
	}
#market-statistics .nav-pills > li > a
{
	background:none !important;
	color:#000;	
	border-radius:0px;
	font-size:14px;
	font-family:'poppinsregular';
	padding:10px 17px;
	
}
.market-tabs .nav>li {
    position: relative;
    display: block;
    padding: 0px 0px;
}
#market-statistics .nav-pills > li > a:hover
{
	background:none !important;
	color:#f87831;
}

#market-statistics .nav-pills>li.active>a, #market-statistics .nav-pills>li.active>a:focus, #market-statistics .nav-pills>li.active>a:hover 
{
	background:none;
	color:#f87831;
	
}

#market-statistics .nav-pills>li.last>a
{
	border-right:none;
}
#market-statistics .tools-content {
    height: 345px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
   padding: 0px;
    background:#ffffff;
    border: 2px solid #a60000;
    border-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: #ff5d00;
  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: 'poppinsregular';
}
.news-tool li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;
  font-family: 'poppinsregular';
  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: 'poppinsregular';
}
.mf-nfo li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #09c6d8;
  transition:all .5s ease;
  font-family: 'poppinsregular';
  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: 'poppinsregular';
    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: 'poppinsregular';
}
.mf_dividend li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;
  font-family: 'poppinsregular';
  line-height: 22px;
}
.mf_dividend li:first-of-type #dividend{
    font-family: 'poppinsregular';
    color: #438013;
    font-size: 22px;
    transition:all .2s ease;
    padding-top: 5px;
  }
.mf_dividend li:after {
content: '';
display: block;
clear: both;
}

/*----------------------------------section7------------------------------------------------*/
#testimonial{
	width:100%;
	min-height:533px;
	background:#ffffff;
	background-size:cover;	
	font-family:'poppinsmedium';
}
#testimonial .va-table{
	display: table;
    height: 533px !important;
    width: 100%;
}
#testimonial .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.testimonial-head{
	padding-top: 20px;
	font-size:27px;
	color:#a60000;
	line-height: 40px;
}
.testimonial-head-content{
	font-size:18px;
	color:#353535;
   padding-bottom:70px;
}
.client-name{
	font-family:'poppinsregular';
	font-size:19px;
	color:#3F51B5;
	}
/*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: #facc21;
  transition: all .25s;
}
input.star-5:checked ~ label.star:before {
  color:#facc21;
  /*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;
}

	
.client-say{
	font-family:'poppinsregular';
	font-size:15px;
	font-style: italic;
	color:#1f1f1f;
	min-height: 100px;
	text-align: justify;
	margin-top: 10px;
}

/*----------------------------------section8------------------------------------------------*/
#features{
	width:100%;
	min-height:445px;
	background:url(/images/section7-bg.jpg) center no-repeat;
	background-size:cover;	
	font-family:'poppinsmedium';
}
#features .va-table{
	display: table;
    height: 445px !important;
    width: 100%;
}
#features .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.features-head{
	padding-top: 20px;
	font-size:27px;
	color:#FFFFFF;
	line-height: 40px;
}
.features-head-content{
	font-size:18px;
	color:#FFFFFF;
  padding-bottom: 40px;
}
.featured-text{
	font-size:14px;
	color:#fff;
	font-family:'poppinsmedium';
	padding-top:20px;
	text-transform:uppercase;
	 
}
.btn-ser-text-blue1 {
    color: #a60000;
    background-color: #fff;
	margin-top:25px;
	border-radius:4px;
	margin-bottom:6px;
    padding: 16px 40px;
	font-weight:bold;
	font-family:'poppinssemibold';
	font-size:15px;
    
    
}
.btn-ser-text-blue1.active, .btn-ser-text-blue1.focus, .btn-ser-text-blue1:active, .btn-ser-text-blue1:focus, .btn-ser-text-blue1:hover{
    color: #fff;
	background-color: #000000;
}

/*-----------------------------------section9------------------------------------------------*/
#contactus{
	width:100%;
	min-height:503px;
	background:#f6f6f6;
	background-size:cover;
	font-family:'poppinsmedium';	
}
#contactus .va-table{
	display: table;
    height: 503px !important;
    width: 100%;
}
#contactus .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.contactus-head{
	padding-top: 20px;
	font-size:27px;
	color:#a60000;
	line-height: 40px;
}
.contactus-head-content{
	font-size:18px;
	color:#353535;
  padding-bottom: 40px;
}
.btn-text{
color: #3b3b3b;
margin-top: -15px;
font-size: 15px;
font-family: 'poppinsregular';
}
#footer{
	width:100%;
	min-height:95px;
	background:#000000;
	position:relative;
	color: #fff;	
	
}
.foot{
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	}
#footer .va-table{
	display: table;
    height: 95px !important;
    width: 100%;
}
#footer .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#footer a.menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
  font-family: 'poppinsregular';
  text-transform:uppercase;
  letter-spacing: 1px;
}
#footer a.menu-link:hover {
    color: #a60000;
}
.copyright{
	 color: #fff;
    font-size: 13px;
    font-family: 'poppinsregular';
}
#footer a.design {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: 'poppinsregular';
}
#footer a.design:hover {
    color: #a60000;
}
.foot-head:after {
       font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    top: 52px;
    left: 50%;
    font-size: 51px;
    color:#000000;
}


#disclaimer{
	min-height:180px;
	background:#FFF;
	
}
#disclaimer .va-table{
	display: table;
    height: 180px !important;
    width: 100%;
}
#disclaimer .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.logo-footer{
	padding-top:10px;
	}
.disclaimer{
	font-size:11px;
	color:#646464;
	font-family: 'poppinsregular';
	padding-top:20px;
	text-align: justify;
	padding-bottom: 10px;
	}
.dis-head{
	color:#b25c5c;
	}
.website{
	font-family: 'robotobold_italic';
	color:#3376a0;
}
/*planning page*/

#planning-type .img-head{
	font-size:15px;
	color:#000;
	font-family:'poppinsmedium';
	padding-top:20px;
}
/*planning tooltip*/
.wrapper {
  cursor: help;
 
  font-size: 14px;
  z-index: 999;
  position: relative;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  width: 295px;
  background: #b78e40;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -115px;
  margin-bottom: 12px;
  text-align: justify;
  opacity: 0;
  font-family: 'poppinsmedium';
  font-size: 12px;
 /* padding: 15px;*/
 padding-top:15px;
 padding-left:5px;
 padding-right:26px;
 padding-bottom:15px;
 pointer-events: none;
 border-radius: 8px;
 position: absolute;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 -ms-transform: translateY(10px);
 -o-transform: translateY(10px);
 transform: translateY(10px);
 -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #b78e40 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.tooltip ul li{
	padding-bottom:10px;
	margin-left: -15px;
	display:block;
}
.tooltip li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e127";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
	margin-left: -25px;
}  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}
/*tooltip ends*/
.plan-btn {
    background: #a60000;
    font-family: 'poppinsregular';
    font-size: 15px;
    color: #ffffff;
    padding: 10px 30px;
    transition: all 0.5s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: none;
    border-radius: 3px;
    border: 0;
    font-weight: 300;
}
.plan-btn:hover {
    background: #000000;
    color: #fff;
}
.chat-option{
	    position: fixed;
    bottom: 70px;
    right: 0px;
    z-index: 99999;
}

#knowledge-center #page-content .video {
    background: #dedede;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    min-height: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#knowledge-center #page-content .video p {
    font-family: "PoppinssemiBold";
    font-size: 13px;
    color: #458ff0;
}
#knowledge-center #page-content .video .para {
    font-family: "poppinsregular";
    font-size: 12px;
    color: #000000;
    line-height: 20px;
}
#comp-fp-features img {
border: 1px solid #4CAF50;
}
#comp-fp-features p{
	height: 180px;
}
#mf_forms iframe {
    height: 700px;
}




@media(min-width: 320px) and (max-width:560px){

	
nav .navbar-brand {
      margin-top: 7px;
    float: left;
   /* margin-left: -25px !important;*/
}
	.signup-btn {
    margin-top: 5px;
}
.navbar-nav {
    padding-bottom: 10px;
}	
.nav>li {
    padding: 4px 12px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 8px;
}
nav.smaller .navbar-right {
    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: #ffffff;
    border-top: 0px solid #d1d1d1;
}
	.logo-footer {
    padding-top: 27px;
}
#sec1 {
    min-height: 1200px;
}
.banner-content1 {
	  padding-top: 0px;
   line-height: 47px;
}
.banner-content2 {
    margin-top: 15px;
    line-height: 37px;
}	
.investment-type {
    padding-top: 15px;
    padding-bottom: 0px;
}
.investment-type-content {
    padding-bottom: 20px;
}
.slideshow {
    position: absolute;
    width: 100vw;
 	height: 1200px;
    overflow: hidden;
}
.slideshow-image {
    position: absolute;
    width: 100%;
    min-height: 1200px;
   
}
	
.fin-planner{
	padding-top: 50px;	
	padding-left: 0px;
	text-align: center;
}
.about-head {
    padding-bottom: 20px;
}
.about-head-content {
    padding-bottom: 15px;
	line-height: 32px;
}
.know-more {
    padding: 12px 42px;
    width: 50%;
}
.make-money {
    padding-top: 60px;
	line-height: 30px;
    padding-bottom: 20px;
}
.make-money-cont {
    padding-bottom: 40px;
}
.make-money-foo {
    padding-top: 0px;
	line-height: 21px;
}
.img-head {
    padding-top: 5px;
}
.know-abt-sip {
    padding: 12px 5px;
    width: 58%;
    margin-left: 20%;
	margin-bottom: 20px;
}

.services-head {
    padding-top: 51px;
}
/*.ser-content {
  min-height: 140px;
}*/
#mobile-app {
    min-height: 478px;
}
.app-icon {
    padding-bottom: 15px;
}
.mobile-app-head {
    padding-top: 50px;
    line-height: 30px;
	padding-bottom: 20px;
}
.mobile-app-head-content {
    padding-bottom: 45px;
}
.mobile-app-img {
    margin-left: 0%;
}
.market-head {
    padding-top: 50px;
    line-height: 32px;
}
.testimonial-head {
    padding-top: 50px;
	line-height: 27px;
	    padding-bottom: 20px;
}
.testimonial-head-content {
    padding-bottom: 23px;
}
.features-head {
    padding-top: 50px;
    line-height: 30px;
    padding-bottom: 20px;
}
.featured-text {
    padding-top: 8px;
	    line-height: 16px;
}
.contactus-head {
    padding-top: 50px;
    line-height: 30px;
    padding-bottom: 20px;
}
.contactus-head-content {
    padding-bottom: 20px;
}
.foot {
    padding-bottom: 10px;
}
.copyright {
    padding-left: 20px;
}
#mf_forms iframe {
    height: 1100px;
}    
    
    
    
}
@media(min-width: 0px) and (max-width: 425px){

nav .navbar-brand:after {
    position: absolute;
    left: 35px;
    top: 48px;
    width: 200px;
    height: 20px;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    text-transform: uppercase;
    content: 'AMFI Registered MF Distributor';
}
	}
@media(min-width: 375px) and (max-width: 425px){

#sec1 {
    min-height: 1050px;
}
.banner-content1 {
/*    padding-top: 50px;*/
    line-height: 47px;
}	
.slideshow {
      height: 1050px;
    overflow: hidden;
}
nav .navbar-brand:after {
    position: absolute;
    left: 18px;
    top: 86px;
    width: 200px;
    height: 20px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    text-transform: uppercase;
    content: 'AMFI Registered MF Distributor';
}
	}
@media(min-width: 561px) and (max-width:900px){
#child_planning	.margin-top-95 {
    margin-top: 145px;
}
.navbar-right .dropdown-menu {
    right: -84px;
    left: auto;
}
#child_planning .margin-top-125 {
    margin-top: 150px;
}
nav .navbar-right {
    padding-top: 0px;
}
	nav.smaller .navbar-right {
    padding-top: 0px;
}
	.navbar-default .navbar-nav > li {
    padding: 0px 2px;
}
.navbar-default .navbar-nav > li > a {
   padding: 10px 11px;
    font-size: 13px;
}
.nav>li {
    position: relative;
    display: block;
    padding:0px 3px;
}
/*nav .navbar-brand {
    margin-top: 40px;
}*/
.login-btn {
    margin-top: 7px;
	padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}
.signup-btn {
    margin-top: 7px;
	padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}
.login-btn a {
    font-size: 11px;
}	
.signup-btn a {
    font-size: 11px;
}	
.margin-top-125 {
    margin-top: 190px;
}
.margin-right-n85 {
    margin-right: -85px;
}
.top-nav {
   /* padding: 8px;*/
    padding-top: 8px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
}
#sec1 {
    min-height: 900px;
}
.slideshow {
    position: absolute;
    width: 100vw;
 	height: 900px;
    overflow: hidden;
}
.slideshow-image {
    position: absolute;
    width: 100%;
    min-height: 900px;
   
}
.banner-content1 {
	padding-top: 0px;
    line-height: 45px;
}
.banner-content2 {
    margin-top: 10px;
}
.investment-type {
    padding-top: 15px;
    padding-bottom: 0px;
}
.fin-planner {
    padding-top: 50px;
	text-align: -webkit-center;
}
.know-more {
    padding: 12px 53px;
}
.make-money {
    padding-top: 50px;
}
.make-money-cont {
    padding-bottom: 39px;
}
.make-money-foo {
    padding-top: 20px;
}
.know-abt-sip {
    padding: 12px 14px;
    margin-bottom: 20px;
}
.services-head {
    padding-top: 50px;
}
.mobile-app-head {
    line-height: 28px;
}
.mobile-app-head-content {
    padding-bottom: 90px;
}
.market-head {
    padding-top: 50px;
}
#market-statistics .nav-pills > li > a {
    padding: 9px 23px;
}
.testimonial-head {
    padding-top: 50px;
}
.mobile-app-img {
    margin-left: 3%;
}
.features-head {
    padding-top: 50px;
}
 #mf_forms iframe {
    height: 1100px;
}   
    
}
@media(min-width: 901px) and (max-width:1200px){
nav .navbar-right {
    padding-top: 72px;
    padding-bottom: 15px;
}
	nav.smaller .navbar-right {
    margin-right: 0px;
    padding-top: 50px;
}
    #mf_forms iframe {
    height: 900px;
}
}
@media(min-width: 901px) and (max-width:1300px){
	.margin-top-125 {
    margin-top: 165px;
}
.top-nav-text a {
    padding-left: 8px;
}
.margin-right-n85 {
    margin-right: -85px;
}
 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -19px;
     
}  
    nav.smaller .navbar-brand {
    width: 260px;
}
.nav>li {
    padding: 7px 5px;
}
	.navbar-default .navbar-nav > li {
    padding: 0px 2px;
}
.navbar-default .navbar-nav > li > a {
   padding: 0px 6px;
    font-size: 12px;
}
/*nav .navbar-right {
    padding-top: 10px;
}
*/
#planning nav .navbar-right {
    padding-top: 63px;
}	
.login-btn {
   margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
	
	.login-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}
.signup-btn {
  margin-top: 0px;
	 padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
	.signup-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}
.investment-type {
    padding-top: 5px;
    padding-bottom: 0px;
}
.about-head {
    padding-top: 60px;
    font-size: 40px;
}
    .font-size-67 {
    font-size: 40px;
}
.fin-planner {
    padding-top: 30px;
}
.know-more {
    padding: 12px 37px;
}
.make-money-cont {
    padding-bottom: 65px;
}
.know-abt-sip {
    padding: 12px 49px;
}
.services-head-content {
    padding-bottom: 35px;
}
.ser-content {
    min-height: 130px;
}
.mobile-app-img {
    margin-left: 6%;
}
#market-statistics .nav-pills > li > a {
    background: none !important;
    color: #000;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'poppinsregular';
    padding: 10px 10px;
}
#mf_forms iframe {
    height: 1100px;
}    
    
    
}

@media(max-width:375px){
.know-more {
    padding: 12px 20px;
    width: 40%;
	 font-size: 11px;
}
	
.know-abt-sip {
    width: 78%;
    margin-left: 16%;
}
.mobile-app-head-content {
    padding-bottom: 62px;
}

}
@media(max-width:320px){
.know-abt-sip {
    padding: 12px 5px;
    width: 82%;
    margin-left: 7%;
    margin-bottom: 20px;
}
.mobile-app-head-content {
    padding-bottom: 25px;
}
.padding-bottom-10-xs{
	    padding-bottom: 10px;
}
.know-more {
    padding: 12px 15px;
    width: 49%;
}
.ser-content {
    min-height: 140px;
}	
}