* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}


.heading2 {
    font-size: 28px;
    font-weight: 700;
}

.top-menu {
    background-color: #f2f2f2;
    padding: 5px 0;
}

.top-menu li {
    padding-left: 27px;
    list-style: none;
}
.top-menu a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.top-menu a img {
    margin-right: 5px;
}

.main-header {
    background-color: #d9d9d9;
}

.main-header nav.navbar {
    flex: auto;
    padding: 20px 0;
}

header.fixed-top {
    position: sticky;
}

.navbar-brand {
    padding: 0;
    position: absolute;
    text-align: center;
    vertical-align: top;
    top: -34px;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 0px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #c10001;
}

#site-footer {
    background: #1c1c1c;
    color: #fff;
    padding-top: 65px;
    position: relative;
    padding-bottom: 30px;
}

#site-footer h3.ft-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

#site-footer a,
#site-footer li {
    font-size: 16px;
    color: #fff;
}

#site-footer .ul-style-arrow {
    padding-left: 20px;
    margin: 0;
    line-height: 28px;
    list-style: none;
}

.ul-style-arrow li {
    position: relative;
}
.ul-style-arrow li:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: -20px;
    top: 3px;
}

.footer-contact img {
    width: 30px;
    position: absolute;
    left: 0px;
}

.footer-contact li {
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.ft-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.ft-social ul li {
    display: inline-block;
    margin-left: 10px;
}

.copt-part {
    border-top: 1px solid #fff3;
    padding-top: 18px;
    margin-top: 0;
}

.footer-contact-form {
    background-color: #f3f3f3;
    padding: 70px 0;
}

.footer-contact-block {
    max-width: 700px;
    margin: 0 auto;
}

.footer-contact-block .form-group {
    margin-bottom: 20px;
}

.footer-contact-block .form-group label {
    font-size: 16px;
    color: #020202;
    margin-bottom: 0;
}

.footer-contact-block .form-group .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    font-size: 18px;
    box-shadow: none;
    color: #020202;
}

.footer-contact-block .form-group .btn-submit {
    box-shadow: none;
    background-color: #ae0c0e;
    color: #fff;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 700;
    width: 270px;
    max-width: 100%;
    padding: 8px 12px;
}

.footer-contact-block .form-group .btn-submit:hover {
    background-color: #8b090b;
}

.footer-contact-block .form-control::-webkit-input-placeholder,
.footer-contact-block .form-control:-ms-input-placeholder,
.footer-contact-block .form-control::placeholder {
    color: rgba(2, 2, 2, 0.2);
    opacity: 1;
}

.banner-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner-videoyiyun {
    width: 100%;
    padding-right: 4%;
    text-align: right;
    padding-top: 30px;
}

.youtubeinner iframe {
    box-shadow: 0 0 0px 5px #ffffff0d;
}

.sap-resource-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 22px;
}

.banner-contetns {
    width: 100%;
    margin-top: 4%;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 28px 3%;
    color: #fff;
}

.sap-resource-banner {
    font-size: 24px;
}
.sap-resource-banner h1 {
    color: #ae0c0e;
    font-weight: bold;
    font-size: 40px;
}

.explore-imark-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-imark {
    padding: 15px 0;
    background-color: rgba(174, 12, 14, 0.9);
    font-size: 15px;
    font-weight: 600;
}

.explore-imark .imark-icon {
    border-right: 1px solid #fff;
    padding: 0 20px;
    margin-right: 20px;
}

.explore-imark .explore-down-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fbf5f5;
    margin-left: 40px;
    border: 3px solid #d9d9d9;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.explore-imark .explore-down-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ab0808 transparent transparent transparent;
}

.sr-bullet-li {
    margin: 0;
    padding: 0;
}

.sr-bullet-li li {
    padding-left: 20px;
    position: relative;
    list-style: none;
    line-height: 30px;
}

.sr-bullet-li li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ab0808;
    position: absolute;
    left: 0;
    top: 12px;
}

.value-proposition-section {
    background-color: #313332;
    padding: 65px 0;
}

.value-proposition-box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
    color: #313332;
}

.value-proposition-box h4 {
    color: #ab0808;
    font-weight: bold;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 24px;
}

.about-success-section {
    padding: 70px 0;
}

.about-success-section h2 {
    color: #313332;
}

.about-success-text {
    font-size: 24px;
    color: #313332;
}

.about-success-text h5 {
    color: #ab0808;
    font-size: 26px;
}

.about-success-box {
    color: #313332;
    padding-left: 120px;
    font-size: 20px;
    min-height: 115px;
    margin: 15px 0;
    position: relative;
    word-spacing: 4px;
}

.about-success-box h5 {
    color: #ae0c0e;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px 0;
    display: inline;
}

.about-success-box p {
    margin-bottom: 10px;
    display: inline;
}

.about-success-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ad0103;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.we-support-sap {
    background-color: #ad0204;
    font-size: 24px;
    padding: 30px 0;
}

.service-roles-section {
    background-color: #ececec;
    padding: 70px 0;
}

.service-role-card {
    height: 100%;
}

.service-role-card h5 {
    color: #ad0204;
    margin-bottom: 15px;
    font-size: 22px;
}

.service-role-card li {
    color: #000;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.service-role-card .sr-bullet-li li:after {
    top: 12px;
}

.resource-profile-section {
    background-color: #ececec;
    padding: 60px 0;
}

.resource-profile-card {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    position: relative;
    padding: 90px 25px 50px;
    font-size: 16px;
    color: #020202;
    line-height: 24px;
}

.resource-profile-card .read-morelink {
    font-size: 16px;
    color: #ad0204;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    font-weight: 700;
}

.resource-profile-slider .items {
    padding-top: 100px;
}

.resource-profile-slider .owl-item {
    opacity: 0.3;
    transition: all 300ms ease-in-out;
}

.resource-profile-slider .owl-item.center {
    transform: translateY(-30px);
    opacity: 1;
}

.resource-profile-slider {
    padding: 0 30px;
    position: relative;
}

.resource-profile-slider .owl-nav button.owl-prev,
.resource-profile-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #757575;
    left: 0;
    box-shadow: none;
    outline: none;
}

.resource-profile-slider .owl-nav button.owl-next {
    right: 0;
    left: inherit;
}

.sap-candidate-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    padding: 8px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
}

.spa-candidate-name {
    font-size: 16px;
    color: #000;
    max-width: 300px;
    margin: 0 auto 22px;
    display: block;
    line-height: 30px;
}

.resource-profile-card .sap-candidate-img img {
    width: 120px;
    margin: 0 auto;
}

.resource-profile-section .btn-resource {
    box-shadow: none;
    background-color: #ae0c0e;
    color: #fff;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 700;
    width: 270px;
    max-width: 100%;
    padding: 8px 12px;
    margin: 0 10px;
}

.resource-profile-section .btn-resource:hover {
    background-color: #8b090b;
}

.sap-resource-partner {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sap-resource-partner .container {
    position: relative;
    z-index: 1;
}

.sap-resource-partner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
}

.resource-partner-detail p {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.resource-partner-name {
    font-size: 20px;
    color: #fff;
}

.resource-partner-name span {
    margin-right: 10px;
}

.resource-partner-slider {
    padding: 0 30px;
    position: relative;
}

.resource-partner-slider .owl-nav button.owl-prev,
.resource-partner-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #fff;
    left: 0;
    box-shadow: none;
    outline: none;
}

.resource-partner-slider .owl-nav button.owl-next {
    right: 0;
    left: inherit;
}


@media (max-width: 1199px) {

    

    .sap-resource-banner {
        font-size: 24px;
    }
    .sap-resource-banner h1 {
        font-size: 38px;
    }
    .heading2 {
        font-size: 26px;
    }
    .value-proposition-box h4 {
        font-size: 20px;
    }
   
    .about-success-text h5 {
        font-size: 25px;
    }
    .about-success-text {
        font-size: 24px;
    }
    .about-success-box h5 {
        font-size: 18px;
    }
    .about-success-box {
        font-size: 18px;
    }

   

    .resource-partner-detail p,
    .resource-partner-name {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
        padding: 0 10px;
    }

    .header-logo img {
        max-width: 150px;
    }

    .navbar-brand {
        top: -20px;
    }

    .footer-col {
        margin-bottom: 35px;
    }

    #site-footer {
        padding-top: 50px;
    }

    .service-role-card {
        height: auto;
        margin: 15px 0;
    }

    .sap-resource-banner {
        font-size: 20px;
    }
    .sap-resource-banner h1 {
        font-size: 32px;
    }
    
    .value-proposition-section {
        padding: 50px 0;
    }

    .about-success-section {
        padding: 50px 0;
    }

    .service-roles-section {
        padding: 50px 0;
    }
    .resource-profile-section {
        padding: 40px 0;
    }


    .resource-profile-slider .owl-item {
        opacity: 1;
    }

    .sap-resource-partner {
        padding: 50px 0;
    }

    .resource-partner-detail p,
    .resource-partner-name {
        font-size: 20px;
    }
    .footer-contact-form {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .top-menu li {
        padding-left: 8px;
    }

    .top-menu a {
        font-size: 13px;
    }

    .main-header nav.navbar {
        padding: 15px 0;
    }

    .navbar-brand {
        top: 0;
    }

    .header-logo img {
        max-width: 120px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #d9d9d9;
        width: 100%;
    }

    .navbar-toggler {
        margin-left: auto;
        margin-right: 10px;
    }

    .navbar-nav li {
        padding: 7px 15px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
        color: #000;
        padding: 0;
    }

    .navbar-toggler {
        background-color: #313332;
    }

    #site-footer {
        padding-top: 30px;
    }

    .cop-inner {
        font-size: 12px;
    }

    #site-footer h3.ft-title {
        font-size: 16px;
    }

    #site-footer a,
    #site-footer li {
        font-size: 14px;
    }

    .sap-resource-banner {
        font-size: 18px;
    }
    .sap-resource-banner h1 {
        font-size: 30px;
    }
    .heading2 {
        font-size: 24px;
    }

    .explore-imark {
        font-size: 14px;
    }
    .explore-imark .explore-down-arrow {
        margin-left: 10px;
    }
    .explore-imark .imark-icon {
        padding: 0 10px;
        margin-right: 10px;
    }

    .value-proposition-section {
        padding: 30px 0;
    }

    .value-proposition-box h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .value-proposition-box {
        font-size: 14px;
    }

    .about-success-section {
        padding: 30px 0;
    }

    .about-success-text h5 {
        font-size: 20px;
    }
    .about-success-text {
        font-size: 16px;
    }
    .about-success-box h5 {
        font-size: 16px;
    }
    .about-success-box {
        font-size: 16px;
    }

    
    .we-support-sap {
        font-size: 20px;
    }
    .service-roles-section {
        padding: 30px 0;
    }

    .service-role-card h5 {
        font-size: 22px;
    }

    .service-role-card li {
        font-size: 14px;
    }

    .spa-candidate-name {
        font-size: 20px;
    }

    .resource-profile-card {
        font-size: 15px;
    }

    .resource-profile-card .read-morelink {
        font-size: 15px;
    }

    .resource-profile-section .btn-resource {
        font-size: 14px;
        width: auto;
        margin: 6px 10px;
    }

    .sap-resource-partner {
        padding: 30px 0;
    }

    .resource-partner-detail {
        padding: 15px 0;
    }
    .resource-partner-detail p,
    .resource-partner-name {
        font-size: 17px;
    }

    .sap-resource-partner .heading2 {
        font-size: 24px;
    }
    .footer-contact-form {
        padding: 30px;
    }

    .footer-contact-block .form-group label {
        font-size: 16px;
    }

    .footer-contact-block .form-group .form-control {
        font-size: 16px;
    }

    .footer-contact-block .form-group .btn-submit {
        font-size: 14px;
        width: auto;
        padding: 8px 25px;
    }
}
