/* ============================ Start Public ============================ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'Droid Arabic Kufi', sans-serif;
}
html, body {
    max-width: 100%;
}
ul, ol {
    list-style: none;
    padding: 0
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none
}
.padding0 {padding: 0}
/* ============================ End Public ============================ */
/* ============================ Start Navbar ============================ */
.navbar-costom {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99;
    background: #000
}
.navbar-costom.nottop {
    background: #000;
}
.navbar-costom.up {
    top: -100px
}
.navbar-costom .logo img {
    width: 70px;
}
.navbar-costom .menu {
    position: relative;
}
.navbar-costom .menu ul {
    padding: 0;
    position: relative;
    top: 14px
}
.navbar-costom .menu ul li {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 15px;
    float: right;
    position: relative;
    z-index: 88;
    min-width: 100px;
    text-align: center;
    cursor: pointer
}
.navbar-costom .menu ul li:hover,
.navbar-costom .menu ul li.active {
    color: #fede08
}
.navbar-costom .menu ul li + .menu-nicestyle {
    position: absolute;
    border: 2px solid #fede08;
    border-radius: 45px;
    width: 100px;
    height: 35px;
    z-index: 77;
    top: 9px;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-costom .menu ul li:first-of-type:hover + .menu-nicestyle,
.navbar-costom .menu ul li:first-of-type.active + .menu-nicestyle {
    right: 0
}
.navbar-costom .menu ul li:last-of-type:hover + .menu-nicestyle,
.navbar-costom .menu ul li:last-of-type.active + .menu-nicestyle {
    right: 100px
}
.navbar-costom .register a {
    padding: 10px;
    min-width: 140px;
    background: #fede08;
    color: #000;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 19px;
    z-index: 99;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: 1px solid #fede08
}
.navbar-costom .register a:hover {
    color: #fede08;
    background: none
}
@media(max-width: 489px) {
    .navbar-costom .logo img {
        width: 60px;
    }
    .navbar-costom .menu ul li {
        font-size: 14px;
        padding: 10px;
        min-width: 90px;
        font-weight: bold
    }
    .navbar-costom .menu ul li + .menu-nicestyle {
        width: 90px;
        height: 35px;
        top: 4px
    }
    .navbar-costom .menu ul li:last-of-type:hover + .menu-nicestyle,
    .navbar-costom .menu ul li:last-of-type.active + .menu-nicestyle {
        right: 90px
    }
    .navbar-costom .register a {
        padding: 10px;
        font-size: 13px;
        min-width: 125px;
        top: 14px
    }
}
@media(max-width: 390px) {
    .navbar-costom .logo img {
        width: 50px;
    }
    .navbar-costom .menu ul {
        top: 10px
    }
    .navbar-costom .menu ul li {
        font-size: 10px;
        padding: 10px;
        min-width: 70px;
    }
    .navbar-costom .menu ul li + .menu-nicestyle {
        width: 70px;
        height: 33px;
        top: 3px
    }
    .navbar-costom .menu ul li:last-of-type:hover + .menu-nicestyle,
    .navbar-costom .menu ul li:last-of-type.active + .menu-nicestyle {
        right: 70px
    }
    .navbar-costom .register a {
        padding: 7px;
        font-size: 12px;
        min-width: 100px;
    }
    .navbar-costom .register a {
        min-width: 80px;
        top: 12px
    }
}
/* ============================ End Navbar ============================ */
/* ================================= start register-container ================================= */
/*.register-container {
    height: 90vh;
    max-height: 500px;
    min-height: 400px;
    background: #F1BB02;
    width: 100%;
    padding-top: 50px;
    border-top: 65px solid #000
}*/
.register-container {
    height: auto;
    max-height: auto;
    min-height: auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}
/*.register-container::after {
    content: "الان في المملكة العربية السعودية ونعمل على التوسع في الدول العربيه والخليجية, نبحث عن وكلاء لخدمتنا";
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 100px 25px 5px;
    font-family:'Droid Arabic Kufi', sans-serif;
}*/
.register-container::before {
    content: "";
    background: #F1bb02;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 400px;
}
.register-container .col-sm-6,
.register-container .col-lg-4, 
.register-container .col-md-5,
.register-container .col-xs-12 {
    float: right;
    direction: rtl;
    text-align: right
}
.register-container .register-content {
    background: #fff;
    padding: 10%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(63, 62, 62, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(63, 62, 62, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(63, 62, 62, 0.5);
    margin-bottom: 50px
}
.text-right-and-top {
    padding-bottom: 25px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
@media(max-width: 1170px) {
    .text-right-and-top {
        font-size: 25px;
    }
}
@media(max-width: 500px) {
    .text-right-and-top {
        font-size: 20px;
    }
}
@media(max-width: 400px) {
    .text-right-and-top {
        font-size: 18px;
    }
}
.text-right {padding-top: 100px;}
.text-top {padding-top: 0;}
.register-container .register-content h3 {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 25px;
}
.register-container .register-content .form-control { height: auto; }
.register-container .register-content input[type="file"] { display: none; }
.error { color: #f00; }
.success { color: #080; }
.register-container .register-content .two,
.register-container .register-content .three {
    display: none
}
label.two-ctrl {
    font-weight: normal;
    display: block;
    border: 1px solid #ddd;
    padding: 15px 5px;
    font-size: 16px;
    color: #555;
    margin: 50px 0;
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
label.two-ctrl:hover {
    color: #000
}
label.two-ctrl:before {
    content: "\f053";
    position: absolute;
    height: 100%;
    background: #EB9316;
    color: #fff;
    top: 0;
    left: 0;
    width: 40px;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    font-family: FontAwesome;
}
input[type="radio"] {
    display: none
}
.helpsubmit {
    -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none; 
}
.sender {
/*    display: none*/
}
.register-container .register-content p,
.register-container .register-content input[type="submit"] {
    margin-top: 40px
}
.register-container .register-content  .preview {
    color: #aaa;
    display: block;
    overflow: hidden;
}
.register-container .register-content .form-group {
    position: relative;
}
.register-container .register-content .form-group > .fa {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    width: 25px;
    text-align: center
}
.register-container .register-content .form-group .fa.first {
    top: 10px
}
.register-container .register-content .form-group input,
.register-container .register-content .form-group select {
    text-indent: 20px
}
.register-container .register-content .form-group .flag {
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 13px;
    font-weight: bold;
    -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
/* ================================= end register-container ================================= */
/* ============================ Start contact ============================ */
.contact {
    background-image: url('https://goo.gl/T7D4Gm');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}
.contact .overlay {
    background: rgba(0,0,0,0.5);
    padding: 50px 0;
    color: #fff
}
.contact h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fede08;
    margin-bottom: 25px
}
.contact ul li {
    display: inline-block;
    margin: 7px
}
.contact ul li .fa {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact ul li:hover .fa {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #fede08
}
/* ============================ End contact ============================ */
/* ============================ Start footer ============================ */
.footer-first {
    background: #000;
    padding: 50px 0;
    color: #fff
}
.footer-first .contain {
    max-width: 200px;
    margin: auto;
    text-align: right
}
.footer-first .contain h3 {
    font-weight: bold;
    color: #fede08;
    font-size: 18px
}
.footer-first .contain ul li {
    padding: 5px 0
}
.footer-first .contain ul li:hover a {
    color: #aaa
}
.footer-first .contain img {
    margin-top: 10px
}
.footer-last {
    background: #fede08;
    padding: 30px 0 25px;
    color: #000
}
.footer-last p {
    margin: 0;
    padding: 0;
}
/* ============================ End footer ============================ */
/* ============================ Start loadajax ============================ */
.loadajax {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999999;
    direction: rtl;
    color: #13a213
}
.loadajax .contajax {
    width: calc(100% - 20px);
    max-width: 700px;
    min-height: 50%;
    max-height: 150px;
    background: #fff;
    padding: 100px 3% 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: -1px 3px 35px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 35px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 35px -4px rgba(0,0,0,0.75);
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    z-index: 999999999999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.doneajax {display: none}
.startajax {display: none}
.doneajax .true {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 5px solid #13a213;
    border-radius: 50%;
    margin-bottom: 25px
}
.doneajax .closeit {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    background: #fff;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-box-shadow: -1px 3px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 10px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 10px -4px rgba(0,0,0,0.75);
}
.doneajax .closeit:hover {
    color: #555
}
/* ============================ End loadajax ============================ */

.navbar-costom .register a {
    min-width: 80px
}

/* snipping */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #F1BB02;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
  }
/* 22-2-2019 */
.contact, .footer {
    display: none;
}