/*Writen by Cheah Siew Kwan (Inspiren)*/

/*Font face*/
@font-face {
	font-family: brandon;
	font-weight: 400;
	src: url('./fonts/Brandon_reg.otf')format("opentype");
}

@font-face {
	font-family: brandon;
	font-weight: 300;
	src: url('./fonts/Brandon_light.otf')format("opentype");
}

@font-face {
	font-family: brandon;
	font-weight: 500;
	src: url('./fonts/Brandon_med.otf')format("opentype");
}

@font-face {
	font-family: brandon;
	font-weight: 600;
	src: url('./fonts/Brandon_bld.otf')format("opentype");
}

@font-face {
	font-family: brandon;
	font-weight: 700;
	src: url('./fonts/Brandon_blk.otf')format("opentype");
}

@font-face {
	font-family: twcen;
	font-weight: 400;
	src: url('./fonts/TwCenClassMTStd-Regular.otf')format("opentype");
}


/***********Side Contact New Xiao Chen****************/
a.floating-button {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 240px;
	right: 30px;
	font-size: 20px;
	background-color: rgba(37, 211, 102, 1);
	color: #FFF !important;
	border-radius: 50px;
	text-align: center;
	z-index: 1000;
	animation: pulsess 3s infinite;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.floating-button_phone {
	bottom: 160px;
	background-color: rgba(220, 16, 16, 1);
}

a.floating-button_mail {
	bottom: 80px;
	background-color: rgba(0, 114, 198, 1);
}

a.floating-button_fb {
	bottom: 320px;
	background-color: rgba(53, 120, 229, 1);
}

a.floating-button:hover {
	color: #fff;
	background-color: rgba(37, 211, 102, .45);
	animation-play-state: paused;
}

a.floating-button_phone:hover {
	background-color: rgba(220, 16, 16, .45);
}

a.floating-button_mail:hover {
	background-color: rgba(0, 114, 198, .45);
}

a.floating-button_fb:hover {
	background-color: rgba(53, 120, 229, 0.45);
}

@keyframes pulsess {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
	}

	30% {
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	}

	50% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}

	80% {
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media only screen and (max-width: 767px) {
	#side-contact {
		padding: 15px;
		background: #fff;
		display: flex;
		flex-direction: row;
		justify-content: center;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999999999;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#side-contact a.floating-button {
		position: initial;
		display: block;
		margin: 0 15px;
		width: 45px;
		height: 45px;
		/*line-height: 35px;*/
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		/*font-size: 20px;*/
	}

	/*this is testing using javascript*/
	#side-contact.initial {
		/*position:unset;*/
		bottom: -100%;
	}
}

html,
body {
	scroll-behavior: smooth;
}


/*Overall*/
html {
	position: relative;
	height: 100%;
	overflow-x: hidden;
}


@media only screen and (max-width: 767px) {

	body {
		position: relative;
		/*height:100%;*/
		overflow-x: hidden;
	}
}

.preloader {
	display: none !important
}

.sydney-hero-area {
	display: none !important
}

.desktop-view {
	display: block;
}

.mobile-view {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.desktop-view {
		display: none !important;
	}

	.mobile-view {
		display: block !important;
	}
}

body>* {
	line-height: 1.2;
}

body {
	font-family: brandon, sans-serif !important;
	font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
 font-family: brandon, sans-serif !important;
 margin-top: 0 !important;
}

p,
ul {
	margin-top: 0;
}

ul,
ol {
	list-style-position: outside;
	padding-left: 20px;
}

ul li,
ol li {
	margin-bottom: 13px;
	position: relative;
}

table{
    border-collapse: collapse;
}

.page .entry-header {
	display: none;
}

.entry-footer {
	display: none;
}

.single .entry-header {
	display: none;
}

/*these may no need*/

/*.page #content.page-wrap .content-wrapper,*/
/*.single #content.page-wrap .content-wrapper,*/
/*.woocommerce #content.page-wrap .content-wrapper {*/
/*	padding-top: 0;*/
/*	padding-bottom: 0;*/
/*}*/

/*.content-wrapper .content-area .hentry {*/
/*	padding-bottom: 0;*/
/*	padding-top: 0;*/
/*}*/

/*.content-area .hentry::after {*/
/*	display: none;*/
/*}*/

/*.page-wrap .content-wrapper {*/
/*	background: none !important;*/
/*}*/

/*till here no need*/

/*for post later*/
/*.single-post .entry-content {*/
/*	max-width: unset !important;*/
/*}*/

.entry-content>* {
	margin-bottom: 0;
}

/*input field*/
:focus {
	outline: none !important;
}

/*go top*/
.go-top {
	z-index: 9999999999;
}

/*header*/
#masthead {
    /*background: rgba(255,255,255,0.5) !important;*/
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*#masthead.sticky-active {*/
/*	background: rgba(255,255,255,0.7) !important;*/
/*}*/

/*fixed header with first row of content - background-color can use customize*/
/*#masthead {*/
/*    background: transparent !important;*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*}*/

/*#masthead.sticky-active {*/
/*	background: rgba(255,255,255,0.7) !important;*/
/*}*/

#masthead .site-header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

#masthead .site-title {}

#masthead .site-description {
	display: none;
}

/*header element*/
/*#masthead .header-col.header-elements{display:none;}*/

/*header element button*/
#masthead .header-col.header-elements .button{}

/*inside primary menu*/
#mainnav {
	margin-left: -15px;
	margin-right: -15px;
}

#mainnav ul li {
	margin-bottom: 0;
}

#masthead #mainnav ul.menu>li {
	padding: 0 20px
}

#masthead #mainnav ul.menu>li:first-child {
	padding-left: 15px;
}

#masthead #mainnav ul.menu>li:last-child {
	padding-right: 15px;
}

#mainnav ul.menu>li>a {
	font-weight: 400;
}

#mainnav ul.menu>li:hover>a {
	color: #ffa500 !important;
	font-weight: 400;
}

#mainnav ul.menu>li.current-menu-item>a,
#mainnav ul.menu>li.current-menu-ancestor>a,
#mainnav ul.menu>li.current-page-ancestor>a,
#mainnav ul.menu>li.current_page_parent>a {
	color: #ffa500 !important;
	font-weight: 600;
}

/*#mainnav ul.menu > li > a:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:-4px;*/
/*    left:50%;*/
/*    transform:translateX(-50%);*/
/*    width:25px;*/
/*    height:2px;*/
/*    background:#ffa500;*/
/*    display:block !important;*/
/*    opacity:0;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*#mainnav ul.menu > li > a:hover:after,*/
/*#mainnav ul.menu > li.current-menu-item > a:after,*/
/*#mainnav ul.menu > li.current-menu-ancestor > a:after,*/
/*#mainnav ul.menu > li.current-page-ancestor > a:after,*/
/*#mainnav ul.menu > li.current_page_parent > a:after{*/
/*    opacity:1;*/
/*}*/

#mainnav ul.menu>li>.dropdown-symbol svg {
	margin-top: 7px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.menu>li:hover>.dropdown-symbol svg {
	fill: #ffa500 !important;
}

#mainnav ul.menu>li.current-menu-item>.dropdown-symbol svg,
#mainnav ul.menu>li.current-menu-ancestor>.dropdown-symbol svg,
#mainnav ul.menu>li.current-page-ancestor>.dropdown-symbol svg,
#mainnav ul.menu>li.current_page_parent>.dropdown-symbol svg {
	fill: #ffa500 !important;
}

#mainnav ul.menu>li .dropdown-symbol .sydney-svg-icon {
	width: 9px;
	margin-top: -3px;
}

#mainnav ul.menu>li .dropdown-symbol .sydney-svg-icon {
	width: 10px;
}

#mainnav ul.menu>li>ul.sub-menu,
#mainnav ul.menu>li:hover>ul.sub-menu {
	left: 50% !important;
	transform: translateX(-50%) !important;
}

#mainnav ul.menu>li>ul.sub-menu li {
	padding: 10px 20px !important;
	/*background: rgba(255, 255, 255, 1) !important;*/
	position: relative;
}

#mainnav ul.menu>li>ul.sub-menu li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
	height: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	display: block !important;
}

#mainnav ul.menu>li>ul.sub-menu li:last-child:after {
	display: none !important;
}

#mainnav ul.menu>li>ul.sub-menu li a{line-height:1.2;}

#mainnav ul.menu>li>ul.sub-menu li .dropdown-symbol{
    top:0;
}

#mainnav ul.menu>li>ul.sub-menu li:hover {
	background: #fff !important;
}

#mainnav ul.menu>li>ul.sub-menu li:hover>a {
	color: #ffa500 !important;
}

#mainnav ul.menu>li>ul.sub-menu li:hover svg {
	fill: #ffa500 !important;
}

#mainnav ul.menu>li .sub-menu>li.current-menu-item,
#mainnav ul.menu>li .sub-menu>li.current-menu-ancestor,
#mainnav ul.menu>li .sub-menu>li.current-product-parent,
#mainnav ul.menu>li .sub-menu>li.current-product-ancestor {
	background: #fff !important;
}

#mainnav ul.menu>li .sub-menu>li.current-menu-item>a,
#mainnav ul.menu>li .sub-menu>li.current-menu-ancestor>a,
#mainnav ul.menu>li .sub-menu>li.current-product-parent>a,
#mainnav ul.menu>li .sub-menu>li.current-product-ancestor>a {
	color: #ffa500 !important;
	font-weight:600;
}

#mainnav ul.menu>li .sub-menu>li.current-menu-item>.dropdown-symbol svg,
#mainnav ul.menu>li .sub-menu>li.current-menu-ancestor>.dropdown-symbol svg,
#mainnav ul.menu>li .sub-menu>li.current-product-parent>.dropdown-symbol svg,
#mainnav ul.menu>li .sub-menu>li.current-product-ancestor>.dropdown-symbol svg {
	fill: #ffa500 !important;
}

#mainnav ul.menu>li>a[href="#"] {
	pointer-events: none;
}

/*Sidebar Footer*/
#sidebar-footer {
    border-top:1px solid;
	border: none;
	padding: 0 !important;
	position: relative;
}

#sidebar-footer .container>.footer-widgets-grid {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 50px 0 20px;
	gap: 0;
}

.home #sidebar-footer .footer-widgets-grid,
.page-id-27 #sidebar-footer .footer-widgets-grid,
.page-id-37 #sidebar-footer .footer-widgets-grid {
    border-top: 0;
}


/*#sidebar-footer .sidebar-column {}*/

#sidebar-footer .sidebar-column .widget_media_image img {
    max-height: 55px;
    object-fit: contain;
    width: auto;
}

#sidebar-footer .sidebar-column .widget .widget-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding-bottom: 0;
	margin-bottom: 20px;
	text-transform: capitalize;
}

/*widget element*/
/*image*/
#sidebar-footer .sidebar-column .widget_media_image{margin-bottom:45px;}

/*text and html*/
#sidebar-footer .sidebar-column .textwidget :last-child{
    margin-bottom:0;
}

/*navigation menu*/
#sidebar-footer .sidebar-column .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}

#sidebar-footer .sidebar-column .widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

#sidebar-footer .sidebar-column .widget_nav_menu ul li a {
    color: #808080;
}

#sidebar-footer .sidebar-column .widget_nav_menu ul li a:hover {
	color: #6a934f;
}

#sidebar-footer .sidebar-column .widget_nav_menu ul>li.current-menu-item>a,
#sidebar-footer .sidebar-column .widget_nav_menu ul>li.current-menu-ancestor>a,
#sidebar-footer .sidebar-column .widget_nav_menu ul>li.current-page-ancestor>a,
#sidebar-footer .sidebar-column .widget_nav_menu ul>li.current_page_parent>a {
	color: #6a934f !important;
	font-weight:500;
}

#sidebar-footer .sidebar-column .widget_media_image {
    text-align: center;
}

#sidebar-footer .sidebar-column aside:nth-child(3) .custom-html-widget {
    display: flex;
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
}

#sidebar-footer .sidebar-column aside:nth-child(3) .custom-html-widget p:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid;
}

#sidebar-footer .sidebar-column aside:nth-child(3) .custom-html-widget p {
    margin-bottom: 0;
}

.social-media.footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#sidebar-footer .widget_nav_menu ul {
    display: flex;
    justify-content: center;
    row-gap: 15px;
    align-items: baseline;
    flex-wrap: wrap;
}

#sidebar-footer ul#menu-main-menu li {margin-bottom: 0;}

#sidebar-footer .sidebar-column .widget_nav_menu ul li {
	padding: 0 15px;
	margin-bottom: 0;
}

#sidebar-footer .sidebar-column .widget_nav_menu ul li:last-child {padding-right: 0;}
#sidebar-footer .sidebar-column .widget_nav_menu ul li:first-child {padding-left: 0;}

#sidebar-footer .sidebar-column .widget_nav_menu ul#menu-footer-menu li:not(:last-child) {
    border-right: 1px solid;
}

/*#sidebar-footer ul#menu-footer-menu li a {*/
/*    color: #000;*/
/*}*/

/*colophon*/

#colophon .site-info {
	border-top: none;
}

#colophon .col-md-6 {
	width: 100%;
}

#colophon .col-md-6:nth-child(2) {
	display: none;
}

#colophon .sydney-credits {
	margin-bottom: 0;
	font-size: 14px;
	text-transform: initial;
	font-weight: 400;
	text-align: center;
}

#colophon .sydney-credits span {
	display: inline-block;
	padding-right: 3px;
}

#colophon .sydney-credits p {
	margin-bottom: 0;
}

/*banner*/
.banner{margin-bottom:100px;}

/*Style*/
.text-block-title {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 25px !important;
	color: #4d4d4d;
}

.text-block-title.big {
	font-size: 50px;
}

.text-block-title.normal {
	font-size: 30px;
}

.text-block-title.medium {
	font-size: 25px;
}

.text-block-title.small {
	font-size: 20px;
}

.text-block-title.white {
	color: #fff;
}

.text-block-title.black {
	color: #000;
}

.white-text {
	color: #fff;
}

.justify {
	text-align: justify;
}


/*button*/
.readmore {
	margin-bottom: 35px !important;
}

.readmore .vc_general.vc_btn3 {
	padding: 10px 15px;
	background-image: none !important;
	font-weight: 400;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
	font-size: 18px;
	text-transform: initial;
	/*outline: 2px solid #80b83f !important;*/
	border: 2px solid rgba(255,255,255,0) !important;
	background-color: transparent !important;
	color: #000 !important;
	line-height: 1;
	position: relative;
	width: 75px;
	height: 75px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*overflow:hidden;*/
}

.readmore .vc_general.vc_btn3:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    z-index: -2;
    border: 2px solid #80b83f;
}

.readmore .vc_general.vc_btn3:hover {
	color: #fff !important;
}

.readmore .vc_general.vc_btn3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 0;
    height:0;
    background: #80b83f;
    opacity:0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius:50%;
}

.readmore .vc_general.vc_btn3:hover:before {
    width: 100%;
    height:100%;
    opacity:1;
}

/*vc_row more gaps*/
.row-2-col>.wpb_column:first-child {
	padding-right: 30px;
}

.row-2-col>.wpb_column:last-child {
	padding-left: 30px;
}

.row-2-col>.wpb_column:nth-child(2n+1) {
	padding-right: 30px;
}

.row-2-col>.wpb_column:nth-child(2n) {
	padding-left: 30px;
}

/*full img row with vc_row more gaps(row-2-col no needed)*/
.full-left-img-row>.wpb_column:first-child {
	padding-right: 45px;
}

.full-left-img-row>.wpb_column:last-child {
	padding-left: 45px;
}

.full-right-img-row>.wpb_column:first-child {
	padding-right: 45px;
}

.full-right-img-row>.wpb_column:last-child {
	padding-left: 45px;
}


.full-left-img-row>.wpb_column:nth-child(2) {
	padding-right: calc((100% - 1140px)/2);
}

.full-right-img-row>.wpb_column:nth-child(1) {
	padding-left: calc((100% - 1140px)/2);
}

@media only screen and (max-width: 1199px) {
	.full-left-img-row>.wpb_column:nth-child(2) {
		padding-right: calc((100% - 940px)/2);
	}

	.full-right-img-row>.wpb_column:nth-child(1) {
		padding-left: calc((100% - 940px)/2);
	}
}

@media only screen and (max-width: 991px) {
	.full-left-img-row>.wpb_column:nth-child(2) {
		padding-right: calc((100% - 710px)/2);
	}

	.full-right-img-row>.wpb_column:nth-child(1) {
		padding-left: calc((100% - 710px)/2);
	}
}

/*column full row(use padding as spacing)*/
.column-full-row>.wpb_column:nth-child(1) {
	padding-left: calc((100% - 1140px)/2);
	padding-right: 45px;
}

.column-full-row>.wpb_column:nth-child(2) {
	padding-right: calc((100% - 1140px)/2);
	padding-left: 45px;
}

@media only screen and (max-width: 1199px) {
	.column-full-row>.wpb_column:nth-child(1) {
		padding-left: calc((100% - 940px)/2);
	}

	.column-full-row>.wpb_column:nth-child(2) {
		padding-right: calc((100% - 940px)/2);
	}
}

@media only screen and (max-width: 991px) {
	.full-left-img-row>.wpb_column:nth-child(1) {
		padding-left: calc((100% - 710px)/2);
	}

	.full-right-img-row>.wpb_column:nth-child(2) {
		padding-right: calc((100% - 710px)/2);
	}
}

/*Image effect*/

/*Grow Effect*/
.grow-effect figure>* {
	overflow: hidden;
}

.grow-effect img {
	-webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.grow-effect:hover img {
	transform: scale(1.05);
}

/*round/rounded image*/
.rounded figure {
	overflow: hidden;
	border-radius: 30px;
}

/*Contact Form*/
.contact-form .wpcf7-form {
	margin-bottom: 35px;
}

.contact-form .form {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 20px;
}
.contact-form .form #role,
.contact-form .form #msg {
	grid-column: 1/ 4;
}

/*.contact-form .form label{margin-bottom:10px;}*/

.contact-form .form input {
	width: 100%;
	height: 40px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	/*padding:4px 20px;*/
}

.contact-form .form textarea {
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	height: 90px;
	/*padding:4px 20px;*/
}

.contact-form .form select {
	width: 100%;
	height: 40px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	/*padding:4px 20px;*/
}

.contact-form .form select option {
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	font-weight: 400;
}

.contact-form .form select option:checked {
	background: #ccc;
	font-weight: 400;
}

.contact-form .form .enquiry{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form .form .enquiry::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	opacity: 1;
	/* Firefox */
}

.contact-form .form .enquiry:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.contact-form .form .enquiry::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.contact-form .form .enquiry:focus {
	border: 1px solid #ffa500 !important;
}

.contact-form #recaptcha {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.contact-form #send {
	text-align: left;
}

.contact-form #send input {
	width: 160px;
	border-radius: 2em;
	background-color: #bf1e00;
	border: 1px solid #bf1e00;
	padding: 8px 24px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	/*margin-left:72px;*/
}

.contact-form #send input:hover {
	color: #bf1e00;
	background-color: #fff;
	border: 1px solid #bf1e00;
}

.contact-form span.wpcf7-not-valid-tip {
	margin-top: 5px;
	color: red;
}

.contact-form .wpcf7-response-output {
	color: #fff;
	margin: 35px 0 0 !important;
	border-radius: 0;
	font-weight: 400;
}


.contact-form #send .wpcf7-spinner {
	margin: 0 0 0 10px;
	top: 5px;
	position: relative;
	width: 20px;
	height: 20px;
}

.contact-form #send .wpcf7-spinner:before {
	left: 2px;
	top: 2px;
}

/*Home*/
.home-about-section{position:relative;}

.home-about-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 5%;
	width: 100%;
	max-width:900px;
	height: 57%;
	background-image: url('./images/about-bg-line.svg');
	display: block !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.home-about-title{margin-bottom:35px}

.home-about-title .text-block-title,
.text-block-title.space-left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.home-about-title .text-block-title span,
.text-block-title.space-left span {
    padding-left: 109px;
}

.home-about{margin-bottom:65px;}

.home-about > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper{
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:flex-start;
}

.home-about > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > :not(:first-child){
    margin-left:20px;
}

.home-about .wpb_single_image img{
    max-height:400px;
    object-fit: cover;
    object-position: 50% 0;
}

.home-about .wpb_single_image:first-child img{
    max-height:500px;
}

.home-about .wpb_single_image:first-child figure{
    border-top-left-radius:2em;
    overflow:hidden;
}

.home-counting{margin-bottom:100px;}

.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: stretch;
    flex-wrap:wrap;
    border-top: 1px solid rgba(0,0,0,0.9);
}

.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper > .evc-counter {
    width:calc(100%/3);
    flex-basis:calc(100%/3);
    display: flex;
    justify-content: center;
    padding-top: 35px;
}

/*-----------------------------------------xinyi------------------------------------------*/
.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper > .evc-counter:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,0.9);
}

.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper > .evc-counter span.evc-c-digit {
    margin-bottom: 10px;
    font-size: 60px;
    font-family: 'brandon';
    font-weight: 500;
}

.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper > .evc-counter span.evc-c-digit:after {
    content: '+';
}

.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper > .evc-counter .evc-c-title {
    font-weight: 400;
    font-size: 22px;
    color: #4D4D4D;
    width: 80%;
}

.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper > .evc-counter > .evc-c-inner {
    width: 50%;
}

.home-counting > .wpb_column > .vc_column-inner > .wpb_wrapper > .evc-counter:first-child .evc-c-title {
    width: 118px;
}

.full-image {
    height: 500px;
}

.home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    width: calc(100% / 5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
    border-top: 1px solid rgba(0,0,0,0.9);
    padding-bottom: 35px;
}

.home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image .vc_figure {
    width: 60%;
    border-radius: 15px;
    border: 1px solid #bababa;
    overflow: hidden;
}

.home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:not(:nth-child(5n+5)){
    border-right: 1px solid rgba(0,0,0,0.9);
}

.home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:last-child {
    border-right: 0 !important;
}

.home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
    height: 220px;
    object-fit: contain;
}

.home-media-section {
    margin-top: 100px;
}

.home-media-section .text-block-title {
    width: fit-content;
    margin: auto;
}

.contact-us .text-block-title small {
    font-weight: 400;
    font-size: 18px;
    display: inherit;
}

.form {
    width: fit-content;
    margin: auto;
    padding-left: 150px;
    z-index: 9;
    position: relative;
}

.form input {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}

.form textarea {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    height: 90px;
}

.form > div {
    margin-bottom: 7px;
}

span.wpcf7-list-item-label {
    color: #fff;
}

#checkbox a{
    color:inherit;
    text-decoration:underline;
    
}

/*#checkbox span.wpcf7-list-item {*/
/*    margin: 0;*/
/*}*/
::-webkit-input-placeholder {
    color: #fff !important;
    font-size:16px;
    font-weight: 400;
}

.form .enquiry::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  font-size:16px;
  font-weight:400;
  opacity: 1; /* Firefox */
}

.form .enquiry:focus {
    border: 1px solid transparent;
}


#send button {
    font-weight: 400;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    font-size: 14px;
    white-space: pre-wrap;
    /*outline: 2px solid #C91D24 !important;*/
    border: 2px solid rgba(255,255,255,0) !important;
    background-color: #C91D24 !important;
    color: #fff !important;
    line-height: 1;
    position: relative;
    width: 75px;
    height: 75px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*overflow: hidden;*/
    z-index: 9;
}

#send button:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    z-index: -2;
    border: 2px solid #C91D24;
}


#send button:hover {
	color: #C91D24 !important;
}

#send button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 0;
    height:0;
    background: #fff;
    opacity:0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius:50%;
}

#send button:hover:after {
    width: 100%;
    height:100%;
    opacity:1;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {color: #fff;}

#checkbox span.wpcf7-list-item-label:after {
    content: '*';
    color: red;
    padding-left: 2px;
}

div#send {
    margin-top: 35px;
}

.contact-us {
    margin-top: 65px;
    padding: 65px 0 100px;
    background-attachment: fixed;
    position: relative;
    background-position: 50% 63% !important;
}

.contact-us:after {
    content: '';
    position: absolute;
    right: -3%;
    top: -25px;
    background-image: url(./images/contact-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block !important;
    height: 100%;
    width: 25%;
    z-index: 0;
}

/*about*/
.about-dream .wpb_text_column {
    text-align: justify;
}

.about-dream {margin-bottom: 45px;}

.about-vision-mission {
    padding: 65px 0;
}

.about-vision-mission .vc_row.vc_inner .wpb_single_image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 0;
    align-items: center;
    gap: 25px;
}

.about-vision-mission .vc_row.vc_inner .wpb_single_image h2.wpb_heading {
    color: #4d4d4d;
    font-size: 25px;
    margin-bottom: 0;
}

.about-vision-mission .vc_row.vc_inner .wpb_single_image img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.wpb_text_column {text-align: justify;}

.about-vision-mission .vc_row.vc_inner .wpb_text_column span {
    padding-bottom: 7px;
    display: inline-block;
}

.about-vision-mission .text-block-title {
    margin-bottom: 35px !important;
}

.about-director-sec .director-row {
    overflow: visible !important;
}

.director-row .wpb_single_image {
    position: relative;
}

.director-row .wpb_single_image img {
    max-height: 400px;
    width: auto;
    object-fit: contain;
}

.director-row .wpb_single_image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./images/director_image_line.svg);
    background-size: 100% 100%;
    width: 999px;
    height: 120%;
    display: block !important;
    z-index: -1;
}

.director-name h3 {
    color: #4d4d4d;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.director-name p {
    font-weight: 600;
    font-size:20px;
}

.learnmore .vc_general.vc_btn3 {
	padding: 0;
	background-image: none !important;
	font-weight: 400;
	font-size: 18px;
	text-transform:initial;
	border: none;
	background-color: transparent !important; 
	color: #6a934f !important;
	line-height:1;
	position:relative;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.learnmore .vc_general.vc_btn3:after {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 6 free';
    position: absolute;
    right: -20px;
    font-size: 12px;
    top: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.learnmore .vc_general.vc_btn3:hover:after {
    opacity: 0;
    right: -5px;
}

.about-director-sec .director-row {
    margin-top: 35px;
}

.about-director-sec .director-row:nth-child(2) {margin-bottom: 35px;}


.about-director-sec .director-row:nth-child(4) .wpb_single_image:before {
    transform: scaleX(-1);
    left: auto;
    right: 0;
}

.about-director-sec {
    margin-bottom: 65px;
}



.about-our-team .team-col .wpb_single_image {
    margin-bottom: 0;
}

.about-our-team .team-col .wpb_single_image figure {
    border-radius: 15px;
    overflow: hidden;
}

.about-our-team .team-col .wpb_column {position: relative;}

.about-our-team .team-col .wpb_column:last-child {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.about-our-team .team-col .wpb_column:last-child .vc_column-inner {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 30px 30px 15px;
    transition: all 0.3s linear;
}

.about-our-team .team-col .director-name h3 {
    color: #000;
    font-size: 20px;
}

.about-our-team .team-col .director-name p {
    font-weight: 400;
    font-size:20px;
}

.about-our-team .team-col .wpb_column:last-child .wpb_wrapper > div {margin-bottom: 15px;}

.about-our-team .team-col .wpb_single_image figure {border-radius: 15px;}

.about-our-team {
    margin-bottom: 65px;
}

.about-our-team .team-col .wpb_column:last-child:hover .vc_column-inner {
    box-shadow: 7px 7px #6a934f;
    transition: all 0.3s linear;
    transform: translate(-5px, -5px);
}

.our-team-sec {margin-bottom: 100px;}

.about-company-sec {
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-companies-row > .wpb_column >.vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.about-companies-row .image-col .wpb_single_image img {
    width: 200px;
    height: auto;
    object-fit: contain;
    padding: 25px 10px;
    border-radius: 15px;
    border: 1px solid #bfc7cc;
}

.about-companies-row .image-col .wpb_single_image {margin-bottom: 15px;}

.about-companies-row .image-col .vc_custom_heading {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
}

.about-companies-row .image-col .vc_custom_heading small {
    font-weight: 400;
    font-size: 14px;
    font-family: 'twcen';
    color: #000;
}

.about-companies-row .image-col {
    padding: 35px 85px;
    border-top: 1px solid rgba(0,0,0,0.9);
    margin: 0;
}

.about-companies-row .image-col:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,0.9);
}

.popup-intro-sec .director-name {
    position: relative;
    padding-bottom: 7px;
}

.popup-intro-sec .director-name h3 {font-size: 30px;}

.popup-intro-sec .director-name:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 35px;
    background-color: #6a934f;
    height: 2px;
}

section.popup-intro-sec {
    position: relative;
}

section.popup-intro-sec:after {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    background-image: url('./images/popup-line.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 400px;
    height: 300px;
}

.pum-theme-147 .pum-container, .pum-theme-lightbox .pum-container {
    padding-top: 70px;
}

.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 15px;
}

.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:nth-child(2) { grid-area: 1 / 3 / 2 / 5; }
.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:nth-child(3) { grid-area: 1 / 5 / 2 / 7; }
.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:nth-child(4) { grid-area: 2 / 1 / 3 / 4; }
.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:nth-child(5) { grid-area: 2 / 4 / 3 / 7; }

.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image * {
    width: 100%;
}

.popup-intro-sec .cert-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    margin-bottom: 15px;
}

.popup-intro-sec .cert-grid {width: 70%;}

.arkos-project-row .project-info table tr td {
    border: none;
    text-align: left;
    vertical-align: top;
}

.popup-intro-sec .wpb_text_column p{font-size:18px;}

.arkos-project-row .project-info table tr td:first-child {
    width: auto;
    white-space: nowrap;
    position: relative;
    color: #6a934f;
    padding-right: 15px;
    font-weight: 600;
}

.arkos-project-row .project-info table tr td:first-child:after {
    content: ':';
    position: absolute;
    right: 3px;
}

.arkos-project-row .project-info table tr td:last-child {
    width: 100%;
}

.gap-bottom{
    margin-bottom: 35px;
}

ul ul li {
    list-style-type: disc;
}

ul ul li:first-child {
    margin-top: 13px;
}


/*media page*/
.page-id-35 .home-media-section .text-block-title {
    width: auto;
}

.home-media-section.media-news {
    margin-top: 65px;
    margin-bottom: 65px;
}

.home-media-section.media-news .home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    width: calc(100% / 4);
}


.home-media-section.media-news .home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:not(:nth-child(4n+4)) {
    border-right: 1px solid rgba(0,0,0,0.9);
}

.home-media-section.media-news .home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:last-child,
.home-media-section.media-news .home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image:nth-child(4n+4) {
    border-right: 0;
}

.home-media-section.media-news .home-media-image-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
    height: 220px;
    object-fit: cover;
    object-position: top;
}

.home-media-section.media-news .home-media-image-row .wpb_single_image > figure {
    position: relative;
}

.home-media-section.media-news .home-media-image-row .wpb_single_image a::before,
.home-media-section.media-news .home-media-image-row .wpb_single_image a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 200ms ease-out;
}

.home-media-section.media-news .home-media-image-row .wpb_single_image a::before {
    background: rgb(0 0 0 / 0);
}

.home-media-section.media-news .home-media-image-row .wpb_single_image a::after {
    content: "";
    background-image: url('https://arkos.com.my/wp-content/uploads/2022/11/search.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.home-media-section.media-news .home-media-image-row .wpb_single_image a:hover::before {
    background: rgb(0 0 0 / 0.5);
}

.home-media-section.media-news .home-media-image-row .wpb_single_image a:hover::after {
    opacity: 1;
    color: white;
}




/*contact page*/
.contact-details .text-block-title {
    font-weight: 500;
}

.contact-details .social-media.footer a {
    color: #4d4d4d;
    /*outline: 1px solid #4d4d4d;*/
}

.contact-details .text-block-title p {
    margin-bottom: 0;
}

.contact-details  .text-block-title small {
    font-size: 15px;
}
.contact-us.contact-page:after {display: none !important;}

.address-row .image-col .wpb_single_image img {
    max-height: 550px;
    object-fit: cover;
}

.address-row .image-col .wpb_single_image {
    width: 90%;
    margin-left: auto;
}

.contact-address-sec .address-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-row .details-col {
    margin-right: -150px;
    z-index: 9;
    position: relative;
}
.address-row .image-col {margin-left: -25px;}

.address-row .details-col > .vc_column-inner {
    padding: 50px 35px 0 50px;
}

.address-row .details-col strong {font-weight: 500;}

.contact-address-sec {
    margin-top: 35px;
}

.contact-address-sec .address-row:not(:last-child) {
    margin-bottom: 35px;
}

.location-icon > div > div .wpb_wrapper {
    display: flex;
    gap: 15px;
}
 
.location-icon .wpb_single_image img {
    max-height: 35px;
    width: auto;
    object-fit: contain;
}

.address-row .details-col > div > div > * {
    margin-bottom: 25px !important;
}

.page-id-37 #sidebar-footer {display: none;}

.address-row .details-col:before {
    content: '';
    background: transparent;
    width: calc(100% - 70px);
    height: 106%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -3;
    border: 1px solid #80ac3f;
    border-right: 0;
}

.wpcf7 form .wpcf7-response-output{color: #fff;}

#popmake-419{
    background-image: url(https://arkos.com.my/wp-content/uploads/2022/10/contact-bg.png?id=77) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
padding-top: 0;
}

#popmake-419 .contact-us{
    padding-top:0;
    padding-bottom:0;
}

.privacy-row strong{font-size:20px;}

.lightboxOverlay{z-index:2999999999 !important;}
.lightbox{z-index:2999999999 !important;}

.about-company-sec .text-block-title p {text-align:center;}

.about-company-sec .about-companies-row{padding-top:20px;}

.arkos-project-row{margin-bottom:35px;}