@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../fonts/DROIDKUFI-REGULAR.TTF');
}
@font-face {
    font-family: 'AraAssaf-regular';
    src: url('../fonts/AraAssaf-regular.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/ROBOTO-REGULAR.TTF');
}
@font-face {
    font-family: 'Roboto-light';
    src: url('../fonts/Roboto/ROBOTO-LIGHT.TTF');
}
@font-face {
    font-family: 'Roboto-medium';
    src: url('../fonts/Roboto/ROBOTO-MEDIUM.TTF');
}
:root {
    --trans: all .35s ease-in-out;
    --medium: 'Roboto-medium';
    --light: 'Roboto-light'
}
html {
    scroll-behavior: smooth;
}
body{
    direction: rtl;
    text-align: right;
    padding: 0px;
    margin: 0px;
    font-family: 'DroidKufi-Regular';
    font-size: 16px;
    position: relative;
}
/* general */
h1, h2, h3, h4, h5, h6{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}
p{
    text-align: justify;
    margin: 0px;
}
a{
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
button:focus, .btn:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
}
.section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.title{
    display: inline-block;
    color: #5e2ced;
    font-size: 28px;
    font-weight: bold;
}
.line{
    display: inline-block;
    vertical-align: super;
    background-color: #fdac00;
    margin-right: 30px;
    width: 27px;
    height: 5px;
    border-radius: 2.5px;
}
.social a{
    width: 20px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 5px;
}
.social a:hover{
    color: #fdac00;
}
/* navbar */
.fixed-header{
    position: fixed;
    z-index: 2;
    background-color: #fff;
    width: 100%;
}
.navbar{
    background-color: transparent;
    padding-bottom: 0px;
}
.navbar .navbar-nav .nav-item .nav-link{
    padding: 0px;
    padding-bottom: 15px;
    margin: 0px 20px;
    color: #5e2ced;
}
.navbar .navbar-nav .nav-item:last-of-type .nav-link{
    margin-left: 0px;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #fdac00;
}
.navbar .navbar-nav .nav-item .nav-link.active{
    color: #fdac00;
}
.navbar .hvr-underline-from-center:before{
    background: #fdac00;
    height: 1px;
}
.navbar .hvr-underline-from-center:hover:before,
.navbar .hvr-underline-from-center.active:before{
    left: 40%;
    right: 40%;
}
.navbar .navbar-nav .nav-item .nav-link.nav-btn{
    background-color: #00002d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 142px;
    height: 48px;
    font-size: 14px;
    border-radius: 5px;
}
/* hero */
.hero{
    padding-bottom: 140px;
}
.hero .hero-bg{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
}
.hero h1{
    color: #5f5f5f;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-bottom: 35px;
}
.hero .hero-line{
    width: 43px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #fdac00;
}
.hero p{
    color: #757575;
    margin-top: 35px;
}
.hero a{
    display: inline-block;
    background-color: #5e2ced;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 40px;
}
.hero .hero-img{
    height: 515px;
}
.hero-count{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.hero-count .count{
    display: inline-block;
    color: #929192;
    font-size: 14px;
    padding-right: 5px;
}
.hero-count .count.active{
    color: #5e2ced;
    font-size: 20px;
    font-family: var(--medium);
}
.hero-nav{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.hero-nav .btn{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fed57f;
    color: #a58b53;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
}
.hero-nav .btn:hover{
    background-color: #fdac00;
    color: #fff;
}
/* about-us */ 
.about-us{
    padding-top: 20px;
}
.about-us p{
    color: #414141;
}
/* services */
.services{
    position: relative;
}
.services .figure img{
    height: 80px;
}
.services h3{
    color: #3c3c3c;
    font-weight: bold;
}
.services .mt{
    margin-top: 30px;
}
.services-bg{
    position: absolute;
    top: 30px;
    left: 0px;
}
.services .serveice:hover h3{
    color: #fdac00;
}
.services .serveice:hover img{
    transform: rotateY(180deg);
    transition: all 1s;
}
/* statistic */
.statistic{
    background-color: #f7f7f9;
    padding: 20px 0px;
}
.statistic h2{
    color: #484848;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px;
}
.statistic .number{
    display: inline-block;
    color: #fdac00;
    font-size: 80px;
    line-height: 80px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Roboto-Regular';
    position: relative;
    z-index: 1;
}
.statistic .number:before{
    content: "";
    background-color: #e7e2f7;
    width: 104px;
    height: 14px;
    border-radius: 7px;
    position: absolute;
    top: 30px;
    right: -7px;
    z-index: -1;
}
.statistic span.label{
    display: block;
    color: #5e2ced;
    font-size: 24px;
    font-style: italic;
    font-family: 'AraAssaf-regular';
}
/* process */
.process{}
.process-steps{
    margin-top: 50px;
}
.process-steps .box{
    width: 153.17px;
    height: 168.49px;
    border: 2px solid #e3e3e3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    position: relative;
    z-index: 100;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #464646;
}
.process-steps .row > div:nth-child(odd) .box{}
.process-steps .row > div:nth-child(even) .box{
    margin-top: 55px;
}
.process-steps .row > div:nth-child(odd) .box:before{
    content: '';
    border-top: 2px dashed #fdac00;
    position: absolute;
    top: 0px;
    right: 95%;
    z-index: -1;
    width: 115px;
    height: 100px;
    border-radius: 50%;
    transform: rotate(-20deg) translateY(-16px);
}
.process-steps .row > div:nth-child(even):not(:last-child) .box:before{
    content: '';
    border-top: 2px dashed #fdac00;
    position: absolute;
    bottom: 0px;
    right: 95%;
    z-index: -1;
    width: 115px;
    height: 100px;
    border-radius: 50%;
    transform: rotate(200deg) translateY(-16px);
}
.process-steps .box .link-image img{
    filter: grayscale(100%);
}
.process-steps .box span{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto-Regular';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}
.process-steps .box h3{
    font-weight: bold;
    margin-top: 35px;
}
.process-steps .box.active{
    box-shadow:  0 0 40px rgba(94, 44, 237, 0.25);
    color: #464646;
}
.process-steps .box.prev{
    color: #464646;
}
.process-steps .box.active .link-image img, 
.process-steps .box.prev .link-image img{
    filter: none;
}
.process-steps .box.active span, 
.process-steps .box.prev span{
    background-color: #5e2ced;
    color: #fff;
}
/* tweet sms app */
.tweet_sms{
    background-image: url(../images/tweet_sms.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    /* height: 605px; */
}
.tweet_sms h2{
    font-size: 39.14px;
    color: #fdac00;
    margin-bottom: 40px;
}
.tweet_sms p{
    color: #fff;
    padding-top: 25px;
}
.tweet_sms p:first-of-type{
    padding-top: 0px;
}
.tweet_sms a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 25px;
    width: 70px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.tweet_sms a:hover{
    background-color: #95599a;
}
/* contact us and our customers  */
.contact-us-customers{
    background-image: url(../images/customers-contact.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
}
.contact-us-customers:before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 7, 7, 0.55);
}
.contact-us-customers .title{
    color: #fff;
    margin-bottom: 35px;
}
.contact-us-customers .line{
    margin-right: 15px;
}
.contact-us .input-group{
    margin-bottom: 25px;
}
.contact-us .form-control, .contact-us .form-control:focus, .contact-us .input-group-append{
    background-color: rgba(255, 255, 255, 0.20);
    border: none;
    border-radius: 0px;
    height: 60px;
    color: #fff;
}
.contact-us .input-group-append{
    font-size: 24px;
    color: #fdac00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0px 15px;
}
.contact-us .form-control::placeholder{
    color: #fff;
}
.contact-us .btn{
    background-color: #fdac00;
    color: #fff;
    display: flex;
    width: 100%;
    height: 60px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}
.contact-us .btn i{
    padding-right: 10px;
}
.contact-us .btn:hover{
    color: #fff;
}
.our-customers .img{
    margin-bottom: 35px;
}
.our-customers .img img{
    height: 110px;
    width: auto;
}
.our-customers-carousel .owl-nav{
    text-align: left;
}
.our-customers-carousel .owl-nav button.owl-next, 
.our-customers-carousel .owl-nav button.owl-prev{
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: 1px solid #fdac00;
    color: #fff;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: rgba(255, 255, 255, 0.25);
}
/* footer */
footer{
    background-image: url(../images/footer-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
footer .title{
    display: block;
    font-size: 20px;
    color: #404040;
}
footer .line{
    display: block;
    margin: 35px 0px;
}
.top-footer{
    padding: 30px 0px;
}

.top-footer .logo{
    height: 100px;
}
.top-footer p{
    color: #a1a1a1;
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 25px;
}
.top-footer form .form-control, .top-footer form .form-control:focus{
    background-color: transparent;
    border-radius: 0px;
    height: 100%;
    display: inline-block;
    height: 64px;
    border: 1px solid #5e2ced;
    color: #818081;
}
.top-footer form .form-control::placeholder{
    color: #818081;
}
.top-footer form .btn{
    display: inline-block;
    color: #fdac00;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.top-footer .social{
    margin-top: 40px;
}
.top-footer .social a{
    font-size: 16px;
}
.top-footer .social a:hover{
    color: #fdac00;
}
.top-footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    /* width: 70%; */
}
.top-footer ul li{
    margin-bottom: 15px;
}
.top-footer ul li:last-of-type{
    margin-bottom: 0px;
}
.top-footer .icon{
    display: block;
    max-width: 20px;
    max-height: 20px;
    margin-bottom: 0px;
}
.top-footer a{
    display: inline-block;
    color: #a1a1a1;
    font-size: 14px;
    direction: ltr;
}
.top-footer a:hover{
    color: #5e2ced;
    font-weight: bold;
}
.top-footer span{
    display: block;
    color: #a1a1a1;
    font-size: 14px;
    direction: ltr;
}
.down-footer{
    border-top: 1px solid #fdac00;
    padding: 20px 0px;
    text-align: left;
    direction: ltr;
}
.down-footer p{
    color: #a1a1a1;
    font-size: 14px;
}
.down-footer p span{
    color: #5e2ced;
    font-weight: bold;
}
/* to-top */
.to-top{
    position: fixed;
    bottom: 30px;
    left: 30px;
    color: #fff;
    background-color: #5e2ced;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
}
/* sign in and register */
.sign{
    background-image: url(../images/sign_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.sign .img{
    position: relative;
    width: 100%;
    max-width: 361.33px;
    margin: 0 auto;
}
.sign .img::before{
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.triangle{
    position: absolute;
    width: 45px;
    height: 45px;
    top: 60px;
    left: calc(-45px / 2);
}
.info{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 105px 40px 85px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.info h3{
    font-size: 28px;
    padding-bottom: 15px;
}
.info p{
    font-size: 12px;
    text-align-last: center;
}
.sign h2{
    color: #00002d;
    font-size: 24px;
    padding-bottom: 20px;
}
.sign .form-group{}
.sign label{
    color: #212020;
    margin-bottom: 5px;
}
.sign label span{
    font-size: 16px;
    color: #f63232;
}
.sign .form-control{
    border: none;
    border-bottom: 1px solid #e3e3e3;
    color: #212020;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    height: 35px;
}
.sign .form-control::placeholder{
    color: #bebebe;
    font-family: var(--light);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.sign a{
    color: #d43396;
    font-size: 12px;
    text-decoration: underline;
}
.sign .btn{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 16px;
    color: #fff;
    background-color: #00002d;
    margin-top: 10px;
}
.sign span{
    color: #3f3f3f;
    font-size: 12px;
}
/*whatsapp*/
.whatsapp{
    position: fixed;
    bottom: calc(50vh - 30px);
    left: 0px;
    color: #fff;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 30px;
    cursor: pointer;
}
.whatsapp:hover{
    color: #fff;
}

/* /////////// */
.social-box {
    position: relative;
}
.social-box ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.social-box li {
    position: relative;
    margin-right: 2px;
    display: inline-block;
}
.social-box li a {
    position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 65px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-box li a:hover {
    color: #d94175;
    /* background-image: linear-gradient(to right, #d43396, #dd3482, #e13a6f, #e1455e, #de514e); */
    /* line-height: 80px; */

}
.footer-list li {
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}


.footer-list li a {
    position: relative;
    color: #828282;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.3em;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-list li a i {

    color: #00002d;

}
.footer-list li a:hover {
    color: #d94175;
}

.widget-content{
    right: 562px;
    position: absolute;
    bottom: 35px;
    text-align: right;
}
.pull-right{
 right: 20px;
 position: absolute;
 bottom: 0;
 text-align: right;
}

@media only screen and (max-width: 479px){
    .widget-content{
        margin-top: 10px;
        position: unset;
        right: 0px;
        /* text-align: center; */
    }
    .pull-right{
        position: unset;
        right: 0px;
    }
    .social-box li a {
        color: #00002d;
    }
    img.triangle {
        display: none;
    }

}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;

}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;

}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;

}
