/*
Theme Name: Standard
Author: Josh Rogers
Description: Web Design, Graphic Design and Logo Design, Worcester
Version: 1.0
Tags:
Text Domain: Standard
*/

/* Standard ------------------------------------------------------------------*/

* {
	border: 0px solid red;
	margin: 0;
	padding: 0;
}

/*DEFAULT STYLING*/
body {
	font-family: "Urbanist", serif;
	position: relative;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Urbanist", serif;
    color: #4D4D4D;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.6rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.2rem;
}

ul {
	margin: 0;
}

p {
	font-family:"Urbanist", serif;
	font-size: 1rem;
	line-height: 3rem;
	color: #7E7E7E;
	font-weight: 300;
}
a:hover {
	text-decoration: none;
	opacity: 0.6;
}
*::selection {
    background: #7e7e7e !important;
    color: #fff !important;
}

*::-moz-selection {
    background: #7e7e7e !important;
    color: #fff !important;
}
/* Common classes ------------------------------------ */
	a.btn-standard {
		display: block;
		height: 60px;
		width: 240px;
		line-height: 60px;
		text-align: center;
		background-color: #7E7E7E;
		color: white;
		text-transform: uppercase;
		transition: 0.2s;
	}

	.imgCover img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.imgContainer img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}

 /* Header ------------------------------------------- */

	.logoContainer {
		height: 80px;
	}

	.menuContainer li {
		list-style-type: none;
		display: inline-block;
		line-height: 80px;
	}

	.menuContainer a {
		display: block;
		padding: 0rem 1rem;
		color: #7E7E7E;
	}

	.mobileMenuContainer {
		font-size: 1.4rem;
		color: #7E7E7E;
		transition: 0.3s;
	}

	.mobileMenuContainer:hover {
		opacity: 0.6;
		color: black;
	}

 /* Home --------------------------------------------- */

	.home.headSect {
		height: 600px;
		background-size: cover;
		background-position: center;
	}

	.home.headInner {
		transform: translateY(40px);
	}

	.home.headContact {
		background-color: #f7f7f7;
		font-size: 1.2rem;
		text-transform: uppercase;
		height: 120px;
		color: #364955;
	}

	.home.headContact a {
		color: #7E7E7E;
		font-size: 1.8rem;
	}

	.about.accreditationsLogo {
		height: 60px;
	}

	.about.accreditationsLogo img {
		height: 100%;
	}

	.about.aboutImage {
		height: auto;
	}

	.about.aboutImage img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.accreditations.accreditationsSect {
		border-top: 1px solid #F7F7F7;
		border-bottom: 1px solid #F7F7F7;
	}

	.accreditationsText span {
		font-size: 1.2rem;
	}

	.accreditationsAward {
		font-size: 1.6rem;
	}

	.accreditationsImg {
		width: 15%;
	}

	.services h4, .services p, .services h5 {
		color: white;
	}

	.services.servicesCol span {
		color: white;
		font-size: 2rem;
	}

	.services.servicesCol p {
		font-size: 0.8rem;
		line-height: 2.4rem;
	}

	.gallery.galleryTextInner span {
		line-height: 40px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.gallery.galleryTextInner span.arrow {
		height: 40px;
		width: 40px;
		color: white;
		background-color: #7E7E7E;
		transition: 0.3s;
	}

	.gallery.galleryTextInner span.arrow:hover {
		opacity: 0.6;
	}

	.gallery.gallerySpinOuter {
		transform: translateY(-50%);
		right: -1400px;
		height: 2100px;
		width: 2100px;
		z-index: -1;
	}

	.gallery.gallerySpinInner {
		transition: 0.3s;
	}

	.gallery.galleryIndividual {
		height: 500px;
		width: 700px;
		transform-origin: 150% 50%;
		clip-path: polygon(0% 10%, 90% 20%, 90% 80%, 0% 90%);
	}

	.projectImg {
		height: 250px;
	}

	.nav-pills .nav-link.active {
		background-color: #7E7E7E;
	}

	a.nav-link {
		color: #7E7E7E;
	}

	.contact.contactText h3, .contact.contactText p {
		color: white;
	}

	.contact.contactText a {
		font-size:  1.4rem;
		color: white;
		margin-bottom: 0.5rem;
		display: block;
	}

	.contact.contactText svg {
		margin-right: 0.75rem;
	}

	.contact.contactText a:hover {
		cursor: pointer;
		opacity: 0.6;
	}

	.contact .form {
		background-color: white;
		padding: 3rem 1.5rem;
	}

	.contact .form br {
		display: none;
	}

	.contact .form h4 {
		margin-bottom: 1.6rem;
	}

	.contact.contactCol {
		margin: auto 0;
		min-height: 520px;
	}

	input.form-group, textarea.form-group {
		width: 100%;
		padding: 0 1rem;
		border: 1px solid #ddd;
		margin-bottom: 0.5rem;
	}

	input.form-group {
		height: 50px;
	}

	textarea.form-group {
		height: 160px;
	}

	.btnSubmit {
		width: 100%;
		max-width: 280px;
		height: 50px;
		background-color: #7E7E7E;
		color: white;
		border: unset;
	}

	.btnSubmit:hover {
		opacity: 0.6;
		cursor: pointer;
	}

	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
		color: white;
		border: 2px solid white!important;
	}

 /*Footer -------------------------------------------- */

 .footerContainer img {
	 width: 100%;
 }

 .footerContainer li {
	 list-style-type: none;
	 font-weight: 300;
	 color: #7E7E7E;
	 margin-bottom: 15px;
 }

 .footerContainer a {
	 color: #7E7E7E;
 }

 .footerContainer a, .footerContainer p {
	 font-family: 'Lexend Deca', sans-serif;
 }
/*Spiral*/
.lb-details
{
	display:none;
}
.projectImg {
    overflow: hidden;
	cursor:pointer;
}
.lightbox-contentmain {
    position: relative;
    top: 7%;
    left: 10%;
    max-width: 80%;
    height: 86vh;
    overflow: hidden;
    z-index: 12;
    border: 10px solid #fff;
}
.overlay
{
	background-color: rgb(119, 119, 119);
    opacity: 0.7;
    cursor: pointer;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
}
.mySlides {
    background: #333;
    width: 100%;
    height: 100%;
	display:flex;
    justify-content: center;
    align-items: center;
}
.lightbox-contentmain img {
    max-height: 100vh;
    max-width: 100%;
}
.lightbox-contentmain .prev, .lightbox-contentmain .next
{
	background:url(/wp-content/uploads/2019/10/fancybox.png) no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	top:48%;
	cursor:pointer;
}
.lightbox-contentmain .prev {
    left: 30px;
    background-position: 0px -30px;
}
.lightbox-contentmain .next
{
	right:30px;
	background-position:0 -60px;
}
.lightbox-contentmain .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
	cursor:pointer;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: url(/wp-content/uploads/2019/10/fancybox.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}
/* .row.gallery a {
    width: 25%;
} */
.row.gallery a img {
    width: 100%;
    padding: 10px;
    height: 225px;
    object-fit: cover;
}
/*Spiral*/

/* new style */

.custom-header .header-top {
    display: flex;
	justify-content: space-between;
	padding: 0;
}
.custom-header .header-top .text-center.right {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-address ul, .header-address ul li {
    display: flex;
}
.header-address {
    display: flex;
	padding: 0;
    align-items: center;
}
.custom-header .imgContainer img {
    width: 227px;
    display: flex;
    height: auto;
}
.custom-header .imgContainer {
    display: flex;
    align-items: center;
}
.container{
	max-width: 1340px;
}

.custom-header .menuContainer a {
   font-size: 17px;
	color: #4D4D4D;
    font-family: "Urbanist", serif;
    font-weight: bold;
	text-transform: capitalize;
	position: relative;
	line-height: 37px;
}
.custom-header .menuContainer a:after {
	position: absolute;
	bottom: 0;
	width: 0px;
	height: 2px;
	background: #593309;
	left: 0;
	content:'';
	transition: all 0.5s;
}
.custom-header .menuContainer a:hover:after {
	width: 100%;
}
.header-address ul li img {
    margin-right: 10px;
}
.header-address ul li {
    padding-left: 19px;
    align-items: center;
}
.header-address ul li a {
    font-size: 15px;
	color: #4D4D4D;
	font-family: "Urbanist", serif;
	font-weight: 600;
}
header.header.custom-header {
	background: #E9DFD6;
	height: 96px;
	padding: 0 !important;
	display: flex;
	align-items: center;
}
.headerbanner.home.headSect {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 90px);
}
.headerbanner.home.headSect .home.headInner {
    transform: inherit;
    bottom: 60px;
	z-index: 1;
}
.headerbanner.home.headSect .home.headInner .home.headContact {
    background: transparent;
    height: auto;
	display: flex;
	flex-direction: column;
	text-align: left !important;
	align-items: flex-start;
}
.headerbanner.home.headSect .home.headInner .home.headContact .header-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.headerbanner.home.headSect h1{
	font-family: "Roboto Condensed", serif;
	font-weight: bold;
	color: #fff;
	font-size: 68px;
}
.headerbanner.home.headSect h3{
	font-size: 35px;
	color: #fff;
	font-family: "Urbanist", serif;
	font-weight: 200;
	text-transform: capitalize;
}
.headerbanner.home a {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    height: 0;
    font-weight: 500;
    font-family: "Roboto Condensed", serif;
    border-radius: 100px;
}
.headerbanner.home a:hover {
    background: #593309;
    border-color: #593309;
    opacity: 1;
}

.headerbanner.home.headSect:before {
    background: linear-gradient(250deg, rgba(0, 0, 0, 0) 0%, rgba(89, 51, 9, 1) 100%);
    opacity: 0.7;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.headerbanner.home.headSect:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(89, 51, 9, 1) 100%);
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
	opacity:0;
}
.aboutus-inner 
}
.aboutus-inner .bottom-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title-wrape span.stripe {
    font-size: 29px;
    color: #593309;
    font-family: "Urbanist", serif;
    font-weight: 300;
    padding-bottom: 5px;
	display: flex;
}
.title-wrape h2 {
    font-size: 56px;
    color: #593309;
    text-transform: uppercase;
    font-weight: bold;
	font-family: "Roboto Condensed", serif;
	margin-bottom: 38px;
	line-height: 50px;
}
.aboutus-inner h4 {
    font-size: 33px;
    color: #474747;
    font-weight: bold;
	margin-bottom: 40px;
	font-family: "Roboto Condensed", serif;
}
.aboutus-inner {
    padding: 0;
}
.aboutus-inner .left {
    padding: 0;
}

.aboutus-inner p {
    font-size: 19px;
    color: #7F7F7F;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}
.bottom-link a {
    font-size: 20px;
    color: #593309;
    border: 1px solid #593309;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    height: 0;
    font-weight: bold;
    font-family: "Roboto Condensed", serif;
	border-radius: 100px;
	transition: all 0.5s;
	text-transform: uppercase;
}
.bottom-link {
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.bottom-link a:hover {
    background: #593309;
    color: #fff;
    border: 1px solid #593309;
    opacity: 1;
}
section.aboutus .aboutus-inner .right {
    padding-right: 0px;
    display: flex;
    padding-left: 80px;
}
section.aboutus .aboutus-inner .right img {
    display: flex;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: left top;
}
section.aboutus {
    height: 100vh;
    padding: 0px;
    display: flex;
    align-items: center;
}
.aboutus-inner {
    display: flex;
}
section.home-frame {
    background-size: cover;
    background-position: center;
	position: relative;
}
section.home-frame:before {
    content: '';
    background: rgb(89 51 9 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.home-frame .frame-inner {
    display: flex;
    justify-content: center;
}
section.home-frame .frame-inner .right,
section.home-frame .frame-inner .left {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.frame-inner h2 {
    font-size: 76px;
    font-weight: bold;
	color: #fff;
	font-family: "Roboto Condensed", serif;
	line-height: 80px;
}
.frame-inner p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    color: rgb(255 248 248 / 90%);
    text-transform: uppercase;
    font-family: "Urbanist", serif;
    font-weight: 600;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: center;
}


/* service section */

.service-inner .hover {
  overflow: hidden;
  position: relative;
	padding-bottom: 66%;
	border: 11px solid #fff;
	border-radius: 20px !important;
}

.service-inner .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.service-inner .hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.service-inner .hover-content {
  position: relative;
  z-index: 99;
}

/* DEMO 1 ============================== */
.service-inner .hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
/*   left: -5%; */
  transition: all 0.3s;
}

.service-inner .hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
    height: 23%;
    padding: 15px !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.65) 100%);
}

.service-inner .hover-1 .hover-overlay {
     background: rgb(179 148 115 / 70%);
	opacity: 0;
}

.service-inner .hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.service-inner .hover-1:hover .hover-1-content {
	bottom: 5px; 
	height: auto;
}

.service-inner .hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.service-inner .hover-1:hover img {
/*   left: 0; */
}

.service-inner .hover-1:hover .hover-overlay {
  opacity: 1;
}
.service-inner .hover-1-content p {
    line-height: normal;
    color: #fff;
    font-size: 20px;
    font-family: "Urbanist", serif;
    font-weight: 500 !important;
}
.service-inner .hover-1-content h3 {
	font-size: 40px !important;
	font-weight: bold !important;
	color: #fff;
	font-family: "Roboto Condensed", serif !important;
	margin-bottom: 7px !important;
	text-transform: capitalize !important;
}
section.new-services {
    padding: 90px 0;
	background: #E9DFD6;
}
.service-inner .hover {
   
}
.service-inner .servie-our {
    padding: 0;
    max-width: 49%;
	margin-bottom: 30px;
}
.service-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
	flex-wrap: wrap;
}
.projects-inner .bottom-link ,
section.new-services .bottom-link {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 30px;
}
section.new-services .bottom-link a {
    text-transform: uppercase;
    padding: 27px;
}

.new-projects .gallery a img {
   /*  height: 100%;
   min-height: 363px;
     max-height: 363px; 
    object-fit: cover;*/
	    padding: 0;
}
section.new-projects .gallery a.example-image-link {
    position: relative;
	display: flex;
	transition: all 0.5s;
	border-radius: 20px;
	overflow: hidden;
}
section.new-projects .gallery a.example-image-link:hover {
    opacity: 1 !important;
}
.row.gallery .gallery-inner {
    width: 25%;
    padding: 15px;
}
section.new-projects .gallery a.example-image-link:hover:after {
    background: #59330966;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	    transition: all 0.5s;
}
/*.projects-inner ul.nav.nav-pills {
	margin-top: 25px;
	margin-bottom: 38px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #CACACA;
}*/

.projectnav {
    margin-top: 15px;
    margin-bottom: 38px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #CACACA;
    display: flex;
    justify-content: space-between;
}
.projectnav ul li:first-child a {
    padding-left: 0 !important;
}
/*.new-projects .row {
    margin: 0 !important;
}*/
.new-projects .projects-inner {
    padding: 0;
}
.projects-inner ul.nav li a {
    font-size: 20px;
    font-weight: bold;
	text-transform: uppercase;
	color: #AEAEAE;
	padding: 0px 20px;
	font-family: "Roboto Condensed", serif;
}
.projects-inner ul.nav li a.active {
	 background: transparent;
    color: #593309;
    
}

/* section.aboutus.awards {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
section.aboutus.awards .aboutus-inner .right {
    justify-content: flex-end;
}
section.aboutus.awards .aboutus-inner .right img {
	width: auto;
	border-radius: 0;
    max-height: 80vh;
}
section.aboutus.awards .title-wrape h2 {
    margin-bottom: 74px;
}
section.contact.contactSect {
    background: #E9DFD6 !important;
	padding: 90px 0px;
}

section.contact.contactSect .contact-inner {
	padding: 0;
	display: flex;
}
.contact-img img {
    border-radius: 20px;
}
section.contact.contactSect .contact-inner .left, section.contact.contactSect .contact-inner .right {
    padding: 0;
}
.contact-inner .contact-img {
    margin-bottom: 40px;
}
.contact.contactText .contact-email{
	width: 80%;
}
.contact.contactText .contact-email .contactinfo {
    padding: 20px 0px;
    margin: 0;
    border-bottom: 1px solid #593309;
    position: relative;
    display: flex;
    justify-content: space-between;
}
button.copy-btn
{
	position: relative;
}
button.copy-btn.copied:before {
    position: absolute;
    content: "Copied";
    right: 30px;
    font-size: 12px;
    top: 4px;
    color: #593309;
}
.contact.contactText .contact-email .contactinfo a
{
    color: #593309;
    font-family: "Urbanist", serif;
    font-weight: 600;
    font-size: 19px;	
}
.contact.contactText .contact-email a img {
    margin-right: 22px;
}
div#form-home .mr-0 {
    margin: 0;
}
div#form-home .pd-0 {
    padding: 0;
}
div#form-home br {
    display: none;
}
section.contact.contactSect div#form-home span.wpcf7-spinner {
    display: none;
}
.inner-vision .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0px;
}
section.vision-wrape {
	padding: 90px 0;
	background: #CFBDA9;
	padding-bottom: 50px;
}
.footerContainer h5 {
    font-size: 29px;
    color: #552D01;
	font-weight: bold;
	font-family: "Roboto Condensed", serif;
	margin-bottom: 28px !important;
}
section.vision-wrape h2 {
    font-size: 50px;
    color: #552D01;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto Condensed", serif;
	    line-height: 50px;
}
section.vision-wrape p{
	font-size: 20px;
	color: #552D01;
	 font-family: "Urbanist", serif;
	font-weight: 400;
 line-height: 20px;
	margin: 0px;
}
footer{
	background: #CFBDA9;
}
.inner-vision .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    align-items: flex-end;
}
.inner-vision {
    display: flex;
    justify-content: space-between;
	padding: 0px;
}
.footer-bottom p.m-0 {
    color: #CDCDCD !important;
    font-size: 17px;
	font-family: "Urbanist", serif;
    font-weight: 600;
}
footer.py-5 .center .footerContainer:last-child {
	padding-left: 60px;
	padding-top: 35px;
}
footer.py-5 .center {
    display: flex;
}
div#form-home input, div#form-home textarea {
    width: 100%;
    display: flex;
	padding: 16px;
	outline: none;
	border-radius: 10px;
	font-family: "Urbanist", serif;
	font-size: 17px;
	color: #B1B1B1;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label, span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label a{
	font-size: 19px;
	color: rgb(89 51 9 / 50%);
	font-family: "Urbanist", serif;
	font-weight: 600;
}

div#form-home label {
	width: 100%;
	margin-bottom: 18px;
	font-size: 19px;
	color: rgb(89 51 9 / 50%);
	font-family: "Urbanist", serif;
	font-weight: 600;
}
div#form-home input {
    height: 46px;
}
div#form-home .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 15px;
    margin-top: 10px;
}
.form-home .row-inner .form-home-inner:nth-child(odd) {
    padding-right: 20px !important;
}
.form-home .row-inner .form-home-inner:nth-child(even) {
    padding-left: 20px !important;
}
div#form-home input[type="checkbox"] {
    height: 22px;
    border: 0px;
}
div#form-home textarea {
    max-height: 170px !important;
}
section.contact.contactSect .title-wrape h2 {
    margin-bottom: 56px;
}
div#form-home span.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    line-height: 1.3;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label a{
	text-decoration: underline;
}
.form-home input.wpcf7-form-control.wpcf7-submit {
    background: #593309;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
	border-radius: 80px !important;
	border: 1px solid #593309;
}
.form-home input.wpcf7-form-control.wpcf7-submit:hover{
	background: transparent;
	border: 1px solid #593309;
	color: #593309;
}
div#form-home input[type="checkbox"] {
    height: 22px;
    width: 22px !important;
    border: 0px;
    display: flex;
    margin-right: 8px;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
section.vision-wrape {
    border-bottom: 1px solid #E9DFD6;
}
.footerContainer li,
.footerContainer li a {
    font-weight: 600;
    color: #552D01;
    font-family: "Urbanist", serif;
}
.footerContainer li a {
	display: flex;
	align-items: center;
}
.footerContainer li a img {
    display: flex;
    width: auto;
    margin-right: 15px;
}
footer.py-5 .center .footerContainer:first-child ul li {
    margin-bottom: 25px;
}

.our-inner-projects h3 {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 38px;
    color: #593309;
    font-size: 32px;
    font-weight: bold;
    font-family: "Roboto Condensed", serif;
}
.our-inner-projects {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 74px;
}
.project-after img {
	border-radius: 20px;
	width: 100%;
}
.our-inner-projects .project-after {
    padding: 0px;
}
.our-inner-projects .project-after:nth-child(odd) {
    padding-left: 15px;
}
.our-inner-projects .project-after:nth-child(even) {
    padding-right: 15px;
}
.project-after-img {
	border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.project-after .project-after-img span {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
	padding: 8px 26px;
    background: #593309;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "Roboto Condensed", serif;
    color: #fff;
    text-transform: capitalize;
	z-index: 1;
}
.new-projects-explore .title-wrape h2 {
    margin-bottom: 53px;
}
section.new-projects-explore {
    background: #CFBDA9;
    padding: 90px 0;
}
section#shadow-host-companion {
    padding: 0;
}
.project-after-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    overflow: hidden;
    display: flex;
}

.our-inner-projects:last-child {
    margin-bottom: 0px;
}
section.new-projects {
    padding: 90px 0px;
}
.contact-inner .contact-img img {
    width: 100%;
}
.projects-inner {
    padding: 0;
}
.footer-social {
    display: flex;
}
.right.social ul {
    display: flex;
}
.right.social ul li {
    padding: 0px 15px;
    list-style: none;
}
.contact.contactText .contact-email .contactinfo{
	position: relative;
}
.contact.contactText .contact-email button:after {
    content: '';
    background: url(/wp-content/themes/Standard/images/copy.png);
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top:0px;
}
button.copy-btn {
    position: relative;
    width: 25px;
    height: 25px;
    background: transparent;
    outline: 0;
}
button.copy-btn.copied:after {
    opacity: 0.3;
}
.copy-label {
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
}
.right.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.custom-header .menuContainer a {
    font-size: 16px;
    color: #4D4D4D;
    font-family: "Urbanist", serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 8px;
}
.footer-bottom.py-1 {
    padding: 10px 0px !important;
}
/* service section end */

.custom-header .menuContainer {
    position: relative;
}

.custom-header .menuContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-header .menuContainer ul li {
    display: inline-block;
    margin: 0 10px;
}

/* .custom-header .menuContainer ul li a {
    text-decoration: none;
    color: #4D4D4D;
    padding: 5px 10px;
} */
@keyframes rotate-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-header .imgContainer:hover {
    opacity: 1;
    text-decoration: none;
}
.inner-vision .right img {
    display: inline-block;
    animation: rotate-clockwise 7s linear infinite;
    width: 150px;
}
.inner-vision .right:hover img
{
    animation-play-state: paused; /* Pauses the animation on hover */
}
.custom-header .menuContainer ul li a:hover {
    color: #b96e44;
}
.navarrows {
    display: flex;
    margin-top: -20px;
}
a.arrows.arrownext {
    margin-left: 10px;
}
.navarrows a.arrows {
    border: 1px solid #593309;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
}
.navarrows a.arrows:hover {
    background: #593309;
}
.navarrows a.arrows:hover svg path {
    fill: #fff;
}
/* Mobile Menu */
.custom-header .mobileMenu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #e9dfd6;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
	z-index: 10;
    display: none;
}

.custom-header .mobileMenu li {
    display: block;
    margin: 0;
}

.custom-header .mobileMenu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* .custom-header .mobileMenu li a:hover {
    background: #f8f9fa;
} */

/* Show Mobile Menu */
.custom-header .mobileMenu.active {
    display: block !important;
}
.right-menu {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	justify-content: space-between;
}
.right-menu .text-center.right {
    width: 65%;
}
.header-top .left {
		display: flex;
		align-items: center;
	}
/* Responsive Visibility */

/* Scroll to Top Button */
.scroll-to-top {
	position: fixed;
	bottom: 5px;
	right: 20px;
	color: #fff;
	padding: 10px 15px;
	border-radius: 50%;
	z-index: 1000;
	cursor: pointer;
	transition: all 0.3s ease;
/*     background: #007bff; */
/*     display: none; */ 
/*     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

/* .scroll-to-top:hover {
    background: #492802;
} */

/* Optional: Icon Styling */
.scroll-to-top i {
    font-size: 16px;
}

div#form-home input.wpcf7-submit {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader svg {
    width: 100px;
}
.preloader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgclass7-1-jpeg {
    object-position: top !important;
}
@media (max-width: 1050px) {
	
	
}
@media (max-width: 820px) {

}
@media (max-width: 767px) {
	
}



 @media only screen and (max-width: 1400px) {
	 .gallery.gallerySpinOuter {
		 height: 1500px;
		 width: 1500px;
		 right: -1000px;
		 transform: translateY(-53%);
	 }

	 .gallery.galleryIndividual {
		 width: 500px;
		 clip-path: polygon(0% 20%, 90% 40%, 90% 80%, 0% 90%);
	 }
}

 @media only screen and (max-width: 1196px) {
	 	.gallery.gallerySpinOuter {
			right: -1100px;
		}
 }
@media only screen and (max-width: 1050px) {
	
/* 	mobile menu */
	.right-menu .text-center.right {
		width: auto;
	}
	.custom-header .menuContainer ul li {
		display: inline-block;
		margin: 0px;
	}
	.custom-header .imgContainer img {
    width: 227px;
	}
	.custom-header .header-top .text-center.right {
        width: 85%;
        justify-content: center;
    }
	
	.header-address ul li {
		padding-left: 0;
	}
/* 	mobile menu end */
	.header-address ul li a {
		font-size: 0;
	}
	.contact-inner .contact-img {
		width: 85%;
	}
	.headerbanner.home.headSect .margin-none {
		margin: 0;
	}
/* 	.custom-header .header-top .text-center.right {
		max-width: 64%;
		flex: 0 0 64%;
		padding: 0;
	} */
	section.aboutus {
    height: 100%;
     padding: 90px 0px;
}
	section.aboutus .aboutus-inner .right {
		padding-left: 30px;
	}
	section.aboutus,
section.new-services,
section.new-projects,
section.new-projects-explore,
section.aboutus.awards,
	section#contact{
		padding: 80px 0;
	}
	section.vision-wrape {
		padding-top: 50px;
	}
	.service-inner .hover-1-content h3 {
    font-size: 32px !important;
	}
	section.vision-wrape h2 {
    font-size: 40px;
	}
}
 @media only screen and (max-width: 820px) {
	 
/* 	 mobile menu */
	 .custom-header .imgContainer img {
		width: 187px;
	}
	.custom-header .header-top .text-center.right {
		width: 77%;
		justify-content: flex-end;
	}
	 
/* 	 <mobile menu end */
	 div#form-home input {
		 height: 50px;
	 }
	 div#form-home label {
		 margin-bottom: 5px;
	 }
	 .contact.contactText .contact-email a img {
		 margin-right: 10px;
	 }
	 .footerContainer h5 {
		 font-size: 24px;
	 }
	 .bottom-link {
		 margin-top: 10px;
	 }
	 .title-wrape span.stripe {
		 font-size: 22px;
	 }
	 div#form-home input, div#form-home textarea,
	 div#form-home label,
	 .contact.contactText .contact-email a {
		 font-size: 16px;
	 }
	 section.contact.contactSect .title-wrape h2 {
		 margin-bottom: 30px;
	 }
/* 	 .custom-header .header-top .text-center.right{
		 display:none !important;
	 } */
	 .headerbanner.home.headSect h1 {
		 font-size: 50px;
	 }
	 .headerbanner.home.headSect h3 {
		 font-size: 28px;
	 }
	 section.aboutus .aboutus-inner .right {
		 display: block;
	 }
	 .frame-inner h2 {
		 font-size: 60px;
		 line-height: 60px;
	 }
	 .projects-inner ul.nav.nav-pills {
		 margin-top: 10px;
		 margin-bottom: 16px !important;
	 }
	 .frame-inner p {
		 font-size: 18px;
		 line-height: 28px;
	 }
	 .projects-inner ul.nav li a {
		 font-size: 17px !important;
		 padding: 0px 10px;
	 }
	 .project-after .project-after-img span {
		 width: 106px;
		 height: 50px;
		 font-size: 20px;
	 }
	 .our-inner-projects {
		 margin-bottom: 50px;
	 }
	 section.aboutus.awards .title-wrape h2 {
		 margin-bottom: 50px;
	 }
	 .new-projects-explore .title-wrape h2 {
		 margin-bottom: 30px;
	 }
	 .bottom-link a {
    font-size: 16px;
	 }
	 section.aboutus.awards .aboutus-inner .right img {
		 height: 100%;
		 width: 100%;
	 }
	 .our-inner-projects h3 {
		 margin-bottom: 25px;
		 font-size: 32px;
	 }
	 section.aboutus .aboutus-inner .right img {
		 height: 60%;
	 }
	 .aboutus-inner h4 {
		 font-size: 24px;
	 }
	 .aboutus-inner p {
		 font-size: 16px;
	 }
	 .title-wrape h2 {
		 font-size: 40px;
		 margin-bottom: 20px;
	 }
	 section.aboutus .bottom-link img {
		 width: 20%;
	 }
	 section.home-frame {
		 padding: 30px 0px;
	 }
	 .inner-vision .left {
		 width: 70%;
		 max-width: 70%;
		 flex: 0 0 70%;
	 }
	 .inner-vision .right {
		 width: 20%;
		 max-width: 20%;
		 flex: 0 0 20%;
	 }
}
 @media only screen and (max-width: 768px) {
	 
/* 	 mobile menu */
	
	 .header-top .menuContainer ul.text-right.d-md-block.d-none {
		display: none !important;
	}
    .custom-header .mobileMenuContainer {
        display: block !important;
    }
	.custom-header .menuContainer {
		position: inherit;
	}
	.right-menu .text-center.right {
		width: auto;
	}
	.custom-header .header-top .text-center.right {
		max-width: inherit;
		flex: inherit;
		padding: 0;
	}
	.right-menu {
        display: flex;
/*         width: 100%; */
		place-items: flex-end;
		flex-direction: column-reverse;
		justify-content: center;
    }
	.custom-header .header-top .text-center.right {
        max-width: inherit;
         display: flex;
        justify-content: flex-end;
    }
	.custom-header .mobileMenu.active {
		display: flex !important;
		flex: 0 0 100%;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
	}
	.header-address ul li {
        align-items: flex-end;
        justify-content: flex-end;
        width: 30px;
        height: 20px;
        border-radius: 100px;
        margin-left: 0;
        padding: 0px;
    }
	.header-address ul li img {
		margin-right: 0;
		margin-left: 0;
		max-width: 25px;
    }
	.header-address {
		margin-bottom: 15px;
	}
	.container-custom .left img {
/* 		width: 80%; */
		width: 198px;
	}
	.container-custom .left {
        width: 100% !important;
    }
	.custom-header .header-top {
		align-items: center;
	}
	.custom-header .menuContainer ul li a {
		padding: 13px 0px;
		line-height: normal;
	}
	.mobileMenuContainer img {
		width: 30px;
		filter: brightness(0) saturate(100%) invert(20%) sepia(32%) saturate(1425%) hue-rotate(354deg) brightness(95%) contrast(95%);
	}
	 
/* 	 mobile menu end */
	 
	 section {
		 padding: 4rem;
	 }
	 .headerbanner.home.headSect .home.headInner .home.headContact .header-text {
		 display: flex;
		 flex-direction: column;
		 flex-flow: wrap;
	 }
	 .headerbanner.home.headSect .home.headInner .home.headContact .header-text a {
		 margin-top: 20px;
	 }
	 a.btn-standard {
		 width: 180px;
		 height: 40px;
		 line-height: 40px;
	 }

	.gallery.gallerySpinOuter {
		right: -900px;
		height: 1200px;
		width: 1200px;
	}

	.gallery.galleryIndividual {
		width: 400px;
		height: 400px;
	}

	.contact.contactCol {
		min-height: unset;
	}
	section#gallery .container>.row {
        margin: 0;
    }
    .row.gallery a img {
	    height: 130px;
	}
 }
 @media only screen and (max-width: 767px) {
	 img.close-new {
		 display: none;
	 }
	 .mobileMenuContainer.active img.open-new {
		 display: none;
	 }
	 .mobileMenuContainer.active img.close-new{
		 display: block !important;
	 }
	 .aboutus-inner {
		 display: flex;
		 flex-direction: column-reverse;
	 }
	 section.aboutus .aboutus-inner .right {
		 padding-left: 0;
		 margin-bottom: 30px;
	 }
	 section.home-frame .frame-inner .left:last-child {
		 margin: 0;
	 }
	 .service-inner .servie-our {
		 padding: 0;
		 max-width: 100%;
		 margin-bottom: 30px !important;
	 }
	 .projects-inner .bottom-link, section.new-services .bottom-link {
		 padding-top: 00;
	 }
	 .our-inner-projects h3 {
        margin-bottom: 10px;
        justify-content: flex-start;
    }
	 .our-inner-projects .project-after:nth-child(even) {
		 padding-right: 0;
		 margin-bottom: 30px;
	 }
	 .our-inner-projects .project-after:nth-child(odd) {
		 padding-left: 0;
	 }
	 .aboutus-inner h4 {
       margin-bottom: 20px;
    }
	 section.contact.contactSect .contact-inner {
		 flex-direction: column;
	 }
	 .contact.contactText .contact-email {
		 width: 100%;
	 }
	 .contact.contactCol.contactForm div#form-home {
		 margin-top: 31px;
	 }
	 .form-home .row-inner .form-home-inner:nth-child(even) {
		 padding-left: 0px !important;
		 margin-top: 20px;
	 }
	 .form-home .row-inner .form-home-inner:nth-child(odd) {
		 padding-right: 0px !important;
		 margin-top: 20px;
	 }
	 .inner-vision {
		 padding: 0px;
		 flex-direction: column-reverse;
	 }
	 .inner-vision .right {
		 width: 100%;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 flex-wrap: wrap;
		 max-width: 100%;
		 flex: 0 0 100%;
		 margin-bottom: 20px;
	 }
	 .footerContainer li, .footerContainer li a {
		 font-weight: 600;
		 color: #552D01;
		 font-family: "Urbanist", serif;
		 text-align: center;
		 display: flex;
		 justify-content: center;
	 }
	 .footerContainer li, .footerContainer li a {
		 text-align: center;
		 display: flex;
		 justify-content: center;
		 font-size: 16px;
	 }
	 .footerContainer li a img {
		 margin-right: 9px;
	 }
	 footer.py-5 .center .footerContainer:first-child ul li:last-child {
		 margin: 0;
	 }
	 .footer-social {
		 display: flex;
		 flex-direction: column-reverse;
	 }
	 .right.social {
		 justify-content: center;
	 }
	 section.aboutus, section.new-services, section.new-projects, section.new-projects-explore, section.aboutus.awards, section#contact {
        padding: 50px 0;
    }
	 .footer-social .left {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 margin-top: 10px;
	 }
	 .footer-bottom.py-1 {
		 padding: 20px 0px !important;
	 }
	 footer.py-5 .center .footerContainer:last-child {
		 padding-left: 0;
		 padding-top: 0;
	 }
	 footer.py-5 .center {
		 flex-flow: wrap;
	 }
	 .footerContainer h5 {
        font-size: 24px;
        margin-bottom: 20px !important;
        margin-top: 16px;
    }
	 .footerContainer li a img {
		 width: 25px;
	 }
	 .footerContainer {
		 text-align: center;
		 width: 100%;
		 max-width: 100%;
		 flex: 0 0 100%;
	 }
	 .inner-vision .left {
		 width: 100%;
		 max-width: 100%;
		 flex: 0 0 100%;
		 text-align: center;
	 }
	 span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label, span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label a {
    font-size: 13px;
	 }
	 .form-home label.message-inner {
		 margin-top: 20px;
	 }
	 .form-home .full-wrape {
		 margin-top: 20px;
	 }
	 .contact-inner .contact-img {
		 margin-bottom: 30px;
	 }
	 .contact-inner .contact-img {
        width: 100%;
    }
	 section.aboutus.awards .title-wrape h2 {
        margin-bottom: 30px;
    }
	 .our-inner-projects {
        margin-bottom: 30px;
    }
	 .row.gallery .gallery-inner {
		 width: 50%;
	 }
	 section.home-frame .frame-inner {
		 justify-content: center;
		 flex-direction: column;
	 }
	 section.home-frame .frame-inner .left {
		 margin-bottom: 28px;
	 }
	  .headerbanner.home.headSect {
        height: calc(60vh - 90px);
    }
    .headerbanner.home.headSect h1 {
        font-size: 40px;
    }
    .title-wrape h2 {
        font-size: 36px;
    }
    .our-inner-projects h3 {
        font-size: 28px;
    }
    
    
    .navarrows {
        display: flex;
        margin-top: 0;
        margin-bottom: 25px;
    }
    ul#pills-tab {
        display: flex ;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    ul#pills-tab li {
        margin-bottom: 10px;
    }
    .projects-inner.projectnav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
   .gallery {
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.service-inner .hover-1-content {
	    height: 30%;
	}
}

@media only screen and (max-width: 480px) {
.row.gallery .gallery-inner {
        width: 100%;
    }
	.row.gallery a img {
		height: 100%;
	}
	.container-custom .left {
		width: 52%;
	}
	.container-custom .left img {
		width: 100%;
		height: auto;
	}
	.bottom-link a {
   padding: 22px 35px;
	}
	div#form-home label {
		font-size: 22px;
	}
	.service-inner .hover {
		border: 5px solid #fff;
	}

	section.aboutus .bottom-link img {
        width: auto;
        margin-bottom: 20px;
		
    }
	section.aboutus .bottom-link {
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}
    .service-inner .hover-1-content p {
        font-size: 16px;
        transform: inherit;
        transition: all 0.4s;
        opacity: 1;
    }
	.service-inner .hover-1 img {
	    position: relative;
	}
	.service-inner .hover
	{
	    padding-bottom: inherit;
	}
	.service-inner .hover-1-content {
	    padding: 20px 10px !important;
	    background: #593309;
	    bottom: 0 !important;
	    position: relative;
	}
}

@media only screen and (max-width: 400px) {
	.headerbanner.home.headSect h1 {
        font-size: 30px;
    }
	section.new-services .bottom-link a {
		text-transform: uppercase;
		padding: 22px 35px;
	}
	.frame-inner p {
        font-size: 15px;
        line-height: 22px;
    }
	.frame-inner h2 {
        font-size: 40px;
        line-height: 40px;
    }
	section.vision-wrape p {
    font-size: 18px;
	}
	section.vision-wrape h2 {
        font-size: 28px;
        line-height: normal;
    }
	.our-inner-projects h3 {
        font-size: 24px;
    }
	.project-after .project-after-img span {
        width: 90px;
        height: 44px;
        font-size: 16px;
    }
	.title-wrape span.stripe {
        font-size: 18px;
    }
	.title-wrape h2 {
        font-size: 28px;
	}
	.row.gallery .gallery-inner {
        width: 100%;
        padding: 0px;
        padding-bottom: 15px;
    }
	.service-inner .hover-1-content h3 {
        font-size: 22px !important;
    }
	.service-inner .hover-1-content {
    bottom: 6px;
	}
	.menu-padding {
		padding: 0;
	}
	
	.headerbanner.home.headSect h3 {
        font-size: 22px;
    }
	.title-wrape h2 {
		font-size: 32px;
		margin-bottom: 10px;
		line-height: 29px;
    }
	.aboutus-inner h4 {
        font-size: 22px;
    }
}
 @media only screen and (max-width: 576px) {
	 .home.headContact {
		 line-height: 3rem;
		 height: auto;
		 padding: 1rem 0;
	 }

	 .gallery.gallerySpinOuter {
 		right: -1030px;
 	}

	.gallery.galleryIndividual {
		height: 250px;
	}	
}
i.newbuild {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2019/10/new-house.png);
    background-size: 100%;
}
.popupshow .modal
{
	display:block;
}