﻿body {
    font-family: "Noto Sans Arabic", sans-serif !important;
}


.logo-img {
    width: 100%;
    height: auto;
}

.bg-main {
    background-color: #092c1b;
}

.bg-secondary {
    background-color: #008746 !important;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

body {
    background-color: #092c1b;
}

.content-7 {
    font-size: 1.3rem;
    line-height: 1.5;
}

.social-anchor {
    height: 40px;
    width: 40px;
    border-radius: 40px;
}

.social-anchor-icon {
    font-size: 22px;
    line-height: 40px;
}

.page-split-sec {
    height: 10px;
    width: 200px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

.btn-main {
    color: white;
    background-color: #008746;
    border-color: #008746;
}

    .btn-main:hover, .btn-main:active, .btn-main:focus, .btn-main:focus-visible, .btn-main:active:focus {
        color: #daa520;
        background-color: #008746;
        border-color: #008746;
    }

:not(.btn-check) + .btn-main:active {
    color: #daa520;
    background-color: #008746;
    border-color: #008746;
}

.btn-main:focus, .btn-main:active:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #008746;
}

.text-danger-1 {
    color: #daa520
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
}