@charset 'utf-8';
/*
Theme Name: N7 Golf Club  Child
Theme URI: http://golfclub.themerex.net
Description: yreg Estate - Multipurpose and Multiskin Responsive Wordpress theme
Author: ThemeRex
Author URI: http://themerex.net
Template: n7-golf-club
Version: 1.0
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/

@import url("../n7-golf-club/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
body {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}
body, pre {
    background-color: #000;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section, video, audio {
	font-size: inherit;
}
/* TEXT START */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/* TEXT END */
/* LINE START */
.page_wrap {
	position: relative;
	z-index: 100;
}
.mkdf-grid-lines-holder.mkdf-grid {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mkdf-grid-lines-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.mkdf-grid {
    margin: 0 auto;
    width: 1100px;
}
.mkdf-grid-lines-holder.mkdf-grid-columns-4 .mkdf-grid-line {
    width: calc(100% / 4);
}
.mkdf-grid-lines-holder .mkdf-grid-line {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mkdf-grid-lines-holder .mkdf-grid-line:before {
    left: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.mkdf-grid-lines-holder .mkdf-grid-line:before, .mkdf-grid-lines-holder .mkdf-grid-line:last-child:after {
    position: absolute;
    width: 1px;
    background-color: rgba(105,105,105,.3);
    transition-transform: .75s cubic-bezier(.47,.94,.04,.98) .4s;
    content: "";
    height: 100%;
}
.mkdf-grid-lines-holder .mkdf-grid-line:last-child:after {
    right: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
/* LINE END */
/* MENU START */
.top_panel_content {
	padding: 0 40px !important;
}
.top_panel_above .top_panel_content_menu {
	margin-top: 0;
}
.top_panel_above .top_panel_content_logo {
    top: 50px !important;
}
.top_panel_above .top_panel_content_menu {
    top: 50px;
}
.header_mobile {
	background: #000 !important;
}
.header_mobile .content_wrap {
	text-align: left !important;
}
.header_mobile .logo_main {
	height: 30px !important;
}
.header_mobile .panel_top, .header_mobile .side_wrap {
	background: #000 !important;
}
.header_mobile .menu_main_nav > li.current-menu-item > a {
	color: #fff !important;
}
.header_mobile .menu_main_nav > li ul li.current-menu-item > a {
	color: #fff !important;
}
.header_mobile .menu_main_nav > li.current-menu-parent > a, .header_mobile .menu_main_nav > li.current-menu-ancestor > a {
	color: #fff !important;
}
.header_mobile .menu_main_nav > li > a {
	color: #d8d8d8 !important;
}
.header_mobile .menu_main_nav > li > a:hover {
    color: #fff !important;
}
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-item > a span {
    font-weight: bold !important;
}
.header_mobile .menu_button {
	top: 30px !important;
	right: 30px !important;
	left: auto !important;
}
@media (max-width: 480px) {
	.admin-bar .header_mobile .side_wrap {
		top: 100px !important;
		border-top: none !important;
	}
	
}
.burger-wrapper {
  cursor: pointer;
}
#meny {
    background: #000;
    width: 100%;
    height: 0;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10,2,3,1);
    transform: translateX(100rem);
    top: 0;
    z-index: 9999;
    transition: 0.5s;
	padding: 0;
	background-image: url(https://www.jgdesign.com.my/wp-content/themes/n7-golf-club-child/images/bg-menu.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
#menyAvPaa {
    display: none;
}

#menyAvPaa:checked ~ #meny {
    transform: translateX(0rem);
	height: 100vh;
	padding: 100px 0;
}

#menyAvPaa:checked ~ #meny .menu {
    width: 400px;
}

#burger {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 2rem;
    right: 1rem;
    top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	z-index: 999999;
}

#burger > div {
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
    z-index: 999;
}

#menyAvPaa:checked ~ #burger > div {
  background-color: #fff;
}

#menyAvPaa:checked ~ #burger > div:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}
#menyAvPaa:checked ~ #burger > div:nth-child(2) {
    opacity: 0;
}
#menyAvPaa:checked ~ #burger > div:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}
.menu{
    width: 0;
    height: auto;
    overflow: hidden;
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: left;
}
.bellows.bellows-main .bellows-menu-item .bellows-target {
	font-size: 35px;
	margin: 4px 0;
	text-transform: uppercase;
	font-weight: 200;
	padding: 0 !important;
}
.bellows-submenu .bellows-menu-item .bellows-target {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0 !important;
	font-size: 15px !important;
	text-transform: capitalize !important;
	line-height: 1.3em;
	color: #d8d8d8;
	font-weight: 400 !important;
}
.bellows .bellows-nav .bellows-subtoggle .fa {
    line-height: 1em;
    font-size: 20px;
}
/* MENU END */
/* HEADER START */
.top_panel_wrap_inner {
	background-size: cover !important;
	background-position: top center !important;
}
.breadcrumbs_present .page_title {
	font-family: 'DM Serif Display', serif;
	text-align: left;
	font-weight: 300;
	padding: 100px 0;
	margin: 0;
}
.header_mobile .breadcrumbs_present .page_title {
	color: #fff;
}
/* HEADER END */
/* HOME START */
.info-box-list h3.mega-info-title {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
}
.button-link {
	padding: 0 !important;
	color: #fff;
	background-color: transparent;
	border: 0;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .25em;
	font-weight: 700;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	padding: 15px 43px;
	cursor: pointer;
	border-color: transparent !important;
}

.button-link:after {
    position: absolute;
    width: calc(100% + 4px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	right: 0;
	bottom: 2px;
	height: 10px;
	z-index: 1;
	background-image: url('https://www.jgdesign.com.my/wp-content/uploads/2021/11/simple_button_pattern.png');
	background-repeat: repeat;
	opacity: .7;
	content: '';
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .25em;
	font-weight: 700;
	cursor: pointer;
}
.button-link:hover:after {
	-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.button-link:hover {
	border-color: transparent !important;
	background: transparent !important;
}
.home-column-holder {
	padding: 0 0% 150px;
	-webkit-box-align: center; 
	-ms-flex-align: center; 
	align-items: center; 
	width: 100%; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; -ms-flex-wrap: wrap; 
	flex-wrap: wrap;
}
.home-column-holder-column1 {
	-webkit-clip-path: none; 
	clip-path: none; 
	-webkit-transform: translateX(0); 
	-ms-transform: translateX(0); 
	transform: translateX(0); 
	-webkit-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
	-o-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
	transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	width: calc(50% + 10px);
}
.home-column-holder-column2 {
	margin-left: -20px;
	z-index: 9999;
	-webkit-clip-path: inset(0 0 0 0); 
	clip-path: inset(0 0 0 0); 
	-webkit-transform: translateX(0); 
	-ms-transform: translateX(0); 
	transform: translateX(0); 
	-webkit-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
	-o-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
	transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
	width: calc(50% + 10px);
}
/* SKETCHES START */
.sketches-tabs.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
	border-bottom-color: #fff;
	color: #fff;	
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after {
	background-color: #fff !important;
	height: 1px !important;
}
.sketches-tabs.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 12px 38px 12px 0;
	font-family: 'DM Serif Display', serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid rgba(114,114,114,.6);
		border-bottom-color: rgba(114, 114, 114, 0.6);
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	font-weight: 400;
	width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
}
.sketches-tabs.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover {
	color: #fff;
	border-bottom-color: #fff;
		border-bottom-color: #fff;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
}
.sketches-tabs.sc_tabs.sc_tabs_style_1 .sc_tabs_content {
	border-color: transparent;
	padding: 1.5em 0 !important;
}
.sketches-tabs.sc_tabs.sc_tabs_style_1 .sc_tabs_content p {
	font-weight: 400;
	color: #d8d8d8;
	font-family: 'Quattrocento', serif;
}
/* SKETCHES END */
/* PROGRESS START */
.progress-skill.sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total {
	height: 1.05em;
	display: inline-block !important;
	vertical-align: middle;
	font-family: 'Montserrat';
	text-transform: none !important;
	color: #fff;
	line-height: 1.304em;
	font-size: 60px;
	font-weight: 200;
	overflow: hidden;
}
.progress-skill.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info {
	font-family: Alegreya Sans;
	font-style: italic;
	border-top: 0 !important;
	font-weight: 400;
	margin-top: 0;
	text-transform: none !important;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info .sc_skills_desc p {
	text-transform: none !important;
	font-family: 'Alegreya Sans';
	color: #d8d8d8;
	font-weight: 300;
	margin-top: 10px;
	font-size: 18px;
	font-style: italic;
}
/* PROGRESS END */
.sc_button.sc_button_square.sc_button_style_filled {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
		margin-right: 0px;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .25em;
	font-weight: 700;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	padding: 15px 43px;
	cursor: pointer;
}
.sc_button.sc_button_square.sc_button_style_filled .btn-border-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 9px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sc_button.sc_button_square.sc_button_style_filled .btn-border-holder:after,
.sc_button.sc_button_square.sc_button_style_filled .btn-border-holder:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}
.sc_button.sc_button_square.sc_button_style_filled .btn-border-holder:before {
    border-top-color: transparent;
    border-right-color: transparent;
    top: -1px;
    left: -1px;
    -webkit-transition: border-color 0.4s, height 0s ease-out 0.4s, width 0s ease-out 0.4s;
    -o-transition: border-color 0.4s, height 0s ease-out 0.4s, width 0s ease-out 0.4s;
    transition: border-color 0.4s, height 0s ease-out 0.4s, width 0s ease-out 0.4s;
    z-index: 123;
}
.sc_button.sc_button_square.sc_button_style_filled .btn-border-holder:after {
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: -1px;
    right: -1px;
    -webkit-transition: border-color 0.4s, height 0s ease-out 0.4s, width 0s ease-out 0.4s;
    -o-transition: border-color 0.4s, height 0s ease-out 0.4s, width 0s ease-out 0.4s;
    transition: border-color 0.4s, height 0s ease-out 0.4s, width 0s ease-out 0.4s;
    z-index: 123;
}
.sc_button.sc_button_square.sc_button_style_filled .btn-line-holder {
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) scaleX(1);
    -ms-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    bottom: -9px;
    right: -8px;
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sc_button.sc_button_square.sc_button_style_filled .btn-text {
    position: relative;
    z-index: 2;
}
/* PERCENTAGE START */
.percentage-skill.sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total {
	height: 1.05em;
	display: inline-block !important;
	vertical-align: middle;
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #fff;
	line-height: 1.304em;
	font-size: 60px;
	font-weight: 200;
	overflow: hidden;
}
.percentage-skill.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info {
	font-family: 'DM Serif Display', serif;
	border-top: 0 !important;
	font-weight: 400;
	margin-top: 0;
}
/* PERCENTAGE END */
/* OUR DIRECTOR AT HOMEPAGE START */
.home-director-list {
	padding: 0 72px !important;
}
.home-director-list .home-director-box .sc_column_item.even {
	margin-top: 75px;
}
.home-director-list .sc_content.content_wrap {
	width: 100%;
}
.home-director-box .wpb_column.vc_column_container.vc_col-sm-3:nth-child(even) {
	margin-top: 75px;
}
.home-director {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -37px;
	padding: 0 30px;
	z-index: 1;
}
.home-director .wpb_wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	background-color: #1c1c1c;
	padding: 30px 15px 26px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* OUR DIRECTOR AT HOMEPAGE END */
@media only screen and (max-width:1024px) {
	.home-column-holder {
		display: block !important;
		width: 100% !important;
	}
	.home-column-holder-column1 {
		width: 100% !important;
		display: block !important;
		-webkit-clip-path: none !important; 
		clip-path: none !important; 
		-webkit-transform: !important;
		-ms-transform: !important; 
		transform: none !important; 
		-webkit-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
		-o-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
		transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	}
	.home-column-holder-column2 {
		width: 100% !important;
		display: block !important;
		margin-top: -40px !important;
		margin-left: 0 !important;
		z-index: auto !important;
		-webkit-clip-path: none !important; 
		clip-path: none !important; 
		-webkit-transform: !important;
		-ms-transform: !important;
		transform: !important; 
		-webkit-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
		-o-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
		transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
		
	}
	.home-column-holder-column2 .sc_column_item_inner {
		padding: 77px 5% 77px !important;
	}
	.home-director-box .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 50%;
		float: left;
	}
}
@media only screen and (max-width:639px) {
	.sketches-tabs.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
		display: block;
		float: none;
	}
	.sketches-tabs.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
		width: 100%;
		letter-spacing: .25em;
	}
	.home-director-box .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 100%;
	}
	.home-director-box .wpb_column.vc_column_container.vc_col-sm-3:nth-child(even) {
		margin-top: 0;
	}
}
/* HOME END */
/* OUR PHILOSOPHY START */
@media only screen and (max-width:1200px) {
	.maxHBoxItem {
		height: auto !important;
	}
	.maxHBoxItem .sc_column_item_inner {
		background-size: 100% !important;
		height: 65vw !important;
	}
	.sc_column_item_2.maxHBoxItem {
		padding-top: 0 !important;
	}
	.sc_column_item_2.maxHBoxItem .margin_top_xxhuge {
		margin-top: 0 !important;
	}
}
/* OUR PHILOSOPHY END */
/* OUR MISSION START */
.carousel-slider .owl-dots {
	top: 100%;
	left: 50%;
  	opacity: 0;
  	animation: fadeIn 1s 1s forwards;
}
.carousel-slider .owl-dots {
	counter-reset: counter;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-slider .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
    width: 49px;
    height: 28px;
  	vertical-align: middle;
  	margin: 0;
    padding: 4px 18px !important;
  	background: none;
  	border: 0;
  	border-radius: 0;
  	outline: none;
  	-webkit-appearance: none;
    border-bottom: 1px solid #8b8b8b;
	-webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-slider .owl-dots .owl-dot:first-child:after,
.carousel-slider .owl-dots .owl-dot:last-child:after {
	content: '';
    position: absolute;
    display: block;
    top: 52%;
    width: 21px;
    height: 100%;
    border-bottom: 1px solid #8b8b8b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-slider .owl-dots .owl-dot:first-child:after {
    left: -21px;
}
.carousel-slider .owl-dots .owl-dot:last-child:after {
    right: -21px;
}
.carousel-slider .owl-dots .owl-dot:before {
	position: relative;
    display: inline-block;
    width: 6px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    top: 0;
    left: 50%;
    color: #8b8b8b;
	margin-right: 0 !important;
    /* Increment "counter" by 1 */
    counter-increment: counter;
    content: counter(counter);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.carousel-slider .owl-dots .owl-dot:after {
	display: none;
}
.carousel-slider .owl-dots .owl-dot span {
	position: relative;
}
.carousel-slider .owl-dots .owl-dot:first-child span:before {
	content: '|';
    position: absolute;
    display: block;
    margin: 0;
    top: -10px;
	right: 15px;
    width: 0;
    font-size: 19px;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    color: #8b8b8b;
	height: 0;
}
.carousel-slider .owl-dots .owl-dot span:after {
	content: '|';
    position: absolute;
    display: block;
    margin: 0;
    top: -10px;
	left: 34px;
    width: 0;
    font-size: 19px;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    color: #8b8b8b;
	height: 0;
}
.carousel-slider .owl-dots .owl-dot:hover,
.carousel-slider .owl-dots .owl-dot.active {
	border-bottom: 1px solid #fff;
}
.carousel-slider .owl-dots .owl-dot:hover:before,
.carousel-slider .owl-dots .owl-dot.active:before {
	color: #fff;
}
.carousel-slider .owl-dots .owl-dot span {
	background-color: transparent !important;
	margin: 0 !important;
	height: 0 !important;
	width: 0 !important;
}
.our-mission-column-holder {
	padding: 0 0% 150px;
	-webkit-box-align: center; 
	-ms-flex-align: center; 
	align-items: center; 
	width: 100%; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; -ms-flex-wrap: wrap; 
	flex-wrap: wrap;
}
.our-mission-column-holder-column1 {
	-webkit-clip-path: none; 
	clip-path: none; 
	-webkit-transform: translateX(0); 
	-ms-transform: translateX(0); 
	transform: translateX(0); 
	-webkit-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
	-o-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
	transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	width: calc(50% + 10px);
}
.our-mission-column-holder-column2 {
	margin-top: -20px;
	margin-left: -20px;
	z-index: 1;
	-webkit-clip-path: inset(0 0 0 0); 
	clip-path: inset(0 0 0 0); 
	-webkit-transform: translateX(0); 
	-ms-transform: translateX(0); 
	transform: translateX(0); 
	-webkit-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
	-o-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
	transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
	width: calc(50% + 10px);
}
@media only screen and (max-width:1024px) {
	.our-mission-column-holder {
		display: block !important;
		width: 100% !important;
	}
	.our-mission-column-holder-column1 {
		width: 100% !important;
		display: block !important;
		-webkit-clip-path: none !important; 
		clip-path: none !important; 
		-webkit-transform: !important;
		-ms-transform: !important; 
		transform: none !important; 
		-webkit-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
		-o-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
		transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	}
	.our-mission-column-holder-column2 {
		width: 100% !important;
		display: block !important;
		margin-top: -40px !important;
		margin-left: 0 !important;
		z-index: auto !important;
		-webkit-clip-path: none !important; 
		clip-path: none !important; 
		-webkit-transform: !important;
		-ms-transform: !important;
		transform: !important; 
		-webkit-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
		-o-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
		transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
	}
	.our-mission-column-holder-column2 .text-box {
		padding: 77px 5% 77px !important;
	}
}
/* OUR MISSION END */
/* OUR DIRECTOR START */
.sc_slider_pagination_bottom .swiper-slide {
	padding-bottom: 0 !important;
}
.sc_slider_swiper .slides .swiper-slide .sc_team_item {
	padding: 0 0% 100px;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_avatar {
	-webkit-clip-path: none;
	clip-path: none;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	-o-transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	width: calc(35% + 10px);
	margin-top: 20px;
}
.sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_info {
	margin-top: -20px;
	margin-left: -20px;
	z-index: 9999;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
	-o-transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
	transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
	width: calc(65% + 10px);	
}
.our-director-people-behind-the-idea .sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_info .our-director-text-box {
	background-color: #000;
}
.sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_info .our-director-text-box {
	padding: 20px 20px 52px;
	background-color: #1b1b1b;
	text-align: center;
}
.sc_team_item_info .sc_team_item_title {
	font-family: 'Alegreya Sans' !important;
	color: #d8d8d8 !important;
	font-size: 19px !important;
	font-style: italic !important;
	line-height: 1.556em !important;
	font-weight: 400 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.sc_team_item_info .sc_team_item_position {
	font-family: 'Alegreya Sans' !important;
	color: #d8d8d8 !important;
	font-size: 19px !important;
	font-style: italic !important;
	line-height: 1.556em !important;
	font-weight: 400 !important;
}
.sc_team_item_info .sc_team_item_education {
	font-family: 'Alegreya Sans' !important;
	font-style: normal !important;
	font-weight: 300;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px !important;
	margin-bottom: 20px;
}
.sc_team_item_info .team-slash {
    position: relative;
    display: block;
    height: 38px;
	word-wrap: normal !important;
}
.sc_team_item_info .team-slash:before {
    content: '||';
    position: relative;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 0;
    font-size: 28px;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    background-color: #d8d8d8;
    float: left;
	color: #d8d8d8;

}
.sc_team_item_info .team-slash:after {
    content: '||';
    position: relative;
    display: block;
    margin: 0;
    top: 0;
    right: 0;
    width: 0;
    font-size: 28px;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    background-color: #d8d8d8;
    float: right;
	color: #d8d8d8;
}
.our-director-behind-the-idea .sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_info .our-director-text-box {
	background-color: #000;
}
.sc_slider_swiper {
	padding-top: 100px;
}
.sc_slider_swiper .sc_slider_pagination_wrap {
	top: 20px;
	 /* Set "section" to 0 */
  counter-reset: my-sec-counter;
}
.sc_slider_swiper .sc_slider_pagination_wrap span {
	width: 10px !important;
	height: 10px !important;
	padding: 5px;
	line-height: 12px;
}
.sc_slider_swiper .sc_slider_pagination_wrap span.swiper-pagination-bullet-active:before {
	color: #fff;
}
.sc_slider_swiper .sc_slider_pagination_wrap span:before{
	/* Increment "counter" by 1 */
  counter-increment: my-sec-counter;
  content: "" counter(my-sec-counter) "";
}
@media only screen and (max-width:1024px) {
	.sc_slider_swiper .slides .swiper-slide .sc_team_item {
		display: block !important;
		width: 100% !important;
	}
	.sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_avatar {
		width: 100% !important;
		display: block !important;
		-webkit-clip-path: none !important; 
		clip-path: none !important; 
		-webkit-transform: !important;
		-ms-transform: !important; 
		transform: none !important; 
		-webkit-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
		-o-transition: 1.2s cubic-bezier(.35,.71,.26,.88); 
		transition: 1.2s cubic-bezier(.35,.71,.26,.88);
	}
	.sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_info {
		width: 100% !important;
		display: block !important;
		margin-top: -40px !important;
		margin-left: 0 !important;
		z-index: auto !important;
		-webkit-clip-path: none !important; 
		clip-path: none !important; 
		-webkit-transform: !important;
		-ms-transform: !important;
		transform: !important; 
		-webkit-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
		-o-transition: 1s .1s cubic-bezier(.91,.13,.26,.88); 
		transition: 1s .1s cubic-bezier(.91,.13,.26,.88);
		
	}
	.sc_slider_swiper .slides .swiper-slide .sc_team_item .sc_team_item_info .our-director-text-box {
		padding: 77px 5% 77px !important;
	}
}
/* OUR DIRECTOR END */
/* OUR SERVICES START*/
.our-services-list .column-1_2 {
	margin-bottom: 30px;
}
.our-services .container {
  position: relative;
  margin: 0;
padding: 0;
}

.our-services .image {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
.our-services .overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.our-services .details {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.our-services .details h5 {
	font-weight: 400;
	font-size: 16px;
	text-align: center;	
	font-family: Montserrat,sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 11px 0 5px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.our-services .details p {
	font-weight: 300;
	color: #d8d8d8;
	text-align: center;
	font-size: 19px;
	line-height: 1.556em;
	font-family: 'Alegreya Sans';
	font-style: italic;
	margin: 0 0 4px;
}
.our-services .container:hover .overlay {
  width: 100%;
  left: 0;
}

.our-services .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
	.our-services-list .column-1_2 {
		width: 100% !important;
	}
}
@media screen and (max-width: 480px) {
	.our-services .details {
		width: 100%;
	}
}
/* OUR SERVICES END */
/* OUR PORTFOLIO START */
@media screen and (max-width: 480px) {
	.our-portfolio-list .vc_column_container > .vc_column-inner {
		padding: 0 !important;
	}
	
}
/* OUR PORTFOLIO END */
/* CONTACT PAGE START */
.contact-form-box .wpcf7-form-control.wpcf7-textarea, .contact-form-box .wpcf7-form-control.wpcf7-text {
	background-image: linear-gradient(148deg,#2e2e2e 5%,#1c1c1c 5%,#1c1c1c 50%,#2e2e2e 50%,#2e2e2e 55%,#1c1c1c 55%,#1c1c1c 100%);
	background-size: 18.87px 11.79px;
	width: 100%;
	margin: 0 0 30px;
	font-size: 15px;
	padding: 12px 19px;
	line-height: calc(48px - (24px - 2px));
	color: #d8d8d8;
	background-color: #1c1c1c;
	border: 0;
	border-radius: 0;
}
.contact-form-box .wpcf7-form-control.wpcf7-submit {
	padding: 0 !important;
	color: #fff;
	background-color: transparent;
	border: 0;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .25em;
	font-weight: 700;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	padding: 15px 43px;
	cursor: pointer;
}

.contact-form-box .wpcf7-form-control.wpcf7-submit:after {
    position: absolute;
    width: calc(100% + 4px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	right: 0;
	bottom: 2px;
	height: 10px;
	z-index: -1;
	background-image: url('https://www.jgdesign.com.my/wp-content/uploads/2021/11/simple_button_pattern.png');
	background-repeat: repeat;
	opacity: .7;
	content: '';
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .25em;
	font-weight: 700;
	cursor: pointer;
}
.contact-form-box .wpcf7-form-control.wpcf7-submit:hover:after {
	-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
/* CONTACT PAGE END */
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 
/* FOOTER END */
/* FOOTER START */
.footer_wrap_inner {
    background: #1c1c1c !important;
}
.footer_wrap.widget_area {
	font-style: normal !important;
	position: relative;
	z-index: 1;
}
.footer_wrap_inner.widget_area_inner a {
	color: #b8b9bc !important;
}
.copyright_style_text {
	position: relative;
}
.widget_area {
	font-family: Roboto,sans-serif !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	line-height: 1.6em !important;
	color: #d8d8d8 !important;
}
footer .footer-contact {
	position: relative;
}
footer .wpcf7-form .footer-contact .wpcf7-form-control.wpcf7-text {
    padding: 12px 37px 12px 19px;
	width: 100%;
}
footer .footer-contact input[type="email"] {
	background-image: linear-gradient(148deg,#0f0f0f 5%,#000 5%,#000 50%,#0f0f0f 50%,#0f0f0f 55%,#000 55%,#000 100%);
	background-size: 18.87px 11.79px;
	border-color: transparent !important;
}
footer .wpcf7-form .footer-contact .wpcf7-submit {
    position: absolute;
    display: inline-block;
    height: 50px;
    top: 0;
    right: 0px;
    vertical-align: middle;
    line-height: 1;
    font-size: 22px;
    font-weight: 100;
    color: #d8d8d8;
	padding: 10px;
	width: auto !important;
	border-color: transparent !important;
}
footer .wpcf7-form .footer-contact .icon-right:before {
    content: '\e836' !important;
	color: #fff !important;
}
footer.footer_wrap .footer_wrap_inner .columns_wrap {
	margin-left: -10px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.widget_area aside {
		width: 100% !important;
	}
	footer.footer_wrap .footer_wrap_inner .columns_wrap .column-1_3 {
		width: 100% !important;
	}
}
.mkdf-btn.mkdf-btn-simple {
    padding: 0 !important;
    color: #fff;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
}
.copyright_wrap_inner {
    background-color: #000 !important;
}
.copyright_wrap_inner .copyright_text {
	font-family: 'Quattrocento', serif;
    font-style: normal !important;
    font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
}
.copyright_wrap_inner .copyright_text a {
	color: #9c9da1 !important;
}
.copyright_wrap_inner .copyright_text a:hover {
	color: #fff !important;
}
.copyright_wrap.copyright_style_menu {
	position: relative;
}
.subscribe-text {
	text-align: center; 
	width: 100%;
	background-color: transparent;
	margin-bottom: 10px;
}
.google-map-box {
	margin: 0 auto;
	display: block;
	width: 100% !important;
	height: 400px !important;
}
@media screen and (max-width: 479px) {
}
/* FOOTER END */