* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	line-height: 1.6;
}
.reset {
	font-family: 'Lato', sans-serif, Serif, Arial;
	width: 100%;
	height: 100%;
	max-width: 300px;
	text-align: center;
	margin: auto;
	padding: 0 15px;
	display: none;
}
.main {
	flex-grow: 1;
	padding-bottom: 250px;
}
#header {
	width: 100%;
	height: 80px;
	background: #ffe9ec;
}
.logo {
	float: left;
	width: 180px;
	height: 75px;
	margin-left: 100px;
}
#header ul {
	list-style: none;
	float: right;
	margin-right: 40px;
}
#header ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 20px;
}
#header ul li a {
	color: #c4a77b;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
#header a:hover,
#header a.active {
	border-bottom: 2px solid #f4a4a4;
}
#header a:hover {
	transition: 0.3s;
}
#header:after {
	content: '';
	display: block;
	clear: both;
}
.hamburger-icon {
	width: 35px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 20px;
	padding: 12px 9px;
	cursor: pointer;
	display: none;
}
.topLine,
.middleLine,
.bottomLine {
	width: 24px;
	height: 3px;
	background: white;
	margin: 4px;
	transition: .4s;
}
.change .topLine {
	transform: rotate(-45deg) translate(-5px, 5px);
}
.change .middleLine {
	opacity: 0;
}
.change .bottomLine {
	transform: rotate(45deg) translate(-5px, -5px);
}
.menu-btn {
	width: 35px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 20px;
	padding: 12px 9px;
	cursor: pointer;
	display: block;
}
.menu-burger {
	width: 30px;
	height: 3px;
	background: black;
	transition: all .5s ease-in-out;
}
.menu-burger::before,
.menu-burger::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: black;
	transition: all .5s ease-in-out;
}
.menu-burger::before {
	transform: translateY(-10px);
}
.menu-burger::after {
	transform: translateY(10px);
}
.menu-btn.open .menu-burger {
	transform: translateX(-50px);
	background: transparent;
	box-shadow: none;
}
.menu-btn.open .menu-burger::before {
	transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-burger::after {
	transform: rotate(-45deg) translate(35px, 35px);
}
.topLine,
.middleLine,
.bottomLine {
	width: 24px;
	height: 3px;
	background: black;
	margin: 4px;
	transition: .4s;
}
.change .topLine {
	transform: rotate(-45deg) translate(-5px, 5px);
}
.change .middleLine {
	opacity: 0;
}
.change .bottomLine {
	transform: rotate(45deg) translate(-5px, -5px);
}
.showcase {
	width: 100%;
	height: calc(100vh - 80px);
}
.showcase-img {
	background-image: url(lm2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: calc(100vh - 80px);
}
.title-box {
	text-align: center;
}
.service-title {
	display: inline-block;
	text-transform: capitalize;
	border-bottom: 4px solid #f4a4a4;
	font-size: 3em;
	color: #c4a77b;
	font-family: 'Charm', sans-serif, Serif, Arial;
	letter-spacing: 3px;
	padding-bottom: 5px;
	margin: 100px 0 10px 0;
}
.first-section {
	text-align: center;
	margin: 60px auto 10px auto;
	padding: 0 10px 0 10px;
}
.first-section-msg {
	max-width: 100%;
	width: 1200px;
	font-size: 1em;
	font-family: 'Lato', sans-serif, Serif, Arial;
	text-align: center;
	word-spacing: 5px;
	letter-spacing: 2px;
	margin: auto;
}
.section-title {
	text-align: center;
}
.title-2 {
	display: inline-block;
	text-transform: capitalize;
	font-size: 1.4em;
	color: #f4a4a4;
	font-family: 'Charm', sans-serif, Serif, Arial;
	letter-spacing: 3px;
	padding: 0 10px 5px 10px;
	margin-top: 50px;
}
.wrapper {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 2em;
	grid-auto-rows: minmax(500px, auto);
	padding-top: 60px;
}
.box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 500px;
	margin-bottom: 40px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.wrapper .box {
	padding: 15px;
	background: #f4a4a4;
	border-radius: 5px;
	transition: margin 1s ease, box-shadow 1s ease;
}
.wrapper .box:hover {
	margin-top: -15px;
	background: #ffe9ec;
	border: 2px solid #c4a77b;
}
.wrapper .box .img1 {
	width: 250px;
	height: 250px;
	background-image: url(corp21.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	margin: 10px auto;
}
.wrapper .box .img2 {
	width: 250px;
	height: 250px;
	background-image: url(corp16.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	margin: 10px auto;
}
.wrapper .box .img3 {
	width: 250px;
	height: 250px;
	background-image: url(corp18.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	margin: 10px auto;
}
.more-info {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	border: 2px solid #fff;
	padding: 4px;
	max-width: 200px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.wrapper .box:hover .more-info {
	background: #f4a4a4;
	color: #fff;
}
.wrapper .box h4 {
	font-size: 20px;
	margin: 20px 0 10px;
	color: white;
	text-align: center;
	font-weight: 700;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.wrapper .box h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 10px;
	color: white;
	text-align: center;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.wrapper .box p {
	font-size: 15px;
	font-weight: 400;
	color: white;
	line-height: 24px;
	text-align: center;
	padding: 0px 20px;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.wrapper .box:hover h4 {
	color: #f4a4a4;
}
.wrapper .box:hover h5 {
	color: black;
}
.wrapper .box:hover p {
	color: black;
}
.more-info {
	text-decoration: none;
	font-size: 1em;
	color: #f4a4a4;
	border: 2px solid #f4a4a4;
	padding: 6px 10px;
	border-radius: 20px;
	cursor: pointer;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.more-info:hover {
	background: #f4a4a4;
	border: 2px solid #f4a4a4;
	color: #fff;
}
/*****************/

#footer {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
	grid-column-gap: 2em;
	width: 100%;
	background: #ffe9ec;
	text-align: center;
	padding: 20px;
	color: #c4a77b;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.footerComment {
	background: #f4a4a4;
	font-family: 'Lato', sans-serif, Serif, Arial;
	padding: 5px
}
.footerComment p {
	text-align: center;
	padding-bottom: 5px;
	word-spacing: 2px;
	font-size: 1em;
	color: #fff;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.social {
	font-family: 'Lato', sans-serif, Serif, Arial;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	word-spacing: 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.socialMedia a {
	display: inline-flex;
	text-decoration: none;
	font-size: 18px;
	width: 30px;
	height: 30px;
	color: #f4a4a4;
	padding-top: 15px;
	transition: 0.6s;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.socialMedia a:hover {
	transform: translate(0, -5px);
	color: black;
}
.footerInfo {
	width: 100%;
	background: none;
	font-size: 1em;
	border: none;
	outline: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif, Serif, Arial;
	color: #c4a77b;
	font-weight: bold;
	cursor: pointer;
	transition: 0.4s;
	position: relative;
	display: none;
}
.footerInfo:hover {
	transform: translate(0, -5px);
	color: black;
}
.footerH4 {
	width: 100%;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif, Serif, Arial;
	color: #c4a77b;
	font-weight: bold;
	cursor: pointer;
	transition: 0.6s;
}
#footerH4:hover,
.footerH4:hover {
	transform: translate(0, -5px);
	transition: 0.6s;
	color: black;
}
.pLinks {
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
	font-size: 1em;
	color: #f4a4a4;
	transition: 0.6s;
	padding-top: 15px;
	display: none;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.pLinks:hover {
	transform: translate(0, -5px);
	color: black;
}
.infoLinks {
	display: none;
}
.one {
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
	font-size: 1em;
	color: #f4a4a4;
	transition: 0.6s;
	padding-top: 15px;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.one:hover {
	transform: translate(0, -5px);
	color: black;
}
/*** Media Queries **/

@media (max-width: 1380px) {
	.logo {
		width: 150px;
		margin-left: 10px;
	}
}
@media (max-width: 1220px) {
	#header ul li {
		margin: 0 10px;
	}
}
@media (max-width: 1060px) {
	#header ul {
		margin-right: 20px;
	}
	#header ul li a {
		font-size: 0.9em;
	}
}
@media (max-width: 1000px) {
	ul {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #ffe9ec;
		top: 80px;
		left: -100%;
		text-align: center;
		transition: all 0.5s;
		overflow-y: auto;
		z-index: 1;
	}
	.change ul {
		left: 0;
	}
	#header ul li {
		display: block;
		line-height: 4;
	}
	#header ul li a {
		font-size: 17px;
	}
	#header a:hover,
	#header a.active {
		border-bottom: 2px solid #f4a4a4;
	}
	.hamburger-icon {
		display: block;
	}
}
/*******************/

@media(max-width: 900px) {
	.first-section-msg {
		font-size: 1em;
	}
	.title-2 {
		font-size: 1.5em;
	}
}
@media(max-width: 600px) {
	.service-title {
		font-size: 2.5em;
	}
}
@media(max-width: 400px) {
	.service-title {
		font-size: 2em;
	}
	.title-2 {
		font-size: 1em;
	}
}
@media(max-width: 991px) {
	.wrapper .box .img1, .wrapper .box .img2, .wrapper .box .img3 {
		width: 700px;
		height: 700px;
		border-radius: 20px;
	}
}
@media(max-width: 821px) {
	.wrapper .box .img1, .wrapper .box .img2, .wrapper .box .img3 {
		width: 600px;
		height: 600px;
		border-radius: 20px;
	}
}
@media(max-width: 727px) {
	.wrapper .box .img1, .wrapper .box .img2, .wrapper .box .img3 {
		width: 500px;
		height: 500px;
		border-radius: 20px;
	}
}
@media(max-width: 613px) {
	.wrapper .box .img1, .wrapper .box .img2, .wrapper .box .img3 {
		width: 400px;
		height: 400px;
		border-radius: 20px;
	}
}
@media(max-width: 500px) {
	.wrapper .box .img1, .wrapper .box .img2, .wrapper .box .img3 {
		width: 300px;
		height: 300px;
		border-radius: 20px;
	}
}
@media(max-width: 355px) {
	.wrapper .box .img1, .wrapper .box .img2, .wrapper .box .img3 {
		width: 250px;
		height: 250px;
		border-radius: 50%;
	}
}
/******************/

@media(max-width: 991px) {
	.wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 2em;
	}
}
/**********************/

@media(max-width: 1160px) {
	.one {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.one {
		display: block;
	}
}
@media(max-width: 846px) {
	#footer {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 1em;
	}
	.footerH4,
	.one {
		display: none;
	}
	/**plus**/
	.footerInfo {
		display: block;
	}
	.pLinks {
		display: block;
	}
	.pLinks {
		padding-left: 15px;
	}
	.footerInfo:after {
		content: "\02795";
		font-size: .5em;
		float: right;
		background-color: #f4a4a4;
		padding: 3px;
		border-radius: 50%;
		margin-left: 22px;
		position: absolute;
		margin-top: 4px;
	}
	.twist:after {
		content: '\2796';
	}
}
@media(max-width: 599px) {
	#footer {
		grid-template-columns: 1fr;
		grid-row-gap: 2em;
	}
	.footerH4,
	.one {
		display: none;
	}
	/**plus**/
	.footerInfo {
		display: block;
	}
	.pLinks {
		display: block;
	}
	.pLinks {
		padding-left: 15px;
	}
	.footerInfo:after {
		content: "\02795";
		font-size: .5em;
		float: right;
		background-color: #f4a4a4;
		padding: 3px;
		border-radius: 50%;
		margin-left: 22px;
		position: absolute;
		margin-top: 4px;
	}
	.twist:after {
		content: '\2796';
	}
}
@media(max-width: 300px) {
	#header, .main, #footer, .footerComment {
		display: none;
	}
	.reset {
		display: block;
	}
}