body {font-family: 'Cabin', sans-serif; background-image: url(../images/bg-img.jpg); background-size: cover;}

.logo a img { width: 80%;}
.logo {text-align: center; margin-top: 8px;}

.navbar{background: #fff; border-radius: 0px; height: 75px; margin-bottom: 0px; margin-left: 15px; margin-right: 15px; }

.navbar-main ul {padding: 0px; list-style: none; float: right; margin-bottom: 0px;}
.navbar-main ul li {display: inline-block; margin-left: 20px; margin-right: 20px; margin-top: 24px;}
.navbar-main ul li a {color: #000; padding-bottom: 30px; text-decoration: none;}
.navbar-main ul li a:hover {color: #468DB9;}
.active {border-bottom: 5px solid #468DB9; padding-bottom: 25px; color: #468DB9 !important;}
.active a {color: #468DB9 !important;}

.text-cont {
position: absolute;
    top: 50px;
    z-index: 99999;
    width: 39%;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0px;
    border-bottom: 4px solid #468DB9;
    color: #000;
}

.banner-pos {
    position: relative;
    
}

.home-h1 {
font-size: 24px;
    padding-top: 6px;
    padding-bottom: 10px;
    margin: 0px;
    
    
}

.mt50 {padding-top: 50px; padding-bottom: 50px}

.home-title {padding-bottom: 20px; font-size: 13px; width: 66%;}

.home-intro h1 {
    font-size: 20px;
    color: #000;
    border-bottom: 3px solid #468DB9;
    padding-bottom: 10px;
    margin: 0px;
}

.home-intro p {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 5px;
}

.white-bg {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;

}

.grey-bg {
    background-color: #ECECEC;
    padding-left: 15px;
    padding-right: 15px;

}

.ours-header {
    background-color: #fff;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-left: 5px solid #468db9;
    width: 15%;
    font-size: 20px;
    margin-bottom: 20px;
}

.home-img img{
    width: 100%;
}

.service-images {
    position: relative;
    
}

.service-images img {width: 100%;}
.service-images h2 {   
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 20px;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 93%;
    margin-left: 8px;
}

.footer  {background: #575756; padding-left:15px; padding-right: 15px; padding-top: 50px; padding-bottom: 50px;}
.footer-nav {padding-left: 0px; list-style: none;}
.footer-nav li:before {
  content: '\2014';
  position: absolute;
  margin-left: 0px;
    color: #fff;
}
.footer-nav li {border-bottom: 2px solid #fff; padding-bottom: 10px; padding-top: 10px;}
.footer-nav li p {color: #fff; margin-left: 20px; margin-bottom: 0px; font-size: 12px;}
.footer-nav li a {margin-left: 20px; color: #fff; font-size: 12px;}
.footer-nav li a:hover {color: #f3f3f3; text-decoration: none;}
.footer-nav li span {color: #fff; font-size: 12px; margin-left: 20px;}


.footer-header {
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 40px;
 
}

.p-right {text-align: right;}

.forte-tag {
    background-color: #468db9;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    float: right;
    margin-bottom: 100px;
}

.forte-tag p {margin: 0px;}
.forte-tag a {color: #fff; text-decoration: none; }
.forte-tag a:hover {color: #f3f3f3; text-decoration: none;}

.mt15 {margin-top: 15px;}
.mb50 {padding-bottom: 50px;}

.serv-headers {border-left: 5px solid #468db9; font-size: 24px; padding-left: 10px; margin-bottom: 20px; margin-top: 0px;}
.serv-p {text-align: justify; margin-bottom: 60px;}
.contact-button {background-color: #468db9; color: #fff; border: 1px solid #468db9; text-align: center;float: left; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 5px;}

.contact-button:hover {background-color: #1A3644;}

.blue-line {width: 100%; background-color: #468db9; height: 3px; margin-top: 50px; margin-bottom: 50px;}

.contact-p {margin-bottom: 0px;}

.contact-info {margin-bottom: 20px;}
.right {text-align: right;}

.contact-info-under {font-size: 12px; font-style: italic; text-align: justify; margin-top: 20px; margin-bottom: 20px;}

.senarboxes {
    margin-bottom: 15px; border: 2px solid #468db9; border-radius: 0px;}

.senar-message {margin-bottom: 15px; border: 2px solid #468db9; border-radius: 0px; min-height: 135px;}
.cont-send-button {width:50%; background-color: #468db9; color: #fff; padding-top: 8px; padding-bottom: 8px; border: 1px solid #468db9;}






















































/*------ HOVER EFFECTS ------*/





.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: left;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	top: 125px; 
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    font-size: 25px;
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
	background: #fff;
	color: #2d434e;
}

figure.effect-steve h2 {
	position: relative;
	margin-top: 0.7em;
	padding: 0.25em;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
