.author-title {
    text-align: center;
}

.post-author-info {
    display: flex;
    gap: 25px;
    margin-top: 35px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}

.post-author-img {
    width: 40%;
}

.post-author-content {
    width: 60%;
}

.team-description p {
    font-size: 16px;
}

.post-author-info .post-author-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.scroll-wrapper2 {
    text-align: center;
}

.scroll2 {
    font-size: 30px;
    color: #ffffff;
    text-shadow: 5px 5px 8px rgb(0 0 0 / 45%);

    -webkit-animation: scrolling 1.5s ease infinite;
    -moz-animation: scrolling 1.5s ease infinite;
    -o-animation: scrolling 1.5s ease infinite;
    animation: scrolling 1.5s ease infinite;
}

@keyframes scrolling {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(0, 10px);
    }


    100% {
        transform: translate(0);
    }
}
ul {
    list-style: disc;
    margin: 0 0 10px 20px;
    padding: 0;
}
#solutions-grid,
.overflo-x-hidden {
    overflow: hidden;
}

body.home header {
    background: transparent !important;
}


.custom-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    position: absolute !important;
    width: 100%;
    z-index: 9;
	background:rgba(0, 0, 0, 0.5);
}

.custom-header.fixed-header {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    animation: smoothScroll 1s forwards;
    background-color: #fff !important;
    z-index: 9;
}
.custom-header.fixed-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	color:#000 !important;
}
.custom-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0px;
    background: white;
    border: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    max-width: 410px;
    right: 0;
	left:auto;
}
.custom-header .elementor-widget-theme-site-logo {
    filter: brightness(0) invert(1);
}

.custom-header.fixed-header .elementor-widget-theme-site-logo {
    filter: none !important;
}


.custom-header .elementor-nav-menu .sub-arrow {
    display: none;
}

.custom-header.fixed-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: #000 !important;
}

.elementor-tab-content {
    background-color: #f4f4f4;
    margin: 5px;
    border-radius: 5px;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent;
}

.elementor-tab-title {
    background-color: #f4f4f4;
    border-radius: 5px;
    margin: 5px;
}

.elementor-active.elementor-tab-title {
    background-color: #009FDA;
    color: #fff !important;
    border-radius: 5px;
    margin: 5px;
}

.swiper-container {
    overflow: hidden;
    margin: auto;
}

.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%);
}




/*blog listing*/

.page-width {
    max-width: 1140px;
    margin: auto;
}

.blog-category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-category-list ul li a {
    background: transparent;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    transition: .5sease all;
}

.blog-pages-wrapper {
    padding: 90px 0;
}

.blog-category-list {
    margin-bottom: 25px;
}

.blog-category-list ul li.active a,
.blog-category-list ul li:hover a {
    background: #009fda;
    color: white;
}

.blog-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.article-post {
    width: calc(33% - 17px);
}

.custom-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.elementor_button-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.post-feature.blog-thumbnail a img {
    max-width: 400px;
    height: 300px;
    transition: .5s ease all;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.post-feature.blog-thumbnail {
    overflow: hidden;
    line-height: 0;
}

.article-post:hover .blog-thumbnail img {
    transform: scale(1.2);
}


.post-info {
    background-color: #fff;
    box-shadow: none;
    max-width: 90%;
    align-self: flex-start;
    width: 100%;
    position: relative;
    padding: 30px;
    margin-top: -25px;
}
.post-info .post-title a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    min-height: 60px;
}

.post-info .post-title a {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-text);
    display: inline-block;
    line-height: 1.5;

}

.post-info .post-title {
    margin: 0;
}

.article-post .btn-text {
    width: 100%;
    margin-top: 5px;
}

.article-post .btn-text a {
    background: var(--e-global-color-primary);
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.post-feature.blog-thumbnail a {
    display: inline-block;
}





.case-study-card .elementor-post__text {
    height: auto;
    position: absolute;
    background: 0 0;
    padding: 35px;
    transition: .3s ease all;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.case-study-card .elementor-post {
    position: relative;
    transition: .3s ease all
}

.case-study-card .elementor-post__text:before {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: #fff;
    top: 170px;
    content: '';
    box-shadow: 0 -100px 100px 100px #fff;
    transition: .3s ease all;
}

.case-study-card .elementor-post__thumbnail__link {
    margin: 0 !important;
}

.case-study-card .elementor-post__read-more {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.5s ease;
    position: relative;
    background: var(--e-global-color-primary);
    padding: 5px 10px;
    border-radius: 3px;
}

.case-study-card .elementor-post:hover .elementor-post__read-more {
    opacity: 1;
    visibility: visible;
}

.case-study-card article:hover .elementor-post__text {
    transform: translateY(-10px);
}

.case-study-card .elementor-post__text h3 {
    position: relative;
    margin-bottom: 10px;
    max-width: 90%;
}
.team-post-section h3 {
    color: var(--e-global-color-text);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.btn-center {
    text-align: center;
}

.load-more-btn {
    background: transparent !important; 
    border: 0;
    padding: 0;
   color: var(--e-global-color-text) !important;
    font-weight: 700;
    margin-top:30px
}

.load-more-btn:hover {
    outline: 0;
    color: #000;
}
.testimonial-slide {
    max-width: 800px;
    margin: auto;
    text-align: left;
    color: #fff;
}

.testimonial-content {margin-bottom: 20px;}

.testimonial-footer {
    display: flex;
        gap: 30px;
        align-items: center;
        margin-top: 40px;
}

.testimonial-thumb img {
    width: 100px;
    height: 100px;
    margin: 0;
}

.testimonial-info {}

.testimonial-info .testimonial-name {
    font-size: 25px;
    margin-bottom: 5px;
}

.testimonial-info .testimonial-designation {font-size: 16px;}

.testimonial-container {
    position: relative;
}
.testimonial-container .swiper-navigation .swiper-button-next:after,
.testimonial-container .swiper-navigation .swiper-button-prev::after{
    font-size: 16px !important;
    color: #fff;
}
/* .testimonial-container .swiper-navigation * {
    color: #fff;
    font-size: 16px !important;
} */
.elementor-accordion .elementor-tab-title {
    display: flex;
}
.white-testimonial * {
    color: var(--e-global-color-text);
}

.white-testimonial .testimonial-container .swiper-navigation .swiper-button-next:after, 
.white-testimonial .testimonial-container .swiper-navigation .swiper-button-prev::after {
     color: var(--e-global-color-text);
}
.elementor-widget-accordion .elementor-tab-content h4 {
    font-size: 22px;
    font-weight: 700;
}
@media (max-width:767px) {
    .case-study-card .elementor-post__text h3 {
        max-width: 90%;
    }
    .case-study-card .elementor-post__text { 
        padding: 25px;
    }
    .case-study-card .elementor-post__read-more {
        visibility: visible;
        opacity: 1;
    }
    .case-study-card .elementor-post__thumbnail__link {
        margin: 0 !important;
        min-height: 300px;
    }
    .case-study-card .elementor-posts .elementor-post__thumbnail {
        position: relative;
        height: 100%;
    }
	.custom-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu { 
    padding: 0px;
	}
	.post-author-info {
    display: block;
}

.post-author-img {
    width: 100%;
}

.post-author-content {
    width: 100%;
}
} 