.sub-page-banner {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-page-banner .row {
    min-height: 50vh;
    padding-bottom: 80px;
    max-height: 500px;
}
.sub-page-banner h1, .sub-page-banner h4 {
    color: #fff;
}
.gray-bg {
    background-color: #fafafd;
}
.service-cards {
    cursor: pointer;
    padding: 0.75rem 0.5rem 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
}
.service-cards.active, .service-cards:hover {
    border: 2px solid #8f98ff;
}
.service-offering-card {
    background-color: #f8f8f8;
    overflow: hidden;
    border-radius: 0.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    box-shadow: 0 1px 9px 3px rgba(0, 0, 0, .06)!important;
}
.service-offering-card>div:first-child {
    background-color: #f8f8f8;
}
.service-offering-card .tab-title {
    position: relative;
}
.service-offering-card .tab-title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ff7648;
    width: 50%;
    max-width: 80px;
    height: 3px;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.service-offering-card .btn-secondary, .service-offering-card .btn-secondary:active, .service-offering-card .btn-secondary:focus, .service-offering-card .btn-secondary:hover {
    position: relative;
    background-color: #fff!important;
    color: #1f252b!important;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 4rem 0.75rem 1rem;
    box-shadow: 0 1px 9px 3px rgba(0, 0, 0, .06)!important;
    overflow: hidden;
}
.service-offering-card a {
    font-family: Heebo, sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.service-offering-card .dropdown-toggle::after {
    position: absolute;
    content: '';
    border: none;
    background-color: #ff7648;
    height: 100%;
    right: 0;
    width: 50px;
    top: 0;
    background-image: url(../images/service-offerings/menu.svg);
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
}
.service-offering-card .dropdown-menu {
    width: 100%;
    padding: 0;
    border: none;
    transform: none!important;
    top: 100%!important;
    margin-top: -1px;
    z-index: 1;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .12);
}
.service-offering-card .nav-tabs {
    border: none;
}
.service-offering-card .dropdown-menu li {
    display: block;
    width: 100%;
}
.service-offering-card .dropdown-menu a {
    display: block;
    padding: 0.5rem 0.75rem;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1f252b;
    transition: .25s ease-in-out;
}
.service-offering-card .dropdown-menu a.active, .service-offering-card .dropdown-menu a:hover {
    color: #1f252b;
    background: #f0f0f3;
    transition: .25s ease-in-out;
}

.inner-cards {
    background-color: #8f98ff;
    border-radius: 1rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
    color: #fff;
    height: 100%;
}
.inner-cards h5 {
    position: relative;
}
.inner-cards h5::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 50px;
    height: 2px;
}
.info-graphics {
    max-width: 800px!important;
    width: 100%!important;
}
.service-card-spacing img {
    max-width: 100px!important;
}
.tab-pane li {
    line-height: 16px;
}
.what-can-we-do li:hover {
    background-color: #f8f8f8;
    transition: .25s ease-in-out;
    transform: translateY(-4px);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
}
.what-can-we-do li {
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transform: translateY(0);
    transition: .25s ease-in-out;
    border-radius: 0.25rem;
}

.inner-cards li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 0.75rem;
}
.inner-cards li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    transform: translate(-50%, -50%);
    background-image: url(../images/service-offerings/tick-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
}
.managed-services {
    list-style: none;
}
.managed-services li {
    line-height: 28px;
    position: relative;
}
.managed-services li::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -15px;
    top: 14px;
    background-color: #ff7648;
}
#menu5 img {
    display: block;
    margin: auto;
    max-width: 800px;
}
.tab-content img {
    max-width: 800px;
    display: block;
    margin: auto;
    width: 100%;
}
.partner-bg {
    background-color: #f4f4f4;
}
.logo-item {
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, .08);
    border-radius: 1rem;
    background-position: right top;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
}
.logo-item {
    padding: 1rem;
    cursor: pointer;
}
.logo-item:hover {
    box-shadow: 0 6px 14px -2px rgba(0, 0, 0, .18);
    transition: .5s ease-in-out;
    transform: translateY(-5px);
}
.list-hippened li, .underlined-title {
    position: relative;
}
.underlined-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #ff7648;
    width: 8%;
    max-width: 60px;
    height: 3px;
}
.list-hippened li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #1f252b;
    width: 5px;
    height: 1px;
}
.bullet-point h5 {
    width: 30px;
    height: 30px;
    background-color: #8f98ff;
    border-radius: 0.35rem;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-right: 0.75rem;
}
.cms-contact-us, .cms-contact-us:hover {
    color: #ff7648;
}
.cms-list-unstyled {
    list-style-type: none;
    padding: 0;
}
.cms-list-unstyled li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(../images/cms-icon-7.png);
    width: 20px;
    height: 20px;
}
.cms-list-unstyled li {
    padding-left: 28px;
    margin-bottom: 13px !important;
    font-weight: 600;
}