body{
    overflow-x: hidden;
    box-sizing: border-box;
 font-family: 'Tajawal', sans-serif;

}
.alert{
    direction: rtl;
    text-align: right;
    position: fixed;
    z-index: 99999999;
    right: 36%;
    top: 200px;
}

.alert-warning , .alert a{
    background: #fff;
    color: #04416b;
    text-align: center;
    text-decoration: none;
 font-family: 'Tajawal', sans-serif;
    border-color:#04416b ;
}

.scrolltop{
     position: fixed;
    bottom: 130px;
    left: 50px;
    background: #f15a2e;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 999999;
    border-radius: 10%;
    text-align: center;
    vertical-align: middle;
    line-height: 2.8;
    font-size: 14px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    display: none;
  
}




.scrolltop:hover{
background: #2f3b59;
color: #fff
}

.ltr .card{
  direction: ltr;
  text-align: left;
}
/*start section navbar*/
.navbar.navbar-light{
    padding: 10px 50px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    background: rgba(68, 55, 55, 0.6);
    color:#fff ;
 
}


.navbar .navbar-nav{
    display: flex;
    flex-direction: row-reverse;
}

.navbar-nav .nav-link{
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
    color:#fff !important;
 font-family: 'Tajawal', sans-serif;
    cursor: pointer;
    text-align: center;
    }
    

/*end section navbar*/




/*start section slider*/

.slider{
overflow: hidden;
}


.slider .overlay{
    position: absolute;
    left: 0;
    width: 100%;
    height: 700px;
    background: #000;
    opacity: 0.5;
    z-index: 2;}

.slider img{
    height: 420px;
    position: relative;
    top: -30px;
}


.slider .group-one .absulte h1{
	display: flex;
    align-items: center;
    color: #fff;
	z-index: 3;
	font-size: 70px;
	max-width: 900px;
    line-height: 1.5;
    text-align: center;
    direction: rtl;
 font-family: 'Tajawal', sans-serif;
       white-space: nowrap;
    font-size: 50px;
    font-weight: 700;
   
    letter-spacing: 3px

}



.slider .group-two{
    margin-top: -17px;
}




.slider ul .list-inline-item .button{
    background: #f15a2e;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
}

.slider ul .list-inline-item .button a{
    color: #fff;
}

.slider .group-two .button-abuslte{
     position: relative;
    bottom: 75px;
    z-index: 6;
    left: -80px;
}

.slider .group-two  .button-abuslte .btn{
    padding: 15px 40px;
    background: #f15a2e;
     font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
font-family: 'Tajawal', sans-serif;
}
.slider .group-two  .button-abuslte .btn a{
    color: #fff; 
    text-decoration: none;
}

.slider .group-two  .button-abuslte .btn:hover { 
    background: #fff;

}
.slider .group-two  .button-abuslte .btn:hover a{ 
    color: #272222
}
/*end section slider*/


/* start About*/
.About{
    margin-bottom: 30px;
    text-align: right;

}

.About h2{
	font-family: 'Tajawal', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.About p{

font-size: 19px;
color: #7b6c6c;
line-height: 2;
direction: rtl;
font-family: 'Tajawal', sans-serif;

}

.About img{
    width: 100%;
    height: 100%}

.About span{
    font-weight: 500;
    font-size: 18px;
}

.About .margin{
	margin-bottom: 40px
}
.About .img-only img{
	width: 100%
}

/* end About*/
/* end About*/

.infos{
 font-family: 'Tajawal', sans-serif;
    margin-top: 130px;

    text-align: right;
    padding-bottom: 130px;
}
.infos.rtl .card{
    direction: rtl;
}
.infos .card-header{
    background: #04416b;
}

.infos .btn-link{
    color: #fff;
    text-decoration: none;
}
/* start products*/
/* start products*/

.products{
 font-family: 'Tajawal', 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: 'Tajawal', sans-serif;
     text-align: right;

}

.products .active{
    color: #0c4b77;
}

.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;
    max-width: 50%;
    max-height: 80%;
    border-radius: 20px;
    position: relative;
    top: 20px;
    left: 10px;
}
.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: 'Tajawal', sans-serif;
    font-weight: 600;
}

.products .box p{
	font-size: 13px
}

.products .btn {
    margin-bottom: 100px;
    margin-top: 50px;
    padding: 5px 30px;
    background: #f15a2e;
}

.products .btn a{
    color: #fff;
    font-family: 'Tajawal', sans-serif;
    text-decoration: none;
}

.products .btn span{
	font-size: 16px;
    font-weight: 500;
}

.products  .spicals{
    position: relative;
    left: -20px;
}




/* end products*/

.footer{
    direction: rtl;
    padding: 100px 40px 30px;
    background: #04416b;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
    
}

.footer h3{
    font-size: 17px;
    width: 100%;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.71);
    font-weight: 900;
    border-bottom: 1px solid rgba(255,255,255,0.11);
    padding-bottom: 25px;
    letter-spacing: .8px
}

.footer .footer-p p{
color: #fff;
border-bottom: 1px dashed #8c8080;
    margin-bottom: 40px;
    font-family: 'Tajawal', sans-serif;







}
.footer  p{
   font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
}
.footer .list-unstyled li{
    margin-bottom: 15px;
}

.footer .list-unstyled li svg{
    color: #4db7fe;
    font-size: 15px;
    margin-right: 4px;
}

.footer .list-unstyled li span{
    color: rgba(255,255,255,0.51);
    font-weight: 600;
    font-size: 15px;
}

.footer .list-unstyled li a{
color: rgba(255,255,255,0.81);
    font-size: 14px;
    font-weight: 600;
}
.footer .list-inline .list-inline-item {
    margin-bottom: 10px;
    margin-left: 30px;
}

.footer .list-inline .list-inline-item  span{
    font-size: 13px;
    color: rgba(255,255,255,0.71);
    font-weight: 600;

}



.copyright{
    padding: 28px 30px;
    background: #0c4b77;
    color: #fff;
    font-family: "Bree Serif",serif;
}

.copyright img{
    width: 140px;
    height: auto;
}

.copyright span{

    color: #f15a2e;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.copyright ul{
    position: relative;
    right: -150px
}
.copyright ul li{
margin-right: 15px !important
}

.copyright ul li a{
    color: #fff;
    font-size: 19px;
}
