.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}


.home-slider-initial {
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./images/image-19.jpg);
}

.home-slider-initial-2 {
    right: -100px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./src/assets/images/home/bg-5.png);
    opacity: 0.6;
    filter: saturate(3) brightness(0.6);
}

.home-shadow {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

#home {
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
}

.navbar li a {
    color: white ;
    font-weight: 600 !important;
}

.navbar li.active a {
    color: rgb(101 174 68) !important;
}

#home .border {
    border-color: rgb(101 174 68);
    border-width: 2px !important;
}

#navbar.sticked {
    background-color:#222222 !important;
}

@media screen and (max-width: 991px) {
    #navbar {
        background-color:#222222 !important;
    }
}

.certifications {
    border-radius: 40px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.font-16 {
    font-size: 16px !important;
}

#services i {
    color: rgb(101 174 68);
}

#features .border-dashed {
    padding: 8px;
    color: rgb(101 174 68);
    font-size: 12px;
}

.p-0 {
    padding: 0 !important;
}

#contact form input, #contact form textarea, #contact form select  {
    width: 100%;
    min-height: 42px !important;
    border-radius: 14px !important;
    transition: all ease-in-out 0.2s;
}

#contact form input:focus, #contact form textarea:focus {
    border: 1px solid rgb(101 174 68) !important;
}

#contact form button {
    min-height: 42px !important;
    border-radius: 14px !important;
}

#contact form {
    margin-bottom: 0 !important;
}

#contact form label.error {
    color: #c00c0c;
    font-size: 12px;
}

.bg-red-50 {
    background-color: rgba(128, 0, 128, 0.1) !important;
}


#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}