/* #fede08 */
/* ============================ 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%;
    overflow-x: hidden;
}
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;
}
.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 Slider WOW ============================ */
.sliderwow-container {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: relative;
    padding-top: 100px;
    max-height: 827px;
}
.sliderwow-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
/*    background-image: url(../images/sliderwow.jpg);*/
    background-color: #333;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.75;
}
.sliderwow-container .container {
    height: 100%
}
.sliderwow {
    z-index: 1;
    position: relative;
    color: #fff;
    height: 100%;
    max-height: 727px;
}
.sliderwow ul li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}
.sliderwow ul li:not(:first-of-type) {
    display: none
}
.sliderwow ol {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
    left: calc(50% - 30px)
}
.sliderwow ol li {
    width: 9px;
    height: 9px;
    background: #fff;
    display: block;
    border-radius: 50%;
    float: right;
    margin: 2px;
    cursor: pointer;
    -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;
}
.sliderwow ol li:hover,
.sliderwow ol li.activefd {
    background: #fede08;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.sliderwow .contain { /* contain */
    overflow: hidden;
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0
}
.sliderwow .mobile-frame {
    height: 100%;
    position: relative;
    border-radius: 10%;
    overflow: hidden;
    display: inline-block;
    background: #333134;
    border-radius: 43px
}
.sliderwow .mobile-frame > img {
    height: 100%;
    position: relative;
    z-index: 11;
}
.sliderwow .mobile-frame .giforvd {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    border-radius: 10%;
}
/*
.sliderwow ul li:nth-of-type(1) .mobile-frame .giforvd { background-image: url('https://goo.gl/5Ea6U8') }
.sliderwow ul li:nth-of-type(2) .mobile-frame .giforvd { background-image: url('https://goo.gl/ZLoAHN') }
.sliderwow ul li:nth-of-type(3) .mobile-frame .giforvd { background-image: url('https://goo.gl/nkk8mA') }
.sliderwow ul li:nth-of-type(4) .mobile-frame .giforvd { background-image: url('https://i.gifer.com/6FNb.gif') }
.sliderwow ul li:nth-of-type(5) .mobile-frame .giforvd { background-image: url('https://goo.gl/nkk8mA') }
*/
.sliderwow .text {
    width: calc(100% - 300px);
    height: 100%;
    position: relative;
}
.sliderwow .text section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}
.sliderwow .text h2 {
    font-size: 30px;
    font-weight: bold;
    max-width: 600px;
    margin: auto;
    line-height: 180%;
    margin-bottom: 25px;
    direction: rtl
}
.sliderwow .text h2 span {
    color: #fede08;
}
.sliderwow .text a {
    margin: 10px
}
@media(min-width: 1170px) {
    .sliderwow .mobile-frame {
        border-radius: 55px
    }
}
@media(max-width: 991px) {
    .sliderwow .mobile-frame {
        max-height: 500px;
        border-radius: 55px
    }
    .sliderwow-container {
        max-height: 750px
    }
    .sliderwow {
        height: 100%
    }
    .sliderwow .text h2 {
        font-size: 25px
    }
}
@media(max-width: 729px) {
    .sliderwow .text {
        width: calc(100% - 200px);
        padding: 10px
    }
    .sliderwow-container {
        max-height: 650px
    }
    .sliderwow {
        height: 100%
    }
}
@media(max-width: 702px) {
    .sliderwow .text {
        width: calc(100% - 175px)
    }
    .sliderwow .text button {
        min-width: 140px
    }
    .sliderwow-container {
        max-height: 600px
    }
    .sliderwow {
        height: 100%
    }
}
@media(max-width: 575px) {
    .sliderwow .text a {
        margin: 5px 0;
        display: inline-block
    }
    .sliderwow .text h2 {
        font-size: 20px
    }
}
@media(max-width: 532px) {
    .sliderwow .text h2 {
        font-size: 18px
    }
    .sliderwow .text button {
        font-size: 15px
    }
    .sliderwow .mobile-frame {
        border-radius: 38px
    }
}
@media(max-width: 400px) {
    .sliderwow .text {
        width: calc(100% - 135px)
    }
    .sliderwow .text h2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .sliderwow-container {
        max-height: 500px
    }
    .sliderwow .text button {
        font-size: 14px;
        padding: 5px;
        max-width: 100%
    }
    .sliderwow .mobile-frame {
        border-radius: 25px
    }
}
.sliderwow .videogif {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 10px;
    z-index: 10;
}
.sliderwow .videogif video {
    width: 100%;
    height: 100%;
    transform:scaleY(1.1)
}
/* ============================ End Slider WOW ============================ */
/* ============================ Start Condition ============================ */
.condition {
    padding: 50px 15px 50px 0;
}
.condition .col-sm-6 {
    min-height: 350px;
}
.condition .row .textparent {
    position: relative;
}
.condition .textparent .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.condition .text {
    max-width:580px;
    text-align: right;
    direction: rtl;
    width: 100%;
    padding: 15px
}
.condition .text h3 {
    font-weight: bold;
    color: #000;
    line-height: 170%;
}
.condition .text button {
    border: 1px solid #000;
    background: none;
    outline: none;
    padding: 10px;
    min-width: 150px;
    color: #000;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    -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;
}
.condition .text button:hover {
    background: #fede08;
    border-color: #fede08;
    border-radius: 7px
}
.condition .ipod-frame {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.condition .ipod-frame > img {
    width: 100%;
    position: relative;
    z-index: 3;
}
.condition .ipod-frame .giforvd {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    border-radius: 10%;
}
.condition iframe {
    width: 100%;
    height: 100%;
    min-width: 100%; 
    min-height: 100%;
}
@media(max-width: 927px) {
    .condition .text h3 {
        font-size: 20px
    }
    .condition .text button {
        font-size: 18px
    }
}
@media(max-width: 717px) {
    .condition .text h3 {
        font-size: 18px
    }
    .condition .text button {
        font-size: 15px
    }
}
@media(max-width: 590px) {
    .condition .text h3 {
        font-size: 15px
    }
    .condition .text button {
        font-size: 12px;
        min-width: 100px;
        margin-top: 5px
    }
    .condition .ipod-frame .giforvd {
        top: 0;
        left: 0;
        right: 0;
        bottom: 5px
    }
}
@media(max-width: 479px) {
    .condition .text h3 {
        font-size: 12px
    }
    .condition .text button {
        font-size: 10px;
        min-width: 75px;
        margin-top: 0;
        padding: 5px
    }
    .condition .ipod-frame .giforvd {
        top: 0;
        left: 0;
        right: 0;
        bottom: 3px
    }
}
/* ============================ End Condition ============================ */
/* ============================ Start service ============================ */
.service {
    background-image: url('../images/bg-s.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}
.service .overlay {
    background: rgba(0,0,0,0.5);
    padding: 100px 0;
    color: #fff
}
.service .row > div:last-of-type {
    direction: rtl;
}
.service .text {
    text-align: right;
    max-width: 600px
}
.service .text h2 {
    font-weight: bold
}
.service .text p {
    font-size: 18px;
    padding: 15px 0
}
.service .text a {
    font-weight: bold;
    font-size: 30px
}
@media(max-width: 767px) {
    .service .overlay {
        padding: 50px 0
    }
    .service .text {
        margin: 40px auto 0
    }
}
/* ============================ End service ============================ */
/* ============================ Start slider fade ============================ */
.sliderfade {
    padding: 50px 0
}
.sliderfade h2 {
    font-weight: bold;
    margin-bottom: 50px;
    color: #000;
    font-size: 40px
}
.sliderfade .tab ul, .sliderfade .data .text ul {padding: 0}
.sliderfade .tab {
    font-size: 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    background: #121212;
    border-radius: 75px;
    position: relative;
    padding: 15px 0 10px;
}
.sliderfade .tab li {
    cursor: pointer;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #444;
    width: 25%;
    font-size: 16px;
    position: relative;
    z-index: 11
}
.sliderfade .tab li span {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    padding-top: 25px
}
.sliderfade .tab li:before {
    content: "";
    width: 50px;
    height: 17px;
    display: block;
    background-size: cover;
    background-position: center;
    background-image: url("../images/smallcaryellow.png");
    -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;
    background-color: #121212;
    outline: 10px solid #121212;
    margin: auto
}
.sliderfade .tab li:hover:before,
.sliderfade .tab li.active:before {
    background-image: url("../images/smallcar.png");
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sliderfade .tab:after {
    content: "";
    border-top: 1px solid #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.sliderfade .data .text ul li {
    font-size: 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}
.sliderfade .data .text ul li:before {
    content: "";
    border-top: 1px solid #aaa;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.sliderfade .data .text ul li:nth-child(odd) {
    background-color: #fede08
}
.sliderfade .data .text ul li:first-of-type {
    background-color: #121212;
    color: #eee
}
.sliderfade .data .text ul li span {
    background-color: inherit;
    position: relative;
    z-index: 9;
    padding: 10px 15px;
}
.sliderfade .data .text ul li .first {
    float: left
}
.sliderfade .data .text ul li .last {
    float: right
}
@media(min-width: 991px) {
    .sliderfade .tab {
        margin-bottom: 75px
    }
}
@media(max-width: 550px) {
    .sliderfade h2 {
        font-size: 30px
    }
}
@media(max-width: 510px) {
    .sliderfade .tab {
        border-radius: 5px
    }
}
@media(max-width: 415px) {
    .sliderfade .tab li {
        font-size: 14px
    }
    .sliderfade h2 {
        font-size: 25px
    }
}
@media(max-width: 379px) {
    .sliderfade .tab li:before {
        outline: 0
    }
}
@media(max-width: 359px) {
    .sliderfade .data .text ul li{
        font-size: 15px
    }
}
@media(max-width: 363px) {
    .sliderfade .tab li {
        font-size: 12px
    }
}
/* ============================ End slider fade ============================ */
/* ============================ Start contact ============================ */
.contact {
    background-image: url('../images/bg-s.jpg');
    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 Edit style ============================ */
@media(max-width: 365px) {
    .sliderwow .text a {
        max-width: 50px;
        display: block
    }
    .sliderwow .text h2 {
        font-size: 16px
    }
    .condition {
        padding: 25px 10px;
    }
    .condition .col-sm-6 {
        min-height: auto
    }
}
/* ============================ End Edit Style ============================ */

