
.logo img{
    max-height: 75px;
}
a{
    color: #007bff;
}
a:hover{
    color: #ff0000;
}
a.header-btn:hover{
    color: #fff;
}
#scrollUp a, #back-top a{
    color: #fff;
}
.header-area .main-header .main-menu ul li a{
    padding: 30px 10px;
}
.header-area .main-header .main-menu ul ul.submenu{
    width: 270px;
}
.team-area .single-team .team-img,
.organizers .single-team .team-img
{
    height: 250px;
    margin: 20px;
}
.team-area .single-team .team-img img,
.organizers .single-team .team-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-area .single-team .team-caption h3 a{
    text-transform: capitalize;
}
.slider-height2{
    height: 200px;
}
.header-area .main-header.sticky-bar .main-menu ul li a {
    padding: 20px 25px;
}
.top-header{
    background: #d1cccc;
    padding: 10px 30px !important;
}
.top-header .header-btn {
    padding: 20px 26px;
}
.sticky-bar .header-btn {
    padding: 20px 26px;
}
.sticky-bar .logo img {
    max-height: 53px;
}
.form-contact .form-control{
    border: 1px solid #d7d7d7;
}
.footer-bottom-area .footer-copy-right p a {
    color: #c5def3;
}
.ethics a{
    color: #007bff;;
}
ul li{
    line-height: 2;
}
ui li i.fa-arrow-circle-right{
    color: #007bff;
}
.about-caption h3{
    color: #007bff;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
    width: auto;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .logo img {
        max-height: 53px;
    }
}