@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@font-face {
  font-family: "avenir_black";
  src: url("fonts/Avenir-Black.eot") format("embedded-opentype"), url("fonts/Avenir-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_roman";
  src: url("fonts/Avenir-Roman.eot") format("embedded-opentype"), url("fonts/Avenir-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_heavy";
  src: url("fonts/Avenir-Heavy.eot") format("embedded-opentype"), url("fonts/Avenir-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}



img{
    max-width: 100%;
}
html, body{
  font-family: "avenir_roman";  
}
.ar body{font-family: 'Cairo', sans-serif;}
body{
    padding-top: 20px;
}
.logo{
    max-width: 350px;
}
.phone_div{
    text-align: right;
}
.header_area{
    align-items: center;
}
.phone_div a{
    background-color: #00537F;
    color: #ffffff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    margin: 0 0 0 10px;
    text-decoration: none;
}
.phone_div .icon {
    border-right: 1px solid rgba(0, 0, 0, 0.18);
    color: #7CABDC;
    padding: 9px 15px;
}
.phone_div .icon i {
    font-size: 17px;
/*    transform: rotate(-45deg);*/
}
.phone_div .label {
    padding: 0 22px 0 14px;
    line-height: 1px;
    font-family: "avenir_heavy", sans-serif;
    font-size: 15px;
}
.header_img_row{
    align-items: center;
}
.header_img{
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    background: url(images/header_1.jpg) no-repeat center center;
    background-size: cover;
    
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: #00537F;
    font-family: "avenir_black";
}
.header_img h1{
     font-family: "avenir_black";
}
.header_img h1 br{
    display: none;
}
.welcome_txt{
    text-align: center;
}
.welcome_txt h2{
    font-family: "avenir_black";   
}
.welcome_txt p{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.main_form{
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 100px;
}
.main_form .btn{
    background: #00537F;
    border: 1px solid #00537F;
}
.main_form label{
    font-weight: bold;
}

/* temp */

footer a{
    text-decoration: none;
}
footer .bottomSection {
    background-color: #394055;
    padding: 10px 0;
}
footer .bottomSection .leftSection {
    text-align: left;
}
footer .bottomSection .leftSection h4 {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    vertical-align: top;
    margin: 5px 10px 0 0;
}
footer .bottomSection .leftSection a.shortNumber {
    color: #ffffff;
    font-size: 16px;
    font-family: "avenir_heavy", sans-serif;
}
footer .bottomSection .leftSection a.shortNumber i {
    margin: 0 2.5px 0 0;
}
footer .bottomSection .rightSection {
    text-align: right;
    padding: 2px 15px 0 15px;
}
footer .bottomSection .rightSection ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
footer .bottomSection .rightSection ul li {
    display: inline-block;
    margin: 0 6px;
}
footer .bottomSection .rightSection ul li a {
    color: #ffffff;
    font-size: 18px;
}
footer .bottomSection .externalLinksHolder {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 6px 0 0 0;
    padding: 6px 15px 0 15px;
}
footer .bottomSection .externalLinksHolder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .bottomSection .externalLinksHolder ul li {
    display: inline-block;
    padding: 0 18px 0 0;
    margin: 0 15px 0 0;
    position: relative;
    vertical-align: text-bottom;
}
footer .bottomSection .externalLinksHolder ul li a {
    color: #ffffff;
    font-size: 12px;
    display: block;
}
.ar .phone_div{
    text-align: left;
}
.ar .phone_div a{
    direction: ltr;
    
}
.ar .main_form{
    max-width: 700px;
}
.ar footer .bottomSection .leftSection{
    text-align: right;
    float: right;
}
.ar .welcome_txt h2, .ar .header_img h1{
    font-family: 'Cairo', sans-serif;
}
.ar .welcome_txt p{
    font-weight: normal;
}
a.arabic_txt{
    background: none;
    color: #00537F;
    border: none;
    box-sizing: unset;
    border-radius: unset;
    box-shadow: unset;
    font-family: 'Cairo', sans-serif;
}
@media (max-width: 768px){
    .welcome_txt br{
        display: none;
    }
    .header_img h1 br{
        display: block;
    }
    .header_img h1{
        color: #fff;
        z-index: 2;
    }
    .header_area{
        margin-bottom: 20px;
    }
    .header_img:before{
        /* content: "";
        width: 100%;
        height: 300px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1; */
    }
    .header_img{
        height: 300px;
        margin-bottom: 20px;
        position: relative;
    }
    .header_area, .phone_div{
        text-align: center;
    }
    footer .bottomSection .container .rightSection {
        padding: 2px 0 5px 15px;
    }
    footer .bottomSection .container .rightSection, footer .bottomSection .container .leftSection {
        text-align: center;
    }
    footer .bottomSection .container .leftSection {
        order: 3;
        padding: 0 0 5px 0;
    }
    footer .bottomSection .container .externalLinksHolder {
        order: 2;
        margin: 6px 0 15px 0;
        padding: 10px 15px 0 15px;
        text-align: center;
    }
    footer .bottomSection .container .externalLinksHolder ul li {
        padding: 0 10px;
        margin: 0 0;
    }
}