/*Category -1*/
.categoryArea-1{background:#f5f5f5; padding:70px 0; clear:both;}
.categoryArea-1 .cat_icon{background:#fff; width:100px; height:100px; border:1px #ccc solid; border-radius:50%; text-align:center; padding-top:27px;}
.categoryArea-1 .cat_title{color:#2d2c2d; font-weight:300; font-size:22px; position:relative; padding:0 0 10px; margin:25px 0; font-family: 'Roboto', sans-serif;}
.categoryArea-1 .cat_title:before{background:#d3d3d3; content:""; bottom:0; left:0; height:2px; width:60px; position:absolute;}
.categoryArea-1 .cat_text{font-size:15px; color:#2d2c2d; font-weight:300; font-family: 'Roboto', sans-serif;}
/*End of Category -1*/
@media only screen and (max-width:991px){
}
@media only screen and (max-width:767px){
	.categoryArea-1{text-align:center; padding:50px 0 20px;}
	.categoryArea-1 .cat_icon{margin:auto;}
	.categoryArea-1 .cat_title{margin:25px 0 0;}
	.categoryArea-1 .cat_title:before{display:none;}
	.categoryArea-1 .cat_text{padding:0 0 30px;}
}
@media only screen and (max-width:670px){
}
@media only screen and (max-width:568px){
}

/***************==================================**************/

/*Category -2*/
.categoryArea-2{background:#f0f1f1; padding:0; clear:both;}
.categoryArea-2 .cat_area{float:left; width:33.33%; padding:30px 25px; transition:ease 0.8s;}
.categoryArea-2 .cat_icon{float:left; width:20%;}
.categoryArea-2 .cat_details{float:left; width:80%; padding-left:15px;}
.categoryArea-2 .cat_title{color:#2d2c2d; font-weight:300; font-size:22px; position:relative; padding:0 0 10px; margin:0; font-family: 'Roboto', sans-serif;}
.categoryArea-2 .cat_text{font-size:15px; color:#2d2c2d; font-weight:300; font-family: 'Roboto', sans-serif;}
.categoryArea-2 .cat_area:hover{background:#d94602;}
.categoryArea-2 .cat_area:hover h4, .categoryArea-2 .cat_area:hover p{color:#fff;}
/*End of Category -2*/
@media only screen and (max-width:600px){
	.categoryArea-2 .cat_area{width:100%;}
}

/***************========End==========*******************/

/*Category -3*/



/*End of Category -3*/



