* {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-family: 'Bai Jamjuree';
	font-size: 18px;
	line-height: 26px;
	color: #6B6D71;
	font-weight: 300;
}

h1,
.large-title {
	color: #020236;
	font-family: 'Bai Jamjuree';
	font-size: 44px;
	font-weight: 600;
	line-height: 56px;
	margin: 0 0 15px;
}

h2,
.medium-title {
	color: #020236;
	font-family: 'Bai Jamjuree';
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	margin: 0 0 34px;
}

h3,
.small-title {
	color: #020236;
	font-family: 'Bai Jamjuree';
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 12px;
}

h3 span {
	display: block;
	font-weight: 300;
}

p {
	margin: 0 0 30px;
	color: #6B6D71;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

strong {
	font-weight: 700;
}

a {
	color: #000000;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	color: #020236;
}

ul {
	list-style: none;
}

ul li {
	position: relative;
}

input[type="text"],
textarea,
select,
.form-control {
	background: #fff;
	border: 1px solid #F2F4F8;
	color: #000000;
	font-size: 14px;
	padding: 15px 16px;
	width: 100%;
	outline: none;
	font-family: 'Bai Jamjuree';
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-shadow: none;
	height: auto;
	line-height: normal;
}

select {
	background: transparent;
	z-index: 1;
	position: relative;
}

::-webkit-input-placeholder {
	color: #1c2125;
	opacity: 1;
}

::-moz-placeholder {
	color: #1c2125;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #1c2125;
	opacity: 1;
}

:-moz-placeholder {
	color: #1c2125;
	opacity: 1;
}

.common-btn {
	padding: 12px 16px;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	font-family: 'Bai Jamjuree';
	cursor: pointer;
	background: #020236;
	color: #FFFFFF;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	text-align: center;
	font-weight: 500;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

.common-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #020236;
	color: #FFFFFF;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: transform 0.3s ease-out 0s;
	-webkit-transition: transform 0.3s ease-out 0s;
	-moz-transition: transform 0.3s ease-out 0s;
	-ms-transition: transform 0.3s ease-out 0s;
}

.common-btn:hover {
	color: #FFFFFF;
}

.common-btn:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (min-width:1200px) {
	.container {
		max-width: 1170px;
	}

	.main-navigation {
		position: absolute;
		right: 0;
	}

	.main-navigation ul li a {
		padding: 10px 25px;
/*		color: #000000;*/
		display: block;
		font-size: 16px;
		font-weight: 500;
	}

	.main-navigation ul .menu-item a::after,
	.main-navigation ul .menu-item.current-menu-item a:after {
		position: absolute;
		bottom: 5px;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 80%;
		height: 3px;
		background: #020236;
		content: "";
		opacity: 0;
		visibility: hidden;
	}

		{}

	.main-navigation ul .menu-item a:hover::after,
	.main-navigation ul .menu-item.current-menu-item a:after {
		opacity: 1;
		visibility: visible;
	}

	.main-navigation ul li a.common-btn {
		margin: 0 0 0 23px;
		padding: 10px 43px 10px 16px;
	}

	.main-navigation ul li a.common-btn:after {
		display: none;
	}

}

/**header css **/
.header {
	padding: 32px 0;
	left: 0;
	z-index: 999;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.header.fixed-bar {
	background: #FFFFFF;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.header.fixed-bar img{
	filter: invert(8%) sepia(90%) saturate(2000%) hue-rotate(161deg)
}

.banner {
	background: url("../../assets/images/banner-image-new.png") no-repeat;
	height: 900px;
	background-size: cover;
	background-position: 50% 50%;
}

span.d_span {
	text-decoration: line-through;
}

.banner:before {
	transform: skewX(-18deg);
	-webkit-transform: skewX(-18deg);
	-webkit-transform-origin: -60% 0;
	transform-origin: -60% 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 55%;
	height: 100%;
	background: #020236;
	content: "";
}

.banner-content-sec {
	position: relative;
	z-index: 1;
}

.banner-title {
	font-size: 62px;
	line-height: 80px;
	color: #FFFFFF;
	font-weight: 700;
	max-width: 491px;
}

.banner-title span {
	color: #FFFFFF;
	font-weight: 400;
}

.banner-content-sec .common-btn {
	position: relative;
	color:#020236;
}

.banner-content-sec .common-btn:after {
	/* transform: skewX(-18deg);
	-webkit-transform: skewX(-18deg); */
	transform-origin: bottom right;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	content: "";
	z-index: -1;
}

.banner-content-sec .common-btn:hover:after {
	background: #FFFFFF;
}

.project-sec {
	background: #F2F4F8;
	padding: 100px 0;
}

.project-slider {
	z-index: 9;
}

.project-inner-sec {
	padding: 0 40px 0 0;
}

.project-main-sec .row {
	margin-bottom: 75px;
}

.project-left {
	font-weight: 600;
	color: #000000;
	line-height: 22px;
	font-size: 18px;
}

.project-left span {
	display: block;
	font-weight: 300;
}

.project-content {
	margin: 22px 0 0 0;
}

.building-sec {
	padding: 100px 0 45px;
}

.clients-review-sec {
	padding: 100px 0 70px;
	position: relative;
	z-index: 1;
}

.clients-review-sec:before {
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	transform-origin: bottom left;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background: #F2F4F8;
	content: "";
	z-index: -1;
}

.client-review-inner {
	padding: 0 15px 0 0px;
}

.client-review-inner h3 span {
	display: block;
	font-weight: 300;
}

.client-review-slider .slick-dots {
	text-align: left;
}

.client-name {
	font-weight: 600;
	color: #000000;
}

.client-name .read-more-link {
	margin: 0 1px 0 30px;
	color: #000000;
}

.client-view {
	margin-left: 120px;
	margin-top: -9px;
	padding: 7px 40px;
	overflow: hidden;
}

.icon-black-right {
	font-size: 25px;
	margin-left: 15px;
	vertical-align: middle;
}

.read-more-link {
	font-weight: 300;
}

.services-sec {
	position: relative;
	padding: 80px 0 100px;
}

.services-sec:before {
	content: "";
	background: url(../../assets/images/side_1.png)no-repeat;
	height: 100%;
	background-size: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: -10% 125px;
	z-index: -1;
}

.services-module {
	flex: 1;
	padding: 0 20px;
}

.services-module a:hover .service-module-title {
	color: #6B6D71;
}

.service-module-title {
	text-align: center;
	font-weight: 600;
	color: #000000;
}

.service-module-image {
	margin: 0 0 36px 0;
}

.service_archive {
	padding-bottom: 80px;
}

.footer {
	padding: 48px 0;
	background: #F2F4F8;
}

.footer-logo {
	margin: 0 0 36px 0;
	display: inline-block;
}

.footer-left em,
.footer-company-detail em {
	font-weight: 500;
	color: #000000;
	font-style: normal;
}

.footer-menu {
	margin: 0 0 56px 0;
}

.footer-menu ul li a {
	display: block;
	color: #020236;
	padding: 10px 14px;
	font-weight: 500;
	font-size: 16px;
}

.footer-menu ul li:first-child a {
	padding: 10px 17px 10px 0;
}
	
.footer-menu ul li:last-child a {
	color: #ffffff;
}

.footer-address {
	font-size: 16px;
}

.industry-title {
	color: #000000;
	font-weight: 500;
}

.copyright,
.copyright a {
	color: #B6BAC4;
	font-weight: 500;
}

/** slick custom css **/
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
	border-radius: 100%;
	width: 83px;
	height: 83px;
	z-index: 1;
/*	background: #E9E8D6*/
background: #FFFFFF
}

.slick-next {
	right: 125px
}

.slick-prev {
	left: -90px
}

.slick-next:before,
.slick-prev:before {
	font-size: 24px;
	line-height: 1;
	opacity: 1;
	color: #3156A1;
	font-family: "Font Awesome 5 Free";
	height: 44px;
	width: 45px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-size: cover;
}

.slick-prev:before {
	content: "";
	background: url(../../assets/images/left-arrow.png)no-repeat;
}

.slick-next:before {
	content: "";
	background: url(../../assets/images/right-arrow.png)no-repeat;
}

.slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	text-align: center;
	background: #B6BAC4;
	border-radius: 50%;
	opacity: 1
}

.slick-dots li.slick-active button::before {
	background-color: #414347;
	opacity: 1
}

.slick-dots li:before {
	display: none
}

.slick-track:before,
.slick-track:after {
	display: none
}

.slick-initialized .slick-slide:focus {
	outline: none;
}

/** slick custom css ends **/
/** Subpages Css **/
.top-offset {
	margin-top: 100px;
	/* margin-top: 137px; */
}

/** Projects Template Css **/
.project-detail p {
	font-size: 16px;
}

.project-review {
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 24px;
}

.project-client-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.project-review p {
	margin: 0 0 15px 0;
}

.subpage-container .clients-review-sec {
	margin: 0 0 100px 0;
}

.project-outer-sec {
	position: relative;
}

/*.project-outer-sec:before {
	content: "";
	background: url(../../assets/images/P_transparent.png)no-repeat;
	height: 689px;
	position: absolute;
	top: -19%;
	right: -11%;
	width: 653px;
}*/

.project-main-sec {
	margin: 27px 0 100px 0;
}

.project-banner {
	background: #F2F4F8;
	padding: 86px 0;
}

.project-banner-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	color: #000;
}

.project-banner-title span {
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	display: block;
}

.project-inner-sec label {
	display: block;
	margin: 17px 0 0 0;
}

.project-content-details {
	padding: 70px 0;
	position: relative;
}

/* .project-content-details:before {
	content: "";
	position: absolute;
	right: 0;
	background: url(../../assets/images/P_transparent.png)no-repeat;
	height: 689px;
	max-width: 653px;
	top: -35%;
	z-index: 0;
	background-size: 100%;
	left: -7%;
} */

.project-inner-content-details,
.testimonial-inner {
	padding: 0 0 0 60px;
}

.project-content-left h3 {
	margin: 0 0 25px 0;
}

.project-content-left h3 span {
	font-size: 16px;
}

.project-content-right p {
	margin: 0 0 15px;
}

.project-inner-sec .project-inner-img {
	position: relative;
	z-index: 9;
}

.project-inner-sec.slick-current.slick-active .project-inner-img:after {
	background: transparent;
}

.project-inner-sec .project-inner-img:after {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.project-inner-sec.slick-slide .project-content {
	display: none !important;
}

.project-inner-sec.slick-current.slick-active .project-content {
	display: flex !important;
}

/** Homepgae Testimonial sec css **/
.testimonial-sec {
	padding: 0 0 50px 0;
}

.testimonial-of-client {
	font-weight: 300;
	font-size: 30px;
	line-height: 42px;
	color: #6B6D71;
	margin: 0 auto 30px;
	max-width: 910px;
}

.testimonial-client-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.seetext {
	display: inline-block;
	margin: 0;
}

.contact-us-today {
	padding: 60px 0;
	text-align: center;
	border-top: 1px solid #F1F0E0;
	border-bottom: 1px solid #F1F0E0;
}

.right-arrow {
	position: relative !important;
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}

.contact-us-today .medium-title {
	color: #6B6D71;
	font-weight: 300;
	margin: 0;
}

.contact-us-today .slick-prev.slick-arrow,
.contact-us-today .slick-next.slick-arrow {
	z-index: 1;
	background: #E9E8D6;
	right: auto;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
	position: relative;
}

.similar-project-sec {
	padding: 70px 0;
}

.similar-project-inner img {
	max-width: 100%;
}

.similar-project-content .small-title {
	margin: 15px 0;
}

.similar-project-content .small-title span {
	display: block;
	font-weight: 300;
}

.services-inner-sec {
	position: relative;
	z-index: 1;
}

.services-sec-1,
.testimonial-sec-1 {
	padding: 30px 0 0px;
	position: relative;
}

/* .services-sec-1:before,
.testimonial-sec-1:before {
	content: "";
	background: url(../../assets/images/services-bg.png)no-repeat;
	height: 1022px;
	width: 1326px;
	position: absolute;
	left: -25%;
	top: auto;
	z-index: -1;
	bottom: -7%;
} */

.services-inner-left p {
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	padding: 0 125px 0 0px;
}

.new-build-sec-1 {
	position: relative;
	padding: 304px 0 114px;
	background: #F2F4F8;
	margin-top: -180px;
}

.new-build-sec-1 .container {
	position: relative;
	z-index: 1;
}

.new-build-right-1 {
	position: absolute;
}

/*.new-build-sec-1:before,
.new-build-sec-3:before,
.new-build-sec-2:before {
	content: "";
	background: url(../../assets/images/home-renovation.png)no-repeat;
	width: 261px;
	height: 234px;
	position: absolute;
	z-index: -1;
	left: 18%;
	top: 48%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
}*/

.new-build-sec-1:before {
	z-index: 0;
}

.new-build-sec-3,
.new-build-sec-2 {
	margin: 0 0 75px 0;
	position: relative;
}

.new-build-sec-2 {
	padding: 167px 0 0 0;
}

.new-build-sec-2:before {
	background: url(../../assets/images/extension-service.png)no-repeat;
	width: 256px;
	top: 34%;
}

.new-build-sec-3 {
	padding: 80px 0 60px;
	background: #F2F4F8;
}

.new-build-sec-3:before {
	top: 50px;
}

.extension-sec-1 {
	padding: 45px 0 54px;
}

.next-project .small-title {
	font-weight: 300;
	margin: 0 0 0 18px;
	color: #6B6D71;
}

.icon-oval-right {
	font-size: 83px;
}

.extenison-inner-left p {
	margin: 0;
	padding: 0 134px 0 0;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}

/* .extenison-inner-left{position:relative;}

 */
/* .etenison-inner-left:before{top:-20px;*/
/* left:-48px;content:"";background:url(../../assets/images/extension-service.png)no-repeat;width:261px;height:234px;position:absolute;z-index:-1;}

 */
.all-services-common-content {
	/* background: #F2F4F8; */
	padding: 150px 0 59px;
	margin-top: -150px;
}

.services-common-project {
	padding: 104px 0 60px;
}

/** building page css **/
.building-sec-1 {
	padding: 30px 0 200px;
	position: relative;
}

/* .building-sec-1:before {
	content: "";
	background: url(../../assets/images/services-bg.png)no-repeat;
	height: 1022px;
	width: 1326px;
	position: absolute;
	left: -25%;
	top: auto;
	z-index: -1;
	bottom: -25%;
	background-size: 100%;
	background-position: left bottom;
} */

.building-inner-left .large-title,
.testimonial-inner-left .large-title {
	margin: 0 0 87px 0;
}

.building-inner-left .large-title span,
.testimonial-inner-left .large-title span {
	display: block;
/*	color: #FFF100;*/
	padding: 0 60px 0 0;
}

.collaboration-partnership-sec {
	padding: 50px 0;
	z-index: -1;
	position: relative;
	background: #F2F4F8;
}

.collaboration-partnership-sec .image-custom {
	margin-top: -485px;
}

.design-efficiency-sec {
	padding: 80px 0;
	position: relative;
}

/* .design-efficiency-sec::after {
	content: "";
	position: absolute;
	right: 0;
	background: url(../../assets/images/P_transparent.png)no-repeat;
	height: 689px;
	width: 653px;
	background-position: 0;
	top: -42%;
	z-index: -1;
	background-size: 96%;
} */

.quality-sec {
	padding: 116px 0 65px;
}

.quality-content-sec h2 {
	margin: 0 0 23px 0;
}

.quality-images-sec {
	margin: 0 0 60px 0;
}

.building-client-review .slick-dots li button::before {
	width: 10px;
	height: 10px;
	/*background:#F1F0E0*/
	;
}

.building-client-review .slick-dots li.slick-active button::before {
	/*background:#FFF100*/
	;
}

/** Testimonial page css **/
.testimonial-sec-1 {
	padding: 30px 0 100px;
}

.testimonial-sec-1:before {
	left: -28%;
	bottom: -40%;
	background-position: initial;
}

.testimonial-inner-right .medium-title {
	margin: 0 0 40px 0;
	font-weight: 300;
	color: #6B6D71;
}

.all-testimonial-sec {
	background: #F2F4F8;
	padding: 57px 0 20px;
}

.all-testimonial-common {
	margin: 0 0 37px;
}

.all-testimonial-common .medium-title {
	font-weight: 300;
	color: #6B6D71;
}

.all-testimonial-common .project-client-name {
	margin: 0 0 50px 0;
}

.read-more {
	display: block;
	position: relative;
}

.read-more:after {
	content: "";
	position: absolute;
	width: 87%;
	height: 1px;
	background: #D8D8D8;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.view-porjects-sec {
	padding: 112px 0;
}

.icon-yellow-down,
.icon-up-arrow {
	font-size: 25px;
	vertical-align: middle;
	margin-left: 13px;
}

/** contact page css **/
.contact-content p {
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	margin: 0 0 67px 0;
}

.contact_form_main {
	float: left;
	width: 100%;
}

.contact_form_main .form-group {
	width: 47%;
	float: left;
	margin: 0 40px 40px 0;
}

.contact_form_main .form-group:nth-child(2n+2) {
	padding: 0;
	margin: 0 0 40px 0;
}

.contact_form_main .form-group.reason,
.contact_form_main .form-group.comment {
	width: 100%;
	margin: 0 0 40px 0;
}

.contact-sec-1 {
	position: relative;
	padding: 30px 0 175px;
}

/* .contact-sec-1:before {
	content: "";
	background: url(../../assets/images/services-bg.png)no-repeat;
	height: 1022px;
	width: 1326px;
	position: absolute;
	left: -24%;
	top: auto;
	z-index: -1;
	bottom: -24%;
} */

.contact-left {
	font-size: 16px;
	line-height: 20px;
}

.contact-left em,
.contact-detail em {
	font-weight: 500;
	color: #000000;
	font-style: normal;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.contact-form .wpcf7-not-valid-tip {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 11px;
}

.contact-form .wpcf7-not-valid-tip {
	font-size: 12px;
}

/*.contact-form .wpcf7 form .wpcf7-response-output{display:none !important;}

*/
.small-slider-arrow .slick-prev.slick-arrow {
	display: none !important;
}

.small-slider-arrow .slick-next.slick-arrow {
	left: 150px;
	bottom: -49px;
}

.small-slider-arrow .slick-prev.slick-arrow,
.small-slider-arrow .slick-next.slick-arrow {
	width: 20px;
	height: 20px;
	background: transparent;
	top: auto;
	transform: translate(0, 0);
}

.small-slider-arrow .slick-next:before,
.small-slider-arrow .slick-prev:before {
	font-size: 20px;
	height: 20px;
	width: 20px;
	bottom: 0;
	background-size: cover !important;
}

@media (min-width:1900px) {
	.ideas-table-sec .table {
		width: 100% !important;
	}

}

@media (max-width:1680px) and (min-width:1200px) {
	/* .project-content-details:before {
		top: -23%;
		background-size: 80%;
		left: -7%;
	} */

	.services-sec-1:before {
		left: -45%;
		bottom: -13%;
	}

	.testimonial-sec-1:before {
		left: -42%;
		bottom: -45%;
	}

	.new-build-sec-1:before,
	.new-build-sec-3:before,
	.new-build-sec-2:before {
		left: 10%;
	}

	.building-sec-1:before {
		left: -38%;
	}

}

/** Responsive Css starts **/
@media screen and (max-width:1199px) {
	.toggle-icon {
		transform: translateY(-50%) rotateZ(180deg);
		-webkit-transform: translateY(-50%) rotateZ(180deg);
		-moz-transform: translateY(-50%) rotateZ(180deg);
		height: auto;
		background: #FFF100;
		position: absolute;
		right: 0px;
		top: 50%;
	}

	.toggle-icon .toggle-text {
		display: none;
	}

	button:focus {
		outline: none;
		box-shadow: none;
	}

	.hamburger-toggle {
		display: block;
		padding: 5px 20px 13px 18px;
	}

	.hamburger-toggle .fa-bars,
	.hamburger-toggle .fa-bars:before,
	.hamburger-toggle .fa-bars:after {
		cursor: pointer;
		border-radius: 1px;
		height: 3px;
		width: 35px;
		background: #000000;
		position: absolute;
		display: block;
		content: '';
		left: 0;
		margin: 0;
		transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-mo-transition: all 500ms ease-in-out;
		top: 10px;
	}

	.hamburger-toggle .fa-bars {
		position: relative;
		display: inline-block;
		top: 0;
		width: 25px;
	}

	.hamburger-toggle .fa-bars:before {
		top: -10px;
	}

	.hamburger-toggle .fa-bars:after {
		bottom: -10px;
	}

	.hamburger-toggle.close-toggle .fa-bars {
		background-color: transparent;
	}

	.hamburger-toggle.close-toggle .fa-bars:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		top: 0;
		bottom: 0;
		background: #000000;
	}

	.hamburger-toggle.close-toggle .fa-bars:after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		top: 0;
		bottom: 0;
		background: #000000;
	}

	body.menu-visible {
		overflow: hidden;
	}

	.main-navigation {
		display: block;
		position: absolute;
		background: #F2F2F2;
		top: -1000%;
		right: 0;
		width: 100%;
		text-align: center;
		overflow-y: auto;
		webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 115px);
		transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
	}

	.menu-visible .main-navigation {
		top: 100%;
	}

	.main-navigation ul .menu-item a {
		font-size: 30px;
		padding: 0;
		font-weight: 600;
		line-height: 70px;
		background: none;
	}

	.main-navigation ul .menu-item a.common-btn:hover {
		color: #6B6D71;
	}

	.main-navigation ul .menu-item a.common-btn:before {
		display: none;
	}

	.menu-header_menu-container {
		padding: 35px 0;
	}

	.menu-address-detail {
		padding: 50px 30px 70px;
		background: #FFF100;
	}

	.menu-address-detail em {
		font-weight: 700;
		color: #000000;
		font-style: normal;
	}

	.menu-address-detail p,
	.menu-address-detail p a,
	.menu-company-detail,
	.contact-address p,
	.contact-address a,
	.contact-detial {
		font-size: 15px;
		font-weight: 500;
		line-height: 26px;
		color: #6B6D71;
	}

	.menu-company-detail {
		font-size: 13px
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.project-outer-sec:before {
		right: 0;
	}

	.similar-project-inner img {
		max-width: 100%;
	}

	.new-build-sec-1:before,
	.new-build-sec-3:before,
	.new-build-sec-2:before {
		left: 5%;
	}

	.services-sec-1:before,
	.testimonial-sec-1:before,
	.building-sec-1:before,
	.contact-sec-1::before {
		height: 100%;
		width: 100%;
		background-size: 100%;
	}

	.testimonial-sec-1:before,
	.contact-sec-1::before {
		left: -28%;
		bottom: -5%;
	}

	.building-sec-1:before {
		bottom: auto;
		top: -66%;
	}

	.contact-sec-1 {
		padding: 30px 0 40px;
	}

}

@media screen and (max-width:991px) {
	.header {
		padding: 15px 0;
	}

	.banner-title {
		font-size: 45px;
		line-height: normal;
		max-width: 420px;
	}

	.banner {
		height: 600px;
	}

	.services-list {
		flex-wrap: wrap;
	}

	.services-module {
		flex: 0 0 50%;
		padding: 0 20px;
		margin: 0 0 15px 0;
	}

	.clients-review-sec:before {
		transform: skewX(25deg);
		-webkit-transform: skewX(24deg);
		width: 100%;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.slick-prev.slick-arrow,
	.slick-next.slick-arrow {
		width: 50px;
		height: 50px;
	}

	.slick-next:before,
	.slick-prev:before {
		background-size: 60% !important;
		background-position: center !important;
	}

	.footer {
		text-align: center;
	}

	.footer-address {
		max-width: 400px;
		margin: auto;
	}

	.industry-accredition {
		margin: 0 0 30px 0;
	}

	.industry-title {
		font-size: 20px;
	}

	.footer-company-detail {
		margin: 0 0 50px 0;
	}

	.building-inner-left,
	.testimonial-inner-left {
		margin: 0 0 15px 0;
	}

	.project-main-sec .project-review,
	.quality-images-sec {
		display: none;
	}

	.collaboration-partnership-sec .col-md-6.text-right {
		margin-top: 0;
	}

	.read-more:after {
		width: 75%;
	}

	.design-efficiency-sec::after {
		background-size: 60%;
		background-position: 85% 70%;
	}

}

@media screen and (max-width:767px) {
	.top-offset {
		margin-top: 87px;
	}

	h1,
	.large-title {
		font-size: 30px;
		line-height: normal;
	}

	.head-logo {
		width: 115px;
	}

	.banner {
		height: 568px;
		background-position: 26% 0;
		margin: 77px 0 0 0;
	}

	.banner-content-sec {
		padding: 25px 0 0 0;
	}

	.banner:before {
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		height: 423px;
		width: 100%;
		transform: skewY(-20deg);
		-webkit-transform: skewY(-20deg);
	}

	.banner-title {
		font-size: 36px;
		line-height: normal;
		max-width: 420px;
	}

	.project-banner {
		padding: 36px 0 70px;
	}

	.project-sec {
		padding: 48px 0 60px;
	}

	.project-sec .container {
		margin: 0;
		padding: 0;
	}

	.project-sec .large-title {
		padding: 0 20px;
		margin: 0 0 18px 0;
	}

	.project-inner-sec {
		padding: 0;
	}

	.project-inner-sec.slick-slide .project-content .common-btn {
		display: none !important;
	}

	.project-inner-sec.slick-current.slick-active .project-content {
		display: block !important;
		padding: 0 20px;
	}

	.project-outer-sec:before {
		display: none;
	}

	.extenison-inner-left p {
		margin: 0 0 20px 0;
		padding: 0 0px 0 0;
		font-weight: 300;
		font-size: 18px;
		line-height: 30px;
		color: #000000;
	}

	.building-sec {
		padding: 80px 0 65px;
	}

	.clients-review-sec {
		padding: 60px 0 37px;
	}

	.clients-review-sec:before {
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		width: 100%;
	}

	.client-name .read-more-link {
		margin: 0 0 0 15px;
		display: block;
	}

	.services-sec {
		padding: 50px 0;
	}

	.services-sec:before {
		background-size: 100%;
		background-position: 50% 0%;
	}

	.services-list {
		padding: 35px 0 0 0;
		text-align: center;
	}

	.services-module {
		flex: 0 0 100%;
		padding: 0;
		margin: 0 0 50px 0;
	}

	.footer {
		text-align: left;
	}

	.copyright a {
		display: block;
		margin: 0 0 10px 0;
	}

	.copyright a {
		display: block;
		margin: 0 0 10px 0;
	}

	.slick-dots li {
		width: 10px;
		height: 10px;
	}

	.slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.slick-dots li button::before {
		width: 10px;
		height: 10px;
	}

	.project-slider .slick-next:before,
	.project-slider .slick-prev:before {
		background-size: 100% !important;
		background-position: center !important;
		width: auto;
		height: auto;
	}

	.project-slider .slick-prev {
		display: none !important;
	}

	.project-slider .slick-next {
		bottom: -53px !important;
		top: auto;
		background: none;
		right: auto;
		left: 115px;
		font-size: 13px !important;
		width: 15px;
		height: 15px;
	}

	.project-slider .slick-dots {
		text-align: left;
		left: 15px;
		width: auto;
	}

	.single-projects .project-slider .slick-dots {
		left: 0;
	}

	.project-main-sec {
		margin: 27px 0 60px 0;
	}

	.project-main-sec .row {
		margin-bottom: 60px;
	}

	.client-name {
		font-size: 14px;
	}

	.project-banner-title {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 24px;
	}

	.project-banner-title span {
		font-size: 18px;
		line-height: 22px;
	}

	.project-inner-content-details,
	.testimonial-inner {
		padding: 0;
	}

	.project-content-left {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.project-content-left h3 {
		flex: 0 0 50%;
	}

	.contact-us-today {
		padding: 40px 0;
		text-align: left;
		position: relative;
	}

	.contact-us-today .medium-title {
		max-width: 255px;
		font-size: 20px;
		line-height: 25px;
	}

	.contact-us-today .right-arrow {
		position: absolute !important;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		right: 25px;
	}

	.similar-project-sec {
		padding: 70px 0 100px;
	}

	.similar-project-slider .slick-dots,
	.view-porject-slider .slick-dots {
		text-align: left;
		left: 15px;
		width: auto;
	}

	/* .new-build-right-1,.new-build-right-2,.new-build-right-3{display:none;} */

	.new-build-sec-1:before,
	.new-build-sec-2:before {
		left: 2%;
		top: 37%;
	}

	.extension-sec-1 {
		background-position: 1% 2% !important;
	}

	.all-services-common-content {
		background: #F2F4F8;
		padding: 250px 0 59px;
		margin-top: -251px;
	}

	.building-sec-1 {
		padding: 30px 0px;
	}

	.building-inner-left .large-title,
	.testimonial-inner-left .large-title {
		margin: 0 0 30px 0;
		line-height: 40px;
	}

	.design-efficiency-sec {
		padding: 80px 0 43px;
	}

	.design-efficiency-sec::after {
		top: 0;
		background-position: 85% 0%;
	}

	.quality-sec {
		padding: 63px 0 33px;
	}

	.read-more:after {
		width: 55%;
	}

	.testimonial-sec-1:before {
		left: -25%;
		bottom: -5%;
		background-size: 100%;
	}

	.contact_form_main .form-group {
		width: 100%;
	}

	.main-navigation {
		max-height: calc(100vh - 78px);
	}

	.footer-address {
		max-width: 100%;
	}

	.new-build-sec-1 {
		padding: 304px 0 35px;
	}

	.new-build-sec-2 {
		padding: 74px 0;
		margin: 0;
	}

	.new-build-sec-3 {
		padding: 130px 0 68px;
		margin: 0;
	}

	.new-build-sec-3:before {
		top: 167px;
	}

	.new-build-sec-3:after {
		background: #FBFBF3;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: -12;
	}

	.view-porjects-sec {
		padding: 70px 0;
	}

}

.client-review-outer img {
	padding-top: 40px;
	width: 100%;
}

.menu-address a {
	color: #6B6D71;
	font-size: 14.5px;
}

@media screen and (max-width:480px) {
	/* .project-content-details:before {
		top: -5%;
		z-index: 0;
		background-size: 63%;
		left: -43%;
	} */

	.services-inner-left p {
		padding: 0;
	}

	.menu-address br {
		display: none;
	}

}

@media screen and (max-width:320px) {
	.main-navigation {
		max-height: calc(100vh - 62px);
	}

	.menu-address-detail p a {
		word-break: break-word;
	}

	.footer-address a {
		word-break: break-all;
	}

}

/* 10-21-2024  */

@media(min-width: 992px) and (max-width: 1200px) {
	.footer-menu ul li a {
		font-size: 14px;
	}
}

.single-project-image img {
	width: 100%;
}

@media (min-width:768px) and (max-width: 991px) {
	.building-left {
		padding-bottom: 40px;
	}

	.client-review-outer img {
		width: 100%;
	}

	.services-content {
		padding-bottom: 40px;
	}

	.services-list {
		justify-content: center;
	}

	.services-module {
		text-align: center;
		margin: 0 0 20px 0;
	}

	.project-inner-sec {
		padding: 0;
	}

	.image-custom {
		text-align: center !important;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {

	.project-main-sec .col-lg-9,
	.project-main-sec .col-lg-3 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.collaboration-partnership-sec .image-custom {
		margin-top: -440px;
	}
}

@media(max-width: 1200px) {
	.contact_form_main .form-group {
		width: 100%;
	}
}

.form-control:focus {
	border-color: rgb(2 2 54) !important;
	box-shadow: 0 0 0 .2rem rgba(2, 2, 54, .25) !important;
}

@media (max-width: 991px) {
	.new-build-right-1 {
		position: static !important;
	}
}

.custom-6 {
	text-align: right;

}

.mail-address {
	white-space: nowrap
}

@media (max-width: 991px) {
	.collaboration-partnership-sec .image-custom {
		margin-top: 0;
		text-align: center !important;
	}
}

@media (max-width:768px) {

	/* .banner {
		background: linear-gradient(rgba(207,211,222,0.6), rgba(207,211,222,0.7)), url("../../assets/images/banner-image.jpg") no-repeat !important;
		height: 423p;
		background-size: cover !important;
		background-position: 50% 50%;
	}
.banner-content-sec{
	justify-content: center !important;
}
.banner:before {
   display: none;
} */
	.building-inner-left .large-title span,
	.testimonial-inner-left .large-title span {
		padding: 0;
	}

	.h2,
	.medium-title {
		font-size: 24px;
	}
}

@media(min-width: 767px) and (max-width: 991px) {
	.contact_form_main .form-group {
		width: 47%;
	}

	.services-inner-left p {
		padding: 0;
	}

	.new-build-sec-1:before,
	.new-build-sec-3:before,
	.new-build-sec-2:before {
		top: auto;
		transform: inherit !important;
	}
	.cstm-h2-empty {
		margin-bottom: 0px !important;
	}
	.building-sec-1 {
        padding: 30px 0px;
    }
}
.py-150{
	padding-block: 150px;
	padding-bottom: 70px;
}

#searchsubmit {
	padding: 12px 16px;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	font-family: 'Bai Jamjuree';
	cursor: pointer;
	background: #FFF100;
	color: #000000;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	text-align: center;
	font-weight: 500;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative; 
	margin-top: 26px;
}

#searchsubmit:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: transform 0.3s ease-out 0s;
	-webkit-transition: transform 0.3s ease-out 0s;
	-moz-transition: transform 0.3s ease-out 0s;
	-ms-transition: transform 0.3s ease-out 0s;
}
@media (max-width: 768px){
	.py-150 {
		padding-block: 110px;
		padding-bottom: 50px;
	}
	.cstm-h2-empty {
		margin-bottom: 0px !important;
	}
}
#s{
	border-radius: .25rem;
	transition: 0.3s ease-in-out;
}
#s:focus {
	border-color: rgb(255 241 0) !important;
	box-shadow: 0 0 0 .2rem rgba(255, 241, 0, .25) !important;
	background-color: transparent;
}

.cstm-h2-empty {
    margin-bottom: 68px;
}

.single-projects .top-offset {
    margin-top: 100px;
}
.btn-recaptcha {
	text-align: end;
}
.btn-recaptcha .common-btn {
	margin-top: 16px;
}
.contact_form_main{
	position: relative;
	z-index: 99;
}
.mb-42{
	margin-bottom: 42px;
}
.subbed-title{
	margin-top: -10px;
}
@media (max-width: 991px){
	.subbed-title{
		margin-top: 10px;
	}
}