﻿.services-body{
    padding-top: 30px;
    padding-bottom: 30px
}

.services-body h2 {
    font-weight: bold;
    padding-bottom: 40px;
    text-align: center;
}

.services-body h4.pageTitle {
	text-align:right;
	background-color:#cfb264;
	padding-top:10px;
	padding-bottom:10px;
	color:#fefefe;
	padding-right:5px;
	font-size:22px;
	margin-bottom: 20px
}

.services-body .serv-search div{
	text-align:center;
	margin:10px auto;
}

.services-body .serv-search p {
	text-align:center;
	margin-bottom:0;
	font-weight:bold;
	color:#777
}

.services-body .serv-search input[type="text"] {
	width: 50%;
    display: inline;
    height: 35px;
    padding-top: 18px;
    padding-bottom: 23px;
    border: 2px solid #cfb264;
    border-radius:5px
}

.services-body .serv-search .icofont-search::after {
	content:"&#xedef;"
}

.services-body .serv-search .icofont-search{
	font-family: 'icofont';
	width: 10%;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #999;
    color:#cfb264;
    padding-top:5px;
    padding-bottom:13px;
    border-radius:5px;
    background:url(../img/search-icon.png) no-repeat center center #0A2610;
}


.services-body .services-cat {
    border: 1px solid #cfb264;
    margin-bottom: 10px;
    border-radius: 20px;
    margin-top:30px
}

.services-body .services-cat h4 {
    background-color: #eee;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    border-radius: 20px 20px 0 0;
    font-weight: 600;
    color: #333;
    border-bottom: 5px solid #cfb264;
    text-align:right
}

.services-body .services-cat h4 span {
    color:#067C61
}

.services-body .services-cat li {
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px
}



.services-body .services-cat ul {
    list-style-type: none;
    overflow: hidden;
    background-color:  #001B00;
    margin-bottom: 0px;
    border-radius: 0 0 20px 20px;
    padding: 10px;
}

.services-body .services-cat .cats li {
    width: 31%;
    float: right;
    text-align: center;
    margin: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0A2610;
    border-radius: 20px;
    transition: all 0.5s ease-in-out ;
}

.services-body .services-cat.no1 .cats li{
	width:48%
}


.services-body .services-cat .cats li:hover {
    box-shadow: 0 0 0 1px #cfb264 inset;
}

.services-body .services-cat .cats li a:hover {
    text-decoration: none
}

.services-body .services-cat .cats li .icofont {
    display: block;
    font-size: 30px;
    color: #cfb264
}

.services-body .services-cat .cats li span {
    color: #cfb264
}


.LinkTitle {
	color: #067C61;
	font-weight:bold
}

.serv-details h4 {
	font-size:20px;
	background-color: #0A2610;
	color: #fefefe;
	display: inline-block;
	padding:7px;
}

.serv-details .serv-data {
	border: 1px solid #cfb264;
	border-radius: 20px;
	margin-bottom:5px
	
}

.serv-details .serv-data p {
	font-size:16px;
	font-weight:bold;
	padding:5px 20px 5px 5px
}

.serv-details .serv-data li {
	font-size:16px;
	font-weight:bold;
}


.serv-details .serv-places{
	border: 1px solid #cfb264;
	border-radius: 20px;
	margin-bottom:5px;
	font-weight:bold;

}



.tech-place, .e-serv , .download-serv , .serv-details .serv-places p{
	
	display:inline-block;
}

.tech-place ,.e-serv {
	color:#544929;
	margin-bottom:10px
}

.tech-place:hover , .e-serv:hover{
	text-decoration:none;
	color:#544929
}

a.tech-place::before{
	content:"المركز التكنولوجي لخدمة المواطنين";
	text-align:center;
	z-index:2;
	font-weight:bold;
	
}

a.e-serv::after{
	content:"الخدمة مقدمة إلكترونيا";
	text-align:center;
	z-index:2;
	font-weight:bold
}

.download-serv {
	float:left;
	padding:5px;
	border-radius :20px;
	color:#fefefe;
	background-color:#0A2610
}

.download-serv:hover {
	color:#cfb264;
}

.borderStyle {
	border: 1px solid #cfb264;
	padding:5px;
	border-radius: 20px;
	margin-bottom:5px
}

.borderStyle p {
	font-size:16px;
	font-weight:bold
}

.borderStyle a {
	text-decoration:none;
	color:#067C61;
	font-size:16px;
	font-weight:bold;
	line-height:2.5
}


@media (max-width:767px){

	.services-body .services-cat.no2 .cats li {
		width:46%;
		font-size:15px
	}
	
	.services-body .services-cat.no1 .cats li {
		width:46%
	}


}

