.conatct-h2{
    text-align: center;
    margin-top:130px;
    font-size:73px
}
.headquarter{
    display: flex;
    margin-top:20px;
    width: 100%
}
.headquarter-msg{
    flex:6;background: #CFCFCF;padding: 50px 30px 70px 45px
}

.headquarter_title{
    font-size:26px;
    color:#051C2C;
}
.headquarter_phone_number{
    color:#B12028;
    font-size: 23px;
}
.headquarter_content{
    font-size: 21px;
    color:#051C2C;
}
.ContactFrom{
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    opacity: 1;
    height: 66px;
    background:#B12028 ;
    color:#DCBFA5;
    font-size:25px;
    padding:0px 15px;
}
.contactFrom li{
    width: 100%;
    margin-bottom: 25px;
}

.contactFrom{
    width: 75%;
    margin: 0 auto;
}
.contactFrom li {
transition: .2s;
    
    }
.contactFrom li :focus{
    outline:none;
    border:2px solid #DCBFA5;
    -webkit-box-shadow: -2px 2px 13px 0px #DCBFA5;
    
    }

.contactFrom li ::placeholder{
    color:#DCBFA5
}
.adress-content{
    height:145px;
    margin-bottom:27px;
    margin-top:5px
}
.email-content{
    margin-top:10px;
}
.phones {
    margin-top:50px;
}
.phones-content {
    margin-top:10px;
}
.contact-main{
    display:flex;
    margin-top:150px;
    margin-bottom:150px;
    height: 1000px;
}
.contact-form{
    flex:10;
    background: #B12028;
    width:100%;
    border-top: 10px solid #DCBFA5;
}
.contact-from-block{
    padding-top:50px;
}
.contact-us{
    font-size:73px;
    color:#FFFFFF;
}
.contact-rwd-img{
    flex:9;
}
/* 六角Hexagon_button*/
.hexagon_button_gold{
    position: relative;
    display:block;
    background: transparent;
    width:200px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:15px;
    text-decoration:none;
    text-transform:capitalize;
    margin:55px auto 100px;
    z-index: 2;
    cursor: pointer;
    font-size: 25px !important;
    color:#9B171E !important;

    }
    .hexagon_button_gold:before, .hexagon_button_gold:after {
    width:200px;
    left: 0px;
    height:31px;
    z-index: -1;
    transition: .4s;
    
    }
    .hexagon_button_wrapper{
        position: relative;
        width: 200px;
        margin: 0 auto;
        cursor: pointer;
    }
    
    .hexagon_button_gold_txt{
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 999;
        margin-left: -25px;
        top: 19px;
        color: #B12028;
    }
    .violet{ color: #DCBFA5; }
    .violet:before,.violet:after {
    border: 3px solid #DCBFA5;
    }
    .hexagon_button_gold:before{
    position: absolute;
    background: #DCBFA5;
    content: '';
    border-bottom: none;
    -webkit-transform: perspective(15px) rotateX(5deg);
    -moz-transform: perspective(15px) rotateX(5deg);
    transform: perspective(15px) rotateX(5deg);  
    }
    .hexagon_button_gold:after{
    position: absolute;
    background: #DCBFA5;
    top: 32px;
    content: '';
    border-top: none;
    -webkit-transform: perspective(15px) rotateX(-5deg);
    -moz-transform: perspective(15px) rotateX(-5deg);
    transform: perspective(15px) rotateX(-5deg);
    }
    
    /* Button Hover Style */
    .violet:hover:before, .violet:hover:after {
    background: #c2a993;
    border: #c2a993;

    }
    
@media (max-width: 768px) {
    .conatct-h2{
        text-align: center;
        margin-top:40px;
        font-size:30px
    }
    .headquarter{
        display: flex;
        margin-top:20px;
        width: 100%;
        flex-direction:column;

    }
    .headquarter-msg{
        flex:6;background: #CFCFCF;
        padding: 30px 30px 50px 45px
    }
    .form-input{
        margin:10px 30px 0px 35px;
        width:80%;
    }
    .form-name-input{
        width:47% !important;
    }
    .form-first-name-input{
        margin-right:13px;
    }
    .headquarter_title{
        font-size:20px;
        color:#051C2C;
    }
    .headquarter_phone_number{
        color:#B12028;
        font-size: 18px;
    }
    .headquarter_content{
        font-size: 15px;
        color:#051C2C;
    }
    .contact-form{
        flex:10;
        background: #B12028;
        width:100%;
        height:80%;
    }
    .ContactFrom{
        border: 1px solid #CCCCCC;
        border-radius: 1px;
        opacity: 1;
        height: 30px;
        width:100%;
        background:#B12028 ;
        color:#DCBFA5;
        font-size:15px;
        padding: 0px 15px;
    }
    .adress-content{
        height:100px;
        margin-bottom:27px;
        margin-top:5px
    }
    .email-content{
        margin-top:10px;
    }
    .phones {
        margin-top:20px;
    }
    .phones-content {
        margin-top:10px;
    }

    .contact-main{
        display:flex;
        margin-top:30px;
        margin-bottom:30px;
        height: 100%;
        width:100%;
        flex-direction:column;
    }
    .contact-from-block{
        padding-top:10px;
    }
    .contact-us{
        font-size:30px;
        color:#FFFFFF;
    }
    .contact-rwd-img{
        width: 100%;
        height:300px;
        flex:none;
    }

    .hexagon_button_gold{
        position: relative;
        display:block;
        background: transparent;
        width:200px;
        height:30px;
        line-height:60px;
        text-align:center;
        font-size:15px;
        text-decoration:none;
        text-transform:uppercase;
        margin:55px auto 100px;
        z-index: 2;
        cursor: pointer;
        font-size: 25px !important;
        text-transform:capitalize;
    }
    .hexagon_button_gold:before, .hexagon_button_gold:after {
        width:200px;
        left: 0px;
        height:31px;
        z-index: -1;
        transition: .4s;

    }
    .violet{ color: #DCBFA5; }
    .violet:before,.violet:after {
        border: 3px solid #DCBFA5;
    }
    .hexagon_button_gold:before{
        position: absolute;
        background: #DCBFA5;
        content: '';
        border-bottom: none;
        -webkit-transform: perspective(15px) rotateX(5deg);
        -moz-transform: perspective(15px) rotateX(5deg);
        transform: perspective(15px) rotateX(5deg);
    }
    .hexagon_button_gold:after{
        position: absolute;
        background: #DCBFA5;
        top: 32px;
        content: '';
        border-top: none;
        -webkit-transform: perspective(15px) rotateX(-5deg);
        -moz-transform: perspective(15px) rotateX(-5deg);
        transform: perspective(15px) rotateX(-5deg);
    }

    /* Button Hover Style */
    .violet:hover:before, .violet:hover:after {
        background: #c2a993;
        border: #c2a993;

    }
    .hexagon_button_gold{
        color:#9B171E;
    }

}

