/*
Theme Name: Infinite-child
Template: Infinite
*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/* @font-face {
    font-family: 'Nohemi';
    src: url('fonts/Nohemi-Light.eot');
    src:url('fonts/Nohemi-Light.woff2') format('woff2'),
        url('fonts/Nohemi-Light.woff') format('woff'),
        url('fonts/Nohemi-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi Med';
    src: url('fonts/Nohemi-Medium.eot');
    src: url('fonts/Nohemi-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-Medium.woff2') format('woff2'),
        url('fonts/Nohemi-Medium.woff') format('woff'),
        url('fonts/Nohemi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi ExtLt';
    src: url('fonts/Nohemi-ExtraLight.eot');
    src: url('fonts/Nohemi-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-ExtraLight.woff2') format('woff2'),
        url('fonts/Nohemi-ExtraLight.woff') format('woff'),
        url('fonts/Nohemi-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('fonts/Nohemi-Regular.eot');
    src: url('fonts/Nohemi-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-Regular.woff2') format('woff2'),
        url('fonts/Nohemi-Regular.woff') format('woff'),
        url('fonts/Nohemi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi ExtBd';
    src: url('fonts/Nohemi-ExtraBold.eot');
    src: url('fonts/Nohemi-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-ExtraBold.woff2') format('woff2'),
        url('fonts/Nohemi-ExtraBold.woff') format('woff'),
        url('fonts/Nohemi-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('fonts/Nohemi-Thin.eot');
    src: url('fonts/Nohemi-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-Thin.woff2') format('woff2'),
        url('fonts/Nohemi-Thin.woff') format('woff'),
        url('fonts/Nohemi-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('fonts/Nohemi-Bold.eot');
    src: url('fonts/Nohemi-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-Bold.woff2') format('woff2'),
        url('fonts/Nohemi-Bold.woff') format('woff'),
        url('fonts/Nohemi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('fonts/Nohemi-Black.eot');
    src: url('fonts/Nohemi-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-Black.woff2') format('woff2'),
        url('fonts/Nohemi-Black.woff') format('woff'),
        url('fonts/Nohemi-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi SemBd';
    src: url('fonts/Nohemi-SemiBold.eot');
    src: url('fonts/Nohemi-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nohemi-SemiBold.woff2') format('woff2'),
        url('fonts/Nohemi-SemiBold.woff') format('woff'),
        url('fonts/Nohemi-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

a:hover{
	text-decoration:none !important;
}
.entry-content h1, .entry-content h2, .entry-content h3{
	margin:0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width:100%;
}
.section-inner{
	max-width:1280px;
}
.e-con.e-flex>.e-con-inner{
	max-width:1280px;
}
.elementor-element {
    --widgets-spacing: 0;
}
.header-inner .toggle-wrapper::before {
   display:none;
}
.header-inner{
	padding:40px 0;
	transition:0.3s;
}
.singular .entry-header {
    padding: 0;
}

.site-logo img {
    max-height: inherit;
	width:200px;
}
.header-titles-wrapper {
    margin-right: 0;
    padding: 0;
    width: 200px;
    max-width: inherit;
    height: inherit;
	margin:0 !important;
}
.header-titles {
    margin: 0;
}
.header-titles .site-logo{
    margin: 0;
}
.header-navigation-wrapper {
    align-items: center;
    display: flex;
    width: calc(100% - 200px);
    padding-left: 100px;
	justify-content:space-between;
}
ul.primary-menu {
    justify-content: flex-start;
}
.primary-menu .icon {
    color: #2A85C7 !important;
}
.primary-menu ul {
    background: linear-gradient(180deg, rgb(245 246 255) 0%, rgb(234 243 255) 43%) !important;
    z-index: 9;
    border: 1px solid #D0DDFF;
    border-radius: 15px;
    width: 280px;
    left: 0;
    right: inherit;
	padding:5px 20px;
}
.primary-menu ul.sub-menu{
	visibility:hidden;
}
.primary-menu li:hover .sub-menu{
	visibility:visible;
}
.primary-menu > li ul.sub-menu li a {
    padding: 10px 0 !important;
    border-bottom: 1px solid #D0DDFF;
}
.primary-menu > li ul.sub-menu li:last-child a {
	border:none;
}
.primary-menu > li ul.sub-menu li:hover::after{
	display:none;
}
.primary-menu > li ul.sub-menu li a::after {
    bottom: -1px;
}
.primary-menu ul::after{
	display:none;
}
.grid-main-row .grid-cols::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.6);
    z-index: -1;
    border-radius: 10px;
	opacity:0;
	transition:0.3s;
}
.grid-main-row .grid-cols:hover::after{
	opacity:1;
}
header .primary-menu a {
    font-size: 16px;
    line-height: 22px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none !important;
    transition: 0.3s;
    position: relative;
    background-color: #646464 !important;
    background-image: linear-gradient(90deg,rgba(105, 64, 255, 1) 16%, rgba(42, 133, 199, 1) 85%);
	background-position: 100% 0;
	background-size: 0% 0%;
	color: transparent !important;
	-webkit-transition: 0.3s;
	-webkit-background-clip: text;
}
header .primary-menu a:hover {
    background-size: 199%  200% !important;
    transition: 0.3s;
}
header .primary-menu a::after{
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	bottom:-5px;
	content:"";
	background:linear-gradient(90deg,rgba(105, 64, 255, 1) 16%, rgba(42, 133, 199, 1) 85%);
	transform:scale(0);
	transition:0.3s;
}

header .primary-menu a sup {
    color: #646464 !important;
}
/* header .primary-menu a:hover{
	color:#2a85c7 !important;;
} */
header .primary-menu a:hover::after{
	transform:scale(1);
}
header .primary-menu > li {
    margin: 0 16px;
}
body.custom-background.home {
    background: url(/wp-content/uploads/2025/08/gradient-vector.png) no-repeat;
    background-position: top left;
    background-size: 100%;
}
#site-header {
    position:fixed;
	top:0;
	left:0;
	width:100%;
    z-index: 9;
    background: transparent;
}
.header-toggles .toggle {
    padding: 0;
    width: 35px;
    height: 35px;
}
.toggle-inner {
    display: flex;
    justify-content: center;
    width: 50px;
    position: relative;
}
.nav-toggle .toggle-icon {
    height: 3px;
    width: 100%;
    overflow: visible;
    background: #646464;
	border-radius:25px;
	position:relative;
}
.nav-toggle .toggle-icon::after{
	position:absolute;
	left:0;
	top:-10px; 
	background: #646464; 
	width:100%;
	height:3px;
	content:"";
	border-radius:25px;
}
.nav-toggle .toggle-icon::before{
	position:absolute;
	left:0;
	bottom:-10px; 
	background: #646464; 
	width:100%;
	height:3px;
	content:"";
	border-radius:25px;
}
.primary-menu-wrapper + .header-toggles {
    margin-left: 0;
}
.header-toggles {
    margin-right: 0;
}
.home-banner{
	padding-top: 80px;
	z-index:2;
}
.home-banner .elementor-widget-heading.primary-head .elementor-heading-title{
	color:#1E1E1E;
	font-size:68px;
	line-height:72px; 
	font-family: "Sora", sans-serif;
	font-weight:700;
	margin:0 0 15px 0;
	letter-spacing: -2px;
}
.home-banner .elementor-widget-heading.primary-head .elementor-heading-title span{
	background: linear-gradient(90deg,rgba(105, 64, 255, 1) 16%, rgba(42, 133, 199, 1) 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	background-clip: text; 
	color: transparent; 
}
.home-banner .sub-head.elementor-widget-text-editor{
	color:#1E1E1E;
	font-weight:300;
	font-family: "Sora", sans-serif;
	letter-spacing: -2px;
	font-size:32px; 
	line-height:38px;
	margin:0 0 20px 0;
}
.primary-text.elementor-widget-text-editor{
	font-family: "Sora", sans-serif; 
	font-size:16px;
	line-height:28px;
	color:#646464;
	font-weight:300;
	margin-bottom:20px !important;
}
.elementor-widget-button .elementor-button.elementor-button-link {
    background: linear-gradient(90deg,rgba(105, 64, 255, 1) 0%, rgba(42, 133, 199, 1) 100%);
    border-radius: 10px;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 15px 20px;
	transition: background 0.3s;
}
/*.elementor-widget-button .elementor-button.elementor-button-link::after {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2025/08/Union.svg) no-repeat;
    background-position: center;
    background-size: 15px;
}
 .elementor-widget.elementor-widget-button .elementor-button-link .elementor-button-icon{
	display:none;
} */
.elementor-widget-button .elementor-button.elementor-button-link .elementor-button-icon svg {
    width: 15px;
	transition:0.3s;
}
.elementor-widget-button .elementor-button.elementor-button-link:hover .elementor-button-icon svg path {
    fill: #2A85C7 !important;
}
.elementor-widget-button .elementor-button.elementor-button-link:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px 3px rgb(208 221 255 / 50%);
}
.elementor-widget-button .elementor-button.elementor-button-link:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}
.home-banner-slider{
	z-index:2;
}

.home-banner-slider .elementor-widget-image-carousel .swiper{
	border: 8px solid #D0DDFF;
    border-radius: 33px;
}
.elementor-widget-heading.primary-head .elementor-heading-title{
	color:#1E1E1E;
	font-size:43px;
	line-height:52px; 
	font-family: "Sora", sans-serif;
	font-weight:700;
	margin:0 0 15px 0;
	letter-spacing: -1px;
}
.elementor-widget-heading.primary-head .elementor-heading-title b{
	font-weight:400;
}
.sub-primay-head.elementor-widget-heading .elementor-heading-title {
    background: #EFF4FF;
    display: inline-block;
    border-radius: 8px;
    padding: 10px;
    color: #2A85C7;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Sora", sans-serif;
    padding: 5px 20px;
	margin-bottom:20px;
}
.elementor-widget-heading.primary-head .elementor-heading-title span {
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.impact-section .sub-primay-head.elementor-widget-heading .elementor-heading-title{
    background: #ffffff;
}
.impact-row .elementor-widget-image {
    width: 100px;
    height: 100px;
    background: #EFF4FF;
    border-radius: 100%;
    padding: 25px;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.impact-row .elementor-widget-image img{
	width:50px; 
	height:50px;
	object-fit:contain;
}
.impact-row .elementor-widget-counter .elementor-counter-number-wrapper{
	background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	font-family: "Sora", sans-serif;
	font-size:46px;
	line-height:62px;
	font-weight:700;
	letter-spacing:-2px;
}
.impact-row .elementor-counter .elementor-counter-title {
    color: #646464;
    font-size: 20px;
    line-height: 26px;
    font-family: "Sora", sans-serif !important;
    letter-spacing: -1px;
    font-weight: 300 !important;
    text-align: center;
    margin-top: 5px;
}
.impact-row{
	margin-top:30px;
}
.impact-section .elementor-widget-image.impact-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.plantos-section .elementor-widget-video .elementor-custom-embed-image-overlay img {
    object-fit: contain;
    height: 480px;
}
.plantos-section .sub-primay-head.elementor-widget-heading .elementor-heading-title{
	border:1px solid #D0DDFF;
	background:#fff;
}
.plantos-section .elementor-widget-heading.primary-head .elementor-heading-title span{
	font-size:48px;
	line-height:52px;
}
.elementor-custom-embed-play {
    left: 80px;
    top: 70px;
    background: rgba(255,255,255,0.6);
    border-radius: 100px;
    padding: 8px;
    width: 77px;
    height: 77px;
    transform: translate(0) !important;
	transition:0.3s;
}
.elementor-custom-embed-play:hover {
    width: 200px !important;
    border-radius: 100px;
}
.elementor-custom-embed-play::after {
    content: " Play Video ";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    color: #1E1E1E;
	font-size:16px;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    opacity: 0;
    width: 200px;
}
.elementor-custom-embed-play:hover::after{
	opacity:1;
}
.elementor-custom-embed-play svg {
    height: 62px;
    width: 62px;
}
.manufacture-section .sub-primay-head.elementor-widget-heading .elementor-heading-title{
	background:#EFF4FF;
}
.manufacture-section{
	overflow:hidden;
}
.logo-scroller-row {
  display: flex;
  position: relative;
  white-space: nowrap;
  justify-content: space-around;
  gap: 20px;
}
.logo-scroller-item {
    position: relative;
    flex: 1 1 auto;
    min-width: 220px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 15px;
    background: transparent;
    border: none;
	overflow:hidden;
}
.logo-scroller-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
} 
.production-cols .elementor-widget-html span{
	color:#2A85C7;
	font-size:18px; 
	line-height:22px;
	font-weight:400;
	font-family: "Sora", sans-serif;
	margin:0 0 3px 0;
	display: inline-block;
}
.production-cols .elementor-widget-html h3{
	font-size:42px;
	line-height:48px;
	font-weight:300;
	font-family: "Sora", sans-serif;
	color:#2A85C7;
	margin:0 0 0 0;
}
.production-cols .elementor-widget-image-box .elementor-image-box-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    color: #000000;
    margin: 0 0 5px 0;
    letter-spacing: 0px;
}
.production-cols .elementor-widget-image-box .elementor-image-box-description {
    font-size: 14px;
    line-height: 20px;
    color: #868686;
    font-family: "Sora", sans-serif;
    font-weight: 300;
    min-height: 60px;
}
.production-cols {
    min-height: 390px;
    flex: 0 0 1;
    width: 35%;
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    overflow: hidden;
}

.production-row{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.production-cols.is-active {
    width: 100% !important;
}
.production-cols.is-active .elementor-widget-html span, .production-cols.is-active .elementor-widget-html h3{
	color:#ffffff;
}
.production-cols.is-active .elementor-widget-image-box .elementor-image-box-title{
	color:#ffffff;
	font-size:42px;
	line-height:48px;
}
.production-cols.is-active .elementor-widget-image-box .elementor-image-box-description{
	color:#ffffff;
}
.production-cols.cols1.is-active{
	background:url(/wp-content/uploads/2025/08/Goa-Setting.jpg) no-repeat;
	background-size:cover; 
	background-position:center center;
}
.production-cols.cols2.is-active{
	background:url(/wp-content/uploads/2025/08/goal.png) no-repeat;
	background-size:cover;
	background-position:center center;
}
.production-cols.cols3.is-active{
	background:url(/wp-content/uploads/2025/08/Benchmark-1.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.production-cols.cols4.is-active{
	background:url(/wp-content/uploads/2025/08/Optimize-1.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.production-cols.cols5.is-active{
	background:url(/wp-content/uploads/2025/08/collaborate-img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.value-section {
	overflow:hidden;
}
.value-section .impact-gradient {
    position: absolute;
    width: 1000px;
    height: 1000px;
    z-index: -1;
    right: -15%;
    top: -115px;
}
.peak-section{
	z-index:2;
}
.whyus-section{
	z-index:1;
}
.peak-section .sub-primay-head.elementor-widget-heading .elementor-heading-title {
    border: 1px solid #D0DDFF;
}
.peak-section .peak-cols{
	padding:30px;
	padding-bottom:55px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.peak-cols::after{
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(315deg, #579BD4 0%, #8569FE 100%);
	content:"";
	width:100%;
	height:100%;
	border-radius:0;
	z-index:-1;
	transform:translateY(100%);
	transition:0.3s;
}
.peak-cols:hover::after{
	transform:translateY(0);
}
.peak-cols:hover .elementor-widget-image-box .elementor-image-box-title{
	color:#ffffff;
}
.peak-cols:hover .elementor-widget-image-box .elementor-image-box-description{
	color:#ffffff;
}
.peak-cols:hover .elementor-widget-button .elementor-button.elementor-button-link svg path {
    fill: #ffffff !important;
    stroke: #ffffff;
}
.peak-cols:hover .elementor-widget-button .elementor-button.elementor-button-link:hover{
	box-shadow:none !important;
}
.peak-cols .elementor-widget-image-box .elementor-image-box-img {
    width: 100px !important;
    height: 100px;
    background: #ffffff;
    border-radius: 100px;
    margin: 0 !important;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.peak-cols .elementor-widget-image-box .elementor-image-box-content{
	width:calc(100% - 100px);
	padding-left:30px;
}
.peak-cols .elementor-widget-image-box .elementor-image-box-img img{
	width:100%;
}
.peak-cols .elementor-widget-image-box .elementor-image-box-title {
    color: #1E1E1E;
    font-size: 30px;
    line-height: 36px;
    font-family: "Sora", sans-serif;
    margin: 12px 0 20px 0;
    font-weight: 400;
    letter-spacing: -1px;
}
.peak-cols .elementor-widget-image-box .elementor-image-box-description {
    color: #646464;
    font-size: 16px;
    line-height: 24px;
    font-family: "Sora", sans-serif;
    margin: 0;
    font-weight: 300;
	max-width: 284px;
}
.small-container{
	max-width:1030px; 
	margin:0 auto;
	margin-top:30px;
}
.peak-cols .elementor-widget-button .elementor-button.elementor-button-link{
	background:transparent;
	padding:0;
}
.peak-cols .elementor-widget-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.peak-cols .elementor-widget-button .elementor-button.elementor-button-link .elementor-button-icon svg{
	width:15px;
}
.peak-cols:hover .elementor-widget-button{
	transform:rotate(45deg);
}
.peak-cols:hover .elementor-widget-button .elementor-button.elementor-button-link:hover .elementor-button-icon svg {
    transform: rotate(0);
}
.whyus-section .elementor-widget-image.impact-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translate(-50%, -20%);
}
.whyus-row .elementor-widget-image-box .elementor-image-box-img{
	width:100px !important; 
	height:100px;
	border-radius:100%;
	background:#EFF4FF;
	padding:25px;
}
.whyus-row .elementor-widget-image-box .elementor-image-box-img img {
    width: 100%;
}
.whyus-row .elementor-widget-image-box .elementor-image-box-title{
	color:#1E1E1E;
	font-size:22px; 
	line-height:28px;
	font-family: "Sora", sans-serif; 
	font-weight:400;
	margin:0 0 10px 0;
}
.whyus-row .elementor-widget-image-box .elementor-image-box-description {
    color: #646464;
    font-size: 16px;
    line-height: 24px;
    font-family: "Sora", sans-serif;
    margin: 0;
    font-weight: 300;
}
.whyus-row .e-con.e-flex{
	position:relative;
	z-index:1;
	overflow:hidden;
}
.whyus-row .e-con.e-flex::after{
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(315deg, #579BD4 0%, #8569FE 100%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: 0.3s;
}
.whyus-row .e-con.e-flex:hover::after{
	transform: translateY(0);
}
.whyus-row .e-con.e-flex:hover .elementor-widget-image-box .elementor-image-box-title{
	color:#ffffff;
}
.whyus-row .e-con.e-flex:hover .elementor-widget-image-box .elementor-image-box-description{
	color:#ffffff;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item {
    background: #eff4ff54;
    border-radius: 15px;
    border: 1px solid #D0DDFF;
    margin-bottom: 20px;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item-title{
	  padding: 35px;
}
.faq-section .e-con.e-flex .e-con.e-flex:first-child{
	position:sticky;
	top:50px;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title svg{
	width:12px !important;
}
.grid-main-row .grid-cols{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:1;
}
.paoc-iframe-wrap iframe {
    width: 100% !important;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text{
	color:#000000;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	font-family: "Sora", sans-serif; 
	letter-spacing:0px;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor{
	font-size:14px; 
	line-height:20px;
	font-family: "Sora", sans-serif; 
	letter-spacing:0px;
	color:#646464;
	font-weight:300;
	padding:0 35px 20px 35px;
	margin-top:-15px !important;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor ul{
	margin:0 0 20px 0 !important;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor ul:last-child{
	margin-bottom:0 !important;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item .e-con.e-flex{
	border:none;
}
.cta-section{
	margin-bottom:-200px;
	z-index:2;
}
.cta-section .elementor-widget-heading.primary-head .elementor-heading-title {
    color: #1E1E1E;
    font-size: 52px;
    line-height: 62px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}
.cta-section .robot-cta.elementor-widget-image img{
	width: 330px;
    height: 330px;
    object-fit: contain;
}
#site-footer {
    padding: 0;
    z-index: 1;
    position: relative;
}
.footer-section .elementor-widget-image img{
	width:175px;
}
.footer-section{
	padding:280px 0 0 0;
}

.footer-section .logo-cols .elementor-widget-text-editor {
	font-size: 12px;
	line-height: 20px;
	color: #D0DDFF;
	letter-spacing: 0;
	font-weight: 200;
	font-family: "Sora", sans-serif;
}
.footer-head.elementor-widget-heading .elementor-heading-title {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    letter-spacing: 0px !important;
    margin-bottom: 25px !important;
    font-weight: 500 !important;
    font-family: "Sora", sans-serif !important;
}
.footer-section .elementor-widget-text-editor ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-section .elementor-widget-text-editor ul li {
    margin: 0;
    padding: 0;
    padding: 0 0 10px 0;
}
.footer-section .elementor-widget-text-editor ul li a{
	font-size:16px; 
	line-height:24px;
	color:#D0DDFF;
	letter-spacing:-0.5px;
	margin-bottom:20px;
	font-weight: 400;
	font-family: "Sora", sans-serif;
	margin-bottom:30px;
	position: relative;
    background-color: #D0DDFF !important;
    background-image: linear-gradient(90deg, rgba(105, 64, 255, 1) 16%, rgba(42, 133, 199, 1) 85%);
    background-position: 100% 0;
    background-size: 0% 0%;
    color: transparent !important;
	transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -webkit-background-clip: text;
}
.footer-section .elementor-widget-text-editor ul li a:hover{
	background-size: 200% 200%;
}
.footer-section .elementor-widget-text-editor ul li a::after{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg,rgba(105, 64, 255, 1) 16%, rgba(42, 133, 199, 1) 85%);
    transform: scale(0);
    transition: 0.3s;
}
.footer-section .elementor-widget-text-editor ul li a:hover::after{
	 transform: scale(100%);
}
.footer-section .primary-text.elementor-widget-text-editor a{
    color: rgb(208 221 255 / 80%);
}
.footer-sub-head.elementor-widget-heading .elementor-heading-title {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #D0DDFF !important;
    letter-spacing: -0.5px !important;
    font-weight: 300 !important;
    font-family: "Sora", sans-serif !important;
    margin-bottom: 5px !important;
	text-transform:uppercase !important;
}
.footer-section .primary-text.elementor-widget-text-editor {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color:rgb(208 221 255 / 80%);
    font-weight: 200;
    margin-bottom: 0 !important;
}
.footer-section .primary-text.elementor-widget-text-editor{
	margin-bottom:0 !important;
}
.robot-cta{
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.grid-main-row {
	display: grid;
	grid-gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	grid-auto-rows:300px;
	grid-auto-flow: dense;
	z-index:1;
}
.grid-cols{
	grid-column: span 4;
	grid-row: span 1;
	border-radius:10px;
	padding:30px;
}
.grid-cols1{
	grid-column: span 6;
	grid-row: span 1;
}
.grid-cols2{
	grid-column: span 5;
	grid-row: span 1;
}
.grid-cols4 {
    grid-column: span 9;
    grid-row: span 1;
}
.grid-cols3{
	grid-column: span 6;
	grid-row: span 1;
}
.grid-cols5{
	grid-column: span 6;
	grid-row: span 1;
}
.grid-cols6{
	grid-column: span 8;
	grid-row: span 1;
}
.grid-cols7{
	grid-column: span 10;
	grid-row: span 1;
}
.grid-cols8{
	grid-column: span 10;
	grid-row: span 1;
}
.grid-cols .elementor-widget-image-box .elementor-image-box-title{
	margin:0;
	color:#000000;
	font-size:22px;
	line-height:26px;
	font-family: "Sora", sans-serif;
	letter-spacing:-0.5px;
	margin-bottom:22px;
}
.grid-cols .elementor-widget-image-box .elementor-image-box-description{
	color:#646464;
	font-size:16px; 
	line-height:22px;
	font-weight:300;
	font-family: "Sora", sans-serif;
}
.grid-cols .elementor-widget-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: transparent !important;
}
.grid-cols .elementor-widget-button .elementor-button.elementor-button-link{
	padding:0;
	background:transparent;
	transition:0.3s;
}
.grid-cols.grid-cols2 .elementor-widget-image-box .elementor-image-box-title, .grid-cols.grid-cols7 .elementor-widget-image-box .elementor-image-box-title{
	color:#ffffff;
}
.grid-cols.grid-cols2 .elementor-widget-image-box .elementor-image-box-description, .grid-cols.grid-cols7 .elementor-widget-image-box .elementor-image-box-description{
	color:#ffffff;
}

.grid-cols.grid-cols2 .elementor-widget-button .elementor-button.elementor-button-link svg path, .grid-cols.grid-cols7 .elementor-widget-button .elementor-button.elementor-button-link svg path{
	fill:#fff !important;
}
.grid-cols{
	background-blend-mode: normal; 
	transition: background 0.6s ease-in-out;
}
.grid-cols:hover .elementor-widget-image-box .elementor-image-box-title, .grid-cols:hover .elementor-widget-image-box .elementor-image-box-description{
	color:#ffffff !important;
}
.grid-cols .elementor-widget-button .elementor-button.elementor-button-link:hover{
	box-shadow:none;
}
.grid-cols:hover .elementor-widget-button .elementor-button.elementor-button-link{
	transform: rotate(45deg);
}
.grid-cols:hover .elementor-widget-button .elementor-button.elementor-button-link:hover{
	transform: rotate(0);
}
.grid-cols:hover .elementor-widget-button .elementor-button.elementor-button-link svg path{
	fill:#ffffff !important;
}
.outcomes-section .elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #646464;
    font-weight: 600 !important;
    padding-top: 0;
    border-top: none;
}
.outcomes-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin: 0 12px;
}
.outcomes-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:first-child .elementor-icon-list-icon svg{
    stroke:#e12e2e;
}
.outcomes-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon svg {
    stroke: #ef610f;
}
.outcomes-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:nth-child(3) .elementor-icon-list-icon svg{
    stroke:#1aae50;
}
.outcomes-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:nth-child(4) .elementor-icon-list-icon svg{
    stroke:#2c6dee;
}
.outcomes-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:nth-child(5) .elementor-icon-list-icon svg{
    stroke:#9536eb;
}
.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-icon svg{
	width: 20px;
	color: #fff !important;
	height:20px;
}
.hover-effect-cols .elementor-widget-icon-box{
	width:100% !important;
}
.person_info {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: inherit;
    line-height: 26px;
    width: 100%;
    text-align: center;
    height: auto !important;
    bottom: 0;
}
a.elementor-button.elementor-button-link.elementor-size-sm {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: none;
    color: #fff;
   background: linear-gradient(140deg,rgba(105, 64, 255, 1) 0%, rgba(42, 133, 199, 1) 100%);
}
.person_img .elementor-widget-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    border-radius: 16px;
}
.person_img img {
    border-radius: 16px;
}
.person_info strong, .person_info span {
    color: #fff;
    display: block;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    width: 80%;
    margin: auto;
    font-weight: 300;
    line-height: 22px;
}
.person_info span {
    min-height: 60px;
}
.person_info strong {
    font-size: 22px;
    font-family: "Sora", sans-serif;
    font-weight:600;
    margin-bottom: 5px;
}
.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-title{
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500px !important;
    padding-top: 0;
    border-top: none;
    margin-top: 0;
     margin:0 !important;
}
.hover-effect-cols .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
    margin-right:0 !important;
    width:20px;
}
.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-wrapper{
	gap:10px !important;
}
.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-content {
    width: calc(100% - 30px);
}
.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-description {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
   font-weight: 300 !important;
    padding-top: 0;
    border-top: none;
    margin-top: 0;
    margin: 0 !important;
    font-weight: 600;
}
.hover-effect-cols {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 20px 15px;
      opacity:0;
    visibility:hidden;
    transition:0.3s;
}
.person_img:hover .person_info{
    display:none;
}
.person_img:hover .hover-effect-cols {
    opacity:1;
    visibility:visible;
}
.hover-effect-cols .eliminate.elementor-widget-icon-box .elementor-icon-box-icon svg{
    color: #e12e2e !important;
}
.hover-effect-cols .reduse.elementor-widget-icon-box .elementor-icon-box-icon svg {
    color: #ef610f !important;
}
.home .manufacture-section .sub-primay-head.elementor-widget-heading .elementor-heading-title {
    background: #fff;
}
.hover-effect-cols .raise.elementor-widget-icon-box .elementor-icon-box-icon svg{
    color: #1aae50 !important;
} 
.plantos-table table td:nth-child(2) {
    background: #E5F6FD;
}
.hover-effect-cols .create.elementor-widget-icon-box .elementor-icon-box-icon svg{
    color: #2c6dee !important;
}
.hover-effect-cols .safeguard.elementor-widget-icon-box .elementor-icon-box-icon svg{
    color: #9536eb !important;
}
.what-we-do-section{
	z-index:2;
}
.industry-dropdown select {
    border: 1px solid #D0DDFF;
    border-radius: 6px;
    padding: 15px;
    color: #646464;
    font-size: 18px;
    line-height: 22px;
    font-family: "Sora", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/wp-content/uploads/2025/08/down-arrow.png) no-repeat;
    position: absolute;
    z-index: 5;
    background-size: 15px;
    background-position: 94% center;
}
.industry-location{
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	height:100%;
}
.map-canvas {
    width: 100%;
    height: 100%;
}
.location-cols {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 2;
	cursor:pointer;
	transition:0.3s;
}
.location-cols.india{
	right: 27%;
    top: 27%;
	z-index:6;
}
.location-cols.srilanka {
    right: 25%;
    top: 39%;
    z-index: 4;
}
.location-cols.uae {
    right: 36%;
    top: 26%;
    z-index: 6;
    width: 26px;
}
.location-cols.mena {
    right: 40%;
    top: 24%;
	z-index:6;
	width:26px;
}
.location-cols.usa {
    position: absolute;
    left: 18%;
    top: 23%;
}
.location-cols.ksa {
    right: 37%;
    top: 31%;
    z-index: 5;
}
.location-cols.korea{
    position: absolute;
    right: 14%;
    top: 26%;
	z-index:4;
}
.location-cols.mexico{
    left: 17%;
    top: 38%;
}
.location-cols.oman{
   right: 33%;
    top: 30%;
	z-index:4;
}
.location-cols.bahrain {
    right: 35%;
    top: 28%;
    z-index: 4;
    width: 25px;
}
.location-cols.thailand {
    right: 20%;
    top: 35%;
	width:26px;
	z-index:5;
}
.location-cols.malaysia{
    right: 19%;
    top: 46%;
	z-index:2;
}
.location-cols.vietnam {
    right: 17.5%;
    top: 41%;
    z-index: 4;
    width: 25px;
}
.location-cols.turkey{
    top: 16%;
    right: 42%;
	z-index:6;
}
.location-cols.ghana{
    top: 37%;
    right: 51%;
    z-index: 4;
}
.location-cols.senegal{
    top: 36%;
    right: 55%;
    z-index: 4;
}
.location-cols.philipinnes{
    right: 12%;
    top: 38%;
	z-index:3;
}
.location-cols.sengal {
    right: 6%;
    top: 67%;
    z-index: 2;
    width: 24px;
}
.location-cols.indonesia {
    right: 12%;
    top: 52%;
    width: 24px;
    height: 24px;
	z-index:1;
}
.location-cols.usa img, .location-cols.korea img {
    width: 22px;
}
.location-cols.turkey img, .location-cols.philipinnes{
	width:20px;
}
.location-cols.india img{
	width:25px;
}
.location-cols p{
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	 color: #1E1E1E;
    font-size: 16px;
    line-height: 20px;
    font-family: "Sora", sans-serif;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    top: 49px;
	opacity:0;
	visibility:hidden;
	transition:0.3s;
}
.location-cols:hover p{
	opacity:1;
	visibility:visible;
}
select:focus {
  outline: none;
}
.home-banner .elementor-widget-heading.primary-head .elementor-heading-title span sup {
    top: -1.5em;
    font-size: 30px;
	background: #2A85C7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	left: -12px;
}
.home-banner .elementor-widget-button{
	margin-top:30px;
}
.video-section {
    border: 20px solid #0A080B;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 19px rgba(0,0,0,0.5);
}
.video-section .elementor-widget-shortcode {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100px;
    height: 100px;
    right: 0;
    margin: auto;
}
.video-section .elementor-widget-shortcode a.paoc-popup-click {
    background: rgba(255,255,255,0.5) url(/wp-content/uploads/2025/08/play-icon.svg) no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block !important;
    border-radius: 100%;
    background-size: 90px;
    font-size: 0;
    min-width: 100px;
    min-height: 100px;
    background-position: center center;
}

.inner-page-banner .sub-head.elementor-widget-heading .elementor-heading-title {
    font-family: "Sora", sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #1E1E1E;
    font-weight: 600 !important;
    margin: 0;
    letter-spacing: 0;
}
.inner-page-banner .inner-primary-head.elementor-widget-heading .elementor-heading-title {
    font-size: 56px;
    line-height: 62px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -2px;
    background: linear-gradient(
85deg, rgba(105, 64, 255, 1) 24%, rgba(42, 133, 199, 1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.sub-primary-text.elementor-widget-text-editor  {
	margin-bottom:5px !important;
	font-family: "Sora", sans-serif;
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
    color: #1E1E1E;
	
}
.inner-page-banner .primary-text.elementor-widget-text-editor{
	color:#646464;
	font-family: "Sora", sans-serif;
	font-weight:400;
	margin:0 !important;
	line-height: 24px;
}
.page #site-content {
    overflow: visible;
}
.inner-page-banner .impact-gradient {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -40%);
    width: 1500px;
}
.inner-page-banner {
    position: relative;
}
.inner-page-banner.gradient-none::after{
	display:none;
}
.inner-page-banner::after {
    position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:200px;
	content:"";
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 0) 81%);
	z-index:1;
}
.inner-page-banner{
	position:relative;
	z-index:1;
}
.vision-mission{
	position:relative;
	z-index:1;
	border-top:1px solid #DEE7FF;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-img {
    width: 67px !important;
    height: 67px !important;
    background: #fff !important;
    border-radius: 100%;
    padding: 10px;
    box-shadow: 4px 3px 43px #E0E9F2;
	margin-bottom:0 !important;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-title {
    color: #1E1E1E;
    font-size: 42px;
    line-height: 54px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 0;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-description{
	font-size:16px;
	line-height:25px;
	color:#646464;
	font-family: "Sora", sans-serif;
	font-weight:300;
	margin:0 !important;
}
.about-img{
	z-index:1;
}
.about-img .e-con-inner{
	position:relative;
}
.about-img .e-con-inner .elementor-widget-image img{
	width:100%;
}
.about-img .elementor-widget-text-editor {
    position: absolute;
    padding: 70px;
	font-size:16px;
	line-height:25px; 
	color:#ffffff;
	font-family: "Sora", sans-serif;
	font-weight:300;
	width:100% !important;
	max-width:600px !important;
}
.about-industries{
	padding:100px 0;
}
.about-industries .primary-text.elementor-widget-text-editor{
	margin-bottom:0 !important;
}
.about-industries .elementor-widget-image-box .elementor-image-box-img {
    width: 80px !important;
    height: 80px;
    border-radius: 100%;
    padding: 22px;
    background: #fff !important;
}
.about-industries .elementor-widget-image-box .elementor-image-box-title{
    margin: 0;
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 22px;
}
.leadership .primary-text.elementor-widget-text-editor{
	font-size:16px; 
	line-height:24px;
	color:#000000;
	font-family: "Sora", sans-serif;
}
.leadership-row .elementor-widget-image-box .elementor-image-box-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    display: inline-block;
	line-height:0;
}
.leadership-row .elementor-widget-image-box .elementor-image-box-img {
    margin: 0 !important;
    background: #fff !important;
    border-radius: 15px 15px 0 0;
	line-height:0;
}
.leadership-row .elementor-widget-image-box .elementor-image-box-content {
    padding: 10px 25px 25px 25px;
}
.leadership-row .elementor-widget-image-box .elementor-image-box-title{
	color:#0E0D0D;
	font-size:18px;
	line-height:25px;
	font-family: "Sora", sans-serif;
	letter-spacing:0;
	margin:0 0 10px 0  !important;
}
.leadership-row .elementor-widget-image-box .elementor-image-box-description {
    font-size: 16px;
    line-height: 22px;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.5px;
    background: linear-gradient(85deg, rgba(105, 64, 255, 1) 24%, #20C4FF 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.leadership-row .elementor-widget-social-icons {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
}
.leadership-row .elementor-widget-social-icons .elementor-social-icon{
	 width: 40px;
    height: 40px;
}
.leadership-row .elementor-widget-social-icons .elementor-social-icon svg{
	font-size:20px;
}
.leadership-row {
    margin-top: -100px;
}
.leadership-row .impact-gradient {
	position:absolute;
}
.leadership-row .impact-gradient {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 2000px;
}
.blog-listing{
	margin-top:-100px;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
    width: 33.3333% !important;
    float: left;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    clear: inherit !important;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post .eael-grid-post-holder-inner{
	background:linear-gradient(180deg,rgba(208, 221, 255, 1) 15%, rgba(237, 233, 255, 1) 70%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	padding-bottom:30px;
	border-radius:12px;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child{
	width:100% !important;
}

.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-entry-media{
	width:60%;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-entry-wrapper{
	width:40%;
	padding:0 30px;
}
.blog-listing .elementor-widget-eael-post-grid .eael-entry-title{
	line-height: 22px;
	margin-bottom:20px;
}
.blog-listing .elementor-widget-eael-post-grid .eael-entry-title a {
    font-size: 18px;
    line-height: 22px;
    color: #000000 !important;
    font-family: "Sora", sans-serif;
    letter-spacing: 0;
}
.blog-listing .elementor-widget-eael-post-grid .eael-grid-post-excerpt p{
	font-size:16px;
	line-height:24px;
	font-family: "Sora", sans-serif;
	color:#000000;
	margin-bottom:20px;
}
.blog-listing .elementor-widget-eael-post-grid .eael-post-elements-readmore-btn {
    background: url(/wp-content/uploads/2025/08/hover-arrow.svg) no-repeat;
    background-size: 18px;
    background-position: center;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.blog-listing .eael-grid-post .eael-entry-wrapper {
    min-height: 235px;
}
.blog-listing .eael-grid-post .eael-entry-thumbnail>img {
    height: 255px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.blog-listing .eael-grid-post-holder {
    border-radius: 0 0 15px 15px !important;
    padding: 1px;
    background: linear-gradient(to left, #20C4FF, #6940FF);
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-grid-post-holder-inner{
	display:flex;
	align-items:center;
	padding-bottom:0 !important;
	background:#ffffff;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-entry-thumbnail>img {
    height: auto !important;
    border-radius: 12px 0 0 12px;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-entry-title a {
    font-size: 20px;
    line-height: 26px;
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-grid-post-holder {
    border-radius: 0 0 15px 15px !important;
    padding: 0;
    background: no-repeat;
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid #20C4FF;
}
.blog-listing .eael-grid-post .eael-grid-post-holder-inner:hover .eael-post-elements-readmore-btn{
	transform:rotate(45deg);
}
.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post .eael-grid-post-holder-inner .eael-entry-media{
	margin:-2px;
}
.blog-listing .eael-post-grid-container .eael-post-grid {
   height:auto !important;
}
.single .entry-header, .singular .featured-media  {
    display: none;
}
.post-inner {
    padding-top: 0;
}
.single .elementor-widget-heading .elementor-heading-title{
    color: #1E1E1E;
    font-size: 43px;
    line-height: 52px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}
.blog-detail .by_author p{
	margin:0;
}
.blog-detail .by_author.elementor-widget-text-editor{
	font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: "Sora", sans-serif;
    font-weight: 300;
    margin: 0 !important;
} 
.blog-detail .by_author p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-detail .by_author p img{
	width:30px;
}
.feature-image-row.elementor-widget-image img{
	border-radius:20px;
}
.blog-detail .elementor-section .elementor-container{
	max-width: 1000px;
}
.blog-detail .elementor-widget-text-editor{
	font-size:16px;
	line-height:24px;
	font-family: "Sora", sans-serif;
	color:#646464;
	margin-bottom:20px;
}
.blog_custom_img img {
    border: 1px solid #ddd;
    padding: 30px;
	border-radius:20px;
}

.single .elementor-widget-heading h2.elementor-heading-title {
    color: #1E1E1E;
    font-size: 30px !important;
    line-height: 32px !important;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 0;
}
.single .benifit_block.benifit_block-comparision {
    background: #EFF4FF;
    border-radius: 10px;
    padding: 20px 50px;
    margin: 20px 0 30px 0;
    font-family: "Sora", sans-serif !important;
}
.single .benifit_block.benifit_block-comparision ol, .single .benifit_block.benifit_block-comparision ul{
	margin:0;
}
.single .benifit_block.benifit_block-comparision ol li{
	font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: "Sora", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0 !important;
}
.single .benifit_block.benifit_block-comparision ul li{
	font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: "Sora", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0 !important;
}
.blog_note.elementor-widget-text-editor{
    font-size: 13px;
    text-align: center;
}
.single .benifit_block.benifit_block-comparision ul li a{
	color:#0e9edd;
}
.single.single-post {
    background: url(/wp-content/uploads/2025/08/plantos-gradient.png);
    background-size: 1000px;
    background-position: center top -200px;
}
.single .pagination-single hr {
    display: none;
}
nav.pagination-single.section-inner{
    margin: 0 auto;
	max-width:1000px;
}
.single article {
    margin-bottom: 100px;
}
.pagination-single a{
	background:#EFF4FF;
	padding:20px;
	border-radius:20px;
	text-decoration:none;
    color: #000000;
    font-size:18px;
    line-height: 22px;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.5px;
}
.pagination-single a:hover, .pagination-single a:hover .title{
	text-decoration:none !important;
}
.page-id-19674 .home-banner-slider::after {
    display:none;
}

.impact-note.elementor-widget-text-editor {
    padding: 15px 20px;
    font-size: 26px;
    line-height: 32px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    width: auto;
    max-width: inherit !important;
}
.impact-note.elementor-widget-text-editor strong{
	font-weight:700;
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.our-impact-section .impact-gradient {
    position: absolute;
    left: -200px;
    top: -200px;
    width: 1000px;
    transform: rotate(-68deg);
	z-index:-1;
}
.outcomes-section .primary-text.elementor-widget-text-editor{
	margin-bottom:30px;
}
.plantos-banner .elementor-widget-heading .elementor-heading-title{
	font-size:26px;
	line-height:32px;
	 font-family: "Sora", sans-serif;
    font-weight: 500;
    color: #ffffff;
	margin:0 0 0 0;
}
.plantos-banner a.elementor-button.elementor-button-link.elementor-size-sm {
    background: #fff;
    color: #4666E0;
}
.plantos-banner a.elementor-button.elementor-button-link.elementor-size-sm svg path{
	fill:#4666E0;
}
.plantos-banner a.elementor-button.elementor-button-link.elementor-size-sm {
    font-size: 16px;
    padding: 14px 20px;
}
.plantos-imagebox .elementor-widget-image-box .elementor-image-box-title{
	font-size:18px;
	line-height:22px;
	font-family: "Sora", sans-serif;
    font-weight: 600;
    color: #000000;
	letter-spacing: 0;
	margin-bottom:10px;
}
.plantos-imagebox .elementor-widget-image-box .elementor-image-box-description{
	color:#646464;
	font-size:12px;
	line-height:20px;
	font-family: "Sora", sans-serif;
    font-weight: 300;
}
.plantos-imagebox .elementor-widget-image-box .elementor-image-box-img img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}
.iu-framework .impact-gradient {
    position: absolute;
    top: -50px;
    right: inherit;
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
}
.iu-framework .impact-gradient-left {
    position: absolute;
    bottom: -100px;
    left: -200px;
    width: 650px;
    z-index: -1;
    transform: rotate(0deg);
}
.iu-framework{
	overflow:hidden;
}
.faq-row .elementor-widget-n-accordion .e-n-accordion-item-title-text{
	font-size:22px;
	line-height:28px;
	font-weight:600;
	font-family: "Sora", sans-serif;
    color: #000000;
	letter-spacing: 0;
	margin:0;
}
.faq-row .elementor-widget-n-accordion .e-n-accordion-item .e-con-full.e-flex {
    border: none;
    padding: 0 20px 20px 20px;
}
.faq-row .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor{
	color:#646464;
	font-size:16px; 
	line-height:24px;
	font-weight:400;
	font-family: "Sora", sans-serif;
}
.faq-row .elementor-widget-n-accordion .e-n-accordion-item {
    padding: 0;
    border-bottom: 1px solid #D0DDFF;
}
.faq-row .elementor-widget-n-accordion .e-n-accordion-item-title{
	position:relative;
	padding:20px;
}
.faq-row .elementor-widget-n-accordion .e-n-accordion-item-title::after {
    position: absolute;
    left: 0;
    top: 30px;
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
}
.our-impact-section .sub-primay-head.elementor-widget-heading .elementor-heading-title{
	background:#fff;
}

.feature-box-row .elementor-widget-image-box .elementor-image-box-description{
	color:#000000;
	font-size:24px; 
	line-height:32px;
	font-weight:400;
	font-family: "Sora", sans-serif;
	margin-bottom:30px;
	transition:0.3s;
}
.feature-box-row .elementor-widget-image-box .elementor-image-box-description::after{
	bottom:-30px;
	width:80px;
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	height:6px;
	background:linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
	
}
.proction-content .primary-text.elementor-widget-text-editor {
	margin:0 !important;
	padding:30px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.proction-content .primary-text.elementor-widget-text-editor p{
	margin:0;
}
.feature-box-row .elementor-widget-image-box .elementor-image-box-img {
    margin-bottom: 20px !important;
    background: #EFF4FF;
    padding: 30px;
    border-radius: 100%;
    width: 130px !important;
    height: 130px;
}
.feature-box-row .elementor-widget-image-box .elementor-image-box-img img{
	display:inline-block;
}

.proction-content .impact-gradient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: -1;
    width: 100%;
}
.team-row-new{
	margin:0 auto;
}
.value-section .elementor-widget-image-box .elementor-image-box-title{
    color: #1E1E1E;
    font-size: 40px;
    line-height: 46px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}
.value-section .elementor-widget-image-box .elementor-image-box-title span{
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.faq-row .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor ul{
	margin:0 !important;
}
body.custom-background.page-id-19953, body.custom-background.page-id-51, body.custom-background.page-id-49, body.custom-background.page-id-20557, body.custom-background.page-id-19674 {
    background: url(/wp-content/uploads/2025/08/gradient-vector.png) no-repeat;
    background-position: top left;
    background-size: 100%;
}
.page-id-20557 .home-banner-slider::after{
	bottom: -150px;
}

.page-id-51 .home-banner-slider::after {
    height: 550px;
    bottom: -190px;
}
.palntos-section .primary-text.elementor-widget-text-editor{
	margin-bottom:0 !important;
}
.palntos-section .primary-text.elementor-widget-text-editor ul{
	margin:20px 0 !important;
}

.palntos-section .elementor-widget-heading.primary-head .elementor-heading-title{
	font-size:36px;
	line-height:46px;
}
.plantos-imagebox-section .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{
	font-size:18px;
	line-height:25px;
	color:#828282;
	font-family: "Sora", sans-serif;
	margin:0;
	text-align:left;
}
.plantos-imagebox-section .elementor-widget-image-box .elementor-image-box-img{
	width:60px !important;
}
.page-id-19953 .home-banner-slider::after{
	display:none;
}
.featurebox-cols{
	position:relative;
	z-index:1;
	overflow:hidden;
}
.featurebox-cols .elementor-widget-image {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
	width:100%;
	transform: translateY(100%);
	transition:0.3s;
	height:100%;
}
.featurebox-cols:hover .elementor-widget-image{
	transform: translateY(0);
}
.feature-box-row:hover .elementor-widget-image-box .elementor-image-box-description{
	color:#fff;
}
.feature-box-row:hover .elementor-widget-image-box .elementor-image-box-description::after{
	background:#fff;
}
.featurebox-cols .elementor-widget-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.featurebox-cols .elementor-widget-image-box{
	z-index:1;
}
.industry-content .elementor-widget-text-editor{
	font-size:18px;
	line-height:26px;
	font-family: "Sora", sans-serif; 
	color:#646464;
	font-weight:400;
}
.industry-content .e-con.e-flex:hover .elementor-widget-text-editor{
	color:#ffffff;
}
.industry-plantos .primary-text.elementor-widget-text-editor {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0 !important;
}
.tab-sub-head.elementor-widget-text-editor{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-family: "Sora", sans-serif; 
	font-weight:500;
}
.industry-tab .primary-text.elementor-widget-text-editor{
	font-size:18px;
	line-height:26px;
}
.industry-tab .elementor-widget-n-tabs .e-n-tab-title {
    background: #F9FBFE;
    border: 1px solid #D0DDFF;
    border-radius: 8px;
    padding: 0 15px;
}
.industry-tab .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text {
    color: #2A85C7;
    font-size: 14px;
    line-height: 40px;
    font-family: "Sora", sans-serif;
}
.industry-tab .elementor-widget-n-tabs .e-n-tabs-heading{
	max-width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.tab-counter .elementor-widget-counter .elementor-counter .elementor-counter-number{
   background: linear-gradient(90deg, #6940FF 22%, #2A85C7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	font-size:40px;
	line-height:46px;
	font-family: "Sora", sans-serif;  
	font-weight:700;
	margin-bottom:10px;
}
.tab-counter .elementor-widget-counter .elementor-counter-title{
	font-size:18px;
	line-height:25px;
	color:#646464;
	font-family: "Sora", sans-serif;  
	font-weight:300;
	transition: background 0.3s;
}
.text-content-row {
	border-bottom:1px solid #D0DDFF;
	padding-bottom:20px;
	margin-bottom:20px;
}
.text-content-row .primary-text.elementor-widget-text-editor{
	margin-bottom:0 !important;
}

.industry-tab .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] {
    background: linear-gradient(90deg, #6940FF 22%, #2A85C7 100%) !important;
    color: #fff;
	text-decoration:none;
}
.industry-tab .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
   color: #fff;
	text-decoration:none;
}
.industry-tab .elementor-widget-n-tabs .e-n-tab-title:hover{
    background: linear-gradient(90deg, #6940FF 22%, #2A85C7 100%) !important;
    color: #fff; 
	text-decoration:none;
}
.industry-tab .elementor-widget-n-tabs .e-n-tab-title:hover .e-n-tab-title-text {
   color: #fff;
	text-decoration:none;
}
.plantos-imagebox-row .elementor-widget-image-box .elementor-image-box-img{
	width:88px !important;
	height:88px !important;
	background:#EFF4FF;
	border:1px solid #D0DDFF;
	margin:0 !important;
	border-radius:100%;
	padding:20px;
}
.plantos-imagebox-row .elementor-widget-image-box .elementor-image-box-img img{
	width:50px;
	height:50px;
	object-fit:contain;

}
.plantos-imagebox-row .elementor-widget-image-box .elementor-image-box-content{
	width:calc(100% - 88px);
	padding-left:10px;
}
.plantos-imagebox-row .elementor-widget-image-box .elementor-image-box-description{
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-family: "Sora", sans-serif;  
	font-weight:400;
}
.plantos-imagebox-row .elementor-widget-heading.primary-head .elementor-heading-title{
	font-size:38px;
	line-height:46px;
}
.plantos-imagebox-row .product-row .elementor-widget-image-box .elementor-image-box-img {
    width: 150px !important;
    height: 150px !important;
    padding: 0 !important;
    border: none !important;
    background: #ffffff;
    margin: 0 !important;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
	border:1px solid #D0DDFF;
}
.plantos-imagebox-row .product-row .elementor-widget-image-box .elementor-image-box-img img {
    width: 100px;
    height: 100px;
}
.product-row .elementor-widget-image-box .elementor-image-box-title{
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    color: #000000;
    margin: 0 0 5px 0;
    letter-spacing: 0px;
}
.product-row .primary-text.elementor-widget-text-editor{
	color:#000;
}
.product-row .primary-text.elementor-widget-text-editor ul, .product-row .primary-text.elementor-widget-text-editor ol {
	margin:0 0 20px 0 !important;
}
.plantos-imagebox-row .product-row  .elementor-widget-image-box .elementor-image-box-content{
	width:calc(100% - 150px);
	padding-left:20px;
}
.menu-modal-inner {
    background: url(/wp-content/uploads/2025/09/ai-menu-1.png), linear-gradient(132deg, rgba(105, 64, 255, 1) 24%, rgba(42, 133, 199, 1) 78%);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
	position:relativea;
	z-index:1;
}
.menu-modal-inner::after {
/*     position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.8) 100%);
    content: "";
	z-index:-1; */
}
.menu-modal-inner .fill-children-current-color * {
    fill: #ffffff;
}
.modal-menu li{
	border:none;
}
.modal-menu li a {
    font-size: 24px !important;
    line-height: 28px;
    font-weight: 500 !important;
    font-family: "Sora", sans-serif;
    color: #ffffff;
    letter-spacing: 0 !important;
    padding: 10px 0 !important;
    text-decoration: none !important;
}
.tab-btn {
    background: #EFF4FF !important;
    border: 1px solid #D0DDFF;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    font-family: "Sora", sans-serif !important;
    color: #000 !important;
}
.tab-btn.active{
	background:linear-gradient(142deg, rgba(105, 64, 255, 1) 24%, rgba(42, 133, 199, 1) 65%) !important;
	color:#fff !important;
}

.home-banner-slider::after {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 1) 69%);
    height: 450px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}
.tab-btn:hover{
	background:linear-gradient(142deg, rgba(105, 64, 255, 1) 24%, rgba(42, 133, 199, 1) 65%) !important;
	color:#fff !important;
}
.tab-btn.active li a{
	color:#fff !important;
}
.steel-section1{
    padding: 30px;
    border-radius: 15px;
    background: #fff;
	border:1px solid #D0DDFF;
	border-radius:15px;
}
.steel-section1{
	z-index:1;
}
.steel-section1 .elementor-widget-image{
	padding:0 0;
}
.steel-section2{
	padding:10px 0 50px 0;	
}
.factory-location .elementor-widget-html {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.factory-location .elementor-widget-image{
    margin-bottom: 0;
}
.factory-location .elementor-widget-image img{
    width:100%;
}
.ripple-container {
  position: relative;
  width: 70px;
  height: 70px;
}

.ripple-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #aaa !important;
  opacity: 1;
  animation: ripple 2.5s linear infinite !important;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

.tooltip p span {
    width: 100%;
    float: left;
    padding-left: 14px;
    position: relative;
}
.tooltip p span::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
    left: 0;
    top: 7px;
}
.tooltip .ripple-container:before {
    content: '';
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: #000;
    font-family: "Sora", sans-serif !important;
    font-size: 16px;
    background: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 36px;
}
.tooltip{
    transform: translate(-50%,-50%);
}
.tooltip1 p{
    width: 200px !important;
}

.tooltip .ripple-container:hover p {
  display: block;
}

.tooltip .ripple-container {
  cursor: pointer;
}

.tooltip p {
    width: 285px;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-family: "Sora", sans-serif !important;
	font-weight:400;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    background: #FFF !important;
    z-index: 2;
    border-left: none;
    color: #444444;
    position: absolute;
    left: 70px;
    top: 0;
    display: none;
}
.tooltip p strong:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: -10px;
    background: #00adee;
    left: 0;
}
.tooltip .ripple-container:hover:before {
    background: #00adee;
    transition: 0.3s;
}
.tooltip .ripple-container:hover:before {
    background: #00adee;
    transition: 0.3s;
    color: #fff;
}
.tooltip .ripple-container:hover .ripple-effect {
    background: #00adee !important;
    transition: 0.3s;
}
.tooltip p strong {
  font-family: "Sora", sans-serif !important;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  position:relative;
}
.page-id-12 .inner-page-banner{
	margin-top:-170px;
	padding-top:170px;
}
.page-id-49 .home-banner-slider::after {
    bottom: -120px;
}
.about-industry-cols{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	z-index:1;
}
.about-industry-cols::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.6);
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
	z-index:-1;
}
.about-industry-cols:hover::after{
	opacity:1;
}
.about-industries .about-industry-cols:hover .elementor-widget-image-box .elementor-image-box-title{
	color:#fff;
}
.menu-modal.active {
    backdrop-filter: blur(5px);
}

.home-banner-slider{
	z-index:1;
}
.page-id-20557 .home-banner-slider::after {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 1) 69%);
    height: 450px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100px;
    content: "";
    z-index: -1;
}
.elementor-widget-heading.primary-head-new .elementor-heading-title {
    color: #1E1E1E;
    font-size: 22px;
    line-height: 26px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}
.plantos-slider .swiper-slide-inner .swiper-slide-image{
	margin:0 auto;
}
.tab-detail-row .sub-primary-text.elementor-widget-text-editor {
    margin-bottom: 5px !important;
    font-family: "Sora", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #1E1E1E;
}
.industry-content .elementor-widget-image {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 100%;
    padding: 25px;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.note-text.elementor-widget-text-editor{
	font-family: "Sora", sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #1E1E1E !important;
	padding:20px 0 !important;
}
.plantos-imagebox-row .note-text.elementor-widget-text-editor{
	padding:0 !important;
}
.sub-primary-text.plantos-sub-text.elementor-widget.elementor-widget-text-editor {
    font-size: 20px;
    line-height: 26px;
}
.plantos-nity .elementor-widget-image img{
	height: 450px;
    width: auto;
    object-fit: contain;
}
.plantos-nity .primary-text.elementor-widget-text-editor ul{
	margin-bottom:0;
}
.live-action-container {
    max-width: 700px;
    margin: 0 auto;
}
.live-action-container .elementor-widget-html ul {
    list-style: none;
    margin: 0;
}
.live-action-container .elementor-widget-html ul li{
	display:flex;
	align-items:center;
	gap:10px;
	margin:0;
	font-size: 18px;
    line-height: 25px;
    color: #616161;
    font-family: "Sora", sans-serif;
    margin: 0 0 10px 0;
    text-align: left;
}
.live-action-container .elementor-widget-html ul li:last-child {
    margin: 0;
}
.live-action-container .elementor-widget-html ul li img{
	width:20px;
}
.live-action-container .elementor-widget-counter .elementor-counter-title{
	font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-family: "Sora", sans-serif;
    margin: 0;
	font-weight:400;
    text-align: center;
}
.live-action-container .elementor-widget-counter .elementor-counter-number-wrapper{
    font-size: 43px;
    line-height: 52px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0;
    letter-spacing: -1px;
	background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.new_tab{
	max-width:80% !important;
	margin:0 auto;
	padding:50px 0 100px 0;
}
.new_tab.elementor-widget-n-tabs .e-n-tab-title{
		background:transparent !important;
	border-bottom:4px solid transparent;
}
.new_tab .elementor-widget-image-carousel .swiper .swiper-slide img{
    border-radius: 12px;
}
.new_tab .elementor-widget-image-carousel .swiper{
    overflow: hidden;
    ov: hi;
    position: static;
    border: 7px solid #D0DDFF;
    border-radius: 25px;
}
.new_tab.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text{
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.new_tab.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] {
	border-bottom:4px solid #0189d9;
}
.new_tab.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text{
	font-size: 18px;
    line-height: 25px;
    color: #616161;
    font-family: "Sora", sans-serif;
    margin: 0 0 10px 0;
    text-align: left;
	font-weight:600;
	text-transform:capitalize !important;
	margin:0 !important;
}
body.custom-background.page-id-19545{
    background-image: url(/wp-content/uploads/2025/08/Frame-35.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.plantos-slider {
	border:1px solid #D0DDFF;
	border-radius:15px;
}
.plantos-slider .elementor-image-carousel .swiper-slide-inner{
	padding:50px;
}
.contcat-from input{
	background: #f0f5ff;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
	border:1px solid #D0DDFF !important;
	line-height: 30px;
	color: #616161 !important;
    font-family: "Sora", sans-serif !important;
}
.contcat-from select{
	background: #f0f5ff;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
	border:1px solid #D0DDFF !important;
	line-height: 30px;
	color: #616161 !important;
    font-family: "Sora", sans-serif !important;
	 cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-right: 48px;
}
.contcat-from textarea{
	background: #f0f5ff;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
	border:1px solid #D0DDFF !important;
	line-height: 30px;
	color: #616161 !important;
    font-family: "Sora", sans-serif !important;
	resize:none;
}
.cont-row.full-row{
	width:100%;
}
.cont-row{
	width:49%;
	float:left;
	margin-bottom:20px;
}
.cont-row.right-row{
	float:right;
}
.cont-row p{
	margin:0;
}
.cont-row label{
	line-height: 20px;
	color: #616161 !important;
    font-family: "Sora", sans-serif !important;
	font-size: 14px;
	margin-top:20px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    line-height: 22px;
	 font-family: "Sora", sans-serif !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
    line-height: 26px;
	 font-family: "Sora", sans-serif !important;
    border: none;
    margin: 0;
    float: left;
    padding: 0;
	color: #616161 !important;
}
span.wpcf7-spinner {
    display: none;
}
.contcat-from input[type="checkbox"] {
    width: 20px !important;
    height: 18px;
    padding: 5px;
    border-radius: 2px;
}
.cont-row .wpcf7-acceptance .wpcf7-list-item label{
	display: flex;
    gap: 10px;
}
.cont-row .wpcf7-acceptance .wpcf7-list-item{
	margin:0;
}
.cont-row input[type="file"] {
   width: 100%;
   max-width: 100%;
   color: #616161;
   padding:12px 20px !important;
   border-radius: 10px;
   margin-bottom: 0;
   font-size: 14px !important;
   font-weight:500 !important;
   font-family: "Sora", sans-serif;
}
.cont-row input[type=file]::file-selector-button {
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 5px !important;
  color: #000;
  border:1px solid #D0DDFF!important;
  background:#ffffff !important;
  cursor: pointer;
  transition: background .2s ease-in-out;
  height: 32px;
  line-height: 10px !important;
  font-family: "Manrope", sans-serif;
  font-size:16px;
  font-weight:500;
}
.contcat-from .checkbox-input:checked + .checkbox-label .checkbox-custom {
    background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
    border-color: #8b5cf6;
}
.contcat-from .checkbox-input:checked + .wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cont-row input[type="submit"] {
    background: url(/wp-content/uploads/2025/08/Union.svg), linear-gradient(135deg, #6940FF 0%, #2A85C7 100%);
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-position: 54% center;
    background-size: 13px, 100%;
}
.cont-row input[type="submit"]:hover{
	text-decoration:none;
}
.contcat-from input[type="checkbox"]:checked::before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    display: inline-block;
    margin: 0;
    height: 20px;
    width: 20px;
    left: -3px;
    top: -2px;
    padding: 2px;
    text-align: center;
    font-size: 6px !important;
}
::placeholder {
    color: #969696;
}
::-webkit-input-::placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
 	color: #969696 !important;
    font-family: "Sora", sans-serif;
	opacity:1;
}
.page-id-20939{
    background-image: url("/wp-content/uploads/2025/08/Frame-35.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.page-id-20939 .inner-page-banner{
	padding-top:50px;
}
.contact-location .elementor-widget-icon .elementor-icon {
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
}
.contact-location .elementor-widget-icon .elementor-icon svg{
    width: 70px !important;
    height: 70px !important;
    object-fit: contain;
}
.contact-location .elementor-widget-heading .elementor-heading-title{
	font-family: "Sora", sans-serif;
	font-size:32px;
	line-height:42px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0;
}
.contact-location .elementor-widget-text-editor {
	color:#646464;
	font-family: "Sora", sans-serif;
	font-size:18px;
	line-height:22px;
}
.legacy-section .e-con-inner{
	position:relative;
	z-index:1;
}
.legacy-section .e-con-inner::after {
    position: absolute;
    content: "";
    left: 35%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #D0DDFF;
    opacity: 0.3;
    transform: translateX(10px);
	z-index:-1;
}
.sticky-box .elementor-widget-heading .elementor-heading-title{
	 font-size: 56px;
    line-height: 62px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0;
    letter-spacing: -2px;
	color:#1E1E1E;
	display:inline-block;
}
.sticky-box .elementor-widget-text-editor{
	font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #1E1E1E;
	margin-bottom:5px !important;
}
.left-legacy-cols .elementor-widget-html {
    background: linear-gradient(137deg, rgba(105, 64, 255, 1) 24%, rgba(42, 133, 199, 1) 65%);
    width: 48px;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    height: 40px;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    margin-right: 0;
    z-index: 1;
    font-size: 0;
    top: -9px;
    right: -40px;
}
.right-legacy-cols {
    padding: 10px 60px;
}
.sticky-box {
    position: sticky;
    top: 50px;
    z-index: 1;
}
.right-legacy-cols .elementor-widget-image{
    background-color: #F2F6FF;
    padding: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D0DDFF;
    border-radius: 10px;
}
.right-legacy-cols .elementor-widget-image img {
    width: 100px;
    height: 50px;
    object-fit: contain;
	mix-blend-mode: multiply;
}
.right-legacy-cols .elementor-widget-text-editor p{
	margin:0;
	color:#646464;
	font-family: "Sora", sans-serif;
	font-size:14px;
	line-height:18px;
}
.right-legacy-cols .elementor-widget-text-editor{
	color:#646464 !important;
	font-family: "Sora", sans-serif !important;
	font-size:14px !important;
	line-height:18px !important;
}
.series-row {
	padding:30px 0;
	border-top: 1px solid #D0DDFF;
}
.series-row .elementor-widget-heading .elementor-heading-title{
    font-family: "Sora", sans-serif;
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
    color: #1E1E1E;
	margin:0 0;
}
.right-legacy-cols .elementor-widget-button .elementor-button.elementor-button-link{
	width:100%;
}
.series-row .e-con.e-flex:nth-child(2){
	border:none;
}
.series-row .e-con.e-flex {
    width: auto;
    min-width: 150px;
    margin-right: 40px;
    border-right: 1px solid #D0DDFF;
}
.tab-industry-image{
	border-radius:15px;
}
.tab-industry-image.elementor-widget-image img{
	width:100%;
	border-radius:15px !important;
}
.tire-industry{
	padding:0;
}
.industry-toggle .text-content-row {
    border-bottom: none;
}
.industry-toggle .e-con-full.e-flex {
    border: none;
    padding-top: 10px;
}
.industry-toggle.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    margin-bottom: 5px !important;
    font-family: "Sora", sans-serif;
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
    color: #1E1E1E;
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.industry-toggle.elementor-widget-n-accordion .e-n-accordion-item-title{
	padding:10px 0;
	border-bottom:1px solid #D0DDFF !important;
}
.industry-toggle .sub-primary-text.elementor-widget-text-editor {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #1E1E1E;
}
.industry-toggle .industry-tab .primary-text.elementor-widget-text-editor {
    font-size: 16px;
    line-height: 24px;
}
.industry-toggle .text-content-row {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.elementor-widget.elementor-widget-button .elementor-button-link .elementor-button-icon{
	width: 24px;
    height: 24px;
    justify-content: center;
}
button.sub-menu-toggle {
    border-left: none;
}
button.close-nav-toggle {
    padding: 20px 0 20px 0;
}
.home .manufacture-section{
    padding-top: 200px;
}
.bottom-footer .elementor-widget-image:last-child img{
	width:95px;
}
.bottom-footer .elementor-widget-image img {
    width: 120px;
    height: 60px;
    object-fit: contain;
}
.bottom-footer .primary-text.elementor-widget-text-editor {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: rgb(208 221 255 / 80%);
    font-weight: 200;
    margin-bottom: 0 !important;
}
.bottom-footer .elementor-widget-text-editor a{
    color: rgb(208 221 255 / 80%);
	padding:0 10px;
	border-right:1px solid  rgb(208 221 255 / 80%);
}
.bottom-footer .elementor-widget-text-editor a:last-child{
	border:none;
}
.bottom-footer {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 10px 0;
}
.primary-menu .current_page_ancestor {
    text-decoration: none;
}
header#site-header.sticky-header {
    background: rgba(255,255,255,0.7) !important;
    backdrop-filter: blur(15px);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sticky-header .site-logo img {
    max-height: inherit;
    width: 140px;
}
.sticky-header .header-inner {
    padding: 10px 0;
}
.page #site-content {
    padding-top: 170px;
}
.paoc-cb-popup-complete.custombox-content {
    overflow-y: auto;
    backdrop-filter: blur(5px);
}

.post-template-default .elementor-heading-title.elementor-size-default {
    font-family: "Sora", sans-serif !important;
}
.post-template-default .elementor-widget-text-editor {
    font-size: 16px;
    line-height: 24px;
    font-family: "Sora", sans-serif;
    color: #646464;
}
.post-template-default .elementor-widget.elementor-widget-image img {
    width: 100%;
}
.post-template-default .post-inner.thin .entry-content {
    width: 980px;
    margin: auto;
}
.discover-tag {
    padding: 20px 0;
}
.discover-tag .elementor-widget-heading.primary-head .elementor-heading-title {
    font-size: 40px;
    margin: 0;
}
.banner-abs-nity.elementor-widget-image {
    position: absolute;
    top: 0%;
    right: 5%;
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.manufacture-section .e-con-inner{
	position:relative;
}
.banner-abs-nity.elementor-widget-image img {
    width: 150px;
}
.product-row .elementor-widget-image-box.orange-color .elementor-image-box-title span{
	color:#f0542e;
}
.industry-content .e-con-full.e-flex{
	overflow:hidden;
	position:relative;
}
.industry-content .e-con-full.e-flex::after {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(315deg, #579BD4 0%, #8569FE 100%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: 0.3s;
}
.industry-content .e-con-full.e-flex:hover{
	transform:translateY(0);
}
.inner-page-banner .primary-text.primary-text-quote.elementor-widget-text-editor a {
    color: #646464;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    line-height: 24px;
}
.inner-page-banner .primary-text.primary-text-quote.elementor-widget-text-editor a b {
    background: linear-gradient(85deg, rgba(105, 64, 255, 1) 24%, rgba(42, 133, 199, 1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
a.ind_pdf01 {
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    line-height: 32px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 70px;
	letter-spacing:-1px;
}
.palntos-section .elementor-widget-heading.primary-head.primary-head-light .elementor-heading-title {
    font-weight: 400;
}
.palntos-section .elementor-widget-heading.primary-head.primary-head-light .elementor-heading-title span {
    font-weight: 700;
}

.plantos-imagebox-row .elementor-widget-heading.primary-head.primary-head-light .elementor-heading-title {
    font-weight: 400;
}
.plantos-imagebox-row .elementor-widget-heading.primary-head.primary-head-light .elementor-heading-title span{
    font-weight: 700;
}

.page-id-22691 {
    background-image: url("/wp-content/uploads/2025/08/Frame-35.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.privacy-policy-text .elementor-heading-title.elementor-size-default {
    font-size: 32px;
    line-height: normal;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 50px 0 0 0;
    letter-spacing: -1px;
    color: #000;
}
.cms-page-text {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #646464;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-top: 30px;
}
.page-id-22691 .primary-text.elementor-widget-text-editor {
    margin-bottom: 0 !important;
}
.page-id-22722 .primary-text.elementor-widget-text-editor {
    margin-bottom: 0 !important;
}
.privacy-policy-text .e-con-inner {
    gap: 10px;
}
.page-id-22691 .primary-text.elementor-widget-text-editor ul {
    margin-bottom: 0;
}
.page-id-22722 .primary-text.elementor-widget-text-editor ul {
    margin-bottom: 0;
}
.page-id-22722 .primary-text.elementor-widget-text-editor p a {
    color: #000;
    font-weight: 600;
}

.page-id-22722 {
    background-image: url("/wp-content/uploads/2025/08/Frame-35.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.page-id-22750 {
    background-image: url("/wp-content/uploads/2025/08/Frame-35.png");
    background-repeat: no-repeat;
    background-size: cover;
}


a.ind_pdf {
    float: right;
    font-size: 18px !important;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
a.ind_pdf img {
    width: 22px;
    float: left;
    margin: 12px 10px 0 0;
}

.mobile_menu {display:none !important;}
@media only screen and (max-width: 1350px) {
	.e-con.e-flex>.e-con-inner {
		max-width: 90%;
	}
	.section-inner {
		max-width: 90%;
	}
	.header-navigation-wrapper {
		padding-left: 50px;
	}
	header .primary-menu > li {
		margin: 0 9px;
	}
	.grid-cols2 {
		grid-column: span 6;
		grid-row: span 1;
	}
	.grid-cols5 {
		grid-column: span 9;
		grid-row: span 1;
	}
	.grid-cols6 {
		grid-column: span 6;
	}
	.grid-cols7 {
		grid-column: span 6;
	}
	.grid-cols8 {
		grid-column: span 6;
	}
	.elementor-82 .elementor-element.elementor-element-e82b8c5, .elementor-82 .elementor-element.elementor-element-e42044c {
		column-gap: 15px !important;
	}
	.location-cols.sengal {
		top: 64%;
	}
	.location-cols.indonesia {
		top: 50%;
	}
	.location-cols.malaysia {
		top: 44%;
	}
	.location-cols.vietnam {
		top: 39%;
	}
	.location-cols.thailand {
		top: 33%;
	}
	.location-cols.srilanka {
		top: 36%;
	}
	.location-cols.ghana {
		top: 36%;
	}
	.location-cols.senegal {
    	top: 34%;
	}
	.location-cols.mexico {
		top: 35%;
	}
}
@media only screen and (max-width: 1280px) {
	.impact-row .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 32px;
		line-height: 48px;
	}
	.cta-section .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 40px;
		line-height: 55px;
	}
	.elementor-82 .elementor-element.elementor-element-23d0ad1 {
		width: 22% !important;
	}
	.elementor-82 .elementor-element.elementor-element-bb92e56 {
		width: 58% !important; 
	}
	.inner-page-banner .inner-primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 48px;
		line-height: 52px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-description br{
		display:none;
	}
	.about-img .e-con-inner .elementor-widget-image img{
		height: 530px;
   		object-fit: cover;
	}
	.feature-box-row .elementor-widget-image-box .elementor-image-box-description {
		font-size: 20px;
		line-height: 26px;
	}
	.video-modal .modal-content {
    width: 920px !important;
    max-width: 920px !important;
   
}
}
@media only screen and (max-width: 1200px) {
	header .primary-menu > li {
		margin: 0 9px;
	}
	.header-navigation-wrapper {
		padding-left: 50px;
	}
	.header-navigation-wrapper {
		padding-left: 30px;
	}	
	.header-titles-wrapper {
		width: 180px;
	}
	.site-logo img {
		width: 180px;
	}
	.elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 38px;
		line-height: 42px;
	}
	.home-banner .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 60px;
		line-height: 62px;
	}
	.impact-row .elementor-counter .elementor-counter-title {
		font-size: 18px;
		line-height: 24px;
	}
	.elementor-82 .elementor-element.elementor-element-e82b8c5, .elementor-82 .elementor-element.elementor-element-e42044c {
		--gap: 0px 20px;
	}
	.elementor-82 .elementor-element.elementor-element-e82b8c5{
		flex-wrap:wrap;
	}
	.feature-box-row .elementor-widget-image-box .elementor-image-box-img {
		padding: 22px;
		width: 100px !important;
		height: 100px;
	}
	.tire.location-cols.sengal p {
		left: inherit;
		right: 0;
	}
}
@media only screen and (max-width: 1180px) {
	header .primary-menu a {
		font-size: 15px;
	}
	.elementor-520 .elementor-element.elementor-element-c9758b4 {
 		padding-left:30px;
	}
}
@media only screen and (max-width: 1100px) {
	header .primary-menu a {
		font-size: 14px;
		line-height: 18px;
	}
	.site-logo img, .header-titles-wrapper {
		width: 170px;
	}
	.header-navigation-wrapper {
		padding-left: 0;
	}
	.home-banner .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 58px;
		line-height: 62px;
	}
	.impact-row .e-con.e-flex{
		padding:15px;
	}
	.elementor-82 .elementor-element.elementor-element-23d0ad1 {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.elementor-82 .elementor-element.elementor-element-0d03e3e {
		width: 26% !important;
	}
	.elementor-82 .elementor-element.elementor-element-bb92e56 {
		width: 70% !important;
	}
}
@media only screen and (max-width: 1080px) {
	.home-banner .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 50px;
		line-height: 52px;
		margin-bottom:5px;
	}
	.home-banner .sub-head.elementor-widget-text-editor {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 10px 0;
	}
	.what-we-do-section .elementor-widget-heading.primary-head .elementor-heading-title br {
		display:none;
	}
	.plantos-section .elementor-widget-heading.primary-head .elementor-heading-title span {
		font-size: 38px;
		line-height: 40px;
	}
	.elementor-56 .elementor-element.elementor-element-6cb4d9b .elementor-image-box-wrapper .elementor-image-box-img {
		width: 80px;
	}
	.value-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 32px;
		line-height: 32px;
	}
	.cta-section .robot-cta.elementor-widget-image img {
		width: 250px;
		height: 250px;
		object-fit: contain;
	}
	.cta-section .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 34px;
    	line-height: 45px;
	}
	.whyus-row .e-con.e-flex{
		padding: 20px;
	}
	.whyus-row .elementor-widget-image-box .elementor-image-box-img {
		width: 80px !important;
		height: 80px;
		padding: 20px;
	}
	.whyus-row .elementor-widget-image-box .elementor-image-box-title {
		font-size: 18px;
		line-height: 24px;
	}
	.peak-cols .elementor-widget-image-box .elementor-image-box-img {
		width: 80px !important;
		height: 80px;
		padding: 15px;
	}
	.peak-cols .elementor-widget-image-box .elementor-image-box-title {
		font-size: 24px;
		line-height: 28px;
	}
	.peak-cols .elementor-widget-image-box .elementor-image-box-content {
		width: calc(100% - 80px);
		padding-left: 20px;
	}
	.cta-section.e-con.e-flex > .e-con-inner {
		max-width: 100%;
	}
	.inner-page-banner .inner-primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 42px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-title {
		font-size: 34px;
		line-height: 42px;
	}
	.about-industries .elementor-widget-image-box .elementor-image-box-title {
		font-size: 18px;
		line-height: 24px;
	}
	.feature-box-row .elementor-widget-image-box .elementor-image-box-description {
		font-size: 18px;
		line-height: 24px;
	}
	.feature-box-row .elementor-widget-image-box .elementor-image-box-description::after {
		bottom: 10px;
	}
	.featurebox-cols{
		width:31.5% !important;
	}
	.banner-abs-nity.elementor-widget-image {
		right: -4%;
	   top: 15%;
	}
	.banner-abs-nity.elementor-widget-image img {
		width: 120px;
	}
		.location-cols.sengal {
		top: 62%;
	}
	.location-cols.indonesia {
		top: 48%;
	}
	.location-cols.malaysia {
		top: 42%;
	}
	.location-cols.vietnam {
		top: 36%;
	}
	.location-cols.thailand {
		top: 31%;
	}
	.location-cols.srilanka {
		top: 34%;
	}
	.location-cols.ghana {
		top: 34%;
	}
	.location-cols.senegal {
    	top: 32%;
	}
	.location-cols.mexico {
		top: 33%;
	}
}
@media only screen and (max-width: 999px) {
	.header-inner .toggle svg, .toggle-inner .toggle-text {
		display: none;
	}
	.site-logo img {
		width: 150px;
	}
	.header-titles-wrapper {
		align-items: flex-start;
		justify-content: flex-start;
	}
	body.custom-background.home {
		background-position: top left;
		background-size: 100% 700px;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
		padding: 0;
	}
	button.sub-menu-toggle {
		padding: 0;
	}
	.modal-menu li .sub-menu li a{
		font-size: 18px !important;
		line-height: 18px;
		padding: 15px 0 !important;
		color:#ffffff;
	}
	.modal-menu li .sub-menu{
		padding-left:20px;
	}
	.modal-menu li a {
		font-size: 18px !important;
		line-height: 18px;
		padding: 20px 0 !important;
	}
	.modal-menu li{
		border-bottom:1px solid rgba(255,255,255,0.3);
	}
	.mobile-menu {
		display: block;
		padding-top: 0;
	}
	.home-banner .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 48px;
		line-height: 52px;
		margin-bottom:5px;
	}
	.home-banner .sub-head.elementor-widget-text-editor {
		font-size: 26px;
		line-height: 28px;
	}
	.impact-row .elementor-counter .elementor-counter-title {
		font-size: 16px;
		line-height: 20px;
	}
	.impact-row {
		margin-top: 10px;
	}
	.elementor-56 .elementor-element.elementor-element-7fdedc7 .e-con-inner{
		padding-bottom:30px !important
	}
	.outcome-section-row .e-con-full.e-flex .person_img{
		width:48%;
	}
	.outcome-section-row .e-con-full.e-flex {
		flex-wrap:wrap;
		column-gap: 0;
	}
	 .outcome-section-row .e-con-full.e-flex .person_img:nth-child(2n) {
       margin-left:20px;
    }
	.whyus-row .elementor-widget-image-box .elementor-image-box-description {
		font-size: 14px;
		line-height: 22px;
	}
	.cta-section .robot-cta.elementor-widget-image img {
		width: 200px;
		height: 200px;
	}
	a.elementor-button.elementor-button-link.elementor-size-sm {
		font-size: 16px;
		padding: 14px 15px;
	}
	.cta-section .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 26px;
		line-height: 36px;
	}
	.person_img img {
		height: 400px;
		object-fit: cover;
	}
	.inner-page-banner .primary-text.elementor-widget-text-editor br{
		display:none;
	}
	.sub-primary-text.elementor-widget-text-editor {
		margin-bottom: 5px !important;
		font-size: 20px;
		line-height: 26px;
	}
	.inner-page-banner .inner-primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 38px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.page #site-content {
		padding-top: 130px;
	}
	.header-inner {
		padding: 20px 0;
	}
	.inner-page-banner .primary-text.elementor-widget-text-editor p{
		margin-bottom:0;
	}
	.plantos-banner .elementor-widget-heading .elementor-heading-title {
		font-size: 20px;
		line-height: 27px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-title {
		font-size: 32px;
		line-height: 40px;
	}
	.about-img .elementor-widget-text-editor {
		padding: 50px;
		width: 100% !important;
		max-width: 100% !important;
	}
	.about-img .e-con-inner .elementor-widget-image img {
		height: 410px;
		object-fit: cover;
	}
	.about-industries {
		padding: 80px 0;
	}
	.proction-content .primary-text.elementor-widget-text-editor {
		padding: 20px;
	}
}
@media only screen and (max-width: 767px) {
	
	.palntos-section .elementor-widget-heading.primary-head .elementor-heading-title {
    font-size: 24px;
    line-height: 32px;
}
	
	.plantos-imagebox-row .elementor-widget-heading.primary-head .elementor-heading-title {
    font-size: 24px;
    line-height: 32px;
}
	.product-row .elementor-widget-image-box .elementor-image-box-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    color: #000000;
    margin: 0 0 5px 0;
    letter-spacing: 0px;
}
	
	.menu-modal-inner {
    background: linear-gradient(132deg, rgba(105, 64, 255, 1) 24%, rgba(42, 133, 199, 1) 78%);
}
	
	.cont-row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
	.elementor-element.elementor-element-b34de92.e-con-full.e-flex.e-con.e-child {
    padding: 20px;
}
	
	.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
    width: 100% !important;
    float: left;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    clear: inherit !important;
}
	.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-grid-post-holder-inner {
    display: block;
    align-items: center;
    padding-bottom: 0 !important;
    background: #ffffff;
}
	.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post .eael-grid-post-holder-inner .eael-entry-media {
    margin: 0;
}
	.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-entry-media {
    width: 100%;
    margin-bottom: 20px !important;
}
	.blog-listing .elementor-element.elementor-grid-eael-col-3 .eael-grid-post:first-child .eael-entry-wrapper {
    width: 100%;
    padding: 0 15px;
}
	
	.mobile_menu {display:block !important;} 
	.home-banner .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 32px;
		line-height: 38px;
		letter-spacing: -1px;
	}
	.home-banner .elementor-widget-heading.primary-head .elementor-heading-title span sup {
		font-size: 16px;
	}
	.home-banner .sub-head.elementor-widget-text-editor {
		letter-spacing: -1px;
		font-size: 20px;
		line-height: 38px;
	}
	body.custom-background.home {
		background-position: top left;
		background-size: 100% 700px;
	}
	.home-banner .elementor-widget-button {
		margin-top: 10px;
	}
	.home-banner-slider::after {
		width: 100%;
		left: 0;
		bottom: -50px;
		content: "";
		z-index: -1;
	}
	.elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 32px;
		line-height: 38px;
	}
	.impact-row .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 38px;
		line-height: 52px;
	}
	.elementor-56 .elementor-element.elementor-element-ad22319 {
		padding: 0px 0px 0px 0px;
	}
	.industry-location {
		top: 0;
	}
	.plantos-section .elementor-widget-heading.primary-head .elementor-heading-title span {
		font-size: 32px;
		line-height: 38px;
	}
	.why-plantos .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 28px;
		line-height: 38px;
	}
	.production-cols {
		min-height: 100px;
		width: 100%;
	}
	.production-row {
		display: flex;
		flex-direction: column !important;
	}
	.production-cols.is-active .elementor-widget-image-box .elementor-image-box-title {
		font-size: 32px;
		line-height: 38px;
	}
	.grid-cols1, .grid-cols2, .grid-cols3, .grid-cols4, .grid-cols5, .grid-cols6, .grid-cols7, .grid-cols8, .grid-cols9, .grid-cols10, .grid-cols11, .grid-cols12 {
		grid-column: span 6;
	}
	.outcomes-section .elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text {
		font-size: 14px;
		line-height: 22px;
	}
	.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-wrapper {
		flex-direction: row !important;
	}
	.hover-effect-cols .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
		width: 30px !important;
   	   margin: 0 !important;
	}
	.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-content {
		width: calc(100% - 30px);
		text-align: left;
		min-width: 160px;
		max-width: 160px;
	}
	.peak-cols .elementor-widget-image-box .elementor-image-box-content {
		width: 100% !important;
		padding-left: 0;
		text-align: left;
	}
	.peak-cols .elementor-widget-image-box .elementor-image-box-title {
		font-size: 22px;
		line-height: 28px;
		margin: 12px 0 10px 0;
		letter-spacing: -1px;
	}
	.peak-cols .elementor-widget-image-box .elementor-image-box-img {
		width: 80px !important;
		height: 80px;
		padding: 15px;
	}
	.whyus-row .elementor-widget-image-box .elementor-image-box-img {
		width: 80px !important;
		height: 80px;
		padding: 15px;
	}
	.faq-section .e-con.e-flex .e-con.e-flex:first-child {
		position: relative;
		top: 0;
	}
	.faq-section .elementor-widget-n-accordion .e-n-accordion-item-title {
		padding: 20px;
	}
	.faq-section .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor {
		padding: 0 20px 20px 20px;
	}
	.cta-section .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	.cta-section .elementor-widget-image img {
		width: 150px;
	}
	.footer-section {
		padding: 250px 0 0 0;
	}
	.footer-section .primary-text.elementor-widget-text-editor:nth-child(2) {
		min-height: inherit;
	}
	 .custom-form-container .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .custom-form-container .form-row.single {
        gap: 20px;
    }
	.modal-menu li a {
    font-size: 16px !important;
    line-height: 24px;
    padding: 10px 0 !important;
}
	.primary-text.elementor-widget-text-editor br{
		display:none;
	}
	.industry-location{
		display:none;
	}
	.elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 28px;
		line-height: 32px;
	}
	.home .manufacture-section {
		padding-top: 120px;
	}
	body.custom-background.home {
		background-size: 100% 800px;
	}
	.home-banner .sub-head.elementor-widget-text-editor {
		letter-spacing: -1px;
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.home-banner {
		padding-top: 30px;
	}
	.elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 28px;
		line-height: 34px;
	}
	a.elementor-button.elementor-button-link.elementor-size-sm {
		font-size: 16px;
		padding: 12px 20px;
	}
	.impact-section .sub-primay-head.elementor-widget-heading .elementor-heading-title {
		background: transparent !important;
	}
	.elementor-56 .elementor-element.elementor-element-75b973f {
   		padding-bottom:30px !important;
	}
	.impact-row .elementor-counter .elementor-counter-title {
		font-size: 16px;
		line-height: 22px;
	}
	.plantos-section .elementor-widget-heading.primary-head .elementor-heading-title br {
		display: none;
	}
	.plantos-section .elementor-widget-heading.primary-head .elementor-heading-title{
		margin: 0 !important;
	}
	.value-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 24px;
		line-height: 25px;
	}
	.grid-cols1 {
		grid-column: span 6;
		grid-row: span 1;
	}
	.person_img img {
		height: 350px;
		object-fit: cover;
	}
	.elementor-56 .elementor-element.elementor-element-f458fbe .elementor-image-box-wrapper .elementor-image-box-img {
		width: 73px;
	}
	.discover-tag .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 20px;
		margin: 0;
		text-align: center !important;
		line-height: 28px;
		letter-spacing: 0;
	}
	.banner-abs-nity.elementor-widget-image{
		display:none;
	}
	.inner-page-banner .inner-primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.impact-note.elementor-widget-text-editor {
   		padding: 0 0 20px 0 !important;
		font-size: 18px;
		line-height: 22px;
		width: 100% !important;
		max-width: 100% !important;
	}
	.cta-section .elementor-widget-heading.primary-head .elementor-heading-title br{
		display:none;
	}
	.faq-row .elementor-widget-n-accordion .e-n-accordion-item-title-text {
		font-size: 18px;
		line-height: 24px;
	}
	.footer-section .e-con.e-flex {
		width: 100% !important;
	}
	.bottom-footer .primary-text.elementor-widget-text-editor{
		text-align:center;
	}
	.bottom-footer .e-con.e-flex {
		width: 100% !important;
		align-items: center;
		justify-content: center;
	}
	.elementor-widget-heading.primary-head .elementor-heading-title br {
		display: none;
	}
	.our-impact-section .sub-primay-head.elementor-widget-heading .elementor-heading-title {
		background: #EFF4FF;
	}
	.inner-page-banner .sub-head.elementor-widget-heading .elementor-heading-title {
		font-size: 22px;
		line-height: 30px;
	}
	.about-img .elementor-widget-text-editor{
		font-size: 14px !important;
		line-height: 28px !important;
		padding:30px !important;
	}
	.about-industries {
		padding: 50px 0;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-title {
		font-size: 28px;
		line-height: 30px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-description {
		font-size: 14px;
		line-height: 22px;
	}
	.about-industries .elementor-widget-image-box .elementor-image-box-title {
		margin: 0;
	}
	a.lightbox {
		padding: 15px 22px !important;
		font-size: 14px !important;
	}
	.featurebox-cols {
		width: 100% !important;
	}
	.elementor-19953 .elementor-element.elementor-element-5fc7b6f .elementor-image-box-wrapper .elementor-image-box-img {
		width: 80px;
	}
	.faq-row .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor {
		font-size: 14px;
		line-height: 22px;
	}
	.elementor-element.elementor-element-cd4dc28.elementor-widget.elementor-widget-image img{
		width:200px;
	} 
	.plantos-imagebox-row .elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    padding-left: 0;
}
	.plantos-imagebox-row .product-row  .elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}
	.plantos-imagebox-row .product-row .elementor-widget-image-box .elementor-image-box-img {margin:auto !important;}
	.elementor-element.elementor-element-af898e8.e-con-full.e-flex.e-con.e-child {
    border: none;
}
	.industry-tab .elementor-widget-n-tabs .e-n-tab-title {
    width: 90% !important;
    margin: auto;
}

a.ind_pdf {
    float: right;
    font-size: 18px !important;
    position: relative;
    right: 0;
    background: linear-gradient(90deg, rgba(105, 64, 255, 1) 22%, #12ACE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    top: 20px;
    margin-bottom: 50px;
    left: 0;
}
a.ind_pdf img {
    width: 22px;
    float: left;
    margin: 0px 10px 0 0;
}
	
	
}
@media only screen and (max-width: 700px) {
	.modal-menu {
		left: inherit;
		width: 100%;
	}
	.sub-primay-head.elementor-widget-heading .elementor-heading-title {
		font-size: 14px;
		line-height: 22px;
	}
	.elementor-56 .elementor-element.elementor-element-6cb4d9b .elementor-image-box-wrapper .elementor-image-box-img {
		width: 60px;
	}
	.value-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 22px;
		line-height: 24px;
	}
	.outcome-section-row .e-con-full.e-flex .person_img:nth-child(2n) {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 500px) {
	.elementor-widget-heading.primary-head .elementor-heading-title br{
		display:none;
	}
	.video-section .elementor-widget-shortcode a.paoc-popup-click {
		width: 50px;
		height: 50px;
		border-radius: 100%;
		background-size: 40px;
		font-size: 0;
		min-width: 50px;
		min-height: 50px;
	}
	.video-section .elementor-widget-shortcode {
		top: 0;
		left: 10px;
		width: 100px;
		height: 100px;
	}
	.footer-section .primary-text.elementor-widget-text-editor br {
		display: none;
	}
	.location-cols p{
		display:none;
	}
	.grid-cols {
		padding: 30px 20px;
	}
	.hover-effect-cols .elementor-widget-icon-box .elementor-icon-box-content {
		min-width: auto;
		max-width: inherit;
	}
	.elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 26px;
		line-height: 30px;
	}
	.cta-section .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 26px;
		line-height: 32px;
	}
	.about-img .e-con-inner .elementor-widget-image img {
		height: 600px;
	}
}
@media only screen and (max-width: 420px) {
	.outcome-section-row .e-con-full.e-flex .person_img:nth-child(2n) {
		margin-left: 10px;
	}
}