a:focus{
	outline: 0 solid;
}
img{
	max-width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 15px;
	font-weight: 700:;
}

a{
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	
}
a:hover{
	text-decoration: none;
}
body{
	background: #ddd;
	font-family: poppins;
}
.section-header{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
}
.section-header p{
	font-size: 18px;
}
.single-service{
	border: 1px solid #ebebeb;
	text-align: center;
	background: #fff;
}
.service-bg-service-bg-1{
	height: 200px;
	position: relative;
	background: url(images/techfair3.JPG);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.service-bg-service-bg-2{
	height: 200px;
	position: relative;
	background: url(images/techfair24.JPG);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.service-bg-service-bg-3{
	height: 200px;
	position: relative;
	background: url(images/techfair17-16.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.service-bg-service-bg-1 h2{
	color: #fff;
	background: #fd5f00;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	padding: 15px;
	position: absolute;
	left: 8%;
	width: 84%;
	margin: 0;
	bottom: -25px;
	border-radius: 50px;
	letter-spacing: 2px;
}
.service-bg-service-bg-2 h2{
	color: #fff;
	background: #fd5f00;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	padding: 15px;
	position: absolute;
	left: 8%;
	width: 84%;
	margin: 0;
	bottom: -25px;
	border-radius: 50px;
	letter-spacing: 2px;
}
.service-bg-service-bg-3 h2{
	color: #fff;
	background: #fd5f00;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	padding: 15px;
	position: absolute;
	left: 8%;
	width: 84%;
	margin: 0;
	bottom: -25px;
	border-radius: 50px;
	letter-spacing: 2px;
}
.single-service:hover .service-bg-service-bg-1 h2{
    background: #fff;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    color: purple;
}
.single-service:hover .service-bg-service-bg-2 h2{
    background: #fff;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    color: purple;
}
.single-service:hover .service-bg-service-bg-3 h2{
    background: #fff;
    -webkit-transition: .9s;
    -o-transition: .9s;
    color: purple;
}
.service-text{
	padding: 50px 30px 20px;
	font-size: 15px;
	font-weight: 400;
}
.service-text p:last-child{
	margin: 0;
	line-height: 1.8;
}
.btn-area{
	display: inline-block;
	color: purple;
	font-size: 17px;
	font-weight: 500;
	margin-top: 30px;
	color: #fff;
	background: #fd5f00;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	padding: 10px;
	position: absolute;
	left: 30%;
	width: 40%;
	margin: 0;
	bottom: -15px;
	border-radius: 10px;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.btn-area:hover{
	background: #fff;
    -webkit-transition: .9s;
    -o-transition: .9s;
    color: purple;
	color: purple;
}

@media screen and (max-width: 767px){
	.single-service{
		margin-top: 30px;
	}
	.service-bg-service-bg-1 h2{
		font-size: 13px;
	}
	.service-bg-service-bg-3 h2{
		font-size: 13px;
	}
	.service-bg-service-bg-3 h2{
		font-size: 13px;
	}
}