﻿#Services{
	height: 768px;
	width:1170px;
	margin-left:auto;
	margin-right:auto;

}

#ServicesTitle{
	height:200px;
	text-align:center;
	
}

.serviceTitleText{
	color:#000000;
	font-size:52px;
}

.serviceGenralText{
	color:#000000;
	font-size:26px;
}
.gst{
    min-height: 20px;
    width: 32px;
    border-radius: 2px;
    /* border: 1px solid black; */
    /*font-size: 14px;*/
    display: inline-block;
    color: #fff;
    background: #ff6a00;
    font-weight:bold;
}
.servicesCol:hover .gst{
    color:#ff6a00;
    background:#fff;
}
.servicesCol:hover{
	width:390px;
	float:left;
	height:200px;
	background-color:#ff6a00;
	text-align:center;
	color:#fff;
}

.servicesCol{
	width:390px;
	float:left;
	height:200px;
	text-align:center;
	color:#ff6a00;
    padding-top:10px;
}

.servicesFontIcons{
	font-size:62px;
}

.servicesGenralText{
	font-size:32px;
}