.service_container_services{
	background-image: url(./images/websitedevelopment2.jpg);
	background-repeat: no-repeat;
    background-position: 50% 10%;
	background-size: 100% 100%;
	background-attachment: fixed;
	float: left;
	width: 100%;
}
.service_bac_mask{
	background-color: rgba(153, 153, 153, 0.9);
	float: left;
	width: 100%;
	padding-bottom: 5rem;
}
.services_category{
	float: left;
	width: 80%;
	margin-left: 10%;
}
.services_cat_icon_box{
	float: left;
	width: 100%;
	height: 9rem;
	margin-top: 2rem;
}
.services_cat_icon_box i{
	width: 100%;
	color: black;
	font-size: 8rem;
	text-align: center;
}
.services_cat_icon_box p{
	position: relative;
	width: 100%;
	margin: 0;
	bottom: 5rem;
	color: white;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 1px;
}
.services_cat_text_main{
	float: left;
	width: 100%;
}
.services_cat_text1{
	display: block;
	margin: auto;
	width: 90%;
	margin-top: 1rem;
}
.services_cat_text1 h2{
	width: 90%;
	margin: 0;
	margin-left: 5%;
	color: black;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
}
.services_cat_text1 p{
	color: black;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 2.3rem;
	text-align: center;
}
/* Project Page Start */
.pi_projects_box{
	float: left;
	width: 100%;
}
.pi_projects_header{
	float: left;
	width: 100%;
	margin-top: 3rem;
}
.pi_projects_header h3{
	display: block;
	margin: auto;
	width: 50%;
	margin-bottom: 2rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 2rem;
	color: black;
	font-family: 'Audiowide';
	font-size: 3rem;
	letter-spacing: 1.5px;
	text-align: center;
	border-bottom: 2px solid black;
	box-shadow: 0 2px red;
}
.pi_project_inner_left{
	float: left;
	width: 40%;
    margin-left: 7%;
    margin-top: 2.5rem;	
}
.project_inner_header{
	float: left;
	width: 100%;
	margin-top: 1rem;
}
.project_inner_header h4{
	display: block;
	margin: auto;
	width: 50%;
	margin-bottom: 2rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	color: black;
	font-family: 'Audiowide';
	font-size: 2rem;
	letter-spacing: 1.5px;
	text-align: center;
	border-bottom: 2px solid black;
	box-shadow: 0 2px red;
}
.project_inner_text{
	float: left;
	width: 100%;
}
.project_inner_text p{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: black;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 2rem;
	text-align: left;
}
.pi_project_inner_right{
	float: left;
	width: 40%;
    margin-top: 7rem;
    margin-bottom: 2rem;	
}
.pi_project_inner_right img{
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.project_contact_box{
	float: left;
	width: 60%;
	margin-left: 20%;
}
.projects_divide{
	background-color: black;
	float: left;
	width: 90%;
	height: 0.3rem;
	margin-left: 5%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
/* Project Page Finish */
/* Contact Page Start */
.contact_middle_header{
	background-color: rgba(194, 199, 214, 0.7);
	float: left;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}
.contact_middle_header h1{
	display: block;
	margin: auto;
	width: 50%;
	padding-left: 0.5rem;
	padding-bottom: 1rem;
	padding-right: 0.5rem;
	font-family: 'Audiowide';
	font-size: 3rem;
	letter-spacing: 1.5px;
	border-bottom: 2px solid black;
	box-shadow: 0 1px red;
}
.contact_middle_text{
	background-color: rgba(194, 199, 214, 0.7);
	float: left;
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	text-align: center;
}
.contact_middle_text_inner{
	background-color: rgba(115, 115, 115, 1);
	display: block;
	margin: auto;	
	width: 70%;
	padding-top: 2rem;
}
.contact_middle_text_inner h4{
	margin: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.5px;
}
.contact_middle_text_inner p{
	margin: 0;
	padding-left: 0.5rem;
	padding-top: 1.5rem;
	padding-right: 0.5rem;
	padding: 2rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3rem;
	letter-spacing: 1px;
}
.form_phone_contact{
	background-color: rgba(255, 255, 255, 1);
	float: left;
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0.2rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 3rem;
	border: 0.1rem solid grey;
	overflow: hidden;
}
.form_phone_contact a{
	display: block;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	z-index: 9999;
}
.form_phone_contact a:hover{
	-o-transition: all 1s 0.3s linear;
	-moz-transition: all 1s 0.3s linear;
    -ms-transition: all 1s 0.3s linear;
    -webkit-transition: all 1s 0.3s linear;
    transition: all 1s 0.3s linear;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.form_phone_contact:hover{
	-o-transition: all 1s 0.3s linear;
	-moz-transition: all 1s 0.3s linear;
    -ms-transition: all 1s 0.3s linear;
    -webkit-transition: all 1s 0.3s linear;
    transition: all 1s 0.3s linear;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
/* Contact Page Finish */
@media screen and (max-width: 1080px){
	.pi_projects_header h3{
		width: 70%;
	}
	.pi_project_inner_left{
		width: 47%;
		margin-left: 3%;
	}
	.pi_project_inner_right{
		width: 45%;
	}
	.pi_project_inner_right img{
		margin-top: 2.5rem;
	}
	.contact_middle_header h1{
		width: 70%;
	}
	.contact_middle_text_inner{
		width: 90%;
	}
}
@media screen and (max-width: 900px){
	.pi_projects_header h3{
		width: 90%;
	}
	.pi_project_inner_left{
		width: 94%;
		margin-left: 3%;
	}
	.pi_project_inner_right{
		width: 60%;
		margin-left: 20%;
		margin-top: 0;
	}
	.pi_project_inner_right img{
		margin-top: 0.5rem;
	}
	.form_phone_contact{
		width: 50%;
	    margin-left: 25%;
	    margin-right: 25%;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px){
	.services_category{
		width: 100%;
	    margin-left: 0;
    }
	.pi_projects_header h3{
		width: 90%;
		margin-left: 5%;
		font-size: 2rem;
	}
	.project_inner_header h4{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 0.5rem;
		font-size: 1.7rem;
	}
	.project_inner_text{
		margin-top: 0;
	}
	.pi_project_inner_right{
		width: 90%;
		margin-left: 5%;
	}
	.pi_project_inner_right img{
		margin-top: 0;
	}
	.project_contact_box{
		width: 100%;
		margin-left: 0;
	}
	.contact_middle_header h1{
		width: 90%;
		font-size: 2rem;
	    letter-spacing: 0.5px;
	}
	.contact_middle_text_inner h4{
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
    .contact_middle_text_inner p{
		padding-top: 0.5rem;
		font-size: 1.5rem;
		line-height: 2rem;
	    letter-spacing: 0.5px;
    }
	.form_phone_contact{
		width: 70%;
	    margin-left: 15%;
	    margin-right: 15%;
	}
}