*{
	margin: 0px;
	padding: 0px;
}

/*----------Heading style start---------*/

h1{
	font-family: playpairdisplay;
	font-style: regular;
	font-size: 60px;
}
h2{
	font-family: playpairdisplay;
	font-style: regular;
	font-size: 35px;
}
h3{
	font-family: playpairdisplay;
	font-style: regular;
	font-size: 25px;
}
h6{
	font-family: PlayfairDisplay;
	font-size: 21px;
}
/*----------Heading style end---------*/

/*----------Paragraph style start---------*/
p{
	font-family: PlayfairDisplay;
	font-style: regular;
}
/*----------Paragraph style end---------*/







.active{
	border-bottom: 5px solid orange;
}
.hoverborder:hover{
	border-bottom: 5px solid orange;
}
.bgimg1{
	background-image: url(img/man1.jpg);
	background-size: cover;
}
.heroborder{
	border-left: 2px solid orange;
	padding-left: 20px;
}
.button{
	background-color: orange;
	padding:12px 25px;
	background-color: orange;
	color: black;
	border-radius: 30px;
	border: none;
	margin-left: 200px;
}
.button:hover{
	background-color: black;
	color: white;
}
.lignheight{
	line-height: 2em;
}
.bgimg2{
	background-color: #111111;
	color: #6b6b6b;
}
.iconsfs{
	color: orange;
	font-size: 35px;
}
.imgmeet{
	height: 250px;
	width: 300px;
	background-image: url(img/man2.jpg);
	background-size: cover;
}
.imgmeet2{
	height: 250px;
	width: 300px;
	background-image: url(img/man3.jpg);
	background-size: cover;
}
.imgmeet3{
	height: 250px;
	width: 300px;
	background-image: url(img/man4.jpg);
	background-size: cover;
}
.imgmeet4{
	height: 250px;
	width: 300px;
	background-image: url(img/man5.jpg);
	background-size: cover;
}
.cardimg{
	background-image: url(img/man7.jpg);
	width: 100%;
	height: 250px;
	background-size: cover;
}
.cardimg2{
	background-image: url(img/man8.jpg);
	width: 100%;
	height: 250px;
	background-size: cover;
}
.cardimg3{
	background-image: url(img/man9.jpg);
	width: 100%;
	height: 250px;
	background-size: cover;
}
.adiitionclr{
	color: white;
}
.form-control{
	border: none;
	border-bottom: 1px solid gray;
}
.button2{
	background-color: orange;
	padding:12px 25px;
	background-color: orange;
	color: black;
	border-radius: 30px;
	border: none;
	margin-top: 20px;
}
.button2:hover{
	background-color: black;
	color: white;
}
.shadow1{
	padding: 20px;
	box-shadow:inset 2px 8px 10px pink, 2px 8px 10px pink;
}



@media screen and (max-width: 400px){
	.button{
		margin-left: 0;
		padding: 5px 10px;
	}
}