/*home-contact*/

.dy-home-contact {
    height: 470px;
    position: relative;
}

.dy-home-contact-bg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dy-home-contact:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(216, 130, 0, 80%);
}

.dy-home-contact .wrapper {
    align-items: center;
    border-radius: 5px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .dy-home-contact .wrapper {
        width: 100%;
        padding: 0.5rem 1.5rem;
        text-align: center;
        top: 50px;
    }
}

.dy-home-contact .header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 24px;
}

.dy-home-contact .header .title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}

.dy-home-contact .header .dot span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 1rem 5px 0;
}

.dy-home-contact .text-wrapper {
    margin-bottom: 24px;
}

.dy-home-contact .text-wrapper .text {
    font-size: 20px;
    color: #fff;
    letter-spacing: 7px;
}

.dy-home-contact .info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.dy-home-contact .info-wrapper .label {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    background-color: #fff;
    border-radius: 30px;
    margin-right: 12px;
}

.dy-home-contact .info-wrapper .label i {
    font-size: 20px;
    color: #FF9B05;
    margin-right: 4px;
}

.dy-home-contact .info-wrapper .label .label-text {
    font-size: 25px;
    font-weight: bold;
    color: #FF9B05;
    line-height: 1;
}

.dy-home-contact .info-wrapper .text {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.dy-home-contact .info-wrapper .text a {
    text-decoration: none;
    color: #fff;
}

.dy-home-contact .btn-contact {
    position: relative;
    width: 250px;
    padding: 12px 40px 12px 40px;
    border-radius: 30px;
    color: #FF9B05;
    background-color: #ffffff;
    margin-bottom: 55px;
    transition: all 0.3s ease-in-out;
}

.dy-home-contact .btn-contact:hover {
    color: #fff;
    background-color: #c84d00;
    transition: all 0.3s ease-in-out;
}

.dy-home-contact .btn-contact .text {
    font-size: 18px;
    font-weight: bold;
    color: #FF9B05;
    letter-spacing: 2px;
    z-index: 1;
}

.dy-home-contact .btn-contact:hover .text {
    color: #fff;
}

.dy-home-contact .btn-contact:hover .text {
    color: #fff;
}
