/*#region Global*/
@font-face {
    font-family: montserrat-bold;
    src: url(Montserrat-Bold-637794768172130187.eot);
    src: url(Montserrat-Bold-637794768172130187.eot?#iefix) format('embedded-opentype'),url(Montserrat-Bold-637794768765860308.woff2) format('woff2'),url(Montserrat-Bold-637794768629547923.woff) format('woff'),url(Montserrat-Bold-637794768486060226.ttf) format('truetype'),url(Montserrat-Bold-637794768340647782.svg#Montserrat-Bold) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: montserrat-extrabold;
    src: url(Montserrat-ExtraBold-637794768948933376.eot);
    src: url(Montserrat-ExtraBold-637794768948933376.eot?#iefix) format('embedded-opentype'),url(Montserrat-ExtraBold-637794769709861908.woff2) format('woff2'),url(Montserrat-ExtraBold-637794769549586590.woff) format('woff'),url(Montserrat-ExtraBold-637794769352127994.ttf) format('truetype'),url(Montserrat-ExtraBold-637794769173913414.svg#Montserrat-ExtraBold) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: montserrat-regular;
    src: url(Montserrat-Regular-637794769978423869.eot);
    src: url(Montserrat-Regular-637794769978423869.eot?#iefix) format('embedded-opentype'),url(Montserrat-Regular-637794770669841210.woff2) format('woff2'),url(Montserrat-Regular-637794770493176149.woff) format('woff'),url(Montserrat-Regular-637794770347942103.ttf) format('truetype'),url(Montserrat-Regular-637794770188011850.svg#Montserrat-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: roboto-bold;
    src: url(Roboto-Bold-637794771037516874.eot);
    src: url(Roboto-Bold-637794771037516874.eot?#iefix) format('embedded-opentype'),url(Roboto-Bold-637794771634957500.woff2) format('woff2'),url(Roboto-Bold-637794771496470565.woff) format('woff'),url(Roboto-Bold-637794771312427661.ttf) format('truetype'),url(Roboto-Bold-637794771185720786.svg#Roboto-Bold) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: roboto-regular;
    src: url(Roboto-Regular-637794771949219490.eot);
    src: url(Roboto-Regular-637794771949219490.eot?#iefix) format('embedded-opentype'),url(Roboto-Regular-637794772733082713.woff2) format('woff2'),url(Roboto-Regular-637794772613912786.woff) format('woff'),url(Roboto-Regular-637794772307718006.ttf) format('truetype'),url(Roboto-Regular-637794772168251376.svg#Roboto-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: tajawal-bold;
    src: url(Tajawal-Bold-637794807890844458.eot);
    src: url(Tajawal-Bold-637794807890844458.eot?#iefix) format('embedded-opentype'),url(Tajawal-Bold-637794808621489248.woff2) format('woff2'),url(Tajawal-Bold-637794808490068203.woff) format('woff'),url(Tajawal-Bold-637794808133049138.ttf) format('truetype'),url(Tajawal-Bold-637794808021253902.svg#Tajawal-Bold) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.PreloaderC svg {
    fill: #d4d12b
}

.f1-max-width {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.f1-max-width-with-padding {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.d-flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: end
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: end;
}

.justify-content-between {
    justify-content: space-between
}

.c-pointer {
    cursor: pointer
}

.row {
    display: flex;
    flex-wrap: wrap
}

body {
    background-color: #11111a
}

.w-100 {
    width: 100%
}
/*#endregion Global*/

/*#region Header*/
.f1-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    height: 130px;
    z-index: 1000
}

.f1-header-top {
    width: 100%;
    height: 40px;
    background-color: #006c32
}

.f1-header-bottom {
    width: 100%;
    height: 90px;
    background-color: #11111a
}

.f1-header-top-socialmedia a {
    margin-right: 20px
}

.f1-header-top-links-item {
    font-family: roboto-regular;
    font-size: 12px;
    line-height: 16px;
    color: #f2f2f2;
    padding: 0 15px
}

    .f1-header-top-links-item span {
        margin-left: 5px
    }

.f1-header-top-links-item-language {
    font-family: tajawal-bold;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    padding-left: 15px
}

.f1-header-bottom-links-item {
    font-family: roboto-bold;
    font-size: 15px;
    line-height: 15px;
    color: #f2f2f2;
    padding: 0 10px;
    position: relative;
}

    .f1-header-bottom-links-item::after {
        content: '';
        width: Calc(100% - 20px);
        height: 1px;
        background-color: #FFF;
        position: absolute;
        bottom: -5px;
        left: 10px;
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.f1-header-bottom-links-item-yellow {
    color: #d4d12b
}

    .f1-header-bottom-links-item-yellow::after {
        background-color: #d4d12b;
    }

.f1-header-bottom-links-item:hover::after {
    opacity: 1;
}


.f1-custom-button {
    font-family: roboto-bold;
    font-size: 14px;
    color: #f2f2f2;
    padding: 9px 12px;
    position: relative
}

    .f1-custom-button a {
        position: relative;
        z-index: 1
    }

    .f1-custom-button::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #cf3b27;
        border-radius: 8px;
        transform: skew( -13deg )
    }

.f1-custom-button-desktop {
    margin-left: 10px
}

.f1-header-logo {
    height: 64px
}

.f1-burger-menu {
    display: none
}

.f1-fullwidth-header {
    width: 100%;
    height: Calc(100vh - 40px);
    position: fixed;
    top: 40px;
    right: -100%;
    z-index: 1000;
    background-color: #11111a
}

.f1-fullwidth-header-opened {
    right: 0
}

.f1-fullwidth-header-close {
    top: 30px;
    right: 20px;
    position: absolute
}

.f1-custom-button-mobile {
    margin-bottom: 30px
}

@media all and (max-width:992px) {
    .f1-header-bottom-links .f1-header-bottom-links-item, .f1-custom-button-desktop, .f1-header-top .f1-header-top-socialmedia {
        display: none
    }

    .f1-header-top .f1-max-width-with-padding {
        justify-content: end
    }

    .f1-burger-menu {
        display: block
    }

    .f1-header-bottom-links-item {
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 18px
    }

    .f1-header-top-socialmedia a {
        margin: 0 10px
    }
}
/*#endregion Header*/

/*#region Presentation*/
.f1-presentation {
    background-image: url(/uploadImages/DesignerImages/81/images/bg-main.jpg);
    background-size: cover
}

.f1-presentation-title-1 {
    font-family: montserrat-regular;
    font-size: 50px;
    line-height: 61px;
    color: #fff
}

.f1-presentation-title-2 {
    font-family: montserrat-extrabold;
    font-size: 56px;
    line-height: 68px;
    color: #d4d12c
}

.f1-presentation-subtitle-1 {
    font-family: montserrat-bold;
    font-size: 20px;
    line-height: 36px;
    color: #fff
}

.f1-presentation-subtitle-2 {
    font-family: roboto-bold;
    font-size: 18px;
    line-height: 36px;
    color: #fff
}

.f1-presentation-margin-bottom {
    margin-bottom: 60px
}

.f1-presentation-text-maxwidth {
    max-width: 653px;
    padding-top: 85px
}

.f1-presentation-map-container {
    padding-bottom: 186px
}

.f1-presentation-line-radius {
    width: 100%;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-right-color: #cf3b27;
    border-top-color: #cf3b27;
    border-top-right-radius: 20px
}

@media all and (max-width:992px) {
    .f1-presentation-title-1 {
        font-size: 20px;
        line-height: 31px
    }

    .f1-presentation-title-2 {
        font-size: 26px;
        line-height: 30px
    }

    .f1-presentation-subtitle-1 {
        font-size: 14px;
        line-height: 24px
    }

    .f1-presentation-subtitle-2 {
        font-size: 12px;
        line-height: 18px
    }

    .f1-presentation-margin-bottom {
        margin-bottom: 20px
    }

    .f1-presentation-text-maxwidth {
        max-width: 533px;
        /*padding-top: 15px;*/
        padding-top: 75px;
    }

    .f1-presentation-map-container {
        margin-top: 20px;
    }
}
/*#endregion Presentation*/
