html {
    height: 100%;
    /* used to create a full page background image with CSS */
}

body {
    color: #ffffff;
    font-family: 'GE Dinar One', sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    /* used to create a full page background image with CSS */
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    color: inherit;
    margin: 15px 0 15px 0;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.en {
    direction: ltr;
    font-family: 'Amble', sans-serif;
    text-align: left;
}

.site-wrapper {
    background-image: url('images/background.jpg');
    /* height: 100%; */ /* Full height */
    background-position: center; /* Center and scale the image nicely */
    background-repeat: no-repeat; /* Center and scale the image nicely */
    background-size: cover; /* Center and scale the image nicely */
    /* padding: 30px 30px 30px 30px; */
    display: table;
    width: 100%;
    height: 100%;
    position: relative; /* To position footer at the bottom of the page */    
    overflow: hidden; /* To position footer at the bottom of the page */ 
}

.page-inside {
    /*height: initial;*/
}

.page-inside .site-wrapper {    
    background: none 0 0 no-repeat #ffffff;
}

.wrap-content {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    /* height: 100%; */
    margin: 0;
    padding: 0;
    max-width: 80%;
    margin: 50px auto;
    /* margin-top: 200px; */
}

.cell-content {
    display: table-cell;
    /*vertical-align: middle;*/
    text-align: center;
    /* width: 100%; */
    /* height: 100%; */
}

.block-header .cell-content {
    vertical-align: top;
}

.wrap-switch-lang {
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    z-index: 2;
    top:15px;
}

a.switch-lang {
    border-bottom: 4px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: 'Amble', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

a.switch-lang {}

.block-header {
    background-image: url('images/background.jpg');
    background-position: 0 30%; /* Center and scale the image nicely */
    background-repeat: no-repeat; /* Center and scale the image nicely */
    background-size: cover; /* Center and scale the image nicely */
    width: 100%;
    /*height: 500px;*/
}

.wrap-header {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    /* height: 100%; */
    height: 300px;
    margin: 0;
    padding: 0;
    max-width: 80%;
    margin: 0 auto;
}
.block-header .wrap-header {
    height: 400px;
}

.page-inside .wrap-content {
    color: #000000;
    text-align: right;
}
.page-inside .article-head {
    background-color: #F3F4F6;
    padding: 30px 0 0 0;
}
.article-head .section-head {
    width: 80%;
    margin: 0 auto;
}
.section-head::after, 
.section-head:after {
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    display: block;
    margin-top: 30px;
    border-radius: 3px 3px 0 0;
}
.page-inside .article-head h1 {
    color: #000000;
    font-weight: bold;
    margin: 0 15px 0 15px;
}
.breadcrumb {
    margin: 0 15px 0 15px;
}
.breadcrumb a {
    color: #666666;
    font-size: 14px;
}
.breadcrumb a:hover {
    color: #666666;
    text-decoration: underline;
}
.breadcrumb span {
    color: #666666;
    font-size: 13px;
}
.section-head {
    width: 80%;
    margin: 0 auto;
}
.wrap-logo {
    text-align: center;
}
.block-header .wrap-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 1;
}
.block-header .wrap-logo img {
    width: 250px;
}

site-title {
    /*.visibility: hidden;*/
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
    width: 0;
    height: 0;
    float: none;
    *zoom: 1;
}

.hidden-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.article-body {
    margin: 0 15px;
}
.wrap-q-a {
    border: 1px solid #ececec;
    border-radius: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 5px 30px 5px 30px;
}
.wrap-q-a.selected {
    background-color: #F3F4F6;
}

.wrap-table {}

.wrap-cell {
    text-align: right;
}

.wrap-cell-1 {
    line-height: 1.75;
    width: 100%;
}

.wrap-cell-2 {
    width: 100%;
}

.wrap-cell-3 {
    width: 100%;
}

.address-title {
    border-top: 3px solid #ffffff;
    font-size: 18px;
    padding-top: 8px;
    width: 130px;
    /* margin: 0 auto; */
}

.address-block {
    font-size: 16px;
}

.address-block span {
    display: inline-block;
}

.address-block strong {
    /*font-weight: 900;*/
}

.address-block a {
    color: #ffffff;
}
.footer-content .address-block a {
   color:#CCE9F4;
}
.wrap-q-a .address-block a {
    color: #000000;
}
.address-block a:hover {
}
.ques {
    font-weight: bold;
}
.wrap-question {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.answ span
{
    font-weight: bold;
}

.wrap-footer {
    background-color: #1f2426;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-content {
    width: 80%;
    margin: 0 auto;
    color: #cce9f4;
}
.footer-content .wrap-table.wrap-details {
    border-bottom: 1px solid #666666;
    padding: 10px 0 20px 0;
}
.footer-content .wrap-information h2 {
    border-top: 3px solid #ffffff;
    font-size: 18px !important;
    padding-top: 8px;
    width: 90px;
}
.footer-content .wrap-cell h2 {
    font-weight: bold;
}
.footer-content .wrap-cell p {
    font-size: 15px;
}
.footer-cell p {
    font-size: 15px;
    margin-bottom: 0;
}
.footer-cell-b {
    text-align: left;
}
.footer-cell-b a {
    font-size: 15px;
    color: #cce9f4;
}

.page-home .wrap-footer {background-color: transparent;}
.page-home .footer-content {border-top: 1px solid #999999;}
.page-home .footer-cell p {color: #fff;}
.page-home .footer-cell-b a {color: #fff;}

.page-home .site-wrapper {
    padding-bottom: 60px;
}


@media only screen and (max-width: 749.98px) {
    .site-wrapper {
        padding-bottom: 850px;
    }
}


@media only screen and (max-width: 1039.98px) {
    .wrap-cell-2 {
        margin-top: 40px;
    }
    .wrap-cell-3 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 750px) {
    .site-wrapper {
        padding-bottom: 575px;
    }
    .wrap-content {
        margin-top: 100px; /*200px*/
    }
    .page-inside .wrap-content {
        margin-top: 0;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1039.98px) {
    .site-wrapper {
        /*padding: 30px 50px 30px 50px;*/
    }
    .wrap-cell-1 {}
    .wrap-cell-2 {
        width: 47%;
        display: inline-block;
        float: right;
        padding-right: 15px;
    }
    .wrap-cell-3 {
        width: 47%;
        display: inline-block;
        float: left;
        /*text-align: left;*/
        padding-right: 15px;
    }
    .address-title {}
    .address-block {}
}

@media only screen and (min-width: 1040px) {
    .site-wrapper {
        padding-bottom: 400px;
        /* padding: 30px 50px 30px 50px; */
    }
    .wrap-content {
        /* margin: 225px 0 75px 0; */
        /*margin-top: 300px;*/
        max-width: 88%;
    }
    .page-inside .wrap-content {
        max-width: 80%;
    }
    .wrap-table {
        display: table;
        width: 100%;
    }
    .wrap-cell {
        display: table-cell;
    }
    .wrap-cell-1 {
        padding-left: 30px;
        width: 40%;
    }
    .wrap-cell-1.faq {
        padding-left: 0px;
        width: 33.3%;
    }
    .wrap-information * {
        font-size: 17px;
    }
    .wrap-cell-2 {
        padding-right: 20px;
        width: 30%;
    }
    .wrap-cell-3 {
        padding-right: 20px;
        width: 30%;
    }
    .wrap-cell-2.faq {
        padding-right: 20px;
        width: 33.3%;
    }
    .wrap-cell-3.faq {
        padding-right: 20px;
        width: 33.3%;
    }
    .address-title {
        font-size: 17px;
    }
    .address-block {
        font-size: 15px;
    }
    .footer-table {
        display: table;
        width: 100%;
    }
    .footer-cell-a {
        display: table-cell;
        text-align: right;
        width: 50%;
    }
    .footer-cell-b {
        display: table-cell;
        width: 50%;
    }
    .page-home .footer-content {
        width: 88%;
    }
}

@media only screen and (min-width: 1240px) {
    .site-wrapper {
        padding-bottom: 350px;
        /* padding: 30px 100px 30px 100px; */
    }
    .wrap-content {
        /*max-width: 80%;*/
    }
    .wrap-information * {
        font-size: 18px;
    }
    .address-title {
        font-size: 18px;
    }
    .address-block {
        font-size: 16px;
    }
}

.phone-number {
    direction: ltr;
    text-align: left;
    unicode-bidi: isolate;
    font-family: 'Amble', sans-serif;
}