@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

html,
body,
button,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.sidebar-title,
input {
    direction: rtl;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

body {
    background: #fff !important;
}

h5 {
    font-size: 15px;
    font-weight: 400;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f6f6f6
}

.card-img-top {
    border-radius: 0;
}

.mr-4,
.mx-4 {
    margin-left: 1rem !important;
}

.text-white h1 {
    text-align: center;
}

.rounded {
    border-radius: 0 !important;
}

.text-white h1 {
    font-size: 30px;
}

.section {
    padding-top: 3rem;
}

body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 13px;
    line-height: 2.5;
}

[dir=rtl],
[dir=rtl] * {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

li.comment {
    list-style: none;
}

.vcard.bio {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

/* .row.gap-y>.col, .row.gap-y>[class*="col-"]{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
} */
.nav-navbar .nav {
    margin-right: 10px;
}

.sidebar-title {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    font-size: 15px;
}

.btn {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.nav-navbar .nav-link {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 14px;
    padding: 0 10px;
}

.nav-navbar .nav .nav-link {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    text-align: right;
    word-spacing: 0;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
}

.menu-edit {
    direction: ltr;
}

/*=================== Home ==============*/
.footer {
    padding: 0;
}

section.section.bg-gray,
.row.align-items-center.h-100,
.slider-dots-inside.slick-slider {
    direction: ltr;
}

form.form-row.input-border {
    direction: rtl;
}

.row.gap-y.align-items-center,
.row.align-items-center.h-100,
.container.py-7 {
    text-align: right;
}

.section-header p.lead,
.section-header .pricing-4 .plan-price p,
.pricing-4 .plan-price .section-header p,
.lead,
.pricing-4 .plan-price p {
    font-size: 15px;
}

.row.gap-y.text-center .card {
    min-height: 233px;
}

.divider {
    margin: 0 auto;
}

.form-control-lg {
    font-size: 0.9000rem;
    font-weight: normal;
}

.captcha {
    float: right;
}
.sheared {
    margin-top: 40px;
}
/*============================== / My style =========*/
/*==============================  My Slider =========*/
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
@keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
/* ====================== 1 =========================== */
.owl-carousel {
    position: relative; }
.owl-carousel .owl-item {
    opacity: .4; }
.owl-carousel .owl-item.active {
    opacity: 1; }
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #fd5f00 !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0; }
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px; }
.owl-carousel .owl-nav .owl-prev {
    left: 0; }
.owl-carousel .owl-nav .owl-next {
    right: 0; }
.owl-carousel .owl-dots {
    text-align: center; }
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative; }
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important; }
.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3; }
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
.owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }
.owl-carousel.home-slider {
    position: relative;
    height: 600px;
    z-index: 0;
}
.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
    position: relative;
    z-index: 0; }
@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important; } }
.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d1128;
    background: -moz-linear-gradient(45deg, #0d1128 0%, #023b65 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #023b65));
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #023b65 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #023b65 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #023b65 100%);
    background: linear-gradient(45deg, #0d1128 0%, #023b65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1128', endColorstr='#fd6100', GradientType=1 );
    opacity: .5; }
.owl-carousel.home-slider .slider-item .slider-text {
    height: 600px; }
@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center; } }
.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000000;
    font-weight: 700; }
.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative; }
.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600; }
.owl-carousel.home-slider .slider-item .slider-text h1 span {
    display: block; }
@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px; } }
.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8); }
.owl-carousel.home-slider .slider-item .slider-text p {
    color: rgba(255, 255, 255, 0.9); }
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px; }
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff; }
.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }
.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff; }
.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
.owl-carousel.home-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1; }
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    text-align: center; }
.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #fd5f00; }
.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff; }


.testimony-section .owl-carousel {
    margin: 0; }
.testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative; }
.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #000000; }
.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
.testimony-section .owl-dots {
    text-align: center; }
.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2); }
.testimony-section .owl-dots .owl-dot.active {
    background: #fd5f00; }
.testimony-section .owl-item {
    opacity: .1 !important;
    margin-top: 20px; }
.testimony-section .owl-item.center {
    padding-bottom: 30px;
    margin-top: 0;
    opacity: 1 !important; }
.testimony-section .owl-item.center p {
    font-size: 18px; }

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8); }
.testimony-wrap .user-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative; }
.testimony-wrap .text {
    width: calc(100% - 120px);
    position: relative; }
.testimony-wrap .quote {
    position: absolute;
    top: -40px;
    left: 0;
    opacity: .1; }
.testimony-wrap .quote i {
    font-size: 100px;
    color: #5d50c6; }
.testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000; }
.testimony-wrap .position {
    font-size: 14px;
    color: #fd5f00; }

@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px; } }

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* ====================== 1 =========================== */

/* ====================== inner ======================== */
.owl-carousel.home-slider .slider-item .slider-text {
    height: 600px;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}
.owl-carousel.home-slider .slider-item .slider-text p {
    color: rgba(255, 255, 255, 0.9);
}
.owl-carousel.home-slider .owl-dots .owl-dot{
    display: none;
}
/*============================== / My Slider =========*/
