/* ------------------------------------------------------------------------------
	Template Name: Enquidity
	Author: Samuel Tettey
	Author URI: http://www.seenbysam.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap);

p {
	font-size: 16px;
	line-height: 33px;
	color: #222222;
}



h1 {
	position:static;
	left:0;
	top:0;
	font-weight:700;
	font-size: 35px;
	color: #103045;
	padding-left:0;
	transform-origin: 0 0;
  	transform: rotate(0deg);
	}

h2 {
	font-size: 40px;
	color: white;
}
h3 {
	font-size: 28px;
	color: white;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 20px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing:0;
}
.btn {
	background-color: #103045;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #081e3a;;
}
a:hover, a:focus {
	text-decoration: none;
	font-weight:600;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

html { height: 100vh; /* set viewport constraint */
	   min-height: 100%; /* enforce height */
       background-color:#081e3a;}

body {
    background-color:white;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: black;
    overscroll-behavior: none;
}

.offset {margin-left:10px;}

.offset2 {margin-left:5px;}

ul, ol {
	margin: 10px 0 0 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding:10px;
}





	.wrapper {
	position:relative;

	
	}

@media (pointer: fine) {

.image_cat {
	background-image: url("../media/image5+.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center left;
    background-attachment: fixed;
	min-height: 90vh;
		}

.image_cables {
	background-image: url("../media/image2.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center ;
	background-attachment: fixed;
	min-height: 90vh;
    }

.image_boat {
	background-image: url("../media/image4+.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center ;
	background-attachment: fixed;
	min-height: 90vh;
	}

.image_pc {
	background-image: url("../media/image3+.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center ;
	background-attachment: fixed;
	min-height: 90vh;
	max-width:100%;
	}

	.banner {
	background-image:url("../media/test.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
    background-attachment: fixed;
    background-color:#081d3a;
	height:100vh;
	
    }
}

@media (pointer: coarse) {
    
    .image_cat {
        background-image: url("../media/image5+.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center ;
        background-attachment: scroll;
        min-height: 90vh;
    }

    .image_cables {
        background-image: url("../media/image2.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center left;
        background-attachment: scroll;
        min-height: 90vh;
    }

    .image_boat {
        background-image: url("../media/image4+.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center ;
        background-attachment: scroll;
        min-height: 90vh;
    }

    .image_pc {
        background-image: url("../media/image3+.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center left;
        background-attachment: scroll;
        min-height: 90vh;
        max-width:100%;
    }

    .banner {
        background-image:url("../media/test.jpg");
        background-repeat: no-repeat;
        background-position: left;
        background-size:cover;
        background-attachment: scroll;
        background-color:#081d3a;
        height:100vh;
    }	
}


    	

	.banner::after {
	}
		
	.space {
	margin-top:30px;	
	}

    .safespace {
	margin-top:60px;
	}

		 
	.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
	
    .mb100t50 {
	margin-bottom:25px;
	margin-top:12.5px;
	}
	
    .mb100 {
	margin-bottom:25px;
	}
	
    #mb11 {
	margin-bottom:2.5vh;
	}

    #mrl1015 {
	margin-right:2.5vw; 
    margin-left:2.5vw;
	} 

.hiddentelephone {
    display: block;
}

.showtelephone {
    display: none;
}

.hidden576 {
    display:block;
}

.show576 {
    display: none;
}


/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	display:none;
	width: 100%;
	background-color:#081e3a;
	color:black;
	z-index: 999;
	border-bottom: 0;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: rgba(0, 0, 0, 0.25);

}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}

#header2 {
	position: fixed;
	
	width: 100%;
	background-color:#081e3a;
	color:black;
	z-index: 999;
	border-bottom: 0;
} 

#header2 .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
}
#header2 .logo {
	float: left;
}
#header2 .fixed {
	background-color: rgba(0, 0, 0, 0.25);

}
#header2 .fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}

.navigation.open {
	opacity: 0.9;
	background-color:#081e3a;
	color:black;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}

.navigation a {
	
	color: white;
	padding:0px;
	font-size: 20px;
	font-weight: 400;
	margin-left: 30px;

}

.navigation a.active {
	color: white;
	text-decoration: none;
	font-weight:600;
	font-size:30px;
	line-height:30px;
}


.navigation a:hover {
	
	color: white;
	text-decoration: underline;	
}

.navigation a::after {
    display: block;
    
    font-weight: 600;
    height:0px;
    line-height:25px;
    overflow: hidden;
    visibility: hidden;
}

@media only screen and (min-width: 1259.9px) {
.navigation a {
	
	color: white;
	padding:0px;
	font-size: 17px;
	font-weight: 400;
	margin-left: 30px;

}

.navigation a.active {
	color: white;
	text-decoration: none;
	font-weight:600;
	font-size:20px;
	line-height:17px;
}


.navigation a:hover {
	
	color: white;
	text-decoration: underline;
	
	
	
}

.navigation a::after {
    display: block;
    
    font-weight: 600;
    
    overflow: hidden;
    visibility: hidden;

}

}
.nav-toggle {
	display: none;
	height: 32px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	
	white-space: nowrap;
	width: 32px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #081e3a;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #081e3a;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/


.banner-text {
	padding-top: 28%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	font-weight: 700;
}
.banner-text p {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}
/* ------------------------------------------------------------------------------
	Description Text
-------------------------------------------------------------------------------*/

.descripton p {
	color: #222222;
	font-size: 16px;
	line-height: 33px;
	font-weight: 400;
}
/* ------------------------------------------------------------------------------
	Works
-------------------------------------------------------------------------------*/
.work {


  overflow: hidden;
  position: relative;
  visibility: hidden;
  border:10px solid white;
  padding:0;
   }



  .work img
  {	

	width:100%;
	height:100%;  
  }
  .work .overlay {
    background: rgba(8, 30, 58, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
	
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
	
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
  	
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
	
	/* ------------------------------------------------------------------------------
	Work animation
-------------------------------------------------------------------------------*/
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animated {
  visibility: visible; }
  
/* ------------------------------------------------------------------------------
	Hire me
-------------------------------------------------------------------------------*/

#home {
    background-color:white;
}
#services {
    background-color:white;
}
#about {
    background-color:white !important;
}
#projects {
    background-color:white !important;
}

.footer {
    background-color:white !important;
}

/* ------------------------------------------------------------------------------
	Contact
-------------------------------------------------------------------------------*/

.contact {
	background-color: white;
}
.contact h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
}
.contact p {
	color: #2d3033;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.contact .btn {
	margin-top: 30px;
}
/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/

.footer p {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.footer a {
	color: #7f7f7f;
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	background: #3d3d3d none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	padding: 4px 0;
	margin: 0 5px;
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	color: #fff;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
  

/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm
{
margin-top:50px;	
}
.conForm input {
	background:#fafafa;
	color:#797979;
	padding:15px 30px;
	border:none;
	margin-right:3%;
	margin-bottom:30px;
	outline:none;
	font-style:normal;
	border:#f4f3f3 1px solid;
	font-size:15px;
}
.conForm input.noMarr {
	margin-right:0px;
}
.conForm textarea {
	background:#fafafa;
	color:#797979;
	padding:15px 30px;
	margin-bottom:18px;
	outline:none;
	height:300px;
	font-style:normal;
	resize:none;
	font-size:15px;
	border:#f4f3f3 1px solid;
}


.conForm .submitBnt {
	background:#081e3a;
	color: #fff;
		padding: 15px 40px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background:#3d3d3d;
	color:#fff;
}
.error_message {
    color: #ff675f;
    font-weight: 500;
    padding-bottom: 15px;
}
#success_page h3 {
    color: #5ed07b;
    font-size: 17px;
    font-weight: 700;
}

/* ----------------------
	Custom CSS
-----------------------






#header1 {
	position: fixed;
	width: 100%;
	
	color:black;
	z-index: 999;
	border-bottom: 0;
}
#header1 .header-content1 {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header1 .logo {
	float: left;
}



#header1.fixed {
	background-color: rgba(0, 0, 0, 0.25);
}
#header1.fixed .header-content1 {
	border-bottom: 0;
	padding: 25px 0;
}
#header1.fixed .nav-toggle {
	
}*/



.selector-english {
	display:none;
}

a.disable {
  pointer-events: auto;
  
}

@media only screen and (max-width: 1260px) {

	#logowhite {
	width:75%;
	
	}
	#logonormal {
	width:75%;
	}
}
img.sticky {
	 	
	  	width:100%;
	  	
  	}
#service_blue {
		 background-color: #081e3a; 
		 padding:10px 0 10px 0;
	}

@media only screen and (min-width: 990px) {
	#service_blue {
		 background-color: #081e3a; 
		 padding:50px 0 50px 0;
	}
	#stick {
		display: flex;
  		justify-content: space-around;
  		
	}
	
	img.sticky {
	 	position: -webkit-sticky;
	  	position: sticky;
	  	top:10rem;
	  	width:80%;
	  	
  	}
  	#hidden {
		visibility:hidden;
	}
}
 
img, 
figure {
  max-width: 100%;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}


