.bg-main-color {
    background-color: #006fa6 !important;
}

#header .header-search {
    float: right;
}

.testimonial .testimonial-author strong {
    padding-top: 0;
    margin-bottom: 0;
}

.testimonial a:hover {
    text-decoration: none;
}

#footer {
    font-size: 12.6px !important;
}
    #footer h4, h5, h6 {
        margin: 0 0 14px !important;
    }
    #footer .container .row > div {
        margin-bottom: 0px !important;
    }
    #footer .container-fluid .row > div {
        margin-bottom: 0px !important;
    }
    #footer .footer-copyright {
        padding: 10px 0 10px !important;
    }

@media(max-width:766px) {
    #footer {
        margin-top: 0px;
    }
        #footer .container-fluid {
            margin-bottom: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        #footer .footer-copyright p {
            text-align: center;
        }
    .footer-mini-nav {
        margin-bottom: 10px;
    }
}

ul.contact li.media {
    margin-top: 0;
}
h4 a:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .overflow-image img {
        max-width: 300px !important;
    }
    .sidebar h4 {
        padding-top: 20px;
    }
    .isotope-item {
        text-align: left!important;
    }
    .portfolio-info {
        float: none;
    }
}
.btn-info[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover {
    color: #fff;
}

.reportButtons h4 {
    color: #08c;
}
.testimonial .testimonial-author p {
    color: #777!important;
}
.testimonial .testimonial-author img {
    min-height: 80px;
}

@media (max-width: 767px) {
    .header-application-name {
        font-size: 16px;
    }
}

.hamburger-icon {
    visibility: hidden;
    border-radius: 100px;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    background: #00aaff;
    margin-top:8px;
    position:absolute;
    right:8px;
}

@media (max-width: 991px) {
    #main-menu {
        visibility: hidden;
        width: 40%;
        margin-top: 43px !important;
        opacity: 0;
        transition: .35s;
        position: absolute !important;
    }

    #main-menu.show{
        width:100%;
        opacity:1;
        visibility:visible;
    }

    .hamburger-icon{
        visibility:visible;
    }
}

.header-main {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-main-left {
    display: flex;
    flex-direction: row;
    align-items:center;
}
    .header-main-left img {
        max-width: unset !important;
    }

.header-main-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
}

.header-right-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
}

    .header-right-menu li > a {
        font-size: .9em;
        display: unset !important;
    }

        .header-right-menu li > a:hover, .header-right-menu li:hover {
            background-color: #eee !important;
            color: #999 !important;
        }

    .header-right-menu ul {
        border: none;
    }

.header-left-text {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(150,150,150,.51);
}

@media(max-width:615px) {
    .header-main {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .header-main-left {
        margin-right: auto;
        text-align: center;
    }

    .header-left-text {
        margin-left: unset !important;
    }

    .header-right-menu li > a {
        padding: 5px 5px !important;
    }
}

ul.unit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.research-area-list {
    padding-left: 0px;
    list-style: none;
}

ul.portfolio-list {
    margin-bottom: 35px !important;
}
