@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 ========================

*/
.toinner{}
.top-header{width:auto; background:#ececec; margin:0 auto; padding:0 121px;}
.toppartinfo{background:#a8540e; position:relative; height:33px; z-index:2;}
.toppartinfo:after{
        content: '';
        position: absolute;
        width:41%;
        right:0;
        height:110%;
        background: transparent; top:0px; height:33px; z-index:1;
    }

.logo{padding:35px 0; width:387px;}
.logo a{display: block;}

.modal-backdrop{z-index:1;}

.rtpart{float: right; /*position: relative;*/ z-index: 1000;}
.rttop{padding:5px 0; text-align: right; position:relative; z-index:10000; right:-40px;}
.rttop a{display:inline-block; color: #fff; font-size: 15px; line-height: 25px; 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:30px 25px 20px 60px; float:right; margin-right:40px;}
.rtbottom p{padding-right:20px;}
.rtbottom p img{padding-right:10px;}
.rtbottom p{display: inline-block; font-size: 15px; color:#285b9a; font-family: 'Lato', sans-serif; padding-left:0px; font-weight: 500; line-height:36px;}
.rtbottom p a{line-height: 36px; padding:0 15px; text-transform:none; display: inline-block; color: #285b9a; 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{display:inline-block; margin-right:0px; -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.log{background:#fff; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; border:1px solid #ccc; line-height:31px; text-align:center; color:#ff5700; font-family: 'Lato', sans-serif; padding:0 24px;}

.rtbottom p a:hover{color: #000;}


.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: 'Raleway', sans-serif; text-transform:uppercase; color:#285b9a; font-size:17px; padding: 0px 10px; line-height: 50px; font-weight:600; 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;*/ padding-left:0px;}

/*.navwrapper .navbar-default .navbar-nav>li a:last-child {background:none;}*/
.navwrapper .navbar-default .navbar-nav>li>a:hover{color:#000;}
.navwrapper .navbar-default .navbar-nav>li>a.active{color:#000; /*border: 2px solid #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:#285b9a; 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: #fff; padding:20px 0;}
.navwrapper{width:auto; margin: 0 auto; height: 57px; padding:0 121px;}

/*

=========================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: #000; text-align: center;}
.smartsip h3{font-family: 'Raleway', sans-serif; font-weight: 700; font-weight: 600; font-size: 36px; color: #fff; line-height: 90px;}
.smartsip h3 span{font-family: 'Raleway', sans-serif; font-weight: 700; color: #fff;} 

.parallaxsmartsip { 
    /* The image used */
   /* background-image: url("../images/bg_smartsip.png");*/
	background-image: repeat;
	background:#000;
    /* 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; margin-bottom:30px;}
.smartinfo a:hover{background:#3fabd8;}
.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: #cbf2ff; 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: 'Raleway', sans-serif; font-weight: 700; font-size:37px; line-height:37px; color:#000; padding-bottom:78px;}
.performwrap h2 span{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:#f3966d; color:#000; line-height:38px;  font-family: 'Lato', sans-serif; font-weight:400; 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:#3fabd8;}



/*
======================================================= 
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:20px 85px; background:#fff;}
.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: 'Lato', sans-serif; font-weight: 600; font-size: 20px; color: #0096ba; line-height: 20px; padding-bottom: 20px; text-align: left;}
.chartin h3 span{font-family: 'Lato', sans-serif; color: #0096ba;} 
.chartin 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: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:#000;}

.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; font-size:16px;}
.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;}





/*
=========================bankdetails main========================
*/
.bankdetails{padding:60px 0; overflow:hidden; background:#ff5800;}
.banktxt{text-align:center;}
.banktxt h2{font-family: 'Raleway', sans-serif; color:#000; font-size:40px; line-height:40px; font-weight:700; padding-bottom:50px;}
.banktxt h2 span{color:#fff;}

.bankinfo{text-align:center;}
.bankinfo h2{font-family: 'Lato', sans-serif; font-weight:300; font-size:23px; color:#285b9a; padding-bottom:35px;}
.bankinfo h2 span{font-weight:700; text-transform:uppercase; display:inline-block; color:#285b9a;}
.bankinfo p{border-bottom:1px solid #b0988e; font-size:17px; line-height:22px; color:#000; padding-bottom:8px; font-family: 'Lato', sans-serif;}
.bankpic{}
.bankpic img{display:block; text-align:center; margin:0 auto;}
.bankinfo a{border:1px solid #ccc; background:#000; line-height:45px; color:#fff; padding:0 20px; display:block; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; font-family: 'Lato', sans-serif; font-weight:700;}
.white{color:#fff; font-family: 'Lato', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; font-size:12px;}
.darkblue{color:#046095; font-family: 'Lato', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; font-size:12px;}
.bankinfo .table{text-align:center;}
.bankinfo .table th{color:#000; font-family: 'Lato', sans-serif; border-bottom:none; line-height:18px;}
.bankinfo .table th.noborder,.bankinfo .table td.noborder{border-top:none;}
.bankinfo .table th.white{color:#fff; font-family: 'Lato', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; font-size:12px;}
.bankinfo .table th.darkblue{color:#046095; font-family: 'Lato', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; font-size:12px;}

.bankinfo .table>tbody>tr>td, .bankinfo .table>tbody>tr>th, .bankinfo .table>tfoot>tr>td, .bankinfo .table>tfoot>tr>th, .bankinfo .table>thead>tr>td, .bankinfo .table>thead>tr>th{font-family: 'Lato', sans-serif; font-size:15px; text-transform:none;}

/*
=========================services main========================
*/
.parallaxservices { 
    /* The image used */
   background-image: url("../images/bg_services.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:100px 0; text-align:center;
}

.investtxtin{text-align:center;}
.investtxtin h2{color:#000; font-family: 'Raleway', sans-serif; font-weight:700; font-size:40px; line-height:40px; padding-bottom:40px;}
.investtxtin h2 span{display:inline-block; text-transform:uppercase;}
.investtxtin p{color:#333; font-size:19px; font-family: 'Raleway', sans-serif; line-height:22px; padding-bottom:65px;}
.investtxtpart{-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#fff; border:1px solid #c8c8c8; padding-bottom:45px; margin-bottom:45px;}
.investtxtpart img{display:block; text-align:center; margin:0 auto; -webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-topright: 50px;
border-top-left-radius: 50px;
border-top-right-radius: 50px; width:100%;}
.investtxtpart h2.green{background:#9fb667; padding:17px 0;}
.investtxtpart h2.lightorange{background:#f2966c; padding:17px 0;}
.investtxtpart h2.lightblue{background:#6cbdf1; padding:17px 0;}

.investtxtpart h2{font-size:18px; color:#000; line-height:22px; text-transform:none;}
.investtxtpart h2 span{display:block; text-transform:none;} 
.investtxtpart p{padding:52px 45px 40px 45px; color:#333; font-size:14px; line-height:21px;}
.investtxtpart p.tpspace{padding:35px 45px 40px 45px;}
.investtxtpart a{width:188px; margin:0 auto; display:inline-block; line-height:47px; border:1px solid #c8c8c8; text-align:center; color:#4f4f4f; font-size:18px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -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;}
.investtxtpart:hover a,.investtxtpart a:hover{background:#000; color:#fff;}


/*
=========================investment main========================
*/
.parallaxinvestinfo { 
    /* The image used 
   background-image: url("../images/bg_investment.png");*/
    /* Set a specific height */
    height: auto; 
	background-color: #ff5800;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:100px 0; text-align:center;
}
.parallaxinvestinfo h2{color:#fff; font-family: 'Raleway', sans-serif; font-weight:700; color:#fff; font-size:40px; line-height:40px; padding-bottom:80px;}
.parallaxinvestinfo h2 span{display:inline-block; color:#fff; text-transform:uppercase;}
.ltspac{margin:0 0 0 0; padding:0 0 0 0;}
.investinformation{text-align:center; margin:0 auto;}
.investinformation img{display:block; text-align:center; margin:0 auto; width:100%;}
.investinformation h2{color:#fff; font-family: 'Raleway', sans-serif; font-weight:500; color:#fff; font-size:24px; line-height:24px; padding:45px 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;
  transition: all 0.5s ease-in-out;}
.investinformation:hover h2{color:#000;}

.parallaxinvestinfo:hover .investinformation{
  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*/
.parallaxinvestinfo .investinformation: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;
}  






.stickywrap{display:none !important;}
/*floating form css*/

/*sticky login css*/
.stickywrap{position:fixed; top:450px; left:0px; z-index:6000; }
.bigger10{font-size: 140%; color: #000;}
.bigger10:hover{color:#000;}
.stickywrap a{behavior: url(PIE.htc); position:relative; background:#4d96d8; display:block; transform: rotate(90deg); line-height:32px; height:32px; width:300px; font-size:16px; text-transform:uppercase; font-family: 'MyriadPro-Regular'; color:#fff; text-align:center; left:-135px; transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s; /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/ text-transform:none; -webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;}

#closX{border-radius:inherit !important; background:none !important; color:#000 !important; transform:none !important; right 0px !important; width:auto !important; left:0px !important;}
.stickywrap a:hover{color:#000;}

.floatR{ float:right;}
.recentItem{ position:inherit; left:-300px;  background:#e9e9e9; top:0; z-index:999999; width:300px; padding:10px; overflow:auto !important; height:100%;}
.recentItemTxt{ padding:25px 0 0 0px; font-size:1.5em; font-weight:300;}
.ctntItem{ background:#FFF; padding:10px; border-bottom:1px solid #aaa;}
.ctntItem img{ margin-right:8px; display:inline; float:left;}
.ctntItem h3{ font-size:0.95em; font-weight: normal; padding:0 0 7px 0;}
.ctntItem h3 a{ text-decoration:none;}
.propDfn{ display:inline; font-size:0.785em; line-height:19px;}
.cntLoc{ vertical-align:middle; margin:2px 5px 0 0;}
.recentItem a > i{ color:#a7a7a7; font-size:20px; transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;}
.recentItem a:hover > i{ color:#000;}
.ctntItem:hover{ box-shadow:0 0 10px #999;}


.btn {
    font-family: "Open Sans";
}
.btn-lg, .btn-group-lg > .btn {
    
    padding: 0 0 0 0;
}
.btn-bricky {
    background-color: inherit;
    border-color:inherit;
    color: #ffffff;
	border:none !important;
	
}
.centerItem{margin:100px 0 0 250px;}

.modalform{width:250px; margin:0 auto; padding:20px 0 0 0;}
.modalform h2{margin:0; padding:0 0 20px 0; font-size:22px; font-family: 'Roboto', sans-serif; font-weight:700;}
.modalform input.txt{ width:250px; padding:0 10px; height: 45px; border:0; border-radius: 0px; color: #808080; font-size:16px; font-family: 'Roboto', sans-serif; transition: all 0.3s ease 0s; line-height:45px; text-transform: none;  float:none; display:block; text-align:left; margin-right:0px; background:#d5d5d5; margin:0 auto; margin-bottom:10px;}
.modalform input.txt::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#808080; opacity:1}
.modalform input.txt::-moz-placeholder { /* Firefox 18- */ color:#808080; opacity:1}
.modalform input.txt::-moz-placeholder { /* Firefox 19+ */color: #808080; opacity:1}
.modalform input.txt::-ms-input-placeholder { /* IE 10+ */color:#808080; opacity:1}
.modalform input.txt::-ms-input-placeholder { /* Edge */ color: #808080; opacity:1}
.modalform input.txt::placeholder-shown { /* Standard one last! */color: #808080; opacity:1}

.modalform input:focus,.testformrt textarea.comment:focus {outline: none; box-shadow: 0px 0px 7px #000; border-color: #ddd; background:#fff;}


.modalform textarea.comment{  width:400px; line-height:25px; height:120px; font-size:18px; color:#000 !important; font-weight:400; border:none; outline:none; padding:10px; transition: all 0.6s ease 0s; resize: none; background:#d5d5d5 !important; float:none; margin-bottom:20px; resize: none;}
.modalform textarea.comment:focus{ outline: none; box-shadow: 0px 0px 15px #474747 !important; border-color: #ddd !important; color:#000 !important; background:#fff !important;}

.remodal-confirm {
  color: #fff;
  background: #7a7a7a;
    margin-left:10px;
    transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	border:0; outline:none; padding:12px 25px;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
 box-shadow: inset 200px 0 0 0 #ff9800;
}

.remodal-cancel {
  color: #fff;
  background: #7a7a7a;
    margin-left:10px;
    transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	border:0; outline:none; padding:12px 25px;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  box-shadow: inset 200px 0 0 0 #ff9800;
}


/*sticky login css end*/







.floatwrap{position:fixed; right:0; z-index:7000; top:110px;}
/* floating box style */
.floating-form {
    max-width: 300px;
    padding: 30px;
    font: 13px Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    border: 1px solid #ddd;
    right: 10px;
    position: fixed;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	}
.contact-opener {
    position: absolute;
    left: -198px;
    transform: rotate(-90deg);
    top: 157px;
    background-color: #216288;
    padding: 9px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    /*-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;*/

    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);

}
.floating-form-heading{
    font-weight: bold;
    font-style: normal;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 18px;
    padding-bottom: 3px;
}
.floating-form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.floating-form label > span{
    width: 70px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.floating-form span.required{
    color:red;
}
.floating-form .tel-number-field{
    width: 40px;
    text-align: center;
}
.floating-form  .long{
    width: 120px;
}
.floating-form input.input-field{
    width: 68%;
   
}

.floating-form input.input-field,
.floating-form .tel-number-field,
.floating-form .textarea-field,
 .floating-form .select-field{
	
	width:250px; padding:0 10px; height: 45px; border:0; border-radius: 0px; color: #000; font-size:16px; font-family: 'Roboto', sans-serif; transition: all 0.3s ease 0s; line-height:45px; text-transform: none;  float:none; display:block; text-align:left; margin-right:0px; background:#e0e0e0; margin:0 auto; margin-bottom:10px;
	
}
.floating-form .input-field:focus,
.floating-form .tel-number-field:focus,
.floating-form .textarea-field:focus,  
.floating-form .select-field:focus{
    border: 1px solid #000;
}
.floating-form .textarea-field{
    height:100px;
    width: 250px;
}
 .contact-opener {
    /*-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;*/
	
	/*-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);*/
/*-webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;*/

    background-color: #216288;
    /*border: 1px solid #fff;
	text-shadow: 2px 0px 0px rgba(255, 255, 255, 1);*/
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font: 18px Arial, Helvetica, sans-serif; 
	-moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
	/*-moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);*/
}

.contact-opener a{-moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);  color: #fff; text-decoration:none !important; font-size:16px; text-transform:uppercase; font-family: 'MyriadPro-Regular';}

.floating-form input[type="button"],
.floating-form input[type="submit"]
{-moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -webkit-transform:rotate(0deg); background-color: #216288;
    /*border: 1px solid #fff;*/
	text-shadow: 2px 0px 0px rgba(255, 255, 255, 1);  color: #2b2a28;
    padding: 15px 18px;
    text-decoration: none;
    font: 18px Arial, Helvetica, sans-serif; text-transform:uppercase; -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;}

.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover, .contact-opener {
    /*background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);*/
    background-color: #4d96d8; 
	 -webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px; -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	
}
.floating-form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}


.floating-form .remodal-confirm {
  color: #fff;
  background: #2b2a28;
    margin-left:10px;
    transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	border:0; outline:none; padding:12px 25px;
}

.floating-form .remodal-confirm:hover,
.floating-form .remodal-confirm:focus {
 box-shadow: inset 200px 0 0 0 #fcb941; color:#000 !important;
}

.floating-form .remodal-cancel {
  color: #fff;
  background: #2b2a28;
    margin-left:10px;
    transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	border:0; outline:none; padding:12px 25px;
}

.floating-form .remodal-cancel:hover,
.floating-form .remodal-cancel:focus {
  box-shadow: inset 200px 0 0 0 #fcb941; color:#000 !important;
}
/*floating form css end*/

/*=========================financialpart main========================*/
.financialpart{background:#f3966d; text-align:center; padding:70px 0;}
.financialin{}
.financialin h2{color:#fff; font-family: 'Raleway', sans-serif; font-weight:700; color:#fff; padding-bottom:35px;}
.financialin h2 span{display:inline-block; text-transform:uppercase;}
.financecircle{text-align:center; border:4px solid #fff; text-align:center; background:#f3966d; border-radius:100%; padding:50px 20px; width:200px; height:200px; -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;}
.financecircle img{display:block; text-align:center; margin:0 auto;}
.financialintitle{ -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;}
.financialintitle h2{-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; font-family: 'Raleway', sans-serif; color:#fff; font-weight:500; font-size:24px; line-height:24px;}
.finpart{-webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 15px 0px rgba(255,255,255,1); padding:5px; border-radius:100%; width:214px; height:214px; border:2px solid #fff; margin-bottom:35px; -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;} 
.financialintitle:hover h2{color:#000; }
.financialintitle:hover .finpart{-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);}

/*=========================knowpart main========================*/
.knowsection{text-align:center; padding:80px 0 0 0;}
.knowsection h2{font-family: 'Raleway', sans-serif; font-size:37px; line-height:37px; color:#000; font-weight:700; padding-bottom:75px;}
.knowvid{padding:10px 80px 80px 80px; margin:0 auto; overflow:hidden;}
.knowvidin{text-align:center;}
.knowvidin a{display:block;}
.knowvidin img{display:block; text-align:center; margin:0 auto; border:1px solid #cacaca; -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;}
.knowvidin h2{font-family: 'Raleway', sans-serif; font-weight:500; color:#000; font-size:24px; line-height:24px; padding:35px 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;
  transition: all 0.5s ease-in-out;}
.modal-content iframe{margin: 0 auto; display: block;}
.knowvidin .btn-primary{border-radius:inherit; background:none; border:none; padding:0 0 0 0;}
.knowvidin:hover h2{color:#285b9a;}
.knowvidin:hover img{border:1px solid #285b9a;}
/*
=========================footer main========================
*/

.footerpic{background:url(../images/footerpic.png) center top no-repeat; height:545px; 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;}
	
	.toppartinfo:after{display:none;}
	
	.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:40px; 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 .navbar-default .navbar-nav>li>a:hover{color:#285b9a;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{background:#000; color:#fff;}
	
	.navwrapper .navbar-default .navbar-nav>li a.first{padding-left:10px;}
	
  .navwrapper{height: auto; padding:0 10px;}
  .headerbottom{position: absolute; z-index: 5000;  width: 100%; padding:0 0 0 0;}
  .main-slider{top:80px;}
  .rttop{float: none; width: 155px; margin:0 auto; text-align: center; padding:20px 0; right:0px;}
  .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; float:none;}
  .rtbottom p{padding-left: 0px; display: inline-block; text-align: center; line-height: 40px; padding-bottom:20px; width:auto; margin:0 auto; padding-right:10px;} 
  .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;}
  .rtbottom p a.log{display:inline-block;}

	
	.toppartinfo{height:auto;}
	.toppartinfo:after{height:102px;}
	
	.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:545px;}
	
	


  

  .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;}
  
  .knowvid{padding:0 0px 80px 0px;}
  .knowvidin:nth-child(1){padding:20px 0;}
  .knowvidin h2{font-size:16px;}
  
  .finpart{width:125px; height:125px; margin:0 auto 35px;}
  .financecircle{width:112px; height:112px; padding:25px;}
  .financialintitle h2{font-size:13px; line-height:18px;}
  
  .parallaxinvestinfo{padding:100px 0 50px 0;}
  .investinformation:nth-child(1){padding-bottom:50px;}
  .investinformation h2{font-size:16px; line-height:18px;}
  
  .parallaxservices{padding:100px 0px 50px 0;}
  
  .bankinfo .table-responsive{border:none;}
  .bankinfo a{line-height:20px; padding:10px 0;}
  .bankinfo{padding-bottom:30px;}
  .smartsip{margin-top:80px;}
  
  .stickywrap{display:block !important;}
  
  .floatwrap{display:none !important;}
  
}

@media screen and (min-width:551px) and (max-width:767px)

{

	.wrapper{padding:0;}
	.top-header{padding:0 0 0 0;}
	.top-header .navbar-brand {padding: 32px 0px 41px 0px;font-size: 20px;}
	
	.toppartinfo:after{display:none;}
	
	.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:40px; 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 .navbar-default .navbar-nav>li>a:hover{color:#285b9a;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{background:#000; color:#fff;}
	
	.navwrapper .navbar-default .navbar-nav>li a.first{padding-left:10px;}
	
  .navwrapper{height: auto; padding:0 10px;}
  .nav>li{border-bottom:1px solid #fff;}
  	.headerbottom{position: absolute; z-index: 5000;  width: 100%; padding:0 0 0 0;}
  	.main-slider{top:80px;}
  	.rttop{width: 100%; text-align: center; padding:5px 0; right: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:233px; margin:0 auto; float:none;}
  	.rtbottom p{padding-left: 0px; display: inline-block; text-align: center; line-height: 40px; padding-bottom:20px; width:auto; margin:0 auto; padding-right:10px;} 
  	.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: 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;}

	
	
	.item blockquote img{margin-bottom:30px;}
	
	
  	.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;}
	
	
	.knowvid{padding:0 0px 80px 0px;}
  .knowvidin:nth-child(1){padding:20px 0;}
  
  .parallaxinvestinfo{padding:100px 0 50px 0;}
  .investinformation:nth-child(1){padding-bottom:50px;}
  .investinformation h2{font-size:24px; line-height:24px;}
  
  .bankinfo .table-responsive{border:none;}
  .bankinfo a{line-height:20px; padding:10px 0;}
  .bankinfo{padding-bottom:30px;}
  .smartsip{margin-top:80px;}

}

@media screen and (min-width:768px) and (max-width:999px)



{

	.wrapper{padding:0;}
	
	.top-header{padding:0 30px;}
	
	.toinner{width:740px; margin:0 auto;}
	.toppartinfo:after{width:53%;}	
		
	.top-header .navbar-brand{padding: 31px 20px 41px 0px; font-size:20px;}

	.top-header .navbar-default .navbar-nav>li>a{font-size:13px;}
	
	/*.toppartinfo:after{width:56%;}*/
	.nav>li>a {padding: 10px 6px;}
	
	.logo{width:200px;}
	.rttop a{font-size:12px;}

  .rtbottom p{font-size: 11px; padding-left: 10px;}
  .rtbottom p a{font-size: 13px; padding:0 5px;}
  .rttop{right:0px;}

  	.navwrapper .navbar-default .navbar-nav>li>a:first-child{}
  	.navwrapper .navbar-default .navbar-nav>li>a{font-size: 10px; padding:0 4px;}
  	.search.open{width:170px;}
	.search-box{padding:20px 45px 20px 15px;}
	.navwrapper{width:740px; padding:0 0px; margin:0 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;}	
	.container-fluid{padding:0 0 0 0;}	
	.rtbottom{margin-right:0px; width:560px;  padding: 30px 0px 20px 60px; position:relative; left:25px;}
	.rtbottom p{padding-right:1%;}

  	
  	

  	.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;}
	
	.knowvid{padding:0 0px 80px 0px;}
	.knowvidin h2{font-size:21px; line-height:21px;}
	
	.finpart{width:125px; height:125px; margin:0 auto 35px;}
    .financecircle{width:112px; height:112px; padding:25px;}
	.financialintitle h2{font-size:17px; line-height:18px;}
	
	.investinformation h2{font-size:22px; line-height:22px;}
	
	.investtxtpart h2{font-size:15px;}
	
	.smartsip h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 25px 0;
}
	
}



@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;}
	
	.toinner{width:970px; margin:0 auto;}
	
	.top-header .navbar-default .navbar-nav>li>a{font-size:13px;}

	.nav>li>a {padding: 10px 6px;}

	.navbar-nav{float:right;}
	
	.logo{width:300px;}
	.rttop{right:0px;}
	.rtbottom{margin-right:0px;}
	.toppartinfo:after{width:50%;}
	
	.navwrapper{width:970px; padding:0 0px; margin:0 auto;}
 
  	.navwrapper .navbar-default .navbar-nav>li>a{font-size: 12px; 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;}
	

  	

  	.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;}

  	.performwrap{width:90%; margin:0 auto;}
	
	.knowvid{padding:0 30px 80px 30px;}
	
	.finpart{width:175px; height:175px; margin:0 auto 35px;}
    .financecircle{width:162px; height:162px; padding:25px;}
	.financialintitle h2{font-size:22px; line-height:22px;}
   
} 




@media screen and (min-width:1201px) and (max-width:1581px)

{
	.toppartinfo:after{width:42%;}	
	.logo{width:300px;}
	.rttop{right:0px;}
	.rtbottom{margin-right:0px;}
	.toinner{width:1170px; margin:0 auto;}
.top-header{padding:0 0px; margin:0 auto;}	
.navwrapper{width:1170px; padding:0 0px; margin:0 auto;}
.navwrapper .navbar-default .navbar-nav>li>a{font-size: 14px; padding:0 12px;}
}