:root {
    --base-color: rgba(196, 229, 56, .8);
}

#contact-us {
    background: rgba(250, 251, 252, 1);
}

.topMenuBox .loginBox a {
    border: 1px solid;
}
.topMenuBox.active {
    background: #a8c52b;
}
.topMenuBox .logoBox img {
    margin-top: 20px;
}
/* ---------------------------------- first section ----------------------------------- */
#contact-us section.section.first .image-shadow {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;

}

#contact-us section.section.first .image-shadow .shadow-cover {
    height: 100%;
    background: rgb(196, 229, 56);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
    color: white;
    min-height: 570px;

}

#contact-us section.section.first .image-shadow .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 95px 20px 20px 20px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    justify-content: space-between;
    padding-bottom: 70px;
}

#contact-us section.section.first .image-shadow .main-title .title h1 {
    font-size: 60px;
    color: white;
    margin: 20px auto;
    text-align: center;
    text-shadow: 2px 4px 1px rgba(0, 0, 0, 0.5);
    margin: 10px;
    position: relative;
    z-index: 2;
}

#contact-us section.section.first .image-shadow .main-title .description-wrapper {
    max-width: 1000px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
    font-size: 26px;
    text-align: justify;
    position: relative;
    z-index: 3;
    margin: 10px;
}

/* cover-image */

.shadow-cover:after {
    content: "";
    background-image: url(../images/pages/about-us/gaj-top-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .2;
}

/* ---------------------------------- second section ----------------------------------- */

/* addresses */
#contact-us section.section.second {
    padding: 2% 5% 2% 5%;
}

#contact-us section.section.second .box-wrapper {
    box-shadow: 0 0 2px 0 lightgray;
    border-radius: 10px;

    height: 100%;
    padding: 30px;
    margin: 10px;
    background: white;
}


#contact-us section.section.second .address {
    font-size: 16px;
    color: rgba(155, 155, 155, 1);
    text-align: right;
    margin: 10px;
}

#contact-us section.section.second .find-address {
    font-size: 20px;
    color: rgba(155, 155, 155, 1);
    text-align: right;
}

#contact-us section.section.second .address .contact-data {
    margin-right: 60px;
}

#contact-us section.section.second .address h3 {
    font-size: 20px;
    color: rgba(155, 155, 155, 1);
    padding: 10px;
    /* border: 1px solid red; */
}

#contact-us section.section.second .address h3 span {
    padding-left: 10px;
}

#contact-us section.section.second .address .title {
    font-size: 16px;
    color: rgba(155, 155, 155, 1);
    text-align: right;

}

#contact-us section.section.second .address .description {
    font-size: 16px;
    color: rgba(155, 155, 155, 1);
    text-align: right;
}

#contact-us section.section.second .address .email {
    font-weight: bold;
}

#contact-us section.section.second .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#contact-us section.section.second .form input[type=text] {
    width: 100%;
    height: 56px;
    padding: 15px;
    border-radius: 10px;
    margin: 2px;
    border: 1px solid rgba(234, 242, 244, 1);
    color: rgba(0, 0, 0, .8);
    font-size: 14px;

}


#contact-us section.section.second .form button[type=button] {
    width: 163px;
    background: var(--base-color);

    border-radius: 10px;
    border: none;
    padding: 10px 40px;
    margin: 10px;

    text-align: center;
}


#contact-us section.section.second .form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    margin: 2px;
    border: 1px solid rgba(234, 242, 244, 1);
    min-height: 170px;

    color: rgba(0, 0, 0, .8);
    font-size: 14px;
}
form#contactUsForm input.err {
    border: 1px solid red !important;
}
/* -----------------------slider-------------------- */
.logo-box {
    padding: 10px;
}

@media only screen and (max-width: 768px) {

    .topMenuBox .menuBox {
        background: #a8c52b !important ;
    }

    .topMenuBox {
        width: 100%;
        background: #a8c52b;
    }
    .topMenuBox .links li a {
        color: white;
    }
    .topMenuBox #responsiveMenuIcon {
        margin: -10px 40px 0px 0;
    }
    .topMenuBox .menuBox {
        padding: 5px 20px 20px 20px;
    }
}


@media only screen and (min-width: 768px) {
    .carouselcenter .slick-track {
        -webkit-transform: none !important;
                transform: none !important;
    }
}
