
/*
color:#ff5a60;
*/

.ltr .card,.ltr .card-body{
    text-align: left;
    direction: ltr;
}


.rtl {
    text-align: right;
    direction: rtl;
}
body{
	box-sizing: border-box;
    overflow-x: hidden;
    background: #fff;



}
.alert{
    direction: rtl;
    text-align: right;
    position: fixed;
    z-index: 99999999;
    right: 36%;
    top: 200px;
}

.alert-warning , .alert a{
    background: #fff;
    color: #305a7b;
    text-align: center;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    border-color:#305a7b ;
}


/*start option-box*/

.option-box {position:fixed;top:127px;left:0;z-index:9999}

.option-box .color-option {
    float: left;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    box-shadow: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
    width: 190px;
    display: none;
    height: 140px;
}
.option-box .color-option  h4{
    font-family: 'Playfair Display', serif;
    font-size: 20px
}

.option-box .color-option ul li {
  width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 9px;
}

.option-box .fa-cog {padding: 5px;
    cursor: pointer;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 0 10px 10px 0;
    font-size: 30px;
}





/*end option-box*/


/*start cleander*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none;
    background: #fff;
    font-size: 18px
}

.ui-datepicker th {
    font-size: 18px;

}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
    font-size: 18px;}
/*end cleander*/

/* start scrolltop*/
.scrolltop{

color: #fff;
position: fixed;bottom: 10px;
right: 10px;
display: inline-block;
padding: 10px 14px;
z-index: 999;
display: none;

}
.scrolltop:hover svg{
    color: #ddd
}
.scrolltop svg{
   font-size: 20px;
}
/* end scrolltop*/




/* start navbar*/

.navbar{

position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999;
margin-top: 20px;


}
.navbar-expand-lg .navbar-nav{
	display: flex;
  flex-direction: row-reverse;
}

.navbar .navbar-brand img{
    padding-bottom: 20px;
    width: 120px;
    position: relative;
    top: 19px;
}


.navbar-light li a.active  {
	 font-size: 18px
}



.navbar-light .navbar-nav .nav-link
{
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    margin-right: 8px;
    padding-top: 20px;
     text-align: center;
     background-attachment: fixed;

}



.navbar-light .navbar-nav .nav-item {
    text-align: center;
}





/* end navbar*/


/* start carousel*/
.slider {
	z-index: 99
}
.slider h2{
    position: absolute;
    left: 20%;
    z-index: 3;
    font-size: 70px;
    max-width: 900px;
    line-height: 1.5;
    top: 40%;
    font-family: Cairo;
}


.slider .carousel-indicators li {

    width: 20px;
    border-radius: 50%;
    cursor: pointer;

}


.slider .carousel-inner .carousel-one{
	background: url("../assets/images/f3.jpg");
    background-size: cover;
    background-position-x: right;
    padding: 0;
    margin: 0;
 




}





.slider .carousel-inner .carousel-control-prev,
.carousel-control-next{
	display: none;
}


/* end carousel*/


/* start About*/
.About{
	margin-top: 150px;
    margin-bottom: 30px;
    text-align: right;

}

.About h2{
	font-family: 'Cairo', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 70px;
}

.About p{

font-size: 19px;
color: #7b6c6c;
line-height: 2;
direction: rtl;
font-family: 'Cario', sans-serif;

}

.About span{
    font-weight: 500;
    font-size: 18px;
}

.About .margin{
	margin-bottom: 40px
}
.About .img-only img{
	width: 100%
}

/* end About*/

/* start products*/

.products{
    font-family: 'Cairo', sans-serif;
 margin-top: 130px;
 background: #F4F4F4;
 padding-bottom: 130px;
}

.products h3{
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 22px;
    padding-top: 100px;

}

.products .pragraph{
	font-size: 18px;
    color: #151515;
    margin-bottom: 60px;
}

.products ul li{
	background: #fff;
    padding: 40px;
    width: 200px;
    text-align: center;
    color: #151515;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #edebeb;
    font-weight: 400;
    font-size: 18px;
     height: 125px;
     font-family: 'Cairo', sans-serif;
}

.products .pragraph {
    margin-bottom: 40px;
    direction: rtl;
}


.products .box{
	background: #fff;
margin-bottom: 20px;
    height: 170px;
    margin-left: 60px;
    width: 460px;
}

.products .box img{
    float: left;
    border-right: 1px solid #edebeb;
    cursor: pointer;
    width: 200px;
    height: 100%;

}
.products .box .text{
	text-align: center;
    height: 100px;
    margin-bottom: 30px;
    padding-top: 24px;
}

.products .box h6:hover{
	cursor: pointer;
}

.products .box h6{
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}

.products .box p{
	font-size: 13px
}

.products .btn {

    margin-bottom: 100px;
    margin-top: 50px;
    padding: 5px 30px;
}

.products .btn a{
    color: #fff;
    font-family: 'Cario', sans-serif;
    text-decoration: none;
}

.products .btn span{
	font-size: 16px;
    font-weight: 500;
}

.products  .spicals{
    position: relative;
    left: -20px;
}

 .hvr-bounce-to-right:before{
	background: #151515;
	border: #151515;
}


/* end products*/



/* start Special*/
.Special{
    margin-top: 90px;
    font-family: 'Cairo', sans-serif;
}

.Special h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 32px;

}

.Special p{
 font-size: 20px;
    color: #807070;
    margin-bottom: 80px;
    direction: rtl;
}


.Special .box-element .box-img{
	box-shadow: 0 0 7px 0 rgba(79, 79, 79, 0.15);
    display: table;
    height: 128px;
    text-align: center;
    width: 160px;
    display: inline-block;
   margin-bottom: 100px;
  cursor: pointer;

}
.Special .box-element .box-img img{
height: 128px;
    width: 150px;}
.Special .box-element .box-img .hover-img{
	display: none;

}

.Special .box-element .box-text{
	float: right;
    margin-top: 20px;
    margin-left: 17px
}

.Special .free .box-element .box-text{
    margin-right: 17px
}
.Special .box-element .box-text h4{
	display: block;
	    font-weight: 600;
        cursor: pointer;
        font-size: 18px;
}



.Special .box-element .box-text span:last-child{
	font-weight: 600;
    font-size: 20px
}

.Special .box-element .only-for{
	float: left;
	margin-right: 18px
}

.Special .media img{
    margin-bottom: 70px
}
/* end Special*/


.infos{
    font-family: 'Cairo', sans-serif;
       margin-top: 130px;
   
       text-align: right;
       padding-bottom: 130px;
   }
   .infos.rtl .card{
       direction: rtl;
   }

   
   .infos .btn-link{
       color: #fff;
       text-decoration: none;
   }


/* start CONTACT_US*/

.CONTACT_US{
    background: url("../assets/images/f3.jpg") fixed;
    background-size: cover;
    margin-top: 140px;
    color: #fff;
    text-align: center;
    font-family: 'Cairo', sans-serif;
    width: 100%


}



.CONTACT_US .container{
padding-bottom: 150px
}



 .overlay{
background-color:rgba(1,1,1,0.5);


}

.CONTACT_US h3{
   margin-top: 50%;
    padding-bottom: 20px;
    font-size: 23px;

}

.CONTACT_US ul li{
    font-size: 18px;
    font-weight: 600;
}
.CONTACT_US ul li span{
    color: #cabdca !important;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    line-height: 2;}

.CONTACT_US ul li #color{

   font-size: 15px
}

.CONTACT_US input{
    border-radius: 5px;
    height: 39px;
    width: 240px;
    vertical-align: middle;
    margin-right: -4px;
    margin-bottom: 10px
}

.CONTACT_US ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  padding-left: 15px

}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  padding-left: 15px
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 17px;
  padding-left: 15px

}
:-moz-placeholder { /* Firefox 18- */
  font-size: 17px;
  padding-left: 15px
}

.CONTACT_US .btn{
    border-radius: 0px;
    height: 39px;

    font-size: 15px;
    position: relative;
    bottom: 5.6px;
    left: 5px;
    border: none;

}

.CONTACT_US .btn a{
    color: #fff;
    text-decoration: none;
}

.CONTACT_US .list-inline li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
    border: 1px solid #fff;
    margin-right: 10px;

cursor: pointer;
      -webkit-transition:all 0.7s ease-in-out;
    -moz-transition:all 0.7s ease-in-out;
    -o-transition:all 0.7s ease-in-out;
    transition:all 0.7s ease-in-out;
}
.CONTACT_US .list-inline li a{
    color:#cabdca;
}

.CONTACT_US .list-inline li:hover{
    color: #fff;

}

/* end CONTACT_US*/



/* start footer */

.footer {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Bree Serif",serif;
}

.footer p{
 position: relative;
 top: 10px;
}

.footer a:hover{
    color: #000
}
.footer .container{
padding-top: 19px;}


/* end footer */
