@font-face {
    font-family: 'ge_ssbold';
    src: url('/assets/fonts/ar/GESSTextBold-Bold.woff2') format('woff2'),
    url('/assets/fonts/ar/GESSTextBold-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'praxisef-boldregular';
    src: url('/assets/fonts/en/praxisef-bold-webfont.woff2') format('woff2'),
    url('/assets/fonts/en/praxisef-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'ge_sslight';
    src: url('/assets/fonts/ar/GESSTextLight-Light.woff2') format('woff2'),
    url('/assets/fonts/ar/GESSTextLight-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'praxisef-lightregular';
    src: url('/assets/fonts/en/praxisef-light-webfont.woff2') format('woff2'),
    url('/assets/fonts/en/praxisef-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family:'praxisef-lightregular';
}
b{
    font-family: 'praxisef-boldregular';
}
.background{
    background-image: url(/assets/imgs/bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100vh;
    max-height:100%;
}
.padding-top-50{
    padding-top:50px;
}
.padding-top-20{
    padding-top:20px;
}
.padding-bottom-50{
    padding-bottom:50px;
}

.title, .subtitle{
    color:#a85d0d;
    padding: 0px 50px;
}
.title{
    font-size: 60px;
    font-family: 'praxisef-boldregular';
}
.subtitle{
    font-weight:normal;
}
.webForm{
    padding:20px;
    margin-right:20px;
    margin-top: 25px;
    background-color:rgba(255,255,255,0.70);
    border-radius:5px;
}
.img-decoration{
    /* padding-right:50px; */
}
.form-control{
    margin-top:5px;
}
.submit{
    margin-bottom:0px !important;
    background-color:#006db7;
    border:none;
}
.grayscale{
    filter: grayscale(100%);
}
.opa{
    filter: opacity(0.5) drop-shadow(0 0 0 black);
}
.disabledClick{
    pointer-events: none;
}
.languageSwitch{
    display:inline-block;
    float:right;
    background-color:white;
    color:#025E98;
    border-radius: 10px;
    margin: 9px;
    position: absolute;
    right: 0px;
    font-famil:"praxisef-boldregular";
    text-decoration: none !important;
    padding: 5px 10px 10px;
}
.overlay{
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    text-align:center;
    color:white;
}
.overlay .text{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.overlay .text h1{
    font-size:8em;
}
.overlay .text p{
    font-size:2em;
}
.overlay .text a{
    color:white;
}
.text-box{
    width:100%;
    background-color:rgba(255,255,255,0.70);
    border-radius:5px;
    height:310px;
    overflow-y:scroll;
    padding:20px;
    z-index: 9999;
}
.backButton{
    width: 72px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}
.languageSwitch{
    font-family: 'ge_ssbold';
    z-index:9999;
}
.visible-xs{
    display:none;
}
.margin-top-30{
    margin-top:30px;
}
.footer{
    position:fixed;
    bottom:0px;
    width:100%;
    z-index: 0;
}
.footer p{
    color:white;
    font-size:1em;
}
.logo{
    margin-bottom:20px;
    margin-top:10px;
}
.logo2{
    margin-left:50px;
}