
.leaf{
    display: none !important;
}

.footer {
    padding-top: 120px;
}
.top_title{
    padding: 60px 15px;
    /*    background-color: rgba(128,184,174,0.12);*/
    background-color: #f0f7f7;
    text-align: center;
}
.top_title h1{
    font-size: 36px;
    color: #4A4F54;
    text-transform: uppercase;
    font-weight: 400; 
}
.top_title p{
    font-size: 14px;
    color: #50605D;
}

.form_sec{
    padding: 30px 0px;
    min-height: 500px;
    /* background-image: url('/public/img/reach-us-bg.jpg'); */
    background-image: url('/public/img/pattern-reach-reach.jpg');    
    background-position: center;
    background-size: cover;
    position: relative;
}
.form_sec:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,255,209,0.12);
    mix-blend-mode: multiply;
}
#ajax-ContactForm{
    position: relative;
    z-index: 99999;
}
.col-md-12,
.col-lg-6{
    float: left;
}
.form_sec .form-group{
    position: relative;
    text-align: center;
    margin: 0px 0px 50px 0px;
}
.form_sec .form-group label{
    font-size: 20px;
    color: #5A6966;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 0.3s;
}
.form_sec .form-group label.error{
    bottom: -31px;
    top: auto;
    font-size: 12px;
    color: red;
}
.form_sec .form-control{
    background-color: transparent;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    color: #5A6966;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #8C9694;
    z-index: 9;
}
.form_sec .form-control:focus {
    color: #5A6966;
    background-color: transparent;
    border-color: #8C9694;
    outline: 0;
    box-shadow: none;
}
.form_sec .form-control::-webkit-input-placeholder { /* Edge */
    font-size: 20px;
    color: #5A6966;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 0.3s;
}

.form_sec .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 20px;
    color: #5A6966;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 0.3s;
}

.form_sec .form-control::placeholder {
    font-size: 20px;
    color: #5A6966;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 0.3s;
}
.form_sec .form-control::placeholder{
    font-size: 20px;
    transition: all 0.3s;
}

/*.form_sec input.form-control::placeholder{
    font-size: 20px;
    transition: all 0.3s;
}
.form_sec input.form-control:focus::placeholder{
    font-size: 0px;
    transition: all 0.3s;
}*/




.form_sec .btn-sumbit{
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    background-color: #80B9AF;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 17px;
    cursor: pointer;
    padding: 7px 0px 0px 0px;
    transition: all 0.3s;
    font-family: 'Montserrat';
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    z-index: 99;
    border: 0px;
    margin: auto;
    display: block;
}
.form_sec .btn-sumbit:focus,
.form_sec .btn-sumbit:hover{
    text-decoration: none;
    box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    transition: all 0.3s;
    outline: none;
}
.form_sec p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #50605D;
    margin-top: 30px;
    text-align: center;
}


.point_three {
    width: 58px;
    height: 58px;
    border: 4px solid #ECDD69;
    top: -29px;
    right: 10%;
}
.point_one {
    width: 21px;
    height: 21px;
    top: 15%;
    right: 7%;
    z-index: 99;
}
.point_two {
    width: 43px;
    height: 43px;
    top: 15%;
    left: auto;
    right: 15%;
}
.info_sec{
    padding: 30px 15px;
    background-color: #80B8AE;
    text-align: center;
    position: relative;
    background-image: url('/public/img/pattern-reach.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.info_sec h2{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.info_sec a,
.info_sec p,
.info_sec span{
    color: #ffffff;
    font-size: 15px;
}
.info_sec span.company-name{
    width: 100%;
    float: left;
    margin: 30px 0px;
}
.info_sec span.adr{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}





@media (max-width: 992px){

}

@media (max-width: 812px){



}
@media (max-width: 750px){

}
@media (max-width: 480px){

}
