@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:hidden;
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 .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;
}
.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);
}

.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;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 1rem;
}

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: 15px 10px;
    color: #000;
    font-weight: 500;
}

.nav-link:hover {
    color: #0046e3;
}

header .navbar-nav {
    gap: 28px;
}

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 {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 17px;
}

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(../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(../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(../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(../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(../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(../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(../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;
}

@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: block;
    }
}

@media (min-width: 1180px) {
    .nav-item.dropdown:hover .dropdown-menu.first,
    .dropend:hover .dropdown-menu {
        display: block;
    }
    .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 !important;
        padding: 13px 3px !important;
    }
    .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;
    }
}

@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 .nav-link {
        padding: 12px 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('../img/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 10px 95px;
}

.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;
}

.counter-value::after {
    content: "+";
}

.counter-value.k::after {
    content: "k+";
}

.counter h4 {
    font-size: 18px;
}

.counter-icon {
    background: url('../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;
}

.service-tab-sec .nav {
    gap: 20px;
}

.service-tab-sec .nav-link {
    text-align: left;
    color: #000;
    padding: 10px 10px 10px 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('../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 img {
    width: 82px !important;
}

.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 li {}

.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;
}

.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('../img/call-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

.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('../img/form-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.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 {
    height: 67px;
}

.botm-form-inner [type="submit"] {
    padding: 20px 35px;
    font-size: 20px;
}

.inner-banner {
    background: url('../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('../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('../img/salesforce-assessment-bnnr.jpg') no-repeat;
    background-size: cover !important;
}

.agentforce-bnr.innr-banner {
    background:url('../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: 70px 0;
}

.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('../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('../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;
}

.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;
    min-height: 380px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.pimplmnt-innr h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.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 0 0 28px;
}

.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(../img/cs-ms-img-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.process-holder.orginal-works {
    background-image: url(../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: #fff;
    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('../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('../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('../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: 70px;
    padding-top: 0;
}

.subscribe-area {
    padding: 50px 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: 80px;
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .quick-links li {
    list-style-type: none;
    margin-bottom: 12px;
    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;
}

.copyright-area p {
    margin-bottom: 0px;
    color: #fff;
}

.copyright-area a {
    color: #fff;
    padding: 0px 13px;
}

.partner-banner {
    background: url('../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('../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 !important;
}

@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;
    width: initial;
}

.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
}

.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: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    transform: translateY(164px);
    line-height: 35px
}

.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: 15px 25px;
    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 {
    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(/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(/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(/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(/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(../img/blu-tick.png) no-repeat;
    background-position: 0 3px;
    margin-bottom: 8px;
    padding-left: 35px
}
.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;}