body{
	font-family: 'dana';
	margin:0;
	padding:0;
	direction:rtl;
	text-align:right;
}

header{
	background: linear-gradient(#666 , #ccc);
    padding: 0px;
    margin: 0px auto;
    visibility: visible;
    overflow: visible;
    height: 900px;
	background-size:cover;

}

a:-webkit-any-link {
color: -webkit-link;
text-decoration: none;
}
a:hover {
opacity:0.9;
}
header {
	text-align:center;
}
header .logo{
	max-width:120px;
	border-radius:10px;
	margin:10px;
}

header .logoname{
	font-weight:bold;
	text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
	color:#fff;
	display:block;
	font-size:35px;
	margin-top: 15px;
	letter-spacing: -2px;
}
header .logodesc{
	font-size:25px;
	display:block;
	color:#ccc;
	
}


.header-info{
	margin:30px 0;
}

.header-box{
	margin: 0;
	display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}

.header-box span {
	display: block;
}

.header-box i {
    font-weight: 900;
	font-size: 22px;
    color: rgba(0,0,0,0.76);
    background-color: #ffdd00;
    border-radius: 5px;
	width: 65px;
    height: 65px;
    line-height: 1em;
    text-align: center;
    font-size: 32px;
    padding-top: 15px;
    transition: all .2s ease-in-out;
   -webkit-text-stroke: 1px black;
   color: #ffdd00;
   display:table;
   min-width:65px;
}

.header-box .info-content{
	margin: 0 10px 0 0;
	position:relative;
}

.header-box .info1 {
	font-size: 18px;
	margin-bottom: 0;
	transition: all .2s ease-in-out
}
.header-box .info2 {
	font-size: 17px;
	font-weight: bold;
	transition: all .2s ease-in-out;
	height:55px;
	overflow:hidden;
}


header .menu{
	margin-top:5px;
	background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 15%);
}

header .menu .menubox{
	display: table;
    width: 100%;
    position: relative;
}
header .menu .menuin{
	margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

header .menu .menuin ul,header .menu .menuin li{
	padding:0;
	margin:0;
	list-style-type: none;
}
header .menu .menuin ul li{
	    float: right;
		margin-bottom:10px;
}
header .menu .menuin ul li a{
	position: relative;
    display: block;
    z-index: 1;
    margin: 0 30px 0 0;
    background: none;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
	font-size: 15px;
    color: rgba(37,34,32,0.9);
    padding: 10px 17px 7px;
    margin: 0px 5px 0px 0px;
}
header .menu .menuin ul li a:hover{
	color:#fff;
    background-color: #1c7e68;
    width: 100%;
    border-style: solid;
    border-width: 0px;
    border-radius: 5px;
    left: 0px;
}


header .slider{
	color:#fff;
	text-align:center;
}

header .slider h1{
		color:#fff;
		font-weight:bold;
		font-size:70px;
		text-shadow: 0px 5px 11px rgb(0 0 0);
}




.page-cover{
	background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px -30px 54px -24px rgb(0 0 0 / 30%);
	margin-top: -162px;
	opacity: 1;
}


.section-title{
	padding:60px;
	text-align:center;
}
.section-title .title-bg{
	    position: relative;
}

.section-title .title-shape{
	background-color: #ffdd00;
    width: 160px;
    height: 70px;
    border-radius: 5px;
    top: 28px;
    z-index: 1;
    right: 50%;
    left: auto;
    transform: translate(50%,-50%);
	position:absolute;
}
.section-title .title-content{
	background-color: #1c7e68;
    padding: 14px 25px;
    border-radius: 5px;
	margin-right: auto;
    margin-left: auto;
	display: table;
    position: relative;
    word-break: break-word;
    transition: all .2s ease-in-out;
	    z-index: 4;
		color:#fff;
		font-weight:bold;
		font-size:22px;
}

.section-title .title-info{
		color:#000;
		font-weight:bold;
		font-size:26px;
		text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
		margin:20px;
		line-height:30px;
		margin-top:40px;
}
.section-title .title-desc{
		color:#000;
		font-weight:normal;
		font-size:22px;
		margin:20px;
		margin-top:40px;
		text-align:justify;
		line-height:30px;
}


.button-yellow{
	margin:5px;
	font-size: 14px;
    font-weight: 700;
    background-color: #ffdd00;
    padding: 7px 25px 6px;
    display: block;
	border-style: solid;
    border-radius: 5px;
	border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #000 !important;
    border-radius: 4px;
    width: auto;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-in-out;
	max-width:250px;
}
.button-yellow:hover{
    color: #ffffff !important;
    background-color: #1c7e68 !important;
}


footer{
	padding:80px 0;
	background: linear-gradient(to right,#666 , #ccc);
	border-style: solid;
    border-bottom-width: 4px;
    border-color: #ffdd00;
	color:#fff;
}

footer a,footer a:link,footer a:visited,footer a:active{
	color: #ffdd00 !important;
	transition: all 500ms ease-in-out;
	font-weight:bold;
}
footer a:hover{
	color:#fff !important;
	
}
footer .footer-logo{
	text-align:center;
}

footer .footer-info i{
	margin-top:10px;
	display:inline-block;
	width:20px;

}
footer .footer-logo i {
	font-weight: 900;
	font-size: 80px;
	border-radius: 5px;
	width: 120px;
	height: 120px;
	line-height: 1em;
	text-align: center;
	padding-top: 15px;
	transition: all .2s ease-in-out;
	color: #ffdd00;
	display:block;
	margin:auto;
}
footer .footer-logo span{
	font-weight: 900;
	font-size: 30px;
	color: #ffdd00;
	display:block;
	margin-top:-22px;
 }
 
footer .ENAMAD img{
	margin-top:10px;
	background-color:#fff;
	padding:10px;
	border-radius:10px;
	width: 120px;
	height:130px;
}
 
 .product-list{
	 animation-delay: 500ms;
	 position: relative;
	 padding:2px;
	margin:20px 0;
 }
 .product-list:hover .product-title{
	     background-color: #ffdd00;
    margin-top: -65px;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 15%);
 }
 
 .product-image img{
	 border-radius: 5px;
	 width:100%;
	 height:auto;
	 max-width:350px;
	 max-height:200px
 }
 .product-image{
	 
	position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .2s ease-in-out;
 }
 
 .product-title{
	 background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: -35px;
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 9;
	text-align: center;
	line-height: 1.4;
	transition: all .2s ease-in-out;
	font-weight:normal;
	font-size:18px;
 }
 
.Testimonials{
	position: relative !important;
	padding: 80px 0;
}
.Testimonials:before{
	content: '';
    position: absolute;
    background: #ffc954;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; 
 }
 
.TestimonialIn{
 position: relative !important;
 z-index:2;
 text-align:center;
}

.TestimonialsTitle{
      font-weight: bold;
}
.TestimonialsSubTitle{
	color: #9b9892 !important;
	font-size:16px;
  
}

.CallUs{
    padding: 80px 0;
    background-color: #999;
}

.CallUs h3{
	color: #ffffff;
	font-size: 42px;
}
.CallUsInfo{
	color: #ffdd00;
	font-size: 22px;
}
.CallUsNumber{
	text-align:left;
	color: #ffffff;
	font-size: 50px;
	font-weight:bold !important;
}

.CallUs i{
	color: #ffdd00;
    margin-right: 30px;
font-size: 2em;
    margin: 0;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    vertical-align: sub;
    transition: all .2s ease-in-out;
	float:right;
}


.SiteRank{
    padding: 80px 0 50px 0;
}
.SiteRank .RankBox{
	text-align:center;
	padding:30px 0;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 40px 0px rgb(41 41 41 / 10%);
	margin-top:15px;
}
.SiteRank .RankBox b{
	font-family:Arial;
	color:#ffc954;
	display:block;
	font-size:40px;
	font-weight:bold
}

.RateSite{
	padding:50px 0;
}
.RateSite .action0{
	margin-top:50px;
	text-align:center;
}

.RateSite h5{
	font-size:26px;
	font-weight:bold;
	color:#999;
}
.RateSite .action{
	background-color: transparent;
    color: gray;
    padding: 110px 60px 0 60px;
    font-size: 16px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px;
    border: none !important;
    outline: 0;
    opacity: .8;

}



.RateSite .action1{
    background-image: url(/img/happy-icon.svg);
}
.RateSite .action1:hover,.RateSite .action1:focus{
    background-image: url(/img/happy-icon-hover.svg);
	color:#000;
}
	
.RateSite .action2{
    background-image: url(/img/medium-icon.svg);
}
.RateSite .action2:hover,.RateSite .action2:focus{
    background-image: url(/img/medium-icon-hover.svg);
	color:#000;
}

.RateSite .action3{
    background-image: url(/img/sad-icon.svg);
}
.RateSite .action3:hover,.RateSite .action3:focus{
    background-image: url(/img/sad-icon-hover.svg);
	color:#000;
}
	
	
.VisitCard{
	padding-top:50px;
}
	
.VisitCard .VisitBox{
	box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    padding: 10px;
}
.VisitCard ul{
margin-top:20px;	
}
.VisitCard li i{
	width:20px;
	text-align:center;
}
.VisitCard li{
	padding:3px;
	
}

	
	
	
@media (max-width: 970px) {
	header{
			height:780px;
	}
	header .slider h1{
		font-size:50px !important;
		margin:10px 0;
	}
	header .slider h2{
		font-size:25px !important;
	}
	.logo-box{
		text-align:center;
		margin-bottom:20px;
	}
	.header-info{
		margin: 5px 0;
	}
	.section-title{
		padding:20px 10px !important;
	}
	
	.CallUs {
		text-align:center !important;
	}
	.CallUs i {
		display:none;
	}
	.CallUs h3{
		font-size:25px;
	}
	.CallUsNumber{
		text-align:center !important;
		font-size:40px !important;
	}
	.SiteRank,.RateSite{
		padding:10px;
	}
	.RateSite .action{
		padding-right:35px;
		padding-left:35px;
		background-size:80px;
	}
	
	footer{
		padding:20px 0 40px 0;
	}
}


