@font-face {
    font-family: 'NeoSansArabic-Bold';
    src: url('../fonts/NeoSansArabic-Bold.eot');
    src: url('../fonts/NeoSansArabic-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansArabic-Bold.woff2') format('woff2'), url('../fonts/NeoSansArabic-Bold.woff') format('woff'), url('../fonts/NeoSansArabic-Bold.ttf') format('truetype'), url('../fonts/NeoSansArabic-Bold.svg#NeoSansArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansArabic';
    src: url('../fonts/NeoSansArabic.eot');
    src: url('../fonts/NeoSansArabicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansArabic.woff2') format('woff2'), url('../fonts/NeoSansArabic.woff') format('woff'), url('../fonts/NeoSansArabic.ttf') format('truetype'), url('../fonts/NeoSansArabic.svg#NeoSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
}
.call-Now {
    position: relative;
    padding: 120px 0 0;
    background-position: center center;
}

.mobile-call {
    position: fixed;
    left: 1px;
    bottom: 10px;
    height: 55px;
    width: 40px;
    background-color: transparent;
    border-top-right-radius: 2.7em;
    border-bottom-left-radius: 2.8em;
    margin: auto;
    margin-left: 10px;
    color: green;
    z-index: 1;
}

.whatsapp-msg {
    position: fixed;
    left: 40px;
    bottom: 25px;
    height: 40px;
    width: 35px;
    background-color: transparent;
    border-top-right-radius: 2.7em;
    border-bottom-left-radius: 2.8em;
    margin: auto;
    margin-left: 10px;
    color: green;
    z-index: 1;
}

.la-3x {
    font-size: 2em;
}


.call-Now i {
}


.minCallNow {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: green;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.modal-content {
    border-radius: 16px;
}

.modal-header {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
}
.close {
    color:#fff;
    text-shadow: none;
    opacity: 1;
}
.modal-footer .btn{border-radius: 7px!important;padding: 10px 30px;}
.modal-footer{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'NeoSansArabic', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    transition: all ease-in-out 0.2s;
}

a:hover {
    text-decoration: none;
}

/* ------------------------- text colors ------------- */

.text-brand {
    color: #41bdae;
}

.text-868686 {
    color: #868686
}

/* ------------------------- text sizes -------------- */

.font-weight-bold {
    font-weight: 400 !important;
    font-family: 'NeoSansArabic-Bold'
}

.fs-lg-18 {
    font-size: 16px
}

.fs-lg-24 {
    font-size: 17px
}

.fs-lg-36 {
    font-size: 18px
}

@media (min-width: 576px) {
    .fs-lg-36 {
        font-size: 27px
    }
    .fs-lg-24 {
        font-size: 18px
    }
    .fs-lg-18 {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .fs-lg-36 {
        font-size: 36px
    }
    .fs-lg-24 {
        font-size: 24px
    }
    .fs-lg-18 {
        font-size: 18px
    }
}

/* ------------------------- buttons ------------- */

.btn-brand {
    background: #41bdae;
    border: 1px solid #41bdae;
    padding: 10px 15px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    font-size: 18px;
    border-radius: 5px;
}

.btn-brand:hover {
    background: #bbd655;
    color: #fff;
    border: 1px solid #bbd655;
}

.btn-brand-outline {
    border: 1px solid #ffffff;
    background: transparent;
    padding: 10px 15px;
    color: #fff;
    transition: all ease-in-out 0.2s;
    font-size: 18px;
    border-radius: 5px;
}

.btn-brand-outline:hover {
    background: #bbd655;
    color: #fff;
    border: 1px solid #bbd655;
}

@media (max-width: 767px) {
    .btn-brand, .btn-brand-outline {
        padding: 7px;
    }
}

/* ------------------------- header ------------- */

#top {
    background-color: #23201d;
    position: relative;
    z-index: 5;
    min-height: 50px;
}

#top i {
    color: #41bdae;
}

#top i:hover {
    color: #ff6600;
}

#top .top-social a {
    padding: 12px 0 12px 24px;
    display: inline-block;
}

#top .top-social a.cta {
    background-color: #41bdae;
    padding: 12px;
    color: #fff
}

@media (max-width: 991px) {
    #top .top-social a {
        padding: 12px;
        display: inline-block;
    }
}

#top .top-contacts a {
    color: #fff;
    padding: 12px;
    display: inline-block;
}

#top .top-contacts a.cta {
    background-color: #41bdae;
    padding: 12px 34px;
}

@media (max-width: 767px) {
    .logo {
        max-width: 170px;
        margin: 10px;
    }
}

header {
    position: absolute;
    top: 0;
    z-index: 4;
    width: 100%;
}

header .navigation {
    text-align: left;
    margin-top: 15px;
}

header .navigation li {
    display: inline-block;
    padding: 0 10px;
}

header .navigation li a {
    font-size: 16px;
    color: #eae9e8;
}

header .navigation li a:hover, header .navigation li a.active {
    color: #41bdae;
    text-decoration: none;
}

header .top-site {
    margin-top: 40px;
    position: relative;
    z-index: 4;
	transition: all ease-in-out 0.2s;
}

@media (max-width: 991px) {
    header .top-site {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    header .navigation li a.menu-order-service {
        background-color: #fff;
        padding: 10px;
        color: #000;
        border-radius: 3px;
        margin-left: 20px;
    }
    header .navigation li a.menu-order-service:hover {
        background-color: #41bdae;
        color: #fff
    }
}

/* ------------------------- slider ------------- */

#slider {
    height: 680px;
    position: relative;
    z-index: 1;
    max-height: 100vh;
}

#slider .slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: -webkit-fill-available;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-position: center center;
}

#slider1 {
    height: 130px;
    position: relative;
    z-index: 1;
    max-height: 100vh;
}

   
#slider .slide .slide-data {
    width: 100%;
    text-align: center;
}

#slider .slide-data .h1 {
    color: #ffffff;
    font-family: NeoSansArabic-Bold;
    text-shadow: 0 1px 0px rgba(0, 0, 0, .3);
    max-width: 600px;
    margin: 10px auto;
}

#slider .slide-data .h1 span {
    color: #fff;
}

#slider .slide-data p {
    max-width: 500px;
    margin: 20px auto 30px;
    color: #dedede;
    line-height: 29px;
    width: 85%;
}

@media (max-width: 767px) {
    #slider .slide-data p {
        line-height: 24px;
    }
}

#slider .slide-data a.more-btn {
    background: #41bdae;
    border: 0px solid #41bdae;
    padding: 15px 40px;
    display: table;
    margin: auto;
    color: #fff;
    transition: all ease-in-out 0.3s;
    font-size: 18px;
}

#slider .slide-data a.more-btn:hover {
    background: #41bdae;
    color: #fff;
}

#slider .slide-data button.register-offer {
    background: #41bdae;
    padding: 8px 20px;
    display: table;
    margin: 25px auto 0;
    color: #212121;
    font-size: 22px;
    border: 0;
    cursor: pointer;
    direction: rtl;
    animation: BlinkButton 2s infinite linear;
}

@keyframes BlinkButton {
    0%, 100% {
        background: #41bdae;
        color: #212121;
    }
    50% {
        background: transparent;
        color: #41bdae;
    }
}

#slider .down-arrow {
    display: block;
    width: 25px;
    height: 36px;
    z-index: 99;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin-left: -12px;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
}

.section-header {
    font-size: 30px;
}

.section-header span {
    color: #41bdae;
    font-weight: 700;
}

/* ---------------------- */

.bottom-line:after {
    content: "";
    width: 100px;
    height: 4px;
    background: #bbd655;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -50px;
}

@media (min-width: 992px) {
    .text-lg-left .bottom-line:after {
        right: 0%;
        margin-right: 0px;
    }
}

.Typewriter__cursor {
    -webkit-animation: Typewriter-cursor 1s infinite;
    animation: Typewriter-cursor 1s infinite;
    margin-right: 1px;
    color: #f00
}

@-webkit-keyframes Typewriter-cursor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes Typewriter-cursor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media (min-width: 768px) {
    .mt--5 {
        margin-top: -7rem;
        position: relative;
        z-index: 1;
    }
}

.section-has-bg {
    background-image: url(../images/bg-gradiant.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 60px;
}

.section {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .col-lg-2-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

._3quarter-gutters {
    margin-left: -12px;
    margin-right: -12px;
}

._3quarter-gutters>.col, ._3quarter-gutters>[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.half-gutters {
    margin-left: -7px;
    margin-right: -7px;
}

.half-gutters>.col, .half-gutters>[class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.box-shadow {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba( 0, 0, 0, 0.1);
    height: calc(100% - 10px);
}

.step-item {
    position: relative;
}

.step-item:not(.step-item-last):after {
    content: "..";
    position: absolute;
    left: -28px;
    top: 36%;
    line-height: 1px;
    font-size: 4.25rem;
    color: #cacaca;
    letter-spacing: -4px;
}

.step-no {
    position: absolute;
    right: 1rem;
    top: 0;
    color: #f1f1f1;
    font-size: 3rem;
    font-weight: 700;
}

footer {
    background: #454545;
    color: #fff;
    font-size: 13px;
}

.contact-us {
    background: url(../images/bgs/world-map.png);
}

.fa-footer {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 4px;
    color: #41bdae;
}

.fa-footer:hover {
    color: #fff;
    background: #d1332e;
    border: 1px solid #d1332e;
}
.fa-facebook.fa-footer:hover {
    background: #3c5a9a;
    border: 1px solid #3c5a9a;
}
.fa-twitter.fa-footer:hover {
    background: #28a9e2;
    border: 1px solid #28a9e2;
}
.fa-linkedin.fa-footer:hover {
    background: #007ab9;
    border: 1px solid #007ab9;
}

.contacts-item {
    display: flex;
    text-align: right;
}

.footer-input {
    border: 1px solid #d7d7d7!important;
    border-radius: 4px;
    background-color: #ebebeb;
    padding: 0.75rem 0.75rem;
    box-shadow: none!important;
    min-height: 50px;
}

.hr-bg {
    background: url(../images/bgs/hr-bg.jpg) center top;
    background-size: cover;
}

.portfolio-bg {
    background: #383e3c url(../images/bgs/portfolio-bg.jpg) top center no-repeat;
    background-size: 100% auto;
}

#steps {
    overflow: hidden;
}

/**/

.slider-carousel.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button:before {
    font-size: 30px;
}

.slick-slide img {
    margin: auto;
    width: 80%;
}

.slick-prev, .slick-next {
    height: 100%;
    width: 40px;
    z-index: 1;
}

#slider .slick-prev, #slider .slick-next {
    width: 50px;
}

.slick-prev:before, .slick-next:before {
    content: ""!important;
    opacity: .75;
    height: 90px;
    width: 50px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .slick-prev:before, .slick-next:before {
    height: 45px;
    width: 25px;}
    #slider .slick-prev, #slider .slick-next {
    width: 25px;
}
}
.slick-slide {
    outline: none;
}

.modal-header {
    background: #41bdae;
}

.modal-footer button.btn-primary {
    background: #41bdae;
    border: 1px solid #41bdae;
    transition: all ease-in-out 0.3s;
    border-radius: 0;
}

.modal-footer button.btn-primary:hover {
    background: transparent;
    color: #41bdae;
}

.modal-footer button.btn-secondary {
    background: #545454;
    border: 1px solid #545454;
    transition: all ease-in-out 0.3s;
    border-radius: 0;
}

.modal-footer button.btn-secondary:hover {
    background: transparent;
    color: #545454;
}

@media(min-width: 199px) and (max-width: 991px) {
    header .navigation {
        text-align: center;
    }
    header .navigation li {
        padding: 0 4px;
    }
    header .navigation li a {
        font-size: 16px;
    }
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .navigation {
        display: none;
    }
    .slicknav_menu {
        display: block;
        top: 0;
        right: 0;
        position: absolute;
        width: 100%;
        z-index: 999999;
    }
}

.slicknav_menu {
    background: transparent;
    padding: 0;
}

.slicknav_nav {
    background: rgba(0, 0, 0, .9);
    top: 15px;
    position: relative;
}

.slicknav_menu>a {
    background: transparent;
    font-size: 25px;
    float: left;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: 0;
}

.slicknav_nav li {
    border-top: 1px solid #212121;
}

.slicknav_nav li:first-child {
    border: 0;
}

.slicknav_nav li a {
    color: #fff;
    cursor: pointer;
    text-align: center;
    outline: none;
    padding: 12px 0;
}

.slicknav_nav a:hover {
    background: #41bdae;
    border-radius: 0;
    color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
}

/**/

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: right;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: right;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {}

h2.resp-accordion {
    margin: 0px;
    padding: 10px 15px;
    background: #383838!important;
    background: -moz-linear-gradient(left, #383838 0%, #747474 100%)!important;
    background: -webkit-linear-gradient(left, #383838 0%, #747474 100%)!important;
    background: linear-gradient(to right, #383838 0%, #747474 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#747474', GradientType=1)!important;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
    background-color: #383838!important;
    background: -moz-linear-gradient(left, #383838 0%, #41bdae 100%)!important;
    background: -webkit-linear-gradient(left, #383838 0%, #41bdae 100%)!important;
    background: linear-gradient(to right, #383838 0%, #41bdae 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#41bdae', GradientType=1)!important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: right;
    width: 25%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    background: #383838;
    background: -moz-linear-gradient(left, #383838 0%, #747474 100%);
    background: -webkit-linear-gradient(left, #383838 0%, #747474 100%);
    background: linear-gradient(to right, #383838 0%, #747474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#747474', GradientType=1);
    border-radius: 0 35px 35px 0;
    border: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    border: none;
    float: right;
    width: 73%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
    color: #fff;
    padding-right: 20px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#383838+0,b63338+100 */
    background-color: #383838;
    /* Old browsers */
    background: -moz-linear-gradient(left, #383838 0%, #41bdae 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #383838 0%, #41bdae 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #383838 0%, #41bdae 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#41bdae', GradientType=1);
    /* IE6-9 */
}

.resp-arrow {
    width: 0;
    height: 0;
    float: left;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    margin-bottom: 1px;
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
        text-align: center;
        border-radius: 20px;
    }
    .resp-vtabs .resp-tab-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
}
a.text-title {
    display: block;
    color: #fff;
}
header.header-fixed {
    position: fixed;
}
header.header-fixed .top-site{
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.78);
    padding: 10px 0;
}