



/* Contact-form CSS Start */

.nav-bar{
    background-color: #fec600;
    padding: 0 25px;
    margin-bottom: 35px;

}
.nav-bar .btn {
    background: #587A33!important;
    border: none!important;
    color: #fff!important;
    margin: 0 9px 2px;

}
.nav-bar .btn span{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
}
.nav-bar img{
   width: 120px;
}
.contact_inner {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 20px 22px 44px #cccc;
    position: relative;
}
.contact_field {
    padding: 60px 100px 90px;
}
.contact_info_sec {
    background-color: #2d2d2d;
    border-radius: 25px 0 0 25px;
    /* height: 500px; */
    padding: 25px 35px 25px 35px;
    position: absolute;
    right: 1px;
    top: 10%;
    width: 340px;
}
.contact_info_sec .contact_info h4{
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.contact_info_sec .name-box{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.contact_info_sec .info_single a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}
.contact_info_sec a{
    text-decoration: none;
}
.contact_info_sec .contact-us-sidebox-font h5{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.bnt-section .btn{
    background: #0376bc!important;
    border: none!important;
    color: #fff!important;
    margin: 0 9px 2px
}
/* Contact-form CSS End */
