@font-face {
    font-family: "CoconNextArabic-Light";
    src:
            url("./fonts/CoconNextArabic-Light/CoconNextArabic-Light.eot");
    src:
            url("./fonts/CoconNextArabic-Light/CoconNextArabic-Light.eot?#iefix") format("embedded-opentype"),
            url("./fonts/CoconNextArabic-Light/CoconNextArabic-Light.woff2") format("woff2"),
            url("./fonts/CoconNextArabic-Light/CoconNextArabic-Light.woff") format("woff"),
            url("./fonts/CoconNextArabic-Light/CoconNextArabic-Light.ttf") format("truetype"),
            url("./fonts/CoconNextArabic-Light/CoconNextArabic-Light.svg#Cocon Next Arabic") format("svg");
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "CoconNextArabic-Light";
    font-size: 100%;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    direction: ltr;
    /*scroll-behavior: smooth;*/
}








/*FORM*/
input[type=text], select, textarea {
    width: 90%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: .2rem .2rem .2rem 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #76BD1D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}

input[type=submit]:hover {
    background-color: #555555;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
    padding: 0;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25 {
        width: 100%;
        margin-top: 1rem;
    }
    .col-75 {
        width: 100%;
        margin-top: 0rem;
    }
    input[type=submit] {
        width: 50%;
    }
}
/*FORM*/




.footer {
    font-size: 9pt;
    color: #666666;
    padding: .5rem;
    text-align: center;
    direction: ltr;
}




.container {
    width: 100%;
    padding-top: 126px;
    justify-content: center;
    display: flex;
}

.wrap {
    width: 100%;
    max-width: 74rem;
}

.main {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner {
    direction: ltr;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    padding: .5rem 0;
}
.content {
    width: 100%;
    direction: ltr;
    text-align: justify;
    padding: 3rem;
    font-size: 14pt;
    line-height: 1.5em;
}
.content p {
    padding: 0.5rem 0 1rem 0;
}
.content ul {
    list-style: square;
}
.pagetitle {
    font-size: 2rem;
    text-align: left;
    line-height: 5rem;
}
.subtitle {
    font-size: 1.5rem;
    line-height: 3rem;
    padding-top: 1.5rem;
}
.companyname {
    font-size: 16pt;
    line-height: 2rem;
    color: #FFFFFF;
    float: left;
    text-align: left;
    padding-left: 15px;
}
.companyname .description {
    font-size: 12pt;
    color: #77BF1F;
    line-height: 1rem;
}
@media screen and (max-width: 600px) {
    .maintitle {
        position:absolute;
        top: 1.3rem;
        right: 6.2rem;
        font-size: .6em;
        color: #FFFFFF;
    }
}

.main img {
    vertical-align: middle;
}
.imghelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    .main {
        margin-top: 3.5rem;
        padding-bottom: 0rem;
        margin-bottom: 3rem;
        text-align: center;
        min-height: calc(100vh - 7rem);
        height: auto;
    }
    .main.fixedsize {
        height: calc(100vh - 7rem);
    }
    .inner {
        direction: ltr;
        width: 100%;
        display: flex;
        justify-content: center;
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.25) 100%);
        padding: 3rem 0;
    }
    .main img {
        width: 80%;
    }
}
.sectiontitle {
    text-indent: 1rem;
    direction: ltr;
    text-align: right;
    font-size: 300%;
    margin-bottom: -3rem;
}

.main.slider {
    display: flex;
    flex-flow: row-reverse wrap;
    height: 50%;
    padding-bottom: 10rem;
}
.main.slider .textBlock {
    width: calc(90% - 8rem);
}
.main.slider .slideleft, .main.slider .slideright {
    width: 5%;
    margin: auto;
    cursor: pointer;
}
.textBlock {
    direction: ltr;
    text-align: justify;
    line-height: 150%;
    padding: 4rem;
    max-width: 950px;
    width: 100%;
}
.textBlock>h2 {
    font-size: 200%;
    line-height: 350%;
}
.textBlock img {
    margin: 0rem 0 2rem 2rem;
    max-width: 320px;
    border: 1px solid #555555;
    float: right;
}
.dualcol {
    display: flex;
}
.dualcol>div {
    width: 50%;
}

.slides{
    display: none;
}

@media screen and (max-width: 600px) {
    .textBlock {
        text-align: justify;
        line-height: 130%;
        padding: 2rem;
        margin: 1rem 1.2rem;
        width: 90vw;
    }
    .textBlock>h2 {
        font-size: 200%;
        line-height: 100%;
    }
    .textBlock img {
        margin: 2rem 0 2rem 2rem;
        width: 100%;
        border: 1px solid #555555;
        display: inline-block;
    }
    .textBlock.dualcol {
        display: block;
    }
    .textBlock.dualcol>div {
        width: 100%;
        margin-bottom: 3rem;
    }
}

/*Menu*/
.upperbarcontainer {
    background-color: #312A24;
    width: 100%;
    height: 68px;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 99999;
    box-sizing: border-box;
    border-top: solid 8px #77BF1F;
}

.upperbar {
    position: fixed;
    width: 100%;
    max-width: 74rem;
    text-align: right;
    z-index: 99999999;
    height: 60px;
    background-color: #312A24;

}

.topnavcontainer {
    background-color: #312A24;
    width: 100%;
    top:68px;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 99999;
    box-sizing: border-box;
}

.topnav {
    font-family: "CoconNextArabic-Light";
    overflow: hidden;
    text-align: left;
    direction: ltr;
    z-index: 99999999;
    width: 74rem;
}
@media screen and (max-width: 600px) {
    .topnav {
        background-color: #EEEEEE;
        border-radius: 0;
        margin-top: 4rem;
        margin-bottom: -4rem;
    }
}
.topnav a {
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding: 22px 16px 10px 16px;
    text-decoration: none;
    font-size: 16px;
}

.topnav a:hover {
    /*background-color: #ddd;*/
    color: #76BD1D;
}

.topnav a.active {
    /*background-color: #4CAF50;*/
    color: #76BD1D;
}

.topnavicon {
    display: none;
    position: absolute;
    left: 0.33rem;
}
.topnavicon a {
    border: none;
}

@media screen and (max-width: 600px) {
    .topnav a {display: none;}
    .topnavicon {
        float: right;
        display: inline-block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: right;
    }
}
/*Menu*/

ol,
ul {
    list-style: none;
}

.lowercontainer {
    background-color: #77BF1F;
    border-top: 8px solid #312A24;
    width: 100%;
    top:68px;
    display: flex;
    justify-content: center;
}

.lowerwrap {
    width: 74rem;
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding: 1rem 2rem;
}

.lowerblock {
    width: 33%;
    padding: 0 2rem;
    text-align: justify;
    border-right: 1px solid #FFFFFF;
}

.lowerblock:last-child {
    border-right: none;
    padding-right: 0;
}

.lowerblock:first-child {
    padding-left: 0;
}

.lowerblock p {
    font-size: 12pt;
    color: #000000;
    min-height: 100px;
}

.lowerblock ul {
    list-style: square;
    font-size: 12pt;
    color: #000000;
    min-height: 100px;
}

.nestedlist {
    list-style-type: circle;
}

.lowerblock h1 {
    color: #000000;
    font-size: 18pt;
    font-weight: normal;
    padding: 1rem 0rem;
}

.lowerblock .more {
    text-align: right;
}

.lowerblock .more a:link, .lowerblock .more a:active, .lowerblock .more a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.lowerblock .more a:hover {
    text-decoration: underline;
}

body {
    color: #666666;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
    background-color: #CCCCCC;
    background: url("images/container01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

u {
    text-decoration: underline;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}




.icons li:not(:first-child) {
    display: inline-block;
    vertical-align: middle;
}

.icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons li a svg {
    display: block;
    position: relative;
    transition: fill 0.25s ease;
}

.icons li a+svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: fill 0.25s ease, stroke 0.25s ease;
}

.icons li a .label {
    display: none;
}

.icons {
    font-size: 1.625em;
    width: calc(100% );
    margin-left: 0rem;
    height: 56px;
    /*padding-top: 1rem;*/
}
@media screen and (max-width: 600px) {
    .upperbar {
        background-color: #76BD1D
    }
}

.icons li {
    margin: 8px 1px;
}
.icons li#logo {
    float: left;
    margin-top: 8px;
    margin-left: .5rem;
    border: 0;
}
.icons li#logo img {
    width: 35px;
}
@media screen and (max-width: 600px) {
    .icons li#logo {
        float: right;
        margin-top: 4px;
        margin-right: 3.5rem;
        border: 0;
    }
    .icons li#logo img {
        width: 35px;
    }
}
.icons li:last-child {
    margin-left: 0.3475rem;
}

.icons li a {

    border-radius: 2rem;
    width: 1.5em;
    height: 1.5em;
}

.icons li a svg {
    width: 60%;
    height: 60%;
}

.icons a svg {
    fill: #FFFFFF;
}

.icons a {
    border: solid 2px rgba(255, 255, 255, 0.259);
}

.icons a:hover {
    border-color: #77BF1F !important;
}

.icons a:hover svg {
    fill: #77BF1F !important;
}
