@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Bold.eot');
	src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Bold.woff') format('woff'),
		url('../fonts/SegoeUI-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}



@font-face {
	font-family: 'SegoeUI-Light';
	src: url('../fonts/SegoeUI-Light.eot');
	src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Light.woff') format('woff'),
		url('../fonts/SegoeUI-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}


@font-face {
	font-family: "Lato Black";
	src: url("../fonts/Lato-Black.eot?") format("eot"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black.svg#Lato-Black") format("svg");
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf')  format('truetype'), url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AvantGardeITCbyBT-Medium';
  src: url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf')  format('truetype'), url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;



}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

	

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}


a{text-decoration: none; border:0; outline: none;}
a:hover{text-decoration: none; border:0; outline: none;}
.wrapper{padding:0px; width:90%; margin:0 auto;}

.container-fluid{padding:0 0 0 0; margin:0 0 0 0;}
.row{padding:0 0 0 0; margin:0 0 0 0;}
.ltspac{padding:0 0 0 0; margin:0 0 0 0;}


/*

=========================Top Header ========================

*/

.toppart{background:#333; height:57px;}

.top-header{width:100%; margin: 0 auto; margin-bottom:0px;}

.navbar-collapse{padding:0 0 0 0;}
.navbar-brand{padding:0px 0 0 0;}
.rtinfo{float:right; width:600px;}
.rtpart{float: left; position: relative; z-index: 1000;}
.rttop{padding:30px 0 50px 0;  text-align: left; float:right; z-index:1000; position:relative;}
.rttop a{display:inline-block; color: #fff; font-size: 15px; line-height: 18px; font-family: 'Lato', sans-serif; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.rttop a:hover{color:#000; background:none;}

.rtbottom{float:right; padding:0px 0px 0px 0; margin-right:0px; position:relative; width:auto; z-index:3000;} 
.rtbottom p{display: inline-block; font-size: 14px; font-family: 'Lato', sans-serif; padding:0 8px 0 0; line-height:50px; color:#fff;}
.rtbottom p:last-child{padding:0 0 0 0;}
.rtbottom p i.fa-phone{color:#ff5f6f; font-size: 13px; padding-right:0px; border-radius:100%; width:20px; line-height:18px; height:20px; border:2px solid #ff5f6f; text-align:center; margin-right:10px;}
.rtbottom p img{padding-right:10px;}
.rtbottom p a{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; line-height: 30px; padding:0 15px; text-transform:none; display: inline-block; color: #fff; font-size: 16px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; font-family: 'Lato', sans-serif; font-weight:normal; padding:0 20px; border:1px solid #ccc; background:#fff; font-family: 'Lato', sans-serif; font-size:15px; margin-right:0px;}
.rtbottom p a.noborder{background:none; border:none;}
.rtbottom p a:hover{color: #fff; background:#767970;}
.rtbottom p a.register{color:#ff5700;}
.rtbottom p a.register:hover{color:#fff;}
.btn{padding:0 0 0 0;}

.rtbottom a{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; line-height: 30px; padding:0 15px; text-transform:none; display: inline-block; color: #000; font-size: 16px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; font-weight:normal; padding:0 20px; border:1px solid #ccc; background:none; font-family: 'Lato', sans-serif; font-size:15px; margin-right:15px; background:#91dd4d;}
.rtbottom a:hover{color: #fff; background:#000}
.rtbottom a.last{margin-right:0px;}


.headertop{background:#1e3652; position:relative; z-index:3000; padding-bottom:20px;}	
.topinformation{width:90%; margin: 0 auto; padding:0px 0 50px 0;}
.dropdown-menu>li>a{font-size:12px;}

.navwrapper{width:100%; margin: 0 auto; height: auto; background:#f3f2f2;}
.navbar{margin-bottom:0; z-index:100;}
.navbar-nav{float:none; display: inline-block; text-align: center; padding: 20px 0px 0 0;}
.navbar-default{background:none; border:none;}


.navbar-brand{font-weight:bold; font-family: 'Ubuntu', sans-serif; font-size: 23px; text-transform:uppercase; color:#39464f; position:relative; top:0px;}
.navbar-nav li.active a {color:#fff !important; background:none !important;}
.navbar-nav li a:hover {background: none !important; color:#fff !important;}
.navbar-default .navbar-nav>li{background:url(../images/navline.png) right 5px no-repeat;}
.navbar-default .navbar-nav>li:last-child{background:none;}
.navbar-default .navbar-nav>li:first-child a{padding-left:0px;}

.navbar-nav ul.sm-nowrap > li a{padding:3px 20px !important;}
.navbar-nav ul.sm-nowrap > li:first-child a{padding:3px 20px;}

.navbar-default .navbar-nav>li:last-child a{padding-right:0px;}
.navbar-default .navbar-nav>li>a{font-family: 'Lato', sans-serif; text-transform:uppercase; color:#fff; font-size:14px; padding: 0px 6px; line-height: 30px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; /*border-bottom:10px solid #fff; border-top:10px solid #fff;*/ font-weight:500; display: inline-block;}

.navbar-default .navbar-nav>li>a .fa-angle-down{color:#f26922;}
.navbar-default .navbar-nav>li>a:hover{/*border-bottom:10px solid #f26d5a; border-top:10px solid #f26d5a;*/}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#000;background:none !important;}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{color:#333;background:#424343;}
.navbar-nav ul.sm-nowrap > li > a:hover{background:#424343; color:#ff4e52;}
.dropdown-menu{background:#232323;}
.navbar-nav ul.sm-nowrap > li > a{color:#fff !important;}
.navbar-nav ul.sm-nowrap > li >:hover a{color:#fff;}
.navbar-brand span{color:#df3447;}

.logo{padding:20px 0 0 0; display:inline-block;}
.logo a{display:block; text-align:center; margin:0 auto;}
.logo a img{display:block; text-align:center; margin:0 auto;}
.headerbottom{margin:0 auto; padding:0px 0 20px 0; height:auto; position:relative; background:#504740;} 



/*login form css*/
.form-inline .form-group{
	margin-bottom: 20px;
	float: right;
}
.title{
    text-decoration:underline;
    padding: 10px 5px;
}
.btn-launch,.btn-launch:hover, .btn-launch:active, .btn-launch:focus{
	/*background-color: #2ecc71;
    border: medium none #2ecc71;
    box-shadow: 0 3px 0 #d35400, 0 5px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 40px;
    margin-top:10%;*/
}
.bt-login,.bt-login:hover, .bt-login:active, .bt-login:focus {
    background-color: #34322f;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 300ms linear 0s;
}



.login-tab {
	margin: 0 auto;
	max-width: 430px;
}

.login-modal-header {
	background: #39cad3;
	color: #fff;
}

.login-modal-header .modal-title {
	color: #fff; text-transform:uppercase; font-family: "COCOGOOSE  UltraLight";
}

.login-modal-header .close {
	color: #fff;
}

.login-modal i {
	color: #000;
}

.login-modal form {
	max-width: 430px;
}

.tab-pane form {
	margin: 0 auto;
}
.login-modal-footer{
	margin-top:15px;
	margin-bottom:15px;
}



/*login form css*/
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 430px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Lato', sans-serif; text-align:left;
}

.loginmodal-container h2{ font-size:20px; color:#34322f;}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; font-family: 'Lato', sans-serif; color:#000;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); 
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #36c0ec;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 18px; font-family: 'Lato', sans-serif; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #000; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s; background:none !important;
} 

.login-help{
  font-size: 12px;
}

.nav-tabs>li>a{color:#337ab7;}
.nav-tabs>li>a:hover{background:#000;}
.nav-tabs>li>a:last-child{margin-right:auto;}
.login-modal-footer a{color:#337ab7; padding:0 20px; display:inline-block; margin-right:0px;}


/*
=========================smartsip main========================
*/
.smartsip{background:#f65a3a; text-align:center;}
.smartsip h2{font-family: 'RobotoSlab-Regular'; font-size:36px; line-height:90px; color:#fff; text-transform:none;}

.parallaxsmartsip { 
    /* The image used */
  background: url("../images/bg_smart.png");
	/*background:#928b85;*/
    /* Set a specific height */
    height: auto; 
    /* Create the parallax scrolling effect */
    background-size: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:45px 0 20px 0; 
	
}

.clear{clear: both;}
.rtspace{margin-right:40px;}


.smartinfo{text-align: center;}
.smartinfo h2{font-size:36px; line-height:45px; color:#484a4e; font-family: "Lato Black"; padding:0px 0 10px 0; color: #fff; margin-bottom:75px; position:relative;}
.smartinfo h2:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:10px auto;
    width:70px;
    height:6px; border-radius:15px;
    background:#fff; 
}


.smartinfo a{display:block; background:#91dd4d; color:#fff; line-height:45px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; margin:0 auto; width:155px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; font-family: 'Lato', sans-serif; font-size:17px;}
.smartinfo:hover a{background:#000; color:#fff;}

.smartwrapper{width:100%; margin:0 auto; margin-bottom: 30px;}
.smartone{border:1px solid #828487; text-align:center; float: left;}
.smartone h3{background: #cbf2ff; border-bottom: 1px solid #8d8d8d; color: #333; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 500; padding:0 20px; line-height: 30px;}
.smartone p{background: #fff; color: #333; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 400; padding:0 20px; line-height: 40px; /*width: 190px;*/}
.smartone p a{width:auto; background: no-repeat; color: #999; margin-bottom: 0px;}
.smartone p .fa-caret-left{float: left; color: #999; position:relative; top:10px; left:0px; cursor: pointer;}
.smartone p .fa-caret-right{float: right; color: #999; position:relative; top:10px; right: 0px; cursor: pointer;}
.smartone:hover a{background: none;}

.smartcalculate{border:1px solid #828487; text-align:center; float: left; width: 192px; padding:12px 0; background: #fff; height: 73px;}
.smartcalculate h3{color:#333; font-size: 16px; line-height: 18px; padding-bottom: 12px; font-family: 'Lato', sans-serif; font-weight: 400;}
.smartcalculate p{font-family: 'Lato', sans-serif; font-weight: 400; font-size: 20px; line-height: 20px; color: #ff5700;}
.smartcalculate p.heavy{font-size: 24px; line-height: 24px; font-weight: 900;}



/*
======================================================= 
invest css
=======================================================
*/
.parallaxinvest { 
    /* The image used */
   /* background-image: url("../images/bg_statistics.png");*/
   background:#2c3941;
    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:70px 0 50px 0;
}

.invest{text-align:center; text-align: center;}
.investinner{background:#fff; padding:0px 0px 20px 0; margin:0 auto;}
.invest h2{font-family: 'RobotoSlab-Regular'; color:#fff; font-size:36px; line-height:36px; padding-bottom:50px; font-weight:300;}
.invest h2 span{text-transform:uppercase;}
.invest img{width:100%; height: auto; margin-bottom:0px;}
.invest a{display:block; background:#ff6600; color:#fff; line-height:45px; margin:0 auto; width:220px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; font-family: 'Lato', sans-serif; font-size:17px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.invest:hover a{background:#4d90b2; color:#fff;}


/*
======================================================= 
chart css
=======================================================
*/
.chart { 
    /* The image used */
    /*background-image: url("../images/bg_chart.png");*/
    /* Set a specific height */
    height: auto; 
    background:#efefef;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:30px 0 50px 0; overflow: hidden; text-align: center;
}

.chartin{padding:0 0px;}
.chartin img{width:100%; height: auto; padding-bottom: 16px;}
.chartin p{font-family: 'Lato', sans-serif; font-weight: 400; color: #666; line-height: 22px; text-align: left; padding: 0 15px 30px 15px; font-size: 16px;}
.chartin h3{font-family: 'SegoeUI-Light'; font-weight: 600; font-size: 20px; color: #0096ba; line-height: 20px; padding-bottom: 20px; text-align: left;}
.chartin h3 span{font-family: 'Segoe UI'; color: #0096ba;} 
.chartin a{display:block; background:#434343; color:#fff; line-height:45px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; margin:0 auto; width:155px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; font-family: 'Lato', sans-serif; font-size:17px; margin-top:20px;}
.chartin:hover a{background:#26466c; color:#fff;}
.chartin table th.head{color:#0096ba; text-transform: uppercase; font-size: 16px; font-weight: 600;}
.chartin table th.head2{color:#ff5700; text-transform: uppercase; font-size: 16px; font-weight: 300;}
.chartin table tr td{font-family: 'Lato', sans-serif; font-weight: 400; color: #666;}
.chartin .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom:none !important;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-left:none !important; border-right:none !important;}
.chartin .table-bordered>thead>tr{background: #e8e8e8;}
.chartin .table-bordered>tbody>tr{background: #e8e8e8;}


/*impgoals css*/
.overview{background-image: url("../images/bg_life-goals.png"); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
.impgoals{padding:50px 0px 80px 0px; text-align:center; position:relative; z-index:1000;}
.impgoals h2{font-family: 'RobotoSlab-Regular'; color:#000; font-size:36px; line-height:40px; padding-bottom:70px;}
.impgoals h2 span{display:block;}
.impgoals h2 span.first{display:inline-block; text-transform:uppercase;}

.variousin{-webkit-transition:all 1s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out; width:100%; min-height:auto; padding:0px 0 0 0; text-align:left;}
.variousin img{text-align:center; width:105px; height:105px; line-height:105px; margin-bottom:47px; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out; background:#f65a3a; border-radius:100%;}
.variousin h2{font-family: 'Lato', sans-serif; font-size:18px; color:#000; line-height:23px; text-transform:uppercase; -webkit-transition:all 1s ease-in-out; 
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out; padding-bottom:35px;}
.variousin h2 span{display:block; color:#303030;}
.variousin p{font-family: 'AvantGardeITCbyBT-Medium'; color:#383838; font-size:14px; line-height:20px;}
.variousin p span{display:block;}

.variousin:hover{}
.variousin:hover h2{color:#fff;}

/*goalswrapper*/
.goalswrapper{padding:60px 0; background:#fff; text-align:center;}
.goalswrapper h2{font-family: 'RobotoSlab-Regular'; color:#000; font-size:36px; line-height:48px; padding-bottom:70px;}
.goalswrapper h2 span{display:block;}
.goalswrapper h2 span.first{text-transform:uppercase; display:inline-block;}
.goalwrap{}
.goalmain{position:relative;}
.goaltop{}
.goalbottom{background:#91dd4d; padding:35px 0 15px 0;}
.goalbottom h3{font-family: 'Lato', sans-serif; color:#333; line-height:25px; text-transform:none; padding-bottom:40px; font-size:25px; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; font-weight:300;}
.goalbottom a{font-family: 'Lato', sans-serif; color:#333; line-height:25px; text-transform:none; padding-bottom:0px; font-size:11px; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}

.mrspace{margin-top:25px;}

.goalmain a{font-family: 'Lato', sans-serif; color:#333; text-transform:uppercase;} 
.goalinner{text-align:center; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.goalinner h3{font-family: 'Lato', sans-serif; color:#333; line-height:24px !important; text-transform:none; padding-bottom:25px; font-size:25px; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.goalinner p{font-family: 'Lato', sans-serif; font-size:12px; color:#333; line-height:18px; font-weight:400; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; padding-bottom:25px;}
.goalinner p span{display:block;}
.goalinner img{text-align:center; margin:0 auto; display:block;}
.goalmain a span{border-radius:100%; border:1px solid #dcdcdc; line-height:54px; width:54px; height:54px; display:block; background:#fff; margin:0 auto; margin-top:-60px; position:relative; z-index:1000; margin-bottom:20px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.goalmain a span .fa-angle-double-right{color:#cbcbcb; font-size:20px;}
.goalmain:hover .goalbottom h3{position:relative; top:0px; color:#fff;}
.goalmain .goalinner:hover p{color:#fff;}
.goalmain:hover a{color:#fff;}

.goalmain:hover a span{background:#000;}

.topborder{border-left:1px solid #2c3941; border-top:1px solid #2c3941; border-right:1px solid #2c3941; }

.button {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 30px;
  position: relative;
  text-align: center;
  color: #00c7ec;
  /*line-height: 3em;*/
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; overflow:hidden; padding:0px 0;
  
} 
.button:hover {
  color: white;
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
  background-color: #00c7ec;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}
.button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.button:before {
  content: '';
  display: block;
  width: 0px;
  height:100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}


/*
=========================testimonial css main========================
*/
.testimonial{padding:100px 0; text-align:center; background:#fff;}

/* carousel */
.testimonial #quote-carousel 
{
  padding: 0 0px 0px 0px;
  margin-top: 0px; 
}

.testimonial .carousel-inner{margin:0 auto; width:735px;}

/* Control buttons  */
.testimonial #quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
.testimonial #quote-carousel .carousel-control.left 
{
  left: 0px;
  width:50px; height:50px; background:#91dd4d; color:#fff; opacity:1; line-height:50px;
}
/* Next button  */
.testimonial #quote-carousel .carousel-control.right 
{
  right: 0px !important;
  width:50px; height:50px; background:#91dd4d; color:#fff; opacity:1; line-height:50px;
}
/* Changes the position of the indicators */
.testimonial #quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;  display:none;
}
/* Changes the color of the indicators */
.testimonial #quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.testimonial #quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
.testimonial #quote-carousel img
{
  width: 250px;
  height: 100px;
  
}

.picmatter{width:300px; margin:0 auto;}
.picin{float:left;}
.picin img{display:inline-block;}
.picmat{float:right; text-align:left; padding:23px 0 0 0;}
.picmat h3{color:#f65d3d; padding-bottom:5px;}
.picmat p{font-family: 'AvantGardeITCbyBT-Medium'; font-size:18px; color:#5a5a5a; line-height:22px; padding-bottom:12px;}
.picmat span{font-family: 'AvantGardeITCbyBT-Medium'; font-size:14px; color:#383838; line-height:18px; padding-bottom:12px; font-weight:600;} 
.picmatter small{float:right;}



/* End carousel */

.testimonial .item blockquote {
    border-left: none; 
    margin: 0;
	width:auto; margin:0 auto;
}

.testimonial .item blockquote img {
    margin-bottom: 10px;
}

.testimonial .item blockquote p{ font-family: 'AvantGardeITCbyBT-Medium'; font-size:18px; color:#5a5a5a; line-height:28px; text-align:justify; padding-bottom:30px;}

.item blockquote p:before {
    /*content: "\f10d";*/
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/*
=========================financialpart css main========================
*/
.financialpart{background:#fee1db; text-align:center; padding:50px 0 10px 0;}
.financialpart h2{font-family: 'RobotoSlab-Regular'; color:#000; font-size:36px; line-height:36px; padding-bottom:40px;}
.financialpart h2 span{text-transform:uppercase;}

.finpart{text-align:center;}
.finpart h3{font-family: 'Lato', sans-serif; color:#403837; text-transform:uppercase; padding:40px 0;  -webkit-transition: all 1s ease-in-out; font-size:19px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.finpart:hover h3{color:#000;}


.caption {
  position: relative;
  overflow: hidden; border:10px solid #2c3941;
}

.caption__media {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.caption__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
  transform: translateY(100%);
  transition: transform .35s ease-out;
}

.caption:hover .caption__overlay {
  transform: translateY(0);
}

.caption__overlay__title {
  margin: 0;
  padding: 0 0 12px;
  transform: translateY(calc(-100% - 10px)); /* +10px overlay padding */
  transition: transform .35s ease-out; opacity:0;
}

.caption:hover .caption__overlay__title {
  transform: translateY(0); opacity:1;
}


.caption::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background .35s ease-out;
}

.caption:hover::before {
  background: rgba(0, 0, 0, .5);
}

.caption {
  …
  transform: translateZ(0);
}


/*
=========================knowledgepart main========================
*/

.knowledgepart{background:#f7b6a9; text-align:center; padding:40px 0;}
.knowledgepart h2{font-family: 'RobotoSlab-Regular'; font-size:36px; line-height:36px; color:#000; padding-bottom:40px;}
.knowledgepart h2 span{text-transform:uppercase;}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);

}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
}

.boxpart:hover .image {
  opacity: 0.2;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.boxpart:hover .middle {
  opacity: 1;
}

.text {
  
  color: #c70039;
  font-size: 20px;
  padding: 0 0 0 0;
  font-family: 'Open Sans', sans-serif; text-transform:uppercase;
}

.boxpart {
    position: relative;
    width: 100%;
	 overflow:hidden;
}
.boxpart h3{font-family: 'Lato', sans-serif; font-size:21px; text-transform:uppercase; line-height:21px; color:#3e2e2a; padding:40px 0; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.boxpart:hover h3{color:#fff; text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);}




/*
=========================fullscreen video css main========================
*/

.videowrapper{height:500px; text-align:center; position:relative;}
#videocontent {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
/*    background: url(polina.jpg) no-repeat;*/
    background-size: cover;
}
.videocontent h2{font-family: 'Lato', sans-serif; color:#fff; font-size:60px; line-height:60px; line-height:100%;}


.bg, .bg-filter {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bg-filter {
  z-index: -99;
  opacity: 0.2;
  background: -webkit-linear-gradient(rgba(49, 224, 247, 1) 0%, rgba(90, 77, 184, 1) 100%);
  background: -moz-linear-gradient(rgba(49, 224, 247, 1) 0%, rgba(90, 77, 184, 1) 100%);
  background: -o-linear-gradient(rgba(49, 224, 247, 1) 0%, rgba(90, 77, 184, 1) 100%);
  background: linear-gradient(rgba(49, 224, 247, 1) 0%, rgba(90, 77, 184, 1) 100%);
}
.intro-text {
  font-family: "Open Sans";
  widht: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 56px;
  text-transform: uppercase;
  color: black;
  width:100%; text-shadow:0px 0px 20px rgba(255, 255, 255, 1);
}

/*
=========================chatcontent main========================
*/
.chatcontent{ /* The image used */
	background:#38395e url("../images/bg_chat.png");
    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:20px 0 0 0;}
	
.chaticon{text-align:center; margin:0 auto; width:auto; height:auto; margin-bottom:30px; -moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.chaticon a{display:block;}
.chaticon a img{line-height:100px; display:inline-block; text-align:center; margin:0 auto;}
.chaticon a span{font-family: 'Lato', sans-serif; font-size:22px; line-height:22px; color:#fff; display:block; padding:10px 0 0 0;} 
.chaticon:hover{}

/*
=========================footer main========================
*/
.footerpic{background:url(../images/footerpic.png) center top no-repeat; height:515px; background-size:cover; position:relative;}





@media screen and (min-width:320px) and (max-width:480px)

{
		
	.logo{padding:30px 0; display:block;}
	.logo a img{display:block; text-align:center; margin:0 auto;}
		
	.toppart{padding:20px 0 30px 0;}
	.rttop{text-align:center; padding:0px 10px 20px 10px;}
	
	.rtbottom{padding:0px 0 0 0; float:none; margin:0 auto; text-align:center; width:280px;}
	.rtbottom a{margin-bottom:20px;}
	.rtbottom{padding:0px 0 0 0; float:none; margin:0 auto; text-align:center; width:244px;}
	.rtbottom a{margin-bottom:20px;}
	.rtbottom p{padding:0px 0 0px 0; width:auto; padding-right:0px; font-size:12px; line-height:32px;}
	.rtbottom p:first-child{margin-left:0px;}
    .rtbottom p:last-child{padding-bottom:0px; padding-right:0px;}
	.rtbottom a:first-child{padding-left:0px;}
	
	.wrapper{padding:0; width:100%;}
	.navbar-brand{padding:0 0 0 0;}
	
	.navbar-brand>img{width:235px; padding:20px 0 0 0;}
	.navwrapper .navbar-brand{padding:0px 0 0 0px; height:auto; top:0px;}
	.navbar-brand:after{left:10px; top:0px;}
	.rttop a{line-height:20px;}
	
	.modal-open .modal{padding-right:0px !important;}
	
	.navbar-brand>img{padding: 5px 0 0 10px;}
	.navbar-brand{padding:0px 0 0 0px; height:auto;}
	
	.navbar-default .navbar-toggle .icon-bar{background:#fff;}
	.navbar-default .navbar-toggle{border:none; background:#000;}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#6a9c37;}
    .top-header .navbar-default .navbar-nav>li>a{padding-top:10px; padding-bottom:10px;}
    .navbar-nav.sm-collapsible .caret:before{color:#fff;}
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{line-height:19px; margin-top:0px;}
    .navbar-nav .open .dropdown-menu>li{border-bottom:1px solid #fff;}
    .navbar-nav .open .dropdown-menu>li:last-child{border-bottom:none;}	
    .navbar-nav .open .dropdown-menu>li>a{background:#2a2a2a !important; color:#fff !important; line-height:25px;}
    .navbar-nav .open .dropdown-menu>li>a:hover{background:#1d1d1d !important; color:#fff !important;}
	.navbar-nav li.active a{color:#000 !important;}
    .nav>li{border-bottom:1px solid #fff;}
    .navwrapper{height: auto; width:100%; margin:0 auto;}
	.navbar-nav{margin:0 0 0 0; background:#bcbcbc; padding:0 0 0 0; display:block; text-align:left; width:100%;}
    .navbar-default .navbar-nav>li>a:first-child{padding:0 0 0 0;}
    .navbar-default .navbar-nav>li>a{line-height:47px; padding:0 15px !important; color:#000; border-top:0px !important; border-bottom:0px !important; height:auto; width:100%;}
    .navbar-default .navbar-nav>li>a:hover{color:#000 !important; background:#6a9c37 !important;}
    .navbar-nav .open .dropdown-menu{margin:0 0 0 0; padding:0 0 0 0;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none !important; box-shadow: inherit !important;}
	.nav>li{border-bottom:1px solid #fff; background:none !important; border-top:0px;}
    .nav>li:last-child{border-bottom:none;}
	
	
     .main-slider{top:0px;}


	.footerpic{background-size:auto 100%; height:515px;}
	
  	.chartin{padding:0 10px;}
  	.table{width: 100%; max-width: 100%;}

    .smartwrapper{width:280px; margin:0 auto; margin-bottom: 30px;}
    .smartone{float: none; margin:0 auto; width: 192px;}
    .smartcalculate{float: none; margin:0 auto;}
	


    .row{margin:0 0 0 0 !important;}

    .parallaxsmartsip{height:auto;}
  	
	.container{padding:0 0 0 0; margin:0 0 0 0;}

  
   .smartsip{margin:0px 0 0 0;}
   .smartsip h2{line-height:30px; padding:20px; font-size:20px;}
  

	.topinformation{position:relative; width:100%; padding:0px 0;}
			
	.panel-login{position:inherit; left:0; width:280px; margin:0 auto; top:0; margin-top:50px; margin-bottom:50px;}
  	.panel-login>.panel-heading a{width:280px; margin:0 auto; font-size:15px;} 
  	.panel-body{width:280px; margin:0 auto;} 
  	.form-group{width:250px; margin:0 auto; margin-bottom:20px;} 
  	.panelin{width:240px; margin:0 auto;}
  	.form-group span.second {width:210px; margin:0 auto;}
  	.ltmobile{width:100px;}
  	.ltpart{float:none; padding-bottom:15px;}
  	.rtportion{float:none; width:170px;}
  	.form-group input.submitbtn{display:block;}
    
  
  	.main-slider{padding-bottom:1px;}
  	.form-control{padding: 6px 5px;}
    
  	.goalswrapper{padding:60px 0 40px 0;}
  
  	.parallaxinvest{padding:30px 0;}
  
  	.chaticon a span{font-size: 18px;}
  
 
  	.goalmain{padding:0 0px 50px 0px;}
  	.goalinner h3{font-size:17px; line-height:19px;}
  	.goalinner p{padding:0 10px; font-size:9px; height:90px;}
  	
    .impgoals{padding:50px 10px 0 10px;}
	.variousin{margin-bottom:50px;}
	
	.inpartrt h2{font-size:15px !important; line-height:18px !important;}
	
	.goalwrap{margin:0 15px;}
	
	.intro-text {font-size: 30px;}
	
	.middle{top:22%;}
	.boxpart h3{font-size:16px;}
	.text{font-size:11px;}
	
	.caption__overlay__title{font-size:12px;}
    .caption__overlay__content{font-size:10px;}
	
	.testimonial .carousel-inner{width:100%;}
	.picmatter{width:250px; margin:0 auto;}
	.testimonial #quote-carousel img{width:60px !important; height:60px !important;}
	.testimonial #quote-carousel .carousel-control{margin-top:70px;}
	.testimonial .item blockquote p{font-size:12px; line-height:20px;}
	.picmat{padding:10px 0 0 0; position:relative; z-index:100; left:-20px;}
	.picmat span{font-size:13px;}
	
	.goalbottom h3{font-size:20px;}
	
	.variousin h2{font-size:15px;}
}



@media screen and (min-width:481px) and (max-width:767px)

{
	.topinformation{position:relative; width:100%; padding:0px 0;}
	.logo{padding:30px 0; display:block;}
	.logo a img{display:block; text-align:center; margin:0 auto;}
	
	
	.rttop{text-align:center; padding:20px 0; float:none; margin:0 auto;}
	.rtbottom{padding:0px 0 0 0; float:none; margin:0 auto; text-align:center; width:400px;}
	.rtbottom a{margin-bottom:20px; margin-top:0px; margin-right:0px; padding:0 10px;}
	.rtbottom a:last-child{margin-right:0px; padding-left:0px;}
	.rtbottom p a:first-child {margin-left: 0px; margin-top: 0px;}
	.rtbottom p{padding:0px 0 0px 0; float:left; padding-right:5px; font-size:12px; line-height:32px;}
	.rtbottom p:first-child{margin-left:0px;}
    .rtbottom p:last-child{padding-bottom:0px; padding-right:0px;}
	
	.wrapper{padding:0; width:100%;}
	
	.navbar-brand>img{padding: 5px 0 0 10px;}
	.navbar-brand{padding:0px 0 0 0px; height:auto;}
	
	.navbar-default .navbar-toggle .icon-bar{background:#fff;}
	.navbar-default .navbar-toggle{border:none; background:#000;}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#6a9c37;}
    .top-header .navbar-default .navbar-nav>li>a{padding-top:10px; padding-bottom:10px;}
    .navbar-nav.sm-collapsible .caret:before{color:#fff;}
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{line-height:19px; margin-top:0px;}
    .navbar-nav .open .dropdown-menu>li{border-bottom:1px solid #fff;}
    .navbar-nav .open .dropdown-menu>li:last-child{border-bottom:none;}	
    .navbar-nav .open .dropdown-menu>li>a{background:#2a2a2a !important; color:#fff !important; line-height:25px;}
    .navbar-nav .open .dropdown-menu>li>a:hover{background:#1d1d1d !important; color:#fff !important;}
	.navbar-nav li.active a{color:#000 !important;}
    .nav>li{border-bottom:1px solid #fff;}
    .navwrapper{height: auto; width:100%; margin:0 auto;}
	.navbar-nav{margin:0 0 20px 0; background:#bcbcbc; padding:0 0 0 0; display:block; text-align:left; width:100%;}
    .navbar-default .navbar-nav>li>a:first-child{padding:0 0 0 0;}
    .navbar-default .navbar-nav>li>a{line-height:47px; padding:0 15px !important; color:#000; border-top:0px !important; border-bottom:0px !important; height:auto; width:100%;}
    .navbar-default .navbar-nav>li>a:hover{color:#000 !important; background:#6a9c37 !important;}
    .navbar-nav .open .dropdown-menu{margin:0 0 0 0; padding:0 0 0 0;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none !important; box-shadow: inherit !important;}
	.nav>li{border-bottom:1px solid #fff; background:none !important; border-top:0px;}
    .nav>li:last-child{border-bottom:none;}
  

  	.chartin{padding:0 10px;}
  	.table{width: 100%; max-width: 100%;}
	
  	.smartwrapper{width:400px; margin:0 auto; margin-bottom: 30px;}
  	.smartone{width: 192px;}
  	.smartcalculate{}
  	.rtspace{margin-right: 0px;}

  	.row{margin:0 0 0 0 !important;}

	.parallaxsmartsip{height:auto;}
	
  	.smartsip h2{line-height:40px; padding:20px 0; font-size:40px;}
  
	.topinformation{position:relative;}

	.panel-login{position:inherit; left:0; width:380px; margin:0 auto; top:0; margin-top:50px; margin-bottom:50px;}
  	.panel-login>.panel-heading a{width:380px; margin:0 auto;} 
  	.panel-body{width:380px; margin:0 auto;} 
  	.form-group{width:350px; margin:0 auto; margin-bottom:20px;} 
  	.panelin{width:350px; margin:0 auto;}
  	.form-group span.second {width:300px; margin:0 auto;}
  	.ltmobile{width:130px;}
  	.form-group input.submitbtn{display:block;}
  	
  
  	.main-slider{padding-bottom:1px;}
  
  	.goalmain{padding:0 0px 50px 0px;}
  	.rtline{border-right:1px solid #d9d9d9;}
  	.goalinner h3{font-size:19px; line-height:19px;}
  	.goalinner p{padding:0 10px; font-size:9px;}
  
	
	.inpartrt h2{font-size:29px !important; line-height:38px !important;}
	
	
	.testimonial .carousel-inner{width:100%;}
	.picmatter{width:250px; margin:0 auto;}
	.testimonial #quote-carousel img{width:60px !important; height:60px !important;}
	.testimonial #quote-carousel .carousel-control{margin-top:70px;}
	.testimonial .item blockquote p{font-size:12px; line-height:20px;}
	.picmat{padding:10px 0 0 0; position:relative; z-index:100; left:-20px;}
	.picmat span{font-size:13px;}
	
	.variousin p{height:150px;}
}


@media screen and (min-width:768px) and (max-width:991px)



{
	.logo{padding:0 0 0 0;}
	.wrapper{width:750px; margin:0 auto;}
	.navbar-brand{padding: 0px 0px 0px 0px;}
	.navwrapper{width:auto; margin:0 auto;}
	.nav>li>a {padding: 10px 6px;}
	.navbar-brand>img{width:160px;}
	.navbar-default .navbar-nav>li>a{font-size: 12px; padding:0 3px; /*line-height:30px;*/}
	.navbar-nav{padding:0px 0 0 0; margin:0 auto; float:none;}
	.navbar{position:relative; z-index:2000; min-height:18px;}
	.rttop{z-index:2100; padding:30px 0;}
	
	.rtbottom{width:auto; padding-right:0px;}
	.rtbottom a{margin-right:2px; padding:0 7px; font-size:13px;}
	
	.topinformation{width:730px; margin:0 auto; padding:20px 0;}
	
  	.smartwrapper{width:729px; margin:0 auto; margin-bottom: 30px;}
  	.smartone{width: 18%;}
  	.smartone h3{font-size: 12px; padding: 0 7px;}
  	.smartcalculate{width: 19.4%;}
  	.smartone p{width: 100%; font-size:19px;}
  	.rtspace{margin-right: 1%;}
  	.smartsip h2{font-size:31px;}

  	.row{margin:0 0 0 0 !important;}
  	.container{padding:0 0 0 0 !important;}
  		
	.goalinner h3{font-size:22px; line-height:22px;}
	
  
	  .goalmain{padding:0 0px 50px 0px;}
	  .goalinner h3{font-size:19px; line-height:19px;}
	  .goalinner p{padding:0 10px; font-size:8px;}
	

	.finpart h3{font-size:14px;}

	.caption__overlay__title{font-size:14px;}
    .caption__overlay__content{font-size:12px;}
	
	.testimonial .carousel-inner{margin:0 50px; width:620px;}
	
	.variousin h2{font-size:17px;}
}




@media screen and (min-width:992px) and (max-width:1024px)

{	
	.logo{padding:40px 0 0px 0;}
  	.wrapper{width:970px; margin:0 auto;}
	.navbar-nav{margin-right:12px; padding:12px 0 0 0;}
	.topinformation{padding-bottom:20px; width:98%; margin:0 auto;}

   .navbar-brand>img{width:180px;}
   .navbar-default .navbar-brand{padding-left:15px;}
   .navbar-default .navbar-nav>li>a{font-size: 9px; padding: 0px 4px;}

	.rttop{width:362px;}
	.rttop a{font-size:12px;}

	.rtbottom{width:378px;}
	.rtbottom a{margin-right:2px; padding:0 7px; font-size:13px;}
	.rtbottom p{padding-right:5px; font-size:12px;}
	.rtbottom p a{font-size:13px;}

	.container{padding:0 0 0 0;}

	.partnerswrap{padding:70px 0 30px 0;}
	
	.testimonial .carousel-inner{margin:0 50px;}
	
	.variousin p{font-size:13px;}
	
}


@media screen and (min-width:1025px) and (max-width:1199px)

{

	.wrapper{width:970px; margin:0 auto;}
	
	.navbar-brand>img{width:250px;}
	.navbar-brand{height:auto !important;}
	.topinformation{width:970px; margin:0 auto; padding:20px 0;}
	
	.navbar-nav{padding:13px 0 0 0;}
	
	.rtbottom{width:378px;}
	.rtbottom a{margin-right:2px; padding:0 7px; font-size:14px;}
	.rtbottom p{padding-right:5px; font-size:12px;}
	.rtbottom p a{font-size:13px;}
	
	.rttop a{font-size:11px;}
	
	.container{padding:0 0 0 0;}
	 .navbar-default .navbar-nav>li>a{font-size: 9px; padding: 0px 6px; line-height:auto;}
	 
	.parallaxfinancial{width:100%;}
	
	.variousin p{font-size:13px;}
	
	
}

@media screen and (min-width:992px) and (max-width:1200px)

{

	
	.nav>li>a {padding: 10px 6px;}
	
  .smartwrapper{width:930px; margin:0 auto; margin-bottom: 30px;}
  .smartone{width: 19%;}
  .smartone h3{font-size: 12px; padding: 0 9px;}
  .smartcalculate{width: 19.4%;}
  .smartone p{width: 100%;}
  .rtspace{margin-right: 1%;}

  .row{margin:0 0 0 0 !important;}
	
} 


@media screen and (min-width:1200px) and (max-width:1399px)

{
	.wrapper{width:1170px; margin:0 auto;}
	.topinformation{width:1170px; margin:0 auto; padding:0px 0;}
	.navbar-default .navbar-nav>li>a{font-size:11px; padding:0 6px;}
	.rtbottom a:last-child{margin-right:0px;}
	.rtbottom p a.noborder{padding-left:0px;}
	
	.container{padding:0 0 0 0;}

	.rttop{width:450px; text-align:right;}
	.rttop a{text-align:right; font-size:13px;}

	.rtbottom{width:auto;}
	.rtbottom a{margin-right:2px; padding:0 12px; font-size:13px;}
	.rtbottom p{font-size:13px; line-height:60px;}
	

}
