/*start css*/

html,
body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	overflow-x: hidden;
	line-height: 24px;
	position: relative;
	color: #4a4a4a;
	font-weight: 200;
	background: #ffffff;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
img {
	vertical-align: middle;
}
a img {
	border: none;
}
:focus {
	outline: 0;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
ul {
	list-style: none;
}
a,
select {
	outline: none;
}
.clearfix {
	display: block;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
	clear: both;
}
.container {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}

.visible-sm {
	display: none;
}
@media (min-width: 1450px) {
	.container {
		width: 1449px;
	}
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

.center {
	text-align: center;
	margin: 0 auto;
}
.no-margin {
	margin: 0px !important;
}
.margin-top {
	margin-top: 0px !important;
}
.no-paddingright {
	padding-right: 0px !important;
}
.no-paddingleft {
	padding-left: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.service-md-5,
.service-md-7,
.column-md-12,
.column-md-1,
.column-md-10,
.column-md-3,
.column-md-4,
.column-md-5,
.column-md-6,
.column-md-9,
.column-md-8,
.column-md-7,
.column-mdhalf-10,
.column-md-2,
.column-md-1 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.service-md-5,
	.service-md-7,
	.column-md-1,
	.column-md-10,
	.column-md-3,
	.column-md-4,
	.column-md-5,
	.column-md-6,
	.column-md-9,
	.column-md-8,
	.column-md-7,
	.column-md-12,
	.column-mdhalf-10,
	.column-md-2,
	.column-mdhalf-11 {
		float: left;
	}
	.column-md-12 {
		width: 100%;
	}
	.column-md-9 {
		width: 74%;
	}
	.column-md-8 {
		width: 66.66666667%;
	}
	.column-md-10 {
		width: 83.33333333%;
	}
	.column-md-2 {
		width: 16.66666667%;
	}
	.column-md-7 {
		width: 58.33333333%;
	}
	.column-md-6 {
		width: 50%;
	}
	.column-md-5 {
		width: 41.66666667%;
	}
	.column-md-4 {
		width: 33.33333333%;
	}
	.column-md-3 {
		width: 25.2%;
	}
	.column-md-1 {
		width: 8%;
	}
	.service-md-7 {
		width: 60%;
	}
	.service-md-5 {
		width: 40%;
	}
}

.space300 {
	margin-top: 300px !important;
}
.space200 {
	margin-top: 200px !important;
}
.space100 {
	margin-top: 100px !important;
}
.space70 {
	margin-top: 70px !important;
}
.space50 {
	margin-top: 50px !important;
}
.space30 {
	margin-top: 30px !important;
}
.space20 {
	margin-top: 20px !important;
}
.space10 {
	margin-top: 10px !important;
}
.space40 {
	margin-top: 40px !important;
}
.responsive-img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a:hover,
.ft-links li a:hover,
.ft-links li.active > a,
.ft-links li a:focus {
	color: #984f12;
	text-decoration: underline;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}

/* Navigation menu */
.nav-logo {
	padding: 13px 0 0;
	display: block;
}
.header-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mrgl50 {
	margin-left: 50px;
}
.header-links li {
	text-align: left;
	float: left;
	display: inline-block;
	padding: 12px 45px;
	padding-top:17px;
}
.header-links li:last-child {
	padding-right: 0;
}
.header-links li:not(:last-child) {
	/*border-right: 1px solid rgba(215, 215, 215, 0.7);*/
}
.menu_link ul > li:not(:last-child) {
	/*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.menu_link nav ul li ul li:not(:last-child) {
	border-bottom: 1px solid rgba(218, 224, 238, 0.5);
}
.call-link {
	display: block;
	padding: 11px 0;
}
.header-links li .call-link span {
	font-size: 20px;
	color: #7e6827;
	display: inline-block;
	padding: 0 0 0 5px;
	font-weight: 700;
}
.header-links li span {
	/*text-transform: lowercase !important;*/
}
.header-links li span::first-letter {
	text-transform: uppercase !important;
}
.header-links li span,
.address-in-mb .address span {
	font-size: 16px;
	color: #2f2f2f;
	font-weight: 600;
	/*text-transform: uppercase;*/
	display: block;
}
.header-links li label,
.address-in-mb .address label {
	text-transform: uppercase;
	color: #985f2f;
	display: block;
	font-weight: 700;
}
.header-links li a.call-link:hover span {
	color: #985f2f;
}
.header-links li img,
.address-in-mb .address img {
	float: left;
	margin-right: 10px;
}
div#overlay {
	display: none;
}
a#toggle {
	position: absolute;
	top: 24px;
	right: 17px;
	width: 39px;
	height: 37px;
	background-color: #1b9789;
	background: radial-gradient(circle, #1e997f 0%, #189593 100%);
	text-align: center;
	color: white;
	cursor: pointer;
	display: none;
	z-index: 12;
	padding: 10px;
	line-height: 17px;
	border-radius: 10px;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	border-radius: 3px;
}
/*-----Header css start-----*/
header {
	width: 100%;
	/* float: left; */
	z-index: 1;
	clear:both;
}
.heading {
	clear: both;
}
.hidden {
	display: none;
}
.menu_link nav > ul {
	text-align: right;
	float: right;
}
.menu_link {
	background-color: #946137;
}
.mainheader {
	position: fixed;
	width: 100%;
	z-index: 100;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.menu_link ul > li {
	position: relative;
	display: inline-block;
	text-align: center;
	float: left;
	padding: 5px 17px;
}
.menu_link ul > li > a {
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #ffffff;
	font-size: 16px;
	padding: 7px 27px;
	display: block;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	line-height: 100%;
}

.menu_link ul > li:hover > a i.menudrop {
	color: #494949;
}
.menu_link .submenu li {
	display: block;
	border-right: none;
	min-width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.menu_link .submenu li a {
	text-transform: capitalize;
	padding: 15px 16px;
	font-size: 15px;
	color: #fff;
	line-height: 100%;
}
.menu_link .submenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 111;
	max-height: 0;
	overflow: hidden;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
	background-color: rgb(37, 37, 37);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px;
}
.logo-left {
	width: 18%;
	z-index: 1;
	float: left;
	padding: 25px 0;
}
.menuright {
	float: right;
}
.menu_link ul > li:hover > a,
.menu_link ul > li.active > a {
	background: #fff;
	color: #252525;
	border-radius: 2px;
	text-decoration: none;
	font-weight: 600;
}
.menu_link .submenu li a:hover {
	border-radius: 0px;
}
.menu_link li:hover .menu-level1,
.menu_link .menu-level1 li:hover .menu-level2 {
	max-height: 2000px;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.menu_link .submenu li {
	border-right: 0px !important;
}
.product-sidebar h4 .menu_expand,
.menu_link .submenu .menudrop {
	float: right;
	margin-top: 2px;
}

.submenu .has-sub .menudrop {
	background: none;
	color: #fff;
}
.menu_link li .menu-level1 .has-sub:hover a .menudrop,
.menu_link .menu-level1 li .menu-level2 .has-sub:hover a .menudrop {
	color: #000;
}
.menu_link ul > li.hidden,
.togglebtn,
.menu_link nav > ul > li.hidden {
	display: none;
}
.menu_link .submenu li:before {
	content: none;
}

.product-sidebar.expanded_menu h4 .menu_expand,
.menu_link .has-sub a.active .menudrop::before {
	content: "\f0d8";
}
.product-sidebar h4 .menu_expand{
	content: "\f105";
}
.menu-level1 .menudrop:before {
	content: "\f107";
}
.modal-toggle img {
	padding-right: 9px;
}
.subheader li {
	display: inline-block;
	border-right: 1px solid #333;
}
.subheader li:last-child {
	border-right: none;
}
.subheader li a {
	color: #ededed;
	font-size: 14px;
	padding: 14px 36px;
	display: block;
}
.subheader li a:hover {
	color: #f89301;
}
.subheader li a img {
	margin-right: 10px;
	vertical-align: middle;
}
.openhr {
	float: left;
	padding: 12px 0 0;
}
.openhr li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
	line-height: 100%;
}
.openhr li:first-child:before {
	content: "";
	position: absolute;
	right: 1px;
	width: 1px;
	height: 13px;
	border-right: 1px solid #fff;
	z-index: 1;
}
.openhr li:first-child:after {
	content: "";
	position: absolute;
	right: 0;
	width: 3px;
	height: 13px;
	background: #222;
}
#menu {
	/* margin-top: -37px; */
	margin-top: 0;
	position: relative;
	width: 100%;
	float: left;
	background-color: #946137;
}
.logo {
	position: relative;
	z-index: 9;
}
.arrow {
	padding-left: 7px;
	/* vertical-align: middle; */
	/* margin-top: -10px; */
	top: -3px;
	position: relative;
}
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50% {
		transform: translateY(-3%);
	}
	75% {
		transform: translateY(3%);
	}
	100% {
		transform: translateY(0%);
	}
}
@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(-3%);
	}
	75% {
		-webkit-transform: translateY(3%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}
.product-sidebar h4 .menu_expand,
.menudrop {
	z-index: 1;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin-left: 9px;
	padding-left: 1px;
	color: #fff;
	font-size: 14px;
}
/*
css for product page*/
.product {
	background: #dae0ee;
	padding: 50px 0;
}
.title {
	color: #141414;
	font-size: 30px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
}

/*.product .title {
	-webkit-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
}*/
.subtitle {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	max-width: 760px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

.subtitle2 {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.product-box {
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	position: relative;
	width: 100%;
	margin-bottom: 45px;
	overflow: hidden;
	z-index: 1;
}
.product-box .pro-border-box {
	border: 2px solid #984f12;
	position: absolute;
	content: "";
	transition: 0.5s;
	left: 20px;
	right: 20px;
	top: 30px;
	bottom: 22px;
	width: auto;
	margin: 0 auto 0px;
	z-index: 2;
}
.product-name {
	background-color: #ffffff;
	/*min-height: 123px;*/
	min-height: 150px;
}
.product-name h4 {
	color: #272727;
	font-family: "Rajdhani", sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
}
.product-name h2 {
	color: #272727;
	font-family: "Rajdhani", sans-serif;
	font-size: 26px!important;
	text-transform: uppercase;
	font-weight: bold!important;
	line-height: 27px;
	text-align: center;
}

.top-arrow {
	margin: 0 auto;
	top: -23px;
	position: relative;
	width: 51px !important;
	height: 51px !important;
}
.seprater {
	text-align: center;
	margin: 17px auto;
	display: none;
}
/*css for process*/
.process {
	/* background: url(../images/process.jpg); */
	background: url(/wp-content/uploads/2024/01/process.jpg) no-repeat;
	padding: 50px 0;
}
.white {
	color: #fff !important;
}
.process-list li {
	position: relative;
	padding: 0 67px;
	display: inline-block;
	text-align: center;
	text-align: center;
	float: left;
}
.process-step {
	background: url(../images/process-bg.png);
	width: 151px;
	background-repeat: no-repeat;
	height: 155px;
	display: table;
}
.step-img {
	text-align: center;

	display: table-cell;
	vertical-align: middle;
}
.process-step-top,
.process-step-name {
	max-width: 97px;
	margin: 0 auto;
}
.process-step-name span {
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	display: inline-block;
	margin: 15px 0px 9px 0px;
	text-align: center;
	text-transform: uppercase;
}
.process-step-top h4 {
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:15px;
}
.process-step-name p {
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	padding: 30px 0px;
	text-align: center;
	text-transform: uppercase;
}
.process-list {
	text-align: center;
	font-size: 0;
	display: inline-block;
}
.process-list li:not(:last-child):after {
	content: "";
	position: absolute;
	background: url(../images/cuve-arrow.png);
	width: 200px;
	height: 31px;
	background-repeat: no-repeat;
	top: 23%;
	left: 85%;
}
/*start serive section*/
.service {
	/* background: url(../images/service-bgg.png) #fff;*/
	background: url(https://www.fultonbrickyard.com.au/wp-content/uploads/2025/01/service-bgg2.png) #fff;
	padding: 60px 0;
	background-position: 0% 109%;
	background-repeat: no-repeat;
}
.service-title {
	color: #2b2b2b;
	font-family: "Rajdhani", sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
}
h1.service-title {
	padding-bottom: 15px;
	color: #2b2b2b;
	font-family: "Rajdhani", sans-serif;
	font-size: 36px !important;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
}
.service-subtitle {
	padding: 10px 0px 0px;
	color: #2b2b2b;
	font-family: "Rajdhani", sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
}
h2.service-subtitle {
	padding-bottom: 10px;
	color: #2b2b2b;
	font-family: "Rajdhani", sans-serif;
	font-size: 26px !important;
	line-height: 32px;
	font-weight: 400;
}
h3.service-subtitle {
	padding-top: 5px;
}
.service-info p {
	/* color: #666666;*/
	color: #464646;
	font-family: "Rajdhani", sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
/*.service-info{padding-right: 100px;}*/
.service-list li {
	position: relative;
	width: 33.33%;
	float: left;
	display: inline-block;
	color: #3c3933;
	font-family: "Rajdhani", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	padding: 0px 20px;
}
.service-list li:before {
	content: "";
	background: url(../images/right-arrow.png);
	width: 14px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 8px;
}
#style {
	max-height: 517px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: url(../images/scroll.png);
	background-repeat: no-repeat;
}
.mCSB_inside > .mCSB_container {
	padding-right: 38px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 10px !important;
	height: 37px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #cccccc !important;
}
.mCSB_scrollTools {
	opacity: 1 !important;
}
.mCSB_scrollTools .mCSB_dragger {
	height: 37px !important;
}
.service-list {
	padding: 30px 0px;
}
.owl-theme .owl-nav [class*="owl-"] {
	background: none !important;
	margin: 0px !important;
}

.owl-prev {
	position: absolute;
	right: 68px;
	padding: 5px 0px !important;
	bottom: -4px;
}
.owl-next {
	position: absolute;
	right: 0;
	padding: 5px 0px !important;
	bottom: -4px;
}
.project-title {
	background-color: #984f12;
	position: absolute;
	bottom: 11px;
	z-index: 9;
	font-size: 24px;
	font-weight: 700;
	right: 151px;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	text-transform: uppercase;
	width: 233px;
	padding: 21px 10px;
	text-align: center;
}
#owl-demo2 {
	padding-left: 23px;
}
.form-section {
	/*background: url(../images/form-bg_reverse.jpg) no-repeat;*/
	background: url(https://www.fultonbrickyard.com.au/wp-content/uploads/2024/01/form-bg_reverse.jpg) no-repeat;
	background-position:center right;
	padding: 50px 0px 140px;
	width: 100%;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.form-section:after {
	background: url(../images/left-bg-1.png) no-repeat;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -70px;
	width: 303px;
	height: 207px;
	z-index: -1;
}
/*css strat hp*/
/* css for enq form */

.form-md-5 {
	width: 45%;
	float: left;
	display: inline-block;
	padding-right: 60px;
	padding-left:  15px;
}
.form-md-5_alt{
	padding-right: 15px;
	padding-left:  60px;
}
.form-control {
	min-height: 55px;
	background-color: #fff;
	width: 100%;
	/* color: #757575; */
	color: #000;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	font-size: 17px;
	padding: 14px 15px;
	margin-bottom: 15px;
	border: 0px;
	outline: 0px;
	border-radius: 5px;
	font-family: "Rajdhani", sans-serif;
}
.form-control:-moz-placeholder,
.form-control::placeholder{
	color: #565856;
}
.wpcf7-not-valid.form-control:-moz-placeholder,
.wpcf7-not-valid.form-control::placeholder{
	color: #f00;
}
.form-block-6 {
	float: left;
	/* width: 47.33%;
	margin-right: 3.3%; */
	width: 48.5%;
	margin-right: 1.5%;
}
.mrgr0 {
	margin-right: 0 !important;
}
.right {
	float: right !important;
}
.form-block-12 {
	width: 100%;
	float: left;
}
.frm-title {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 30px;
	font-family: "Rajdhani", sans-serif;
	text-align: left;
}

ul.capcha-block {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left !important;
	width: 100%;
}
ul.capcha-block li {
	float: left;
}
.btn.btn-submit {
	background-color: #2b2b2b;
	min-width: 190px;
	padding: 12px 20px;
	/* height: 60px; */
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	outline: none;
	border: 0px;
	text-transform: capitalize;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	border-radius: 5px;
	border: 2px solid transparent;
	cursor: pointer;
	margin-top: 15px;
}
.btn.btn-submit:hover {
	background-color: #fff;
	border-color: #fff;
	color:#262626;
}
.right-block-qt_alt,
.right-block-qt {
	width: 36%;
	float: left;
}
.quality-block {
	padding: 0 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 40px;
	width: 100%;
	float: left;
}
.right-block-qt_alt{
	border-left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.qt-logo {
	margin-bottom: 40px;
}
.quality-block p {
	font-size: 28px;
	color: #fff;
	-webkit-text-shadow: 0px 2px 2px rgba(59, 42, 28, 0.56);
	-moz-text-shadow: 0px 2px 2px rgba(59, 42, 28, 0.56);
	text-shadow: 0px 2px 2px rgba(59, 42, 28, 0.56);
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.btn-call {
	/* background: #fff url(../images/call-icon.png) no-repeat left 25px top 12px;*/
	background: #fff;
	color: #262626;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	padding: 12px 18px 12px 60px;
	border-radius: 5px;
	margin-right: 5%;
	float: left;
}
.btn-call img {
	margin-right: 15px;
	display: inline-block;
	float: left;
	position: absolute;
	left: 20px;
	top: 12px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.btn-quote {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	padding: 12px 18px 12px 30px;
	border-radius: 5px;
	min-width: 192px;
	height: 47px;
	float: left;
	background-color: #2b2b2b;
}
.btn-block a.btn-quote {
	height: 48px;
}
.btn-quote img {
	margin-right: 10px;
}
.header-links li a.btn-quote {
	padding: 11px 20px;
}
.header-links li a.btn-quote img {
	float: left;
	display: inline-block;
}
.header-links li a.btn-quote span {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize !important;
}
.btn-quote:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2b2b2b;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.header-links li a.btn-quote:before,
.btn-quote:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #984f12;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.testimonial-bg {
	position: relative;
	background: url(../images/testimonial-bg.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	padding: 38px 0;
}
.testimonial-block-3 {
	width: 33.33%;
	float: left;
	padding: 0 27px;
	margin-bottom: 30px;
}

.testi-block {
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	padding: 37px 50px;
}
.cl-name span {
	width: 100%;
	position: relative;
	display: block;
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	padding: 20px 0 0px;
}
.cl-name span:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 4px;
	top: 0;
	left: 0;
	background-color: #984f12;
}
.mrgb25 {
	margin-bottom: 25px;
}
.testi-block p {
	font-size: 16px;
	color: #212121;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 400;
}

.title-1 {
	font-size: 36px;
	text-transform: uppercase;
	-webkit-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	color: #212121;
	font-weight: 700;
	margin-bottom: 12px;
}

/* css for footer */
.ft-bg {
	/* background: url(../images/naina-footer-bg.jpg) no-repeat;*/
	background: url(https://www.fultonbrickyard.com.au/wp-content/uploads/2024/01/naina-footer-bg.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	padding: 50px 0;
	position: relative;
}
.ft-links {
	list-style-type: none;
	margin-bottom: 20px;
}
.ft-links li {
	position: relative;
	/*padding-left: 25px;*/
}
.ft-links li a {
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 10px;
	display: block;
	text-transform: uppercase;
}
.ft-links li:before {
	position: absolute;
	/*content: "\f105";*/
	left: 0;
	top: 2px;
	color: #ffffff;
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 16px;
	line-height: 100%;
}
footer h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
footer h2 {
	font-size: 26px!important;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}

.btn-fb {
	background: #3b5999;
	min-height: 30px;
	min-width: 132px;
	padding: 8px 15px 7px 20px;
	border-radius: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-fb i {
	font-size: 20px;
	float: left;
	margin-right: 10px;
	display: inline-block;
	margin-top: 2px;
}
.btn-fb:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.br-left {
	border-left: 1px solid rgba(128, 128, 128, 0.3);
}

.ft-block-1 {
	width: 18.63%;
	float: left;
	display: inline-block;
	padding-left: 15px;
}
.ft-block-2 {
	width: 29%;
	float: left;
	display: inline-block;
	padding: 0 15px 0 110px;
}
.ft-block-3 {
	width: 50.44%;
	float: left;
	display: inline-block;
	padding-left: 15px;
}

.ft-contact-info {
	/*background: #fff url(../images/fulton-bg.jpg) no-repeat right top;*/
	background: #fff url(../images/fulton-bg.webp) no-repeat right top;
	border-radius: 2px;
	width: 100%;
	padding-left: 25px;
}
.contact-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0px;
	display: inline-block;
	margin-bottom: 10px;
}
ul.contact-list li {
	margin-bottom: 20px;
	padding: 0 20px;
	color: #737373;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
ul.contact-list li address {
	font-style: normal;
}
ul.contact-list li img {
	float: left;
}
.ft-logo {
	padding: 15px 0 0;
}
.mrgl60 {
	margin-left: 60px;
}
.mrgb30 {
	margin-bottom: 30px;
}
ul.contact-list li label {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	color: #2e2925;
	display: block;
	margin-bottom: 5px;
	line-height: 100%;
}
.ft-bottom {
	background-color: #252525;
	min-height: 60px;
	text-align: center;
	width: 100%;
	padding: 20px 15px;
}

.ft-bottom p {
	font-size: 16px;
	color: #cfcfcf;
	line-height: 21px;
	font-weight: 400;
}

.btn-block a {
	margin-top: 10px;
	margin-bottom: 20px;
}
/* .btn-block .btn-call {
	padding-top: 24px;
	padding-bottom: 24px;
} */

/* css for scrolltop */
.cd-top {
	display: none;
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 125px;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	background-color: #946137;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.cd-top.cd-is-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	display: inline-block;
}
.cd-top.cd-is-visible:hover {
	background-color: #2b2b2b;
	color: #fff;
}

#owl-demo1 .owl-next,
#owl-demo1 .owl-prev {
	position: absolute;
	right: 0;
	padding: 5px 0px !important;
	background: #ffffff !important;
	border: 2px solid #262626;
	border-radius: 5px;
	width: 49px;
	height: 49px;
	padding: 0px !important;
}
#owl-demo1 .owl-prev {
	left: 50%;
	margin-left: -175px !important;
}
#owl-demo1 .owl-theme .owl-nav {
	padding: 0px !important;
}
#owl-demo1 .owl-next i,
#owl-demo1 .owl-prev i {
	color: #2d2d2d;
	font-size: 18px;
	line-height: 49px;
}
#owl-demo1 .owl-nav {
	margin-bottom: 50px;
}
#owl-demo1 .owl-next,
#owl-demo1 .owl-prev {
	top: 100%;
	bottom: 0;
}
#owl-demo1 .owl-next {
	right: 50%;
	margin-right: -175px !important;
}
a.btn-product {
	background: #fff;
	width: 208px;
	height: 48px;
	text-align: center;
	border: 2px solid #262626;
	border-radius: 5px;
	font-weight: 700;
	color: #000;
	padding: 10px 15px;
	font-size: 18px;
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	margin: 0 auto;
	bottom: 0;
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif;
}

/* css for brdcrumb */
.brd_bg {
	background-color: #fff;
	border-bottom: 1px solid #d7d7d7;
	min-height: 50px;
}
ul.breadcrumb {
	list-style-type: none;
	clear: both;
	padding: 0px;
	margin: 5px 0px 0px;
}
ul.breadcrumb li {
	display: inline-block;
	color: #414141;
	font-size: 16px;
	position: relative;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 10px;
	font-family: "Rajdhani", sans-serif;
}
ul.breadcrumb li:not(:last-child):before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 14px;
	color: #b58054;
	right: -5px;
	top: 9px;
	position: absolute;
}
ul.breadcrumb li a {
	color: #88440b;
}
ul.breadcrumb li a:hover {
	color: #7e6827;
}
ul.breadcrumb li:first-child {
	padding-left: 0;
}

.inner_content_bg {
	background-color: #dae0ee;
	width: 100%;
	padding: 30px 0;
	min-height: 500px;
}
.inner_content_bg2 {
	background-color: #dae0ee;
	width: 100%;
	padding: 15px 0;
	min-height: 500px;
}
.inner_content_bg3{
	background-color: #dae0ee;
	width: 100%;
	padding: 20px 0 0;
}
.inner_content_bg4 {
	background-color: #dae0ee;
	width: 100%;
	padding: 30px 0;
}
.about-left {
	width: 70%;
	float: left;
	display: inline-block;
	padding-left: 15px;
}

.about-warpper {
	background-color: #ffffff;
	box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.16);
	padding: 40px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.about-warpper p {
	margin-bottom: 30px;
	font-weight: 500;
	color: #5b5b5b;
	text-align:left;
}
.page-title {
	font-size: 26px;
	line-height: 100%;
	color: #414141;
	font-weight: 700;
	margin-bottom: 25px;
	padding: 0 15px;
}

.about-right {
	width: 27.33%;
	float: right;
	display: inline-block;
	padding: 0 15px;
}
.button12,
.btn-call,
.btn-quote {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.button12::before,
.btn-call:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2b2b2b;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.button12:hover::before,
.btn-call:hover:before,
.btn-quote:hover:before {
	opacity: 1;
	-webkit-transform: translate(0px, -190px);
	transform: translate(0px, -190px);
}
.btn-call:hover::before,
.btn-quote:hover:before,
.btn-fb:hover:before,
.btn-load-more:hover:before,
.header-links li a.btn-quote:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.btn-fb:hover {
	color: #3b5999;
}
.btn-call:hover,
.btn-quote:hover {
	color: #fff;
	text-decoration: none;
}
.hover-icon,
.btn-call:hover .df-icon {
	display: none !important;
}
.btn-call:hover .hover-icon {
	display: inline-block !important;
}
.img-responsive {
	max-width: 100%;
	display: block;
	height: auto;
}
.align-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.quality-logo {
	float: right;
	margin-left: 60px;
	max-width: 296px;
}
.about-warpper p:last-child {
	margin-bottom: 0;
}
.about-sub-title {
	font-size: 24px;
	color: #5b5b5b;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 100%;
}
.about-list {
	padding-left: 5px;
}
.about-list li {
	display: flex;
}
.align-left {
	float: left;
	margin-right: 30px;
}
.df-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.df-list li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
	color: #5b5b5b;
	font-weight: 500;
}
.df-list li:before {
	color: #984f12;
	font-size: 14px;
	position: absolute;
	content: "\f058";
	font-family: "FontAwesome";
	left: 0;
}

.enq_form_block h4 {
	color: #252525;
	font-size: 34px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.enq_form_block {
	background-color: #fff;
	position: relative;
	width: 100%;
	float: left;
	padding: 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
}
.enq_form_block .btn-block {
	clear: both;
	float: right;
	width: 100%;
}
.enq_form_block .btn-submit {
	float: right;
}
.capcha-left {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.enq_form_block .form-control {
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.cta-bg {
	background: url(../images/cta-bg2.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	min-height: 512px;
	padding-top: 255px;
	text-align: center;
	clear: both;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	margin-bottom: 20px;
}
.cta-bg.quick-brick {
	background: url(../images/contact-bg.jpg);
	padding-top: 30px;
	padding-bottom:180px;
}
.cta-bg.quick-brick p{
  margin-bottom:none;
}
.cta-bg .cta-caption .btn-call {
	margin: 0 0 20px;
	float: none;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.cta-caption .btn-call:hover {
	/* border-radius: 0px; */
	color: #fff;
}
.cta-caption .btn-call:before {
	background-color: #000;
}
.cta-bg p {
	text-shadow: 0px 2px 2px rgba(59, 42, 28, 0.41);
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 26px;
}

/* css for contact page */
.contact-info-block {
	background-color: #fff;
	max-width: 414px;
	max-height: 418px;
	/*  padding: 39px 50px 0;*/
	position: absolute;
	bottom: 0;
	left: 60px;
}
.contact-wrapper {
	background: url(../images/contact-bg.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	border: 6px solid #fff;
	margin-bottom: 35px;
	min-height: 542px;
}
.contact-info-block h4 {
	padding-top: 35px;
	padding-left: 49px;
	margin-bottom: 30px;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 36px;
	color: #414141;
	margin-bottom: 30px;
}
.contact-form-block {
	width: 44.2%;
	float: left;
	display: inline-block;
	padding-left: 15px;
}
.contact-info-block ul.contact-list li {
	padding: 0 50px 20px;
}
.contact-info-block .contact-list {
	margin-bottom: 0;
}
.contact-info-block .contact-list li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}
.contact-form-block .form-block-6 {
	width: 49%;
}
.contact-info-block .contact-list li label {
	margin-bottom: 0;
}
.contact-info-block .contact-list li:last-child {
	margin-bottom: 0;
}
.contact-map-block {
	width: 52%;
	float: right;
	display: inline-block;
	padding-right: 15px;
}
.social-link {
	padding: 0 49px 20px;
	margin-top: 10px;
	display: block;
	width: 100%;
}
.ct-title {
	font-size: 36px;
	color: #654436;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 25px;
	text-align:center;
}
.contact-map-block iframe {
	border: 6px solid #fff !important;
}
.contact-form-block textare {
	min-height: 159px;
}
.ct-bg {
	background: #dae0ee url(../images/contact-bg-1.png) no-repeat left bottom;
}
/* css for testimonial page*/
.product-sidebar {
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	width: 100%;
	margin-bottom: 40px;
}
.product-sidebar h4 {
	padding: 30px;
	font-size: 36px;
	color: #353535;
	text-transform: uppercase;
	line-height: 100%;
	background: url(../images/shape-1.png) bottom repeat-x;
	width: 100%;
	display: block;
	position:relative;
}

.product-list li a {
	position: relative;
	display: block;
	padding: 22px 15px 22px 30px;
	color: #414141;
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
}
.product-list li:not(:last-child) {
	background: url(../images/shape-1.png) bottom repeat-x;
}
/*.product-list li a:before {
	content: "\f101";
	position: absolute;
	left: 40px;
	top: 20px;
	font-size: 16px;
	color: #555;
	font-family: "FontAwesome";
}*/
.product-list li a:hover,
.product-list li.active > a {
	background-color: #7e6c28;
	color: #fff;
	text-decoration: none;
}
.product-list li a:hover:before,
.product-list li.active > a:before {
	color: #fff;
}
.testimonial-block-2 img {
	margin-bottom: 20px;
}

.testimonial-block-2 {
	width: 48%;
	float: left;
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 4%;
}
.testimonial-block-2 .testimonial-content {
	padding: 38px 40px;
	background-color: #fff;
	box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.16);
}
.testimonial-block-2:nth-child(2n) {
	margin-right: 0;
}
.cl-name,
.cl-name span {
	display: block;
	position: relative;
}
.cl-name span:before {
	background-color: #984f12;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 28px;
	height: 4px;
}
.testimonial-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #212121;
	margin-bottom: 20px;
}
.btn-load-more:hover {
	color: #984f12;
}
.btn-load-more {
	background: /*url(../images/loader-bg.png) no-repeat left 30px top 8px*/ #252525;
	text-transform: uppercase;
	padding: 9px 29px 9px 30px;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-load-more:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.brg_section {
	clear: both;
}
.btn-load-more img {
	display: inline-block;
	margin-right: 10px;
}

/* css for products page */

.product-wrapper {
	font-size: 0;
	text-align: center;
}
.product-block-4 a {
	display: block;
	width: 100%;
}

.product-box .pro-border-box:before,
.product-box .pro-border-box:after {
	width: 100%;
	height: 100%;
	z-index: 3;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	transition: 0.5s;
}
.product-box .pro-border-box::before {
	border-bottom: 2px solid #2b2b2b;
	border-left: 2px solid #2b2b2b;
	-webkit-transform-origin: 0 100%;
}
.product-block-4 a:hover .product-box .pro-border-box::before,
.product-block-4 a:hover .product-box .pro-border-box::after,
#owl-demo1 .item a:hover .pro-border-box::after,
#owl-demo1 .item a:hover .pro-border-box::before {
	-webkit-transform: scale(1);
}
.product-block-4 a:hover .product-box .pro-border-box,
#owl-demo1 .item a:hover .pro-border-box {
	border-color: transparent;
}
.product-box .pro-border-box::after {
	border-top: 2px solid #2b2b2b;
	border-right: 2px solid #2b2b2b;
	-webkit-transform-origin: 100% 0%;
}
.product-block-4 {
	width: 25%;
	display: inline-block;
	padding: 0 22px;
}
.cta-wrapper {
	/*background: url(../images/cta-bg-large.jpg) no-repeat right;*/
	background: url(../images/cta-bg-large.webp) no-repeat right;
	min-height: 330px;
	border: 6px solid #fff;
	width: 100%;
	background-size: cover;
	position: relative;
	margin-bottom: 20px;
}
.cta-wrapper .cta-caption {
	float: right;
	text-align: center;
	max-width: 555px;
	padding: 42px 60px 44px 0;
}
.cta-wrapper .cta-caption p {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
	text-shadow: 0px 2px 2px rgba(59, 42, 28, 0.56);
	-webkit-text-shadow: 0px 2px 2px rgba(59, 42, 28, 0.56);
	-moz-text-shadow: 0px 2px 2px rgba(59, 42, 28, 0.56);
}
.cta-wrapper .cta-caption .btn-block {
	width: 100%;
	text-align: center;
}
.cta-wrapper .cta-caption .btn-block a {
	float: none;
	margin: 0;
	display: inline-block;
}
.cta-wrapper .cta-caption .btn-block a.btn-call {
	margin-right: 4%;
}

/* css for product detail page */
.pr-tag-line {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 120%;
	margin-top: 15px;
}
.about-left.right {
	padding-left: 0;
	padding-right: 15px;
}
.product-dt-wrap {
	background-color: #fff;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	padding: 44px 46px 10px;
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.product-dt-wrap p {
	font-weight: 500;
	margin-bottom: 25px;
	color: #5b5b5b;
}

.pro-block-3 {
	width: 33.33%;
	float: left;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	margin-bottom: 40px;
}
.pro-block-3 a.pro-wrap {
	width: 100%;
	display: block;
	border: 6px solid #fff;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.16);
}
.pro-block-3 img.img-responsive {
	object-fit: cover;
}

.pro-caption {
	background-color: #fff;
	width: 100%;
	padding: 10px;
}
.pro-caption h4 {
	font-size: 20px;
	font-weight: 700;
	color: #404040;
	text-transform: capitalize;
	line-height: 100%;
	/* padding: 15px 20px 12px; */
	padding: 0px;
	height: 2.1em;
	overflow: hidden;
}

.ft-logo img {
	max-width: 100%;
	height:auto;
}
ul.contact-list li a {
	word-break: break-all;
}
.contact-info-block .contact-list {
	width: 100%;
}
.social-link a.btn-fb {
	border: 2px solid transparent;
	padding: 5px 15px 5px 20px;
}
s .social-link a.btn-fb:hover {
	border: 2px solid #3b5999;
}

.testimonial-row {
	margin: 0 -27px;
}

#owl-demo1 .item a {
	display: block;
}
.address-in-mb .address {
	background: #fff;
	display: block;
	padding: 10px 15px;
}
.address-in-mb {
	display: none;
	visibility: hidden;
}

@-webkit-keyframes iconflip {
	0% {
		transform: rotateX(0deg) rotateY(0deg);
	}
	25% {
		transform: rotateX(0deg) rotateY(360deg);
	}
	50% {
		transform: rotateX(360deg) rotateY(360deg);
	}
	75% {
		transform: rotateX(360deg) rotateY(0deg);
	}
	100% {
		transform: rotateX(0deg) rotateY(0deg);
	}
}
@keyframes iconflip {
	0% {
		transform: rotateX(0deg) rotateY(0deg);
	}
	25% {
		transform: rotateX(0deg) rotateY(360deg);
	}
	50% {
		transform: rotateX(360deg) rotateY(360deg);
	}
	75% {
		transform: rotateX(360deg) rotateY(0deg);
	}
	100% {
		transform: rotateX(0deg) rotateY(0deg);
	}
}

#owl-demo1 .item a:hover .product-name img.top-arrow,
.product-block-4 a:hover .product-name img.top-arrow {
	-webkit-animation: iconflip 5s;
	animation: iconflip 5s;
}
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container {
	border: 5px solid #ffffff;
	position: relative;
	width: 100%;
	height: 100%;
}
/*.bwg-border-box .bwg-item .bwg-item1:after,*/
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:after {
	position: absolute;
	content: "";
	width: 100%;
	background: rgba(149, 97, 52, 0.66);
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: 0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
/*.bwg-border-box .bwg-item:hover .bwg-item1:after,*/
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:hover:after {
	height: 100%;
	opacity: 1;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.bwg-border-box .bwg-item .bwg-item1:before,
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:before {
	content: "";
	background: url(../images/view.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0%;
	right: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.bwg-border-box .bwg-item:hover .bwg-item1:before,
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:hover:before {
	top: 45%;
	opacity: 1;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn {
	background: #252525 !important;
	text-shadow: none !important;
	color: #fff !important;
	/* text-transform: uppercase !important; */
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 1px;
	/* text-align: right !important; */
	width: 180px;
	height: 50px;
}
#wonderplugingridgallery-1 button {
	position: relative;
}
#wonderplugingridgallery-1 button::after {
	display:none;
	content: "";
	background: url(../images/loding.png);
	width: 33px;
	height: 33px;
	position: absolute;
	top: 9%;
	right: 0;
	left: 16px;
	opacity: 1;
}
.inner_content_bg.thanks404 img {
	display: block;
	margin: 0 auto;
}
#mCSB_1_container .page-title {
	padding: 0 !important;
	font-weight: 700;
}
.service-info {
	/* background: rgba(255, 255, 255, 0.7);*/
	background: rgba(255, 255, 255, 0.85);
	padding: 15px;
	border-radius: 10px;
}
.service-info {
	color: #666666;
	font-family: "Rajdhani", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.thanks404 p {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

body h1,
body h2 {
	font-size: 15px !important;
	font-weight: 500 !important;
}
body h2 {
	padding: 10px 0 3px;
}

.product-name h2 {
	padding: 10px 25px 3px;	
}

.brg_section ~ .inner_content_bg h1 {
	font-size: 26px !important;
	line-height: 100%;
	color: #414141;
	font-weight: 700 !important;
	margin-bottom: 25px;
	padding: 0 15px;
	text-transform: uppercase;
}

.inner_content_bg p a {
	/* white-space: nowrap; */
}
.thanks404 {
	color: #414141;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.thanks404 .page-title {
	text-align: left;
}
.inner_content_bg.thanks404 {
	padding-bottom: 50px;
	text-align: center;
}
.mCSB_inside > .mCSB_container {
	margin-right: 20px;
}
.mCustomScrollbar .mCSB_scrollTools {
	opacity: 0;
}
.mCustomScrollbar:hover .mCSB_scrollTools {
	opacity: 1;
}
.areas_list.service-list li.active a,
.areas_list.service-list li:hover a,
.areas_list.service-list li a:hover,
.areas_list.service-list li:hover a {
	color: #984f12;
}
.ft-block-1 {
	margin-top: 40px;
}
.service-md-7 a {
	white-space: nowrap;
}
.brg_section ~ .inner_content_bg .product-dt-wrap h1 {
	padding: 0 0px;
}
.product-dt-wrap p a {
	white-space: nowrap;
}

@media (min-width: 993px) {
	.menu_link .submenu {
		overflow: visible;
		display: none;
	}
	.menu_link .submenu .submenu {
		background: #313131;
		left: 100%;
		top: 0;
		min-width: 170px;
	}
	.menu_link li:hover > .submenu {
		display: block;
	}
	.menu_link li.has-sub {
		position: relative;
	}
}
@media (min-width: 1280px) {
	.menu_link .submenu .submenu {
		min-width: 220px;
	}
}
@media (max-width: 992px) {
	body .menu_link .submenu {
		margin-left: 20px;
		width: auto;
		min-width: auto;
	}
	.menu_link .submenu .submenu {
		background: #b86115 none repeat scroll 0 0;
	}
	.menu_link li.no-hover ul.submenu.active {
		max-height: 2000px;
	}
	.product-sidebar h4:hover .menu_expand,
	.menu_link li:hover .menu-level1 .has-sub a .menudrop,
	.menu_link .menu-level1 li:hover .menu-level2 .has-sub a .menudrop {
		color: #999999;
	}
	body .menu_link .submenu {
		-webkit-transform: none;
	}
}

.product-list .submenu {
	display: none;
	background: #f4f4f4 none repeat scroll 0 0;
	padding-left: 15px;
	box-shadow: 0 0 3px rgba(153, 153, 153, 0.5) inset;
}
.product-list li > .submenu.active {
	display: block;
}
.product-sidebar h4 .menu_expand,
.product-list .menudrop {
	color: #555555;
}
.product-sidebar.expanded_menu h4 .menu_expand,
.product-list li a:hover .menudrop,
.product-list li.active > a .menudrop {
	color: #ffffff;
}

.product-sidebar h4 .menu_expand,
.product-list .menudrop {
	/*background: #252221;*/
	border-radius: 0;
	font-size: 24px;
	height: calc(100% - 0px);
	line-height: 1;
	margin-top: 0;
	padding-top: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
}
.product-sidebar.expanded_menu h4 .menu_expand::before,
.product-list .has-sub .active .menudrop::before {
	content: "\f0d8";
}
.product-sidebar h4 .menu_expand{
	height: auto;
	top: 0;
	right: 0px;
	bottom: 2px;
	padding-top: 33px;
}


@media (min-width: 993px) and (max-width: 1280px) {
	.product-list li a {
		padding-left: 35px;
	}
	.product-list li a:before {
		left: 15px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.product-name {
		min-height: 200px;
	}
}
@media (max-width: 652px){
	.product-name {
		min-height: 150px;
	}
}
.heading .page-title {
	margin: 10px 0;
}

.search .section1.left,
.blog .section1.left,
.single .section1.left {
	width: 70%;
	padding-left: 15px;
}
.search .section2.right,
.blog .section2.right,
.single .section2.right {
	padding-left: 0;
	padding-right: 15px;
	width: 28.33%;
}
.blog_bg_wrap {
	background-color: #fff;
	box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 40px;
	padding: 30px 30px 50px;
}
.searchDiv,
.tag-cloudBox.latest-post {
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 40px;
	width: 100%;
	padding: 30px 30px 30px;
}

.blog-detailBox li,
.blog-detailBox span,
.blog-detailBox li,
.search .section2,
.blog .section2,
.single .section2,
.blog-detailBox .date,
.blog-detailBox p {
	font-weight: 500;
}
.blog-detailBox p {
	margin-bottom: 25px;
}
.blog-detailBox .date {
	margin-bottom: 25px;
}

.search .title,
.blog .title,
.single .title {
	text-align: left;
}
.latest-post .title {
	margin-bottom: 25px;
}
.blog_bg_wrap.blog_nav {
	margin: 0;
	padding: 10px 30px;
}

.post_feat_img img {
	display: inline-block;
	height: auto;
	width: 100%;
	margin-bottom:18px;
	object-fit: cover;
	max-height: 450px;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6{
	text-transform:uppercase;
	font-weight:500;
}

.search .title h2,
.blog .title h2,
.single .title h2,
.search .title h1,
.blog .title h1,
.single .title h1 {
	margin-top:0;
	padding:0;
}

.single h1{
	margin-top:18px;
	margin-bottom:8px;
	font-size: 30px !important;
	font-weight: bold;
}
.search h2,
.blog h2,
.single h2{
	margin-top:12px;
	margin-bottom:6px;
	font-size: 27px !important;
	font-weight: bold;
}
.single h3{
	margin-top:10px;
	margin-bottom:5px;
	font-size: 23px;
}
.single h4{
	margin-top:8px;
	margin-bottom:5px;
	font-size: 19px;
}
.single h5{
	margin-top:8px;
	margin-bottom:5px;
	font-size: 16px;
}
.single h6{
	margin-top:6px;
	margin-bottom:4px;
	font-size: 14px;
}

.single .blog-detailBox ol,
.single .blog-detailBox ul{
	list-style-position:inside;
	margin-top:12px;
	margin-bottom:25px;
}
.single .blog-detailBox ul{
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:25px;
}

.more-link, .more-link span {
	font-weight: 600;
}



@media (min-width: 768px) and (max-width: 1279px) {
	.searchDiv,
	.tag-cloudBox.latest-post {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.search .section1.left,
	.search .section2.right,
	.blog .section1.left,
	.blog .section2.right,
	.single .section1.left,
	.single .section2.right {
		clear: both;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.blog_bg_wrap.blog_nav {
		margin: 0 0 40px;
	}
}

.blog-detailBox a {
	color: #984f12;
}

.product-dt-wrap img.align-right {
	height:auto;
}

.product-dt-wrap .wp-block-image img {
	height:auto;
}

.n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.wpcf7-spinner {
	display:block!important;
}

.product-dt-title {
	background: #fff;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.brg_section ~ .inner_content_bg .product-dt-title .page-title {
	margin: 0;
	padding: 0;
	line-height: 44px;
}
.product-dt-title .btn-quote {
	float: right;
	padding: 0 20px;
	width: auto;
	line-height: 44px;
	height: auto;
	min-width: auto;
}


.about-bottom2 {
	padding-bottom: 40px;
	background: #dae0ee;
}
.vs-mobile{
	display:none;
}
.vs-destop{
	display:block;
}

@media (min-width: 768px){
	.product-sidebar h4 .menu_expand{
		display: none !important;
	}
	.product-dt-title .container{
		width:auto;
	}
}
@media (max-width: 767px){
	.product-sidebar ul.product-list{
		height:0;
		overflow:hidden;
	}
	.product-sidebar.expanded_menu ul.product-list{
		height:auto;
	}
	.vs-mobile{
		display: block !important;
	}
	.vs-desktop {
		display: none !important;
	}
	
	.product-dt-title {
		text-align: center;
	}
	.product-dt-title .btn-quote {
		float: none;
		display: block;
		max-width: 193px;
		margin: 10px auto 0;
	}
	
	.quality-block {
		text-align: center;
	}
	.quality-block .qt-logo .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	.quality-block .btn-block .btn-call,
	.quality-block .btn-block .btn-quote{
		float:none;
	}
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color:#ffb900;
	color: red;
	font-weight: 600;
	background: rgba(255,255,255,1);
	border: none;
}


.topheader-slider-wrapper{
	background: #946137;
}
.topheader-slider-wrapper .topheader-slider {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
	width: 100%;
	color: white;
	text-align: center;
	height: 32px;
	overflow: hidden;
}
.topheader-slider-wrapper .topheader-slide {
	list-style: none;
	color: white;
	line-height: 32px;
	font-size: 14px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	text-align: center;
	display: table-cell;
}
@media (min-width: 640px) and (max-width: 992px){
	.topheader-slider-wrapper .topheader-slide {
		font-size: 11px;
		letter-spacing: 0.3px;
	}
}
@media (max-width: 640px){
	.topheader-slider-wrapper .topheader-slider,
	.topheader-slider-wrapper .topheader-slide {
		display: block;
	}
}

@media (max-width: 992px){
	.wow.fadeInUp.mobiles_no_ani,
	.wow.fadeInDown.mobiles_no_ani{
		visibility: visible !important;
		animation:  none !important;
	}
}


p.contact_note2{
	color: #5b5b5b;
	font-weight: 600;
	margin-bottom: 50px;
}

.row.product-wrapper-2m {
	padding-bottom: 45px;
}

@media (min-width:993px){
	.hide-on-desktop{
		display:none !important;
	}
}
@media (max-width:992px){
	.hide-on-mobiles{
		display:none !important;
	}
}

.wpcf7-response-output{
	clear:both;
}


footer .ft-map {
  display: none !important;
}


.about-right .wpcf7 .btn-submit {
  width: 100%;
}
.wpcf7-not-valid, .has_error placeholder {
    color:red;
}
.about-warpper .quality-logo {
	margin-top:10px;
}
.enq_form_block .wpcf7-response-output {
	margin:0 auto!important;
}
.tag-cloudBox.latest-post ul li {
	margin-bottom: 11px;
	line-height: 1.3;
}

.page-id-51 .page-title {
	text-align:center;
}

.page-template-tpl-gallery-page-template .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a::after{
	background-color:transparent;
}
.page-template-tpl-gallery-page-template .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container:hover {
	border: 5px solid #000;
	transition: all 0.5s linear 0s;
}

#gridgallery-html5-lightbox #html5-close{
	top:   -14px !important;
	right: -14px !important;
}


.form-section .form-md-5 .frm-title,
.form-section .right-block-qt{
	text-align: center;
}
.form-section .qt-logo .img-responsive {
	display: inline-block;
}
.form-section .btn-call{
	float:none;
}

.mainbanner .budget:hover{
    background: #5f5f5f;
    transition: ease-in-out 0.5s;
}



