.container {
    width: 100%;
    max-width: 960px !important;
    position: relative;
    padding: 0;
}
* {
    padding: 0;
    outline: none;
    margin: 0;
}


a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: sky;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sky.ttf") format('truetype')
}

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}


/* 

@font-face {
    font-family: f29;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukraregular.ttf") format('truetype')
}
@font-face {
    font-family: f29r;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukraregular.ttf") format('truetype')
}

@font-face {
    font-family: f29b;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukrabold.ttf") format('truetype')
}
@font-face {
    font-family: f29bi;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukrabolditalic.ttf") format('truetype')
} */


body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: sky;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    background: #fff;
}

 h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Marcellus; */
    /* font-weight: 400 !important; */
    font-family: sky bd;
} 

.top{
    background: #14183D;
    padding: 5px;
    color: #fff;
}
.top .container{
    display: flex;
    flex-wrap: wrap;
}
.top .container span{
    padding: 5px;
    font-size: 13px;
}


/*  */
header{
    padding: 15px;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
header .container img{
    width: auto;
    max-height: 80px;
}
@media (max-width: 769px) {
    header .container img{
    width: 200px;
}
}

header .container ul.topnav{
    list-style: none;
    outline: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}
header .container ul.topnav li{
    padding: 5px;
}
header .container ul.topnav li a{
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    outline: none;
}
header .container ul.topnav li a:hover,
.current-menu-item a
{
    color: #EACC49 !important;
    text-shadow: 1px 1px 1px #00000070;
}

header .container .bar{
    display: none;
}
@media (max-width: 769px) {
    
header .container ul.topnav{
    list-style: none;
    outline: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -400px;
    height: 100vh;
    background: #fff;
transition: all 0.5s ease 0s;
    padding: 50px 20px;
    width: 300px;
    flex-direction: column;
    z-index: 9999;
}
.open{
transition: all 0.5s ease 0s;
    left: 0 !important;
}
header .container ul.topnav li{
    padding: 5px;
}
header .container ul.topnav li a{
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    outline: none;
}
header .container ul.topnav li a:hover{
    color: #EACC49;
}
header .container .bar{
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 30px;
    height: 24px;
}
}
/*  */
.hero{
    background-image: url("img/hero.png");
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
}
.hero .container .item{}
.hero .container .item h1{
    color: #fff;
    font-size: 40px;
    margin: 20px 0;
    padding: 0;
    font-family: sky;
}
/*  */
.owl-pagination{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}
.owl-page{
    height: 3px;
    width: 10px;
transition: all 0.5s ease 0s;
    background: #fff;
    margin: 0 4px;
}
.owl-page.active{
transition: all 0.5s ease 0s;
    width: 20px;
    background: #DCBF47;
}

/*  */
section{
    padding: 50px 10px;
    clear: both;
    position: relative;
}
.about{
 background: #fff;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
}
.about .container .block{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    color: #777;
}
.about .container .block img{
    width: 100%;
    height: auto;
}
.about .container .block h1{
    color: #DCBF47;
    margin: 0 0 15px;
}
/*  */
.vid{
    padding: 0;
    background: #272D5D;
    background: #272D5D;
    background: linear-gradient(90deg, rgba(39, 45, 93, 1) 51%, rgba(220, 191, 73, 1) 50%);
}
@media (max-width: 769px) {
    .vid{
    padding: 40px 10px;
    background: linear-gradient(180deg, rgba(39, 45, 93, 1) 51%, rgba(220, 191, 73, 1) 50%);
}
}


.vid .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
.vid .container .block{
    padding: 20px 20px;
    display: flex;
    justify-content: center;
}
@media (min-width: 769px) {
.vid .container .block-img{
    background-image: url("img/benWaleed_13.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    height: 100%;
}
}
.vid .container .block-img img{
    max-height: 340px;
    margin: 0;
}
.vid .container .block iframe{
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 10px 0 -10px;
}
/*  */
.serv{}
.serv .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.serv .container h1{
    color: #14183D;
    margin: 0 0 40px;
    width: 100%;
    text-align: center;
}
.serv .container .block{
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #eee;
    margin: 0 0 -1px;
}

.serv .container .block:hover{
    background: linear-gradient(138deg, rgba(137,114,64,1) 0%, rgba(241,210,75,1) 20%, rgba(158,133,66,1) 41%, rgba(255,223,76,1) 70%, rgba(165,140,67,1) 100%);
}


.serv .container .block span{
    background: #14183D;
transition: all 0.5s ease 0s;
    position: relative;
}
.serv .container .block:hover span{
transition: all 0.5s ease 0s;
    background: #fff;
}
.serv .container .block span img{
    width: 100%;
    height: 140px;
    object-fit: cover;
    opacity: 0.2;
}
.serv .container .block span i{
    font-size: 70px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
transition: all 0.5s ease 0s;
    align-items: center;
    justify-content: center;
}
.serv .container .block:hover span i{
transition: all 0.5s ease 0s;
    color: #14183D;
}


.serv .container .block h2{
    color: #14183D;
    margin: 0;
    padding: 20px;
    text-align: center;
transition: all 0.5s ease 0s;
    display: flex;
    height: 100%;
    font-size: 20px;
    font-family: 'sky';
    align-items: center;
}
/*  */
.order {
    background: rgb(137, 114, 64);
    background: linear-gradient(138deg, rgba(137, 114, 64, 1) 0%, rgba(241, 210, 75, 1) 20%, rgba(158, 133, 66, 1) 41%, rgba(255, 223, 76, 1) 70%, rgba(165, 140, 67, 1) 100%);
}
.order .container{
    display: flex;
    flex-wrap: wrap;
}
.order .container .block{
    padding: 30px;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: right;
    color: #14183d;
    justify-content: center;
}
.order .container .block h1{
    color: #14183D;
    margin: 0 0 16px;
    font-family: sky;
}
.order .container .block button{
    color: #14183D;
    border: 1px solid #14183D;
    background: none;
    padding: 10px 30px;
    margin: 0 auto;
    width: auto;
}
.order .container .block button:hover{
        color: #fff;
    border: 1px solid #fff;
}
label{
    width: 100%;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 10px 0;
}
.wpcf7-submit {
 background: #14183D;
 color: #fff;
}
/*  */


.copy{
	padding: 15px;
	text-align: center;
	display: block;
	direction: rtl;
	border-top: 1px solid #dcdbe1;
	color: #000;
	line-height: 2;
	background-color: #fff;
	text-decoration: none;
	font-size: 11px;
}
@media (max-width: 769px) {
.copy{
	text-align: center;
}	
}
.copy a{
	color: #000;
	text-decoration: none;
}
.copy a:hover{
	color: #000;
	text-decoration: none;
}
.copy .fa{
float: left;
font-size: 17px;
margin: 0 10px;
    transition: all 0.5s ease 0s;
color: #cccccc;
}

.copy .fa:hover{
    transition: all 0.5s ease 0s;
	color: #33464d;
	text-decoration: none;
}
/*footer*/
footer{
	padding: 0 20px;
	clear: both;
	display: block;
	overflow: hidden;
}
footer .container{
	padding: 30px 0;
	border-top: 1px solid #dcdbe1;
}
.foot{
	float: right;
	padding: 15px;
	text-align: right;
	display: block;
	direction: rtl;
	color: #999;
	font-size: 12px;
}
.foot img{
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
	width: 100%;
}

.foot ul{
	list-style: none;
	display: block;
}
.foot ul li{
	list-style: none;
	float: right;
	width: 145px;
	padding: 2px 5px;
}
.foot ul li a{
	text-decoration: none;
	color: #999;
	font-size: 15px;
}
.foot ul li a:hover{
	text-decoration: none;
	color: #000;
}
.foot .fa{
	float: left;
	color: #000;
	margin: 0 5px;
	font-size: 15px;
	text-decoration: none;
}
/*  */
.head{
    min-height: initial;
    padding: 40px 20px;
}
.head h1{
	color: #fff
}
.allpost {
	display: flex;
	flex-wrap: wrap;
}
.post-box {
	padding: 5px
}
.post-box  a{
	text-decoration: none;
	outline: none;
	color: #000
}
.post-box  img{
	width:  100%;
	height: 200px;
	margin: 0 0 20px;
	object-fit: cover;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), .175) !important;
    width: 100% !important;
}

.blockimg{}
.blockimg img{
	width: 100%;
	height: auto;
	margin: 0 0 20px
	
}

.media {
    display: flex;
    justify-content: center;
}
.media a{
    color: #999;
    text-decoration: none;
    margin: 5px 10px;
    font-size: 20px;
}
.media a:hover{
	color: #BC8212;
}

/***
*******************************************************/

@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}