@charset "utf-8";
/* CSS Document */


html {
  scroll-behavior: smooth;
}

#wrap {
	display: block;
	padding: 0;
	text-align: center;
	font-size: 0px;
	font-family: "Nunito Sans", sans-serif;
  	font-style: normal;
	width: 100%;
	height: 100%;
	position: relative;
	color: #11195C;
}

.mid {
	max-width: 1200px;
	text-align: center;
	font-size: 0px;
	position: relative;
	z-index: 9;
}


.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad20 {
	padding: 20px;
}

.pad25 {
	padding: 25px;
}

.pad30 {
	padding: 30px;
}

.pad40 {
	padding: 40px;
}

.pad50 {
	padding: 50px;
}

.pad80 {
	padding: 80px;
}





/*Header*/

header {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 99999999999;
}

#menuicn {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	text-align: left;
}

#menuicndiv {
	
}

img#menulogo {
	padding: 5px 25px 10px;
}

#menulinksdiv {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	text-align: right; 
}

.menulinkdiv {
	display: inline-block;
	vertical-align: middle;
}

a.menulinks {
	font-size: 18px;
	font-weight: 600;
	background-color: #fff;
	padding: 15px 50px;
	margin: 10px auto;
	color: #11195C;
	cursor: pointer;
  	position: relative;
  	display: inline-block;
}

a.menulinks::after,
a.menulinks::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #11195C, #005B69, #029C59, #A6CF3E);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}

a.menulinks::before {
  top: -5px;
  transform-origin: left;
}

a.menulinks:hover::after,
a.menulinks:hover::before {
  transform: scaleX(1);
}

#menumobicons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	display: none;
	z-index: 9;
}

img#menucloseiconimg {
	display: none;
}

.menuaddonmobmenu {
	position: absolute;
  	top: 103%;
  	background-color: #fff;
  	width: 100%;
  	left: 0;
	z-index: 999999999999999;
}




/*Top Seci*/

#topseci {
	background-image: url("../imgs/main-back.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	z-index: 0;
	padding: 100px 0 70px;
}

#topbck {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(2,5,37,0.80);
	top: 0;
	left: 0;
}


h2#topseched {
	font-size: 30px;
	line-height: 42px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	max-width: 920px;
	padding:0 20px 0 30px;
}

h1#topenhed {
	font-size: 22px;
	line-height: 37px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	max-width: 920px;
	padding:0 20px 0 30px;
}

#topquot {
	display: block;
	text-align: left;
	margin: 30px auto;
	padding:0 20px 0 30px;
}

a#topquotebut {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding: 20px 40px;
	border: solid 2px #fff;
	transition-duration: 0.2s;
	cursor: pointer;
}

a#topquotebut:hover {
	color: #11195C;
	background-color: #fff;
}



/*Affiliates*/

#afi {
      overflow: hidden;
      background: #f8f8f8;
      padding: 20px 0;
	background-color: #fff;
}

#afilongdiv {
      display: flex;
      animation: scrollLeft var(--duration) linear infinite;
}

.afislidediv {
      flex: 0 0 auto;
      margin-right: 50px;     
}

.afislide {
      display: block;
      height: 100px;   
      width: auto;
      object-fit: contain;
}

@keyframes scrollLeft {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
}

#afilongdiv:hover { animation-play-state: paused; }



/*Why Choose Us*/

.seciblue {
	background-color:#11195C;
	width: 100%;
	height: 100%;
	display: inline-block;
}

h2.secwhitehed {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	padding: 0 10px;
}

.midsecis {
	text-align: center;
}

h3.thirdwhitehed {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	padding: 0 10px;
}

p.whitegenpar {
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	font-weight: 300;
	padding: 0 20px;
	max-width: 800px;
	margin: 0 auto;
}

hr.witlin {
	padding: 0;
	height: 2px;
	background-color:#fff;
	border:none;
	margin: 0 auto;
	width: 200px;
}


#hoevclints {
	position: relative;
	z-index: 1;
	font-size: 0px;
}


#hoevclintbckdiv, #boclientswrap {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	height: 300px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	
}

#shadboxi {
	box-shadow: 0px 0px 9px 2px rgba(0, 4, 11, 0.85);
-webkit-box-shadow: 0px 0px 9px 2px rgba(0, 4, 11, 0.85);
-moz-box-shadow: 0px 0px 9px 2px rgba(0, 4, 11, 0.85);
}

#boclientmidwrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



.boclientdivs {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	width: 250px;
	padding: 20px 50px;
	margin: 0 10px;
}

p.clientsnom {
	font-size: 70px;
	font-weight: 700;
	color: #11195C;
}

p.clients {
	font-size: 16px;
	font-weight: 700;
	color: #11195C;
}


img.hoevslidimg {
    width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



/*Clients testis*/

.witsecidiv {
	background-color: #fff;
	position: relative;
	width: 100%;
}

h2.blouhed {
	font-size: 40px;
	color: #11195C;
	font-weight: 600;
	padding: 0 20px;
}

#clientbigdiv {
	font-size: 0px;
}

.clientflots, .clientmidflots {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

.clientmidflots {
	width: 10%;
}

img.clientstarimg {
	margin: 0 auto;
}

p.clientsegud, p.clientsegudnam {
	font-size: 22px;
	line-height: 36px;
	color: #11195C;
	font-weight: 300;
	padding: 0 20px;
	margin: 0 auto;
}

p.clientsegudnam {
	font-size: 24px;
	font-weight: 600;
}




/*Services*/

.buiteflotdiv {
	font-size: 0px;
	width: 100%;
}

.flotvantwee {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	margin: 30px;
}

.floatinside {
	padding: 20px;
	box-shadow: 0px 0px 2px 0px rgba(32, 74, 149, 0.85);
-webkit-box-shadow: 0px 0px 2px 0px rgba(32, 74, 149, 0.85);
-moz-box-shadow: 0px 0px 2px 0px rgba(32, 74, 149, 0.85);
	
}

h3.floatservhed {
	font-size: 30px;
	color: #11195C;
	font-weight: 600;
	padding: 0 20px;
}

p.flotsserpar {
	font-size: 22px;
	line-height: 30px;
	color: #11195C;
	font-weight: 300;
	padding: 0 20px;
	margin: 0 auto;
}



/*Photo Gallery*/

.photodivline {
	width: 100%;
	font-size: 0px;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	position: relative;
}

.photobox {
	flex: 1;                     
    position: relative;
	overflow: visible !important;  /* ← REMOVE CLIPPING */
  	pointer-events: none;
}

.photobox * {
  pointer-events: auto;          /* ← Re-enable clicks on links/images */
}


.photobox::before {
    content: "";
    display: block;
    padding-bottom: 100%;    
}


img.phototboxphoto {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photoboxtxt {
	position: absolute;
    top: 50%; left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	overflow: visible !important;
}

h3.photoboxhed {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	padding: 0 10px;
	display: block;
}

a.photoboxlink {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 15px 30px;
	border: solid 1px #fff;
	transition-duration: 0.2s;
	cursor: pointer;
	position: relative; z-index: 10;
}

a.photoboxlink:hover {
	color: #11195C;
	background-color: #fff;
}

.flotinregs {
	float: right;
}



/*No Java*/

#nojava {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	background-color: #11195C;
}

#nojavain {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

h1#nojavahed {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0 10px 10px 10px;
}

p.nojavapar {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	padding: 10px;
}

a#nojavalnk {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}



/*Contact Floater*/

#contctfloater {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 999999;
	overflow: hidden;
}

a.contactfloatlink {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
	padding: 5px;
	box-sizing: content-box;
	border: solid 2px #fff;
	border-right: none;
	background-color: #11195C;
	border-radius: 25px 0 0 0;
}

a.floatlinkondercon {
	border-radius: 0 0 0 25px;
	background-color: #fff;
}

/*Footer*/

footer {
	background-color: #11195C;
	width: 100%;
	position: relative;
	overflow: hidden;
}

h2#foothed {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -2px;
}

img.footcontimg, p.fotcontdetpar {
	display: inline-block;
	vertical-align: middle;
}

p.fotcontdetpar {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}


p#copytxt {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}


p#footdevpar {
	font-size: 13px;
	color:#fff;
	padding: 0 10px;
	font-weight: 300;
}

a#fotlink {
	color:#fff;
	font-weight: 600;
}


img#footbacklog {
	position: absolute;
	z-index: 1;
	top: 15%;
	right: -5%;
	height: 100%;
	width: 100%;
	transform: translateY(-40%);
	object-fit: contain;
  	pointer-events: none;
}



@media only screen and (max-width:980px){
	
	#meneersteweg {
		display: none;
	}
	
	#menuicn {
		width: 20%;
	}
	
	#menulinksdiv {
		width: 80%;
	}

	a.menulinks {
		padding: 15px 30px;
	}
	
	.clientflots {
		width: 47%;
	}

	.clientmidflots {
		width: 5%;
	}
	
	img.serviciconimg {
		width: 150px;
	}
	
	
}



@media only screen and (max-width:600px){
	
	#menumobicons {
		display: block;
	}
	
	.menubiglinksdivs {
		display: none;
	}
	
	#meneersteweg {
		display: block;
	}
	
	#menuicn, #menulinksdiv {
		width: 50%;
	}
	
	img#menucloseiconimg, img#menuiconimg {
		width: 80px;
	}
	
	.menulinkdiv, a.menulinks {
		padding: 15px 10px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	#boclientmidwrap {
		width: 100%;
	}
	
	#hoevclintbckdiv, #boclientswrap {
		width: 100%;
	}
	
	.boclientdivs {
		width: auto;
	}
	
	.clientflots, .clientmidflots {
		width: 100%;
	}

	.clientmidflots {
		height: 30px;
	}
	
	.flotvantwee {
		width: 250px;
	}

	.boxmetxt {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 2;
		width: 100%;
	}
	
	a.contactfloatlink {
		width: 30px;
		height: 30px;
		border-radius: 15px 0 0 0;
	}

	a.floatlinkondercon {
		border-radius: 0 0 0 15px;
	}
	
	
	.afislide {
  		height: 60px;
	}
	
}



@media only screen and (max-width:440px){
	
	img#menucloseiconimg, img#menuiconimg {
		width: 50px;
	}
	
	h2.secwhitehed, h2.blouhed {
		font-size: 30px;
	}


	h3.thirdwhitehed, h3.floatservhed, h3.photoboxhed {
		font-size: 20px;
	}

	p.whitegenpar, p.flotsserpar, p.fotcontdetpar, p#copytxt,  p.clientsegud, p.clientsegudnam{
		font-size: 16px;
		line-height: 22px;
	}	
	
	a.photoboxlink {
		padding: 10px 20px;
	}
	
	img.serviciconimg {
		width: 120px;
	}
	
}








