/* Module Custom Styles */

.fit-bg {
    min-height: 100% !important;
}

/*Hero banner*/
.ag_banner_header {
    font-size: 61.04px !important;
    font-family: Noto Sans !important;
    font-weight: 700 !important;
    line-height: 76.3px !important;
    margin-bottom: 32px;
}

.align-custom {
    margin-left: 150px;
    margin-top: 68px;
}

.ICS-title {
    margin-bottom: 40px;
}

.ICS-section p {
    margin-bottom: 0!important;
}

@media (max-width: 1025px) {
    .align-custom {
        margin-left: 62px !important;
    }
}

@media (max-width: 768px) {
    .ICS-title {
        margin-bottom: 24px;
    }

    .ag_banner_subheader {
        width: 50%;
        font-size: 14px !important;
        line-height: 19.6px !important;
        margin-bottom: 56px !important;
    }

    .ag_banner_header {
        font-size: 48.83px !important;
        line-height: 61px !important;
        margin-bottom: 28px !important;
    }

    .align-custom {
        margin-left: 62px !important;
    }
}

@media (max-width: 480px) {
    .ICS-title {
        margin-bottom: 24px;
    }

    .align-custom {
        margin-left: 18px !important;
        margin-top: 47px !important;
    }

    .ag_banner_header {
        width: 70%;
        font-size: 39.06px !important;
        line-height: 48.8px !important;
        margin-bottom: 28px !important;
    }
}



.ag_banner_subheader {
    font-size: 20px !important;
    font-family: Noto Sans !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    margin-bottom: 48px;
}

/* end Hero banner*/
.padding-scrollbar {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}

.align-custom {
    margin-left: 150px;
    margin-top: 68px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Two columns */
    gap: 24px;
    /* 24px gap between columns and rows */
}

.grid-item {
    padding: 0;
    /* Removes padding from columns */
}

.keyfeat-text-color {
    color: #394049;
}

.rounded-12px {
    border-radius: 12px;
    box-shadow: 0px 2px 15px 2px #8E929833;
}

.keyfeat-content-container {
    padding-right: 0px;
    padding-left: 40px;
}

.keyfeat-content {
    padding-left: 24px;
    padding-right: 0px;
}

.keyfeat-image {
    padding-right: 0px;
}

/* for long text in managed services
  
  */
.manageservices-long-text {
    white-space: pre-line;
}

.image-success-size {
    width: 50px;
    height: 50px;
}

.custom-managed-service {
    display: flex;
    height: 100%;
    row-gap: 32px;
    column-gap: 100px;
}

.leader-quote {
    font: Noto Sans !important;
    color: #646970;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 40px;
}

.quote {
    margin-bottom: 32px;
    font-family: Noto Sans !important;
    border-left: 5px solid #45E8FF;
    padding-left: 25px;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #394049;
}

.border_blue_color {
    border: 2px solid #066BFC !important;
}

.btn-padding {
    padding: 12px 36px;
}

.btn-blue-color {
    color: #066BFC !important;
}

.btn-content {
    font-family: Noto Sans !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22.4px !important;
}

.link-lk {
    color: #066BFC;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    word-wrap: break-word;
}

.link-lk:hover {
    color: #066BFC;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    word-wrap: break-word;
}

.benefit__item__param p {
    color: #394049 !important;
}

.benetits-tittle {
    margin-bottom: 40px;
}

.main-title {
    margin-bottom: 24px;
}

.margin-custom {
    margin-top: 80px !important;
}

@media (max-width: 1025px) {
    .align-custom {
        margin-left: 62px !important;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
        /* Two columns */
    }

    .keyfeat-content-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .keyfeat-image {
        margin-bottom: 12px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .leader-quote {
        margin-bottom: 18px !important;
    }

    .btn-padding {
        padding: 10.31px 27.48px;
    }

    .margin-custom {
        margin-top: 32px !important;
    }
}

.StepProgressParent .active {
    color: #066BFC !important;
}

.service-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.StepProgress-item:hover {
    color: #7a7a83;
}

body {
    font-family: Noto Sans !important;
}

.r-12 {
    border-radius: 12px;
}

.header__breadcrumb {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    position: relative;
    z-index: 1;
    top: 149px;
    left: 80px;
    color: #fff;
}

@media (max-width: 768px) {
    .align-custom {
        margin-left: 62px !important;
    }

    .header__breadcrumb {
        left: 0px;
        max-width: 720px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .md-mx-auto {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 480px) {
    .align-custom {
        margin-left: 18px !important;
        margin-top: 47px !important;
    }

    .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
        /* Two columns */
    }

    .image-success-size {
        width: 35px !important;
        height: 35px !important;
    }

    .leader-quote {
        margin-bottom: 32px !important;
    }

    .btn-padding {
        padding: 8px 20px;
    }

    .service-item {
        flex-direction: row !important;
    }

    .header__breadcrumb {
        font-size: 10px !important;
        line-height: 14px !important;
        top: 129px !important;
    }
}

.section__banner {
    margin-top: 70px !important;
    background-image: url(Themes/Oqtane.Theme.Arsha/assets/img/carbondexbanner.png);
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



@media (max-width: 768px) {
    .section__content {
        padding-top: 0 !important;
    }
}

.blocks {
    overflow: hidden !important;
}

.ag_banner_header {
    font-size: 61.04px !important;
    font-family: Noto Sans !important;
    font-weight: 700 !important;
    line-height: 76.3px !important;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .ag_banner_header {
        width: 80%;
        font-size: 48.83px !important;
        line-height: 61px !important;
        margin-bottom: 28px !important;
    }
}

@media (max-width: 480px) {
    .ag_banner_header {
        font-size: 39.06px !important;
        line-height: 48.8px !important;
        margin-bottom: 28px !important;
    }
}

.ag_banner_subheader {
    font-size: 20px !important;
    font-family: Noto Sans !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    margin-bottom: 48px;
}


@media (max-width: 768px) {
    .ag_banner_subheader {
        font-size: 14px !important;
        line-height: 19.6px !important;
        margin-bottom: 56px !important;
    }
}

.ag_inner_sestion_casestudies {
    font-size: 40px !important;
    font-family: Noto Sans !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.simple-list-item-1 p {
    color: #394049 !important;
    font-size: 16px !important;
    font-family: Noto Sans !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.primarycolor {
    color: #066BFC !important;
}

.seccolor {
    color: #21272D !important;
}

.mb80px {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .mt-12px {
        margin-top: 12px;
    }
}

.mb40px {
    margin-bottom: 40px;
}

.btn-blue-gradient {
    background-image: linear-gradient(to right, #066BFC, #5EA1FD) !important;
}

.navbar__content-md {
    display: none;
}

@media (max-width: 768px) {
    .navbar__content-lg {
        display: none !important;
    }

    .navbar__content-md {
        display: flex !important;
        align-items: center;
        height: 83px;
        padding: 16px 20px 16px 20px;
        box-shadow: 0px 2px 15px 2px #8E929833;
        background-color: #FFFFFF !important;
    }

    .navbar__content-md .navbar-collapse {
        z-index: 1;
    }
}

@media (max-width: 480px) {
    .navbar__content-md {
        height: 64px;
    }
}

.navbar__content-md .navbar-toggler {
    background-color: #FFFFFF;
    border: none;
}

.navbar__content-md .nav-item .active {
    color: #066BFC !important;
}

.border-bottom-gray {
    border-bottom: 1px solid gray;
}

@media (max-width: 768px) {
    .sessionkey_f_header {
        font-size: 39.06px !important;
        line-height: 54.68px !important;
        font-weight: 700 !important;
    }

    .manageservices_bg {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .img-benitits {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .sessionkey_sec_header {
        font-size: 25px !important;
        line-height: 35px !important;
        font-weight: 700 !important;
    }

    .innerpage_title {
        font-size: 39.06px !important;
        line-height: 48.8px !important;
        font-weight: 700 !important;
    }

    .innerpage_para {
        font-size: 14px !important;
        line-height: 21px !important;
        font-weight: 400 !important;
    }

    .benitits-tittle {
        font-weight: 700;
        font-size: 16px !important;
        line-height: 22.4px !important;
    }

    .benitits-para {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .simple-list-item-1 p {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .service-item {
        display: flex;
        gap: 20px;
    }

    .btn-small {
        font-size: 14px !important;
        line-height: 19.6px !important;
    }
}

.ml-auto {
    margin-left: auto;
}

.sessionkey_pera_color {
    color: #394049 !important;
}