/*Theme Name: zahretalmamlaka */

@font-face{
	font-family: 'font';
	src:url(./inc/fonts/DroidKufi-Regular.ttf);
	src:url(./inc/fonts/DroidKufi-Bold.ttf);
}

::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track{background: rgb(64, 63, 63);}
::-webkit-scrollbar-thumb{background-color: #f1c512;}
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.owl-nav.disabled {
	display:none
}
center {
	margin:10px auto
}

.clearfix:after {
	content:'';
	display:block;
	clear:both
}
a {
	color: #272727;
	text-decoration: none;
}
body {
	font-family: 'font',tahoma;
	position: relative;
	direction: rtl;
	overflow-x: hidden;
}
html 
{
}

.container {
	width: 1080px;
	margin:auto;
	position: relative;
}
.list-unstyled {
	list-style:none
}
header {
    height: 75px;
    position: relative;
    z-index: 999999;
    background: #efefef;
}

.headerLogo {
    width: 200px;
    float: right;
}
.headerLogo  img {
	height:75px;
	width:auto
}
header li {
		list-style:none

}
header >div >ul {
	float:right;
	margin-right: 10px;
}
header >div >ul > li {
	float:right;
	position:relative;
	height: 75px;
	line-height: 75px;
	border-left: 1px solid #e5e5e5;
}
header >div >ul >li >a {
	color: #8a8989;
	font-size:13px;
	display:block;
	padding: 0 10px;
	transition:.34s ease;
}
header >div >ul >li > a:hover {
	background: #e3e3e3;
}
header .sub-menu {
   position:absolute;
   width:220px;
   background: #e3e3e3;
   z-index: 9999;
   padding: 20px 15px;
   visibility: hidden;
   opacity: 0;
   transform: translateY(40px);
   transition:.35s ease;
}
li:hover .sub-menu {
	opacity:1;
	visibility:visible;
	transform:translateY(0)
}
.sub-menu li {

height: 40px;

line-height: 40px;
}
.sub-menu li a {
	
font-size: 13px;
	
color: #3a3a3a;
	
display: block;
	
border-bottom: 1px solid #00000047;
	
transition:.34s ease;
}
.sub-menu li a:hover {
	background:#00000030
}

.intro {
	height: 320px;
	position: relative;
	background: rgb(0, 55, 105);
	padding: 60px 0;
	text-align: center;
}
.intro:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(./inc/img/homeservices.jpg);
	background-position: center;
	background-size: cover;
	opacity: .2;
}
.intro h1 {
  margin-bottom:20px;
  color: #fff;
}
.intro p {
	font-size:14px;
	color: #fff;
}
.intro a {
	display: inline-block;
	margin:10px;
	background-color: #f1c512;
	color: #000;
	padding: 6px 16px;
	font-size: 13px;
}

section.services {
    padding: 50px 0;
    text-align: center;
    background: #deefff;
}
section.services > div >h2 {
	margin-bottom: 30px;
	color: #002c54;
}
.ser {
    display: inline-block;
    width: 346px;
    background: #fff;
    box-shadow: 0 0 20px #00000040;
    padding: 40px 20px;
    height: 360px;
    margin: 5px;
    border-radius: 9px;
    overflow: hidden;
}
.ser img {
	width:80px;
	height: 80px;
	display: block;
	margin: auto;
}
.ser  h2 {

font-size: 19px;

margin: 20px 0;

color: #003769;
}
.ser p {

font-size: 14px;
}


section.whyUs {
    background: rgb(0, 55, 105);
    padding: 50px 0;
}
.col8 {
	width:calc(100% - 350px);
	float:right
}
.col8 h1 {
	color: #ffb904;
	margin-bottom: 15px;
}

.col8 p {
	font-size: 13px;
	color:#cccc;
	margin-bottom: 40px;
}
.col4 {
	width:340px;
	float:left
}
.col4 iframe {
	width:100%;
	height:290px
}

.col8 ul {
	list-style:none;
	padding:20px 0;
	display:flex;
}
.col8 ul li {
	width:25%;
	text-align:center
}
.col8 ul li img {
	width:80px;
	height:80px;

}
.col8 ul li h3 {
	font-size: 15px;
	color: #ccc;
}

section.blog {
    padding: 50px 0;
    text-align: center;
    background: #deefff;
}
section.blog ul {
	text-align: center;
}
section.blog ul li {
	width: 32%;
	box-shadow: 0 0 5px #ccc;
	margin: 5px;
	display: inline-block;
	overflow: hidden;
	height: 330px;
	background: #fff;
	transition: .35s ease;
}
section.blog ul li:hover {
	background:#f5f5f5;
	transform: translateY(-10px);
}
section.blog ul li img {
	width:100%;
	height: 170px;
	display: block;
	object-fit: cover;
	object-position: top;
	border-bottom: 1px solid #0000006e;
}

.info {
    height: 56px;
    border-top: 1px solid #00000029;
    padding: 11px;
}
section.blog ul li h2 {
	font-size: 17px;
	height: 90px;
	padding: 13px;
	line-height: 21px;
	color: #484848;
}

.info span {
    display: inline-block;
    font-size: 11px;
    float: right;
    background: #ffb904;
    color: #0f0e0e;
    padding: 4px;
}
.info span:last-child {
	float:left;
	background:#e7e7e7;
	max-width: 74%;
	height: 30px;
	overflow: hidden;
}
section.blog >div>h2 {
    margin-bottom: 30px;
}

.client {
	padding: 40px;
	background-color: rgb(214, 214, 214);
	text-align: center;
	color: #fff;
}

.client ul {
	list-style:none;
	overflow: hidden;
}
.client ul li {
	height: 90px;
	background: #ddd;
}
.client ul li img {
	width:100%;
	height: 100%;
}

.owl-item {
    display: inline-block;
    float: right;
}

section.client h2 {
    margin-bottom: 40px;
    color: rgb(0, 55, 105);
}

footer {
    padding: 60px 0 30px 0;
    background: #003769;
}

footer .col4 {
    width: 25%;
    float: right;
    padding: 11px;
}

footer .col4 h2 {
    color: #dfdfdf;
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
}
footer .col4 h2:after {
	content:'';
	position:absolute;
	width: 60px;
	height:3px;
	background: #ffb904;
	bottom: -11px;
	right:0;
	border-radius: 8px;
}

footer .col4 ul {
    list-style: none;
}

footer .col4 ul li a {
    color: #ccc;
    font-size: 12px;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ffffff29;
}

footer .col4 p {
    color: #ccc;
}

.social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #ffffff1c;
    color: #bebebe;
}

p {}

.social {
    margin-top: 20px;
}
.footer {
	padding-top: 30px;
    border-top: 1px solid #ffffff1f;
    overflow:hidden;
    max-width:1200px;
    margin:auto
}
.footer >p {
	float:right;
	color: #fff;
}
a.rights {
	float:left;
	display: block;
	color: #dcb619;
	text-align: center;
}

.topHeader {
    height: 50px;
    text-align: left;
    background: #003769;
}
.topHeader .phone {
	position:absolute;
	left:0;
	background: #f0c829;
	height: 50px;
	width: 460px;
	text-align: right;
	line-height: 50px;
	font-weight: bold;
	padding-right: 70px;
	font-size: 18px;
	transform: skewX(30deg);
}
.topHeader .phone span {
	display:block;
	transform:skewX(-30deg);
	font-size: 15px;
	color: #003769;
}

.topHeader>div>span {
    position: absolute;
    width: 190px;
    left: -50px;
    height: 42px;
    z-index: 9999;
    background: #003769;
    top: 4px;
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    line-height: 42px;
}
.topHeader>div>span:before {
	content:'';
	position:absolute;
	right: -42px;
	top:0;
	border-width: 21px;
	border-style: solid;
	border-color: transparent transparent  transparent #003769;
}

.thumbs {
    height: 140px;
    background: #003769;
    position: relative;
    text-align: right;
}
.thumbs img {
	display:block;
	width:100%;
	height:100%;
	right:0;
	object-fit:cover;
	position:absolute;
	top:0;
	opacity: .1;
	right:0;
}

.thumbs h1 {
	font-size: 21px;
	padding: 20px 0;
	color: #fff;
}
ul.breadcrumb {
	position:absolute;
	bottom:10px;
	right:0;
	width: 100%;
	padding: 7px;
}
ul.breadcrumb.list-unstyled li {
    float: right;
    font-size: 13px;
    margin-left: 0px;
    bottom: 10px;
}

.thumbs >div {
    height: 100%;
}

.right {
    width: calc(100% - 380px);
    float: right;
    box-shadow: 0 0 20px #ccc;
    padding: 30px;
    margin: 20px 0;
    border-radius: 7px;
}
.left {
    width: 370px;
    float: left;
    box-shadow: 0 0 20px #ccc;
    padding: 10px;
    margin: 20px 0;
    border-radius: 7px;
}

.poster {
    height: 450px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #ddd;
}

.poster img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}


.single ul.info {
    background: #dddddd;
    border-radius: 0 0 25px 25px;
    border-bottom: 1px solid #0000002e;
    height: 40px;
    padding: 4px 22px;
    margin-bottom:30px
}

.single ul.info li {
    list-style: none;
    display: inline-block;
}
.single ul.info span {
	background:none
}
.single ul.info i {
	margin-left:10px
}

.tags {
    text-align: center;
}

.share {
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #0000002b;
    padding-top: 25px;
}
.share a {
	display:inline-block;
	padding:7px 14px;
	font-size:13px;
	color:#fff
}
.share a:nth-child(1) {background:#3b5999}
.share a:nth-child(2) {background:#55acee}
.share a:nth-child(3) {background:#dd4b39}

ul.related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

ul.related li {
	width:49%;
	margin-bottom: 20px;
}
ul.related li  img {
	width:100%;
	background: #eee;
	height: 120px;
	object-fit: cover;
	border-radius: 11px;
	border: 2px solid #ccc;
}
ul.related li  h2 {
	font-size:14px;
	transition: .35s ease;
}
ul.related li:hover h2 {
	color:#000
}
ul.related >h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    background: #1f1c1c;
    color: #c6c6c6;
    border-radius: 13px;
    font-size: 18px;
    padding: 6px;
}

input[type="text"] {
    width: 82%;
    padding: 10px;
    border: 0;
    font-size: 11px;
    outline: 0;
    font-family: font,tahoma;
}

form {
    background: #003769;
    margin-bottom: 20px;
    padding: 10px;
}

form button {
    background: #0766be;
    border: 0;
    outline: 0;
    padding: 7px;
    font-family: font;
    color: #eee;
}

.tags a {
    display: inline-block;
    font-size: 11px;
    border: 1px solid #ccc;
    margin: 4px;
    padding: 4px 14px;
    border-radius: 18px;
    color: #535050;
}

ul.breadcrumb.list-unstyled li a {
    color: #fff;
}
ul.breadcrumb.list-unstyled li i {
	margin:0 10px;
	color:#fff
}

.mobileMenu {
    position: fixed;
    width: 100vw;
    height: 100%;
    right: 0;
    overflow: auto;
    top: 0;
    padding-bottom: 50px;
    background: #262624;
    z-index: 999999999;
    transition:.35s ease;
    transform: translateY(-100vh);
}
.mobileMenu.active {
	transform:translateY(0)
}
.mobileMenu li a {
	display:block;
	color:#fff;
	padding: 10px;
	border-bottom: 1px solid #0000005c;
}
.mobileMenu ul.sub-menu {
	background:#111;
	padding:20px
}
.bars {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 16px;
	top: 16px;
	background-color: #f1c512;
	text-align: center;
	font-size: 23px;
}
span.close {
    width: 250px;
    margin: 15px auto;
    background: #cc1414;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.socialMobile {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 999999;
}
.socialMobile a {
	display:inline-block;
	color:#fff;
	width: 30px;
	background: #ffffff3b;
	margin-top: 10px;
}
@media (max-width:1080px) {
    body,html {
    	overflow-x: hidden;
    }
    ul.breadcrumb {
    	position:static;
    	overflow: hidden;
    }
	.container {
		width:100%;
		padding:0 10px
	}
	.bars {
		display: block!important;
	}
}
@media(max-width: 991px) {
.col8 ,.col4{
		width: 100%;
		float: none
	}
	footer .col4 {
		width: 50%
	}
}
@media (max-width:767px) {
	.thumbs {
		height: auto;
	}
	.thumbs h1 {
		font-size:17px;
		line-height:21px
	}
	.intro {
		height:auto
	}
	.ser {
		width:100%;
		margin:5px 0
	}
	.col8 ul {
		width:100%;
		display: block;
	}
	.col8 ul li {
		width:100%;
		margin-bottom: 20px;
	}
	section.blog ul li {
		width:100%;
		margin:5px 0
	}
	footer .col4 {
		width:100%;
	}
	footer .col4 h2 {
		text-align:right
	}
	.right ,.left{
		width:100%;
		padding: 10px;
	}
	.right li {
		margin-right:20px
	}
	.share a {
		width:100%;
		margin-bottom:2px
	}
	.topHeader>div>span {
		
left: -100px;
	}
	.topHeader .phone {
		width:90%;
		padding-right:10px
	}
	.footer p ,
	.footer a.rights {
	    float:none;
	}
}




.logoTop {
    text-align: center;
    height: 250px;
}
.logoTop img {
	height:100%;
	max-width: 80%;
}

.logof img {
    width: 100%;
}

article img {
    max-width: 100%;
}