*{
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBold.otf');
  font-weight: 700;
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf');
  font-weight: 600;
}



h1, h2, h3, h4, h5, h6, p, ul, ol{
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none !important;
  transition: all .4s ease-in-out;
}
body {
  overflow-x: hidden;
}

/* header*/
header.main_header {
  border-top: 10px solid #bda267;
}
.top-header {
  background-color: #000000;
}

.top-header .row {
  display: flex;
  align-items: center;
}

.menu-header ul li {
  list-style: none;
  display: inline-block;
  padding: 0 18px;
  position: relative;
}

.menu-header ul li:first-child {
  padding-left: 0;
}
.menu-header ul li:last-child {
  padding-right: 0;
}

.menu-header ul li a {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 16px;
  color: #bda267;
  text-transform: uppercase;
}

.menu-header ul li a:hover, 
.menu-header ul li a.active {
color: #ffffff;
}

.menu-header ul li a i {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  color: #bda267;
  font-size: 25px;
  position: relative;
  top: 3px;
  transition: all .4s ease-in-out;
}

.menu-header ul li a i:hover {
  color: #fff;
}

.header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}


.header_btn_cont a span {
  display: flex;
}
.header_btn_cont {
  padding-left: 10px;
}

.header_btn_cont a {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.header_btn_cont a span {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 20px;
  color: #bda267;
}

/*banner */

section.banner {
  position: relative;
}

/* section.banner::before {
  position: absolute;
  content: "";
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(0 0 0 / 20%);
  
} */

section.banner [class*="col-"] {
  padding: 0;
}

.banner-img img {
  width: 100%;
}
.banner-area {
  position: relative;
}

.banner-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba( 255, 255, 255, 0.7 );
  box-shadow: unset;
  backdrop-filter: blur( 0px );
  border-radius: 0;
  border: none;
  width: 54%;
  text-align: center;
  padding: 80px 0 70px;
}

.banner-cont h4 {
    font-family: 'Graphik';
    font-weight: 600;
    font-size: 25px;
    color: #000;
    line-height: 36px;
}

.banner_cont_img {
  position: absolute;
  top: 40px;
  right: 105px;
  z-index: 1;
}


.banner-cont a {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 16px 59.71px;
  display: inline-block;
  margin-top: 40px;
  background-color: #bda267;
  text-transform: uppercase;
}

.banner-cont a:hover {
  color: #fff;
  background-color: #000000;
}


/* kitchen_sec */
section.kitchen_sec {
  padding: 130px 0;
}

section.kitchen_sec .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kitchen_sec_cont {
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    z-index: 0;
    width: 100%;
    text-align: center;
}

.kitchen_sec_cont a {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  padding: 11.72px 79.55px;
  display: inline-block;
  margin-top: 40px;
  background-color: #bda267;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.kitchen_sec_cont a:hover {
  color: #fff;
  background-color: #000000;
}

.kitchen_sec_left::before {
    position: absolute;
    content: "";
    width: 546px;
    height: 350px;
    border: 1px solid #fff;
    top: 10px;
    left: 10px;
    border-radius: 5px;
}

.kitchen_sec_left {
    position: relative;
    z-index: 2;
    width: 100%;
}

.kitchen_sec_img img {
    width: 100%;
}

section.kitchen_sec [class*="col-"] {
    padding: 10px;
}

/* icn_sec */

section.icn_sec {
  background-color: #bda267;
  padding: 70px 0;
}

.icn_sec_data1 {
  position: relative;
}

.icn_sec_data {
  text-align: center;
	position: relative;
}

.icn_sec_data.icn_sec_data11::after, 
.icn_sec_data.icn_sec_data12::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 200px;
  background-color: #d1be95;
  top: -35px;
  left: 190px;
}
 
.icn_sec_data.icn_sec_data13::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 200px;
  background-color: #d1be95;
  top: -35px;
  left: 220px;
}


section.icn_sec [class*="col-"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icn_sec_cont h6 {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding-top: 25px;
  text-transform: uppercase;
}



/*joinery*/

section.joinery_sec {
  padding: 130px 0 140px;
}
.joinery_sec .row {
  display: flex;
  align-items: center;
}

/* .joinery_sec_img img {
  width: 100%; 
} */


.joinery_sec_cont h4 {
  font-family: 'Graphik';
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.joinery_sec_cont p {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  max-width: 481px;
}

.joinery_sec_cont a {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 14px;
  color: #bda267;
  padding: 3px 23px;
  display: inline-block;
  margin-top: 40px;
  border: 2px solid #bda267;
  text-transform: uppercase;
}

.joinery_sec_cont a:hover {
  color: #ffffff;  
  background-color: #000000;
  border-color: #000000;
}



.joinery_sec_img {
  position: relative;
  float: right;
 
}
/* 
.joinery_sec_img::after {
  position: absolute;
  background: url(../img/joinery_img1.jpg) no-repeat;
  top: 38%;
  width: 100%;
  height: 100%;
  content: "";
  left: -70%;
  z-index: 0;
} */

.joinery_sec_img::before {
    position: absolute;
    background: url(../img/joinery_bg.png) no-repeat;
    top: 12%;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    right: 33%;
}

/* service_sec */

.service_sec {
  position: relative;
  padding: 80px 0;
}

.service_sec::before {
  position: absolute;
  background: url(../img/service_bg.jpg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.service_sec::after {
  position: absolute;
  background-color: rgb(0 0 0 / 70%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.service_sec_cont h4 {
    font-family: 'Graphik';
    font-weight: 700;
    font-size: 45px;
    color: #bda267;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.service_sec_cont p {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.service_sec_list {
  position: relative;
}

/* .service_sec_list::before {
  position: absolute;
  content: "";
  width: 347px; 
  width: 375px;
  height: 1px;
  background-color: rgb(189 162 103 / 30%);
  top: 71px;
  left: 0;
}

.service_sec_list::after {
  position: absolute;
  content: "";
  width: 347px; 
  width: 375px;
  height: 1px;
  background-color: rgb(189 162 103 / 30%);
  top: 128px;
  left: 0;
}
 */

.service_sec_list ul li {
    float: left;
    width: 50%;
    list-style: none;
    position: relative;
    margin-bottom: 25px;
}

.service_sec_list ul li a::before {
    content: "\f101";
    background-color: #bda267;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18.73px;
    line-height: 30px;
    text-align: center;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    transition: ease 0.4s all;
}

.service_sec_list ul li a:hover::before{
margin-left:10px;
}


.service_sec_list ul li a {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}


/* Gallery sec */

section.gallery_sec {
  padding: 120px 0;
}

.gallery_cont {
  text-align: center;
}
.gallery_head h4 {
  font-family: 'Graphik';
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 35px;
  position: relative;
}

.gallery_head h4::before {
  position: absolute;
  content: "";
  background-color: #bda267;
  width: 51px;
  height: 5px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery_head p {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.gal_btn {
  text-align: end;
  margin: 20px 0 15px;
}

.gal_btn a {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.gal_btn a:hover {
  color: #bda267;
}

.gal_btn a i {
  padding-left: 7px;
  color: #bda267;
  font-family: 'FontAwesome';
}

/* .gallery_img2 {
  margin: 0 67px;
} */

.gallery_img1, .gallery_img4 {
  margin-bottom: 16px;
}

.gallery_img4, .gallery_img5 {
  float: right;
}

/*footer*/

.footer_main {
    background-color: #cccccc;
    padding: 45px 0;
    margin-bottom: 35px;
}

.footer_main .row {
  display: flex;
  align-items: center;
}

.copyr p {
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.footer_social ul {
  display: flex;
  justify-content: end;
}

.footer_social ul li {
  list-style: none;
  padding: 0 7px;
}

.footer_social ul li:last-child {
  padding-right: 0px;
}
.footer_social ul li:first-child {
  padding-left: 0px;
}

.footer_social ul li a i {
  background: #b8b8b8;
  color: #fff;
  font-size: 12.41px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  transition: all .4s ease-in-out;
}

.footer_social ul li a i:hover {
  background-color: #bda267
}


.footer_pos a {
  background-color: #bda267;
  width: 53px;
  height: 53px;
  right: 5%;
  transform: translateX(-50%);
  font-size: 18.41px;
  font-family: 'FontAwesome';
  position: fixed;
  bottom: 0px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: 3px solid #fff;
  z-index: 2;
}
.footer_pos a:hover {
  background-color: #000;
  
}

[class*="fad-"] {
  animation-duration: 5s;
}

.banner-area .metaslider .caption-wrap {
    height: 100%;
    background: #00000036;
    opacity: 1;
}








body {
    position: relative !important;
}

section.about-banner {
    position: relative;
	background-image: url(https://robert74.dev.wcukdev.co.uk/wp/all-pro-tree/wp-content/uploads/2022/02/banner.jpg);
}

.breadcrumbs {
    position: relative;
    z-index: 9;
    color: #fff;
	background-color: #000;
}
.about-internal {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-left h1 {
    font-family: 'Graphik';
    font-weight: 700;
    font-size: 45px;
    padding-bottom: 7px;
	text-transform: uppercase;
}

.about-internal ul li, .about-internal ul li a, .about-internal ul i {
    color: #fff!important;
}
.about-right ul li {
    list-style: none;
    display: contents;
}

.about-right ul li a, .about-right ul li {
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 16px;
    color: #000;
	text-transform: uppercase;
}


.about-right ul li i.fa.fa-angle-double-right {
    padding: 0 4px;
}

.all-spacing {
    padding: 60px 0 !important;
}

/* .all-page {
    padding: 60px 0;
} */

main#content {
    clear: both !important;
}

.entry-content h6, .entry-content p, .entry-content p a {
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding-bottom: 15px;
}


.entry-content h2 {
    font-family: 'Graphik';
    font-weight: 700;
    font-size: 30px;
    color: #000;
    line-height: 30px;
    padding-bottom: 20px;
	text-transform: uppercase;
}

.entry-content {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    padding: 30px;
    margin: 45px 0;
    display: flow-root;
}

.entry-content img.xyz {
    width: 100%;
    max-width: 40%;
    float: right;
    margin-left: 25px;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    padding: 15px;
    margin-top: 40px;
}


::placeholder {
    color: #000;
}


img.xyz, img.attachment-full {
    width: 100%;
    max-width: 40%;
    float: right;
    margin-left: 25px;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    padding: 15px;
    margin-top: 0px;
}

.entry-content ul {
    margin-left: 25px;
}


.entry-content ul li {
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 16px;
    color: #000;
	text-transform: capitalize;
	padding-bottom: 10px;
}

.metaslider .caption-wrap {
    height: 100% !important;
    opacity: 1 !important;
    background: transparent !important;
}

.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
    height: 260px !important;
    width: 100% !important;
}

.envira-lazy {
    padding-bottom: 260px !important;
    height: 260px !important;
}

.envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item {
    padding: 3px !important;
}

 div#envira-gallery-96 {
    display: flex !important;
    justify-content: center !important;
} 


.contact-us {
    background: #eee;
    padding: 30px 30px 15px;
}

.contact-map {
    background: #eee;
    padding: 15px;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.contact-us input, .contact-us textarea {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px;
	outline: none;
}

.contact-us textarea {
	height: 100px !important;
}

.contact-us input[type="submit"] {
    width: 100%;
    height: 45px;
    background: #bda267;
    border: 1px solid #bda267;
    margin-bottom: 15px;
    padding: 0px;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}


.contact-us input[type="submit"]:hover {
    background: #000;
    border-color: #000;
	color: #fff;
}

.addrs-box {
	background: #eee;
    text-align: center;
    padding: 40px;
    min-height: 240px;
    border-radius: 10px;
	margin-bottom: 50px;
	width:100%;
}

.row.adrs-are [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}
.row.adrs-are {
    display: flex;
    flex-wrap: wrap;
}


.addrs-box i {
	width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
	font-size: 20px;
}


.row.frm-are {
    display: flex;
    align-items: center;
}

.service_sec_list {
    position: relative;
}

.service_sec_list img {
    width: 100%;
    height: 300px;
}

.service_sec_list_cont {
    text-align: center;
    padding: 15px 0;
    background-color: #bda267;
    margin-bottom: 20px;
}

.service_sec_list a {
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.metaslider .flexslider {
	margin: 0 0 0px !important;
}

.icn_sec_data1:nth-child(4)::after {
   display: none;
}

/* 
section.joinery_sec [class*="col-"] {
    display: flex;
    justify-content: center;
} */

.joinery_sec_img {
    position: relative;
}


.joinery_sec_img img.aboutimg2 {
    padding-right: 55px;
}

.joinery_sec_img {
    padding-right: 50px;
}

.joinery_sec_img img.aboutimg1 {
    position: absolute;
    right: 82%;
    width: 250px;
    height: 250px;
    bottom: -15px;
    object-fit: cover;
}
.joinery_sec_img img.aboutimg2 {
    padding-right: 0;
    width: 290px;
    height: 390px;
    object-fit: cover;
}

section.joinery_sec [class*="col-"]:nth-child(1) {
    display: flex;
    justify-content: center;
}


section.gallery_sec [class*="col-"]:nth-child(1) {
    width: 42%;
}
section.gallery_sec [class*="col-"]:nth-child(2) {
    width: 30%;
}
section.gallery_sec [class*="col-"]:nth-child(3) {
    width: 28%;
}

section.gallery_sec [class*="col-"] {
	padding: 13px;
}

.gallery_img1, .gallery_img3 {
    width: 100%;
}


.gallery_img1 img, .gallery_img3 img {
    width: 100%;
    height: 255px;
}
	.service_sec_list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media screen and (max-width:1199px){
	.menu-header ul li {
    padding: 0 7px;
}
}

@media screen and (max-width:991px){
	.menu-header ul li {
    padding: 0 7px;
}
	.top-header .row {
    flex-wrap: wrap;
	}
	.top-header .row .col-md-3:first-child  {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}.logo-header {
    margin-bottom: 9px;
}
	.top-header {
    padding-bottom: 18px;
}
	section.icn_sec [class*="col-"] {
    width: 50%;
    float: left;
}
	.icn_sec_data.icn_sec_data11::after, .icn_sec_data.icn_sec_data12::after{
		display:none;
	}
	.icn_sec_data {
    margin-bottom: 43px;
}
	.icn_sec_data.icn_sec_data13::after{
			display:none;
	}
.joinery_sec .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
	section.joinery_sec [class*="col-"]:nth-child(1) {
    width: 100%;
}
	section.joinery_sec .col-md-6{
		width:100%;
	}
	.joinery_sec_cont  {
		width: 100%;
	}
	.joinery_sec_img {
    padding-right: 0;
    margin-top: 24px;
    float: none;
    margin: 0px auto;
    display: table;
    margin-top: 46px;
}
	
	section.icn_sec {
    padding: 70px 0 49px;
}
	.joinery_sec_cont p {
    max-width: 100%;
}
	.all-spacing .srvc-box  .col-md-4{
		float:left;
		width:50%;
	}
	.row.adrs-are [class*="col-"] {
    flex: 2 0 34%;
    max-width: 100%;
}
	.addrs-box {
    width: 100%;
}
	.row.frm-are {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
	.row.frm-are .col-md-6{
		width:100%;
	}
}

@media screen and (max-width:767px){
	.top-header .col-md-6{
		display:none;
	}
	.top-header .row .col-md-3{
	    width: 100%;
padding:0px;
}
	.header_btn {
    margin-top: 9px;
    margin-bottom: 3px;
    border-top: 1px solid #ccc;
    padding-top: 23px;
}
	.header_btn{
    padding-top: 20px;
}
	section.kitchen_sec {
    padding: 9px 0;
}
	section.joinery_sec {
    padding: 48px 0 50px;
}
	.joinery_sec_img {
    margin-top: 24px;
    margin-top: 46px;
    width: 100%;
    padding: 0px 0px 0px 0;
}
.joinery_sec_img img.aboutimg1 {
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    object-fit: cover;
    margin-bottom: 23px;
    position: relative;
}
	.joinery_sec_img img.aboutimg2 {
    padding-right: 0;
    width: 100%;
    height: 390px;
    object-fit: cover;
}
	section.joinery_sec .col-md-6 {
    padding-right: 30px;
}
	.banner-cont {
    width: 84%;
    text-align: center;
    padding: 12px;
}
	.footer_main .row {
    display: flex;
    align-items: center;
		justify-content:center;
    flex-wrap: wrap;
}
	.footer_main {
    margin-bottom: 0;
}
	.footer_social {
    margin-top: 25px;
}
	.joinery_sec_img::before{
		display:none;
	}
	img.xyz, img.attachment-full {
    width: 100%;
		margin-bottom:30px;
    max-width: 100%;
	}
	.all-spacing {
    padding: 1px 0 !important;
}
	.about-internal {
    height: auto;
    min-height: 202px;
    height: auto;
}
	.breadcrumbs {
    background-color: #222;
    padding: 13px 0px;
}
	.about-left h1 {
    font-size: 40px;
}
	.all-spacing .srvc-box {
    padding: 50px 0px;
    float: left;
    width: 100%;
}
.all-spacing .srvc-box  .col-md-4{
		float:left;
		width:50%;
	}
	.row.adrs-are [class*="col-"] {
    flex: 1 1 100%;
    max-width: 100%;
}	
	.addrs-box {
    padding: 20px 20px;
    min-height: auto;
    margin-bottom: 27px;
    width: 100%;
}
	.contact-map {
    background: #eee;
    padding: 15px;
    margin-top: 39px;
}
	.contact-us {
    background: #eee;
    padding: 23px 20px 15px;
}
	.wpcf7-spinner{
		display:none !important;
	}
	.contact-us.contact-map .iframe{
	    border: 0;
    height: 359px;
}
	.cont-inn-top h2{
		text-align:center;
	}
}

@media screen and (max-width:600px){
	section.joinery_sec .col-md-6 {
    padding-right: 15px;
}
	.copyr p {
    text-align: center;
}
	.joinery_sec_cont h4, .service_sec_cont h4 {
    font-size: 30px;

}
	.kitchen_sec_left::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 93%;
    border: 1px solid #fff;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 5px;
}
	.all-spacing .srvc-box  .col-md-4{
		width:100%;
	}
}

@media screen and (max-width:480px){
	section.icn_sec [class*="col-"] {
    width: 100%;
    float: left;
}
	.service_sec_list ul li {
    width: 100%;
    margin-bottom: 25px;
}
	.metaslider .slides img {
    width: 100%;
    display: block;
    min-height: 265px;
    object-fit: cover;
}
	.service_sec_list img {
    width: 100%;
    height: auto;
	}
	.entry-content {
		padding: 15px;
}
	.banner-cont a {
    padding: 16px 27.71px;

}
	.kitchen_sec_cont a {
    font-size: 16px;
    padding: 11.72px 21.55px;
    letter-spacing: 4px;
}
	.about-left h1 {
    font-size: 33px;
}

}
