@font-face {
    font-family: 'NeoSansArabic';
    src: url('../fonts/NeoSansArabic.eot?#iefix') format('embedded-opentype'), 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;
}

@font-face {
    font-family: 'NeoSansArabic-Light';
    src: url('../fonts/NeoSansArabic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansArabic-Light.woff') format('woff'), url('../fonts/NeoSansArabic-Light.ttf') format('truetype'), url('../fonts/NeoSansArabic-Light.svg#NeoSansArabic-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansArabic-Medium';
    src: url('../fonts/NeoSansArabic-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansArabic-Medium.woff') format('woff'), url('../fonts/NeoSansArabic-Medium.ttf') format('truetype'), url('../fonts/NeoSansArabic-Medium.svg#NeoSansArabic-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flow_Regular';
    src: url('../fonts/GE_Flow_Regular.eot');
    src: url('../fonts/GE_Flow_Regular.woff') format('woff'), url('../fonts/GE_Flow_Regular.ttf') format('truetype'), url('../fonts/GE_Flow_Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    direction: rtl;
    text-align: right;
    font-family: "NeoSansArabic", sans-serif;
    overflow-x: hidden;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #981bc1 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #981bc1 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #981bc1 !important;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #981bc1 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #981bc1 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #981bc1 !important;
}

.no-line {
    display: inline-block;
    text-decoration: none;
}

.no-line:hover {
    text-decoration: none;
    color: #fff;
}

.top-header {
    background-color: #981bc1;
    text-align: center;
    padding: 10px 20px;
}

.top-header-link {
    display: inline;
    color: #fff;
    margin-left: 20px;
    font-size: 16px;
}

.top-header-link i {
    font-size: 18px;
    margin-left: 5px;
}

.social-link {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.clear {
    clear: both;
}

.image-100 {
    width: 100%;
}

select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url("../images/angle-arrow-down2.png");
    background-repeat: no-repeat;
    background-position: center left 10px;
}

.slider-img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-control {
    height: 50px;
    color: #981bc1;
    border: 1px solid #981bc1;
}

.owl-home-slider {
    position: relative;
}

.custom-select {
    color: #981bc1;
}

.custom-select option {
    color: #981bc1;
}

.owl-home-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
    line-height: 15px;
}

.owl-home-slider .owl-nav .owl-next,
.owl-home-slider .owl-nav .owl-prev {
    border: 1px solid #fff !important;
    background: -webkit-linear-gradient( 309deg, #b58425db 0%, #981bc1 51%, #981bc1 75%) !important;
    background: -o-linear-gradient( 309deg, #b58425db 0%, #981bc1 51%, #981bc1 75%) !important;
    background: linear-gradient( 141deg, #b58425db 0%, #981bc1 51%, #981bc1 75%) !important;
    width: 27px;
    height: 27px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
}

.bg-light {
    background-image: url("../images/pattern-4.png");
    border-bottom: 2px solid #981bc1;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.nav-link.active {
    background: #981bc1;
}

.bg-blue {
    background-color: #77c4ea !important;
}

.navbar-nav {
    margin-right: 20px;
    /* box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2); */
    border-radius: 6px;
    background-color: #77c4ea !important;
}

.navbar-brand img {
    width: 280px;
}

.navbar {
    padding: 0 1rem;
}

.sec-margin {
    margin: 100px 0;
}

.first-home-section .head-title {
    color: #981bc1;
}

.first-home-section p {
    color: #981bc1;
}

form .btn {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 51%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 51%, #981bc1 75%); */
    color: #fff;
    padding: 3px 25px;
    border: 0;
}

form .btn:hover {
    color: #fff;
}

.owl-home-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3px 0;
}

.owl-home-slider .owl-dots .owl-dot {
    display: block;
    margin-bottom: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    background: -webkit-linear-gradient( 309deg, #981bc1 0%, #981bc1 51%, #981bc1 75%);
    background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 51%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 51%, #981bc1 75%);
    width: 15px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
}

.first-home-section {
    /* background-image: url("../images/pattern-4.png"); */
    background-size: cover;
    padding: 0 20px;
}

.container {
    max-width: 95%;
}

.slider-img {
    position: relative;
}

.slider-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
}

.slider-overlay a {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    color: #fff !important;
    font-size: 14px;
    margin: 10px 5px;
    padding: 3px 10px;
    border-radius: 3px;
}

.nav-links a {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    color: #fff !important;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 3px;
}

.feature-box {
    padding: 10px;
    background-image: url("../images/contact-map-bg-dark.png");
    background-size: contain;
}

.feature-box i {
    color: #981bc1;
    text-shadow: 1px 2px #981bc1;
}

.box-name .box-title {
    color: #981bc1;
}

.box-desc {
    color: #981bc1;
}

.box-name {
    margin: 10px 0;
}

.features {
    margin-top: 30px;
}

.about-caption .title-h2 {
    color: #981bc1;
}

.about-caption .desc-p {
    color: #981bc1;
    padding: 0 30px;
}

.contact-links a {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    color: #fff !important;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 3px;
}

.service-img img {
    width: 200px !important;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 2px solid #981bc1;
    margin: auto;
    border-radius: 50%;
}

.service-name .service-p {
    color: #981bc1;
    margin-top: 10px;
    margin-bottom: 0;
}

.services-section h2 {
    color: #981bc1;
    text-align: center;
    margin-bottom: 10px;
}

.services-slider .owl-nav {
    font-size: 24px;
    color: #fff;
    line-height: 15px;
}

.services-slider .owl-nav .owl-next,
.services-slider .owl-nav .owl-prev {
    border: 1px solid #fff !important;
    background: -webkit-linear-gradient( 309deg, #b58425db 0%, #981bc1 51%, #981bc1 75%) !important;
    background: -o-linear-gradient( 309deg, #b58425db 0%, #981bc1 51%, #981bc1 75%) !important;
    background: linear-gradient( 141deg, #b58425db 0%, #981bc1 51%, #981bc1 75%) !important;
    width: 27px;
    height: 27px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
}

.contact-links {
    margin-top: 10px;
}

.contact-section h2 {
    color: #981bc1;
    text-align: center;
    margin-bottom: 15px;
}

.contact-section {
    background-image: url("../images/contact-map-bg-dark.png");
    background-size: contain;
    padding: 0 20px;
}

footer {
    /* background-image: url("../images/pattern-4.png"); */
    padding: 20px;
    color: #981bc1;
}

.footer-link i {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    color: #fff;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-left: 5px;
    border-radius: 3px;
}

.footer-link {
    display: block;
    margin-bottom: 5px;
    color: #981bc1;
}

.footer-link:hover {
    color: #981bc1;
}

.know-more-link {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.footer-title {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 20px;
}

.footer-links li {
    list-style: none;
    margin-bottom: 20px;
}

.footer-links a {
    color: #981bc1;
    font-size: 15px;
}

.footer-links a:hover {
    color: #981bc1;
}

.footer-map iframe {
    width: 100%;
    height: 200px;
}

.footer-about p {
    font-size: 15px;
    margin-top: 5px;
}

.copyrights {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    color: #fff;
    padding: 1px 0 1px 0;
}

.copyrights p {
    margin-top: 15px;
    font-size: 14px;
}

.copyrights i {
    font-size: 11px;
}

.visibility-0 {
    visibility: hidden;
}

.popup {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e0;
}

.popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: 38%;
    background-image: url("../images/contact-map-bg-dark.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
    border: 1px solid #981bc1;
}

.popup-close {
    position: absolute;
    left: 60px;
    top: 35px;
}

.popup-close i {
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
}

.none {
    display: none;
}

.services-slider .item {
    cursor: pointer;
    margin-bottom: 20px;
}

.service-more span {
    color: #981bc1;
    font-size: 13px;
}

.contact-div {
    border: 2px solid #981bc1;
    padding: 10px 0;
    width: 200px;
    margin: 0 10px;
    box-shadow: 1px 4px 20px #fff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all 0.5s;
}

.contact-div:hover {
    transform: translateY(-5px);
}

.contact-div img {
    width: 52px;
    margin-bottom: 5px;
}

.head-contact a {
    color: #981bc1;
}

.head-contact a:hover {
    color: #981bc1;
}

.head-contact {
    margin: 30px 0;
}

.fixed-whatsapp {
    position: fixed;
    z-index: 999;
    top: 25%;
    right: 0;
}

.fixed-whatsapp a {
    display: block;
    margin-bottom: 10px;
}

.fixed-whatsapp i {
    font-size: 26px;
    color: #fff;
    background-color: #981bc1;
    /* background: -o-linear-gradient(309deg, #981bc1 0%, #981bc1 61%, #981bc1 75%);
    background: linear-gradient(141deg, #981bc1 0%, #981bc1 61%, #981bc1 75%); */
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1183px) {
    .contact-div {
        margin-bottom: 15px;
    }
    .owl-home-slider {
        margin-top: 20px;
    }
    .footer-links a {
        font-size: 13px;
    }
    .footer-about p {
        font-size: 13px;
    }
    .know-more-link {
        font-size: 10px;
        padding: 3px 5px;
    }
    .footer-link {
        font-size: 10px;
    }
    .popup-body {
        height: 50%;
    }
    .fixed-whatsapp i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .navbar-nav .nav-link {
        padding: 2px 10px;
    }
    .top-header-link {
        font-size: 11px;
        margin-left: 12px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .first-home-section .head-title {
        font-size: 32px;
    }
    .sec-margin {
        margin: 30px 0;
    }
    .top-header {
        display: none;
    }
    .owl-home-slider {
        margin-top: 30px;
    }
    .slider-overlay a {
        font-size: 14px;
    }
    .slider-img img {
        height: 350px;
    }
    .contact-section h2 {
        font-size: 26px;
    }
    .contact-section {
        margin-top: 40px;
    }
    .nav-links a {
        margin: 5px 0;
        text-align: center;
    }
    .contact-links a {
        margin: 5px 0;
    }
    .navbar-nav .nav-link {
        padding: 2px 10px;
    }
    .popup-body {
        width: 95%;
        height: 60%;
        top: 50%;
        border: 0;
    }
    .popup-close {
        left: 20px;
        top: 15px;
    }
    .contact-div {
        margin-bottom: 15px;
    }
    .fixed-whatsapp i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.icon2 {
    font-size: 26px !important;
    margin-left: 5px;
    /* color: #59b6c7 !important; */
}

.preloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sk-wave .sk-rect {
    background-color: #c725fd;
    ;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.cur {
    margin-bottom: -6px;
    opacity: 0.8;
    cursor: pointer
}

.hovimg:hover {
    opacity: 3;
    filter: brightness(50%);
}