* {
    
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
    direction: rtl;
    background-image: url(icons/background4.jpg);
}
a.nav-link{
    color: #706D7B;
}
@media (max-width: 575px){
    ul.navbar-nav{
    background-color: #F9F9F9;
    }
    a.nav-link{
        color: #706D7B;
    }
    li.nav-item{
        padding: 11px;
        border: 1px solid #F0F0F0;
    }
}
.first{
    padding: 50px 15px 25px 15px;
/*    background-color: #121212;*/
    overflow: auto;
    position: relative;
    z-index: 0;
    background-position: center center;
}
.shadow{
    width: 100%;
    height: 100%;
    background-color: #262626;
    position: absolute;
    opacity: 30%;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.firstOne{
    width: 100%;
    padding: 0px 10px 0px 10px;
}
.firstOne h1{
    color: #fff;
    text-align: center;
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.firstOne hr{
    height: 4px;
    background-color: #00FEE5;
    color: #00FEE5;
    width: 100%;
    border: unset;
    opacity: unset;
    margin-top: 33px;
}
.firstOne h2{
    color: #98FFA4;
    text-align: center;
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 30px;
}
.firstOne p{
    color: #CBFEFE;
    text-align: center;
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 30px;
}
.contactUs{
    margin-top: 150px;
    text-align-last: center;
    background-color: #062e59;
}
.contactUs p{
    margin: unset;
    color: #fff;
    font-size: 16px;
}
.contactUs h3{
    margin: unset;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.contactUs a{
    text-decoration: none;
    color: #fff;
    padding: 16px 16px;
    margin-right: 5%;
    border-radius: 10px;
}
.contactUs a img{
    height: 30px;
}
.two{
    clear: right;
    padding: 20px 8% 30px 8%;
    overflow: auto;
}
.two h1{
    text-align: center;
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #117ac0;
    clear: right;
}
.twoOne{
    float: right;
    padding: 4px;
    width: 31%;
    height: 400px;
    border-radius: 10px;
    margin: 8px;
    box-shadow: 1px 3px 10px #000;
    background-position: center center;
}
.twoOne img{
    width: 100%;
    height: 75%;
    border-radius: 10px;
}
.twoOne p{
    text-align: center;
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #117ac0;
    font-size: 26px;
}
.twoOne a{
    text-align: center;
    text-decoration: none;
    background-color: #07025c;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    font-weight: 200;
    font-style: normal;
    padding: 10px 30px;
    margin-right: 33%;
    box-shadow: 1px 1px 10px #000;
    border: 1px solid #fff;
    border-radius: 10px;
}
.twoTwo{
    padding: 10px;
    overflow: auto;
    background-position: bottom center;
    clear: right;
}
.sub{
    float: right;
    width: 33.3%;
}
.twoTwoOne{
/*    float: right;*/
/*    width: 32%;*/
    margin: 8px;
    height: 300px;
    border-radius: 20px;
    padding: 20px;
    background-color: #117ac0;
}
.twoTwoOne img{
    padding: 0px 44%;
}
.twoTwoOne h2{
    color: #690404;
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.twoTwoOne p{
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.footerPartOne{
    background-repeat: repeat;
    height: 380px;
/*    background-color: #a7afae;*/
    padding-top: 15px;
    clear: right;
}
.right_social_m{
    position: fixed;
    top: 50%;
    right: 0px;
}
.right_social_m a{
    display: block;
}
.right_social_m a img{
    height: 30px;
}
.side_social_m{
    position: fixed;
    top: 30%;
    left: 2px;
}
.side_social_m ul{
    list-style-type: none;
    margin: unset;
    padding: unset;
}
.side_social_m ul li{
    margin: 4px;
    padding: 4px;
    border-radius: 50%;
/*    display: none;*/
}
.side_social_m ul li a{
    
}
.side_social_m ul li a img{
    height: 30px;
    border-radius: 50%;
}
.side_social_m button{
    padding: 4px;
    margin: 4px;
    border-radius: 50%;
    border: unset;
    background-color: unset;
}
.side_social_m button img{
    height: 30px;
    border-radius: 50%;
}
.about{
    width: 50%;
    float: right;
    padding: 50px 15px;
/*    background-color: #000;*/
    border-radius: 50px;
    height: 350px;
    background-color: #040244;
}
.about h2{
    color: #fff;
    font-family: "Tajawal", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.about p{
    color: #fff;
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.socialmedia{
    display: flex;
    justify-content: center;
}
.about a{
    background-image: url("../icons/background3.jpg");
    float: right;
    border-radius: 50%;
    margin: 2px;
    
}
.about a img{
    width: 30px;
    border-radius: 50%;
}
.location{
    width: 50%;
    float: right;
    padding: 50px 15px;
    background-color: #fffefe8a;
    border-radius: 50px;
    height: 350px;
}
.location p{
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #1906FF;
}
.location p img{
    color: #1906FF;
    height: 25px;
}
.location a{
    text-decoration: none;
    font-weight: bold;
    color: #1906FF;
}
.location a img{
    height: 25px;
}
.location iframe{
    width: 90%;
}
@media (max-width: 575px){
    .first{
        height: auto;
    }
    .firstOne{
        width: 100%;
    }
    .contactUs a{
        margin-right: 4px;
    }
    .two{
        height: auto;
    }
    .twoOne{
        float: unset;
        width: 100%;
    }
    .sub{
        width: unset;
    }
    .twoTwoOne{
        float: unset;
        width: unset;
    }
    .footerPartOne{
        height: auto;
    }
    .about{
        float: none;
        width: 100%;
        height: auto;
    }
    .location{
        float: none;
        width: 100%;
    }
}
.footer{
    background-color: #0a4040;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer p{
    text-align: right;
    color: #fff;
}
.footer p a{
    text-decoration: none;
    color: #f9c349;
}