:root {
    --black-bg: #071E22;
    --green: #0D3B3F;
    --deep-green: #09272A;
    --white: #fff;
    --text-light: #F5FAF8;
    --golden: #3db4ef;
}

.drop_select .dropdown-toggle {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 14px 22px;
    border-radius: 6px;
    transition: all 250ms ease-in-out;
}

.drop_select .dropdown-toggle.show {
    background-color: #fff;
    color: #1e2f97;
}

.drop_select .dropdown-toggle::after {
    border: none;
    content: "\ea4d";
    font-family: remixicon !important;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    margin-left: 8px;
}

.drop_select .dropdown-menu {
    background-color: #fff;
    transition: all 100ms ease-in-out;
}

.drop_select .dropdown-menu .dropdown-item {
    color: #242424;
    font-size: 15px;
    font-weight: 600;
}

.drop_select .dropdown-menu .dropdown-item:hover,
.drop_select .dropdown-menu .dropdown-item:focus,
.drop_select .dropdown-menu .dropdown-item.active {
    background-color: #27abed;
    color: #fff;
}

@media (max-width: 575px) {
    .storySel .drop_select {
        margin-right: 15px;
    }
    .drop_select .dropdown-toggle {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 15px;
    }
    .drop_select .dropdown-toggle::after {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 15px;
        margin-left: 5px;
    }
}


/**** Style for Insights Pages ****/

.ip_wrap {
    background-color: var(--black-bg);
    padding: 97px 0;
    padding-bottom: 96px;
}

.ip_wrap .ip_sel {
    text-align: left;
    margin-bottom: 48px;
}

.ip_wrap .ip_sel .drop_select .dropdown-toggle {
    font-size: 40px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.8px;
    border-bottom: solid 4px;
    padding-bottom: 8px;
}

.ip_wrap .ip_sel .drop_select .dropdown-toggle::after {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 8px;
}

.ip_wrap .ip_ser {
    margin-bottom: 32px;
}

.ip_wrap .ip_ser p {
    color: var(--golden);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 11px;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.ip_wrap .ip_ser .search_box {
    position: relative;
}

.ip_wrap .ip_ser .search_box input {
    color: var(--text-light);
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    border: solid 1px rgb(32 53 57);
    display: block;
    width: 100%;
    padding: 11px 12px;
    padding-left: 40px;
    outline: none;
}

.ip_wrap .ip_ser .search_box input:hover {
    background: rgba(255, 255, 255, 0.20);
    background-color: solid 1px rgb(57 75 78);
}

.ip_wrap .ip_ser .search_box input:focus {
    border-color: rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
}

.ip_wrap .ip_ser .search_box input::placeholder {
    color: var(--text-light);
    opacity: 1;
}

.ip_wrap .ip_ser .search_box i {
    font-size: 16px;
    color: var(--text-light);
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 15px;
    left: 12px;
}

.ip_wrap .ip_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.ip_wrap .ip_box .box_item {
    border-radius: 8px;
    background: #0D3B3F;
    /* padding: 32px; */
    padding: 8px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 250ms ease-in-out;
}

.ip_wrap .ip_box .box_item:hover {
    background-color: var(--deep-green);
}

.ip_wrap .ip_box .box_item img {
    /* width: 40px;
    height: 40px;
    padding: 3px 5px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 35px; */
    width: 100%;
    height: 204px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.ip_wrap .ip_box .box_item h3 {
    color: var(--text-light);
    font-size: 24px;
    font-weight: 800;
    line-height: 38.4px;
    letter-spacing: -0.24px;
    margin: 0;
    padding: 24px;
}

.ip_wrap .ip_box .box_item p {
    color: var(--text-light);
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0;
    /* padding: 16px 0; */
    padding: 24px;
}

.ip_wrap .ip_box .box_item p i {
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

@media (max-width: 992px) {
    .ip_wrap .ip_box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .ip_wrap .ip_box {
        grid-template-columns: repeat(1, 1fr);
    }
}


/***** Style for Blog List Page ****/

.blog_slider {
    margin-bottom: 48px;
}

.blog_slider ul {
    gap: 24px;
    margin-bottom: 32px;
}

.blog_slider ul li button {
    background-color: transparent;
    color: var(--text-light);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.blog_slider ul li button.active {
    color: var(--golden);
}

.blog_slider .blog_slide {
    margin: 0 -4px;
}

.blog_slider .slick-slide {
    padding: 0 4px;
	margin-left: 4px;
}

.blog_slider .bs_inner .bs_item {
    border-radius: 8px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
    width: 100%;
}

.blog_slider .bs_inner .bs_item:hover {
    background-color: #BEE7E8;
}

.blog_slider .bs_inner .bs_item .bs_top {
    padding: 8px;
    padding-bottom: 0;
}

.blog_slider .bs_inner .bs_item .bs_top img {
    width: 100%;
    height: 204px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.blog_slider .bs_inner .bs_item .bs_top h3 {
    padding: 24px;
    color: #071E22;
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.24px;
    margin: -8px;
    margin-top: 0;
}

.blog_slider .bs_inner .bs_item .bs_bottom {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_slider .bs_inner .bs_item .bs_bottom span {
    color: #54618D;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    display: block;
    padding: 8px 0;
}

.blog_slider .bs_inner .bs_item .bs_bottom span:first-child {
    padding: 8px 12px;
    padding-top: 6.5px;
    border-radius: 8px;
    border: 1px solid #B9BFD5;
}

.ip_wrap .ip_ser.blogl_ser {
    margin-bottom: 24.42px;
}

.ip_wrap .two_sel {
    margin-bottom: 48px;
    display: flex;
    gap: 24px;
}

.blog_list .row {
    margin: -4px;
}

.blog_list .row .col-12 {
    padding: 4px;
}

.blog_list .bl_item {
    border-radius: 8px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
    width: 100%;
}

.blog_list .bl_item:hover {
    background-color: #BEE7E8;
}

.blog_list .bl_item .bl_item_top {
    padding: 8px;
    padding-bottom: 0;
}

.blog_list .bl_item .bl_item_top img {
    width: 100%;
    height: 204px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.blog_list .bl_item .bl_item_top h3 {
    padding: 24px;
    color: #071E22;
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.24px;
    margin: -8px;
    margin-top: 0;
}

.blog_list .bl_item .bl_item_bottom {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_list .bl_item .bl_item_bottom span {
    color: #54618D;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    display: block;
    padding: 8px 0;
}

.blog_list .bl_item .bl_item_bottom span:first-child {
    padding: 8px 12px;
    padding-top: 6.5px;
    border-radius: 8px;
    border: 1px solid #B9BFD5;
}

.blog_list .bl_item2 {
    border-radius: 8px;
    background: var(--white);
    min-height: 480px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.blog_list .bl_item2:hover {
    background-color: #BEE7E8;
}

.blog_list .bl_item2 .bl_item_right {
    padding: 8px;
}

.blog_list .bl_item2 .bl_item_right img {
    width: 100%;
    height: 464px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.blog_list .bl_item2 .bl_item_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_list .bl_item2 .bl_item_left h3 {
    padding: 24px;
    color: #071E22;
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.24px;
}

.blog_list .bl_item2 .bl_item_left .bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.blog_list .bl_item2 .bl_item_left .bottom_inner span {
    color: #54618D;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    display: block;
    padding: 8px 0;
}

.blog_list .bl_item2 .bl_item_left .bottom_inner span:first-child {
    padding: 8px 12px;
    padding-top: 6.5px;
    border-radius: 8px;
    border: 1px solid #B9BFD5;
}

@media (max-width: 992px) {
    .blog_list .bl_item .bl_item_bottom {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .blog_list .row .col-12:first-child {
        display: none;
    }
}


/**** Style for CTA Section ****/

.cta_wrap {
    background-color: #1e2f97;
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
}

.cta_wrap .cta_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    /* width: 40%; */
    width: 30%;
    height: auto;
    object-fit: contain;
    object-position: bottom;
}

.cta_wrap h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.96px;
    margin: 0;
    margin-bottom: 64px;
    width: 100%;
    max-width: 485px;
}

.cta_wrap .cta_btn {
    border-radius: 4px;
    background-color: none;
    border: 2px solid #fff;
    color: var(--white);
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 16px 40px;
    padding-bottom: 17px;
    display: inline-block;
    transition: all 250ms ease-in-out;
}

.cta_wrap .cta_btn:hover {
    background-color: #fff;
    color: #1e2f97;
}

.cta_wrap.with_det h3 {
    max-width: 100%;
    margin-bottom: 32px;
}

.cta_wrap.with_det p {
    color: #54618D;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.cta_wrap.with_det ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 48px;
}

.cta_wrap.with_det ul li {
    /* color: #071E22; */
    color: var(--white);
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.cta_wrap.with_det ul li i {
    color: #60935D;
    font-size: 24px;
}

@media (max-width: 768px) {
    .cta_wrap .cta_img {
        left: 45%;
    }
    .cta_wrap.with_det {
        min-height: 700px;
    }
}

@media (max-width:575px) {
    .cta_wrap {
        min-height: 852px;
    }
    .cta_wrap .cta_img {
        height: 442px;
        left: 0;
    }
    .cta_wrap.with_det {
        min-height: 1080px;
    }
}

@media (max-width:380px) {
    .cta_wrap .cta_img {
        left: -24%;
    }
}


/**** Style for Banner ****/

.banner_wrap {
    padding-top: 40px;
    position: relative;
    background-image: var(--dark-gr);
}

.home_wrap .container {
    background-image: url(../images/home_vector.png);
}

.banner_wrap .banner_info {
    width: 100%;
    padding: 56px 0;
}

.banner_wrap .banner_info h1 {
    font-size: 48px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: 0px;
    color: var(--light-bg);
    margin: 0;
    margin-bottom: 48px;
}

.banner_wrap .banner_info h1 span {
    font-weight: 700;
    display: block;
}

.banner_wrap .banner_info .info_bottom {
    display: flex;
    align-items: center;
    gap: 32px;
}

.banner_wrap .banner_info .info_bottom a {
    display: inline-block;
    color: var(--white);
    background-color: var(--cta);
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 16px 40px;
    border-radius: 4px;
    transition: all 250ms ease-in-out;
}

.banner_wrap .banner_info .info_bottom a:hover {
    background-color: #003CFF;
}

.banner_wrap .banner_info .info_bottom img {
    width: 110px;
    height: 64px;
    object-fit: contain;
    object-position: center;
}

.banner_wrap .banner_img {
    height: 378px;
    margin: 0;
}

.banner_wrap.home_wrap .banner_img {
    height: 400px;
}

.banner_wrap.home_wrap .banner_info {
    padding: 80px 0;
    padding-top: 56px;
}

.banner_wrap .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.banner_wrap .row {
    margin: 0;
    align-items: flex-start;
}

.banner_wrap .row .col-12 {
    padding: 0;
}

@media (max-width: 768px) {
    .banner_wrap .banner_info {
        max-width: 100%;
    }
    .banner_wrap .banner_img img {
        object-position: center bottom;
    }
    .banner_wrap.home_wrap .banner_info {
        padding: 64px 0;
    }
    .banner_wrap.home_wrap .banner_img {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .banner_wrap {
        padding-top: 70px;
        overflow: hidden;
    }
    .banner_wrap.home_wrap .banner_info {
        padding: 64px 16px;
    }
    .banner_wrap.home_wrap .banner_img {
        margin-bottom: -20px;
    }
    .banner_wrap.home_wrap .banner_img img {
        object-position: -55px bottom;
    }
}

@media (max-width: 450px) {
    .banner_wrap .container {
        padding: 0;
    }
    .banner_wrap .banner_info {
        padding: 64px 15px;
    }
    .banner_wrap .banner_img img {
        object-fit: cover;
    }
    .banner_wrap .banner_info .info_bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.weoffer_wrap {
    padding: 80px 0;
    padding-bottom: 96px;
}

.weoffer_wrap .row {
    margin: -4px;
}

.weoffer_wrap .row .col-12 {
    padding: 4px;
}

.weoffer_wrap2 .row {
    margin: -8px;
    gap: 8px;
}

.weoffer_wrap2 .row .col-12 {
    padding: 8px;
    background-color: #Fff;
    border-radius: 8px;
}

.our_platform {
    padding: 60px 0;
    padding-bottom: 75px;
    overflow: hidden;
    background-color: #f6f4fc;
}

.our_platform .row {
    margin: 0;
}

.our_platform .row .col-12 {
    padding: 0;
}

@media (max-width: 575px) {
    .excPlatforms .epImage {
        width: 100%;
        height: 100%;
        margin-top: 32px;
    }
    .excPlatforms .epImage img {
        width: 100%;
        height: 100%;
        transform: scale(1.08);
        padding-bottom: 65px;
        margin: 0;
        margin-top: 20px;
    }
}

.home_slick_list .slick-list {
    overflow: hidden !important;
    margin: 0px -20px;
}

.home_slick_list .slick-slide {
    padding: 0 20px;
}

.home_slick_list .slick-next,
.home_slick_list .slick-prev {
    display: block !important;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 0px;
}

.home_slick_list .slick-prev {
    left: -55px;
    right: auto;
}

.home_slick_list .slick-prev::before {
    content: "\e64a";
    font-family: 'themify';
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    border: none;
    font-size: 50px;
    padding: 0;
}

.home_slick_list .slick-next {
    left: auto;
    right: -55px;
}

.home_slick_list .slick-next::before {
    content: "\e649";
    font-family: 'themify';
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    border: none;
    font-size: 50px;
    padding: 0;
}

.suc_story_wrap {
    padding: 60px 0;
    padding-bottom: 75px;
}

.suc_story_wrap .storySel {
    margin-bottom: 35px;
}

.suc_story_wrap .seeAll {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    padding-bottom: 0;
    margin-top: 30px;
    transition: all 250ms ease-in-out;
}

.suc_story_wrap .seeAll i {
    transition: none;
}

.suc_story_wrap .seeAll:hover {
    color: #1e2f97;
}

@media (max-width: 768px) {
    .home_slick_list .slick-list {
        margin: 0 -10px;
    }
    .home_slick_list .slick-slide {
        padding: 0 10px;
    }
    .home_slick_list .slick-prev,
    .home_slick_list .slick-next {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .home_slick_list .slick-list {
        margin: 0;
    }
    .home_slick_list .slick-slide {
        padding: 0;
    }
}

.about_wrap {
    padding: 80px 0;
    padding-bottom: 96px;
}

@media (max-width: 768px) {
    .testiBy {
        margin-top: 145px;
    }
}


/*** Style for Cloud Services Page ***/

.banner_wrap.bg-blue {
    background-image: var(--blue-gr);
}

.banner_wrap.bg-green {
    background-image: var(--green-gr);
}

.banner_wrap.inner_page_banner .row {
    margin: 0px -32px;
}

.banner_wrap.inner_page_banner .row .col-12 {
    padding: 0px 32px;
}

.banner_wrap.inner_page_banner .banner_info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.banner_wrap.inner_page_banner .banner_info ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    gap: 10px 25px;
    flex-wrap: wrap;
}

.banner_wrap.inner_page_banner .banner_info ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    color: #F5FAF8;
    border-radius: 4px;
    background: rgba(7, 30, 34, 0.10);
    padding: 6px 8px;
    transition: all 250ms ease-in-out;
}

.banner_wrap.inner_page_banner .banner_info ul li:hover {
    background-color: #F5FAF8;
    color: #071e22;
}

.banner_wrap.inner_page_banner .banner_info ul li::before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #F5FAF8;
    position: absolute;
    top: 10px;
    right: -15px;
    transform: rotate(25deg);
}

.banner_wrap.inner_page_banner .banner_info ul li:last-child {
    margin: 0;
}

.banner_wrap.inner_page_banner .banner_info ul li:last-child:before {
    content: none;
}

.banner_wrap.inner_page_banner .banner_info ul li a {
    display: block;
    color: inherit;
    /* transition: all 250ms ease-in-out; */
}

.banner_wrap.inner_page_banner .banner_info h1 {
    margin: 0;
    font-weight: 700;
    /* color: #65cbff; */
}

.banner_wrap.inner_page_banner .banner_info p {
    color: #F5FAF8;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .banner_wrap.inner_page_banner .row {
        margin: 0;
    }
    .banner_wrap.inner_page_banner .row .col-12 {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .banner_wrap.cloud_ser_banner .banner_img {
        height: 365px;
        margin: 0;
    }
    .banner_wrap.cloud_ser_banner .banner_img img {
        object-position: -65px bottom;
    }
    .banner_wrap.digital_workspace_banner .banner_img {
        height: 365px;
        margin: 0;
    }
    .banner_wrap.digital_workspace_banner .banner_img img {
        object-position: -70px bottom;
    }
}

.offer_wrap {
    padding: 80px 0;
    padding-bottom: 96px;
}

.offer_wrap .row {
    margin: 0 -4px;
}

.offer_wrap .row .col-12 {
    padding: 0 4px;
}

.offer_wrap .offer_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* padding: 32px; */
    padding: 24px 32px 32px 32px;
    border-radius: 8px;
    /* background: #ECF8F8; */
    overflow: hidden;
    position: relative;
    transition: all 250ms ease-in-out;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
}

.offer_wrap .offer_item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    position: relative;
}

.offer_wrap .offer_item h5 {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    position: relative;
}

.offer_wrap .offer_item:hover h5 {
    color: #fff;
}

.offer_wrap .offer_item:hover p {
    color: #fff;
}

.offer_wrap .offer_item img:hover {
    filter: sepia(1);
}

.offer_wrap .offer_item h5 i {
    margin-left: 8px;
    font-size: 16px;
}

.offer_wrap .offer_item p {
    color: #54618D;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    margin: 0;
    padding: 0;
    position: relative;
}

.offer_wrap .offer_item:hover {
    /* background-color: #BEE7E8; */
    background-color: #3db4ef;
}

.offer_wrap .offer_item.bg-green {
    background-color: #EDF8ED;
}

.offer_wrap .offer_item.bg-green h5 {
    color: #60935D;
}

.offer_wrap .offer_item.bg-green:hover {
    background-color: #BEE7E8;
}

@media (max-width: 768px) {
    .offer_wrap .row {
        margin: 0;
        gap: 8px;
    }
    .offer_wrap .row .col-12 {
        padding: 0;
    }
}

.unlocking_wrap {
    padding: 80px 0;
    padding-bottom: 160px;
}

@media (max-width: 992px) {
    .unlocking_wrap {
        padding: 80px 0;
        padding-bottom: 96px;
    }
    .Unlocking_img {
        height: 464px;
    }
}


/**** Style for MDM Pages ****/

.banner_wrap.inner_page_banner.mdm_banner .row {
    align-items: flex-start;
}

.banner_wrap.inner_page_banner.mdm_banner .banner_info {
    padding: 32px 0;
}

.banner_wrap.mdm_banner .banner_img {
    height: 378px;
    margin-right: -100.95px;
}

@media (max-width:768px) {
    .banner_wrap.inner_page_banner.mdm_banner .banner_info {
        padding: 32px 15px;
        padding-bottom: 64px;
    }
    .banner_wrap.mdm_banner .banner_img {
        height: 346px;
    }
}

.transform_box_wrap {
    padding: 60px 0;
    padding-bottom: 75px;
}

.transform_box_wrap .main_row {
    margin: -4px;
}

.transform_box_wrap .main_row .main_col {
    padding: 4px;
}

.transform_box_wrap .trans_big_box {
    border-radius: 8px;
    background-color: var(--light-bg);
    overflow: hidden;
    padding: 32px 64px;
    transition: all 250ms ease-in-out;
    position: relative;
}

.transform_box_wrap .trans_big_box figure {
    display: inline-block;
    width: 255px;
    height: 100%;
    margin: -32px 0;
    margin-top: -17px;
    position: relative;
}

.transform_box_wrap .trans_big_box figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
}

.transform_box_wrap .trans_big_box .item_con {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 260px);
    padding: 32px 64px;
    padding-right: 0px;
    position: relative;
}

.transform_box_wrap .trans_big_box.right_box .item_con {
    padding-left: 0;
    padding-right: 64px;
}

.transform_box_wrap .trans_big_box .item_con h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    margin: 0;
    margin-bottom: 16px;
}

.transform_box_wrap .trans_big_box .item_con p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    padding: 0;
    margin: 0;
}


/* .transform_box_wrap .trans_big_box:hover {
background-color: #BEE7E8;
} */

.transform_box_wrap .trans_small_box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 32px;
    min-height: 380px;
    position: relative;
    /* transition: all 250ms ease-in-out; */
    /* transition-duration: 1s; */
    transition: 0.3s;
    border: 3px solid var(--white);
}

.transform_box_wrap .trans_small_box img {
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: center;
    /* filter: brightness(0.5); */
}

.transform_box_wrap .trans_small_box:hover img {
    /* filter: brightness(0.5); */
}

.transform_box_wrap .trans_small_box .transform_box_wrap .trans_small_box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 24px;
    position: relative;
}

.transform_box_wrap .trans_small_box h4 {
    color: #071E22;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.22px;
    margin: 0;
    margin-bottom: 16px;
    position: relative;
}

.transform_box_wrap .trans_small_box h4 span {
    font-family: "Poppins", sans-serif;
}

.transform_box_wrap .trans_small_box p {
    color: #242424;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 230px;
}

.transform_box_wrap .trans_small_box a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #1e2f97;
}

.transform_box_wrap .trans_small_box:hover {
    /* background-color: #3db4ef; */
    border: 3px solid #3db4ef;
    /* transition-duration: 2s; */
}


/* 
.transform_box_wrap .trans_small_box:hover h4 {
    color: var(--white);
} */


/* .transform_box_wrap .trans_small_box:hover p {
    color: var(--white);
} */


/* .transform_box_wrap .trans_small_box:hover a {
    color: var(--white);
} */


/* .transform_box_wrap .trans_small_box:hover img {
filter: sepia(1);
} */

.transform_box_wrap .trans_small_box.yellow_box {
    background-color: #3db4ef;
}

.transform_box_wrap .trans_small_box.yellow_box img {
    filter: invert(1);
}

.transform_box_wrap .trans_small_box.yellow_box h4,
.transform_box_wrap .trans_small_box.yellow_box p {
    color: #fff;
}

.ins_sub::before {
    background: unset !important;
}

.ins_sub:hover h4 {
    color: #071E22 !important;
}

.ins_sub:hover p {
    color: #071E22 !important;
}

.ins_small_box:hover {
    background: unset !important;
}

.ins_small_box:hover img {
    filter: unset !important;
}

.ins_small_box:hover h4 {
    color: #071E22 !important;
}

.ins_small_box:hover p {
    color: #54618D !important;
}

.ins_small_color {
    background-color: #3db4ef !important;
}

.ins_small_color:hover img {
    filter: unset !important;
}

.ins_small_color:hover h4 {
    color: #071E22 !important;
}

.ins_small_color:hover p {
    color: #071E22 !important;
}

.ins_small_color p {
    color: #071E22 !important;
}

@media (max-width: 992px) {
    .transform_box_wrap .main_row .main_col:nth-child(6) {
        display: none;
    }
}

@media (max-width: 575px) {
    .transform_box_wrap .trans_big_box {
        display: grid;
        gap: 32px;
        padding: 32px;
        padding-bottom: 0;
    }
    .transform_box_wrap .trans_big_box figure {
        order: 2;
        margin: 0;
    }
    .transform_box_wrap .trans_big_box .item_con,
    .transform_box_wrap .trans_big_box.right_box .item_con {
        width: 100%;
        padding: 32px 0;
    }
}

.number_count_wrap {
    position: relative;
    padding: 60px 0;
    padding-bottom: 75px;
    background-color: #fff;
}

.number_count_wrap .row {
    margin: -4px;
}

.number_count_wrap .row .col-12 {
    padding: 4px;
}

.number_count_wrap .count_item {
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    height: 100%;
    transition: all 300ms ease-in-out;
}

.number_count_wrap .count_item h4 {
    color: #1e2f97;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.96px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    transition: all 300ms ease-in-out;
}

.number_count_wrap .count_item p {
    color: #242424;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}

.number_count_wrap .count_item:hover {
    background-color: #3db4ef;
}

.number_count_wrap .count_item:hover h4,
.number_count_wrap .count_item:hover p {
    color: #fff;
}

@media (max-width: 992px) {
    .transform_box_wrap.daas_transform .main_row .main_col:nth-child(4) {
        display: none;
    }
}

.right_pr_wrap {
    position: relative;
    padding: 60px 0;
    padding-bottom: 75px;
    background-color: #f6f4fc;
}

.right_pr_wrap .row {
    margin: -4px;
}

.right_pr_wrap .row .col-12 {
    padding: 4px;
}

.right_pr_wrap figure {
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 350px;
}

.right_pr_wrap .pr_desc {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.right_pr_wrap .pr_desc h5 {
    color: #071E22;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}

.right_pr_wrap .pr_desc p {
    color: #54618D;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .right_pr_wrap .pr_desc {
        height: 460px;
    }
}

@media (max-width: 575px) {
    .right_pr_wrap .pr_desc {
        height: auto;
        padding: 32px 16px;
    }
}

@media (max-width: 992px) {
    .transform_box_wrap.sase_transform .main_row .main_col:nth-child(3) {
        display: none;
    }
}

.expert_wrap {
    position: relative;
    padding: 80px 0;
    padding-bottom: 96px;
    background-image: var(--light-blue-gr);
}

.expert_wrap .row {
    margin: 0;
}

.expert_wrap .row .col-12 {
    padding: 0;
}

.expert_wrap figure {
    margin: -96px 0;
    margin-top: -60px;
    margin-left: auto;
    margin-right: 0px;
    width: 525px;
    height: 374px;
}

.expert_wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.expert_wrap .expert_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.expert_wrap .expert_item h3 {
    color: #071E22;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.96px;
    margin: 0;
}

.expert_wrap .expert_item a {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    border-radius: 4px;
    background: #1e2f97;
    overflow: hidden;
    padding: 14px 39px;
    padding-bottom: 18px;
    transition: all 250ms ease-in-out;
}

.expert_wrap .expert_item a:hover {
    background-color: #fff;
    color: #111;
}

@media (max-width:768px) {
    .expert_wrap .expert_item {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 595px;
        margin: 0 auto;
    }
    .expert_wrap figure {
        margin: 0 auto;
        margin-top: 32px;
        margin-bottom: -96px;
    }
}

@media (max-width:575px) {
    .expert_wrap .container {
        padding: 0;
    }
    .expert_wrap .expert_item {
        padding: 0px 16px;
    }
    .expert_wrap figure {
        margin: 64px auto;
        margin-bottom: -96px;
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    .expert_wrap figure img {
        object-fit: cover;
        object-position: center bottom;
    }
}

.package_wrap {
    position: relative;
    padding: 80px 0;
    padding-bottom: 96px;
}

.package_wrap .row {
    margin: 0 -4px;
    align-items: center;
}

.package_wrap .row .col-12 {
    padding: 0 4px;
}

.package_wrap .package_info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.package_wrap .package_left {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 380px;
}

.package_wrap .package_info p {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 35.2px;
    margin: 0;
    padding: 0;
    position: relative;
}

.package_wrap .package_info a {
    color: #1e2f97;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 16px;
    padding-left: 0;
    position: relative;
    transition: all 250ms ease-in-out;
}

.package_wrap .package_info a:hover {
    color: #111;
}

.package_wrap .package_info a i {
    margin-left: 5px;
    vertical-align: middle;
}

.package_wrap .package_info img {
    width: 203px;
    height: 203px;
    position: absolute;
    top: -75.5px;
    left: -101px;
}

.package_wrap figure {
    width: calc(100% - 392px);
    height: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.package_wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media(max-width: 992px) {
    .package_wrap {
        display: none;
    }
}

.banner_wrap.opt_banner {
    background: var(--blue-gr);
}

.banner_wrap.opt_banner .row {
    align-items: flex-start;
}

.banner_wrap.opt_banner .banner_info {
    padding: 32px 0;
}

.banner_wrap.opt_banner .banner_img {
    height: 378px;
}

@media(max-width: 768px) {
    .banner_wrap.opt_banner .banner_info {
        padding: 25px 0;
        padding-bottom: 0;
    }
}

@media(max-width: 450px) {
    .banner_wrap.opt_banner .banner_info {
        padding: 25px 16px;
        padding-bottom: 20px;
    }
    .banner_wrap.opt_banner .banner_img {
        height: 395px;
    }
}

.sol_scheme_wrap {
    background-color: #F5FAF8;
    position: relative;
    padding: 80px 0;
    padding-bottom: 96px;
}

.sol_scheme_wrap .row {
    margin: 0 -32px;
    align-items: center;
}

.sol_scheme_wrap .row .col-12 {
    padding: 0 32px;
}

.sol_scheme_wrap .scheme_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 763px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.50);
    overflow: hidden;
    margin: 0;
}

.sol_scheme_wrap .scheme_img.height746 {
    height: 746px;
}

.sol_scheme_wrap .scheme_img.height714 {
    height: 714px;
}

.sol_scheme_wrap .scheme_img.height530 {
    height: 530px;
}

.sol_scheme_wrap .scheme_img p {
    color: #54618D;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.sol_scheme_wrap ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px 0;
}

.sol_scheme_wrap ul li {
    display: block;
}

.sol_scheme_wrap ul li h5 {
    color: #071E22;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    margin-bottom: 16px;
}

.sol_scheme_wrap ul li p {
    color: #54618D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
    .sol_scheme_wrap .scheme_img,
    .sol_scheme_wrap .scheme_img.height746,
    .sol_scheme_wrap .scheme_img.height714,
    .sol_scheme_wrap .scheme_img.height530 {
        height: 464px;
    }
    .sol_scheme_wrap .row {
        margin: 0;
        gap: 64px;
    }
    .sol_scheme_wrap .row .col-12 {
        padding: 0;
    }
    .sol_scheme_wrap ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 64px;
    }
}

@media (max-width: 575px) {
    .sol_scheme_wrap ul {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 32px 0;
    }
}

@media (max-width: 992px) {
    .transform_box_wrap.management_transform .main_row .main_col:nth-child(6) {
        display: block;
    }
    .transform_box_wrap.management_transform .main_row .main_col:nth-child(9) {
        display: none;
    }
}

.package_wrap.optimization_package {
    padding: 0;
    padding-bottom: 96px;
    margin-top: -16px;
}

.exp_wrap {
    position: relative;
    padding: 80px 0;
    padding-bottom: 96px;
    background-color: #F5FAF8;
}

.exp_wrap .bg_img {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 392px;
    height: 392px;
}

.exp_wrap .container {
    position: relative;
}

.exp_wrap .main_row {
    margin: -4px;
    margin-bottom: 65px;
}

.exp_wrap .main_row .main_col {
    padding: 4px;
}

.exp_wrap .exp_time {
    border-radius: 4px;
    background: #3db4ef;
    color: #071E22;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    padding: 5px 12px;
    height: 32px;
}

.exp_wrap .exp_time.bg_blue {
    background-color: #4281A4;
    color: #F5FAF8;
}

.exp_wrap .exp_time.bg_green {
    background-color: #075079;
    color: #F5FAF8;
}

.exp_wrap .exp_time p {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    display: block;
    padding: 0;
    margin: 0;
}

.exp_wrap .exp_time p span {
    font-family: "Poppins", sans-serif;
    display: unset;
}

.exp_wrap .exp_time span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    display: block;
}

.exp_wrap .exp_box {
    overflow: hidden;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 10px 0px rgba(34, 43, 68, 0.05);
    padding: 20px 24px;
    /* display: flex; */
    display: inline-block;
    align-items: flex-start;
    gap: 32px;
    /* min-height: 174px; */
    min-height: 300px;
    width: 100%;
}

.exp_wrap .exp_box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    filter: brightness(0.5);
}

.exp_wrap .exp_box .box_con {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}

.exp_wrap .exp_box h5 {
    color: #071E22;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    min-width: 185px;
    min-height: 60px;
}

.exp_wrap .exp_box ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: 18px;
}

.exp_wrap .exp_box ul li {
    color: #54618D;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    list-style: disc;
}

.exp_wrap .exp_box ul li span {
    font-family: "Poppins", sans-serif;
}

.exp_wrap .first_exp {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 8px;
}

.exp_wrap .main_row .main_col:nth-child(3) {
    display: none;
}

@media (max-width: 992px) {
    .exp_wrap .main_row {
        margin: 0;
        gap: 8px;
    }
    .exp_wrap .main_row .main_col {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .exp_wrap .first_exp {
        display: grid;
    }
    .exp_wrap .bg_img {
        display: none;
    }
}

.purple_gr_bg {
    background: var(--purple-gr) !important;
}

@media (max-width: 992px) {
    .transform_box_wrap.insurance_transform .main_row .main_col:nth-child(6),
    .transform_box_wrap.retail_transform .main_row .main_col:nth-child(6),
    .transform_box_wrap.manufacturing_transform .main_row .main_col:nth-child(6) {
        display: block;
    }
}


/**** Style for Case Studies Post ****/

.csp_wrap {
    position: relative;
    padding: 97px 0;
    background-color: #071E22;
}

.csp_wrap .back_to_list {
    text-align: left;
    margin-bottom: 8px;
}

.csp_wrap .back_to_list a {
    display: inline-block;
    padding: 14px 0;
    background-color: transparent;
    color: #F5FAF8;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 1px;
}

.csp_wrap .back_to_list a i {
    vertical-align: top;
    margin-right: 8px;
    transition: none;
}

.csp_wrap .back_to_list a:hover {
    color: #3db4ef;
}

.csp_wrap .csp_inner {
    position: relative;
}

.csp_wrap .csp_inner .csp_post {
    width: 100%;
    max-width: 777px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.csp_wrap .csp_inner .csp_post h2 {
    color: #F5FAF8;
    font-size: 32px;
    font-weight: 800;
    line-height: 43.2px;
    letter-spacing: -0.96px;
    margin: 0;
    margin-bottom: 36px;
}

.csp_wrap .csp_inner .csp_post img {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}

.csp_wrap .csp_inner .post_box {
    padding: 64px;
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 8px;
}

.csp_wrap .csp_inner .post_box h3 {
    color: #071E22;
    font-size: 24px;
    font-weight: 800;
    line-height: 33.6px;
    margin: 0;
}

.csp_wrap .csp_inner .post_box p {
    color: #222A44;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    margin: 0;
    padding: 0;
}

.csp_wrap .csp_inner .post_box .counter_box {
    padding-inline-start: 0;
    margin: 0;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.csp_wrap .csp_inner .post_box .counter_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.csp_wrap .csp_inner .post_box .counter_box li h4 {
    color: #3db4ef;
    font-size: 36px;
    font-weight: 300;
    line-height: 50.4px;
    letter-spacing: -1.08px;
    margin: 0;
}

.csp_wrap .csp_inner .post_box .counter_box li span {
    color: #54618D;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
}

.csp_wrap .csp_inner .csp_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
}

.csp_wrap .csp_inner .csp_action button {
    display: inline-block;
    padding: 14px 0;
    background-color: transparent;
    color: #F5FAF8;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 1px;
}

.csp_wrap .csp_inner .csp_action button i {
    vertical-align: middle;
    margin-right: 8px;
    transition: none;
}

.csp_wrap .csp_inner .csp_action button.btn_next i {
    margin-right: 0;
    margin-left: 8px;
}

.csp_wrap .csp_inner .csp_action button:hover {
    color: #3db4ef;
}

@media (max-width: 1200px) {
    .csp_wrap .csp_inner .csp_action {
        position: relative;
        width: 100%;
        max-width: 777px;
        height: 45px;
        margin: 0 auto;
        margin-top: 32px;
        transform: none;
        top: auto;
        left: auto;
    }
}

@media (max-width: 750px) {
    .csp_wrap .csp_inner .post_box .counter_box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .csp_wrap .csp_inner .post_box {
        padding: 64px 32px;
    }
    .csp_wrap .csp_inner .post_box .counter_box {
        grid-template-columns: repeat(1, 1fr);
    }
}

.awardsList::before,
.marq_slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to left, rgba(245, 250, 248, 0), rgb(245 250 248));
    width: 200px;
    height: 100%;
}

.awardsList::after,
.marq_slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(245, 250, 248, 0), rgb(245 250 248));
    width: 200px;
    height: 100%;
}

.marq_slider2::before {
    background: linear-gradient(to left, rgba(243, 243, 245, 0), rgb(243 243 245));
}

.marq_slider2::after {
    background: linear-gradient(to right, rgba(243, 243, 245, 0), rgb(243 243 245));
}

.banner_wrap.opt_banner.platform_page_banner {
    background: none;
    background-color: #404F80;
}

@media (max-width: 575px) {
    .marq_slider2::before,
    .marq_slider2::after {
        content: none;
    }
}


/**** Style for all PLATFORMS Pages ****/

.empower_wrap {
    padding: 80px 0;
    padding-bottom: 96px;
    position: relative;
    background-color: var(--white);
}

.empower_wrap .row {
    margin: 0;
    align-items: center;
    margin-top: 48px;
}

.empower_wrap .row:first-child {
    margin: 0;
}

.empower_wrap .row .col-12 {
    padding: 0;
}

.empower_wrap .emp_prod_img {
    background-color: #F5FAF8;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.empower_wrap .emp_prod_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.empower_wrap .emp_prod_img p {
    color: #54618D;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.empower_wrap .emp_content {
    padding: 20px 0;
    /* padding-left: 107px; */
}

.empower_wrap .emp_content h5 {
    color: #071E22;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    margin-bottom: 16px;
}

.empower_wrap .emp_content p {
    color: #54618D;
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    padding: 0;
    margin: 0;
}

.empower_wrap .row .col-12:first-child .emp_content {
    padding: 20px 25px 0px 0px;
    /* padding-right: 107px; */
}

@media (max-width: 768px) {
    .empower_wrap .emp_content {
        padding: 0;
    }
    .empower_wrap .row .col-12:first-child .emp_content {
        padding: 0;
    }
    .empower_wrap .emp_prod_img {
        margin-bottom: 16px;
    }
    .empower_wrap .row:nth-child(odd) .col-12:first-child {
        order: 2;
    }
}

.transform_box_wrap.platform_transform {
    background-color: #F5FAF8;
}

.transform_box_wrap.platform_transform .trans_big_box {
    background-color: transparent;
}


/* .transform_box_wrap.platform_transform .trans_big_box:hover {
background-color: #BEE7E8
} */

@media (max-width: 768px) {
    .transform_box_wrap.platform_transform .main_row .main_col:nth-child(3) {
        display: none;
    }
}

.platform_unlocking {
    background-color: var(--white);
}

.platform_unlocking .Unlocking_img {
    background-color: #F5FAF8;
}

@media (max-width: 992px) {
    .transform_box_wrap.platform_transform.platform_page2 .main_row .main_col:nth-child(3),
    .transform_box_wrap.platform_transform.platform_page2 .main_row .main_col:nth-child(6) {
        display: block;
    }
}


/**** Style for About Us page ****/

.about_wrap {
    position: relative;
    padding: 113px 0;
    padding-bottom: 128px;
    background-color: var(--white);
}

.about_wrap h2 {
    color: #071E22;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.8px;
    margin: 0;
    margin-bottom: 32px;
    position: sticky;
    top: 113px;
}

.about_wrap .row {
    margin: 0 -42px;
}

.about_wrap .row .col-12 {
    padding: 0 42px;
}

.about_wrap .about_inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about_wrap .about_inner .about_box {
    background-color: #F5FAF8;
    border-radius: 16px;
    overflow: hidden;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 38px;
    opacity: 0.5;
}

.about_wrap .about_inner .about_box.active {
    opacity: 1;
}

.about_wrap .about_inner .about_box figure {
    background-color: #3db4ef;
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

.about_wrap .about_inner .about_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_wrap .about_inner .about_box .title_con {
    display: inline-block;
    vertical-align: middle;
    /* width: calc(100% - 169px); */
    padding-left: 32px;
}

.about_wrap .about_inner .about_box .title_con h4 {
    color: #071E22;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.96px;
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    max-width: 250px;
}

.about_wrap .about_inner .about_box .title_con h5 {
    color: #827191;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0;
}

.about_wrap .about_inner .about_box p {
    color: #54618D;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    margin: 0;
    padding: 0;
}

.about_wrap .nav {
    position: sticky;
    top: 199px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.about_wrap .nav li {
    display: block;
}

.about_wrap .nav li a {
    display: block;
    background-color: var(--white);
    color: #54618D;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    padding: 8px 0;
    padding-left: 32px;
    width: 100%;
    text-align: left;
    transition: all 250ms ease-in-out;
}

.about_wrap .nav li a::before {
    content: "";
    background-color: #F5FAF8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 0;
    transition: all 250ms ease-in-out;
}

.about_wrap .nav li a:hover {
    color: var(--cta);
}

.about_wrap .nav li a.active {
    color: var(--cta);
}

.about_wrap .nav li a.active::before {
    background-color: #3db4ef;
}

@media (max-width: 992px) {
    .about_wrap .row {
        margin: 0 -16px;
    }
    .about_wrap .row .col-12 {
        padding: 0 16px;
    }
}

@media (max-width: 768px) {
    .about_wrap .row {
        margin: 0;
    }
    .about_wrap .row .col-12 {
        padding: 0;
    }
    .about_wrap .row .col-12:first-child {
        display: none;
    }
    .about_wrap h2 {
        position: relative;
        top: auto;
    }
    .about_wrap .about_inner .about_box {
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .about_wrap .about_inner .about_box {
        padding: 24px;
    }
    .about_wrap h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .about_wrap .about_inner .about_box figure {
        width: 125px;
        height: 120px;
    }
    .about_wrap .about_inner .about_box .title_con {
        display: block;
        width: 100%;
        padding: 0;
        padding-top: 24px;
    }
    .about_wrap .about_inner .about_box .title_con h4 {
        font-size: 28px;
        line-height: 36.2px;
        max-width: 100%;
    }
}

.bg_grey {
    background-color: #F5FAF8 !important;
}


/*--------------enterprise_dass-------------------*/

.use_case {
    padding: unset;
}

.use_case_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px 0px 48px 0px;
    width: 357px;
}

.use_case_item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    position: relative;
}

.use_case_item h5 {
    color: var(--black-bg);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    position: relative;
}

.package_small {
    color: #4281A4 !important;
}

.use_case_item p {
    color: #54618D;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    margin: 0;
    padding: 0;
    position: relative;
}

@media(max-width:575px) {
    .use_case_item {
        width: unset !important;
    }
}


/*-----------------blog-details----------------*/

.cs_post_list {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    gap: 10px 8px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.cs_post_list li {
    display: inline-block;
    position: relative;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 1px;
    color: #F5FAF8;
    border-radius: 32px;
    background: #4281A4;
    height: 32px;
    padding: 3px 16px;
}

.cs_post_list li a {
    color: #FFFFFF;
}

.csp_wrap .csp_inner .csp_post h2 {
    margin-bottom: 24px;
}

.purple_box {
    background: #1e2f97 !important;
}

.green_box {
    background: #60935D !important;
}


/*-------------------------sase-------------------*/

.sase_case_item {
    width: 255.75px;
}

@media (max-width: 575px) {
    .sase_case_item {
        width: unset;
    }
}


/*---------------------development-page-changes--------------*/

.dev_sol_box {
    min-height: 300px !important;
}

.dev_sol_box p {
    min-height: unset !important;
}

.deve_item {
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    height: 100%;
    /* transition: all 300ms ease-in-out; */
    transition-duration: 2s;
    /* width: 292.75px; */
    width: 278.75px;
}

.deve_item img {
    width: 25px;
    height: 25px;
    filter: brightness(0.5);
}

.deve_item h5 {
    font-size: 15px;
    font-weight: 600;
}

.deve_item:hover {
    /* background-color: #3db4ef; */
    border: 2px solid #3db4ef;
}


/* .deve_item:hover h5 {
    color: var(--white);
} */


/* .deve_item:hover img {
filter: sepia(1);
} */

.development_marq_slider img {
    width: 150px !important;
    height: 110px;
}

.development_case_box .use_box_item {
    min-height: 60px;
}

.development_case_box .use_box_item22 .text {
    left: -10%;
}

.development_solution_box {
    background-color: #fff;
}

.daas_banner {
    background-image: linear-gradient(95deg, rgb(0, 144, 207), rgba(0, 0, 0, 0)), url(..//images/dass_banner/DaaS-VDI_banner2.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:1400px) {
    .deve_item {
        width: 279.75px;
    }
}

@media(max-width:575px) {
    .daas_banner {
        background-size: cover;
        padding-top: 24px;
    }
    .daas_banner .banner_info {
        padding-top: 0px;
    }
}


/*---------------------------enterprise-page--------------------*/

.deve_small_box {
    min-height: 315px !important;
}

.dass_case .deve_item {
    /* width: 394.75px; */
    width: 374.75px;
}

.deve_small_box p {
    min-height: unset !important;
}

.enterprise_case_box .row .col-12 {
    padding: 18px;
}

.enterprise_banner {
    background-image: linear-gradient(95deg, rgb(0, 144, 207), rgba(0, 0, 0, 0)), url(..//images/dass_banner/enterprise_dass_banner.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 30%;
}

@media(max-width:1400px) {
    .dass_case .deve_item {
        width: 374.75px;
    }
}

@media(max-width:575px) {
    .enterprise_case_box .row .col-12 {
        left: 10%;
        position: relative;
    }
    .development_case_box .use_box_item22 .text {
        left: -17%;
    }
    .enterprise_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .enterprise_banner .banner_info {
        padding-top: 0px;
    }
}


/*--------------------------package_dass_page-----------------------*/

.package_dass_banner {
    background-image: linear-gradient(95deg, rgb(0, 144, 207), rgba(0, 0, 0, 0)), url(..//images/packed_daas.png);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 34%;
}

@media(max-width:575px) {
    .package_dass_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .package_dass_banner .banner_info {
        padding-top: 0px;
    }
}


/*------------------management-page----------------------------*/

.Optimization_box2 .trans_small_box {
    min-height: 250px;
}

.management_trans_box {
    background-color: #f6f4fc;
}

.management_banner_box img {
    margin-top: 60px;
}

.Management_Service_banner {
    background-image: linear-gradient(95deg, rgb(4 110 157), rgba(0, 0, 0, 0)), url(..//images/cloud_banner/Cloud_management.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .Management_Service_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .Management_Service_banner .banner_info {
        padding-top: 0px;
    }
}


/*-------------------optimization-page----------------*/

.Optimization_box .trans_small_box {
    min-height: 220px;
}

.Optimization_small_box .deve_small_box {
    min-height: 335px !important;
}

.operational_banner {
    background-color: unset !important;
}

.optimization_banner_box {
    background-image: linear-gradient(95deg, rgb(4 110 157), rgba(0, 0, 0, 0)), url(..//images/cloud_banner/Cloud_optimization.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:1400px) {
    .Optimization_small_box .deve_small_box {
        min-height: 335px !important;
    }
}

@media(max-width:575px) {
    .optimization_banner_box {
        background-size: cover;
        padding-top: 20px;
    }
    .optimization_banner_box .banner_info {
        padding-top: 0px;
    }
}


/*----------------------------migration-page---------------*/

.migration_box .trans_small_box {
    min-height: 195px;
}

.migration_banner_box {
    background-image: linear-gradient(95deg, rgb(4 110 157), rgba(0, 0, 0, 0)), url(..//images/cloud_banner/Cloud_migration.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 13%;
}

@media(max-width:1400px) {
    .exp_wrap .exp_box {
        min-height: 300px !important;
    }
}

@media(max-width:575px) {
    .migration_banner_box {
        background-size: cover;
        padding-top: 20px;
    }
    .migration_banner_box .banner_info {
        padding-top: 0px;
    }
}


/*-------------------------desktop-raedy-page----------------*/

.deve_small_box22 {
    min-height: 330px !important;
}

.emp_prod_img img {
    width: 100%;
}

.desktop_emp_content ul li {
    color: #242424;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    list-style: disc;
    margin-top: 20px;
}

.desktop_emp_content ul li span {
    font-weight: 700;
}

.desktop_unlocking {
    padding-bottom: 100px;
}


/*-------------------------mdm-page------------------*/

.mdm_item_box p {
    min-height: unset !important;
}

.mdm_item_box .trans_small_box {
    min-height: 350px !important;
}


/* .marq_slider2 img {
    width: 145px !important;
    height: 70px;
} */

.mdm_marq_slider img {
    width: 138px !important;
    height: 70px;
}


/*------------------------sase-page---------------------*/

.sase_small_box .trans_small_box p {
    min-height: unset !important;
}

.sase_banner {
    background-image: linear-gradient(95deg, rgb(30, 47, 151), rgba(0, 0, 0, 0)), url(..//images/mdm_banner/SASE.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .sase_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .sase_banner .banner_info {
        padding-top: 0px;
    }
}


/*----------------------desktop_management---------------------*/


/* .desk_banner_img img {
margin-top: 60px;
} */

.number_item {
    font-family: "Poppins", sans-serif;
}

.number_item2 {
    margin: 0px -10px;
}

.desktop_use .deve_item h5 {
    margin: 0px -19px 0px 0px;
}

.desktop_management_banner {
    background-image: linear-gradient(95deg, rgb(30, 47, 151), rgba(0, 0, 0, 0)), url(..//images/mdm_banner/Desktop_Management.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:1400px) {
    .desktop_use .deve_item h5 {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .desktop_management_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .desktop_management_banner .banner_info {
        padding-top: 0px;
    }
}


/*-----------------bank-page--------------*/

.bank_wrap_box {
    background-color: var(--white);
}

.bank_main_col .trans_small_box {
    min-height: 315px;
}

.bank_main_col .trans_small_box p {
    min-height: 170px;
}

.bank_offer h2 {
    padding-bottom: 40px;
}

.bank_banner {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industries_banner/Banking-and_Finance.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .bank_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .bank_banner .banner_info {
        padding-top: 0px;
    }
}


/*-----------------healthcare-page----------------------*/

.healthcare_main .trans_small_box {
    min-height: 200px;
}

.industries_wrap {
    background-color: unset;
}

.healthcare_banner {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industries_banner/Healthcare_Pharmaceuticals.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .healthcare_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .healthcare_banner .banner_info {
        padding-top: 0px;
    }
}


/*-------------------it-----------------*/

.it_trans_box .trans_small_box {
    min-height: 200px;
}

.it_trans_box .trans_small_box p {
    min-height: 100px;
}

.it_banner {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industries_banner/IT_ITES-1.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .it_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .it_banner .banner_info {
        padding-top: 0px;
    }
}


/*-----------------insurance_page--------------------*/

.insurance_banner_box {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industries_banner/Insurance-1.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .insurance_banner_box {
        background-size: cover;
        padding-top: 20px;
    }
    .insurance_banner_box .banner_info {
        padding-top: 0px;
    }
}


/*------------------partners_page-----------------------------*/

.partners_banner_box {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/partner_banner_img/p_banner.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .partners_banner_box {
        background-size: cover;
        padding-top: 20px;
    }
    .partners_banner_box .banner_info {
        padding-top: 0px;
    }
}


/*-------------------professional_page--------------------*/

.professional_banner_box {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industries_banner/Professional_Services-2.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .professional_banner_box {
        background-size: cover;
        padding-top: 20px;
    }
    .professional_banner_box .banner_info {
        padding-top: 0px;
    }
}


/*-----------------Manufacturing-----------*/

.manufacturing_tran_box .trans_small_box {
    min-height: 235px;
}

.manufacturing_tran_box .trans_small_box p {
    min-height: 200px;
}

.manu_tran_item p {
    min-height: 100px !important;
}

.manufacturing_banner {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industries_banner/Manufacturing-1.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 16%;
}

@media(max-width:1400px) {
    .marq_slider2 img {
        width: 130px !important;
        height: 60px;
    }
}

@media(max-width:575px) {
    .manufacturing_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .manufacturing_banner .banner_info {
        padding-top: 0px;
    }
}


/*----------------------mdm-page--------------------*/

.mdm_tran_box .trans_small_box {
    min-height: 450px;
}

.mdm_banner_box {
    background-image: linear-gradient(95deg, rgb(30, 47, 151), rgba(0, 0, 0, 0)), url(..//images/mdm_banner/MDM_Banner.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .mdm_banner_box {
        background-size: cover;
        padding-top: 20px;
    }
    .mdm_banner_box .banner_info {
        padding-top: 0px;
    }
}


/*-------------------byod_page----------------*/

.byod_banner {
    background-image: linear-gradient(95deg, rgb(30, 47, 151), rgba(0, 0, 0, 0)), url(..//images/mdm_banner/BYOD-1.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .byod_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .byod_banner .banner_info {
        padding-top: 0px;
    }
}


/*---------------------home-page-----------------*/

.epImage_euvantage a img {
    margin-top: 25px;
    object-fit: contain;
}

.epImage_CloudOptimal a img {
    margin-top: 50px;
}


/*--------------------cloud_service---------------*/

.cloud_banner_img img {
    margin-top: 21px;
}

.marq_slider3 img {
    width: 120px !important;
    height: 60px;
}

.cloud_ser_banner {
    background-image: var( --sky-gr) !important;
}

.cloud_s_banner {
    background-image: linear-gradient(95deg, rgb(4 110 157), rgba(0, 0, 0, 0)), url(..//images/cloud_banner/Cloud_services.jpeg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 11%;
}

@media(max-width:1400px) {
    .marq_slider3 img {
        width: 120px !important;
        height: 60px;
    }
}

@media(max-width:575px) {
    .cloud_s_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .cloud_s_banner .banner_info {
        padding-top: 0px;
    }
}


/*----------------------retail_page------------------*/

.retail_banner {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industry_Retail.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.retail_banner .banner_info h1 {
    /* color: #65cbff; */
    /*text-shadow: 3px 2px black;*/
}

.retail_banner .banner_info p {
    color: #fff !important;
}

.retail_main .trans_small_box p {
    min-height: 80px;
}

.retail_main .trans_small_box {
    min-height: 225px;
}

.retail_use_img img {
    width: 100%;
}

.retail_use_list ul li {
    list-style: disc;
    font-size: 17px;
    font-weight: 400;
    line-height: 40.2px;
    color: #242424;
}

@media(max-width:575px) {
    .retail_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .retail_banner .banner_info {
        padding-top: 0px;
    }
}


/*---------------------ev-apge---------------*/

.ev_banner {
    height: 440px !important;
}

.ev_content {
    margin-top: -80px;
    margin-left: 123px;
}

.ev_content ul li span {
    font-family: "Poppins", sans-serif;
}

@media(max-width:1400px) {
    .ev_banner {
        height: 468px !important;
    }
}


/*---------------education---------------*/

.education_img_box {
    margin-top: 62px !important;
}

.education_banner {
    background-image: linear-gradient(95deg, rgb(7 30 101), rgba(0, 0, 0, 0)), url(..//images/Industries_banner/Education-2.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .education_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .education_banner .banner_info {
        padding-top: 0px;
    }
}


/*----------------use-case-section--------------------*/

.use_box_item {
    margin: auto;
    /* margin-top: 80px; */
    /* width: 100%; */
    position: relative;
    min-height: 190px;
}

.use_box_item h5 {
    position: absolute;
    top: -30px;
    color: #071E22;
    padding: 0px 4px;
    font-size: 16px;
}

.use_box_item p {
    color: #242424;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    float: left;
    padding: 7px 50px 0px 4px;
}

.use_box_item .line {
    overflow: hidden;
    /* height: 20px; */
    border-bottom: 2px solid #1e2f97;
    width: 85.5%;
}

.use_box_item .line:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px black;
}

.use_box_item .text {
    width: 55px;
    height: 55px;
    padding: 10px;
    position: absolute;
    bottom: 103%;
    margin-bottom: -33px;
    left: -15.5%;
    /* right: 0; */
    border-radius: 100%;
    /* box-shadow: 0 2px 4px #999; */
    /* background: white; */
    border: 2px solid #1e2f97;
}

.use_box_item .text img {
    /* position: absolute; */
    /* top: 4px; */
    /* bottom: 4px; */
    /* left: 5px; */
    /* right: 4px; */
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-style: normal;
    color: #999;
}

@media(max-width:575px) {
    .use_box_item .line {
        width: 100%;
    }
}


/*-----------------------cloud-optimal----------------*/

.cloud_optimal_banner {
    background-image: linear-gradient(95deg, rgb(0 13 129), rgba(0, 0, 0, 0)), url(..//images/Platforms_banner/CloudOptimal-2.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media(max-width:575px) {
    .cloud_optimal_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .cloud_optimal_banner .banner_info {
        padding-top: 0px;
    }
}


/*-------------------desktop_ready-------------------*/

.desktop_ready_banner {
    background-image: linear-gradient(95deg, rgb(0 13 129), rgba(0, 0, 0, 0)), url(..//images/Platforms_banner/DesktopReady_banner2.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 40%;
}

@media(max-width:575px) {
    .desktop_ready_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .desktop_ready_banner .banner_info {
        padding-top: 0px;
    }
}


/*--------------------eu_vantage------------------*/

.eu_vantage_banner {
    background-image: linear-gradient(95deg, rgb(0 13 129), rgba(0, 0, 0, 0)), url(..//images/Platforms_banner/EuVantage_banner.jpg);
    height: 500px;
    /* background: unset; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 45%;
}

@media(max-width:575px) {
    .eu_vantage_banner {
        background-size: cover;
        padding-top: 20px;
    }
    .eu_vantage_banner .banner_info {
        padding-top: 0px;
    }
}


/*------------------------resources-page-----------------*/

.resources_banner {
    min-width: 750px
}

.resource_text_box h2 {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 16px;
}

.resource_text_box p {
    color: #54618D;
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    padding: 0;
    margin: 0;
}

.resource_contact {
    background-color: #f6f4fc;
    /* height: 500px; */
    padding: 22px 22px;
}

.resource_contact h6 {
    color: #1e2f97;
    font-size: 16px;
    padding-bottom: 15px;
}

.resource_contact input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #111;
    border-radius: 0px;
    box-shadow: none !important;
}

.resource_contact label {
    margin-top: 15px;
    font-weight: 600;
    font-size: 13px;
    color: #111;
}

.resource_contact p {
    color: #242424;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 25px;
}

.resource_contact button {
    display: block;
    background-color: #1e2f97;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 16.8px;
    border-radius: 5px;
    border: 1px solid #1e2f97;
    padding: 12px;
    min-width: 130px;
    height: 42px;
    text-align: center;
    transition: all 250ms ease-in-out;
}

@media(max-width:575px) {
    .resource_text_box {
        margin-bottom: 40px;
    }
}
/*---------------------privacy-page--------------*/
.policy_box p{
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: #242424;
}
/*-------------------------video-page-----------------*/
.video_section {
    display: block;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    transition: all 250ms ease-in-out;
    margin: 0;
    height: 100%;
}

.video_section figure {
    margin: 0;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.video_section figure iframe {
    width: 100%;
    height: 92%;
    object-fit: cover;
    object-position: center;
}



.video_section h5 {
    color: #071E22;
    font-size: 18px;
    font-weight: 700;
    /* line-height: 28px; */
    letter-spacing: -0.22px;
    padding: 15px;
    /* padding-bottom: 10px; */
    margin: 0;
    min-height: 75px;
    /* min-height: 100px; */
}
.video_row .main_col {
    padding: 8px !important;
}
@media (max-width: 1400px) {
    .video_section figure {
        height: 185px;
    }
}

@media (max-width: 1200px) {
    .video_section figure {
        height: 200px;
    }
}

@media (max-width: 768px) {    

    .video_section figure {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .video_section {
        height: auto;
    }

    .video_section figure {
        height: 200px;
    }

    .video_section h5 {
        min-height: auto;
    }
}
/*---------------------contact-us--------------------*/
.contact_img img{
    width: 100%;
    margin-bottom: 25px;
}
