@charset "utf-8";
/* CSS Document */

@import url('/font/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:13px;
}


section
{
	position:relative;
}
.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left, footer #lower ul {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top, #tool h1 {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.hcentre {
  margin: 0 auto;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}
.margin-top-155{margin-top: 155px;}
@media (min-width: 771px) {
  .logo {
    min-height: 1px !important;
  }
}
@media (min-width: 1200px) {
  .lg-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lg-no-padding {
    padding: 0 !important;
  }

  .lg-no-padding-right {
    padding-right: 0;
  }

  .lg-no-padding-left {
    padding-left: 0 !important;
  }

  .lg-no-padding-top {
    padding-top: 0;
  }

  .lg-no-padding-bottom {
    padding-bottom: 0;
  }

  .lg-no-margin {
    margin: 0 !important;
  }

  .lg-no-margin-right {
    margin-right: 0 !important;
  }

  .lg-no-margin-left {
    margin-left: 0 !important;
  }

  .lg-no-margin-top {
    margin-top: 0 !important;
  }

  .lg-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .lg-position-absolute {
    position: absolute;
  }

  .lg-position-relative {
    position: relative;
  }

  .lg-hcentre {
    margin: 0 auto;
  }

  .lg-no-border {
    border: none !important;
  }

  .lg-no-border-top {
    border-top: none !important;
  }

  .lg-no-border-right {
    border-right: none !important;
  }

  .lg-no-border-bottom {
    border-bottom: none !important;
  }

  .lg-no-border-left {
    border-left: none !important;
  }

  .lg-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .md-no-padding {
    padding: 0 !important;
  }

  .md-no-padding-right {
    padding-right: 0;
  }

  .md-no-padding-left {
    padding-left: 0 !important;
  }

  .md-no-padding-top {
    padding-top: 0;
  }

  .md-no-padding-bottom {
    padding-bottom: 0;
  }

  .md-no-margin {
    margin: 0 !important;
  }

  .md-no-margin-right {
    margin-right: 0 !important;
  }

  .md-no-margin-left {
    margin-left: 0 !important;
  }

  .md-no-margin-top {
    margin-top: 0 !important;
  }

  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .md-position-absolute {
    position: absolute;
  }

  .md-position-relative {
    position: relative;
  }

  .md-hcentre {
    margin: 0 auto;
  }

  .md-no-border {
    border: none !important;
  }

  .md-no-border-top {
    border-top: none !important;
  }

  .md-no-border-right {
    border-right: none !important;
  }

  .md-no-border-bottom {
    border-bottom: none !important;
  }

  .md-no-border-left {
    border-left: none !important;
  }

  .md-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sm-no-padding {
    padding: 0 !important;
  }

  .sm-no-padding-right {
    padding-right: 0;
  }

  .sm-no-padding-left {
    padding-left: 0 !important;
  }

  .sm-no-padding-top {
    padding-top: 0;
  }

  .sm-no-padding-bottom {
    padding-bottom: 0;
  }

  .sm-no-margin {
    margin: 0 !important;
  }

  .sm-no-margin-right {
    margin-right: 0 !important;
  }

  .sm-no-margin-left {
    margin-left: 0 !important;
  }

  .sm-no-margin-top {
    margin-top: 0 !important;
  }

  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .sm-position-absolute {
    position: absolute;
  }

  .sm-position-relative {
    position: relative;
  }

  .sm-no-border {
    border: none !important;
  }

  .sm-no-border-top {
    border-top: none !important;
  }

  .sm-no-border-right {
    border-right: none !important;
  }

  .sm-no-border-bottom {
    border-bottom: none !important;
  }

  .sm-no-border-left {
    border-left: none !important;
  }

  .sm-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .xs-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .xs-no-padding {
    padding: 0 !important;
  }

  .xs-no-padding-right {
    padding-right: 0;
  }

  .xs-no-padding-left {
    padding-left: 0 !important;
  }

  .xs-no-padding-top {
    padding-top: 0;
  }

  .xs-no-padding-bottom {
    padding-bottom: 0;
  }

  .xs-no-margin {
    margin: 0 !important;
  }

  .xs-no-margin-right {
    margin-right: 0 !important;
  }

  .xs-no-margin-left {
    margin-left: 0 !important;
  }

  .xs-no-margin-top {
    margin-top: 0 !important;
  }

  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .xs-position-absolute {
    position: absolute;
  }

  .xs-position-relative {
    position: relative;
  }

  .xs-no-border {
    border: none !important;
  }

  .xs-no-border-top {
    border-top: none !important;
  }

  .xs-no-border-right {
    border-right: none !important;
  }

  .xs-no-border-bottom {
    border-bottom: none !important;
  }

  .xs-no-border-left {
    border-left: none !important;
  }

  .xs-no-radius {
    border-radius: 0px !important;
  }
}
 
 blockquote{font-size:14px; font-style:italic; line-height:22px;}
.vcenter { display: inline-block; vertical-align: middle; float: none;}

h1, h2, h3, h4, h5, h6{ color:inherit;}
h1{ font-size:28px;} h2{ font-size:26px;} h3{ font-size:22px;} h4{ font-size:20px;} h5{ font-size:18px;} h6{ font-size:16px;}
p{line-height: 22px;}
.full-browser-height{height: 100%;}
.font-size-65
{
	font-size:65px;
}
.font-size-46
{
	font-size:46px;
}
.font-size-43
{
	font-size:43px;
}
.margin-top-20px
{
	margin-top:20px;
}

.padding-left-right
{
	padding-left:50px !important;
	padding-right:50px !important;
}
a:focus, a:hover
{
	text-decoration:none;
	color:#ff7000;
}

::-webkit-scrollbar {
    width: 7px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); 
	background:#222;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #0099db; 
    -webkit-box-shadow: inset 0 0 0px rgba(200,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(78,78,78,0.4);
}
.t1
{
		margin:0 auto;
		position:fixed;
		top:250px;
		right:-285px;
		width:285px;
		height:360px;
		z-index:999;
		cursor:pointer;
		background:#ffffff;
		padding-top:30px;
		border-radius:10px;
		border:1px solid #c2c2c2;
		-webkit-box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
-moz-box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
		-webkit-transition: all .5s ease;
		-moz-transition: all .9s ease;
		-ms-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .5s ease;
}
.sign-up-tab
{
	position:absolute;
	left:-42px;
	top:10px;
	width:42px;
	height:139px;
	background:url(/images/Signup-tab.png) no-repeat;
}
.t1-active
{
		right:0px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .9s ease;
		-ms-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .5s ease;
}
.t2
		{
			margin:0 auto;
			position:fixed;
			top:200px;
			right:-216px;
			width:265px;
			height:48px;
			z-index:999;
			cursor:pointer;
			-webkit-transition: all .5s ease;
			-moz-transition: all .9s ease;
			-ms-transition: all .9s ease;
			-o-transition: all .9s ease;
			transition: all .5s ease;
		}
		.t2:hover
		{
			right:-4px;
			-webkit-transition: all .5s ease;
			-moz-transition: all .9s ease;
			-ms-transition: all .9s ease;
			-o-transition: all .9s ease;
			transition: all .5s ease;
		}

/*-------------------Pop Up Register--------------------------------*/
.blur-bg{
	background:#000;
}
/* Blur */
.blur{
	filter:blur(2px);
	-webkit-filter:blur(5px);
	-moz-filter:blur(5px);
	-o-filter:blur(5px);
	-ms-filter:blur(5px);
}
.popup-box{
  width:100%;
  height:100%;
  position:fixed;
  background:rgba(0,0,0,.5);
  z-index:99999;
  top:0;
  left:0;
  display:none;
}
.popup-boxview{
  display:block !important;
}
.popup-container{
  width:100%;
  height:340px;
  background:none;
  margin:25px auto;
  margin-top:calc( (100vh - 400px) / 2);
  position:relative;
}

.button2 {
    background:#e46304!important;
     border:2px solid #e46304;
     padding:10px 15px!important;
	 border-radius:25px;
     cursor: pointer;
	  font-family: 'Open Sans';
	  color:#ffffff;
	  font-size:18px;
	  line-height:22px;
	  text-decoration:none;
}
.button2:hover {
    background:none !important;
     border:2px solid #e46304;
    /*border is optional*/
     cursor: pointer;
	  color:#e46304;
}



.benefit
	{
		font-family:'open_sansregular';
		font-size:12px;
		color:#ffffff;
		background:url(/images/benifit-bg.png) top center no-repeat;
		background-size:cover;
		min-height:340px;
		padding:20px 10px 10px 20px;
	}
	.benefit-head
	{
		font-family:'robotoregular';
		font-size:20px;
		text-transform:uppercase;
		color:#ffffff;
	}
	.benefit-bold
	{
		font-family:'robotobold';
		font-size:28px;
		text-transform:uppercase;
		color:#ffffff;
	}
	.benefit > ul
	{
    margin: 0px 0 0 7px;
    padding: 6px 20px 0px 10px;
	}
	.benefit > ul li
	{
		list-style:url(/images/bullet.png);
		line-height:20px;
		padding:5px 0px;		
	}
	.login-reg-form
	{
		background:#ffffff;
		min-height:340px;
		padding:20px 10px 10px 0px;
	}
	.login-reg-txt
	{
		font-family:'robotomedium';
		font-size:17px;
		color:#3c55a5;
		padding:10px 10px 0px 10px; 
	}
	.login-reg-bold
	{
		font-family:'robotomedium';
		font-size:37px;
		padding-top:5px;
	}


/*------Nav bar-----*/
.navbar, .navbar-nav
{
	margin-bottom:0px;
    padding-top:25px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:#ffffff;
	padding:0 30px;
	border-bottom:0px solid #dadada;
	box-shadow: 1px -1px 13px 0px #4a4848;
}
.navbar-default .navbar-nav > li > a
{
	padding:20px 14px;
	color:#090909;
	font-size:14px;
	font-family:'latoregular';
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#e25655;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#e25655;
    background: none;
}
.dropdown-menu>li>a {
	font-family:'Poppins-Regular';
	font-size:14px;
    padding: 6px 12px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color:#e25655;
    background:none;
}

.toggle
{
	color:#e25655;
	padding-left:5px;
	display:none;
}
.navbar-default .navbar-nav > li > a.log-in
{
	font-family:'Poppins-Regular';
	font-size:14px;
	color:#ffffff;
	text-transform:none;
	border:0;
}
.navbar-default .navbar-nav > li > a.log-in:hover
{
	color:#e25655;
}
.navbar-default .navbar-nav > li > a.log-in img
{
	width:20px;
	height:15px;
	background:url(/images/login-iconbig.png) center no-repeat;
	border:0;
	margin-right:5px;
	border-style: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
}
.login-btn
{
	background:#f15a23;
	font-family:'robotomedium';
	font-size:14px;
	color:#ffffff;
	padding:8px 15px;
	border:none;
	margin-top:5px;
	letter-spacing:.2px;
	border-radius:35px;
	border:0px solid #ffffff;
}
.login-btn:hover, .login-btn:focus
{
	background:#01266d;
	color:#ffffff;
	outline:none;
}
.navbar-brand
{
	padding:0 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
	margin-right: 35px;
}
.navbar-right {
    float: right!important;
    margin-right: 15px;
	padding-top:5px;
}
.navbar-right > li
{
	padding:12px 20px;
	font-family:'robotoregular';
	font-size:17px;
	line-height:20px;
}
.navbar-right > li > img
{
	margin-top:-5px;
	margin-right:5px;
}
/*-------------------------Navbar Animation------------------------------------- */
nav {
  height: 100px;
  z-index: 999;
  background:none;
  -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;
   height: 66px;
    width: 233px;
    line-height: 55px;
    margin-top: 21px;
    background: url(/images/logo.png) no-repeat;
    background-size: 164px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
	
 nav .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
.show-shadow
{
    box-shadow: 0 3px 8px -2px #a1a1a1;
}
/*------BANNER------*/

#banner
{
	top:0;
	left:0;
    min-height:583px;
	width:100%;
	background-image: url(/images/banner-img.png);
	background-position: 150% bottom;
	background-repeat: no-repeat;
	background-color:#0fb8bb;
	padding-top:100px;
}

/*---------Cloud--------*/
#Clouds {
  position: absolute;
  top: 442px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100px;
  overflow: hidden;
  -webkit-animation: FadeIn 3s ease-out;
          animation: FadeIn 3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height:100px;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: Float, FadeFloat;
          animation-name: Float, FadeFloat;
  z-index: 1;
}
.Cloud.Foreground {
  height: 10%;
  min-height: 23px;
  z-index: 3;
}
.Cloud.Background {
  height: 9.09090909%;
  min-height: 15px;
  -webkit-animation-duration: 210s;
          animation-duration: 210s;
}
@-webkit-keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
            transform: translateX(-15%) translateZ(0);
  }
}
@keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
            transform: translateX(-15%) translateZ(0);
  }
}
/*
@keyframes Float {
  from { transform: translateX(100%) translateY(-100%) translateZ(0); }
  50% { transform: translateX(55%) translateY(0) translateZ(0); }
  to { transform: translateX(-5%) translateY(-100%) translateZ(0); }
}
*/
@-webkit-keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
@keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
.Cloud:nth-child(10) {
  -webkit-animation-delay: -184.61538462s;
          animation-delay: -184.61538462s;
  top: 60%;
}
.Cloud.Foreground:nth-child(10) {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  height: 35%;
}
.Cloud.Background:nth-child(10) {
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
  height: -3.40909091%;
}
.Cloud:nth-child(9) {
  -webkit-animation-delay: -166.15384615s;
          animation-delay: -166.15384615s;
  top: 54%;
}
.Cloud.Foreground:nth-child(9) {
  -webkit-animation-duration: 84s;
          animation-duration: 84s;
  height: 32.5%;
}
.Cloud.Background:nth-child(9) {
  -webkit-animation-duration: 114s;
          animation-duration: 114s;
  height: -2.15909091%;
}
.Cloud:nth-child(8) {
  -webkit-animation-delay: -147.69230769s;
          animation-delay: -147.69230769s;
  top: 48%;
}
.Cloud.Foreground:nth-child(8) {
  -webkit-animation-duration: 88s;
          animation-duration: 88s;
  height: 30%;
}
.Cloud.Background:nth-child(8) {
  -webkit-animation-duration: 118s;
          animation-duration: 118s;
  height: -0.90909091%;
}
.Cloud:nth-child(7) {
  -webkit-animation-delay: -129.23076923s;
          animation-delay: -129.23076923s;
  top: 42%;
}
.Cloud.Foreground:nth-child(7) {
  -webkit-animation-duration: 92s;
          animation-duration: 92s;
  height: 27.5%;
}
.Cloud.Background:nth-child(7) {
  -webkit-animation-duration: 122s;
          animation-duration: 122s;
  height: 0.34090909%;
}
.Cloud:nth-child(6) {
  -webkit-animation-delay: -110.76923077s;
          animation-delay: -110.76923077s;
  top: 36%;
}
.Cloud.Foreground:nth-child(6) {
  -webkit-animation-duration: 96s;

          animation-duration: 96s;
  height: 25%;
}
.Cloud.Background:nth-child(6) {
  -webkit-animation-duration: 126s;
          animation-duration: 126s;
  height: 1.59090909%;
}
.Cloud:nth-child(5) {
  -webkit-animation-delay: -92.30769231s;
          animation-delay: -92.30769231s;
  top: 30%;
}
.Cloud.Foreground:nth-child(5) {
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  height: 22.5%;
}
.Cloud.Background:nth-child(5) {
  -webkit-animation-duration: 130s;
          animation-duration: 130s;
  height: 2.84090909%;
}
.Cloud:nth-child(4) {
  -webkit-animation-delay: -73.84615385s;
          animation-delay: -73.84615385s;
  top: 24%;
}
.Cloud.Foreground:nth-child(4) {
  -webkit-animation-duration: 104s;
          animation-duration: 104s;
  height: 20%;
}
.Cloud.Background:nth-child(4) {
  -webkit-animation-duration: 134s;
          animation-duration: 134s;
  height: 4.09090909%;
}
.Cloud:nth-child(3) {
  -webkit-animation-delay: -55.38461538s;
          animation-delay: -55.38461538s;
  top: 18%;
}
.Cloud.Foreground:nth-child(3) {
  -webkit-animation-duration: 108s;
          animation-duration: 108s;
  height: 17.5%;
}
.Cloud.Background:nth-child(3) {
  -webkit-animation-duration: 138s;
          animation-duration: 138s;
  height: 5.34090909%;
}
.Cloud:nth-child(2) {
  -webkit-animation-delay: -36.92307692s;
          animation-delay: -36.92307692s;
  top: 12%;
}
.Cloud.Foreground:nth-child(2) {
  -webkit-animation-duration: 112s;
          animation-duration: 112s;
  height: 15%;
}
.Cloud.Background:nth-child(2) {
  -webkit-animation-duration: 142s;
          animation-duration: 142s;
  height: 6.59090909%;
}
.Cloud:nth-child(1) {
  -webkit-animation-delay: -18.46153846s;
          animation-delay: -18.46153846s;
  top: 6%;
}
.Cloud.Foreground:nth-child(1) {
  -webkit-animation-duration: 116s;
          animation-duration: 116s;
  height: 12.5%;
}
.Cloud.Background:nth-child(1) {
  -webkit-animation-duration: 146s;
          animation-duration: 146s;
  height: 7.84090909%;
}
.Cloud {
  background-image:url(/images/foreground-cloud.png);
}
.Cloud.Background {
  background-image::url(/images/background-cloud.png);
}

/*---------!------------*/

#banner .heading
{
	font-family:'GothamBold';
	font-size:41px;
	color:#ffffff; 
	line-height:58px;
	padding-right:50px;
	padding-top:80px;
}
#banner .heading .bg-txt
{
	background:#f36c36;
	padding:0 5px;
	font-size:52px;
}
#banner p
{
	font-family:'open_sansregular';
	font-size:20px;
	color:#ffffff;
	font-weight:100;
	line-height:32px;
	padding-top:10px;
    text-shadow:none;
	text-transform:none;
	letter-spacing:.3px;
}
#banner .plan-btn
{
	background:#5a6273;
	border-radius:50px;
	font-family:'open_sansregular';
	font-size:16px;
	color:#ffffff;
	padding:12px 20px;
	border:none;
	margin-top:50px;
}
#banner .plan-btn:hover
{
	background:#08243b;
	color:#ffffff;
}

 /*-----------Welcome-----------*/
#product-offer-bg
{
 background:#ffffff;
 min-height:669px;
 padding-top:60px;
 padding-bottom:20px;
}
/*#product-offer-bg .container
{
}*/

.product-heading
     {
    font-family: 'latoregular';
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 20px;
	 }
	 
a .pro-icon
{
	padding-top:20px;
	margin-top:30px;
}
a .pro-icon img
{
	padding-bottom:20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover .pro-icon img
{
	padding-bottom:20px;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a .pro-icon .iconhead
{
	font-family:'latoregular';
	font-size:16px;
	line-height:22px;
	color:#535353;
}
a:hover .pro-icon .iconhead
{
	color:#f36c36;
}	 

 /*-----------Solutions -----------*/
#solutions-plan
{
 background:url(/images/goals-bg.png) center repeat;
 min-height:600px;
 padding-top:50px;
 padding-bottom:20px;
 color:#ffffff;
}	

.solutions-plan-head
{
    font-family: 'latoregular';
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
}
a > .banner-icons
{
  margin-top:40px;
	min-height: 185px;
}
a > .banner-icons .imgcon
{
  margin-top:20px;
  transition: all 0.3s ease-in;
}
a > .banner-icons .imgcon:before {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  content: '';
  top: 65%;
  left: 40%;
  height: 10px;
  width: 20%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
a > .banner-icons .ico-head
{
  padding:10px;
  font-family:'latoregular';
  font-size:16px;
  color:#272727;
  line-height:22px;
  transition: all 0.3s ease-in;
}
a:hover > .banner-icons .imgcon
{
  margin-top:10px;
  transition: all 0.3s ease-in;
}
a:hover > .banner-icons .imgcon:before
{ 
opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
a:hover > .banner-icons .ico-head
{
  padding-top:20px;
  transition: all 0.3s ease-in;
  color:#e4ce1f;
}
/*--------Services------*/
#services
{
	background:#ffffff;
	min-height:536px;
	padding-top:80px;
	padding-bottom:30px;
}
.services-head
{
	font-family:'latoregular';
	font-size:31px;
	color:#4d4d4d;
	line-height:31px;
}
.services-head p
{
	font-family:'open_sansregular';
	font-size:21px;
	line-height:28px;
	color:#4e4e4e;
	text-transform:none;
	padding-bottom:50px;
	padding-top:10px;
}

#services a > .media
{
	margin-top:10px;
	padding-bottom:30px;
}
#services a > .media> .media-left
{
	padding-right:20px;
}
#services a > .media> .media-body > .media-heading
{
	color:#040404;
	font-family:'Poppins-Medium';
	font-size:17px;
	line-height:22px;
}
#services a:hover > .media> .media-body > .media-heading
{
	color:#e25655;
}
#services a > .media> .media-body > p
{
	color:#5a5a5a;
	font-family:'Poppins-Light';
	font-size:13px;
	line-height:18px;
	text-align:justify;
	padding-top:5px;
}



#services-yellowstrip
{
	background:#dbae1d;
	min-height:140px;
}
.services-linehead
{
	font-family:'Poppins-Medium';
	font-size:23px;
	color:#ffffff;
	line-height:23px;
	padding-top:15px;
}
.reg-btn
{
	background:#013042;
	border-radius:50px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	color:#ffffff;
	padding:8px 15px;
	margin-bottom:10px;
	margin-top:10px;
}
.reg-btn:hover
{
	background:#2b709c;
	color:#ffffff;
}
.services-lastline
{
	font-family:'Poppins-SemiBold';
	font-size:16px;
	line-height:28px;
	color:#000000;
}

/*--------Magic of compunding------*/
#benefits-sip
{
	background:url(/images/benefits-bg.png) center no-repeat;
	background-size:cover;
	min-height:636px;
	padding-top:50px;
	padding-bottom:10px;
}

.benefits-sip-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
}
.benefits-sip-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 8px;
	text-transform:none;
	padding-bottom:60px;
}

.benefits-numbers
{
	font-family:'Poppins-SemiBold';
	font-size:19px;
	color:#333333;
	line-height:30px;
	margin-top:10px;
}
.video-space
{
   background:#ffffff;
   padding:5px;
   border:1px solid #e2e2e2;
   min-height:180px;
}
.watch
{
	font-family:'latoregular';
	font-size:13px;
	line-height:22px;
	color:#ff4302;
}
a.watchmore
{
	background:#8dc023;
	color:#ffffff;
	padding:3px 10px;
	border-radius:50px;
	font-family:'latoregular';
	font-size:13px;
	cursor:pointer;
}
a:hover.watchmore
{
	background:#00a0e3;
	color:#ffffff;
}
/*.para
{
	font-family:'latoregular';
	font-size:14px;
	line-height:20px;
	color:#5a5a5a;
	padding:10px 80px;
	margin-bottom:20px;
}*/

#benefits-sip a.more
{
	background:#013042;
	color:#ffffff;
	padding:12px 20px;
	border-radius:50px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}
#benefits-sip a:hover.more
{
	background:#00a0e3;
	color:#ffffff;
}
.benefits-lastline
{
	font-family:'Latoregular';
	font-size:11px;
	color:#7a7a7a;
	line-height:20px;
	letter-spacing:.2px;
}

/*--------Power of SIP------*/
#power-sip
{
	background:#10b6b9;
	min-height:651px;
	padding-top:85px;
	padding-bottom:30px;
}
.power-sip-head
{
	font-family:'latoregular';
	font-size:31px;
	color:#4d4d4d;
	line-height:31px;
}
.power-sip-head
{
	font-family:'lato-bold';
	color:#ffffff;
	line-height:50px;
	font-size:32px;
}
.power-sip-subhead
{
	font-family:'lato-bold';
	color:#d5feff; 
	font-size:43px;
	line-height:43px !important;
	padding-bottom:25px;
	text-transform:uppercase;
}

.sip-calc
{
	background:#ffffff;
	border:1px solid #e8e8e8;
	min-height:365px;
	margin-bottom:30px;
	padding:10px;
	padding-bottom:20px;
	border-radius:25px;
}
/*#sip-calc-bg:after{
content:'';
	  position:absolute;
	  background:url('/images/compounding-calc-bg.png') center no-repeat;
	  width:558px;
	  height:561px;
	  left:0px;
      top: -40px;
	  z-index:-1;
	}*/


.graph-bg
{
	background:url(/images/graph-bg.png) center no-repeat;
	background-size:cover;
	min-height:300px;
}
.result-text-head
{
	font-family:'Lato-Light';
	color:#4d4d4d;
	font-size:31px;
	line-height:31px;
	margin-bottom:20px;
	margin-top:40px;
}
.result-text
{
	font-family: 'open_sansregular';
	font-size:20px;
	line-height:30px;
	color:#202020;
}
.wealth-gaintext
{
	position:absolute;
	top:2%;
	right:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.wealth-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#428dc8;
	position:absolute;
	top:1px;
	left:10px;
}
.amount-investedtext
{
	position:absolute;
	bottom:2%;
	left:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.amount-invested-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#8dc023;
	position:absolute;
	top:1px;
	right:0px;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
	float:none;
}
#power-sip a.start-sip
{
	background:#dbae1d;
	color:#ffffff;
	padding:12px 60px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}
#power-sip  a:hover.start-sip
{
	background:#00a0e3;
	color:#ffffff;
}


/*--------Invest in our Basket------*/
#invest-basket
{
	background:#ffffff;
	min-height:656px;
	padding-top:90px;
	padding-bottom:10px;
}
.invest-basket-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.invest-basket-head-para
{
	font-family:'Poppins-Light';
	font-size:14px !important;
	line-height:28px;
	color:#5a5a5a;
    padding: 6px 10px 30px 10px;
	text-transform:none;
}
.invest-basket-lastline a
{
	font-family:'Poppins-Medium';
	font-size:11px;
	color:#187db1;
	line-height:22px;
	text-decoration:underline !important;
}
.invest-basket-lastline a:hover
{
	color:#f6a902;
}
#carousel-basket .carousel-inner > .item 
{
	min-height:500px;
	/* height: 600px; Safari */
}
#carousel-basket .carousel-caption
{
	color:#333333;
	top:0px;
	padding-top:0px;
}
#carousel-basket .carousel-caption p
{
	padding-top:10px;
	font-family:'Poppins-Light';
}
#carousel-basket .carousel-caption .risk-type-head
{
	font-family:'Poppins-Medium';
	font-size:19px;
	color:#333333 !important;
}
#carousel-basket .carousel-caption .risk-type-head p
{
	font-family:'Poppins-Regular';
	font-size:12px;
	padding-top:0px !important;
}
/*--------Knowledge Center------*/
#knowledge-sec
{
	background-image:url(/images/video-bg.png);
    background-position: 113% 50%;
    background-repeat: no-repeat;
	background-color:#10b6b9;
	min-height:656px;
	padding-top:130px;
	padding-bottom:20px;
}
.knowledge-head
{
	font-family:'lato-bold';
	color:#ffffff;
	line-height:50px;
	font-size:32px;
}
.knowledge-subhead
{
	font-family:'lato-bold';
	color:#d5feff; 
	font-size:43px;
	line-height:43px !important;
	padding-bottom:15px;
	text-transform:uppercase;
}
.knowledge-para
{
	font-family:'Poppins-regular';
	font-size:15px;
	line-height:28px;
	color:#ffffff;
	text-transform:none;
}
.knowledge-btn1
{
	background:#5a6273;
	color:#ffffff;
	border-radius:25px;
	border:none;
	font-family:'FuturaBT-Medium';
	font-size:18px;	
    padding: 10px 12px;
	margin-top:40px;
}
.knowledge-btn1:hover
{
	background:#e25655;
	color:#ffffff;
}
a .save-tax-btn2
{
	background:#8dc023;
	color:#ffffff;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:14px;	
    padding: 12px 20px;
	margin-top:40px;
	margin-right:10px;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover .save-tax-btn2
{
	background:#e25655;
	color:#ffffff;
}
.save-tax-btn1-txt
{
	font-family:'Poppins-Regular';
	font-size:12px;	
	color:#555555;
	margin-left:60px;
    margin-top: -13px;
}
.save-tax-btn1-txt2
{
	font-family:'Poppins-Regular';
	font-size:12px;	
	color:#555555;
	margin-left:41px;
    margin-top: -13px;
}
.save-tax-btn1 img
{
	margin-top:-2px;
}

.save-tax-lastline
{
	font-family:'Poppins-Light';
	font-size:16px;	
	color:#000000;
	margin-top:50px;
}

/*--------Fund Monitor------*/
#fund-monitor-bg
{
	background:url(/images/market-bg.png) center no-repeat;
	background-size:cover;
	min-height:656px;
	padding-top:50px;
	padding-bottom:40px;
}

.fund-monitor-bg-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.fund-monitor-bg-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 8px;
	text-transform:none;
	padding-bottom:10px;
}

#fund-monitor-bg a.more
{
	background:#ffffff;
	color:#086f96;
	padding:12px 45px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:15px;
	text-transform:uppercase;
	cursor:pointer;
}
#fund-monitor-bg  a:hover.more
{
	background:#2d5391;
	color:#ffffff;
}

.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
.market-tabs .nav
{
	border:0px;	
}
.nav-pills>li+li {
   margin-left: 0px;
}
.nav-pills > li > a
{
	background:none;
	color:#1f1f1f;
	border-radius:0px;
	font-size:14px;
	font-family:'latoregular';
	padding:9px 12px;
	margin-bottom:2px;
	margin-top:2px;
}
.nav-pills > li > a:hover
{
	background:none;
	color:#eb6a0c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover 
{
	background:none;
	color:#eb6a0c;
}
.nav-pills>li.active>a:after
{
    content: "";
    position: absolute;
    left: 23px;
    bottom: -10px;
}
.nav-pills > li > a img
{
	padding-right:5px;
}
.nav-pills>li.first
{
}
.nav-pills>li.last>a
{
}
/*.tools-content {
    margin-top: 0px;
    height: 358px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
    background:#ffffff;
	border:2px solid #9bce31;
	border-radius:5px;
}*/
/* tool MF*/
/*.news-tool{
  width: 100%;
  height: 100vh;
}
.news-tool {
}
.news-tool ul {
width: 100%;
padding: 0;
list-style: none;
}
.news-tool li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.news-tool li #date
{
  color: #12773d;
  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: #1b628e;
  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 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: #12773d;
  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: #1b628e;
  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 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;
}*/

/*------Reason to invest with us------------*/
#reason-invest
{
	min-height:338px;
	background:url(/images/invest-withus-bg.png) center no-repeat;
	background-size:cover;
	font-size:14px;
	color:#5f5f5f;
	padding-top:80px;
}
.reason-invest-head
{
	font-family:'latoregular';
	font-size:31px;
	color:#ffffff;
	line-height:38px;
}
.reason-invest-head p
{
	font-family:'latoregular';
	font-size:15px;
	line-height:24px;
	color:#ffffff;
	text-transform:none;
	padding-bottom:50px;
	padding-top:10px;
	text-align:justify;
}

#reason-invest .features
{
	background:#ffffff;
	border-radius:10px;
	padding:30px 0px;
}
#reason-invest .features img
{
	margin-top:25px;
}
#reason-invest .features .feature-head
{
	color:#230404;
	font-family:'latoregular';
	font-size:15px;
	line-height:20px;
	margin-top:15px;
}
/*------Finnapp------*/

#finnapp
{
	min-height:618px;
	background:#ffffff;
	background-size:cover;
	font-size:14px;
	color:#5f5f5f;
	padding-top:80px;
}
.finnapp-matter
{
	margin-top:60px;
}
.finnapp-head
{
	font-family:'robotolight';
	font-size:24px;
	color:#000000;
	line-height:40px;
}
.finnapp-para
{
	font-family:'robotolight';
	font-size:18px;
	color:#4d4d4d;
	margin-top:20px;
	line-height:25px;
	text-transform:none;
}
.finnapp-line
{
	font-family:'robotolight';
	font-size:14px;
	color:#444444;
	line-height:22px;
	margin-bottom:5px;
	margin-top:60px;
}
.finnapp-line a
{
	color:#444444;
}
.finnapp-line a:hover
{
	color:#29abe5;
	text-decoration:underline !important;
}
.connect-line
{
    font-family: 'Lato-Italic';
	font-size:18px;
	color:#000000;
	padding-top:15px;
}

/*--------Feedback------*/
#feedback
{
	background:url(/images/feedback-bg.png) center no-repeat;
	background-size:cover;
	min-height:510px;
	padding-top:80px;
	padding-bottom:50px;
}
.feedback-head
{
	font-family:'latoregular';
	font-size:22px;
	color:#000000;
	line-height:26px;
	margin-bottom:10px;
}
.feedback-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 5px;
	text-transform:none;
	padding-bottom:60px;
}
.feedback-area
{
	background:#c3f2f3;
	border-radius:10px;
	min-height:190px;
	padding:20px 10px;
	/*padding-left:40px;
*/	font-family:'latoregular';
	font-size:13px;
	color:#1f1f1f;
	margin-bottom:20px;
	margin-right:20px;
}
.feedback-area .feed-img
{
	width:65px;
	position:absolute;
	top:30px;
	left:-20px;
}
.feedback-area .feed-para
{	
	font-family:'latoregular';
	font-size:13px;
	line-height:20px;
	color:#2d2d2d;
	padding-bottom:20px;
    min-height: 100px;
}
.feedback-area .feed-name
{
	font-family:'Lato-Bold';
	font-size:15px;
	color:#040404;
	font-style:italic;
}


.feedback > .carousel-indicators {
    bottom: 0px;
}
.feedback > .carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    text-indent: -999px;
    cursor: pointer;
    margin: 2px;
    background-color: #b7b7b7;
    border: 2px solid #b7b7b7;
    border-radius: 10px;
}
.feedback > .carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 2px;
    background-color: #e25655;
    border: 2px solid #e25655;
}
.feedback > .carousel-inner >.item 
{
    min-height:380px;
}
p.feed-txt
{
	padding:20px 20px;
	color:#ffffff;
	font-family:'Lato-Light';
	font-size:22px;
	line-height:28px;
	font-style:italic;
}
.feedback > .carousel-control > .chevron-left, .feedback > .carousel-control > .chevron-right, .feedback > .carousel-control .icon-next, .feedback > .carousel-control > .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.feed-name
{
	color:#ffffff;
	font-family:'latoregular';
	font-size:25px;
}
.feed-details
{
	color:#ffffff;
	font-family:'Lato-Light';
	font-size:17px;
	line-height:22px;
}


#feedback a.more
{
	background:#dbae1d;
	color:#ffffff;
	padding:13px 35px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	text-transform:uppercase;
}
#feedback  a:hover.more
{
	background:#4eb8ee;
	color:#ffffff;
}
/* -----------Award Section------------------ */
#awards-section
{
	background:#ffffff;
	min-height:382px;
	padding-top:50px;
	padding-bottom:50px;
}
.awards-head
{
	font-family:'latoregular';
	font-size:22px;
	color:#000000;
	line-height:26px;
	margin-bottom:10px;
}
/*--------Get in Touch------*/
#contact
{
	background:#ffffff;
	min-height:503px;
	padding-top:60px;
	padding-bottom:30px;
}
.contact-companyname
{
	font-family:'latoregular';
	font-size:22px;
	color:#000000;
	line-height:26px;
	margin-bottom:10px;
}
.contact-head
{
	font-family:'latoregular';
	font-size:16px;
	color:#535353;
	line-height:20px;
	margin-top:10px;
	margin-bottom:40px;
}
.contact-head a
{
	color:#9b9b9b;
}
.contact-head a:hover
{
	color:#ffffff;
}
.social img
{
	padding:5px;
}
.discl
{
	color:#5c5b5a;
	font-family:'latoregular';
	font-size:11px;
	line-height:17px;
}
.ftr
{
	color:#3c55a5;
	border-top:1px solid #e2e2e2;
}
.ftr a
{
	font-family:'latoregular';
	font-size:14px;
	text-decoration:none;
	color:#3c55a5;
	padding:10px;
}
.ftr a:hover
{
	text-decoration:none;
	color:#e25655;
}


.social-btn1 {
	background: rgba(54,82,142,1);
background: -moz-linear-gradient(top, rgba(54,82,142,1) 0%, rgba(26,40,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,82,142,1)), color-stop(100%, rgba(26,40,69,1)));
background: -webkit-linear-gradient(top, rgba(54,82,142,1) 0%, rgba(26,40,69,1) 100%);
background: -o-linear-gradient(top, rgba(54,82,142,1) 0%, rgba(26,40,69,1) 100%);
background: -ms-linear-gradient(top, rgba(54,82,142,1) 0%, rgba(26,40,69,1) 100%);
background: linear-gradient(to bottom, rgba(54,82,142,1) 0%, rgba(26,40,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36528e', endColorstr='#1a2845', GradientType=0 );
	border-radius: 5px;
      padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 22px;
	border-radius: 30px;
	box-shadow: 0 0 6px #dee1f9;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
}
.social-btn1:hover {
background: rgba(26,40,69,1);
background: -moz-linear-gradient(top, rgba(26,40,69,1) 0%, rgba(54,82,142,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,40,69,1)), color-stop(100%, rgba(54,82,142,1)));
background: -webkit-linear-gradient(top, rgba(26,40,69,1) 0%, rgba(54,82,142,1) 100%);
background: -o-linear-gradient(top, rgba(26,40,69,1) 0%, rgba(54,82,142,1) 100%);
background: -ms-linear-gradient(top, rgba(26,40,69,1) 0%, rgba(54,82,142,1) 100%);
background: linear-gradient(to bottom, rgba(26,40,69,1) 0%, rgba(54,82,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2845', endColorstr='#36528e', GradientType=0 );
	}
	.social-btn1 img{
	 padding-right:10px;
   }
	

.social-btn2 {
    background: rgba(0,170,213,1);
background: -moz-linear-gradient(top, rgba(0,170,213,1) 0%, rgba(0,122,183,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,170,213,1)), color-stop(100%, rgba(0,122,183,1)));
background: -webkit-linear-gradient(top, rgba(0,170,213,1) 0%, rgba(0,122,183,1) 100%);
background: -o-linear-gradient(top, rgba(0,170,213,1) 0%, rgba(0,122,183,1) 100%);
background: -ms-linear-gradient(top, rgba(0,170,213,1) 0%, rgba(0,122,183,1) 100%);
background: linear-gradient(to bottom, rgba(0,170,213,1) 0%, rgba(0,122,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aad5', endColorstr='#007ab7', GradientType=0 );
    border: 0px solid #009bca;
	border-radius: 5px;
      padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 22px;
	border-radius: 30px;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
}	
.social-btn2:hover {
	background: rgba(0,122,183,1);
background: -moz-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,170,213,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,122,183,1)), color-stop(100%, rgba(0,170,213,1)));
background: -webkit-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,170,213,1) 100%);
background: -o-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,170,213,1) 100%);
background: -ms-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,170,213,1) 100%);
background: linear-gradient(to bottom, rgba(0,122,183,1) 0%, rgba(0,170,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#00aad5', GradientType=0 );
}
	.social-btn1 img, .social-btn2 img , .social-btn3 img{
	 padding-right:10px;
	 margin-top:-6px;
   }

.social-btn3 {
	background: rgba(47,167,223,1);
background: -moz-linear-gradient(top, rgba(47,167,223,1) 0%, rgba(25,147,203,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,167,223,1)), color-stop(100%, rgba(25,147,203,1)));
background: -webkit-linear-gradient(top, rgba(47,167,223,1) 0%, rgba(25,147,203,1) 100%);
background: -o-linear-gradient(top, rgba(47,167,223,1) 0%, rgba(25,147,203,1) 100%);
background: -ms-linear-gradient(top, rgba(47,167,223,1) 0%, rgba(25,147,203,1) 100%);
background: linear-gradient(to bottom, rgba(47,167,223,1) 0%, rgba(25,147,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa7df', endColorstr='#1993cb', GradientType=0 );
    border-radius: 5px;
      padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 22px;
    border-radius: 30px;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
box-shadow: 0px 0px 3px 0px rgba(153,153,153,1);
}
.social-btn3:hover {
   background: rgba(25,147,203,1);
background: -moz-linear-gradient(top, rgba(25,147,203,1) 0%, rgba(47,167,223,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,147,203,1)), color-stop(100%, rgba(47,167,223,1)));
background: -webkit-linear-gradient(top, rgba(25,147,203,1) 0%, rgba(47,167,223,1) 100%);
background: -o-linear-gradient(top, rgba(25,147,203,1) 0%, rgba(47,167,223,1) 100%);
background: -ms-linear-gradient(top, rgba(25,147,203,1) 0%, rgba(47,167,223,1) 100%);
background: linear-gradient(to bottom, rgba(25,147,203,1) 0%, rgba(47,167,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1993cb', endColorstr='#2fa7df', GradientType=0 );
	}
	.social-btn3 img{
	 padding-right:10px;
   }
	
/*------footer---------------*/
#footer-menubg
{
	background-image:url(/images/ftr-fb.png), url(/images/facebook-ftr.png);
	background-position:8%, 50%;
    background-repeat: no-repeat, no-repeat;
	background-size:inherit, cover;
	min-height:111px;
	color:#ffffff;
	font-size:14px;
	font-family:'latoregular';
	line-height:25px;
    padding-top: 18px;	
}
a.fb
{
	color:#99c6ff;
	font-family:'lato-bold';
}
a:focus.fb, a:hover.fb
{
	color:#ffffff;
}
/*----------------footer-------------------*/
footer
{
	background:#055576;
	padding-top:20px;
	padding-bottom:20px;
	color:#ffffff;
	font-size:11px;
	font-family:'robotoregular';
	line-height:22px;
}
footer a
{
	color:#ffffff;
}
footer a:hover
{
	color:#ffffff;
}

a.arm
{
color:#ffffff;
font-size:12px;
}
a:hover.arm
{
color:#ffffff;
}
/*----------------*/
.foot-disclaimer
{
	min-height:50px;
	background:#ffffff;
	padding-top:30px;
	padding-bottom:15px;
}
.foot-disclaimer:after
{
	position:absolute;
	content:'';
	top:0;
	left:50%;
	width: 0;
	height: 0;
	z-index:99;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #055576;
	
}
.foot-disclaimer .container-fluid
{
	padding-left:30px;
	padding-right:30px;
}

.foot-disclaimer .disclaimer
{
	background:none;
    padding-top: 20px;
	color:#494949;
	font-size:13px;
	line-height:18px;
	font-family:'robotoregular';
}

.tab-content #mf_forms iframe.iframe{
	height:700px;
}

@media (max-width:767px)
{

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
	 nav 
	 {
        height:115px;
	 }
	 nav > .container-fluid
	 {
		 padding-right:0px;
		 padding-left:0px;
	 }
	/* .navbar-default
	 {
		 background:none;
	 }*/
	 nav .navbar-brand {
   display: inline-block;
    height: 80px;
    width:205px;
    margin-left: 2px;
    /* line-height: 82px; */
    margin-top:20px;
	}
	
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 17px;
		    margin-right: 8px;
}
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form 
	 {
		 border:0px;
	 }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
	background:#ffffff !important;
	border-top: 1px solid #d1d1d1;
	margin-top: 4px;
    }
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -30px;
    margin-left: -30px;
}
	.navbar-nav {
    margin: 7.5px 6px;
}
	
	.navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
	color:#3c55a5;
	}
/*
.login-btn
{
	background:#3c55a5;
}
.login-btn:hover
{
	background:#e25655;
}	
.navbar-default .navbar-nav > li > a.log-in
{
	color:#e25655;
}
.navbar-default .navbar-nav > li > a.log-in:hover
{
	color:#3c55a5;
}
.navbar-default .navbar-nav > li > a.log-in img
{
	width:20px;
	height:15px;
	background:url(/images/login-iconsmall.png) center no-repeat;
	border:0;
}*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
	nav .navbar-right {
    float: left!important;
	padding-top:10px;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

 nav.smaller .navbar-right {
    float: left!important;
}
.navbar-toggle {
    margin-right: 25px;
}

 #banner
	 {
		 min-height:100vh;
		     background-image: none;
	 }
	 .carousel-inner >.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 130px;
	left:10px;
	 }
	 .carousel-caption .heading {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    padding-top: 0px;
	padding-right:0px;
	 }
	#banner .heading .bg-txt {
    background: #f36c36;
    padding: 0 5px;
    font-size: 40px;
}
	 .line {
    margin-top: 5px;
    margin-bottom: 10px;
	 }
	.power-sip-head p {
    padding: 6px 10px;
	}
.padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

	 #knowledge-sec {
   /* background: url(/images/save-tax-bg.png) 80% no-repeat;
    background-size: cover;*/
	padding-top:50px;
	    background-position: 232% 50%;
	}.tab-content #mf_forms iframe{
	height:1100px;
}
.power-sip-subhead {
    color: #d5feff;
    font-size: 27px;
    line-height: 30px !important;
}	
#reason-invest .features {
    padding: 13px 0px;
    margin-bottom: 10px;
}
	#awards-section div{
		text-align: center;
	}
}
@media (max-width: 425px)
{
	.login-btn {
    margin-left: 10px;
	}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -30px;
    margin-left: -30px;
}
nav .navbar-nav > li > a {
    color: #3c55a5;
}
	.power-sip-head p {
    padding: 6px 10px;
	}
.btn-pad-hdr{padding: 12px 22px;}

.para
{
	padding:10px 10px;
}
.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	
 
.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 56%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width: 62%;
} 
#power-sip a.start-sip {
    padding: 12px 20px;
}
a > .banner-icons {
    margin-left: 0px;
    margin-right: 0px;
}
#banner
	 {
		 min-height:580px;
	 }
	 .carousel-inner >.item {
        min-height: 580px;
	}
#carousel-basket .carousel-inner > .item {
    min-height: 1000px;
}

.left-section {
    border-right:0px solid #e2e2e2;
}
.about-txt {
    padding-right: 20px;
	margin-bottom:20px;
}
.simple-section {
    padding-left: 0px;
}
#feedback {
    padding-top: 50px;
    padding-top: 30px;
}
.feedback > .carousel-inner >.item {
    min-height: 500px;
}
p.feed-txt {
    padding: 20px 0px;
}
.feedback > .carousel-indicators {
    bottom: -30px;
}.tab-content #mf_forms iframe{
	height:1100px;
}
}
@media (max-width: 375px)
{
	
	
	.btn-pad-hdr {
    padding: 10px 10px;
	margin-top:20px;
}

h1
{
	margin-top:0px;
	margin-bottom:0;
}

#power-sip a.start-sip {
    padding: 12px 9px;
	font-size:12px;
}
}
@media (min-width: 426px) and (max-width:768px)
{
.padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

 #Clouds {
    display: none;
   
}	/* .navbar-default
	 {
		 background:none;
	 }*/
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form 
	 {
		 border:0px;
	 }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    }
	.navbar-default .navbar-nav > li > a {
    padding: 10px 9px;
    }
	.navbar-right {
    float: left!important;
	padding-top:20px;
	}
	.navbar-right .dropdown-menu {
    left: 0 !important;
    min-width: 245px;
}
	.login-btn {
    margin-top: 3px;
	}
	
	 #banner
	 {
		 min-height:100vh;
	 }
	 .carousel-inner >.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 100px;
	left:10px;
	 }
	 .carousel-caption .heading {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 5px;
    margin-bottom: 10px;
	 }
	
	
	.power-sip-head p {
    padding: 6px 10px;
	}
	
	.erin-ben
	{
		margin-top:10px;
	}
.market-research-head p
{
    padding: 10px 0px 30px 0px;
}
	 
	 .no-padding-right {
    padding-right: 10px;
}
	 .social-head p
	 {
		 padding: 10px 0px 50px 0px;
	  }
.social-margin-left
{
	margin-left:0px;
}

.power-sip-head p
{
    padding: 6px 10px;
}
.market-research-head p {
    padding: 10px 10px 30px 10px;
	} 
	p.feed-txt {
    padding: 10px 0px;
    }
.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	  
.contact-head p
{
    padding: 10px 10px 50px 10px;
}
	

.no-padding-left2
{
	padding-left:0px;
}

.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 23%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width:25%;
}
#feedback{
	padding-top:50px;
}.tab-content #mf_forms iframe{
	height:1100px;
}
}
@media (max-width: 991px) and (min-width: 768px)
{
	
	.navbar-default {
    padding: 0 15px;
}
	 .navbar-default .container-fluid {
    padding-right: 0px;
     padding-left: 0px;
	 }
	 .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
		 margin-right:0px;
         margin-top: 6px;
}
	 .navbar-default .navbar-nav > li > a {
    padding: 12px 6px;
    font-size: 14px;
	 }
	 .navbar-right {
    margin-right: 0px;
	 }
	  nav .navbar-right {
	padding-top:0px;
	float:left !important;
	  }
    .navbar, .navbar-nav {
    margin-bottom: 0px;
   padding-top: 12px;
}
    .navbar-right > li > img {
    height: 15px;
}
  .navbar-right > li {
    font-size: 15px    ;
    line-height: 20px;
}  
    
	  nav {
    height: 120px;
	  }
	   nav.smaller {
    height: 120px;
	 }
	 .login-btn {
    margin-top: 4px;
	}
	.left-section {
    border-right: 0px solid #e2e2e2;
}
	 
	 #banner {
    background-position: -44% bottom;
}
	 #Clouds {
    display: none;
   
}
	 
	 .carousel-inner >.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 190px;
	left:20px;
	 }
	 .carousel-caption .heading {
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 42px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .para {
    padding: 10px 10px;
}
	 
	 a > .banner-icons {
    margin-left: 10px;
    margin-right: 10px;
}
	 #knowledge-sec {
   /* background: url(/images/save-tax-bg.png) 80% no-repeat;*/
    background-size: cover;
	background-attachment:fixed;
		     background: #10b6b9;
	 }
	 .nav>li>a {
    padding: 10px 5px;
    }
	 .padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
	.market-research-head p {
    padding: 10px 20px 30px 20px;
	}
	#finnapp {
    min-height: 612px;
	}
	.feedback > .carousel-inner >.item {
    min-height: 430px;
}
	.contact-head p {
    padding: 10px 20px 50px 20px;
	}
	.social-head p {
    padding: 10px 20px 50px 20px;
	}
	 p.feed-txt {
    padding: 10px 10px;
    }

.no-padding-left2
{
	padding-left:0px;
}.tab-content #mf_forms iframe{
	height:1100px;
}
	#sip-calc {
		margin-top: 61px;
	}
#power-sip {
    background: #10b6b9;
    min-height:751px;
    padding-top: 15px;
    padding-bottom: 30px;
}	
	
	
}
@media (max-width: 1024px) and (min-width: 992px)
{
	 .navbar-default {
    padding: 0 15px;
	}
	 
	 .navbar-default .navbar-nav > li > a {
   padding: 20px 3px;
	 }
	 .toggle {
    padding-left: 0px;
}
	 .navbar-right {
    margin-right: 0px;
	 }
	 .navbar-default .container-fluid {
    padding-right: 5px;
     padding-left: 5px;
	 }
	 .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
		     margin-right: 5px;
}
nav .navbar-right {
    padding-top: 35px;
	}
	nav.smaller .navbar-right {
    padding-top: 33px;
}

.login-btn {
    margin-top: 0px;
}
	 .carousel-caption {
    top: 200px;
    width: 100%;
	 }
	 .carousel-caption .heading {
    font-size: 44px;
    margin-bottom: 0px;
    line-height: 44px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 10px;
    margin-bottom: 15px;
	 }
	 .padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.about-space {
    background: none;
    padding: 4px;
    border: 0px solid #e2e2e2;
}
	 p.feed-txt {
    padding: 10px 80px;
    }
	.market-research-head p {
    padding: 10px 65px 30px 65px;
	}
	.nav>li>a {
    padding: 10px 11px;
	}
	a .save-tax-btn2 {
    padding: 12px 12px;
	}

	.contact-head p {
    padding: 10px 70px 50px 70px;
	}
	.social-head p {
    padding: 10px 70px 50px 70px;
	}
	.social-btn {
    padding: 12px 10px;
	}
	a > .banner-icons {
    margin-left: 14px;
    margin-right: 14px;
	}
	.social-btn1 {
	margin-left:110px;
	}.tab-content #mf_forms iframe{
	height:1100px;
}
}
@media (max-width: 1199px) and (min-width: 1023px)
{
#banner {
    background-position: 923% bottom;
}	
	#banner .plan-btn {
    font-size: 13px;
    padding: 12px 15px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}

.blue-btn
{
	font-size:20px;
	margin-left:-27px;
	font-weight:bold;
}
.orange-btn
{
	font-size:20px;
	margin-left:-22px;
	font-weight:bold;
}
.green-btn
{
	font-size:20px;
	margin-left:-17px;
	font-weight:bold;
}

.rd-sec a p
{
	padding-left:50px;
	padding-right:50px;
}
.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 45%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width: 52%;
}
	.tab-content #mf_forms iframe{
	height:1100px;
}
}