/*#region  **** contact-img  ****/
.contact-img {
    background: url(../images/slider/img-1.png) no-repeat center top / cover;
    min-height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #54545478;
    z-index: 0;
}

.contact-container {
    z-index: 1;
    position: relative;
}

.contact-img h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.contact-img ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.contact-img ul li a {
    color: #fbc52b;

    transition: all .3s;

}

.contact-img ul li:last-child {
    color: #34ccff;
}

/*#endregion  **** contact-img  ****/

/*#region  **** contact body  ****/

.contact-body {
    padding: 60px 0 30px;
}

.contact-body h2 {
    color: #222222;
    font-size: 17px;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.input-sm-text {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 13px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    /* font-family: 'Raleway', sans-serif; */
}

.msg-text {
    height: 146px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 13px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    /* font-family: 'Raleway', sans-serif; */
}

.btn-send {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #ffba00;
    color: #ffffff;
    font-size: 13px;
    /* font-family: 'Raleway', sans-serif; */
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

#contact_form small {
    color: #a94442 !important;
}

.btn-send:hover {
    color: #333;
    background-color: #ffba00;
    border-color: #333;
}

.btn-send:focus {
    color: unset;
    text-decoration: none;
}

.contact-info h2 {
    color: #222222;
    font-size: 17px;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-info p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666666;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    padding-bottom: 25px;

}

.information-list {
    margin: 0;
    padding: 0;
}

.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.information-list li i {
    float: left;
    color: #222222;
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
}

.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 25px;
    color: #222222;
}

.information-list li:last-child {
    border-bottom: none;
}

/*#endregion  **** contact body  ****/

/*#region  **** map  ****/

.contact-map {
    height: 350px;
    /* margin-top: 100px; */
    cursor: pointer;
    margin-bottom: 50px;
    padding: 6px;
    background-color: rgb(229, 227, 223);

}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

/*#endregion*/

/*#region  **** vaidate  ****/

#success_message {
    display: none;
    margin-left: 12px;
    width: 97%;
}

#page-contact .help-block {
    margin-top: -13px;
    margin-bottom: 10px;
}

.alert-success {
    color: #123941;
}

.has-success .form-control-feedback {
    color: #f2be29;
}

.form-control-feedback {
    top: 3px;
    right: 10px;
}

/*#endregion*/


/*#region  **** responsive  ****/

@media (max-width: 575px) {
    .breadcumb-wrap h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .contact-info {
        margin-top: 20px;
    }

    .contact-info p {
        padding-bottom: 0;
    }

    .contact-info h2 {
        margin-bottom: 12px;
    }
}

/*#endregion*/