html,body{
    margin: 0;
    padding: 0;
    background: #d9d9d9 ;
    direction: rtl;
    font-family: "title-ar-m";
    overflow: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
@font-face {
    font-family: "title-en";
    src: url("../Fonts/Ethnocentric Book.otf");
}
@font-face {
    font-family: "title-ar-b";
    src: url("../Fonts/ArbFONTS-GE_SS_Two_Bold.otf");
}
@font-face {
    font-family: "title-ar-m";
    src: url("../Fonts/ArbFONTS-GE_SS_TWO_MEDIUM_0.otf");
}
@font-face {
    font-family: "numbers";
    src: url("../Fonts/MyriadPro-Regular.otf");
}
@font-face {
    font-family: "gil1";
    src: url("../Fonts/GIL_____.TTF");
}
@font-face {
    font-family: "gil2";
    src: url("../Fonts/GILB____.TTF");
}
.wrapper{
    background: url('../img/bg.svg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    margin: auto 0 ;
    width: 98.9vw;
}
.logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
}
header{
    background: #1E4E9D;
    padding: 5px 10px;
    text-align: right;
    padding-top: 25px;
}
header h1{
    color: #fff;
}
header h1 span{
    color: #FDCF16
}
header img {
    height: 56px;
    margin-left: 15px;
}

header .right h1{
    font-family: "title-ar-b";
    font-size: 1.2rem;
}
header .left h1{
    font-family: "title-en";
    font-size: 1rem;
}
.wrap-office {
    margin-top: 10px;
}
.blue-box {
    background: #1e4e9d;
    color: #fff;
    padding: 2px 33px;
    border-left: 5px solid #d9d9d9;
}
.blue-box h1, .blue-box h3{
    font-family: "numbers";
}
.blue-box h1, .blue-box h3 , .blue-box h4{
    margin-bottom: 0;
    line-height: 1;
}
.office {
    background: #EEEDEF;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

.wrap-office h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "title-ar-b";
    font-size: 1.2rem;
}
.welcome h1{
    font-size: 1.5rem;
    margin-bottom: 21px;
    margin-top: 21px;
}
.blue-box h4 {
    font-size: 0.7rem;
}
.blue-box h1 {
    font-size: 1.6rem;
}
.blue-box h3 {
    font-size: 1rem;
}
.third {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.third img {
    width: 470px;
    margin: 0 auto;
}
.third h1 {
    color: #50504F;
    margin: 0
}
.third .en {
    font-family: "title-en";
    margin-bottom: 20px;
}
.third .ar {
    font-size: 3.3rem;
    margin-top: 20px;
}
.ofice_bottom {
    bottom: 0;
    position: absolute;
    width: 98%;
}
.internal img{
    width: 100%;
    border: 5px solid #1E4E9D;
}
.details img {
    width: 7%;
    height: 7%;
    margin-left: 20px;
    margin-bottom: 15px;
}
.blue{
    color:#1E4E9D;
    font-weight: bolder;
    margin-bottom: 15px !important;
}
.details .text-left{
    font-family: "gil1";
    font-weight: bold
}
.details .text-left .d-flex{
    flex-direction: row-reverse;
}
.details .text-left .d-flex img{
    margin-right: 20px;
}
