@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@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: '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;
}



@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Black.otf')  format('opentype'),
	     url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf')  format('truetype'), url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MicrosoftNewTaiLue';
  src: url('../fonts/MicrosoftNewTaiLue.eot?#iefix') format('embedded-opentype'),  url('../fonts/MicrosoftNewTaiLue.woff') format('woff'), url('../fonts/MicrosoftNewTaiLue.ttf')  format('truetype'), url('../fonts/MicrosoftNewTaiLue.svg#MicrosoftNewTaiLue') 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;
}

/* 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: 0;

	

}

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 ========================

*/


.section {
    color: #fff;
    background-color: #698534;
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
	width:100%; 
	float:left;
}

.call-to-action-2 h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--default-color);
}
.call-to-action-2 p {
    color: var(--default-color);
}
.call-to-action-2 .cta-btn {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid
 color-mix(in srgb, var(--contrast-color), transparent 30%);
    color: var(--contrast-color);
}

.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;}
.rtpart{float: left; position: relative; z-index: 1000;}
.rttop{padding:20px 10px 10px 0;  text-align: left; float:right;}
.rttop a{display:inline-block; color: #000; font-size: 14px; line-height: 18px; font-family: 'Lato', sans-serif; font-weight:700; -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:#83bc13; background:none;}

.rtbottom{float:right; padding:0px 0px 0px 0; margin-right:0px; position:relative; width:499px;}
.rtbottom p{display: inline-block; font-size: 15px; font-family: 'Lato', sans-serif; padding:0 15px 0 0; line-height:50px; color:#dac390;}
.rtbottom p:last-child{padding:0 0 0 0;}
.rtbottom p i.fa-phone{color:#252525; font-size: 13px; padding-right:0px; border-radius:100%; width:20px; line-height:18px; height:20px; border:2px solid #252525; 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: #dac390; 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.rtspacepart{margin-right:15px;}
.rtbottom a{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 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-family: 'Lato', sans-serif; font-weight:normal; padding:0 20px; border:none; background:#dac390; font-family: 'Lato', sans-serif; font-size:15px;}
.rtbottom a:hover{color: #fff; background:#83bc13;}
.rtbottom:last-child a{margin-right:0px;}

.navwrapper{background:#f1ece6;}

.headertop{background:#fff;}	
.topinformation{width:90%; margin: 0 auto; padding:0px 0 0px 0;}
.dropdown-menu>li>a{font-size:12px;}

.navwrapper{width:100%; margin: 0 auto; height: auto; background:#f1ece6;}
.navbar{margin-bottom:0;}
.navbar-nav{float:none; display:block; text-align: center; padding: 0px 0px; margin:0 auto; width:852px;}  
.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 {background: none !important; color:#ff6a25 !important;}
.navbar-nav li a:hover {background: none !important; color:#83bc13 !important;}
.navbar-default .navbar-nav>li{background:url(../images/navline.png) right center no-repeat;}
.navbar-default .navbar-nav>li:last-child{background:none;}
.navbar-default .navbar-nav>li:first-child a{padding-left:0px;}
.navbar-default .navbar-nav>li:last-child a{padding-right:0px;}
.navbar-default .navbar-nav>li>a{font-family: 'RobotoSlab-Regular'; text-transform:none; color:#000; font-size:14px; padding: 0px 10px; line-height: 75px; -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:700;}

.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:#ff6a25;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;}
.logo a{display:block; text-align:center; margin:0 auto;}

.headerbottom{margin:0 auto; padding:0px 0 0px 0; height:auto; position:relative; background:#f1ece6;} 




/*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:center;
}

.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; background:none;}
.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; background:none;}


/*

=========================tab form css ========================

*/
.main-slider{position:relative;}
.panel{border:none; border-radius:0px !important;}
.panel-login {
	border-color: #ccc;
	position:absolute; right:230px; z-index:1000; top:75px; background:none; width:370px;
}
.panel-heading{}

.panel-login>.panel-heading {
	color: #00415d;
	background-color:none !important;
	
	text-align:center; height:35px; padding:0 0 0 0;    
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;  font-family: 'MyriadPro-Regular'; text-transform:none; display:block; height:45px; line-height:45px; -webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px; background:#83bc13; /*width:160px;*/ border-left:1px solid #898989; border-top:1px solid #898989; border-right:1px solid #898989;
width:370px; cursor:none;
}
/*.panel-login>.panel-heading a:first-child{margin-right:81px;}*/


.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 38px;
	border: 1px solid #ddd;
	font-size: 14px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear; float:right; border-radius:0; font-family: 'Lato', sans-serif; -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}
.panel-login input[type=text]:focus, .panel-login textarea:focus, .panel-login input[type=password]:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}




.form-group input.btspace{margin-bottom:20px;}
.ltpart{float:left; padding:0px 0 15px 0; display:inline;}
.rtportion{float:right;}
.check{width:24px; height:24px; display:inline; float:left;}
.form-group label{color:#666; font-family: 'Lato', sans-serif; font-size:11px; line-height:18px; font-weight:500; padding:5px 0 0 20px;}
.form-group input.submitbtn{float:none; display:block; background:#fff; width:105px; 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; border:1px solid #898989; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; color:#006666; text-transform:uppercase; font-size:10px; font-family: 'Lato', sans-serif; margin:0 auto; padding:0 10px; line-height:30px; font-weight:600;}
.form-group input.submitbtn:hover{background:#000; color:#fff;}
.form-group{width:100%; margin:0 auto; margin-bottom:20px;}
.form-group span.first{width:30px; float:left; height:30px; padding:3px 0 0 0;}
.form-group span.second{width:280px; float:right;}
.form-group span img{line-height:45px;}
.form-group span i{line-height:38px; color:#fff; font-size:30px;}
.form-group span{display:inline-block;}
.otppart{border: 1px solid #ddd; padding:0 10px 0 0;}
.ltmobile{float:none; width:100%;}
.ltmobile input[type="text"],.ltmobile input[type="email"],.panel-login input[type="password"] {
	height: 38px;
	border:0; outline:none;
	font-size: 14px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear; float:right; border-radius:0; font-family: 'Lato', sans-serif; -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none; padding:0 12px;
}
.ltmobile input[type=text]:focus, .ltmobile textarea:focus, .ltmobile input[type=password]:focus{
  box-shadow: none;
  border: none;
}

.rtmobile{float:right;}
.rtmobile a{font-family: 'Lato', sans-serif; text-transform:uppercase; color:#001d66; line-height:38px; font-size:12px;}

.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #6aa816;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	text-transform: uppercase;
	border-color: #6aa816; display:block; margin:0 auto; width:200px;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.panel-body{background:#fff; padding:30px 0px 0px 0px; -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; width:370px; border-left:1px solid #898989; border-top:1px solid #898989; border-right:1px solid #898989; border-bottom:1px solid #898989;}
.panelin{width:320px; margin:0 auto;} 
.panelin h3{font-family: 'Lato', sans-serif; color:#fff; font-size:14px; line-height:18px; text-transform:uppercase; padding:0 0 25px 0px; font-weight:600;}
.panelin p{color:#666; font-family: 'Lato', sans-serif; font-size:13px; line-height:18px; padding:0 0 15px 0px; font-weight:600;}
.panel-body a.log{display:block; text-align:center; margin:0 auto; font-size:13px; color:#333; line-height:18px; width:auto;}
.panel-body a.log p{color:#e6282c; text-transform:uppercase; display:inline-block; padding-bottom:15px;}


/*
=========================myCarousel main========================
*/
.slider{position:relative;}
.slider .carousel-inner{height:598px;}
.slider .carousel-caption{top:0px; text-align:left; padding:100px 0 0 0; left:30px;}
.slider .carousel-caption h3{font-family: 'Roboto', sans-serif; color:#fff; font-size:60px; line-height:60px; font-weight:300; padding-bottom:15px; -webkit-animation: neon6 1.5s ease-in-out infinite alternate; -moz-animation: neon6 1.5s ease-in-out infinite alternate; animation: neon6 1.5s ease-in-out infinite alternate;}
.slider .carousel-caption p{font-family: 'Roboto', sans-serif; font-size:48px; line-height:48px; color:#fd4b41; -webkit-animation: neon6 1.5s ease-in-out infinite alternate; -moz-animation: neon6 1.5s ease-in-out infinite alternate; animation: neon6 1.5s ease-in-out infinite alternate; font-weight:700;}




@-webkit-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #32272b,
               0 0 20px #32272b,
               0 0 30px #32272b,
               0 0 40px #32272b,
               0 0 70px #32272b,
               0 0 80px #32272b,
               0 0 100px #32272b,
               0 0 150px #32272b;
  }
  to {
    text-shadow: 0 0 5px #32272b,
               0 0 10px #32272b,
               0 0 15px #32272b,
               0 0 20px #32272b,
               0 0 35px #32272b,
               0 0 40px #32272b,
               0 0 50px #32272b,
               0 0 75px #32272b;
  }
}


@-moz-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #32272b,
               0 0 20px #32272b,
               0 0 30px #32272b,
               0 0 40px #32272b,
               0 0 70px #32272b,
               0 0 80px #32272b,
               0 0 100px #32272b,
               0 0 150px #32272b;
  }
  to {
    text-shadow: 0 0 5px #32272b,
               0 0 10px #32272b,
               0 0 15px #32272b,
               0 0 20px #32272b,
               0 0 35px #32272b,
               0 0 40px #32272b,
               0 0 50px #32272b,
               0 0 75px #32272b;
  }
}

@keyframes neon6 {
  from {
    text-shadow: 0 0 10px #32272b,
               0 0 20px #32272b,
               0 0 30px #32272b,
               0 0 40px #32272b,
               0 0 70px #32272b,
               0 0 80px #32272b,
               0 0 100px #32272b,
               0 0 150px #32272b;
  }
  to {
    text-shadow: 0 0 5px #32272b,
               0 0 10px #32272b,
               0 0 15px #32272b,
               0 0 20px #32272b,
               0 0 35px #32272b,
               0 0 40px #32272b,
               0 0 50px #32272b,
               0 0 75px #32272b;
  }
}



/*
=========================smartsip main========================
*/
.smartsip{background:#83bc13; text-align:center; float: left;
    width: 100%;}
.smartsip h2{font-family: 'Lato', sans-serif; font-size:30px; line-height:30px; color:#fff; text-transform:none; font-weight:300; padding:30px 0 50px 0;}

.parallaxsmartsip { 
    /* The image used */
  background:#efefef url("../images/bg_smart.png");
	/*background:#03a9e2;*/
    /* 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; 
	float: left;
    width: 100%;
	
}

.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:#ff5700; 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;}



/*
=========================fullscreen video css main========================
*/

.videowrapper{height:290px; text-align:center; position:relative; float: left;
    width: 100%;}
#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: 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%);
}
.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: "Lato Black";
  widht: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 60px;
  text-transform: none;
  color: black; width:100%; text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}


/*
=========================knowinfowrapper main========================
*/
.knowinfowrapper{margin:0 0px; /*background-image: url("../images/bg_video-slide.png");*/ background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:70px 0; background:#f9f9f9; float: left;
    width: 100%;}
.knowinnerpart{text-align:center;}
.knowinnerpart h2{font-family: 'Lato', sans-serif; font-size:36px; line-height:36px; color:#967ca1; text-transform:none; padding:0px 0 30px 0; font-weight:300;}
.knowinnerpart p{color:#666666; font-family: 'Lato', sans-serif; font-size:24px; line-height:24px; padding-bottom:70px; font-weight:300; text-align: center;}
.knowinnerpart .thumbnail{border:0; outline:none;}
.knowinnerpart .thumbnail a>img, .thumbnail>img{}
.knowinnerpart .thumbnail>img{border:none; position:relative;}
.knowinnerpart .thumbnail h3{margin:0 auto; font-family: 'Lato', sans-serif; color:#000; font-size:16px; text-transform:uppercase; line-height:24px; padding:0px 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; position:absolute; left:0; right:0; margin:0 auto; bottom:20px; background:#fff; line-height:40px;}
.knowinnerpart .thumbnail:hover h3{color:#000; margin-top:-20px;}
.knowinnerpart .thumbnail:hover img{}
/*
======================================================= 
invest css
=======================================================
*/
.parallaxinvest { 
    /* The image used */
   /* background-image: url("../images/bg_statistics.png");*/
   background:#fff;
    /* 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 0 0;
	float: left;
    width: 100%;
}

.invest{text-align:center; text-align: center;}
.investinner{background:#fff; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; padding:0px 0px 0px 0; margin:0 auto;}
.invest h2{font-family: 'Lato', sans-serif; font-size:36px; line-height:36px; color:#967ca1; text-transform:none; padding:0px 0 70px 0; font-weight:300;}
.invest img{width:100%; height: auto; margin-bottom:0px;}
.invest a{display:block; background:#ff6600; color:#fff; line-height:45px; -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; 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;}
.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:0px 0 0px 0; overflow: hidden; text-align: center;
	float: left;
    width: 100%;
}

.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:#ff5700; 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;}




/*
======================================================= 
financial css
=======================================================
*/


.parallaxfinancial { 
    /* The image used */
    /*background-image: url("../images/bg_finance.png");*/

    /* Set a specific height */
    height: auto; 
	width:100%; margin:0 auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:70px 0;
	float: left;
    width: 100%;
}


.financecontent{padding:0 0px; text-align:center; margin:0 auto;}
.financecontent h2{ font-family: 'GillSansStd-Light'; font-size:36px; line-height:36px; color:#000; text-transform:uppercase; padding:0px 0 0px 0; margin-bottom:40px;}

.finin{-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;}
.fininfo{ -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 0.9s ease-in-out;
		-o-transition:all 0.9s ease-in-out;
		-ms-transition:all 0.9s ease-in-out;
		transition:all 0.9s ease-in-out; width: auto; margin:0 auto; -webkit-box-shadow: 0px 0px 20px 0px rgba(138,138,138,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(138,138,138,1);
box-shadow: 0px 0px 20px 0px rgba(138,138,138,1); padding:40px 0; background-size: 200% 200%;
background-image: 
linear-gradient(to top, #cfcfcf 50%, transparent 50%);
-webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
transition: background-position 300ms, color 300ms ease, border-color 300ms ease;}
.fininfo:hover{color: white;
border-color: #A72424;
background-image: 
linear-gradient(to top, #cfcfcf 51%, transparent 50%);
background-position: 0 100%;
-webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
transition: background-position 300ms, color 300ms ease, border-color 300ms ease;}
.fininfo img{display:block; text-align:center; margin:0 auto; padding-bottom:20px; background:none;  width:auto; height: auto; line-height: 153px; filter: none;
  -webkit-filter: grayscale(0%);}
  
  .finmatter {
  display:inline-block;
  padding:0px; position:relative;
}
.finmatter span{position:absolute; z-index:1000; background:#e6282c; width:58px; height:58px; line-height:58px; border-radius:50%; color:#fff; text-align:center; left:-10px; top:0;}

.findata{text-align:center; padding:0px 43px;}
.top-leftToRight:before{border-top: 4px solid #e6282c !important;}
.fininfo:hover .findata a{background:#333; color:#fff;}


.findata h3{font-family: 'Lato', sans-serif; font-size:25px; color:#333; line-height:25px; padding:0 0 20px 0px; font-weight:300;}
.findata p{font-family: 'Lato', sans-serif; font-size:17px; color:#333; line-height:20px; text-align:center; padding:0 0 15px 0px; font-weight:300;}
.findata p span{display:block;}
.findata a{border:1px solid #dac390; color:#333; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; font-size:11px; text-transform:uppercase; line-height:30px; padding:0 10px; display:block; width:145px; margin:0 auto; -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; font-family: 'Lato', sans-serif; font-weight:400;}

.fininfo h2{font-family: 'AvantGardeITCbyBT-Medium'; color:#485cc7; margin-bottom:0px; text-transform: none; font-size: 24px; line-height:24px; padding: 30px 0; -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;}
  
  .fininfo:hover img{filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);}

.fininfo:hover h2{color:#f6da08; text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);} 

.finin:hover .fininfo{
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

/*Fade out the particular DIV when user hover on that DIV*/
.finin .fininfo:hover{
  /*box-shadow: 3px 3px 15px #666;*/
  border-color:#C76C0C;
  /*background: #C76C0C;*/
  color: #fff;
  cursor: pointer;
  
  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}  



/*
=========================funddata main========================
*/
.investinfo{/* The image used */
   /*background-image: url("/Content/images/homepage/home_img/bg_invest-solution.png");*/
   background-color:#9d85a8;
    /* 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:80px 0; text-align:center;float: left;
    width: 100%;}

.ltinvest{text-align:center; padding:40px 0 0 0; width:auto;}
.ltinvest h2{font-family: 'Lato', sans-serif; color:#fff; font-size:34px; line-height:45px; padding-bottom:65px; font-weight:300;}
.ltinvest h2 span{text-transform:uppercase; display:inline-block;}
.ltinvest p{color:#fff; font-size:24px; line-height:35px; text-align:justify; padding-bottom:50px; font-family: 'Lato', sans-serif; font-weight:300; width:480px; margin:0 auto;}
.ltinvest p span{display:block;}
.ltinvest a{font-family: 'Lato', sans-serif; font-size:24px; line-height:58px; border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  border: 1px solid;
  outline-color: rgba(218, 195, 144, 0); border-radius:inherit;
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(0, 0, 0, 0.5);
  outline-offset: 0px; color:#dfcda4; width:247px; display:block; margin-left:61px;}

.ltinvest a:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
  outline-offset: 15px;
  outline-color: rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 2px #ad8a3d;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .ltinvest p{font-size:24px !important; }
	.knowinnerpart p {
    
    font-size: 15px !important;
    
}
	
	
	
}

/*solutions*/
.solutions{border:1px solid #dac390; padding:69px 42px;}
.btspace{margin-bottom:50px;}
.solvinn{}
.solvdata:hover{-webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);}
.solvpic{}
.solvpic img{display:block; text-align:center; margin:0 auto;}
.solvdata{text-align:left; padding:0 0 0 20px; -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;}
.solvdata h2{font-family: 'Lato', sans-serif; font-weight:700; color:#fff; font-size:18px; line-height:25px; padding-bottom:16px;}
.solvdata h2 span{display:block;}
.solvdata p{font-family: 'Lato', sans-serif; color:#fff; line-height:18px; font-size:12px;}	





/*
=========================rangepartinfo main========================
*/
.rangepartinfo{padding:50px 0 60px 0; text-align:center;}
.rangepartinfo h2{font-family: 'Lato', sans-serif; color:#967ca1; font-size:36px; line-height:48px; padding-bottom:65px;}
.rangepartinfo h2 span{text-transform:uppercase; display:block;}
.rangepartinfo a{font-family: 'Lato', sans-serif; font-size:24px; line-height:58px; border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  border: 1px solid;
  outline-color: rgba(218, 195, 144, 0); border-radius:inherit;
  outline-offset: 0px;
  text-shadow: none;
  /*-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);*/
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(0, 0, 0, 0.5);
  outline-offset: 0px; color:#dfcda4; width:247px;}

.rangepartinfo a:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
  outline-offset: 15px;
  outline-color: rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 2px #ad8a3d;
}



.proinfotxt {
  position: relative;
  width: 100%; margin-bottom:55px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
   border:1px solid #dac390;
   -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;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(253, 97, 32, .7);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  
}

.proinfotxt:hover .overlay {
  width: 100%;
}
.proinfotxt:hover .image{border:1px solid #000;}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 17px;
  position: absolute;
  text-transform:uppercase;
  overflow: hidden;
  font-family: 'MyriadPro-Regular';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*
=========================footer main========================
*/
.footerpic{background:#6f6a80; position:relative; padding:95px 0;}
.footerpic img{display:block; text-align:center; margin:0 auto;}


.white{background:#fff; float: left;
    width: 100%;}


@media screen and (min-width:320px) and (max-width:480px)

{
	
	.toppart{padding:20px 0 30px 0;}
	.rttop{text-align:center; padding:0px 0 20px 0;}
	.social-btns{float:none !important; width:160px; margin:0 auto;}
	
	.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;}
    .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;}
    .navbar-default .navbar-nav>li>a:hover{color:#fff !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;}
	
	
     .headerbottom{position: relative; z-index: 5000;  width: 100%; margin-top:0px; bottom:0; /*padding:20px 0; */height:auto;}
     .main-slider{top:0px; background:#fff; padding-bottom:13px;}



	.footerpic{background-size:auto 100%; height:510px;}
	
  	.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:20px; padding:20px; font-size:20px;}
  


	.topinformation{position:relative; width:100%; padding:30px 0;}
	.rangeinfo h3{font-size:18px; line-height:22px;}

  	.knowinfowrapper{margin:0 0 0 0;}
  	.knowinfowrapper  .carousel-inner{width:280px !important; margin:0 auto; padding:0 0 0 0 !important; height:auto !important;}
  	.knowinfowrapper .pager li>a.left{left:15px !important; top:50px !important;}
  	.knowinfowrapper .pager li>a.right{right:8px !important; top:50px !important;}
	
	
	.fininfo{width:100%; margin:0 0 30px 0;}
	.findata{padding:0px 20px; text-align:center;}
	.finin{text-align:center;}
	.findata p{text-align:center;}
	.findata a{float:none; margin:0 auto; display:block;}
	.finmatter{display:block;}
	.finmatter span{left:0; right:0; margin:0 auto;}
	
	.financeinfo img{width:80%;}
	.financeinfo h3{font-size:25px; line-height:28px;}
	
	.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;} 
  .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;}
	
	.text{font-size:13px;}	
	.intro-text {font-size: 40px;  line-height: 40px;}	
	
	.ltinvest p{width:100%; margin:0 auto; text-align:center;}
	.ltinvest a{margin-left:0px; margin:0 auto;}
	.ltinvest{margin-bottom:50px;}
	.solutions{padding:69px 20px;}
	.solvpic{padding:0 0 25px 0;}
	.solvdata{padding:0px; text-align:center;} 
	.solvdata h2{font-size:16px;}
	.solvdata p {
   
    text-align: center;
}
.call-to-action-2 h3 {
    font-size: 24px;
    font-weight: 700;
   
}


 } 



@media screen and (min-width:481px) and (max-width:767px)

{
	.toppart{padding:20px 0 30px 0;}
	.topinformation{width:100%;}
	.logo{padding:30px 0;}
	.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; font-size:11px; margin-right:5px; padding:0 11px;}
	.rtbottom a:last-child{margin-right:0px;}
	.rtbottom p a:first-child {margin-left: 0px; margin-top: 0px;}
	.rtbottom p{padding:0px 0 20px 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{width:235px; padding:20px 0 0 0;}
	.navbar-default .navbar-brand{padding:0 0 0 15px;}
	.rttop a{line-height:20px; font-size:13px;}
	
    .navbar-brand{padding:0 0 0 0;}
	.navbar-brand>img{padding: 0px 0 0 0px;}
	.navbar-brand{padding:0px 0 0 0px; height:auto;}
	.rtbottom p{padding:0px 0 20px 0; float:left; /*width:140px;*/ 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;}
	
	.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:#bd403a;}
    .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;}
    .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;}
    .navbar-default .navbar-nav>li>a:hover{color:#fff !important; background:#f26c59 !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;}
  
    .headerbottom{position: relative; z-index: 5000;  width: 100%; padding:20px 0; margin-top:0px; bottom:0px; height:auto;}

  	.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;}

	.financeinfo p{font-size:15px;}

	.knowinfowrapper{margin:0 0 0 0; padding:90px 0 0 0;}
  	.knowinfowrapper  .carousel-inner{height:auto !important; width:400px !important; margin:0 auto; padding:0 0 0 0 !important;}
  	.knowinfowrapper .pager li>a.left{left:0 !important;}
  	.knowinfowrapper .pager li>a.right{right:0 !important;}
  
  

	.fininfo{width:100%; margin:0 0 30px 0;}
	.findata{padding:0px 40px; text-align:center;}
	.finin{text-align:center;}
	.findata p{text-align:center;}
	.findata a{float:none; margin:0 auto;}
	.finmatter{display:block;}
	.finmatter span{left:0; right:0; margin:0 auto;}
	
	.main-slider{background:#fff; padding-bottom:13px;}
	.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;}
  
  .ltinvest p{width:100%; margin:0 auto; text-align:center; font-size:22px;}
	.ltinvest a{margin-left:0px; margin:0 auto;}
	.ltinvest{margin-bottom:50px;}
	.solutions{padding:69px 20px;}
	.solvpic{padding:0 0 25px 0;}
	.solvdata{padding:20px; text-align:center;} 


}


@media screen and (min-width:768px) and (max-width:991px)



{

	.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: 13px; padding:0 6.5px; /*line-height:30px;*/}
	.navbar-nav{padding:0px 0 0 0; width:730px; margin:0 auto;} 
	
	.rttop{padding-right:0px; padding-left:0px; margin-right:0px;  padding-top:15px;}
	.rttop a{font-size:11px;}
	
	.rtbottom{width:381px;}
	.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;}
	
	.topinformation{width:750px; margin:0 auto; padding:0px 0 0 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;}
  

	.slider{height:auto;}
	.slider .carousel{height:auto;}
	.slider .carousel-inner{height:auto;}
	#myCarousel .nav{bottom:inherit; width:100%;}
	.slider .carousel-caption{padding:60px 0 0 0;}
	.slider .carousel-caption h3{font-size:48px; line-height:48px;}
	.slider .carousel-caption p{font-size:25px; line-height:25px;}
	

	.fininfo h2{font-size:17px; line-height:18px;}

	.rangeinfo h3{font-size:16px;}

	.knowinfowrapper{margin:0 0px; padding:90px 0 0px 0;}
	.knowinfowrapper  .carousel-inner{height:200px !important;}
	.knowinfowrapper .pager li>a.left{left:20px !important; top:60px !important;}
	.knowinfowrapper .pager li>a.left img{width:30px; height:30px;}
	.knowinfowrapper .pager li>a.right{right:20px !important; top:60px !important;}
	.knowinfowrapper .pager li>a.right img{width:30px; height:30px;}
	.knowinnerpart .thumbnail h3{font-size:16px;}
	
		
	.fininfo{margin:0 0 30px 0; height:350px;}
	.findata h3{font-size:23px;}
	
	.financeinfo img{width:80%;}
	.financeinfo h3{font-size:25px; line-height:28px;}
	
	.ltinvest{padding-bottom:50px;}
	.ltinvest a{margin-left:0px; margin:0 auto;}
	
	
	

}




@media screen and (min-width:992px) and (max-width:1024px)

{
	.logo a{width:366px; margin:0 auto;}
  	.wrapper{width:970px; margin:0 auto;}
	.navbar-nav{padding-right:0px; width:828px; margin:0 auto;}
	.topinformation{width:100%;}
   .navbar-brand>img{width:180px;}
   .navbar-default .navbar-brand{padding-left:15px;}

	.slider .carousel{height:auto;}
	.slider .carousel-inner{height:auto;}
	.slider .carousel-caption{padding:60px 0 0 0;}
	

	.rtbottom{width:387px;}
	.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;}


	.rangeinfo h3{font-size:18px;}

	.knowinfowrapper{margin:0 0px; padding:90px 0 0px 0;}
	.knowinfowrapper .pager li>a.left{left:20px !important; top:110px !important;}
	.knowinfowrapper .pager li>a.left img{width:30px; height:30px;}
	.knowinfowrapper .pager li>a.right{right:20px !important; top:110px !important;}
	.knowinfowrapper .pager li>a.right img{width:30px; height:30px;}
	.knowinfowrapper  .carousel-inner{height:auto !important; padding:0 40px !important;}
	
	
	.fininfo{width:100%;}
	.findata{padding:0px 10px; text-align:center; display:block;}
	.finin{text-align:center;}
	.findata p{text-align:center; font-size:12px; height:100px;}
	.findata a{float:none; margin:0 auto;}
	.finmatter{display:block;}
	.finmatter span{left:0; right:0; margin:0 auto; width:30px; height:30px; line-height:30px;}
	.findata h3{padding:0 0 20px 0px; font-size:20px;}
	
	.knowpart h4{font-size:19px;}
	
	

}


@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;}
	

	.rtbottom{width:387px;}
	.rtbottom a{margin-right:2px; padding:0 7px; font-size:13px;}
	.rtbottom p{padding-right:5px; font-size:12px; line-height:60px;}
	.rtbottom p a{font-size:13px; line-height:60px;}
	
	
	 
	.rangeinfo h3{font-size:18px;}
	
	.knowinfowrapper{margin:0 0px; padding:90px 0 0px 0;}
	.knowinfowrapper .pager li>a.left{left:-20px !important; top:80px !important;}
	.knowinfowrapper .pager li>a.left img{width:30px; height:30px;}
	.knowinfowrapper .pager li>a.right{right:-20px !important; top:80px !important;}
	.knowinfowrapper .pager li>a.right img{width:30px; height:30px;}
	
	
	.parallaxfinancial{width:100%;}
	.fininfo{width:100%;}
	.findata{padding:0px 20px; text-align:center; display:block;}
	.finin{text-align:center;}
	.findata p{text-align:center; font-size:12px; height:100px;}
	.findata a{float:none; margin:0 auto;}
	.finmatter{display:block;}
	.finmatter span{left:0; right:0; margin:0 auto; width:30px; height:30px; line-height:30px;}
	.findata h3{padding:0 0 20px 0px; font-size:20px;}
	
	.knowpart h4{font-size:19px;}
	
	.ltinvest{}
	.ltinvest p{width:auto; margin:0 auto;}
	.ltinvest h2{font-size:31px;}
	.solutions{padding:69px 20px;}
	
	

}

@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:20px 0;}

	.rtbottom a:last-child{margin-right:0px;}
	
	.knowinfowrapper{margin:0 0px; padding:90px 0 0px 0;}
	.knowinfowrapper .pager li>a.left{left:20px !important; top:100px !important;}
	.knowinfowrapper .pager li>a.left img{width:30px; height:30px;}
	.knowinfowrapper .pager li>a.right{right:20px !important; top:100px !important;}
	.knowinfowrapper .pager li>a.right img{width:30px; height:30px;}

	.rttop{width:450px; text-align:right;}
	.rttop a{text-align:right;}

	.rtbottom{width:auto;}
	.rtbottom a{margin-right:2px; padding:0 12px; font-size:15px;}
	.rtbottom p{font-size:15px; line-height:60px;}
	.rtbottom p a{line-height:60px;}
	
	.fininfo{width:100%;}
	.findata{padding:0px 20px; text-align:center; display:block;}
	.finin{text-align:center;}
	.findata p{text-align:center; font-size:12px; height:100px;}
	.findata a{float:none; margin:0 auto;}
	.finmatter{display:block;}
	.finmatter span{left:0; right:0; margin:0 auto; width:30px; height:30px; line-height:30px;}

}