html{
	font-size: 10px;
}
* {box-sizing: border-box}
*:focus {
    outline: none;
}
body{
	background-color: rgba(153, 153, 153, 0.7);
	margin: 0;
	padding: 0;
}	
.logo_outer_box{
	float: left;
	width: 20%;
	min-width: 30rem;
	height: 9rem;
	overflow: hidden;
}
.logo_outer_box a{
	text-decoration: none;
}
.logo_inner_box{
	float: left;
	width: 100%;
	margin-top: 0;
}
#symbol{
	float: left;
	margin-left: 15%;
	padding: 0;
	line-height: 8rem;
	color: rgb(255, 55, 55);
	font-size: 10rem;
	text-shadow: 1px 1px black;
}
#pi{
	float: left;
	margin-left: -1rem;
	font-family: 'Audiowide';
	font-size: 3.5rem;
	color: rgb(255, 55, 55);
	line-height: 10.5rem;
	text-shadow: 1px 1px black;
	-ms-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
}
#creations{
	float: left;
	font-family: 'Audiowide';
	font-size: 2.5rem;
	color: rgb(255, 55, 55);
	line-height: 11rem;
	text-shadow: 1px 1px black;
	-ms-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
}
.arrow_down{
	position: relative;
	width: 100%;
	height: 3rem;
	text-align: center;
}
.arrow_down i{
	font-size: 4rem;
	text-shadow: 1px 1px red;
	-o-animation-name: arrow;
    -o-animation-duration: 6s;
	-o-animation-iteration-count: infinite;
    -0-transition-timing-function: ease;
	-moz-animation-name: arrow;
    -moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
    -moz-transition-timing-function: ease;
	-ms-animation-name: arrow;
    -ms-animation-duration: 6s;
	-ms-animation-iteration-count: infinite;
    -ms-transition-timing-function: ease; 
	-webkit-animation-name: arrow;
    -webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
    -webkit-transition-timing-function: ease; 
    animation-name: arrow;
    animation-duration: 6s;
	animation-iteration-count: infinite;
    transition-timing-function: ease;
}
@-o-keyframes arrow{
    0%   {margin-top: 0.2rem;}
    10%  {margin-top: -0.2rem;}
	20%  {margin-top: 0.2rem;}
	30%  {margin-top: -0.2rem;}
	40%  {margin-top: 0.2rem;}
	50%  {margin-top: -0.2rem;}
	60%  {margin-top: 0.2rem;}
    70%  {margin-top: -0.2rem;}
    80%  {margin-top: 0.2rem;}
	90%  {margin-top: -0.2rem;}
    100% {margin-top: 0.2rem;}
}
@-moz-keyframes arrow{
    0%   {margin-top: 0.2rem;}
    10%  {margin-top: -0.2rem;}
	20%  {margin-top: 0.2rem;}
	30%  {margin-top: -0.2rem;}
	40%  {margin-top: 0.2rem;}
	50%  {margin-top: -0.2rem;}
	60%  {margin-top: 0.2rem;}
    70%  {margin-top: -0.2rem;}
    80%  {margin-top: 0.2rem;}
	90%  {margin-top: -0.2rem;}
    100% {margin-top: 0.2rem;}
}
@-ms-keyframes arrow{
    0%   {margin-top: 0.2rem;}
    10%  {margin-top: -0.2rem;}
	20%  {margin-top: 0.2rem;}
	30%  {margin-top: -0.2rem;}
	40%  {margin-top: 0.2rem;}
	50%  {margin-top: -0.2rem;}
	60%  {margin-top: 0.2rem;}
    70%  {margin-top: -0.2rem;}
    80%  {margin-top: 0.2rem;}
	90%  {margin-top: -0.2rem;}
    100% {margin-top: 0.2rem;}
}
@-webkit-keyframes arrow{
    0%   {margin-top: 0.2rem;}
    10%  {margin-top: -0.2rem;}
	20%  {margin-top: 0.2rem;}
	30%  {margin-top: -0.2rem;}
	40%  {margin-top: 0.2rem;}
	50%  {margin-top: -0.2rem;}
	60%  {margin-top: 0.2rem;}
    70%  {margin-top: -0.2rem;}
    80%  {margin-top: 0.2rem;}
	90%  {margin-top: -0.2rem;}
    100% {margin-top: 0.2rem;}
}
@keyframes arrow{
    0%   {margin-top: 0.2rem;}
    10%  {margin-top: -0.2rem;}
	20%  {margin-top: 0.2rem;}
	30%  {margin-top: -0.2rem;}
	40%  {margin-top: 0.2rem;}
	50%  {margin-top: -0.2rem;}
	60%  {margin-top: 0.2rem;}
    70%  {margin-top: -0.2rem;}
    80%  {margin-top: 0.2rem;}
	90%  {margin-top: -0.2rem;}
    100% {margin-top: 0.2rem;}
}
/* Top Middle Start */
section{
	background-image: url(./images/websitedevelopment5.jpg);
	background-repeat: no-repeat;
    background-position: 50% 10%;
	background-size: 100% 100%;
	background-attachment: fixed;
	float: left;
	width: 100%;
	margin-top: 1rem;
}
.middle_header{
	background-color: rgba(194, 199, 214, 0.7);
	float: left;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}
.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;
}
.middle_text{
	background-color: rgba(194, 199, 214, 0.7);
	float: left;
	width: 100%;
	padding-top: 2.5rem;
	text-align: center;
}
.middle_text_inner{
	background-color: rgba(255, 255, 255, 1);
	display: block;
	margin: auto;	
	width: 70%;
	margin-bottom: 1.5rem;
	padding-top: 2rem;
	border-radius: 2rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.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;
}
.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;
}
.contact_button_box{
	background-color: rgba(194, 199, 214, 0.7);
	float: left;
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}
.contact_button{
	float: left;
	width: 30%;
	margin-left: 35%;
	margin-top: 0.2rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 3rem;
	border: 0.2rem solid red;
	overflow: hidden;
}
.contact_button a{
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	position: relative;
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
	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;
}
.contact_button a:before{
	content:'';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,1);
	transition: all 2s ease;
	z-index: -9;
}
.contact_button a:hover:before{
	width: 50%;
	background: rgba(255,255,255,1);
	z-index: -9999;
}
.contact_button a:after {
	content:'';
	position: absolute;
	top: 0px;
	right: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,1);
	transition: all 2s ease;
	z-index: -9;
}
.contact_button a:hover:after{
	width: 50%;
	background: rgba(255,255,255,1);
	z-index: -9999;
}
.contact_button 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);  
}
.contact_button: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);
}
/* Top Middle Finish */
/* Middle Start */
.service_container{
	background-color: rgba(153, 153, 153, 1);
	float: left;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 5rem;
}
.service_category_main{
	float: left;
	width: 80%;
	margin-left: 10%;
}
.service_container_header{
	float: left;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 2rem;
	text-align: center;
}
.service_container_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;
	border-bottom: 2px solid black;
	box-shadow: 0 2px red;
}
.category{
	float: left;
	width: 25%;
	min-height: 30rem;
}
.cat_icon_box{
	float: left;
	width: 100%;
	height: 9rem;
	margin-top: 2rem;
}
.cat_icon_box i{
	width: 100%;
	color: black;
	font-size: 8rem;
	text-align: center;
}
.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;
}
.cat_text_main{
	float: left;
	width: 100%;
}
.cat_text1{
	display: block;
	margin: auto;
	width: 90%;
	margin-top: 1rem;
}
.cat_text1 h2{
	width: 90%;
	margin: 0;
	margin-left: 5%;
	color: black;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
}
.cat_text1 p{
	color: black;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 2.3rem;
	text-align: center;
}
.cat_contact_button_box{
	float: left;
	width: 100%;
	margin-bottom: 2rem;
}
.cat_contact_button_box{
	float: left;
	width: 50%;
	margin-left: 25%;
	margin-top: 0.2rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 3rem;
	border: 0.2rem solid red;
	overflow: hidden;
}
.cat_contact_button_box a{
	background-color: rgba(255, 255, 255, 0.8);
	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;
}
.cat_contact_button_box a:before{
	content:'';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,0,0,0.7);
	transition: all 1s ease;
	z-index: -9;
}
.cat_contact_button_box a:hover:before{
	width: 50%;
	background: rgba(255,0,0,0.7);
	z-index: -9999;
}
.cat_contact_button_box a:after {
	content:'';
	position: absolute;
	top: 0px;
	right: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,0,0,0.7);
	transition: all 1s ease;
	z-index: -9;
}
.cat_contact_button_box a:hover:after{
	width: 50%;
	background: rgba(255,0,0,0.7);
	z-index: -9999;
}
.cat_contact_button_box 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);   
}
.cat_contact_button_box:hover{
	-o-transition: all 1s 0.2s linear;
	-moz-transition: all 1s 0.2s linear;
    -ms-transition: all 1s 0.2s linear;
    -webkit-transition: all 1s 0.2s linear;
    transition: all 1s 0.2s linear;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
/* Middle Finish */
/* Lower Middle Start */
.lower_middle{
	background-image: url(./images/websitedevelopment9.jpg);
	background-repeat: no-repeat;
    background-position: 50% 10%;
	background-size: 100% 100%;
	background-attachment: fixed;
	float: left;
	width: 100%;
}
.lower_middle_inner{
	background-color: white;
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 15rem;
	margin-bottom: 15rem;
	border-radius: 3rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	overflow: hidden;
}
.lower_middle_header{
	float: left;
	width: 100%;
}
.lower_middle_header h3{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	margin-top: 2.5rem;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Audiowide';
	font-size: 2.7rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 1.5px;
	border-bottom: 2px solid black;
	box-shadow: 0 2px red;
}
.lower_icon_box{
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	text-align: center;
}
.lower_icon_inner_i{
	float: left;
	width: 28%;
}
.lower_icon_inner_i i{
	padding: 1rem;
	font-size: 5rem;
}
.lower_icon_inner_i p{
	margin: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
}
.lower_icon_inner_p{
	float: left;
	width: 8%;
}
.lower_icon_inner_p p{
	font-size: 5rem;
	font-weight: 900;
}
/* Lower Middle Finish */
/* Testimonial Start */
.testimonial_main_box{
	background-color: rgba(200, 200, 200, 1);
	float: left;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 8rem;
}
.testimonial_header{
	float: left;
	width: 100%;
}
.testimonial_header h4{
	width: 50%;
	margin: 0;
	margin-left: 25%;
	margin-top: 2.5rem;
	padding-bottom: 0.5rem;
	color: black;
	font-family: 'Audiowide';
	font-size: 2.7rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 1.5px;
	border-bottom: 2px solid black;
	box-shadow: 0 2px red;
}
.testimonial_inner{
	float: left;
	width: 90%;
	height: 32rem;
	margin-left: 5%;
	margin-top: 7rem;
	margin-bottom: 2.5rem;
}
.testimonial_inner img{
	float: left;
	width: 45%;
	height: 32rem;
	margin-left: 5%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.testimonial_text{
	float: left;
	width: 50%;
}
.testimonial_text h5{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	margin-top: 1.5rem;
	color: black;
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	border-bottom: 2px solid black;
	box-shadow: 0 2px red;
}
.testimonial_text p{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	margin-top: 1.5rem;
	color: black;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 2.5rem;
	text-align: left;
}
.site_link{
	float: left;
	width: 50%;
	margin-left: 25%;
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 3rem;
	border: 0.2rem solid red;
	overflow: hidden;
}
.site_link a{
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	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;
}
.site_link a:before{
	content:'';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,0,0,0.7);
	transition: all 1s ease;
	z-index: -9;
}
.site_link a:hover:before{
	width: 50%;
	background: rgba(255,0,0,0.7);
	z-index: -9999;
}
.site_link a:after {
	content:'';
	position: absolute;
	top: 0px;
	right: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,0,0,0.7);
	transition: all 1s ease;
	z-index: -9;
}
.site_link a:hover:after{
	width: 50%;
	background: rgba(255,0,0,0.7);
	z-index: -9999;
}
.site_link 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;
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.site_link:hover{
	-o-transition: all 1s 0.2s linear;
	-moz-transition: all 1s 0.2s linear;
    -ms-transition: all 1s 0.2s linear;
    -webkit-transition: all 1s 0.2s linear;
    transition: all 1s 0.2s linear;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.view_projects_main{
	float: left;
	width: 100%;
}
.view_projects{
	float: left;
	width: 30%;
	margin-left: 35%;
	margin-top: 3rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 3rem;
	border: 0.2rem solid red;
	overflow: hidden;
}
.view_projects a{
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	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;
}
.view_projects a:before{
	content:'';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,0,0,0.7);
	transition: all 1s ease;
	z-index: -9;
}
.view_projects a:hover:before{
	width: 50%;
	background: rgba(255,0,0,0.7);
	z-index: -9999;
}
.view_projects a:after {
	content:'';
	position: absolute;
	top: 0px;
	right: 50%;
	width: 0;
	height: 100%;
	background: rgba(255,0,0,0.7);
	transition: all 1s ease;
	z-index: -9;
}
.view_projects a:hover:after{
	width: 50%;
	background: rgba(255,0,0,0.7);
	z-index: -9999;
}
.view_projects 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);    
}
.view_projects:hover{
	-o-transition: all 1s 0.2s linear;
	-moz-transition: all 1s 0.2s linear;
    -ms-transition: all 1s 0.2s linear;
    -webkit-transition: all 1s 0.2s linear;
    transition: all 1s 0.2s linear;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
/* Testimonial Finish */
#contact_map {
	margin: auto;
	width: 100%;
	height: 50rem;
	overflow: hidden;
}
footer{
	background-color: rgba(115, 115, 115, 1);
	float: left;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.footer_mail_box{
	float: left;
	width: 94%;
	margin-left: 3%;
	margin-top: 2.5rem;
}
.footer_company_box{
	float: left;
	width: 90%;
	margin-left: 5%;
}
.footer_company_inner_left{
	float: left;
	width: 30%;
	margin-left: 15%;
}
.footer_company_inner_left a{
	float: left;
	width: 100%;
	color: white;
	font-size: 1.8rem;
	text-shadow: 1px 1px black;
	letter-spacing: 0.5px;
	line-height: 2.5rem;
	text-align: left;
	text-decoration: none;
}
.footer_company_inner_left a:hover{
	color: white;
	text-decoration: underline;
}
.footer_company_inner_right{
	float: left;
	width: 25%;
}
.footer_company_inner_right p{
	margin: 0;
	padding-left: 5rem;
	padding-right: 0.5rem;
	line-height: 2.5rem;
	color: white;
	font-size: 1.8rem;
	text-shadow: 1px 1px black;
	letter-spacing: 0.5px;
	text-align: left;
}
.footer_company_inner_right a{
	color: white;
	font-size: 1.8rem;
	text-shadow: 1px 1px black;
	letter-spacing: 0.5px;
	text-align: left;
	text-decoration: none;
}
.footer_company_inner_right a:hover{
	color: white;
	text-decoration: underline;
}
@media screen and (max-width: 1080px){
	.logo_outer_box{
	    float: none;
	    display: block;
	    margin: auto;
		height: auto;
    }
	.logo_inner_box{
		margin-top: 0;
    }
	.middle_header h1{
		width: 65%;
	}
	.middle_text_inner{
		width: 85%;
	}
	.category{
		width: 50%;
	}
	.testimonial_inner{
		height: 37rem;
	}
	.testimonial_inner img{
		margin-top: 3.5rem;
	}
	.footer_company_inner{
		width: 50%;
    }
}
@media screen and (max-width: 900px){
	.middle_text_inner{
		width: 90%;
	}
	.lower_middle_inner{
		width: 90%;
	    margin-left: 5%;
	}
	.lower_middle_header h3{
		width: 84%;
		margin-left: 8%;
	}
	.testimonial_inner{
		height: auto;
		margin-top: 1.5rem;
	}
	.testimonial_inner img{
		width: 100%;
		height: 25rem;
		margin-left: 0;
		margin-top: 0;
	}
	.testimonial_text{
		width: 100%;
	}
	.footer_company_inner_left{
		width: 100%;
		margin-left: 0;
		border-top: 1px solid white;
    }
	.footer_company_inner_left a{
		text-align: center;
	}
	.footer_company_inner_right{
		width: 100%;
		margin-left: 0;
		border-top: 1px solid white;
    }
	.footer_company_inner_right p{
		padding-left: 0;
		text-align: center;
    }
    .footer_company_inner_right a{
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.logo_outer_box{
		height: 8.2rem;
	}
	.middle_header h1{
		width: 84%;
		font-size: 2rem;
	}
	.middle_text_inner h4{
		font-size: 1.8rem;
		line-height: 2rem;
	}
    .middle_text_inner p{
		font-size: 1.5rem;
		line-height: 1.8rem;
	    letter-spacing: 0.5px;
    }
	.service_container_header h3{
		width: 90%;
		font-size: 2rem;
		line-height: 2rem;
	}
	.contact_button{
		width: 70%;
		margin-left: 15%;
	}
	.category{
		width: 100%;
	}
	.cat_contact_button_box{
		width: 70%;
		margin-left: 15%;
	}
	.lower_middle_header h3{
		width: 100%;
		margin-left: 0;
		font-size: 2rem;
		letter-spacing: 0;
	}
	.lower_icon_inner_i{
		width: 100%;
	}
	.lower_icon_inner_p{
		width: 100%;
	}
	.lower_icon_inner_p p{
		margin: 0;
		line-height: 7rem;
	}
	.testimonial_header h4{
		width: 90%;
		margin-left: 5%;
		font-size: 2rem;
		letter-spacing: 0.5px;
	}
	.testimonial_text h5{
		font-size: 1.8rem;
	}
	.testimonial_text p{
		width: 90%;
		margin-left: 5%;
		font-size: 1.4rem;
		text-align: center;
	}
	.view_projects{
		width: 60%;
		margin-left: 20%;
	}
	.footer_company_inner_left a{
		font-size: 1.4rem;
	}
	.footer_company_inner_right p{
	    font-size: 1.4rem;
	}
    .footer_company_inner_right a{
		font-size: 1.4rem;
	}
}
