/* Global CSS */
.container {
    width: 100%;
    max-width: min(100%, 1350px);
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

ul li {
    list-style: none;
}

.text-center,
.text-center p,
.text-center div {
    text-align: center !important;
}

.text-end {
    text-align: end;
}

.text-start,
.text-start p,
.text-start div{
    text-align: start !important;
}

.drag-cursor {
    width: 6rem;
    height: 6rem;
    background: #1a1a1a;
    color: #ffffff;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    border-radius: 6rem;
    letter-spacing: 1px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    transition: opacity 0.3s ease;
    font-weight: 500;
    cursor: none;
  }
  
  .drag-cursor > div{
    height: auto !important;
  }
/* Padding Start*/
.p-40-tb {
    padding-block: 40px !important;
}

.p-40-t {
    padding-top: 40px !important;
}

.p-40-b {
    padding-bottom: 40px !important;
}

.p-40{
    padding: 40px !important;
}

.p-20-tb {
    padding: 20px 0;
}

.p-20-t {
    padding-top: 20px !important;
}

.p-20-b {
    padding-bottom: 20px !important;
}

.p-20 {
    padding: 20px !important;
}
.p-60-tb {
    padding: 60px 0 !important;
}

.p-60-t {
    padding-top: 60px !important;
}

.p-60-b {
    padding-bottom: 60px !important;
}

.p-60{
    padding: 60px !important;
}
/* Padding End*/

/* Font-weight Start */
.fw-500 h3,
.fw-500 p{
    font-weight: 500;
}

.fw-600 h3,
.fw-600 h2,
.fw-600 p{
    font-weight: 600 !important;
}

.fw-700 h3,
.fw-700 h2,
.fw-700 p{
    font-weight: 700 !important;
}

.fw-400 h3{
    font-weight: 400;
}

/* Font-weight End */

/* Color Start */
.color-dark-grey,
.color-dark-grey p,
.color-dark-grey h2,
.color-dark-grey h3{
    color: #333333 !important;
}

.color-black p,
.color-black h2,
.color-black h3{
    color: #000 !important;
}

.color-white,
.color-white h2, 
.color-white p{
    color: #fff !important;
}

.color-red{
    color: #33c8cf;
}

/* Color End*/

/* Background Start */
.bg-grey {
    background: #f3f3f3;
}

.bg-grey-white {
    background: #fafafa !important;
}

.bg-light-grey{
    background: #F7F9FA;
}

.bg-white{
    background: #fff !important;
}
.bg-dark-grey{
    background: #1a1a1a;
}
.bg-black{
    background: #000;
}
/* Border Start */
.border-gry-light{
    border: 1px solid #ededed;
}
.bx-shdow,
.bx-shdw{
    box-shadow: 0 5px 6px rgba(0, 0, 0, .058823529411764705) !important;
}
.bx-shdws:hover{
    box-shadow: 0 0 13px rgba(0, 0, 0, .1411764705882353) !important;
}
.br-4{
    border-radius: 4px !important;
}
/* Border End */

/* Background End */

.grid-2-col,
.grid-1-col {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.grid-2-col {
    grid-template-columns: repeat(2, 1fr);
}

.grid-1-col {
    grid-template-columns: repeat(1, 1fr);
}

.flex-row{
    flex-direction: row !important;
}

/* Min-height card Start */
/* .card-min-h-300{
    min-height: 300px !important;
} */

.card-min-h-250{
    min-height: 250px !important;
}

.card-min-h-150{
    min-height: 150px !important;
}

.card-min-h-100{
    min-height: 100% !important;
}
/* Min-height card End*/

/* Image Height Start */
.set-img-450 img{
    width: 100%;
    max-width: 450px !important;
    height: 450px !important;
    object-fit: contain;
}
/* Image Height End */

/* Min-height start */
.min-h-100{ min-height: 110px !important;}
/* Min-height End */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea {
    float: none;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 8px 16px;
    border-radius: 0;
    box-shadow: none;
    height: 56px;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
}

textarea {
    resize: none;
    max-height: 120px;
    height: 120px;
    font-family: "Source Sans 3", sans-serif;
}

.btn-primary-white a,
.btn-white a {
    font-size: 16px;
    padding: 0 25px !important;
    display: inline-block;
    line-height: 50px;
    transition: all 0.3s;
    z-index: 1;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

.btn-primary-white a {
    color: #1a1a1a !important;
    background: #fff !important;
    border: 1px solid transparent !important;
}

.btn-primary-white a:hover {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
  }

.btn-white a {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
}

.btn-white a:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #1a1a1a !important;
  }

.btn-border-special a{
    color: #000;
    font-size: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #000;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 2;
    background-color: transparent;
  }

  .btn-border-special a:hover{
    color: #000;
  }

  .btn-reds a{
    background: #33c8cf;
    color: #fff;
    font: 500 1pc / normal Poppins, sans-serif;
    padding: 8px 1pc;
    display: inline-block;
    text-align: center;
    min-width: 130px;
    text-transform: uppercase;
    border-radius: 0;
  }

  .accordian-main details.e-n-accordion-item{
    border: 1px solid #d3d3d3;
    margin-bottom: 20px !important;
    background: rgb(255, 255, 255);
    
    border-radius: 10px;
  }
  .accordian-main details.e-n-accordion-item summary.e-n-accordion-item-title{
    border: none;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 15px 20px;
  }
  .accordian-main details.e-n-accordion-item summary.e-n-accordion-item-title span > h3.e-n-accordion-item-title-text{
    font-size: 18px;
    font-weight: 700;
    font-family: "source-sans-pro", sans-serif;
  }

  .accordian-main details.e-n-accordion-item .elementor-element .elementor-widget-text-editor>div{
    color: #666;
    line-height: 1.5;
    padding: 0 12px;
  }

  .accordian-main details.e-n-accordion-item div.elementor-element{
    border: none;
    padding: 0 10px 15px;
  }

  select.select-tag{
    border: 1px solid #707070;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    padding: 9pt 28px 9pt 20px;
    -webkit-appearance: none;
    min-width: 215px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .02) inset;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .02);
    background: #ffff url('../../../../uploads/2024/06/icon_dropdown.png') no-repeat right 18px center;
    background-size: 14px 14px;
    outline: none;
   
  }

  .roadmap .roadmap-card{
    min-height: 100%;
  }
  
  .roadmap .number-count h2{
    background: #fff;
    padding: 5px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
  }

  .roadmap .number-count h2::after {
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    border: 2px solid #000;
    border-radius: 50%;
    top: 49%;
    left: 4%;
    transform: translate(0%, -48%);
} 

.roadmap .number-count h2::before {
    position: absolute;
    content: '';
    width: 270px;
    height: 2px;
    background: #fff;
    left: 0%;
    z-index: -1;
}

.roadmap:last-child .number-count h2::before{
    display: none;
}
.content-list-type ul{
    padding-left: 30px !important;
}

.content-list-type ul li{
    list-style-type: disc !important;
    display: block !important;
}
.content-list-type ul li:before {
    position: absolute;
    left: -15px;
    top: 45%;
    content: '';
    height: 5px;
    width: 5px;
    background-color: #000;
    transform: translate(0%, -50%);
    border-radius: 50%;
}

/* Common Classes */
/* section-title
section-heading
section-description */
.section-heading-underline h2,
.section-heading-short-underline h2,
.section-heading-short-underline h3 {
    position: relative;
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
    margin: 0 0 12px 0 !important;
    padding: 0 0 12px 0 !important;
}

.section-heading-underline h2 {
    font-size: 36px;
}

.section-heading-short-underline h2,
.section-heading-short-underline h3 {
    font-size: 18px;
}


.section-heading-underline h2::after,
.section-heading-short-underline h2::after,
.section-heading-short-underline h3::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    height: 2px;
    background-color: #33c8cf;
}

.section-heading-underline h2::after {
    width: 150px;
}

.section-heading-short-underline h2::after,
.section-heading-short-underline h3::after {
    width: 110px;
}

.section-title-heading, .section-title span.elementor-heading-title {
    display: inline-block;
    font-size: 1pc;
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
    color: #666 !important;
    letter-spacing: 2px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 1px solid #33c8cf;
}

.section-title-white span.elementor-heading-title {
    display: inline-block;
    font-size: 1pc;
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    color: #fff !important;
    letter-spacing: 2px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 1px solid #33c8cf;
}

.section-heading h2.elementor-heading-title,
.section-heading h3.elementor-heading-title,
.section-heading-white h2.elementor-heading-title,
.section-heading-white h3.elementor-heading-title {
    font-size: 36px !important;
    padding: 0 0 0px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
}

.section-heading h2.elementor-heading-title,
.section-heading h3.elementor-heading-title {
    color: #1a1a1a !important;
}

.section-heading-white h2.elementor-heading-title,
.section-heading-white h3.elementor-heading-title {
    color: #fff !important;
}


.title-content-para p {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 500;
    /* font-family: Source Sans Pro, sans-serif; */
}

.title-content {
    font-size: 36px;
    padding: 0 0 6px;
    line-height: 1.2;
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.title-side-border h2,
.title-side-border h3{
    position: relative;
    padding: 0 0 0 18px;
    color: #333;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.title-side-border h2::before,
.title-side-border h3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #33c8cf;
    display: block;
    line-height: 26px;
    border-radius: 25px;
}

.heading-title h2,
.heading-title h3 {
    line-height: 1.4;
    padding-bottom: 14px;
    position: relative;
    display: block;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
}

.heading-title h2 {
    font-size: 26px;
    margin: 0 0 18px;
    color: #1a1a1a;
}

.heading-title h3 {
    font-size: 18px;
    margin: 0 0 8px;
}


.heading-title h2::after,
.heading-title h3::after {
    content: "";
    display: block;
    width: 85px;
    height: 2px;
    background: #33c8cf;
    position: absolute;
    bottom: 0;
}

.heading-title h2::after {
    left: 0;
}

.heading-title h3::after {
    left: 50%;
    transform: translate(-50%, -50%);
}


.section-description > div{
    color: #333;
    font-family: "source-sans-pro", sans-serif;
    font-size: 18px !important;
    line-height: 1.5 !important;
}

.section-description-white > div{
    color: #fff;
    font-family: "source-sans-pro", sans-serif !important;
}

.section-description p,
.section-description-black > div,
.section-description-black p,
.section-description-white p  {
    font-size: 18px !important;
    line-height: 1.5 !important;
    /* font-family: Source Sans Pro, sans-serif; */
}

.section-description-black > div,
.section-description-black p {
    color: #333;
}


.section-description-white p {
  
    color: #fff;
}

.section-heading-short h2,
.section-heading-short h3,
.section-heading-short h4{
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 1.17em;
    line-height: 1.3;
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: center top !important;
    background-size: cover;
    background-repeat: no-repeat;
}

/* List Item Style Start*/
.cards-list-boxs .cards-list-boxs-items ul li{
    max-width: 100%;
    padding: 0px 5px 0px 35px;
    position: relative;
    margin-bottom: 1pc;
    /* font-size: 20px; */
    line-height: 2pc;
    display: block;
}
.cards-list-boxs .cards-list-boxs-items ul li::before{
    position: absolute;
    content: '';
    display: block;
    left: 5px;
    top: 12px;
    background: #33c8cf;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}
/* List Item Style End */

/* Case Card Start */
.case-cards{
    align-items: center;
    padding: 20px 20px !important;
}

/* .case-cards .case-cards-img {
    text-align: start;
} */
.case-cards .case-cards-img img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.case-cards-img {
    text-align: left !important;
}
.case-cards > .e-flex:has(.case-cards-img) {
    width: 14%;
}
.case-cards .e-flex:not(:has(.case-cards-img)) {
    width: 86%;
}
/* Case Card End */
/* Image card start */
    .set-cards .set-cards-img img{
        width: auto;
        height: 124px;
        object-fit: contain;
    }
    .set-card-icons img{
        width: 50px;
        height: 50px !important;
        object-fit: contain;
    }
    .set-mini-icons img{
        width: 34px;
        height: 34px;
        object-fit: contain;
    }
/* Image card End */
/* Solution card Start */
.solutions-card .solutions-card-img img{
    width: 100%;
    height: 135px;
    object-fit: contain;
}
/* Solution card End */
/* Tab Panel Start */
.tab-panel-main{
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
    background: #fff;
}
.tab-panel-main .e-n-tabs-heading{
    gap: 0 !important;
    flex-basis: 440px !important;
    background: #1a1a1a;
}
.tab-panel-main .e-n-tabs-heading button.e-n-tab-title{
    padding: 25px 36px;
    justify-content: start;
    gap: 0;
    background: #1a1a1a;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    box-sizing: border-box;
    position: relative;
}
.tab-panel-main .e-n-tabs-heading button.e-n-tab-title[aria-selected=true],
.tab-panel-main .e-n-tabs-heading button.e-n-tab-title:hover{
    background-color: #ffffff1a !important;
}
.tab-panel-main .e-n-tabs-heading button.e-n-tab-title[aria-selected=true]::after{
    position: absolute;
    content: '';
    right: -8px;
    top: 50%;
    transform: translate(-50%);
    width: 25px;
    height: 25px;
    background: #fff;
    rotate: 135deg;
}
.tab-panel-main .e-n-tabs-heading button.e-n-tab-title:last-child{
    border-bottom: none;
}
.tab-panel-main .e-n-tabs-heading button.e-n-tab-title .e-n-tab-title-text{
    flex-direction: column;
    text-align: start;
    align-items: start;
    font-size: 18px;
    font-weight: 500;
}
.tab-panel-main .e-n-tabs-heading button.e-n-tab-title .e-n-tab-title-text .tab-circle{
    font-size: 16px;
    font-weight: normal;
}
/* Tab Panel End */

/* Header Search Input Design Start */
.blog-header-navigation .search-blog form.search-form{
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    /* top: 121px; */
    top:-126px;
    transition: all 1s cubic-bezier(.215,.61,.355,1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
    border: none;
}

.show_search .blog-header-navigation .search-blog form.search-form{

    top:0;
    transition: all 1s cubic-bezier(.215,.61,.355,1);

}
.blog-header-navigation .search-blog form.search-form .search-form-data{
    height: 41px;
    margin: 30px auto;
    padding: 0;
    position: relative;
    width: 95%;
    border-radius: 0;
    max-width: 600px;
}

.blog-header-navigation .search-blog form.search-form .search-form-data label{
    display: flex;
    align-items: center;
    position: relative;
}

.blog-header-navigation .search-blog form.search-form .search-form-data .search-icons{
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    transform: translate(0%, 50%);
    pointer-events: none;
}
.blog-header-navigation .search-blog form.search-form .search-form-data .search-field{
    background: none repeat scroll 0 0 transparent;
    border: none;
    color: #666;
    float: left;
    font-size: 21px;
    height: 40px;
    margin: 0;
    outline: medium none;
    position: relative;
    width: 100%;
    text-indent: 5px;
    padding: 0 0 0 20px;
}
.blog-header-navigation .search-blog form.search-form .search-form-data .search-field::wekit-autofill{
    background-color: transparent !important;
}
.blog-header-navigation .search-blog form.search-form .search-form-data .search-submit{
    display: none;
}

/* Header Search Input Design End */

/* Contact Us Popup Start */
.popup.inner-page-contact-popup{
    position: fixed;
    top: 0%;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border: 0px;
    z-index: 999;
    display: none;
    transform: translate(0px, 0px);
}
.popup.inner-page-contact-popup .popup-content{
    background: #fff;
    max-width: 750px;
    min-height: 500px;
    padding: 24px 24px;
    margin: 5.75rem auto;
    position: relative;
}
.popup.inner-page-contact-popup .popup-content .close{
    position: absolute;
    right: -13px;
    top: -13px;
    margin: 0;
    width: 28px;
    height: 28px;
    background: #525252;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 24px;
    border: 2px solid #fff;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, .2);
    /* line-height: 1; */
    font-size: 25px;
    font-weight: 900;
}
.popup.inner-page-contact-popup .popup-content h3{
    padding: 20px 24px 10px 0;
    border: 0;
    font-size: 24px;
    text-align: left;
    position: relative;
    margin: 0 0 2pc;
    color: #000 !important;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
.popup.inner-page-contact-popup .popup-content h3::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 2px;
    background: #33c8cf;
}
.popup.inner-page-contact-popup .popup-content iframe{
    min-height: 450px;
    height: 100%;
}
/* Contact Us Popup End */

/* Our Partner Start */
.our-partner-card{
    box-shadow:  0 5px 6px rgba(0, 0, 0, .058823529411764705)!important;
    overflow: hidden !important;
}
.our-partner-card .our-partner-card-img{
    height: 100%;
}
.our-partner-card .our-partner-card-img> div.elementor-widget-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-partner-card .our-partner-card-img img{
    width: auto;
    max-width: 170px;
    object-fit: contain;
    max-height: 60px;
}
.our-partner-card .our-partner-content{
    position: absolute;
    height: 0;
    text-align: center;
    transition: all .35s;
    z-index: 9;
    bottom: 0;
    left: 0;
}
.our-partner-card .our-partner-content .our-partner-arrow img{
    width: 24px;
    height: 24px;
    object-fit: contain;
} 
.our-partner-card .our-partner-content .our-partner-content-heading h2{
    color: #fff;
    padding: 5px 0;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    margin: 15px 0 20px;
} 
.our-partner-card .our-partner-content .our-partner-content-description p{
    min-height: 70pt;
}
.our-partner-card:hover .our-partner-content{
    height: 100%;
}
.our-partner-card .our-partner-content::after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    transition: all .35s;
    z-index: -1;
    background: rgba(0, 0, 0, .85);
}
/* Our Partner End */

/* Our-competencies Start */

.Our-competencies .Our-competencies-main .Our-competencies-cards{
    margin-bottom: 30px;
}

.Our-competencies .Our-competencies-main .Our-competencies-cards .Our-competencies-img-box .Our-competencies-img img {
    width: auto;
    height: 50px;
    object-fit: contain;
    margin-right: 35px;
}

.Our-competencies .Our-competencies-main .Our-competencies-cards .Our-competencies-title h2, .Our-competencies .Our-competencies-cards .Our-competencies-title h2{
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}

.Our-competencies .Our-competencies-main .Our-competencies-cards .Our-competencies-content p, .Our-competencies .Our-competencies-cards .Our-competencies-content p{
    font-size: 16px;
    line-height: 1.625;
}

.Our-competencies .Our-competencies-cards .Our-competencies-img-box .Our-competencies-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    /* margin-right: 35px; */
}

/* Our-competencies End */

/* Ranosys Plan Start */
.rano-plan .rano-plan-card{
    background-color: #313031;
    padding: 40px 24px;
}
.rano-plan .rano-plan-card:hover{
    background-color: #ffffff0d;
}

.rano-plan .rano-plan-card .rano-plan-card-img{
    display: inline;
    position: relative;
    padding-bottom: 20px;

}
.rano-plan .rano-plan-card .rano-plan-card-img img{
    width: 62px;
    height: 62px;
    object-fit: contain;
} 
.rano-plan .rano-plan-card .rano-plan-card-img::after{
    content: '';
    position: absolute;
    width: 98px;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}
/* Ranosys Plan End */

/* Blog Start */
.blogs-main .blogs-main-heading h2{
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 25px 0;
    color: #333;
    line-height: 1.2;
}
.blogs-main .blogs-main-description p{
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
/* Blog End */

/* Digital Service Start */

.digital-service-main .digital-service-main-box{
    overflow: hidden;
}

.digital-service-main .digital-service-cards{
    position: relative;
    transition: all 0.3s;
    padding: 0;
}

.digital-service-main .digital-service-cards .digital-service-cards-bg-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 1s;
}

.digital-service-main .digital-service-cards .digital-service-cards-contents{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px;
    gap: 5px;
}

.digital-service-main .digital-service-cards:hover .digital-service-cards-bg-img img{
    transform: scale(1.1);
}

.digital-service-main .digital-service-cards h2,
.digital-service-main .digital-service-cards p {
    max-width: 60%;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.digital-service-main .digital-service-cards .digital-service-cards-heading h2 {
    font-size: 27px;
    font-weight: 500;
}

.digital-service-main .digital-service-cards .digital-service-cards-description p {
    font-size: 16px;
}

.digital-service-main .digital-service-cards .digital-service-cards-arrow img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    float: left;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}
.digital-service-main .digital-service-cards .digital-service-cards-contents .digital-service-cards-arrow{
    position: relative;
    width: 24px;
    height: 24px;
}
.digital-service-main .digital-service-cards .digital-service-cards-contents .digital-service-cards-arrow img{
    position: absolute;
    top: 0;
    left: -20px;
}
.digital-service-main .digital-service-cards:hover .digital-service-cards-contents .digital-service-cards-arrow img{
    visibility: visible;
    transition: 0.4s ease-in-out;
    left: 0px;
    
}


/* Digital Service End */

/* Product Success Start */

.product-success-box .product-success-card .product-success-list ul li span {
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 2pc;
}

.product-success-box .product-success-card-end .product-success-list ul li span{
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    padding-right: 2pc;
}

.product-success-box .product-success-card .product-success-list ul li  {
    
    justify-content: start;
}

.product-success-box .product-success-card-end .product-success-list ul li {
    
    justify-content: end;
    text-align: end;
}

.product-success-box .product-success-card .product-success-title h3,
.product-success-box .product-success-card-end .product-success-title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
}

.product-success-box .product-success-card .product-success-list ul li span::after,
.product-success-box .product-success-card-end .product-success-list ul li span::after {
    content: '\f104';
    position: absolute;
    top: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-success-box .product-success-card .product-success-list ul li span::after {
    left: 0;
    rotate: 180deg;
}

.product-success-box .product-success-card-end .product-success-list ul li span::after {
    right: 0;
}


/* Product Success End */

/* Service Consulting Start */
.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item,
.service-consulte .service-consulte-main-box {
    position: relative;
    padding: 17.5px;
    background: #fff;
    box-shadow: 0 8px 13px rgba(0, 0, 0, .043);
    counter-increment: my-awesome-counter;
}

.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin: 0 0 10px 20px;
}

.service-consulte .service-consulte-main-box {
    margin: 0 0 0px 10px;
}

.service-consulte .service-consulte-box ul.elementor-icon-list-items{
    counter-reset: my-awesome-counter;
}

.service-consulte .service-consulte-main-box .service-consulte-main-title .elementor-widget-container h2.elementor-heading-title,
.service-consulte .service-consulte-main-box .service-consulte-main-title .elementor-widget-container h3.elementor-heading-title,
.service-consulte .service-consulte-main-box .service-consulte-main-title .elementor-widget-container p.elementor-heading-title{
    font-size: 20px !important;
    font-weight: 500;
    color: #1a1a1a;
}

.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item::before,
.service-consulte .service-consulte-main-box::before{
    position: absolute;
    top: 10%;
    left: -4.5%;
    transform: translate(-50%, 5%);
    width: 50px;
    height: 50px;
    background: url('../../../../uploads/2024/06/triangle1.png') no-repeat 50%;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    content: counter(my-awesome-counter);
}

.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(2)::before,
.service-consulte .service-consulte-main-box:nth-child(2)::before{
    background: url('../../../../uploads/2024/06/triangle2.png') no-repeat 50%;
}

.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(3)::before,
.service-consulte .service-consulte-main-box:nth-child(3)::before{
    background: url('../../../../uploads/2024/06/triangle3.png') no-repeat 50%;
}
.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(4)::before,
.service-consulte .service-consulte-main-box:nth-child(4)::before{
    background: url('../../../../uploads/2024/06/triangle4.png') no-repeat 50%;
}
.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(5)::before,
.service-consulte .service-consulte-main-box:nth-child(5)::before{
    background: url('../../../../uploads/2024/06/triangle4.png') no-repeat 50%;
}
.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(6)::before,
.service-consulte .service-consulte-main-box:nth-child(6)::before{
    background: url('../../../../uploads/2024/06/triangle1.png') no-repeat 50%;
}
.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item::after,
.service-consulte .service-consulte-main-box::after {
    content: "";
    height: 100%;
    border-right: 1px dashed #a2b6c7;
    position: absolute;
    width: 1px;
    margin: auto;
    z-index: 0;
}

.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item::after {
    left: -109%;
    top: 70%;
    transform: translate(1px, 0px);
}

.service-consulte .service-consulte-main-box::after {
    left: -4.5%;
    top: 20%;
    transform: translate(-50%, 30%);
}

.service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:last-child:after,
.service-consulte .service-consulte-main-box:last-child::after{
    display: none;
}

/* Service Consulting End */

/* Industries Platform Section Start */

.industry-platform .platform-card:hover {
    background: #fff;
}

.industry-platform .platform-card {
    padding: 25px;
    min-height: 220px;
    gap: 10px 20px !important;
}

.industry-platform .platform-card .platform-card-image img {
    width: auto;
    height: 50px;
    object-fit: scale-down;
}
.industry-platform .platform-card .platform-content {
    color: #666;
    font-size: 1pc;
    line-height: 26px;
    text-align: center;
    word-break: break-word;
}

.industry-platform .platform-card .platform-arrow-img {
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(-75pt);
    width: 24px;
    margin: auto auto;
}

.industry-platform .platform-card:hover .platform-arrow-img {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.industry-platform .platform-card .service-content p,
.industry-platform .platform-card .service-content div {
    text-align: center;
    color: #666;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
}

/* Industries Platform Section End */

/* Storie Section Start */

.stories .stories-card {
    position: relative;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.stories .stories-card .stories-bg-image {
    position: relative;
    text-align: center;
}

.stories .stories-card .stories-bg-image img {
    width: 100%;
}

.stories .stories-card:hover .stories-bg-image::after {
    background: rgba(0, 0, 0, .85);
}

.stories .stories-card .stories-bg-image::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    transition: all .35s;
    opacity: 1;
    background: rgba(0, 0, 0, .2);
}

.stories .stories-card .stories-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s;
    align-items: center;
    text-align: center;
    height: auto;
    color: #fff;
    z-index: 9;
    padding: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stories .stories-card .stories-content .stories-content-image img {
    max-height: 5pc;
    max-width: 80%;
    margin: 0 auto;
    height: auto;
    width: auto;
    object-fit: contain;
}

.stories .stories-card .stories-content>.e-con-inner {
    justify-content: center;
}

.stories .stories-card:hover .stories-content .stories-data {
    height: 220px;
}

.stories .stories-card .stories-content .stories-data {
    max-width: 276px !important;
    margin: 0 auto;
    overflow: hidden;
    height: 0;
    transition: all .35s;
}

/* Storie Section End */

/* Our Client Section Start */

.our-client-grid-box .our-client-items {
    background: #fff;
    padding: 25px;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 0 1px 1px 0;
}

.our-client-grid-box .our-client-items:nth-child(6),
.our-client-grid-box .our-client-items:nth-child(6n) {
    border-right: none;
}

.our-client-grid-box .our-client-items:nth-last-child(-n+6) {
    border-width: 0 1px 0 0;
}

.our-client-grid-box .our-client-items img {
    filter: grayscale(1);
    transition: all .3s ease;
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
}

.our-client-grid-box .our-client-items:hover img {
    filter: grayscale(0);
    transition: all .3s ease;
}

.our-client-grid-box .our-client-items>div.elementor-widget-container,
.client .client-card .data-image>div.elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Our Client Section End */

/* Client Section Start */

.client .client-card .client-heading h4 {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 25px 0;
}

.client .client-card .data-image {
    background-color: #fff;
    padding: 18px;
    max-height: 100px;
}

.client .client-card .data-image img {
    max-width: 100%;
    height: 50px;
    width: 115px;
    object-fit: contain;
}

/* Client Section End */

/* News Insight Section Start */

.news-insight-box .elementor-post .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
    overflow: hidden;
}

.news-insight-box .elementor-post .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}

.news-insight-box .elementor-post .elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height img {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
}

.news-insight-box .elementor-post .elementor-post__thumbnail__link img {
    transition: all 0.3s;
    transform: unset !important;
    position: static !important;
}

.news-insight-box .elementor-post .elementor-post__thumbnail__link:hover img {
    transform: scale(1.1) !important;
}

.news-insight-box .elementor-post .elementor-post__text {
    min-height: 87pt;
}

.news-insight-box .elementor-post .elementor-post__text:hover .elementor-post__title>a{
    color: #33c8cf;
}
.news-insight-box .elementor-post__text a.elementor-post__read-more{
    font-size: 1pc;
    color: #33c8cf;
    margin: 0;
    font-weight: 400;
    z-index: 9;
    font-family: Poppins, sans-serif;
}

.news-insight-box .elementor-posts{
    /* display: flex; */
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

.news-insight-box .owl-carousel article.elementor-custom-related-post:hover .elementor-post__title a, .our-resource-box .our-resource-cards:hover section a{
    color: #33c8cf !important;
}

.news-insight-box .elementor-posts article.elementor-custom-related-post{
    border: 1px solid #f0f0f0;
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__thumbnail__link{
    overflow: hidden;
    margin-bottom: 0;
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__thumbnail__link .elementor-custom-post__thumbnail{
    padding-bottom: 0 !important;
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__thumbnail__link .elementor-custom-post__thumbnail img{
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    transition: all 0.3s;
    display: block;
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__thumbnail__link:hover .elementor-custom-post__thumbnail img{
    transform: scale(1.1);
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__text{
    padding: 20px 20px;
    min-height: 87pt;
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__text:hover .elementor-post__title>a{
    color: #33c8cf;
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__text .elementor-post__title{
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}
.news-insight-box .elementor-posts article.elementor-custom-related-post .elementor-post__text .elementor-post__title a{
    color: #1a1a1a;
    /* font-family: Source Sans Pro, sans-serif; */
    font-weight: 600;
}

/* News Insight Section End */

/* Salesforce accelerators Section Start */

.salesforce-accelerators-box .salesforce-accelerators-cards:hover {
    transform: translateY(-4px);
}

.salesforce-wedo-box .salesforce-wedo-cards {
    padding: 25px 15px !important;
    /* max-height: 180px; */
    position: relative;
    transition: background .3s ease;
}

.salesforce-wedo-box .salesforce-wedo-cards:hover {
    background: hsla(0, 0%, 66.7%, .3);
}

.salesforce-wedo-box .salesforce-wedo-cards .salesforce-wedo-heading {
    position: relative;
}

.salesforce-wedo-box .salesforce-wedo-cards .salesforce-wedo-heading h3{
    /* color: #FFFFFF; */
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.salesforce-wedo-box .salesforce-wedo-cards .salesforce-wedo-heading::before {
    position: absolute;
    left: 0;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #33c8cf;
    content: "";
    display: block;
    line-height: 26px;
    border-radius: 26px;
}


.salesforce-wedo-box .salesforce-wedo-cards .salesforce-wedo-arrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(15pt);
}

.salesforce-wedo-box .salesforce-wedo-cards .salesforce-wedo-contents p,
.salesforce-wedo-box .salesforce-wedo-cards .salesforce-wedo-contents > div{
    font-size: 16px;
    line-height: 1.88;
    color: #c4c4c4;
}

.salesforce-accelerators-box .salesforce-accelerators-cards {
    transition: all .3s ease;
    margin-bottom: 20px;
    gap:10px 20px;
}

.salesforce-accelerators-box .salesforce-accelerators-cards .salesforce-accelerators-image img,
.salesforce-accelerators-box .salesforce-accelerators-cards .salesforce-accelerators-icons img {
    width: auto;
    height: 50px;
    object-fit: scale-down;
}

.salesforce-wedo-box .salesforce-wedo-cards:hover .salesforce-wedo-arrow img,
.salesforce-accelerators-box .salesforce-accelerators-cards:hover .salesforce-accelerators-arrow {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.salesforce-accelerators-box .salesforce-accelerators-cards .salesforce-accelerators-content p {
    text-align: center;
    color: #666666;
    line-height: 26px;
    min-height: 80px;
}

.salesforce-accelerators-box .salesforce-accelerators-cards .salesforce-accelerators-arrow {
    width: 100%;
    max-height: 44px;
    object-fit: contain;
    max-width: max-content;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(-75pt);
}

.salesforce-accelerators-box .salesforce-accelerators-cards .salesforce-accelerators-arrow img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.salesforce-partner-box .pointer-main h3{
    color: #fff;
    /* margin: 0 0 14px; */
    font-size: 30px;
    line-height: 1;
}
.salesforce-partner-box .pointer-main p{
    margin: 0 0 .5rem;
    font-size: 18px !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase !important;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item,
.salesforce-partner-box .salesforce-partner-cards .salesforce-partner-card-items-list {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 14px 15px 14px 36px !important; 
    background: #f9f9f9;
    color: #333;
    min-height: 90px;
    justify-content: space-between !important;
}


.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.bg-whites ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 10px;
    background: #fff;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.min-ht-60 ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 25px;
    min-height: 60px;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.min-ht-90 ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 25px;
    min-height: 90px;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.min-ht-60 ul.elementor-icon-list-items li.elementor-icon-list-item:nth-last-child(1),
.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item:nth-last-child(1),
.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.bg-whites ul.elementor-icon-list-items li.elementor-icon-list-item:nth-last-child(1){
    margin-bottom: 0 !important;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item:not(.bg-whites):not(.min-ht-60):not(.min-ht-90) {
    margin-bottom: 20px;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item>a {
    color: #333;
}

/* .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item:before,
.salesforce-partner-box .salesforce-partner-cards .salesforce-partner-card-items-list:before {
    position: absolute;
    content: '';
    display: block;
    left: 15px;
    background: #ff6464;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item:before {
    top: calc(50% - 20px);
    width: 3px;
    height: 20px;
    transform: translateY(0%);
    border-radius: 50px;
} */

.salesforce-partner-box .salesforce-partner-cards .salesforce-partner-card-items-list:before {
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.salesforce-partner-box .salesforce-partner-cards .salesforce-partner-card-items-list .salesforce-partner-card-items-heading h2,
.salesforce-partner-box .salesforce-partner-cards .salesforce-partner-card-items-list .salesforce-partner-card-items-heading h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item span,
.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item p,
.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item div{
    position: relative;
}
.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item span:before,
.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item p:before,
.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item div:before{
    top: 4px;
    width: 3px;
    height: 20px;
    transform: translateY(0%);
    border-radius: 50px;
    position: absolute;
    content: '';
    display: block;
    left: -15px;
    background: #ff6464;
}

/* Salesforce accelerators Section End */

/* Services Sections Start */

.services-card-box .services-cards .data-image {
    position: relative;
}

.services-card-box .services-cards .data-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    z-index: 9;
    color: #fff;
    width: 100%;
    margin: 10px auto;
    left: 0;
    right: 0;
    height: 45px;
    overflow: hidden;
    transition: all .3s ease;
}

.services-card-box .services-cards .data-image img{
    width: 100%;
    height: 100%;
    max-height: 490px;
    object-fit: cover;
}

.services-card-box .services-cards .data-content .data-content-heading h3.elementor-heading-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
}

.services-card-box .services-cards .data-content .data-description {
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(75pt);

}

.services-card-box .services-cards .data-content .data-icon {
    
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(75pt);
}

.services-card-box .services-cards .data-content .data-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.services-card-box .services-cards:hover .data-content {
    bottom: 35%;
    transition: all .3s ease;
    height: 35px;
    overflow: visible;
}

.services-card-box .services-cards .data-content .data-description,
.services-card-box .services-cards .data-content .data-icon {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    padding: 0 10px;
    line-height: 27px;
}

.services-card-box .services-cards:hover .data-content .data-description {
    margin: 0 0 20px;
    height: 60px;
}

.services-card-box .services-cards .data-content .data-icon {
    margin: 1pc 0 20px;
    height: 81px;
}

.services-card-box .services-cards .data-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, .5);
    transition: all .35s;
}

/* Services Sections End */

/* Pratibha css start*/
.ecommerce .business-cards{
    min-height: 210px;
    border: 1px solid #e3e3e3;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .23137254901960785);
}
.ecommerce .business-cards .business-cards-content{
    padding: 20px 20px;
}
.ecommerce .business-cards .business-cards-img img{
   width: 100%; 
   height: 100%;
   object-fit: cover;
}
/* Pratibha css end*/
.page-id-27163 .rano-header,
.page-id-17334 .rano-header,
.page-id-27148 .rano-header,
.page-id-27153 .rano-header,
.page-id-27158 .rano-header,
.page-id-27163 .site-footer,
.page-id-17334 .site-footer,
.page-id-27148 .site-footer,
.page-id-27153 .site-footer,
.page-id-27158 .site-footer,
.page-id-27163 .breadcrumb,
.page-id-17334 .breadcrumb, 
.page-id-27148 .breadcrumb, 
.page-id-27153 .breadcrumb, 
.page-id-27158 .breadcrumb {
    display: none;
}
/* Contact us Section Start */
.ranosys-main-contact-us iframe{
    width: 100%;
    height: 450px;
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-image{
    position: relative;
    overflow: hidden;
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone{
    position: absolute;
}

.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone [id^="time_"],
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone [id^="temp_"] {
    color: #fff;
    font-size: 26px;
    padding: 12px 24px;
    font-weight: 600;
}

.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone [id^="time_"] {
    text-align: end;
}

.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone [id^="temp_"] {
    text-align: start;
}

.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-image:hover img{
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transform: scale(1.1);
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-image img{
    display: block;
    width:100%;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-heading h2,
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-heading p{
    font-size: 30px;
    margin: 20px 0 20px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    text-transform: none;
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-para p{
    color: #33c8cf;
    font-weight: 600;
    margin: 0 0 8px;
    /* font-family: Source Sans Pro, sans-serif; */
    font-size: 17px;
    line-height: 1;
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-description p{
    font-size: 15px;
    margin: 10px 0;
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-description p a{
    color: #1a1a1a;
    font-size: 15px;
}
.ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-item-description p a:hover{
    color: #33c8cf;  
}
/* Contact us Section End */

/* Blog Page Section Start */
.content-data-table-main .content-data-table{
    background-color: #f2f2f2;
    padding: 4px 15px;
    color: #858383;
    font-size: 9px;
    line-height: 22px;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.content-data-table-main .content-data-table h2{
    line-height: 22px;  
    color: #424242;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
}
.content-data-table-main .content-data-table p{
    font-family: "Poppins", sans-serif;
}
main.blog-content{
    padding: 30px 50px 30px;
    
}
main.blog-content .post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
main.blog-content .post-tags{
    text-align: center;
}
main.blog-content .post-tags .tag{
    background-color: #f2f2f2;
    display: inline-block;
    padding: 4px 15px;
    color: #858383;
    font-size: 9px;
    line-height: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
    min-height: 25px;
}
main.blog-content .post-title{
    font-size: 50px;
    padding: 25px 0;
    margin: 15px 0;
    line-height: 4pc;
    min-height: 168px;
    color: #333;
    text-align: center;
 }
 main.blog-content .post-date{
    text-align: center;
    margin: 0 0 20px;
    color: #858383;
    font-family: poppins, sans-serif;
    font-size: 9pt;
  }
  .blog-section img{
    margin:  15px 0 !important;
  }

  .blog-section .elementor-widget-video iframe{
    border-radius: 12px !important;
  }

  .blog-section .blog-section-content p{
    font-family: "source-sans-pro", sans-serif;
    color: #424242;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0;
}
.blog-section .blog-section-content h4 {
    font-family: Poppins, serif;
    color: #424242;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0;
}

.blog-section .blog-section-content h4 {
    font-weight: 500;
}
  .blog-section .blog-section-content p a, .blog-section ul li a,  .blog-section .blog-section-content h3 a{
    color: #f26622;
    text-decoration: none;
  }

  .blog-section .blockqotes{
    width: 90%;
    margin: 10px auto 30px;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 30px;
    border-left: 8px solid #f26622;
    position: relative;
    background: #f3f3f3;
  }

  .blog-section .blockqotes .blockqotes-content p i{
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 500;
    font-family: poppins, serif;
  }

  .blog-section .blockqotes .blockqotes-content a,
  .blog-section .blog-section-content ol li a {
      color: #f26622;
      text-decoration: none;
      font-family: Poppins, serif;
  }
  
  .blog-section .blockqotes .blockqotes-content a {
      font-weight: 500;
  }
  
  .blog-section .blog-section-content ol li a {
      font-weight: 400;
  }
  
  .blog-section .blog-section-content ol{
    padding-left: 25px;
  }

  .blog-section .blog-section-content ol li,
  .blog-section .blog-section-content p i b a {
      font-family: Poppins, serif;
      font-size: 1pc;
      line-height: 26px;
  }
  
  .blog-section .blog-section-content ol li {
      color: #424242;
      margin: 15px 0;
  }
  
  .blog-section .blog-section-content p i b a {
      color: #f26622;
  }
  
  .blog-section .blog-section-content p i a{
    font-size: 12.0px;
    font-style: italic;
    color: rgb(102, 102, 102);
  }

 
  .blog-section .blog-section-content p em a{
    color: #f26622;
    text-decoration: none;
    font-weight: 500;
    font-family: poppins, serif;
  }
   .blog-section table.table-row, .blog-section table.table-dark, .blog-section table.table-light{
    border: 1px solid #d1d1d1;
    min-width: 100%;
    width: 100%;
    display: table;
    font-family: poppins, serif;
    color: #424242;
    font-size: 1pc;
    line-height: 26px;
  }
  .blog-section table.table-row p, .blog-section table.table-dark p, .blog-section table.table-light p{
    min-width: 100%;
    width: 100%;
    font-family: poppins, serif;
    color: #424242;
    font-size: 1pc;
    line-height: 26px;
  }
  .blog-section table.table-row a, .blog-section table.table-dark a, .blog-section table.table-light a{
    color: #f26622;
  }

  .blog-section table.table-row tr:nth-child(odd){
    background: #eee;
  }
  .blog-section table.table-row tr td{
    border: 1.0px solid rgb(221, 221, 221);
    text-align: left;
    padding: 8.0px;
  }

  .blog-section table.table-dark tbody tr:nth-child(1) td, .blog-section table.table-dark tbody tr:nth-child(1) th{
    background: #000;
    color: #fff;
    border: 1px solid #d1d1d1;
    padding: 15px;
    box-sizing: content-box;
    vertical-align: middle;
  }
  .blog-section table.table-dark tbody tr td, 
  .blog-section table.table-dark tbody tr th,
  .blog-section table.table-light tbody tr td,
  .blog-section table.table-light tbody tr th{
    border: 1px solid #d1d1d1;
    padding: 15px;
    box-sizing: content-box;
    vertical-align: middle;
  }
  .blog-section table.table-dark tbody tr:nth-child(odd),
  .blog-section table.table-light tbody tr:nth-child(even) {
      background: #eee;
  }

  .blog-img{
    margin-bottom: 15px;
  }
  .blog-img .blog-head h2{
    font-size: 28px;
  }
  .blog-img .blog-para p{
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    font-family: poppins, serif;
  }
  .blog-section h2{
    font-size: 26px;
    color: #1a1a1a;
    /* padding-top: 15px; */
    padding-bottom: 0;
    font-weight: 700;
    line-height: 38px;
    /* margin-bottom: 15px; */
  }
  .blog-section h2  a{
    color: #f26622;
    font-size: 1pc;
  }
  .blog-section h3{
    color: #424242;
    font-size: 1pc;
    line-height: 26px;
    font-weight: 700;
  }
  .blog-content-tags ul.footer-tags li{
    background-color: #f2f2f2;
    display: inline-block;
    padding: 4px 15px;
    color: #858383;
    font-size: 9px;
    line-height: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
    min-height: 25px;
  }
  .blog-testimonial{
    position: relative !important;
    margin: 1pc 0;
    background: #f3f3f3;
    padding: 1pc 22px;
    border: 1px solid #eee;
  }
  .blog-testimonial::before{
    content: '' !important;
    background: #f26622;
    left: 0 !important;
    top: 0 !important;
    width: 75pt !important;
    height: 100%;
    display: block !important;
    position: absolute;
  }
  .blog-testimonial .blog-testimonial-img{
    /* flex: 0 0 150px; */
    max-width: 138px !important;
    border-radius: 50%;
    border: 6px solid #fff;
    overflow: hidden;
    position: relative;
  }
  .blog-testimonial .blog-testimonial-img img{
    /* max-height: 130px; */
    object-fit: cover;
    object-position: center top;
    margin: 0 !important;
  }
  .blog-testimonial .blog-testimonial-content h3{
    font-size: 24px;
    color: #f26622;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .blog-testimonial .blog-testimonial-content h4{
    margin: 0;
    font-size: 1pc;
    font-family: Poppins, sans-serif;
    color: #434342;
    font-weight: 500;
  }
  .blog-testimonial .blog-testimonial-content p{
    border-top: 2px solid #fff;
    padding-top: 8px;
    margin-top: 8px;
    line-height: normal;
    font-size: 14px;
    font-family: poppins, serif;
    color: #424242;
  }
  .blog-testimonial .blog-testimonial-content p a{
    color: #f26622;
  }
  .blog-social-category span{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 15px 0;
    justify-content: center;
  }
  .blog-social-category span a{
    margin: 5px 10px;
  }
  .blog-social-category span a img{
    width: 100%;
    height: 24px;
    object-fit: contain;
  }
  
  .blog-banners .blog-banners-content h6{
    font: 400 1pc / 1.5 Poppins, sans-serif;
    color: #fff;
    margin: 0 0 8px;
    text-transform: uppercase;
  }
  .blog-banners .blog-banners-content h2{
    font-size: 22px;
    margin: 0 0 10px;
    color: #fff;
    padding: 0 0 15px;
    line-height: 1.3;
  }
  .blog-banners .blog-banners-content a{
    color: #f26622;
    border-radius: 0;
    display: inline-block;
    background: #fff;
    font: 500 1pc / normal Poppins, sans-serif;
    padding: 8px 1pc;
  }
  .blog-banners  .blog-banners-img img{
    max-width: 200px;
    width: 100%;
    object-fit: contain;
  }
  .blog-section ul{
    padding-left: 40px;
    padding-top: 15px;
  }
  .blog-section ul.footer-tags{
    padding-left: 0;
    padding-top: 15px;
  }
  .blog-section ul li::marker {
    font-size: 18px;
}
  .blog-section ul li{
    list-style-type: disc !important;
    color: #333;
    font-family: poppins, serif;
    font-size: 1pc;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .need-help{
    border: 1.0px solid rgb(209, 209, 209);
  }
  .need-help .need-help-inner{
    border: 1.0px solid rgb(209, 209, 209);
    padding: 9.0px;
    background: #eee;
    text-align: center;
  }
  .need-help .need-help-inner p{
    font-family: poppins, serif;
    color: #424242;
    font-size: 1pc;
    line-height: 26px;
  }
  .need-help .need-help-inner p a{
    color: #f26622;
    text-decoration: none;
    font-family: poppins, serif;
    font-size: 1pc;
  }
  .entry-content-outer.is-sticky-content{
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    padding: 20px 0;
  }
  .entry-content-outer.is-sticky-content .sticky-content-sidebar{
    width: 15%;
  }
  .entry-content-outer.is-sticky-content .sticky-content-sidebar img{
    width:100%;
    height: 335px;
    object-fit: cover;
  }
  .entry-content-outer.is-sticky-content .sticky-content-sidebar .acf-content{
    position: sticky;
    top: 80px;
    padding-top: 15px;
  }
  .entry-content-outer.is-sticky-content .sticky-content-sidebar .acf-content p{
    position: absolute;
    top: -15px;
    font-size: 18px;
    color: #fff;
    margin: 10px 4px 0;
    line-height: 26px;
    font-weight: 700;
    padding: 0 10px;
    font-family: Poppins, serif;
    left: 0;
    transform: translate(0%, 30%);
  }
  .entry-content-outer.is-sticky-content .sticky-content-sidebar .acf-content a{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 10px;
    background: #fff;
    color: #1a1a1a;
    border-color: #fff;
    font: 500 1pc / normal Poppins, sans-serif;
    display: inline-block;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    font-size: 9pt;
  }
  .entry-content-outer.is-sticky-content .entry-content{
    width: 85%;
  }

  .blog-img.contain-img .elementor-background-slideshow__slide__image {
    background-position: center right !important;
    background-size: 100% 100% !important;
}
/* Blog Page Section End */


/* Testimonial Section Start */

.testimonial-main .testimonial-box {
    border: .5px solid #d2d2d2;
    padding: 40px;
}

.testimonial-main .testimonial-box .testimonial-box-img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 173px;
    min-height: 173px;
}

.testimonial-main .testimonial-box .testimonial-box-content p {
    color: #333;
    line-height: 26px;
    font-size: 16px;
}

.testimonial-main .testimonial-box .testimonial-box-author h2 {
    font-size: 20px;
    color: #666;
    line-height: 1.5;
    font-weight: 500;
}

.testimonial-main .testimonial-box .testimonial-box-author-title p {
    line-height: 1.19;
    color: #aaa;
    padding: 5px 0 9pt;
}

/* Testimonial Section End */

/* Case Studies Section Start */

.case-studies-main .case-studies-cards {
    padding: 16px;
    border: 1px solid #e4e4e4;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    position: relative;
    cursor: none;
}

.case-studies-main .case-studies-cards:hover {
    
    box-shadow: 0 0 50px rgba(0, 0, 0, .1607843137254902);
}

.case-studies-main .case-studies-cards .case-studies-sets-img {
    padding: 0;
}

.case-studies-main .case-studies-cards .case-studies-sets-img .case-studies-cards-img {
    overflow: hidden;
}

.case-studies-main .case-studies-cards .case-studies-sets-img .case-studies-cards-img img {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.case-studies-main .case-studies-cards:hover .case-studies-sets-img .case-studies-cards-img img {
    transform: scale(1.1);
}

.case-studies-main .case-studies-cards .case-studies-sets-img .case-studies-cards-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9;
    opacity: 1;
}

.case-studies-main .case-studies-cards .case-studies-sets-img .case-studies-cards-logos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}

.case-studies-main .case-studies-cards .case-studies-sets-img .case-studies-cards-logos img {
    max-width: 300px;
    max-height: 92px;
    object-fit: contain;
}

.case-studies-main .case-studies-cards .case-studies-content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 9pt;
    min-height: 98pt;
    color: #333;
    text-align: center;
    padding: 0 5px;
}

.case-studies-main .case-studies-cards .case-studies-tags p {
    color: #909090;
    min-height: 38px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

/* Case Studies Section End */

/* Privacy Page Start */
.privacy-content p a{
    color: #33c8cf;
}
/* Privacy Page End */

/* Team Leader Seaction Start */
.team-leader-main .team-leader-main-box .team-leader-cards{
    text-align: center;
    border: 1px solid #f3f3f3;
    padding-bottom: 18.5px;
    transition: all .3s ease-in-out;
    min-height: 400px;
    padding: 0;
    gap: 0;
    border-radius: 7px;
}

.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-imgs img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(100);
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
    border-radius: 7px;
}

.team-leader-main .team-leader-main-box .team-leader-cards:hover .team-leader-cards-imgs img{
    filter: none;
}

.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-memname h3{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.22;
    color: #333;
    padding: 12px 0 4px 0;
    margin: 0;
    /* font-family: Source Sans Pro, sans-serif;     */
}

.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-designation h4{
    color: #333;
    font-size: 16px;
    margin:  4px 0 15px 0;
    font-weight: 500;
    line-height: 1.5;
}

.team-leader-main .team-leader-main-box .team-leader-cards:hover .team-leader-cards-memname h3{
    color: #33c8cf;
}

.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-social{
    width: fit-content;
    margin: 5px auto;
}
.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-social.flex-row .e-con-inner{
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-social .team-leader-cards-social-flag img{
    width: 100%;
}

.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-social .team-leader-cards-social-cntry p{
    padding: 0 15px 0 0;
    width: 100%;
    font-style: italic;
    color: #666666;
}

.team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-social .team-leader-cards-social-cntry{
    border-right: 1px solid #666666;
    margin-right: 5px;
}

.custom-global-stats .count-box-three > .e-con-inner{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(1,1fr) !important;
} 
.custom-global-stats .count-box-three > .e-con-inner .count-box-data .elementor-counter-number,
.custom-global-stats .count-box-three > .e-con-inner .count-box-data .elementor-counter-number-suffix{
    font-size: 40px;
    font-weight: 700;
} 

.custom-global-stats .count-box-three > .e-con-inner .count-box-data .elementor-counter-title{
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
}

.count-box-three .count-box-data,
.count-box-four .count-box-data{
  border-right: 1px solid #D9D9D9 !important;  
  padding: 10px 0;
}
.count-box-three .count-box-data:last-child, .count-box-four .count-box-data:last-child{
    border-right: none !important;
}
.count-box-three .count-box-data .elementor-counter-title,
.count-box-four .count-box-data .elementor-counter-title{
    line-height: 2.5;
    font-size: 19px;
    text-align: center;
}
.count-box-three .count-box-data .elementor-counter-number-wrapper,
.count-box-four .count-box-data .elementor-counter-number-wrapper{
    font-family: "Poppins", Sans-serif !important;
    color: #333;
}
.count-box-three {
    margin: 20px 0 !important;
}
/* Team Leader Seaction End */

/* Footer Section Start */

footer {
    position: relative;
    /* margin-top: 350px; */
    content-visibility: visible !important;
}

footer.without-footer-main{
    margin-top: 0;
}

footer.without-footer-main .rano-footer.without-footer-main{
    padding-top: 0;
    top: 0;
}

footer .rano-footer {
    background: #1a1a1a;
    color: #fff;
    position: absolute;
    
    width: 100%;
    top: 327px;
}

footer .rano-footer-contact {
    position: relative;
    /* top: -37.5%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, 0%); */
    z-index: 9;
}
.rano-footer-bottom {
    z-index: 1;
    position: relative;
}
footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links p>a:hover,
footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item>p a:hover,
footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item>ul li a:hover,
footer .rano-footer .copyright .copyright-section p>a:hover,
footer .rano-footer .copyright .copyright-section>ul li a:hover {
    color: #33c8cf;
}

footer .rano-footer-contact .contact-section .inner-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 -7px 6px rgba(0, 0, 0, .058823529411764705);
    border: 1px solid #f4f4f4;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    color: #000;
    height: 100%;
}

footer .rano-footer-contact .contact-section .inner-contact .contact-detail{
    flex: 0 0 40%;
}

footer .rano-footer-contact .contact-section .inner-contact .contact-form {
    flex: 0 0 50%;
}
footer .rano-footer-contact .contact-section .inner-contact .contact-form iframe{
    width: 100%;
    height: 450px;
   
}

footer .rano-footer-contact .contact-section .inner-contact .contact-detail-top {
    margin-bottom: 44px;
}

footer .rano-footer-contact .contact-section .inner-contact .sub-heading {
    color: #333;
    line-height: 1.5;
    padding-bottom: 20px;
}

footer .rano-footer-contact .contact-section .inner-contact .contact-detail-top .sub-heading {
    font-size: 20px;
    padding-top: 10px;
}

footer .rano-footer-contact .contact-section .inner-contact .contact-detail-bottom .sub-heading {
    font-size: 16px;
}

footer .rano-footer-contact .contact-section .inner-contact .contact-detail-bottom a {
    color: #33c8cf;
    font-size: 24px;
    line-height: 38px;
}

footer .rano-footer-contact .contact-section .inner-contact .contact-form .btn-submit-block {
    display: block;
    text-align: end;
}

footer .rano-footer-bottom .footer-top {
    border-block: 1px solid #ffffff26;
    writing-mode: horizontal-tb;
}

footer .rano-footer-bottom .footer-top .footer-top-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding : 10px 0;
    flex-wrap: wrap;
}

footer .rano-footer-bottom .footer-top .footer-top-main .image>img {
    max-width: 124px;
    max-height: 65px;
}

footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
}

footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links .contact-links-groups {
    display: flex;
    align-items: center;
    gap: 6px;
}

footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links p>a {
    color: #fff;

}

footer .rano-footer .rano-footer-bottom .footer-bottom-main {
    display: flex;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu {
    width: 50%;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list {
    display: flex;
    row-gap: 20px;
    column-gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item {
    flex: 1;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item:last-child {
    order: 1;
    flex: 0 0 100%;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item:nth-child(1) {
    order: 2;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item:nth-child(2) {
    order: 3;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item:nth-child(3) {
    order: 4;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower .social-links-icons {
    display: flex;
    grid-gap: 10px;
    flex: 0 0 35%;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower .social-links-icons>a img{
    object-fit: scale-down;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower .social-links-icons>a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 10px;
    background: #ffffff1a;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower .social-links-icons>a:hover {
    background: #33c8cf;
    transition: background 0.3s ease-in-out;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item>p {
    font-weight: 700;
    margin: 12px 0 10px;
    font-size: 16px;
    /* font-family: Source Sans Pro, sans-serif; */
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item>p a {
    color: #fff;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item>ul li {
    line-height: 1.8;
    padding: 8px 0;
    /* font-family: Source Sans Pro, sans-serif; */
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item>ul li a {
    color: #fff;
}

footer .rano-footer .copyright .copyright-section {
    display: flex;
    gap: 40px;
    padding: 15px 0;
    flex-wrap: wrap;
}

footer .rano-footer .copyright .copyright-section p {
    font-weight: 500;
}

footer .rano-footer .copyright .copyright-section p>a , footer .rano-footer .copyright .copyright-section>ul li a {
    color: #fff;
}

footer .rano-footer .copyright .copyright-section>ul {
    display: flex;
    gap: 18px;
}

footer .rano-footer .copyright .copyright-section>ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

footer .rano-footer .copyright .copyright-section>ul li:last-child {
    border-right: 0;
    padding: 0;
}

footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower {
    row-gap: 15px;
    column-gap: 15px;
}

.platform-card:hover{
    background: white !important;
}

/* Footer Section End */


/* Screen Resolution Responsive part End */

/* Main Responsive CSS Part */

@media only screen and (max-width: 1200px) {
    .testimonial-main .testimonial-box .testimonial-box-img img{
        max-width: 173px;
        object-fit: contain;
    }    
    .team-leader-main .team-leader-main-box .team-leader-cards{
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 991px) {
    .blog.content-area{
        width: 95%;
        margin: 0 auto;
        padding: 58px 0 20px;
    }
    .blog-section table.table-dark, .blog-section table.table-light{
        display: block !important;
        overflow-x: auto;
    }
    main.blog-content{
        padding: 0;
    }
    main.blog-content .post-title{
        font-size: 2pc;
        line-height: 38px;
    }
    .btn-primary-white a{
        line-height: 42px;
    }
    .p-20{
        padding: 15px !important;
    }
    .client .client-card .data-image img {
        width: 150px;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .services-card-box .services-cards:hover .data-content {
        bottom: 45%;
    }
    footer .rano-footer-contact .contact-section .inner-contact .contact-detail, 
    footer .rano-footer-contact .contact-section .inner-contact .contact-form{
        flex: 0 0 100%;
    }
    footer{
        margin-top: 420px;
    }
    footer .rano-footer{
        padding-top: 160px;
    }
    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item {
        flex: 33.33%;
        max-width: 33.33%;
    }
    .count-box-three .count-box-data,
    .count-box-four .count-box-data{
        text-align: center;
        font-size: 16px;
    }

    .count-box-three .count-box-data .elementor-counter-title,
    .count-box-four .count-box-data .elementor-counter-title{
        line-height: 1.5;
    }
    /* .card-min-h-300 {
        min-height: 100% !important;
    } */
    .set-cards .set-cards-img img{
        width: auto;
        height: 80px;
        object-fit: contain;
    }
    
}

@media only screen and (max-width:768px) {

    /* Common class */

    .p-40{
        padding: 20px !important;
    }

    .title-content {
        font-size: 22px;
    }

    .grid-2-col {
        grid-template-columns: repeat(1, 1fr);
    }

    .roadmap .roadmap-card{
        position: relative;
        z-index: 9;
        min-height: 215px;
    }

    .title-side-border h2{
        font-size: 18px;
    }
    .tab-panel-main .e-n-tabs-heading{
        flex-basis: 300px!important;
    }
    .popup.inner-page-contact-popup .popup-content{
        max-width: 540px;
        margin: 4.75rem auto;
    }
    .popup.inner-page-contact-popup .popup-content iframe {
        min-height: 600px;
        height: 100%;
    }
    .news-insight-box .elementor-posts{
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    /* .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #time_NEW,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #time_SINGAPORE,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #time_LONDON,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #time_SANTA,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #time_JAIPUR{
        font-size: 20px;
        padding: 12px 10px;
    }
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #temp_NEW,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #temp_SINGAPORE,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #temp_LONDON,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #temp_SANTA,
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone #temp_JAIPUR{
        font-size: 20px;
        padding: 12px 10px;
    } */

    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone [id^="time_"],
    .ranosys-contact-list .ranosys-contact-list-item .ranosys-contact-list-timezone [id^="temp_"] {
    font-size: 20px;
    padding: 12px 10px;
}
 
    .entry-content-outer.is-sticky-content .sticky-content-sidebar{
        display: none;
    }
    .entry-content-outer.is-sticky-content .entry-content{
        width: 100%;
    }
    .digital-service-main .digital-service-cards .digital-service-cards-description p{
        max-width: 100%;
    }
    .digital-service-main .digital-service-cards .digital-service-cards-heading h2{
        font-size: 16px;
        max-width: 100%;
    }
    .tab-panel-main .e-n-tabs-heading button.e-n-tab-title[aria-selected=true], .tab-panel-main .e-n-tabs-heading button.e-n-tab-title:hover{
        background-color: #0000009c !important;
    }
    .tab-panel-main .e-n-tabs-heading button.e-n-tab-title{
        margin: 0 !important;
        overflow: hidden;
    }

    .our-partner-card .our-partner-card-img img{
        max-width: 150px;
    }
    .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.min-ht-60 ul.elementor-icon-list-items li.elementor-icon-list-item{
        min-height: 80px;
    }

    .section-heading-short-underline h2{
        position: relative;
        font-size: 16px;
        font-family: Poppins, sans-serif !important;
        font-weight: 500 !important;
        margin: 0 0 10px 0 !important;
        padding: 0 0 10px 0 !important;
    }
    
    .section-heading-short-underline h2::after{
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 50%);
        width: 90px;
        height: 2px;
        background-color: #33c8cf;
    }
    .section-title span.elementor-heading-title,
    .section-title-white span.elementor-heading-title {
        display: inline-block;
        font-size: 14px;
        font-weight: 500 !important;
        letter-spacing: 2px !important;
        margin: 0 0 12px 0 !important;
        padding: 0 0 8px 0 !important;
        border-bottom: 1px solid #33c8cf;
    }
    
    .section-title span.elementor-heading-title {
        color: #666 !important;
    }
    
    .section-title-white span.elementor-heading-title {
        color: #fff !important;
    }
    
    .section-heading h2.elementor-heading-title,
    .section-heading h3.elementor-heading-title,
    .section-heading-white h2.elementor-heading-title,
    .section-heading-white h3.elementor-heading-title {
        font-size: 22px !important;
        padding: 0 0 4px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
        margin: 0 auto;
    }
    
    .section-heading h2.elementor-heading-title,
    .section-heading h3.elementor-heading-title {
        color: #1a1a1a !important;
    }
    
    .section-heading-white h2.elementor-heading-title,
    .section-heading-white h3.elementor-heading-title {
        color: #fff !important;
    }    

    .section-heading-underline h2{
        font-size: 22px;
    }

    .section-heading-underline h2::after{
        width: 110px;
    }

    .section-description p,  .section-description-white p  {
        font-size: 16px !important;
    }

    .section-description-white p {
        color: #fff;
    }

    .title-content-para p {
        font-size: 16px;
    }

    .heading-title h2{
        line-height: 1.4;
        padding-bottom: 14px;
        position: relative;
        font-size: 22px;
        margin: 0 0 18px;
        display: block;
        font-weight: 500;
        font-family: Poppins, sans-serif;
        text-transform: capitalize;
    }

    .heading-title h2::after{
        content: "";
        display: block;
        width: 85px;
        height: 2px;
        background: #33c8cf;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    

    /* end */

    .stories .stories-card:hover .stories-content .stories-data {
        padding-top: 10px;
    }

    .services-card-box .services-cards .data-content>.e-con-inner {
        height: auto !important;
    }

    .industry-platform .platform-card .platform-card-image {
        width: 100%;
        height: auto;
    }

 
    .services-card-box .services-cards:hover .data-content {
        bottom: 65%;
    }

    .services-card-box .services-cards:hover .data-content .data-description {
        line-height: 20px;
        margin: 0pc 0 20px;
    }

    footer {
        margin-top: 0px;
    }

    footer .rano-footer-contact {
        width: 100%;
        position: relative;
    }

    footer .rano-footer-contact:after {
        background-color: #1a1a1a;
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        right: 0;
        width: 100%;
        height: 50%;
        z-index: -1;
    }

    footer .rano-footer {
        padding-top: 67%;
    }

    footer .rano-footer-contact .contact-section {
        padding: 0px;
    }

    footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links {
        column-gap: 50px;
        row-gap: 20px;
        width:100%;
    }

    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-map {
        display: none;
    }

    footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links .contact-links-groups {
        flex: 1;
    }

    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu {
        width: 100%;
    }

    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list {
        gap: 0;
        flex-wrap: wrap;
    }

    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item {
        flex: 50%;
        max-width: 50%;
    }

    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item:last-child {
        order: 4;
        flex: 0 0 100%;
    }

    footer .rano-footer .copyright .copyright-section {
        gap: 10px;
        justify-content: center;
    }

    footer .rano-footer-contact .contact-section .inner-contact .contact-detail-top .sub-heading {
        font-size: 16px;
    }

    footer .rano-footer-contact .contact-section .inner-contact .contact-detail-bottom .sub-heading {
        padding-bottom: 10px;
    }

    footer .rano-footer-contact .contact-section .inner-contact .contact-detail-top {
        margin-bottom: 24px;
    }

    footer .rano-footer-contact .contact-section .inner-contact .contact-form {
        width: 100%;
    }

    footer .rano-footer-contact .contact-section .inner-contact .contact-form {
        flex: 0 0 100%;
    }

    .industry-platform .platform-card .platform-card-image img {
        height: 50px !important;
        object-fit: contain;
        width: auto;
    }

    .services-card-box .services-cards .data-content .data-content-heading h3.elementor-heading-title {
        font-size: 20px;
    }

    .testimonial-main .testimonial-box .testimonial-box-img {
        max-width: 172px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .case-studies-main .case-studies-cards .case-studies-sets-img .case-studies-cards-logos img {
        width: 100%;
        height: 100%;
        max-width: 170px;
        max-height: 92px;
        object-fit: contain;
    }

    .services-card-box .services-cards .data-image{
        max-height: 380px;
    }

    .services-card-box .services-cards .data-image img,  .stories .stories-card .stories-bg-image img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .services-card-box .services-cards .data-image img{
        width: 100%;
    }

    .product-success-box .product-success-card-end .product-success-list ul li a{
        padding-right: 1.6pc;
    }

    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower{
        flex-direction: column;
    }

    footer .rano-footer-contact .contact-section .inner-contact{
        padding: 20px;
        width: 97%;
        margin: 0 auto;
    }

    .salesforce-partner-box .salesforce-partner-box-img-card {
        justify-content: center;
    }


    /* owl-carousel start*/

    .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

    .owl-dots button.owl-dot {
        width: 6px;
        height: 6px;
        display: inline-block;
        background: #666;
        margin: 0 4px;
        border-radius: 50px;
        transition: all .3s ease;
    }
    .owl-dots button.owl-dot span{
        display: none !important;
    }
    .owl-dots button.owl-dot.active {
        background: #33c8cf;
        width: 9pt;
        transition: all .3s ease;
    }
    .owl-dots button.owl-dot:focus {
        outline: none;
    }

    .post-mobile-slider .news-insight-box .owl-item{
        height:350px;
    }

    .post-mobile-slider .news-insight-box .owl-item article.elementor-post{
        min-height: 350px;
    }

    

    /* owl-carousel end */

    /* Salesforce accelerators Section start */
    .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item:not(.bg-whites):not(.min-ht-60):not(.min-ht-90) {
        margin-bottom: 10px;
    }
    /* Salesforce accelerators Section end*/

    .count-box-three {
        margin: 0px 0 !important;
    }
}

@media only screen and (max-width:575px){
    main.blog-content .post-title{
        line-height: 38px;
        font-size: 2pc;
    }
    
    main.blog-content{
        padding: 0 10px;
    }
    /* .card-min-h-300 {
        min-height: 320px !important;
    } */
    .ranosys-main-contact-us iframe{
        height: 600px;
    }
    .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item{
        min-height: auto;
    }
    .industry-platform .platform-card{
        padding: 20px;
    }
    .roadmap .roadmap-card{
        min-height: 215px;
    }
    .roadmap .number-count h2::before{
        display: none;
    }
    .d-none{
        display: none !important;
    }
    .blogs-main .blogs-main-heading h2{
        margin: 15px 0;
    }
    .seamless-integration .seamless-integration-right-box .owl-nav {
        opacity: 1 !important;
    }
    .industry-platform .platform-card{
        min-height: 190px;
    }
    .product-success-box .product-success-card-end{
        align-items: start;
    }
    .our-client-grid-box .our-client-items{
        border-width: 0;
        border-bottom: 1px solid #ccc;
    }
    .our-client-grid-box .our-client-items:last-child{
        border-bottom: none;
    }
    .our-client-grid-box .our-client-items:nth-child(even){
        border-left: 1px solid #ccc;
    }
    .our-client-grid-box .our-client-items:nth-last-child(-n+6){
        border-width: 0 0 1px 1px;
    }
    .our-client-grid-box .our-client-items:nth-last-child(2){
        border-bottom: none;
    }
    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item:nth-child(2) {
        order: 4;
    }
    
    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .footer-list .list-item:nth-child(3) {
        order: 3;
    }
    .digital-service-main .digital-service-cards .digital-service-cards-heading h2{
        max-width: 100%;
        font-size: 18px;
        line-height: 1.2;
    }
    .digital-service-main .digital-service-cards .digital-service-cards-description p{
        max-width: 100%;
        line-height: 1.4;
    }
    .digital-service-main .digital-service-cards .digital-service-cards-contents{
        padding: 16px;
    }
    .count-box-three .count-box-data .elementor-counter-title,
    .count-box-four .count-box-data .elementor-counter-title{
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }
    .count-box-four .count-box-data{
        border-right: none !important;
    }
    .count-box-four .count-box-data:nth-last-child(2n),  .count-box-three .count-box-data{
        border: none !important;
    }
  
    footer .rano-footer-contact .contact-section .inner-contact{
        padding: 20px;
        width: 100%;
        margin: 0 auto;
    }
    .product-success-box .product-success-card-end .product-success-list ul li a{
        text-align: start;
    }
    

}

@media only screen and (max-width: 475px) {
    footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links .contact-links-groups {
        flex: 1 0 40%;
    }
    footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links{
        column-gap: 0;
    }
    .set-cards .set-cards-img img{
        width: auto;
        height: 75px;
        object-fit: contain;
    }
    .roadmap{
        max-width: 390px;
    }
    .roadmap .number-count h2{
        font-size: 15px;
        width: 38px;
        height: 38px;
    }
    .roadmap .number-count h2::after{
        width: 35px;
        height: 35px;
    }
    .blog-testimonial::before{
        display: none !important;
    }
    .blog-section img{
        margin: 0;
    }
    .blog-testimonial .blog-testimonial-content h3,
    .blog-testimonial .blog-testimonial-content h4{
        text-align: center;
    }
    .team-leader-main .team-leader-main-box .team-leader-cards{
        min-height: 360px;
    }
    .team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-designation h4, 
    .team-leader-main .team-leader-main-box .team-leader-cards .team-leader-cards-memname h3{
        min-height: 60px;
    }
  
    .popup.inner-page-contact-popup{
        overflow-x: scroll;
    }
    .popup.inner-page-contact-popup .popup-content{
        max-width: 350px;
        margin: 3.25rem auto;
    }
    .popup.inner-page-contact-popup .popup-content iframe{
        min-height: 600px;
    }
    .product-success-box .product-success-card-end .product-success-title h3{
        text-align: start;
    }
    .product-success-box .product-success-card-end .product-success-list ul li a{
        justify-content: start;
        padding-left: 2pc;
    }
    .product-success-box .product-success-card-end .product-success-list ul li a::after{
        left: 0;
        rotate: 0deg;
    }
    .testimonial-main .testimonial-box{
        text-align: center;
    }
    .service-consulte .service-consulte-main-box{
        width: auto;
        margin: 0 0 0px 45px;
    }
    .service-consulte .service-consulte-main-box::before,
    .service-consulte .service-consulte-main-box:nth-child(2)::before,
    .service-consulte .service-consulte-main-box:nth-child(3)::before,
    .service-consulte .service-consulte-main-box:nth-child(4)::before,
    .service-consulte .service-consulte-main-box:nth-child(5)::before,
    .service-consulte .service-consulte-main-box:nth-child(6)::before{
        left: -6.5%;
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    .service-consulte .service-consulte-main-box::after{
        left: -6%;
        top: 2%;
        transform: translate(-50%, 0%);
    }
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item{
        width: auto;
        margin: 0 0 10px 45px;
    }
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item::after{
        left: -115%;
    }
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item::before,
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(2)::before,
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(3)::before,
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(4)::before,
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(5)::before,
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(6)::before{
        left: -7.5%;
        width: 40px;
        height: 40px;
    }
    footer .rano-footer-contact .contact-section .inner-contact .contact-form iframe{
        height: 600px;
    }
    footer .rano-footer .rano-footer-bottom .footer-bottom-main .footer-main-menu .social-follower .social-links-icons{
        flex-wrap: wrap;
    }
    footer .rano-footer{
        padding-top: 165%;
    }
    .custom-global-stats .count-box-three > .e-con-inner{
        grid-template-columns: repeat(1, 1fr) !important;
    } 
}

@media only screen and (max-width: 391px){
    footer .rano-footer{
        padding-top: 182%;
    }
}

@media only screen and (max-width: 376px){
    
    footer .rano-footer .rano-footer-bottom .footer-top .footer-top-main .contact-links {
        column-gap: 20px;
        row-gap: 20px;
    }
    .roadmap{
        max-width: 340px;
    }
    .roadmap .number-count h2::after {
        width: 30px;
        height: 30px;
    }
    .roadmap .number-count h2 {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
    .service-consulte .service-consulte-main-box{
        width: auto;
        margin: 0 0 0px 40px;
    }
    .service-consulte .service-consulte-box ul.elementor-icon-list-items li.elementor-icon-list-item {
        width: auto;
        margin: 0 0 20px 45px;
    }
    .popup.inner-page-contact-popup .popup-content {
        max-width: 310px;
       
    }
    footer .rano-footer{
        padding-top: 188%;
    }
}

@media only screen and (max-width: 321px) {
    footer .rano-footer {
        padding-top: 235%;
    }
}