﻿
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.clear {
    clear: both;
    height: 10px;
}

.font-20 {
    font-size: 20px;
}

.span_validation span {
    color: #dc3545 !important;
    font-size: 12px;
}

.col-white, .col-white span {
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default;
}

.font-12 {
    font-size: 12px;
}

a {
    cursor: pointer;
}

@font-face {
    font-family: 'HelveticaNeueW23forSKY-Reg';
    src: url('../fonts/new_font/HelveticaNeueW23forSKY-Reg.eot') format('embedded-opentype'), url('../fonts/new_font/HelveticaNeueW23forSKY-Reg.ttf') format('truetype'), url('../fonts/new_font/HelveticaNeueW23forSKY-Reg.woff') format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(../fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff) format("woff");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, div, article {
    font-family: 'HelveticaNeueW23forSKY-Reg';
}
html , body{
    height:100%;
}
body {
    font: 400 15px 'HelveticaNeueW23forSKY-Reg';
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    color: #727272;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
    overflow-x: hidden;
    direction: rtl;
    background:rgba(0, 0, 0, 0.1) linear-gradient(to left , #09C7E0 0%,  rgba(7, 82, 150, 0.8) 100%) repeat scroll 0 0;
    background-size:cover;

}

a {
    transition: all 0.3s;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s;
}

.btn_register {
    background: linear-gradient(45deg,#4883bf,#65b9e6) !important;
    border: none;
}
.input-group.input-group-sm.input-group-focus .input-group-addon {
    border-bottom: 1px solid #61b2e1;
}
/*#region inputs , radio button , check box , textarea ar */
html[lang="ar"] .input-group.input-group-sm input {
    border-right: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

html[lang="ar"] .input-group-addon i {
    color: #61b2e1;
    border-left: 1px solid #61b2e1;
    padding: 0 5px;
}

html[lang="ar"] .input-group-addon {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 2px solid #61b2e1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

html[lang="ar"] .form-control:focus {
    border-bottom: 1px solid #61b2e1;
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}
/*#endregion inputs , radio button , check box , textarea ar */
/*#region header ar */
html[lang="ar"] .header_title strong {
    color: #61b2e1;
    font-size: 16px;
}

html[lang="ar"] .header_title h2 {
    position: relative;
    margin-right:15px;
}

    html[lang="ar"] .header_title h2:before {
        position: absolute;
        width: 3px;
        height: 35px;
        top: -2px;
        content: '';
        right: -15px;
        left: auto;
        background: #61b2e1;
    }

    html[lang="ar"] .header_title h2 hr {
        margin: 5px;
    }
/*#endregion header ar */
/*#region message ar */
html[lang="ar"] ._message {
    padding: 10px;
    position: relative;
    margin-right: 20px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
}

    html[lang="ar"] ._message span {
        background: #3baed4;
        color: #fff;
        height: 30px;
        right: -14px;
        line-height: 30px;
        position: absolute;
        text-align: center;
        top: 17px;
        transition: all 0.3s ease 0s;
        width: 35px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 8px;
    }

        html[lang="ar"] ._message span:after {
            position: absolute;
            content: '';
            /*border-bottom: 7px solid #3baed4;
    border-right: 7px solid #3baed4;*/
            border-right: 7px solid transparent;
            border-top: 7px solid transparent;
            transition: all 0.3s ease 0s;
            bottom: 100%;
            right: 0;
        }

html[lang="ar"] ._message p {
    margin-bottom: 0;
    margin-right: 15px;
}
/*primary*/
html[lang="ar"] ._message._message_primary {
    background: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
}

    html[lang="ar"] ._message._message_primary span {
        background: #31708f;
    }

        html[lang="ar"] ._message._message_primary span:after {
            border-bottom: 7px solid #31708f;
            border-left: 7px solid #31708f;
        }
/*warning*/
html[lang="ar"] ._message._message_warning {
    background: #fcf8e3;
    color: #8a6d3b;
    border: 1px solid #faebcc;
}

    html[lang="ar"] ._message._message_warning span {
        background: #8a6d3b;
    }

        html[lang="ar"] ._message._message_warning span:after {
            border-bottom: 7px solid #8a6d3b;
            border-left: 7px solid #8a6d3b;
        }
/*success*/
html[lang="ar"] ._message._message_success {
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
}

    html[lang="ar"] ._message._message_success span {
        background: #3c763d;
    }

        html[lang="ar"] ._message._message_success span:after {
            border-bottom: 7px solid #3c763d;
            border-left: 7px solid #3c763d;
        }
/*danger*/
html[lang="ar"] ._message._message_danger {
    background: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

    html[lang="ar"] ._message._message_danger span {
        background: #a94442;
    }

        html[lang="ar"] ._message._message_danger span:after {
            border-bottom: 7px solid #a94442;
            border-left: 7px solid #a94442;
        }
/*#endregion message ar */
/*#region checkbox new*/
/*4-checkbox*/
.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 10px;
}

    .label-cbx input:checked + .checkbox {
          border-color: #61b2e1 ;
    }

        .label-cbx input:checked + .checkbox svg path {
            fill: #61b2e1 ;
        }

        .label-cbx input:checked + .checkbox svg polyline {
            stroke-dashoffset: 0;
        }

    .label-cbx:hover .checkbox svg path {
        stroke-dashoffset: 0;
    }

    .label-cbx .checkbox {
        position: relative;
        top: 11px;
        float: right;
        margin-right: -5px;
        width: 20px;
        height: 20px;
        border: 2px solid #C8CCD4;
        border-radius: 3px;
        padding-left: 0;
    }

        .label-cbx .checkbox svg {
            position: absolute;
            top: -2px;
            left: -2px;
        }

            .label-cbx .checkbox svg path {
                fill: none;
                stroke: #61b2e1;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 71px;
                stroke-dashoffset: 71px;
                transition: all 0.6s ease;
            }

            .label-cbx .checkbox svg polyline {
                fill: none;
                stroke: #FFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 18px;
                stroke-dashoffset: 18px;
                transition: all 0.3s ease;
            }

    .label-cbx > span {
        pointer-events: none;
        vertical-align: middle;
        font-size: 16px;
        margin-right:10px;
    }
.cntr {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
}
.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}
/*#endregion checkbox new*/

/*-------------------------- end general -----------------------*/
.form_contraols{
    background:#fff;
    border-radius:8px;
    box-shadow:1px 3px 15px rgba(0,0,0,0.3);
    padding:30px;
}

/*canvas*/
#particles-js {
    width: 100%;
    height: 99%;
    position: absolute;
    z-index: 0;
}
.overlay {
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    position: fixed;
    width: 100%;
    /*z-index: 1 !important;*/
}
.opacity3 {
    opacity: 0.3;
}