@charset "UTF-8";
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    outline: 1px solid rgba(0, 0, 0, 0.3);
}

@font-face{font-family:'Sahel';font-style:normal;src:url('../fonts/Sahel/Sahel.woff') format('woff')}
@font-face{font-family:Sahel;src:url('../fonts/Sahel/Sahel.eot');url('../fonts/Sahel/Sahel.woff') format('woff'),url('../fonts/Sahel/Sahel.ttf') format('truetype');font-weight:normal}
@font-face{font-family:Sahel;src:url('../fonts/Sahel/Sahel-Bold.eot');src:url('../fonts/Sahel/Sahel-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Sahel/Sahel-Bold.woff') format('woff'),url('../fonts/Sahel/Sahel-Bold.ttf') format('truetype');font-weight:bold}
@font-face{font-family:Sahel;src:url('../fonts/Sahel/Sahel-Black.eot');src:url('../fonts/Sahel/Sahel-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/Sahel/Sahel-Black.woff') format('woff'),url('../fonts/Sahel/Sahel-Black.ttf') format('truetype');font-weight:900}

body {
	direction:rtl;
    font-family: Sahel , Tahoma, sans-serif;
    position: relative;
    text-align:right;
}


h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -1px;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: right;
}

h3 {
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 23px;
    font-weight: 500;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    text-align: right;
}

.owl-carousel h5 {
    text-align:center;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-primary {
    font-weight: 500;
    padding: 0.6rem 2rem;
    float: right;
}

.btn-light {
    font-size: 14px;
    font-weight: 500;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 17px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        right: 1rem;
        left: 1rem;
    }
}



/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
}


/* FEATURES
----------------------*/

.card.features:before {
    right: 0;
}

.card-text {
    font-size: 15px;
}

.circle-icon {
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    margin-left: 1.5rem!important;
    margin-right: auto!important;
}

@media (max-width:992px) {
    .circle-icon {
        font-size: 28px;
        line-height: 50px;
    }
}


/*  TABS
----------------------*/

.tab-content p {
    line-height: 1.8;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    font-size: 16px;
    font-weight: bold;
}


/*  TESTIMONIALS
----------------------*/
.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
    direction: rtl;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


/*  PRICING
----------------------*/
.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center!important;
    color: #FFF;
    margin: 3rem 0;
}


.call-to-action .box-icon {
    margin-right: auto;
    margin-left: auto;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
}

.btn-light img {
    margin-left: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: left;
}

@media (max-width: 991px){
.social-icons {
    text-align: center;
}
}

.social-icons a {
    line-height: 50px;
    margin: 0 !important;
    background: transparent!important;
    color: #fff !important;
}

.social-icons a:hover {
    text-decoration: none;
}

.navbar-nav {
    margin-left: initial!important;
    margin-right: auto!important;
}


.nav {
    padding-right: 0;
}

.owl-carousel {
    direction:ltr;
}

.pricing ul {
	padding-left: initial;
    padding-right: initial;
}

.sec-faq, .sec-faq p {
	text-align: right;
	direction:rtl;
}


.card-title, .card-text {
	text-align:right!important;
}

.call-to-action h2,.call-to-action p,.call-to-action small {
    text-align:center!important;
}

.navbar-brand {
    margin-right: initial;
    margin-left: 1rem;
    font-size : 25px ;
}

.ti-headphone-alt::before, .ti-email::before {
    position: absolute;
    right: 0;
    top: 0;
}

span.ti-email, span.ti-headphone-alt {
	position:relative;
}

.btn,.btn:focus,.btn:hover{font-size: 14px!important;border:none!important;outline: none!important;cursor: pointer!important;}

label{
    font-size : 13px!important;
    font-weight:bold;
    color : #8C8C8C !important;
}

.help-block ul , .help-block li{
    padding:0!important;
    margin: 0!important;
}

.badge-danger{
    background-color: #8e8e8e ;
    font-weight: normal;
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: rgb(250, 42, 143);
    position: fixed;
    z-index: 1031;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
}
/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px rgb(250, 42, 143,0.1) , 0 0 5px rgb(74, 13, 143,0.1);
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    bottom: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: rgb(250, 42, 143);
    border-left-color: rgb(74, 13, 143);
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.snackbar-container {
    transition: all 500ms ease;
    transition-property: top, right, bottom, left, opacity;
    font-size: 16px;
    min-height: 14px;
    background-color: #404040;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 22px;
    padding: 18px 24px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 9999;
    cursor: default;
    border-radius: 4px;
    font-weight: 500
}

.snackbar-container .action {
    background: inherit;
    display: inline-block;
    border: 0;
    font-size: inherit;
    text-transform: uppercase;
    color: #aaa;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px
}

@media(min-width:640px) {
    .snackbar-container {
        display: inline-flex;
        margin: 24px
    }
}

.snackbar-pos.bottom-center {
    top: auto!important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.snackbar-pos.bottom-left {
    top: auto!important;
    bottom: 0;
    left: 0
}

.snackbar-pos.bottom-right {
    top: auto!important;
    bottom: 0;
    right: 0
}

.snackbar-pos.top-left {
    bottom: auto!important;
    top: 0;
    left: 0
}

.snackbar-pos.top-center {
    bottom: auto!important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.snackbar-pos.top-right {
    bottom: auto!important;
    top: 0;
    right: 0
}

@media(max-width:640px) {
    .snackbar-container {
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0
    }
    .snackbar-pos.bottom-center,
    .snackbar-pos.top-center {
        left: 0;
        transform: none
    }
}

.ui-steps h5{
    font-size : 18px
}

.form-control{
    display: block ;
    background: #fafafa ;
    border : 1px transparent solid !important;
    outline: none !important;
    font-size : 12px ;
    font-weight: bold ;
    padding: 10px 10px ;
}

.has-error .form-control{
    border-color: #f5378e !important;
}

.form-control:focus , .form-control:hover{
    border: 1px rgba(0,0,0,0.2) solid !important ;
    outline: none!important;
    background-color: #fff ;
    color : #000 ;
    box-shadow:0 0 0 transparent !important;
}
.btn:focus{
    box-shadow: 0 0 0 transparent!important;
}

.testimonials-single .card-body .media{
    border-bottom: 1px rgba(0,0,0,.1) solid ;
    margin-bottom : 10px ;
}
.testimonials-single .card-footer{
    border-top: none ;
    text-align: center ;
    text-shadow: 1px 1px 1px #fff;
    font-size: 13px;
}

.img-holder{
    position: relative ;
}


.circle {
    border-radius: 50%;
    background-color: #ff3262;
    width: 150px;
    height: 150px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite ease-out;
}
div#outerContainer {
    display: block;
    position: absolute;
    right:calc( 50% + 50px );
}
#item {
    z-index: 1;
    height: 20px ;
    width: 20px ;
    background: url("../img/instagram.svg") no-repeat center;
    background-size: 18px 18px ;
    position: absolute ;
    top : 70px ;
    left : -85px ;
}

#item img {
    display: block;
    width: 50px;
}
@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

@media(max-width:640px) {
   div#outerContainer {
       right:calc( 50% + 10px ) !important ;
   } 
   
   #item {
       left :-80px!important ;
   }
}
.paused {
    animation-play-state: paused;
}
