﻿
/* top banner */

.hp_top_banner {
	width: 100vw;
	height: 47.1vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: blue;
	overflow: hidden;
	font-weight: bold;
}


.hp_top_banner_slider {
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fff;
	overflow: hidden;
}

#hp_top_banner_slider_container {
	position: relative;
	top: 3px;
	left: 0vw;
	width: 100vw;
	height: 47.1vw;
}

#hp_slides {
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 47.1vw;
}

.hp_slider_imgs img {
	width: 100vw;
	height: 47.1vw;
}


/* end of top banner */

/* second banner */

.hp_second_banner {
	width: 100vw;
	height: 45vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fafafa;
	overflow-x: hidden;
}

	.hp_second_banner img {
		width: 100vw;
		height: 42.34vw;
	}

/* end of second banner */

/* marketing */

	.hp_marketing {
		width: 100vw;
		height: 50vw;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0vw;
		clear: both;
		background-color: #fafafa;
		overflow-x: hidden;
	}

.hp_marketing_hdr {
	width: 100vw;
	height: 5vw;
	position: absolute;
	top: 2vw;
	font-size: 2vw;
	font-weight: bold;
	text-align:center;
}


.hp_insta_wrapper {
	position: absolute;
	top: 10vw;
	display: grid;
	grid-template-columns: 19.7vw 19.7vw 19.7vw 19.7vw 19.7vw;
	grid-gap: 0.1vw;
	grid-row-gap: 0.1vw;
	background-color: #fff;
}

.hp_insta_box {
	position:relative;
	background-color: #fff;
	color: #fff;
	width: 19.7vw;
	height: 19.7vw;
}

	.hp_insta_box a img {
		width: 19.7vw;
		max-height: 19.7vw;
		overflow: hidden;
	}


.hp_insta_box_opaque {
	position: absolute;
	top: 0vw;
	left: 0%;
	overflow: hidden;
	width: 19.7vw;
	height: 19.7vw;
	background-color: rgba(0,0,0,0.33);
}

	.hp_insta_box_opaque:hover {
		cursor: pointer;
	}

.hp_insta_box_text {
	position: absolute;
	left:2vw;
	top:0.5vw;
	width: 15vw;
	height: 18vw;
	font-size: 0.9vw;
	font-weight: normal;
	text-align: center;
	color: #fff;
	display: table;
}

	.hp_insta_box_text p {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}


/* end of  marketing */

/* Our Offering */

.hp_our_offering {
	width: 100vw;
	height: 42vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fff;
	overflow-x: hidden;
}

.hp_our_offering img {
	width: 100vw;
	height: 39.73vw;
}

/* end of Our Offering */

/* testimonial */

.hp_testimonial {
	width: 100vw;
	height: 40vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fafafa;
	overflow-x: hidden;
}

.hp_testimonial img {
	width: 100vw;
	height: 38.89vw;
}

/* end of testimonial */

/* brand */

.hp_brand {
	width: 100vw;
	height: 23vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fff;
	overflow: hidden;
}

.hp_brand img {
	width: 100vw;
	height: 21.28vw;

}

/* end of brand */

/*contact */

.hp_contact {
	position: relative;
	top: 0vw;
	left: 30vw;
	height: calc( 3vw + 60px);
	text-align: center;
	width: 40vw;
	color: #fff;
}

	.hp_contact img {
		margin-right: 0px;
	}

.hp_contact_text {
	color: #000;
	font-size: 15pt;
	margin-bottom: 10px;
}

.hp_contact_text a {
	color: #000;
}
/* end of contact */