a.navbar-brand img {
    width: 200px;
}

.section-blog-home .section-row {
    margin-bottom: 50px;
}

.section-blog-home .our-gallery-nav {
    margin-bottom: 50px;
}

ul#v-pills-tab button {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: left;
}

ul#v-pills-tab button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/arrow-text.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.section-blog-home .button-see-more {
    text-align: center;
}

.about-us .section-title h2
 {
    font-size: 30px;
    margin-bottom: 0;
    cursor: none;
}

.list-publication-home {
    position: relative;
    z-index: 1;
}

.tabs-publication.nav-pills .nav-link.active {
    background: var(--accent-color);
    border-radius: 99px;
    border-color: var(--accent-color);
}

.tabs-publication.nav-pills .nav-link {
    border-radius: 99px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    border: 1px solid #fff;
}

.tabs-publication.nav-pills .nav-link:hover {
    border-color: var(--primary-color);
}

.tabs-publication {
    margin-bottom: 30px !important;
    justify-content: center;
}

.section-publication-home .section-row {
    margin-bottom: 30px;
}

.section-publication-home .button-see-more {
    text-align: center;
}


.parallax-video .section-title h2 {
    color: #fff;
}

.section-what-we-do-about li {
    padding-bottom: 20px;
}

.section-what-we-do-about ul {
    margin-top: 30px;
    line-height: 1.8em;
}

.mission-vision-box {
    width: 100%;
    max-width: 100%;
    bottom: unset;
}

.mission-vision-item {
    position: relative;
    width: calc(50% - 53.33px);
}

.our-approach.section-what-we-do-about {
    padding-bottom: 250px;
}

.section-history-about .section-title p {
    text-align: justify;
}

.section-history-about .section-title {
    text-align: center;
}