html, body {
	margin: 0;
	overflow-x: clip;
	scroll-behavior: smooth;
	background-color: #f4f4f4;
}

a, a:hover, a:visited, a:active {
	color: inherit !important;
	text-decoration: none !important;
}
 
 button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
textarea:focus, input:focus{
    outline: none;
}

.fade-inB {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 2s ease-out, transform 1s ease-out;
}
.fade-inB.show {
    opacity: 1;
    transform: translateY(0);
}

.lang{cursor:pointer;}
.title {width:100%; height:auto; padding:5%; text-align: center;}
.c {display: flex;justify-content: center;align-items: center;}

.desktop {visibility:visible;display: block;}
.mobile {display: none !important;}

.s0{font-size: calc(100vw - 90vw)!important; }
.s1{font-size: calc(100vw - 96vw) !important;}
.s2{font-size: calc(100vw - 97vw) !important;}
.s2b{font-size: calc(100vw - 97.8vw) !important;}
.s3{font-size: calc(100vw - 98.8vw) !important;}
.s4{font-size: calc(100vw - 99vw) !important;}

.f1{font-family:poppinRegular !important;}
.f2{font-family:poppinBold !important;}	
.f3{font-family:impact !important;}
.f4{font-family:special !important;}

.hamburger { background-color: #333; width: 10vw; color: #999; text-align: center; padding: 15px; position: absolute; z-index: 999; } 

.collapsible { color: #818181; cursor: pointer; width: 100%; border: none; /* text-align: left; */ outline: none; background: unset; }

.collapse-content { padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; color:#818181; }

.collapse-content div{ width:100%; height:auto; position:relative; float:left; color: #f4f4f4; }

.overlay { height: 100%; width: 0; position: fixed; z-index: 999; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); overflow-x: hidden; transition: 0.5s; }	
.overlay a { padding: 0; text-decoration: none; font-size: 36px; color: #818181; display: block; transition: 0.3s; }
.overlay a:hover, .overlay a:focus {color: #f1f1f1;}
.overlay .closebtn { position: absolute; top: 0; left: 0; transform: translate(95%,-5%); }

.dropbtn {
    width: 100%;
	background-color: transparent;
	color: #f4f4f4;
	border: none;
}
.dropdown, .dropdown2{
	position: relative;
	display: inline-block;
	line-height: 15vh;
	margin: 0 0 0 5%;
}
.dropdown2{
	margin: 0 2%;
}

.dropdown-content, .dropdown-content2 {
	display: none;
	position: absolute;
	background-color: #f4f4f4;
	width: max-content;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	transform: translateY(60px);
	z-index: 1;
}
.dropdown-content a, .dropdown-content2 a {
	color: #333 !important;
	padding: 0px 16px;
    box-sizing: border-box;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 100%;
	line-height: 50px;
}
.dropdown:hover .dropdown-content, .dropdown2:hover .dropdown-content2 {display: block; transition: all .5s ease;}
.dropdown-content a:hover, .dropdown-content2 a:hover {background-color: #F7D420; color:#333 !important;; transition: all 500ms ease-out;}
.dropdown:hover .dropbtn {background-color: transparent; }

.dropdown-content2 {
	transform: translateY(-10px);
}

.header {
	width: 100%;
	height: 15vh;
	position: absolute;
	float: left;
	top: 0;
	z-index: 999;
}

.headerA{ width:40%; height:100%; position:relative; float:left; padding:1% 5%; box-sizing:border-box; }
.headerA img { height: 80%; display: block; margin: 0 auto; }
.headerA-back {
	position: absolute;
	width: 80%;
	height: 160px;
	top: 50%;
	left: 50%;
	background-image: url("../images/logo_bg.png");
	background-size: cover;
	transform: translate(-50%, -55%);
	background-position: bottom;
	z-index: -1;
	opacity: 0.7;
}
.headerB { width: 60%; height: 100%; position: relative; float: left; justify-content: end; padding: 0 2% 0 0; box-sizing: border-box; }

.headerB-btn {
	width: fit-content;
	height: auto;
	position: relative;
	transition: all ease 300ms;
	color: #666;
	margin: 0 0% 0 5%;
	cursor: pointer;
}
.headerB-btn:hover{
    color:#000;
    transform: scale(1.2);
}
.language {
	width: max-content;
	padding: 0 5%;
}
.language img {
    width: 25%;
    display: block;
    margin: 0 3%;
    filter: brightness(50%);
    transition:all ease 300ms;
}

.language img:hover {
    filter: brightness(0);
}

#navbar {
	background: #ffd700;
	position: fixed;
	top: -500px;
	width: 100%;
	height: 10vh;
	display: block;
	transition: top 0.3s;
	z-index: 1000;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.nav_btn-box {
	width: 70%;
	height: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: end;
}
.nav-btn {
	width: fit-content;
	color: #000;
	transition: all ease 500ms;
	cursor: pointer;
	text-align: center;
	line-height: 10vh;
	position: relative;
	margin: 0 2%;
}
.nav-btn:hover{
	color:#f4f4f4;
}

.navbar-logo{
    width:30%;
    height:100%;
    position:relative;
    float:left;
}
.navbar-logo img {
	height: 100%;
	padding: 2% 5%;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}

.header2-btn {
	width: max-content;
	height: auto;
	position: relative;      
	float: left;  
	color: #666;
	text-align: center;
	cursor: pointer;
	line-height: 15vh;
	margin: 0 2%;    
	transition: all ease 500ms;
}
.header2-btn:hover{color:#000; transform: scale(1.2);}

.container_flickity {
	width: 100%;
	height: 100vh;
	position: relative;
	margin: 0 0 0 0;
	z-index: 0;
}
.container_flickity::before {
	content: '';
	width: 100vw;
	height: 100vh;
	position: absolute;
	background-color: rgb(0, 0, 0,0.5);
	z-index: 100;
}

.gallery-cell {
	width: 100%;
	height: 100%;
	display: block;
}
.gallery-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	position: relative;
	display: block;
	object-position: center;
}

.index-social {
	width: 3%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	z-index: 999;
    animation: slideInFromLeft 1s ease-out 1s forwards;
    opacity: 0;
}
.index-social img { width: 100%; margin: 5px 0; transition:all ease 300ms; cursor:pointer;} 
.index-social img:hover { transform: scale(1.5); } 

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%), translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0),translateY(0);
    opacity: 1;
  }
}


.index-1 {
	width: 100%;
	height: 100vh;
	position: relative;
	float: left;
	overflow: clip;
}

.index-title {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	left: -50%;
	transform: translate(45%);
}
.index-title img{width:100%;}

.index-content {
    width:75%; 
    height:auto;
    position:relative;
    float:left;    
    color:#f4f4f4;
    margin:0 0 20px 0;
}

.index-1-quote {
	width: 60%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%,-30%);
	z-index: 200;
	float: left;
}

.index-1-quote-btn{
    width:fit-content;
    height:auto;
    position:relative;
    float:left;
    padding:2% 5%;
    box-sizing: border-box;
    border:1px solid #f4f4f4;
    color:#f4f4f4;
    transition:all ease 300ms;
    cursor:pointer;
    font-size: calc(100vw - 98.5vw) !important;
}
.index-1-quote-btn:hover{
    background-color:#fcc200;
    border:1px solid #fcc200;
    color:#333;    
}
.index-1-bg {
	width: 55%;
	height: 60vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-120%,-50%);
}
.index-1-bg img{
    width:100%;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Ensure video is in the background */
}

.video-background::before{
    content: '';
    width:100vw;
    height:100vh;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.6);
}

/* Make video responsive */
.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Keep it in the background */
}

.profile-1-1, .profile-1-2, .profile-1-3, .portfolio-1{
    width:100%;
	height:auto;
	position:relative;
	float:left;
}
.profile-1-1 img{width:100%; position:relative;}
.profile-1-1 div {
	width: 40%;
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0 5% 0 0;
	box-sizing: border-box;
	transform: translate(0,40%);
}

.profile-1-2 {
	display: grid;
	grid-template-columns: 70% 30%;
	justify-content: center;
	align-items: baseline;
	padding: 10% 5% 3% 5%;
	box-sizing: border-box;
}
.profile-1-2-img{width:100%;}
.profile-1-2-img img{width:100%;}

.profile-1-3 {
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: center;
	align-items: flex-start;
	padding: 5%;
	box-sizing: border-box;
}
.profile-1-3-box {
	width: 80%;
	height: auto;
	position: relative;
	border: 7px solid #bec6d8;
	border-radius: 30px;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
}
.profile-1-3-box img {
	width: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	float: left;
}
.profile-1-3-box div {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -40%;
	float: left;
}
.profile-1-3-box div span{ text-align:left;}

.profile-1-4 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: #ff0;
	background-image: url("../images/profile-1-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3% 15%;
	box-sizing: border-box;
	text-shadow: 0 5px 10px #aa8411;
}

.profile-2-1, .profile-2-2{
    width:100%;
	height:auto;
	position:relative;
	float:left;
}
.profile-2-2{ width:70%; float:none; margin: 0 auto; display: block;}

.profile-2-1 img{width:100%; position:relative;}
.profile-2-1 div {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: calc(100vh - 60vh);
	padding: 0 5%;
	box-sizing: border-box;
}

.profile-pengurusan{width:100%;height:auto; position:relative; float:left; padding:0 5%; box-sizing: border-box;}
.profile-pengurusan img{width:100% }

.profile-3-2 { width: 75%; margin: 0 auto; display: grid; grid-template-columns: 50% 50%; padding: 0 5% 5% 5%; box-sizing: border-box; }
.profile-3-2 div{text-align:left; display:block;}
.profile-3-2 div span{ width:80%; display:block; }
.profile-3-2 img{width:80%; position:relative;}

.profile-4-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 0 5%;
	box-sizing: border-box;
}

.profile-4-2-box { width: 90%; height: auto; position: relative; padding: 5%; box-sizing: border-box; margin: 10% auto; box-shadow: 0 0 10px #ddd; }
.profile-4-2-box img { width: 100%; height: 250px; object-fit: cover; margin-bottom: 20px; }
.profile-4-2-box span {width:100%; height:auto; display:block; line-height: 20px; color:#333;}
.profile-4-2-box span p { margin: 0; line-height: 10px; color:#000;}

.portfolio-1 div {
	width: 80%;
	height: auto;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	padding: 0;
	box-sizing: border-box;
	transform: translate(-50%,25%);
}

.portfolio-1 img{width:100%;}

.portfolio-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.portfolio-2 span{
    width:100%;
    height:auto;
    position:relative;
    float:left;
    color:#333;
}
.portfolio-box {
	width: 80%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 20px 0;
}
.portfolio-box img{width:100%; transition:all ease 300ms;}
.portfolio-box img:hover{transform: scale(1.1);}
.portfolio-box div { width: 100%; color: darkgoldenrod; z-index: 300; position: relative; }
.portfolio-box span{width:100%; height:auto; display:block; color:#666;}

.service-title {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	margin: 20vh 0 0 0;
	color: #666;
}

.service-content-con {
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 60% 40%;
}

.service-content-left {
	width: 100%;
}
.service-content-left img {
	width: 100%;
}

.service-content-right {
	color: #666;
}

.service-bina2 {
	width: 100%;
	height: auto;
	color: #333;
	margin: 20px 0 0 0;
}

.service-1-1, .service-2-1{
    width:100%;
	height:auto;
	position:relative;
	float:left;
}
.service-1-1 img, .service-2-1 img{width:100%; position:relative;}
.service-1-1 div {
	width: 40%;
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0 5% 0 0;
	box-sizing: border-box;
	transform: translate(0,20%);
    color: #333;
	text-shadow: 0 3px 5px rgba(0,0,0,.5);
}
.service-1-1 div span { text-shadow: 0 0 0; color: #666; }

.service-1-2 {
	width: 80%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	margin: 0 auto;
	column-gap: 4%;
	justify-content: center;
	align-items: flex-start;
}

.service-box {
	width: 100%;
	height: 370px;
	position: relative;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	padding: 5% 5%;
	box-sizing: content-box;
	margin: 20px 0;
	min-height: 360px;
	cursor: pointer;
}

.service-boxA{width:20%; height:100%; position:relative; float:left;}
.service-boxA img {width:100%; filter: invert(18%) sepia(0%) saturate(3%) hue-rotate(45deg) brightness(98%) contrast(94%);}

.service-boxB{width:80%; height:auto; position:relative; float:left; font-size: calc(100vw - 97.9vw); padding:2%; box-sizing:border-box;}
.service-boxB span{display:block; line-height: normal; margin:20px 0; color:#666;}
.service-lh{line-height:30px; transition:all ease 200ms;}
.service-lh:hover, .service-box:hover{color:#f00;}


.service-2-1 div {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: calc(100vh - 50vh);
	transform: translate(-50%,calc(100vh - 108vh));
	text-align: center;
	color: #333;
	text-shadow: 0 3px 5px rgba(0,0,0,.5);
}

.service-2-1 div span{
    width:80%;
    height:auto;
    position:relative; 
    display:block;
    margin:0 auto;
    text-align:center;
    text-shadow: 0 0 0;
}

.service-2-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
	column-gap: 2%;
	justify-content: center;
}
.house-box {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	padding: 2%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin: 5% 0;
}

.house-box img{
    width:100%;
    height:200px;
    object-fit: cover;
}
.house-box div{
    width: 100%;
    height:auto;
    position:relative;
    float:left;
    color:#CAAB05;
}
.house-boxA, .house-boxB{
    width:100%;
    height:auto;
    position:relative;
    float:left;
    line-height:18px;
    color:#999;
}
.house-boxB{color:#333;}
.house-box-btn {
	width: 50px !important;
	height: 50px !important;
	position: absolute !important;
	background-color: darkgoldenrod;
	font-weight: bold;    
	border-radius: 50%;
	color: #fff !important;
	left: 100%;
	top: 50%;
	transform: translate(-100%, 30%);
	justify-content: center;
	align-items: center;
	display: flex;
    cursor:pointer;
    transition:all ease 300ms;
}
.house-box-btn:hover {
    background-color: #C99422;
    color:#000;
    transform: translate(-100%, 30%) scale(1.3);
}

.service-2-3, .service-2-4 {
	width: 80%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
	column-gap: 2%;
	justify-content: center;
	margin: 0 auto;
}

.service-2-4 {
	width: 90%;
	grid-template-columns: 33% 33% 33%;
}

.renovation-box, .mep-box {
	width: 100%;
	height: auto;
	padding: 5%;
	box-sizing: border-box;
	/* border: 1px solid #e4e4e4; */
	border-radius: 30px;
	margin: 5% auto;
	overflow: hidden;
	box-shadow: 0 0 10px #d7d7d7;
}

.renovation-box img, .mep-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 20px;
}
.renovation-box div, .mep-box div {
	position: relative;
	float: left;
	color: darkgoldenrod;
	line-height: 30px;
    margin:20px 0 0 0;
}
.renovation-box div span, .mep-box div span{
    display:block;
    color:#666;
	line-height: normal;
    margin:20px 0 0 0;
}

.service-5-1, .service-6-1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 5% 0 5% 0;
}
.service-5-1A{
    width:40%;
    height:600px;
    position:relative;
    float:left;
    background-image: url("../images/service-1.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.service-5-1A img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-5%, -50%);
	box-shadow: 0 7px 18px rgba(0,0,0,0.3);
}
.service-5-1B{
    width:60%;
    height:auto;
    position:relative;
    float:left;
}

.service-5-1B div {
	width: 100%;
	height: auto;
	position: relative;
	color: darkgoldenrod;
	padding:0 5% 0 35%;
	box-sizing: border-box;
}
.service-5-1B div span{
	width: 100%;
	height: auto;
    display:block;
	position: relative;
	color: #666;
	padding: 5px;
	box-sizing: border-box;
}

.service-6-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
}
.service-6-2A {
    width:60%;
    height:auto;
    position:relative;
    float:left;
}
.service-6-2B {
	width: 55%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5% 0 3%;
	box-sizing: border-box;
	color: darkgoldenrod;
}

.service-6-2B span{
    color:#666;
}


.quotation-1{
    width:100%;
	height:auto;
	position:relative;
	float:left;
}
.quotation-1 img{ width:100%; height:100%; object-fit: cover; }
.quotation-1 div { width: 55%; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-40%); text-align: center; }

.quotation-2 {
	width: 70%;
	height: auto;
	position: relative;
	float: left;
	top: 0;
	left: 50%;
	transform: translate(-50%,-20%);
	border-radius: 30px;
	box-shadow: 0 11px 20px #737373;
	padding: 3%;
	box-sizing: border-box;
	background: #393939;
	background-image: url("../images/quotation-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.quotation-box100, .quotation-box50{
    width:98%;
    height:auto;
    position:relative;
    float:left;
    margin: 2% 1% 0 1%;
}
.quotation-box50{width:48%;}

.quotation-label {width:100%; height:auto; position:relative; float:left; color:#fff;}
.quotation-input {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: #f4f4f4;
	padding: 10px 10px;
    box-sizing: border-box;
	border-radius: 15px;
	outline: none;
	border: none;
}
.quotation-select {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: #f4f4f4;
    padding: 15px 10px;
    box-sizing: border-box;
	border-radius: 15px;
	outline: none;
	border: none;
}

.quotation-link {
	width: 100%;
	height: 88vh;
	position: relative;
	float: left;
	background-image: url("../images/quotation-4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.quotation-link-title, .quotation-link-content {
	width: 100%;
	height: auto;
	position: relative;
	float: right;
	color: #666;
	line-height: 1.2em;
	padding: 10% 5% 1% 50%;
	box-sizing: border-box;
}

.quotation-link-content {
	color: #333; 
    padding: 0 5% 2% 50%;
    line-height: normal;
}

.quote-btn {
	width: 70%;
	height: auto;
	position: relative;
	float: left;
	background: #ffd700;
	color: #333;
	padding: 10px 20px;
	transition: 1s ease all;
	border-radius: 20px;
	margin: 5% 0;
	left: 50%;
	transform: translate(-50%);
}
.quote-btn:hover{
	background:#ffed8e;
    color:#000;
}

.contact-1 {
	width: 80%;
	height: auto;
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%);
	margin: -10% 0 5% 0;
	box-shadow: 0 0 41px 0 rgba(0, 0, 0, 0.18);
	background: #b39300;
	color: #f4f4f4;
}

.contact-map {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.contact-info {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5%;
	box-sizing: border-box;
}

.contact-title{color:#333;}

.contact-address, .contact-phone, .contact-fax, .contact-email {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.contact-address::before {
	content: "";
	width: 50px;
	height: 80px;
	position: relative;
	display: block;
	background-image: url("../images/icon-09.png");
	background-size: 90%;
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 0;
}

.contact-phone::before, .contact-fax::before, .contact-email::before{
	content: "";
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	background-image: url("../images/icon-10.png");
	background-size: 90%;
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 0;
}

.contact-fax::before{background-image: url("../images/icon-11.png");}
.contact-email::before{background-image: url("../images/icon-12.png");}

#footer {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5%;
	box-sizing: border-box;
	float: left;
	background-color: #0F0F0F;
	justify-content: center;
	align-items: normal;
	display: flex;
}
.footerA {width:40%; height:auto; position:relative; float:left;}
	.footerA-1{ width:100%;}
	.footerA-1 img { width: 70%; margin: 10% auto 0 auto; display: block; }
	.footerA-2 {width: 100%;color: #333;margin: 0 auto;text-align: center; margin-top:1%;}


.footerB { width: 40%; height: 300px; position: relative; border-left: 1px solid #666; padding: 2%; box-sizing: border-box; }
    .footerB div:nth-child(1){width: fit-content; color:goldenrod;}
	.footerB div:nth-child(2){width:100%; color:#f4f4f4; margin-top:5px;}
	.footerB div:nth-child(3){width:90%; color:#999; margin-top: 20px;}
	.footerB div:nth-child(3)::before {
		content: "";
		display: block;
		width: 40px;
		height: 60px;
		position: relative;
		float: left;
		background-image: url("../images/icon-09.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}
	.footerB div:nth-child(4){width:100%; color:#999; margin-top:5px; position: relative; float:left;}
	.footerB div:nth-child(4)::before {
		content: "";
		display: block;
		width: 40px;
		height: 30px;
		position: relative;
		float: left;
		background-image: url("../images/icon-10.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}

	.footerB div:nth-child(5){width:100%; color:#999; margin-top:5px; position: relative; float:left;}
	.footerB div:nth-child(5)::before {
		content: "";
		display: block;
		width: 40px;
		height: 30px;
		position: relative;
		float: left;
		background-image: url("../images/icon-10.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}

	.footerB div:nth-child(6){width:100%; color:#999; margin-top:5px; position: relative; float:left;}
	.footerB div:nth-child(6)::before {
		content: "";
		display: block;
		width: 40px;
		height: 30px;
		position: relative;
		float: left;
		background-image: url("../images/icon-11.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}
	.footerB div:nth-child(7){width:100%; color:#999; margin-top:5px; position: relative; float:left;}
	.footerB div:nth-child(7)::before {
		content: "";
		display: block;
		width: 40px;
		height: 30px;
		position: relative;
		float: left;
		background-image: url("../images/icon-12.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px; 
}


.footerC { width: 30%; height: 300px; position: relative; border-left: 1px solid #666; padding: 2%; box-sizing: border-box; }
	.footerC div:nth-child(1){width: fit-content; color:goldenrod;}
	.footerC div:nth-child(2){width:100%; color:#f4f4f4; margin-top:5px;}
	.footerC div:nth-child(3){width:80%; height:auto; position:relative; float:left;}
	.footerC div:nth-child(3) img{width:25%; position:relative; float:left; padding:2%; box-sizing: border-box;}






@media screen and (max-width: 800px) {

html, body {
	margin: 0;
	overflow-x: clip;
	scroll-behavior: smooth;
	background-color: #f4f4f4;
}

a, a:hover, a:visited, a:active {
	color: inherit !important;
	text-decoration: none !important;
}
 
 button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
textarea:focus, input:focus{
    outline: none;
}

.fade-inB {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 2s ease-out, transform 1s ease-out;
}
.fade-inB.show {
    opacity: 1;
    transform: translateY(0);
}

.lang{cursor:pointer;}
.title {width:100%; height:auto; padding:5%; text-align: center;}
.c {display: flex;justify-content: center;align-items: center;}

.desktop {visibility:hidden;display: none !important;}
.mobile {display: block !important;}

.s0{font-size: calc(100vw - 86vw)!important;}
.s1{font-size: calc(100vw - 90vw) !important;}
.s2{font-size: calc(100vw - 93vw) !important;}
.s2b{font-size: calc(100vw - 94vw) !important;}
.s3{font-size: calc(100vw - 96.4vw) !important;}
.s4{font-size: calc(100vw - 96.5vw) !important;}

.f1{font-family:poppinRegular !important;}
.f2{font-family:poppinBold !important;}	
.f3{font-family:impact !important;}
.f4{font-family:special !important;}

.logo-mobile {
	width: 60%;
	height: auto;
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 0;
	transform: translate(-50%,0%);
	padding: 5%;
	box-sizing: border-box;
}
.logo-mobile img{width:100%;}

.hamburger {
	background-color: #f7c400;
	width: 10vw;
	color: #666;
	text-align: center;
	padding: 15px;
	box-sizing: content-box;
	position: fixed;
	z-index: 999;
	font-weight: bolder;
	border-bottom-right-radius: 30px;
}

.black {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
	
.overlay a {
	padding: 0;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
	margin-top: 20px;
}

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
	position: absolute;
	top: 0;
	left: 100%;
	transform: translate(-150%,-5%);
}

.closebtn {color:#fff !important;}

.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
	height: 100%;
	text-align: left;
	margin-top: 0;
	color: #f4f4f4;
	padding: 10% 13%;
}


.collapsible {
	color: #fff;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	margin-top: 20px;
}

.collapse-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color:#818181;
}
.collapse-content div{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	color:#fff;
}

.language-boxA {
	width: 40%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	margin-top: 10%;
}
.language-boxA img {
	height: 75%;
	width: 100%;
	object-fit: contain;
}


.header {
	width: 100%;
	height: 15vh;
	position: absolute;
	float: left;
	top: 0;
	z-index: 999;
}

.headerA{ width:40%; height:100%; position:relative; float:left; padding:1% 5%; box-sizing:border-box; }
.headerA img { height: 80%; display: block; margin: 0 auto; }
.headerA-back {
	position: absolute;
	width: 80%;
	height: 160px;
	top: 0;
	left: 50%;
	background-image: url("../images/logo_bg.png");
	background-size: cover;
	transform: translate(-46%, -58%);
	background-position: bottom;
	z-index: 1;
	opacity: 0.7;
}
.headerB { width: 60%; height: 100%; position: relative; float: left; justify-content: end; padding: 0 2% 0 0; box-sizing: border-box; }

.headerB-btn {
	width: fit-content;
	height: auto;
	position: relative;
	transition: all ease 300ms;
	color: #666;
	margin: 0 0% 0 5%;
	cursor: pointer;
}
.headerB-btn:hover{
    color:#000;
    transform: scale(1.2);
}
.language{
    width:200px;
}
.language img {
	width: 25%;
	display: block;
	margin: 0 3%;
}

#navbar {
	background: #ffd700;
	position: fixed;
	top: -500px;
	width: 100%;
	height: 10vh;
	display: block;
	transition: top 0.3s;
	z-index: 1000;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.nav_btn-box {
	width: 70%;
	height: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: end;
}
.nav-btn {
	width: fit-content;
	color: #000;
	transition: all ease 500ms;
	cursor: pointer;
	text-align: center;
	line-height: 10vh;
	position: relative;
	margin: 0 2%;
}
.nav-btn:hover{
	color:#f4f4f4;
}

.navbar-logo{
    width:30%;
    height:100%;
    position:relative;
    float:left;
}
.navbar-logo img {
	height: 100%;
	padding: 2% 5%;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}

.header2-btn {
	width: max-content;
	height: auto;
	position: relative;      
	float: left;  
	color: #666;
	text-align: center;
	cursor: pointer;
	line-height: 15vh;
	margin: 0 2%;    
	transition: all ease 500ms;
}
.header2-btn:hover{color:#000; transform: scale(1.2);}

.container_flickity {
	width: 100%;
	height: 100vh;
	position: relative;
	margin: 0 0 0 0;
	z-index: 0;
}
.container_flickity::before {
	content: '';
	width: 100vw;
	height: 100vh;
	position: absolute;
	background-color: rgb(0, 0, 0,0.5);
	z-index: 100;
}

.gallery-cell {
	width: 100%;
	height: 100%;
	display: block;
}
.gallery-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	position: relative;
	display: block;
	object-position: center;
}

.index-social {
	width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
	right: -50%;
	transform: translate(-50%,-100%);
	z-index: 999;
	animation: slideInFromLeft 1s ease-out 1s forwards;
    animation-delay: 3s;
	opacity: 0;
	justify-content: center;
	display: flex;
    z-index: 300;
}
.index-social img {
	width: 15%;
	margin: 5px 5px;
	transition: all ease 300ms;
	cursor: pointer;
}
.index-social img:hover { transform: scale(1.1); } 

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%), translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0),translateY(0);
    opacity: 1;
  }
}

.index-1 {
	width: 100%;
	height: 100vh;
	position: relative;
	float: left;
	overflow: clip;
}

.index-title {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	left: 50%;
	transform: translate(-50%);
}
.index-title img{width:100%;}

.index-content {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	color: #f4f4f4;
	margin: 10px 0 10px 0;
	text-align: justify;
	text-justify: inter-word;
}

.index-1-quote {
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,75%);
	z-index: 200;
	float: left;
}

.index-1-quote-btn {
	width: fit-content;
	height: auto;
	position: relative;
	float: left;
	padding: 2% 5%;
	box-sizing: border-box;
	border: 1px solid #f4f4f4;
	color: #f4f4f4;
	transition: all ease 300ms;
	cursor: pointer;
	left: 50%;
	transform: translate(-50%);
    margin: 10px 0;
}
.index-1-quote-btn:hover{
    background-color:#fcc200;
    border:1px solid #fcc200;
    color:#333;    
}
.index-1-bg {
	width: 150%;
	height: 100vh;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index-1-bg img{
    width:100%;
    opacity:.7;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Ensure video is in the background */
}

.video-background::before{
    content: '';
    width:100vw;
    height:100vh;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.6);
}

/* Make video responsive */
.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Keep it in the background */
}

.profile-1-1, .profile-1-2, .profile-1-3, .portfolio-1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.profile-1-1 img{width:200%; position:relative;}
.profile-1-1 div {
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top: calc(100vh - 75vh);
	padding: 0 5%;
	box-sizing: border-box;
	transform: unset;
}
.profile-1-2 {
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-items: baseline;
	padding: 10% 5% 3% 5%;
	box-sizing: border-box;
}
.profile-1-2-img{width:100%;}
.profile-1-2-img img{width:100%;}

.profile-1-3 {
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-items: flex-start;
	padding: 5%;
	box-sizing: border-box;
}
.profile-1-3-box {
	width: 100%;
	height: auto;
	position: relative;
	border: 7px solid #bec6d8;
	border-radius: 30px;
	padding: 5%;
	box-sizing: border-box;
	margin: 30px auto;
}
.profile-1-3-box img {
	width: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	float: left;
}
.profile-1-3-box div {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -40%;
	float: left;
}
.profile-1-3-box div span{ text-align:left;}

.profile-1-4 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: #ff0;
	background-image: url("../images/profile-1-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10% 5%;
	box-sizing: border-box;
	text-shadow: 0 5px 10px #aa8411;
}

.profile-2-1, .profile-2-2{
    width:100%;
	height:auto;
	position:relative;
	float:left;
}
.profile-2-2 {
	float: none;
	margin: 0 auto;
	display: block;
	padding: 5%;
	box-sizing: border-box;
}

.profile-2-1 img {
	width: 200%;
	position: relative;
	object-fit: cover;
	object-position: bottom;
	height: 40vh;
}
.profile-2-1 div {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: calc(100vh - 80vh);
	padding: 0 5%;
	box-sizing: border-box;
	line-height: 1.2em;
}

.profile-pengurusan{width:100%;height:auto; position:relative; float:left; padding:0 5%; box-sizing: border-box;}
.profile-pengurusan img{width:100% }

.profile-3-2 {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}
.profile-3-2 div {
	text-align: left;
	display: block;
	margin: 20px 0;
}
.profile-3-2 div span{ width:100%; display:block; }
.profile-3-2 img{width:80%; position:relative;}

.profile-4-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 0 5%;
	box-sizing: border-box;
}

.profile-4-2-box {
	width: 90%;
	height: auto;
	position: relative;
	padding: 5%;
	box-sizing: border-box;
	margin: 5% auto;
	box-shadow: 0 0 10px #ddd;
}
.profile-4-2-box img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	margin-bottom: 0;
}
.profile-4-2-box span {
	width: 100%;
	height: auto;
	display: block;
	line-height: 15px;
	color: #333;
}
.profile-4-2-box span p { margin: 0; line-height: 10px; color:#000;}

.portfolio-1 img{
	width: 200%;
	position: relative;
	object-fit: cover;
	object-position: bottom;
	height: 40vh;
}

.portfolio-1 div {
	width: 100%;
	height: auto;
	position: absolute;
	text-align: center;
	left: unset;
	top: 0;
	padding: 0 5%;
	box-sizing: border-box;
	transform: translate(0,20vh);
    line-height: 1.2em;
}
.portfolio-1 div span{line-height:normal;}

.portfolio-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 50% 50%;
    margin: 30vh 0 0 0;
}
.portfolio-2 span{
    width:100%;
    height:auto;
    position:relative;
    float:left;
    color:#333;
}
.portfolio-box {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 20px 0;
}
.portfolio-box img{width:100%; transition:all ease 300ms;}
.portfolio-box img:hover{transform: scale(1.1);}
.portfolio-box div{width:90%; color:darkgoldenrod; }
.portfolio-box span{width:100%; height:auto; display:block; color:#666; z-index: 300;}

.service-1-1, .service-2-1{
    width:100%;
	height:auto;
	position:relative;
	float:left;
}
.service-1-1 img, .service-2-1 img{width:100%; position:relative;}
.service-1-1 div {
	width: 100%;
	height: auto;
	position: relative;
	right: 0;
	top: 50%;
	padding: 0 5% 10% 5%;
	box-sizing: border-box;
	transform: translate(0,20%);
	color: #333;
	text-shadow: 0 3px 5px rgba(0,0,0,.5);
	text-align: center;
}
.service-1-1 div span { text-shadow: 0 0 0; color: #666; }

.service-1-2 {
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	margin: 0 auto;
	column-gap: 4%;
	justify-content: center;
	align-items: flex-start;
	padding: 0 5%;
	box-sizing: border-box;
}

.service-box {
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	padding: 5%;
	box-sizing: border-box;
	margin: 20px 0;
	min-height: unset;
	cursor: pointer;
	float: left;
}

.service-boxA { width: 100%; height: auto; position: relative; float: left; }
.service-boxA img { width: 50%; filter: invert(18%) sepia(0%) saturate(3%) hue-rotate(45deg) brightness(98%) contrast(94%); margin: 0 auto; display: block; }

.service-boxB { width: 100%; height: auto; position: relative; float: left; font-size: calc(100vw - 93vw); padding: 2%; box-sizing: border-box; text-align: center;}
.service-boxB span { display: block; line-height: normal; margin: 0; color: #666; }
.service-lh{line-height:30px; transition:all ease 200ms;}
.service-lh:hover, .service-box:hover{color:#f00;}


.service-2-1 div {
	width: 100%;
	height: auto;
	position: relative;
	left: unset;
	top: unset;
	transform: unset;
	text-align: center;
	color: #333;
	text-shadow: 0 3px 5px rgba(0,0,0,.5);
}

.service-2-1 div span {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 0;
	padding: 5%;
	box-sizing: border-box;
}

.service-2-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
	column-gap: 2%;
	justify-content: center;
}
.house-box {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	padding: 2%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin: 5% 0;
}

.house-box img {
	width: 100%;
	height: 80px;
	object-fit: cover;
}
.house-box div {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	color: #CAAB05;
	font-size: calc(100vw - 95vw) !important;
}
.house-boxA, .house-boxB{
    width:100%;
    height:auto;
    position:relative;
    float:left;
    line-height:18px;
    color:#999;
}
.house-boxB{color:#333;}
.house-box-btn {
	width: 100% !important;
	height: 30px !important;
	position: relative !important;
	background-color: darkgoldenrod;
	font-weight: bold;
	border-radius: 20px;
	color: #fff !important;
	left: 100%;
	top: 50%;
	transform: translate(-100%, 30%);
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	transition: none;
}
.house-box-btn:hover {
    background-color: #C99422;
    color:#000;
    transform: translate(-100%, 30%) scale(1);
}

.service-2-3, .service-2-4 {
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
	column-gap: 2%;
	justify-content: center;
	margin: 0 auto;
}

.service-2-4 {
	width: 90%;
	grid-template-columns: 100%;
}

.renovation-box, .mep-box {
	width: 100%;
	height: auto;
	padding: 5%;
	box-sizing: border-box;
	/* border: 1px solid #e4e4e4; */
	border-radius: 30px;
	margin: 5% auto;
	overflow: hidden;
	box-shadow: 0 0 10px #d7d7d7;
}

.renovation-box img, .mep-box img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 20px;
}
.renovation-box div, .mep-box div {
	position: relative;
	float: left;
	color: darkgoldenrod;
	line-height: 30px;
    margin:0 0 0 0;
}
.renovation-box div span, .mep-box div span{
    display:block;
    color:#666;
	line-height: normal;
    margin:0 0 0 0;
}

.service-5-1, .service-6-1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 5% 0 5% 0;
}
.service-5-1A {
	width: 100%;
	height: 70vh;
	position: relative;
	float: left;
	background-image: url("../images/service-1.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
.service-5-1A img {
	width: 90%;
	height: 60vh;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(5%, -50%);
	box-shadow: 0 7px 18px rgba(0,0,0,0.3);
}
.service-5-1B {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 5%;
	box-sizing: border-box;
}
.service-5-1B div {
	width: 100%;
	height: auto;
	position: relative;
	color: darkgoldenrod;
	padding: unset;
	box-sizing: unset;
}
.service-5-1B div span{
	width: 100%;
	height: auto;
    display:block;
	position: relative;
	color: #666;
	padding: 5px;
	box-sizing: border-box;
}

.service-6-2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
	margin: 20px auto;
}
.service-6-2A {
    width:60%;
    height:auto;
    position:relative;
    float:left;
}
.service-6-2B {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5% 0 3%;
	box-sizing: border-box;
	color: darkgoldenrod;
}

.service-6-2B span{
    color:#666;
}


.quotation-1 {
	width: 100%;
	height: 30vh;
	position: relative;
	float: left;
}
.quotation-1 img{ width:100%; height:100%; object-fit: cover; }
.quotation-1 div { width: 100%; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,40%); text-align: center; }

.quotation-2 {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	top: 0;
	left: 50%;
	transform: translate(-50%,-3%);
	border-radius: 30px;
	box-shadow: 0 11px 20px #737373;
	padding: 5%;
	box-sizing: border-box;
	background: #393939;
	background-image: url("../images/quotation-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.quotation-box100, .quotation-box50{
    width:98%;
    height:auto;
    position:relative;
    float:left;
    margin: 2% 1% 0 1%;
}
.quotation-box50{width:98%;}

.quotation-label {width:100%; height:auto; position:relative; float:left; color:#fff;}
.quotation-input {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: #f4f4f4;
	padding: 10px 10px;
    box-sizing: border-box;
	border-radius: 15px;
	outline: none;
	border: none;
}
.quotation-select {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: #f4f4f4;
    padding: 15px 10px;
    box-sizing: border-box;
	border-radius: 15px;
	outline: none;
	border: none;
}

.quotation-link {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-image: url("../images/quotation-4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: right;
    box-shadow: unset;
}

.quotation-link-title, .quotation-link-content {
	width: 100%;
	height: auto;
	position: relative;
	float: right;
	color: #666;
	line-height: 1.2em;
	padding: 10% 5%;
	box-sizing: border-box;
}

.quotation-link-content {
	color: #333; 
    padding: 0 5% 10% 5%;
    line-height: normal;
}
.quote-btn {
	width: 70%;
	height: auto;
	position: relative;
	float: left;
	background: #ffd700;
	color: #333;
	padding: 10px 20px;
	transition: 1s ease all;
	border-radius: 20px;
	margin: 5% 0;
	left: 50%;
	transform: translate(-50%);
}
.quote-btn:hover{
	background:#ffed8e;
    color:#000;
}

.contact-1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-items: unset;
	left: unset;
	transform: unset;
	margin: 0;
	box-shadow: 0 0 41px 0 rgba(0, 0, 0, 0.18);
	background: #b39300;
	color: #f4f4f4;
	padding: 5%;
	box-sizing: border-box;
}

.contact-map {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.contact-info {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5% 0;
	box-sizing: border-box;
}

.contact-info span{margin:20px 0; display: block;}

.contact-title{color:#333;}

.contact-address, .contact-phone, .contact-fax, .contact-email {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	line-height: 1.2em;
	text-wrap: nowrap;
}
.contact-address::before {
	content: "";
	width: 30px;
	height: 80px;
	position: relative;
	display: block;
	background-image: url("../images/icon-09.png");
	background-size: 90%;
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 0;
}

.contact-phone::before, .contact-fax::before, .contact-email::before {
	content: "";
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
	background-image: url("../images/icon-10.png");
	background-size: 90%;
	background-repeat: no-repeat;
	float: left;
	margin: -3px 10px 0 0;
}

.contact-fax::before{background-image: url("../images/icon-11.png");}
.contact-email::before{background-image: url("../images/icon-12.png");}

#footer {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5%;
	box-sizing: border-box;
	float: left;
	background-color: #0F0F0F;
	justify-content: unset;
	align-items: unset;
	display: unset;
}
.footerA {width:100%; height:auto; position:relative; float:left;}
	.footerA-1{ width:100%;}
	.footerA-1 img { width: 70%; margin: 10% auto 0 auto; display: block; }
	.footerA-2 {width: 100%;color: #333;margin: 0 auto;text-align: center; margin-top:1%;}


.footerB { width: 100%; height: auto; position: relative; border-left: unset; padding: 2%; box-sizing: border-box; float: left; }
    .footerB div:nth-child(1){width: fit-content; color:goldenrod;}
	.footerB div:nth-child(2){width:100%; color:#f4f4f4; margin-top:5px;}
	.footerB div:nth-child(3){width:90%; color:#999; margin-top: 20px;}
	.footerB div:nth-child(3)::before {
		content: "";
		display: block;
		width: 25px;
		height: 50px;
		position: relative;
		float: left;
		background-image: url("../images/icon-09.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}
	.footerB div:nth-child(4){width:100%; color:#999; margin-top:0; position: relative; float:left;}
	.footerB div:nth-child(4)::before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		position: relative;
		float: left;
		background-image: url("../images/icon-10.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}
	
	.footerB div:nth-child(5){width:100%; color:#999; margin-top:0; position: relative; float:left;}
	.footerB div:nth-child(5)::before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		position: relative;
		float: left;
		background-image: url("../images/icon-10.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}	

	.footerB div:nth-child(6){width:100%; color:#999; margin-top:0; position: relative; float:left;}
	.footerB div:nth-child(6)::before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		position: relative;
		float: left;
		background-image: url("../images/icon-11.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}
	.footerB div:nth-child(7){width:100%; color:#999; margin-top:0; position: relative; float:left;}
	.footerB div:nth-child(7)::before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		position: relative;
		float: left;
		background-image: url("../images/icon-12.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px; 
}


.footerC { width: 100%; height: auto; position: relative; border-left: unset; padding: 2%; box-sizing: border-box; float: left; }
    .footerC div:nth-child(1){width: fit-content; color:goldenrod;}
	.footerC div:nth-child(2){width:100%; color:#f4f4f4; margin-top:5px;}
	.footerC div:nth-child(3){width:100%; height:auto; position:relative; float:left;}
	.footerC div:nth-child(3) img{width:25%; position:relative; float:left; padding:2%; box-sizing: border-box;}


}

