header {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #000 !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%) !important;
}

header .navbar .navbar-nav li a span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.navbar .navbar-nav li:hover a span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}


/* header .navbar .navbar-nav li .menu-wrapper-1 {
    z-index: 10;
    position: absolute;
    top: 103px;
    left: 0;
    right: 0;
    display: none;
    width: 20%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

header .navbar .navbar-nav li .menu-wrapper-1 ul {
    position: relative;
    width: auto !important;
    padding: 50px 0 40px;
    border: none;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
} */

header .inactive-logo,
header .active-logo {
    max-height: 80px !important;
    padding: 5px;
}

.founders-m {
    z-index: -1;
    width: 90%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
}

.crew-portal-btn {
    padding: 20px 31px 17px;
    font-size: 20px !important;
    border: 0;
    line-height: 1;
    color: #fff;
    background: #36b8ad;
}

.founders-m img {
    width: 100%;
    height: 115%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.home-animation-two-img__left {
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: none;
}

.founder-section p {
    text-align: justify;
}

.bs-section--history-counter:after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    right: 0;
    bottom: -1px;
    width: 40%;
    height: 183px;
    background-color: #fff0 !important;
}

.bs-section--history-counter {
    padding: 100px 0 100px !important;
}

.bs-section--history-counter .bs-column---default {
    padding: 0px 0 0 33px !important;
}

.new-1 {
    margin-top: 100px;
}

.home .dark-nav-1 {
    box-shadow: none;
    background-color: #000;
}

.pd_item {
    margin-top: 20px;
}

.pd_item h5 {
    font-size: 16px;
}

.pd_item p {
    font-size: 13px;
    line-height: 20px;
}

.contact_info {
    font-size: 14px;
    line-height: 26px;
}