@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

body,
html {
    overflow-x: unset;
    box-sizing: border-box;
}

@media (min-width: 1400px) {}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1240px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#topbar_latest {
    background: #0046E3;
    font-size: 18px;
    padding: 15px 35px;
    font-weight: 600;
}

#topbar_latest ul.top-link-list li {
    display: inline-block;
    margin-right: 15px;
}

#topbar_latest .site-switch a {
    border: 1px solid white;
    border-radius: 15px;
    padding: 0px 10px;
}

.footer_box .footer-country-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    color: #bec6cb;
    gap: 15px;
}

.footer_box .footer-country-menu li.active a {
    color: #0046e3;
    font-weight: 600;
}

ul.footer-country-menu a {
    color: #bec6cb;
    transition:
        ease-in-out 0.3s;
}

ul.footer-country-menu a:hover {
    color: #0046e3;
    letter-spacing: 1px;
    font-weight: 600;
}

.address-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#topbar_latest .contact-info {
    text-align: right;
}

#topbar_latest ul.top-link-list {
    margin: 0;
    text-align: right;
    display: inline;
}

#topbar_latest .contact-info a {
    color: #fff;
}

#topbar_latest .dropdown-menu a {
    color: #000;
}

.error {
    color: red;
}

a {
    text-decoration: none;
}

.mb-sec {
    display: none;
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 80%;
    top: auto;
    left: 0;
    margin: auto;
    right: 0;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.copyright-area .icons {
    display: block;
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

ul {
    line-height: 28px;
}

strong {
    color: #222;
}

.blue-btn {
    background-color: #0046e3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 18px 35px;
}

.crm-dtoutr .crm-txt p {
    min-height: 85px;
}

.blue-btn:hover {
    color: #0046e3;
    background: #fff;
}

section {
    padding: 80px 10px;
}

.heading {
    font-size: 38px;
    color: #000;
    margin-bottom: 28px;
    font-weight: 600;
    line-height: 50px;
}

.line-txt {
    position: relative;
    padding-left: 50px;
    color: #0046e3;
    margin-bottom: 10px;
    display: inline-block;
}

.line-txt:before {
    position: absolute;
    content: "";
    background-color: #0046e3;
    width: 30px;
    height: 2px;
    left: 5px;
    top: 13px;
}

.coments_clients p {
    text-align: left;
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
}

.media img {
    width: 64px !important;
    height: 64px !important;
}

.media .content {
    padding-left: 20px;
}

.media .content h5 {
    font-weight: 800;
}

#thumbs .owl-item {
    width: 73px !important;
    padding: 0 6px;
}

#thumbs img {
    width: 60px;
}

#thumbs .owl-stage {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100% !important;
}

.upr-link {
    position: absolute;
    top: 0px;
    color: #000;
    opacity: 0;
}

.position-static .upr-link {
    top: 14px;
    opacity: 0;
}

.upr-link:hover {
    color: #0046e3;
    opacity: 1;
}

header .navbar {
    background: #fff;
    padding: 11px 0px;
}

header .nav-link {
    font-size: 15px;
    padding: 5px 10px;
    color: #000;
    font-weight: 500;
}

.nav-link:hover {
    color: #0046e3;
}

header .navbar-nav {
    gap: 18px;
}

header .dropdown-menu {
    padding: 0.5rem 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    padding-bottom: 6px !important;
    background-color: #fff;
    color: #000;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
}

header a.dropdown-item,
header .dropdown-menu a.nav-link {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 10px 20px !important;
    line-height: 17px;
    font-weight: normal;
    white-space: nowrap;
}

header a.dropdown-item:hover {
    color: #0046e3;
    background: transparent;
}

#crm-consultation {
    position: relative;
}

#crm-consultation-status {
    position: absolute;
    top: 0;
    right: -70px;
}

/*** Thought-leadership-css-starts ****/
.thought-leadership-banner {
    background-image: url('/wp-content/uploads/img/banner.png');
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.thought-leadership-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.thought-leadership-text h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;

}

.text-blue {
    color: #074BE3;
}

.text-darkgray {
    color: #646464;
}

.inno-text h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.5px;
    color: #333;
}

.inno-text p,
.sales-expertise .sales-left-text>p {
    font-weight: 500;
}

.inno-text p span,
.sales-expertise p span {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.blue-bg-heading {
    background: #074BE3;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 2px 6px;
}


.innov-img::after {
    position: absolute;
    content: "";
    background-image: url(' /wp-content/uploads/img/dots.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    right: 15px;
    bottom: -43px;
    width: 200px;
    height: 100px;
}

.innov-img::before {
    position: absolute;
    content: "";
    left: -17px;
    top: 30px;
    margin: auto;
    width: 32px;
    height: 183px;
    background: #074BE3;
}

.custom-y-padding {
    padding-top: 70px;
    padding-bottom: 50px;
}

.sales-expertise h2,
.explore-more h2,
.gptw-sec h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.5px;
    color: #333;
}

.sales-expertise h5 {
    line-height: 28px;
}

.what-sets-apart h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #333;
}

.what-sets-apart p,
.four-pillars p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.bg-lightblue {
    background: #F9FBFF;
}

.sales-icon-box .text-black {
    color: #333 !important;
}

.what-sets-apart-sec .what-sets-keys .box {
    border-left: 3px solid #074BE3 !important;
    border: 1px solid #D1F2FF;
    height: 100%;
}

.sets-apart-img::after {
    position: absolute;
    content: "";
    background-image: url(' /wp-content/uploads/img/dots.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    left: -40px;
    bottom: -13px;
    width: 200px;
    height: 100px;
    z-index: 0;
}

.sets-apart-img img {
    z-index: 99;
    position: relative;
}

.sets-apart-img::before {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/img/dots.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    right: 67px;
    top: -13px;
    width: 200px;
    height: 100px;
    z-index: 0;
}

.explore-more::after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/img/dots.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    left: 100px;
    bottom: -30px;
    width: 200px;
    height: 100px;
}

.explore-more .owl-carousel .owl-dots.disabled,
.explore-more .owl-carousel .owl-nav.disabled {
    display: block;
    text-align: center;
}

.post-slide {
    border-radius: 15px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D1F2FF;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pillar-img h4 {
    bottom: 0;
    text-shadow: 0 0 15px #000;
    display: block;
    text-align: center;
    width: 100%;
    background: #0000008a;
    padding: 12px 0;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.gptw-sec .gptw-img .post-slide .post-description {
    margin: 15px 0;
    font-weight: 500;
}

.explore-more .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.explore-more .owl-nav .owl-prev span,
.explore-more .owl-nav .owl-next span {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}

.explore-more .owl-nav .owl-prev {
    background: #6D95ED !important;
    margin-right: 6.75px;
}

.gptw-img .post-content p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.gptw-img .post-content h5 {
    color: #333;
    line-height: 30px;
}

.explore-more .owl-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #074BE3 !important;
    overflow: hidden;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.explore-more .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.explore-more .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.explore-more .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.explore-more .owl-controls .owl-buttons .owl-prev:after,
.explore-more .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.explore-more .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

.community-info .sales-icon-box {
    background: #fff;
    padding: 42px 32px;
    border: 1px solid #D1F2FF;
    border-radius: 8px;
}

.community-info {
    margin-top: -70px;
}

.community-info .sales-icon-box p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.csr-pledge::after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/img/dots.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    right: 0px;
    top: -50px;
    width: 200px;
    height: 100px;
}

.csr-pledge::before {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/img/dots.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    left: -40px;
    bottom: 100px;
    width: 200px;
    height: 100px;
}

.csr-pledge-btn a {
    background-color: #0046e3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 35px;
    border: 2px solid transparent;
}

/****FIXES*****/
.subscribe-area .newsletter-form span~p {
    display: none;
}

.subscribe-area .newsletter-form span.wpcf7-spinner {
    display: none;
}

#startuPsection {
    padding: 50px 0 !important;
}

.book-form form p {
    margin-bottom: 1.5rem;
}

.ebook-section .thumbnail>img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.slide_imagescsr img {
    width: 100%;
}



@media (max-width: 767px) {
    .crm-dtoutr .crm-icon:after {
        opacity: 0;
    }

    .row.landing-block {
        margin: 40px 20px !important;
    }

    .counter-wrap {
        padding: 0 15px !important;
    }

    .counter-wrap .counter {
        padding: 20px 0 !important;
        min-height: auto !important;
    }

    .our-clients img {
        min-width: 120px;
    }

    .setblk-outrar .setb-innrar {
        text-align: center;
        min-height: auto !important;
    }

    #recaptcha-modal .modal-dialog {
        min-width: 350px;
    }

    .subscribe-area .newsletter-form {
        margin-top: 1rem;
    }

    .newsletter-form input#subscribe_submit {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        height: 100vh;
        overflow: auto;
    }

    .work-thumb>img {
        min-height: 500px;
    }

    .work-thumb>figcaption {
        padding: 30px !important;
    }
}

/****FIXES-end*****/


@media (min-width: 992px) and (max-width: 1180px) {
    header .nav-link {
        font-size: 13px;
    }

    .schdule_demo_btn a {
        font-size: 10px !important;
        padding: 13px 4px !important;
    }

    .nav-item.dropdown:hover .dropdown-menu.first,
    .dropend:hover .dropdown-menu {
        display: grid;
        grid-template-rows: repeat(6, auto);
        grid-auto-flow: column;
        left: auto;
        right: 0;
    }
}

@media (min-width: 1180px) {

    .nav-item.dropdown:hover .dropdown-menu.first,
    .dropend:hover .dropdown-menu {
        display: grid;
        grid-template-rows: repeat(6, auto);
        grid-auto-flow: column;
        left: auto;
        right: 0;
    }

    .dropend .dropdown-toggle::after {
        position: absolute;
        top: 18px;
        right: 6px;
    }

    .dropend .dropdown-toggle {
        position: relative;
    }

    .dropend .dropdown-menu {
        left: 100%;
        top: 0;
    }

    .dropend .upr-link {
        display: block;
        font-size: 13px;
        padding: 13px 10px;
        line-height: 17px;
        left: 9px;
        color: #d5d5d5;
        top: -4px;
        opacity: 0;
    }
}

@media (min-width: 992px) and (max-width: 1179px) {
    .schdule_demo_btn a {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .dropdown-toggle::after {
        float: right;
        top: 10px;
        position: relative;
    }

    .mega-content .highlight,
    .mega-content .col-12.col-lg-6.col-sm-12.col-md-12,
    header .megamenu button {
        display: none;
    }

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
        border-radius: 0.25rem;
        padding-bottom: 6px !important;
        background-color: #222;
        color: #fff;
    }

    header .megamenu .caret-list a {
        color: #fff !important;
    }
}

@media (min-width: 1180px) and (max-width: 1399px) {
    header .nav-link {
        font-size: 16px;
        padding: 13px 3px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-brand {
        flex: 0 0 18%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mega-content .col-12.col-sm-12.col-md-4 {
        flex: 0 0 50%;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #crm-consultation-status {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #contact_loader {
        width: 30px;
        height: 30px;
    }

    header .navbar-nav {
        gap: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #crm-consultation-status {
        position: absolute;
        top: 14px;
        right: 6px;
    }

    #contact_loader {
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 390px) and (max-width: 767px) {
    #crm-consultation-status {
        position: absolute;
        top: 150px;
        right: 20px;
    }

    #contact_loader {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 768px) {
    .what-sets-apart-sec .what-sets-keys .col-12:last-child {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 767px) {


    .partner-hero_sec {
        background-size: 60% !important;
        padding: 40px 0 !important;
        background-position: bottom right !important;
    }

    .partner-hero_sec .leftBox {
        padding-top: 2rem !important;
    }

    .partner-hero_sec .heading {
        font-size: 30px !important;
    }

    .partner-hero_sec p {
        font-size: 16px !important;
        max-width: 90% !important;
    }

    .partner-hero_sec ul {
        padding: 8px 15px !important;
        margin: 20px 0 0 !important;
        font-size: 12px !important;
        max-width: 100% !important;
    }

    .partner-hero_sec ul li {
        flex: 0 0 20%;
    }

    .partner-hero_sec .rightBox img {
        width: 80% !important;
        display: block;
        margin: 2rem auto 0;
    }

    .on_demand_sec img {
        width: 90% !important;
        display: block;
        margin: 0 auto;
    }

    .commitment_sec {
        padding: 40px 10px;
    }

    .commitment_sec ol.carousel-indicators {
        border-right: none !important;
        border-bottom: 1px solid #000;
        margin: 0 0 25px !important;
    }

    .top_tier_sec {
        padding: 0 10px 50px !important;
        margin: 20px 0 0 !important;
    }

    .top_tier_sec .imgContainer img {
        width: 150px !important;
        margin: 0 30px !important;
    }

    .certification_sec {
        padding: 40px 10px;
    }

    .techStack_sec {
        padding: 0 0 20px;
    }

    .techStack_sec .img-container img.desktop {
        display: none;
    }

    .techStack_sec .img-container img.mobile {
        width: 100%;
    }

    #commitIndicators {
        padding: 0 !important;
    }

    #commitIndicators .commit_inner {
        flex-wrap: wrap;
    }

    #commitIndicators .commit_inner img {
        width: 200px !important;
    }

    .dropend .upr-link {
        display: block;
        font-size: 13px;
        padding: 13px 10px;
        line-height: 17px;
        left: 7px;
        color: #d5d5d5;
        top: -4px;
        opacity: 0;
    }

    header .navbar-nav {
        gap: 0px;
    }

    header .nav-link {
        padding: 5px 10px;
    }

    .highlight .text-end {
        text-align: left !important;
    }

    .highlight .list-link {
        padding-left: 0;
    }

    .mega-content .py-4 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}

header .megamenu {
    background-color: #fff;
}

header .megamenu .caret-list a {
    font-size: 14px;
    line-height: 17px;
    color: #222;
    text-decoration: none;
    padding: 10px;
}

header .megamenu .caret-list a:hover {
    text-decoration: underline;
}

.caret-list a {
    position: relative;
}

.caret-list i {
    color: #0046e3;
    margin-right: 5px;
    font-size: 14px;
}

header .megamenu button {
    background-color: transparent;
    padding: 0;
    border: none;
}

.btn-demo-1 {
    background: #17ba9e;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 17px;
    color: #fff;
    margin-right: 40px;
}

.btn-demo-1:hover {
    border-color: #17ba9e;
    color: #17ba9e;
}

.modal-header {
    background: #0046e3;
    color: #fff;
}

.modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}

.main-banner {
    background: url('/wp-content/uploads/img/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 10px 45px;
}

.main-banner h6 {}

.main-banner h1 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 20px;
}

.main-banner p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}

.main-banner a {
    font-size: 20px;
}

.home-counter {
    /* padding: 60px 5px 40px; */
    padding: 30px 5px 30px;
}

.counter-value::after {
    content: "+";
}

.counter-value.k::after {
    content: "k+";
}

.counter h4 {
    font-size: 18px;
}

.counter-icon {
    background: url('/wp-content/uploads/img/counter-bg.png');
    background-repeat: no-repeat;
    padding: 22px 10px;
    background-size: auto;
    background-position: 50%;
}

.counter-value {
    font-size: 50px;
    font-weight: 800;
    color: #000;
}

.cloud-slider-sec {
    padding: 40px 10px;
}

.service-tab-sec .nav {
    gap: 20px;
}

.service-tab-sec .nav-link {
    text-align: left;
    color: #000;
    padding: 10px 8px 8px 20px;
    box-shadow: 0 0 8px rgb(0, 0, 0, 0.12);
    border-radius: 0;
    border-left: 4px solid #0d6efd;
}

.service-tab-sec .nav-link.active {
    border-left: 4px solid #0d6efd;
}

.service-tab-sec .nav-link i {
    margin-right: 10px;
}

.service-tab-sec h4 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-tab-sec p {
    color: #2e2e2e;
}

.service-tab-sec ul {
    line-height: 2;
    list-style-type: none;
}

.service-tab-sec ul li {
    position: relative;
}

.service-tab-sec ul li:before {
    position: absolute;
    content: "";
    background: url('/wp-content/uploads/img/tick.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 19px;
    height: 16px;
    top: 9px;
    left: -30px;
}

.service-tab-sec a {
    background-color: #0046e3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 35px;
    border: 2px solid transparent;
}

.our-clients img {
    filter: grayscale(100%);
}

.cloud-slider-sec {
    background: #f7f7f7;
}

.item-innr h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 15px;
}

.item-innr p {
    color: #777777;
    font-size: 15px;
    min-height: 145px;
}

.item-innr ul {
    color: #777777;
    font-size: 15px;
    list-style: none;
    padding-left: 0;
}

.item-innr h3.card-heading {
    color: #000;
}

.item-innr li i {
    margin-right: 5px;
}

.item-innr a {
    background-color: #0046e3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 35px;
    border: 2px solid transparent;
}

.support-sldr .item-innr h4 {
    line-height: 1.4;
}

.item-innr {
    padding: 30px 30px;
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-innr:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.item-innr:hover .card-heading {
    color: #0046e3;
}

.services-section {
    /* background: #f9fcff; */
    padding: 40px 10px;
    text-align: center;
}

.services-section p.lead {
    color: #444;
    max-width: 800px;
    margin: 0 auto 20px;
}

.service-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-box:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.service-box h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.service-box p {
    color: #555;
    font-size: 15px;
    margin-bottom: 0;
}


.ai-agent-section {
    background: #0046e3;
    color: #fff;
    padding: 40px 10px;
}

.ai-agent-section h5 .line-txt,
.ai-agent-section h2 {
    color: #fff;
}

.ai-agent-section h5 .line-txt:before {
    background-color: #fff;
}

.ai-agent-section h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.ai-agent-section p {
    color: #fff;
}

.ai-agent-section p.lead {
    font-size: 18px;
    margin-bottom: 25px;
}

.ai-agent-section ul {
    list-style: none;
    padding: 0;
}

.ai-agent-section ul li {
    margin-bottom: 12px;
    font-size: 16px;
}

.ai-agent-section ul li::before {
    content: "✔ ";
    color: #00c4b3;
    font-weight: bold;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}

.why-choose-section h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.why-choose-section p.lead {
    margin-bottom: 50px;
    color: #555;
}

.choose-box {
    text-align: left;
    margin-bottom: 30px;
}

.choose-box h5 {
    font-weight: 600;
    color: #0d3b66;
    margin-bottom: 10px;
}

.choose-box p {
    color: #444;
    font-size: 15px;
}

.choose-icon {
    width: 40px;
    height: 40px;
    background: #0d3b66;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 15px;
}


.service-tab-sec {
    padding: 40px 10px;
}

.cloud-slider .owl-dots .owl-dot.active span {
    width: 20px;
    background: #0046e3 !important;
    margin: 5px 0;
}

.cloud-slider .owl-dots .owl-dot span {
    background: #bdbdbd;
}

.cloud-slider .owl-dots {
    margin-top: 45px !important;
}

.freecall-sec {
    background: url('/wp-content/uploads/img/call-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 10px;
    margin-bottom: 50px;
}

.freecall-sec h4 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}

.freecall-sec a {
    background-color: #0046e3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 35px;
}

.freecall-sec a:hover {
    background: #fff;
    color: #0046e3;
}

.award-sec h4 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.award-sec h4::after {
    position: absolute;
    content: "";
    background-color: #0046e3;
    width: 172px;
    height: 2px;
    left: 5px;
    bottom: 0px;
}

.award-sec p {
    font-size: 18px;
    line-height: 26px;
}

.testimonial-sec {
    background: #f7f7f7;
    padding: 40px 10px;
}

a.testimonial-video {
    position: relative;
}

a.testimonial-video:before {
    content: "\f144";
    display: block;
    height: 45px;
    width: 45px;
    right: 45px;
    position: absolute;
    bottom: 45px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 45px;
    line-height: 45px;
}

.section-title-two .title {
    padding-right: 40px;
    position: relative;
    text-align: right;
}

.section-title-two .title::before {
    content: "";
    position: absolute;
    top: 32px;
    right: 0;
    height: 100px;
    width: 1px;
    background-color: #cdcdcd;
}

.section-title-two .text {
    padding-left: 10px;
    text-align: left;
}

.section-title-two .text p {
    margin-bottom: 0;
}

.blog-item {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 30px;
    border-radius: 5px;
}

.blog-item .image {
    position: relative;
}

.blog-item .image img {
    border-radius: 5px 5px 0 0;
}

.blog-item .image .btn {
    background-color: #0046e3;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    padding: 5px 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: none;
}

.blog-item .image .btn a {
    color: #ffffff;
}

.blog-item .content {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 0 0 5px 5px;
}

.blog-item .content .post-meta {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-item .content .post-meta li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    color: #767676;
    margin-right: 12px;
    font-weight: 400;
}

.blog-item .content .post-meta li a {
    color: #767676;
}

.blog-item .content .post-meta i {
    color: #0046e3;
    margin-right: 2px;
    position: relative;
    font-size: 16px;
    top: 2px;
}

.blog-item .content h3 {
    font-size: 20px;
    line-height: 1.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px;
}

.blog-item .content h3 a {
    color: #0d1820;
}

.blog-item .content .read-more {
    font-size: 15px;
    display: inline-block;
    color: #767676;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.blog-item .content .read-more i {
    font-size: 18px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}

.blog-item:hover .image .btn {
    left: 0;
    background-color: #ffffff;
    border-radius: 0;
}

.blog-item:hover .image .btn a {
    color: #0865f8;
}

.blog-item:hover .content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #ffffff;
    border-top: none;
}

.blog-item:hover .content h3 a {
    color: #0865f8;
}

.blog-item:hover .content .read-more {
    color: #0046e3;
    letter-spacing: 1px;
}

.bottom-form-sec {
    background: url('/wp-content/uploads/img/form-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 10px;
}

.bottom-form-txt h5 {
    font-size: 22px;
    margin-bottom: 20px;
}

.bottom-form-txt h4 {
    font-size: 35px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 30px;
}

.bottom-form-txt p {
    margin-bottom: 30px;
}

.bottom-form-txt a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}

.bottom-form-txt a i {
    font-size: 36px;
    margin-right: 20px;
}

.cont-act {
    flex-direction: column;
    gap: 15px;
    width: fit-content;
}

.botm-form-inner .form-control {
    font-size: 18px;
    border-radius: 3px;
}

.botm-form-inner input:not(.btn) {
    /* height: 67px; */
    height: 50px;
}

.botm-form-inner [type="submit"] {
    padding: 20px 35px;
    font-size: 20px;
}

/*form-changes*/
.botm-form-inner .footer-btm-form input {
    width: 100%;
}

.book-form .btn-crm-submit {
    background: #0046e3;
    border-radius: 5px;
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    outline: 0;
    border: 0;
    width: 100%;
}

.book-form .btn-crm-submit:hover {
    background: #fff;
    color: #0046e3;
    border-color: #0046e3;
}

/*****CASE-STUDIES******/
.page-template-b2c-retail-company .ebook-form>.ee-bg-blue {
    background-color: #0046e4;
    padding: 30px 15px 15px;
    margin-top: -40px;
    border-radius: 10px;
}

.page-template-b2c-retail-company .ee_apply_heading,
.page-template-b2c-retail-company-middleeast .ee_apply_heading {
    font-size: 23px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 40px;
}

/*****CASE-STUDIES-END******/

.single-ebook .ee_apply_heading.blog,
.single-whitepaper .ee_apply_heading.blog {
    margin-top: 40px;
}

.single-whitepaper .col-md-12,
.single-ebook .col-md-12 {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 12px 10px 12px 10px;
    font-size: 16px;
    color: #000;

}

.single-whitepaper .ebook-form,
.single-ebook .ebook-form {
    background-color: #0046e4;
    border-radius: 10px;
    height: 100%;
}

.single-whitepaper .form-holder-big .ee_apply_heading,
.single-ebook .form-holder-big .ee_apply_heading {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 40px;
    margin-left: 7px;
}

.single-whitepaper .d-flex,
.single-ebook .d-flex {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin: 0px 10px 15px;
}

.single-whitepaper .ee-bg-blue .form-control,
.single-ebook .ee-bg-blue .form-control {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 12px 24px;
    font-size: 16px;
    color: #000;
}

.page-template-b2c-retail-company .ebook-form .ee-bg-blue,
.page-template-b2c-retail-company-middleeast .ebook-form .ee-bg-blue {
    padding: 30px 15px 15px;
    margin-top: -40px;
}

.page-template-b2c-retail-company .ee-bg-blue,
.page-template-b2c-retail-company-middleeast .ee-bg-blue {
    background-color: #0046e4;
    margin-bottom: 40px;
    border-radius: 10px;
}


.page-template-b2c-retail-company .ee-bg-blue .submit-form,
.page-template-b2c-retail-company-middleeast .ee-bg-blue .submit-form,
.single-whitepaper .ee-bg-blue .submit-form,
.single-ebook .ee-bg-blue .submit-form {
    font-size: 16px;
    color: #fff;
    background: #333;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    cursor: pointer;
    display: table;
    margin-top: 0px;
    margin-bottom: 25px;
}

.ct-banner-form .wpcf7-spinner {
    display: none;
}

/*form-changes end*/


.inner-banner {
    background: url('/wp-content/uploads/img/call-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-bannr-txt p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.inner-bannr-txt h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-form-inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 50px 30px;
}

.contact-form-txt h4 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
    font-weight: 600;
}

.contact-form-inner input {
    height: 48px;
    padding: 0 15px;
    line-height: initial;
    color: #0d1820;
    background-color: transparent;
    border: 1px solid #cecfdf;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

.contact-form-inner [type="submit"] {
    padding: 14px 30px;
    border-radius: 30px;
}

.contact-form-txt {
    margin-top: 60px;
}

.contact-form-txt p {
    margin-bottom: 0px;
}

.contact-form-txt p a {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.contact-social {
    gap: 10px;
    margin-top: 20px;
}

.contact-social a {
    display: flex;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
    font-size: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.contact-social a i {}

.contact-social a:hover {
    color: #fff;
    border-color: #0046e3;
    background-color: #0046e3;
}

.innr-banner {
    position: relative;
    padding: 90px 0;
    background: url('/wp-content/uploads/img/call-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.innr-banner::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.innr-banner.appexchnge-cloud-bnr,
.innr-banner.commrce-cloud-bnr,
.innr-banner.customization-bnr,
.innr-banner.education-cloud-bnr,
.innr-banner.exprnce-cloud-bnr,
.innr-banner.implntin-bnr,
.innr-banner.integration-bnr,
.innr-banner.marktng-cloud-bnr,
.innr-banner.medical-cloud-bnr,
.innr-banner.migration-bnr,
.innr-banner.sales-cloud-bnr,
.innr-banner.sfc-assessment-bnr,
.innr-banner.spprt-bnr,
.innr-banner.srvc-cloud-bnr {
    background: none;
    background-color: #001646;
}

.innr-banner.case-study-bnr {
    background: url('/wp-content/uploads/img/salesforce-assessment-bnnr.jpg') no-repeat;
    background-size: cover !important;
}

.agentforce-bnr.innr-banner {
    background: url('/wp-content/uploads/img/agentforce_banner.jpg') no-repeat;
    background-size: cover !important;
}

.agentforce.what-sets-apart.use-cases {
    background-color: #0d1820;
}

.agentforce.what-sets-apart.use-cases .heading {
    color: #fff;
}

.agentforce.what-sets-apart .col-md-6.col-lg-4 .pimplmnt-innr {
    background-color: #fff;
    min-height: 300px;
}

.agentforce.what-sets-apart .col-md-6.col-lg-4 .pimplmnt-innr h6 {
    color: #0046e3;
}

section.agentforce {
    padding: 30px 10px;
}

section.agentforce .heading {
    color: #0046e3;
}

.innr-banner h1 {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    position: relative;
}

.innr-banner p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin: 25px 0;
    position: relative;
}

.innr-banner h6 a {
    display: inline-block;
    background: #0046e3;
    color: #fff;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 20px;
    transition: .2s;
    position: relative;
}

.innr-banner h6 a:hover,
.book-form button:hover,
.products-implement h6 a:hover {
    background: #fff;
    color: #0046e3;
    border-color: #0046e3;
}

.why-sfc {
    padding: 90px 0;
}

h5.sfc-smhdg {
    position: relative;
    font-size: 16px;
    color: #0046e3;
    padding-left: 40px;
}

h5.sfc-smhdg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 1px;
    background: #0046e3;
}

.book-conslt {
    background: #000;
    padding: 50px 0px 0px 0px;
}

.book-conslt h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
}

.book-form .ip-dtl {
    background: none;
    border: none;
    border-bottom: 1px solid #525252;
    padding: 15px 0px;
    color: #fff;
    border-radius: 0;
}

.book-form button {
    background: #0046e3;
    border-radius: 5px;
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    outline: none;
    border: none;
    width: 100%;
}

.challenges {
    background: #fafafa;
}

.challenges h3.heading {
    line-height: 56px;
    margin-bottom: 15px;
}

.challenges p {
    margin-bottom: 40px;
}

.challenges ul {
    list-style-type: none;
}

.challenges ul li {
    display: inline-block;
    width: 100%;
    background: url('/wp-content/uploads/img/arrow-icon.png') no-repeat;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    background-position: 0 9px;
}

.crm-hlth .text-center p {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.crm-dtoutr {
    margin-top: 40px;
}

.crm-dtoutr .crm-icon {
    position: relative;
    margin-top: -104px;
}

.crm-dtoutr .crm-icon:after {
    position: absolute;
    content: '';
    background: url('/wp-content/uploads/img/dotted-line.png') no-repeat;
    width: 51px;
    height: 9px;
    top: 45%;
    left: 135px;
}

.crm-dtoutr .crm-txt h4 {
    font-size: 20px;
    font-weight: 600;
}

.what-sets-apart {
    background: #fafafa;
}

.sets-block {
    margin-top: 40px;
}

.setblk-outrar .setb-innrar {
    background: #fff;
    padding: 25px 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    min-height: 350px;
    height: calc(100% - 30px);
}

.setblk-outrar .setb-innrar h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0 16px;
    color: #000;
}

.setblk-outrar .setb-innrar p {
    min-height: 85px;
    margin-bottom: 0;
}

.c-logos {
    margin-top: 40px;
}

.faq-accordion-content {
    padding: 40px 0;
}

.faq-accordion-content .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #ffffff;
    margin-bottom: 10px;
    border: none;
}

.faq-accordion-content .accordion-item button {
    padding: 18px 20px 18px 55px;
    color: #0d1820;
    position: relative;
    border-bottom: 1px solid #efefef;
    margin-bottom: -1px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    outline: none;
    box-shadow: none;
}

.faq-accordion-content .accordion-item button i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #0865f8;
    color: #ffffff;
}

.faq-accordion-content .accordion-item button i:before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}

.faq-accordion-content .accordion-item button.collapsed i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products-implement {
    background: #fafafa;
}

.pimplmnt-innr {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    padding: 30px 40px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.pimplmnt-innr h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.pimplmnt-innr p {
    color: #777777;
}

.process-sec {
    padding: 135px 10px 80px 10px;
}

.pimplmnt-innr .hovr-box a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    background: #0046e3db;
    opacity: 0;
    z-index: 0;
    transform: scale(0);
    transition: ease-in-out .3s;
}

.pimplmnt-innr:hover .hovr-box a {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}

.process-icon {
    display: flex;
    background: #0046e3;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    justify-content: center;
    border-radius: 300px;
    width: 80px;
    height: 80px;
    align-items: center;
    color: #fff;
    position: relative;
}

.process-icon::before {
    position: absolute;
    content: "";
    border: 1px solid #2a2a2a;
    width: 100px;
    height: 100px;
    border-radius: 60px;
}

.process-innr {
    position: relative;
}

.process-innr::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 94%;
    background: #000;
    top: -23px;
    left: 38px;
}

.process-innr h5 {
    position: relative;
    top: -55px;
    padding-bottom: 10px;
}

.process-innr h5::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 22px;
}

.process-innr .crm-txt {
    padding-left: 20px;
}

.products-implement h6 a {
    background: #0046e3;
    border-radius: 5px;
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    outline: none;
    border: none;
    display: inline-block;
    border: 1px solid #0046e3;
}

.env-works .col-md-6 {
    border-radius: 5px;
}

.case-study-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.work-thumb {
    position: relative;
    margin-bottom: 16px;
    border-radius: 4px;
}

.work-thumb>img {
    width: 100%;
    border-radius: 6px;
}

.work-thumb>figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all .2s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.work-thumb>figcaption>img {
    width: 100px;
    margin-bottom: 25px;
}

.work-thumb>figcaption .work-stats {
    opacity: 0;
    transition: all .2s ease;
}

.work-thumb>figcaption h3 {
    color: #fff;
    margin-top: auto;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.work-thumb>figcaption a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.work-thumb>figcaption .work-stats h5 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 6px;
}

.work-thumb>figcaption .work-stats p {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.work-col:hover .work-thumb>figcaption {
    background: rgba(0, 70, 227, .8);
    border-radius: 6px;
}

.work-col:hover .work-thumb>figcaption .work-stats {
    opacity: 1;
}

.adobe-imgtxt {
    margin-top: 35px;
}

.adobe-imgtxt .adb-img img {
    max-width: 100%;
}

.work-thumb>figcaption .work-stats h5 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 6px;
}

.adobe-imgtxt .adb-txt h5 {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 26px;
    text-decoration: underline;
    padding-top: 15px;
}

.case-study-inner-banner {
    position: relative;
}

.case-study-inner-banner img,
.case-study-inner-banner h1,
.case-study-inner-banner p {
    position: relative;
    z-index: 1;
}

.case-study-inner-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 0;
}

.counter-wrap {
    position: relative;
    z-index: 0;
    margin-top: -40px;
    margin-bottom: 100px;
    padding: 0;
}

.counter-wrap .counter {
    background: #0147e5;
    padding: 30px 13% 25px 26%;
    min-height: 165px;
}

.counter-wrap .counter h2 {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    min-height: 38px;
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.counter-wrap .counter p {
    color: #a8b8db;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
    line-height: 20px;
    margin-top: 8px;
}

.left-plus:before {
    content: "+"
}

.perc:after {
    content: "%"
}

.about-cl {
    padding: 100px 0 124px;
    background-repeat: no-repeat;
    background-size: 695px;
    background-position: 100% 10%;
}

.about-cl .client-content {
    margin: 0 0 50px;
}

.platform-h3,
.platform-h4 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
    font-size: 21px;
    min-height: 42px;
}

.platform-holder p {}

.process-holder {
    background-image: url('/wp-content/uploads/img/cs-ms-img-3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.process-holder.orginal-works {
    background-image: url('/wp-content/uploads/img/Original-work-bottom.jpg');
}

.migrate-heading-content {
    margin-top: 0;
}

.migrate-heading-content h2 {
    line-height: 1.2;
    margin-top: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 800;
    font-size: 32px;
}

.migrate-heading-content p {
    font-weight: 300;
    font-size: 18px;
}

.benefits {
    padding-left: 0;
}

ul.benefits li {
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    margin-bottom: 12px;
    color: #353535;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
}

ul.benefits li i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 8px;
    color: #0046e4;
    position: absolute;
    left: 0;
    top: 4px;
}

.key-blue {
    background-color: #0046e4;
    padding: 60px;
    border-radius: 10px;
}

.client-content .bg-blue {
    background-color: #0046e4;
    width: auto;
    text-align: center;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.key-blue .client-content h2,
.key-blue .client-content h3 {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.key-holder-list {
    padding-left: 0;
}

.key-holder-list li {
    font-size: 17px;
    line-height: 26px;
    list-style: none;
    margin-bottom: 8px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.key-holder-list li i {
    font-size: 16px;
    line-height: 18px;
    margin-right: 8px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}

/*.innr-banner.srvc-cloud-bnr {
    background: url('../img/service-cloud-bnnr.jpg') no-repeat;
}*/

.why-sfc.srvc-crm .wsfc-lft h2 {
    font-size: 39px;
    font-weight: 600;
}

.ssrvc-info-img {
    margin-top: 40px;
}

.srvc-info h6 a {
    display: inline-block;
    background: #0046e3;
    color: #fff;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 20px;
    transition: .2s;
    margin-top: 50px;
}

.svof-outr {
    margin-top: 50px;
}

.srvc-weoffr {
    background: #fafafa;
}

.svof-outr .svf-txtar {
    padding: 36px 55px 0px 95px;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
}

.svof-outr .svf-txtar:before {
    content: '';
    width: 82px;
    height: 82px;
    position: absolute;
    top: 0;
    z-index: 0;
    border-radius: 4px;
    transition: all .5s ease;
    background: #0046e3;
    left: 0;
}

.svof-outr .svf-txtar:after {
    color: #fff;
    position: absolute;
    left: 18px;
    font-size: 40px;
    top: 12px;
    content: '01'
}

.svof-outr .svf-txtar.scnd-srvc:after {
    content: '02'
}

.svof-outr .svf-txtar.third-srvc:after {
    content: '03'
}

.svof-outr .svf-txtar.fourth-srvc:after {
    content: '04'
}

.svof-outr .svf-txtar.fifth-srvc:after {
    content: '05'
}

.svof-outr .svf-txtar.sixth-srvc::after {
    content: '06';
}

.svof-outr .svf-txtar.seventh-srvc:after {
    content: '07'
}

.svof-outr .svf-txtar.eight-srvc::after {
    content: '08';
}

.svof-outr .svf-txtar h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.svof-outr .svf-txtar h4:after {
    content: '';
    width: 60px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.ee-benefits-sec {
    background: url('/wp-content/uploads/img/digital-benefits.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
}

.ee-benefits-sec h5 .line-txt,
.ee-benefits-sec h3,
.ee-benefits-sec p {
    color: #fff;
}

.ee-benefits-sec h3 {
    line-height: 55px;
    margin-top: 20px;
}

.ee-benefits-sec p {
    margin-bottom: 20px;
}

.ee-benefits-sec h5 .line-txt:before {
    background-color: #fff;
}

.ee-benefits-sec ul {
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 auto;
}

.ee-benefits-sec li {
    color: #fff;
    color: #e3e5ea;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
}

.ee-benefits-sec li i {
    margin-right: 20px;
    color: #00adff;
    position: absolute;
    left: -15px;
    top: 5px;
}

.our-mision h4 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.support-sldr .item-innr {
    min-height: 430px;
}

.cloud-slider {
    margin-top: 30px;
}

.innr-banner.industry-bnr {
    background: url('/wp-content/uploads/img/industry-bnnr.jpg') no-repeat;
}

.innr-banner.industry-bnr p {
    margin: 5px 0 25px;
}

.wsfc-lft.challenges {
    background: none;
}

.wsfc-lft.challenges ul {
    padding: 0;
    margin-bottom: 5px;
}

.wsfc-lft.challenges p {
    margin-bottom: 10px;
}

.our-experties h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    margin: 15px 0;
}

.our-experties ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0;
    column-count: 2;
}

.our-experties ul li {
    background: url('/wp-content/uploads/img/ind-tick.png') no-repeat;
    margin-bottom: 15px;
    padding-left: 35px;
    background-position: 0 7px;
    font-size: 16px;
    color: #2e2e2e;
}

.services {
    background: #eff2f6;
}

.services .srvc-slidear {
    margin-top: 40px;
}

.services .srvc-slidear .item {
    background: #fff;
    padding: 25px 20px;
    min-height: 250px;
}

.services .srvc-slidear .item-innr {
    text-align: left;
}

.services .srvc-slidear .item-innr img {
    width: 82px;
    margin-bottom: 12px;
}

.services .srvc-slidear .item-innr ul {
    padding-left: 9px;
    list-style: none;
}

.services .srvc-slidear h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.services .srvc-slidear p {
    margin-bottom: 0;
    min-height: 170px;
}

.services .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
}

.indcrm {
    background: #ffffff;
}

.reinforce {
    background: #f7f7f7;
}

.services .srvc-slidear a {
    display: inline-block;
    background: #0046e3;
    color: #fff;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 16px;
    transition: .2s;
    margin-left: 10px;
}

.footer-area {
    background-color: #0d1820;
    /* padding-bottom: 50px; */
    padding-bottom: 20px;
    padding-top: 0;
}

.subscribe-area {
    /* padding: 50px 10px; */
    padding: 30px 10px;
    position: relative;
}

.subscribe-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #2e404d;
}

.subscribe-area .subscribe-content h3 {
    font-size: 35px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
}

.subscribe-area .newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-area .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 60px;
    padding-left: 25px;
    border-radius: 5px;
    outline: 0;
    color: #0d1820;
}

.subscribe-area .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0046e3;
    color: #ffffff;
    border: none;
    height: 60px;
    padding: 0 30px;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    pointer-events: all;
    cursor: pointer;
}

.single-thumb {
    margin-bottom: 40px;
}

.single-footer-widget {
    padding-top: 50px;
    /* margin-bottom: 30px; */
}

.single-footer-widget h3 {
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 30px; */
    color: #ffffff;
    text-transform: uppercase;
}

/* .single-footer-widget>img {
    max-width: 120px;
} */


.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
}


.single-footer-widget .quick-links li {
    list-style-type: none;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
}

.single-footer-widget .quick-links li a {
    color: #bec6cb;
    transition: ease-in-out 0.3s;
}

.single-footer-widget .quick-links li a:hover {
    color: #0046e3;
    letter-spacing: 1px;
}

.copyright-area {
    background-color: #1c2f3c;
    /* padding-top: 30px;
    padding-bottom: 30px; */
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright-area p {
    margin-bottom: 0px;
    color: #fff;
}

.copyright-area a {
    color: #fff;
    padding: 0px 13px;
}

.partner-banner {
    background: url('/wp-content/uploads/img/partner-banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 10px 95px;
}

.partner-banner h6 {}

.partner-banner h1 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 20px;
}

.partner-banner p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}

.partner-banner a {
    font-size: 20px;
}

.partner-btn {
    background-color: #ffff;
    color: #000 !important;
    display: inline-block;
    border-radius: 5px;
    padding: 18px 35px;
}

.part-side {
    margin-top: 24px;
}

.fill-side h5 {
    font-weight: 600;
}

.ee-partner-holder {
    background-image: url('/wp-content/uploads/img/partner-banner1.jpg');
    padding: 120px 0;
    background-size: cover;
    background-position: center;
}

.ee-partner-holder h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 36px;
}

.bannr-left h6 a:hover {
    background-color: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .techStack_sec .img-container img.mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

.partner-banner h1 {
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.partner-banner a {
    font-size: 16px;
    padding: 14px 23px;
}

.fill-side {
    margin-top: 20px;
}

.heading {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
}

.blogs-tabs {
    margin-top: 70px;
    margin-bottom: 70px;
}

.blogs-tabs {
    margin-top: 70px;
    margin-bottom: 70px;
}

.ee_blogs-main .img-fluid {
    max-width: 100%;
    height: auto;
}

.blogs-tabs .nav-tabs {
    border: 1px solid #eaeaea !important;
    display: block;
    width: 100%;
}

.blogs-tabs .nav-tabs .nav-item.show .nav-link,
.blogs-tabs .nav-tabs .nav-link.active {
    color: #0046e4 !important;
    background: none !important;
    border-color: transparent
}

.blogs-tabs .nav-tabs .nav-link.active {
    color: #0046e4;
    font-weight: 600;
}

.blogs-tabs .nav-tabs .nav-link:hover {
    color: #0046e4;
    border-color: transparent;
}

.blogs-tabs .nav-tabs .nav-link {
    color: #000;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 2px;
    margin: 1px 0;
    display: inline-block;
}

.blogs-tabs .signup-form-button .siNewsletter .form-control {
    display: block;
    width: 152px;
    font-size: 15px
}

.article-tag-heading {
    font-size: 32px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 64px;
    margin-top: 64px;
    color: #001e44
}

.article-tag-list {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #9aa0ae;
    margin-bottom: 64px;
    margin-top: 64px;
    text-align: right;
    line-height: 38px
}

.date-blog li span {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #9aa0ae;
    margin-right: 15px
}

.tab-image-radius {
    position: relative
}

.tab-image-radius img {
    border-radius: 4px;
    max-height: 182px
}

#support .tab-image-radius,
#commerce .tab-image-radius {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

.blog-box-trend {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 0;
    transition: all .3s ease;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    background-color: #0046e4
}

.ee-blog-h2 {
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #001e44
}

.blogs-tabs .pagination {
    margin-top: 64px
}

.blogs-tabs .pagination .page-item .page-link {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #0046e4;
    border: transparent;
    padding: 12px 15px
}

.topnav {
    overflow: hidden;
    border: 2px solid #9aa0ae;
    border-radius: 5px
}

.topnav input[type=text] {
    padding: 10px;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    border: none;
    color: #333;
    flex: 0 0 85%;
}

.search-container form i {
    color: #adadad;
}

.webinar-side {
    margin-top: 34px
}

.webinar-side .webinar-fig {
    position: relative
}

.webinar-side .webinar-fig img {
    border-radius: 5px
}

.webinar-figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transition: all .3s ease;
    padding: 30px;
    text-align: left;
    color: #fff
}

.webinar-figcaption h2 {
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    transform: translateY(164px);
    line-height: 25px
}

.webinar-figcaption a,
.webinar-figcaption button {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    transform: translateY(190px);
    display: table;
    color: #fff;
    background-color: #0046e4;
    padding: 8px 17px;
    border: transparent
}

.signup-form-button {
    margin-top: 90px
}

.ee_blogs-main .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.ee_blogs-main .nav a {
    color: #6f6f6f
}

.ee_blogs-main .nav i {
    margin-right: 8px;
    color: #6f6f6f
}

.siNewsletter {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 0
}

.siNewsletter .form-control {
    height: 50px;
    border-color: #9aa0ae;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box
}

.siNewsletter .btn {
    min-height: 50px;
    border-radius: 0;
    background: #0147e5;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.mt-p {
    margin-top: 97px
}

.ee_blogs-main h2 {
    font-size: 32px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    color: #001e44
}

.ee_blogs-main h1 {
    font-size: 32px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    color: #001e44
}

.status-publish p {
    font-size: 16px;
    font-family: poppins, sans-serif;
    color: #333;
    line-height: 28px
}

.blog-md-heading {
    font-size: 22px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    margin-top: 69px;
    margin-bottom: 23px;
    color: #001e44
}

.related-blog {
    width: 100%;
    padding: 60px 0
}

.related-blog .blog-box-trend {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 0;
    transition: all .3s ease;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    background-color: #0046e4
}

.mb-sac {
    margin-bottom: 64px
}

.ee_blogs-main {
    position: relative
}

.ee_blogs-main .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: none
}

.pdfprnt-buttons {
    position: absolute;
    right: 0;
    top: 105px
}

.pdfprnt-button img,
.pdfprnt-button-title {
    display: inline-block !important;
    vertical-align: middle;
    padding: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px;
    color: #6f6f6f;
    font-weight: 500
}

.events-background {
    position: relative
}

.ee_events-bg {
    position: absolute;
    width: 655px;
    top: 34px;
    left: 34px
}

.event-register {
    position: absolute;
    top: 74%;
    left: 87px;
    background: #fff;
    padding: 16px 44px;
    font-size: 17px;
    color: #e8601f;
    font-weight: 600;
    border: transparent;
    cursor: pointer;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

.ee_blogs-main h3 {
    font-size: 20px;
    font-family: poppins, sans-serif;
    font-weight: 700;
}

.ee-event-menu {
    border-right: 1px solid #ebecef
}

.ee_event_date {
    font-size: 20px;
    color: #333
}

.ee_event_day {
    font-size: 16px;
    color: #9aa0ae
}

.ee_event_name {
    font-size: 20px;
    font-weight: 500;
    color: #00070f
}

.ee_event_detail {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin-top: 20px
}

.ee_event_button {
    font-size: 16px;
    color: #0046e4;
    font-weight: 600
}

.btn-global {
    border: 2px solid #0046e6;
    background-color: #0046e6;
    color: #fff;
    padding: 16px 54px;
    display: inline;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1)
}

.btn-global:hover {
    background-color: #fff;
    border: 2px solid transparent;
    color: #0046e6
}

.ee_blogs-main h4 {
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 600
}

.ee_blogs-main h2,
.ee_blogs-main h1 {
    font-size: 24px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px
}

.search-form button {
    background: #e8effe;
    width: 15%;
    outline: 0;
}

.breadcrumbs {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    margin-bottom: 15px;
}

.breadcrumbs a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block !important;
    color: #0046e3;
    margin: 0 5px;
}

.breadcrumbs h1 {
    font-size: 14px;
    font-weight: 600;
    display: inline-block !important;
    color: #0046e3;
    margin: 0 5px;
}

.search-in-place-close-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    background: url("close-icon.png") no-repeat center center;
    z-index: 999999;
    background-size: contain;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

ul.benefits.recent-post li a {
    color: #001e44;
}

ul.benefits.recent-post li a:visited {
    color: #0d6efd !important;
}

ul.benefits.recent-post li a:hover,
ul.benefits.recent-post li a:focus {
    color: #0d6efd;
}

ul.benefits.recent-post li {
    color: #0000 !important;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

ul.list-inline.date-blog.d-flex.align-items-center {
    width: initial !important;
}

ul.list-inline.date-blog.d-flex.align-items-center {
    float: left !important;
}

ul.social-link-list.share-links {
    margin-top: 5px;
    float: right;
}

ul.social-link-list.share-links {
    list-style-type: none;
    padding-left: 1px;
}

ul.social-link-list.share-links {
    display: inline-block;
    padding: 0;
}

ul.social-link-list.share-links li {
    float: left;
}

ul.social-link-list.share-links li {
    display: inline-block;
    margin-left: 10px;
    line-height: 0;
}

/** Partners Page CSS **/

body {
    overflow-x: hidden;
}

.partner-hero_sec {
    background-image: url('/wp-content/uploads/img/partners_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30%;
    padding: 100px 0 50px;
}

.partner-hero_sec .leftBox {
    padding-top: 5rem;
}

.partner-hero_sec .heading {
    font-size: 34px;
    color: #0d0d0d;
    line-height: 45px !important;
}

span.blue_text {
    color: #0046e3;
}

span.cursor {
    display: inline-block;
    background-color: #0046e3;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #0046e3;
    }

    49% {
        background-color: #0046e3;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #0046e3;
    }
}

.partner-hero_sec p {
    margin-bottom: 5px;
    font-size: 14px;
    max-width: 75%;
    color: #3a3b3b;
}

.partner-hero_sec ul {
    padding: 10px 15px;
    margin: 20px 0;
    list-style: none;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    gap: 0 5px;
    font-size: 14px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
}

.partner-hero_sec ul li {
    padding: 5px 0;
    font-weight: 600;
}

.partner-hero_sec ul li.active {
    color: #0046e3;
}

.partner-hero_sec ul li:not(:last-child) {
    border-right: 1.5px solid #0046e3;
    padding-right: 10px;
}

.partner-hero_sec .rightBox img {
    width: 100%;
}

.partner-hero_sec .leftBox a {
    display: inline-block;
    background: #0046e3;
    border: 1px solid #0046e3;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    transition: .2s;
    margin-top: 2rem;
}

.partner-hero_sec .leftBox a:hover {
    background: #fff;
    color: #0046e3;
    border-color: #0046e3;
}



.on_demand_sec {
    background-image: url('/wp-content/uploads/img/ondemandBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 90%;
    padding: 30px 10px 80px;
}

.on_demand_sec img {
    width: 100%;
}

.on_demand_sec a {
    display: inline-block;
    background: #0046e3;
    border: 1px solid #0046e3;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    transition: .2s;
}

.on_demand_sec a:hover {
    background: #fff;
    color: #0046e3;
    border-color: #0046e3;
}


.techStack_sec {
    background-image: url('/wp-content/uploads/img/techStackBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.techStack_sec .img-container {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.techStack_sec .img-container img {
    width: 50%;
    max-width: 100%;
}


#commitIndicators {
    padding: 2rem 0 0;
}

.commitment_sec ol.carousel-indicators {
    display: block;
    position: inherit;
    margin: 0;
    border-right: 1px solid #000;
}

.commitment_sec ol.carousel-indicators li {
    display: block;
    border: none;
    border-left: 1px solid transparent;
    width: auto;
    height: auto;
    color: #000;
    text-indent: inherit;
    padding: 0 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    margin: 25px 0;
    opacity: 1;
}

.commitment_sec .carousel-indicators .active {
    color: #0046e3;
    border-color: #0046e3;
}

#commitIndicators .commit_inner {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

#commitIndicators .commit_inner h4 {
    font-weight: bold;
    color: #0046e3;
}

#commitIndicators .commit_inner img {
    width: 400px;
    max-width: 100%;
}

#commitIndicators .commit_inner a span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: #0046e3;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    font-size: 20px;
}

.top_tier_sec {
    background-image: url('/wp-content/uploads/img/tierBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 10px 80px;
    margin: 80px 0 0;
    background-position: center 40px;
}

.top_tier_sec .imgContainer {
    margin: 4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_tier_sec .imgContainer img {
    max-width: 100%;
    width: 250px;
    margin: 0 40px;
}




.certification_sec {
    background-color: #f2f9ff;
}

.certification_sec h2 {
    margin: 0;
}


/** Keyframes **/

.smoothbounce {
    position: relative;
    animation: smoothbounce 0.9s 1.5s infinite ease-out alternate;
}

@keyframes smoothbounce {
    0% {
        bottom: 22px;
    }

    100% {
        bottom: 40px;
    }
}





@media (min-width: 1600px) {
    .techStack_sec .img-container img {
        width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .techStack_sec .img-container img {
        width: 35%;
    }
}

@media (max-width: 1400px) {
    .partner-hero_sec ul {
        padding: 8px 12px;
    }

    .partner-hero_sec ul li:not(:last-child) {
        padding-right: 5px;
    }
}

@media (max-width: 1199.98px) {
    .partner-hero_sec {
        padding: 80px 10px 30px;
    }

    .partner-hero_sec .heading {
        font-size: 32px;
    }

    .partner-hero_sec .leftBox {
        padding-top: 4rem;
    }

    .partner-hero_sec ul li {
        line-height: normal;
        font-size: 11px;
    }

    .partner-hero_sec .leftBox a {
        padding: 8px 30px 8px 12px;
        margin-top: 1rem;
    }

    #commitIndicators .commit_inner img {
        width: 300px;
    }

    .top_tier_sec {
        padding: 0 10px 40px;
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 991px) {

    .partner-hero_sec ul {
        max-width: 500px;
    }

    .partner-hero_sec .heading {
        font-size: 25px;
        line-height: 36px !important;
    }

    .partner-hero_sec {
        background-position: center right;
        background-size: 40%;
    }

    .partner-hero_sec .leftBox {
        padding-top: 2rem;
    }

    #commitIndicators .commit_inner .left {
        width: 70%;
    }

    .commitment_sec ol.carousel-indicators {
        border-right: none;
        border-bottom: 1px solid #000;
        margin-bottom: 1rem;
    }

    .webinar-figcaption h2 {
        font-size: 19px;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        transform: translateY(28px);
        line-height: 33px;
    }

    .webinar-figcaption a,
    .webinar-figcaption button {
        font-size: 15px;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        transform: translateY(40px);
    }

    .webinar-side {
        margin-top: 0px;
    }

    .innov-img::before {
        height: 90px;
    }

    .custom-y-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sales-expertise .sales-right-text,
    .gptw-sec .sales-right-text,
    .csr-pledge .sales-right-text {
        padding-top: 10px !important;
    }

    .csr-pledge .sales-right-text,
    .csr-pledge .sales-right-text p {
        padding-left: 0 !important;
    }

    .csr-pledge::before {
        left: -90px;
        bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .webinar-figcaption h2 {
        font-size: 27px;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        transform: translateY(40px);
        line-height: 36px;
    }

    .webinar-figcaption a,
    .webinar-figcaption button {
        font-size: 15px;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        transform: translateY(60px);
    }
}

@media (max-width: 575.98px) {
    .pillar-img h4 {
        font-size: 16px;
    }

    .partner-hero_sec .leftBox {
        padding-top: 1rem !important;
    }

    .partner-hero_sec h2.heading,
    .on_demand_sec .heading,
    .commitment_sec .heading,
    .top_tier_sec .heading,
    .certification_sec h2.heading {
        font-size: 25px !important;
        line-height: 36px !important;
    }

    .partner-hero_sec ul {
        flex-direction: column;
        border-radius: 10px;
        box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.18);
    }

    .partner-hero_sec ul li:not(:last-child) {
        border-bottom: 1.5px solid #0046e3;
        border-right: none;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .commitment_sec ol.carousel-indicators li {
        margin: 20px 0;
        font-size: 14px;
    }

    #commitIndicators .commit_inner .left {
        width: 100%;
    }

    #commitIndicators .commit_inner img {
        margin-top: 1rem;
    }

    .partner-hero_sec .leftBox a,
    .on_demand_sec a {
        padding: 8px 15px;
        font-size: 13px;
    }

    .certification_sec {
        padding: 30px 10px;
    }

    .on_demand_sec {
        padding: 30px 10px;
    }

    .partner-hero_sec .rightBox img {
        width: 95% !important;
        margin: 1rem auto 0;
    }

    .thought-leadership-text h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .thought-leadership-banner {
        height: auto;
    }

    .inno-text.text-start {
        padding-top: 15px;
    }

    .sales-icon-box .pe-4 {
        padding-right: 0 !important;
    }

    .gptw-img,
    .pillar-img {
        margin-top: 20px;
    }

    .community-info {
        margin-top: -10px;
    }

    .sales-expertise h2,
    .explore-more h2,
    .gptw-sec h2,
    .inno-text h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 475.98px) {

    .partner-hero_sec h2.heading,
    .on_demand_sec .heading,
    .commitment_sec .heading,
    .top_tier_sec .heading,
    .certification_sec h2.heading {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .top_tier_sec .imgContainer {
        margin: 3rem 0 0;
        flex-wrap: wrap;
    }

    .top_tier_sec .imgContainer img {
        margin: 0 auto !important;
    }
}

ul.checkpointers {
    list-style-type: none;
    padding: 0
}

ul.checkpointers li {
    background: url(' /wp-content/uploads/img/blu-tick.png') no-repeat;
    background-position: 0 3px;
    margin-bottom: 8px;
    padding-left: 35px
}

.owl-carousel {
    display: block !important;
}

.blogs-tabs .publish_blog_left .post_cont ol li {
    padding-bottom: 10px;
}

.blogs-tabs .publish_blog_left .post_cont ol li::marker {
    font-weight: bolder;
}

.botm-form-inner .wpcf7-form .wpcf7-response-output {
    color: #fff;
}

.page-template-contact-us-middleeast .wpcf7-form .wpcf7-response-output {
    color: #000;
}

.page-id-188 .wpcf7-form .wpcf7-response-output {
    color: #000 !important;
}

input#subscribe_submit {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0046e3;
    color: #ffffff;
    border: none;
    height: 60px;
    padding: 0 30px;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    pointer-events: all;
    cursor: pointer;
}

.contact-form-inner .submit-contact {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.margin-p0 p {
    margin-bottom: 0;
}

/* 09-04-2025 CSS Start */
/* Blog Detail Page Start */
.tbl-contnt ul {
    line-height: 20px;
}

.webinar-figcaption.detail-page h2 {
    transform: none;
}

.webinar-figcaption.detail-page a {
    transform: none;
}

.col-md-4 .sticky-container {
    position: sticky;
    top: 150px;
}

.tbl-contnt h4 {
    font-size: 20px;
}

.tbl-contnt ul li {
    font-size: 14px;
}

/* Blog Detail Page End */
/* 04 Sep, 2025 CSS End */


/* 22 Sept, 2025 CSS Start */
/* Event Page Start */

/* Container for centering */
.main-section.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Banner */
.banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 0px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 20px 40px;
    border-radius: 8px;
}

.banner-text h1 {
    font-size: 2.5rem;
    margin: 0;
}

/* Main Section */
.main-section {
    display: flex;
    gap: 30px;
    padding: 55px 10px 55px 10px;
    align-items: center;
}

.main-section .form-section {
    flex: 1;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid;
    height: fit-content;
}

.main-section .form-section h2 {
    margin-bottom: 20px;
}

.main-section .form-section input,
.main-section .form-section textarea,
.main-section .form-section button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.main-section .form-section button {
    background: #0073e6;
    color: #fff;
    border: none;
    cursor: pointer;
}

.main-section .form-section button:hover {
    background: #005bb5;
}

/* .main-section .content-section {
    flex: 3;
} */

.main-section .content-section.active-flex {
    flex: 3;
}

.main-section .content-section.inactive-flex {
    flex: 3;
}


.main-section .content-section h2 {
    margin-bottom: 15px;
}

.main-section .content-section p {
    line-height: 20px;
    font-size: 13px;
    word-spacing: 2px;
}

/* Event Options */
.main-section .events-list h2 {
    text-align: center;
    margin-bottom: 30px;
}

.main-section .event-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.main-section .event-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}


.main-section .form-section input {
    padding: 5px 10px 5px 10px;
    margin: 0px;
}

.main-section .form-section.active-flex p {
    margin: 0;
}

.main-section .form-section.inactive-flex p {
    margin: 1;
}

.main-section .content-section h3 {
    text-align: center;
    margin-bottom: 25px;
}

.main-section .content-section .event-image {
    flex: 1;
}

.main-section .content-section .event-details {
    flex: 1;
}

.main-section .form-section form input.wpcf7-submit {
    background: #0046E3;
    color: white;
}

.main-section .wpcf7-form .wpcf7-response-output {
    color: black;
    margin: 0;
}

.past-events-section .content-section h3 {
    text-align: center;
    margin-bottom: 25px;
}

.past-events-section .event-item {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(30, 30, 60, 0.08);
    margin-bottom: 32px;
    padding: 0;
    overflow: hidden;
}

.past-events-section .event-image {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.past-events-section .event-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.past-events-section .event-details {
    flex: 1 1 0;
    min-width: 0;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-section .empty-state {
    background: #f8fafd;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(48, 72, 120, 0.08);
    padding: 28px 16px;
    margin: 32px auto;
    text-align: center;
}

.main-section .empty-state h4 {
    color: #34517f;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.main-section .empty-state p {
    color: #737e91;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
}


/* Responsive Fixes */
@media (max-width: 1024px) {
    .main-section {
        flex-direction: column;
        padding: 30px 20px;
    }

    .form-section,
    .content-section {
        min-width: 100%;
    }

    .banner {
        height: 350px;
        /* reduce for tablets */
    }

    .main-section .event-image {
        flex: 0 0 100%;
        /* take full width */
    }
}

@media (max-width: 768px) {
    .banner {
        height: 250px;
    }

    .banner-text h1 {
        font-size: 1.8rem;
        padding: 10px 20px;
    }

    .main-section {
        padding: 20px 15px;
        gap: 20px;
    }

    .main-section .event-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-section .event-image img {
        width: 100%;
        max-height: 220px;
        object-fit: cover;
        border-radius: 6px;
    }

    .main-section .event-details {
        margin-top: 15px;
    }

    .main-section .event-image {
        flex: 0 0 100%;
    }

    .past-events-section .event-item {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .past-events-section .event-image,
    .past-events-section .event-details {
        flex: none;
        width: 100%;
        padding: 0;
    }

    .past-events-section .event-details {
        padding: 24px 12px;
    }
}

@media (max-width: 480px) {
    .banner {
        height: 200px;
    }

    .banner-text h1 {
        font-size: 1.4rem;
    }

    .main-section .form-section {
        padding: 15px;
    }

    .main-section .form-section input,
    .main-section .form-section textarea,
    .main-section .form-section button {
        font-size: 14px;
        padding: 8px;
    }

    .main-section .event-item {
        padding: 15px;
    }

    .main-section .event-details h3 {
        font-size: 1.2rem;
    }
}

/* Event Page End */
/* 22-09-2025 CSS End */

.app-exchange-sfc {
    display: flex;
    gap: 10px;
}

.app-exchange-sfccc {
    display: flex;
    gap: 10px;
}

.app-exchange-sfc img {
    width: 100px;
    height: 100px;
}

.post-subscribe-form {
    margin-top: 40px;
    padding: 25px;
    border-top: 2px solid #eee;
    background: #f9f9f9;
}

.ivory-search-custom .is-form-style {
    position: fixed;
    right: 0;
    z-index: 1;
    width: 25%;
    top: 205px;
}

.ivory-search-custom .is-form-style.is-form-style-3 input.is-search-input {
    border-radius: 20px 0px 0px 20px;
}

@media (max-width: 768px) {
    .ivory-search-custom .is-form-style {
        z-index: 1;
        width: 50%;
        top: 200px;
    }
}

@media (max-width: 480px) {
    .ivory-search-custom .is-form-style {
        z-index: 1;
        width: 100%;
        top: auto;
    }
}

.sfc-cloud-solutions .row {
    justify-content: center;
}

/* Industry Section CSS Start */
.industry-section {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}

.industry-section .container {
    max-width: 1200px;
    margin: auto;
}

.industry-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #0d2b75;
    margin-bottom: 20px;
}

.industry-section .section-subtitle {
    font-size: 16px;
    color: #333;
    margin: 0 auto 50px auto;
    line-height: 1.7;
}

.industry-section .industry-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.industry-section .industry-card {
    background: #f8fbff;
    border: 1px solid #e1eaf5;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s;
    flex: 0 1 calc(33.333% - 25px);
    box-sizing: border-box;
}

.industry-section .industry-card:hover {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.industry-section .industry-card .icon {
    font-size: 40px;
    color: #0d77ff;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.industry-section .industry-card h3 {
    font-size: 22px;
    color: #0d2b75;
    margin-bottom: 0;
}

.industry-section .industry-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}


/* Tablet (below 992px) — show 2 per row */
@media (max-width: 992px) {
    .industry-section .industry-card {
        flex: 0 1 calc(50% - 25px);
    }
}

/* Mobile (below 600px) — show 1 per row */
@media (max-width: 576px) {
    .industry-section .industry-card {
        flex: 0 1 100%;
    }
}


/* Industry Section CSS End */

/* Service Cloud Section Start */
.item-innr .title-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.title-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}


/* Service Cloud Section End */


/* Success Story CSS Start */
.success-stories-section {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.success-stories-section .success-container {
    max-width: 1200px;
    margin: auto;
}

.success-stories-section .success-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0d2b75;
    margin-bottom: 50px;
}

/* Grid Layout */
.success-stories-section .success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.success-stories-section .success-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.success-stories-section .success-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.success-stories-section .success-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.success-stories-section .success-content {
    padding: 20px 18px 25px 18px;
}

.success-stories-section .success-content h3 {
    font-size: 18px;
    color: #0d2b75;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.success-stories-section .success-read-more {
    color: #0d2b75;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.success-stories-section .success-read-more:hover {
    color: #00a0e3;
}

/* Button Below */
.success-stories-section .success-view-all {
    margin-top: 40px;
}

.success-stories-section .success-btn-view-all {
    display: inline-block;
    background-color: #00a0e3;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 35px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.success-stories-section .success-btn-view-all:hover {
    background-color: #008bc4;
}

/* Responsive Design */
@media (max-width: 992px) {
    .success-stories-section .success-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .success-stories-section .success-grid {
        grid-template-columns: 1fr;
    }

    .success-stories-section .success-heading {
        font-size: 26px;
    }

    .success-stories-section .success-content h3 {
        font-size: 16px;
    }
}

/* Success Story CSS End */



.page-template-homepage-middleeast .item-innr ul {
    font-size: 14px;
}

.page-template-homepage-middleeast .item-innr:hover h3 {
    color: #0046e3db;
    transition: color 0.3s ease;
}

.page-template-homepage-middleeast .pimplmnt-innr p {
    margin: 0;
}

.page-template-homepage-middleeast .pimplmnt-innr .hovr-box {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    border-radius: 100px 0px 0px 0px;
    display: flex;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    background: #0046e3db;
    opacity: 0;
    z-index: 0;
    transform: scale(0);
    transition: ease-in-out .3s;
    padding: 25px 10px 10px 25px;
}

.page-template-homepage-middleeast .item-innr {
    padding: 25px 20px 15px 30px;
}

.page-template-homepage-middleeast .pimplmnt-innr:hover .hovr-box {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}

.page-template-homepage-middleeast .sfc-cloud-solutions a {
    color: black;
}

.page-template-homepage-middleeast section.award-sec {
    padding: 0px 10px;
}

.BlogSection {
    margin-top: -162px;
    padding-top: 162px;
}

.background-data {
    background-color: #eaecee;
    padding: 10px;
    border-left: 5px solid #f3cf07;
    margin-bottom: 15px;
}

.award-sec .row.align-items-center {
    gap: 100px;
}

/* .background-orange {
    background-color: #FDF6EC;
    padding: 10px;
    border-left: 30px solid #E8510A;
    margin-bottom: 15px;
    color: #000000; 
}

.background-blue {
    background-color: #EAF3FB;
    border-left: 30px solid #2D6FE8;
    padding: 10px;
    margin-bottom: 15px;
}

.background-purple {
    background-color: #F3EEF8;
    border-left: 30px solid #7B2FBE;
    padding: 10px;
    margin-bottom: 15px;
}

.background-teal {
    background-color: #E8F8F5;
    border-left: 30px solid #1ABC9C;
    padding: 10px;
    margin-bottom: 15px;
}

.background-crimson {
    background-color: #F0F0F0;
    border-left: 30px solid #8B0000;
    padding: 10px;
    margin-bottom: 15px;
} */

/* Wrapper */
.phone-row {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    flex-wrap: nowrap;
}

/* Country field */
.phone-row .country-field {
    flex: 0 0 35%;
}

/* Phone field */
.phone-row .phone-field {
    flex: 0 0 65%;
}

/* Make CF7 generated fields full width */
.phone-row .country-field select,
.phone-row .country-field input,
.phone-row .country-field .wpcf7-form-control,
.phone-row .phone-field input {
    width: 100%;
    height: 52px;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Match dropdown appearance */
.phone-row .country-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Phone input styling */
.phone-row .phone-field input[type="tel"] {
    line-height: 52px;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .phone-row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .phone-row .country-field,
    .phone-row .phone-field {
        flex: 0 0 100%;
    }
}