/*////////////////////////////////////////////////////////*/
/* Developed by ashraf abdussalam - ash-dev.epizy.com /// */
/*////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai&family=Cairo&family=Harmattan:wght@700&display=swap');

*{
    margin:0;
    padding:0;
    font-family: sans-serif;
    box-sizing: border-box;
    
 
}

body{
    overflow-x: hidden;
    font-family: 'Almarai', sans-serif !important;
}
/* top nav */
header{
    height:60px;
    width:100%;
    position:absolute;
    top:0;
    z-index:2;
    opacity: 0.95;
}

section{
    margin:7vh 0;
}
nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100px;
    padding:10px 100px;
    transition:.5s;
}
nav.blackN{
    background-color:rgba(0, 0, 0, 0.8);
    height:80px;
    padding:10px 50px;
}

/* overlay responsive */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .resN{
    display:none;
    color:#fff;
    width:10px;
    height:10px;
  }
 


  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
/* end overlay responsive */
nav #logo{
    float:left;
}
nav #logo img{
    transition:.5s;
    overflow: hidden;
}
nav ul{
    float:right;
    margin:0;
    padding:0;
    display:flex;
}
nav ul li{
    list-style:none;
}
nav ul li a{
    line-height:60px;
    color:#fff;
    padding:5px 20px;
    text-decoration:none;
    transition: .5s;
    font-weight:bolder;
    font-size:20px;
    font-family: 'Almarai', sans-serif;
}
nav a i{
    border:2px solid #fff;
    padding:4px 15px;
    border-radius:40px;
    line-height:50px;
   
}

@media screen and (max-width: 980px) {
    nav ul li a{
        font-size:16px;
    }
}
@media screen and (max-width: 900px) {
    nav ul li a{
        display:none;
    }
    .resN{
        display:block;
    }
    
}
@media screen and (max-width: 600px) {
    /* header{
        display:block;
       
    }
    nav {
        background:black;
        height:1000px;

    }
    nav ul{
        

    }*/
}

.nactive{
   
    border-radius:50px;
    padding:0px;
    color:#41ead4;
   
   
}
nav ul li a:hover{
    color:#41ead4;
}

.slider{
    position:relative;
    width:100%;
    background:#2c3e50;
}
.mslider{
    height:655px;
    display:none;
    overflow:hidden; 
}
.prev, .next{
    position:absolute;
    top:50%;
    transform: translate(0, -50%);
    font-size:30px;
    padding:15px;
    cursor:pointer;
    color:#fff;
    transition:color 0.4s ease-in-out;
    user-select: none;
}
.prev:hover , .next:hover{
    color:#41ead4;
}
.next{
    right:0;
}
.dotsbox{
    position:absolute;
    left:50%;
    transform: translate(-50%);
    bottom:30px;
    cursor:pointer;
}
.dot{
    display:inline-block;
    width:12px;
    height:12px;
    border:3px solid #fff;
    border-radius:50%;
    margin:0 5px;
    cursor:pointer;
}
.active, .dot:hover{
    border-color:#b6b6b6;
}
.fade{
    animation-name: fade;
    animation-duration: 1.5s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: 0.8;}
    to {opacity: 1;}
}
@-webkit-keyframes fade {
    from {opacity: 0.8;}
    to {opacity: 1;}
}

.slideTxt{
    position:absolute;
    color:#fff;
    letter-spacing:2px;
    line-height:35px;
    text-align: center;
    top:40%;
    left:15%;
    -webkit-animation-name: ps;
    -webkit-animation-duration: 2s;
    animation-name: ps;
    animation-duration: 2s;
    z-index:1;
    width:70%;   
}
/*////////////////////////////////////////////////////////*/
/* Developed by ashraf abdussalam / ash-dev.epizy.com /// */
/*////////////////////////////////////////////////////////*/
@-webkit-keyframes ps {
    from {left: 20%;}
    to {left: 15%;}
}

@keyframes ps {
    from {left: 20%;}
    to {left: 15%;}
}
.slideTxt h1{
    font-weight: bolder;
    margin-bottom:40px;
    font-size: 48px;
    line-height:1.8em;
    direction: rtl;
    font-family:'Almarai',sans-serif;
    text-align: center;
    
}
.slideTxt p{
    font-weight: bold;
    font-size:30px;
    word-wrap: break-word;
    padding:0 28px 0 0;
    text-align:justify;
    line-height:1.3em;
    direction: rtl;
    
}
.mslider img{
    transform: scale(1.5,1.5);
    -webkit-animation-name:szoom;
    -webkit-animation-duration: 40s;
    animation-name:szoom;
    animation-duration: 40s;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    opacity: 0.25;
    background-attachment: fixed;
}
@-webkit-keyframes szoom {
    from{transform: scale(1,1);}
    to{transform: scale(1.5,1.5);}
}
@keyframes szoom {
    from{transform: scale(1,1);}
    to{transform: scale(1.5,1.5);}
}
@media screen and (max-width: 800px){
    .mslider{
        height:500px;
    }
    .slideTxt{
        line-height:25px;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        -webkit-animation-name:ps2;
        -webkit-animation-duration:2s;
        animation-name:ps2;
        animation-duration:2s;
    }
    @-webkit-keyframes ps2 {
        from {top:35%;}
        to {top:50%;}
    }
    @keyframes ps2 {
        from {top:35%;}
        to {top:50%;}
    }
    .slideTxt h1{
        font-size:40px;
    }
    .slideTxt p{
        font-size:13px;
    }
}

@media screen and (max-width: 520px){
    .slideTxt h1{
        font-size:30px;
    }
    .nav{
        margin-right:20px;
    }
    .nav a{
        font-size:12px;
    }
}

/* ////About section//// */

.about{
    background-color:#fff;
    padding:50px 0;
    text-align:center;
    
}
.about h1{
   margin:15px 0;
   font-size:60px;
   font-weight: 900;
   color:#24313f;
   font-family: 'Almarai', sans-serif !important;
  

}
.about h2{
    margin:20px 0;
    font-size:31px;
    color:#393d41;
    font-family: 'Almarai', sans-serif;
    
}
.about p{
    margin:18px 18%;
    word-wrap: break-word;
    font-size:28px;
    color:#343a40;
    text-align:justify;
    line-height:1.7em;
    direction: rtl;
    font-family: 'Almarai', sans-serif;
    text-indent: 100px;
}
@media screen and (max-width:500px){
    .about p{
        font-size:18px;
    }
    .events__card {
        display: block;
    }
}
/* Services section */

.services-section {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(https://images.unsplash.com/photo-1545454675-60abfab2a58a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
    background-size: cover;
    padding: 60px 0;
}
.services-section img{
  transform:rotate(-45deg);
  width:80px;
  height:80px;
}

.inner-width {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}
.section-title {
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: 30px;
}
.border {
    width: 160px;
    height: 2px;
    background: #fff;
    margin: 40px auto;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-box {
    max-width: 33.33%;
    padding: 25px;
    text-align: center;
    color: #ddd;
    transition:0.9s;
}
.service-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    /*border: 3px solid #fff;*/
    color: #fff;
    transform: rotate(45deg);
    margin-bottom: 30px;
    margin-top: 16px;
    transition: 0.3s linear;
}
.service-icon i {
    line-height: 70px;
    transform: rotate(-45deg);
    font-size: 26px;
}
.service-box:hover .service-icon {
    background: #1a759f;
  
}
.service-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight:700;
    color:#82d7ff;
    font-family: 'Almarai', sans-serif;
}
.service-desc {
    font-size: 17px;
    text-align: justify;
    direction: rtl;
    line-height: 1.6em;
    text-indent: 40px;
}
@media screen and (max-width:960px) {
    .service-box {
        max-width: 45%;
    }
}
@media screen and (max-width:768px) {
    .service-box {
        max-width: 50%;
    }
}
@media screen and (max-width:480px) {
    .service-box {
        max-width: 100%;
    }
}

/* events */

.events__cards {
    display: flex;
    flex-direction: column;
  
}
.events__card {
    display: flex;
    margin-bottom:15%;
  
   
}
.events__card-img {
    flex: 0 0 50%;
    height: 20rem;
    width:9rem;
    /* background: url("../images/a1.jpg") no-repeat center center; */
    
    background-size: contain;
    background-position: center;
}
.events__card-img img{
    width:70%;
    border-radius: 10px;
    margin:0 15%;
}

.events__card-img-2 {
    /* background: url("../images/a4.jpg") no-repeat center center; */
    order: 1;
    background-size: contain;
    background-position: center;
    height: 20rem;
    width:4rem;
}
.events__card-img-2 img{
    width:70%;
    border-radius: 10px;
    margin:0 15%;
}
.events__card-img-3 {
    flex: 0 0 50%;
    height: 20rem;
    width:8rem;
    /* background: url("../images/a2.png") no-repeat center center; */
    background-size: contain;
    background-position: center;
}
.events__card-img-3 img{
    width:70%;
    border-radius: 10px;
    margin:0 15%;
}
.events__card-img-4 {
    /* background: url("../images/a11.jpg") no-repeat center center; */
    order: 1;
    background-size: contain;
    background-position: center;
    height: 20rem;
    /* width: -1rem; */
    
}
.events__card-img-4 img{
    width:70%;
    border-radius: 10px;
    margin:0 15%;
}
.events__card-img-5 {
    flex: 0 0 50%;
    
    width:8rem;
    /* background: url("../images/a14.jpg") no-repeat center center; */
    background-size: contain;
    background-position: center;
}
.events__card-img-5 img{
    width:70%;
    border-radius: 10px;
    margin:0 15%;
}

.events__card-img-6 {
    /* background: url("../images/a3.png") no-repeat center center; */
    order: 1;
    background-size: contain;
    background-position: center;
    height: 20rem;
    width:1rem;
}
.events__card-img-6 img{
    width:70%;
    border-radius: 10px;
    margin:0 15%;
}

.events__card-info {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    justify-content: center;
    padding-left: 5rem;
}
.events__card-info-2 {
    align-items: flex-end;
    padding-right: 1rem;
  text-align:left;
}
.events__card-title {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    direction: rtl;
    text-align: right;
    position:relative;
    bottom:65px;
    right:7%;
    font-family: 'Almarai', sans-serif !important;
}
.events__card-text{
    position: relative;
    bottom: 30px;
    text-align: justify;
    color: rgb(57, 61, 65);
    right: 40px;
    font-size: 22px;
    /* font-weight: 700; */
    direction: rtl;
    font-family: almarai, sans-serif;
    line-height: 1.8em;
    text-indent: 50px;
}
 


@media screen and (max-width:500px){
    .events__card {
        display: block;
    }
    .events__card-title {
     margin-top:20%;
     font-size:3rem;
     text-align:center;
    }
    .events__card-text{
        direction: rtl;
        width:100%;
        margin:0 auto;
        text-align: center;
        text-align:justify;
    }
    .events__card-img{
        width:auto;
       
        
    }
    .events__card-img-5{
        width:100%;
        margin:5% 0;
    }
    .events__card-img-3{
        width:100%;
    }
    .events__card-img-5 img{
        margin:5% 15%;
    }
   
}


/*////////////////////////////////////////////////////////*/
/* Developed by ashraf abdussalam / ash-dev.epizy.com /// */
/*////////////////////////////////////////////////////////*/




/* our work section */


.jobs{
  background:#fff;
  padding:20px 0;
}

.jobs h1{
  margin:50px 0px 5px 0px;
  font-size:35px;
  text-align:center;
  color:#212529;
}
.jobs h2{
  margin:5px 0 20px 0;
  font-size:30px;
  text-align:center;
  color:#495057;
}
.jobs-container{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jobs-card {
    position:relative;
    background: #f9feff;
    height: 328px;
    width:260px;
    margin: 1.5em;
    font-size: 0.7em;
    border-top: 10px solid #014f86;
    border-radius:3px;
    box-shadow:0px 0px 4px 0px;
}



.jobs-card.top-blue {
    border-top: 10px solid #1d3557;
}

.jobs-card-image {
    background: #1d3557;
    height: 189px;
    margin-bottom: 14px;
    background-image: cover;
    opacity: 0.9;
    transition:0.7s;
}
.jobs-card-image:hover{
    opacity: 1;
}

.box-1 {
    background-image: url("/images/w1.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.box-2 {
    background-image: url("/images/w2.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.box-3 {
    background-image: url("/images/w3.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.box-4 {
    background-image: url("/images/w4.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.box-5 {
    background-image: url("/images/w5.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.box-6 {
    background-image: url("/images/w6.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.jobs-card h2 {
    text-align:center;
    padding: 10px;
    color:#1d3557;
    font-size:20px;
    
}

.jobs-card p {
   
    padding: 10px;
}

.jobs-card a {
    position: absolute;
    bottom: 0;
    left:36px;
    border:3px solid #1d3557;
    border-radius:50px;
    padding:8px 28px 5px 28px;
    display:block;
    text-align: center;
    margin:12px 30px;
    text-decoration: none;
    font-size:17px;
    color:#ececec; 
    background-color:#1d3557;
    transition:0.4s;
}
.jobs-card a:hover{
  background-color:#edf6f9;
  color:#1d3557;
}

/* partners */
.partners{
    margin: 4em 2em;
}
.partners h1{
    text-align:center;
    margin-bottom:40px;
    font-size:35px;
    font-weight:bolder;
    font-family: 'Almarai', sans-serif !important;
}





/* wheel */

.section-padding{
    padding:19px 0;
    margin:0;
   
}
.owl-dot{
    display:inline-block;
    height:15px !important;
    width:15px !important;
    background-color:#495057 !important;
    border-radius:50%;
    margin:0 5px;
    

}
.owl-dots{
    text-align:center;
    
    padding-top:3em;
}
.owl-dot.active{
    background-color: #0a0b0c !important;
}
.img-area {
    width:8rem;
    height:8rem;
   
}
.img-area img{
    border-radius:50%;
    width:100%;
    height:100%;
    
}
@media screen and (max-width:500px){
    .img-area{
        margin:0 18%;
    }
}

/* our map */
.our-map{
 text-align:center;
 width:100%;
 margin:0 25%;
 display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
 
}
.our-map h2{
    margin:12px 0;
    font-family: 'Almarai', sans-serif !important;
}
.our-map-header{
    text-align:center;
    margin-bottom:40px;
    font-size:35px;
    font-weight:bolder;
    font-family: 'Almarai', sans-serif !important;
    
}

@media screen and (max-width:500px){
    .our-map iframe{
        width:350px;
    }
    
    .our-map{
        display: block;
        width: 100%;
        margin: 0;
    }
    .our-map-header{
        font-size:30px;
        margin:0 20%;
    }
}

/* contact form */
 
 .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    text-align:right;
 }
 
 .contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index:-2;
 }
 
 .con-container {
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
 }
 
 .con-container .contact-info {
    position: absolute;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background: #1d3557;
    color: #ffffff;
    z-index: 1;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.5);
    text-align:right;
 }
 
 .con-container .contact-info ul.info {
    position: relative;
    margin: 20px 0;
 }
 
 .con-container .contact-info ul.info li {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    cursor: pointer;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
 }
 
 .con-container .contact-info ul.info li span:nth-child(1) {
    font-size: 20px;
    margin-right: 10px;
 }
 
 .con-container .contact-info ul.info li span:nth-child(2) {
    font-size: 16px;
    line-height: 1.7em;
 }
 
 .con-container .contact-info ul.sci {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom:22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-self: center;
 }
 
 .con-container .contact-info ul.sci li {
    position: relative;
    list-style: none;
    margin: 20px 10px;
    cursor: pointer;
 }
 
  
 
 .con-container .contact-form {
    position: absolute;
    padding: 70px 50px;
    padding-left: 250px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
 }
 
 .con-container .contact-form h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif !important;
 }
 
 .con-container .contact-form .form-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
 }
 
 .con-container .contact-form .form-box .input-box {
    position: relative;
    margin-bottom: 35px;
 }
 
 .con-container .contact-form .form-box .w50 {
    width: 47%;
 }
 
 .con-container .contact-form .form-box .w100 {
    width: 100%;
 }
 
 .con-container .contact-form .form-box .input-box input, .con-container .contact-form .form-box .input-box textarea {
    width: 100%;
    resize: none;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    border: none;
    outline: none;
    border-bottom: 1px solid #777777;
 }
 
 .con-container .contact-form .form-box .input-box textarea {
    height: 120px;
 }
 
 .con-container .contact-form .form-box .input-box span {
    position: absolute;
    right: 0;
    padding: 5px 0;
    pointer-events: none;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    
 }
 
 .con-container .contact-form .form-box .input-box input:focus~span, .con-container .contact-form .form-box .input-box input:valid~span, .con-container .contact-form .form-box .input-box textarea:focus~span, .con-container .contact-form .form-box .input-box textarea:valid~span {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #003e6b;
    font-weight: 500;
 }
 
 .con-container .contact-form .form-box .input-box input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: #1d3557;
    color: #ffffff;
    border: none;
    max-width: 150px;
    padding: 7px;
    border-radius:20px;
    border:3px solid #1d3557;
    transition:0.5s;
    font-size:20px;
    
   
 }
 
 .con-container .contact-form .form-box .input-box input[type="submit"]:hover {
    background: #17283a;
    color:#fff;

    border:3px solid #17283a;
 }
 
 /* responsive */
 
 @media (max-width: 1200px) {
    .con-container {
       width: 90%;
       min-width: auto;
       margin: 20px;
       box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    }
    .con-container .contact-info {
       position: relative;
       top: 0;
       height: 550px;
       box-shadow: none;
    }
    .con-container .contact-form {
       position: relative;
       width: calc(100% - 350px);
       padding-left: 0;
       margin-left: 0;
       padding: 40px;
       height: 550px;
       box-shadow: none;
    }
 }
 
 @media (max-width: 991px) {
    .contact {
       background: #fff;
    }
    .contact::before {
       display: none;
    }
    .con-container {
       display: flex;
       flex-direction: column-reverse;
    }
    .con-container .contact-form {
       width: 100%;
       height: auto;
    }
    .con-container .contact-info {
       width: 100%;
       height: auto;
       flex-direction: row;
    }
    .con-container .contact-info ul.sci {
       position: relative;
       display: flex;
       justify-content: center;
       align-items: center;
    }
 }
 @media (max-width: 660px) { 
    .con-container .contact-form .form-box .w50 {
       width: 100%;
    }   
    .con-container .contact-info {
       flex-direction: column;
    }
 }

 /* carsoul  */
 