@charset "utf-8";
/* CSS Document */
@import url('/font/roboto.css');
@import url('/font/stylesheet.css');
#knowledge-center{
    min-height: 480px;
	margin-top:20px;
	width:100%;
	/*background:url(/images/goal-planning.jpg) center no-repeat;*/
}
#knowledge-center .va-table {
    display: table;
    min-height: 480px !important;
    width: 100%;
}

#knowledge-center .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.learn-topic{
	background:url(/images/kc/kc-1.png) center no-repeat;
	background-size:cover;
	min-height:340px;
	position:relative;
	}
.kc-investment-text{
   
    color: #fff;
    position: absolute;
       left: 6%;
    bottom: 100px;
	}
.investment_is{
	 font-family: 'KozGoPr6N-Medium-AlphaNum', poppins-medium;
	 font-size:40px;
	    line-height: 60px;
	    text-shadow: 1px 3px 1px #4e4f50;
}	
.behaviour{
	   font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
	   font-size:25px;
	   text-shadow: 1px 3px 1px #4e4f50;
	}
	
.topic-text-strip {
    background: #0760ac;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    color: #fff;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    bottom: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.topic-text-strip a{ color: #fff;}

.kc-book-councel{
	    min-height: 336px;
	border:0px solid #ccc;
	    margin-left: 30px;
	
	}
	
.dropdown-menu {
    position: absolute;
    bottom: 122%;
	    top: auto;
    left: 30%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.book-councell{
	background:url(/images/kc/kc-2.jpg) center no-repeat;
	min-height:217px;
	position:relative;
	font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
	text-align: center;
		color:#fee55e;
		margin-bottom: 5px;
		    background-size: cover;
	}
.book-councell-text1{
   font-size: 20px;
    background: rgba(0, 0, 0, 0.64);
    position: absolute;
    bottom: 0px;
    /* left: 29px; */
	font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    padding: 5px 9px 13px 10px;
    width: 100%;
	}
.book-councell-text2{
	font-size:23px;
	}
/*.or{
	color:#000000;
	 font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
	 font-size:16px;
	 line-height:20px;
	 text-align:center;
	 padding:15px;
	}*/
.book-councell-contact{
	color: #fff;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    font-size: 16px;
    background: #232020;
    width: 100%;
    /* position: absolute; */
    /* left: 9%; */
    text-align: center;
 	padding: 12px;
    border-radius: 5px;
	}
	
	
#kc-investing-ways{
	background: url(/images/finn_app.png) center no-repeat;
    background-size: cover;
	min-height:	330px;
	
}
#kc-investing-ways .va-table {
    display: table;
    min-height: 330px !important;
    width: 100%;
}

#kc-investing-ways .table-cell {
    display: table-cell;
    vertical-align: middle;
}


.kc-new-invest-link{
	font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
	font-size:16px;
	padding-top:0px;
	}
/*.kc-new-invest-link a{
	    color: #333;
	}
.kc-new-invest-link a:hover{
	    color: #0760ac;
	}*/
#popular-articles{
	min-height:320px;
	background:#fff;
	width:100%;
	}
#popular-articles .va-table {
    display: table;
    min-height: 490px !important;
    width: 100%;
}
#popular-articles .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.pa_head{
	font-size:26px;
	font-family: 'KozGoPr6N-Medium-AlphaNum', poppins-medium;
	line-height:35px;
	color:#000;
	text-align:center; 
	padding-bottom: 30px;
	text-transform:uppercase;
	    margin-top: 50px;
	}
.kc_article1{
	min-height:385px;
	border:1px solid #e7e7e7;
	border-radius:3px;
	
}
.kc-pa-img{
	background:url(/images/kc/kc_pa1.png) center no-repeat;
	min-height:191px;
	    background-size: cover;
	}
.kc-pa-head{
		color: #000;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    font-size: 20px;
	line-height:30px;
	 padding: 20px;
	}
.kc-pa-head hr {
    margin-top: 11px;
    margin-bottom: 0px;
    border: 0;
    border-top: 5px solid #535353;
    width: 20%;
}
 
.kc-pa-content{
	font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    color: #616161;
	font-size:14px; 
	    padding: 0px 20px 20px 20px;
	line-height:18px;
	}
.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 25px;
	
}	
 .owl-prev {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #0760ac;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 25px;
}
.news-read-more a{
	    color: #0760ac;
	}
.news-read-more a:hover{
	color:#000;
	}
	
	
/*why to invest*/

#why_to_invest{
	top:0;
	left:0;
    min-height: 200px;
	width:100%;
	margin-top:192px;
	background:url(/images/about-us.jpg) center no-repeat;
}
#why_to_invest .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
	     padding-top: 0px;
		
}

#why_to_invest .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#learn-body{
	padding-top:50px;
	padding-bottom:50px;
	background:#fff;
	}
.client-testimony{
	font-size: 16px;
    text-align: justify;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    line-height: 26px;
	}
.firstcharacter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.learn-matter{
	font-size: 16px;
    text-align: justify;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    line-height: 26px;
	padding-top:50px;
	}
.kc-page-next{
	padding-top:11px;
	}	
.kc-page-next a{
	font-size: 15px;
    font-family: 'KozGoPr6N-Medium-AlphaNum', poppins-medium;
    
	color:#0760ac;
	}
.kc-page-next a:hover{
	color:#000;
	}
.ur-heading{
	font-family: 'Gotham-Bold';
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
	}
.client-name{
	color: #0760ac;
    font-family: 'KozGoPr6N-Medium-AlphaNum', poppins-medium;
	}
	
	
.advertisement-space{
		min-height:390px;
		background:#999;
		
		}
.new-invest-matter {
    font-size: 14px;
    text-align: justify;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 2px;
  
}
.kc-new-invest-links{
	background: #0760ac;
    text-align: center;
    padding: 5px 6px 8px 8px;
    border-radius: 5px;
    margin-top: 10px;
    /* width: 177px; */
    line-height: 16px;
	}
.kc-new-invest-links:hover {
    background: #232020;
}
.kc-new-invest-links a{
	color:#fff;
	    font-size: 14px;
	}
	
.right-image img{
	    border: 1px solid #b5aaaa;
	}
	
	
.nav-pills{
	border:0px solid #ccc;
	margin-bottom: 0px;
	}
.tools .nav-pills > li > a
{
 color: #000;
    /* border-radius: 0px; */
    font-size: 15px;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
    padding: 11px 29px;
    border-right: none;
    margin-right: 0px;
    border-left: 0px solid #ccc;
    background: #f0edee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.nav-pills>li+li {
    margin-left: 1px;
}

/* tool MF*/
.tools-content {
height: 315px;
    display: block;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
     border: 1px solid #f0edee; 
    background: #fff;
	width: 91%;
}
.news-box
{
 min-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;
text-align: left;
 padding-left: 10px;
}
.news-tool li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.news-tool li #date
{
  color: #fe4600;
  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: 'robotobold';
}
.news-tool li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #10898d;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.news-tool li:after {
content: '';
display: block;
clear: both;
}
.mf-nfo{
  width: 100%;
  height: 100vh;
  text-align: left;
  padding-left: 20px;
}

.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: #fe4600;
  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: 'robotobold';
}
.mf-nfo li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #10898d;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf-nfo li:after {
content: '';
display: block;
clear: both;
}

/* MF NFO Ends */

/* Dividend */
.mf_dividend{
  width: 100%;
  height: 100vh;
}
.mf_dividend{
}
.mf_dividend ul {
width: 100%;
padding: 0;
list-style: none;
text-align: left;
  padding-left: 20px;
}
.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: #d41212;
  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: 'robotobold';
    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: 'robotobold';
}
.mf_dividend li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #1b628e;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf_dividend li:first-of-type #dividend{
    font-family: 'robotobold';
    color: #438013;
    font-size: 22px;
    transition:all .2s ease;
    padding-top: 5px;
  }
.mf_dividend li:after {
content: '';
display: block;
clear: both;
}

.tools  .nav-pills > li > a:hover
{
 background:#fe4600 !important;
 color:#fff;
  /*   margin-top: -5px;*/
   padding-top: 11px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f57920;
}

.tools .nav-pills>li.active>a, .tools  .nav-pills>li.active>a:focus, .tools  .nav-pills>li.active>a:hover 
{
    background: #fe4600 !important;
    color: #fff;
    padding-top: 11px;
     font-size: 15px;
    font-family: 'KozGoPr6N-Regular-AlphaNum', poppins-regular;
}

.tools  .nav-pills>li.last>a
{
 border-right:none;
}	
	
	
	
@-moz-document url-prefix() { 	
	
	
#knowledge-center {
    margin-top: 280px;
}
#kc-investing-ways .va-table {
    margin-top: 70px;
}

#why_to_invest .va-table {
    padding-top: 70px;
}

}


@media(min-width:768px) and (max-width:991px){
#kc-investing-ways {
    padding-top: 50px;
}


	.book-councell-contact {
    margin-bottom: 30px;
}
	}

@media(min-width:320px) and (max-width:767px){
	
	#kc-investing-ways {
    padding-top: 50px;
	
	padding-bottom:50px;
}


#popular-articles p{
	
	text-align:justify;
	}	
.learn-matter {
    padding-left: 15px;
    padding-right: 15px;
}	
	
	
	}