/*
Theme Name: hello-elementor-child
Author: mecrothemes
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* .portfolio-gallery-style- */

.portfolio-gallery-style-1 .eael-gallery-grid-item .gallery-item-caption-wrap .fg-item-content {
    padding-bottom: 15px;
}
.portfolio-gallery-style-1 .eael-gallery-grid-item .gallery-item-caption-wrap .fg-item-title {
    padding-bottom: 15px;
}
.feature-box-style-1:hover .elementor-image-box-img {
    animation: gelatine 0.5s infinite;
}
.gelatine {
    animation: gelatine 0.5s infinite;
  }
  @keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
}

.elementor-progress-percentage {
    padding-right: 0 !important;
    position: absolute;
    left: -65px;
    width: 50px;
    height: 43px;
    top: -25px;
    padding-right: 0;
    line-height: 43px;
    text-align: center;
    background-color: #2C2C52;
    color: #fff;
    border-radius: 5px;
}
.eael-creative-button--default, 
.elementor-button-link {
	 transition: transform .5s ease, background .5s ease, width .5s ease, height .5s ease;
}
   
.elementor-button-wrapper .elementor-button.elementor-button-link:before,
.eael-creative-button-wrapper .eael-creative-button:before{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0px;
    height: 0px;
    background: #fff;
    z-index: 0;
    transition: transform .5s ease, background .5s ease, width .5s ease, height .5s ease;
}

.elementor-button-wrapper .elementor-button.elementor-button-link:hover:before,
.eael-creative-button-wrapper .eael-creative-button:hover:before{
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
.elementor-button-content-wrapper,
.creative-button-inner {
    z-index: 1;
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}

 .rotate-spin .elementor-widget-container img {
    animation-name: spin;
    animation-duration: 9000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
    @-ms-keyframes spin { 
        from { 
            -ms-transform: rotate(0deg); 
        } to { 
            -ms-transform: rotate(360deg); 
        }
    }
    @-moz-keyframes spin { 
        from { 
            -moz-transform: rotate(0deg); 
        } to { 
            -moz-transform: rotate(360deg); 
        }
    }
    @-webkit-keyframes spin { 
        from { 
            -webkit-transform: rotate(0deg); 
        } to { 
            -webkit-transform: rotate(360deg); 
        }
    }
    @keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(360deg); 
        }
    }
.feature-box-style-1 .elementor-widget-container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 0%;
    width: 100%;
    z-index: 0;
    opacity: 0;
	border-radius:30px;
    background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0, #2C2C52 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feature-box-style-1:hover .elementor-widget-container:before{
	 height: 100%;
	 opacity: 1;
}
.feature-box-style-1 .elementor-widget-container {
    position: relative;
    overflow: hidden;
}
.feature-box-style-1:hover .elementor-image-box-content .elementor-image-box-title, .feature-box-style-1:hover .elementor-image-box-content .elementor-image-box-description {
    color: #fff;
}
.feature-box-style-1:hover .elementor-image-box-content {
    position: relative;
}
.feature-box-style-1:hover .elementor-image-box-wrapper .elementor-image-box-img img {
    filter: brightness(0) invert(0);
}
.feature-box-style-1 .elementor-widget-container .elementor-image-box-content .elementor-image-box-description {
    opacity: 0;
    display: none;
}

.feature-box-style-1:hover .elementor-widget-container .elementor-image-box-content .elementor-image-box-description {
    opacity: 1;
    display: block;
}
.feature-box-style-1:hover .elementor-widget-container .elementor-image-box-content .elementor-image-box-title {
    transform: translateY(-15px);
    transition: all 0.3s ease;
}
.icon-rotate:hover .infobox-icon .infobox-icon-wrap i {
    -webkit-animation: 3s linear rotate-horizontal;
    animation: 3s linear rotate-horizontal;
}
.road-map:hover .elementor-widget-container img {
    transition: all 0.3s ease-in;
    transform: rotateY(180deg);
}
.road-map .elementor-widget-container img {
    transition: all 0.3s ease-in;
    transform: rotateY(0deg);
}
.cus-progress .elementor-progress-percentage:before {
     content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 15px;
}
.cus-progress .elementor-progress-percentage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: transparent;
}
@-webkit-keyframes rotate-horizontal {
                0% {
                    -webkit-transform: perspective(1000px) rotateY(0);
                    transform: perspective(1000px) rotateY(0)
                }

                100% {
                    -webkit-transform: perspective(1000px) rotateY(360deg);
                    transform: perspective(1000px) rotateY(360deg)
                }
            }

            @keyframes rotate-horizontal {
                0% {
                    -webkit-transform: perspective(1000px) rotateY(0);
                    transform: perspective(1000px) rotateY(0)
                }

                100% {
                    -webkit-transform: perspective(1000px) rotateY(360deg);
                    transform: perspective(1000px) rotateY(360deg)
                }
            }
.eael-infobox .infobox-content div {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.icon-rotate .eael-infobox .infobox-content div > a {
    display: inline-block;
}
.eael-infobox .infobox-content div > a {
    color: #797979;
}
.eael-infobox .infobox-content div > a:hover {
    color: #2C2C52;
}
.contact-style-1 .eael-infobox .infobox-content div > a {
    display: block;
}

.eael-contact-form .wpcf7-form-control.wpcf7-select {
    background-image: url(https://spinnx.org/wp-content/uploads/2024/11/icon-select.png);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    min-width: 127px;
    line-height: 1;
    position: relative;
}
.eael-contact-form textarea.wpcf7-form-control.wpcf7-textarea {
        height: 185px !important;
}
.road-map .map-image-top:before {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    background-color: #fff;
    top: -40px;
    border-radius: 5px;
}
.road-map .map-image:before {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    background-color: #fff;
    bottom: 10px;
    border-radius: 5px;
}
/* feature-box-style-2 */
.feature-box-style-2 .elementor-icon-box-description {
    position: absolute;
    left: 120px;
    bottom: -30px;
    background-color: #2C2C52;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
    transform: translateY(0px);
}
.feature-box-style-2:hover .elementor-icon-box-description {
    transition: all 0.3s;
    transform: translateY(-20px);
    background-color: #ffff;
    color: #2C2C52 !important;
}

@media (max-width: 1024px){
	.feature-box-style-2 .elementor-icon-box-description{
		position: relative;
  		left: 0;
    	bottom: 0;
	}
}

.elementor-element.rotate-spin {
    animation-name: rotate-spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate-spin;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate-spin;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotate-spin;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotate-spin;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotate-spin {
	0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.elementor-element.video-play-btn {
    position: relative;
}

.elementor-element.video-play-btn .elementor-icon i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #ffffff;
    z-index: 0;
    animation: video-toggle-animate 1.9s linear 0s infinite;
    left: 50%;
    margin: 0 auto;
    top: 50%;
    right: 0;
    transform: translateX(-50%) translateY(-50%);
}
  
@keyframes video-toggle-animate {
0% {
    width: 70px;
    height: 70px;
    opacity: .8;
}
100% {
    width: 150px;
    height: 150px;
    opacity: 0;
}
}
/* Verticle Move animation */
.elementor-element.verticle-move {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.wpcf7-form label > br,
.wpcf7-form p > br{
    display: none;
}
.eael-contact-form-7 .wpcf7-form-control.wpcf7-select {
    margin-bottom: 15px;
}
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1240px;
    }
}
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a {
    color: #fff;
}
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a:hover {
    color: #797979;
}
input.wpcf7-form-control:focus,
.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus{
    border-color: #2c2c5263;
}
/*Animation*/
@-webkit-keyframes shadow-blink {
  0% { opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.7); -webkit-transform: scale(1.7);  -ms-transform: scale(1.7);  -o-transform: scale(1.7);
  }
}
@keyframes shadow-blink {
  0% { opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.7); -webkit-transform: scale(1.7);  -ms-transform: scale(1.7); -o-transform: scale(1.7);
  }
}

.eael-ext-scroll-to-top-button:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #2C2C52;
    border-radius: 5px;
    opacity: 0;
    z-index: -2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: shadow-blink;
    -webkit-animation-name: shadow-blink;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
select.wpcf7-form-control.wpcf7-select {
    color: #797979;
}
.team-style-1 {
    position: relative;
}
.team-style-1 .elementor-social-icons-wrapper {
    position: absolute;
    left: 0;
    top: -300px;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 0;
}

.team-style-1:hover .elementor-social-icons-wrapper {
    transition: all 0.5s ease;
    top: -350px;
    opacity: 1;
    z-index: 1;
}
.team-style-1 .elementor-image-box-content .elementor-image-box-title:hover {
    color: #2C2C52;
}
.elementor-image-box-content .elementor-image-box-title > span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #797979;
}
@media only screen and (max-width: 768px) { 
	.elementor-image-carousel-wrapper.swiper .elementor-swiper-button-prev i,
	.elementor-image-carousel-wrapper.swiper .elementor-swiper-button-next i {
		display:none;
	}
}
.elementor-image-carousel-wrapper.swiper .elementor-swiper-button-prev i {
    position: absolute;
    left: -50px;
	transition: all 0.3s;
}
.elementor-image-carousel-wrapper.swiper .elementor-swiper-button-next i {
	position: absolute;
    right: -50px;
	transition: all 0.3s;
}
.elementor-image-carousel-wrapper.swiper .elementor-swiper-button-prev i:hover {
    left: -60px;
    transition: all 0.3s;
}
.elementor-image-carousel-wrapper.swiper .elementor-swiper-button-next i:hover {
	right: -60px;
	transition: all 0.3s;
}
@media only screen and (max-width: 1024px) { 
.sp-team.sptp-carousel.sptp-section .sptp-section-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px !important;
}
}
.header-icon .elementor-icon-box-wrapper .elementor-icon {
    background-color: #25d366;
    border-radius: 50%;
    padding: 3px;
}
/* Slider  */

.n2-ss-layer.n2-ow.slider-rotate .n2-ss-item-image-content {
    animation-name: spin;
    animation-duration: 9000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.5;
}
.fa.fa-facebook:before {
    content: "\f09a";
}

.footer-width-fixer .elementor-widget-container > a:hover {
    color: #e6e6e6;
}
.footer-width-fixer .elementor-widget-container > a {
    color: #fff;
}
/* sp-team */
.sp-team.sptp-section .sptp-section-title {
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
}
.sp-team.sptp-section .sptp-member {
    padding: 15px;
    border: 1px solid #eaeaea !important;
}
.sp-team.sptp-section .sptp-member {
    padding: 15px;
    border: 1px solid #eaeaea !important;
    position: relative;
}
.sp-team.sptp-section .sptp-member:hover .sptp-member-social {
    transform: scale(1);
}

.sp-team.sptp-section .sptp-member .sptp-member-social {
    position: absolute;
    top: 400px;
    transition: all 0.3s ease;
    transform: scale(0);
}
.sp-team.sptp-section .sptp-member .sptp-member-name-title {
    font-size: 25px;
    line-height: 35px;
}
.sp-team.sptp-section .sptp-member .sptp-member-name-title:hover {
    color: #2C2C52 !important;
}
.sp-team.sptp-section .sptp-member .sptp-member-profession {
    padding-bottom: 10px;
}
.sp-team.sptp-section .sptp-member .sptp-member-desc {
    color: #797979 !important;
    font-size: 16px;
    line-height: 30px;
}
@media only screen and (max-width: 1400px) {
	.sp-team.sptp-section .sptp-member .sptp-member-social {
	position:unset;
	transform: scale(1);	
}
}


.process-box:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    color: #fff;
}
.process-box:hover .eael-creative-button-wrapper .eael-creative-button {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color: #2C2C52;
}
.process-box:hover .eael-creative-button-wrapper .eael-creative-button .eael-creative-button-icon-right i:before {
    color: #2C2C52;
}
.process-box:hover .elementor-image-box-wrapper .elementor-image-box-img {
    filter: brightness(10) invert(0);
}
.process-box .elementor-image-box-wrapper .elementor-image-box-content {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
}
.process-box:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    color: #f7f7f7f7;
}

.eael-simple-menu-container .eael-simple-menu > li ul.sub-menu > li > a {
    padding: 15px 10px 15px 30px !important;
}

/* .page-header */
.page-header {
    padding-top: 110px;
    background-color: #eaeaea;
    padding-bottom: 30px;
	text-align:center;
}
@media only screen and (max-width: 767px)  {
	.page-header {
		  padding-top: 90px;
	}
}
/* flip-card  */
.flip-card .eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image > img {
    animation: 3s linear rotate-horizontal;
}
/* product-box */
.product-box:hover .elementor-image-box-wrapper .elementor-image-box-content {
    opacity: 1;
    bottom: 40px;
    transition: all 0.3s ease;
	z-index:2;
}
.product-box .elementor-image-box-wrapper .elementor-image-box-content {
    opacity: 0;
    position: absolute;
    bottom: 0;
    padding: 30px 50px;
    transition: all 0.3s ease;
}
.product-box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #2c2c52b0;
    width: 100%;
    transform: translateY(100%);
    transition: all 500ms ease;
    filter: blur(7px);
    opacity: 0;
}
.product-box:hover:before {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
}
.product-box {
    position: relative;
	overflow: hidden;
}
 @media only screen and (max-width: 767px)  { 
.product-box .elementor-image-box-wrapper .elementor-image-box-content {
	padding:0px;
}
}
/* slider */
.elementor-widget-container .eael-creative-button-wrapper .eael-creative-button--default {
    position: relative;
    display: inline-block;
    padding: 12px 15px 12px 15px;
    background-color: #2C2C52;
    margin-top: 30px;
}
.elementor-widget-container .eael-creative-button-wrapper .eael-creative-button--default .creative-button-inner {
    color: #fff;
}

.elementor-widget-container .eael-creative-button-wrapper .eael-creative-button--default:hover .creative-button-inner {
    color: #2C2C52;
}
.contact-link .elementor-widget-container a:hover {
    color: #2C2C52;
}

.contact-link .elementor-widget-container a {
    color: #28241f;
}
.slider-btn .elementor-widget-container .eael-creative-button {
    margin-top: 0px;
}
.slider-list .elementor-widget-container .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
    color: #fff;
}
.slider-btn .eael-creative-button-wrapper .eael-creative-button .creative-button-inner {
    color: #2C2C52;
}
.slider-section .eael-tabs-nav .eael-tab-inline-icon li.eael-tab-nav-item.inactive:after  {
    border-left-color: #373258c9 !important;
}
.slider-section .eael-tabs-nav .eael-tab-inline-icon li.eael-tab-nav-item.active:after {
    border-left-color: rgb(238 238 238 / 60%) !important;
}
.slider-section .eael-tabs-nav .eael-tab-inline-icon li#zenspindle-:after,
.slider-section .eael-tabs-nav .eael-tab-inline-icon li#codezen:after {
	border-width: 40px;
    right: -40px;
    top: calc(40% - 10px) !important;
}
.slider-section .eael-tabs-nav .eael-tab-inline-icon li.eael-tab-nav-item.inactive {
    background-color: #373258c9 !important;
    color: #fff !important;
}
.slider-section .eael-tabs-nav .eael-tab-inline-icon li.eael-tab-nav-item.active {
    background-color: rgb(238 238 238 / 60%) !important;
    color: #28241f !important;
}
.slider-section .eael-tabs-nav .eael-tab-inline-icon li.eael-tab-nav-item.active i:before {
    color: #2C2C52 !important;
}

.slider-section .eael-tabs-nav .eael-tab-inline-icon li.eael-tab-nav-item.inactive i:before {
    color: #fff !important;
}
/* eael-pricing.style-1  */
.eael-pricing.style-1 .eael-pricing-item .body ul li {
    padding: 0px;
}

.eael-pricing.style-1 {
    transition: all 0.5s ease;
}

.eael-pricing.style-1:hover {
    box-shadow: 0 8px 24px rgb(0 0 0 / 15%);
    transform: translateY(10px);
    transition: all 0.5s ease;
}
.eael-pricing.style-1 .eael-pricing-item .body ul li {
    border: none;
}

.active-blur {
	    background-color: transparent;
    -webkit-backdrop-filter: blur(10px) brightness(115%);
    backdrop-filter: blur(10px) brightness(115%);
}
/* image according  */
.cus-img-according .overlay {
    padding: 15px 80px 50px 80px;
}
.cus-img-according .overlay .slider-btn .cretive-button-text {
    position: relative;
    display: inline-block;
    padding: 10px 18px 10px 18px;
    background-color: #ba0404;
    margin-top: 30px;
}
.cus-img-according .overlay .slider-btn .cretive-button-text a {
    color: #fff;
}
.slider-content {
	text-align: center;
	display: flex;
	flex-direction: column;
}
.cus-img-according .eael-image-accordion-hover .overlay-inner .img-accordion-title {
      opacity: 1 !important;
    visibility: visible !important;
    transition: all .3s .3s !important;
    position: absolute;
    transform: rotate(-90deg) !important;
    left: -75px;
    background-color: #fff;
    padding: 15px 15px;
    bottom: 70px;
    margin: 0;
    z-index: 1;
    width: 200px;
}
.cus-img-according .eael-img-accordion-horizontal-align-left .overlay {
    justify-content: center;
}
.cus-img-according .eael-img-accordion-horizontal-align-left .overlay .Content {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.button-default .eael-creative-button-wrapper .eael-creative-button--default {
    margin-top: 0px;
}
.eael-image-accordion-hover .overlay-inner * .cretive-button-text:hover a {
    color: #ba0404;
}
.eael-image-accordion-hover .overlay-inner * .cretive-button-text:hover {
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
.cus-img-according .eael-image-accordion-hover .overlay-inner .img-accordion-title {
	position: relative;
	transform: rotate(0deg) !important;
	left: 0px;
	bottom: auto;
	top: 0;
	border-radius: 10px;
	width: auto;
    display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.cus-img-according .eael-img-accordion-horizontal-align-left .overlay {
		text-align: center;
	}
.cus-img-according .overlay {
    padding: 50px 15px 50px 15px;
}
.cus-img-according .eael-img-accordion {
        height: 650px !important;
        flex-direction: column;
}

}
.zenspindle-intro-section .cus-img-according .eael-image-accordion-hover .overlay-inner .img-accordion-title {
    bottom: 100px;
    left: -110px;
    width: 280px;
}
/* service-box  */
.service-box .elementor-widget-container:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #2C2C52;
    width: 0%;
    transform: translateY(0%);
    transition: all 500ms ease;
    z-index: 0;
    border-radius: 15px;
}
.service-box .elementor-widget-container .elementor-image-box-wrapper {
    z-index: 1;
    position: relative;
}
.service-box:hover .elementor-widget-container .elementor-image-box-title {
    color: #fff;
}
.service-box:hover .elementor-widget-container:before {
    width: 100%;
}
.service-box:hover .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img img {
    transform: rotate3d(0, 0, 30, 360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
/*  cus-header-menu */

.cus-header-menu .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
    width: 270px;
}
.cus-header-2 .eael-simple-menu > li > a:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 0;
}
.cus-header-2 .eael-simple-menu > li > a:hover:before {
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 1; 
    left:0px
}

@media only screen and (max-width: 480px) {
	.slider-section .eael-tabs-nav .eael-tab-inline-icon li#zenspindle-:after, .slider-section .eael-tabs-nav .eael-tab-inline-icon li#codezen:after {
		content:unset;
	}
	.slider-section .eael-tab-content-item h3 {
    font-size: 24px;
    line-height: 32px;
}
}
/* blog */
section.comments-area {
    width: 1300px;
    display: flex;
    max-width: 1300px;
    justify-content: center;
	margin-bottom: 50px;
}
.blog-grid-normal .eael-grid-post-holder-inner .eael-entry-media {
    max-width: 100%;
}
.blog-grid-normal .eael-grid-post-holder-inner {
    display: block;
}

/* table */

.satisfy-table table thead tr {
    background-color: #2c2c52;
    border: 1px solid #ddd;
    color: #fff;
}

.satisfy-table table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.satisfy-table table td img {
    width: 80px;
    vertical-align: middle;
}

.satisfy-table table td {
    text-align: center;
    vertical-align: middle;
}

/* Gallery */

.gallery-img .swiper-wrapper .swiper-slide-inner:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    content: "";
    padding-top: 0px;
    border-radius: 15px;
    background-color: rgb(44 44 82 / 40%);
    text-align: center;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery-img .swiper-wrapper .swiper-slide-inner {
	position:relative; 
	overflow:hidden;
}
.gallery-img .swiper-wrapper .swiper-slide-inner:hover:before {
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.gallery-img .swiper-wrapper .swiper-slide-inner:hover:after {
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.gallery-img .swiper-wrapper .swiper-slide-inner:after {
    content: "";
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding-top: 0px;
    border-radius: 15px;
    background-color: rgb(44 44 82 / 40%);
    text-align: center;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

/* feature-box-classic-pro */

.feature-box-classic-pro {
    clip-path: polygon(50% 0%, 80% 10%, 100% 0, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0 0, 20% 10%);
}
.feature-box-classic-pro:hover .elementor-image-box-img img {
    transform: rotateY(180deg);
    transition: all 0.3s ease;
}
.feature-box-classic-pro .elementor-image-box-img img {
    transform: rotateY(0deg);
    transition: all 0.3s ease;
}

/* Blog */

.eael-entry-media {
    max-width: 100px;
}

.eael-grid-post-holder-inner {
    display: flex;
    align-items: center;
    padding: 10px;
}

.eael-grid-post .eael-entry-wrapper {
    padding: 0px;
    padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
	.eael-grid-post-holder-inner{
		display:block;
	}
	.eael-entry-media {
    max-width: 100%;
}

}
/* side-bar-widget  */

.side-bar-widget .elementor-widget-container div {
    display: block !important;
    font-size: 22px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 20px;
}

.side-bar-widget .elementor-widget-container .menu {
    padding: 0;
}

.side-bar-widget .elementor-widget-container .menu a {
    text-decoration: none;
    padding: 12px 24px;
    position: relative;
    display: block;
    color: #2c2c52;
    border-radius: 15px;
    z-index: 1;
    background-color: #f5f5f5;
	margin-bottom:15px
}
.side-bar-widget .elementor-widget-container ul > li:last-child a {
    margin-bottom: 0px;
}
.menu-item-type-post_type::marker {
	font-size: 0px;
}
.side-bar-widget .elementor-widget-container .menu a:hover, 
.side-bar-widget .elementor-widget-container .current_page_item a{
    color: #fff;
    background-color: #f7f7f71a;
}
.cus-flipbox .eael-elements-flip-box-container .eael-elements-flip-box-flip-card .eael-elements-flip-box-icon-image {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
}
.cus-flipbox .eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
    position: relative;
}
.cus-flipbox .eael-elements-flip-box-container .eael-elements-flip-box-flip-card:before {
    content: "";
    width: 5px;
    height: 50px;
    background-color: #2c2c52;
    position: absolute;
    top: -22px;
    left: 150px;
}
@media only screen and (max-width: 1024px){
		.cus-flipbox .eael-elements-flip-box-container .eael-elements-flip-box-flip-card:before {
		content:unset;
	}
	
}
