body, html {
	font-family: 'Poppins', sans-serif !important;
	scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth !important;
}

.tp-bannertimer {
	display:none !important;
}

@font-face {
  font-family: MonumentExtended;
  src: url(../fonts/MonumentExtended-Bold.woff);
  font-weight: bold;
}

h2{
	font: bold 2em 'MonumentExtended';
	letter-spacing: 0;
	color:#FA7CAB;
	text-align:left;
}

#topNav, #header {
	border:0px !important;
}

#topMain a {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font: normal normal bold 18px/27px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	font-size:18px;
}

section {
	border:0px;
}

#servicee h3 {
	color:#1E4AD0;
	font-size: 1.5em;
	font-family: MonumentExtended;
	font-weight:bold;
	letter-spacing: 0px;
}

#servicee p.desciption {
	font-family: Poppins;
	font-size:16px;
	margin-right:20px;
	padding:10px;
	padding-top:-25px;
	color: #333
}

.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #fc9530;
}

.zoom {
  transition: transform .5s; 
}

.zoom:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}

.takemeon:hover {
	background-color:#FA7CAB !important;
}

.cardas {
	display:inline;
}




/* mt */
h2, em.header{
	font: bold 2em 'MonumentExtended';
	letter-spacing: 0;
	color:#FA7CAB;
	text-align:left;
}

.menu-button{
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
	padding: 0.25em 0.5em !important;
	width: 2em;
	height: 2em;
	font-size: 1.4em;
	margin-top: -0.5em;
	margin-right: 10px;
	color: #1E4AD0 !important;
	border-radius: 0 !important;
}

#how-we-work p.description{
	color:#000; 
	font-size: 1.3em; 
	font-weight: bold;
}


#slider .header{
	font: bold 2.5em 'MonumentExtended';
	letter-spacing: 0;
	color: #fff;
	text-align:left;
}

#slider .pct-front{
	font-family:MonumentExtended; 
	font-size: 2.5em; 
	font-weight: bold;
}

#how-we-work .button{
	font-family:MonumentExtended; 
	font-weight: bold;
	background-color:#1E4AD0; 
	color:#fff; 
	display: block;
}

#how-we-work .button .arrow{
	font-size: 1.5em;
	margin-top: -0.5em;
}


@media only screen and (max-width: 480px) {
	
	#how-we-work .button{
		font-size: 1.2em; 
		padding: 1.5em;
		line-height: 1.5em;
		display: block;
		width: 100%;
	}

	.hover-child {
		min-height: 170px;
		min-width: 170px;
		max-height: 170px;
		max-width: 170px;
		background: skyblue;
		position: relative;
	}

	.hover-description{
		font-size: 0.9em; 
		color:#fff; 
		margin-top: 1em;
	}	

	.hover-child .mask{
		padding: 1em;
	}	

	.hover-child-inner:hover {
		height: 213%;
		z-index: 10000;
	}
	
}

/* mobile only */
@media only screen and (min-width: 481px) {
	#how-we-work .button{
		font-size: 1.2em; 
		padding: 1.5em;
		line-height: 1.5em;
		display: block;
		width: 80%;
	}
	
	.hover-child {
		min-height: 200px;
		min-width: 200px;
		max-height: 200px;
		max-width: 200px;
		background: skyblue;
		position: relative;
	}

	.hover-child-inner:hover {
		height: 210%;
		z-index: 10000;
	}

	.hover-child .mask{
		padding: 1em;
	}

	.hover-description{
		font-size: 1em; 
		color:#fff; 
		margin-top: 10em;
	}	

	#director_image{
		width: 40%; 
	}

	#service-background{
		width:100%; 
		margin-left: 0;
	}
}

@media only screen and (min-width: 770px) {
	#director_image{
		width: 100%;
	}


	.hover-child {
		min-height: 230px;
		min-width: 230px;
		max-height: 230px;
		max-width: 230px;
		background: skyblue;
		position: relative;
	}

	.hover-description{
		font-size: 1em; 
		color:#fff; 
		margin-top: 16em;
	}	


	#service-background{
		width:50%; 
		margin-left: 0%;
	}
	
	
}


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

	.background-proc{
		display: none !important;
	}
	.slider .header{
		/*font-size: 2em !important;	*/
	}
	
	.pct-front{
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		margin-top: 1.5em !important;
		margin-left: 0.4em !important;
		font-size: 1.5em !important;
		padding: 0.5em !important;
		text-align: left !important;
	}
	
	.desc-front{
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		margin-top: 0.2em !important;
		margin-left: 1em !important;
		margin-right: 1em !important;
		font-size: 1em !important;
		padding: 0.5em !important;
		line-height: 1.4em !important;
		text-align: left !important;		
		text-align: left !important;		
	}

	.fullwidthbanner{
		height: 270px !important;
	}
	

	.hover-parent {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: dense;
		grid-gap: 5px;
		align-items: start;
	}
	
	#slider .image{
		display: none;
	}
	
	#what-we-offer{
		padding-bottom: 0px !important;
	}
	
	#what-we-offer h2{
		margin: 0 !important;
	}

	
}


@media only screen and (min-width: 1200px) {
	.hover-child {
		min-height: 270px;
		min-width: 270px;
		max-height: 270px;
		max-width: 270px;
		background: skyblue;
		position: relative;
	}

	#service-background{
		width: 1800px !important;
		margin-left: -1200px !important;
	}
	
}



@media only screen and (min-width: 993px) {
	
	
	#director_image{
		width: 125%; 
	}

	
	#how-we-work .button{
		font-size: 1.6em; 
		padding: 1.5em;
		line-height: 1.5em;
		display: block;
		width: 100%;
	}


	.hover-parent {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-flow: dense;
		grid-gap: 20px;
		align-items: start;
	}

	.hover-description{
		font-size: 1em; 
		color:#fff; 
		margin-top: 15em;
	}

	.hover-child .mask{
		padding: 2em;
	}

	#service-background{
		width:400%; 
		margin-left: -300%;
	}

}



.hover-child-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #1E4AD0;
	background-size: 100% 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 22;
	transition: 0.2s all linear;
}

.hover-child-inner.a {background: url('../../images/1.jpg');}
.hover-child-inner.b {background: url('../../images/2.jpg');}
.hover-child-inner.c {background: url('../../images/3.jpg');}
.hover-child-inner.d {background: url('../../images/4.jpg');}
.hover-child-inner.e {background: url('../../images/5.jpg');}
.hover-child-inner.f {background: url('../../images/6.jpg');}
.hover-child-inner.g {background: url('../../images/7.jpg');}
.hover-child-inner.h {background: url('../../images/8.jpg');}

.hover-child .mask{
	opacity: 0;
	transition: 0.2s height linear;
	background: #1E4AD0;
	height: 100%;
}


.hover-child-inner:hover .mask{
	opacity: 0.95;
	transition: 0.2s all linear;
}

#videoDiv video{
	width: 100%; 
	height: 100vh; 
	object-fit: cover; 
	overflow:hidden;
}

#videoDiv .video-mask{
	width: 100%; 
	height: 100vh; 
	position: absolute; 
	top: 0;
	background-color: transparent; 
	background-image: url(../movies/mask.png); 
	background-size: cover;
	background-repeat: no-repeat;
}

.addresses{
	margin-left: 15px !important;
}


/* custom **/

#scroll_down_button {
    top: calc(80vh - 40px) !important;
  }
#servicee {
    height: 90% !important;
}

#contacta .container{
    padding-top: 600px !important;
}

  #what-we-do h2{
    font-size: 3em !important;
  }

@media only screen and (max-width: 768px) {
	#wrapper{
		background: #1E4AD0;
	}
	
	#videoDiv{
		margin-top: 10em;
	}

	#videoDiv video, #videoDiv .video-mask{
		height: 25vh !important; 
	}
	
	
	
  .hero-section {
    height: 260px !important;
    background-size: contain !important;
    background-position: center 160px !important;
  }

  #what-we-do h2{
    font-size: 2.6em !important;
  }

  #scroll_down_button {
    display: none !important;
  }

  .fullwidthbanner em.header{
      padding-left: 20px !important;
  }

  #servicee{
      background-image: none !important;
      height: auto !important;
  }

  #servicee h3{
    font-size: 1.1em !important;
}

#contacta{
    background-image: none !important;
    height: 0px !important;
}
#contacta .container{
    padding-top: 200px !important;
}

  #contact{
      height: auto !important;
      text-align: center !important;
  }

  #director_image{
      margin: -40px auto 0 auto !important;
  }

  #contact_arrow{
      display: none !important;
  }

  #foot{
      text-align: center !important;
  }

  .addresses{
      padding: 20px !important;
  }
}

.tp-bullets {
	display:none !important;
	visibility:hidden !important;
}

#servicenew h3 {
	color:#1E4AD0;
	font-size:1.5em;
	font-family: MonumentExtended;
	font-weight:bold;
	letter-spacing:0px;
}

#servicenew p.description {
	font-family: Poppins;
	font-size:16px;
	color:#333;
}

#servicenew .box-icon-title {
	margin-left:0px !important;
}