@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit%3Aital%2Cwght%400%2C500%3B0%2C600%3B0%2C700%3B1%2C500%3B1%2C600%3B1%2C700&&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+CU:wght@100..400&display=swap");
*,
*::after,
*::before {
	box-sizing: border-box;
	word-break: break-word;
}

/*em {*/
/*	word-break: auto-phrase;*/
/*}*/

main {
	width: 100%;
}

/* ------------------Typography------------------ */
html {
	font-size: 62.5%;
	font-size: 0.825vw;
	scroll-behavior: smooth;
}

*, ::after, ::before {
	box-sizing: border-box;
}

body {
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: #f4f2f3;
}

body::-webkit-scrollbar-thumb {
	background: #ffe500;
	border-radius: 1rem 0px 1rem 0px;
}

body::-webkit-scrollbar {
	width: 0.6rem;
	background-color: #000000;
}
ul, ol {
	list-style: none;
	margin:0;
}

.current_page_item a {
	border-bottom: 2px solid #FFE500;
	padding-bottom: 5px;
}

a:visited {
	color:#000;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
}
h1,h2,h3,h4,h5,p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;


}

.relative {
	position: relative;
}
.section1SecondBox_icon {
	width: 6rem;
}
.fbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgb(17, 34, 68);
	opacity: 0.55;
	display: none;
}
.fbOverlay.active {
	display: block;
}

.model {
	background-color: rgb(11, 24, 59);
	border-radius: 20px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 40rem;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: scale(0);
}
.model.active {
	transform: scale(1) translateY(-50%);
}
.model::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1rem;
	background-color: rgb(11, 24, 59);
}
.model::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: -0.8rem;
	right: -0.8rem;
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 50%;
	background: #FF8F00;
}
.model video#fbPlayer {
	-o-object-fit: cover;
	object-fit: cover;
}
.model .closemodAL {
	position: absolute;
	top: 1.3rem;
	right: 1.7rem;
	z-index: 9;
	color: #fff;
	font-size: 2rem;
}
.sectionfir__left .sectionfir__leftBox .sectionfir__leftBox__img img {
	height: 2.8rem;
}

.l-grid-animated__media .c-image__src {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
}

.l-grid-animated__media .c-image {
	height: 100%;
}

.testiminials .block__inner {
	position: relative;
}

.testiminialsS {
	position: absolute;
	right: 1rem;
	bottom: 3rem;
}
.testiminialsS .swiper-slide {
	width: 4rem;
	height: 4rem;
}
.testiminialsS .swiper-slide.swiper-slide-thumb-active img {
	border: 3px solid #ffe500;
}
.testiminialsS img {
	width: 4rem;
	height: 4rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	cursor: pointer;
	border: 3px solid transparent;
}

.jobsection {
	background: rgba(255, 230, 198, 0.3490196078);
	padding: 5rem 0;
}
.jobsection__heading {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.jobsection__heading .h3 {
	position: relative;
	font-family: "Kanit", sans-serif;
	color: #212322;
	font-size: 3.4rem;
	line-height: 0.9;
}
.jobsection__heading .h3 em {
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
	display: inline-flex;
}
.jobsection__heading p {
	position: relative;
	font-weight: 500;
	font-size: 1.3rem;
}
.jobsection .jobsectionMain {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.jobsection .jobsectionMain .section1SecondBox {
	background: #fff;
	position: relative;
	border-radius: 10px;
	padding: 2rem 2rem;
	width: 20rem;
	text-align: center;
}
.jobsection .jobsectionMain .section1SecondBox .section1SecondBox_txt {
	font-family: "Barlow", sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	font-weight: 600;
}

.profilePage {
	padding: 4rem 0;
}
.profilePage__heading {
	text-align: center;
}
.profilePage__heading .h3 {
	position: relative;
	font-family: "Kanit", sans-serif;
	color: #212322;
	font-size: 3.4rem;
	line-height: 0.9;
}
.profilePage__heading .h3 em {
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
	display: inline-flex;
}
.profilePage__heading p {
	position: relative;
	font-weight: 500;
	font-size: 1.3rem;
}
.profilePageMain {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 50%;
	margin: 0 auto;
	gap: 2rem;
	margin-top: 3rem;
}
.profilePageMainBox__img {
	overflow: hidden;
	border: 3px solid #FF8F00;
	border-radius: 1rem;
}
.profilePageMainBox__img img {
	border-radius: 1rem;
	width: 100%;
	height: 25rem;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
	vertical-align: bottom;
}
.profilePageMainBox__img img:hover {
	transform: scale(1.5) rotate(5deg);
}
.profilePageMainBox__txt .h4 {
	font-weight: 600;
	font-size: 1.8rem;
}

.block__inner {
	width: 96%;
	max-width: 96%;
	padding: 0;
	margin: 0 auto;
}

.btn {
	font-size: 1.2rem;
}
.btn-primary {
	position: relative;
	display: flex;
	gap: 1rem;
	color: #000;
	background: #ffe500;
	border-radius: 4rem;
	padding: 0.3rem;
	width: max-content;
	padding-left: 1.6rem;
	align-items: center;
	font-weight: 500;
	transition: 0.3s;
	overflow: hidden;
	z-index: 2;
}
.btn-primary-box {
	width: 2.8rem;
	height: 2.8rem;
	background: #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 1rem;
}
.btn-primary-box i {
	color: #000;
}
.btn-primary::before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	background: #FF8F00;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 0.3s;
	border-radius: 4rem;
}
.btn-primary:hover {
	color: #fff;
}
.btn-primary:hover::before {
	left: 0;
}

@keyframes bttn-rotation {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(-360deg);
	}
}
.header {
	border-bottom: 1px solid #c3c3c3;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #f4f2f3;
	z-index: 8;
}
.header .block__inner {
	display: flex;
	justify-content: space-between;
}
.header__left {
	display: flex;
	align-items: center;
	gap: 4rem;
	min-width: 60%;
	justify-content: space-between;
}
.header__left .logo img {
	height: 6rem;
	margin: 0.3rem 0;
}
.header__left nav ul {
	display: flex;
	gap: 0;
}
.header__left nav ul li {
	position:relative;
	padding: 0 1.2rem;
}
.header__left nav ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #000;
}
.header__left nav ul li:first-child:before {
	display:none;
}
.header__left nav ul li a {
	font-family: "Barlow", sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	transition: 0.3s;
	font-weight: 700;
	position: relative;
}
.header__left nav ul li a:hover {
	color: #ffe500;
}

.header__right {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.header__right .language select {
	border: 1px solid #949393;
	padding: 0.7rem 1rem;
	border-radius: 0.5rem;
	outline: none;
	background: transparent;
	font-weight: 700;
	cursor: pointer;
}
.header__right .language ul {
	display: flex;
	gap: 1rem;
}
.header__right .language ul li {
	position: relative;
}
.header__right .language ul li a {
	color: #fff;
	font-family: "Barlow", sans-serif;
	transition: 0.3s;
	padding: 1rem 2rem;
	background: #FF8F00;
	border-radius: 3rem;
}
.header__right .language ul li a:hover {
	color: #ffe500;
}
.header__right .profile {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}
.header__right .profile img{
	filter: drop-shadow(0px 1px 0.5px #00000078);
}
.header__right .profile__txt {
	font-family: "Barlow", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}
.header__right .profile__txt:hover {
	color: #ffe500;
}

.section1 {
	margin-top: 5rem;
}

.section1_ {
	display: grid;
	grid-template-columns: 6fr 5fr;
	grid-template-rows: 1fr auto;
	padding-top: 2rem;
	
}
.section1_left {
	justify-content: center;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
}

.section1_left h1 {
	font-family: "Barlow", sans-serif;
	color: #212322;
	font-size: 4rem;
	line-height: 1;
	min-height: 15rem;
	font-weight: 900;
	padding: 0rem;
	/* 	height: 36rem; */
}
.section1_left h1 em {
	font-family: "Kanit";
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
	word-break: break-all;
	hyphens: auto;
	font-size: 4rem;
	font-style: normal;
	display: inline-block;
	padding-top: 2rem;
}
.section1_left .h2 {
	margin: 0;
	font-weight: 700;
	font-size: 1.6rem;
	padding:2rem 0 5rem 0;

}
.section1_left .h3 {
	margin: 0 0 1rem;
	font-weight: 600;
	font-size: 1.3rem;
}
.section1_left .h3 em {
	color: #ffe500;
}
.section1_right {
	position: relative;
	grid-row: 1/span 2;
	grid-column: 2;
	padding-left: 3rem;
}
.section1_right::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(57deg, #ffe500 0.63%, transparent 30.54%), #d9d9d9;
	filter: blur(100px);
	mix-blend-mode: color-dodge;
}
.section1_right_1 {
	position: relative;

}
.section1_right_1 video {
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: fill;
	opacity:1;
	/* 	mix-blend-mode: luminosity; */
	-webkit-mask-image: url(../webImages/ag.svg);
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(../webImages/ag.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.section1_right_2 {
	position: relative;
}
.section1_right_2 video {
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.9;
	/* 	mix-blend-mode: luminosity; */
	-webkit-mask-image: url(../webImages/ag_new2.svg);
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(../webImages/ag_new2.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.section1_right_3 {
	position: relative;
}
.section1_right_3 img{
	max-height: 15rem;
}

.section1_right_3 video {
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	/* 	object-fit: cover; */
	opacity: 0.9;
	/* 	mix-blend-mode: luminosity; */
	-webkit-mask-image: url(../webImages/ag_new3.svg);
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(../webImages/ag_new3.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.section1_right img {
	opacity:0.00;
}

.section11 {
	padding: 0;
}
.section11 .section1Second {
	z-index: 2;
	position: relative;
	width: 100%;
	display: flex;

}
.section11 .section1Second .swiper {
	margin:0;
}
.section11 .section1SecondBox {
	background: #fff;
	position: relative;
	border-radius: 10px;
	padding: 3rem 2rem;
	gap: 1rem;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12rem;
}
.section11 .section1SecondBox svg {
	color: #FF8F00;
}
.section11 .section1SecondBox::before {
	content: "";
	border-radius: 10px;
	position: absolute;
	inset: 0;
	background: #FF8F00;
	transform: scaleY(0);
	transition: 0.3s;
	transform-origin: bottom;
}
.section11 .section1SecondBox::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 31px;
	background: #FF8F00;
	border-bottom-left-radius: 20rem;
}
.section11 .section1SecondBox:hover::after{
	opacity: 0;
}
.section11 .section1SecondBox:hover svg ,
.section11 .section1SecondBox:hover {
	color: #fff;
	cursor: pointer;
}
.section11 .section1SecondBox:hover svg path{
	fill: #fff !important;
}
.section11 .section1SecondBox:hover::before {
	transform: scaleY(1);
}
.section11 .section1SecondBox_txt {
	font-family: "Barlow", sans-serif;
	font-size: 2rem;
	line-height: 1.3;
	display: block;
}

.section2 {
	position: relative;
	padding: 4rem 0;
}
.section2 .block__inner {
	position: relative;
}
.section2 .c-decor {
	left: 50%;
	max-width: 50%;
	transform: translateX(-40%);
	bottom: -10rem;
	position: absolute;
}
.l-job-cats {
	padding: 12rem 0 0;
}
.section2 .c-decor img {
	width: 100%;
}
.section2Main {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.section2Mainleft {
	text-align: left;
	width: 40%;
}
.section2Mainleft h2 {
	font-family: "Barlow", sans-serif;
	color: #212322;
	font-size: 4.1rem;
	line-height: 1;
	padding-bottom: 2rem;
	hyphens: none;
	word-break: break-word;
	white-space: normal;
	text-align: left;
}
.section2Mainleft h2 em {
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}
.section2Mainleft .h3 {
	margin: 2rem 0;
	font-weight: 700;
	font-size: 1.4rem;

	padding-bottom: 1.5rem;
}
.section2Mainleft .btn {
	width: -moz-fit-content;
	width: fit-content;

}
.section2MainRight {
	width: 60%;
}
.section2MainRight .cats-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.section2MainRight .cats-list__item:nth-of-type(even) {
	-webkit-transform: translateY(calc(-.5* 20rem));
	transform: translateY(calc(-.5* 20rem));
}
.section2MainRight .cats-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 30%;
	height: 100%;
	transform: translate(-50%, 0) rotate(-131.777deg);
	background: var(--primary-color2);
	opacity: 0.2;
	filter: blur(135px);
}
.section2MainRight .cats-list .cats-list__item {
	width: 100%;
	position: relative;
}
.section2MainRight .cats-list .cats-list__item::before {
	z-index: 3;
	content: "";
	position: absolute;
	inset: 0;
	background: url(../webImages/dots-decor.svg) no-repeat;
	background-size: 59% 92%;
	background-position: -41% -323%;
}


.section2MainRight .cats-list .cats-list__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #fff 0, transparent 44.72%), linear-gradient(31deg, #fff 19.57%, transparent 53.55%);
}
.section2MainRight .cats-list .cats-list__item .cats-list__item-bgr img {
	width: 100%;
	height: 20rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0;
}
.section2MainRight .cats-list .cats-list__item .cats-list__item-decor {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
}
.section2MainRight .cats-list .cats-list__item .cats-list__item-decor img {
	opacity: 0;
	transition: 0.3s;
	height: auto;
	width: 5rem;
	padding: 1rem;
	filter: drop-shadow(1px 3px 3px #00000078);
}
.section2MainRight .cats-list .cats-list__item .cats-list__item-title {
	position: absolute;
	left: 0;
	bottom: 2rem;
	color: #212322;
	width: 65%;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	transition: .3s;
	border-left: 4px solid #ffe500;
	padding: 1rem;
	z-index: 2;
}

.section2MainRight .cats-list .cats-list__item:hover .cats-list__item-decor img {
	opacity: 1;
}

.section2MainRight .cats-list .cats-list__item:hover .cats-list__item-title {
	font-size: 1.7rem;
}

.footer_bottomMainr {
	padding-left: 8rem;
}
.section3 {
	position: relative;
	overflow: hidden;
}
.section3 .block__inner {
	border-radius: 2rem;
	background-color: #212322;
	padding: 5rem 2rem;
	background: radial-gradient(ellipse at center, rgb(255 143 0 / 70%) -250%, rgba(0, 0, 0, 1) 100%);

}
.section3 .section3Main {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.section3 .section3Main .h2 {
	font-family: "Barlow", sans-serif;
	color: #fff;
	font-size: 4rem;
	line-height: 0.9;
	text-align: center;
	font-weight: 900;
	padding: 1rem 15rem 3.5rem;
}

.section3 .section3Main .h2 em {
	color: #ffe500;
}
.section3 .section3Main .l-grid-animated {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;

}

.section3 .section3Main .l-grid-animated .c-grid__item {
	width:45%;
	gap: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	padding: 3rem ;
	flex-direction: row-reverse;
	justify-content:space-between;
}

.section3 .section3Main .l-grid-animated .c-grid__item::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: #fff;
	opacity: 0.06;
	border-radius: 1rem;
}
.section3 .section3Main .l-grid-animated .c-grid__item .c-grid__text {
	font-family: "Barlow", sans-serif;
	color: #fff;
	font-size: 1.8rem;
	line-height: 0.9;
	font-weight: 700;
}

.section3 .section3Main .l-grid-animated .l-grid-animated__circles {
	position: absolute;
	inset: 0;
	border: 1px solid;
	border-radius: 50%;
	opacity: 0.08;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.section3 .section3Main .l-grid-animated .l-grid-animated__circles::before {
	width: 80%;
	height: 80%;
}
.section3 .section3Main .l-grid-animated .l-grid-animated__circles::after {
	width: 60%;
	height: 60%;
}
.section3 .section3Main .l-grid-animated .l-grid-animated__circles::before, .section3 .section3Main .l-grid-animated .l-grid-animated__circles::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #ddd;
	border-radius: 50%;
}
.section3 .section3Main .l-grid-animated .c-grid {
	display: flex;
	width: 100%;
	justify-content: space-between;
	-moz-column-gap: 33.33%;
	column-gap: 0;
	row-gap: 4rem;
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr;
	padding: 2rem 0 3rem 0;
}
.section3 .section3Main .l-grid-animated__media {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	width: 43.33%;
	height: 100%;
	transform: translate(-50%, 0);
}
.section3 .section3Main .l-grid-animated__decor {
	position: absolute;
	z-index: -1;
	width: 60%;
	padding-bottom: 60%;
	top: 0;
}

.section4 {
	position: relative;
	margin: 4rem 0 ;
	padding-top: 4rem;
}
.section4 .c-marquee {
	left: 0;
	--gap: 3rem;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	gap: var(--gap);
	width: 100%;
	text-transform: uppercase;
	line-height: 1;
}
.section4 .c-marquee .c-marquee__content {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	gap: 3rem;
	font-family: "Barlow", sans-serif;
	font-size: 7rem;
	color: #000;
}

.section4 .section4Main {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.section4 .section4Main .section4Mainleft {
	z-index: 2;
	position: relative;
}
.section4 .section4Main .section4Mainleft .img1 {
	width: 100%;
	height: 100%;
	border-radius: 3rem;
}
.section4 .section4Main .section4Mainleft .img2 {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 40px;
}
.section4 .section4Main .section4Mainleft .playButton {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	width: 15rem;
	height: 15rem;
	background: #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.section4 .section4Main .section4Mainleft .playButton .imgg {
	position: relative;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation: bttn-rotation 10s infinite linear;
}
.section4 .section4Main .section4Mainleft .playButton .playButtonBox {
	position: absolute;
	width: 6rem;
	height: 6rem;
	background: #000;
	display: grid;
	place-items: center;
	border-radius: 50%;
	cursor: pointer;
}
.section4 .section4Main .section4Mainleft .playButton .playButtonBox::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	border-radius: 50%;
	background: #ffe500;
	transform: scale(0);
	transition: 0.3s;
}
.section4 .section4Main .section4Mainleft .playButton .playButtonBox:hover::before {
	transform: scale(1.025);
}
.section4 .section4Main .section4Mainleft .playButton .playButtonBox i {
	position: relative;
	font-size: 2rem;
	color: #fff;
}
.section4 .section4Main .section4Mainright {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 4rem 4rem 11rem;
	background: #fff;
	border-radius: 3rem;
	-webkit-transform: translateY(calc(-.5* 16rem));
	transform: translateY(calc(-.5* 16rem));
	z-index: 1;
	width: 110%;
	left: -6rem;

}
.animatetxt_cont {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	z-index: 2;
	-webkit-transform: translateY(calc(-.5* 16rem));
	transform: translateY(calc(-.5* 16rem));
	width: 100%;
	overflow: hidden;

}
.animate_txt {
	width: 100%;
	position: relative;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100%;
	gap: var(--gap);
	-webkit-animation: marquee-scroll 12s linear infinite;
	animation: marquee-scroll 12s linear infinite;
	-webkit-text-stroke: 1px var(--backtitle-color);
	color: transparent;
}

.animate_txt:after {
	content: "";
	position: absolute;
	width: 0.6rem;
	height: 6rem;
	background: #FF8F00;
	right: 0;
}
.animate_txt h2{
	font-size: 7rem;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black
}

.section4 .section4Main .section4Mainright_ {

	margin: 0 auto;
}
.section4 .section4Main .section4Mainright_ .btn {
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 1rem;
}
.section4 .section4Main .section4Mainright h2 {
	font-family: "Barlow", sans-serif;
	font-size: 4rem;
	line-height: 1.2;
	font-weight: 900;
	padding-bottom: 3rem;
}
.section4 .section4Main .section4Mainright h2 em {
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}

.l-logo-slider__slide {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #fff;
	border-radius: 1rem;
	height: 10rem;
	margin: 1rem 0;
}

.l-logo-slider__slide:before {
	content: "";
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #f4f2f3;
}
.innerBanne__Right {
	object-fit: cover;
	overflow: hidden;
}
.l-logo-slider__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-wrapper .swiper-slide {
	width: 32rem;
	margin-right: 2rem;
}
@keyframes marquee-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 3rem));
	}
}
section.section5 {
	padding: 7rem 0;
	background: rgba(255, 143, 0, 0.0509803922) url(../webImages/dots-decor.svg) no-repeat;
	background-size: cover;
}

.c-block__btn {
	/* bottom: 2rem; */
	position: relative;
	margin-bottom: 1rem;
}

.footer {
	background: rgba(255, 143, 0, 0.0509803922);
	background-size: cover;
	position: relative;
	padding: 4rem 0;
	overflow: hidden;
}
.footer video {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	mix-blend-mode: screen;
}

.footer .footerMain {
	position: relative;
	width: 85%;
	margin: 0 auto;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr 0.7fr 1fr;
}
.footerMainBox p {
	display: flex;
	align-items: flex-start;
	margin: 1rem 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #404040;
}
.footerMainBox a{
	color: #404040;
	font-size: 1.2rem;
	font-weight: 500;
}
.footerMainBox i {
	display: flex;
	flex-flow: row;
	padding-right: 0.6rem;
	padding-top: 0.5rem;

}
.footer .footerMainBox .h4 {
	font-weight: 600;
	font-size: 1.2rem;
}
.footer .footerMainBoxlogo a {
	display: block;
}
.footer .footerMainBoxlogo img {
	width: 40%;}
.footer .footerMainBox .footerMainBox2 {
	display: block;
}
.footer .footerMainBox .footersocial ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 0.4rem;
}
.footer .footerMainBox .footersocial ul img {
	width: 3rem;
	transition: 0.5s;
}
.footer .footerMainBox .footersocial ul img:hover {
	transform: rotate(360deg);
}
.footer .footerMainBox .h2 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;

}
.footer .footerMainBox .h3 {
	font-size: 1.4rem;
	font-weight: 600;
}
.footer .footerMainBox .footerMainBox2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .footerMainBox .footerMainBox2 li {
	margin: 1rem 0;
	font-size: 1.2rem;
	font-weight: 500;

}
.footer .footerMainBox .footerMainBox_ a {
	display: block;
	transition: 0.3s;
}
.footer .footerMainBox .footerMainBox_ a:hover {
	color: #FF8F00;
}


.footer_bottom {
	background: #ffe500;
	bottom: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	width: 100%;
}

div#page {
	position: relative;
}

.footer_bottomMain {
	position: relative;
	width: 85%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 7rem;
	padding: 1rem 0;
}

.footer_bottomMainr ul {
	display: flex;
	gap: 1rem;
}

.footer_bottomMainr ul li + li a {
	border-left:1px solid #000
}

.footer_bottomMainr a {
	font-weight: 500;
	position: relative;
	display: flex;
	padding: 0 3rem;
}
.footer_bottomMainl span{

	font-weight: 500;
	position: relative;
	display: flex;
}
.innerBanne {
	display: grid;
	grid-template-columns: 40fr 60fr;
	background: #fff;
	align-items: flex-end;
}
.innerBanne__left {
	position: relative;
	background: #fff;
	border-radius: 0 3rem 0 0;
	padding: 3rem 2rem 3rem 0;
	left: 8em;
	z-index: 7;
}
.innerBanne__left h1 {
	font-family: "Kanit", sans-serif;
	color: #212322;
	font-size: 3rem;
	line-height: 1;
}
.innerBanne__left h1 em {
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
	display: inline-flex;
	font-family: "Kanit";
}
.innerBanne__left p {
	margin: 2rem 0 2rem;
	/* 	font-weight: 600; */
	font-size: 1.3rem;
	line-height: 1.6;
}
.innerBanne__left .btn {
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 2rem;
}
.innerBanne .innerBanne__Right .c-image {
	position: relative;
	height: 100%;
	width: 100%;
	transform: translateY(calc(-.5* -14rem));
}
.innerBanne .innerBanne__Right .c-image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(69deg, #FF8F00 6.63%, transparent 40.54%), #d9d9d9;
	opacity: 0.85;
}
.innerBanne .innerBanne__Right .c-image .c-image__primary {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.8;
	margin: 0;
}
.innerBanne .innerBanne__Right .c-image .c-image__primary img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testiminials {
	width: 70%;
	margin: 0 auto;
}

.testiminials_ {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 2rem;
	height: 38rem;
	overflow: hidden;
}
.testiminials_::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(to top, #212322 4.87%, transparent 40.96%), linear-gradient(79deg, #212322 33.83%, transparent 59.39%), linear-gradient(to right, #212322 36%, transparent 100.04%);
	border-radius: 2rem;
}
.testiminials_ .testiminials_left {
	position: relative;
	padding: 3rem 4rem;
	width: 80%;
	z-index: 2;
}
.testiminials_ .testiminials_left .h2 {
	font-size: 1.8rem;
	color: #FF8F00;
	line-height: 1;
}
.testiminials_ .testiminials_left .h3 {
	font-style: italic;
	color: #fff;
	font-family: "Kanit", sans-serif;
	font-size: 3rem;
	line-height: 1;
	margin-top: 3rem;
}
.testiminials_ .testiminials_left .playbutton {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	gap: 1rem;
}
.testiminials_ .testiminials_left .playbutton .playbutton__left {
	width: 3rem;
	height: 3rem;
	display: grid;
	place-items: center;
	background: #ffe500;
	border-radius: 50%;
}
.testiminials_ .testiminials_left .playbutton__right {
	color: #fff;
}
.testiminials_ .testiminials_right .c-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}
.testiminials_ .testiminials_right .c-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right;
	object-position: right;
}

.swiper-pagination2 {
	position: absolute;
	right: 4rem !important;
	bottom: 2rem !important;
	display: flex;
	justify-content: flex-end;
	padding-right: 2rem;
}

.paginationBox img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.paginationBox {
	width: 4rem;
	height: 4rem;
	opacity: 1;
	z-index: po;
	position: relative;
	z-index: 2;
	background: transparent;
}

.swiper-pagination-bullet-active img {
	border: 2px solid #ffcc00;
	border-radius: 50%;
}

.section54 {
	padding: 9rem 0 4rem;
}
.section54 .block__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.section54 .section54__left {
	position: relative;
	align-self: flex-start;
	overflow: hidden;
}
.section54 .section54__left::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(328deg, #FF8F00 -3.01%, transparent 31.14%), linear-gradient(158deg, rgba(33, 35, 34, 0.8) 28.69%, transparent 83.69%);
	background-blend-mode: color, normal;
	border-radius: 2rem;
}
.section54 .section54__left .h2 {
	position: absolute;
	right: 5rem;
	top: 3rem;
	font-family: "Kanit", sans-serif;
	font-size: 3rem;
	line-height: 0.9;
	font-weight: 900;
}
.section54 .section54__left .h2 em {
	color: #FF8F00;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}

.section54 .section54__left img {
	width: 100%;
	border-radius: 2rem;
	height: 100%;
	object-fit: cover;
}
.section54 .section54__Right {
	padding: 8rem 7rem;
	position: relative;
}
.section54 .section54__Right::before {
	content: "";
	position: absolute;
	background: #fff;
	left: -10%;
	top: -10%;
	border-radius: 2rem;
	width: 110%;
	height: 100%;
	z-index: -1;
}
.section54 .section54__Right .h3 {
	font-family: "Kanit", sans-serif;
	font-size: 2.3rem;
	line-height: 0.9;
	margin-bottom: 3rem;
}
.section54 .section54__Right .section54__RightBox {
	margin: 1rem 0;
}
.section54 .section54__Right .section54__RightBox label {
	margin-bottom: 0.4rem;
	font-weight: 600;
	color: #212322;
	font-size: 1.2rem;
}
.section54 .section54__Right .section54__RightBox label span {
	color: #c02b0a;
	display: inline-block;
	font-size: 13.008px;
	padding-inline-start: 0.125em;
}
.section54 .section54__Right .section54__RightBox_ {
	position: relative;
}
.section54 .section54__Right .section54__RightBox_::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #FF8F00;
}
.section54 .section54__Right .section54__RightBox_ input,
.section54 .section54__Right .section54__RightBox_ select,
.section54 .section54__Right .section54__RightBox_ textarea {
	display: block;
	padding: 0;
	color: #212322;
	background: #ffffff;
	border: none;
	border-bottom: 1px solid #acacac;
	font-size: 1.5rem;
	line-height: 1.4;
	width: 100%;
}
.section54 .section54__Right .section54__RightBox_1 {
	background: rgba(0, 0, 0, 0.02);
	border: 1px dashed #ccc;
	border-radius: 4px;
	margin-bottom: 8px;
	padding: 2rem;
	text-align: center;
}
.section54 .section54__Right .section54__RightBox_1 .h3 {
	font-size: 1.3rem;
}
.section54 .section54__Right .section54__RightBox_1 .section54__RightBox_Box {
	position: relative;
	background: #212322;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.2rem;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0.3rem auto;
	display: block;
}
.section54 .section54__Right .section54__RightBox__ {
	border-bottom: 1px solid #acacac;
	position: relative;
	padding: 0.5rem 0;
}
.section54 .section54__Right .section54__RightBox__::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #ff8f00;
}
.section54 .section54__Right .btn {
	outline: navajowhite;
	border: transparent;
	cursor: pointer;
	margin-top: 3rem;
}

.none {
	opacity: 0;
	position: absolute;
	inset: 0;
}

.sectionfir {
	padding: 7rem 0 0;
}
.sectionfir .block__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.sectionfir__left {
	padding: 5rem 0 0;
	width: 70%;
	margin: 0 auto;
}
.sectionfir__left .h3 {
	font-family: "Kanit", sans-serif;
	color: #212322;
	font-size: 3.4rem;
	line-height: 0.9;
}
.sectionfir__left .h3 em {
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}
.sectionfir__left .h4 {
	margin: 2rem 0 2rem;
	font-weight: 600;
	font-size: 1.4rem;
}
.sectionfir__left .sectionfir__leftBox {
	position: relative;
	padding: 1rem 2rem;
	border: 1px solid #ddd;
	transition: 0.3s;
	border-radius: 1rem;
	margin: 1rem;
	cursor: pointer;
}
.sectionfir__left .sectionfir__leftBox .pluss {
	margin-left: auto;
	width: 2rem;
	height: 2rem;
	display: grid;
	place-items: center;
	border: 1px solid #FF8F00;
	border-radius: 50%;
	display: none;
}
.sectionfir__left .sectionfir__leftBox_ {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.sectionfir__left .sectionfir__leftBox .sectionfir__leftBox_2 {
	display: none;
}
.sectionfir__left .sectionfir__leftBox::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 100%;
	background: #FF8F00;
	transform: scaleY(0.5);
	transform-origin: bottom;
	transition: 0.3s;
}
.sectionfir__left .sectionfir__leftBox .sectionfir__leftBox__body {
	font-weight: 600;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.sectionfir__left .sectionfir__leftBox.active {
	background: #fff;
}
.sectionfir__left .sectionfir__leftBox.active::before {
	transform: scaleY(1);
}
.sectionfir__left .sectionfir__leftBox.active .pluss i::before {
	content: "\f068";
}
.sectionfir__Right {
	position: relative;
}
.sectionfir__Right_ {
	display: none;
	position: relative;
}
.sectionfir__Right_.active {
	display: block;
}
.sectionfir__Right #MITARBEITERPROFILING {
	display: block;
}
.sectionfir__Right img {
	width: 100%;
	border-radius: 2rem;
	height: 50rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.sectionfir__RightBox {
	position: absolute;
	background: #f4f2f3;
	width: 70%;
	left: 0;
	bottom: 0;
	border-radius: 0 3rem 0 0;
	padding: 4rem 4rem;
}
.sectionfir__RightBox .h3 {
	color: #FF8F00;
	font-size: 3rem;
}

.sectionss {
	position: relative;
	padding: 5rem 0;
}
.sectionss .sectionss__ {
	width: 70%;
	margin: 0 auto;
}
.sectionss .sectionss__left {
	text-align: center;
}
.sectionss .sectionss__left img {
	position: absolute;
	left: 0;
}
.sectionss .sectionss__left .h3 {
	position: relative;
	font-family: "Kanit", sans-serif;
	color: #212322;
	font-size: 3.4rem;
	line-height: 0.9;
}
.sectionss .sectionss__left .h3 em {
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
	display: inline-flex;
}
.sectionss .sectionss__left p {
	position: relative;
	font-weight: 500;
	font-size: 1.3rem;
}
.sectionss .sectionss__Right {
	position: relative;
	padding-left: 4rem;
}
.sectionss .sectionss__Right .sectionss__Right_ {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	color: #FF8F00;
	display: flex;
	flex-direction: column;
	align-items: center;
	writing-mode: vertical-rl;
	transform: rotate(180deg) translateX(3rem);
	white-space: nowrap;
}
.sectionss .sectionss__Right .sectionss__RightBox {
	display: flex;
	gap: 1rem;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid #ddd;
}
.sectionss__RightBox__img {
	width: 4rem;
}
.sectionss__RightBox:last-of-type .sectionss__RightBox__img svg {
	    width: 110%;
}
	
.sectionss .sectionss__Right .sectionss__RightBox .sectionss__RightBox__txt {
	font-weight: 600;
	font-size: 1.2rem;
}
.sectionss .sectionss__Right .sectionss__RightBox .sectionss__RightBox__txt .h4 {
	color: #FF8F00;
}
.sectionss .sectionss__Right .sectionss__RightBox .sectionss__RightBox__txt p {
	font-size: 1.6rem;
	margin: 0;
}

.txt_cols {
	display: flex;
	padding: 17rem 0 7rem;
}
.txt_cols h3{
	font-family: "Barlow", sans-serif;
	color: #212322;
	font-size: 3.4rem;
	line-height: 1;
	padding-bottom: 2rem;
	margin: 0;
}
.txt_cols  p {
	font-size: 1.5rem;
}
.txt_cols h3 em{
	color: #ffe500;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}
.txt_cols .gray_col{
	border-radius: 3rem;
	padding: 4rem;
	background: #e9e9e7;
	/* 	background: #c1c1c1; */
	width: 50%;
	z-index: 2;

}
.txt_cols .Whit_bg_col {
	border-radius: 3rem;
	padding: 2rem;	
	width: 50%;
	position: relative;
}
.txt_cols .Whit_bg_col .white_inner {
	z-index: 1;
	width: 115%;
	left: -6rem;
	background: #fff;
	padding: 5rem 7rem 8rem;
	border-radius: 3rem;
	transform: translateY(calc(-.5* 16rem));
	position: relative;
	text-align: center;
}

.partners_logo a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
	height: 6rem;
    margin: 4rem 0;
}
.partners_logo a:first-of-type {
    height: 8rem;
}
.partners_logo a:first-of-type {
	height: 10rem;
}
.txt_cols .Whit_bg_col .partners_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.map_holder {
	--bg-overlay-color: transparent;
	--bg-gradient: none;
	min-width: 100%;
}
.map_holder iframe {
	width: 100%;
}
.headerMenu,
.headerM {
	display: none;
}

.entry-content {
	margin: 5% 10% 5% 10%;
	font-size: 1.5em;
	text-align: justify;
}

p {
	font-size: 1.3rem;
	word-break: break-word;
	white-space: normal;
	text-align: left;
	hyphens: none;
}

.typewriter h1 {
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	border-right: .15em solid orange; /* The typwriter cursor */
	white-space: nowrap; /* Keeps the content on a single line */
	margin: 0 auto; /* Gives that scrolling effect as the typing happens */
	letter-spacing: .15em; /* Adjust as needed */
	animation: 
		typing 3.5s steps(40, end),
		blink-caret .75s step-end infinite;
}

.text-center {
	text-align: center;
}

/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}
/* Responsive */

@media only screen and (max-width: 3999px) and (min-width: 2000px) {
	html{
		font-size: 15px;
	} 
	.home .ci-hero-section h1 {
		font-size: 8rem;
	}
}
@media only screen and (max-width: 1199px) {
	.section4{
		margin: 5rem 0;
	}
	.animatetxt_cont {
		-webkit-transform: translateY(calc(-.5* 20rem));
		transform: translateY(calc(-.5* 20rem))
	}
	.animate_txt h2 {
		font-size: 6rem;
		line-height: 2;
	}
	.section4 .section4Main .section4Mainright h2 {
		font-size: 3.5rem;
	}
}
@media only screen and (max-width: 1000px) {
	html {
		font-size: 11px;
	}
	body.no-scroll {
		overflow-y: hidden;
	}
	body.no-scroll .site-content,
	body.no-scroll footer {
		display: none;
	}
	h1, h2,
	.innerBanne__left p,
	.section2Mainleft h2,
	.sectionfir__left .h3,
	.sectionfir__left .h4,
	h3 {
		text-align:center ;
	}
	.header__left nav ul li::before {
		width: 0;
	}
	.main {
		overflow: hidden;
	}
	.headerM {
		display: block;
	}
	.headerM .fa-xmark {
		display: none;
	}
	.headerM i {
		font-size: 2.5rem;
	}
	.headerM.active .fa-xmark {
		display: block;
	}
	.headerM.active .fa-bars {
		display: none;
	}
	.header__left2 nav {
		display: none;
	}
	.header__right2 {
		gap: 1.5rem;
	}
	.header__right2 .language {
		display: none;
	}
	.header__right2 .profile {
		display: none;
	}
	.headerMenu {
		position: absolute;
		background: #f4f2f3;
		width: 100%;
		top: 8rem;
		left: 0;
		transform: scaleY(0);
		transform-origin: top;
		display: block;
		transition: 0.5s;
	}
	.headerMenu.active {
		transform: scaleY(1);
		z-index: 9;
		height: 100vh;

	}
	.headerMenu.active::after {
		content: "";
		position: absolute;
		background: #f4f2f3 url(../webImages/logo.png) no-repeat;
		background-size: 50% auto;
		background-position: 50% 0%;
		display: flex;
		width: 100%;
		height: 100%;
		opacity: 0.2;
	}

	.headerMenu .headerMenu- {
		padding: 2rem 2rem;  
	}
	.headerMenu .headerMenu- .header__left {
		justify-content: center;
		text-align: center;
		border-bottom: 1px solid #c3c3c3;
		padding: 2rem 0;
	}
	.headerMenu .headerMenu- .header__left ul {
		gap: 3rem;
		flex-direction: column;
	}
	.headerMenu .headerMenu- .header__right {
		padding: 2rem 0;
		flex-direction: column;
	}
	.headerMenu .headerMenu- .header__right .language {
		border-color: transparent;
	}
	.header__left nav ul li + li a::before {
		display: none;
	}
	.header__left .logo img {

		height: 7rem;
	}

	.section1_ {
		display: block;
		padding-top: 0;
	}
	.section1 .section1_right {
		top: 0;
		padding-left: 0;
		margin-bottom: 3rem;
	}

	.l-job-cats {
		padding: 2rem 0 0;
	}
	.section1 .section1Second {
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
	}
	.section1_left h1 {
		height: auto;
	}
	.section1 .section1SecondBox {
		flex-direction: column;
	}
	.c-block__btn {
		bottom: 0;
	}
	.section2 {
		padding: 0;
		overflow: hidden;
	}
	.section2.section22 {
		padding: 3rem 0;
	}
	.section2Main {
		grid-template-columns: 1fr;
		display: grid;
	}

	.section2Main .section2Mainleft {
		position: relative;
		text-align: center;
		padding-bottom: 4rem;
		width: 100%;
	}

	.section2Mainleft .h3 {
		margin: 1rem 0;}
	.section2Mainleft .btn {

		margin: auto;
	}
	.section3 .section3Main .h2 {
		padding: 1rem 0 3.5rem;
	}
	.section2MainRight {
		width: 100%;
	}
	.section2Main .section2MainRight .cats-list .cats-list__item {
		width: 100%;
		height: 100%;
	}
	.section2Main .section2MainRight .cats-list .cats-list__item:nth-of-type(even) {
		transform: unset;
	}
	.section3 .section3Main {
		width: 100%;
	}
	.c-block__btn .btn {
		font-size: 1.2rem;
	}
	.section3 .section3Main .l-grid-animated .c-grid {
		gap: 3rem;
		grid-template-columns: 1fr;
	}
	.innerBanne__left .btn {
		margin: 2rem auto 0;
	}
	.animate_txt h2 {
		font-size: 5rem;
		line-height: 2;
	}
	.animatetxt_cont {
		-webkit-transform: translateY(calc(-.5* 8rem));
		transform: translateY(calc(-.5* 8rem));
	}
	.section4 .section4Main .section4Mainright {
		padding: 10rem 4rem 4rem 4rem;
		left: 0;
		width: 100%;
		margin: 0 auto;
		-webkit-transform: translateY(calc(-.5* 16rem));
    transform: translateY(calc(-.5* 1rem));

	}
	.section3 .section3Main .l-grid-animated .c-grid__item {
		width: 47%;
	}

	.section3 .section3Main .l-grid-animated .c-grid__item .c-grid__text {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.section3 .section3Main .h2 {
		line-height: 1.2;
		font-size: 3.5rem;
	}

	.section3 .section3Main .l-grid-animated__decor {
		width: 530px;
		padding-bottom: 530px;
		transform: translateY(130px);
	}
	.section3 .section3Main .l-grid-animated__media {
		height: 400px;
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: unset;
	}
	.section4 {
		margin: 4rem 0;
	}
	.section4 .c-marquee {
		position: relative;
	}
	.section4 .section4Main {
		grid-template-columns: 1fr;
		gap: 5rem;
	}
	.section4 .section4Main .section4Mainleft {
		position: relative;
	}
	.section4 .section4Main .section4Mainleft .playButton {
		width: 9rem;
		height: 9rem;
		bottom: -3rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: unset;
		top: unset;
	}
	.section4 .section4Main .section4Mainleft .playButton .playButtonBox {
		width: 4rem;
		height: 4rem;
	}
	.section4 .section4Main .section4Mainright::before {
		display: none;
	}
	.section4 .section4Main .section4Mainright .section4Mainright_ {
		text-align: center;
	}
	.section4 .section4Main .section4Mainright .section4Mainright_ .btn {
		margin: 2rem auto 0;
	}
	section.section5 {
		padding: 3rem 0;
	}
	.section5Main {
		width: 100%;
		display: block;
	}
	.section5Main .section5left {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	.section5Main .section5right {
		width: 100%;
	}
	.footer .footerMainBoxlogo img {
		width: 30%;
	}
	.footerMainBox h2 {
		font-size: 2.2rem;
		margin-bottom: .6rem;
	}
	.footerMainBox p {
		margin: 1.2rem auto;
		font-size: 1.7rem;
		justify-content: center;
	}
	.footerMainBox a {
		font-size: 1.7rem;
	}
	.footerMainBox p:first-of-type {
		margin-top: 0;
	}
	.footer .footerMainBox .h2 {
		font-size: 3rem;
	}
	.footer .footerMainBox .footerMainBox2 li {
		font-size: 1.8rem;
	}
	
	.footer .footer__top {
		grid-template-columns: 1fr;
		gap: 1rem;
		text-align: center;
		width: 90%;
	}
	.footer_bottomMainr {
		padding-left: 0rem;
	}
	.footer .footer__Right .btn {
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	.footer .footer__middle {
		flex-direction: column;
		width: 90%;
	}
	.footer_bottomMainr a {
		font-size: 1.2rem;
	}
	.footer .footer__middle .footer__middle_left {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.footer .footer__middle .footer__middle_Right {
		text-align: center;
	}
	.footer .footer__bottom {
		text-align: center;
	}

	.footer {
		padding: 4rem 0 6rem;
	}

	.model {
		width: 80%;
		height: 30rem;
	}
	.section1_left {
		padding: 3rem 0 0;
	}
	.section11 .section1Second {
		width: 100%;
	}
	.footer .footerMain {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 1rem;
	}
	.footersocial ul {
		margin: 0 auto;
		justify-content: center;
	}
	.section11 .section1SecondBox {
		padding: 2rem 2rem;
	}
	.innerBanne {
		grid-template-columns: 1fr;
		width: 90%;
		background: transparent;
		margin: 0 auto;
		margin-top: 3rem;
	}
	.innerBanne__left {
		left: 0;
		margin: 0 auto;
		top: 9rem;
		border-radius: 3rem;
		padding: 3rem 3rem 14rem;
		width: 92%;
		z-index: 1;
		text-align: center;
	}
	.innerBanne .innerBanne__Right .c-image .c-image__primary {
		position: relative;
		z-index: 2;
	}
	.innerBanne__left h1 {
		font-size: 2.2rem;
	}
	.section54 {
		padding: 0rem 0 4rem;
	}
	.section54 .block__inner {
		display: block;
	}
	.section54 .section54__Right {
		padding: 3rem 2rem;
		margin-top: 4rem;
	}
	.section54 .section54__Right::before {
		left: 0;
		top: 0;
		width: 100%;
	}
	.section54 .section54__left .h2 {
		top: 8rem;
		margin:0 auto;
		text-align: center;
		line-height: 1.1;
		left: 0;
        right: 0;
	}
	.section54__left {
		margin-top: 4rem;
        height: 24rem;
		left: 0;
  
    
	}
	.section3 {
		margin-top: 4rem;
		margin-bottom: 7rem;
	}
	.sectionfir {
		padding: 4rem 0 0;
	}
	.sectionfir .block__inner {
		grid-template-columns: 1fr;
	}
	.sectionfir .sectionfir__left {
		width: 100%;
		padding: 0;
	}
	.sectionfir .sectionfir__Right .sectionfir__Right_ img {
		display: none;
	}
	.sectionfir .sectionfir__Right .sectionfir__RightBox {
		width: 100%;
		position: relative;
		padding: 2rem 2rem 0;
	}

	.sectionss .sectionss__ {
		width: 100%;
	}
	.sectionss .sectionss__ .sectionss__Right {
		padding-left: 0;
	}
	.testiminials {
		width: 100%;
	}
	.testiminials_ {
		grid-template-columns: 1fr;
		height: 28rem;
		display: block;
	}
	.testiminials_ .testiminials_left {
		width: 100%;
		height: 100%;
	}
	.testiminials_ .testiminials_left .h3 {
		font-size: 2.2rem;
		margin-top: 2rem;
	}
	.testiminialsS {
		position: relative;
		right: 1rem;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.testiminialsS .swiper-wrapper {
		justify-content: center;
	}
	.sectionfir__RightBox .h3 {
		font-size: 2rem;
	}

	.sectionfir__left .sectionfir__leftBox .pluss {
		display: grid;
	}
	.sectionfir__left .sectionfir__leftBox .sectionfir__leftBox_2 {
		display: block;
		height: 0;
		transform: scale(0);
		overflow: hidden;
		transition: 0.3s;
	}
	.sectionfir__leftBox_2 img {
		width: 100%;
		margin-top: 1rem;
	}
	.sectionfir__leftBox_2 .sectionfir__RightBox {
		width: 100%;
		position: relative;
		border-radius: 0;
		padding: 2rem 2rem;
	}
	.sectionfir__Right {
		display: none;
	}
	.sectionfir__left .sectionfir__leftBox.active .sectionfir__leftBox_2 {
		height: -moz-max-content;
		height: max-content;
		transform: scale(1);
	}
	.sectionss .sectionss__left .h3 {
		font-size: 2.2rem;
		
	}
	.jobsection__heading {
		width: 100%;
	}


	.section4 .c-marquee .c-marquee__content {
		font-size: 4rem;
	}
	.section2MainRight .cats-list .cats-list__item .cats-list__item-title{
		line-height: 1.5;
	}
	.innerBanne .innerBanne__Right .c-image {
		transform: none;
	}
	.swiper-wrapper .swiper-slide {
		width: 27rem;}
		.sectionss {
			padding: 4rem 0;
		}

}
@media only screen and (max-width: 991px) {
	.entry-content {
		margin: 10% 10% 5% 10%;
	}
	.section1_right_1 {
		width:98%;
		margin: 0 auto;
	}
	.section2MainRight .cats-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.section2MainRight .cats-list .cats-list__item .cats-list__item-bgr img {
		height: 40rem;
	}
	.footer_bottomMain {
		grid-template-columns: 1fr;
		width: 100%;
		gap: 2rem;
	}
	.footer_bottomMainl span {
		justify-content: center;
	}
	.footer_bottomMainr ul {
		justify-content: center;
	}
	.section2MainRight .cats-list .cats-list__item .cats-list__item-bgr img {
		height: 30rem;
	}
	.section2MainRight .cats-list .cats-list__item .cats-list__item-bgr .cats-list__item-decor img {
		height: auto;
	}
	.section3 .section3Main .l-grid-animated .c-grid__item {
		width: 100%;
		flex-direction: column;
	}
	.animate_txt h2 {
		font-size: 3.2rem;
		line-height: 1;
		padding: 0 0.5rem;
	}
	.txt_cols {
		flex-direction: column;
	}
	.txt_cols .Whit_bg_col,
	.txt_cols .gray_col {
		width: 100%;
		padding: 3rem;
	}
	.txt_cols {
		padding-bottom: 0;
	}
	.txt_cols .Whit_bg_col .white_inner {
		padding: 3rem 3rem 3rem;
		transform: translateY(calc(-.5* 5rem));
		width: 100%;
		margin: 0 auto;
		left: 0;
		
	}
	.partners_logo a {
		height: 6rem;
	}
	.txt_cols .gray_col {
		margin-bottom: 5rem;
	}
	.txt_cols .Whit_bg_col {
		padding: 0;
	}

	.txt_cols {
		padding: 4rem 0 0;
	}
	.site + .block__inner 	.txt_cols {
		padding-top: 0rem;
	}
	.sectionss .sectionss__left {
		padding-top: 3rem;
	}
	.swiper-wrapper {
		flex-wrap: wrap;
	}
	.swiper-wrapper .swiper-slide {
		width: 100%;
		height: auto;
		margin-bottom: 2rem;
		margin-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.block__inner {
		width: 94%;
	}

	.site-content {
		padding-top: 3rem;
		line-height: 1.1;
	}
	.section1_left h1 {
		font-size: 2.6rem;
		min-height: auto;
		margin-bottom: 3rem;
	}
	

	p {
		line-height: 1.5;
	}
	.txt_cols h3 {
		line-height: 1.2;
	}
	.section54 .section54__Right .section54__RightBox {
		margin: 2rem;
	}
	.innerBanne__left h1 em{
		margin-bottom: 1rem;
	}
	.section2MainRight .cats-list .cats-list__item .cats-list__item-bgr img {
		height: 20rem;
	}
	.section2MainRight .cats-list .cats-list__item .cats-list__item-title {
		font-size: 1.6rem;
	}
	.section4 .section4Main .section4Mainright {
		padding: 6rem 3rem 4rem 3rem;
	}
	.footer .footer__top .footer__Left .h4 {
		font-size: 1.6rem;
	}
	.section3 .section3Main .h2 {
		font-size: 2.1rem;
	}
	.section4 .section4Main .section4Mainright h2 {
		font-size: 2.5rem;
	}
	.section3 .section3Main .l-grid-animated__media {
		height: 226px;
	}
	.section4 .section4Main .section4Mainright_ {
		width: 100%;
	}
	.section4 .section4Main .section4Mainright_ .btn {
		font-size: 0.8rem;
	}
	.footer__Right .btn {
		font-size: 0.8rem;
	}
	.animate_txt h2 {
		font-size: 2.7rem;}

	.footer_bottomMainr a {
		padding: 0 1rem;
	}
	.innerBanne__left {
		top: 4rem;
        padding: 2.5rem 2.5rem 7rem;
	}
	.tawk-survey .tawk-message .tawk-margin-top .tawk-margin-bottom,
	.tawk-survey-option {
		display: none;
	}
	
}/*# sourceMappingURL=main.css.map */

@media only screen and (max-width: 400px) {
	.entry-content {
		margin: 15% 10% 5% 10%;
	}
	.sectionss__RightBox:last-of-type .sectionss__RightBox__img svg {
		width: 135%;
	}
}