@font-face{
    font-family: jf;
    src:url('../fonts/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf');
}
body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: jf;
    text-align: right;
    direction: rtl;
}
.page-container{
    overflow: hidden;
}

a , i ,button , ::after , ::before , .p-top , .trans , .cus-slider .img , .searchbox form,
.searchbox , .product , span{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: none;
}

h5{
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #7EC5BF;
    padding:20px 0 0 0;
    margin-bottom: 50px;
}
h5::after{
    content: "";
    position: absolute;
    top:0;
    width:100px ;
    height: 3px;
    background-color:#7EC5BF;
    z-index: 1;
	left: calc((100% - 100px) / 2 );
}
h5 p{
	font-size:15px!important;
	font-weight:500;
	margin:20px 0 0 0;
	color:#555758;
	line-height:30px
}
.popular{
    padding: 50px 0;
}
.f-group{
	margin:10px 0
}
::placeholder{
	 color: #7d7d7d!important;
}
form input , form textarea{
	text-align:right;
}
form input::placeholder , form textarea::placeholder{
    color: #7d7d7d;
}
form input[type = 'submit']{
     background: #7CC6C1!important;
	 color:#fff!important;
	text-align:center!important
}
input[type = 'submit']:hover{
   opacity:.8
}
.wpcf7{
	max-width:600px;
}
.wpcf7 h4{
	margin-bottom:20px
}
#wpcf7-f330-p269-o1{
	max-width:100%!important
}
.wpcf7{
	padding:30px 20px;
	background:#eee;
	margin:auto
}
.wpcf7 form .wpcf7-response-output , .wpcf7-not-valid-tip{
	font-size:13px!important
}
.sus .wpcf7{
	padding:0!important;
	background:transparent!important
}
select{
	color:#aaa
}
.wpcf7 textarea , .wpcf7 input ,  select{
	width:100%;
	display: block;
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: solid 1px #cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    box-shadow: 0;
}
/*search box*/
.search{
    color: #FFFFFF;
	padding:0 30px 0 0;
	border-right:1px solid rgba(255 , 255 , 255 , .5);
}
.search:hover{
    color: #7CC6C1;
}
.searchbox{
    position: fixed;
    z-index: 9999999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
}
.visible{
    visibility: visible!important;
    opacity: 1!important;
}
.s-overlay{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
    background-color: rgba(0,0,0,.5);
}
.searchbox form{
    width: 500px;
    background-color: #fff;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
    position: relative;
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}
.ss-r{
    transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important;
}
.searchbox form i{
    cursor: pointer;
    position: absolute;
    top:-27px;
    right:-27px;
    padding: 5px;
    color: #446E6B;
    font-size: 30px;
}
.searchbox form span{
    font-size: 20px;
    color:#1D1D26;
    margin: 0 0 20px 0;
    font-weight: bold;
}
/*loader*/
.loader{
    position: fixed;
    z-index: 9999999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.loader > div{
    height: 100%;
    background: #fff;
}
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #7BC6C1;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
/*nav*/
.upper{
    padding: 8px 0;
    background-color: #7BC6C1;
}
.upper ul.a li{
    margin-left: 20px;
}
.upper ul.a li a i{
    display: inline-block;
    margin-right: 3px;
}
.upper ul li a i{
    font-size: 20px;
}
.upper ul li a , .upper{
    color: #fff;
    font-size: 14px;
}
.nav-bar{
    padding: 10px 0;
}
nav{
	position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
	left:0;
	border-bottom:1px solid rgba(255 , 255 , 255 , .5);
}

.nav-links ul li{
    margin: 5px ;
}
.nav-links ul li a{
    color:#fff;
    font-size: 15px;
}
.nav-links ul li a:hover{
    color:#446E6B
}
.logo{
    max-width: 200px;
    height: 120px;
}
.logo img{
    max-width: 100%;
    max-height:100%;
    height: auto;
    width: auto;
}
/*main sec*/
.main-sec{
    position: relative;
}
.m-slide{
    height: calc(100vh - 43px);
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.banner{
	position:relative;
	z-index:1;
	 background-position: center;
    background-size: cover;
	height:400px;
	margin:0 0 60px 0
}
.banner span{
	display:block;
	text-align:center;
	position:absolute;
	width:100%;
	bottom:30px;
	color:#fff;
	left:0;
	right:0;
	font-size:30px
}
.m-slide::after , .banner::after{
     content:""; 
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: #000000;
    opacity: .44;
    z-index: -1;
}

.m-slide span{
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}

.m-slide p{
    font-size: 20px;
    line-height: 34px;
    margin: 15px 0;
    color: #fff;
	font-weight:bold;
}
.m-slider{
    position: relative;
}
.m-slider .owl-nav button.owl-next, .m-slider .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
	border:1px solid #fff;
    font-size: 40px;
    color: #fff;
}
.m-slider .owl-nav button span{
    position: relative;
    top:-8px
}
.m-slider .owl-nav{
	position:absolute;
	width:100%;
	bottom:20px;
}
/**/
.who-are-we{
    padding: 80px 0 50px 0;
  }
.player-wrapper {
    position: relative;
    width: 100%;
    height: 360px;
	border-radius: 40px;
	overflow: hidden;
  }
  .player-wrapper .player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  video{
    object-fit: cover;
    cursor: pointer;
  }
  .bbbb{
       margin:30px 0 0 0;
  }

/*services*/
.services h5 , .services h5 p {
	color:#fff!important
}
.services h5::after {
	background-color: #fff;
}
.services{
	padding:60px 0;
	background-position:center;
	background-size:cover;
	position:relative;
	z-index:1
}
.services::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#446E6B;
	opacity:.7;
	z-index:-1;
}
  
/*area*/
.area{
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 50px 0
}
.area p{
    font-size: 22px;
    line-height: 35px;
}
.area h2{
    font-size: 40px;
    color: #000000;
    margin: 0 0 30px 0;
}
.area a{
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    border: 2px solid #8CC63F;
    background-color: #8CC63F;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
}
.area a:hover{
    color: #1D1D26;
    background-color: transparent;
}
/*products*/
.products{
    padding: 50px 0;
}
.product {
    margin: 15px 0;
    background: #fff;
    padding: 0 0 20px 0;
	border-radius:0 0 0 70px;
	overflow:hidden
}
.product .img{
    height: 200px;
    background-position: center;
    background-size: cover;
    margin:0 0 15px 0;
    overflow: hidden;
}
.product .txt{
   padding:0 15px;
    background: #fff;
	text-align: center;
}
.product .txt span{
    color: #555758;
    font-size:20px;
	font-weight:bold;
    margin: 10px 0 0 0;
}
.product .txt div{
    font-size: 14px;
    line-height: 28px;
    color: #B7B7B7;
     margin: 15px 0;
     height:90px;
     overflow:hidden;
}
.product .txt a{
    display: inline-block;
    color: #555758;
    padding: 0 5px;
	font-size:15px
}
.product:hover{
	transform:translatey(-8px);
	-ms-transform:translatey(-8px);
	-webkit-transform:translatey(-8px);
}
.product:hover .txt span , .product:hover .txt a{
	color:#7CC6C1
}
/*contact us*/
div.contact-us{
    padding: 0 0 50px 0;
}
.map{
    height: 500px;
    overflow: hidden;
    margin: 0 0 50px 0;
}
.contact-info li{
    margin-bottom: 50px;
}
.contact-info li i{
    color: #7CC6C1;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    border: 1px solid #E2E2E2;
    border-left:5px solid #7CC6C1;
    margin: 0 0 0 20px;
}
.contact-info li a{
	color:#707070;
}
.contact-info li a:hover{
	color: #7CC6C1;
}
.contact-info li div{
    width: calc(100% - 80px);
}
.contact-info li div p{
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
    color: #707070;
    margin: 0;
}
.map iframe{
    height: 100%;
    width: 100%;
}
.contact-form {
    margin: 50px 0 0 0;
}
 .file-upload{
    width: 100%;
    outline: none;
    background: #fff;
    border:1px solid #D9D9D9;
    padding: 0 10px;
    margin: 0 0 17px 0;
    font-size: 18px;
}
.contact-form form input[type = 'submit']{
    background: #8CC63F;
    color: #fff;
}
.contact-form form input[type = 'submit']:hover , .subscribe form label:hover, .searchbox form input[type = "submit"]:hover{
    opacity: .8;
}
/**/
.subscribe span{
    font-size: 20px;
    color:#fff
}
.subscribe {
    padding: 20px 0;
    background: #8CC63F;
}
.subscribe .container{
    padding: 0 5%;
}
.subscribe form{
    max-width: 650px;
    margin: 30px auto 30px auto;
}
.subscribe form label , .searchbox form input{
    outline: 0;
    border: 0;
    width: 60px;
    height: 51px;
}
.subscribe form input[type = "email"] , .searchbox form input[type = "text"]{
    padding: 0 10px;
    width: calc(100% - 60px);
    height: 51px;
    border: 0;
    outline: 0;
    text-align:right;
}

.subscribe form label , .searchbox form input[type = "submit"]{
    background-color: #446E6B;
    color:#fff;
    text-align: center;
   cursor: pointer;
   margin: 0;
   cursor: pointer;
}
.pagination{
    display:block;
    text-align:center;
    margin:40px 0 0 0;
}
.pagination a{
    color:#388375!important;
}
.subscribe form label{
    background-color: #C1272D!important
}
.subscribe form label{
    position: absolute;
    top: 30px;
    left: 15px;
}
.subscribe br{
    display:none;
}

.language-chooser{
    list-style:none;
}
.language-chooser li.active{
    display:none;
}
/* .social{
    width: 100%;
} */
.social a{
    color: #fff;
    margin: 0 5px;
	width:30px;
	height:30px;
	background:#fff;
	border-radius:50%;
}
.social a i{
    font-size: 18px;
	color:#7CC6C1;
}
.social a:hover{
	transform:translatey(-4px);
	-ms-transform:translatey(-4px);
	-webkit-transform:translatey(-4px);
}
/**/
.member{
	padding:80px 0;
	background-position:center;
	background-size:cover;
	position:relative;
	z-index:1;
	color:#fff;
}
.member a{
	overflow:hidden;
	display:block;
	text-align:center;
	background:#fff;
	width:170px;
	line-height:55px;
	border-radius:30px;
	color:#555758;
	margin:auto
}
.member h2{
	font-size:30px;
	margin:0 0 30px 0
}
.member::after{
	background:#446E6B;
	opacity:.7;
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:-1;
}
/**/
.customers{
    padding: 60px 0;
}
.cus-slider .owl-stage-outer{
	padding:10px 0
}
.cus-slider .img{
    height: 120px;
    margin: 0 10px;
	border-radius:10px;
	border:1px solid #7CC6C1;
}
.cus-slider .img:hover{
	-ms-transform:translatey(-7px);
	-webkit-transform:translatey(-7px);
	transform:translatey(-7px);
}
.cus-slider .img img{
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto;
}

/*footer*/
ul{
    padding: 0;
    margin: 0;
}
footer{
    padding: 50px 0;
    color: #fff;
    background-color: #3E3E3E;
}
.footer-sec-h{
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    position: relative;
    padding: 0 13px 6px 0;
    display: block;
    margin: 0 0 40px 0;
}
/*
.footer-sec-h::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 38px;
    background: #DCBFA5;
}
*/
footer ul li a{
    font-size: 16px;
    color: #fff;
    position: relative;
    display: inline-block;
}
footer .ff-sec ul li a{
    padding: 0 20px 0 0;
}
/* footer .ff-sec ul li a::before{
    content: "";
    position: absolute;
    right: 0;
    top:12px;
    width: 4px;
    height: 4px;
    background: #fff;
} */
footer ul li a:hover{
    color:#446E6B
}
footer ul li{
    margin: 25px 0;
}
footer ul li i{
    color: #fff;
    margin: 5px 0 0 5px;
    display: inline-block;
    font-size: 20px;
}
.footer-logo{
    max-width: 240px;
    height: 120px;
    margin: 0 auto 20px auto;
}
.footer-logo img{
   height: auto;
    width: auto;
    max-width: 100%;
}
footer p{
    font-size: 16px;
    line-height: 35px;
    padding: 0 1%;
}
/*copyrights*/
.copyrights{
    background-color: #446E6C;
    padding: 13px 0;
    color: #fff;
}
.copyrights a{
    color:#fff;
}
.copyrights a:hover{
    color:#00498F;
}
.searchbox form input[type = "text"]{
    border: 1px solid #eee;
}

/**/
.mmore{
	width:170px;
	margin:50px auto 0 auto;
	border:1px solid #7CC6C1;
	color:#7CC6C1;
	line-height:55px;
	border-radius:30px;
	position:relative;
	z-index:1;
	overflow:hidden
}
.member a{
	position:relative;
	z-index:1;
}
.mmore::after , .member a::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#7CC6C1;
	z-index:-1;
	transform-origin:left;
	-ms-transform-origin:left;
	-webkit-transform-origin:left;
	transform:scale(0 , 1);
	-ms-transform:scale(0 , 1);
	-webkit-transform:scale(0 , 1);
}
.mmore:hover , .member a:hover{
	color:#fff;
}
.mmore:hover::after , .member a:hover::after{
	transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
}
.sus input[type=email]{
	height:55px;
	max-width:100%;
	border-radius:5px;
	border:1px solid #fff;
	background:rgba(255 , 255 , 255 ,.15);
	padding:0 10px;
	display:block
}
.sus input[type=submit]:hover{
	opacity:.7
}
.sus input[type=submit]{
	width:130px;
	height:45px;
	text-align:center;
	display:block;
	border-radius:5px;
	border:0;
	outline:0;
}
/*media query*/
@media only screen and (max-width: 991px) {
    .m-slider .owl-nav button.owl-next, .m-slider .owl-nav button.owl-prev{
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
	.m-slider .owl-nav button span {
		top:-2px
	}
    .product .img {
        height: 250px;
    }    
    .offers span{
        margin: 30px 0 20px 0;
    }
    .close-menu{
        cursor: pointer;
        position: absolute;
        padding: 5px;
        font-size: 30px;
        top:30px;
        right:10px;
        color: #fff;
    }
    .nav-links{
        position: fixed;
        top: 0;
        left: -320px;
        background-color: #7CC6C1;
        width: 300px;
        height: 100vh;
        z-index: 99;
        padding: 80px 0 10px 0;
        box-shadow: 4px 0 20px -7px #7CC6C1;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .nav-links ul li {
        margin: 10px 0;
    }
    .nav-links ul li a{
        padding: 6px 20px;
        display: block;
        color: #fff;
    }
    .nav-links ul li a:hover{
        background-color: #fff;
        color:#7CC6C1;
        transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
    }
    .m-overlay{
        position: fixed;
        top: 0;
        left: -100%;
        background-color:#7CC6C1;
        width: 100%;
        height: 100%;
        z-index: 98;
        opacity: .38;
    }
    .footer-sec{
        margin: 30px 0 0 0;
    }
    .open-menu{
        font-size: 30px;
        float: left;
        color: #7CC6C1;
        cursor: pointer;
    }
	.search{
		padding:0;
		border:0
	}
}
@media only screen and (max-width: 767px) {
	.player-wrapper{
		height:200px
	}
    .m-slide span {
        font-size: 30px;
    }
    .m-slide p {
        font-size: 15px;
    }
    .map{
        height: 300px;
    }
    .nav-bar{
        padding: 0;
    }
    .searchbox form i {
        top: -45px;
        right: 0;
    }
      .bbbb span{
          display:none!important;
      }
}
@media only screen and (max-width: 575px) {
    
    .service{
        margin: 20px 0 20px 0;
    }
    .products-slider .owl-nav{
        position: initial;
    }
    .product img {
       width: 30px;
    }
}
