@import url("root.css");

#contact-section {
    padding-bottom: 40px;
}

#contact-section .header {
    min-height: 360px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../../../../public/assets/images/header-contact.jpg);
    text-align: center;
}

#contact-section h2 {
    margin-top: 130px;
    position: relative;
    color: #fff !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;

}

#contact-section .dbox .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #7db760;
    margin: 0 auto;
    margin-bottom: 20px;
}

#contact-section .dbox .icon span {
    font-size: 40px;
    color: #f7f7f7;
}

#contact-section .dbox p span {
    font-weight: 500;
    color: #000;
}

#contact-section a {
    color: #333;
}

#contact-section a:visited {
    color: #333;
}

#contact-section a:hover {
    color: #666;
}

#contact-section img {
    max-width: 426px;
    border: 200px;
    border-radius: 100px;
}

#contact-section input {
    border-radius: 28px;
    height: 54px;
}
#contact-section textarea {
    border-radius: 32px;
}