* {
    font-family: "Roboto", sans-serif;
}

a {
    color: transparent;
}

.header-bg-color {
    background-color: #1F313A !important;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 1) !important;
}

.portal-btn {
    padding-left: 38px;
    padding-right: 38px;
    background-color: #1396DA;
    color: white;
}

.portal-btn:hover {
    background-color: #0B79B2;
    color: #9cd6f5;
}

.portal-btn1 {
    padding-left: 38px;
    padding-right: 38px;
    background-color: transparent;
    color: #0B79B2;
    border: 1px solid #0B79B2;
}

.portal-btn1:hover {
    background-color: #d3f0ff;
    color: #2f769d;
    border: 1px solid #5e8fd6;
}

.register-btn {
    background-color: #1F313A;
    color: white;
}

.register-btn:hover {
    background-color: #1f313acc;
    color: white;
}

.Sign-in-outline-btn {
    background-color: transparent;
    color: #1F313A;
    border: 1px solid #1F313A;
}

.Sign-in-outline-btn:hover {
    background-color: #fff;
    border: 1px solid #1F313A;
}

.bg-shapes {
    background: url(../v2images/banner-bg-shapes.svg) 0 -50px no-repeat;
    background-size: cover;
}

.bg-truck {
    background: url(../v2images/banner-truck.png) no-repeat right 0;
    background-size: 60%;
}

.inner-bg {
    background: url(../v2images/inner-banner-truck.jpg) no-repeat top -540px right 0;
    background-size: 100%;
    padding-bottom: 72px;
}

.bg-truck h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px !important;
}

.bg-truck p {
    font-size: 28px;
    font-weight: 400;
}

.bg-truck span {
    color:#1396DA
}

.bg-truck .portal-btn,
.bg-truck .portal-btn1 {
    font-size: 22px;
    padding: 2px 26px;
}

.bg-truck .portal-btn small, .bg-truck .portal-btn1 small {
    font-size: 16px;
    color: #DEEEF6;
}

.bg-truck .portal-btn1 small.color-light {
    color:#3DAFEA;
}

.avolve-offer.features3 {
    background-color: transparent;
}

.features3 {
    position: relative;
    top: 40px;
}

.features3 .shadow-lg {
    border-radius: 60px;
}

.features3 .avolve-offer-items h4 {
    font-size: 32px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.features3 .avolve-offer-items p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.darkblue {
    background-color: #1F313A;
    border-radius: 60px 0 0 60px;
}

.lightblue {
    background-color: #AEE3FE;
}

.middarkblue {
    background-color: #364E5B;
    border-radius: 0 60px 60px 0;
}

.avolve-offer h2 {
    font-size: 45px;
    color: #1396DA;
}

.avolve-offer {
    background-color: #E9F7FF;
    padding-top: 40px;
    padding-bottom: 80px;
}

.avolve-offer .avolve-offer-items {
    min-height: 210px;
}

.avolve-offer-items h4 {
    font-size: 28px;
    color: #1396DA;
}

.avolve-offer-items p {
    font-size: 14px;
    color: #6C6C83;
}


.Tabs-Sec {
    background-color: #1F313A;
}

.Tabs-Sec h4 {
    font-size: 36px;
    color: #84A5B5;
}

.Tabs-Sec h4 b {
    color: #1396DA;
    font-weight: 400;
}

.Tabs-Sec p,
.Tabs-Sec h5 {
    color: #84A5B5;
    padding: 5px 0;
}

.Tabs-Sec .nav-underline button {
    font-size: 24px;
}

.Tabs-Sec .nav-underline button.nav-link {
    color: #84A5B5;
}

.Tabs-Sec .nav-underline button.active {
    color: #1396DA;
}

.Tabs-Sec .btn {
    font-size: 22px;
    padding: 10px 48px;
}

.Tabs-Sec ul,
.Tabs-Sec ul li {
    color: #84A5B5;
}

.tab-content>.active {
    min-height: 212px;
}

.nav-tabs {
    --bs-nav-tabs-border-color: #525252;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: inherit;
    border-top-color: #263039;
    border-left-color: #263039;
    border-right-color: #263039;
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-top-color: #263039;
    border-left-color: #263039;
    border-right-color: #263039;
    color: #1396DA !important;
}



.ecosystem-platform {
    background-color: #fff;
    padding-top: 0;
}

.ecosystem-platform .avolve-offer-items {
    background-image: url(../v2images/pattern-box-bg.svg);
    border: 1px solid #0000001a;
    min-height: inherit;
}

.ecosystem-platform .avolve-offer-items p {
    min-height: 90px;
    font-size: 17px;
    font-weight: 500;
}

.categories a {
    color: #212529;
    text-decoration: none;
}

.categories .box-hover:hover {
    background-color: #9FDEFF !important;
}

.categories {
    background: url(../v2images/categories-bg.jpg) 0 0 no-repeat;
}

.categories h3 {
    color: #B7D3E0;
}

.categories-items {
    min-height: 160px;
    align-content: center;
}

.categories-items h4 {
    font-size: 16px;
    margin: 14px 0 0 0;
}

.categories .register-btn {
    font-size: 22px;
    padding: 16px 70px
}

.why-avolve {
    background: url(../v2images/paper-texture.jpg) 0 0;
}

.why-avolve .why-avolve-header h4 {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 22px;
}

.why-avolve .categories-items {
    min-height: 270px;
    align-content: end;
}

.why-avolve .categories-items.industry-focused h4 {
    background-color: #1f313a70;
    color: #fff;
    border-radius: 0 0 18px 18px;
    margin: 0;
    padding: 14px;
}

.why-avolve .categories-items.industry-focused,
.why-avolve .categories-items.build-purpose,
.why-avolve .categories-items.committed-progress,
.why-avolve .categories-items.practical-valuable {
    background: url(../v2images/industry-focused.png) 0 0 no-repeat;
    background-size: cover !important;
    padding: 0 !important;
}

.why-avolve .categories-items.build-purpose {
    background: url(../v2images/build-purpose.png) 0 0 no-repeat;
}

.why-avolve .categories-items.build-purpose:hover {
    background-color: #1396DA;
}

.why-avolve .categories-items.committed-progress {
    background: url(../v2images/committed-progress.png) 0 0 no-repeat;
}

.why-avolve .categories-items.practical-valuable {
    background: url(../v2images/Practical-Valuable.png) 0 0 no-repeat;
}

.why-avolve .categories-items.bg-transparent {
    background-image: none;
    background-color: #fff !important;
    padding: 1.5rem !important;
}

.image-hover-overlay:hover {
    opacity: 1;
}

.image-hover-overlay {
    bottom: 0;
    color: rgba(255, 255, 255, 0.75) !important;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.image-with-hover-overlay {
    display: block;
    position: relative;
}

.why-avolve .categories-items h4,
.why-avolve .categories-items p {
    color: #212529;
}

.practical-valuable p {
    font-size: 14px;
    margin-top: 14px;
}

.contact {
    background: url(../v2images/contact-bg.jpg) 0 0;
    padding: 67px 0;
    background-size: cover;
}

.contact h4 {
    font-size: 57px;
}

.contact p {
    font-size: 16px;
    font-weight: 500;
    color: #000000a6;
}

.contact .categories-items {
    min-height: inherit;
    padding: 34px;
}

.contact .categories-items.bg-transparent {
    background-image: none;
    background-color: #ffffffb8 !important;
}

.contact .form-control {
    background-color: #63add370;
    padding: 0.875rem .75rem;
}

.contact .portal-btn {
    width: 100%;
    padding: 20px;
    font-size: 22px;
}

.footer {
    background-color: #1F313A;
    color: #fff;
}

.footer .text-body-secondary {
    color: #ffffff87 !important;
}

.footer h2 {
    font-size: 22px;
}

.footer h5 {
    color: #1396DA;
    font-size: 22px;
}

.footer .apps img {
    width: 100%;
}

.footer .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #464646 !important;
    margin-bottom: 18px;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li i {
    font-size: 24px;
}

.copyright {
    font-size: 14px;
    font-weight: 200;
    color: #ffffffa6;
}

.copyright h3 {
    font-size: 16px;
    font-weight: 400;
}

.contact-us .contact {
    background: none;
    padding: 0;
}

.contact-us .contact h4 {
    font-size: 34px;
}

.contact-us .fs-2 {
    font-size: 1.4rem !important;
}

.business-information img {
    height: 320px;
    width: stretch;
}

.inner-bg h2 {
    color: white;
    font-size: 60px;
    background-color: #1f313a85;
    width: fit-content;
    padding: 21px;
    border-radius: 12px;
}

.solutions {
    background-color: #F4F9FB;
}

.solutions h2 {
    font-size: 34px;
    color: #263039;
}

.solutions .avolve-offer-items {
    min-height: 260px;
}

.inner-heading {
    background-color: #D6E8F3;
}

.inner-heading p {
    color: #333333c9;
    font-size: 18px;
}

.inner-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 33px;
    border-top: 1px solid #1396DA;
    margin-top: -64px;
}

.grow-business .inner-content h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}

.grow-business .inner-content h2 b {
    color: #1396DA;
    font-weight: 500;
}

.grow-business .inner-content h3 {
    font-weight: 400;
    position: relative;
}

.grow-business .inner-content h3::after, .grow-business .inner-content h3::before {
    content: '';
    background-color: #D1DEE5;
    height: 1px;
    width: 21%;
    margin-left: 14px;
    margin-top: 18px;
}

.grow-business .inner-content h3::before {
    margin-right: 14px;
}

.grow-business .inner-content h4 {
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #D1DEE5;
    padding: 14px 0;
    margin-bottom: 12px;
}

.grow-business .inner-content .bg-white-shadow {
    box-shadow: 2px 4px 14px #00000017;
    min-height: 268px;
}

.grow-business .inner-content p {
    font-size: 15px;
}

.grow-business .contact .categories-items.bg-transparent {
    padding: 0 !important;
}

.grow-business .contact .form-control {
    background-color: #F4FBFF;
    padding: 0.875rem .75rem;
    border: 2px solid #C1DEED;
}

.grow-business .business-information {
    background-color: #FAFDFF !important;
    box-shadow: 0 0 4px #00000042;
    padding-right: 66px !important;
}

.grow-business .business-information ul {
    padding-left: 10px;
    margin-bottom: 24px;
}

.grow-business .business-information ul li {
    font-weight: 500;
    font-size: 15px;
    color: #6C6C83;
    border-bottom: 1px solid #D1DEE5;
    padding: 10px 0;
    list-style-type: none;
    display: flex;
}

.grow-business .business-information ul li:last-child {
    border-bottom: none;
}

.grow-business .business-information img {
    height: inherit;
    width: inherit;
    padding-right: 12px;
}

.solutions .categories {
    background: none;
}

.solutions .categories .categories-items {
    background-color: #f6f9fb !important;
}

.solutions .categories .box-hover:hover {
    background-color: #9FDEFF !important;
}