@charset "utf-8";
/* CSS Document */

@import url('/font/styles.css');
@import url('/font/stylesheet.css');
body
{
	margin:0;
	padding:0;
	font-family:'open_sansregular';
	line-height:22px;
	font-size:14px;
}
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;
}

@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:#ed1b24;}
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 SPECS------*/
.text-cap
{
	text-transform:uppercase;
}

.font-bold
{
	font-family:'open_sansbold';
}
.font-semibold
{
	font-family:'open_sanssemibold';
}
.font-reg
{
	font-family:'open_sansregular';
}

.font-aller
{
	font-family:'Aller';
}
.fontweight
{
	font-weight:normal !important;
}

.f25
{
	font-size:25px;
}
.f35
{
	font-size:35px;
}
.f40
{
	font-size:40px;
}
.f57
{
	font-size:57px;
}
.f80
{
	font-size:80px;
}

.clr-greylight
{
	color:#747474;
}
.padding-right-42
{
	padding-right:42px;
}
.text-tranform
{
	text-transform:uppercase;
}

/*------NAVBAR MENU------*/

.navbar
{
	margin-bottom:0px;
	min-height:127px;
}

.navbar-default
{
	background:url(/images/menu-bg.png) center top no-repeat;
	border-bottom:none;
	padding:0;
}
.navbar-right 
{
	margin-top:26px;

}
.navbar-default .navbar-nav > li > a
{
	padding:13px 10px 10px 2px;
	color:#ffffff;
	font-size:14px;
	font-family:'Aller';
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#bfd538;
}

/*---------------*/
.navbar-default .navbar-nav > li.log
{
	display:none;
}
.navbar-default .navbar-nav > li.log > a
{
	padding:12px 7px 10px 2px;
	color:#ffffff;
	font-size:14px;
	font-family:'Aller';
}
.navbar-default .navbar-nav > li.log > a:hover, .navbar-default .navbar-nav > li.log > a:focus
{
	color:#bfd538;
}
/*---------------*/


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color:#bfd538;
    background:none;
}
.dropdown-menu 
{
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color:#25ac4e;
	color:#ffffff;
}
.dropdown-menu>li>a {
    color: #ffffff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #bfd538;
    text-decoration: none;
    background: none;
}

.navbar-default .navbar-brand
{
	    padding-top: 0px;
		
}
.nav-top-strp { padding-top:25px; width:81%; font-family: 'Aller'; font-size:14px; margin-bottom:0px; margin-right: -30px; color:#363636;}
	.nav-top-strp a{text-decoration:none; color:#363636; padding-right:13px;}
	.nav-top-strp a:hover{text-decoration:underline; color:#66503f;}
	.nav-top-strp img{padding:0 0px;}
	.portfolio-tracker{ background:none; height:inherit;}
	
	a.padd
	{
		text-decoration:none;
		padding:0;
	}
	a.padd:hover
	{
		text-decoration:none;
	}
	/*----------------------------------------------------*/

.login-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ba544+1,5ba544+48,ff6d00+50,ff6d00+100 */
background: #5ba544; /* Old browsers */
background: -moz-linear-gradient(left,  #5ba544 1%, #5ba544 48%, #ff6d00 50%, #ff6d00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #5ba544 1%,#5ba544 48%,#ff6d00 50%,#ff6d00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #5ba544 1%,#5ba544 48%,#ff6d00 50%,#ff6d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba544', endColorstr='#ff6d00',GradientType=1 ); /* IE6-9 */

    font-family: 'robotoregular';
    font-size: 12px;
    color: #ffffff;
    padding: 6px 8px;
    border: none;
    letter-spacing: 1px;
    margin-top: -6px;
    
}
.login-btn > img
{
	padding-right:10px;
}
.login-btn a
{
	text-decoration:none;
	color:#ffffff;
}
.login-btn a:hover
{
	text-decoration:none;
	color:#000000;
}

/*---------- Banner -------------*/

#banner
{
	background:none;
	background-size:cover; 
	min-height:451px;
    padding-top: 0px;
}
#banner .carousel-inner >.item 
{
	min-height:451px;
}
#banner .carousel-control 
{
	width:5%;
}
#banner .carousel-indicators {
    bottom: 0px;
}
#banner .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    text-indent: -999px;
    cursor: pointer;
    margin: 2px;
    background-color: #5ba545;
    border: 2px solid #325328;
    border-radius: 10px;
}
#banner .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 2px;
    background-color: #143956;
    border: 2px solid #143956;
}
#banner .carousel-caption {
   top: 100px;
   left:0;
   right:0;
   width:70%;
   height:236px;
   text-shadow:none;
   text-align:left;
}
#banner .carousel-caption .heading
{
	font-family:'Aller'; 
	font-size:29px;
	color:#000000; 
	line-height:42px;
	font-weight:none !important;
}
#banner .carousel-caption .sub-heading
{
	font-family:'Aller'; 
	font-size:40px;
    line-height: 39px;
	margin-bottom:15px;
	font-weight:700 !important;
}
#banner .carousel-caption p
{
	font-family:'Aller'; 
	font-size:18px;
	color:#fff;	
	line-height:25px;
    padding-top:20px;
	padding-bottom:10px;
}
#banner .carousel-caption .redfont
{
	font-family:'Aller'; 
	font-size:36px;
	color:#d50303;
	font-weight:700;
    line-height: 34px;
}
#banner .carousel-control.left {
    background-image: none;
}
#banner .carousel-control.right {
    background-image: none;
}

.bannerbt-btn
{
	background:#5ba545;
	font-family:'open_sansregular',arial;
	font-size:14px;
	border:2px solid #5ba545;
	color:#ffffff;
	padding:8px 5px;
	margin-bottom:20px;
}
.bannerbt-btn:hover
{
	background:#ff6c00;
	border:2px solid #ff6c00;
}

.bannerbt1-btn
{
	background:#0e4849;
	font-family:'open_sansregular',arial;
	font-size:14px;
	color:#ffffff;
	padding:8px 5px;
	border:2px solid #5ba545;
	margin-bottom:20px;
}
.bannerbt1-btn:hover
{
	background:#5ba545;
	border:2px solid #5ba545;
}
/*---------- Footer Details -------------*/



#footer-details
{ 
	background:#23495f;
	background-size:cover; 
	min-height:400px;
	padding-top:40px;
}
.footer-details-heading
{
	font-family:'open_sanssemibold';
	font-size:30px;
	color:#3d3d3d;
}
.footer-details-heading p
{
	padding-top:20px;
	font-family:'open_sansregular';
	font-size:18px;
	color:#3d3d3d;
	letter-spacing:.6px;
	padding-bottom:20px;
}


.footer-logo
{
	padding: 30px 0px 20px 0;
}

.footer-details
{
	padding:5px 0px; 
	font-family:'open_sansregular';
	font-size:14px;
	color:#fff;
}
.footer-service-head
{
	font-family:'open_sanssemibold';
	font-size:18px;
	color:#fff;
	letter-spacing:.9px;
	padding-bottom:30px;
    padding-top: 10px;
	font-weight:bold;
}
.footer-details img
{
	padding-right:10px;
}

.footer-details > a
{
	text-decoration:none;
	color:#fff;
}
.footer-details > a:hover
{
	text-decoration:underline;
	color:#5ba545;
}



.footer-service
{
	padding: 5px 0 8px 0;
}
.f-ser
{
	font-family:'open_sansregular';
	font-size:14px;
	color:#fff;
}
.media
{
	padding-bottom:10px;
}
.media-left, .media>.pull-left {
    padding-right: 0px;
}
.media > .media-left > .f-ser-icon1
{
	width:20px;
	height:21px;
    
    transition: transform 1s;
}
.media:hover > .media-left > .f-ser-icon1
{
    transform: rotateY( 180deg );
}
@media (max-width:425px)
{

.footer-service-head {
    padding-top: 30px;
}
}




/*
.elearn
{
	position:relative;
	/*top:400px;
	left:0px;
	width:487px;
	height:311px;
	background:none;
	border:1px solid #dedede;
	margin:0;
	float: left;
}
.elearn .y-video-embed{
	width: 365px;
	height: 299px;
	position: absolute;
	top:5px;
	right:5px; 
	background:#000;
}
.elearn .playlist{

	width: 113px;
	height: 299px;
	background: #000;
	position: absolute;
	top:5px;
	left:5px; 
}
.playlist span{
	cursor: pointer;
	display: block;
	margin-bottom: 4px;
}
#slider3 {
    position:relative;
    margin-top:22px;
    width:93px;
    height:255px;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
    margin-bottom:40px;
  }
*/



/*--------------------Footer---------------------------------*/
#foot
{
	font-size:12px;
	color:#ffffff;
	font-family:'open_sansregular';
	background:#131313;
	min-height:56px;
}
#foot a
{
	text-decoration:none;
	color:#ffffff;
	padding:2px 10px;
	letter-spacing:.5px;
}
#foot a:hover, #foot a:focus
{
	text-decoration:underline !important;
	color:#ffffff;
}
.foot-links
{
	padding:22px;
}


@media screen and (max-width: 320px)
{
	
.carousel-caption {
   top:30px;
}
.carousel-inner > .item {
    height:600px !important;
}
.banner-btn3 {
    margin: 15px 0 28px 0;
}

  .ban-in-ser
  {
	  border-bottom:1px solid #5d5d5d;
	  border-right:none;
	  padding-top:10px;
  }
  .ban-in-ser-last
  {
	  border-right:none;
	  border-bottom:none;
	  padding-right:20px;
	  padding-left:20px;
  }
.navbar-default .navbar-nav > li.log
{
	display:block;
}
  
}
@media screen and (max-width: 375px)
{
	
.carousel-caption {
   top:30px;
}
.carousel-inner > .item {
    min-height:500px !important;
}
.banner-btn2 {
    margin: 15px 0 19px 0;
}
.banner-btn3 {
    margin: 15px 0 51px 0;
}
  .ban-in-ser
  {
	  border-bottom:1px solid #5d5d5d !important;
	  border-right:none;
	  padding-top:10px;
  }
  .ban-in-ser-last
  {
	  border-right:none;
	  border-bottom:none !important;
	  padding-right:20px;
	  padding-left:20px;
  }
.navbar-default .navbar-nav > li.log
{
	display:block;
}
}


@media screen and (max-width: 425px)
{
	
.carousel-caption {
   top:30px;
}
.carousel-inner > .item {
    min-height:500px !important;
}
.banner-btn2 {
    margin: 15px 0 19px 0;
}
.banner-btn3 {
    margin: 15px 0 51px 0;
}
  .ban-in-ser
  {
	  border-bottom:1px solid #5d5d5d !important;
	  border-right:none;
	  padding-top:10px;
  }
  .ban-in-ser-last
  {
	  border-right:none;
	  border-bottom:none !important;
	  padding-right:20px;
	  padding-left:20px;
  }
.navbar-default .navbar-nav > li.log
{
	display:block;
}
}

@media screen and (max-width: 767px)
{
	.navbar-default
{
	background:#ffffff;
	
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #06662c;
    padding-left: 20px;
	margin-top:62px;
}
.navbar-right {
    margin-top: 12px;
}
.nav-top-strp { width:100%;}
		.navbar-toggle{ top:0px;}
		.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}

.navbar {
    margin-bottom: 0px;
    min-height: 112px;
}


#finn-plann-bg {
    background:url(/images/plann-bg-deal.png) center no-repeat;
	background-color:#f0f0f2;
}

.carousel-inner > .item {
    min-height:870px;
}
.banner-btn3 {
    margin: 15px 0 40px 0;
}
  .ban-in-ser
  {
	  border-bottom:1px solid #5d5d5d !important;
	  border-right:none;
	  padding-top:10px;
  }
  .ban-in-ser-last
  {
	  border-right:none;
	  border-bottom:none !important;
	  padding-right:20px;
	  padding-left:20px;
  }

.wel-para
{
	padding:20px 0px;
}

.finn-planntxt 
{
	padding:20px 0px;
}

.testimonial-txt {
    padding: 20px 0px;
}

.navbar-default .navbar-nav > li.log
{
	display:block;
}
}

@media (max-width: 991px) and (min-width: 768px)
{
	.navbar-default
{
	background:#ffffff;
	border-bottom:none;
	padding:15px 0 0 0;
}

.navbar-default .navbar-nav > li > a
{
	padding:12px 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#f56918;
}
.navbar-right {
    float:left !important;
	background:#1e84c6;
}
.navbar-right:before {
    min-height:44px;
    min-width: 26px;
    left: 0px;
    position: absolute;
    background: #1e84c6;
}
.navbar-right:after {
    min-height:44px;
    min-width: 210px;
    right: -7px;
    position: absolute;
    background: #1e84c6;
}
.nav-top-strp { width:100%; display:none;}
		.navbar-toggle{ top:0px;}
	.navbar-right {
    margin-top: 74px;
}
.navbar-default .navbar-brand {
    padding-top: 0px;
}
.carousel-inner > .item {
    min-height:560px;
}
#finn-plann-bg {
    background:url(/images/plann-bg-deal.png) center no-repeat;
	background-color:#f0f0f2;
}
.navbar-default .navbar-nav > li.log
{
	display:block;
    padding-left: 7px;
}

}
@media (max-width: 1199px) and (min-width: 992px)
{
	.navbar-default {
    background:none;
    border-bottom: none;
    padding: 0;
}
	.navbar-default .navbar-nav > li > a {
    padding: 12px 11px;
    font-size: 14px;
}
.carousel-inner > .item {
    min-height:480px;
}
.navbar-right {
    margin-top: 64px;
    min-height: 47px;
	background:#1e84c6;
	margin-right:-43px;
}
.navbar-right:before {
    min-height:44px;
    min-width: 100px;
    left: 410px;
    position: absolute;
	border-bottom: 47px solid #1e84c6;
	border-left: 30px solid transparent;
}
.nav-top-strp {
    width: 94%;
}
}
@media (max-width: 1280px) and (min-width: 1199px)
{

}
#welcome1
{
	background:url(/images/welcomebg.png) center no-repeat;
	min-height:203px;

}


@media (max-width: 425px)
{
#welcome1
{
	background:#FFF;
	min-height:203px;

}
}




/*---------------------------Welcome----------------------------------*/
#welcome
{ 
	min-height:410px;
	margin-top:60px;
}
.welcome-txt
{
	font-family:'Open Sans';
	font-size:16px;
	color:#707070;
	line-height:24px;
	text-decoration:none !important;
}
.welcome-txt a
{
	text-decoration:none !important;
	color:#e74c3c;
}
.welcome-txt a:hover
{
	text-decoration:none !important;
	color:#8bc63d;
}
.padding-left-right
{
    padding-left: 25px;
    padding-right: 25px;
}
.welcome-icon
{
	min-height:248px;
	text-decoration:none !important;
}
.welcome-icon1-img
{
	background:url(/images/range1.png) center no-repeat;
	background-size:cover;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;	
	height:181px;
	text-decoration:none !important;
}
.welcome-icon > .angel-down1 {
    background:#5ba545;
    width: 110px;
    padding: 9px 0px 0px 25px;
	color:#fff;
    height: 40px;   
    margin: 0px auto 0 auto;
    position: relative;
    top: 295px;
	transition: all 0.5s ease;
}
.welcome-icon:hover > .angel-down1 {
    background:#8bc63d;
	transition: all 0.5s ease;
	text-decoration:none !important;
}

.welcome-icon2-img
{
	background:url(/images/range2.png) center no-repeat;
	background-size:cover;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-radius:5px 5px 0 0;
	height:128px;
	text-decoration:none !important;
}
.welcome-icon > .angel-down2 {
    background: url(/images/quicklink2.png) center center no-repeat, #675140;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: solid 10px #ffffff;
    margin: 0px auto 0 auto;
    position: relative;
    top: 40px;
	transition: all 0.5s ease;
	text-decoration:none !important;
}
.welcome-icon:hover > .angel-down2 {
    background: url(/images/quicklink2.png) center center no-repeat, #8bc63d;
	transition: all 0.5s ease;
	text-decoration:none !important;
}

.welcome-icon3-img
{
	background:url(/images/range3.png) center no-repeat;
	background-size:cover;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-radius:5px 5px 0 0;
	height:128px;
	text-decoration:none !important;
}
.welcome-icon > .angel-down3 {
    background: url(/images/quicklink3.png) center center no-repeat, #675140;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: solid 10px #ffffff;
    margin: 0px auto 0 auto;
    position: relative;
    top: 40px;
	text-decoration:none !important;
	transition: all 0.5s ease;
}
.welcome-icon:hover > .angel-down3 {
    background: url(/images/quicklink3.png) center center no-repeat, #8bc63d;
	transition: all 0.5s ease;
	text-decoration:none !important;
}

.welcome-icon > .welcome-txt
{
	height:128px;
	text-decoration:none !important;
}
.welcome-txt > .wel-heading
{
	font-family:'open_sanssemibold';
	font-size:20px;
	color:#484848;
	padding-top:20px;
	transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  text-decoration:none !important;
}
.welcome-icon:hover > .welcome-txt > .wel-heading
{
	font-size:22px;
	text-decoration:none !important;
}
.welcome-txt p
{
	font-family:'Open Sans';
	font-size:14px;
	color:#7c7770;
	padding: 10px 0px;
	line-height:20px;
	text-decoration:none !important;
}

#financialservicesbg
{
	background:#045c8f;
	background-size:cover;
	min-height:170px;
	padding-top:30px;
	font-family:'open_sansregular';
	font-size:16px;
	color:#fff;
	line-height:24px;
	padding-bottom:20px;

}

.text1
{
	font-family:'Aller';
	font-size:38px;
	line-height:20px;
}

.text2
{
	padding-top:15px;
	font-size:14px;
	line-height:22px;
	padding-bottom:20px;
}

.starplannningbt
{
	background:#5ba545;
	color:#ffffff;
	font-size:14px;
	padding:10px 20px;
	margin-top:28px;	
}
.starplannningbt:hover
{
	background:#ff6c00;
	color:#ffffff;
}


#toolsbg
{
	background:#fff;
	min-height:570px;	
}
.sipadbanner{
	background:url(/images/sipbanner.png) no-repeat center;
	min-height:297px;
	margin-bottom: 10px;
	 background-size: cover;
}
.score{
    background:url(/images/bluestrip.png) center repeat-x;
    margin-top: 147px;
    /* padding-left: 70px; */
    padding: 3px;
    width: 69%;
	min-height:75px;
    margin-left: 10px;
	z-index:9999;
}
.score1{
	 margin-top: 147px;
	color: #fff;
    font-size: 17px;
    font-family: 'robotoregular';
    line-height: 19px;
	    padding-left: 5px;
		 width: 69%;
		  padding: 3px;
		  z-index:99999;
		      margin-top: -69px;
    margin-left: 13px;
	}


.texttransform
{
	text-transform:uppercase;
}
.lineheight-25
{
	line-height:22px;
}
.tickerbg
{
	background:#f6f6f6;
	min-height:85px;
}

/*---------- AMC -------------*/

#amc {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
	background:#f6f6f6;
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
}
#amc .amc-slider {
  width: 100%;
   min-height: 60px;
  
}
#amc #amcs {
  width: 95%;
  margin: 0 auto;
}
#amc #amcs .item {
  padding: 5px;
  margin-top: 0px;
  text-align: center;
}
#amc .customNavigation {
  color: #b3b3b3;
  width: 100%;
  position: absolute;
  top: 15px;
  padding: 0 5px;
}
#amc .customNavigation .prev, #amc .customNavigation .next {
  background: #ed3a12;
  height: 25px;
  width: 25px;
  line-height: 20px;
  border: solid 1px #ed3a12;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
#amc .customNavigation .prev .glyphicon, #amc .customNavigation .next .glyphicon { 
    top: 5px;
	padding-left:4px;
}
#amc .customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.footer-bg{
	 background:#23495f; min-height:400px; padding-top:10px; padding-bottom:10px;  background-size:cover;}
	 

.modal-footer {	
	color:#fff;
    text-align: left;
    background-color: #242424;
    border-top: solid 1px #333333;
	
}
	 
	 .menu_simple ul {
    margin: 0; 
    padding: 0;
    width:185px;
    list-style-image: url('/images/footerarrow.png');
}

.menu_simple ul li a {
	font-family:'Aller',arial;
    text-decoration: none;
    color: white; 
    padding: 4px 11px;
	font-size:14px;
    display:block;	
}
 
.menu_simple ul li a:visited {
    color: white;
	
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color:#3678b8;
    
	
}


/*--------Mutual Fund------*/
#research
{
	background:#FFF;
	background-size:cover;
	min-height:460px;
	padding-top:0px;
	padding-bottom:20px;
}

.market-research-head
{
	font-family:'robotobold';
	font-size:24px;
	color:#ffffff;
	line-height:29px;
}
.market-research-head p
{
	font-family:'robotoregular';
	font-size:15px;
	color:#ffffff;
    padding: 10px 80px 30px 80px;
}
.market-tabs
{
	margin-top:20px;
	background:#ffffff;
	min-height:200px;
}
#research .nav
{
	background:#fff;
}

#research .nav-pills > li.first
	{
	    padding-left:8%;
	}
#research .nav-pills > li > a
{
	background:#f5f5f5;
	color:#0c0c0c;
	text-transform:uppercase;
	border-radius:0px;
	font-size:14px;
	font-family:'ralewaybold';
	padding:10px 18px;
	text-transform:uppercase;
}
#research .nav-pills > li > a:hover
{
	background:#e9405a !important;
	color:#ffffff;
}
#research .nav-pills > li > a:hover:after
{
    content: "";
    position: absolute;
    left: 40%;
    bottom: -10px;
    border-top: solid 10px #e9405a;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
#research .nav-pills>li.active>a, #research .nav-pills>li.active>a:focus, #research .nav-pills>li.active>a:hover 
{
	background:#e9405a !important;
	color:#ffffff;
	text-transform:uppercase;
}
#research .nav-pills>li.active>a:after
{
    content: "";
    position: absolute;
    left: 40%;
    bottom: -10px;
    border-top: solid 10px #e9405a;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
#research .nav-pills>li.last>a
{
	border-right:none;
}


.margin-tool-top
{
	margin-top:30px;
}


div.vertical-line
 
{
	margin-left:12px;

width: 1px; /* Line width */ 
background-color: #999; /* Line color */ 
height: 100%; /* Override in-line if you want specific height. */ 
float: right; /* Causes the line to float to left of content. You can instead use position:absolute or display:inline-block if this fits better with your design */
 
}


/*------Welcome------*/

#welcome
{
	min-height:446px;
	background:#ffffff;
	padding-top:15px;
}
.wel-head
{
	font-family:'robotolight';
	font-size:24px;
	color:#010101;
	line-height:24px;
	text-transform:uppercase;
}
.wel-subhead
{
	font-family:'robotolight';
	font-size:24px;
	color:#ff2b4a;
	margin-bottom:20px;
	text-transform:uppercase;
	
}
.welpara
{
	font-family:'Merriweather-Regular';
	font-size:14px;
	color:#565656;
	padding:10px 80px;
}
a.more
{
	text-decoration:none;
	color:#e46304;
	font-family:'robotomedium';
}
a:hover.more
{
	text-decoration:none;
	color:#163247;
}
.padding-left-right
{
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.ser1
{
	background:none;
	min-height:181px;
	margin-top:20px;
	margin-bottom:20px;
}
.ser1:hover
{
	
	transition:all ease 0.3s;
}
.ser1 img
{
    transform-style: preserve-3d;
    transition: transform 1s;
}
.ser1:hover img
{
    transform: rotateY( 360deg );
}

.ser2
{
	background:#835aeb;
	border:3px solid #835aeb;
	min-height:181px;
	margin-top:20px;
	margin-bottom:20px;
}
.ser2:hover
{
	border:3px solid #4a29b3;
	transition:all ease 0.3s;
}
.ser2 img
{
    transform-style: preserve-3d;
    transition: transform 1s;
}
.ser2:hover img
{
    transform: rotateY( 360deg );
}

.ser3
{
	background:#002453;
	border:3px solid #002453;
	min-height:181px;
	margin-top:20px;
	margin-bottom:20px;
}
.ser3:hover
{
	border:3px solid #4b5d94;
	transition:all ease 0.3s;
}
.ser3 img
{
    transform-style: preserve-3d;
    transition: transform 1s;
}
.ser3:hover img
{
    transform: rotateY( 360deg );
}
.ser-heading
{
	padding-top:0px;
	color:#222222;
	font-family:'Aller';
	font-size:24px;
	text-decoration:none;
	text-align:left;
}

.ser-text
{
	padding-top:0px;
	color:#000;
	font-family:'Aller';
	font-size:14px;
	letter-spacing:1px;
	text-decoration:none;
	text-align:left;
}
#welcome .va-table
{
	min-height: 181px;	
}

#market-statistic{
	
	width:100%;
	min-height:562px;
	 background:none;
	background-size:cover;
	
 
}
.market-head{
 font-family:'Aller';
 font-size:35px;
 color:#ffffff;
 
}
.market-head p{
 font-family:'Aller';
 font-size:16px;
 color:#fff;
 }
.market-head hr{
    width: 20%;
    margin-top: 20px;
    border-top: 1px solid #FFF;
}
/* tools start*/
mfper{
 min-height:302px;
 /*border:1px solid #CCC;*/
     padding-left: 0px;
    padding-right: 0px; 
     margin-bottom: 10px;
}
.mfper hr{
     margin-top: 3px;
    margin-bottom: -4px;
    border: 0;
    border-top: 2px solid #eee;
 }
.mfper .nav
{
 background:#fff;
    /* margin-left: -1px;
    margin-top: -1px;*/
}
.mfper .nav-pills > li.first
 {
   /*  padding-left:8%;*/
 }
.mfper .nav-pills > li > a
{
 /*background:#1d63a8;*/
 color:#000;
 /*text-transform:uppercase;*/
 border-radius:0px;
 font-size:15px;
 font-family:'Aller';
 padding:11px 31px;
 border-right: 1px solid #ccc;

}
.mfper .nav-pills > li > a:hover
{
 background:#1e4b6b !important;
 color:#fff;
  /*   margin-top: -5px;*/
    padding-top: 11px;
}
.mfper .nav-pills>li.active>a, .mfper .nav-pills>li.active>a:focus, .mfper .nav-pills>li.active>a:hover 
{
    background: #1e4b6b !important;
    color: #fff;
    padding-top: 11px;
     font-size: 15px;
    font-family: 'Aller';
}
.mfper .nav-pills>li.last>a
{
 border-right:none;
}



/*------------------------Market---------------------------*/
#market
{
	background:none;
	background-size:cover;
	min-height:450px;
	padding-top:50px;
	padding-bottom:20px;
}
.market-heading
{
	font-family:'open_sanssemibold';
	font-size:30px;
	color:#ffffff;
}
.market-line
{
    background:#ffffff;
	height:1px;
	width:100px;
	margin-top:20px;
}
.market-heading p
{
	padding-top:20px;
	font-family:'open_sansregular';
	font-size:18px;
	color:#ffffff;
	letter-spacing:.6px;
	padding-bottom:50px;
}
.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
#market .nav-pills>li+li {
    margin-left: 0px;
}
.nav-pills > li > a
{
	background:none;
	color:#1e84c6;
	border-radius:5px;
	font-size:15px;
	border:solid 1px #1e84c6;
	font-family:'robotoregular';
	padding:10px 20px;	
	
	
}
.nav-pills > li > a:hover
{
	background:#045c8f !important;
	color:#ffffff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover 
{
	background:#045c8f !important;
	color:#ffffff;
}
.nav-pills>li.active>a:after
{
    content: "";
    position: absolute;
    left: 23px;
    bottom: -10px;
    border-top: solid 10px #1f51b0t;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.nav-pills>li.first>a
{
	border-left:1px solid #818181;
}
.tools-content {
    margin-top: 5px;
    height: 247px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
    padding: 5px;
    background: rgb(255, 255, 255);
}

/* MF News */
.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;
}
.news-tool li {
padding: 20px 15px;
border-bottom: 1px solid #dfdfdf;
}
.news-tool li #date
{
  color: #5ba545;
  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: #0174cf;
  transition:all .5s ease;
  font-family: 'robotobold';
  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 15px;
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: #5ba545;
  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: #0174cf;
  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;
}
.mf_dividend li {
padding: 20px 15px;
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: #5ba545;
  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: #0174cf;
  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;
}


.border-all
{
  border:1px solid #818181;
  margin-top:20px;
}

.online-investment{
 background:url(/images/sipbanner.png) no-repeat;
 min-height:297px;
 
}
.invest-button {
    background: #06953e !important;
    padding: 9px 17px;
    cursor: pointer;
    font-family: 'Aller';
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    width: 42%;
    /* margin-top: 235px; */
    /* left: 62px; */
    position: absolute;
    top: 232px;
    left: 11px;
}
a:hover .invest-button{
	background: #ff6c00 !important;    
    cursor: pointer;
    color: #fff;	
	text-decoration:none;
	}
	
	
	
@media(max-width: 768px){	
.invest-button {
    background: #06953e !important;
    padding: 9px 17px;
    cursor: pointer;
    font-family: 'Aller';
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    width: 47%;
    /* margin-top: 235px; */
    /* left: 62px; */
    position: absolute;
    top: 232px;
    left: 4px;
}
a:hover .invest-button{
	background: #045c8f !important;    
    cursor: pointer;
    color: #fff;	
	text-decoration:none;
	}
}
	
	
/*services */
.sip-calculator{
	min-height:375px;
	color:#000;
	background:url(/images/sip-calc.png) no-repeat;
	position:relative;
	
}
.sip-head{
		position:absolute;
		top:200px;
}
.sip-heading{
    font-size: 24px;
    padding-left: 15px;	
}
.sip-content{
	font-size:14px;
	color:#000;
	text-align:left;
	    position: absolute;
    top: 230px;	
}

.children-career-plan{
	min-height:375px;
	color:#000;
	background:url(/images/child-calc.png) no-repeat;
	
	position:relative;
	
}
.children-career-plan-head{
		position:absolute;
		top:200px;
}
.children-career-plan-heading{
    font-size: 24px;
    padding-left: 15px;	
}
.children-career-plan-content{
	font-size:14px;
	color:#000;
	text-align:left;
	    position: absolute;
    top: 230px;	
}

.retirement-plan{
	min-height:375px;
	color:#000;
	background:url(/images/retire-calc.png) no-repeat;
	position:relative;
	
}
.retirement-plan-head{
		position:absolute;
		top:200px;
}
.retirement-plan-heading{
    font-size: 24px;
    padding-left: 15px;	
}
.retirement-plan-content{
	font-size:14px;
	color:#000;
	text-align:left;
	    position: absolute;
    top: 230px;	
}

.calculatebt
{
	background:#055d8f;
	color:#ffffff;
	font-size:14px;
	padding:10px 20px;
	margin-top:28px;
	}
.calculatebt:hover
{
	background:#ff6c00;
	color:#ffffff;
}


.margin-left-n10{
	    margin-left: -10px;
	}
	
@media(min-width: 320px) and (max-width: 768px){	

.sip-calculator{
	min-height:415px;
	color:#000;
	background:url(/images/sip-calc.png) no-repeat;
	position:relative;
	
}

.children-career-plan{
	min-height:415px;
	color:#000;
	background:url(/images/child-calc.png) no-repeat;
	
	position:relative;
	
}
.retirement-plan{
	min-height:415px;
	color:#000;
	background:url(/images/retire-calc.png) no-repeat;
	position:relative;
	
}



}
	
	

@media(min-width: 320px) and (max-width: 425px){	
	.btn-calculate {
    margin-left: 165px;
}
}
@media(min-width: 1024px) and (max-width: 1025px){
	.btn-calculate {
    margin-left: 155px;
}
	}
.login-page
{
	margin:0 auto;
	position:fixed;
	right:-285px;
	top:180px;
	z-index:9999 !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .5s ease;
}
.login-page:hover
{
	margin:0 auto;
	position:fixed;
	right:-1px;
	top:180px;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}	
	
.login-head {
    font-size: 30px;
    color: #000;
    font-family: 'PTSans-Caption';
    margin-left: 0px;
}
.login-head p{
    font-size: 14px;
    text-align: left;
	margin-top:12px;
    margin-left: 25px;
	}	