@font-face {
  font-family: 'AvantGardeITCbyBT-Book';
  src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf')  format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geometric212BT-BookCondensed';
  src: url('../fonts/Geometric212BT-BookCondensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/Geometric212BT-BookCondensed.woff') format('woff'), url('../fonts/Geometric212BT-BookCondensed.ttf')  format('truetype'), url('../fonts/Geometric212BT-BookCondensed.svg#Geometric212BT-BookCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geometric212BT-HeavyCondensed';
  src: url('../fonts/Geometric212BT-HeavyCondensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/Geometric212BT-HeavyCondensed.woff') format('woff'), url('../fonts/Geometric212BT-HeavyCondensed.ttf')  format('truetype'), url('../fonts/Geometric212BT-HeavyCondensed.svg#Geometric212BT-HeavyCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}





/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;



}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a{text-decoration:none; border:0; outline:none;}
a:hover{text-decoration:none; border:0; outline:none;}

.wrapper{padding:0px 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; background:none !important;
} 

.login-help{
  font-size: 12px;
}



/*

=========================Top Header ========================

*/
.logo{padding:35px 0; width:auto;}
.logo a{display: block;}

.modal-backdrop{z-index:1;}

.navwrapper .navbar-default .navbar-toggle .icon-bar{background:#fff;}

.logpart {float: right; padding: 0px 0 0 0;}
.logpart a.member{display:block; border:2px solid #66d6cb; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; color:#3b046a !important; text-transform:uppercase !important; font-family: 'AvantGardeITCbyBT-Book'; font-weight:700;}
.logpart:hover a.member{color:#000 !important;}
.ltspace{margin-left:200px;}
.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: 'AvantGardeITCbyBT-Book'; text-transform:uppercase; color:#000; font-size:24px; padding: 0px 30px; 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{background:none !important;}



/*.navwrapper .navbar-default .navbar-nav>li a:last-child {background:none;}*/
.navwrapper .navbar-default .navbar-nav>li>a:hover{color:#3b046a;}
.navwrapper .navbar-default .navbar-nav>li>a.active{color:#3b046a; /*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:#3b046a; background-color:#fff;}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{color:#3b046a;background-color:#2a2e33;}
.navwrapper .navbar-nav ul.sm-nowrap > li > a:hover{background:#3b046a; 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{padding:20px 0;}

.menu {
  width: 100%;
  display: block;
  background-color: #b3b8bd;
  position: relative; z-index:6000;
}

.navwrapper{width:83%; margin: 0 auto; height: 57px; margin:0 auto;}

.fixed {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%; background:#b3b8bd;
}


.topsocial{background:#212121; border-top:8px solid #fff;}
.topinfo{float:right; width:700px;}
.topinfo p{font-family: 'AvantGardeITCbyBT-Book'; color:#fff; font-size:16px; line-height:48px; text-transform:uppercase; margin-right:20px; display:inline; float:left;}
.topinfo p a{color:#fff; display:inline-block;}
.topinfo p a.small{text-transform:none;}
.topinfo p .fa-phone{padding-right:10px;}
.topinfo p .fa-envelope-o{padding-right:10px;}
.topmain{position:absolute; left:0; right:0; margin:0 auto; z-index:1000; width:1170px; margin:0 auto;}
.topinfo a{font-family: 'AvantGardeITCbyBT-Book'; font-size:16px; color:#000; line-height:48px; text-align:center; text-transform:none;}

.topinfo span{float:right;}
.topinfo span a{font-family: 'AvantGardeITCbyBT-Book'; font-size:20px; color:#f1d6a1; line-height:48px; text-transform:uppercase;}


/*
======================================================= 
social media css
=======================================================
*/

.social{float:none; padding:50px 0 0 250px;}
.socialicons{
  display:block;
  -ms-transform:translate(-10%,-10%);
  -webkit-transform:translate(-10%,-10%);
  transform:translate(-10%,-10%);
}

/* Icons */

.socialicons a {
  color:#fff;
  background: #9c9c9c;
  border-radius:100%;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:30px;
  height:30px;
  padding-top:0px;
  line-height:32px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border:1px solid #fff;
   -webkit-font-smoothing: antialiased; font-size:17px;
}

.socialicons a:hover {
  background: #a6c550; color:#fff;
 
}

/* pop-up text */

.socialicons a span {
  color:#fff;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#454754;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); line-height:20px;
}

/* pop-up text arrow */

.socialicons a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #454754;
  position:absolute;
  top:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.socialicons a:hover span {
  bottom:-35px;
  visibility:visible;
  opacity:1;
}

/* font awesome icons */

.socialicons a:nth-of-type(1):before {
content:'\f099';
}
.socialicons a:nth-of-type(2):before {
content:'\f09a';
}
.socialicons a:nth-of-type(3):before {
content:'\f0e1';
}

/*

=========================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;}



.clear{clear: both;}
.rtspace{margin-right:20px;}
.ltspac{margin:0; padding:0;}







.financecircle{text-align:center; border:4px solid #7adbd2; text-align:center; /*background:#4f2f83;*/ background: rgba(58,4,106,1);
background: -moz-linear-gradient(-50deg, rgba(58,4,106,1) 0%, rgba(84,59,138,1) 55%, rgba(84,59,138,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(58,4,106,1)), color-stop(55%, rgba(84,59,138,1)), color-stop(100%, rgba(84,59,138,1)));
background: -webkit-linear-gradient(-45deg, rgba(58,4,106,1) 0%, rgba(84,59,138,1) 55%, rgba(84,59,138,1) 100%);
background: -o-linear-gradient(-50deg, rgba(58,4,106,1) 0%, rgba(84,59,138,1) 55%, rgba(84,59,138,1) 100%);
background: -ms-linear-gradient(-50deg, rgba(58,4,106,1) 0%, rgba(84,59,138,1) 55%, rgba(84,59,138,1) 100%);
background: linear-gradient(135deg, rgba(58,4,106,1) 0%, rgba(84,59,138,1) 55%, rgba(84,59,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a046a', endColorstr='#543b8a', GradientType=1 ); border-radius:100%; padding:20px; width:132px; height:116px; -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; display:block; margin:0 auto;}
.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:2px; border-radius:100%; width:140px; height:125px; border:2px solid #7adbd2; 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);}




/*=========================table main========================*/
.scheme{background:#fff; padding:100px 0 0 0; text-align:center;}
.schemein{width:1140px; margin:0 auto;}
.schemein img{display:block; text-align:center; margin:0 auto; padding-bottom:100px;}
.schemein h2{position:relative; display:inline-block; font-family: 'Geometric212BT-BookCondensed'; font-size:36px; line-height:36px;  color:#454754; padding-bottom:88px; text-transform:none; margin-bottom:0px;}




  .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);
}




/*
=========================policyinfo main========================
*/
.retired{background:url(../images/retired-lifepic.png) center top no-repeat; background-size:cover; -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;}
.retired:hover{background-size: 120%;}

.life{background:url(../images/childpic.png) center top no-repeat; background-size:cover; -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;}
.life:hover{background-size: 120%;}

.infopart{}
.policytxt{padding:375px 50px 40px 50px; overflow:hidden; height:511px;}
.policytxt h2{color:#171717; font-family: 'Geometric212BT-BookCondensed'; font-size:47px; line-height:48px; text-shadow:1px 0px 2px #fff; -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.policytxt h2 span{font-size:30px; display:block; font-family: 'Geometric212BT-BookCondensed'; text-shadow:1px 0px 2px #fff; -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.policytxt h2.txtrt{text-align:right;}
.policytxt:hover h2{color:#81c740;  width:100%; text-shadow:1px 0px 2px #000;}
.policytxt:hover h2 span{color:#81c740;  width:100%; text-shadow:1px 0px 2px #000;}

.lifegoal{background:#000; text-align:center; padding:90px 80px; height:511px;}
.lifegoal h2{font-family: 'Geometric212BT-BookCondensed'; font-size:36px; line-height:45px; color:#fff; padding:0 0 70px 0; }
.lifegoal p{font-family: 'Geometric212BT-BookCondensed'; color:#fff; font-size:18px; line-height:34px;}


/*
=========================intropart main========================
*/
.mainintro{min-height:460px;}
.intropart{background:#000; padding:55px 84px;}
.intropart h1{font-family: 'Geometric212BT-BookCondensed'; color:#fff; font-size:36px; line-height:36px; padding-bottom:15px; position:relative; display:block; margin-bottom:30px;}
.intropart h1:after{content:''; position:absolute; left:0; right:0; top:100%; margin:0px; width:20%; height:3px; background:#f1d6a1; margin-bottom:100px;}
.introtxt{overflow:hidden;}
.introlt{}
.introlt img{border-radius:100%; /*width:180px; height:180px;*/}
.intrort{}
.intrort p{font-family: 'Geometric212BT-BookCondensed'; color:#fff; font-size:14px; line-height:20px; padding-bottom:65px; text-align:justify;}
.intrort a{background:#f1d6a1; width:145px; text-align:center; line-height:40px; font-family: Tahoma,Verdana,Segoe,sans-serif; color:#000; 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;
  transition: all 0.5s ease-in-out; display:inline-block;}
.intrort a:hover{color:#fff; background:#171717;}

.introfirst{background:url(../images/dividend-declared.png) center top no-repeat; background-size:cover;}
.introsecond{background:url(../images/fund.png) center top no-repeat; background-size:cover;}

.intromain{vertical-align: middle; text-align:center; padding:175px 30px 90px 30px;}
.intromain h2{font-family: 'Geometric212BT-BookCondensed'; color:#fff; font-size:36px; line-height:36px; padding-bottom:40px; -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;}
.intromain h2.black{color:#000;}
.intromain p.black{color:#000;}
.intromain p{font-family: 'Geometric212BT-BookCondensed'; color:#fff; font-size:20px; line-height:25px; -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;}
.intromain:hover h2,.intromain:hover h2.black{-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);}
.intromain:hover p,.intromain:hover p.black{-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);}
  
  

/*
=========================knowpart main========================
*/

.knowpart{text-align:center; padding:80px 0;}
.knowpart h2{font-family: 'Geometric212BT-BookCondensed'; color:#000; font-size:36px; line-height:36px; padding-bottom:35px; position:relative; display:block; margin-bottom:150px;}
.knowpart h2:after{content:''; position:absolute; left:0; right:0; top:100%; margin:10px auto; width:20%; height:3px; background:#f1d6a1; margin-bottom:100px;}
.knowinfo{text-align:center; border:1px solid #171717; padding:40px; min-height:347px; -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;}
  
 .btspace{margin-bottom:150px;} 

.knowinfo img{border-radius:100%; border:1px solid #171717; /*width:245px; height:245px;*/  display:block; text-align:center; margin:0 auto; margin-bottom:30px; margin-top:-130px;}
.knowinfo h3{font-family: 'Geometric212BT-BookCondensed'; color:#000; font-size:18px; line-height:18px; padding-bottom:30px;} 
.knowinfo p{font-family: 'Geometric212BT-BookCondensed'; color:#000; font-size:13px; line-height:18px;}



.knowpart:hover .knowinfo{
  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*/
.knowpart .knowinfo:hover{
  /*box-shadow: 3px 3px 15px #666;*/
  border-color:#f1d6a1;
  /*background: #C76C0C;*/
  color: #fff;
  cursor: pointer;
  
  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}


/*
=========================testimonials main========================
*/
.parallaxnewstestimonials{box-sizing: border-box; /* The image used */
   background-image: url("../images/bg_tesimonials.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:130px 0;}


.testimonialinfo{padding:0 0 0 0;}
.testimonialinfo h2{font-family: 'GothamBlack'; line-height:60px; text-transform:none; color:#000; margin-bottom:60px; font-size:60px; padding:0 0 0 0px;}


.testimonialinfo .carousel-control.left,.carousel-control.right  {background:none;width:25px; display:none;}
.testimonialinfo .carousel-control.left {left:-25px;}
.testimonialinfo .carousel-control.right {right:-25px;}
.broun-block {
    
    padding-bottom: 0px;
}
.testimonialinfo .block-text {
   	
    /*border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;*/
    color: #626262;
    font-size: 14px;
    margin-top: 0px; width:528px;
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);  behavior: url(PIE.htc); position:relative;*/ 
position: relative; text-align:center; padding:0px 0px;
}

.leftquote{}

.testimonialinfo .innertxt{width:528px; margin:0 auto; text-align:center; padding:0 0 45px 0;} 
.innerlt{float:left;}
.innerlt img{background: rgba(250,250,250,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(234,236,237,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(234,236,237,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(234,236,237,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(234,236,237,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(234,236,237,1) 100%);
background: radial-gradient(ellipse at center, rgba(250,250,250,1) 0%, rgba(234,236,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeced', GradientType=1 ); display:block; margin:0 auto; text-align:center; border-radius:100%; width:83px; height:83px; margin-bottom:40px;}

.testimonialinfo .innertxt h2{font-family: 'Gotham-Book'; color:#000; font-size:24px; padding-bottom:10px; position:relative; display:inline-block; margin-bottom:30px; font-weight:600;}
.testimonial .innertxt h2:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:10px auto;
    width:50%;
    height:4px;
    background:#0d2d62;
}

.testimonialinfo .innertxt p{width:auto; font-family: 'Geometric212BT-BookCondensed'; color:#fff; font-size:14px; line-height:25px; padding-left:90px; float:right; text-align:justify;}
.testimonialinfo .innertxt img{width:64px; height:43px; margin:20px 0 0 0; display:inline-block; position:absolute; z-index:1000; top:0px; left:0;}

.testimonialinfo .innertxt .innperinfo{}
.testimonialinfo .innperinfo img{float:left; width:80px; height:80px; margin-right:20px; margin-bottom:0px;}
.testimonialinfo .innperinfo h2{font-family: Tahoma,Verdana,Segoe,sans-serif; color:#fff; font-size:20px; line-height:20px; text-transform:uppercase; text-align:left; padding:10px 0 0 0;}



.block-text img{display:block; margin:0 auto; text-align:center; 
width:528px; height:267px; margin-bottom:30px;}

.block-text h2{margin:0; font-family: Arial Narrow,Arial,sans-serif; font-size:20px; color:#fff; line-height:20px; padding-bottom:20px;}

.block-text a {
 color: #7d4702;  
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
/*.block-text p {
    color: #212121;
    font-family: 'HelveticaNeueLTStd-Md';
    font-style: normal;
    line-height: 22px;
	font-size:18px;
	width:365px; text-align:justify;
	margin-bottom:0px;
}
*/.block-text p span{display:block; text-align:center;}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 40px 0 0;
    text-align: center;
    z-index: 2;
	width:240px; margin:0 auto;
}

.person-text img{float:left; padding-right:20px;}
.person-text a {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 3px;
    text-decoration: none;
	font-family: 'MyriadPro-Regular';
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}

/*
=========================investpart main========================
*/

.investpart{text-align:center; padding:80px 0;}
.investpart h2{font-family: 'Geometric212BT-BookCondensed'; color:#000; font-size:36px; line-height:36px; padding-bottom:35px; position:relative; display:inline-block; margin-bottom:100px;}
.investpart h2:after{content:''; position:absolute; left:0; right:0; top:100%; margin:10px auto; width:20%; height:3px; background:#f1d6a1; margin-bottom:100px;}
.investtxt{box-sizing: border-box; /* The image used */
   background-image: url("../images/bg_sip-calculator.png");
    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:60px 0; text-align:center; display: table; margin:0 130px 45px 130px;}
.investtxtin{display: table-cell; vertical-align: middle; padding:0 130px;}
.investtxt h3{color:#171717; font-size:30px; line-height:30px; padding-bottom:45px; font-family: 'Geometric212BT-BookCondensed';}
.investtxt p{color:#171717; font-size:24px; line-height:40px; padding-bottom:45px; font-family: 'Geometric212BT-BookCondensed'; text-align:justify; text-shadow: 5px 5px 10px white, 10px 10px 20px white;}
.investtxt p span{display:block;}
.investpart a{background:#f1d6a1; width:145px; text-align:center; line-height:40px; font-family: Tahoma,Verdana,Segoe,sans-serif; color:#000; 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;
  transition: all 0.5s ease-in-out; display:block; margin:0 auto;}
.investpart a:hover{color:#fff; background:#171717;}

/*
=========================newspart main========================
*/
.parallaxnews{ 
    /* The image used */
   background-image: url("../images/bg_news.png");
    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:60px 0; text-align:center;
}
.newsin{text-align:center;}
.newsin h2{font-family: 'Geometric212BT-BookCondensed'; color:#fff; font-size:36px; line-height:36px; padding-bottom:25px; position:relative; display:inline-block; margin-bottom:50px;}
.newsin h2:after{content:''; position:absolute; left:0; right:0; top:100%; margin:10px auto; width:50%; height:3px; background:#f1d6a1; margin-bottom:100px;}
.newsin a{font-family:Arial, Helvetica, sans-serif; font-size:18px; text-decoration:underline; line-height:18px; color:#f1d6a1; -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;}
.newsin a:hover{color:#fff;}
.carousel-indicators {
    bottom:-40px;
	left:0;
	width:100%;
	background:#ccc;
	padding: 6px 0px;
	margin-left:0;
	border-top:2px solid #fff; display:none;
}
.carousel-indicators li {
	width:12px;
	height:12px;	
	background:#fff;
	border-color:#fff; 
 
}
.carousel-indicators .active {
	width:14px;
	height:14px;
	background:#428bca;
	border-color:#428bca;
}
.carousel-inner .thumbnail {
	margin-bottom:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.carousel-inner .caption {
	
	padding:0px 190px;
}

.carousel-inner .caption h4{font-size:24px; line-height:24px; color:#fff; padding-bottom:30px;}
.carousel-inner .caption p{color:#fff; font-size:20px; line-height:25px; padding-bottom:30px;}
/*
=========================financerange main========================
*/

.financerange{text-align:center; padding:100px 0;}
.financerange h2{font-family: 'Geometric212BT-BookCondensed'; color:#000; font-size:36px; line-height:36px; padding-bottom:35px; position:relative; display:inline-block; margin-bottom:100px;}
.financerange h2:after{content:''; position:absolute; left:0; right:0; top:100%; margin:10px auto; width:20%; height:3px; background:#f1d6a1; margin-bottom:100px;}
.financein{text-align:left; overflow:hidden; margin-bottom:45px;}
.fintxt{padding:50px 0 0 0;}
.fintxt h3{font-family: 'Geometric212BT-BookCondensed'; color:#000; font-size:36px; line-height:36px; border-bottom:3px solid #9d9da5; padding:0 0 55px 0px; margin-left:72px; margin-bottom:35px;}
.fintxt p{font-family: 'Geometric212BT-BookCondensed'; color:#000; font-size:19px; line-height:30px; padding:0 40px 55px 72px; text-align:justify;}
.fintxt a{background:#171717; width:145px; text-align:center; line-height:40px; font-family: Tahoma,Verdana,Segoe,sans-serif; color:#fff; 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;
  transition: all 0.5s ease-in-out; display:block;}
.finpic{}
.finpic img{display:block; text-align:center; margin:0 auto; position: relative;}
.fintxt a:hover{background:#f1d6a1; color:#000;}


/*
=========================footer main========================
*/

.footerpic{background:url(../images/footerpic.png) center top no-repeat; height:479px; 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;}
	
	.topmain{margin-top:0px; width:100%; background:#fff; padding:20px 0; height:100px;}
	.social{padding:0px 0 0 0px; width:110px; margin:0 auto;}
	.main-slider{top:100px;}
	
	.pull-right{float:none !important;}
	.logpart{float:none; margin:0 auto; display:block; width:150px; padding:25px 0;}
	
	
	.topsocial{margin-top:70px;}
	.topinfo{float:none; width:215px; margin:0 auto;}
	.topinfo p{float:none; margin:0 auto; font-size:14px; margin:0 auto; display:block;}
	.topinfo span{float:none; margin:0 auto;}
	.topinfo span a{display:block; margin:0 auto;}
	
	
	.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:#212121; margin-top: 24px; margin-right:13px;}
	
	.navwrapper .navbar-default .navbar-nav>li a{background:none;}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#000; }

	.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 !important; margin:0 0 0 0;}
	.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:#b3b8bd;}
	.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; margin-top:0px; width:100%;}
  .headerbottom{position: fixed; z-index: 5000;  width: 100%; padding:0 0 0 0; top:0px; background:#b3b8bd;}

  .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:0px 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:479px;}
    .row{margin:0 0 0 0 !important;}

  
  
    .schemein{width:100%; margin:0 auto;}
    .schemein img{width:100%; height:auto;}
    .schemein h2{width:100%; font-size:29px; line-height:29px;}
  
	
 
 .menu{background:none !important;}
 
 .financerange{padding:100px 0 0 0;}
 .fintxt{padding:50px 0;}
 .fintxt h3{margin-left:0px;}
 .fintxt p{padding:0 40px 55px 0px;}
 
 .carousel-inner .caption{padding:0 0px;}
 
 .investtxt{margin:0 0px 45px 0px;}
 .investtxtin{padding:0 20px; background-size:100% auto;}
 
 .testimonialinfo .innertxt{width:100%;}
 .testimonialinfo .block-text{width:100%;}
 .testimonialinfo .innertxt img{float:none; display:block; width:30px; height:22px;}
 .testimonialinfo .innertxt p{float:none; margin:0 auto; padding:0 0 0 40px;}
 .testimonialinfo .innperinfo h2{font-size:16px; line-height:16px;}
 
 .knowpart{padding:80px 0 0 0;}
 .knowinfo{padding:40px 10px; margin-bottom:50px; min-height:515px;}
 .knowinfo img{margin-top:0px;}
 
 .intropart{text-align:center;}
 .intropart h1:after{margin:0 auto;}
 .intropart{padding:55px 20px;}
 .introlt img{ width:138px; height:138px; margin:0 auto; margin-bottom:20px;}
 .intrort p{text-align:center;}
 .intrort a{display:block; margin:0 auto;}
 

 .policytxt{padding: 245px 35px 40px 35px; height: 315px;}
 .policytxt h2{font-size:25px; line-height:35px;}
 .policytxt h2 span{font-size:22px; line-height:22px;}
 .infopart{margin-top:120px;}
 
 .lifegoal{padding:70px 20px; height:auto;}
 
 .innetrt{display:none;}
  
}

@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;}
	
	
	.topmain{margin-top:0px; width:100%; background:#380466; padding-bottom:20px; height:160px;}
	.social{padding:0px 0 0 0px; width:110px; margin:0 auto;}
	.main-slider{top:160px;}
	.infopart{margin-top:160px;}
	
		.topsocial{margin-top:70px;}
	.topinfo{float:none; width:215px; margin:0 auto;}
	.topinfo p{float:none; margin:0 auto; font-size:14px; margin:0 auto; display:block;}
	.topinfo span{float:none; margin:0 auto;}
	.topinfo span a{display:block; margin:0 auto;}
	
	.toppartinfo:after{display:none;}
	
	.logpart{float:none; margin:0 auto; display:block; width:150px; padding:25px 0;}
	.pull-right{float:none !important;}
	
	.navbar-default .navbar-toggle{border:none; background:#212121; margin-top: 24px; margin-right:13px;}
	
	.navwrapper .navbar-default .navbar-nav>li a{background:none;}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#000; }

	.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; margin:0 0 0 0;}
	.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:#b3b8bd;}
	.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; /*margin-top:180px;*/ width:100%;}
  .nav>li{border-bottom:1px solid #fff;}
  	.headerbottom{position: fixed; z-index: 5000;  width: 100%; padding:0 0 0 0; top:0px; background:#b3b8bd;}

  	.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;}

	
  	.row{margin-left:0; margin-right:0px;}
  
  
  .schemein{width:100%; margin:0 auto;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%;}
  
  

 
 .financein{padding:0 100px;}
 .financerange{padding:100px 0 0 0;}
 .fintxt{padding:50px 0; margin:0 auto;}
 .fintxt h3{margin-left:0px;}
 .fintxt p{padding:0 40px 55px 0px;}
 
 .carousel-inner .caption{padding:0 50px;}
 
 .investtxt{margin:0 0px 45px 0px;}
 .investtxtin{padding:0 20px; background-size:100% auto;}
 
 .testimonialinfo{padding:0 20px;}
 .testimonialinfo .innertxt{width:100%;}
 .testimonialinfo .block-text{width:100%;}
 .testimonialinfo .innertxt img{float:none; display:block; width:30px; height:22px;}
 .testimonialinfo .innertxt p{float:none; margin:0 auto; padding:0 0 0 40px;}
 .testimonialinfo .innperinfo h2{font-size:16px; line-height:16px;}
 
 
.knowpart{padding:80px 0 0 0;}
 .knowinfo{padding:40px 10px; margin-bottom:150px; min-height:370px;}
 
 
 .intropart{text-align:center;}
 .intropart h1:after{margin:0 auto;}
 .intropart{padding:55px 20px;}
 .introlt img{ width:138px; height:138px; margin:0 auto; margin-bottom:20px;}
 .intrort p{text-align:center;}
 .intrort a{display:block; margin:0 auto;}
 
 .innetrt{display:none;}

}

@media screen and (min-width:768px) and (max-width:999px)



{

	
	.top-header{padding:0 30px;}
	.topmain{width:100%;}
	.toinner{width:740px; margin:0 auto;}
	.toppartinfo:after{width:53%;}	
		
	.topmain{width:100%;}
	.social{padding:50px 0 0 0;}	
	
	.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: 14px; padding:0 14px;}
  	.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%;}

  	.rtspace{margin-right:0px auto;}
  	.row{margin-left:0px; margin-right:0px;}
	.container-fluid{padding:0 0 0 0;}
	.container{padding:0 0 0 0;}
	
	
	
	.schemein{width:100%; margin:0 auto; padding:0px 0;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%;}
  
  
  .carousel-inner .caption{padding:0 50px;}
  
  .investtxt{margin:0 30px 45px 30px;}
 .investtxtin{padding:0 50px; background-size:100% auto;}
 
 .testimonialinfo .innertxt{width:100%;}
 .testimonialinfo .block-text{width:100%;}
	
	
	.knowpart{padding:80px 0 0 0;}
 .knowinfo{padding:40px 10px; margin-bottom:150px;}
 
 .intropart{}
 .intropart{padding:55px 20px; height:785px;}
 .intromain h2{font-size:33px;}
 .intromain{height:785px; padding:305px 30px 90px 30px;}
 .introlt img{margin-bottom:20px;}
 .intromain p{font-size:17px;}


 .infopart{margin-bottom:70px;}
 .policytxt{padding: 185px 10px 40px 10px; height: 260px;}
 .policytxt h2 span{font-size:18px; line-height:18px;}
 .policytxt h2{font-size:22px; line-height:22px;}
 
 .lifegoal{padding:40px 10px; height:260px;}
 .lifegoal h2{font-size:18px; line-height:22px; padding-bottom:30px;}
 .lifegoal p{font-size:14px; line-height:20px;}

}


@media screen and (min-width:1000px) and (max-width:1200px)

{

	


	
	.top-header{padding:0 30px;}
	.top-header .navbar-brand{padding: 31px 20px 41px 0px; font-size:20px;}
	
	.topmain{width:100%;}
	


	.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{padding:0 14px; font-size:20px;}
  	.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;}	

	
	
	.schemein{width:100%; margin:0 auto; padding:100px 0;}
  .schemein img{width:100%; height:auto;}
  .schemein h2{width:100%;}
  
  .testimonialinfo .innertxt{width:100%;}
 .testimonialinfo .block-text{width:100%;}
 
 
 .knowinfo{margin-bottom:150px;}
 
 .intropart{height:502px; padding:55px 24px;}
 .intromain{height:502px; padding:175px 15px 90px 15px;}
 .intromain p{font-size:16px; line-height:25px;}
 
 

 .policytxt{padding: 245px 30px 40px 30px; height: 337px;}
 .policytxt h2 span{font-size:18px; line-height:24px;}
 .policytxt h2{font-size:29px; line-height:29px;}
 
 .lifegoal{padding:45px 30px; height:337px;}
 .lifegoal h2{font-size:24px; line-height:30px; padding-bottom:30px;}
 .lifegoal p{font-size:18px; line-height:25px;}


   
} 

@media screen and (min-width:1201px) and (max-width:1517px)

{

.intropart{height:502px; padding:55px 24px;}
 .intromain{height:502px; padding:175px 15px 90px 15px;}
 .intromain p{font-size:16px; line-height:25px;}
 
 .policytxt{padding: 245px 50px 40px 50px; height: 337px;}
 .policytxt h2 span{font-size:24px; line-height:30px;}
 .policytxt h2{font-size:32px; line-height:32px;}
 
 .lifegoal{padding:45px 50px; height:337px;}
 .lifegoal h2{font-size:30px; line-height:40px; padding-bottom:30px;}
 .lifegoal p{font-size:18px; line-height:25px;}
 
 /*.container{margin-left:0; margin-right:0px;}*/
 
 

}


@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{padding:0 18px;}
}