body {
	font-family: museo-sans, sans-serif;

font-weight: 100;

font-style: normal;
	overflow-x: hidden;
	color: #0c0000;
}
  
*,
*: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%;
}

 



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;
	 
	 
}
section.home {
	background-image: url('../img/home_bg.jpg');
	color: #fff;
	background-size: cover;
}
.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;
}
section.home::after {
  //background-image: url('../img/home_bg.jpg');
}

.lwrapp {
	padding: 40% 0;
	
}
.italic {
	 
font-style: italic;
}
.phone_footer{
	font-weight: 700;
}
.lwrapp h1 {
	color: #0c6185;
	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;
}
.top_about_content {
	text-align: center;
	padding: 8% 0 20% 0;
	background: url('../img/waves.png') no-repeat 0 100% / 100% 72%;
	margin-bottom: 50px;
}
.xcontainer {
	padding: 0 5%;
	display: block;
	width: 100%;
}
#about h3 {
	line-height: 135px;
}
#about p {
	 
}
.col_x, .col_x2 {
	margin-left: 81px;
	padding: 0 0 0 25px;
}
.col_x2 {
	//margin: 0 0 0 91px;
	padding: 0 0 50px 25px;
}
.nav-link {
	color: #073f57;
}
.nav-item {
	text-align: right;
	padding: 0 11px;
}
.h_icon_1, .h_icon_2, .h_icon_3, .h_icon_4 {
	background-image: url('../img/icon_1.png');
	height: 90px;
	width: 90px;
	display: inline-block;
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
	background-size: contain;
}

.h_icon_2 {
	background-image: url('../img/icon_2.png');
	 
}
.h_icon_3 {
	background-image: url('../img/icon_3.png');
	 
}
.h_icon_4 {
	background-image: url('../img/icon_4.png');
	 
}
#contact {
	background: #06425e;
	color: #fff;
}
.contact_rows {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.contact_rows h2 {
    padding: 60px 0;
    font-size: 2.5rem;
}
@media (max-width: 1400px) {
 
}
@media (max-width: 768px) {
	 .h_icon_1, .h_icon_2, .h_icon_3, .h_icon_4 {
		 
		height: 50px;
		width: 50px; 
	}
	#about h3 {
		line-height: 50px;
	}
	.xblock {
		margin: 0 5% 10% 10%;
	}
	.lwrapp h1 {
		font-size: 2.3rem;
	}
	.col_x2 {
		margin-left: 81px;
	}
	.top_about_content { 
		padding: 25% 0 20% 0; 
	}
 section.home {
	background-image: url('../img/home_bg_mobile.jpg');
	}
}
/*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;
  }
 
}