.header-top-area {
    background: #ffffff;
}
.navbar-default .navbar-nav li a {
    color: #000;
}
.navbar-default .navbar-nav li a:hover {
    color: #ff9418;
}

a.slide-btn {
    color: #fffdfd;
    background: #ff9418;
}
a.slide-btn:hover {
    color: #fffdfd;
    background: #007cc4;
}
.message-description {
    background: #0067ab;
}
.contact-form .btn-contact {
    color: #fffdfd;
    background: #ff9418;
}
.contact-form .btn-contact:hover {
    color: #fffdfd;
    background: #007cc4;
}
.error{
    background: red;
    color: white;
}
.header-top-area {
    border-bottom-color: #e9e9e9;
    /* -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 10%); */
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}
.clr{
   min-height: 585px;
}
.imgc{
    background-image: url(../../web/images/page-header.jpg);
    /*background-size:;*/
    
}
a{
    color: #007cc4;
}
a:hover{
    color: #ff9418;
}
.ui-widget.ui-widget-content {
    width: 338px!important;
    z-index: 9999;
    margin-top: 80px;
}
.ui-widget-header {
    background: #0067ab;
    color: white;
}
a{
    cursor: pointer;
}