@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "League Spartan", sans-serif;
font-family: "Roboto", sans-serif;
*/
body {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 1.73;
	color: #636365;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "League Spartan", sans-serif;
	color: #000;
}

h1,
h2,
h3 {
	font-weight: 700;
}

.org-txt {
	color: #cf991b;
}

.green-txt {
	color: #00873a;
}

.mbt-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.h2,
h2 {
	font-size: 40px;
}

.site-header {
	padding: 0;
}

.siteheader-wrap {
	/*background: #191919;*/
	background: #fff;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
}

.scrolling .siteheader-wrap {
	position: fixed;
	background: #fff;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .05);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: headerSticky .95s ease forwards;
	animation: headerSticky .95s ease forwards;
	will-change: transform
}

@-webkit-keyframes headerSticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes headerSticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.top-header {
	background: #000;
	padding: 5px;
	display: none;
}

.site-branding {
	margin-top: 0;
}

.site-logo {
	margin: 5px;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
	/*color: #cf991b;*/
	color: #01823b;
	font-family: "League Spartan", sans-serif;
}

.site-main {
	padding-top: 0;
	padding-bottom: 0;
}

.site-footer {
	padding: 20px 0 0;
	max-width: 100%;
	background: #191919;
	color: #fff;
	margin: 0 !important;
}

.site-footer .widget a {
	color: #fff;
}

.site-footer .footer-2 .widget a:hover {
	color: #cf991b;
}

.site-footer h4 {
	color: #cf991b;
	font-size: 22px;
	margin-bottom: 15px;
	border-bottom: 1px solid #4a4949;
	padding-bottom: 10px;
}

.copy-right {
	text-align: center;
	background: #000000;
	color: #b6b6b6;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

.sec-grd-top {
	background: url(assets/images/bg-image-38.webp) no-repeat;
	background-position: center -100px;
	padding: 100px 0 20px;
	background-size: 80%;
}

.sec-grd {
	background: url(assets/images/bg-image-38.webp) no-repeat;
	background-position: 0 center;
	padding: 100px 0;
}

.sec-grd2 {
	background: url(assets/images/bg-image-es2.webp) no-repeat;
	padding: 100px 0;
	background-size: cover;
}

.welcom-txt {
	margin-top: 0;
}

.wel-img img {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
}

.hm-img-block {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.hm-img-block h3 {
	position: absolute;
	bottom: 0;
	display: inline-block;
	font-size: 20px;
	background-color: #fff;
	line-height: 32px;
	border-radius: 30px;
	margin-right: 10px;
	padding: 4px 18px;
	z-index: 2;
	left: 10px;
	font-weight: 500;
}

.hm-img-block img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.hm-img-block:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.mar-bot-100 {
	margin-bottom: 100px;
}

.mar-bot-70 {
	margin-bottom: 70px;
}

.hm-img-wrap:after {
	content: '';
	height: 100%;
	width: 100%;
	background: #fff;
	background: -webkit-linear-gradient(top, rgba(51, 51, 51, .01) 35%, rgba(51, 51, 51, .7) 100%);
	background: linear-gradient(top, rgba(51, 51, 51, .01) 35%, rgba(51, 51, 51, .7) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
}

.workshops {
	padding-top: 50px;
}

.gallery-bg {
	background: url(assets/images/cta-banner-remote.webp) no-repeat;
	padding: 100px 0;
	background-size: cover;
}

.gallery-bg h2 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 30px !important;
	color: #fff;
}


.gallery-bg .spectra-image-gallery__media-thumbnail-caption--overlay {
	font-size: 24px;
	font-family: "League Spartan", sans-serif;
	line-height: 26px;
}

.site-footer a {
	text-decoration: none;
}

.site-footer .footer-2 li::before {
	content: "\f0da";
	font-family: "FontAwesome";
	font-weight: 400;
	margin-right: 10px;
}

.planning_process p {
	font-size: 22px;
}

.planning_process p a {
	color: #636365;
	text-decoration: none;
}


textarea,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #edeef2 !important;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 6px;
}

.site textarea {
	height: 100px;
	resize: none;
	border-radius: 6px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.services-link,
input[type="submit"] {
	background-color: #00873a !important;
	padding: 10px 30px;
	border: none !important;
	color: #fff !important;
	border-radius: 3px;
	font-family: "League Spartan", sans-serif;
	text-decoration: none;
	font-size: 24px !important;
}

.services-link {
	margin-top: 30px;
	display: inline-block;
}

.services-link:hover,
input[type="submit"]:hover {
	background-color: #03622c !important;
	color: #fff !important;
	border-radius: 3px;
	font-size: 24px !important;
}



.form-wrap {
	background: #fff;
	padding: 15px;
	font-size: 22px;
	border-radius: 10px;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}

.form-wrap label {
	width: 100%;
	border-radius: 6px;
}

.cat-box {
	text-align: center
}

.cat-box li {
	display: inline-block;
	font-family: "League Spartan", sans-serif;
	background: #fff;
	padding: 15px 25px;
	margin: 6px;
	font-size: 22px;
	border-radius: 10px;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1)
}

.submit-btn {
	text-align: right;
}

.wpcf7-spinner {
	position: absolute;
}

.phone,
.email,
.faxno {
	display: flex;
}

.phone a,
.email a,
.faxno a {
	color: #fff;
	text-decoration: none;
}

.footer-1 p {
	margin-bottom: 0;
}

.planning_process {
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 150px 0 20px;
	position: relative;
	margin-bottom: 200px !important;
}

.planning_process:after {
	content: '';
	height: 100%;
	width: 100%;
	background: #000000c9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	z-index: 1
}

.planning_process > div {
	position: relative;
	z-index: 2
}

.bot_planning {
	max-width: 800px;
	margin: 0 auto;
	background: #d3b474;
	padding: 30px;
	border-radius: 10px 10px 10px 10px;
	color: #000;
	position: relative;
	font-family: "League Spartan", sans-serif;
	bottom: -100px;
}

.bot_planning p {
	margin: 0;
	line-height: 30px;
}

.top_planning p,
.top_planning h2 {
	color: #fff;
}

.bot_planning p a {
	color: #000;
	text-decoration: none;
	font-size: 30px;
	font-weight: 600;
}

.bot_planning_lt {
	text-align: right;
}

.bot_planning .col-md-6 {
	font-size: 26px;
	font-weight: 500;
}

.bot_planning .bot_planning_lt {
	padding-right: 50px;

}

.bot_planning .bot_planning_rt {
	padding-left: 50px;

}

.bot_planning > span {
	background-color: #FFFFFF;
	padding: 18px 18px 18px 18px;
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	border-color: #1414171A;
	border-radius: 50% 50% 50% 50%;
	font-size: 30px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	line-height: 27px;
}

.social-media {
	margin-top: 35px;

}

.wel-txt h2.uagb-heading-text,
.sec-title {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.sec-title::after {
	content: '';
	background: url(assets/images/heading-border-line.webp);
	width: 109px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.enquiry-lt h2:after,
.wel-txt h2.uagb-heading-text:after {
	content: '';
	background: url(assets/images/heading-border-line.webp);
	width: 109px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(0);
}

.primary-navigation .current-menu-item > a,
.primary-navigation a:hover {
	text-decoration: none !important;
}


.primary-navigation > div > .menu-wrapper > li:hover > a:after,
.primary-navigation > div > .menu-wrapper > li > a:after {
	height: 3px;
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.primary-navigation > div > .menu-wrapper > li:hover > a:after,
.primary-navigation .current-menu-item > a:first-child:after,
.primary-navigation .current_page_item > a:first-child:after {
	background: #e4ab31;
	width: 100%;
}

ul.cat-box {
	padding-left: 0px !important;
}

.services-title img {
	width: 60px !important;
	height: auto !important;
	background: #2cc2753b;
	padding: 10px;
	border-radius: 10px;
	margin-right: 10px;
}

.services-title {
	background: #ffffff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
	color: #04793d;
	font-weight: 500;
	font-size: 1.6rem;

}

.home .services-title {
	display: flex;
	text-align: left;
	align-items: center;
}

.enquiry-lt p {
	text-align: left !important;
}

.enquiry .row {
	align-items: center;
}

.enq_info {
	display: flex;
	margin-bottom: 20px;
}

.enq_info i {
	padding: 10px;
	border-radius: 50% 50% 50% 50%;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 39px;
	margin-right: 20px;
}

.bot_enquiry_rt .enq_info i {
	background-color: #fff0d1;
	color: #d29a2b;
}

.enquiry-lt .address .enq_info i {
	background-color: #fbeff1;
	color: #f9b2bf;
}

.enquiry-lt .faxno .enq_info i {
	background-color: #ededff;
	color: #502bd2;
}

.bot_enquiry_lt .enq_info i {
	background-color: #c9fbdf;
	color: #02c158;
}

.enq_info section p,
.enq_info span a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}

.enquiry-lt,
enq_info p {
	margin: 0;
}

.footer-5 {
	display: none
}

#mobmenuleft li a {
	font-family: "League Spartan", sans-serif !important;
	font-size: 20px
}

#mobmenuleft li.current-menu-item a {
	color: #e4ab31
}


.thank-block {
	background: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28%;
	padding: 30px 30px;
	border-radius: 8px;
	margin: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	max-width: 500px !important;
	margin: 50px auto 80px !important;
}

.thank-block .uagb-svg-wrapper {
	background: #057441;
	padding: 30px !important;
	border-radius: 50px;
}

.thank-block h2 {
	font-size: 46px;
	font-weight: 600;
}

.thank-block .uagb-block-d0788c96.uagb-icon-wrapper svg {
	fill: #fff;
}

.thank-block a {
	color: #d19c2c;
	text-decoration: none;
}

.thank-block a:hover {
	text-decoration: underline;
}

.wpcf7-not-valid-tip {
	font-size: 0.6em;
}

@media only screen and (max-width: 991px) {
	.primary-navigation {
		margin-right: auto;
	}

	.site-branding {
		margin: 0 auto;
	}

	.site-header {
		gap: 0;
	}

	.wel-txt h2.uagb-heading-text {
		line-height: 22px;
	}

	.hm-img-block h3 {
		line-height: 22px;
	}
}

@media only screen and (max-width:767px) {
	.home .services-title {
		font-size: 1.2rem;
	}

	.wel-img {
		margin-top: 15px;
	}

	.bot_planning .bot_planning_rt,
	.bot_planning .bot_planning_lt {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.bot_planning .bot_planning_rt {
		margin-top: 90px;
	}

	.bot_planning > span {
		top: 45%;
	}

	.bot_planning {
		padding: 30px 10px;
	}

	.bot_planning p a {
		font-size: 22px;
	}

	.planning_process {
		padding: 50px 0 20px;
		margin-bottom: 136px !important;
	}

	.bot_planning {
		bottom: -60px;
	}

	.sec-grd-top,
	.sec-grd,
	.sec-grd2,
	.gallery-bg {
		padding: 50px 0;
	}

	.mar-bot-100,
	.mar-bot-70 {
		margin-bottom: 30px;
	}

	.workshops {
		padding-top: 20px;
	}

	.wel-txt h2.uagb-heading-text {
		text-align: center;
	}

	.wel-txt h2.uagb-heading-text::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.wel-txt .has-text-align-left {
		text-align: center !important;
	}

	.enquiry-lt p br {
		display: none;
	}

	.footer-5 {
		display: block
	}

	.footer-4 .social-media {
		display: none
	}

	.footer-3,
	.footer-2,
	.footer-1 {
		margin-top: 35px;
	}

	.gallery-bg h2 {
		line-height: 42px;
	}
}

@media only screen and (max-width:575px) {
	.wel-txt h2.uagb-heading-text {
		line-height: 35px;
	}

	.enq_info i {
		padding: 10px;
		border-radius: 50% 50% 50% 50%;
		font-size: 23px;
		width: 43px;
		height: 43px;
		line-height: 22px;
		margin-right: 20px;
	}

	.cat-box li {
		width: 50%;
	}

	.welcom-txt {
		padding-bottom: 0 !important;
	}
}

@media only screen and (max-width:360px) {
	.cat-box li {
		width: 97%;
		display: flex;
		text-align: left;
		align-items: baseline;
		font-size: 18px;
	}

	.cat-box li img {
		float: left;
		margin-right: 5px;
	}

	.services-title {
		display: flex;
		text-align: left;
		align-items: center;
	}
}
