/************************************************************************* Defaults */





body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
/*
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
p:before {
	content: "";
    display: table;
    margin-top: 5px;
}
*/

a {
	color: inherit;
}

/*
.elementor-button-text::before {
	content: "";
    display: table;
    margin-top: 5px;
}
*/








/************************************************************************* Text Editor */
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor-widget-text-editor p span.h6 {
	font-size: var(--e-global-typography-4cff46e-font-size);
	line-height: 1;
}



.inline-images img {
	height: 50px;
    width: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    margin: 0 0;
    position: relative;
}





.tilt-card {
   transition: transform 0.3s ease;
   will-change: transform;
}




.e-n-tabs {
	overflow: hidden;
	counter-reset: step-counter;
}
/*
.e-n-tabs .elementor-motion-effects-parent {

}
.e-n-tabs .elementor-motion-effects-element {
	transform: translateX(var(--translateX)) translateY(var(--translateY)) rotate(var(--rotateX)) !important;
}
*/
.e-n-tabs-heading {
	padding: 100px 0;
}
.e-n-tab-title {
  counter-increment: step-counter;
}
.e-n-tab-title:before {
  content: counter(step-counter, decimal-leading-zero);
  font-weight: bold;
  margin-right: 0.5em;
}
.e-n-tab-title:after {
	content: '';
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10000px;
    height: 1px;
}



.marquee .elementor-motion-effects-element {
	overflow: visible !important;
}
.marquee ul {
	grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid !important;
}





.stucked {
	overflow: hidden;
	
	
	
}


.griddy-boi {
   z-index: 1;
    grid-template-rows: auto !important;
    grid-template-columns: 32% 36% 32% !important;
    grid-auto-columns: 1fr;
    grid-auto-flow: column !important;
    place-content: center !important;
    align-items: center !important;
    width: 100%;
/*     height: 80vh; */
    display: grid;
}
.griddy-boi .left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center end;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    justify-self: end;
    width: unset;
}
.griddy-boi .right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center end;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    justify-self: start;
    width: unset;
}
.vision_small-image-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 18vw;
    display: grid;
    position: relative;
}
.vision_image-wrapper.is-image-small {
    width: 20vw;
}
.vision_image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.middle {
/*     height: 80vh; */
    width: 36vw;
    transform: translate(0px, 0px);
    border-radius: 16px;
    transform-origin: center center;
    max-width: unset !important;
    overflow: hidden;
}






@keyframes zoomIn {
    from {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    50% {
        opacity: 1
    }
}



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

	
}


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

}


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


	.inline-images img {
		height: 38px;
        width: 75px;
        top: 7px;

	}
	
	.e-n-tabs-heading {
		padding: 0;
		flex-direction: column !important;
	}


}