* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.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: 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(pg3.jpg);
	background-size: cover;
	background-position: center top;
	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: 4em;
	color: #c4a77b;
	font-family: 'Charm', sans-serif, Serif, Arial;
	letter-spacing: 3px;
	padding-bottom: 5px;
	margin: 100px 0 10px 0;
}
/************/

.container {
	margin-top: 150px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	padding: 2em;
}
.container .Box {
	position: relative;
	text-align: justify;
	background: #ffe9ec;
	padding: 120px 40px 40px;
	margin-bottom: 120px;
}
.container .Box:hover {
	background: #f4a4a4;
	color: #fff;
}
.container .Box p {
	font-size: 15px;
	font-weight: 400;
	color: black;
	;
	line-height: 24px;
	text-align: justify;
	padding: 0px 20px;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.container .Box h4 {
	margin: 20px 0 0;
	transition: 0.5s;
	font-size: 18px;
	color: black;
	;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
	text-align: left;
	padding: 0px 20px;
	font-family: 'Charm', sans-serif, Serif, Arial;
}
.container .Box h4 span {
	font-weight: 600;
	font-size: 14px;
	color: black;
	transition: 0.5s;
}
.container .Box:hover p,
.container .Box:hover h4,
.container .Box:hover h4 span {
	color: #fff;
}
.container .Box .imgBox1 {
	width: 200px;
	height: 200px;
	background-image: url(pg3.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	margin: 10px auto;
}
.container .Box .imgBox2 {
	width: 200px;
	height: 200px;
	background-image: url(lm4.jpg);
	background-size: cover;
	background-position: center top;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	margin: 10px auto;
}
.container .Box .imgBox3 {
	width: 200px;
	height: 200px;
	background-image: url(ta.jpg);
	background-size: cover;
	background-position: center top;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	margin: 10px auto;
}
.container .Box .imgBox4 {
	width: 200px;
	height: 200px;
	background-image: url(jr1.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	margin: 10px auto;
}
.container .Box .imgBox1 {
	position: absolute;
	width: 200px;
	height: 200px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	overflow: hidden;
}
.container .Box .imgBox2 {
	position: absolute;
	width: 200px;
	height: 200px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	overflow: hidden;
}
.container .Box .imgBox3 {
	position: absolute;
	width: 200px;
	height: 200px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	overflow: hidden;
}
.container .Box .imgBox4 {
	position: absolute;
	width: 200px;
	height: 200px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	overflow: hidden;
}
/*******************/

#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;
}
.social {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	word-spacing: 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.socialMedia a {
	display: inline-flex;
	text-decoration: none;
	font-size: 18px;
	width: 30px;
	height: 30px;
	color: #f4a4a4;
	padding-top: 15px;
	transition: 0.6s;
}
.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: 450px) {
	.service-title {
		font-size: 2.5em;
	}
	.container .Box p {
		font-size: 1em;
	}
}
/********/

@media(max-width: 900px) {
	.container {
		grid-template-columns: 1fr;
	}
	.container .Box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		padding: 1em;
	}
}

/**** footer quries ***/

@media(max-width: 1160px) {
	.one {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.one {
		display: block;
	}
}
/******************************/

@media(max-width: 900px) {
	.container {
		grid-template-columns: 1fr;
	}
	.container .Box {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@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: 270px) {
	#header, .main, #footer, .footerComment {
		display: none;
	}
	.reset {
		display: block;
	}
}