@font-face {
	font-family: "COCOGOOSE  UltraLight";
	src: url("../fonts/Cocogoose_Pro_Ultralight-trial.eot?") format("eot"), url("../fonts/Cocogoose_Pro_Ultralight-trial.woff") format("woff"), url("../fonts/Cocogoose_Pro_Ultralight-trial.ttf") format("truetype"), url("../fonts/Cocogoose_Pro_Ultralight-trial.svg#COCOGOOSE-UltraLight") format("svg");
	font-weight: normal;
	font-style: normal;
}



@font-face {
  font-family: 'SegoeUI-Light';
  src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf')  format('truetype'), url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'GillSansStd-BoldCondensed';
  src: url('../fonts/GillSansStd-BoldCondensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/GillSansStd-BoldCondensed.otf')  format('opentype'),
	     url('../fonts/GillSansStd-BoldCondensed.woff') format('woff'), url('../fonts/GillSansStd-BoldCondensed.ttf')  format('truetype'), url('../fonts/GillSansStd-BoldCondensed.svg#GillSansStd-BoldCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'GillSansStd-Condensed';
  src: url('../fonts/GillSansStd-Condensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/GillSansStd-Condensed.otf')  format('opentype'),
	     url('../fonts/GillSansStd-Condensed.woff') format('woff'), url('../fonts/GillSansStd-Condensed.ttf')  format('truetype'), url('../fonts/GillSansStd-Condensed.svg#GillSansStd-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'NewsGothicBT-RomanCondensed';
  src: url('../fonts/NewsGothicBT-RomanCondensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/NewsGothicBT-RomanCondensed.otf')  format('opentype'),
	     url('../fonts/NewsGothicBT-RomanCondensed.woff') format('woff'), url('../fonts/NewsGothicBT-RomanCondensed.ttf')  format('truetype'), url('../fonts/NewsGothicBT-RomanCondensed.svg#NewsGothicBT-RomanCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Nirmala UI';
	src: url('../fonts/NirmalaUI-Bold.eot');
	src: url('../fonts/NirmalaUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NirmalaUI-Bold.woff') format('woff'),
		url('../fonts/NirmalaUI-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Light.eot');
	src: url('../fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TitilliumWeb-Light.woff') format('woff'),
		url('../fonts/TitilliumWeb-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}


.ltspac{padding:0 0 0 0 !important;}

/* 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;
}
a{border:0; outline:none;}
a:hover{border:0; outline:none;}


body {
	line-height: 1;
	background:#fff;
}
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;
}
.clear{clear:both;}

.cool-link {
    display: inline-block;
    color: #f92b2f;
    text-decoration: none;
}
a{text-decoration:none; margin:0; padding:0;}
a:hover{text-decoration:none;}
ul{list-style:none; margin:0; padding:0;}
ul li{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}


.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #7e32de;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}





.cool-link2 {
    display: inline-block;
    color: #f92b2f;
    text-decoration: none;
}

.cool-link2::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.cool-link2:hover::after {
    width: 100%;
    //transition: width .3s;
}








/*
=======================================================
Top Header
=======================================================
*/
.top-header{min-height: 35px; width: 100%; background:#7e32de; line-height: 35px;}
.top-header-inner{}
.top-header-inner li.rtspace{float:right;}
.top-header-inner li {color:#fff; }
.top-header-inner li a{display: inline-block; float:left; color: #fff; margin:0 4px; text-decoration: none; font-family: 'Montserrat', sans-serif;}
.top-header-inner li a .number p{ font-family: 'Montserrat', sans-serif; /*font-size: 18px;*/}
.top-header-inner li a .social { width:19px; height: 19px; line-height: 19px; font-size: 18px;-webkit-border-radius:50%;
-moz-border-radius: 50%;border-radius: 50%; background: #fff; text-align: center; margin:7px 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;}
.top-header-inner li a .social i { color:#251823; font-size:13px; }
.top-header-inner li a .social:hover{background:#d8b9ff; color:#fff;-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);}
.top-header-inner li a .social:hover i{ color:#fff;}

/*
=========================Top Menu ========================
*/

.logo{}
.logo a{display:block; padding: 0px 0px; height:auto; line-height:inherit;}


.topborder{/*border-top:1px solid #585858; padding:12px 0 0 0;*/ padding:0 15px 40px 15px;}

.topmenu{background: rgba(30, 30, 30, .7); width:100%; position:absolute; z-index:100; left:0; right:0; margin:0 auto; margin-top:115px;}
.menuinner{padding:0 131px; margin:0 auto;}

.menu{width:auto; min-height:20px;position:absolute; z-index:1000; left:0; right:0; margin:0 auto;}
.navbar-nav{float: none; width:100%;}
.navbar{margin-bottom:0; top:0px;}
.navbar-default{background:none; border:none;}
.navbar-brand{ font-weight:bold; font-family:"Myriad Pro"; font-size: 28px; color:#000000; padding: 45px 0px 0px 0px; line-height:90px;}
.navbar-brand:hover{color:#000;}
.navbar-default .navbar-nav>li{background:url(../images/linenav.jpg) right center no-repeat;}
.navbar-default .navbar-nav>li:last-child{background:none;}
.navbar-default .navbar-nav>li>a{font-family: 'Titillium Web'; text-transform: none; color:#fff; font-size:20px; padding:0px 28px; border-right:none; -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; line-height:80px; text-transform:uppercase;}
	
.navbar-default .navbar-nav>li>a:hover{color:#ffe401; background:none !important;}
.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#fff; /*background-color:#7e32de;*/ background:none !important;}
.navbar-collapse{padding:0 0 0 0 !important;}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{color:#000; /*background-color:#7e32de;*/ color:#ffe401 !important; background:none !important;}

.navbar-nav ul.sm-nowrap > li > a:hover{color:#233294; border-radius:inherit !important; background:none !important;}

.navbar-nav>li> ul li{border-bottom:1px solid #000 !important;}
.navbar-nav>li> ul li:last-child{border-bottom:none !important;}

.dropdown-menu{/*background:#2a2e33;*/ background:#fff; width: 100% !important;}
.navbar-nav ul.sm-nowrap > li > a{color:#000; text-transform: none; font-family: 'Titillium Web'; font-size:15px; line-height:25px;}
.navbar-brand span{color:#7e32de;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{/*background: #7e32de;*/ background:none !important; color:#ffe401 !important;}
/* 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: #a6c550;
  -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);
}






/*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: 380px;
}

.login-modal-header {
	background: #1e1e1e;
	color: #fff;
}

.login-modal-header .modal-title {
	color: #fff; text-transform:uppercase; font-family: 'Titillium Web';
}

.login-modal-header .close {
	color: #fff;
}

.login-modal i {
	color: #000;
}

.login-modal form {
	max-width: 340px;
}

.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: 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:#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;
}

/*
======================================================= 
headertop css
=======================================================
*/
.headertop{background:#fff; padding:0px 0; height:230px;}
.logo{width:442px;}
.logo a{color:#fff; font-weight:700; font-size:30px; line-height:58px; text-transform:uppercase; font-family: 'Raleway', sans-serif; padding-bottom:0px; display:block;}

.logpart{float:left; padding:0px 0 0 0; width:240px;}
.logpart a{font-family: 'MyriadPro-Regular'; color:#222; font-size:14px; line-height:29px; height:29px; border:none; padding:0 0px; -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; -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; display:block; width:100px; text-align:center; border:1px solid #222; float:left; margin-right:20px; text-transform:uppercase;}
.logpart a img{padding:0 10px 0 0;}
.logpart a:hover{background:#454754;}

.socialmedia{float:right;}
.socialmedia a{float:left; display:inline-block; margin-right:15px; /*border-radius:100%;*/ width:30px; height:30px; background:#fff; color:#222; line-height:30px; text-align:center; font-size: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;}

.socialmedia a:hover{color:#fff; background:#00a1d9;}
.socialmedia a.last{margin-right:0px;}

/*
======================================================= 
headsocial css
=======================================================
*/
.headsocial{padding:15px 0px; overflow:hidden;}
.tpspace{margin-top:30px;}
.tpspace2{margin-top:30px;}
.tpspace3{margin-top:30px;}
/*
======================================================= 
banner css
=======================================================
*/
.bannerwrap{}
.bannerwrap .inpart{width:100%;}

.contentpart{background:#000; position:absolute; right:1000; border:1px solid red;}
.bannertxt{position:absolute; z-index:1000; right:0px; top:0px; left:0; padding:0; width:1170px; top:230px; margin:0 auto;}  
.bannertxt p{font-family: 'NewsGothicBT-RomanCondensed'; font-size:55px; line-height:55px; color:#fff; text-shadow: 5px 5px 10px black, 0 0 1em black, 0 0 0.2em black; padding-bottom:15px;}
.bannertxt h2{font-family: 'Nirmala UI'; color:#233294; font-size:68px; line-height:68px; text-align:center; text-transform:none; -webkit-text-stroke: 1px white;}
.carousel-indicators{display:none;}
.carousel-control.right{background:none; top:45%; border-radius:100%; width:50px; height:50px; background:#000; line-height:50px; text-align:center; right:50px;}
.carousel-control.left{background:none; border-radius:100%; top:45%; width:50px; height:50px; background:#000; line-height:50px; text-align:center; left:50px;}

.topborder{border-top:8px solid #ffe401;}
.toppart{background:#fff; position:absolute; z-index:1000; left:0; right:0; margin:0 auto; width:1028px; padding:25px 50px;}

.callinfo{padding:0 0 0 49px;}
.callinfo span{display:inline; font-size:45px; float:left; padding-right:20px;}
.callinfo p{font-family: 'Titillium Web'; font-size:15px; color:#1e1e1e; line-height:22px;}

.memberlogin{float:right;}
.memberlogin a{background:#ffe401; font-family: 'Titillium Web'; text-transform:uppercase; color:#1e1e1e; font-size:20px; line-height:65px; padding:0 20px; display:inline-block; -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;}
.memberlogin a:hover{background:#1e1e1e; color:#fff;}

.modal-dialog{z-index:2000px;}
.modal-backdrop{position:relative;}

/*
======================================================= 
invetsment css
=======================================================
*/
.investment{margin:0 80px; position: relative; padding:30px 20px; margin-top:-110px; height:380px;}
.investment:before {
    background-color: #ffe401;
    width: 696px;
	content:"";
	position:absolute;
	height:100%; left:0px;
}

.investin{position:relative; height:162px;}
.investin p{font-family: 'GillSansStd-Condensed'; font-size:32px; line-height:32px; color:#1e1e1e; padding:60px 0 5px 0; text-align:center;}
.investin h2{font-size:34px; line-height:34px; font-family: 'GillSansStd-Condensed'; color:#1e1e1e; position:relative; display:inline-block; text-transform:uppercase;}
.investin h2:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:10px auto;
    width:50%;
    height:2px;
    background:#000000;
}
.investin img{display:block; text-align:center; margin:0 auto; border:1px solid #1e1e1e; position:absolute; z-index:100;}
.investin span{font-family: 'GillSansStd-Condensed'; font-size:24px; line-height:162px; color:#1e1e1e; text-shadow: 15px 15px 10px white, 0 0 1em white, 0 0 0.2em white; display:block; z-index:100; position:absolute; left:0; right:0; margin:0 auto; text-align:center; height:100%; -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;}
.investin span:hover{background: rgba(30, 30, 30, .7); color:#fff; text-shadow: 15px 15px 10px black, 0 0 1em black, 0 0 0.2em black;}


/*
======================================================= 
introductory css
=======================================================
*/
.introwrap{background:#1e1e1e; height:230px; margin-top:100px;}
.introductory{padding:0px 0; background:#ffe401; width:980px; margin:0 auto; margin-top:45px; position:relative;}
.ltintro{text-align:center; padding:45px 32px 0 0;}
.ltintro h1{font-family: 'GillSansStd-Condensed'; font-size:40px; line-height:40px; color:#1e1e1e; text-transform:none; padding-bottom:30px;}
.ltintro p{color:#1e1e1e; font-size:14px; line-height:18px; font-family: Tahoma,Verdana,Segoe,sans-serif; text-align:justify; padding-bottom:20px;}

.introductory a{background:#1e1e1e; display:inline-block; text-align:center; line-height:50px; position:absolute; bottom:0; right:0; width:50px; height:50px; font-size:30px; color:#fff;}

.rtinpic{position:relative; top:-25px; overflow:hidden;}
.rtinpic img{display:block; text-align:center; margin:0 auto; -webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1); -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;}
.rtinpic img:hover{-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}




/*
======================================================= 
solution css
=======================================================
*/
.smartsolution{background:#f7f7f7; padding:280px 0 85px 0;}
.smartin{padding:0 95px;}
.smarttitle{}
.smarttitle h2{font-family: 'GillSansStd-Condensed'; color:#1e1e1e; font-size:38px; line-height:40px;}
.smartmatter{padding:0 0 0 50px;}
.smartmatter p{font-family: Tahoma,Verdana,Segoe,sans-serif; color:#1e1e1e; font-size:18px; line-height:24px;}

.inmatter{padding:90px 0 0 0; position:relative;}
.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
  /*display: table;*/
  height:283px;	
-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;
}



.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
  width:100%;
  height:283px;
  -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;
}

.imagebox .imagebox-desc {
  background-color: rgba(235, 210, 6, 0.3);
  bottom: 0px;
  color: #000;
  font-size: 30px; line-height:30px;
  left: 0px;
  padding: 110px 0px 0 0;
  position: absolute;
  transition: 0.5s padding; font-family: 'GillSansStd-Condensed';
  text-align: center;
  width: 100%; text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; height:283px;
  -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;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 0; border-bottom:5px solid #1e1e1e;
}

.inmatterwrapper a{background:#1e1e1e; display:inline-block; text-align:center; line-height:31px; padding:0 0px; position:absolute; left:0; right:0; margin:0 auto; bottom:-12px; width:31px;}
.inmatterwrapper a .fa-chevron-down{color:#fff;}


/*
======================================================= 
knowledge css
=======================================================
*/
.knowledgewrapper{background:#2e2e2e; text-align:center; padding:126px 0; border-bottom:12px solid #000; position:relative;}
.knowledgewrapper h2{font-family: 'GillSansStd-Condensed'; color:#ffe401; font-size:100px; line-height:100px; padding-bottom:120px;}
.knowledgewrapper h2:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #ffe401;
    width: 350px; position:relative; top:-15px;
}
.knowledgewrapper h2:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #ffe401;
    width: 350px;
	position:relative; top:-15px;
}
.knowledgewrapper a{background:#1e1e1e; display:inline-block; text-align:center; line-height:31px; padding:0 0px; position:absolute; left:0; right:0; margin:0 auto; bottom:-12px; width:31px;}
.knowledgewrapper a .fa-chevron-down{color:#fff;}

.knowinner{padding:0 95px;}
.knowpic{-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; overflow:hidden; height:280px;}
.knowpic 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;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;} 
.knowpic:hover{border-bottom:10px solid #ffe401;}

.knowinner:hover .knowpic{
  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*/
.knowinner .knowpic: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;
}

/*
======================================================= 
fund css
=======================================================
*/
.fundinfo{background:#f7f7f7; padding:75px 0 170px 0;}
.mainpart{padding:0 95px 0 95px;}
.topfund{padding:0 95px 170px 95px; overflow:hidden;}
.fundtitle{}
.fundtitle h2{font-family: 'GillSansStd-Condensed'; font-size:72px; line-height:72px; color:#1e1e1e;}
.fundtitle h2 span{display:block;}
.fundmatter{padding:15px 0 0 0;}
.fundmatter p{font-family: Tahoma,Verdana,Segoe,sans-serif; font-size:24px; line-height:30px; color:#1e1e1e; text-align:justify;}

.fundinner{background:#3b3b3b; text-align:center; padding:100px 45px 45px 45px; display: inline-block; position: relative; /*width:325px;*/ -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;}
.fundinner:before {
	content: '';
	display: block;  
	position: absolute;
	left: 0;
	bottom: 100%;
	-ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
	
	height: 0;
	border-top: 70px solid #3b3b3b;
	border-right: 158px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 158px solid transparent; -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;
}

.fundinner:after {
	content: '';
	display: block;  
	position: absolute;
	left: 0;
	bottom: -70px;
	
	height: 0;
	border-top: 70px solid #3b3b3b;
	border-right: 158px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 158px solid transparent; -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;
}
.fundinner h2{font-family: 'GillSansStd-Condensed'; font-size:42px; color:#fff; line-height:42px; padding-bottom:52px;}
.fundinner p{font-family: Tahoma,Verdana,Segoe,sans-serif; color:#fff; font-size:20px; line-height:25px; padding:0 9px 90px 9px;}
.fundinner a{border:2px solid #fff; display:inline-block; padding:0 20px; line-height:45px; color:#fff; font-family: Tahoma,Verdana,Segoe,sans-serif; font-size:18px; text-align:center;}

.fundinner:hover{background:#ffe600;}
.fundinner:hover:after{border-top: 70px solid #ffe600;}
.fundinner:hover:before{border-top: 70px solid #ffe600;}
.fundinner:hover h2{color:#1e1e1e;}
.fundinner:hover p{color:#1e1e1e;}
.fundinner:hover a{background:#ffe600; border:2px solid #1e1e1e; color:#1e1e1e;}

.ftt{background:#ffe600;}
.ftt h2{color:#1e1e1e;}
.ftt p{color:#1e1e1e;}
.ftt a{background:#ffe600; border:2px solid #1e1e1e; color:#1e1e1e;}
.ftt:after{border-top: 70px solid #ffe600;}
.ftt:before{border-top: 70px solid #ffe600;}

.topicon{position:absolute; left:0; right:0; top:-120px;}
.topicon img{display:block; text-align:center; margin:0 auto;}


/*
======================================================= 
testmonials css
=======================================================
*/
.testin{position:relative; text-align:center;}
.testintop{width:1170px; margin:0 auto; text-align:center;}
.testintop h2{font-family: 'GillSansStd-Condensed'; font-size:72px; line-height:72px; color:#1e1e1e; padding-bottom:30px; text-transform:none;}
.testintop span{font-family: 'NewsGothicBT-RomanCondensed'; font-size:30px; line-height:30px; color:#000; padding-bottom:40px; display:block;}

.testin h2{font-family: 'GillSansStd-Condensed'; font-size:72px; line-height:72px; color:#1e1e1e; padding-bottom:60px; text-transform:none;}
.testin .carousel-inner{padding:0px 0; width:95%; margin:0 auto;}
.testin .carousel-inner>.item{padding:0px 0 0px 0;}
/* carousel */
.testin #quote-carousel 
{
  padding: 0 0px 0px 0px;
  margin-top: 0px;
}

/* Control buttons  */
.testin #quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; display:none;
}
/* Previous button  */
.testin #quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
.newspart #quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
.testin #quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: -50px;
  margin-right: -19px; display:none;
}
/* Changes the color of the indicators */
.testin #quote-carousel .carousel-indicators li 
{
  background: #c0c0c0; border:none; margin:0 15px;
}
.testin #quote-carousel .carousel-indicators li:first-child{margin:0 15px 0 0;}
.testin #quote-carousel .carousel-indicators li:last-child{margin:0 0px 0 15px;}

.testin #quote-carousel .carousel-indicators .active 
{
  background: #333333; border:none; -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);
}
.testin #quote-carousel img
{
  width: 108px;
  height: 108px; 
}
/* End carousel */

.testin .item blockquote {
    border-left: none; 
    margin: 0; position:relative;
}

.testin .item blockquote img {
    margin-bottom: 15px;
}

.testin .item blockquote p{font-family: 'NewsGothicBT-RomanCondensed'; font-size:24px; line-height:30px; color:#000; font-weight:300; padding:0px 0 70px 0; text-align:justify; width:auto;}

.testin .item blockquote{width:100%; margin:0 auto; position:relative;}

.leftquote{position:absolute; left:50px; top:50px;}
.leftquote img{width:auto !important; height:auto !important; box-shadow:none !important;}

.rightquote{position:absolute; right:50px; bottom:50px;}
.rightquote img{width:auto !important; height:auto !important; box-shadow:none !important;}

.row{margin:0 0 0 0 !important;}

.testin a{text-align:center; display:block; width:182px; line-height:60px; font-size:24px; color:#1e1e1e; font-family: 'NewsGothicBT-RomanCondensed'; -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; margin:0 auto; border:1px solid #3b3b3b;}
.testin a:hover{background:#000; color:#fff;}

/*.testin .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
*/
.testin blockquote .small, blockquote footer, blockquote small{font-family: 'MyriadPro-Regular'; font-size:17px; line-height:20px; color:#2c82b2; font-weight:300; text-align:left; padding-left:24%;}

.testin blockquote .small:before, blockquote footer:before, blockquote small:before{content:'' !important;}



/*
======================================================= 
testpart css
=======================================================
*/
.parallaxtestimonial { 
    /* The image used */
    background-image:none;
	background:#ffe401;
    /* 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:95px 0;
}




/*
======================================================= 
servicespart css
=======================================================
*/

.arrow_box {
	position: relative;
	background: #00a1d9;
}
.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(44, 130, 178, 0);
	border-right-color: #00a1d9;
	border-width: 25px;
	margin-top: -25px;
}


.servicespart:hover .servwrap{
  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*/
.servicespart .servwrap: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;
}


.arrow_box2 {
	position: relative;
	background: #00a1d9; z-index:1000;
}
.arrow_box2:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(44, 130, 178, 0);
	border-left-color: #00a1d9;
	border-width: 30px;
	margin-top: -30px;
}


/*
======================================================= 
scheme css
=======================================================
*/
.scheme{background:#1e1e1e; padding:112px 0; text-align:center;}
.schemein{width:1140px; margin:0 auto;}
.schemein img{display:block; text-align:center; margin:0 auto; padding-bottom:0px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.schemein h2{position:relative; display:inline-block; font-family: 'GillSansStd-BoldCondensed'; font-size:45px; line-height:45px;  color:#fff; text-transform:none; margin-bottom:63px;}


/*
======================================================= 
newspart css
=======================================================
*/
.lightpart{background:#f2f2f2; padding:106px 0 66px 0;}


/*
======================================================= 
finance css
=======================================================
*/

.financewrapper{padding:100px 0;}
.financewrapper h2{font-family: 'GillSansStd-Condensed'; font-size:72px; line-height:72px; color:#1e1e1e; padding-bottom:85px; text-align:center;}
.finmatter{background:#373737; text-align:left; padding:50px 115px 50px 35px; width:365px; height:265px; -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-left:3px solid #373737; margin-bottom:80px;}
.finmatter h2{font-family: 'GillSansStd-Condensed'; color:#fff; font-size:36px; line-height:36px; padding-bottom:30px; text-align:left;}
.finmatter p{font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:22px; padding-bottom:40px; color:#fff;}
.finmatter a{font-family: Tahoma,Verdana,Segoe,sans-serif; color:#fff; font-size:18px; line-height:40px; text-align:center; display:block; -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:#1e1e1e; width:117px;}
.finmatter a:hover{background:#fff; color:#000;}
.finpic{margin-left:0px; margin-top:15px;}
.finpic img{display:block; text-align:center; margin:0 auto; width:225px; height:225px;}

.finmatter:hover{background:#ffe401; border-left:3px solid #1e1e1e;}
.finmatter:hover h2{color:#1e1e1e;}
.finmatter:hover p{color:#1e1e1e;}
.finmatter:hover a{background:#252525; color:#fff;}

.act{background:#ffe401; border-left:3px solid #1e1e1e;}
.act h2{color:#1e1e1e;}
.act p{color:#1e1e1e;}

.act2{background:#252525;}

.border {
  display: inline-block;
  position: relative;
}
.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);
}
img {
  display: inline-block;
  position: relative;
}
/*
======================================================= 
newswrap css
=======================================================
*/
.newswrap{background:#f9f7f9; padding:45px 0 60px 0;}
.newsinfo{text-align:center;}
.newsinfo h2{font-family: "COCOGOOSE  UltraLight";  color:#43464c; font-size:41px; line-height:41px; padding-bottom:50px; text-transform:uppercase;}
.newsinfo .carousel{height:auto;}



/*
======================================================= 
infortmation css
=======================================================
*/
.infortmation{padding:78px 65px 50px 65px; /* The image used */
   /* background-image: url("../images/bg_services.jpg");*/
    /* Set a specific height */
    height: auto; 
	background:#ffe401;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.clienttitle{text-align:left; text-transform:none;}
.clienttitle h2{font-family: 'GillSansStd-BoldCondensed'; font-size:55px; line-height:55px; color:#1e1e1e; text-transform:none; padding-left:26px; padding-bottom:100px;}

.clienttitle a{background:#2d3041; text-align:center; display:block; width:143px; line-height:45px; font-size:21px; color:#fff; font-family: Tahoma,Verdana,Segoe,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; margin-left:0px;  margin:0 auto; display:inline-block;}
.clienttitle a:hover{background:#000; color:#fff;}


.clientpart{text-align:center;}
.clientpart img{border-radius:100%; width:159px; height:159px; border:7px solid #d2df23; margin-bottom:15px; display:block; margin:0 auto;}
.clientpart small{font-family: Tahoma,Verdana,Segoe,sans-serif; font-size:20px; line-height:20px; color:#000;}


.infoinpart{width:90%; margin:0 auto;}

.tpspacepart{padding:60px 0; text-align:center;}
.tpspacepart h2{font-family: 'SegoeUI-Bold'; color:#2f3337; font-size:45px; line-height:45px; padding-bottom:80px; text-transform:uppercase;}
.tpspacepart h2 span{display:inline-block; font-family: 'SegoeUI-Light'; text-transform:uppercase; color:#2f3337;}

.infortmation .carousel-indicators {
    bottom:-40px;
	left:0;
	width:100%;
	background:none;
	padding: 6px 0px;
	margin-left:0;
	border-top:2px solid #fff; display:none;
}
.infortmation .carousel-indicators li {
	width:12px;
	height:12px;	
	background:#fff;
	border-color:#fff;
 
}
.infortmation .carousel-indicators .active {
	width:14px;
	height:14px;
	background:#428bca;
	border-color:#428bca;
}
.infortmation .carousel-inner .thumbnail {
	margin-bottom:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.infortmation .carousel-inner .caption {
	margin: 0px 70px 0 170px;
}


.infortmation .carousel-inner .caption h3{font-family: 'MyriadPro-Regular'; font-size:21px; line-height:30px; color:#404b52; padding-bottom:10px; text-transform:uppercase;}
.infortmation .carousel-inner .caption span{color:#2cbec7; font-size:22px; line-height:22px; font-family: 'MyriadPro-Regular'; padding-bottom:30px; display:block; font-style:normal;}
.infortmation .carousel-inner .caption p{font-family: 'MyriadPro-Regular'; font-size:23px; line-height:25px; color:#404b52; padding-bottom:30px; text-align:justify;}
.infortmation .carousel-inner .caption p span{display:block; color:#454754; font-size:20px; line-height:25px;}



.modal-content iframe{ margin: 0 auto; display: block;}



/*
======================================================= 
newspart css
=======================================================
*/
.newssection{padding:140px 0; overflow:hidden;}


.footerpic{background:#fff;}
.footerbottom{background:url(../images/footerbottom.png) center bottom no-repeat; height:78px;}
.footertop{background:#161616 url(../images/footertop.png) center bottom no-repeat; height:613px;}
.footerpic{background:url(../images/footerpic.png) center bottom no-repeat; height:743px; background-size:cover;}


.contactmap{}


/*
======================================================= 
Responive Media Query
=======================================================
*/


@media screen and (min-width:320px) and (max-width:480px)

{
	

	.navbar-collapse{padding:0 0 0 0;}
	.menu .navbar-default .navbar-nav>li>a{border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li:first-child a{border-radius:inherit;}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{background:fff !important; border:none !important;}
	.menu .navbar-default .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px; border-bottom:1px solid #000; border-right:none; color:#000; line-height:20px; border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li>a:hover{color:#000; background:#dc6226;}
	.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{color:#000;}
	.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li>a:hover{color:#000; /*background-color:#7e32de;*/ background:#2c82b2 !important; border-radius:inherit;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li:last-child a{border-radius:inherit; border-bottom:none;}
	
	.navbar-default .navbar-nav>li>a{line-height:40px;}
	.navbar-default .navbar-nav>li{background:none;}
	
    .topborder{padding:0 0 0 0; margin-top:280px;}
	.logo{width:186px; margin:0 auto;}
	.logo a{margin-bottom:30px;}
	.logpart{float:none; margin:0 auto; width:230px; margin-top:15px; margin-bottom:15px; overflow:hidden;}
	.logpart a{}
	.logpart a:last-child {margin-right:0px;}
	.toppart{width:280px; top:-268px; padding:25px 10px; margin:0 auto;}
	 .callinfo{padding:0 0 30px 0;}
	 .memberlogin{float:none; display:block; margin:0 auto;}
	 .memberlogin a{display:block; width:185px; margin:0 auto;}
	 
	
	.carousel-indicators{display:block;}
	.bannertxt h2{font-size:15px; line-height:18px;}	
	
	
  
  .testin #quote-carousel img{margin-bottom:0px;}
  .testin .item blockquote p{width:95%; font-size:20px; line-height:25px; margin:0 auto;}
  .testin blockquote .small, blockquote footer, blockquote small{text-align:center; padding-left:0px;}
  .rightquote{bottom:50px;}
  
  
  .schemein{width:100%; margin:0 auto;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%; font-size:29px; line-height:29px;}
	  
  .introductory{width:280px; margin:0 auto; margin-top:45px; padding-bottom:70px;}
  .ltintro{text-align:center; padding-bottom:30px; padding: 45px 0px 0 0;}
  .ltintro a{margin:0 auto;}
  
  .row{margin-left:0px !important; margin-right:0px !important;}
  .container{padding-left:0px !important; padding-right:0px !important;}
  .carousel-control.left{display:none;}
  .carousel-control.right{display:none;}
  
  
  .investment:before{width:100%;}
  .investment{margin:0 10px; width:280px; margin:0 auto;}
  .investin p{padding:30px 0px 0 0; font-size:20px; line-height:20px;}
  .investin h2{font-size:17px; line-height:18px;}
  .investin{margin-bottom:0px; height:83px;}
  .investin span{line-height:83px; font-size:16px;}
  .tpspace2{margin-top:0px;}
  .tpspace3{margin-top:0px;}
  .introwrap{margin-top:50px;}
  
  .newlt{width:100%; float:none; margin:0 auto;}
  .newrt{width:100%; float:none; margin:0 auto; padding:30px 0px 0 0px; text-align:center;}
  .newrt h2{font-size:32px; line-height:32px;}
  
  .testintop{width:100%;}
  .testimonialwrapper{height:auto;}
  .testin .carousel-inner{width:100%;}
  .testin .item blockquote{width:100%; text-align:center;}
  .testin .carousel-inner>.item{padding:0px 0;}
  .leftquote{left:20px; top:70px;}
  .testin #quote-carousel .carousel-indicators{bottom:-30px;}
    
  .topmenu{margin-top:0px; background:#000; z-index:1000;}
  .menuinner{padding:0;}


    .bannertxt{top:40px; width:70%; padding:10px; left:0px; right:0; margin:0 auto;}
    .bannertxt p{font-size:12px; line-height:15px; text-align:center; right:0px; padding-bottom:0px;}

    .footerpic{background-size:auto 100%; height:743px;}

    .newsinfo{margin-bottom:50px;}
    .testin h2{font-size:60px; line-height:60px;}
 

	.act{height:240px;}
	.finmatter.act p{height:auto;}
	.finmatter{margin-bottom:0px; width:280px; padding:50px 15px 50px 15px; text-align:center; margin:0 auto;}
	.finmatter h2{text-align:center;}
	.finmatter p{height:131px;}

	.finmatter a{margin:0 auto;}
	.finpic{display:block; width:280px; margin:0 auto; margin-top:22px; margin-bottom:22px; }
	.finpic img{width:100%; height:auto;}
	
	.infortmation{padding:78px 10px 50px 10px;}
	.clienttitle h2{padding-left:0px; font-size:45px; line-height:45px;}
	.clienttitle{margin-bottom:50px; text-align:center;}
	.infortmation .carousel-inner .caption{margin:0px 0px 0 0px;}
	.infoinpart{width:100%;}
	
	.mainpart{padding:0 0 0 0;}
	.fundinner{width:280px; margin:0 auto; display:block; margin-bottom:250px;}
	.fundinner:before{border-right: 140px solid transparent; border-left: 140px solid transparent;}
	.fundinner:after{border-right: 140px solid transparent; border-left: 140px solid transparent;}
	
	.knowledgewrapper h2:before{width:15%; top:0px;}
	.knowledgewrapper h2:after{width:15%; top:0px;}
	
	.knowledgewrapper h2{font-size:30px; line-height:30px; padding-bottom:70px;}
	.knowinner{padding:0 30px; width:280px; margin:0 auto;}
	.knowpic{height:98px;}
	
	.smartin{padding:220px 0px 0px 0; width:280px; margin:0 auto; text-align:center;}
	.smarttitle{padding:0 0 30px 0;}
	.smartmatter{padding:0 0 0 0;}
	
	.topfund{padding:0 20px 170px 20px; text-align:center;}
	.fundtitle h2 span{display:inline;}
    .fundtitle h2{font-size:56px; line-height:56px;}

}



@media screen and (min-width:481px) and (max-width:767px)

{
	
	.navbar-default .navbar-nav>li>a{line-height:40px;}
	.navbar-default .navbar-nav>li{background:none;}
	
	.topmenu{margin-top:0px; background:#000; z-index:1000;}
	.menuinner{padding:0 0 0 0;}
	
	.menu .navbar-brand {font-size: 24px; padding: 20px 0px 20px 0px;}
	.menu .navbar {min-height: 60px; top:0px; position:absolute; z-index:3000; right:0; width:100%;}
	.continfo{float:none; margin:0 auto; width:280px;}
	.continfo p{font-size:17px;}
	.menu .navbar-toggle{margin-right:0px;}
	.menu .navbar-default .navbar-toggle{/*background-color: #1cbbb4;*/ border-color:#000; }
	.menu .navbar-default .navbar-toggle .icon-bar{background-color:#000;}
	.menu .navbar-nav{float:none; margin:0 0 0 0; background:#e4e4e4; border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li{background:none;}
	.navbar-collapse{padding:0 0 0 0;}
	.menu .navbar-default .navbar-nav>li>a{border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li:first-child a{border-radius:inherit;}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{background:fff !important; border:none !important;}
	.menu .navbar-default .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px; border-bottom:1px solid #000; border-right:none; color:#000; line-height:20px; border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li>a:hover{color:#000; background:#dc6226;}
	.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{color:#000;}
	.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li>a:hover{color:#000; /*background-color:#7e32de;*/ background:#2c82b2 !important; border-radius:inherit;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{border-radius:inherit;}
	.menu .navbar-default .navbar-nav>li:last-child a{border-radius:inherit; border-bottom:none;}
	
	.topborder{padding:0 0 0 0; margin-top:280px;}
	.logo{width:186px; margin:0 auto;}
	.logo a{margin-bottom:30px;}
	.logpart{float:none; margin:0 auto; width:230px; margin-top:15px; margin-bottom:15px; overflow:hidden;}
	.logpart a{}
	.logpart a:last-child {margin-right:0px;}
	.toppart{width:280px; top:-268px; padding:25px 10px; margin:0 auto;}
	 .callinfo{padding:0 0 30px 0;}
	 .memberlogin{float:none; display:block; margin:0 auto;}
	 .memberlogin a{display:block; width:185px; margin:0 auto;}
	
	 .bannertxt h2{font-size:30px; line-height:30px;}
	 .carousel-indicators{display:block;}
	 .banner-cnt p {font-size: 16px;}
	
	
	  .carousel-control{display:none;}
	
	
	  .investment:before{width:100%;}
	  .investment{margin:0 10px; width:400px; margin:0 auto; height:540px;}
	  .investin p{padding:60px 0px 0 0; font-size:20px; line-height:20px;}
	  .investin h2{font-size:25px; line-height:25px;}
	  .investin{margin-bottom:0px; height:120px;}
	  .investin span{line-height:120px; font-size:16px;}
	  .tpspace2{margin-top:0px;}
	  .tpspace3{margin-top:0px;}
	  .introwrap{margin-top:60px;}
  
  
	 .testin #quote-carousel img{margin-bottom:50px;}
	 .testin .item blockquote p{width:95%; font-size:20px; line-height:25px; margin:0 auto;}
	 .testin blockquote .small, blockquote footer, blockquote small{padding-left:0; text-align:center;}
	
  	 .featuresin{margin-bottom:50px; padding:0px 0;}
	  
	  .introductory{width:400px; margin:0 auto; margin-top:45px;}
	  .ltintro{text-align:center; padding-bottom:30px;}
	  .ltintro a{margin:0 auto;}

  	  .row{margin-right: 0px; margin-left: 0px;}
  
  
	  .testintop{width:100%;}
	  .testimonialwrapper{height:auto;}
	  .testin .carousel-inner{width:100%;}
	  .testin .item blockquote{width:100%;}
	  .testin .carousel-inner>.item{padding:30px 0; text-align:center;}
	  .leftquote{left:20px; top:70px;}
	  .testin #quote-carousel .carousel-indicators{bottom:-30px;}


		.bannertxt{top:50px; width:100%; padding:10px; left:0px; right:0; margin:0 auto;}
		.bannertxt p{font-size:18px; line-height:25px; text-align:center; right:0px;}

		.newsinfo{margin-bottom:50px;}

		.act{height:220px;}
		.finmatter.act p{height:auto;}
		.finmatter{margin-bottom:0px; width:400px; padding:50px 15px 50px 15px; text-align:center; margin:0 auto;}
		.finmatter h2{text-align:center;}
		.finmatter p{height:131px;}

		.finmatter a{margin:0 auto;}
		.finpic{display:block; width:400px; margin:0 auto; margin-top:22px; margin-bottom:22px; }
		.finpic img{width:100%; height:auto;}


        .schemein{width:100%; margin:0 auto;}
	    .schemein img{width:100%; height:auto;}
	    .schemein h2{width:100%; font-size:29px; line-height:29px;}
  
  
		.infortmation{padding:78px 10px 50px 10px;}
		.clienttitle h2{padding-left:0px; font-size:45px; line-height:45px;}
		.clienttitle{margin-bottom:50px; text-align:center;}
		.infortmation .carousel-inner .caption{margin:0px 0px 0 0px;}
		.infoinpart{width:100%;}
		
		.mainpart{padding:0 0 0 0;}
		.fundinner{width:400px; margin:0 auto; display:block; margin-bottom:250px;}
		.fundinner:before{border-right: 200px solid transparent; border-left: 200px solid transparent;}
		.fundinner:after{border-right: 200px solid transparent; border-left: 200px solid transparent;}
		
		.knowledgewrapper h2:before{width:15%; top:0px;}
		.knowledgewrapper h2:after{width:15%; top:0px;}
		.knowledgewrapper h2{font-size:32px; line-height:32px; padding-bottom:70px;}
		.knowinner{padding:0 30px; width:400px; margin:0 auto;}
		.knowpic{height:150px;}
		
		
		.smartin{padding:0 0px 0px 0; width:400px; margin:0 auto; text-align:center;}
		.smarttitle{padding:50px 0 30px 0;}
		.smartmatter{padding:0 0 0 0;}
		
		.topfund{padding:0 100px 170px 100px; text-align:center;}
	    .fundtitle h2 span{display:inline;}
        .fundtitle h2{font-size:56px; line-height:56px;}

 	
}


@media screen and (min-width:768px) and (max-width:989px)

{
	.navbar-collapse{padding:0 0 0 0;}
	.menu .navbar-brand {font-size: 20px; /*padding: 31px 0px 41px 0px;*/}
	.nav>li>a {padding: 10px 7px;}
	.navbar-default .navbar-nav>li>a{font-size:14px; padding: 0px 26px;}
	.menu{width:720px; margin:0 auto;}
	.dropdown-menu>li>a{padding:3px 10px;}
	
	.logo{width:200px;}
	
	.menuinner{padding:0 20px; width:720px; margin:0 auto;}
	.topmenu{margin-top:0px;}
		
	.toppart{width:720px; margin:0 auto; padding: 25px 20px; position:relative;}
	.callinfo{padding:0 0 0 10px;}
	.callinfo p{font-size: 12px;}
	
	.investment:before{width:100%; height:300px;}
	 .investment{width:720px; margin:0 auto; height:350px; margin-top:-110px;}
	.investin p{padding:60px 0px 0 0; font-size:20px; line-height:20px;}
	  .investin h2{font-size:25px; line-height:25px;}
	  .investin{margin-bottom:0px; height:117px;}
	  .investin span{line-height:117px; font-size:16px;}
	  
  
  .testintop{width:100%;}
  .testin .item blockquote p{width:95%; font-size:26px; line-height:30px; margin:0 auto;}
  .readbtn a{font-size:15px;}
 
  
  .schemein{width:100%; margin:0 auto;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%;}
	
  .introductory{width:720px; margin:0 auto; margin-top:45px;}
  
  .testimonialwrapper{height:auto;}
  .testin .carousel-inner{width:100%;}
  .testin .item blockquote{width:90%; margin:0 auto;}
  .leftquote{left:20px;}
  .testin #quote-carousel .carousel-indicators{bottom:-30px;}
  
    .ltintro{text-align:center; padding-bottom:30px;}
	
	 
	.bannertxt{top:100px; width:100%; padding:13px 60px;}
	.bannertxt h2{font-size:46px; line-height:46px;}
	.bannertxt p{font-size:25px; line-height:40px; right:0px; padding-bottom:0px;}
	
	.finmatter{width:265px; height:240px; padding:50px 100px 50px 15px;}
	.finmatter p{font-size:13px; line-height:14px;}
	.finpic img{width:180px; height:200px;}

	
	.schemein{width:100%; margin:0 auto;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%; font-size:35px; line-height:35px;}
  
  .infortmation{padding:78px 10px 50px 10px;}
  .infoinpart{width:100%;}
  .clienttitle h2{font-size:30px; line-height:30px; padding-left:20px;}
  .infortmation .carousel-inner .caption{margin:0px 10px 0 10px;}
  .clientpart img{height:auto; width:auto;}
  
  
  .topfund{padding: 0 30px 170px 30px; width:720px; margin:0 auto;}
  .mainpart{padding:0 30px; width:720px; margin:0 auto;}
  .fundinner{width:220px; margin:0 auto; display:block; margin-bottom:0px; padding: 100px 25px 45px 25px;}
  .fundinner:before{border-right: 110px solid transparent; border-left: 110px solid transparent;}
  .fundinner:after{border-right: 110px solid transparent; border-left: 110px solid transparent;}
  .fundinner h2{font-size:32px; line-height:32px;}
  .fundinner p{font-size:19px; line-height:25px;}	
  
  .knowledgewrapper h2{font-size:86px; line-height:86px;}
 .knowledgewrapper h2:before{width:130px;}
.knowledgewrapper h2:after{width:130px;}
.knowinner{ width:750px; margin:0 auto;}
.knowpic{height:167px;}

.smartin{padding:0 0px 0px 0px; width:720px; margin:0 auto;}
.smarttitle h2{font-size:29px; line-height:29px;}
  
}


@media screen and (min-width:990px) and (max-width:1200px)

{
	.menu .navbar-brand {font-size: 20px; /*padding: 31px 0px 41px 0px;*/}
	.nav>li>a {padding: 10px 7px;}
	.navbar-default .navbar-nav>li>a{font-size:14px; padding:0 26px;}
	.menu{width:100%; margin:0 auto;}
	.logo{width:320px;}
}





@media screen and (min-width:990px) and (max-width:1200px)

{
	
	.menuinner{padding:0 20px; width:720px; margin:0 auto;}
	
	.row{margin-right: 0px; margin-left: 0px;}
	.banner .content {background: rgba(255,255,255,0.8);width: 540px;height: 369px;right: 43px;padding: 30px 15px; top:35px;}
	.banner .content h2 {font-size: 34px;text-align: center;}
	.banner .content p {font-size: 24px;width: 100%;text-align: center;line-height: 41px;float: none;margin: 16px 0;}
	.banner .content a {font-size: 16px;display: block;padding: 10px 15px;float: none;text-align: center;margin: 0 auto;width: 140px;}
	
		
	.bannerwrap .carousel-caption{width:750px; text-align:left !important; left:20px !important; top:20% !important;}
	.bannerwrap .carousel-caption h2{left:0px !important;}  
	.bannerwrap .carousel-caption p{left:0px !important;}

    .bannerwrap .carousel-caption h2 span{font-size:30px !important; line-height:30px !important;}
	
	
	.toppart{width:720px; margin:0 auto; padding: 25px 20px; position:relative;}
	.callinfo{padding:0 0 0 10px;}
	.callinfo p{font-size: 12px;}
	.logo{width:200px;}
	
  .testintop{width:100%;}
  .testin .item blockquote p{width:95%; font-size:20px; line-height:25px; margin:0 auto;}	
  
  
  .schemein{width:100%; margin:0 auto;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%;}
  
  .testimonialwrapper{height:auto;}
  .testin .carousel-inner{width:100%;}
  .testin .item blockquote{width:90%; margin:0 auto;}
  .leftquote{left:20px;}
  .testin #quote-carousel .carousel-indicators{bottom:-30px;}
	
	 .topmenu{margin-top:0px;}
	 .bannertxt{width:100%; padding:0px 60px; top:130px;}
	.bannertxt p{font-size:45px; line-height:45px; right:0px; padding-bottom:0px;}
	.bannertxt h2{font-size:48px; line-height:48px;}
	
	.introductory{width:720px; margin:0 auto; margin-top:45px; padding-bottom:45px;}
	
	.schemein{width:100%; margin:0 auto;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%; font-size:35px; line-height:35px;}
  
  
    .infortmation{padding:78px 10px 50px 10px;}
  .infoinpart{width:100%;}
  .clienttitle h2{font-size:45px; line-height:45px; padding-left:20px;}
  .infortmation .carousel-inner .caption{margin:0px 10px 0 10px;}
  .clientpart img{height:auto; width:auto;}

	
	
	.topfund{padding: 0 30px 170px 30px; width:750px; margin:0 auto;}
  .mainpart{padding:0 30px; width:750px; margin:0 auto;}
  .fundinner{width:230px; margin:0 auto; display:block; margin-bottom:0px; padding: 100px 25px 45px 25px;}
  .fundinner:before{border-right: 115px solid transparent; border-left: 115px solid transparent;}
  .fundinner:after{border-right: 115px solid transparent; border-left: 115px solid transparent;}
  .fundinner h2{font-size:32px; line-height:32px;}
  .fundinner p{font-size:19px; line-height:25px;}
  
 .knowledgewrapper h2:before{width:200px;}
.knowledgewrapper h2:after{width:200px;}
.knowinner{ width:750px; margin:0 auto; padding:0 0 0 0;}
.knowpic{height:222px;}

.smartin{padding:50px 0px 0px 0px; width:720px; margin:0 auto;}
.smarttitle h2{font-size:29px; line-height:29px;}
.smartmatter p{font-size:16px; line-height:20px;}  

  
}


@media screen and (min-width:1201px) and (max-width:1450px)

{
  
  	.bannertxt{top:180px; width:100%; padding:40px 60px;}

  .bannerwrap .carousel-caption p{left:-120px !important;}
  .bannerwrap .carousel-caption h2{left:-120px !important;}
  
  
  .infortmation{padding:78px 10px 50px 10px;}
  .infoinpart{width:100%;}
  .clienttitle h2{font-size:45px; line-height:45px; padding-left:20px;}
  .infortmation .carousel-inner .caption{margin:0px 10px 0 10px;}
  .clientpart img{height:auto; width:auto;}
  
  .knowledgewrapper h2:before{width:280px;}
.knowledgewrapper h2:after{width:280px;}
}