@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: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-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: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Bold.eot');
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Bold.woff') format('woff'),
    url('../fonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: bold;
  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;}


/*login form css*/
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  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:#f47118;}

.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: #f47118;
  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;
} 

.login-help{
  font-size: 12px;
}



/*

=========================Top Header ========================

*/

.top-header{width:auto; background:#8f0000; margin:0 auto; padding:0 130px;}

.logo{padding:70px 0 0 0; width:461px; height:29px;}
.logo a{display: block;}

.modal-backdrop{z-index:1;}

.rtpart{float: right; position: relative; z-index: 1000;}
.rttop{padding:20px 0; text-align: right;}
.rttop a{display:inline-block; color: #fff; font-size: 18px; line-height: 18px; font-family: 'MyriadPro-Regular'; -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:0 12px; background:url(../images/topline.png) right center no-repeat;}
.rttop a:last-child{background:none;}
.rttop a:hover{color:#f47118;}

.rtbottom{padding:0 25px 20px 60px;}
.rtbottom p{display: inline-block; font-size: 20px; color: #323946; font-family: 'SegoeUI-Light'; padding-left:0px; font-weight: 600;}
.rtbottom p a{line-height: 30px; padding:0 15px; text-transform:none; display: inline-block; color: #f47118; font-size: 18px;  -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;}
.rtbottom p a img{border-radius:100%; width:44px; height:44px; border:2px solid #000; background:#f47118; -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 10px 0px rgba(255,255,255,1); display:inline-block; margin-right:15px; -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;}

.rtbottom p a:hover{color: #fff;}
.rtbottom p a:hover img{background:#fff; border:1px solid #f47118; -webkit-box-shadow: 0px 0px 10px 0px rgba(244,113,24,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(244,113,24,1);
box-shadow: 0px 0px 10px 0px rgba(244,113,24,1);}  


.navwrapper .navbar{min-height:80px; margin-bottom:0;}
.navwrapper .navbar-nav{float:none;}
.navwrapper .navbar-default{background:none; border:none;}
.navwrapper .navbar-brand{ font-weight:bold; font-family: 'Ubuntu', sans-serif; font-size: 23px; text-transform:uppercase; color:#39464f; padding: 30px 45px 41px 15px;}
.navwrapper .navbar-nav li a:hover, .navbar-nav li a.active  {color:#000;}
.navwrapper .navbar-default .navbar-nav>li a{font-family: 'Lato', sans-serif; text-transform:none; color:#000; font-size:18px; padding: 0px 10px; line-height: 50px; font-weight:400; background:url(../images/navline.jpg) right center no-repeat; -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;}
.navwrapper .navbar-default .navbar-nav>li a:last-child{background:none;}
.navwrapper .navbar-default .navbar-nav>li a.first{background:none;}

/*.navwrapper .navbar-default .navbar-nav>li a:last-child {background:none;}*/
.navwrapper .navbar-default .navbar-nav>li>a:hover{color:#f26922;}
.navwrapper .navbar-default .navbar-nav>li>a.active{color:#fff; background-color: #000;}
.navwrapper .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#f26922; background-color:#fff;}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{color:#2a2e33;background-color:#2a2e33;}
.navwrapper .navbar-nav ul.sm-nowrap > li > a:hover{background:#f47118; color:#fff;}
.navwrapper .dropdown-menu{background:#2a2e33;}
.navwrapper .navbar-nav ul.sm-nowrap > li > a{color:#fff; border:none; font-size:15px; background:none;  line-height:25px;}
.navwrapper .navbar-brand span{color:#df3447;}

/* Sweep To Top */

.hvr-sweep-to-top {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px transparent;

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

}

.hvr-sweep-to-top:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #df3447;

  color:#fff;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 50% 100%;

  transform-origin: 50% 100%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {color: white;}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {-webkit-transform: scaleY(1);transform: scaleY(1);}

.headerbottom{background: #ffa4a4; padding:20px 0;}
.navwrapper{width:95%; margin: 0 auto; height: 57px;}

/*

=========================Slider ========================

*/

.main-slider{position: relative; top: 0px;}
.bs-slider{max-height:600px;}
.bs-slider h1{ margin-top: 0px; text-transform:uppercase; font-size: 36px; line-height: 50px; color:#fff; /*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; font-family: 'Ubuntu', sans-serif;*/ font-weight:bold;}
.control-round .carousel-control{ z-index:100000000000000000000000;}



/*
=========================smartsip main========================
*/
.smartsip{background: #eeeeee; text-align: center;}
.smartsip h3{font-family: 'SegoeUI-Light'; font-weight: 600; font-size: 30px; color: #8f0000; line-height: 90px;}
.smartsip h3 span{font-family: 'Segoe UI'; color: #8f0000;} 

.parallaxsmartsip { 
    /* The image used */
   /* background-image: url("../images/bg_smartsip.png");*/
	background-image: repeat;
	background:#8f0000;
    /* 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:20px 0;
}

.clear{clear: both;}
.rtspace{margin-right:20px;}

.smartinfo{text-align: center;}
.smartinfo a{display:inline-block; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; background:#f26922; color:#fff; line-height:42px;  font-family: 'MyriadPro-Regular'; 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; width:154px; margin:0 auto; text-transform: uppercase; margin-top:30px;}
.smartinfo a:hover{background:#8f0000;}
.smartwrapper{/*width:1040px;*/ margin:0 auto; margin-bottom: 30px; padding:0 65px;}
.smartone{border:1px solid #828487; text-align:center; float: none; width: 100%;}
.smartone h3{background: #8f0000; border-bottom: 1px solid #8d8d8d; color: #333; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 500; padding:0 0px; 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: 100%;}
.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: 100%; 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: 24px; line-height: 24px; color: #ff5700;}
.smartcalculate p.bod{font-weight: 600;}
.smartcalculate p.heavy{font-size: 24px; line-height: 24px; font-weight: 900;}



/*
======================================================= 
perform css
=======================================================
*/
.performwrap{padding:100px 0 60px 0; text-align:center; overflow:hidden;} 
.performwrap h2{font-family: 'Lato', sans-serif; font-weight: 400; font-size:37px; line-height:37px; color:#264468; padding-bottom:78px;}
.performwrap h2 span{color:#8f0000; display:inline-block; text-transform:uppercase;}
.performwrap img{display:block; text-align:center; margin:0 auto;}
.performwrap a{display:inline-block; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; background:#000; color:#fff; line-height:38px;  font-family: 'Lato', sans-serif; font-weight:300; font-size:17px; -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; width:227px; margin:0 auto;}
  .performwrap a:hover{background:#8f0000;}

/*
======================================================= 
invest css
=======================================================
*/
.parallaxinvest { 
    /* The image used */
    background-image: url("../images/bg_invest.png");

    /* 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:157px 0 60px 0;
}

.invest{text-align:center; text-align: center;}
.invest h2{font-family: 'Lato', sans-serif; font-weight: 600; font-size:30px; line-height:40px; color:#8f0000; text-transform:uppercase; padding-bottom:68px;}
.invest h2 span{font-family: 'Lato', sans-serif; font-weight: 400; line-height:40px; color:#666; text-transform:none; display:block; font-size:34px;}

 .investinfo{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; position:relative;}
 .investinfo img{display:block; text-align:center; 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;
  transition: all 0.5s ease-in-out;}
 .investinfo h3{color:#000; font-family: 'Lato', sans-serif; font-weight: 300; line-height:30px; padding:50px 0 28px 0; text-transform:uppercase; width:214px; margin:0 auto; margin-top:15px; font-size:27px; -webkit-transition: all 1s ease-in-out; border-bottom:3px solid #f47118; margin-bottom:45px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;} 
.investinfo p{color:#6a6a69; font-size:16px; line-height:22px; text-align:justify; font-family: 'Lato', sans-serif; font-weight:400; padding:0 45px 66px 45px;}
 .investinfo a{display:block; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#8f0000; color:#fff; line-height:56px;  font-family: 'Lato', sans-serif; font-weight:300; font-size:15px; -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; width:227px; margin:0 auto;}
  .investinfo:hover{}
  .investinfo:hover a{background:#000;}
  .border {
  display: inline-block;
  position: relative;
}

.investinfo:hover{/*background: rgba(255, 255, 255, .5); padding:0px; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);*/}
.investinfo:hover h3{border-bottom:3px solid #000; color:#8f0000;}
=
.border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(255,255,255,.5);
  transition: box-shadow .1s ease;
}
.border:hover::after {
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
}


/*
======================================================= 
chart css
=======================================================
*/

.parallaxchart { 
    /* The image used */
    background-image: url("../images/bg_chart.png");

    /* 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:50px 0; text-align:center;
}

.chart{background: #efefef; padding: 24px 0 30px 0; overflow: hidden; text-align: center;}  
.chartin{padding:0 85px;}
.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: 400; 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:inline-block; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; background:#000; color:#fff; line-height:42px;  font-family: 'MyriadPro-Regular'; font-size:17px; -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; width:154px; margin:0 auto; text-transform: none;}
.chartin:hover a{background:#f26922;}

.chartin table th.head{color:#0096ba; text-transform: uppercase; font-size: 16px; font-weight: 300;}
.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 tr.white{background: #fff;}
/*
======================================================= 
financial css
=======================================================
*/


.parallaxfinancial { 
    /* The image used */
    background-image: url("../images/bg_finance.png");

    /* 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 60px 0;
}


.financecontent{padding:0 0px; text-align:center; margin:0 auto;}
.financecontent h2{font-family: 'Lato', sans-serif; font-size:29px; line-height:36px; color:#fff; text-transform:none; font-weight:400; padding-bottom:50px;}
.financecontent h2 span{font-family: 'Lato', sans-serif; font-size:36px; line-height:36px; color:#000; text-transform:uppercase;}

.financecontent p{font-size:18px; line-height:25px; font-family: 'AvantGardeITCbyBT-Book'; color:#fff; padding-bottom:70px;}  
.financecontent p span{display:block;}

.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.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; margin:0 auto; display: table;}
.fininpart{-webkit-box-shadow: 0px 6px 15px 0px rgba(128,44,0,1);
-moz-box-shadow: 0px 6px 15px 0px rgba(128,44,0,1);
box-shadow: 0px 6px 15px 0px rgba(128,44,0,1); border-radius:100%;}
.finfirst{background:#2dbfce;}	
.fintwo{background:#b8c326;}		
.finthird{background:#f47a55;}		
	
.fininfoin{border-radius: 100%; width:318px; height:318px; box-shadow: inset 0 0 0 15px #fff; position:relative; 	}
.fininfoin img{text-align:center; margin:0 auto; padding-bottom:0px; border-radius: 100%; width:189px; height: 189px; line-height: 189px; position:absolute; left:0; right:0; margin:0 auto; top:63px;}

.fininfo img.firstcircle{background:#fff;}

.fininfo h2{font-family: 'Lato', sans-serif; color:#000; padding-bottom:0px; font-weight:600; text-transform: uppercase; font-size: 16px; line-height:18px; padding: 30px 0 0 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 h2{color:#000; 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;
}  
 
 
 /*
=========================investdecision main========================
*/  

.parallaxdecision { 
    /* The image used */
    background-image: url("../images/bg_investdecision.png");

    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; padding:85px 0 60px 0; overflow:hidden;
}
.decision{text-align:center; width:95%; margin:0 auto;}
.decision h2{font-family: 'Lato', sans-serif; font-weight: 400; font-size:30px; line-height:40px; color:#8f0000; text-transform:none; padding-bottom:85px;}
.decision h2 span{font-family: 'Lato', sans-serif; font-weight: 400; line-height:40px; color:#8f0000; text-transform:uppercase; display:inline-block; font-size:34px;}


/*
=========================knowpart main========================
*/  

.parallaxinnovative { 
    /* The image used */
    background-image: url("../images/bg_innovative.png");

    /* 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:60px 0 90px 0;
}
 
.tobtborder{padding:15px 0; background:#000; -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;} 
.knowpart{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;}
.knowpart img{display:block; text-align:center; margin:0 aut0;}
.knowpart h4{font-family: 'Lato', sans-serif; font-weight:400; font-size:30px; line-height:30px; color:#333; text-transform:none; 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;
  transition: all 0.5s ease-in-out; text-align:left;}
.knowpart:hover{background:#8f0000;}
.knowpart:hover h4{color:#fff;}
.knowpart p{font-family: 'SegoeUI-Light'; color:#6a6a69; font-size:24px; line-height:30px; padding-bottom: 40px; text-align:left; -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;}
.knowpart a{/*display:block;*/ -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#f47118; color:#fff; line-height:42px;  font-family: 'Lato', sans-serif; font-weight:300; font-size:18px; -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; width:227px; margin:0 auto; margin-bottom: 36px; text-transform: none;}
.knowpart:hover a{background:#000;}
.knowpart:hover h4{padding-left:30px; color:#fff;}
.knowpart:hover p{padding-left:30px; color:#fff;}



/*
=========================rangepart main========================
*/


 .rangein{text-align:center; overflow:hidden; padding:85px 0 100px 0;}
 .rangein h2{font-family: 'Lato', sans-serif; font-size:34px; line-height:34px; color:#8f0000; text-transform:uppercase; font-weight:400; padding-bottom:50px;}
 .rangein p{font-family: 'Lato', sans-serif; color:#666; font-size:24px; line-height:30px; font-weight:400; padding-bottom:70px;}
 
 .rangewrap{padding:0 0px; overflow:hidden;}
 .rangeinfo{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; padding:15px 15px 45px 15px;}
 .rangeinfo img{display:block; text-align:center; 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;
  transition: all 0.5s ease-in-out;}
 .rangeinfo h3{color:#000; font-family: 'Lato', sans-serif; font-weight: 400; line-height:30px; padding:50px 0; text-transform:uppercase; width:204px; margin:0 auto; border-top:1px solid #898989; margin-top:15px; font-size:30px; min-height:191px; -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;} 

 .notpspace{padding-top:0px !important;}
 .rangeinfo a{display:block; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#8f0000; color:#fff; line-height:56px;  font-family: 'Lato', sans-serif; font-weight:300; font-size:15px; -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; width:136px; margin:0 auto;}
  .rangeinfo:hover a{background:#8f0000;}
  .rangeinfo:hover{border:1px solid #8f0000;}
  .border {
  display: inline-block;
  position: relative;
}
.rangeinfo:hover h3{border-top:1px solid #000; color:#8f0000;}


.border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(63,171,216,.5);
  transition: box-shadow .1s ease;
}
.border:hover::after {
  box-shadow: inset 0 0 0 15px rgba(63,171,216,.5);
}

  
/*
=========================footer main========================
*/

.footerpic{background:url(../images/footerpic.png) center top no-repeat; height:555px; background-size:cover;}




	



@media screen and (min-width:320px) and (max-width:550px)

{

	.wrapper{padding:0;}
	.top-header{padding:0 0 0 0;}
	.top-header .navbar-brand {padding: 32px 0px 41px 0px;font-size: 20px;}

	.navbar-default .navbar-toggle .icon-bar{background:#fff;}

	.top-header .navbar-nav{float:none;}

	.navbar-default .navbar-toggle{border:none; background:#f47118; margin-top: 24px; margin-right:0px;}
	
	.navwrapper .navbar-default .navbar-nav>li a{background:none;}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#39464f; }

	.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;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{border-bottom:1px solid #000; line-height:30px; color:#000;}
	.navbar-default .navbar-nav .open {border-bottom:none;}
	

	.navbar-nav .open .dropdown-menu>li>a{background:#d7d7d7; color:#000;}
	
	.navwrapper .navbar-nav{background:#c9c9c9;}
	.navwrapper .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background:#000; color:#fff;}
	
	
  .navwrapper{height: auto;}
  .headerbottom{position: absolute; z-index: 5000;  width: 100%;}
  .main-slider{top:80px;}
  .rttop{float: none; width: 155px; margin:0 auto; text-align: center; padding:20px 0;}
  .rttop a{display: block; font-size:14px; background:none; border-bottom:1px solid #fff; line-height:20px;}
  .rttop a:last-child{border-bottom:none;}
  .rtbottom{padding:0 0px 20px 0px; width:233px; margin:0 auto;}
  .rtbottom p{padding-left: 0px; display: inline-block; text-align: center; line-height: 40px; padding-bottom:20px; width:32%; margin:0 auto;} 
  .rtbottom p a img{margin:0 0 0 0;}
  .rtbottom p:last-child{padding-bottom:0px;}
  .rtbottom p a{padding:0 8px; font-size: 12px;}
  .logo{padding:30px 0 0 0; width: 260px; margin:0 auto; padding-bottom:20px;}
  .rtpart{float: none;}

	.bs-slider h1 {margin-top: 0px;font-size: 12px;line-height: 20px;}

	
  	.navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none !important; box-shadow: inherit !important;}
	.nav>li{border-bottom:1px solid #fff;}
	.comment{width:100% !important;}
	.footerpic{background-size:auto 100%; height:555px;}
	
	
	.rangein h2{font-size:29px; line-height:35px;}
	.rangein h2 span{font-size:29px; line-height:35px;}
	.rangeinfo h2{font-size:20px; line-height:20px;}
	.rangeinfo p{padding:0 5px; font-size:12px; line-height:18px;}
	.rangeinfo img{margin-bottom:30px;}
	.rangeinfo{min-height:auto; width:250px; margin:0 auto; display:block; margin-bottom:30px;}

	
	.rangein{padding:85px 0px 70px 0;}
	.rangein h3 span{font-size:29px; line-height:35px;}
	.rangein h3{font-size:25px; line-height:25px;}
	.rangein p{font-size:20px; line-height:25px;}

  .financecontent{padding:0 0px;}
  .fininfo{padding-bottom:30px; width:50%; float:none;}
  .fininpart{width:130px; height:130px; margin:0 auto;}
  .fininfoin{width:130px; height:130px; margin:0 auto; box-shadow: inset 0 0 0 10px #fff;}
  .parallaxfinancial{padding:50px 0 60px 0;}
  .fininfo img{width:75px; height:75px; top:27px;}
  .fininfo a{width:100%; font-size: 11px;}
  .fininfo h2{font-size: 12px;}

  .chartin{padding:0 10px;}
  .table{width: 100%; max-width: 100%;}

  .smartsip h3{font-size: 20px; line-height: 25px; padding:25px 0;}
  .smartwrapper{width:280px; margin:0 auto;}
  .smartcalculate{margin-bottom:20px;}
  .smartsip{margin-top:80px;}
  .col-xs-offset-1{margin-left:0px;}
  .smartone{margin-bottom:20px; height:79px; width:102px; float:none; margin:0 auto; margin-bottom:20px;}
  .smartinfo a{margin-top:0px;}
  .smartone h3{font-size:14px; line-height:18px;}
  .smartone p{padding:0 5px; font-size:12px;}
  .smartcalculate{height:79px; padding:12px 0 0 0; width:102px; float:none; margin:0 auto; margin-bottom:20px;}
  .smartcalculate h3{font-size:12px; line-height:18px; padding-bottom:0px;}
  .smartcalculate p{font-size:15px;}

  .membership{padding:50px 20px 30px 20px; top:-63px;}
  .membertitle{width:100%;}
  .continner{width:100%;}
  .rtspace{margin-right:0px auto;}
  .membertitle h2{font-size: 38px; line-height: 38px; padding-bottom: 20px;}
  .contin  input.submitbtn{float: none; margin:0 auto; display: block;}

  .row{margin:0 0 0 0 !important;}

  .inpartlt{display: none;}
  .inpartrt{float: none; margin: 0 auto; padding: 0 0 0 0;}
  .inpartrt h2{font-size: 12px; line-height: 20px; padding-bottom: 5px;}
  .inpartrt h2 span{font-size: 15px; line-height: 20px;}


  .performwrap{width:90%; margin:0 auto;}


}

@media screen and (min-width:551px) and (max-width:767px)

{

	.wrapper{padding:0;}

	.top-header .navbar-brand {padding: 32px 0px 41px 0px;font-size: 20px;}
	.top-header{padding:0 50px;}
  .navbar-default .navbar-toggle .icon-bar{background:#fff;}

  .top-header .navbar-nav{float:none;}

  .navbar-default .navbar-toggle{border:none; background:#f47118; margin-top: 24px; margin-right:0px;}
	
	.navwrapper .navbar-default .navbar-nav>li a{background:none;}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#39464f; }

	.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;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{border-bottom:1px solid #000; line-height:30px; color:#000;}
	.navbar-default .navbar-nav .open {border-bottom:none;}
	
	.nav>li{border-bottom:1px solid #fff;}
	

	.navbar-nav .open .dropdown-menu>li>a{background:#d7d7d7; color:#000;}
	
	.navwrapper .navbar-nav{background:#c9c9c9;}
	.navwrapper .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background:#000; color:#fff;}

  	.navwrapper{height: auto;}
  	.headerbottom{position: absolute; z-index: 5000;  width: 100%; padding:0 0 0 0;}
  	.main-slider{top:80px;}
  	.rttop{width: 100%; text-align: center; padding:20px 0;}
  	.rttop a{display: inine-block; font-size:12px; line-height:20px;}
  	.rttop a:last-child{border-bottom:none;}
  	.rtbottom{padding:0 0px 20px 0px; width:400px; margin:0 auto;}
  	.rtbottom p{padding-left: 0px; display: inline-block; text-align: center; line-height: 40px; padding-bottom:20px; width:32%; margin:0 auto;} 
  	.rtbottom p a img{margin:0 10px 0 0;}
  	.rtbottom p:last-child{padding-bottom:0px;}
  	.rtbottom p a{padding:0 8px; font-size: 12px;}
  	.logo{padding:30px 0 0 0; width: 400px; margin:0 auto; padding-bottom:20px;}
  	.rtpart{float: none;}

	
	.bs-slider h1 {margin-top: 0px;font-size: 18px;line-height: 26px;}
	.control-round .carousel-control{display:block;}
	.control-round .carousel-control{width: 25px; height: 25px;font-size: 14px;line-height: 25px;}

	.rangeinfo{min-height:auto; width:280px; margin:0 auto; display:block; margin-bottom:30px;}
	.rangewrap{width:400px; margin:0 auto; padding:0 0 0 0;}
	
	.rangein h2{font-size:29px; line-height:35px;}
	.rangein h2 span{font-size:29px; line-height:35px;}
	
	.item blockquote img{margin-bottom:30px;}
	
	.rangein{padding:0 0px;}
	.rangein h3 span{font-size:29px; line-height:35px;}
	.rangein h3{font-size:25px; line-height:25px;}
	.rangein p{font-size:20px; line-height:25px;}

  	.financecontent{padding:0 20px;}
  	.fininfo{padding-bottom:30px; width:100%;}
  	.fininpart{width:200px; height:200px; margin:0 auto;}
  	.fininfoin{width:200px; height:200px; margin:0 auto;}

  	.parallaxfinancial{padding:50px 0 60px 0;}
  	.fininfo img{width:103px; height: 103px;}
  	.fininfo p{font-size: 15px;}
  	.fininfo h2{min-height:80px;}

  	.chartin{padding:0 10px;}
  	.table{width: 100%; max-width: 100%;}

  	.smartsip h3{font-size: 20px; line-height: 25px; padding:30px 0;}
  	.smartwrapper{width:400px; margin:0 auto; margin-bottom: 30px;}
  	.smartone{width: 192px; margin:0 auto; margin-bottom:20px;}
  	.smartcalculate{width:192px; margin:0 auto; float:none; margin-bottom:20px;}
  	.smartinfo a{margin-top:0px;}
  	.col-xs-offset-1{margin-left:0px;}

  	.membership{padding:50px 20px 30px 20px; width: 400px;  margin: 0 auto;}
  	.membertitle{width:100%;}
  	.continner{width:100%;}
  	.rtspace{margin-right:0px auto;}
  	.membertitle h2{font-size: 38px; line-height: 38px; padding-bottom: 20px;}
  	.contin  input.submitbtn{float: none; margin:0 auto; display: block;}
  	.row{margin:0 0 0 0 !important;}


  	.inpartlt{display: none;}
  	.inpartrt{float: none; margin: 0 auto; padding: 0 0 0 0;}
  	.inpartrt h2{font-size: 18px; line-height: 25px; padding-bottom: 10px;}
  	.inpartrt h2 span{font-size: 22px; line-height: 25px;}
	
	.performwrap{width:90%; margin:0 auto;}
	.knowpart{width:400px; margin:0 auto;}

}

@media screen and (min-width:768px) and (max-width:999px)



{

	.wrapper{padding:0;}
	
	.top-header{padding:0 30px;}
		
	.top-header .navbar-brand{padding: 31px 20px 41px 0px; font-size:20px;}

	.top-header .navbar-default .navbar-nav>li>a{font-size:13px;}

	.nav>li>a {padding: 10px 6px;}
	
	.logo{width:230px;}
	.rttop a{font-size:13px;}

  .rtbottom p{font-size: 16px; padding-left: 10px;}
  .rtbottom p a{font-size: 13px; padding:0 5px;}

  	.navwrapper .navbar-default .navbar-nav>li>a:first-child{}
  	.navwrapper .navbar-default .navbar-nav>li>a{font-size: 12px; padding:0 6px;}
  	.search.open{width:170px;}
	.search-box{padding:20px 45px 20px 15px;}
	.navwrapper{width:auto;}

	.bs-slider h1 {margin-top: 24px;font-size: 30px;line-height: 40px;}
	.control-round .carousel-control{display:block;}
	.control-round .carousel-control{top:43%;}
	.container{padding:0 0 0 0 !important;}	
	
	.rangeinfo{width:100%;}
	.rangeinfo h2{font-size:26px; line-height:26px;}
	.rangeinfo p{font-size:20px; line-height:26px; padding:0 15px;} 
	.rangeinfo h3{font-size:17px;}
	.rangeinfo a{width:100%;}

  	.financecontent{padding:0 0px;}
  	.fininfo{padding-bottom:30px; width:100%;}
  	.fininpart{width:200px; height:200px; margin:0 auto;}
  	.fininfoin{width:200px; height:200px; margin:0 auto;}
  
  	.parallaxfinancial{padding:50px 0 60px 0;}
  	.fininfo img{width:103px; height: 103px; top:48px;}
  	.fininfo p{font-size: 12px;}
  	.fininfo h2{font-size: 14px;}
  	.knowpart h4{font-size: 26px;}
  	.knowpart p{font-size:15px; line-height:20px; height:90px;}
  	.knowpart:hover h4{padding-left:10px;}
  	.knowpart:hover p{padding-left:10px;}

  	.smartwrapper{width:729px; margin:0 auto; margin-bottom: 30px;}
  	.smartone h3{font-size: 12px; padding: 0 8px; line-height:20px;}
  	.smartone p{width: 100%; padding: 0 5px; font-size: 14px; line-height: 30px;}
  	.smartcalculate{padding:5px 0;}
  	.smartcalculate h3{font-size: 15px; padding-bottom:3px;}
  	.smartcalculate p{font-size:16px;}
  
  	.rangein h3{font-size: 19px; width:100%;}
  	.rangein p{font-size: 18px; line-height: 22px;}


  	.membership{padding:50px 20px 30px 20px; width: 100%;  margin: 0 auto;}
  	.membertitle{width:100%;}
  	.continner{width:38%;}
  	.rtspace{margin-right:0px auto;}
  	.row{margin:0 0 0 0 !important;}
  
  	.inpartlt{width:30%;}
  	.inpartrt{width:70%; padding:5% 0 0 0; text-align: left;}
  	.inpartrt h2{font-size: 20px; line-height: 30px; padding-bottom: 10px;}
  	.inpartrt h2 span{font-size: 26px; line-height: 30px;}
	
	.performwrap{width:90%; margin:0 auto;}
	
}



@media screen and (min-width:1000px) and (max-width:1200px)

{

	

	.wrapper{padding:0;}
	
	.top-header{padding:0 30px;}
	.top-header .navbar-brand{padding: 31px 20px 41px 0px; font-size:20px;}

	.top-header .navbar-default .navbar-nav>li>a{font-size:13px;}

	.nav>li>a {padding: 10px 6px;}

	.navbar-nav{float:right;}
	
	.logo{width:395px;}
	
	.navwrapper{width:auto;}
 
  	.navwrapper .navbar-default .navbar-nav>li>a{font-size: 15px; padding:0 10px;}
  	.search.open{width:190px;}
  	.search-box{padding:20px 45px 20px 15px;}

	

	.bs-slider h1 {margin-top: 24px;font-size: 36px;line-height: 44px;}
	.control-round .carousel-control{display:block;}
	.control-round .carousel-control{top:43%;}

	.matterpart{width:100%; margin:0 auto;}
	.rangeinfo h3{font-size:24px;}

  	.knowpart p{font-size: 15px !important;}

  	.smartwrapper{width:970px; margin:0 auto; margin-bottom: 30px;}
  	.smartone p{width: 100%; font-size:15px;}
  	.smartone h3{font-size: 11px; padding: 0 4px;}
  	.rtspace{margin-right: 1%;}
  	.smartcalculate p{font-size:18px;}
  	.smartcalculate h3{font-size: 15px;}


  	.membership{padding:50px 20px 30px 20px; width: 100%;  margin: 0 auto;}
  	.membertitle{width:100%;}
  	.continner{width:38%;}
  	.rtspace{margin-right:0px auto;}
  	.row{margin:0 0 0 0 !important;}
  	.container{padding:  0 0 0 0 !important;}

  	.rangeinfo{width:100%;}
  	.performwrap{width:90%; margin:0 auto;}
  
  	.financecontent{padding:0 0px;}
  	.fininfo{padding-bottom:30px; width:100%;}
  	.fininpart{width:250px; height:250px; margin:0 auto;}
  	.fininfoin{width:250px; height:250px; margin:0 auto;}
  	.fininfo img{width:143px; height: 143px; top:55px;}
   
} 



@media screen and (min-width:1201px) and (max-width:1399px)

{

.logo{width:390px;}

}