@charset "utf-8";
/* CSS Document */
html, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
body { 
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
	min-width:320px;
	}
/* CSS Reset Finished */

#menubox {
	width:100%;
	height:100%;
	position:fixed;
	overflow: auto;
	top:0px;
	left:0px;
	z-index:2072;
	vertical-align:middle;
	background-color: #2067b2; 
	/*visibility:hidden;*/
	display: none;
	text-align:center;
	opacity: 0; /* Add this line to set initial opacity to 0 */
  	transition: opacity 0.01s ease, height 0.01s ease; /* Add a transition effect for smoother fading */
	background-image:url(gfx/menu_bg_small.png);
	background-position:bottom;
	background-size: 50% auto;
	background-repeat: no-repeat;
	}



	.button1 {
		border: none;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		width: 100%;
		padding: 10px;
		color: #FFFFFF;
		background-color: #2067b2; 
	}
	
	.button1:hover {
		color: #2067b2;
		background-color: #FFFFFF; 
		}
		
	.button1:active {
		background-color: #2067b2;
		color: #FFFFFF;
	}

	.logo_header {
		width:100%;
		min-height:98px;
		text-align:left;
		background-color: #2067b2;
		background-image: linear-gradient(to right, #2067b2, #ad00da);
		overflow:visible;
	}

	.logo_navi_container {
		width: 97%;
		min-height:98px;
		margin: 0 auto;
	} 


	.top_flex_container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		align-content: center;
		padding-top: 20px;
	  }

	  .top_flex_container a:active {
		background-color: transparent;
		background-image: none;
	  }

	  .tfitem1 {
		flex: 0 0 auto;
		margin: 0px;
		align-self: center;
	  }

	  .tfitem2 {
		flex: 0 0 auto;
		margin: 0px;
		align-self: center;
	  }

	  .tfitem3 {
		flex: 0 0 auto;
		margin: 0px;
		align-self: center;
		display: none;
	  }

	  .tfitem4 {
		flex: 0 0 auto;
		margin: 0px;
		align-self: center;
	  }


	.snavi a:link {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #ffffff;
		text-decoration: none;
		padding-right:30px;
	}
	
	.snavi a:visited {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #ffffff;
		text-decoration: none;
		padding-right:30px;
	}
	
	.snavi a:active {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #ffffff;
		text-decoration: none;
		padding-right:30px;
		background-color: transparent;
		background-image: none;
	}
	
	.snavi a:hover {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #000000;
		text-decoration: underline;
		padding-right:30px; }
	
	
	.snavi2 a:link {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #ffffff;
		text-decoration: none;
	}
	
	.snavi2 a:visited {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #ffffff;
		text-decoration: none;
	}
	.snavi2 a:active {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #ffffff;
		text-decoration: none;
		background-color: transparent;
		background-image: none;
	}
	.snavi2 a:hover {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:500;
		color: #000000;
		text-decoration: underline;
	}

	.word-container {
		width: 100%;
		min-height: 500px;
		color: #ffffff;
		position: relative;
		text-align: center;
	}

	.wordtext {
		font-family: 'Poppins', sans-serif;
		font-size: 100px;
		font-weight:300;
		line-height: 120%;
		color: #ffffff;
		margin-top: 150px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 50px;
	}

	.wordtext2 {
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight:300;
		line-height: 120%;
		color: #ffffff;
		margin-top: 50px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 50px;
	}


	#movingDiv {
		width: 100%;
		height: 600px;
		background-image: url('gfx/hp_top_bg.png');
		background-position: 0 0;
		position: relative;
		overflow: hidden;
		background-repeat: repeat;
		text-align: center;
	}


	.main_intro {
		max-width: 1650px;
		height:auto;
		margin: 0px auto;
		padding-top: 100px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}

	.main_intro_img {
		width: 35%;
		height: auto;
		float: right;
		padding-left: 150px;
		padding-right: 100px;
		padding-bottom: 100px;
	}


	.main_intro_img_serv {
		width: 40%;
		height: auto;
		float: right;
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 180px;
	}

	.main_intro h1 {
		font-family: 'Poppins', sans-serif;
		font-size: 66px;
		font-weight:500;
		color: #2067b2;
		margin-bottom: 60px;
	}

	.main_intro h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 40px;
		font-weight:400;
		color: #2067b2;
		margin-bottom: 30px;
	}

	.main_intro p {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight:300;
		color: #616161;
		text-align: justify;
		line-height: 160%;
	}


	.main_intro a:link {
		color: #2067b2;
		text-decoration:  none;
	}
	
	.main_intro a:visited {
		color: #2067b2;
		text-decoration:  none;
	}
	
	.main_intro a:active {
		color: #2067b2;
		text-decoration: none;
		background-color: transparent;
		background-image: none;
	}
	
	.main_intro a:hover {
		color: #000000;
		text-decoration: underline;
	}
	


	.h1light {
		font-weight: 300;
	}

/*
	.hpserv_button {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #2067b2;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
		background-color: #ffffff;
		border: 2px solid #2067b2;
		margin: 0px 20px 20px 0px;
		padding: 10px 22px;
	}

	.hpserv_button:hover {
		color: #FFFFFF;
		background-color: #2067b2;
		background-image: linear-gradient(to right, #2067b2, #ad00da);
		}
		
		.hpserv_button:active {
		background-color: #ffffff;
		color: #2067b2;
	}
*/


	.hpserv2_button {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #2067b2;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
		background-color: #ffffff;
		border: 2px solid #2067b2;
		margin: 0px 20px 20px 0px;
		padding: 10px 22px;
	}

	.hpserv2_button:hover {
		color: #FFFFFF;
		background-color: #2067b2;
		background-image: linear-gradient(to right, #2067b2, #ad00da);
		}
		
		.hpserv2_button:active {
		background-color: #ffffff;
		color: #2067b2;
	}


.newlink a:link {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2067b2;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-color: #ffffff;
	border: 2px solid #2067b2;
	margin: 0px 20px 20px 0px;
	padding: 10px 22px;
}

.newlink a:visited {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2067b2;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-color: #ffffff;
	border: 2px solid #2067b2;
	margin: 0px 20px 20px 0px;
	padding: 10px 22px;
}

.newlink a:hover, a:active {
	color: #FFFFFF;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
}

.blue_line {
	width: 100%;
	height:6px;
	background-color: #2067b2;
}

.hpserv_container {
	max-width: 1650px;
	height:auto;
	margin: 0px auto;
	padding-top: 75px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.servicegrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 100px;
	grid-row-gap: 50px;
	margin: 0px 0px 0px 0px;
	}

	.servicegrid div {
		text-align: center;
	}


	.servicegrid h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight:400;
		color: #2067b2;
		margin-bottom: 60px;
		margin-top: 20px;
	}
	.servicegrid p {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight:300;
		color: #616161;
		line-height: 160%;
	}

.bluephpserv {
	font-weight: bold;
	color: #2067b2;
}

.hpserv_img {
	width: 100%;
	height: auto;
}



.servicegridtext a:link {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:300;
	line-height: 160%;
	color: #2067b2;
	text-decoration: underline;
}

.servicegridtext a:visited {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:300;
	line-height: 160%;
	color: #2067b2;
	text-decoration: underline;
}

.servicegridtext a:active {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:300;
	line-height: 160%;
	color: #2067b2;
	text-decoration: underline;
	background-color: transparent;
	background-image: none;
}

.servicegridtext a:hover {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:300;
	line-height: 160%;
	color: #000000;
	text-decoration: none;
}


.helpinfo_container {
	width:100%;
	min-height:150px;
	text-align:left;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
	overflow:visible;
	margin-top: 100px;
	margin-bottom: 50px;
}

.helpinfo_container2 {
	width:100%;
	min-height:150px;
	text-align:left;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
	overflow:visible;
	margin-top: 100px;
	margin-bottom: 0px;
	border-bottom: #ffffff solid 2px;
}

.helpinfo_container_inner {
	max-width: 1650px;
	height:auto;
	margin: 0px auto;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	text-align: center;
}

.helpinfo_container_inner h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight:400;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 0px;
}

/*
.helpinfo_button  {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #ffffff;
	margin: 0px 20px 20px 0px;
	padding: 10px 22px;
	background-color: transparent;
}

	.helpinfo_button:hover {
	color: #2067b2;
	background-color: #ffffff;
	}
		
	.helpinfo_button:active {
	color: #2067b2;
	background-color: #ffffff;
	}
*/

	.helpinfobtn a:link, a:visited {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
		border: 2px solid #ffffff;
		margin: 0px 20px 20px 0px;
		padding: 10px 22px;
		background-color: transparent;
	}
	
	.helpinfobtn  a:hover, a:active {
		color: #2067b2;
		background-color: #ffffff;
		}


.hpourwork {
	max-width: 1650px;
	height:auto;
	margin: 0px auto;
	text-align:left;
	overflow:visible;
}

.hpourwork h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 66px;
	font-weight:500;
	color: #2067b2;
	margin-bottom: 60px;
}


.hpourwork h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight:400;
	color: #2067b2;
	margin-top: -12px;
	margin-bottom: -10px;
}
.hpourwork p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #616161;
	text-align: left;
	line-height: 160%;
}

.hpourworkimg {
	width: 66%;
	height: auto;
	float: left;
	margin-right: 50px;
}

.bluephpourwork {
	color: #2067b2;
}

.blankdiv {
	width: 100%;
	height: 100px;
	display:inline-block;
	position: relative;
}

.blankdiv2 {
	width: 100%;
	height: 50px;
	display:inline-block;
	position: relative;
	margin-bottom: 50px;
}

.hpourworklink a:link {
	color: #2067b2;
	text-decoration: underline;
	word-break: break-all;
	
}

.hpourworklink a:visited {
	color: #2067b2;
	text-decoration: underline;
	word-break: break-all;
}

.hpourworklink a:active {
	color: #2067b2;
	text-decoration: underline;
	word-break: break-all;
	background-color: transparent;
	background-image: none;
}

.hpourworklink a:hover {
	color: #000000;
	text-decoration: none;
	word-break: break-all;
}

.footer_main {
	width: 100%;
	min-height: 310px;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
	overflow:visible;
	margin-top: 100px;
}

.footer_main2 {
	width: 100%;
	min-height: 310px;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
	overflow:visible;
	margin-top: 0px;
}



.footer_inner {
	max-width: 1650px;
	min-height:310px;
	margin: 0px auto;
	text-align:left;
	overflow:visible;
	background-image: url(gfx/footer_building_black.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	padding-top: 25px;
}



p.footerp1  {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	line-height: 160%;
}

p.footerp2  {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight:400;
	color: #ffffff;
	text-align: left;
	line-height: 160%;
}

p.footerp3  {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight:400;
	color: #ffffff;
	text-align: left;
	line-height: 160%;
}

p.footerp4  {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #ffffff;
	text-align: left;
	line-height: 160%;
}


.footerlin a:link {
	color: #ffffff;
	text-decoration: none;
}

.footerlin a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footerlin a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}
.footerlin a:hover {
	color: #000000;
	text-decoration: underline;
}


.serv_h1 {
	width: 100%;
	min-height: 100px;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
}

.serv_h1_inner { 
	max-width: 1650px;
	min-height:100px;
	margin: 0px auto;
	text-align:left;
}

.serv_h1_inner h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight:400;
	color: #ffffff;
	margin-bottom: 20px;
	padding-top: 20px;
}


.serv2_h1 {
	width: 100%;
	min-height: 100px;
	background-color: #ad00da;
	background-image: linear-gradient(to right, #ad00da, #2067b2);
}

.servicepagegrid1 {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 100px;
	grid-row-gap: 50px;
	margin: 0px 0px 0px 0px;
	}

	.servicepagegrid1 div {
		text-align: center;
	}

	.servicepagegrid1 h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight:400;
		color: #2067b2;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.servicepagegrid1 p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:300;
		color: #616161;
		line-height: 160%;
		text-align: center;
	}

	.servicepagegridimg {
		width: 100%;
		height: auto;
	}

.servicepagegrid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 100px;
	grid-row-gap: 50px;
	margin: 0px 0px 0px 0px;
	}


	.servicepagegrid2 h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 40px;
		font-weight:400;
		color: #2067b2;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.servicepagegrid2 p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:300;
		color: #616161;
		line-height: 160%;
		text-align: left;
	}

	.servicepagegrid2 ul li {
        background: url('gfx/green_tick.png') no-repeat left center;
        padding: 2px 0px 5px 45px;
        list-style: none;
        margin: 0;
        vertical-align: middle;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight:300;
		color: #616161;
      }


	.servicepagegrid2 a:link {
		color: #2067b2;
		text-decoration: underline;
	}
	
	.servicepagegrid2 a:visited {
		color: #2067b2;
		text-decoration: underline;
	}
	
	.servicepagegrid2 a:active {
		color: #2067b2;
		text-decoration: underline;
		background-color: transparent;
		background-image: none;
	}
	
	.servicepagegrid2 a:hover {
		color: #ffffff;
		text-decoration: none;
	}


.ourwork3 {
	max-width: 1650px;
	min-height:100px;
	margin: 0px auto;
}

.ourwork4 {
	max-width: 1650px;
	min-height:100px;
	margin: 0px auto;
	overflow:visible;
}

.ourwork3 p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #616161;
	line-height: 160%;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

.ourwork4_inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(7, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	justify-items: center;
	}

	.ourwork4_inner div {
		border: #e2e2e2 1px solid;
		word-break: break-all;
		background-image: url(gfx/various_work_bg.png);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}

	.ourwork4 p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:400;
		color: #616161;
		line-height: 160%;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 40px;
	}

	.ourwork4img {
		width: 100%;
		height: auto;
	}



.helpmenu_button {
	min-width: 180px;
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2067b2;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-color: #ffffff;
	border: 2px solid #2067b2;
	margin: 0px 20px 20px 0px;
	padding: 10px 22px;
}

.helpmenu_button:hover {
	color: #FFFFFF;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
	}
	
.helpmenu_button:active {
background-color: #ffffff;
color: #2067b2;
}

.main_intro2 {
	max-width: 1650px;
	height:auto;
	margin: 0px auto;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}


.main_intro2_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 100px;
	grid-row-gap: 50px;
}



.main_intro2 h1 {
	color: #FFFFFF;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight:400;
	color: #ffffff;
	padding-bottom: 120px;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	margin-right: 150px;
	margin-bottom: 50px;
	float: left;
	min-width: 365px;
	border-radius: 20px;
}

.main_intro2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #616161;
	line-height: 160%;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
}


.faq-item {
    margin: 0px;
    padding: 10px;
    cursor: pointer;
  }
  
  .faq-question {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight:400;
	color: #2067b2;
  }
  
  .faq-question .toggle {
    margin-right: 10px;
    display: inline-block;
    width: 20px; /* Adjust the width as needed */
    text-align: center;
  }
  
  .faq-answer {
    display: none;
    margin-top: 20px;
    margin-left: 50px;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #616161;
  }


.priceguide {
	width: 100%;
	height: auto;
}

.priceguide h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #2067b2;
	margin-top: 10px;
	margin-bottom: 20px;
}

.priceguide p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight:400;
	color: #616161;	
}

.formcontainer {
	width: 60%;
	height: auto;
	margin: 0 auto;
}


.formtext {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #2067b2;
	font-size: 18px;
	background-color: #ffffff;
	padding: 12px 20px 12px 40px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight:400;
	color: #2067b2;
	margin-top: 10px;
	margin-bottom: 10px;
  }

  .formtext2 {
	background-color: #ffffff;
	border: 2px solid #2067b2;
	padding: 10px 62px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight:400;
	color: #2067b2;
  }

  .termscontainer {
	width: 100%;
	height: auto;
}


.termstext {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight:300;
	color: #969696;
}

	/* START MOBILE */

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

	.serv_h1_inner { 
		max-width: 1650px;
		min-height:100px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
		text-align:left;
	}

	.ourwork4 {
		max-width: 1650px;
		min-height:100px;
		overflow:visible;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
	}

	.ourwork3 {
		max-width: 1650px;
		min-height:100px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
}

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

	.hpserv_container {
		max-width: 1650px;
		height:auto;
		margin: 0px auto;
		padding-top: 75px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}
	
	.hpourwork {
		max-width: 1650px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
		margin-right: 20px;
		text-align:left;
		overflow:visible;
	}
	
	.footer_inner {
		max-width: 1650px;
		min-height:310px;
		margin-left: 20px;
		margin-right: 20px;
		text-align:left;
		overflow:visible;
		background-image: url(gfx/footer_building_black.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: contain;
		padding-top: 25px;
	}

}

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

	.top_flex_container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		align-content: center;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	  }

	.tfitem2 {
		flex: 0 0 auto;
		margin: 0px;
		align-self: center;
		display: none;
	  }

	.tfitem3 {
		flex: 0 0 auto;
		margin: 0px;
		align-self: center;
		display: block;
	  }



	.wordtext {
		font-family: 'Poppins', sans-serif;
		font-size: 80px;
		font-weight:300;
		line-height: 120%;
		color: #ffffff;
		margin-top: 100px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 50px;
	}


	.main_intro {
		max-width: 1650px;
		height:auto;
		margin: 0px auto;
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}


	.main_intro_img {
		width: 60%;
		height: auto;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


	.main_intro_img_serv {
		width: 90%;
		height: auto;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.main_intro2 {
		max-width: 1650px;
		height:auto;
		margin: 0px auto;
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}

	.hpourworkimg {
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0px;
		margin-bottom: 50px;
	}

	.hpourwork h1 {
		font-family: 'Poppins', sans-serif;
		font-size: 56px;
		font-weight:500;
		color: #2067b2;
		margin-bottom: 60px;
	}
	
	
	.hpourwork h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 25px;
		font-weight:400;
		color: #2067b2;
		margin-top: -12px;
		margin-bottom: -10px;
	}
	.hpourwork p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:400;
		color: #616161;
		text-align: left;
		line-height: 160%;
	}


	.servicepagegrid1 {
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 60px;
		grid-row-gap: 50px;
		margin: 0px 0px 0px 0px;
		}
	
		.servicepagegrid1 div {
			text-align: justify;
		}
	
		.servicepagegrid1 h2 {
			font-family: 'Poppins', sans-serif;
			font-size: 28px;
			font-weight:400;
			color: #2067b2;
			margin-bottom: 30px;
			margin-top: 20px;
		}
		.servicepagegrid1 p {
			font-family: 'Poppins', sans-serif;
			font-size: 16px;
			font-weight:300;
			color: #616161;
			line-height: 160%;
			text-align: justify;
		}


	.servicepagegrid2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		margin: 0px 0px 0px 0px;
		}
	
	
		.servicepagegrid2 h2 {
			font-family: 'Poppins', sans-serif;
			font-size: 34px;
			font-weight:400;
			color: #2067b2;
			margin-bottom: 30px;
			margin-top: 20px;
		}
		.servicepagegrid2 p {
			font-family: 'Poppins', sans-serif;
			font-size: 18px;
			font-weight:300;
			color: #616161;
			line-height: 160%;
			text-align: left;
		}
	
		.servicepagegrid2 ul li {
			background: url('gfx/green_tick.png') no-repeat left center;
			padding: 2px 0px 5px 45px;
			list-style: none;
			margin: 0;
			vertical-align: middle;
			font-family: 'Poppins', sans-serif;
			font-size: 18px;
			font-weight:300;
			color: #616161;
			}

.main_intro h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight:400;
	color: #2067b2;
	margin-bottom: 30px;
}

.ourwork4_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(14, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	justify-items: center;
	}

.ourwork4 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight:400;
	color: #616161;
	line-height: 160%;
	text-align: center;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-right: 20px;
}


.helpinfogrd {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(10, 1fr);
	grid-column-gap: 100px;
	grid-row-gap: 50px;
}




}

@media screen and (max-width: 720px) { 
	.servicegrid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, 1fr);
		grid-column-gap: 50px;
		grid-row-gap: 25px;
		margin: 0px 0px 0px 0px;
		}

		.servicegrid h2 {
			font-family: 'Poppins', sans-serif;
			font-size: 25px;
			font-weight:400;
			color: #2067b2;
			margin-bottom: 60px;
			margin-top: 20px;
		}
		.servicegrid p {
			font-family: 'Poppins', sans-serif;
			font-size: 18px;
			font-weight:300;
			color: #616161;
			line-height: 160%;
		}

		.servicegrid div {
			text-align: center;
			border-bottom: solid 2px #bcd2e8;
		}


.servicepagegrid1 {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	margin: 0px 0px 0px 0px;
	}

	.servicepagegrid1 div {
		text-align: justify;
	}

	.servicepagegrid1 h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 28px;
		font-weight:400;
		color: #2067b2;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.servicepagegrid1 p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:300;
		color: #616161;
		line-height: 160%;
		text-align: justify;
	}

	.servicepagegrid2 {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		margin: 0px 0px 0px 0px;
		}

.blankdiv2 {
	width: 100%;
	height: 50px;
	display:inline-block;
	position: relative;
	margin-bottom: 0px;
}

.main_intro_img {
	width: 70%;
	height: auto;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main_intro2 h1 {
	color: #FFFFFF;
	background-color: #2067b2;
	background-image: linear-gradient(to right, #2067b2, #ad00da);
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight:400;
	color: #ffffff;
	padding-bottom: 120px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	float: none;
	min-width: auto;
	border-radius: 20px;
}

.main_intro2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight:400;
	color: #616161;
	line-height: 160%;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
}

}


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

	.wordtext {
		font-family: 'Poppins', sans-serif;
		font-size: 80px;
		font-weight:300;
		line-height: 120%;
		color: #ffffff;
		margin-top: 50px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 50px;
	}

	#movingDiv {
		width: 100%;
		height: auto;
		background-image: url('gfx/hp_top_bg.png');
		background-position: 0 0;
		position: relative;
		overflow: hidden;
		background-repeat: repeat;
		text-align: center;
	}


	.main_intro {
		max-width: 1650px;
		height:auto;
		margin: 0px auto;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}


	.main_intro h1 {
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight:500;
		color: #2067b2;
		margin-bottom: 40px;
	}
	.main_intro p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight:300;
		color: #616161;
		text-align: justify;
		line-height: 160%;
	}


	.helpinfo_button {
		width: 300px;
		height: auto;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
		border: 2px solid #ffffff;
		margin: 10px auto;
		padding: 10px 22px;
		background-color: transparent;
	}

	.main_intro_img {
		width: 80%;
		height: auto;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

.main_intro h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight:400;
	color: #2067b2;
	margin-bottom: 30px;
}

.ourwork4_inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(28, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	justify-items: center;
	}


	.serv_h1_inner h1 {
		font-family: 'Poppins', sans-serif;
		font-size: 40px;
		font-weight:400;
		color: #ffffff;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

}

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

	.word-container {
		width: 100%;
		min-height: 350px;
		color: #ffffff;
		position: relative;
		text-align: center;
	}

	.wordtext {
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight:300;
		line-height: 120%;
		color: #ffffff;
		margin-top: 25px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 50px;
	}

	.tfitem4 {
		display: none;
	  }

	.main_intro h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight:500;
	color: #2067b2;
	margin-bottom: 40px;
}

.helpinfo_button {
	width: 280px;
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #ffffff;
	margin: 10px auto;
	padding: 10px 22px;
	background-color: transparent;
}

.hpourwork p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight:400;
	color: #616161;
	text-align: left;
	line-height: 160%;
}

.footer_inner {
	max-width: 1650px;
	min-height:310px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
	overflow:visible;
	background-image: url(gfx/footer_building_black.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	padding-top: 25px;
	padding-bottom: 25px;
}

.servicepagegrid1 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight:400;
	color: #2067b2;
	margin-bottom: 30px;
	margin-top: 20px;
}

.servicepagegrid1 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight:300;
	color: #616161;
	line-height: 160%;
	text-align: justify;
}

.main_intro_img {
	width: 90%;
	height: auto;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



}

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

.bwordbreak {
	word-break: break-all;
}
}
