.headFixed {
    width: 100%;
    position: fixed !important;
    top: 0;
    transition: 0.25s;
    z-index: 1000
}

.navbar {
    display: block;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.navbar a {
    text-decoration: none
}

.navbar .navbar-top {
    width: 100%;
    height: 50px;
    background: #F7F7F8
}

.navbar .navbar-top.navbar-top-second {
    height: 90px;
    background: #FFFFFF
}

.navbar .navbar-top-content {
    width: 90%;
    max-width: 1350px;
    height: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

.navbar .navbar-info {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.navbar .navbar-info .navbar-info-item {
    display: flex;
    align-items: center;
    margin-right: 15px
}

.navbar .navbar-info img {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.navbar .navbar-top-left,
.navbar .navbar-top-right {
    display: flex;
    align-items: center;
    gap: 15px
}

.navbar .navbar-top-left img,
.navbar .navbar-top-right img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.navbar .navbar-top-left {
    margin-right: 15px
}

.navbar .navbar-icon {
    width: 150px;
    display: flex;
    align-items: center
}

.navbar .navbar-icon img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.navbar .main-menu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar .menu-bar {
    height: 100%;
    transition: 0.15s;
    cursor: pointer;
    position: relative
}

.navbar .menu-bar .bar-title {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    padding: 32px 18px;
    display: block;
    box-sizing: border-box
}

.navbar .menu-bar:hover .bar-title,
.navbar .menu-bar .bar-title.active {
    color: #E0191E
}

.navbar .sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    color: #000000;
    z-index: 1111;
    padding: 10px 0;
    display: none
}

.navbar .main-menu .menu-bar:hover .sub-menu {
    display: block
}

.navbar .sub-menu-container {
    width: 220px;
    background: #F5F5F5;
    box-sizing: border-box
}

.navbar .sub-menu-container.capabilities {
    width: 255px
}

.navbar .sub-menu-item {
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0
}

.navbar .sub-menu-item a {
    padding: 10px 15px;
    margin: 0px 5px;
    display: block;
    box-sizing: border-box;
    background: transparent;
    color: #333333
}

.navbar .sub-menu-item.active a {
    background: #F3DFDF;
    color: #E0191E
}

.navbar .sub-menu-item:hover a {
    background: #E0191E;
    color: #FFFFFF
}

.navbar .sub-menu-list .sub-menu-item.sub-menu-item-two {
    width: 48%
}

.navbar .sub-menu-list .sub-menu-item.sub-menu-item-three {
    width: calc(100% / 3 - 30px)
}

.navbar .sub-menu-list .sub-menu-item a {
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
    display: block
}

.navbar .sub-menu-list .sub-menu-item:hover a {
    color: #0d6aec
}

.navbar .request-button {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #E0191E;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px
}

.navbar .request-button:hover {
    background: #c4161a
}

.navbar-mobile {
    display: none;
    width: 100%;
    background: #000000 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 50px;
    line-height: 50px;
    transition: 0.5s;
    position: relative
}

.navbar-mobile .mobile-header {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-mobile .navbar-icon {
    width: 120px;
    display: flex;
    align-items: center
}

.navbar-mobile .navbar-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.navbar-mobile .fold-btn {
    width: 50px;
    height: 100%;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: block
}

.navbar-mobile .close-btn {
    width: 50px;
    height: 100%;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    cursor: pointer
}

.navbar-mobile .mobile-container {
    width: 100%;
    min-width: 330px;
    position: absolute;
    top: 50px;
    background-color: #222222;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    padding-bottom: 0.8rem;
    transition: 0.5s;
    z-index: 111111;
    display: none
}

.navbar-mobile .mobile-container.expanded {
    display: block
}

.navbar-mobile .request-button {
    width: 90%;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 0;
    background: #E0191E;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center
}

.navbar-mobile .request-button:hover {
    background: #c4161a
}

.mobile-menu {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mobile-menu .menu-bar {
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #666666
}

.mobile-menu .menu-bar a {
    text-decoration: none
}

.mobile-menu .menu-bar:hover {
    background: transparent
}

.mobile-menu .menu-bar .bar-title {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    text-align: left;
    display: block
}

.mobile-menu .menu-bar.active .bar-title {
    color: #E0191E
}

.mobile-menu .request-button {
    width: 100%;
    border-radius: 0px;
    margin-top: 20px
}

.mobile-menu .sub-menu {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    padding: 10px 8px;
    box-sizing: border-box;
    display: none
}

.mobile-menu .menu-bar .sub-menu.active {
    display: block
}

.mobile-menu .sub-menu-container {
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block
}

.mobile-menu .sub-menu-item {
    width: 100%;
    padding: 0;
    text-align: left;
    color: #ffffff
}

.mobile-menu .sub-menu-item.active .sub-menu-link {
    color: #E0191E
}

.mobile-menu .sub-menu-item a,
.mobile-menu .sub-menu-item .sub-menu-link {
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    display: block
}

.mobile-menu .sub-sub-menu {
    width: 100%;
    display: none
}

.mobile-menu .sub-menu-item:hover {
    background: transparent
}

.mobile-menu .sub-menu-item.active .sub-sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}

.mobile-menu .sub-sub-menu-item {
    width: 48%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    background: #777474;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:760px) {
    .navbar {
        display: none
    }

    .navbar-mobile {
        display: block
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .navbar {
        display: none
    }

    .navbar-mobile {
        display: block
    }
}

@media screen and (min-width:1020px) and (max-width:1350px) {
    .main-menu {
        width: 80%
    }
}