/* ---------- Start Global ----------- */
html
{
    scroll-behavior: smooth;
}
@font-face 
{
  	font-family: 'GE SS Two';
  	src: url('../fonts/GESSTwoLight.woff');
}
body
{
    font-family: 'GE SS Two';
    direction: rtl
}

/* ---------- Start Button to top and whats ----------- */
.btn_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    border: none !important;
    outline: none !important;
    background-color: #000;
    cursor: pointer;
    padding: 20px 25px 20px;
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none;
}
.btn_top:hover {
    background-color: #000;
    opacity: 1;
    -webkit-transform: translate(0,-5px);
        -ms-transform: translate(0,-5px);
            transform: translate(0,-5px);
}
.btn_top .arrow{
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.whats{
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 99;
    display: inline-block;
    border: none !important;
    outline: none !important;
    background-color: #1cce3a;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 2px 2px 5px #b0afaf,
                -2px -2px 5px #b0afaf;
            box-shadow: 2px 2px 5px #b0afaf,
                -2px -2px 5px #b0afaf;
}
.whats:hover 
{
    -webkit-box-shadow: 2px 2px 5px #7a7979,
                -2px -2px 5px #7a7979;
            box-shadow: 2px 2px 5px #7a7979,
                -2px -2px 5px #7a7979;
}
.whats i
{
    font-size: 45px;
    color: #fff;
}
/* ---------- Start Navigation ----------- */
.navbar
{
    
}
.bg-light
{
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
}

.navbar .container  .navbar-brand .logo
{
    height: 40px;
}
.nav-item
{
    padding-right: 60px;
}
.nav-item:nth-of-type(4)
{
    padding-left: 100px;
}
.nav-item:last-of-type
{
    padding-right: 0;
}
.navbar-light .navbar-nav .nav-link
{
    font-size: 17px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active, .navbar-light .navbar-nav .nav-link:hover
{
    color: #028ce8 !important;
}
.navbar .container .lang
{
    font-family: 'GE SS Two';
    color: #8cc63e;
    border: 2px solid #8cc63e;
    padding: 2px 6px;
    line-height: 2.5;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    opacity: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.navbar .container .lang:hover
{
    opacity: .7;
}

/* ---------- Start header ----------- */
.slider1
{
    margin-top: 40px;
    padding: 79px 0;
    background-image: url(../images/slider_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media all and (-ms-high-contrast:none)
{
    _:-ms-fullscreen, :root .slider1
    {
        background-image: none;
    }
}
.slider1 .carousel-inner .carousel-item .container .row .left
{
    margin-top: 60px;
}
.slider1 .carousel-inner .carousel-item .container .row .left h2
{
    font-weight: bold;
    color: #028ce8;
    text-align: right
}
.slider1 .carousel-inner .carousel-item .container .row .left .lead
{
    font-weight: 400;
    opacity: .7;
    text-align: right
}
.slider1 .carousel-inner .carousel-item .container .row .left ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin: 100px 0 50px;
    padding: 0;
}
.slider1 .carousel-inner .carousel-item .container .row .left ul li
{
    width: 35%;
    margin: 0 1%;
}
.slider1 .carousel-inner .carousel-item .container .row .left ul li img
{
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.slider1 .carousel-inner .carousel-item .container .row .left ul li img:hover
{
    -webkit-transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
            transform: scale(1.05,1.05);
}
.slider1 .carousel-inner .carousel-item .container .row .right img
{
    width: 100%;
}
.slider1 .carousel-control-next-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230099ff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.slider1 .carousel-control-prev-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230099ff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) 
{ 
    .slider1
    {
        margin-top: 50px;
        padding: 50px 0;
    }
    .slider1 .carousel-inner .carousel-item .container .row .left
    {
        margin-top: 0px;
        text-align: center
    }
.slider1 .carousel-inner .carousel-item .container .row .left ul
{
    margin: 50px 0;
}
    .slider1 .carousel-inner .carousel-item .container .row .left ul li
    {
        width: 45%;
    }
    .slider1 .carousel-inner .carousel-item .container .row .right img
    {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 992px) 
{
    .slider1 .carousel-inner .carousel-item .container .row .left
    {
        margin-top: 0px;
    }
    .slider1 .carousel-inner .carousel-item .container .row .left ul li
    {
        width: 45%;
    }
}

/* ---------- Start About ----------- */
.about
{
    padding: 0 0 150px;
    background-color: #0099FF;
    color: black;
}
@media all and (-ms-high-contrast:none)
{
    _:-ms-fullscreen, :root .about
    {
        padding: 150px 0;
    }
}
.about .container .about-box h2
{
    padding-bottom: 20px;
    text-transform: uppercase;
    color: white;
}
.about .container .about-box p
{
    line-height: 2;
    color: white;
}

/* ---------- Start Customers ----------- */
.customers
{
/*    background: linear-gradient(0deg, #F6F6F7 50%, #000 50%);*/
    background-color: #fff;
    padding: 200px 0;
}
.customers h2
{
    text-transform: uppercase;
    padding-bottom: 80px;
    color: #028ce8
}
.customers .slider2 .carousel-inner
{
    width: 80%;
    margin: 0 auto;
}
.customers .slider2 .carousel-control-prev, .customers .slider2 .carousel-control-next
{
    width: 10%;
}
.customers .slider2 .carousel-inner .carousel-item .row section
{
    padding-bottom: 40px;
}
.customers .slider2 .carousel-inner .carousel-item .row section img
{
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.customers .slider2 .carousel-inner .carousel-item .row section img:hover
{
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}
.customers .carousel-control-next-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230099ff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.customers .carousel-control-prev-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230099ff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) 
{ 
    .customers .slider2 .carousel-control-prev, .customers .slider2 .carousel-control-next
    {
        width: 15%;
        background-color: rgba(221,221,221,.3);
    }
    .customers .slider2 .carousel-inner .carousel-item .row section
    {
        padding-bottom: 70px;
    }
    .customers .slider2 .carousel-inner .carousel-item .row section img
    {
        width: 60%;
        padding: 0 20px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 991px) 
{
    .customers .slider2 .carousel-inner .carousel-item .row section
    {
        padding-bottom: 40px;
    }
    .customers .slider2 .carousel-control-prev, .customers .slider2 .carousel-control-next
    {
        width: 10%;
        background-color: rgba(221,221,221,.3);
    }
}

/* ----------Start Registration----------- */
.registration 
{
    width: 100%;
    margin: 0 auto;
    background-color: #8CC63E;
    padding: 100px 0;
}
.registration .container h2
{
    text-transform: uppercase;
    color: #F6F6F7 ;
}
.registration .container section form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 100px 0;
}
.registration .container section form input
{
    width: 48%;
    height: 50px;
    margin: 10px 0;
    border: none;
    background-color: #F2F2F2;
    padding: 0 10px;
    outline: none;
    text-transform: uppercase
}
.registration .container section form .dropdown
{
    width: 48%;
    height: 50px;
    margin: 10px 0;
    border: none;
    background-color: #F2F2F2;
    padding: 0 10px;
    outline: none;
    color: #59841f;
    text-transform: uppercase
}
.registration .container section form input:last-of-type
{
    width: 35%;
    height: 60px;
    margin-right: 65%;
    font-weight: bold;
    background-color: #ddd;
    color: black;
    font-size: 17px;
}
.registration .container section form input:last-of-type:hover
{
    cursor: pointer;
    color: #ddd;
    border: 2px solid #ddd;
    background-color: transparent
}
.registration .container section form .upload-img
{
    width: 100%;
    text-align: right;
}
.registration .container section form .upload-img label
{
    color: white;
    font-size: 15px;
    font-weight: 600;
}
.registration .container section form .upload-img input
{
    width: 50%;
    height: 50px;
    margin: 10px 0;
    border: none;
    background-color: transparent;
    color: white;
    padding: 8px 0 0;
    outline: none;
}
.registration .container section form .upload-img input:hover
{
    border: none;
    outline: none;
}
.registration .container section form textarea
{
    width: 100%;
    height: 200px;
    margin: 10px 0;
    border: none;
    background-color: #F2F2F2;
    padding: 10px;
    outline: none;
}
/* ---------- -- Start local Media  -- ----------- */
@media(max-width:991px) /* ---------- Mobile And Tablet ----------- */
{
    .registration .container section form
    {
        padding: 50px 20px;
    }
    .registration .container section form input
    {
        width: 100%;
    }
    .registration .container section form .dropdown
    {
        width: 100%;
    }
    .registration .container section form input:last-of-type
    {
        width: 60%;
        margin-right: 40%;
        height: 55px;
    }
    .registration .container section form .upload-img input
    {
        width: 50%;
        height: 50px;
        margin: 10px 0;
        border: none;
        background-color: transparent;
        color: white;
        padding: 8px 0 0;
        outline: none;
    }
}
::-webkit-input-placeholder
{
    font-size: 15px;
    color: #59841f;
    font-weight: 400
}
::-moz-placeholder
{
    font-size: 15px;
    color: #59841f;
    font-weight: 400
}
:-ms-input-placeholder
{
    font-size: 15px;
    color: #59841f;
    font-weight: 400
}
::-ms-input-placeholder
{
    font-size: 15px;
    color: #59841f;
    font-weight: 400
}
::placeholder
{
    font-size: 15px;
    color: #59841f;
    font-weight: 400
}

/* ---------- Start Footer ----------- */
footer
{
    background-color: #252525;
    color: white;
    padding: 50px 0 0;
}
footer .container section
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
footer .container section div
{
    width: 25%;
    text-align: center;
}
footer .container section div:last-of-type
{
    text-align: center;
}
footer .container section .contacts ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .container section .contacts ul li
{
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    color: #a1a1a1;
}
footer .container section .contacts ul li:first-of-type
{
    margin: 0px 0px 30px;
}
footer .container section .contacts ul li img
{
    width: 15px;
    height: 15px;
    margin-left: 20px;
    margin-top: 6px;
}
footer .container section .contacts ul li:first-of-type img
{
    width: 110px;
    height: 55px;
    margin-left: 30px;
}
/*
footer .container section .contacts ul li h2
{
    margin: 28px 0 0;
    text-transform: uppercase;
}
*/
footer .container section .contacts ul li a
{
    text-decoration: none;
    color: #a1a1a1;
}
footer .container section .contacts ul li a:hover
{
    color: #ddd;
}
footer .container section .applications  h2, footer .container section .social  h2
{
    text-transform: uppercase;
    margin-top: 28px;
    color: #e9e7e7;
}
footer .container section .applications  ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .container section .applications  ul li
{
    margin: 0 10px;
    direction: ltr;
}
footer .container section .applications  ul li a img
{
    width: 200px;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
footer .container section .applications  ul li a img:hover
{
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}
footer .container section .social  ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .container section .social  ul li
{
    margin: 0 10px;
}
footer .container section .social  ul li i
{
    font-size: 35px;
    color: #b2b0b0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
footer .container section .social  ul li:first-of-type i:hover
{
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
    color: #507CBD;
}
footer .container section .social  ul li:nth-of-type(2) i:hover
{
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
    color: #1DA1F2;
}
footer .container section .social  ul li:last-of-type i:hover
{
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
    color: #DA7493;
}
.rights
{
    padding: 5px;
    background-color: #FFFFFF;
    color: #252525;
    text-align: center;
    margin-top: 50px
}
/* ---------- -- Start local Media  -- ----------- */
@media(max-width:769px) /* ---------- Mobile And Tablet ----------- */
{
    footer .container section
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center
    }
    footer .container section div
    {
        width: 60%;
        margin: 10px 0;
    }
    footer .container section div:last-of-type
    {
        text-align: center;
    }
    
    footer .container section .contacts ul li
    {
        
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        display: block
    }
    footer .container section .contacts ul li:first-of-type img
    {
        width: 140px;
        height: 80px;
        margin: 0 auto;
    }
    footer .container section .contacts ul li img
    {
        margin-bottom: 5px !important;
        display: block;
        margin: 0 auto;
    }
}
@media(min-width:769px) and (max-width:991px) /* ---------- Small Screen Size ----------- */
{
    footer .container section
    {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}