/*
Theme Name: Good Guys Paintings
Theme URI: https: //webmaniacs.co.nz/
Author: Subhash Soren
Author URI: https: //webmaniacs.co.nz/
Description: Good Guys Paintings is a custom theme developed by Web Maniacs for Good Guys Paintings Limited.

Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Good Guys Paintings
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'tahoma', sans-serif;
}

a {
    text-decoration: none;
}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style: none;
}

/*------------------------------------*
Preoloader
*------------------------------------*/
#preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999999999999999;
    background-color: #212121;
}

.pl {
    width: 6em;
    height: 6em;
}

.pl__ring {
    animation: ringA 2s linear infinite;
}

.pl__ring--a {
    stroke: #f42f25;
}

.pl__ring--b {
    animation-name: ringB;
    stroke: #f49725;
}

.pl__ring--c {
    animation-name: ringC;
    stroke: #255ff4;
}

.pl__ring--d {
    animation-name: ringD;
    stroke: #f42582;
}

/* Animations */
@keyframes ringA {

    from,
    4% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }

    12% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -335;
    }

    32% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -595;
    }

    40%,
    54% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -660;
    }

    62% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -665;
    }

    82% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -925;
    }

    90%,
    to {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -990;
    }
}

@keyframes ringB {

    from,
    12% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -110;
    }

    20% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -115;
    }

    40% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -195;
    }

    48%,
    62% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    70% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    90% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -305;
    }

    98%,
    to {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
}

@keyframes ringC {
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    8% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    28% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    36%,
    58% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    66% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    86% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    94%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

@keyframes ringD {

    from,
    8% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    16% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    36% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    44%,
    50% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    58% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    78% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    86%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

/*------------------------------------*
	header section
*------------------------------------*/
header .header-contacts-info {
    background-color: #827350;
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 5% 100%);

}

header .header-contacts-info a,
header .header-contacts-info span {
    color: #fff;
}

header .header-contacts-info svg {
    color: #fff;
}

header .header-contacts-info .header-border {
    position: relative;
}

header .header-contacts-info .header-border:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
}

header .header-contacts-info .social-icons svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/*------------------------------------*
	Navbar
*------------------------------------*/
header .navbar .navbar-brand {
    width: 250px;
}
.navbar-nav{
    line-height: 2;
}
header .navbar .dropdown-menu li a {
    text-transform: capitalize;
    text-align: center;
}

header .navbar .dropdown-menu li a:hover {
    background: #827350;
    color: #fff;
}

@media screen and (min-width:991px) {
    header .navbar .navbar-brand {
        width: 291px;
    }
}

header .navbar .nav-item .nav-link, header .menu-item a {
    text-transform: uppercase;
    position: relative;
    color: #827350;
    /* padding: 0 20px; */
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

header .navbar .nav-item .nav-link.active, header .menu-item a.active {
    color: #000;
}
header .sub-menu{
    display: none;
    
    opacity: 0;
    visibility: hidden;
    position: relative;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
@media screen and (min-width:991px){
	header .sub-menu li{
   padding-bottom: 20px;
}
}

header .menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;

    /* position: absolute; */
    z-index: 9999;
    margin-left: -30px;
    /* line-height: 2; */


}
header .menu-item-has-children::after {
    position: relative;
    content:
        url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23827350" d="m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4Z"%2F%3E%3C%2Fsvg%3E');
    left: 0px;
}
@media screen and (min-width:991px){
header .menu-item-has-children::after {
        position: relative;
        content:
            url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23827350" d="m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4Z"%2F%3E%3C%2Fsvg%3E');
        left: -10px;
    }
}

@media screen and (min-width:991px){
header .menu-item-has-children:hover .sub-menu {
        display: block;
        position: absolute;
        z-index: 9999;
        background: #fff;
        padding: 10px;
   

    }
}


@media screen and (min-width:991px) {
    header .navbar .nav-item .nav-link, header .menu-item a {
        padding: 0 10px;
    }
   
}

header .navbar .nav-item .nav-link:before, header .menu-item a:before {
    content: '';
    position: absolute;
    width:0;
    left: 50%;
    height: 2px;
    text-align: center;
    background: #b8aa83;
    top: 100%;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
header .navbar .nav-item .nav-link:hover:before,
header .menu-item a:hover:before{
    width: 100%;
    left: 0;
}


/* header .navbar .nav-item .nav-link:after,  header .menu-item a:after {
    content: ']';
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 14px;
    color: #000;
    display: none;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
} */

header .navbar .nav-item .nav-link:hover::before,
header .navbar .nav-item .nav-link:hover:after,
 header .menu-item a:hover::before,
  header .menu-item a:hover::after
  {
    display: block;
}
.current-menu-item a{
    color: #000 !important;
}
header .navbar .call-btn span {
    font-size: 20px;
}

header .navbar .call-btn button {
    width: 12em;
    position: relative;
    height: 4.5em;
    border: 3px ridge #827350;
    outline: none;
    background-color: transparent;
    color: #827350;
    transition: 1s;
    border-radius: 0.3em;
    font-size: 16px;
    font-weight: bold;
}

header .navbar .call-btn button::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 3%;
    width: 95%;
    height: 30%;
    background-color: #fff;
    transition: 0.5s;
    transform-origin: center;
}

header .navbar .call-btn button::before {
    content: "";
    transform-origin: center;
    position: absolute;
    top: 80%;
    left: 3%;
    width: 95%;
    height: 30%;
    background-color: #fff;
    transition: 0.5s;
}

header .navbar .call-btn button:hover::before,
header .navbar .call-btn button:hover::after {
    transform: scale(0)
}

header .navbar .call-btn button:hover {
    box-shadow: inset 0px 0px 25px #827350;
}

/* Humburger */

.nav-icon {
    width: 25px;
    height: 25px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #827350 !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 8px;
}

.nav-icon span:nth-child(4) {
    top: 16px;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .navbar button {
    outline: none;
    box-shadow: none !important;
}

header .navbar .navbar-toggler {
    border: none !important;
}

/* end of Humburger */
/*------------------------------------*
	Banner Section
*------------------------------------*/
.banner .banner-slider-1 {
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('images/banner-bg-1.webp')no-repeat center/cover;
    height: calc(100vh - 72px);
}

.banner .banner-slider-2 {
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('images/banner-bg-2.webp')no-repeat center/cover;
    height: calc(100vh - 72px);
}

.banner .banner-slider-3 {
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('images/banner-bg-3.webp')no-repeat center/cover;
    height: calc(100vh - 72px);
}

.banner .banner-wrapper .slick-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 10;
    width: 120px;
    height: 120px;
    background: #9c9176;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner .banner-wrapper .slick-prev:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m14 18l-6-6l6-6l1.4 1.4l-4.6 4.6l4.6 4.6Z"%2F%3E%3C%2Fsvg%3E');
    padding-left: 70px;
}

.banner .banner-wrapper .slick-next {
    position: absolute;
    top: 50%;
    right: -60px;
    width: 120px;
    height: 120px;
    background: #9c9176;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner .banner-wrapper .slick-next:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M9.4 18L8 16.6l4.6-4.6L8 7.4L9.4 6l6 6Z"%2F%3E%3C%2Fsvg%3E');
    padding-right: 70px;
}

.banner .banner-slider-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner .banner-slider-content h2 {
    color: #fff;
    text-transform: uppercase;
    /* font-size: 8px; */
}

/* .banner .banner-slider-content span {
    color: #fff;
    font-size: 38px;
} */
@media screen and (min-width:991px) {
    .banner .banner-slider-content h2 {

        font-size: 48px;
    }
}

.text.typing {
    border-right: 1px solid #827350;
}

.banner .banner-btn-1 button {
    width: 9em;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #222;
    box-shadow: 6px 6px 12px #827350 -6px -6px 12px #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.banner .banner-btn-1 button::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #827350 0%, #827350 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;


}

.banner .banner-btn-1 button:hover::before {
    width: 9em;

}

.banner .banner-btn-2 button {
    width: 9em;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    box-shadow: 6px 6px 12px #827350 -6px -6px 12px #fff;
    font-weight: 600;
    text-transform: capitalize;
    background: #000;
}

.banner .banner-btn-2 button::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #827350 0%, #827350 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
    border: none;


}

.banner .banner-btn-2 button:hover::before {
    width: 9em;

}

/*------------------------------------*
	About Section
*------------------------------------*/
.about .about-content h3,
.about .about-content h2 {
    text-transform: uppercase;
    color: #000;
    /* font-size: 26px; */
}

@media screen and (min-width:991px) {

    .about .about-content h3,
    .about .about-content h2 {

        font-size: 26px;
    }
}

.about .about-content .about-content-title-wrapper {
    position: relative;

}

.about .about-content .about-content-title-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 72px;
    height: 10px;
    background: #827350;

}

.about .about-content .about-content-title-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 10px;
    height: 72px;
    background: #827350;

}

.about .about-content .about-content-title {
    padding-left: 40px;
    padding-top: 40px;
}

.about .about-content h2 {
    color: #827350;
    /* font-size: 36px; */

}

@media screen and (min-width:991px) {
    .about .about-content h2 {

        font-size: 36px;

    }
}

.about .about-content-text p {
    color: #000;
    line-height: 2;
}

.about .about-btn button {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #827350;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #827350;
    border-radius: 50px;
    box-shadow: inset 0 0 0 0 #827350;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.about .about-btn button:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 #827350;
}

.about .about-btn button:active {
    transform: scale(0.9);
}

/*------------------------------------*
	Services Section
*------------------------------------*/
.services {
    background: url('images/services-bg.webp')no-repeat center/cover;

}



.services h2 {
    color: #fff;
    /* font-size: 40px; */
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (min-width:991px) {
    .services h2 {

        font-size: 40px;

    }
}

.services h5 {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;

}

.services .services-content-bg {
    /* background:url('images/services-arrow.webp')no-repeat; */
    position: relative;
    height: 270px;
    width: 200px;
    background: #827350;
    margin: 0 auto;
    margin-top: 70px;

}

.services .services-content-bg:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    border-bottom: 60px solid #827350;
    border-left: 119px solid transparent;
    border-right: 119px solid transparent;
    transform: translateX(-50%);
}

.services .services-content-bg .services-content-icon {
    /* position: absolute;
    top:20%;
    left: 32%;
    transform: translate(-20%,-32%);
    -webkit-transform: translate(-20%,-32%);
    -moz-transform: translate(-20%,-32%);
    -ms-transform: translate(-20%,-32%);
    -o-transform: translate(-20%,-32%); */
}

.services .services-content-bg .services-content-icon img{
	margin: 0 auto;
}

.services .services-content-bg .services-content-text {
    /* position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    -moz-transform: translate(-50%,-40%);
    -ms-transform: translate(-50%,-40%);
    -o-transform: translate(-50%,-40%); */
}

.services .services-content-bg .services-content-text h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.services .services-content-bg .services-content-text p {
    font-size: 12px;
    color: #fff;
}

.services .services-content-bg .services-content-text .services-btn a {
    background: #fff;
    padding: 5px 10px;
    font-size: 11px;
    color: #827350;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}

.services .services-content-bg .services-content-text .services-btn a:hover {
    background: #827350;
    color: #fff;
}

/*------------------------------------*
	features div
*------------------------------------*/
.features-content {
    position: relative;
}

.features-content:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 120%;
    right: 0;
    background: #827350;
}

.features-content h3,
.features-content-1 h3 {
    color: #fff;
    /* font-size: 23px; */
    text-transform: capitalize;
}


/*------------------------------------*
	Projects section
*------------------------------------*/
.projects {
    background: #827350;
}

.projects h2 {
    color: #fff;
    /* font-size: 40px; */
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

@media screen and (min-width:991px) {
    .projects h2 {

        font-size: 40px;

    }
}

.projects h5 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.projects h2:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="3em" height="3em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M21 3v4h-7.5C11.57 7 10 8.57 10 10.5V13h4l-6 7l-6-7h4v-2.5C6 6.36 9.36 3 13.5 3H21Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    bottom: -40px;
    margin-left: -80px;

}

.projects h2:after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="3em" height="3em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M10.5 3c4.14 0 7.5 3.36 7.5 7.5V13h4l-6 7l-6-7h4v-2.5C14 8.57 12.43 7 10.5 7H3V3h7.5Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    bottom: -30px;
    margin-left: 30px;
}

.projects .projects-slider-content {
    position: relative;
}

.projects .projects-slider-content .projects-slider-content-text {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -42%);
    -webkit-transform: translate(-50%, -42%);
    -moz-transform: translate(-50%, -42%);
    -ms-transform: translate(-50%, -42%);
    -o-transform: translate(-50%, -42%);
}

.projects .projects-slider-content .projects-slider-content-img {
    /* width: 269px; */
    /*height: 230px;*/
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons {
    position: relative;
    padding: 16px 32px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: white;
    background: none;
    border: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    filter: drop-shadow(0 2px 8px rgba(130, 115, 80, 0.32));
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-filter: drop-shadow(0 2px 8px rgba(130, 115, 80, 0.32));
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #827350;
    border-radius: 24px;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons span,
.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons span span {
    display: inline-flex;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #fff;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons span {
    transition-delay: 0.05s;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons span:first-child {
    padding-right: 7px;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons span span {
    margin-left: 8px;
    transition-delay: 0.1s;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons ul {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transform: translateY(-50%);
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons ul li {
    flex: 1;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons ul li a {
    display: inline-flex;
    vertical-align: middle;
    transform: translateY(55px);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons ul li a:hover {
    opacity: 0.5;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons:hover::before {
    transform: scale(1.2);
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons:hover span,
.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons:hover span span {
    transform: translateY(-55px);
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons:hover ul li a {
    transform: translateY(0);
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons:hover ul li:nth-child(1) a {
    transition-delay: 0.15s;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons:hover ul li:nth-child(2) a {
    transition-delay: 0.2s;
}

.projects .projects-slider-content .projects-slider-content-text .btn-cssbuttons:hover ul li:nth-child(3) a {
    transition-delay: 0.25s;
}

.projects .projects-wrapper .slick-prev {
    position: absolute;
    top: 50%;
    left: -160px;
    z-index: 10;
    width: 120px;
    height: 120px;
    background: #9c9176;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.projects .projects-wrapper .slick-prev:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m14 18l-6-6l6-6l1.4 1.4l-4.6 4.6l4.6 4.6Z"%2F%3E%3C%2Fsvg%3E');
    padding-left: 70px;
}

.projects .projects-wrapper .slick-next {
    position: absolute;
    top: 50%;
    right: -160px;
    width: 120px;
    height: 120px;
    background: #9c9176;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.projects .projects-wrapper .slick-next:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M9.4 18L8 16.6l4.6-4.6L8 7.4L9.4 6l6 6Z"%2F%3E%3C%2Fsvg%3E');
    padding-right: 70px;
}

/* projects btn */
.projects .projects-btn .btn-all:link,
.projects .projects-btn .btn-all:visited {
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 1000px;
    display: inline-block;
    transition: all .2s;
    position: relative;
}

.projects .projects-btn .btn-all:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
}

.projects .projects-btn .btn-all:active {
    transform: translateY(-3px);
}

.projects .projects-btn .btn-all::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all .3s;
}

.projects .projects-btn .btn-all:hover::after {
    background-color: rgb(0, 238, 255);
    transform: scaleX(1.4) scaleY(1.5);
    opacity: 0;
}

/*------------------------------------*
	Contact section
*------------------------------------*/
.contact h2 {
    position: relative;
    /* font-size: 40px; */
    font-weight: 700;
    text-transform: capitalize;
    color: #827350;
}

@media screen and (min-width:991px) {
    .contact h2 {
        font-size: 40px;

    }
}

.contact h2:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="3em" height="3em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23827350" d="M21 3v4h-7.5C11.57 7 10 8.57 10 10.5V13h4l-6 7l-6-7h4v-2.5C6 6.36 9.36 3 13.5 3H21Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    bottom: -40px;
    margin-left: -80px;

}

.contact h2:after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="3em" height="3em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23827350" d="M10.5 3c4.14 0 7.5 3.36 7.5 7.5V13h4l-6 7l-6-7h4v-2.5C14 8.57 12.43 7 10.5 7H3V3h7.5Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    bottom: -30px;
    margin-left: 30px;
}

/* contact */
.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}

.sec-title-style1.max-width {
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;
}

.sec-title-style1.pabottom50 {
    padding-bottom: 42px;
}

.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #131313;
    /* font-size: 36px; */
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (min-width:991px) {
    .sec-title-style1 .title {
        font-size: 36px;
    }
}

.sec-title-style1 .title.clr-white {
    color: #ffffff;
}

.sec-title-style1 .decor {
    position: relative;
    display: block;
    width: 70px;
    height: 5px;
    margin: 19px 0 0;
}

.sec-title-style1 .decor:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #827350;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .decor:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #827350;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .decor span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #827350;
    margin: 2px 0;
}


.sec-title-style1 .text {
    position: relative;
    display: block;
    margin: 7px 0 0;
}

.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    /* padding: 0 15px; */
    color: #131313;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.sec-title-style1 .text.clr-yellow p {
    color: #827350;
}

.sec-title-style1 .text .decor-left {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}

.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #827350;
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #827350;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-left:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #827350;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}

.sec-title-style1 .text .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #827350;
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-right:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #827350;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right:after {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #827350;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .bottom-text {
    position: relative;
    display: block;
    padding-top: 16px;
}

.sec-title-style1 .bottom-text p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.sec-title-style1 .bottom-text.clr-gray p {
    color: #cdcdcd;
}

.contact-address-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 120px;
}

.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px;
}

/* .contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
} */

.single-contact-address-box {
    position: relative;
    display: block;
    background: #131313;
    padding: 85px 30px 77px;
}

.single-contact-address-box .icon-holder {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.single-contact-address-box .icon-holder span:before {
    font-size: 75px;
}

.single-contact-address-box h3 {
    color: #ffffff;
    margin: 0px 0 9px;
}

.single-contact-address-box h2 {
    color: #827350;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}

.single-contact-address-box a {
    color: #ffffff;
}

.single-contact-address-box.main-branch {
    background: #827350;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
}

.single-contact-address-box.main-branch .inner {
    position: relative;
    display: block;

}

.single-contact-address-box.main-branch .inner ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-contact-address-box.main-branch .inner ul li {
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid #737373;
    padding-bottom: 23px;
    margin-bottom: 24px;
}

.single-contact-address-box.main-branch .inner ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-contact-address-box.main-branch .inner ul li .title {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #827350;
}

.single-contact-address-box.main-branch .inner ul li .text {
    position: relative;
    display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    /* padding: 100px 60px 80px; */
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}

@media screen and (min-width:991px) {
    .contact-form {
        padding: 100px 60px 80px;
    }
}

.contact-form .sec-title-style1 {
    position: relative;
    display: block;
    padding-bottom: 51px;
    width: 50%;
}

.contact-form .text-box {
    position: relative;
    display: block;
    /* margin-top: 19px; */
    width: 100%;
}

@media screen and (min-width:991px) {
    .contact-form .text-box {
        width: 50%;
        margin-top: 19px;
    }
}

.contact-form .text p {
    color: #848484;
    line-height: 26px;
    margin: 0;
}

.contact-form .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form input[type="tel"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
    background: #827350;
    border: 1px solid #827350;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
}

.contact-form form button:hover {
    color: #ffffff;
    background: #131313;
}

/*------------------------------------*
	Footer section
*------------------------------------*/
.footer {
    background: url('images/footer-bg.webp')no-repeat center/cover;
}

footer h3 {
    color: #827350;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

footer p {
    color: #fff;
}

footer svg {
    color: #fff;
}

footer a {
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

footer a:hover {
    color: #827350;
}

footer .footer-social-icons svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

footer ul {
    padding-left: 0;
    line-height: 2.5;
    list-style: none;
}

footer ul li a {
    text-transform: capitalize;
    font-size: 15px;
}

footer .footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

footer .footer-bottom p {
    text-transform: capitalize;
}

/*------------------------------------*
	INNER PAGES
*------------------------------------*/
.banner-section {
    background: url('images/banner-bg-1.webp')no-repeat fixed center/cover;
    height: 60vh;
}

.services-banner-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/services-banner-5.webp')no-repeat fixed top/cover;
    height: 60vh;
}

.services-banner-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/services-banner-2.webp')no-repeat fixed top/cover;
    height: 60vh;
}

.services-banner-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/services-banner-3.webp')no-repeat fixed top/cover;
    height: 60vh;
}

.services-banner-4 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/services-banner-4.webp')no-repeat fixed top/cover;
    height: 60vh;
}
.services-banner-5 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/interior-bg.webp')no-repeat fixed top/cover;
    height: 60vh;
}
.services-banner-6 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/exterior-painting-bg.webp')no-repeat fixed top/cover;
    height: 60vh;
}


.banner-section h1 {
    color: #827350;
    text-align: center;
}

/*------------------------------------*
	gallery section
*------------------------------------*/
.gallery .filter-button-group li {
    /*background: #cc32c5;
     */
    border: 2px solid #000;
    color: #000;
    padding: 8px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.gallery .filter-button-group li.active,
.gallery .filter-button-group li:hover {
    background: #b8aa83;
    color: #fff;
    border: 2px solid #b8aa83;
}



.gallery .gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.gallery .gallery-img-wrapper .plus-sign {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.gallery .gallery-img-wrapper:hover .plus-sign {
    display: block;
}

.gallery .gallery-img-wrapper:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #b8aa83;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.gallery .gallery-img-wrapper:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Contact form section */
/* li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
} */

.sec-title {
    position: relative;
    padding-bottom: 40px
}

.sec-title .title {
    position: relative;
    color: #827350;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbb;
}

.sec-title h2 {
    position: relative;
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
}

.sec-title.light h2 {
    color: #fff;
}

.contact-page-section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    background-color: #827350;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

.contact-page-section .form-column {
    position: relative;
    padding: 0 0 0 15px;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px 45px 30px;
    background-color: #fff;
}

.contact-page-section .info-column {
    position: relative;
}

.contact-page-section .info-column .inner-column {
    position: relative;
    padding: 60px 35px;
}

.contact-page-section .info-column h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 45px;
}

.contact-page-section .info-column .list-info {
    position: relative;
    margin-bottom: 60px;
}

.contact-page-section .info-column .list-info li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.8em;
    /* padding-left: 45px; */
}

.contact-page-section .info-column .list-info li:last-child {
    margin-bottom: 0
}

.contact-page-section .info-column .list-info li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    font-size: 30px;
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
    border-color: #827350;
}

.contact-form textarea {
    height: 250px;
    resize: none
}

 .wpcf7-submit {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    padding: 16px 39px;
    border: 2px solid #827350;
    font-family: Arimo, sans-serif;
    background: #827350;
    display: inline-block;
    position: relative;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.wpcf7-submit:hover {
    color: #827350;
    border-color: #827350;
    background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

.social-icon-four {
    position: relative
}

.social-icon-four li {
    position: relative;
    margin-right: 18px;
    display: inline-block
}

.social-icon-four li.follow {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 20px
}

.social-icon-four li a {
    position: relative;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-four li a:hover {
    color: #222
}

/*------------------------------------*
	Testimonials section
*------------------------------------*/
.testimonials h3 {
    color: #827350;
    font-weight: 600;
}

.testimonials p {
    color: #757575;
    line-height: 2;
}

.testimonials svg {
    color: #9c9176;
}

.testimonials .testimonials-content-rating-date svg {
    color: #FCD53F;
}

.testimonials .testimonials-content-rating-date h5 {
    font-size: 16px;
}

.testimonials .slick-dots li button:before {
    margin-top: 10px;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #827350;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.testimonials .testimonials-wrapper .slick-prev {
    position: absolute;
    top: 50%;
    left: -400px;
    z-index: 10;
    width: 120px;
    height: 120px;
    background: #9c9176;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.testimonials .testimonials-wrapper .slick-prev:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m14 18l-6-6l6-6l1.4 1.4l-4.6 4.6l4.6 4.6Z"%2F%3E%3C%2Fsvg%3E');
    padding-left: 70px;
}

.testimonials .testimonials-wrapper .slick-next {
    position: absolute;
    top: 50%;
    right: -400px;
    width: 120px;
    height: 120px;
    background: #9c9176;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.testimonials .testimonials-wrapper .slick-next:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M9.4 18L8 16.6l4.6-4.6L8 7.4L9.4 6l6 6Z"%2F%3E%3C%2Fsvg%3E');
    padding-right: 70px;
}







/*------------------------------------*
	Blog section
*------------------------------------*/
.blog .blog-content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog .blog-content:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.blog .blog-content .blog-content-img {
    overflow: hidden;
}

.blog .blog-content .card {
    border: none !important;
}

.blog .blog-content .card img {
    height: 350px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog .blog-content:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.blog .blog-content svg {
    color: #827350;
}

.blog .blog-content span {
    color: #848484;
}

.blog .blog-content .blog-btn .button {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #827350;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    color: #827350;
    z-index: 1;
    text-transform: capitalize;
}

.blog .blog-content .blog-btn .button:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.blog .blog-content .blog-btn .button:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #827350;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.blog .blog-content .blog-btn .button:hover {
    color: #ffffff;
    border: 1px solid #827350;
}

.blog .blog-content .blog-btn .button:hover:before {
    top: -35%;
    background-color: #827350;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.blog .blog-content .blog-btn .button:hover:after {
    top: -45%;
    background-color: #827350;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/*------------------------------------*
	INNER SINGLE Blog Page
*------------------------------------*/

.single-blog .single-blog-details span {
    vertical-align: middle;
    font-weight: 600;
}

.single-blog h1 {
    color: #827350;
}

.single-blog h3 {
    color: #1C1C27;
}

.single-blog ol {
    line-height: 2;
}

.single-blog .single-blog-content-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single-blog .single-blog-content-text p {
    line-height: 2;
    color: #757575;
}

.section-color{
	color: #827350 !important;
}
.text-color{
	color: #757575;
}

.commercial-img, .roofing-img{
	width: 100%;
	height:60vh;
	object-fit: cover;
}