body {
	font-family: museo-sans, sans-serif; 
	font-weight: 100; 
	font-style: normal;
	overflow-x: hidden;
	color: #616464;
}
  
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*clearfixes*/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}
 
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
	
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/


/*animation slide right styled for testimonials*/
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation slide right styled for testimonials*/



.animation-element.slide-left.testimonial {
  float: left;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #F5F5F5;
  padding: 15px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}
footer, footer a {
    color: #024a5c;
}
footer {
	text-align: center;
	border-top: 1px solid #e9dede;
	padding: 70px 0 40px 0;
	box-shadow: 1px -8px 90px 0px rgba(0, 0, 0, 0.25);
	margin: 90px 0 0;
	overflow-x: hidden;
}
.foot_para {
    padding: 20px 0;
}
p.links_para {
    padding: 50px 0;
    text-transform: uppercase;
}
ul.plist {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
ul.plist li {
    padding: 1px 0;
}
.foot_logo_elem {
	color: #949494;
	text-align: right;
 float: right; 
	width: 117px;
	font-size: .5rem; 
}
img.logo_footer {
	height: 125px;
	float: right;
}
a.navbar-brand {
    padding: 0;
}
a.navbar-brand img {
    height: 70px;
    margin: 10px;
}
.sm_menu {
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url(../img/nav-compass.png);
	right: 32px;
	top: 25px;
	/* float: right; */
	display: block;
	z-index: 9;
	background-size: 100%;
}
.sm_menu._white_ {
    background-image: url(../img/nav-compass-w.png);
	right:initial;
	left: 30px;
}
.h_phone_link {
	position: absolute;
	right: 15px;
	top: 72px;
	color: #006b7b;
	font-size: 0.8rem;
}

.nav_block._show {
	bottom: 0;
	top: 0;
	z-index: 99999;
	visibility: visible;
	
	right: 0;
}
.nav_block {
	position: fixed;
	right: -100%;
	height: 100vh;
	width: 100%;
	min-width: 210px;
	/* background: #274e1b; */
	z-index: 8;
	transition: all .8s;
	font-family: circe, sans-serif;
	font-weight: 700;
	font-style: normal;
	visibility: hidden;
	top: 0;
	overflow: hidden;
}
.nav_wrapp {
    position: relative;
    height: 100%;
    right: 0;
    width: 30%;
    padding-top: 0;
    background: #007277;
    top: 0;
    float: right;
}
.nav_block._show .close_nav {
    display: block;
}
.nav_block a {
    color: #fdfdfd;
    text-transform: capitalize;
}
.close_nav {
    position: absolute;
    right: 30px;
    top: 10px;
    display: none;
}
.nav_block ul.main_nav_list {
    margin: 90px 0 0 30%;
}
.nav_block ul {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
}
.main_nav_list li {
    position: relative;
}
.main_nav_list a {
	margin: 20px 0;
	display: block;
	font-weight: normal;
	font-weight: 700;
	text-transform: uppercase;
}


h1, h2 {
	font-family: museo-sans, sans-serif;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 2rem;
}

h3 {
	 
font-family: museo-sans, sans-serif;

font-weight: 900;

font-style: normal;
}
.wrapper {
	margin: 0 4%;
}
section {
	display: table;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow-x: hidden;
	background-size: cover;
}
section.sec_content { 
	padding: 50px 0;
}
section.home {
	background-image: url('../img/banner.jpg');
	color: #fff;
	background-size: cover;
	background-color: #cacbcd;
}
section.about {
	background-image: url('../img/sec_banner.jpg');
	color: #fff;
	background-size: cover;
	background-color: #000;
}
section.sec_page {
	background-image: url('../img/secondary_banner.jpg');
	color: #fff;
	background-size: cover;
	margin-top: 110px;
	height: 55vh;
	background-color: gray;
}
section.sec_page._bg2 {
	background-image: url('../img/wealth_banner.jpg'); 
}
.para_sec_top {
	padding: 0 0 50px;
	text-align: center;
}
.expert_img_box {
	display: block;
	/* float: left; */
	height: 80vh;
	width: 100%;
	position: relative;
	text-align: center;
	background-size: cover;
	/* margin-bottom: 10px; */
}
.expert_img_box._ssm { 
	height: 40vh; 
}
.img_hover_box {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	text-align: center;
	background: rgba(0,0,0,0.8);
	color: #fff;
	overflow: hidden;
	transition: all .7s;
	width: 100%;
}
.btn_expert_learn, .btn_welsrv_learn {
	position: absolute;
	bottom: 10%;
	background: #006a7b;
	color: #fff;
	padding: 12px 15px;
	width: 80%;
	left: 10%;
}

.btn_expert_learn:hover, .btn_welsrv_learn:hover { 
	color: #fff; 
}
.expert_img_box h3 {
	width: 160px;
	display: inline-block;
	position: absolute;
	left: calc(50% - 80px);
	top: calc(50% - 80px);
	height: 100px;
	padding: 0 0 20px;
	border-bottom: 5px solid;
	color: #fff;
	font-weight: 900;
	font-style: italic;
}
.expert_img_box._ssm h3 {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	height: 100px;
	padding: 0 0 20px;
	border-bottom: none;
	color: #fff;
	font-weight: 900;
	font-style: italic;
	font-size: 1.3rem;
	text-align: center;
}
.shadow_block {
	background: rgba(0,0,0,0.5);
	display: block;
	height: 100%;
	width: 100%;
}
.img_hover_box._in_view, .expert_block.hoverable:hover .img_hover_box{
	
	height: 100%;
}
.expert_block.hoverable:hover .expert_img_box h3{
	display: none;
}
.img_hover_box h3 {
	font-weight: 900;
	padding: 10px;
	margin: 55px 0 40px;
	font-size: 2rem;
	font-style: italic;
	border-bottom: 2px solid;
	display: inline-block;
}
.img_hover_box p {
	padding: 1% 8% 0 8%;
	font-size: 1.2rem;
	/* word-break: break-word; */
	/* text-align: left; */
}

.parallax::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  transform: translateZ(-1px) scale(1.5);
  /* Force the background image to fill the whole element. */
  background-size: 100%;
  /* Keep the image from overlapping sibling elements. */ 
  z-index: -1;
}
a.btn_learn {
    padding: 15px 50px;
    background: #006a7b;
    color: #fff;
    display: inline-block;
    margin: 0 0 60px 0;
    font-size: 1.2rem;
}
.btn_learn.mgt10 {
	margin-top: 40px;
}
a.navbar-brand .logo_slices img {
	height: 50px;
	position: absolute;
	right: 300px;
	top: -2px;
	padding: 0;
	margin: 0;
	transition: all .3s ease-in;
}
._popup_img_box {
	width: 100%;
	height: 270px;
	background-size: cover;
}
._rt_footer_info {
	height: 100%;
	background: #036b7b;
	padding: 20px 50px;
	color: #fff;
}
._rt_footer_info h3 {
	border-bottom: 3px solid;
	display: inline-block;
	line-height: 2.5;
	margin-bottom: 25px;
}
._rt_footer_info ._pos {
    font-style: italic;
}
._rt_footer_info p {
    color: #fff;
    margin: 5px 0;
}
._pdescript {
	margin: 4%;
}
.modal-footer {
	border: none;
	padding: 0 0 30px;
}
.sq_thumb_icon._foot {
	margin: 0 auto;
}
.sq_thumb_icon a {
	display: inline-block;
	width: 50px;
	height: 50px;
	color: inherit;
	font-size: 28px;
	border-radius: 30px;
	border: 1.5px solid;
	text-align: center;
	line-height: 50px;
}
.sq_thumb_icon ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: inline-block;
	height: 33px;
}
.sq_thumb_icon li {
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	/* display: inline-block; */
	margin: 20px 3px;
	float: left;
	cursor: pointer;
}

.sq_thumb_icon._foot li.active {
    background: #06f;
}
.sq_thumb_icon._foot li {
    background: #81a7e0;
}
#exampleModal1 .modal-dialog {
	max-width: 650px;
	margin: 30px auto;
}
#exampleModal1 .modal-body {
	padding: 0;
}

a.navbar-brand .logo_sl1._send_to_stage, a.navbar-brand .logo_sl2._send_to_stage, a.navbar-brand .logo_sl3._send_to_stage {
	right: 0;
}
.logo_slices {
	position: relative;
	width: 53px;
	height: 70px;
	float: left;
	margin: 10px;
	
}
._hidden{
	display: none;
}
 
a.navbar-brand .logo_slices img.logo_base {
	height: 70px;
	top: 0px;
	right: initial;
}
.vert_space_x {
    height: 20px;
}
.xblock {
    text-align: center;
    margin: 10%  0;
}
.xblock p {
    margin: 20px 0 140px;
    font-size: .9rem;
}
.xblock h3 {
    margin: 10px;
    border-bottom: 8px solid #006a7b;
    display: inline-block;
    padding: 10px 0;
    color: #383838;
}
.lwrapp {
	padding: 40% 0;
	
}
.italic {
	 
font-style: italic;
}
.phone_footer{
	font-weight: 700;
}
.lwrapp h1 {
	color: #fff;
	font-size: 3rem;
	text-transform: uppercase;
	 
}
.lwrapp p {
	color: #0e5878;
} 
.navbar.navbar-expand-lg.fixed-top {
	background: #fff;
	padding: 0 6% 0 6%;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	width: 100vw;
}
.top_about_content {
	text-align: center;
	padding: 8% 0 2% 0;
	background: url('../img/waves.png') no-repeat 0 100% / 100% 72%;
	margin-bottom: 50px;
}
.xcontainer {
	padding: 0 5%;
	display: block;
	width: 100%;
}
.lg_logo_slices {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} 
.rel_block {
    position: relative;
    width: 100%;
    height: 100%;
}
.expert_block {
	position: relative;
	/* height: 100%; */
	width: 100%;
	margin-bottom: 10px;
}
.lg_logo_slices img{
	position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
	transition: all .3s ease-in;
}
.lg_logo_sl1._send_to_stage,
.lg_logo_sl2._send_to_stage,
.lg_logo_sl3._send_to_stage {
    right: 0;
}
.home_page_heading, .sec_page_heading {
	left: -200%;
	position:relative;
	transition: all 1.5s ease-in;
}
.sec_page_heading {
	position: absolute;
	bottom: 20%;
	width: 100%;
}
.home_page_heading._send_to_stage, .sec_page_heading._send_to_stage {
	left: 0;
}
.nav-link {
	color: #073f57;
}
.nav-item {
	text-align: right;
	padding: 0 11px;
}
 
#contact {
	 
}
.contact_form label {
    display: block;
    text-align: left;
    font-style: italic;
    color: #6c6c6c;
    font-weight: 500;
}
.contact_rows {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 60px 0;
}
.contact_rows h2 {
    padding: 60px 0;
    font-size: 2.5rem;
}
.btn.btn-primary {
    background: #006a7b;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 500;
}
.tert_content {
	margin-top: 30px;
	color: #888989;  
}
#tertiary_top {
	background: #030303;
	height: calc(50vh + 60px);
}
.right_side_links{
	
}
.right_side_links ul {
	list-style-type: none;
}
.right_side_links a {
	color: #006e79;
	font-weight: 400;
}
.breadcrumb {
	background: transparent;
	padding-left: 0;
}
.sel_b_link {
	color: #007576;
	text-transform: capitalize;
}
.portal_area {
	margin-top: 40px;
}
.card.login_card {
	/* margin-top: 75px; */
	width: 100%;
	margin: 35px auto;
	max-width: 490px;
}
.card.login_card .card-header {
	background: transparent;
	border: none;
}
section.crs h2 {
    text-align: center;
    margin: 60px 0 0;
}
img.logo_footer2 {
    width: 96%;
    margin: -12px auto;
}


@media (max-width: 1400px) {
.img_hover_box p {
	font-size: .9rem;
	/* padding: 12px; */
}
.img_hover_box p.l_sm {
	font-size: .8rem;
}
.img_hover_box h3 { 
	font-size: 1.5rem; 
}
}
@media (max-width: 768px) {
	.expert_img_box { 
	height: 90vh; 
}
	.sec_page_heading {
		position: absolute;
		top: 25%;
		width: 75%;
		bottom:initial;
	}
	.sec_page_heading p{
		display:none;
	}
	img.logo_footer.pull-right { 
		float: none;
		left: -10px;
	}
	#about h3 {
		line-height: 50px;
	}
	.xblock {
		margin: 0 5% 10% 10%;
	}
	.lwrapp h1 {
		font-size: 2.3rem;
	}
	.col_x2 {
		margin-left: 0;
	}
	.top_about_content { 
		padding: 25% 0 20% 0; 
	}
	.nav_wrapp { 
		width: 50%;  
	}
	section.home {
		background-image: url('../img/banner_mobile.jpg');
	}
	section.sec_page._bg2 {
		background-image: url('../img/wealth_banner_mobile.jpg');
	}
	section.sec_page {
		background-image: url('../img/sec_banner_mobile.jpg'); 
	}
	ul.plist {
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.sec_page .lg_logo_slices, .homepage .lg_logo_slices {
		display:none;
	}
	.right_side_links {
		margin-top: 30px;
	}
	section.home {
		background-image: url('../img/Home-Top_Mobile.jpg'); 
	}
	
	section.about {
		background-image: url('../img/NewExpertise.png');
		padding-top: 115px;
	}
	.contact_rows h2 { 
		margin: 0;
	}
	.foot_logo_elem { 
 float: none;   
	margin: 0 auto;
}
}
/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
 
}


@media screen and (min-width: 1200px){
    .container {
	max-width: 1000px;
} 
}

@media screen and (min-width: 992px){
    
}
 