/*
Theme Name: Cube
Theme URI: http://cubemedia.nz
Author: Hanyu Zhang
Description: Theme For Cube Media Company
*/

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

.tns-nav button{
	padding: 0px;
}
html{
	font-family: 'Oxygen', sans-serif !important;
}
.site-content{
	overflow:hidden;
}
body{
	font-family: 'Oxygen', sans-serif !important;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
img.alignleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
img.aligncenter{
	margin: 0 auto;
	margin-bottom: 20px;
}
h1{
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	margin-top: 0px;
}
h2{
	font-size: 44px;
	line-height: 54px;
	font-weight: bold;
	margin-top: 0px;
}
h3{
	font-size: 34px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0px;
}
h4{
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	margin-top: 0px;
}
h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 0px;
}
h6{
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	margin-top: 0px;
}
p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 0px;
}
a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div{
	box-sizing: border-box;
}
:focus, :active{
	outline: unset;
}
.clearfix:after {
    content: "";
  	display: table;
  	clear: both;
}
.no-js #loader { 
	display: none;  
}
.js #loader { 
	display: block; 
	position: absolute; 
	left: 100px; 
	top: 0; 
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: url(/wp-content/uploads/2021/04/loading.gif) center no-repeat #fff;
	background-size: 150px;
}
.content-container{
	max-width: 1310px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.header-inner{
	height: 1000px;
	max-height: 100vh;
	position: relative;
	min-height: 575px;
}
.header-inner .content-container{
	padding-top: 50px;
}
.banner-content{
	height: 1000px;
	max-height: 100vh;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: table;
	width: 100%;
	min-height: 575px;
}
.banner-content-inner{
	display: table-cell;
	vertical-align: middle;
}
.banner-content-inner h1{
	font-size: 72px;
	line-height: 82px;
	color: #FFFFFF;
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.header-inner:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(55, 61, 88, 0.27);
}
.header-left{
	display: block;
	float: left;
	width: 160px;
	position: relative;
	z-index: 1;
}
.header-right{
	display: table;
	float: left;
	width: calc(100% - 160px);
	position: relative;
	z-index: 1;
}
.header-right-inner{
	display: table-cell;
	vertical-align: middle;
}
.submenu-icon{
	float: right;
	position: relative;
	top: 10px;
	left: 5px;
}
#site-navigation #primary-menu{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	display: table;
	width: auto;
	float: right;
}
#site-navigation #primary-menu li a{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 10px 20px;
	line-height: 26px;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}
#site-navigation #primary-menu > li:before{
	display:block;
  	content: '';
  	opacity: 0;
  	margin: 0 20px;
  	border-top: solid 3px #FFFFFF;  
  	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
  	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
#site-navigation #primary-menu > li:hover:before { 
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
#site-navigation #primary-menu li:hover a{
	color: #fff;
}
#site-navigation #primary-menu li.current_page_item a{
	color: #fff;
}
#site-navigation #primary-menu li.current_page_item:before { 
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
#site-navigation #primary-menu li{
	display: block;
	float: left;
}
#site-navigation #primary-menu li.current-menu-parent a{
	color: #fff;
}
#site-navigation #primary-menu li.current-menu-parent:before { 
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
ul#primary-menu.menu li{
	position: relative;
}
ul#primary-menu.menu li > ul.sub-menu{
	background-color: #FFFFFF;
	width: 325px;
	list-style-type: none;
	padding-left: 0px;
	/*border-top: 1px solid #ddd;*/
	position: absolute;
	z-index: 10;
	top: 49px;
	visibility: hidden;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul#primary-menu.menu li:hover > ul.sub-menu{
	visibility: visible;
}
ul#primary-menu.menu li > ul.sub-menu li{
	display: block;
	clear: both;
	width: 100%;
}
ul#primary-menu.menu li > ul.sub-menu li a{
	color: #839791 !important;
	text-align: left !important;
    -webkit-transition: color .5s ease-in-out;
  	-o-transition: color .5s ease-in-out;
  	transition: color .5s ease-in-out;
}
ul#primary-menu.menu li > ul.sub-menu > li > a:hover{
	color: #530D13 !important;
    -webkit-transition: color .5s ease-in-out;
  	-o-transition: color .5s ease-in-out;
  	transition: color .5s ease-in-out;
}
ul#primary-menu li ul.sub-menu li.current_page_item a{
	color: #530D13 !important;
}
ul#primary-menu.menu > li.menu-item-has-children > a > img{
	opacity: 1;	
    -webkit-transition: opacity .5s ease-in-out;
  	-o-transition: opacity .5s ease-in-out;
  	transition: opacity .5s ease-in-out;
}
ul#primary-menu.menu > li.menu-item-has-children > a:hover > img{
	opacity: 0 !important;	
    -webkit-transition: opacity .5s ease-in-out;
  	-o-transition: opacity .5s ease-in-out;
  	transition: opacity .5s ease-in-out;
}
.footer-1{
	width: 25%;
	display: block;
	float: left;
}
.footer-2{
	width: 25%;
	display: block;
	float: left;
}
.footer-3{
	width: 25%;
	display: block;
	float: left;
}
.footer-4{
	width: 25%;
	display: block;
	float: left;
}
.footer-1 h4, .footer-2 h4, .footer-3 h4, .footer-4 h4{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #530D13;
	margin-bottom: 20px;
}
.footer-2 ul, .footer-3 ul {
    padding-left: 0px;
    list-style-type: none;
}
.footer-1 a, .footer-2 a, .footer-3 a, .footer-4 a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 15px;
    display: inline-block;
    color: #839791;
}
.footer-4 a, .footer-1 a{
	margin-bottom: 0px;
}
.footer-1 a:hover, .footer-2 a:hover, .footer-3 a:hover, .footer-4 a:hover{
	color: #530D13;
	text-decoration: none;
}
.footer-4 p{
	color: #5D5D5D;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.footer-1 p{
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.site-footer{
	padding-top: 160px;
}
.footer-bottom, .footer-bottom a{
	color: #839791;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.footer-bottom a:hover{
	color: #530D13;
	text-decoration: none;
}
.footer-bottom{
	padding-top: 160px;
	padding-bottom: 30px;
}
#pagemenu{
	display: none;
}
.cta{
	padding-top: 160px;
	padding-bottom: 160px;
	background-color: #C7D6D5;
}
.cta h2{
	color: #000000;
	text-align: center;
	max-width: 845px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.cta h6{
	color: #000000;
	text-align: center;
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.cta .cta-btn{
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 40px;
}
.cta .cta-btn1, .cta .cta-btn2{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.cta .cta-btn1 a, .cta .cta-btn2 a{
	font-size: 16px;
	line-height: 26px;	
	min-width: 215px;
	font-weight: bold;
	display: block;
	color: #530D13;
	text-transform: uppercase;
	padding: 16px 20px; 
	text-align: center;
	border: 1px solid #530D13;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	box-sizing: border-box;
}
.cta .cta-btn1 a:hover, .cta .cta-btn2 a:hover{
	color: #fff !important;
	text-decoration: none !important;
	background-color: #530D13 !important;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.single-btn{
	float: none !important;
	display: table;
	margin: 0 auto !important;
}
.single-btn a{
	border-radius: 35px;
}
.our-services{
	padding-bottom: 160px;
	padding-top: 160px;
	position: relative;
	background-color: #F8FAFA;
}
.our-services:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/wp-content/uploads/2021/05/GBG_hp-background2.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.our-services h2{
	color: #000000;
	margin-bottom: 40px;
}
.services{
	margin-top: 20px;
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}
.service{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: calc(100% / 3);
	float: left;
}
.service-inner{
	background-color: #C7D6D5;
	height: 385px;
	padding: 40px;
	position: relative;
	cursor: pointer;
}
.service-inner:hover{
	background-color: #839791;
	-o-transition: all 1000ms ease-in-out;
	-webkit-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
  	transition: all 1000ms ease-in-out;
}
.service-inner h3{
	color: #000000;
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	top: 220px;
	max-width: 250px;
	margin-bottom: 0px;
	text-transform: uppercase;
  	-o-transition: top 1500ms ease-in-out;
	-webkit-transition: top 1500ms ease-in-out;
	-ms-transition: top 1500ms ease-in-out;
	-moz-transition: top 1500ms ease-in-out;
  	transition: top 1500ms ease-in-out;
}
.service-inner p{
	color: #FFFFFF;
	/*height: 0;*/
	opacity: 0;
	position: absolute;
	top: 205px;
	left: 40px;
	right: 40px;
	margin-bottom: 0px;
	-o-transition: opacity 1000ms ease-in-out;
	-webkit-transition: opacity 1000ms ease-in-out;
	-ms-transition: opacity 1000ms ease-in-out;
	-moz-transition: opacity 1000ms ease-in-out;
  	transition: opacity 1000ms ease-in-out;
}
.service-inner svg{
	opacity: 0;
	/*height: 0;*/
	position: absolute;
	right: 40px;
	bottom: 40px;
	-o-transition: opacity 1000ms ease-in-out;
	-webkit-transition: opacity 1000ms ease-in-out;
	-ms-transition: opacity 1000ms ease-in-out;
	-moz-transition: opacity 1000ms ease-in-out;
  	transition: opacity 1000ms ease-in-out;
}
.service-inner:hover h3{
	bottom: auto;
	top: 40px;
	color: #fff;
	-o-transition: all 1000ms ease-in-out;
	-webkit-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
  	transition: all 1000ms ease-in-out;
}
.service-inner:hover p{
	/*height: auto;*/
	opacity: 1;
	position: absolute;
	top: 205px;
	-o-transition: opacity 1500ms ease-in-out;
	-webkit-transition: opacity 1500ms ease-in-out;
	-ms-transition: opacity 1500ms ease-in-out;
	-moz-transition: opacity 1500ms ease-in-out;
  	transition: opacity 1500ms ease-in-out;
}
.service-inner:hover svg{
	opacity: 1;
	/*height: auto;*/
	position: absolute;
	bottom: 40px;
	-o-transition: opacity 1500ms ease-in-out;
	-webkit-transition: opacity 1500ms ease-in-out;
	-ms-transition: opacity 1500ms ease-in-out;
	-moz-transition: opacity 1500ms ease-in-out;
  	transition: opacity 1500ms ease-in-out;
}
.gif-img{
	width: calc((100% / 3) * 2);
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.gif-img-inner{
	height: 385px;
}
.stats{
	padding-bottom: 160px;
	padding-top: 160px;
}
.stats h3{
	color: #000000;
	margin-bottom: 0px;
	max-width: 290px;
}
/*.stats1, .stats2{
	margin-left: -20px;
	margin-right: -20px;
	display: block;
	clear: both;
	width: calc(100% + 40px);
}*/
.stats1{
	margin-bottom: 40px;
}
.stats1 .stats-right, .stats2 .stats-right{
	margin-top: -20px;
}
.stats-left{
	width: 25%;
	float: left;
}
.stats-right{
	width: 75%;
	float: left;
}
.stats-col{
	width: calc(100% / 3);
	float: left;
	padding: 20px;
}
.stats .stats2 .stats-col{
	width: calc((100% / 3) * 2);
}
.stats .stats1 .stats-col .stats-col-inner, .stats .stats2 .stats-col .stats-col-inner{
	background-color: #F8FAFA;
	padding: 40px;
}
.stats-col .num{
	color: #839791;
	font-size: 44px;
	line-height: 54px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.stats-col .text{
	color: #5D5D5D;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}
.contentBox{
	width: 100%;
	display: block;
	padding-top: 150px;
	padding-bottom: 150px;
}
.contentBox img{
	margin-bottom: 30px;
}
.page-template-tpl-content .site-content a{
	color: #530D13;
}
.page-template-tpl-content .site-content a:hover{
	color: #530D13;
}
.page-template-tpl-content .site-content ul,
.page-template-tpl-content .site-content ol{
	padding-left: 20px;
}
.page-template-tpl-content .site-content p, 
.page-template-tpl-content .site-content li,
.page-template-tpl-content .site-content ol{
	color: #5D5D5D;
	margin-bottom: 20px;
}
.page-template-tpl-content .site-content li{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.page-template-tpl-content .site-content h1,
.page-template-tpl-content .site-content h2,
.page-template-tpl-content .site-content h3,
.page-template-tpl-content .site-content h4,
.page-template-tpl-content .site-content h5,
.page-template-tpl-content .site-content h6{
	color: #000000;
	margin-bottom: 20px;
}
.page-template-tpl-content .site-content h3{
	margin-bottom: 30px;
}
.white{
	background-color: #fff;
}
.grey{
	background-color: #F8FAFA;
}
.two-columns-content{
	padding-top: 150px;
	padding-bottom: 150px;
}
.two-columns-content .left-column{
	display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 40px;
}
.two-columns-content .right-column{
	display: block;
	width: 50%;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
}
.twoThirdColumn{
	padding-top: 150px;
	padding-bottom: 150px;
}
.twoThirdColumn .twoThird-content{
	width: calc((100% / 3) * 2);
	display: block;	
	float: left;
	box-sizing: border-box;	
	padding-right: 40px;
}
.twoThirdColumn .oneThird-content{
	width: calc(100% / 3);
	display: block;	
	float: left;
	box-sizing: border-box;	
	padding-left: 40px;
}
.normall-site-header{
	height: 490px;
	position: relative;
}
.normall-site-header:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/wp-content/uploads/2021/05/GBG_hp-background1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.normall-site-header .content-container{
	padding-top: 50px;
}
.google-map iframe { 
  	-webkit-filter: grayscale(100%);
  	-moz-filter: grayscale(100%);
  	-ms-filter: grayscale(100%);
  	-o-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: gray; /* IE 6-9 */
}
.page-heading{
	position: absolute;
	height: 378px;
	top: 112px;
	left: 15px;
	right: 15px;
	width: calc(100% - 30px);
	display: table;
}
.page-heading h1{
	color: #F8FAFA;
	display: table-cell;
	vertical-align: middle;
}
#input_1_1, #input_1_2, #input_1_3, #input_1_4 {
    border-width: 1px !important;
    border-color: #FFFFFF !important;
    border-style: solid !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    height: 65px !important;
}
#input_1_5{
	border-width: 1px !important;
    border-color: #FFFFFF !important;
    border-style: solid !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
.gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #AAAAAA;
 	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Oxygen', sans-serif !important;
}
.gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  	color: #AAAAAA;
  	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Oxygen', sans-serif !important;
}
.gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  	color: #AAAAAA;
  	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Oxygen', sans-serif !important;
}
.gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  	color: #AAAAAA;
  	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Oxygen', sans-serif !important;
}
.gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #AAAAAA;
 	font-size: 18px;
    font-weight: 400;
    line-height: 47px;
    font-family: 'Oxygen', sans-serif !important;
}
.gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
  	color: #AAAAAA;
  	font-size: 18px;
    font-weight: 400;
    line-height: 47px;
    font-family: 'Oxygen', sans-serif !important;
}
.gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
  	color: #AAAAAA;
  	font-size: 18px;
    font-weight: 400;
    line-height: 47px;
    font-family: 'Oxygen', sans-serif !important;
}
.gform_wrapper input:-moz-placeholder { /* Firefox 18- */
  	color: #AAAAAA;
  	font-size: 18px;
    font-weight: 400;
    line-height: 47px;
    font-family: 'Oxygen', sans-serif !important;
}
#gform_submit_button_1{
	font-family: 'Oxygen', sans-serif !important;
	color: #530D13;
	font-size: 16px;
	font-weight: 900;
	line-height: 26px;
	cursor: pointer;
	width: 215px !important;
	text-align: center;
	padding: 15px !important;
	border: 1px solid #530D13;
	background-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px;
	margin-top: 35px;
	-webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
#gform_submit_button_1:hover{
	background-color: #530D13;
	color: white !important;
	-webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.contactSpace h3{
	margin-bottom: 60px !important;
}
.contactSpace p{
	color: #000 !important;
}
.our-team{
	padding-top: 150px;
	padding-bottom: 110px;
	background-color: #F8FAFA;
}
.our-team h3{
	color: #000000;
}
.our-team h4{
	margin-bottom: 5px !important;
}
.our-team h4 span{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
}
.team-description p{
	color: #5D5D5D !important;
	margin-bottom: 0px !important;
}
.team-description{
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
.our-team .team-position{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #839791;
	margin-bottom: 20px;
}
.team-image{
	margin-bottom: 30px;
}
.team-member{
	width: calc(100% / 3);
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.team-member:nth-of-type(3n+1){
	clear: left;
}
.team-outter{
	display: block;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.two-columns-image-lists{
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #F8FAFA;
}
.image-lists{
	display: block;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.image-item-outter{
	width: 50%;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.list-item{
	margin-bottom: 60px;
}
.list-item:last-of-type{
	margin-bottom: 0px;
}
.list-item-heading{
	width: 100%;
	max-width: 860px;
}
.fullTwoThirdWidth .twoThird-content{
	width: 100%;
	max-width: 860px;
}
.home-info{
	padding-bottom: 150px;
	padding-top: 150px;
	position: relative;
}
.home-info:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/wp-content/uploads/2021/05/GBG_hp-background2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hide-section, .hide-section .logo-image, .hide-logo-image{
	display: none !important;
}
.logo-image{
	width: 20%;
	display: table;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 55px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.logo-image .logo-image-inner{
	display: table-cell;
	vertical-align: middle;
}
.logo-image .logo-image-inner img{
	text-align: center;
	margin: 0 auto;
	max-height: 55px;
	width: auto;
	display: block;
}
/*.tenants, .contractors{
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}*/
.logo-type{
	color: #C7D6D5;
}
.symbol{
	color: #C7D6D5;
}
.logo-type-option{
	cursor: pointer;
}
.logo-type-option:hover{
	color: #000000;
}
.logo-type .activeOption{
	color: #000000;
}
.loadMoreSection{
	margin-top: 35px;
}
.loadMoreBtn{
	font-family: 'Oxygen', sans-serif !important;
	color: #530D13;
	font-size: 16px;
	font-weight: 900;
	line-height: 26px;
	cursor: pointer;
	width: 135px !important;
	text-align: center;
	padding: 15px !important;
	border: 1px solid #530D13;
	background-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	text-decoration: none;
}
.loadMoreBtn:hover {
    background-color: #530D13;
	text-decoration: none;
    color: white !important;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.quote button{
	display: none;
}
.quote-slider-outter{
	background-color: #839791;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 150px;
}
.quote-item-inner{
	max-width: 870px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.quote-item svg{
	margin-bottom: 15px;
}
.quote-item .quote-content{
	font-size: 22px !important;
	line-height: 32px !important;
	font-weight: 400 !important;
	color: #fff !important;
	margin-bottom: 30px !important;
}
.quote-item .quote-info .quite-name{
	display: inline-block;
	color: #C7D6D5;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-right: 35px;
}
.quote-item .quote-info .quite-company{
	display: inline-block;
	color: #F8FAFA;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.property-portfolio{
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #839791;
}
.property-portfolio .portfolio-slider div.item {
    /*opacity: 0.35;*/
}
.property-portfolio .portfolio-slider div.item div.img{
	float: left;
}
.property-portfolio .portfolio-slider div.item.tns-slide-active{
	/*opacity: 1;*/
	z-index: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.property-portfolio .portfolio-slider div.item.tns-slide-active .portfolio-info{
	/*opacity: 1;*/
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.property-portfolio .portfolio-slider .portfolio-info{
	padding: 40px;
	position: relative;
	max-width: 370px;
	width: 100%;
	display: block;
	float: left;
	/*opacity: 0;*/
	-webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.property-portfolio h2{
	color: #FFFFFF;
	margin-bottom: 0px;
	display: block;
	width: calc(100% - 170px);
	float: left;
}
.property-portfolio .viewMoreBtn a{
	width: 170px;
	display: block;
	float: left;
	border: 1px solid #C7D6D5;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #C7D6D5;
	text-align: center;
	padding: 16px 20px;
	-webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    box-sizing: border-box;
    text-decoration: none;
}
.property-portfolio .viewMoreBtn a:hover{
	background-color: #C7D6D5;	
    text-decoration: none;
	color: #839791;
	-webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.portfolio-slider{
	margin-top: 75px;
	overflow: hidden;
}
.customize-tools{
	position: absolute;
	bottom: 0px;
	left: 515px;
}
.controls{
	display: table;
}
.prev:focus, .next:focus{
	outline: 0px;
}
.prev, .next{
	display: table;
	float: left;
	width: 60px;
	cursor: pointer;
	height: 60px;
	background-color: rgba(199, 214, 213, 0.6);
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.prev:hover, .next:hover{
	background-color: #C7D6D5;
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.prev:hover i, .next:hover i{
	color: #fff;
	-webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}
.prev i, .next i{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}
.portfolio-sml-text{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #C7D6D5;
	margin-bottom: 10px;
}
.portfolio-title h3{
	color: #FFFFFF;
	margin-bottom: 10px;
}
.portfolio-des {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
}
.portfolio-info-inner{
	max-width: 250px;
}
.space, .carparks{
	width: 50%;
	display: block;
	float: left;
}
.carparks-title, .space-title{
	font-size: 14px;
	line-height: 24px;
	color: #C7D6D5;
	font-weight: 400;
}
.carparks-num, .space-num{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
}
.portfolio-cap{
	margin-top: 35px;
}
.property-portfolio-section{
	padding-top: 150px;
	padding-bottom: 150px;
}
.property-portfolio-item{
	padding: 20px;
	width: 50%;
	float: left;
	display: block;
}
.property-portfolio-item:nth-of-type(2n+1){
	clear: left;
}
.property-portfolio-lists{
	display: block;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.property-portfolio-slider{
	position: relative;
}
.splide__arrows{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 405px;
}
.splide__arrow{
	position: relative;
	top: 0;
	transform: unset;
	opacity: 1;
	float: left;
	width: 60px;
	border-radius: 0px;
	cursor: pointer;
	height: 60px;
	background-color: rgba(199, 214, 213, 0.6);
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.splide__arrow:hover{
	background-color: #C7D6D5;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.splide__arrow--prev, .splide__arrow--next {
	left: 0;
}
.splide__arrow i{
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
    text-align: center;
}
.portfolio-heading{
	background-color: #839791;
	padding: 20px;
	position: relative;
}
.portfolio-heading-right{
	width: 180px;
	float: left;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}
.portfolio-heading-left{
	width: calc(100% - 180px);
	float: left;
	display: block;
}
.portfolio-heading-left h4{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.portfolio-heading-left h6{
	color: #C7D6D5;
	margin-bottom: 0px;
}
.portfolio-heading-right a{
	display: block;
	width: 100%;
	height: 100%;
}
.portfolio-info{
	padding-top: 20px;
	padding-bottom: 20px;
}
.portfolio-type{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #839791;
	display: inline-block;
	margin-right: 20px;
}
.home .portfolio-info .carparks-title, .home .portfolio-info .space-title{
	font-size: 14px;
	line-height: 24px;
	color: #C7D6D5;
	font-weight: 400;
}
.portfolio-info .carparks-title, .portfolio-info .space-title{
	font-size: 16px;
	line-height: 26px;
	color: #839791;
	display: inline-block;
	font-weight: 400;
	margin-right: 5px;
}
.home .portfolio-info .carparks-num, .home .portfolio-info .space-num{
	color: #fff;
}
.portfolio-info .carparks-num, .portfolio-info .space-num{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	display: inline-block;
}
.portfolio-info .space, .portfolio-info .carparks{
	display: inline-block;
	width: auto;
	float: unset;
	margin-right: 20px;
}
.portfolio-info .carparks{
	margin-right: 0px;
}
.portfolio-description .readMore{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.portfolio-description .readMore svg{
	margin-left: 5px;
}
.portfolio-description .readMore:hover{
	color: #530D13;
	text-decoration: none;
}
.portfolio-description .readMore:hover svg path{
	fill: #530D13;
}
.hide-portfolio-item{
	display: none;
}
@media(max-width: 1320px){
	.stats-col{
		padding: 15px;
		width: 50%;
	}
	.stats-left{
		width: 30%;
	}
	.stats-right{
		width: 70%;
	}
	.site-footer, .footer-bottom{
		padding-top: 125px;
	}
	.cta, .our-services, .stats, .twoThirdColumn, .two-columns-image-lists,
	.two-columns-content, .home-info, .property-portfolio, .property-portfolio-section{
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.quote-slider-outter{
		margin-top: 125px;
	}
	.our-team{
		padding-top: 125px;
		padding-bottom: 90px;
	}
	.services, .image-lists, .team-outter, .property-portfolio-lists{
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
	.property-portfolio-item{
		padding: 15px;
	}
	.service, .gif-img, .image-item-outter{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.team-member{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 35px;
		margin-top: 35px;
	}
	.twoThirdColumn .twoThird-content{
		padding-right: 35px;
	}
	.twoThirdColumn .oneThird-content{
		padding-left: 35px;
	}
	.two-columns-content .left-column{
		padding-right: 30px;
	}
	.two-columns-content .right-column{
		padding-left: 30px;
	}		
	.team-image{
		height: 400px !important;
	}
}
@media(max-width: 1190px){
	.property-portfolio-slider div.portfolio-img{
		height: 405px !important;
	}
	.splide__arrows{
		top: 345px;
	}
	.stats .stats2 .stats-col{
		width: 100%;
	}
	.banner-content-inner h1{
		font-size: 70px;
		line-height: 80px;
	}
	.service-inner{
		padding: 25px;
	}
	.service-inner h3{
		top: 235px;
	}
	.service-inner:hover h3{
		top: 25px;
	}
	.service-inner h3, .service-inner p{
		left: 25px !important;
		right: 25px !important;
	}
	.service-inner svg{
		right: 25px !important;
		bottom: 25px !important;
	}
	.image-item-outter .image-item{
		height: 400px !important;
	}
	.twoThirdColumn .twoThird-content{
		padding-right: 30px;
	}
	.twoThirdColumn .oneThird-content{
		padding-left: 30px;
	}
	.two-columns-content .left-column{
		padding-right: 25px;
	}
	.two-columns-content .right-column{
		padding-left: 25px;
	}	
	.team-image{
		height: 365px !important;
	}
	.team-member{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.our-team{
		padding-top: 125px;
		padding-bottom: 95px;
	}
}
@media(max-width: 1099px){
	.property-portfolio-slider div.portfolio-img {
	    height: 345px !important;
	}
	.splide__arrows{
		top: 285px;
	}
	h3{
		font-size: 32px;
		line-height: 42px;
	}
	.property-portfolio .portfolio-slider div.item div.img{
		max-width: calc(100% - 320px) !important;
	}
	.customize-tools{
		left: calc(100% - 455px);
	}
	.property-portfolio .portfolio-slider .portfolio-info{
		max-width: 320px;
	}
	.service{
		width: 50%;
	}
	.service-inner{
		max-width: 400px;
		margin: 0 auto;
	}
	.gif-img-inner{
		max-width: 950px;
		margin: 0 auto;
	}
	.gif-img{
		width: 100%;
	}
	.banner-content-inner h1{
		font-size: 65px;
		line-height: 75px;
	}
	.footer-3{
		width: 20%;
	}
	.footer-2{
		width: 30%;
	}
	.site-footer, .footer-bottom{
		padding-top: 100px;
	}
	.cta, .our-services, .stats, .twoThirdColumn, .two-columns-image-lists,
	.two-columns-content, .home-info, .property-portfolio, .property-portfolio-section{
		padding-top: 100px;
		padding-bottom: 100px;
	}	
	.quote-slider-outter{
		margin-top: 100px;
	}
	.our-team{
		padding-top: 100px;
		padding-bottom: 75px;
	}
	#site-navigation #primary-menu li a{
		padding-left: 10px;
		padding-right: 10px;
	}
	#site-navigation #primary-menu > li::before{
		margin: 0 10px;
	}
	ul#primary-menu.menu li > ul.sub-menu{
		padding-bottom: 0px;
		padding-top: 0px;
	}
	ul#primary-menu.menu li > ul.sub-menu{
		max-width: 305px;
	}
	ul#primary-menu.menu li > ul.sub-menu > li > a{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.image-item-outter .image-item{
		height: 350px !important;
	}
	.twoThirdColumn .twoThird-content{
		padding-right: 20px;
	}
	.twoThirdColumn .oneThird-content{
		padding-left: 20px;
	}
	.two-columns-content .left-column{
		padding-right: 15px;
	}
	.two-columns-content .right-column{
		padding-left: 15px;
	}
	.team-image{
		height: 330px !important;
	}
	.team-member{
		margin-bottom: 25px;
		margin-top: 25px;
	}		
	.team-image{
		margin-bottom: 25px;
	}
}
@media(max-width: 991px){
	h2, .stats-col .num{
		font-size: 40px;
		line-height: 50px;
	}	
	h3{
		font-size: 30px;
		line-height: 40px;
	}
	.property-portfolio-item{
		width: 100%;
		float: none;
		clear: both;
		max-width: 650px;
		margin: 0 auto;
	}
	.property-portfolio .viewMoreBtn a{
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.property-portfolio .portfolio-slider .portfolio-info{
		padding: 30px;
		max-width: 295px;
	}
	.property-portfolio .portfolio-slider div.item div.img{
		max-width: calc(100% - 295px) !important;
		height: 400px !important;
	}
	.portfolio-slider{
		margin-top: 55px;
	}
	.customize-tools{
		left: calc(100% - 430px);		
	    top: 445px;
	}
	.service-inner h3{
		max-width: 235px;
	}
	.cta h2{
		max-width: 790px;
	}
	.banner-content-inner h1{
		font-size: 60px;
		line-height: 70px;
	}
	.footer-1, .footer-2, .footer-3, .footer-4{
		width: 50%;
	}
	.footer-1 .widget, .footer-2 .widget, .footer-3 .widget, .footer-4 .widget{
		max-width: 255px;
		margin: 0 auto;
		display: block;
	} 
	.footer-bottom{
		text-align: center;
	}
	.site-footer, .footer-bottom{
		padding-top: 75px;
	}
	.cta, .our-services, .stats, .twoThirdColumn, .two-columns-image-lists,
	.two-columns-content, .home-info, .property-portfolio, .property-portfolio-section{
		padding-top: 75px;
		padding-bottom: 75px;
	}	
	.quote-slider-outter{
		margin-top: 75px;
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.our-team{
		padding-top: 75px;
		padding-bottom: 55px;
	}
	.submenu-icon{
		display: none !important;
	}
	.mm-navbar__title{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.header-right {
	    display: none;
	}
	.mm-menu_theme-dark{
		--mm-color-button: #fff;
	}
	.mm-btn_close:before{
		right: 10px;
	}
	.mm-btn_close:after{
		right: 25px;
	}
	.mm-btn_close:after, .mm-btn_close:before{
		width: 10px;
		height: 10px;
		border-color: #fff !important;
	}
	#pagemenu {
		display: block;
		position: absolute;
		right: 15px;
		top: 65px;
		z-index: 1;
	}
	#pagemenu .fa-bars{
		font-size: 30px;
		color: #fff;
		text-decoration: none;
	}
	#pagemenu .fa-bars:hover,
	#pagemenu .fa-bars:focus{
		text-decoration: none;
	}
	.mm-btn_next:after{
		border-color: white;
	}
	.mm-btn_prev:before{
		border-color: white;
	}
	.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{
		color: white !important;
		font-size: 22px;
	}
	.mm-listitem:after{
		left: 0px;
	}
	.mm-listitem__text{
		white-space: normal;
	}
	.mm-panel_opened .mm-listitem{
		width: 100%;
	}
	.stats-left{
		width: 100%;
		float: none;
		clear: both;
	}
	.stats-right{
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		float: none;
		clear: both;
	}
	.stats h3{
		max-width: 100%;
		margin-bottom: 35px;
	}
	.image-item-outter .image-item {
	    height: 300px !important;
	}
	.list-item{
		margin-bottom: 45px;
	}
	.twoThirdColumn .twoThird-content{
		padding-right: 15px;
	}
	.twoThirdColumn .oneThird-content{
		padding-left: 15px;
	}
	.two-columns-content .left-column{
		padding-right: 0px;
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
	}
	.two-columns-content .right-column{
		padding-left: 0px;
		margin-top: 15px;
		float: none;
		clear: both;
		display: inline-block;
		width: 100%;
	}
	.column-image-outter{
		height: 375px !important;
	}
	.team-member{
		width: 50%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.team-member:nth-of-type(3n+1){
		clear: none;
	}
	.team-member:nth-of-type(2n+1){
		clear: left;
	}	
	.team-member-inner{
		max-width: 375px;
		margin: 0 auto;
	}
	.our-team h3{
		text-align: center;
	}		
	.team-image{
		margin-bottom: 20px;
	}
	.logo-image{
		width: 25%;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media(max-width: 767px){
	h2, .stats-col .num{
		font-size: 35px;
		line-height: 45px;
	}
	h3{
		font-size: 28px;
		line-height: 38px;
	}
	.property-portfolio .viewMoreBtn a{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 30px;
	}
	.property-portfolio h2{
		width: 100%;
		float: none;
	}
	.property-portfolio .portfolio-slider div.item div.img{
		max-width: 100% !important;
		float: none;
		height: 320px !important;
	}
	.property-portfolio .portfolio-slider .portfolio-info{
		float: none;
		margin: 0 auto;
	}
	.portfolio-slider{
		margin-top: 45px;
	}
	.customize-tools {
	    left: unset;
	    right: 15px;
	    top: 428px;
	}
	.property-portfolio .portfolio-slider .portfolio-info,
	.portfolio-info-inner{
		max-width: 475px;
	}
	.logo-image{
		width: calc(100% / 3);
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.service-inner h3{
		max-width: 220px;
	}
	.cta h2{
		max-width: 690px;
	}
	.footer-1, .footer-2, .footer-3, .footer-4{
		width: 100%;
		float: none;
		clear: both;
	}
	.cta .cta-btn1, .cta .cta-btn2{
		float: none;
	}
	.cta, .our-services, .stats, .twoThirdColumn, .two-columns-image-lists,
	.two-columns-content, .home-info, .property-portfolio, .property-portfolio-section{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.quote-slider-outter{
		margin-top: 45px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.our-team{
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.cta .cta-btn1 a{
		margin-bottom: 30px;
	}
	.cta .cta-btn{
		width: auto !important;
	}
	.cta .cta-btn1 a, .cta .cta-btn2 a{
		display: inline-block;
	}
	.site-footer, .footer-bottom{
		padding-top: 45px;
	}
	.footer-bottom{
		padding-bottom: 15px;
	}
	.banner-content-inner h1{
		font-size: 50px;
		line-height: 60px;
	}
	.service{
		width: 100%;
		float: none;
		clear: both;
		display: inline-block;
	}
	.gif-img-inner{
		max-width: 400px;
		margin: 0 auto;
	}
	.stats-col{
		width: 100%;
		float: none;
		clear: both;
		max-width: 375px;
		margin: 0 auto;
	}
	.stats h3, .our-services h2{
		text-align: center;
	}
	.image-item-outter{
		width: 100%;
		float: none;
		clear: both;
		display: inline-block;
	}
	.image-item-outter .image-item{
		max-width: 480px;
		margin: 0 auto;		
	}
	.image-lists{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.list-item-heading{
		text-align: center;
		max-width: 480px;
		margin: 0 auto;
	}
	.list-item{
		margin-bottom: 30px;
	}
	.page-template-tpl-content .site-content h3{
		margin-bottom: 15px;
	}
	.twoThirdColumn .twoThird-content{
		width: 100%;
		display: block;
		float: none;
		clear: both;
		padding-right: 0px;
	}
	.twoThirdColumn .oneThird-content{
		width: 100%;
		display: block;
		float: none;
		clear: both;
		padding-left: 0px;
		margin-top: 45px;
	}
	.contactSpace h3{
		margin-bottom: 30px !important;
	}
	.cta .cta-btn1 a, .cta .cta-btn2 a{
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.team-member{
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 15px;
		margin-top: 15px;
		display: inline-block;
	}
	.team-member-inner{
		max-width: 375px;
		margin: 0 auto;
	}
	.team-member:nth-of-type(2n+1){
		clear: unset;
	}	
	.team-image{
		margin-bottom: 15px;
	}
	.normall-site-header .content-container,
	.header-inner .content-container{
		padding-top: 30px;
	}
	.normall-site-header{
		height: 415px;
	}
	.normall-site-header .page-heading{
		height: 303px;
	}
	#pagemenu{
		top: 45px;
	}
	.property-portfolio-slider div.portfolio-img {
	    height: 285px !important;
	}
	.splide__arrows {
	    top: 225px;
	}
}
@media(max-width: 575px){
	h2, .stats-col .num{
		font-size: 30px;
		line-height: 40px;
	}
	.banner-content-inner h1{
		font-size: 40px;
		line-height: 50px;
	}
	.logo-image{
		width: 50%;
	}
	.customize-tools {
	    top: 423px;
	}
}
@media(max-width: 475px){
	.portfolio-heading-right{
		width: 100%;
		float: none;
		clear: both;
	}
	.portfolio-heading-left{
		width: 100%;
		float: none;
		clear: both;
	}
	.portfolio-heading-right-img{
		width: 100% !important;
		margin-top: 15px !important;
		height: 125px !important;
	}
	.portfolio-heading-right{
		position: relative;
		height: auto !important;
	}
}
@media(max-width: 430px){
	.service-inner p{
		top: 170px;
	}
	.service-inner:hover p{
		top: 170px;
	}
}
@media(max-width: 345px){
	.customize-tools {
	    top: 463px;
	}
}