/*
Theme Name: etienc child
Template: etienc
*/

/* font-family: "Play", sans-serif; */



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

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

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('fonts/Pretendard-Bold.eot');
    src: url('fonts/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pretendard-Bold.woff2') format('woff2'),
        url('fonts/Pretendard-Bold.woff') format('woff'),
        url('fonts/Pretendard-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.2s;
    z-index: 99;
    height: auto;
    background: transparent;
}
footer#site-footer {
    border: none;
    padding: 0;
    margin: 0 !important;
}
header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
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;
}
body {
    margin: 0;
    font-family: "Play", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    letter-spacing: -0.02em;
}

.primary-menu a{
	color: #fff !important;
	font-size:20px;
	text-transform:uppercase;
}
.header-inner .toggle-wrapper{
	width:50px;
}
.header-toggles .toggle{
	padding:0;
	width:50px;
}
.nav-toggle .toggle-inner{
	padding-top:0;
}
.toggle-inner{
	width:100%;
	height:auto !important;
}
.nav-toggle .toggle-icon{
	width:100%;
	height:2px;
	background:#fff;
	position:relative;
	overflow:visible;
}
.nav-toggle .toggle-icon::after{
	width:100%;
	height:2px;
	content:"";
	position:absolute;
	right:0;
	top:-10px;
	background:#fff;
}
.nav-toggle .toggle-icon::before{
	width:100%;
	height:2px;
	content:"";
	position:absolute;
	right:0;
	bottom:-10px;
	background:#fff;
}
#site-footer {
    background-color: #18191C;
    padding: 45px 0 40px !important;
    border-top: 1px solid #333 !important;
}
#footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: start;
    gap: 0;
    align-items: end;
}
#site-footer .section-inner {
    flex-direction: column;
}
.footer-logo{
	margin-bottom:24px;
}
.cols-row {
    width: 100%;
    float: left;
    display: flex;
	align-items: flex-end;
    justify-content: space-between !important;
}
.footer-left p{
	 font-family: "Play", sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height:1.5;
	margin:0;
}
.footer-right p{
	 font-family: "Play", sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height:1.5;
	margin:0;
}
.footer-left p a{
	color: rgba(255, 255, 255, 0.6);
}
.hero-visual .hero-visual-swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.hero-visual .hero-visual-swiper .swiper-wrapper {
    height: 100vh;
    position: relative;
}
.hero-visual .hero {
    height: 100vh;
}
.hero-visual .outer, .hero-visual .inner {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.hero-visual .inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}
.hero-visual .text-box {
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
    scale: 2;
    transition: 2s ease-in-out;
    filter: blur(15px);
}
.hero-visual .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.hero-visual .third .bg {
    background-image: url("/wp-content/uploads/2024/10/main-hero-03.jpg");
}

.hero-visual .text-box .title-top {
    font-size: 18px;
    line-height: 1.4;
	font-family: "Play", sans-serif; 
	font-weight:400;
}

.hero-visual .text-box .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8px;
	font-family: "Play", sans-serif;
}
.hero-visual .text-box .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8px;
}
.hero-visual .first .bg {
    background-image: url("/wp-content/uploads/2024/10/main-hero-01.jpg");
}
/*.hero-visual .second .bg {
    background-image: url("/wp-content/uploads/2024/10/main-hero-02.jpg");
}*/
.hero-visual .second .bg {
    background-image: url("/wp-content/uploads/2024/11/rteeti_final.jpg");
}
.hero-visual .hero-visual-swiper .swiper-slide-active .bg {
    animation: zoom-in-zoom-out 15s linear infinite;
}
.hero-visual.e-con.e-flex>.e-con-inner {
    max-width: 100%;
}
.hero-visual .hero-visual-swiper .swiper-slide-active .text-box {
    scale: 1;
    transition: 2s ease-in-out;
    filter: blur(0);
}
.primary-menu > li{
	margin:0;
	padding:0 20px;
}
ul.primary-menu {
    margin: 0;
}
.hero-visual .hero-visual-swiper .swiper-pagination {
    bottom: 100px !important;
}
.hero-visual .hero-visual-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4;
    transition: 0.5s;
	width:8px;
	height:8px;
}
.hero-visual .hero-visual-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 44px;
    border-radius: 3.5px;
    transition: 0.5s;
}
.icon-simbol-white {
    background-image: url("/wp-content/uploads/2024/10/simbol-white.svg");
    width: 63px;
    height: 71px;
}
.hero-visual .hero-visual-swiper .icon-simbol-white {
    position: absolute;
    right: 80px;
    bottom: 100px;
    z-index: 100;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.25, 1.25);
  }
  100% {
    transform: scale(1, 1);
  }
}
.about-section{
	padding:100px 0
}
.primary-head.elementor-widget-heading .elementor-heading-title{
	font-size: 48px;
	line-height: 1;
	position: relative;
	z-index: 1;
	color: #2E4DBB;
	 font-family: "Play", sans-serif;
	margin-bottom:30px;
}
.primary-sub-text.elementor-widget-text-editor .elementor-widget-container{
	font-size: 24px;
	line-height: 1.4;
	transition: 0.5s;
	font-family: "Play", sans-serif;
	color: #222;
}
.company.elementor-widget-text-editor .elementor-widget-container{
	font-size: 32px;
	margin-top: 120px;
	color: #CFD7F4;
	font-weight: 700;
	transition: 0.5s;
	font-family: "Play", sans-serif;
}
.padding-3{
	padding:50px;
}
.fp-section.fp-table.e-con.e-flex, .fp-section.fp-table.e-con.e-flex>.e-con-inner, .fp-section.fp-table.e-con.e-flex>.e-con-inner .elementor-widget-html{
	height:100vh;
}
.fp-section.fp-table.e-con.e-flex>.e-con-inner{
	max-width:100%;
} 

.fp-section.fp-table .elementor-widget-html .elementor-widget-container{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.quick-menu ul {
    display: flex;
    height: 100%;
    flex-wrap: wrap; 
	margin:0;
	padding:0;
}
.quick-menu li {
    background-color: #222;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 50%;
    flex-grow: 1;
	margin: 0;
    padding: 0;
    list-style: none;
}
.quick-menu li.about {
    background-image: url("/wp-content/uploads/2024/10/quick-menu-1.jpg");
}
/*.quick-menu li.what {
    background-image: url("/wp-content/uploads/2024/10/quick-menu-2.jpg");
}*/
.quick-menu li.what {
    background-image: url("/wp-content/uploads/2024/11/rteeti_final.jpg");
}
.quick-menu li.career {
    background-image: url("/wp-content/uploads/2024/10/quick-menu-3.jpg");
}
.quick-menu li.news {
    background-image: url("/wp-content/uploads/2024/10/quick-menu-4.jpg");
}
.quick-menu li > a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    height: 100%;
    padding: 12% 12%;
    position: relative;
}
.quick-menu .title {
    font-size: 22px;
    font-weight: 700;
	font-family: "Play", sans-serif;
}
.quick-menu .desc {
    font-size: 13px;
    margin-top: 13px;
	font-family: "Play", sans-serif;
}
.quick-menu .more {
    font-size: 14px;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
	font-family: "Play", sans-serif;
}
.parallex-section .elementor-widget-heading .elementor-heading-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
	font-family: "Play", sans-serif;
	color:#fff;
	letter-spacing:0;
}
.parallex-section .elementor-widget-text-editor .elementor-widget-container{
	font-size: 32px;
	margin-top: 40px;
	font-family: "Play", sans-serif;
	margin:0;
	color: #fff;
    text-align: center;
	margin-top:40px;
}
.home-news {
	padding:100px 0;
}
.home-news .elementor-widget-heading .elementor-heading-title{
	 font-size: 56px;
	font-weight: 700;
    text-align: center;
	font-family: "Play", sans-serif; 
	color: #222;
	margin: 0 0 50px 0;
}
.home-news .eael-entry-thumbnail {
    aspect-ratio: 556 / 400;
}
.home-news .elementor-widget-eael-post-grid .eael-entry-title a{
    margin-top: 0;
    display: block;
    display: -webkit-box;
    font-size: 24px;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
    height: auto;
	font-family: "Play", sans-serif;
	color: #222 !important;
}
.home-news .eael-grid-post .eael-entry-wrapper{
	padding:40px 0 0 0;
}

.home-news .elementor-widget-eael-post-grid .eael-grid-post-excerpt p{
    margin-top: 20px;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
    height: auto;
    color: #666 !important;
}
.cta-section{
	padding:100px 0;
}
.cta-section .elementor-widget-heading .elementor-heading-title{
	font-size: 32px;
    padding: 0 20px;
	font-family: "Play", sans-serif;
	margin:0;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:0;
	font-weight:400;
	margin-bottom:40px;
}
.cta-section .elementor-widget-button .elementor-button {
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
    padding:12px 24px;
    border-radius: 24px;
    color: #fff;
    font-family: "Pretendard";
	font-family: "Play", sans-serif; 
	background:transparent;
}
#site-header.header-footer-group.show, #site-header.header-footer-group.hide {
    transform: translateY(0);
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    padding-top: 0;
}
#site-header.header-footer-group.hide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}
#site-header.header-footer-group.show, #site-header.header-footer-group.hide {
    transform: translateY(0);
    background: rgba(255,255,255,0.98);
    backdrop-filter: inherit;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    padding-top: 0;
}
#site-header.header-footer-group.show .header-inner, #site-header.header-footer-group.hide .header-inner{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
#site-header.header-footer-group.show  .primary-menu a{
	color:#222 !important;
}
#site-header.header-footer-group.show .nav-toggle .toggle-icon, #site-header.header-footer-group.show .nav-toggle .toggle-icon::before, #site-header.header-footer-group.show  .nav-toggle .toggle-icon::after{
  background: #222;
}
#site-header.header-footer-group.show .site-logo img{
	filter: brightness(0) invert(0);
}
.allmenu {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 100%;
}
.allmenu > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1344px;
    margin: 0 auto;
    flex-grow: 1;
    max-height: 100%;
    overflow-x: hidden;
    padding: 2rem 0;
}
.allmenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.allmenu > ul > li > a {
    font-size: 28px;
    color: #fff;
	text-decoration:none;
}
.allmenu .tree {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
	margin:0;
    margin-top: 5px;
}
.allmenu .tree > li > a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
	text-decoration:none;
}
.allmenu-wrap {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 999 !important;
    width: 100vw !important;
    flex-direction: column !important;
    overflow: hidden;
    display: none;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.8) url("/wp-content/uploads/2024/10/gnb-bg.jpg") no-repeat 50% 50% !important;
    background-size: cover !important;
    -webkit-clip-path: circle(0 at 100% 0) !important;
    clip-path: circle(0 at 100% 0) !important;
    transition: -webkit-clip-path 0.8s ease-out, clip-path 0.8s ease-out !important;
}
.active ~ .allmenu-wrap {
    display: block !important;
}
.allmenu-wrap.active {
    -webkit-clip-path: circle(200% at 100% 0) !important;
    clip-path: circle(200% at 100% 0) !important;
}
button.toggle.close-nav-toggle{
    position: absolute;
    right: 9%;
    top: 30px;
    width: 50px;
    padding: 0;
}
button.toggle.close-nav-toggle .toggle-text{
	display:none;
}
button.close-nav-toggle svg{
	color:#fff !important;
	height: 3rem;
    width: 3rem;
}
.menu-bottom{
	display:none;
}
.header-toggles {
    margin-right: 0;
}

/*parag*/
.pagebanner {
	width: 100%;
	height: 100vh;
}
.pagebanner .elementor-heading-title.elementor-size-default {
	font-size: 38px;
	font-weight: 700;
	animation: subVisualText 2s;
	line-height: normal;
	color: #fff;
	font-family: "Play", system-ui, -apple-system, arial;
}
.pagebanner .elementor-widget-container {
	font-size: 32px;
	animation: subVisualText 2s both 0.25s;
	color: #fff;
	font-family: "Play", system-ui, -apple-system, arial;
}
@keyframes subVisualText {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  25% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.direction .elementor-heading-title.elementor-size-default {
	margin-bottom: 60px;
	font-family: "Play", system-ui, -apple-system, arial;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #222;
}
.contact_halfbox {
	padding: 0;
}
.contact_halfbox .elementor-icon-box-title span{
	font-weight: 700;
	color: #222;
	margin-bottom: 16px;
	line-height: 24px;
	font-size: 16px;
	font-family: "Play", system-ui, -apple-system, arial;
	letter-spacing:-0.02em;
}
.career1 {
	padding: 180px 0 160px 0;
}


.career1 .elementor-heading-title.elementor-size-default {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 24px;
	color: #000;
	font-family: "Play", system-ui, -apple-system, arial;
}
.career1 .elementor-widget-container {
	color: #2E4DBB;
	font-size: 20px;
	font-weight: 700;
	font-family: "Play", system-ui, -apple-system, arial;
}
.company-section .primary-head.elementor-widget-heading .elementor-heading-title{
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 38px;
	color: #222;
	font-family: "Play", system-ui, -apple-system, arial;
}
.company-section .primary-sub-text.elementor-widget-text-editor .elementor-widget-container{
    font-size: 18px;
    line-height: 30px;
	color: #666;
	font-family: "Play", system-ui, -apple-system, arial;
	margin-bottom:20px;
}
.sub-head.elementor-widget-heading .elementor-heading-title{
	color: #2E4DBB;
    font-weight: 700;
	font-family: "Play", system-ui, -apple-system, arial;
	font-size: 20px;
	margin-bottom: 24px;
}
.company-section .elementor-widget-image img{
	height: 618px;
    object-fit: cover;
	width:100%;
}
.company-section.reverse-box .elementor-widget-image img {
    height: 780px;
    object-fit: cover;
    width: 100%;
}
.eti-section .elementor-widget-text-editor .elementor-widget-container {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-family: "Play", system-ui, -apple-system, arial;
    margin-bottom: 20px;
}
.eti-section{
	padding:100px 0;
}
.who-we-are-section{
	padding:100px 0;
}
.chairman-detail .elementor-widget-heading .elementor-heading-title{
	color: rgba(34, 34, 34, 0.73);
    font-size: 32px;
	font-weight: 700;
    line-height: 1.1;
	font-family: "Play", system-ui, -apple-system, arial;
}
.chairman-detail .elementor-widget-heading .elementor-heading-title span{
	width:100%;
	float:left;
	font-weight: 400;
}
.chairman-detail .elementor-widget-text-editor .elementor-widget-container {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-family: "Play", system-ui, -apple-system, arial;
    margin-bottom: 20px;
}
.chairman-detail .elementor-widget-text-editor{
	width:100%;
}
.chairman-detail .elementor-widget-text-editor .elementor-widget-container ul{
	margin:0;
}
.reverse-box .padding-3{
	padding: 0 0 0 50px;
}
.about-slider{
	padding:120px 0;
}
.about-slider .sub-head.elementor-widget-heading .elementor-heading-title{
	color:#fff;
}
.about-slider .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#fff; 
	margin-bottom:80px;
}
.about-section.section05 .swiper .swiper-slide .slide-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 33px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.about-section.section05 .swiper .swiper-slide .slide-desc {
    color: #fff;
    font-size: 14px;
    font-family: "Play", system-ui, -apple-system, arial;
}
.core-value-section{
	padding:100px 0;
}
.core-value-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color: #000;
	margin-bottom:120px;
}
.about-section.section06 .core-wrap {
    display: flex;
    gap: 87px;
    flex-wrap: wrap;
    justify-content: center;
}
.about-section.section06 .core-wrap .values span {
    color: #2E4DBB;
    font-weight: 700;
}
.eti-section .elementor-widget-text-editor .elementor-widget-container span {
    color: #2E4DBB;
}
.about-section.section06 .core-wrap li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 100%;
}
.about-section.section06 .core-wrap .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #F1F5FA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 38px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.about-section.section06 .core-wrap .values {
    font-size: 16px;
    color: #000;
	font-family: "Play", system-ui, -apple-system, arial;
    margin-bottom: 12px;
}
.about-section.section06 .core-wrap .desc {
    color: #666;
    font-size: 14px;
    line-height: normal;
	font-family: "Play", system-ui, -apple-system, arial;
	text-align:center;
}
.eti-section .elementor-widget-text-editor .elementor-widget-container strong{
	 font-weight: 700;
	 color: #2E4DBB;
}
.tab-section{
	padding:100px 0 0 0;
}
.tab-section .elementor-widget-n-tabs .e-n-tab-title{
	background:transparent !important;
	padding:0 !important;
}
.tab-section .elementor-widget-n-tabs .e-n-tab-title:hover{
	text-decoration:none !important;
}
.tab-section .elementor-widget-html ul li{
	margin:0;
	padding:0;
	list-style:none;
}
.tab-section .elementor-widget-html ul li a{ 
    font-size: 15px !important;
    color: #bbb;
	font-family: "Play", system-ui, -apple-system, arial;
    font-weight: 700;
    padding: 0;
	background:transparent !important;
	text-transform:capitalize;
	text-decoration:none !important;
}
.tab-section .elementor-widget-html ul {
    gap: 40px !important;
    text-decoration: none !important;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.tab-section .elementor-widget-html ul li:hover a{
	text-decoration:none !important;
	color: #000;
}
.tab-section .elementor-widget-html ul li.active a{
	text-decoration:none !important;
	color: #000;
}

.tab-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
}
.tab-section .primary-head.elementor-widget-heading .elementor-heading-title {
    font-size: 24px;
    line-height: 1.3;
	margin-bottom:20px;
}
.tab-section .elementor-widget-image img{
	height:550px;
	object-fit:cover;
}
.standards-box {
    display: flex;
    gap: 60px;
    text-align: start;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
	margin:0;
}
.standards-box li{
	list-style:none;
	margin:0;
	padding:0;
}
.standards-section{
	padding:100px 0;
	margin-top:100px;
}
.standards-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
	margin-bottom:80px;
}

.standards-section .standards-box .circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    background-color: #1D68A8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.standards-section .standards-box .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.standards-section .standards-box .desc {
    color: #666;
    font-size: 14px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.standards-section .sub-head.elementor-widget-heading .elementor-heading-title {
    color: #1D68A8;
}
.sigma-policy{
	padding:100px 0;
	margin-top:100px;
}
.sigma-policy .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222
}
.sigma-policy .primary-sub-text.elementor-widget-text-editor .elementor-widget-container{
	font-size:16px;
	line-height:20px;
	letter-spacing:0;
}
.column-3-section .elementor-widget-image-box .elementor-image-box-description{
    font-size: 14px;
    color: #fff;
    margin-bottom: 40px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.column-3-section {
	margin-top:60px;
}
.column-3-section .elementor-widget-image-box{
	flex: 0 1 33.3%;
}
.process-section{
	padding:150px 0;
}
.process-section .elementor-widget-text-editor .elementor-widget-container {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    font-family: "Play", system-ui, -apple-system, arial;
    margin-bottom: 80px;
	
}
.process-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
}
.left-right-row{
	padding:80px 0 0 0;
}
.left-right-row .elementor-widget-image-box .elementor-image-box-title{
    color: #1D68A8;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
	 font-family: "Play", system-ui, -apple-system, arial;
}
.left-right-row .elementor-widget-image-box .elementor-image-box-description{
    color: #666;
    font-size: 14px; 
	 font-family: "Play", system-ui, -apple-system, arial;
}
.left-right-row .elementor-widget-image-box{
	margin-bottom:50px !important;
}
.sigma-policy.margin0{
	margin-top:0;
}
.pagebanner {
    animation: subVisualScale 3s;
}
.we-secton1{
	padding:100px 0;
}
.we-secton1.company-section .primary-head.elementor-widget-heading .elementor-heading-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 38px;
}
.we-section4{
	padding:150px 0;
}
.we-section4 .primary-head.elementor-widget-heading .elementor-heading-title{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
	color:#222;
}
.column4-section .elementor-widget-image-box .elementor-image-box-title{
	font-size: 24px;
    margin-bottom: 30px;
	color:#222;
	font-family: "Play", system-ui, -apple-system, arial;
}
.column4-section .elementor-widget-image-box .elementor-image-box-description{
	color: #666;
	font-size: 18px;
	line-height:28px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.column4-section .elementor-widget-image-box {
	flex:0 1 25%;
}
.onland-section.section03 {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
    padding: 0;
}
.bidirectional-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
}
@keyframes subVisualScale {
  from{
      transform: scale(1.1);
  }
  to{
      transform: scale(1);
  }
}
.blog-listing {
	padding:100px 0;
}
.blog-listing .eael-grid-post-holder-inner {
    display: flex;
    flex-direction: row-reverse;
}
.blog-listing .eael-grid-post-holder-inner .eael-entry-media {
    width: 60%;
	padding-left:10%;
	position: inherit;
}
.blog-listing .eael-grid-post-holder-inner .eael-entry-wrapper {
    width: 40%;
	padding:0;
}
.blog-listing .eael-post-grid-container .eael-post-grid .eael-grid-post{
	padding:40px 0;
	border-top:2px solid #000;
	position:relative;
}
.blog-listing .eael-post-grid-container .eael-post-grid {
    margin: 0;
}
.blog-listing .elementor-widget-eael-post-grid .eael-entry-title{
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 40px;
	color: #222;
	font-family: "Play", system-ui, -apple-system, arial;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.blog-listing .elementor-widget-eael-post-grid .eael-entry-title a{
	color: #222;
}
.blog-listing .post-carousel-categories {
    opacity: 1;
    visibility: visible;
    top: -50px;
    padding: 0;
}
.blog-listing .post-carousel-categories{
	opacity:1;
	visibility:visible;
}
.blog-listing .post-carousel-categories li a {
    color: #222;
    pointer-events: none;
}
.blog-listing .post-carousel-categories li{
	margin:0;
	font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.blog-listing .eael-grid-post .eael-entry-thumbnail {
	position: relative;
    aspect-ratio: 556 / 400;
}
.blog-listing .eael-grid-post .eael-entry-thumbnail img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-post header.entry-header.has-text-align-center.header-footer-group{
	display:block;
}
.single-post .entry-categories{
	display:none;
}
.single-post header.entry-header h1.entry-title{
	font-size: 20px;
	color: #000;
    font-weight: 700;
    line-height: 1.4;
    padding: 22px 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 16px;
	font-family: "Play", system-ui, -apple-system, arial;
	text-align:left;
}
.single-post .section-inner.medium{
	max-width:1280px;
}
.single-post .post-meta .meta-wrapper, .single-post .post-meta .meta-icon{
	display:none;
}
.single-post .post-meta .meta-wrapper.post-date {
	display:flex;
	margin-top:0;
}
.single-post .post-meta-single-top .post-meta{
	justify-content: flex-start;
}
.single-post .post-meta-wrapper{
	max-width:100%;
}
.single-post .post-meta .meta-text a {
    font-size: 16px;
    font-weight: 600 !important;
    color: #222 !important;
	font-family: "Play", system-ui, -apple-system, arial;
}
.singular .featured-media-inner {
    position: relative;
    left: inherit;
    width: 100%;
}
.singular .featured-media-inner img {
    max-width: 100%;
    margin: 0;
    width: 100%;
}
nav.pagination-single.section-inner, .comments-wrapper.section-inner{
	display:none;
}
.single-post .post-inner{
	padding:0;
	margin-top:30px;
	padding-bottom:100px;
}
.single-post .entry-content{
	max-width:1280px;
	margin:0 auto;
}
.single-post .entry-content img{
	margin:0;
	width:100%;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none;
}
.onland-section.section03 .bg {
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/business-area00.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.onland-section.section03.e-con.e-flex>.e-con-inner{
	max-width:100%;
}
.onland-section.section03 .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onland-section.section03 .desc {
    color: #fff;
    font-size: 18px;
 	font-family: "Play", system-ui, -apple-system, arial;
}
.onland-section.section03 .txt-box {
    margin-bottom: 60px;
}
.onland-section .row {
    display: flex;
    flex-wrap: wrap;
   
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.onland-section.section03 .hover-box {
    border: 1px solid #fff;
    height: 100%;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.onland-section.section03 .container {
    max-width: 1280px;
	margin:0 auto;
}
.onland-section.section03 .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.onland-section.section03 .hover-box .title {
    font-size: 24px;
    margin-bottom: 20px;
}
.onland-section.section03 .desc {
    color: #fff;
    font-size: 18px;
}
.onland-section.section03 .hover-box .desc {
    font-size: 16px;
}
.bidirectional-section .primary-text.elementor-widget-text-editor .elementor-widget-container{
	font-size: 18px;
    line-height: 30px;
    color: #666;
    font-family: "Play", system-ui, -apple-system, arial;
    margin-bottom: 20px;
}
.bidirectional-section .primary-text.elementor-widget-text-editor .elementor-widget-container ul{
	margin-left:20px;
}
.bidirectional-section .primary-text.elementor-widget-text-editor .elementor-widget-container ul li{
	font-size: 18px;
    line-height: 30px;
    color: #666;
    font-family: "Play", system-ui, -apple-system, arial;
    margin: 0 0 10px 0;
	
}
.primary-text.elementor-widget-text-editor .elementor-widget-container{
	font-size: 18px;
    line-height: 30px;
    color: #666;
    font-family: "Play", system-ui, -apple-system, arial;
    margin: 0 0 10px 0;
	
}
.bidirectional-section{
	padding-bottom:200px;
}
.on-water-section .primary-head.elementor-widget-heading .elementor-heading-title{ 
	font-size: 70px;
	margin-bottom: 46px;
	line-height: 90px;
    color:#222;
}
.on-water-content .elementor-widget-heading .elementor-heading-title{
	font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
	font-family: "Play", system-ui, -apple-system, arial;
	margin:0;
}
.on-water-content .elementor-widget-text-editor .elementor-widget-container{
	font-size: 14px;
    color: #fff;
    line-height: 1.3;
	max-width:46%;
}
.on-water-content{
	position:relative;
	z-index:1;
}
.on-water-content::after{
	width:0;
	height:100%;
	right:0;
	top:0;
	content:"";
	position:absolute;
	z-index:-1;
	background:url(/wp-content/uploads/2024/10/whatwedo01.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	transition:1s;
}
.on-water-content.on-load-content::after{
	width:0;
	height:100%;
	right:0;
	top:0;
	content:"";
	position:absolute;
	z-index:-1;
	background:url(/wp-content/uploads/2024/10/on-land01.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	transition:1s;
}
.fadeIn .on-water-content::after{ 
	width:100%;
}
.solar-power{
	padding:200px 0;
}
.solar-power .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
	font-size: 18px;
    line-height: 41px;
    font-weight: 700;
}
.comparison-section{
	padding:100px 0 200px 0;
}

.comparison-section .primary-head.elementor-widget-heading .elementor-heading-title{
	font-size: 28px;
    color: #222;
    font-weight: 700;
    margin-bottom: 40px;
}
.comparison-section .elementor-widget-html {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 8%;
}
.comparison-section .e-con-inner{
	position:relative;
}
.txt-box{
	width:100%;
}
.txt-box p{
	text-align:center;
	width:50%;
	margin:0;
	float:left;
	font-size: 14px;
    color: #fff;
    font-weight: 700;
	font-family: "Play", system-ui, -apple-system, arial;
}
.solution-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
.ecofloar-logo.elementor-widget.elementor-widget-image{
	width:450px;
	margin-bottom:20px;
}
.ecofloar-logo.elementor-widget.elementor-widget-image img{
	mix-blend-mode: multiply;
}
.solution-section .primary-text.elementor-widget-text-editor .elementor-widget-container ul{
	margin-left:0;
}
.solution-section .three-logo .elementor-widget-image img{
	width:140px;
}
.solution-section .three-logo{
	margin-bottom:30px;
}
.primary-text-light.elementor-widget-text-editor .elementor-widget-container{
	color: #bbb;
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
}
.solution-section .primary-text.elementor-widget-text-editor .elementor-widget-container{
	margin-bottom:0 !important;
}
.solution-section{
	padding:100px 0;
}
.arrow-column .sub-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.arrow-column .sub-title .txt-box p {
    font-size: 24px;
    color: #2E4DBB;
    font-weight: 700;
	width:auto;
}
.line {
    background-color: #f3f3f3;
    width: 100%;
    height: 10px;
}
.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-60 {
    width: 60%;
}
.reliable-section{
	padding:100px 0;
}
.reliable-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
	margin-bottom:30px;
}
.onwater-section.section07 .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    text-align: start;
    transform: translate3d(0, 0, 0);
	counter-reset: number;
}
.onwater-section.section07 .swiper-pagination-bullet {
    width: 40%;
    height: 100%;
    background: transparent;
    opacity: 1;
    font-size: 20px;
    color: #bbb;
    line-height: 32px;
    margin-bottom: 28px !important;
    transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.onwater-section.section07 .swiper-pagination-bullet {
    width: 40%;
    height: 100%;
    background: transparent;
    opacity: 1;
    font-size: 20px;
    color: #bbb;
    line-height: 32px;
    margin-bottom: 28px !important;
    transition: all 0.5s ease-in-out;
}
.onwater-section.section07 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .num {
    opacity: 0;
}
.onwater-section.section07 .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    text-align: start;
    transform: translate3d(0, 0, 0);
}
.onwater-section.section07 .swiper-pagination-bullet {
    width: 40%;
    height: 100%;
    background: transparent;
    opacity: 1;
    font-size: 20px;
    color: #bbb;
    line-height: 32px;
    margin-bottom: 28px !important;
    transition: all 0.5s ease-in-out;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section07 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	font-size: 24px;
    font-weight: 700;
    color: #2E4DBB;
    padding-left: 0;
    transition: all 0.5s ease-in-out;		
}
.onwater-section.section07 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    font-size: 24px;
    font-weight: 700;
    color: #2E4DBB;
    padding-left: 20px;
    transition: all 0.5s ease-in-out;
}
.onwater-section.section07 .swiper-pagination-bullet .num::before {
    content: "";
    display: block;
    position: absolute;
    counter-increment: number 1;
    content: "0" counter(number) ". ";
    opacity: 1;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.onwater-section.section07 .swiper-wrapper {
    height: 500px;
}
.onwater-section.section07 .swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}
.reliable-section .elementor-widget-html{
	margin-top:100px;
}
.system-works{
	padding:94px 0 80px;
}
.system-works .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#fff;
}
.system-works .primary-text.elementor-widget-text-editor .elementor-widget-container{
	color:#fff;
}
.circle-row-mian{
	padding-top:50px;
}
.onwater-section.section08 .circle {
    background-color: rgba(255, 255, 255, 0.1);
    width: 340px;
    height: 340px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.onwater-section.section08 .circle .num-box {
    background-color: #778E9E;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section08 .circle .num-box p{
	margin:0;
}
.onwater-section.section08 .circle .name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section08 .circle .desc-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section08 .circle .desc-box .desc {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    opacity: 1;
    transform: translateY(0);
	font-family: "Play", system-ui, -apple-system, arial;
}
.digital-technology{
    padding: 200px 0;;
}
.digital-technology .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#222;
	font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.digital-row .elementor-widget-image-box{
	flex: 0 1 50%;
}
.digital-row .elementor-widget-image-box .elementor-image-box-title{
	color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: normal;
	font-family: "Play", system-ui, -apple-system, arial;
}
.digital-row .elementor-widget-image-box .elementor-image-box-content ul {
	margin:0;
}
.digital-row .elementor-widget-image-box .elementor-image-box-content ul li{
    list-style: disc;
    color: #fff;
    font-size: 16px; 
	font-family: "Play", system-ui, -apple-system, arial;
	margin-top:0;
	margin-bottom:10px;
}
.digital-row .elementor-widget-image-box .elementor-image-box-content p{
	margin:0;
}
.certificates-section{
	padding:200px 0;
}
.certificates-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#666;
}
.certificate-list{
	margin-top:60px;
}
.onwater-section.section06 .swiper-slide {
    padding: 80px 0;
}
.onwater-section.section06.e-con.e-flex>.e-con-inner{
	max-width:100%;
}
.onwater-section.section06.e-con.e-flex>.e-con-inner .swiper-slide .container{
	max-width:1280px;
	margin:0 auto;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.onwater-section.section06 .swiper-slide .txt-box .title {
    font-size: 28px;
    margin-bottom: 10px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section06 .swiper-slide .txt-box .desc {
    font-size: 14px;
    opacity: 1;
    margin-bottom: 32px;
    line-height: 25px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section06 .swiper-slide .txt-box .name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section06 .swiper-slide .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 41px;
	font-family: "Play", system-ui, -apple-system, arial;

}
.onwater-section.section06 .swiper-slide .desc {
    color: #fff;
    font-size: 14px;
    line-height: 41px;
    opacity: 0.6;
    margin-bottom: 20px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section06 .swiper-slide .txt-box .name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section06 .row {
    display: flex;
    flex-wrap: wrap;
}
.d-flex {
    display: flex !important;
}
.gap-8 {
    gap: 8px;
}
.onwater-section.section06 .swiper-slide .img-box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.onwater-section.section06 .swiper-slide .table-container {
    overflow: scroll;
}
.onwater-section.section06 .swiper-slide .table {
    width: 800px;
}
.onwater-section.section06 .swiper-slide .table th {
    color: #fff;
    font-size: 20px;
}
.onwater-section.section06 .swiper-slide .table th:not(:last-child) {
    border-right: 2px solid #D9D9D9;
}
.onwater-section.section06 .swiper-slide .table td {
    color: #fff;
    font-size: 16px;
	font-family: "Play", system-ui, -apple-system, arial;
}
.onwater-section.section06 .swiper-slide .table td:not(:last-child) {
    border-right: 2px solid #D9D9D9;
}
.onwater-section.section06 .swiper-slide .table td:not(:first-child) {
    padding: 15px 30px;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
.p-r-20 {
    padding-right: 20px;
}
.text-center {
    text-align: center !important;
}
.onwater-section.section06 .swiper-slide .table thead > tr {
    border-bottom: 2px solid #D9D9D9;
}
.onwater-section.section06 .swiper-slide .btn-box {
    margin-bottom: 25px;
	display:flex;
}
.onwater-section.section06 .swiper-slide .blueprint {
    margin: 40px 0 100px;
}
.icon-arrow-left {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9934 12.5542 27.6216 9.25145 25.1851 6.81491C22.7486 4.37837 19.4458 3.00661 16 3ZM21 17H13.4125L15.95 19.5375C16.137 19.725 16.242 19.979 16.242 20.2437C16.242 20.5085 16.137 20.7625 15.95 20.95C15.8569 21.0437 15.7457 21.1175 15.6233 21.1669C15.5008 21.2163 15.3695 21.2403 15.2375 21.2375C15.1074 21.2401 14.9781 21.2159 14.8576 21.1665C14.7372 21.117 14.6283 21.0433 14.5375 20.95L10.3 16.7125C10.2058 16.6188 10.1295 16.5087 10.075 16.3875C9.9749 16.1389 9.9749 15.8611 10.075 15.6125C10.1295 15.4913 10.2058 15.3812 10.3 15.2875L14.5375 11.05C14.7277 10.8776 14.977 10.785 15.2336 10.7914C15.4902 10.7977 15.7346 10.9024 15.9161 11.0839C16.0976 11.2655 16.2023 11.5098 16.2087 11.7664C16.215 12.0231 16.1224 12.2723 15.95 12.4625L13.4125 15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 32px;
}
.icon-arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9934 12.5542 27.6216 9.25145 25.1851 6.81491C22.7486 4.37837 19.4458 3.00661 16 3ZM21.925 16.3875C21.8705 16.5087 21.7942 16.6188 21.7 16.7125L17.4625 20.95C17.3717 21.0433 17.2628 21.117 17.1424 21.1665C17.022 21.2159 16.8927 21.2401 16.7625 21.2375C16.6305 21.2403 16.4992 21.2163 16.3767 21.1669C16.2543 21.1175 16.1431 21.0437 16.05 20.95C15.863 20.7625 15.758 20.5085 15.758 20.2437C15.758 19.979 15.863 19.725 16.05 19.5375L18.5875 17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H18.5875L16.05 12.4625C15.8776 12.2723 15.785 12.0231 15.7914 11.7664C15.7977 11.5098 15.9024 11.2655 16.0839 11.0839C16.2655 10.9024 16.5098 10.7977 16.7664 10.7914C17.0231 10.785 17.2723 10.8776 17.4625 11.05L21.7 15.2875C21.7942 15.3812 21.8705 15.4913 21.925 15.6125C22.0251 15.8611 22.0251 16.1389 21.925 16.3875Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 32px;
}
.onwater-section.section06 .swiper-slide.slide02 {
	background: url("/wp-content/uploads/2024/10/hydrostatic02.png") no-repeat center;
	background-size: cover;
}
.about-slider .slide-btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: -30px;
    padding-right: 40px;
	position: relative;
    z-index: 4;
}
.blog-listing .elementor-widget-eael-post-grid .eael-grid-post-excerpt p{
	  font-size: 16px;
     line-height: 1.5;
	font-weight: 400;
    color: #666;
	font-family: 'Pretendard-Regular';
}
.contact_halfbox .elementor-widget-icon-box .elementor-icon-box-description, .map_iframe.elementor-widget-text-editor .elementor-widget-container{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.contact_halfbox .elementor-icon-box-content {
	margin-bottom:30px;
}
.contact_halfbox .map_iframe iframe{
	margin-top:20px;
}
a {
    color: #222;
    text-decoration: none;
}
.intro-text.section-inner.max-percentage.small {
    display: none;
}
.single-post .entry-content a{
	font-family: 'Pretendard-Regular'; 
	font-size:20px;
	line-height:22px;
	font-weight:600;
}
.chairman img {
	width: 164px;
	height: 164px;
	border-radius: 164px;
	object-fit: cover;
}
.site-logo img {
	/*filter: brightness(0) invert(1) !important;*/
	max-height: 8rem;
}
.opacity_logo {
	margin-top: 120px;
}
.opacity_logo img {
	width: 120px;
	float: left;
	opacity: 0.1;
}
.footer-logo img {
	width: 120px;
	/*filter: brightness(0) invert(1) !important;*/
}
.show .site-logo img {
    filter: inherit !important;
	max-height: 6rem;
    
}
.about-slider .slide-btn-box .icon-arrow-left, .about-slider .slide-btn-box .icon-arrow-right {
	cursor: pointer;
}
.chairman {
	width: 264px;
}
/*parag css*/

@media (min-width: 768px) {
    .allmenu > ul {
        gap: 40px;
    }
	.allmenu > ul > li > a {
		font-size: 32px;
	}
	.allmenu .tree {
		gap: 5px 40px;
		margin-top: 10px;
	}
	.allmenu .tree > li > a {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.quick-menu ul {
		flex-wrap: nowrap;
	}
	.quick-menu li {
		width: 25%;
		height: 100%;
		transition: all 0.5s ease-out;
	}
	.quick-menu li > a {
		justify-content: center;
		position: relative;
	}
	.quick-menu li > a::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		transition: 0.2s;
	}
	.quick-menu li:not(:hover) > a:not(:hover)::before {
		background: rgba(0, 0, 0, 0.2);
	}
	.quick-menu .text-box {
		position: absolute;
		left: 8%;
		top: 48%;
		height: 50%;
		max-width: 340px;
		transition: 0.2s 0.1s;
	}
	.quick-menu .title {
		font-size: 40px;
		font-weight: 400;
		line-height: 1.2;
	}
	.quick-menu .desc {
		font-size: 18px;
		margin-top: 16px;
	}
	.quick-menu .desc, .quick-menu .more {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease-in-out 0.1s;
	}
	.quick-menu .more {
		font-size: 14px;
		margin-top: 30px;
	}
	.quick-menu .desc, .quick-menu .more {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease-in-out 0.1s;
	}
	.quick-menu li:hover {
		width: 42%;
	}
	.quick-menu li:hover .desc, .quick-menu li:hover .more {
		visibility: visible;
		opacity: 1;
		position: static;
	}
	.parallex-section .elementor-widget-heading .elementor-heading-title{
		font-size: 80px;
	}
	.about-section.section05 .swiper .swiper-slide {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex: 1 0 auto;
		width: 40%;
		gap: 100px;
	}
	.about-section.section05 .swiper .swiper-slide .img-box {
		flex: 0 0 50%;
	}
	.about-section.section05 .swiper .swiper-slide .slide-txt {
		max-width: 510px;
		flex: 1 1 50%;
	}
	.about-section.section05 .swiper .swiper-slide .slide-title {
		font-size: 30px;
	}
	.about-section.section05 .swiper .swiper-slide .slide-desc {
		font-size: 14px;
	}
	.primary-head.elementor-widget-heading .elementor-heading-title{
		 font-size: 40px;
	}
	.about-section.section06 .core-wrap {
		flex-wrap: nowrap;
		gap: 78px;
	}
	.about-section.section06 .core-wrap li {
		flex: 0 1 25%;
	}
	.about-section.section06 .core-wrap .circle {
		width: 160px;
		height: 160px;
		font-size: 40px;
	}
	.tab-section .elementor-widget-html ul li a{
    	font-size: 20px !important;
	}
	.standards-section .standards-box .circle{
		width: 61px;
		height: 61px;
		font-size: 40px;
	}
	.standards-section .standards-box .name {
		font-size: 24px;
        margin-bottom: 32px;
	}
	.standards-section .standards-box .desc {
		font-size: 18px;
	}
	.column-3-section .elementor-widget-image-box .elementor-image-box-description{
		font-size: 18px;
	}
	.left-right-row .elementor-widget-image-box .elementor-image-box-title{
		font-size: 24px;
	}
	.left-right-row .elementor-widget-image-box .elementor-image-box-description{
		font-size: 18px;
	}
	.single-post header.entry-header h1.entry-title{
		font-size: 28px;
		 padding: 32px 0;
	}
	.we-section4 .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 32px;
		font-weight: 700;
		margin-bottom: 80px;
	}
	.we-secton1.company-section .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 70px;
        margin-bottom: 46px;
		line-height:90px;
	}
	.onland-section.section03 {
	
		margin-bottom: 0;
	}
	.onland-section.section03 .elementor-widget-container{
			padding: 200px 0 241px;
	}
	.onland-section.section03 .bg {
		transition: 0.5s ease-in-out;
	}
	.onland-section.section03[data-hover-index="0"] .bg {
		background-image: url("/wp-content/uploads/2024/10/business-area00.jpg");
	}
	.onland-section.section03[data-hover-index="1"] .bg {
		background-image: url("/wp-content/uploads/2024/10/business-area01.jpg");
	}
	.onland-section.section03[data-hover-index="2"] .bg {
		background-image: url("/wp-content/uploads/2024/10/business-area02.jpg");
	}
	.onland-section.section03[data-hover-index="3"] .bg {
		background-image: url("/wp-content/uploads/2024/10/business-area03.jpg");
	}
	.onland-section .title {
		font-size: 32px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	.onland-section.section03 .txt-box .title {
		font-size: 40px;
		font-weight: 700;
		margin-bottom: 24px;
	}
	.onland-section.section03 .txt-box .desc {
		font-size: 20px;
	}
	.onland-section.section03 .txt-box {
		margin-bottom: 172px;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
		 padding:0 12px;
	}
	.onland-section.section03 .hover-box {
		padding: 40px;
	}
	.onland-section .title {
		font-size: 32px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	.onland-section .desc {
		font-size: 18px;
	}
	.onland-section.section03 .hover-box:hover {
		background-color: rgba(241, 241, 241, 0.2);
		transition: 0.5s ease-in-out;
	}
	.on-water-content .elementor-widget-heading .elementor-heading-title{
		font-size: 32px;
		margin-bottom: 40px;
	}
	.on-water-content .elementor-widget-text-editor .elementor-widget-container{
		font-size: 18px;
	}
	.comparison-section .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 70px;
		margin-bottom: 80px;
		text-align:center;
	}
	.txt-box p {
		width: 50%;
		font-size: 32px;
		left: 0;
		float: left;
	}
	.solution-section .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 32px;
        margin-bottom: 34px;
        line-height: 41px;
	}
	.arrow-column .sub-title .txt-box p {
		font-size: 24px;
		color: #2E4DBB;
		font-weight: 700;
		flex: 1 0 auto;
	}
	.arrow-column .sub-title .txt-box .line {
		position: relative;
		height: 1px;
		background-color: #666;
	}
	.d-lg-block {
		display: block !important;
	
	}
	.arrow-column .sub-title .txt-box {
		display: flex;
		align-items: center;
		gap: 40px;
		max-width: 546px;
	}
	.arrow-column .txt-box .line::after {
		content: "";
		width: 7px;
		height: 7px;
		background-color: #666;
		border-radius: 50%;
		position: absolute;
		right: -3.5px;
		top: -3px;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.system-works .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 32px;
        margin-bottom: 24px;
	}
	.digital-technology .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 32px;
        margin-bottom: 74px;
	}
	.digital-row .elementor-widget-image-box .elementor-image-box-title{
		font-size: 34px;
        margin-bottom: 48px;
	}
	.digital-row .elementor-widget-image-box .elementor-image-box-content ul li{
		font-size: 18px; 
	}
	.onwater-section.section06 .swiper-slide.slide02 {
		background: url("/wp-content/uploads/2024/10/hydrostatic02.png") no-repeat center;
		background-size: cover;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.onwater-section.section06.action .txt-box {
		  max-width: 493px;
	}
	.onwater-section.section06 .txt-box .name {
		font-size: 18px;
	}
	.onwater-section.section06 .swiper-slide .desc {
		font-size: 16px;
	}
	.onwater-section.section06 .swiper-slide .title {
		font-size: 18px;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.onwater-section.section06 .swiper-slide .table-container {
		overflow: unset;
	}
	.onwater-section.section06 .swiper-slide .table {
		width: 100%;
		border: midnightblue;
	}
	.solar-power .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 32px;
        margin-bottom: 40px;
	}
	.hero-visual .text-box .title {
		font-size: 120px;
	}
	.hero-visual .text-box .title-top {
		font-size: 40px;
	}
	.pagebanner .elementor-heading-title.elementor-size-default {
		font-size: 72px;
	}
	.tab-section .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 58px;
		line-height: 68px;
		margin-bottom:0;
	}
	.contact_halfbox .elementor-widget-icon-box .elementor-icon-box-description, .map_iframe.elementor-widget-text-editor .elementor-widget-container{
		font-size: 18px;
	}
	
}
@media (min-width: 1200px) {
   .standards-box {
        flex-wrap: nowrap;
    }
	.standards-section .standards-box li {
        flex: 0 1 25%;
    }

}
@media (min-width: 1400px) {
    .quick-menu .title {
        font-size: 48px;
    }
	.about-section.section05 .swiper .swiper-slide .slide-title {
		font-size: 48px;
	}
	.about-section.section05 .swiper .swiper-slide .slide-desc {
		font-size: 16px;
	}
}

@media (max-width: 1350px) {
	.section-inner {
		max-width: 90%;
	}
	.e-con.e-flex>.e-con-inner {
		max-width: 90%;
	}
	.company.elementor-widget-text-editor .elementor-widget-container {
		margin-top: 38px;
	}
	.parallex-section .elementor-widget-heading .elementor-heading-title {
		font-size: 68px;
	}
	.quick-menu .title {
		font-size: 32px;
		font-weight: 400;
		line-height: 1;
	}
	.primary-menu a {
		font-size: 18px;
	}
	.allmenu {
		padding: 0 3%;
	}
	.onwater-section.section06.e-con.e-flex>.e-con-inner .swiper-slide .container {
		max-width: 90%;
	}
	.single-post .entry-content {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 1280px) {
	.primary-menu > li {
		padding: 0 10px;
	}
	.primary-menu a {
		font-size: 16px;
	}
	.onland-section.section03 .container {
		max-width: 90%;
	}
	.onland-section .e-con-inner .elementor-widget-container{
		padding:100px 0;
	}
}
@media (max-width: 1080px) {
	.primary-menu a {
		font-size: 14px;
	}
}
@media (max-width: 1024px) {
	.blog-listing .eael-post-grid-container .eael-post-grid .eael-grid-post {
		width: 100%;
	}
	.blog-listing .eael-grid-post-holder-inner {
		flex-direction: column;
	}
	.blog-listing .elementor-widget-eael-post-grid .eael-entry-title{
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		color: #222;
		margin-bottom: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 2;
	}
	.blog-listing .eael-post-grid-container .eael-post-grid .eael-grid-post{
		width:100%;
	}
	.blog-listing .eael-grid-post-holder-inner .eael-entry-media {
		width: 100%;
		padding-left: 0;
		position: inherit;
		margin-bottom: 20px;
	}
	.blog-listing .eael-grid-post-holder-inner .eael-entry-media {
		width: 100%;
		padding-left: 0;
		position: inherit;
		margin-bottom: 20px;
	}
	.blog-listing .eael-grid-post-holder-inner .eael-entry-wrapper {
		width: 100%;
		padding: 0;
	}
	.career2_section {
		padding-bottom: 100px;
	}
}
@media (max-width: 999px) {
	.allmenu{
		display:none;
	}
	.mobile-menu{
		width: 100vw;
		height: 100vh;
		padding:100px 0 0 0;
	}
	.mobile-menu ul{
		width:90%;
		margin:0 auto;
	}
	.modal-menu li{
		border:none;
	}
	.modal-menu > li > .ancestor-wrapper > a {
		font-size: 28px;
		color: #fff;
		font-family: "Play", system-ui, -apple-system, arial;
		font-weight: 400;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 10px 0 !important;
		line-height: 45px;
		width:auto;
	}
	.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: none;
}
	button.sub-menu-toggle {
		border-left: none;
	   color:#fff;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg{
		color:#fff;
	}
	.modal-menu .ancestor-wrapper {
		display: flex;
		justify-content: inherit;
		width: 100%;
	}
	.mobile-menu ul.sub-menu {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 20px;
		margin: 5px 0 0 0;
	}
	.mobile-menu ul.sub-menu li{
		font-size: 15px;
		color: rgba(255, 255, 255, 0.6);
		font-weight: 700;
		font-family: "Play", system-ui, -apple-system, arial;
	}
	.mobile-menu ul.sub-menu li a{
		color: rgba(255, 255, 255, 0.6); 
		padding:0;
		font-weight: 700;
		font-family: "Play", system-ui, -apple-system, arial;
	}
	.modal-menu li:not(.active) ul.sub-menu{
		display: none;
	}
	.header-titles-wrapper {
		justify-content: left;
		padding: 0;
	}
	.header-inner .toggle {
		right:5%;
		padding: 0;
		width: 30px;
	}
	.site-logo img {
		max-height: inherit;
		width: 100px;
	}
	.pagebanner .elementor-widget-container{
		font-size: 20px;
	}
	.pagebanner {
		height: 300px;
	}
	.tab-section .elementor-widget-html ul {
		gap: 20px !important;
	}
	.about-section.e-con.e-flex>.e-con-inner{
		flex-direction: column-reverse;
	}
	.about-section.e-con.e-flex .e-con.e-flex{
		width:100%;
	}
	.primary-head.elementor-widget-heading .elementor-heading-title{
		color: #2E4DBB;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom:10px;
	}
	.padding-3 {
		padding: 30px;
	}
	.primary-sub-text.elementor-widget-text-editor .elementor-widget-container{
		font-size: 16px;
		line-height: 1.4;
	}
	.quick-menu .title {
		font-size: 22px;
		font-weight: 700;
	}
	.quick-menu .desc {
		display: none;
	}
	.company.elementor-widget-text-editor .elementor-widget-container {
		font-size: 22px;
	}
	.about-section, .home-news {
		padding: 50px 0;
	}
	.parallex-section .elementor-widget-heading .elementor-heading-title{
		font-size: 40px;
		font-weight: 700;
		line-height: 1.2;
	}
	.parallex-section .elementor-widget-text-editor .elementor-widget-container{
		font-size: 16px;
		margin-top: 20px;
	}
	.home-news .eael-grid-post{
		margin-bottom:30px;
	}
	.home-news .elementor-widget-eael-post-grid .eael-entry-title a{
		font-size:20px;
	}
	.home-news .elementor-widget-eael-post-grid .eael-grid-post-excerpt p{
		font-size: 14px;
    	line-height: 1.5;
	}
	.home-news .eael-grid-post .eael-entry-wrapper {
		padding: 20px 0 0 0;
	}
	.cta-section .elementor-widget-heading .elementor-heading-title{
		line-height:1.5;
	}
	.cols-row {
		align-items: center;
		flex-direction: column;
	}
	#site-footer .section-inner {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	.footer-logo{
		float: none;
   		 margin: 0 auto;
		margin-bottom:30px;
	}
	.footer-left{
		margin-bottom:40px;
	}
	.on-water-section .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 32px;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.on-water-content .elementor-widget-text-editor .elementor-widget-container{
		max-width:100%;
		margin-top:30px;
	}
	.elementor-865 .elementor-element.elementor-element-c61a7e2 {
		padding:30px 30px 150px 30px;
	}
	.solar-power {
		padding: 100px 0;
	}
	.solar-power .primary-text.elementor-widget-text-editor .elementor-widget-container{
		font-size:14px;
		line-height: 20px;
	}
	.comparison-section {
		padding: 0;
	}
	.sub-head.elementor-widget-heading .elementor-heading-title{
		font-size: 14px;
		color: #2E4DBB;
		font-weight: 700;
		margin-bottom:10px;
	}
	.ecofloar-logo.elementor-widget.elementor-widget-image img {
		mix-blend-mode: multiply;
		width: 250px;
	}
	.solution-section .three-logo{
		flex-wrap:nowrap;
		gap: 10px;
	}
	.solution-section {
		padding: 100px 0 0 0;
	}
	.line {
		background-color: transparent;
		width: 100%;
		height: 10px;
	}
	.w-80, .w-70, .w-60 {
		width: 100%;
	}
	.arrow-column .sub-title {
		gap: 10px;
	}
	.onwater-section.section06 .swiper-slide .img-box img {
		width: 50%;
	}
	.onwater-section.section06 .swiper-slide .table {
		border:none !important;
	}
	.onwater-section.section07 .swiper-pagination {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 20px;
		background-color: #fff;
	}
	.onwater-section.section07 .swiper-pagination-bullet {
		font-size: 18px;
		width: 100%;
		position: relative;
		margin-bottom: 5px !important;
	}
	.onwater-section.section07 .swiper-pagination-bullet {
		font-size: 18px;
	}
	.reliable-section .elementor-widget-html {
		margin-top: 50px;
	}
	.reliable-section {
		padding: 100px 0 0;
	}
	.digital-row .elementor-widget-image-box {
		flex: 0 1 100%;
	}
	.onwater-section.section09 .txt-box ul {
		padding: 0 0 0 20px;
	}
	.certificates-section .elementor.elementor .e-con>.elementor-widget{
		max-width: 100%;
		width: 100%;
	}
	.certificates-section {
		padding: 100px 0;
	}
	.digital-technology {
		padding: 80px 0;
	}
	.tab-section {
		padding: 50px 0 0 0;
	}
	.column4-section{
		flex-direction:column;
	}
	.column4-section .elementor-widget-image-box .elementor-image-box-description {
		 color: #666;
    	font-size: 16px;
	}
	.we-secton1 {
		padding: 50px 0;
	}
	.column4-section .elementor-widget-image-box .elementor-image-box-description {
		font-size: 16px;
		line-height: 26px;
	}
	.column4-section .elementor-widget-image-box {
		flex: 0 1 100%;
	}
	.column4-section .elementor-widget-image-box .elementor-image-box-title {
		margin-bottom: 20px;
	}
	.onland-section .row .col-12{
		margin-bottom:20px;
	}
	.bidirectional-section {
		padding-bottom: 80px;
	}
	.tab-section .elementor-widget-html ul {
		gap: 20px !important;
		flex-wrap: wrap;
	}
	.tab-section .elementor-widget-image img {
		height: auto;
	}
	.standards-section {
		padding: 80px 0;
		margin-top: 80px;
	}
	.column-3-section{
		flex-direction:column !important;
	}
	.column-3-section .elementor-widget-image-box{
		margin-bottom:20px !important;
	}
	.column-3-section .elementor-widget-image-box .elementor-widget-container{
		padding-top:80px !important;
	}
	.process-section {
		padding: 80px 0;
	}
	.process-section .elementor-widget-text-editor .elementor-widget-container {
		font-size: 16px;
		line-height: 22px;
	}
	.sigma-policy {
		padding: 80px 0;
		margin-top: 80px;
	}
	.career1 .elementor-heading-title.elementor-size-default{
		font-size: 20px;
		line-height: 1.5;
	}
	.career1 {
		padding: 80px 0;
	}
	.career2_section.e-con.e-flex>.e-con-inner{
		max-width: 90%;
        flex-wrap: wrap;
		justify-content: center;
	} 
	.career2_section.e-con.e-flex>.e-con-inner .career2{
		width:33.3%;
	}
	.career3.e-con.e-flex>.e-con-inner{
		flex-direction:column;
	}
	.career3_bottom.e-con.e-flex>.e-con-inner  {
		flex-direction: column-reverse;
	}
	.career3.e-con.e-flex>.e-con-inner .e-con.e-flex{
		width:100%;
	}
	.career3 .elementor-widget-image img{
		width:100%;
	}
	.career3 .elementor-widget-container {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.career3.career3_bottom {
		padding-bottom: 80px !important;
	}
	.career2_section {
		padding-bottom: 100px !important;
	}
}

@media (max-width: 768px) {
	.on-water-content .elementor-widget-heading .elementor-heading-title br{
		display:none;
	}
	.onwater-section.section06 .swiper-slide .txt-box .title br{
		display:none;
	}
	.onwater-section.section06 .swiper-slide .table-container {
		overflow: scroll;
	}
	.onwater-section.section06 .swiper-slide .table {
		width: 800px;
	}
	.onwater-section.section06 .swiper-slide .table td:not(:first-child) {
		padding: 10px;
	}
	.onwater-section.section08 .circle {
		width: 300px;
		height: 300px;
	}
	.digital-row .elementor-widget-image-box {
		flex: 0 1 100%;
	}
	.left-right-row {
		padding: 0 0 0 0;
	}
	.sigma-policy {
		padding-bottom:30px;
	}
	.career2_section.e-con.e-flex>.e-con-inner .career2{
		width:50%;
	}
}


