﻿@charset "UTF-8";
html {
    unicode-range: U+0600-06FF;
}

html,
html[dir="rtl"],
[dir="rtl"] {
    direction: rtl;
}

html[dir="ltr"],
[dir="ltr"] {
    direction: ltr;
}

body {
    font-family: "NeoSansArabic", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    font-weight: bold;
}

.font-regular {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

[dir="ltr"],
[lang="en"] {
    font-family: "Gotham Book", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.bi-arrow-right-short::before,
.bi-arrow-left-short::before,
.bi-chevron-right::before,
.bi-chevron-left::before,
.bi-arrow-left::before,
.bi-arrow-right::before {
    transform: rotateZ(180deg) !important;
}

.bi-box-arrow-up-right::before,
.bi-telephone::before {
    transform: rotateZ(270deg) !important;
}

.fa.fa-wheelchair,
.fa.fa-eye,
.fa.fa-eye-slash,
.fa.fa-search-plus,
.fa.fa-search-minus,
.fa.fa-search-undo,
.fa-arrow-left,
.fa-arrow-right,
.main-heading .view-all img,
.main-heading h1 span img {
    transform: scaleX(-1);
}

.main-menu li>.nav-dropdown li>.nav-dropdown {
    right: 100%;
}

.main-menu li>.nav-dropdown li:before {
    right: 0;
}

.main-menu li.nav-item:first-child {
    margin-right: 0;
}


/* end */

.main-menu .nav-item {
    background: url(/assets/factoryone/img/line.png) right 1rem no-repeat;
    background-size: 15px 10px;
}

.main-menu .lang-btns {
    left: 1rem;
}

.heading-area .heading-sahdow {
    right: 0;
}

.homepage-banner .carousel-control-prev {
    right: 2%;
}

.homepage-banner .carousel-control-next {
    left: 2%;
}

.home-arrow-down {
    right: 50%;
    transform: translateX(50%);
}

.about-us h5 i {
    margin-left: 0.8rem;
}

.footer .btn-top {
    right: 50%;
    transform: translateX(50%);
}

@media all and (min-width: 1200px) {
    .main-menu li {
        padding-right: 0.8rem;
    }
    .main-menu .nav-dropdown li {
        padding-right: 0rem;
    }
    .main-menu li.with-dropdown:after {
        left: 0.75rem;
    }
}

@media all and (max-width: 1199px) {
    .with-dropdown:after {
        left: 0;
    }
    .main-menu li>.nav-dropdown li>.nav-dropdown {
        right: 0;
    }
}


/*# sourceMappingURL=stylesAr.css.map */


/*Updated Code*/


/* 
form .input__container {
    margin-bottom: 1.5rem!important;
} */

form .input__container p {
    color: red;
}

.sumbitbutton {
    width: 105px;
    padding: 10px 15px;
}

.wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #e0ffc7;
    border: 1px solid #b4d39b;
}

span.field-validation-error {
    color: red;
}
.d-flex.input__container {
    margin-bottom: -1.5rem!important;
}
.d-flex {
    display: flex!important;
    margin-bottom: -1.5rem!important;
}
input.btn.btn-light.sumbitbutton {
    margin-left: 1%;
}