/* Global css */

.bg-light-gray {
    background-color: #F7F9FA;
}

.font-22 {
    font-size: 1.37rem;
}

.breadcrumb {
    flex-wrap: wrap;
}

.br-none{
    border: none !important;
}

/* .main-breadcrumb{
    background: #f3f3f3;
} */

/* Buttons */
.btn-primary-border-white a {
    font-size: 1rem;
    padding: 0 25px !important;
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    display: inline-block;
    line-height: 50px;
    transition: all 0.3s;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.btn-primary-border-white a:hover {
    background: #fff !important;
    border-color: transparent !important;
    color: #1a1a1a !important;
}

/* Key Industries Section Start */

.key-industries .key-industries-box .key-industries-card .key-industries-title h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;

}

.key-industries .key-industries-box .key-industries-card {
    padding: 25px 20px;
    border: 1px solid #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.key-industries .key-industries-box .key-industries-card .key-industries-img img {
    width: auto;
    height: 60px;
    object-fit: contain;
}

.key-industries .key-industries-box .key-industries-card:hover {
    border: 1px solid #33c8cf;
    background-color: #33c8cf;
}

/* Our Digital commerce Service */

.section-heading-two h2::after,
.section-heading-two h3::after,
.section-heading-white-two h2::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background: #33c8cf;
    bottom: 0;
    left: calc(50% - 75px);
}

.section-heading-white-two h2.elementor-heading-title,
.section-heading-white-two h3.elementor-heading-title {
    color: #fff;
    font-size: 1.625rem !important;
    line-height: 1.5 !important;
    padding: 0 0 10px !important;
}

.section-heading-two h2.elementor-heading-title,
.section-heading-two h3.elementor-heading-title {
    font-size: 1.625rem !important;
    line-height: 1.5 !important;
    padding: 0 0 10px !important;
    font-weight: 500 !important;
    color: #1a1a1a;
}

.our-digital-com .platform-card {
    padding: 25px 20px;
    min-height: 250px;
    /* max-height: 230px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    background: #fff;
    text-align: center;
    /* width: 307px; */
}

.our-digital-com .platform-card:hover{
    box-shadow: 0 5px 6px rgba(0, 0, 0, .0588235294);
    /* margin-top: -4px; */
}

.our-digital-com .platform-card .platform-card-title {
    color: #1a1a1a;
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 10px;
    padding-bottom: 14px;
}

.our-digital-com .platform-card-two {
    padding: 25px 20px;
    min-height: 210px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.our-digital-com .platform-card-two:hover {
    background: #fff;
}

.our-digital-com .platform-card-two .platform-card-two-logo {
    position: relative;
    padding-bottom: 15px;
}

.our-digital-com .platform-card-two .platform-card-two-logo img {
    width: 64px;
    object-fit: contain;
}

.our-digital-com .platform-card-two .platform-card-two-logo::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 4px;
    width: 34px;
    transition: .3s ease;
    background: #c8c8c8;
    transform: translate(-50%, 0);
}

.our-digital-com .platform-card-two:hover .platform-card-two-logo::after {
    background: #33c8cf;
}

.our-digital-com .platform-card-two .platform-card-title {
    color: #1a1a1a;
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 10px;
}

.our-digital-com .platform-card .platform-card-title h3::after,
.our-digital-com .platform-card .platform-card-title h2::after {
    content: "";
    display: block;
    width: 85px;
    height: 2px;
    background: #33c8cf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.our-digital-com .platform-card .platform-card-title .elementor-heading-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 1.4;
}


.our-digital-com .platform-card-two .platform-card-title .elementor-heading-title {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}

/* Our Resource Section Start */

.our-resource-box .our-resource-cards {
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0px;
    background-color: #fff;
}

.our-resource-box .our-resource-cards .our-resource-content {
    padding: 20px;

}

.our-resource-box .our-resource-cards .our-resource-content .our-resource-tags p {
    border: 1px solid #e1e1e1;
    font-size: 0.8rem;
    padding: 4px 10px;
    display: inline-block;
}

.our-resource-box .our-resource-cards .our-resource-content .our-resource-tags p:hover {
    color: #33c8cf;
}

.our-resource-box .our-resource-cards .our-resource-content .our-resource-heading h3.elementor-heading-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* min-height: 45px; */
    font-family: "source-sans-pro", sans-serif;
}

.our-resource-box .our-resource-cards .our-resource-content .our-resource-heading h3.elementor-heading-title a:hover {
    color: #33c8cf;
}

.our-resource-box .our-resource-cards .our-resource-content .elementor-button {
    font-size: 1rem;
    color: #33c8cf;
    margin: 0;
    font-weight: 500;
    background: transparent;
    font-family: Poppins, sans-serif;
}

.our-resource-box .our-resource-cards .our-resource-content:hover .our-resource-box .our-resource-cards .our-resource-content .our-resource-tags p {
    color: #33c8cf !important;
}

.our-resource-box .our-resource-cards .our-resource-img {
    overflow: hidden;
}

.our-resource-box .our-resource-cards .our-resource-img img {
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
}

.our-resource-box .our-resource-cards .our-resource-img:hover img {
    transform: scale(1.1);
}

/* Career-recruitment Section Start  */
.career-main-box .career-card-box{
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .23137254901960785);
}
.career-main-box .career-card-box .career-card-box-photo{
    position: relative;
} 
.career-main-box .career-card-box .career-card-box-photo img{
    display: block;
    width: 100%;
}
.career-main-box .career-card-box .career-card-box-photo .career-card-box-success-button a{
    position: absolute;
    bottom: -22px;
    z-index: 9;
    left: 0;
    background: rgba(35, 203, 45, .9019607843137255);
    text-transform: uppercase;
    width: 100%;
    transform: translate(0, -50%);
    border-radius: 0;

}
/* Career-recruitment Section End  */

/* Seamless integration Section Start */

.seamless-integration .seamless-integration-left-box p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}

.seamless-integration .seamless-integration-right-box .seamless-integration-img {
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
    border-width: 0 1px 1px 0;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    padding: 20px;
    height: 6pc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.seamless-integration .seamless-integration-right-box .seamless-integration-img:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .10196078431372549);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .10196078431372549);
}

.seamless-integration .seamless-integration-right-box .seamless-integration-img img {
    display: inline-block;
    width: auto;
    max-height: 46px;
    max-width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.seamless-integration .seamless-integration-right-box .seamless-integration-img:hover img {
    filter: grayscale(0);
}

.seamless-integration .seamless-integration-right-box .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 30px;
    padding-right: 15px;
    display: flex !important;
    justify-content: flex-end;
}

.seamless-integration .seamless-integration-right-box .owl-nav .owl-prev {
  
    transform: rotateY(-180deg);
}

.seamless-integration .seamless-integration-right-box .owl-nav .owl-prev,
.seamless-integration .seamless-integration-right-box .owl-nav .owl-next {
    position: static;
    margin: 0;
    top: auto;
    background: url(https://www.ranosys.com/content/dam/ranosys-website/arrow_icon_orange.png) no-repeat 50%;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 30px;
    height: 20px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 30px;

}

.seamless-integration .seamless-integration-right-box .owl-nav span {
    display: none;
}

.seamless-integration .owl-dots {
    display: none;
}

/* About Us Companey Page Start */

.comp-credentials .top-left-para p {
    line-height: 1.8 !important;
}

.comp-credentials img {
    width: 100%;
}

/* Our ethos Section Start */
.our-ethos .our-ethos-title h2 {
    padding: 0 0 10px;
    line-height: 46px;
    font-weight: 500;
}

.our-ethos .our-ethos-box .our-ethos-counter {
    color: #fff;
    width: 65px;
    height: 65px;
    background: #1a1a1a;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
}

.our-ethos .our-ethos-box .our-ethos-counter p {
    font-size: 2.5rem;
    font-weight: 500;
}

.our-ethos .our-ethos-box .our-ethos-data h2 {
    font-size: 1.3rem;
}

/* Core Values Section Start */
.core-values .core-values-box .core-values-card {
    position: relative;
    padding: 0;
}

.core-values .core-values-box .core-values-card .core-values-img {
    overflow: hidden;
}

.core-values .core-values-box .core-values-card .core-values-img img {
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.core-values .core-values-box .core-values-card:hover .core-values-img img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.core-values .core-values-box .core-values-card .core-values-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 10;
}

.core-values .core-values-box .core-values-card .core-values-content p {
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    text-transform: lowercase;
}

.core-values .core-values-box .core-values-card .core-values-content h3 {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
}

/* Envisioning Section Start */
.envisioning .envisioning-box .envisioning-card {
    padding: 1.5rem;
    background: #f7f7f3;
    font-family: Poppins, sans-serif;
}

.envisioning .envisioning-box .envisioning-card .envisioning-img {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.envisioning .envisioning-box .envisioning-card .envisioning-img img {
    height: 64px;
    max-width: 375px !important;
    width: 100%;
    object-fit: scale-down;
}

.envisioning .envisioning-box .envisioning-card h3,
.envisioning .envisioning-box .envisioning-card h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 12px;
    color: #1a1a1a;
    line-height: normal;
}

.envisioning .envisioning-box .envisioning-card p {
    font-weight: 400;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

/* Our Pillars Section Start */
.our-pillars .our-pillars-box .our-pillars-card {
    position: relative;
    transition: all .3s ease;

}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 33px;
    z-index: 11;
}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-img {
    overflow: hidden;
    /* box-shadow: 0 4px 8px transparent; */
}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-img a {
    display: block;
}




.our-pillars .our-pillars-box .our-pillars-card .our-pillars-img img {
    overflow: hidden;
    transition: all .3s ease;
    width: 100%;
    display: block;
}

.our-pillars .our-pillars-box .our-pillars-card:hover .our-pillars-img img {
    transform: scale(1.1);
}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-img:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-content h2,
.our-pillars .our-pillars-box .our-pillars-card .our-pillars-content h3 {
    font-size: 1.625rem;
    line-height: 1.23;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 500;
}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-content .elementor-button {
    font-size: 1.125rem;
    line-height: 1.22;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
    border-bottom: 2px solid #fff;
    background-color: unset;
    padding: 0;

}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-content .elementor-button:hover {
    color: #33c8cf;
}

.our-pillars .our-pillars-box .our-pillars-card:hover .our-pillars-content .elementor-button::after {
    transition: all .3s ease;
    opacity: 1;
    left: 100px;

}

.our-pillars .our-pillars-box .our-pillars-card .our-pillars-content .elementor-button::after {

    content: "";
    font-family: FontAwesome;
    font-size: 1.15rem;
    color: #fff;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Blog Page Start */
.blog-section .blog-menu .portfolio-filters {
    background: #f3f3f3;
    margin-bottom: 20px;
}

.blog-section .blog-menu .portfolio-filters button.is-checked {
    background: #1a1a1a;
    color: #fff;
}

.blog-section .blog-menu .portfolio-filters button {
    font-size: 1.125rem;
    font-weight: 600;
    color: #666;
    padding: 15px 29px;
    text-shadow: none;
    background: #f3f3f3;
    border: 1px solid transparent;
    line-height: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-section .blog-menu .portfolio-filters .filter-button:hover {
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.blog-section .blog-menu .portfolio-filters .filter-button.is-checked:hover{
    color: #fff;
}

.blog-section .blog-menu .portfolio-filters .filter-button:active {
    background: #1a1a1a;
    color: #fff;
}

.blog-section .blog-menu .portfolio-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 0;
    margin: 0;
}

.blog-section .blog-menu .portfolio-items .portfolio-item:hover {
    -webkit-box-shadow: 0 0 46px 26px rgba(33, 32, 32, .06);
    box-shadow: 0 0 46px 26px rgba(33, 32, 32, .06);
    transition: all .3s ease;
}

.blog-section .blog-menu .portfolio-items .portfolio-item .blog-image-section{
    position: relative;
}

.blog-section .blog-menu .portfolio-items .portfolio-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 225px;
    margin: 0 !important;
}

.blog-section .blog-menu .portfolio-items .portfolio-item:hover .blog-image-section::after{
    content: "" !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
}
.blog-section .blog-menu .portfolio-items .portfolio-item h2{
    line-height: 24px !important;
    padding: 15px 0;
}
.blog-section .blog-menu .portfolio-items .portfolio-item h2 a {
    text-transform: none;
    color: #333 !important;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 20px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Poppins, sans-serif;
    margin: 25px 0;
}

.blog-section .blog-menu .portfolio-items:hover .portfolio-item h3 a{
    color: #33c8cf;
}

.blog-section .blog-menu .portfolio-items .portfolio-item h3 {
    margin: 15px 0;

}

.blog-section .blog-menu .portfolio-items .portfolio-item .blog-text-section {
    padding: 0px 20px 20px !important;
}

.blog-section .blog-menu .portfolio-items .portfolio-item .blog-text-section .post-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
    color: #333;
    font-family: Poppins, sans-serif;
}

.blog-section .blog-menu .portfolio-items .portfolio-item .blog-text-section .post-date {
    font-size: 14px;
    color: #333;
    font-family: Poppins, sans-serif;
}

.blog-section .blog-menu .portfolio-items .portfolio-item .post-tags .tags{
    background-color: #f2f2f2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 15px;
    color: #858383;
    font-family: poppins, sans-serif;
    font-size: 9px;
    line-height: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 3px; 
}

.blog-section .blog-menu .portfolio-items .portfolio-item .post-tags .tag a {
    background-color: #f2f2f2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 15px;
    color: #858383;
    font-family: poppins, sans-serif;
    font-size: 9px;
    line-height: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 3px;
}

.blog-section .blog-menu .portfolio-items .portfolio-item .post-tags .tags{
    background-color: #f2f2f2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 15px;
    color: #858383;
    font-family: poppins, sans-serif;
    font-size: 9px;
    line-height: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 3px;
}

.blog-section .blog-menu .portfolio-items .portfolio-item .post-tags {
    padding: 20px 20px 0;
}

.blog-section .blog-menu .load-more{
    text-align: center;
    padding: 20px 0;
}

.blog-section .blog-menu .load-more button.cmp-button{
    margin: 10px auto;
    display: block;
    background-color: #fff;
    padding: 9pt 25px;
    color: #f26622;
    font-weight: 500;
    font-size: 9pt;
    border-radius: 30px;
    border: 1px solid #f26622;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: normal;
}



.blog-section .load-more{
    text-align: center;
}

.blog-section .load-more button.cmp-button{
    margin: 10px auto;
    display: block;
    background-color: #fff;
    padding: 9pt 25px;
    color: #f26622;
    font-weight: 500;
    font-size: 9pt;
    border-radius: 30px;
    border: 1px solid #f26622;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: normal;
}

.blog-section .load-more button.cmp-button:hover{
    background-color: #f26622;
    color: #fff;
}

/* Releated Post Article Start */
.related-post-main h2{
    color: #333;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 50px 0 40px;
}
.related-post-main .related-post-main-data{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
    padding: 0 0 30px;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__thumbnail__link .elementor-custom-post__thumbnail img{
    width: 100%;
    height: fit-content;
    object-fit: contain;
    display: block;
}
.related-post-main .related-post-main-data .elementor-custom-related-post{
    box-shadow: 0 3px 6px rgba(0, 0, 0, .23);
    background: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 15px 15px;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__text{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 0 0;
}
.related-post-main .related-post-main-data .elementor-custom-related-post:hover .elementor-post__text h3.elementor-post__title{
    color: #f26622;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__text h3.elementor-post__title{
    order: 2;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__text h3.elementor-post__title > a{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__text .related-post-tags{
    order: 1;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__text .related-post-tags .tag{
    font-size: 9px;
    background-color: #f2f2f2;
    display: inline-flex;
    padding: 4px 15px;
    color: #858383;
    font-family: poppins, sans-serif;
    line-height: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 3px;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__text .related-post-excerpt{
    order: 3;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    color: #333;
}
.related-post-main .related-post-main-data .elementor-custom-related-post .elementor-post__text .related-post-date{
    order: 4;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

/* Releated Post Article End */

/* case-study-portfolio-section */
.case-study-portfolio-section .elementor-widget-container {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget {
    position: relative;
    text-align: center;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;

}

.case-study-portfolio-section .custom-case-overlay-content img {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    height: auto;
    color: #fff;
    z-index: 11;
    padding: 0;
    right: 0;
    bottom: 0;
    text-align: center;

}

.case-study-portfolio-section .custom-case-overlay-content .case-studies-logo-img img {
    max-height: 5pc;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

.case-study-portfolio-section .custom-case-overlay-content .case-studies-logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all .35s;

}

.case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget .custom-case-image-outer .case-studies-img::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    opacity: 1;
    background: rgba(0, 0, 0, .2);
}

.case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget .custom-case-image-outer .case-studies-img img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16/16;
}

.case-study-portfolio-section .custom-case-overlay-content .portfolio-description-and-hashtags {
    min-width: 80%;
    margin: 0 auto;
    overflow: hidden;
    height: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
}

.case-study-portfolio-section .custom-case-overlay-content .portfolio-description-and-hashtags .portfolio-hashtag{
    text-transform: lowercase;
}

.case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget:hover .custom-case-image-outer .case-studies-img::after {
    background: rgba(0, 0, 0, .85);
}

.case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget:hover .custom-case-overlay-content .portfolio-description-and-hashtags {
    height: 230px;
}


.case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget:hover .custom-case-overlay-content .case-studies-logo-img {
    position: absolute;
    top: 20%;
    /* left: 50%;
    transform: translate(-50%, -50%);  */
    z-index: 9;
    transition: all .35s;
}

.case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget:hover .custom-case-overlay-content img {

    left: 0;
    top: 0;
    transform: none;
}

.case-study-portfolio-section .custom-case-overlay-content .portfolio-description-and-hashtags .portfolio-content {
    margin: 20px 0;
    line-height: 25px;
}


/* platforms/marketo-marketing-automation/ */

.seamless-integration .seamless-integration-left-box .elementor-widget-container .elementor-button-wrapper {
    text-align: left;
}

.seamless-integration.seamless-marketo .owl-nav {
    display: none !important;
}

/* .service-platform .platform-card {
    cursor: pointer;
} */

/* .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul li{
    height: 90px;
} */
.adobe-logo .elementor-widget-container {
    height: 80% !important;
    overflow: hidden;
}

.salesforce-partner-box .pointer-main .point-sub-text .elementor-widget-container {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.salesforce-partner-box.white-text .pointer-main .point-sub-text .elementor-widget-container{
    color: white;
    border-bottom: 1px solid white;
}

.salesforce-partner-box .pointer-main .point-sub-text .elementor-widget-container p {
    text-transform: uppercase;
}

.salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.min-ht-100 ul.elementor-icon-list-items li.elementor-icon-list-item {
    min-height: 90px !important;
}


/* case-studies-details page/charles-and-keith/ */
/* .case-study-logo-wrapper {
    position: relative;
    z-index: 1;
}
 */

.case-study-logo-wrapper {
    width: 308px;
    height: 10pc;
    margin: -55pt 0 0;
    background: #fff;
    position: absolute;
    z-index: 9;
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-study-logo-wrapper img {
    max-width: 200px;
    width: auto;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.case-study-detail .case-study-detail-heading p {
    color: #333;
    font-weight: bolder;
    font-size: 1pc;
}

.case-study-detail {
    line-height: 1.8;
    color: #666;
}

.case-study-detail .right-detail {
    border-left: 1px solid #33c8cf;
    line-height: 1.8;
    /* padding-left: 0; */
}
.case-study-detail .right-detail p {
    font-size: 18px;
    margin: 15px 0;
    color: #666;
}
.case-study-detail .right-detail p a {
    font-size: 18px;
    margin: 15px 0;
    color: #666;
}

.case-study-detail .right-detail p a:hover {
    color: #33c8cf;
}


/* challenges-goal-section */
.challenges-goal .service-page-section .service-detail-left-box img {
    /* max-width: 700px; */
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.challenges-goal .service-page-section .service-detail-right-box {
    overflow-y: auto;
    float: right !important;
    /* width: 1200px !important; */
    margin-left: -15% !important;
    background: #f3f3f3;
    /* margin-top: 60px; */
    height: 600px;
}

.challenges-goal .service-page-section .service-detail-right-box p {
    margin-top: 0;
    font-size: 1pc;
    line-height: 26px;
    color: #333;
}

.challenges-goal .service-page-section .service-detail-right-box h2 {
    font-size: 1pc;
    border-bottom: 1px solid #33c8cf;
    line-height: 26px;
    padding-bottom: 2px;
    display: inline-block;
    /* margin: 0 0 22px; */
    font-weight: 400;
    text-align: left;
}

.challenges-goal .service-page-section .service-detail-right-box::-webkit-scrollbar,
.highlights-section .highlights-card::-webkit-scrollbar {
    width: 3px;
}

.challenges-goal .service-page-section .service-detail-right-box::-webkit-scrollbar-track,
.highlights-section .highlights-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.challenges-goal .service-page-section .service-detail-right-box::-webkit-scrollbar-thumb,
.highlights-section .highlights-card::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
}

.elementor-5284 .elementor-element.elementor-element-6a66480:not(.elementor-motion-effects-element-type-background),
.elementor-5284 .elementor-element.elementor-element-6a66480>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-size: cover;
    background-repeat: no-repeat;
}

.result-section h2 {
    font-size: 36px;
    margin: 0 0 10px;
    color: #333;
    font-weight: 700;
}

.result-section p {
    font-size: 1pc;
    color: #666;
    line-height: 1.6;
}

.highlights-section .highlights-card {
    max-height: 28pc;
    overflow-y: auto;
    background: #1a1a1a;
    color: #fff;
    min-height: 4in;
    padding: 30px 40px;
    max-width: 500px !important;
}

.highlights-section .highlights-card h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 20px;
    font-weight: 500;
}

.highlights-section .highlights-card li span {
    font-size: 1pc;
    line-height: 26px;
    position: relative;
    padding-left: 1pc;
    margin-bottom: 2px;
    color: #fff;
}

.highlights-section .highlights-card li span::before {

    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 20px;
    background: #fff;
}

.highlights-section .highlights-card li {

    margin-bottom: 16px;
}

.technology-stack h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 30px;
    color: #333;
    font-weight: 500;
}

.technology-stack p {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-stack .tech-logo {
    height: 5pc !important;
    width: 148px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e4e6;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.technology-stack .tech-logo:hover {
    border-color: #33c8cf;
}

.technology-stack .tech-logo .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-stack .tech-logo img {
    max-width: 130px;
    max-height: 60px;
    width: auto;
}

.technology-stack .framworks-tools .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-stack .framworks-tools {
    width: 220px;
}

.technology-stack .e-con>.e-con-inner {
    margin: 0;
}

.elementor-5284 .elementor-element.elementor-element-6a66480:not(.elementor-motion-effects-element-type-background),
.elementor-5284 .elementor-element.elementor-element-6a66480>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-attachment: fixed;
    height: 447px;
}

.post-mobile-slider .elementor-post__text {
    background-color: #fff;

}

.industry-platform .platform-card .platform-card-title h2,
.industry-platform .platform-card .platform-card-title h3 {
    color: #000;
    font-weight: 500 !important;
    margin: 0 0 15px 0;
}

/* case-studies/thebodyshop/ */


.result-section .result-section-box ul li {
    margin-bottom: 34px;
    padding-left: 38px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.result-section .result-section-box ul li::before {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
    background: #33c8cf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.technology-stack .framworks-tools .elementor-widget-container {
    justify-content: flex-start;
}

/* case-studies/shell/ */

.challenges-goal .service-detail-right-box .service-detail-right-box-list ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
    font-size: 1pc;
    line-height: 26px;
    color: #333;
}

.challenges-goal .service-detail-right-box .service-detail-right-box-list ul li:before {
    content: "";
    width: 2px;
    height: 17px;
    border-radius: 0;
    background: #33c8cf;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.key-features .key-features-list ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 17px;
    margin-bottom: 4px;
    line-height: 26px;
}

.key-features .key-features-list ul li:before {
    background: #fff;
    content: "";
    width: 2px;
    height: 17px;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

.event-cta-content .event-cta-description p,
.event-cta-content .event-cta-description div {
    line-height: 1.8;
    color: #1a1a1a;
}


/* case-studies/rutland-cycling/ */
/* .testimonial-review .testimonial-title .testimonial-customer-review .testimonial-customer-rating .testimonial-quote */

.testimonial-review .testimonial-title {
    color: #33c8cf;
    font-size: 1pc;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .5px;
}

.testimonial-review .testimonial-customer-review h2 {
    font-size: 36px;
    border-bottom: 1px solid #33c8cf;
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
    line-height: normal;
}

.testimonial-review .testimonial-quote {
    font-size: 20px;
    font-style: italic;
    position: relative;
    display: inline-block;
    padding: 25px 60px;
    line-height: normal;
    max-width: 80%;
    margin: auto;

}

.testimonial-review .testimonial-quote::before {
    content: "";
    background: #1a1a1a url(https://www.ranosys.com/content/dam/ranosys-website/down-quote.png) no-repeat 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: -25px;
}

.testimonial-review .testimonial-quote::after {

    content: "";
    background: #1a1a1a url(https://www.ranosys.com/content/dam/ranosys-website/up-quote.png) no-repeat 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: transparent;
    right: -25px;
    bottom: 0;
}

.industry-platform .platform-card .platform-card-image {
    height: 55px;
}

.salesforce-partner-box .pointer-main .pointer-main-heading p {
    min-height: auto;
    text-transform: uppercase;
    color: white;
    font-size: 17px !important;
    font-weight: 400;
    padding-bottom: 1pc;
    width: 85%;
    border-bottom: 1px solid white;
}

/* global/about-us/career/ */

.career-section .career-box .career-card {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .23137254901960785);
    box-shadow: 0 0 6px rgba(0, 0, 0, .23137254901960785);
    border-color: #e3e3e3;
    padding: 25px;
    min-height: 275px;
}

.career-section .career-box .career-card .career-card-img img {
    height: 50px;
    width: auto;
}

.career-section .career-box .career-card .career-card-title h2,
.career-section .career-box .career-card .career-card-title h3 {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.employee-speaks .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #33c8cf;
    width: 9pt;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* services/product-engineering/software-testing-qa-services/ */
.software-quality .salesforce-wedo-box .salesforce-wedo-cards:hover {
    background: #fff !important;
}

.testing-qa .left-banner-img .elementor-widget-container {
    display: flex;
}

.testing-qa .right-logo-img .logo-img {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .1411764705882353);
    box-shadow: 0 0 13px rgba(0, 0, 0, .1411764705882353);
    padding: 1.5rem !important;
    text-align: center;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    width: 174px;
    height: 123px;
}

.testing-qa .right-logo-img .logo-img .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testing-qa .right-logo-img .logo-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-height: 46px;
    max-width: 100%;
    width: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.testing-qa .right-logo-img .logo-img img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* .load-more a{
    color: #f26622;
    text-transform: uppercase;
} */
/* .load-more a:hover{
    color: #fff;
    text-transform: uppercase;
} */
.blog-section .load-more button.cmp-button a{
    color: #f26622;
    text-transform: uppercase;
}
.blog-section .load-more button.cmp-button:hover{
    background-color: #f26622;
    color: #fff;
}
.blog-section .load-more button.cmp-button:hover a{
    color: #fff;
}
/* .blog-section .blog-menu .load-more button.cmp-button:hover a{
        color: #fff;
} */
.salesforce-wedo.software-quality {
    background-color: #f3f3f3 !important;
}

.scale-up h2 {
    font-size: 28px;
    line-height: 46px;
    /* margin: 25px 0; */
    color: #fff;
    font-weight: 500;
}

/* /global/solutions/ */
.solutions-tab .e-n-tabs-heading {
    margin: 20px 0;
}

.solutions-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
    border: 1px solid #595959;
    padding: 10px 60px;
    background-color: transparent;
    color: #595959;
}

.solutions-tab .e-n-tabs-heading .e-n-tab-title span {
    font-family: "source-sans-pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.solutions-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: transparent !important;
    color: #595959 !important;
}

.solutions-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    color: #fff !important;
    border-color: #33c8cf !important;
    background-color: #33c8cf !important;
    padding: 10px 60px;

}

.solutions-tab .service-page-section {
    position: relative;
}

.solutions-tab .service-page-section .service-right-section {
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #fff;
    margin: 40px 0px 40px 20px;
    padding: 30px;
    -webkit-box-shadow:0 5px 6px rgba(0, 0, 0, .058823529411764705);
    box-shadow:0 5px 6px rgba(0, 0, 0, .058823529411764705);
    width: 57%;
}

.solutions-tab .service-page-section .service-right-section h2 {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 46px;
    margin: 0;
    padding: 0 0 10px;
    font-weight: 500;
}

.solutions-tab .service-page-section .service-right-section p{
    font-size: 18px;
    margin-top: 0;
    line-height: 26px;
    color: #333;
}

.solutions-tab .service-page-section .service-right-section .btn-primary-border a {
    width: 100%;
}

.bg-grey-light {
    background-color: #fafafa;
}


/* global/platforms/magento-ecommerce-development/falcon-magento-ecommerce-accelerator/ */

.ecommerce-plan .ecommerce-plan-card {
    background-position: right 2pc center !important;
    padding: 28px 2pc;
    background-size: unset !important;
    color: #fff;
}

.ecommerce-plan .ecommerce-plan-card h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
}

.ecommerce-plan .ecommerce-plan-card h5 {
    font-size: 18px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 500;

}

.ecommerce-plan .ecommerce-plan-card p {
    font-size: 1pc;
    line-height: 1.625;
    min-height: 78px;
    margin-bottom: 30px;
}

/* services/digital-transformation-consulting/mobile-app-development/hybrid-mobile-app-development/ */

.mobility-solutions .mobility-solutions-box .mobility-solutions-cards .mobility-solutions-card {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .10196078431372549);
    box-shadow: 0 0 13px rgba(0, 0, 0, .10196078431372549);
    background: #fff;
    padding: 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobility-solutions .mobility-solutions-box .mobility-solutions-cards .mobility-solutions-card .mobility-solutions-card-content {
    padding: 24px;
}

.mobility-solutions .mobility-solutions-box .mobility-solutions-cards .mobility-solutions-card .mobility-solutions-card-content h2,
.mobility-solutions .mobility-solutions-box .mobility-solutions-cards .mobility-solutions-card .mobility-solutions-card-content h3 {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.mobility-solutions .mobility-solutions-box .mobility-solutions-cards .mobility-solutions-card .mobility-solutions-card-content h2::after,
.mobility-solutions .mobility-solutions-box .mobility-solutions-cards .mobility-solutions-card .mobility-solutions-card-content h3::after {
    content: "";
    display: block;
    width: 85px;
    height: 2px;
    background: #33c8cf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cards-list-boxs .cards-list-boxs-items ul li span {
    font-size: 20px;
}

.key-features-box .cards-list-boxs {
    width: 45%;
}

.key-features-box .e-con-inner {
    justify-content: space-between !important;
}

/* /global/platforms/salesforce-development-services/business-360-salesforce-accelerator/ */

.salesforce-business .business-img img {
    max-width: 390px;
    width: 100%;
}

.salesforce-section {
    background-position: 50%;
}

.key-feature-section .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item {
    background: #fff;
}

/* global/platforms/outsystems-low-code-development/what-is-outsystems */

.outsystem-video .elementor-widget-container {
    max-width: 650px;
    max-height: 450px;
    margin: auto;
}

.section-heading-bottom-underline h2.elementor-heading-title {
    font-size: 36px !important;
    color: #1a1a1a !important;
    padding-bottom: 1pc;
    margin-bottom: 30px;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
}

.section-heading-bottom-underline h2.elementor-heading-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    border-top: 2px solid #33c8cf;
    width: 130px;
}

.why-ranosys-content {
    min-height: unset;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 30px !important;
    border: 1px solid rgba(0, 0, 0, .06);
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute !important;
    width: 550px !important;
    height: 500px !important;
    top: 50%;
    transform: translate(-27%, -50%);
    right: 10px;
}

.left-img-section {
    position: relative;
}

.left-img-section .elementor-widget-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.why-ranosys-content p {
    margin: 0 0 1rem;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

.solutions-tab .service-page-section .service-right-section .techno-stack img{
    object-fit: scale-down;
    max-width: 100%;
    max-height: 50px;
}
.techno-stack-text {
    max-width: 240px;
    width: auto;
}

/* Rano-blog header start */

.rano-blog-header{
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    position: relative;
}




.rano-blog-header.sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    transition: all .35s;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.rano-blog-header .container {
  
    padding: 10px 15px;

}
/* .rano-blog-header.sticky-header .container{
    padding: 0 !important;
} */

.rano-blog-header .branding {
    width: auto;
    float: left;
    min-height: 1px;
    position: relative;
    line-height: 24px;
}

a {
    text-decoration: none;
}

.rano-blog-header .branding .site-branding-logo img.logo-site {
    display: block !important;
}

.rano-blog-header .branding .site-branding-logo img {
   
    padding: 8px 0;
    max-width: 100%;
    height: auto;
}

.rano-blog-header .gva-offcanvas-mobile-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rano-blog-header .rano-navigation .cmp-navigation__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-header-navigation li.cmp-navigation__item.cmp-navigation__item--level-0 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-header-navigation li.cmp-navigation__item.cmp-navigation__item--level-0:last-child>a{
    margin: 0;
}

.blog-header-navigation li.cmp-navigation__item.cmp-navigation__item--level-0:last-child{
    left: 5px !important;
    position: relative;
}


.blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group a {
    position: relative;
    padding: 10px 4px !important;
    color: #666;
    display: inline-block;
    margin: 0 .55rem;
    list-style-type: none;
    overflow: hidden;
}

.blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #f26622;
    width: 92% !important;
    margin: 0 auto;
    right: 0;
}

.blog-header-navigation .cmp-navigation__group span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}

.blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group a:hover {
    color: #f26622 !important;
}

.blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group a:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group .current-menu-item a {
    color: #f26622 !important;
}
.blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group .current-menu-item a:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.blog-header-navigation .visit_website {
    display: block;
}

.blog-header-navigation .visit_website a {
    display: inline-block;
    padding: 9px 10px;
    position: relative;
    color: #f26622;
    border: 1px solid #f26622;
    overflow: hidden;
    border-radius: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0 15px;
    letter-spacing: .5px;
}

.blog-header-navigation .visit_website a:hover {
    background-color: #f26622;
    color: #fff;
}

.blog-header-navigation .search-blog {
    display: block;
    padding: 0 15px;
}

.blog-header-navigation .search-blog a.search-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    background: #e8e8e8;
    color: #7b7b7b;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    overflow: hidden;
}

a:not([href]) {
    cursor: default;
}

.blog-header-navigation .search-blog a.search-btn:after {
    font-family: FontAwesome;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    font-size: 1pc;
    font-weight: 900;
    opacity: 0;
    content: "";
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.blog-header-navigation .search-btn .fa-search {
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 1pc;
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fa {
    font-family: FontAwesome;
    font-weight: 900;
}

.fa-search:before {
    content: "";
}

.blog-header-navigation .search-btn .fa-search {
    line-height: 30px;
}

.blog-header-navigation .search-blog a.search-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    background: #e8e8e8;
    color: #7b7b7b;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    overflow: hidden;
}

a.cmp-navigation__item-link {
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.blog-header-navigation .search-blog a.search-btn:hover {
    background: #f26622;
    padding-bottom: 0;
}

.blog-header-navigation .search-blog a.search-btn:hover:after {
    top: 0;
    opacity: 1;
    color: #fff;
}



@media (min-width: 992px) {
    .rano-blog-header .rano-navigation .nav-area-inner {
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        align-items: center;
    }

    .rano-blog-header .rano-navigation .nav-area-inner .gva-offcanvas-mobile-blog{
        display: flex;
        align-items: center;
    }

    .rano-blog-header .rano-navigation .cmp-navigation__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-header-navigation .search-blog {
        display: block;
        padding: 0 15px !important;
    }

}

 @media only screen and (max-width: 991px) {

    .wrap {
      
        
        clear: both;
       
    }
    .rano-blog-header .menu-bar {
        height: 2pc;
        width: 36px;
        position: absolute;
        top: 36px;
        right: 20px;
        margin-top: -1pc;
        z-index: 999;
    }

    .blog-header-navigation .search-blog{
        
            position: absolute;
            right: 60px;
            top: 22px;
            min-width: auto;
           
        
    }

    .rano-blog-header .container {
        padding: 0 0px 0 10px !important;
    }
    .blog-header-navigation li.cmp-navigation__item.cmp-navigation__item--level-0.cmp-navigation__item--active a{
        color: #f26622 !important;
    }

    .rano-blog-header .rano-navigation .cmp-navigation__group{
        flex-direction: column;
    }
    .rano-blog-header .sticky-header .menu-bar span {
        background-color: #1a1a1a;
    }

    .blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group a{
        margin: 0;
        width: 100%;
    }

    .blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        opacity: 0;
        background: #f26622;
        width: 92% !important;
        margin: 0 auto;
        right: 0;
        left: -6%;
    }
    .blog-header-navigation li.cmp-navigation__item.cmp-navigation__item--level-0.cmp-navigation__item--active a:before {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: opacity .3s, -webkit-transform .5s;
        transition: opacity .3s, -webkit-transform .5s;
        transition: transform .5s, opacity .3s;
        transition: transform .5s, opacity .3s, -webkit-transform .5s;
        -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-timing-function: cubic-bezier(.4,0,.2,1);
    }
    .rano-blog-header .menu-bar span.one {
        top: 6px;
    }

    .rano-blog-header .menu-bar.menu-bar-mobile span {
        background-color: #666;
    }

   .rano-blog-header .menu-bar span {
        display: block;
        width: 24px;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all .35s;
        transition: all .35s;
    }

   .rano-blog-header .menu-bar span.three {
        bottom: 6px;
    }

  .rano-blog-header .menu-bar span.two {
        top: 0;
        bottom: 0;
    }

  .rano-blog-header  .gva-offcanvas-mobile-blog.show-view {
        -webkit-transition: all .35s;
        transition: all .35s;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background: #1a1a1a;
        display: block;
    }

    .rano-blog-header .gva-offcanvas-mobile-blog {
        background: #fff;
        position: fixed !important;
        left: 0;
        width: 100%;
        max-width: 100%;
        top: 0;
        bottom: 142px;
        z-index: 999;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 4px 4px 1px rgba(0, 0, 0, .2);
        padding-top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .blog-header-navigation li.cmp-navigation__item.cmp-navigation__item--level-0:last-child>a{
        padding-left: 0!important;
    }
    .blog-header-navigation .rano-blog-header .rano-navigation .cmp-navigation__group {
        padding: 95px 20px 45px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

   .rano-blog-header .menu-bar.show-view span.one {
        top: 0;
        bottom: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

  .rano-blog-header  .menu-bar.show-view span.two {
        opacity: 0;
    }

   .rano-blog-header .menu-bar span.two {
        top: 0;
        bottom: 0;
    }

    .rano-blog-header .menu-bar.show-view span.three {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 14px;
    }

  .rano-blog-header  .menu-bar span.three {
        bottom: 6px;
    }

   .rano-blog-header .blog-header-navigation .search-blog {
        position: absolute;
        right: 60px;
        top: 22px;
        min-width: auto;
        padding: 0;
    }

}  
/* Rano-blog header End */





/* Responsive Part */

@media only screen and (max-width: 1600px) {}

@media only screen and (min-width: 1600px) {
    .case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget:hover .custom-case-overlay-content .portfolio-description-and-hashtags {
        height: 280px;
    }
}

@media only screen and (min-width: 1800px) {
    .case-study-portfolio-section .elementor-widget-container .custom-case-studies-widget:hover .custom-case-overlay-content .portfolio-description-and-hashtags {
        height: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .solutions-tab .service-page-section .service-right-section .adobe-logo::before {
        content: "";
        width: 1px;
        display: inline-block;
        height: 45px;
        background-color: #000;
        position: relative;
    }

    /* .solutions-tab .service-page-section .service-right-section .adobe-logo img {
        margin-left: 15px;
    } */
}

@media only screen and (max-width: 1024px) {
    .our-pillars .our-pillars-box .our-pillars-card .our-pillars-content h2 {
        font-size: 20px;
    }

    .our-pillars .our-pillars-box .our-pillars-card .our-pillars-content .elementor-button {
        font-size: 16px;
    }

    .case-study-portfolio-section .elementor-widget-container {
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: repeat(2, 1fr); */
    }

    .case-study-detail .right-detail {

        border-top: 1px solid #33c8cf;
        border-left: 0;
    }

    .technology-stack h2 {
        font-size: 28px;
    }

    .challenges-goal .service-page-section .service-detail-right-box {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .salesforce-partner-box .pointer-main.bg-red-img {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #E20D0D;
    }

    .testimonial-review .testimonial-quote {
        max-width: 94%;
        margin: auto;
    }

}

@media only screen and (max-width: 991px) {
    html {
        font-size: 15px;
    }

    .our-ethos .our-ethos-box .our-ethos-counter {
        width: 58px;
        height: 58px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-primary-border a {
        font-size: 15px;
        padding: 0 12px !important;
        line-height: 35px;
    }

    .blog-section .blog-menu .portfolio-filters {
        background: transparent;
    }
    .related-post-main .related-post-main-data{
        margin: 0;
        padding: 0 0 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .portfolio-filters .filter-button {
        padding: 10px;
        display: inline-block;
        width: calc(49% - 10px);
        margin: 5px;
        clear: both;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .blog-section .blog-menu .portfolio-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-section .blog-menu .portfolio-filters button {
        padding: 10px 15px;
        width: 46%;
        margin: 7px;
    }

    .challenges-goal .service-page-section .service-detail-right-box {

        clear: both;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 0px;
    }

    .highlights-section {
        background-position: 50%;
    }

    .highlights-section .highlights-card {
        width: 100% !important;
    }

    .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.min-ht-100 ul.elementor-icon-list-items li.elementor-icon-list-item {
        min-height: 130px !important;
    }

    .opportunity-section {
        background-position: 50%;
    }

    .testing-qa .left-banner-img .elementor-widget-container {
        display: flex;
        justify-content: center;
    }

    .solutions-tab .service-page-section .service-right-section {
        width: 100%;
        position: relative;
        margin: 0;
    }

    .testing-qa .right-logo-img .logo-img {
        width: auto;
    }

    .ecommerce-plan .ecommerce-plan-card h3 {
        font-size: 22px;

    }

    .ecommerce-plan .ecommerce-plan-card p {
        margin-bottom: 0;
    }

    .challenges-goal .service-page-section .service-detail-left-box img {
        min-width: auto;
        min-height: auto;
        width: 100%;
    }

    .challenges-goal .service-page-section .service-detail-left-box img {
        height: 650px;
    }

    .challenges-goal {
        padding-top: 0px !important;
    }

    .key-features-box .cards-list-boxs {
        width: 100% !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .key-features-box .e-con-inner {
        flex-wrap: wrap !important;
    }

    .cards-list-boxs .cards-list-boxs-items ul li span {
        font-size: 14px;
    }

    .salesforce-business .business-img img {
        max-width: 710px;
    }

    .key-modules {
        background-position: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .case-study-logo-wrapper img {
        /* width: 180px; */
        height: 90px;
    }

    .why-ranosys-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .why-ranosys-content {
        width: 407px !important;
        height: auto !important;
        top: 50%;
        transform: translate(0%, -50%);
        right: 10px;
    }



}

@media only screen and (max-width: 575px) {
    html {
        font-size: 14px;
    }

    .our-ethos .our-ethos-box .our-ethos-counter {
        width: 60px;
        height: 60px;
    }

    .case-study-portfolio-section .elementor-widget-container {
        grid-template-columns: repeat(1, 1fr);
        min-height: 3440px;
        /* grid-template-rows: repeat(2, 1fr); */
    }

    .seamless-integration.seamless-marketo .owl-nav {
        display: block !important;
        text-align: right;
    }

    .technology-stack h2 {
        font-size: 24px;
        margin-bottom: 1pc;
    }

    .case-study-logo-wrapper {
        width: 15pc;
        height: 75pt;
        margin-top: -50px;
        padding: 1pc;
        left: 10px;
    }

    .key-industries .key-industries-box .key-industries-card {
        padding: 25px 10px;
        min-height: 231px;
        justify-content: center;
    }

    .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items.min-ht-100 ul.elementor-icon-list-items li.elementor-icon-list-item {
        min-height: 105px !important;
    }

    .btn-primary-border-white a {
        padding: 0 20px !important;
    }

    .solutions-tab .service-page-section .service-right-section .techno-stack {
        display: none;
    }

    .solutions-tab .e-n-tabs-heading .e-n-tab-title {
        padding: 10px !important;
    }

    .solutions-tab .e-n-tabs-heading .e-n-tab-title span {

        font-size: 18px !important;
    }

    .technology-stack .framworks-tools {
        width: auto;
    }

    .challenges-goal .service-page-section .service-detail-left-box img {
        height: 550px;
    }

    .challenges-goal .service-page-section .service-detail-right-box {
        height: 550px;
    }

    .case-study-logo-wrapper img {
        height: 80px;
        /* width: 160px; */
    }

    .result-section h2 {
        font-size: 24px;
    }

    .salesforce-business .business-img img {
        max-width: 361px;
        width: 100%;
    }

    .section-heading-bottom-underline h2.elementor-heading-title {
        font-size: 22px !important;
    }

    .why-ranosys-content {
        width: 95% !important;
        transform: translate(-50%, -50%);
        right: 50%;
        left: 50%;
    }
    .left-img-section .elementor-widget-image img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }


}

@media only screen and (max-width: 475px) {
    .btn-primary-border-white a {
        padding: 0 15px !important;
    }
    .related-post-main .related-post-main-data{
        grid-template-columns: repeat(1, 1fr);
    }

    .solutions-tab .service-page-section .service-right-section h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .solutions-tab .service-page-section .service-right-section {
        padding: 20px;
    }

    .solutions-tab .service-page-section .service-right-section p {
        padding-bottom: 15px;
    }

}

@media only screen and (max-width: 375px) {
    .solutions-tab .e-n-tabs-heading .e-n-tab-title span {

        font-size: 16px !important;
    }
}