*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'poppins', sans-serif}

a{text-decoration: none;}
a:hover{text-decoration: none;}


li{list-style: none;}




p{
	font-size: 0.9 rem;
	line-height: 1.6;
	font-weight: 400;
	color: #606060;
}

.extra-div h2, .servicediv h2{
font-size: 0.9rem;
margin: 20px 0 15px 0;
font-weight: bold;
line-height: 1.1;
word-spacing: 4px;


}


.header{

width: 100%;
background-repeat: no-repeat;
height: 100vh;
background-image: linear-gradient(rgba(0,168,225,0.3), rgba(0,168,255,0.3)),url('header-bg.jpg');
background-size: 100% 100%;
clip-path: polygon(100% 0%,100% 75%, 50% 100%, 0 75%, 0 0);
position: relative;

}

.header:before{
	content:"";
	position: absolute;
	top:0%;
	bottom: 0%;
	left: 0;
	right: 0;
	background: linear-gradient(to right,#1e5799 0%,#3ccdbb 0%,#16c9f6 100%); 
	z-index: -1;
	opacity: 0.3;
}

.navbar:before
{	content:"";
	position: absolute;
	top:0%;
	bottom: 0%;
	left: 0;
	right: 0;
	background: linear-gradient(to right,#1e5799 0%,#3ccdbb 0%,#16c9f6 100%); 
	z-index: -1;
	opacity: 0.3;
}

.nav-item a{
	color: #fff!important;
	font-weight: bold;

}

.header-section{
	width: 100%;
	height: inherit;
	color: white;
	text-align: center;
	position: relative;
}

.center-div{
	width: 100%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);


}


.header-buttons a{


	border: 1px solid #fff;
	border-radius: 100px;
	margin: 0 5px;
	padding: 12px 35px;
	outline: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;

}

.header-buttons a:hover{
color: #50d1c0;
background: #fff;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);

}

.center-div p{

font-size: 1.3rem;
padding: 10px 0 20px 0;
color: white;

}

.header-extradiv{
		width: 100%;
		height: auto;
		margin: 20px 0;
		text-align: center;
}
.extra-div{

	background: #fff;
	border: medium none;
	padding: 20px!important;
	border-radius: 3px;
	transition: 0.3s;
}

.extra-div:hover{
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
transform: translateY(-20px);
}
.nav-link:hover{
	transform: translateY(-3px);
	transition:.5s;
	

}
.serviceoffers{
background: #f7f7f9;
padding: 20px 0;
margin-bottom: 0px;

}

.headings{
margin-bottom: 50px;

}
.headings h1{
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;

}
.names h1{
	color: #2e2e2e;
	font-size: 0.9rem
	text-transform:uppercase;
	font-weight: bold;
	font-size: 0.9rem;
}
i{
	color: #2fccd0;
}

.service-icon{
display: flex;
justify-content: center;
align-items: center;

}


footer{
background:#555;
bottom: 0px;
width: 100%;

}
.main-content{
	display: flex;


}
.box{
	flex-basis: 50%;
	padding: 5px 5px;
}
.box h2{
font-size: 1.125rem;
font-weight: 300;
text-transform: uppercase;
color: #d9d9d9;
}
.place .text{
	color: #d9d9d9;
}
.box .content{
	margin: 20px 0 0 0;
	color: #d9d9d9;

}
.content .social{
	margin: 20px 0 0 0;
	color: #d9d9d9;

}
.content .social a span{
padding: 70px;
height: 40px;
width: 40px;

line-height: 20px;
text-align: center;
font-size: 18px;
border-radius: 5px;
transition: 0.3s;
}
.left .content p{
	text-align: justify;
	color: #d9d9d9;
}
.place span{
	margin: 10px 0 0 0;
	padding-right: 10px;
	color: #2fccd0;
}
.place span:hover{
	transform: translateY(-3px);}


