@font-face {
    font-family: FrutigerLTArabic55RomanNew;
    src: url(font/Frutiger-LT-Arabic-45-Light.otf);
}
/*@font-face {
    font-family: racfont;
    src: url(font/Frutiger-LT-Arabic-55-Roman.otf);
}*/
/*@font-face {
    font-family: kafregular;
    src: url(font/KAFDregular.otf);
  }*/


/*//////////////////////////////////////////////////////////////////MH
[ FONT ]*/

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: FrutigerLTArabic55RomanNew;
    src: url('../fonts/Frutiger-LT-Arabic-55-Roman-new.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: FrutigerLTArabic55RomanNew !important;
}

body, html {
    /*height: 100%;*/
    font-family: Montserrat-Regular, sans-serif;
    -webkit-text-size-adjust: auto;
}

/*---------------------------------------------*/
a {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

label {
    display: block;
    margin: 0;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

/*==================================================================
[ Background ]*/
.bg-container-contact100 {
    background-image: url("../Images/greeting_bg_lg.svg");
    width: 100%;
    height: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

    .bg-container-contact100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -11;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

/*---------------------------------------------*/
.contact100-header {
    /*width: 100%;
    height: 80px;*/
    /*border-bottom: 1px solid rgba(255,255,255,0.1);*/
    padding: 10px 35px;
}

.contact100-header-logo img {
    /*max-height: 23px;*/
    width: 200px;
    /*height: 52px;*/
}

.btn-show-contact100 {
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #846add;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    min-width: 160px;
    height: 42px;
    background-color: #fff;
    border-radius: 21px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-show-contact100:hover {
        color: #fff;
        background-color: #846add;
    }



/*==================================================================
[ Content container ]*/
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /*background: rgba(132,106,221,0.8);*/
    position: relative;
    z-index: 10;
}

.wrap-contact100 {
    max-width: 40%;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    position: relative;
    /*    margin-top: 250px;*/
}

/*==================================================================
[ Title form ]*/
.contact100-form-title {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}

    .contact100-form-title::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(67,67,67,0.6);
    }


/*==================================================================
[ Form ]*/

.contact100-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em;
    background-color: #06a7e0;
    font-size: 1em;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-radius: 2px;
    margin-bottom: 15px
}

    .wrap-input100 input {
        border: 1px solid #e6e6e6;
    }


.label-input100 {
    font-size: 18px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}

    .label-input100.rs1 {
        height: 60px;
    }

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
}

    .input100 ar {
        direction: RTL;
    }

input.input100 {
    height: 40px;
}

textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #846add;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .input100:focus + .focus-input100 + .label-input100 {
        color: #846add;
    }



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 17px;
}

.contact100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 1em;
    width: 9em;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 42px;
    border-radius: 21px;
    background: #2574bb;
    box-shadow: 0 10px 50px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 10px 50px 0px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 10px 50px 0px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 10px 50px 0px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 10px 50px 0px rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .contact100-form-btn:hover {
        background: #0076bd;
        box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.5);
        -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.5);
        -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.5);
    }


.footer {
    width: 70%;
    background-color: #06a7e0;
    margin: 0;
}

    .footer p, .footer p a {
        font-family: FrutigerLTArabic55RomanNew;
        text-align: center;
        color: #fff;
        margin-top: 15px;
        font-size: 1.5rem;
    }

}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .contact100-form {
        /*padding: 30px 15px 30px 15px;*/
    }

    .input100 {
        padding: 0 25px 0 40px;
    }

    .label-input100 {
        width: 40px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border: 1px solid #fa4251;
    border-radius: 2px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.btn-hide-validate {
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}

.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}

.true-validate::after {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}

/*---------------------------------------------*/
@media (min-width: 990px) {
    .contact100-header {
        padding: 10px 35px;
        /*position: absolute;*/
        top: 10px;
        /*left: 35px;*/
    }
}


@media (max-width: 900px) {
    .wrap-contact100 {
        max-width: 75%;
        margin-top: 0px;
    }

    .contact100-header-logo img {
        width: 150px;
    }



    .footer p {
        font-size: 1em;
    }

        .footer p a {
            font-size: 0.7em
        }
}

@media (max-width: 576px) {
    .btn-hide-validate {
        right: 10px;
    }

    .true-validate::after {
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {

    /*==================================================================
[ Background ]*/
    .bg-container-contact100 {
        background-image: url("../Images/greeting_bg_sm.svg") !important;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .contact100-header-logo img {
        width: 120px;
    }

    .wrap-contact100 {
        /*margin-top: 230px;*/
    }

    .contact100-header {
        /*        position: absolute;
*/ top: 5px;
    }

    .footer {
        display: flex;
        flex-direction: column;
    }

        .footer div:nth-child(2) {
            order: 3;
        }
}

@media only screen and (max-width: 320px) {

    .contact100-header-logo img {
        width: 80px;
    }

    .wrap-contact100 {
        /*margin-top: 150px;*/
    }

    .contact100-header {
        /*position: absolute;
    top: 5px;*/
    }
}

/*//////////////////////////////////////////////////////////////////
[ Button show / hide ]*/
.btn-hide-contact100 {
    font-size: 30px;
    color: #fff;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: -44px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-hide-contact100:hover {
        opacity: 1;
    }

.form-control ar {
}



.custom-select {
    position: relative;
    font-family: Arial;
    width: 100%;
}

    .custom-select select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    background-color: DodgerBlue;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
