@charset "utf-8";

/* CSS Document */



/*---------- Google Fonts ----------*/



:root {

	--white: #FFF;

	--black: #000;

	--bodytext: #102a2b;

	--orange: #e18557;

	--secondblack: #222;

	--golden: #c0921a;

	--cream: rgba(246, 244, 239, 1.0);

}



figure {

	margin: 0;

}



button {

	border: none;

	transition: all ease-in-out 300ms;

	-webkit-transition: all ease-in-out 300ms;

	-ms-transition: all ease-in-out 300ms;

	-o-transition: all ease-in-out 300ms;

	-moz-transition: all ease-in-out 300ms;

}



body {

	font-family: 'URW DIN';

	background-color: var(--white);

	color: var(--bodytext);

	font-size: 18px;

	font-weight: 400;

	line-height: 150%;

}



a,

input,

button,

textarea {

	outline: none !important;

}



a {

	text-decoration: none;

	transition: all ease-in-out 300ms;

	-webkit-transition: all ease-in-out 300ms;

	-ms-transition: all ease-in-out 300ms;

	-o-transition: all ease-in-out 300ms;

	-moz-transition: all ease-in-out 300ms;

}



.container-fluid,

.container {

	padding-left: 15px;

	padding-right: 15px;

}



.row {

	margin-left: -15px;

	margin-right: -15px;

}



.row>* {

	padding-left: 15px;

	padding-right: 15px;

}



/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

	-webkit-appearance: none;

	margin: 0;

}



.form-control:focus {

	box-shadow: none;

	border-color: transparent;

}



/* Firefox */

input[type=number] {

	-moz-appearance: textfield;

}



textarea {

	resize: none;

}



/* ==================== [ Typography Start ] ==================== */



strong,

b {

	font-weight: 700 !important;

}



a,

input,

button,

textarea {

	outline: none !important;

}



a {

	color: var(--bodytext);

	word-break: break-word;

	text-decoration: none;

}



a:hover {

	color: var(--orange);

}



p {

	color: inherit;

	font-family: inherit;

	font-size: inherit;

	font-style: inherit;

	font-weight: inherit;

	line-height: inherit;

	margin-bottom: 20px;

}



ol,

ul {

	margin-bottom: 20px;

	padding-left: 20px;

	padding-left: 40px;

}



ol ol,

ol ul,

ul ol,

ul {

	margin-top: 10px;

	margin-bottom: 10px;

}



ol li,

ul li {

	font-family: inherit;

	font-weight: inherit;

	font-size: inherit;

	line-height: inherit;

	color: inherit;

}



.common-detail ol li,

.common-detail ul li {

	margin-bottom: 20px;

}



ol li::marker,

ul li::marker {

	color: var(--bodytext);

}



ul li:has(> ul),

ul li:has(> ol) {

	list-style-type: none;

}



blockquote {

	padding: 0px 0px 0px 20px;

	margin-bottom: 20px;

	background-color: transparent;

	font-size: inherit;

	line-height: inherit;

	color: inherit;

	position: relative;

	font-weight: 700;

}



blockquote::before {

	position: absolute;

	content: "";

	left: 0;

	top: 0;

	width: 3px;

	height: 100%;

	background: var(--bodytext);

}



pre {

	background-color: transparent;

	border: 1px solid var(--black);

	padding: 16px;

	overflow: auto;

	font-family: inherit;

	border-radius: 10px;

	position: relative;

	color: var(--bodytext);

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	-ms-border-radius: 10px;

	-o-border-radius: 10px;

}



pre code {

	font-size: inherit;

	font-weight: inherit;

	font-family: inherit;

	line-height: inherit;

}



table {

	width: 100%;

	border-collapse: collapse;

	margin-bottom: 16px;

	font-size: inherit;

}



th,

td {

	border: 1px solid var(--black);

	padding: 8px 12px;

	text-align: left;

}



th {

	background-color: transparent;

	font-weight: 500;

	font-size: inherit;

	color: var(--black);

}



td {

	background-color: transparent;

	font-weight: inherit;

	font-size: inherit;

	color: var(--white);

}



h1 strong,

.h1 strong,

h2 strong,

.h2 strong,

h3 strong,

.h3 strong,

h4 strong,

.h4 strong,

h5 strong,

.h5 strong,

h6 strong,

.h6 strong {

	font-weight: 700;

}



h1,

.h1 {

	color: var(--white);

	font-family: 'URW DIN';

	font-size: 90px;

	font-weight: 900;

	line-height: 100%;

	margin-bottom: 20px;

}



h2,

.h2 {

	color: var(--white);

	font-family: 'URW DIN';

	font-size: 64px;

	font-weight: 900;

	line-height: 100%;

	margin-bottom: 20px;

}



h3,

.h3 {

	color: var(--white);

	font-family: 'URW DIN';

	font-size: 48px;

	font-weight: 900;

	line-height: 100%;

	margin-bottom: 20px;

}



h4,

.h4 {

	color: var(--white);

	font-family: 'URW DIN';

	font-size: 36px;

	font-weight: 900;

	line-height: 100%;

	margin-bottom: 20px;

}



h5,

.h5 {

	color: var(--white);

	font-family: 'URW DIN';

	font-size: 30px;

	font-weight: 900;

	line-height: 100%;

	margin-bottom: 20px;

}



h6,

.h6 {

	color: var(--white);

	font-family: 'URW DIN';

	font-size: 20px;

	font-weight: 900;

	line-height: 100%;

	margin-bottom: 20px;

}



hr {

	margin-block: 20px;

}



input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin: 0;

}



textarea {

	resize: none;

}



/* ==================== [ Typography End ] ==================== */



/* buttons */

.common-btn {

	display: inline-flex;

	justify-content: center;

	align-items: center;

	text-align: center;

	font-size: 18px;

	line-height: 120%;

	font-weight: 800;

	padding: 10px 20px;

	border: 3px solid var(--orange);

	border-radius: 0;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	-ms-border-radius: 0;

	-o-border-radius: 0;

}



.primary-btn {

	background-color: var(--orange);

	color: var(--white);

}



.primary-btn:hover {

	background-color: transparent;

	color: var(--orange);

}



.secondary-btn {

	background-color: transparent;

	color: var(--orange);

	letter-spacing: 1px;

}



.secondary-btn:hover {

	color: var(--white);

	background-color: var(--orange);

}



.tertiary-btn {

	border-color: var(--bodytext);

	background-color: var(--bodytext);

	color: var(--white);

	letter-spacing: 1px;

}



.tertiary-btn:hover {

	background-color: transparent;

	color: var(--bodytext);

}



.white-outline-btn {

	border-color: var(--white);

	background-color: transparent;

	color: var(--white);

	letter-spacing: 1px;

}



.white-outline-btn:hover {

	background-color: var(--white);

	color: var(--bodytext);

}



/* buttons */



.section-title {

	position: relative;

	padding-top: 50px;

}



.section-title::after {

	position: absolute;

	content: "";

	background: var(--orange);

	width: 50px;

	height: 4px;

	top: 0;

	left: 0;

}



.section-center-title {

	position: relative;

	padding-top: 50px;

}



.section-center-title::after {

	position: absolute;

	content: "";

	background: var(--orange);

	width: 50px;

	height: 4px;

	top: 0;

	left: 50%;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

	-moz-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	-o-transform: translateX(-50%);

}



.section-white-line-title::after {

	background: var(--white);

}



.fix-width-940 {

	width: 100%;

	max-width: 940px;

}



.fix-width-950 {

	width: 100%;

	max-width: 950px;

}



.fix-width-1230 {

	width: 100%;

	max-width: 1230px;

}



.fix-width-1300 {

	width: 100%;

	max-width: 1300px;

}



.fix-width-1000 {

	width: 100%;

	max-width: 1000px;

}



.fix-width-1380 {

	width: 100%;

	max-width: 1380px;

}



.object-contain figure,

.object-contain img {

	width: 100% !important;

	height: 100% !important;

	object-fit: contain !important;

}



/*==================================================================*/

/*========== Header Start ==========*/

/*==================================================================*/

.navbar-brand {

	position: relative;

	z-index: 9999;

	margin: 0;

	padding: 0 0 18px;

	display: inline-block;

	width: 100px;

}



.header-content {

	display: flex;

	justify-content: space-between;

	padding: 18px 15px 0;

	align-items: flex-end;

}



.navbar {

	padding: 0;

}



.navbar .navbar-nav .nav-item .nav-link {

	position: relative;

	padding: 0 0 18px;

	color: var(--orange);

	font-size: 25px;

	font-weight: 700;

	line-height: 100%;

}



.navbar .navbar-nav .nav-item .nav-link::before {

	position: absolute;

	content: "";

	background: var(--orange);

	height: 3px;

	left: 0;

	width: 0;

	bottom: 0px;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	-ms-transition: all 0.3s;

	-o-transition: all 0.3s;

}



.navbar .navbar-nav .nav-item.current-menu-item .nav-link::before,

.navbar .navbar-nav .nav-item .nav-link:hover::before {

	width: 100%;

}



.navbar .navbar-nav > .nav-item:not(:last-child) {

	margin-right: 20px;

}



.search-icon {

	margin-left: 15px;

	margin-bottom: 5px;

	font-size: 16px;

	color: var(--orange);

	cursor: pointer;

}



.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {

	position: relative;

	padding-right: 16px;

}



.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {

	position: absolute;

	content: "";

	display: inline-block;

	margin-left: 0;

	border: none;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23e18557' d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");

	background-size: contain;

	background-repeat: no-repeat;

	width: 12px;

	height: 18px;

	top: 8px;

	right: 0;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	-ms-transition: all 0.3s;

	-o-transition: all 0.3s;

}



.dropdown-menu {

	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);

	border: none;

	border-radius: 0;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	-ms-border-radius: 0;

	-o-border-radius: 0;

}



.dropdown-menu li.current-menu-item .dropdown-item,

.dropdown-menu .dropdown-item:hover {

	background-color: var(--orange);

	background: var(--orange);

}



.header-right-top-list ul {

	margin: 0;

	padding: 0;

	list-style: none;

	display: flex;

	gap: 40px;

	justify-content: flex-end;

}



.header-right-top-list ul li a {

	font-size: 16px;

	font-weight: 400;

	color: #d48960;

}

.header-right-top-list ul li.current-menu-item a {
	
	color: var(--bodytext);
	
}


.header-right-top {

	margin-bottom: 20px;

	padding-right: 25px;

}



/*==================================================================*/

/*========== Header End ==========*/

/*==================================================================*/



/* banner-section */

.banner-section {

	position: relative;

	/* min-height: 690px; */

	overflow: hidden;

}



/* .banner-content{

	height: 100%;

}



.banner-section .container{

	height: 100%;

} */



.banner-image {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

}



.banner-sign-up-section .banner-image {

	position: relative;

}



.banner-image figure,

.banner-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	object-position: center;

}



/* .banner-image::after {

	position: absolute;

	content: "";

	background-color: rgba(0, 0, 0, 0.50);

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	opacity: 0.3;

} */



.banner-detail {

	display: flex;

	flex-direction: column;

	justify-content: center;

	position: relative;

	z-index: 9;

	padding: 205px 0 118px;

	min-height: 690px;

}



.banner-detail .main-heading {

	width: 100%;

	max-width: 910px;

}



/* .banner-image::before {

	position: absolute;

	content: "";

	background-image: url('../images/banner-shapoe.svg');

	background-repeat: no-repeat;

	background-size: cover;

	width: calc(100% - 55%);

	right: 0;

	top: 0;

	bottom: 0;

	opacity: 0.2;

	z-index: 9;

} */



.banner-shape-image {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	z-index: 9;

	opacity: 0.4;

}



.banner-shape-image::after {

	position: absolute;

	content: "";

	background-color: rgba(0, 0, 0, 0.50);

	width: 20000px;

	top: 0;

	bottom: 0;

	left: -15000px;

	right: 0;

	opacity: 0.8;

	z-index: -9;

}



.banner-shape-image figure,

.banner-shape-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.banner-common-detail {

	width: 100%;

	max-width: 910px;

}



.banner-common-detail * {

	font-size: 24px;

	font-weight: 700;

	line-height: 140%;

	color: var(--white);

}



/* banner-section */



/* open house section */

.open-house-section {

	padding: 100px 0;

}



.open-house-image {

	display: block;

	width: 100%;

	height: 370px;

}



.open-house-image figure,

.open-house-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.open-house-content .row {

	align-items: center;

}



.open-house-right .section-title {

	position: relative;

	padding-top: 50px;

}



.open-house-right .section-title::after {

	position: absolute;

	content: "";

	background: var(--orange);

	width: 50px;

	height: 4px;

}



.open-house-right .section-title * {

	color: var(--orange);

}



.open-house-right .common-detail strong {

	background-color: #f6f4ef;

}



.sign-up-btn-block * {

	font-size: 24px;

	line-height: 100%;

	font-weight: 900;

	color: var(--secondblack);

}



.sign-up-btn-block a:hover {

	color: var(--orange);

}



/* open house section */





/* common section */

.common-section {

	padding: 50px 0 25px;

}



.common-main-block-section {

	padding: 50px 0 0;

}


.common-main-section {

	padding: 0;

}



.common-main-section .common-bottom-block {

	margin: 0;

}



.common-top-block {

	text-align: center;

	padding: 0 15px;

}



.common-top-block .section-title * {

	color: var(--golden);

}



.common-top-block .common-detail {

	margin: 0 auto;

}

.common-top-block .common-detail h5 {
	color: var(--golden);
}



.common-top-block .common-detail a {

	color: var(--orange);

}



.common-duplicate-section .common-top-orange-block .common-detail h1,

.common-duplicate-section .common-top-orange-block .common-detail h2,

.common-duplicate-section .common-top-orange-block .common-detail h3,

.common-duplicate-section .common-top-orange-block .common-detail h4,

.common-duplicate-section .common-top-orange-block .common-detail h5,

.common-duplicate-section .common-top-orange-block .common-detail h6 {

	color: var(--orange);

	

}



.common-bottom-block {

	margin: 70px 0 0;

}



.common-different-layout-section .common-bottom-block-item-left {

	background: #212427;

}

.common-section.common-main-section .common-bottom-block-item-left {
	background: var(--orange);
}


.common-bottom-block-item-left {

	padding: 100px;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	height: 100%;

}



.common-bottom-block-item .row {

	margin: 0;

}



.common-bottom-block-item .row>* {

	padding: 0;

}



.common-bottom-block-item-wrp {

	width: 100%;

	max-width: 752px;

	margin: 0 auto;

}



.common-sub-title * {

	font-weight: 900;

	font-size: 18px;

	line-height: 120%;

	color: var(--white);

}



.common-bottom-block-item-image {

	/* height: 400px; */

	height: 100%;

	min-height: 100%;

	position: relative;

}



.common-image-contain-section .common-bottom-block-item-image {

	height: auto;

}



.common-image-contain-section .common-bottom-block-item .row {

	align-items: center;

}



.common-bottom-block-item-image *,

.common-bottom-block-item-image figure,

.common-bottom-block-item-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.common-sub-title {

	margin-bottom: 20px;

}



.common-wrp-section .common-sub-title * {

	color: var(--bodytext);

}



.common-bottom-block-item-wrp * {

	color: var(--white);

}



.common-wrp-section .common-bottom-block-item-wrp .block-title * {

	color: var(--golden);

}



.common-wrp-section .common-bottom-block-item-wrp .common-detail * {

	color: var(--bodytext);

}



.common-bottom-block-item-btn-group {

	display: flex;

	gap: 25px;

}



.common-bottom-block>*:nth-child(even) .row {

	flex-direction: row-reverse;

}



.common-block-part-wrp {

	display: block;

	padding: 50px 30px;

	height: 100%;

	background-color: rgba(16, 42, 43, 1);

}



.common-block-part {

	margin: 70px auto 0;

}



.common-block-part-wrp * {

	color: var(--white);

}



.common-block-part .row {

	margin: 0 -13px;

	row-gap: 26px;

}



.common-block-part .row>* {

	padding: 0 13px;

}



.common-bottom-block-item-btn-group .secondary-btn {

	color: var(--orange);

}



.common-bottom-block-item-btn-group .secondary-btn:hover {

	color: var(--white);

}



.common-big-detail {

	margin: 0 auto;

}



.common-big-detail * {

	font-size: 24px;

	line-height: 130%;

	font-weight: 900;

	color: var(--orange);

}



.common-duplicate-section .common-bottom-block .row {

	flex-direction: row-reverse;

}



.common-duplicate-section .common-bottom-block-item-wrp .block-title * {

	color: var(--orange);

}



.common-duplicate-section .common-bottom-block-item-wrp .common-detail * {

	color: var(--bodytext);

}



.common-reverse-section .common-bottom-block>* .row {

	flex-direction: row-reverse;

}



.common-reverse-section .common-bottom-block>*:nth-child(even) .row {

	flex-direction: row;

}



.common-black-section .common-bottom-block-item-wrp .section-title *,

.common-black-section .common-bottom-block-item-wrp .block-title * {

	color: var(--black);

}



.common-black-section .common-bottom-block-item-wrp .common-detail * {

	color: var(--black);

}



.common-top-orange-block .block-title *,

.common-top-orange-block .section-title * {

	color: var(--orange);

}



.common-bottom-orange-block .common-bottom-block-item-wrp .block-title *,

.common-bottom-orange-block .common-bottom-block-item-wrp .section-title * {

	color: var(--orange);

}



.common-bottom-orange-block .common-bottom-block-item-wrp .common-detail * {

	color: var(--bodytext);

}



.common-left-section * {

	text-align: left;

}



.common-video-block {

	max-width: 1800px;

	padding: 50px 100px;

	margin: 0 auto;

}



.common-video-block video {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.common-container-section .common-bottom-block-item-left {

	padding: 0 25px;

}



.block-sub-title {

	display: block;

	font-size: 18px;

	font-weight: 400;

	color: var(--bodytext);

	margin-bottom: 20px;

}



.common-container-section .common-bottom-block-item .row {

	align-items: flex-start;

}



.common-container-section .common-bottom-block {

	margin: 120px 0 0;

}



.common-container-section .common-bottom-block>*:not(:last-child) {

	margin-bottom: 70px;

}



.common-space-section {

	padding: 150px 0;

}



.common-vaskibend-section .common-bottom-block>*:last-child .common-bottom-block-item-wrp .section-title {

	padding-top: 0;

}



.common-vaskibend-section .common-bottom-block>*:last-child .common-bottom-block-item-wrp .section-title::after {

	display: none;

}



.common-duplicate-section .common-bottom-block-item-image {

	height: auto;

}



.common-section-new-layout .common-bottom-block-item-wrp .section-title *,

.common-section-new-layout .common-bottom-block-item-wrp .block-title *{

	color: var(--orange);

}



.new-block-sub-title *{

	color: var(--orange);

	font-weight: 500;

}



.common-section-new-layout .common-bottom-block-item-wrp .common-detail *{

	color: var(--bodytext);

}



.common-section-image-section-block{

	text-align: center;

}

/* common section */



/* why choose section */

.why-choose-section {

	padding: 25px 0 50px;

}



.why-choose-content {

	padding: 0 30px;

}



.why-choose-left .block-title * {

	color: var(--golden);

}



.why-choose-content .row {

	align-items: center;

	row-gap: 20px;

}



.why-choose-btn-block {

	display: flex;

	justify-content: center;

}



/* why choose section */



/* things section  */

.things-section {

	/* padding: 25px 0 50px; */
	padding: 50px 0 ;

}



.things-content .row {

	align-items: center;

	row-gap: 20px;

}



.things-left {

	text-align: center;

}



.things-left .section-title * {

	color: var(--orange);

}



.things-left .section-title {

	padding-top: 0;

}



.things-left .section-title::after {

	display: none;

}



.things-left .common-detail * {

	margin: 0;

}



.things-left .common-detail>*:not(:last-child) {

	margin-bottom: 20px;

}



.things-btn-block {

	display: flex;

	justify-content: flex-end;

}



/* things section  */



/* flow section  */

.flow-section {

	position: relative;

}



.flow-image {

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

}



.flow-image::after{

	position: absolute;

	content: "";

	background: rgba(0, 0, 0, 0.5);

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

}



.flow-image figure,

.flow-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.flow-detail {

	width: 100%;

	max-width: 910px;

	padding: 260px 0 218px;

	position: relative;

}



.flow-detail .section-title {

	padding-top: 0;

}



.flow-detail .section-title::after {

	display: none;

}



.open-house-lifetime-section .open-house-right .section-title * {

	color: var(--golden);

}



.flow-btn-block .tertiary-btn:hover{

	background: var(--white);

	color: var(--bodytext);

	border-color: var(--white);

}

/* flow section  */



/* common contact section */

.common-contact-right .section-title * {

	color: var(--golden);

}



.common-contact-section {

	padding: 100px 0;

}



/* common contact section */



/* common info section  */

.common-info-section {

	padding: 50px 0 50px;

	margin: 50px 0 0;

	background-color: rgba(246, 244, 239, 1.0);

}



.common-info-careers-section {

	margin: 0 !important;

}



.common-info-item-wrp .block-title * {

	color: var(--golden);

}



.common-info-item-wrp .common-detail h1,

.common-info-item-wrp .common-detail h2,

.common-info-item-wrp .common-detail h3,

.common-info-item-wrp .common-detail h4,

.common-info-item-wrp .common-detail h5,

.common-info-item-wrp .common-detail h6 {

	color: var(--golden);

}



.common-info-item .row {

	/* align-items: center; */

	align-items: flex-start;

	row-gap: 40px;

}



.common-info-content>*:not(:last-child) {

	margin-bottom: 100px;

}



.common-info-item-image {

	display: block;

	width: 100%;

	height: 380px;

}



.common-info-item-image figure,

.common-info-item-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.common-info-content>*:nth-child(even) .row {

	flex-direction: row-reverse;

}



/* common info section  */





/* common table section */

.common-table-section {

	padding: 75px 0;

}



.common-new-layout-table-section .common-table-content{

	width: 100%;

	max-width: 970px;

	margin: 0 auto;

}



/* TABLE STYLE */

.spec-table {

	border: 1px solid rgba(247, 178, 140, 1.0);

}



.common-new-layout-table-section .spec-table{

	border-color: rgba(204, 204, 204, 1.0);

}



.spec-table th,

.spec-table td {

	border: none;

	border-bottom: 1px solid rgba(247, 178, 140, 1.0);

	padding: 10px;

	vertical-align: middle;

	background-color: rgba(246, 244, 239, 1.0);

	width: 25%;

}



.common-new-layout-table-section .spec-table th,

.common-new-layout-table-section .spec-table td{

	background-color: transparent;

	border-bottom-color: rgba(204, 204, 204, 1.0);

}



.spec-table thead th {

	/* background: #f3eee9; */

	font-weight: 700;

	text-align: left;

}



.spec-table tbody td {

	font-weight: 500;

}



/* 🔥 MOBILE STACK (NO SCROLL) */

@media (max-width: 767px) {

	.spec-table {

		border: none;

	}



	.spec-table thead {

		display: none;

	}



	.spec-table,

	.spec-table tbody,

	.spec-table tr,

	.spec-table td {

		display: block;

		width: 100%;

		font-size: 15px;

	}



	.spec-table tr {

		margin-bottom: 15px;

		border: 1px solid rgba(247, 178, 140, 1.0);

		background-color: rgba(246, 244, 239, 1.0);

	}



	.common-new-layout-table-section .spec-table tr{

		border-color: rgba(204, 204, 204, 1.0);

		background-color: transparent;

	}



	.spec-table td {

		border: none;

		border-bottom: 1px solid rgba(247, 178, 140, 1.0);

		padding: 24px 12px 24px 52%;

		position: relative;

	}



	.common-new-layout-table-section td{

		border-bottom-color: rgba(204, 204, 204, 1.0);

	}



	.spec-table td:last-child {

		border-bottom: none;

	}



	/* Labels */

	.spec-table td::before {

		content: attr(data-label);

		position: absolute;

		left: 12px;

		top: 50%;

		transform: translateY(-50%);

		width: 45%;

		font-weight: 400;

		font-size: 15px;

	}

}



/* common table section */



/* puching section */

.puching-section {

	padding: 50px 0;

}



.punching-content {

	padding: 0 15px;

}



.punching-detail-block-wrp {

	text-align: center;

}



.punching-detail-block-wrp .block-title * {

	color: var(--orange);

}



.punching-image {

	display: flex;

	justify-content: center;

}



/* puching section */



/* tool-section */

.tool-section {

	padding: 50px 0 0;

}



.tool-top-block {

	width: 100%;

	max-width: 1705px;

	margin: 0 auto;

	border-top: 1px solid #ccc;

	text-align: center;

	padding: 10px 15px 0;

}



.tool-top-block .block-title * {

	color: var(--orange);

}



.tool-top-block .common-detail {

	margin: 50px 0 0;

}



.tool-bottom-block .row {

	margin: 0;

	row-gap: 40px;

}



.tool-bottom-block .row>* {

	padding: 0;

}



.tool-bottom-block {

	margin: 100px 0 0;

}



.tool-image-info {

	text-align: center;

}



.tool-image-info .common-detail {

	margin: 70px 0 0;

	padding: 0 20px;

}



.tool-image {

	max-width: 500px;

	margin: 0 auto;

}



/* tool-section */



/* common block part section */

.common-block-part-section {

	padding: 50px 0;

}



.common-block-part-content {

	width: 100%;

	max-width: 1200px;

	margin: 0 auto;

}



.common-block-part-left .section-title *,

.common-block-part-left .block-title * {

	color: var(--orange);

}



.common-block-part-content .row {

	margin: 0 -25px;

	row-gap: 40px;

}



.common-block-part-content .row>* {

	padding: 0 25px;

}



.data-center-image {

	display: block;

	width: 100%;

	max-width: 564px;

	height: 564px;

}



.data-center-image figure,

.data-center-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



/* common block part section */



/* common block image section */

.common-block-image-section {

	padding: 130px 0 50px;

}



.common-block-image-content {

	width: 100%;

	max-width: 1880px;

	padding: 0 50px;

	margin: 0 auto;

}



.common-block-image-content .row {

	margin: 0 -20px;

	row-gap: 30px;

}



.common-block-image-content .row>* {

	padding: 0 20px;

}



.common-block-image-item {

	display: block;

	width: 100%;

	height: 315px;

}



.common-block-image-item figure,

.common-block-image-item img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.common-block-image-item img {

	border-radius: 10px;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	-ms-border-radius: 10px;

	-o-border-radius: 10px;

}



/* common block image section */





/* help section */

.help-section {

	padding: 60px 0 50px;

}



.help-content {

	width: 100%;

	max-width: 1000px;

	margin: 0 auto;

}



.help-content>.section-title {

	text-align: center;

}



.help-content>.section-title * {

	color: var(--golden);

}



.help-block {

	margin: 50px 0 0;

}



.help-block .row {

	row-gap: 30px;

}



.help-block-item {

	padding: 50px 30px;

	width: 100%;

	display: block;

	background-color: rgba(16, 42, 43, 1);

}



.help-block-item * {

	color: var(--white);

}



.help-block-item .common-detail a:hover {

	color: var(--orange);

}



/* help section */



/* contact form section */

.contact-form-section {

	padding: 70px 0 50px;

}



.contact-form-content {

	width: 100%;

	max-width: 1000px;

	margin: 0 auto;

}



.contact-form-content .section-title *,

.contact-form-content .block-title * {

	color: var(--bodytext);

}



.common-form .row {

	row-gap: 10px;

	margin: 0 -5px;

}



.common-form .row>* {

	padding: 0 5px;

}



.common-form .form-select,

.common-form .form-control {

	background-color: #fff;

	border: 1px solid #ccc;

	color: #102a2b;

	font-size: 16px;

	font-weight: 400;

	padding: 12px 8px;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

}



.common-form textarea.form-control {

	padding: 12px 8px 100px;

}



.common-form .form-select:focus,

.common-form .form-control:focus {

	box-shadow: none;

}



.form-check-label-title,

.common-form .form-label {

	color: #102a2b;

	font-size: 14px !important;

	font-weight: 500 !important;

	letter-spacing: 1px;

	text-transform: uppercase;

	margin-bottom: 2px !important;

}



.common-form .form-label strong {

	color: red;

}



.form-check-label {

	color: #102a2b;

	font-size: 14px;

	font-weight: 500;

	text-transform: none;

}



.form-check-input {

	box-shadow: none !important;

	border-radius: 0 !important;

	border: 2px solid #c6c3bb !important;

	background-color: #FFF !important;

	-webkit-border-radius: 0 !important;

	-moz-border-radius: 0 !important;

	-ms-border-radius: 0 !important;

	-o-border-radius: 0 !important;

}



.form-check-input:checked {

	background-color: #c6c3bb !important;

	box-shadow: none !important;

}



/* contact form section */



/* contact info detail section */

.contact-info-detail-section {

	padding: 25px 0 50px;

}



.contact-info-detail-content {

	width: 100%;

	max-width: 1000px;

	margin: 0 auto;

}



.contact-info-detail-item-title {

	margin-bottom: 100px;

}



.contact-info-detail-item-title .section-title * {

	color: var(--orange);

}





.contact-info-detail-item-block-title .block-title * {

	color: var(--bodytext);

}



.contry-title * {

	color: var(--orange);

	font-size: 24px;

	margin: 0;

}



.contry-sub-title {

	display: block;

	margin: 10px 0 0;

	font-size: 18px;

	font-weight: 500;

	color: var(--orange);

}



.local-contact-info-name * {

	color: var(--bodytext);

	text-transform: uppercase;

}



.common-detail a:hover {

	color: var(--orange);

}



.contact-info-detail-item-wrp-main-block>*:not(:last-child) {

	margin-bottom: 100px;

}



.contact-info-detail-content>*:not(:last-child) {

	margin-bottom: 150px;

}



.contact-info-detail-item-wrp-main-block {

	margin: 100px 0 0;

}



/* contact info detail section */



/* location section */

.location-section {

	padding: 50px 0 0;

}



.location-content {

	width: 100%;

	max-width: 1000px;

	margin: 0 auto;

}



.location-map-block {

	display: block;

	width: 100%;

	height: 490px;

	min-height: 100%;

}



.location-map-block iframe {

	width: 100%;

	height: 100%;

	border: none;

}



.location-detail-info {

	background-color: rgba(246, 244, 239, 1.0);

}



.location-content .row {

	margin: 0;

}



.location-content .row>* {

	padding: 0;

}



.location-detail-info {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	padding: 50px;

}





.location-detail-info .block-title *,

.location-detail-info .section-title * {

	color: var(--orange);

}



.location-group * {

	color: var(--bodytext);

	font-size: 24px;

	font-weight: 900;

}



.location-detail-wrp-info {

	width: 100%;

	max-width: 300px;

}



/* location section */



/* common typography section */

.common-typography-section {

	padding: 50px 0;

}



.common-typography-block-section .common-typography-content {

	width: 100%;

	max-width: 1370px;

	margin: 0 auto;

	background: var(--cream);

	padding: 40px;

}



.common-typography-detail h1,

.common-typography-detail h2,

.common-typography-detail h3,

.common-typography-detail h4,

.common-typography-detail h5,

.common-typography-detail h6 {

	color: var(--orange)

}

.typography-content .typography-detail a {
	color: var(--golden);
}

.typography-content .typography-detail a:hover {
	color: var(--secondblack);
	text-decoration: underline;
}



.common-typography-block-section .common-typography-detail ul li {

	list-style: square !important;

	margin-bottom: 20px !important;

}



.common-typography-block-section .common-typography-detail ul li ul li {

	list-style: circle !important;

	margin-bottom: 20px !important;

}



.common-typography-block-section .common-typography-detail ul li ul {

	margin: 20px 0 0;

}



/* common typography section */



/* vaski product section */

.vaski-product-section {

	padding: 50px 0;

}



.vaski-product-content {

	text-align: center;

	width: 100%;

	max-width: 1000px;

	margin: 0 auto;

}



.vaski-product-content .block-title * {

	color: var(--orange);

}



/* vaski product section */



/* vaskistories page */

.banner-block-section .main-heading * {

	color: var(--golden);

}



.vaskistories-tabing-section .vaskistories-tabing-block {

	padding: 80px 0;

	background: rgba(246, 244, 239, 1);

}



.vaskistories-tabing-block .vaskistories-tabing ul {

	padding: 0;

	margin: 0;

	list-style: none;

	display: flex;

	flex-wrap: wrap;

	row-gap: 15px;

}



.vaskistories-tabing-block .vaskistories-tabing ul li {

	font-size: 16px;

	font-weight: 700;

	margin-right: 30px;

}



.vaskistories-tabing-block .vaskistories-tabing ul li:last-child {

	margin-right: 0;

}



.vaskistories-tabing-block .vaskistories-tabing ul li a.active {

	color: var(--orange);

}



.vaskistories-tabing-block .vaskistories-tabing ul li a {

	padding-bottom: 5px;

	border-bottom: 2px solid var(--orange);

}



.vaskistories-tabing-block .vaskistories-tabing ul li a:hover {

	color: var(--orange);

}



.vaskistories-tabing-section .vaskistories-tabing-cards-block {

	padding: 60px 0;

}



.vaskistories-tabing-cards-block .vaskistories-tabing-cards {

	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);

	background-color: rgba(255, 255, 255, 1.0);

	display: block;

	height: calc(100% - 36px);

	margin-bottom: 36px;

}



.vaskistories-tabing-cards .vaskistories-tabing-img {

	height: 300px;

}



.vaskistories-tabing-cards .vaskistories-tabing-img * {

	height: 100%;

	width: 100%;

	object-fit: cover;

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent {

	padding: 25px 20px;

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .read-time {

	font-size: 12px;

	text-transform: uppercase;

	line-height: 150%;

	margin-bottom: 5px;

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .block-title {

	color: var(--orange);

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .block-title h6 {

	margin-bottom: 16px;

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .block-title * {

	color: inherit;

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .date {

	font-size: 14px;

	margin-bottom: 10px;

	line-height: 120%;

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .coomon-details {

	line-height: 150%;

	color: var(--black);

}



.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .coomon-details p {

	margin-bottom: 0;

}



.custom-pagination {

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	gap: 14px;

	list-style: none;

	padding: 0;

	margin: 30px 0;

}



.custom-pagination li a {

	text-decoration: none;

	color: #1d2430;

	font-size: 18px;

	font-weight: 500;

	width: 32px;

	height: 32px;

	border-radius: 8px;

	display: flex;

	align-items: center;

	justify-content: center;

	transition: all 0.25s ease;

	border: 1px solid transparent;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	-ms-border-radius: 8px;

	-o-border-radius: 8px;

}



.custom-pagination li a.active:hover {

	background-color: #00a3c8;

	color: var(--white);

}



.custom-pagination li a:hover {

	background: #00a3c8;

	color: var(--white);

}



.custom-pagination li a.active {

	border: 2px solid #00a3c8;

	color: #00a3c8;

	background: #ffffff;



}



.custom-pagination .nav-btn {

	width: auto;

	padding: 0 6px;

	gap: 6px;

	color: #2b3340;

}



.custom-pagination .nav-btn:hover {

	background: transparent;

	color: #00a3c8;

}



.custom-pagination .arrow {

	font-size: 22px;

	line-height: 1;

}



/* vaskistories page */



/* subscribe section */

.subscribe-section {

	padding: 50px 0;

}



.subscribe-left .section-title * {

	color: var(--golden);

}



.subscribe-info-detail * {

	margin: 0;

	color: #999;

	font-size: 12px;

	line-height: 130%;

	font-style: normal;

	font-weight: 400;

}



.subscribe-content>.row {

	row-gap: 30px;

}



/* subscribe section */



/* sign up open house section */

.sign-up-open-house-section {

	padding: 100px 0 30px;

}



.sign-up-open-house-content {

	width: 100%;

	max-width: 820px;

	margin: 0 auto;

}



.sign-up-open-house-content .block-title {

	text-align: center;

}



.sign-up-open-house-content .block-title * {

	color: #222;

	font-size: 60px;

}



.sign-up-open-house-content .small-block-title {

	text-align: center;

	margin: 60px 0 0;

}



.sign-up-open-house-content .small-block-title * {

	color: #222;

}



.sign-up-open-house-content .common-detail {

	text-align: left;

	margin: 60px 0 0;

}



.sign-up-open-house-content .common-detail * {

	font-size: 16px;

}



/* sign up open house section */



/* register section */

.register-section {

	padding: 30px 0;

}



.register-block {

	padding: 0 50px;

}



.register-part {

	width: 100%;

	max-width: 1660px;

	margin: 0 auto;

}



.register-title {

	text-align: center;

}



.register-title * {

	color: #222;

	text-transform: uppercase;

}



.register-section .form-check-label,

.register-section .form-check-label-title,

.register-section .common-form .form-label {

	font-size: 18px !important;

	color: #212d31 !important;

	font-weight: 500 !important;

	margin-bottom: 2px !important;

	font-family: 'Helvetica' !important;

	text-transform: none !important;

}



.register-section .common-form .form-control {

	background-color: #f5f8fa;

	font-family: 'Helvetica' !important;

	border: 1px solid rgba(149, 148, 148, 1.0);

}



.register-section .common-form .row {

	row-gap: 15px;

}



.register-section .form-check-label-title strong {

	color: red;

}



.register-section .form-check-input {

	border-radius: 2px !important;

	border: 1px solid rgba(149, 148, 148, 1.0) !important;

	background-color: #f5f8fa !important;

	-webkit-border-radius: 2px !important;

	-moz-border-radius: 2px !important;

	-ms-border-radius: 2px !important;

	-o-border-radius: 2px !important;

}



.register-section .form-check-input:checked {

	background-color: #f5f8fa !important;

	box-shadow: 0 0 3px rgba(149, 148, 148, 1.0) !important;

}



.register-section .form-check-input:checked[type=checkbox] {

	--bs-form-check-bg-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22%23253342%22%3E%3Cpath%20d%3D%22M1.013%208.11c0-.223.078-.412.234-.568l1.14-1.14c.155-.155.345-.233.568-.233s.413.077.57.233l2.46%202.47%205.492-5.5c.156-.156.346-.234.568-.234.224%200%20.413.077.57.233l1.138%201.14c.156.155.234.345.234.568%200%20.224-.078.414-.234.57l-6.06%206.06-1.14%201.14c-.155.155-.345.233-.568.233s-.413-.078-.57-.234l-1.138-1.14-3.03-3.03c-.156-.156-.234-.346-.234-.57z%22%2F%3E%3C%2Fsvg%3E);

}



.register-section .form-check-radio-group .form-check-input {

	border-radius: 50% !important;

	border: 1px solid rgba(149, 148, 148, 1.0) !important;

	background-color: #f5f8fa !important;

	-webkit-border-radius: 50% !important;

	-moz-border-radius: 50% !important;

	-ms-border-radius: 50% !important;

	-o-border-radius: 50% !important;

}



.register-section .form-check-input:checked[type=radio] {

	--bs-form-check-bg-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23253342%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%2F%3E%3C%2Fsvg%3E);

}



.register-info-detail * {

	font-size: 18px !important;

	color: #212d31 !important;

	font-weight: 500 !important;

	font-family: 'Helvetica' !important;

	margin: 0;

}



.form-check-label strong {

	color: red;

}



.register-info-detail>*:not(:last-child) {

	margin-bottom: 20px;

}



/* register section */



/* open house image section */

.open-house-image-section {

	padding: 0 0 50px;

}



.open-house-image-content {

	text-align: center;

	padding: 0 50px;

}



.open-house-small-image {

	width: 100%;

	max-width: 710px;

	margin: 0 auto;

}



/* open house image section */



/* blog detail section */

.blog-detail-section {

	padding: 200px 0 150px;

}



.blog-reading-time {

	display: block;

	font-size: 12px;

	text-transform: uppercase;

}



.blog-detail-heading-title {

	margin: 20px 0 0;

}



.blog-detail-heading-title * {

	font-size: 62px;

	color: var(--orange);

	font-weight: 700;

}



.blog-detail-date {

	display: block;

	margin: 20px 0 0;

	font-size: 16px;

}



.blog-detail-tags {

	display: flex;

	flex-wrap: wrap;

	gap: 15px;

	margin: 20px 0 0;

}



.blog-detail-tags-link {

	display: inline-flex;

	justify-content: center;

	align-items: center;

	text-align: center;

	background-color: #c6c3bb;

	font-size: 15px;

	line-height: 110%;

	color: #fff;

	padding: 5px 10px;

	border-radius: 25px;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	-ms-border-radius: 25px;

	-o-border-radius: 25px;

}



.blog-detail-image {

	display: block;

	width: 100%;

	height: 370px;

}



.blog-detail-image figure,

.blog-detail-image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.blog-detail-content .row {

	row-gap: 30px;

}



/* blog detail section */



/* blog detail social media section */

.blog-detail-social-media-section {

	padding: 50px 0;

}


.blog-detail-social-media-content {

	width: 100%;

	max-width: 940px;

	margin: 0 auto;

	padding: 30px 0;

	border-bottom: 1px solid rgba(0, 0, 0, .2);

	border-top: 1px solid rgba(0, 0, 0, .2);

}



/* blog detail social media section */



/* 404 error */

.error-404-section {

	padding: 100px 0;

}



.error-404-content {

	text-align: center;

}



.error-404-content h1,

.error-404-content h2,

.error-404-content h3,

.error-404-content h4,

.error-404-content h5,

.error-404-content h6 {

	color: var(--orange);

	font-size: 80px;

}



/* 404 error */



/* typography section */

.typography-section {

	padding: 70px 0;

}



.typography-detail h1,

.typography-detail h2,

.typography-detail h3,

.typography-detail h4,

.typography-detail h5,

.typography-detail h6 {

	color: var(--orange);

}



.alignnone {

	float: none;

	margin: 20px 0;

}



.alignleft {

	float: left;

	margin: 20px 20px 20px 0;

}



.aligncenter {

	float: none;

	display: block;

	margin: 20px auto;

}



.alignright {

	float: right;

	margin: 20px 0 20px 20px;

}



/* typography section */



/* common block image part section */

.common-block-image-part-section{

	padding: 25px 0;

}



.common-block-image-part-content .row{

	margin: 0;

}



.common-block-image-part-content .row > *{

	padding: 0;

}



.common-block-image-part-wrp{

	text-align: center;

}

/* common block image part section */



/* common info detail image section */

.common-info-detail-image-section{

	padding: 100px 0;

}



.common-info-detail-image-left-block{

	width: 100%;

	display: block;

	height: 380px;

}



.common-info-detail-image-wrp-section .common-info-detail-image-left-block{

	height: auto !important;

}



.common-info-detail-image-left-block figure,

.common-info-detail-image-left-block img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.common-info-detail-image-wrp-section .common-info-detail-image-left-block figure,

.common-info-detail-image-wrp-section .common-info-detail-image-left-block img{

	width: auto;

	height: auto;

	object-fit: contain;

}



.common-info-detail-image-right-block{

	padding-left: 40px;

}



.common-info-detail-image-wrp-section .common-info-detail-image-right-block{

	padding-left: 0;

}



.common-info-detail-image-right-block .block-title *{

	color: var(--orange);

}



.common-info-detail-image-wrp-section .common-info-detail-image-right-block .block-title *{

	color: #222;

}



.common-info-detail-image-right-block .common-detail *{

	font-size: 16px;

}



.common-info-detail-image-right-block .common-detail ul{

	padding: 0;

}



.common-info-detail-image-content .row{

	row-gap: 35px;

}



.common-info-detail-image-wrp-section .common-info-detail-image-content .row{

	row-gap: 10px;

}



.common-info-detail-image-wrp-section .common-btn-block .primary-btn{

	background-color: rgba(215, 177, 59, 1.0);

	border-color: rgba(215, 177, 59, 1.0);

}



.common-info-detail-image-wrp-section .common-btn-block .primary-btn:hover{

	background-color: transparent;

	color: rgba(215, 177, 59, 1.0);

}

/* common info detail image section */



.pll-switcher-select{

	color: var(--orange);

	border: none;

	outline: nome;

	box-shadow: none;

}



.pll-switcher-select:focus{

	box-shadow: none;

	outline: none;

}



/* Language Switcher Style */

.pll-switcher-select {

    appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    background-color: transparent;

    font-size: 16px;

    font-weight: 500;

    color: var(--orange);

    cursor: pointer;

    outline: none;

    transition: all 0.3s ease;

	padding: 0 15px 0 5px; 

}



/* Dropdown Option Style */

.pll-switcher-select option {

    background: transparent;

    color: var(--orange);

    /* padding: 12px; */

    font-size: 15px;

    font-weight: 400;

}



/*==================================================================*/

/*========== New Class Add Start ==========*/

/*==================================================================*/



/*==================================================================*/

/*========== New Class Add End ==========*/

/*==================================================================*/





/*==================================================================*/

/*========== Footer Start ==========*/

/*==================================================================*/

.footer {

	padding: 130px 0 110px;

}



.footer-top-content {

	display: flex;

	justify-content: space-between;

	gap: 30px;

	position: relative;

	padding-bottom: 100px;

	margin-bottom: 50px;

}



.footer-top-content::after {

	position: absolute;

	content: "";

	background-image: url('../images/border-divider.png');

	background-repeat: no-repeat;

	background-size: 100% 100%;

	left: 0;

	right: 0;

	bottom: 0;

	height: 58px;

}



.footer-top-left {

	width: 100%;

	max-width: 270px;

	padding-top: 25px;

}



.footer-top-left .block-title {

	padding-top: 20px;

	position: relative;

}



.footer-top-left .block-title::after {

	position: absolute;

	content: "";

	background: var(--orange);

	height: 4px;

	left: 0;

	top: 0;

	width: 50px;

}



.footer-location * {

	color: var(--white);

}



.footer-menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



.footer-menu ul li:not(:last-child) {

	margin-bottom: 20px;

}



.footer-menu ul li a {

	font-weight: 900;

	color: var(--white);

}



.footer-menu ul li a:hover {

	color: var(--orange);

}



.footer-logo {

	display: inline-block;

	width: 136px;

}



.footer-copyright {

	margin: 25px 0 0;

}



.footer-copyright * {

	margin: 0;

	font-size: 13px;

	color: #666666;

}



.footer-bottom-content {

	display: flex;

	justify-content: space-between;

	gap: 30px;

}



.social-media-list ul {

	display: flex;

	margin: 0;

	padding: 0;

	list-style: none;

	gap: 20px;

}



.social-media-list ul li a {

	color: var(--white);

	font-size: 22px;

}



.social-media-list ul li a:hover {

	color: var(--orange);

}



.footer-bottom-link-list ul {

	display: flex;

	margin: 0;

	padding: 0;

	list-style: none;

	gap: 20px;

	justify-content: center;

}



.footer-bottom-link-list ul li a {

	color: var(--orange);

	font-size: 12px;

}



.footer-bottom-link-list ul li a.active{

	color: var(--white);

}



.footer-bottom-link-list ul li a:hover {

	color: var(--white);

}



.footer-bottom-link-list {

	margin: 30px 0 0;

}



/*==================================================================*/

/*========== Footer End ==========*/

/*==================================================================*/





.vaskimulticoil-main .common-big-detail * {

	color: var(--golden);

}



.vaskimulticoil-main .common-detail {

	font-weight: 400;

}



.vaskimulticoil-main .common-img-block {

	width: 100%;

	max-width: 1100px;

	margin: 0 auto;

}



.vaskimulticoil-main .common-img-block img {

	width: 100%;

}



.vaskimulticoil-content-wrp .common-detail {

	width: 100%;

	max-width: 1380px;

}



.common-section .automation-block {

	padding-bottom: 0;

}



.automation-block .common-bottom-block-item-wrp .block-title *{

	color: var(--golden);

}



.automation-block .common-bottom-block-item-wrp .common-detail * {

	color: #102a2b;

}



.automation-block .common-bottom-block-item-left {

	padding: 0 0 0 48px;

}



.automation-block .common-bottom-block-item-wrp {

	max-width: 100%; 

}



.product-catalogue-download-main {

	padding: 100px 0;

	background: -webkit-linear-gradient(top, rgba(242, 245, 248, 1) 0%, rgba(51, 71, 91, 0.20) 100%);

}



.product-catalogue-download-main .catalogue-download-left{

	padding: 25px;

    border-radius: 3px;

	background: linear-gradient(-45deg, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 100%);

}



.product-catalogue-download-main .catalogue-download-img {

	width: 100%;

	max-width: 400px;

	height: 566px;

	margin: 0 auto;

}



.catalogue-download-right .section-title {

	padding-top: 0;

}



.catalogue-download-right .section-title * {

	color: #444444;

}



.catalogue-download-right .section-title::after {

	display: none;

}



.processing-solutions-catalogue {

	width: 100%;

    max-width: 850px;

    padding: 25px;

    margin: -50px auto 20px;

    background: #fff

}



.select-wrap{

    position:relative;

    display:inline-block;

    padding:0;

    margin:0;

    list-style:none;


}

.search-area:has(.active) .search-input:focus{

	display: none;

}



.pll-switcher-select{

    appearance:none;

    -webkit-appearance:none;

    -moz-appearance:none;

    padding: 0 35px 0 5px;

    cursor:pointer;

    outline:none;

}



.select-wrap::after{

    content:"";

    position:absolute;

    top:50%;

    right:15px;

    width:7px;

    height:7px;

    border-right:2px solid var(--orange);

    border-bottom:2px solid var(--orange);

    transform:translateY(-70%) rotate(45deg);

    transition:0.3s ease;

    pointer-events:none;

}



.select-wrap.active::after{

    transform:translateY(-30%) rotate(225deg);

}



.location-content .row .width-100 {

	width: 100%;

}



.common-bottom-block:has(.only-image-layout) {

	width: 100%;

	display: flex;

}



.common-bottom-block .only-image-layout {

	width: 50%;

}



.common-bottom-block .only-image-layout .row .width-100 {

	width: 100%;

}

.blog-detail-social-media-section .blog-content h1,
.blog-detail-social-media-section .blog-content h2,
.blog-detail-social-media-section .blog-content h3,
.blog-detail-social-media-section .blog-content h4,
.blog-detail-social-media-section .blog-content h5,
.blog-detail-social-media-section .blog-content h6{

	color: var(--orange);		

}

.blog-detail-social-media-section .blog-content p {

	color: var(--bodytext);

}

.blog-detail-social-media-section .blog-content p:has(img){ 

	margin: 0;

}

.blog-detail-social-media-section .blog-content h3 {

	text-align: center;

}

.blog-detail-social-media-section .blog-content {

	width: 100%;
	max-width: 940px;
	margin: 0 auto;

}

.vaski-related-blogs .vaskistories-tabing-cards {
	height: auto;
	margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;	

}

.vaskistories-tabing-cards .vaskistories-tabing-card-cotent .read-more-block{

	margin: 10px 0 0 0;

}

.custom-pagination .page-numbers {

	padding: 0 7px;

	border-radius: 7px;

	border: 2px solid transparent;
}


.custom-pagination .page-numbers:hover {
	
	color: var(--white);

	background-color: rgba(0, 164, 189, 1.0);

}

.custom-pagination .page-numbers:has(.pagination-text):hover,
.custom-pagination .page-numbers:has(.pagination-icon):hover {

	color: unset;

	background-color: unset;

}

.custom-pagination .page-numbers.current {
	
	border: 2px solid rgba(0, 164, 189, 1.0);
	
}


/* Search Page CSS */

.search-result-banner {
	
	padding: 120px 0;

}

.search-result-banner .search-result-title {

	color: var(--orange);

	text-align: center;

}

.not-found-wrapper {

	padding: 20px 0;

}

.not-found-wrapper p {
	color: var(--golden);

	text-align: center;
}


/* Search Page CSS */


#return-to-top {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    bottom: 20px;
    display: flex;
	align-items: center;
	justify-content: center;
    height: 50px;
    position: fixed;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 50px;
    z-index: 1000000;
    visibility: hidden;
	opacity: 0;
	pointer-events: none;
	user-select: none;
}

#return-to-top.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	user-select: auto;
}

#return-to-top {
    background: rgba(16, 42, 43, 0.7);
    left: 20px;
}

#return-to-top svg {
	width: 20px;
    fill: #fff;
	transition: all 0.3s linear;
}

#return-to-top:hover svg {
	margin-top: -10px;
}


.vaski-cam-description-block .common-big-detail.section-center-title{

	padding-top: 0;

}

.vaski-cam-description-block .common-big-detail.section-center-title::after {

	display: none;
	
}

.vaski-cam-description-block .common-top-block.common-top-orange-block {

	max-width: 970px;

	margin: 0 auto;

	padding: 0 15px;
}

.vaski-main-video-section-block .common-top-block .common-big-detail.section-center-title {
	padding-top: 0px;
}

.vaski-main-video-section-block .common-top-block .section-title.section-center-title *{

	margin-bottom: 0px;

}

.vaski-main-video-section-block .common-top-block .common-big-detail.section-center-title * {
	color: var(--golden);
}

.vaski-main-video-section-block .common-top-block .common-big-detail.section-center-title::after { 

	display: none;

}


.vaski-cam-description-block .common-bottom-orange-block .common-bottom-block-item-left  .common-bottom-block-item-wrp .block-title * {

	margin-bottom: 0px;

}

.common-main-block-section.vaski-main-video-section-block .common-bottom-block {

	max-width: 1000px;

	margin: 0 auto;

}

/* .search-area.active .search-input {
	appearance: searchfield !important;
	-moz-appearance: searchfield !important;
	-o-appearance: searchfield !important;
	-webkit-appearance: searchfield !important;
} */

.search-area {
    position: relative;
}

.search-area form {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.search-area.active form {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.search-input {
    -webkit-appearance: none;
    border-radius: 0;
}