body,a{
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

header{
    background: url(../bg2.png) no-repeat;
    height: 100vh;
    background-size: cover;
}

a.nav-link {
    color: #fff;
}

.btn-primary {
    background: #B9752A !important;
    border: none !important;
    padding: 8px 27px !important;
}

.btn-secondary {
    background: #fff !important;
    color: #b9752a !important;
    padding: 8px 27px !important;
    border: none !important;
}

a.nav-link.active {
    color: #B9752A !important;
}


.slider h1 {
    color: #B9752A;
}

.slider{
    padding-top: 140px;
}

.slider p {
    width: 50%;
    margin: 0px auto;
}

.features p,.features2 p , .features3 p {
    font-size: 12px;
    margin-top: 0;
    color: #737373;
}

.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.feature,.feature2{
    width: 25px;
    height: fit-content;
    margin-left: 10px;
}

.features2{
    background: #FAFAFA;
}

.m-auto{
    margin: 0px auto;
}

.card {
    border: none !important;
    background: #FAFAFA !important;
}

.feature2{
    background: #B9752A;
    padding: 5px;
    border-radius: 7px;
}

.w-40{
    width: 40% !important;
}

.subscribe {
    background: #B9752A;
    color: #fff;
    border-radius: 8px;
    margin-bottom: -85px !important;
}

footer{
    background: #0A0A0A;
    padding-top: 140px !important;
}

footer a {
    color: #fff;
    text-decoration: none;
}

a.btn {
    color: #fff;
}

.open_menu{
    background: #fff;
    padding: 7px 12px;
    border-radius: 6px;
}

.header-page {
    background: #0A0A0A;
}

.page_title h3{
    color: #fff;
    padding-top: 15px;
}

.page_description{
    color: #fff;
}

.page_title span {
    color: #B9752A;
}

 .owl-item img {
    width: 100px !important;
    margin: 10px auto;
}

.owl-dots {
    display: none;
}

.sliders {
    direction: ltr;
}

.carousels{
    background: #FAFAFA;
}

.accordion-item {
    border-radius: 7px;
}

.accordion-button::after {
    left: 20px;
    position: absolute;
}

.accordion-item {
    margin: 10px 0;
    border: solid 1px #E5E5E5 !important;
    background: #FAFAFA !important;
}

.accordion-button {
    background: transparent !important;
    border-radius: 10px !important;
    box-shadow : none !important;
}

.bg_gray{
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
}

.contact_box p{
    color: #737373;
}

.contact_box_details{
    color: #B9752A;
    font-weight: 500;
}

.contact_box img{
    width: 100%;
}

.contact_box_image{
    background: #F1E5DA;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 25px;
    margin: 0px auto;
}

.form-control {
    background-color: #FAFAFA !important;
}

.modal-content{
    /*width: 115% !important;*/
}

.modal-header p {
    font-size: 12px;
}

.modal-header {
    padding-bottom: 1px;
}

.btn-close {
    position: absolute;
    left: 10px;
}

.form-check .form-check-input{
    float: none !important;
    margin: 0 !important;
}

.form-check label {
    margin-right: 7px;
}

footer , body section.landing-page {width: 100%;overflow-y: hidden}
label.required::after {
    content: ' *'; /* Adds an asterisk after the label */
    color: red;    /* Colors the asterisk red */
}
