/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

#ast-desktop-header .ast-main-header-wrap {
    position: fixed;
    width: 100%;
    transition: all 0.5s ease;
}
#ast-desktop-header .ast-main-header-wrap.sticky-top{
	position: fixed;
	width: 100%;
	background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	top: 0;
	left: 0;
}
#ast-desktop-header .ast-main-header-wrap .ast-primary-header-bar {
    border-color: rgba(241, 60, 49, 0.07);
}
body.admin-bar #ast-desktop-header .ast-main-header-wrap.sticky-top{
	top: 32px;
}

.elementor-button{
	position:relative;
	overflow:hidden;
}
.elementor-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}
.elementor-button:hover:not(:active)::after{
    animation: ripple 1s ease-out;
}
@keyframes ripple {
0% {
    transform: scale(0, 0);
    opacity: 1;
}

20% {
    transform: scale(25, 25);
    opacity: 1;
}
100% {
    opacity: 0;
    transform: scale(40, 40);
}
}

/* Tab Style */
.hww-tabs .elementor-tabs {
    border: 1px solid #ededed;
    border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
}

.hww-tabs .elementor-tabs-wrapper {
    border-radius: 50px;
    padding: 5px;
    background-color: #f9f9f9;
    margin: 15px;
}

.hww-tabs .elementor-tab-title {
    padding: 16px 25px;
}

.hww-tabs .elementor-tab-title.elementor-active {
    background-color: #ffffff;
    border-radius: 30px;
}

.hww-process-wrap {
    position: relative;
    display: table;
    margin: 0 -15px;
}

.hww-process-wrap .hww-process-col {
    position: relative;
    display: table-cell;
    width: 50%;
    padding: 0 15px;
}

.hww-process-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.hww-process-item .hwwp-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #f13c31;
    border: 1px dashed #f13c31;
    border-radius: 50%;
}

.hww-process-item .hwwp-title {
    position: relative;
    display: block;
    color: rgb(53, 53, 53);
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    font-family: "Jost", Sans-serif;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 46px;
}

.hww-process-item .hwwp-desc {
    position: relative;
    display: block;
	font-size: 14px;
    line-height: 24px;
}

/* Accordion Style */

.theme-accr .elementor-tab-title {
    border-radius: 30px;
}

.theme-accr .elementor-accordion-item + .elementor-accordion-item {
    margin-top: 20px;
}

/* Blog Grid Slider Style */

.theme-blog-slider .anwp-pg-swiper-wrapper {
/*     padding: 20px; */
}

.theme-blog-slider .anwp-pg-post-teaser {
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 15px !important;
    box-shadow: -2px 4px 22px rgb(0 0 0 / 4%);
	background-color: #ffffff;
}

.theme-blog-slider .anwp-pg-post-teaser__thumbnail {
    border-radius: 20px;
}

.theme-blog-slider .anwp-pg-post-teaser__category-wrapper {
    border-radius: 20px;
    padding: 6px 12px !important;
	background-color: #f36259 !important;
}

.theme-blog-slider .anwp-pg-post-teaser__top-meta {
    bottom: 8px;
    right: 8px;
    left: unset !important;
    top: unset !important;
}

.theme-blog-slider .anwp-pg-post-teaser__content {
	overflow: hidden;
    margin-top: 10px;
	flex-wrap: wrap !important;
    flex-direction: unset !important;
}

.theme-blog-slider .anwp-pg-post-teaser__excerpt {
	margin-bottom: 15px !important;
}

.theme-blog-slider .anwp-pg-post-teaser__thumbnail .anwp-position-cover:before, .theme-blog-slider .anwp-pg-post-teaser__thumbnail .anwp-position-cover:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	will-change: transform;
}

.theme-blog-slider .anwp-pg-post-teaser__thumbnail .anwp-position-cover:before {
    width: 30px;
    height: 1px;
    left: 100%;
}

.theme-blog-slider .anwp-pg-post-teaser__thumbnail .anwp-position-cover:after {
    height: 30px;
    width: 1px;
    top: 0;
}

.theme-blog-slider .anwp-pg-post-teaser__thumbnail:hover .anwp-position-cover:before, .theme-blog-slider .anwp-pg-post-teaser__thumbnail:hover .anwp-position-cover:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.theme-blog-slider .anwp-pg-read-more{
    position: relative;
    width: auto !important;
    display: inline-block;
    line-height: 21px;
}
.theme-blog-slider .anwp-pg-read-more:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background-image: url(
    'https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right.svg');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.theme-blog-slider .anwp-pg-read-more .btn-more {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
    margin-top: 0 !important;
}

.theme-blog-slider .anwp-pg-post-teaser:hover .anwp-pg-read-more .btn-more {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
}

.theme-blog-slider .anwp-pg-icon {
    fill: #f13c31 !important;
    margin-right: 12px !important;
	margin-left: 4px;
}

.theme-blog-slider .anwp-pg-post-teaser__bottom-meta-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgb(241 60 49 / 10%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.theme-blog-slider .anwp-pg-post-teaser__bottom-meta-item {
    position: relative;
    padding: 3px 0;
}

.theme-blog-slider .elementor-swiper-button svg {
    display: none;
}

.theme-blog-slider .elementor-swiper-button:before {
    content: '';
    width: 46px;
    height: 46px;
    background-image: url(https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right-orange.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f13c31;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.theme-blog-slider .elementor-swiper-button.elementor-swiper-button-prev:before {
    transform: rotate(-180deg);
}

.theme-blog-slider .elementor-swiper-button {
    position: absolute !important;
    top: -40px !important;
}

.theme-blog-slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 60px !important;
    left: unset !important;
}

.theme-blog-slider .elementor-swiper-button:hover:before {
    background-color: #f13c31;
    background-image: url(https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right-white.svg);
    border-color: #f13c31;
}

.theme-blog-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 0 !important;
}

.theme-blog-slider .swiper-pagination {
    bottom: -20px !important;
}

.theme-blog-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(241 60 49 / 20%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.theme-blog-slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
}


/* Industry vertical tab style */
.theme-vertical-tab .elementor-tabs-content-wrapper {
    border-radius: 20px;
    background-image: linear-gradient(120deg, #F9EFF1 0%, #F4F3FC 44%);
	margin-left: 20px;
}

.theme-vertical-tab .elementor-tab-title.elementor-active {
    background-image: linear-gradient(120deg, #F9EFF1 0%, #F4F3FC 44%);
    border-radius: 10px;
    border-left: 2px solid rgb(241 60 49 / 50%) !important;
}

.theme-vertical-tab .elementor-tab-title {
    border-left: 2px solid transparent !important;
}

.indus-tab-media {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.indus-tab-media img {
    border-radius: 15px;
    border: 5px solid #fff;
    max-width: 400px;
}

/* Service tab style */

.theme-service-tab .elementor-tabs-wrapper {
    border-bottom: 3px solid rgb(241 60 49 / 10%);
    overflow: visible !important;
}

.theme-service-tab .elementor-tabs-wrapper .elementor-tab-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px !important;
    right: 0 !important;
    width: 0 !important;
    height: 5px !important;
    border-radius: 30px;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.3s ease-out;
    background-color: #f13c31;
}

.theme-service-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
    width: 60px !important;
}

/* Process Section Style */
.process-box .step-num .elementor-heading-title {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    background-color: #f13c31;
    border-radius: 50%;
}

.process-grid-col:before, .process-grid-col:after {
    display: block;
    position: absolute;
    content: '';
    top: 30px;
    left: 40px;
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
}

.process-grid-col {
    position: relative;
}

.process-grid-col:after {
    background: -webkit-linear-gradient(0, #f13c31 0, rgba(255, 255, 255, .2) 77%);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: top left;
    transition: all .3s linear;
}

.process-grid-col:hover:after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* Statistic Style */
.sts-box {
    position: relative;
}

.sts-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    transform: translate(10px, 10px);
}

/* Footer Social Icons Style */
.theme-social-icon .elementor-social-icon.elementor-social-icon-facebook {
    background: linear-gradient(130deg, #00C6FF, #0078FF);
}

.theme-social-icon .elementor-social-icon.elementor-social-icon-twitter {
    background: linear-gradient(130deg, #00C6FB, #005BEA);
}

.theme-social-icon .elementor-social-icon.elementor-social-icon-instagram {
    background: linear-gradient(130deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}

.theme-social-icon .elementor-social-icon.elementor-social-icon-youtube {
    background: linear-gradient(130deg, #FF0000, #A11013);
}

.theme-social-icon .elementor-social-icon.elementor-social-icon-linkedin {
    background: linear-gradient(130deg, #0bb8f2, #0a66c2);
}

.theme-social-icon .elementor-social-icon.elementor-social-icon-whatsapp {
    background: linear-gradient(130deg, #89e483, #26b43c);
}

.theme-social-icon .elementor-social-icon.elementor-social-icon-pinterest {
    background: linear-gradient(130deg, #ff435f, #e60023);
}

/* About Page */
.abt-who-img .elementor-widget-image {
    -webkit-mask-image: url('https://dev.8therate.com/wp-content/uploads/2024/05/abt-mask.png');
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}

.abt-what-img {
    -webkit-mask-image: url('https://dev.8therate.com/wp-content/uploads/2024/05/custom-blob.svg');
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

/* New Blog Slider(Post Multislider) */
.blog-grid-slider .lae-posts-multislider-item .post {
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 15px;
    box-shadow: -2px 4px 22px rgb(0 0 0 / 4%);
    background-color: #ffffff;
}

.blog-grid-slider .lae-posts-multislider-item .lae-post-text-wrap {
    border: 0;
    box-shadow: none;
    padding: 20px 0 0;
	overflow: hidden;
	margin: 0;
}

.blog-grid-slider .lae-posts-multislider-item .lae-post-featured-img-bg {
    border-radius: 12px;
    overflow: hidden;
}
.blog-grid-slider .lae-post-featured-img-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: all 0.5s ease;
}
.blog-grid-slider .lae-post-featured-img-bg:hover:before{
    opacity: 1;
}
.blog-grid-slider .lae-post-link{
    position: relative;
}
.blog-grid-slider .lae-post-link:before, .blog-grid-slider .lae-post-link:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	will-change: transform;
}

.blog-grid-slider .lae-post-link:before {
    width: 30px;
    height: 1px;
    left: 100%;
}

.blog-grid-slider .lae-post-link:after {
    height: 30px;
    width: 1px;
    top: 0;
}

.blog-grid-slider .lae-post-link:hover:before, .blog-grid-slider .lae-post-link:hover:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.blog-grid-slider .lae-container ul.slick-dots li button {
    background: #f13c31;
    border: 0;
    opacity: 0.2;
    width:  10px;
    height: 10px;
    position:relative;
}
.blog-grid-slider .lae-container ul.slick-dots li.slick-active button{
     opacity: 1;
}
.blog-grid-slider .lae-posts-multislider-item .lae-post-text .lae-post-meta:before {
    content: '';
    background-image: url('https://dev.8therate.com/wp-content/uploads/2024/05/date.png');
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}

.blog-grid-slider .lae-posts-multislider-item .lae-post-text .lae-post-meta:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgb(241 60 49 / 10%);
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.blog-grid-slider .lae-posts-multislider-item .lae-post-text .lae-post-meta {
    position: relative;
    padding-left: 35px;
}

.blog-grid-slider .lae-posts-multislider-item .lae-post-text .lae-post-meta span abbr {
    border: 0 !important;
    text-decoration: none;
}

.blog-grid-slider .lae-post-meta span {
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.blog-grid-slider .lae-posts-multislider .slick-prev{
    right: 80px;
}
.blog-grid-slider .lae-posts-multislider .slick-prev, 
.blog-grid-slider .lae-posts-multislider .slick-next{
    top: -80px;
    background-color: transparent;
    width: 46px;
    height: 46px;
}
.blog-grid-slider .lae-posts-multislider .slick-prev:before, 
.blog-grid-slider .lae-posts-multislider .slick-next:before{
    content: '';
    width: 46px;
    height: 46px;
    background-image: url(https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right-orange.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f13c31;
    border-radius: 100%;
    transition: all 0.5s ease;
}
.blog-grid-slider .lae-posts-multislider .slick-prev:before{
    transform: rotate(-180deg);
}
.blog-grid-slider .lae-posts-multislider .slick-arrow:hover:before {
    background-color: #f13c31;
    background-image: url(https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right-white.svg);
    border-color: #f13c31;
}
.blog-grid-slider .slick-list {
    padding-bottom: 20px;
}
.blog-grid-slider .lae-post-content{
    position: relative;
    margin-top: 20px;
    display: block;
}
.blog-grid-slider .lae-post-content:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background-image: url(https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-grid-slider .lae-post-content .lae-read-more{
    padding: 0;
    margin: 0;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}
.blog-grid-slider .lae-posts-multislider-item .post:hover .lae-post-content .lae-read-more{
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
}

/* Testimonial Slider */
.theme-testimonial .lae-testimonial .lae-icon-quote {
    display: none !important;
}
.theme-testimonial .lae-testimonial .lae-testimonial-text {
    padding: 50px 26px 70px;
    border: 1px solid rgb(241 60 49 / 20%);
    text-align: left;
	z-index: 1;
    position: relative;
	border-radius: 6px;
}
.theme-testimonial .lae-testimonial {
    position: relative;
}
.theme-testimonial .lae-testimonial .lae-testimonial-user {
    position: absolute;
    display: flex;
    align-items: center;
    right: 100px;
    bottom: 0px;
    padding: 8px 14px;
    background: linear-gradient(150deg, #e6f1ff 13%, #e9f5ff 87%);
	z-index: 2;
}
.theme-testimonial .lae-testimonial .lae-testimonial-user .lae-image-wrapper img {
    z-index: 2;
    position: relative;
}
.theme-testimonial .lae-testimonial .lae-testimonial-user .lae-image-wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.theme-testimonial .lae-testimonial .lae-testimonial-user .lae-image-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
.theme-testimonial .lae-testimonial:before {
    content: '';
    background-image: url('https://dev.8therate.com/wp-content/uploads/2024/05/quote-primary.svg');
    width: 70px;
    height: 69px;
    position: absolute;
    top: 20px;
    left: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.theme-testimonial .slick-prev:before, .theme-testimonial .slick-next:before {
    content: '';
    width: 46px;
    height: 46px;
    background-image: url(https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right-orange.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f13c31;
    border-radius: 100%;
    transition: all 0.5s ease;
    display: block;
}
.theme-testimonial .slick-prev:before {
    transform: rotate(-180deg);
}
.theme-testimonial .slick-arrow:hover:before {
    background-color: #f13c31;
    background-image: url(https://dev.8therate.com/wp-content/uploads/2024/04/long-arrow-right-white.svg);
    border-color: #f13c31;
}
.theme-testimonial .slick-arrow {
    font-size: 0;
    width: 46px;
    height: 46px;
    overflow: visible;
}

/* Portfolio Style */
.theme-portfolio .lae-portfolio-item .portfolio {
/*     box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41) !important; */
    border-radius: 7px;
    overflow: hidden;
}
.theme-portfolio .lae-portfolio-item .lae-entry-text-wrap {
/*     background-color: #fff; */
    margin: 0 !important;
    padding: 20px 15px 20px;
	text-align: left;
}
.theme-portfolio .lae-portfolio-item .lae-entry-text-wrap .entry-title {
    margin: 0;
}
.theme-portfolio .lae-portfolio .lae-portfolio-item .lae-project-image:hover img {
/*     transition: filter 300ms ease-out; */
	filter: unset;
}
.theme-portfolio .lae-portfolio .lae-portfolio-item .lae-project-image >a {
    position: relative;
/* 	box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.1); */
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
    display: block;
    z-index: 2;
}
/* .theme-portfolio .lae-portfolio .lae-portfolio-item .lae-project-image:hover >a{
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    box-shadow: 5px 3px 20px 0 rgb(0 0 0 / 15%);
} */
/* .theme-portfolio .lae-portfolio .lae-portfolio-item .lae-project-image:hover >a:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
}
.theme-portfolio .lae-portfolio .lae-portfolio-item .lae-project-image >a:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('https://dev.8therate.com/wp-content/uploads/2024/05/search.png');
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
    background-color: #f13c31;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: transform 0.5s ease;
} */
.port-gallery-1{
	-webkit-animation: verticalSlide 40s linear infinite;
    animation: verticalSlide 40s linear infinite;
}
.port-gallery-2{
	-webkit-animation: verticalSlide 35s linear infinite;
    animation: verticalSlide 35s linear infinite;
}
.port-gallery-3{
	-webkit-animation: verticalSlide 30s linear infinite;
    animation: verticalSlide 30s linear infinite;
}
.port-gallery-4{
	-webkit-animation: verticalSlide 35s linear infinite;
    animation: verticalSlide 35s linear infinite;
}
.port-gallery-5{
	-webkit-animation: verticalSlide 40s linear infinite;
    animation: verticalSlide 40s linear infinite;
}
.port-gallery{
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.port-gallery:nth-child(odd) {
    margin-top: 90px !important;
}
.port-gallery img{
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    margin-bottom: 30px;
}
@keyframes verticalSlide{
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.port-gallery-box-wrap {
    position: relative;
    overflow: hidden;
    max-height: 530px;
}
.port-gallery-box-wrap:before{
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to bottom, rgba(12, 12, 33, 0) 0%, #ffffff 95%);
    pointer-events: none;
    top: unset;
    z-index: 1;
}
.port-gallery-box-wrap:after{
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    top: 0;
    content: "";
    background-image: linear-gradient(to top, rgba(12, 12, 33, 0) 0%, #ffffff 95%);
    z-index: 1;
    pointer-events: none;
}
/* .port-gallery-box:before{
    position: absolute;
    width: 25%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(12, 12, 33, 0) 0, #f0f2ff 85%);
    z-index: 1;
    pointer-events: none;
    top: 0;
}
.port-gallery-box:after{
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to right, rgba(12, 12, 33, 0) 0, #f0f2ff 85%);
    z-index: 1;
    pointer-events: none;
    top: 0;
} */
.port-gallery-box {
    margin: 0 -20px;
    overflow: hidden;
}
.theme-portfolio .lae-taxonomy-filter {
    border-bottom: 3px solid rgb(241 60 49 / 10%);
	margin-bottom: 30px;
}
.theme-portfolio .lae-filter-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 16px 30px !important;
}
.theme-portfolio .lae-filter-item:after {
    content: '';
    position: absolute;
    left: 0 !important;
    bottom: -4px !important;
    right: 0 !important;
    width: 0 !important;
    height: 5px !important;
    border-radius: 30px;
    margin: 0 auto;
    z-index: 11;
    transition: all 0.3s ease-out;
    background-color: #f13c31;
}
.theme-portfolio .lae-filter-item.lae-active:after {
    width: 60px !important;
}
.theme-portfolio .lae-filter-item > a {
    padding: 0 !important;
}
.theme-portfolio .lae-portfolio-item .lae-entry-text-wrap .entry-title >a {
    font-weight: 600;
}
/* Theme banner style */
.banner-shape img {
    animation: particlerotate 6s infinite linear;
}
@keyframes particlerotate {
	0% {
		transform: translate(0, 0) rotate(0deg);
		-webkit-transform: translate(0, 0) rotate(0deg);
	}

	25% {
		transform: translate(-10px, 10px) rotate(10deg);
		-webkit-transform: translate(-10px, 10px) rotate(10deg);
	}
	50%{
		transform: translate(5px, -5px) rotate(25deg);
		-webkit-transform: translate(5px, -5px) rotate(25deg);
	}
	75%{
		transform: translate(15px, -5px) rotate(15deg);
		-webkit-transform: translate(15px, -5px) rotate(15deg);
	}
	100% {
		transform: translate(0, 0) rotate(0deg);
    	-webkit-transform: translate(0, 0) rotate(0deg);
	}
}

/* Contact Us form */
.contact-form input[class*=wpforms-field], .contact-form textarea[class*=wpforms-field] {
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 8px 0;
}

/* service tab style - Service Page */
.service-tab-section .elementor-tabs-content-wrapper {
    box-shadow: 0 5px 30px 0 rgba(204, 188, 255, .2);
    background-color: #fff;
    border-radius: 40px;
    margin-top: 50px;
	padding: 30px;
}

.service-tab-section .service-flex-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.service-tab-section .service-flex-box .sf-img {
    display: block;
    position: relative;
    max-width: 500px;
	flex-shrink: 0;
}
.service-tab-section .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    border-bottom: 3px solid #f13c31 !important;
}

/* Industry section - Service Page */
.indus-icon-box .elementor-icon {
    box-shadow: 6px 8px 12px 0px rgba(0, 0, 0, 0.08);
}