/**
Theme Name: swpd
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swpd
Template: astra
*/
/*----Page-Banner------*/


.page-banner .upb_row_bg{
  
    background: linear-gradient(360deg, #000000, #ffffff00);
    padding: 70px 0px 40px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #00a954;
}

p.get_quotes:after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    background: #1e9747;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #c7c500;
}
.page-banner .upb_row_bg:before{
        background:linear-gradient(360deg, #000000, #ffffff00);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 11%;
    bottom: 0px;
    border-radius: 35px;
    z-index: 0;
    
}

.page-banner .upb_row_bg:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #c7c500;
    bottom: 0px;
}



.contact-banner > .vc_column-inner > .wpb_wrapper{
        background:#e8e8e8e3;
    padding: 50px 40px;
    
}

#input_2_3, #input_2_8, #input_2_11_1, #input_2_9, #input_2_10, #input_2_13{
    color:#7c7c7c!important;
     border-color:#1E9747!important;
}

.contact-banner .gform_footer {
	text-align:center!important;
	display: inherit!important;
	
}

#input_2_13{
	height: 45px;
}



.page-banner h1, p.shadow-p{
    color: #ffffff !important;
    background: linear-gradient(360deg, #000000, #ffffff00);
    padding: 70px 0px 40px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #00a954;
}
.page-banner h1:after,  p.shadow-p:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #c7c500;
    bottom: 4px;
}

.ubtn-ctn-left a.ubtn-link {
    padding: 0px !important;
}
.greenbgsec {
    z-index: -1;
}
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
    padding: 10px 0;
}
.why-choose-main .ult-item-wrap.slick-slide {
background: #f4f4f4;
    padding: 40px 28px;
    border-right: 1px solid #e6e6e6;
}
.why-choose-main .ult-item-wrap.slick-slide:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    left: 0;
    bottom: 0;
	    z-index: -1;
	transition:.5s;
}
.why-choose-main .ult-item-wrap.slick-slide:hover:before {
    background: black;
    height: 100%;
    z-index: -1;
}
.why-txt {
    font-size: 13px;
	transition:.3s;
}
.why-choose-main .ult-item-wrap.slick-slide i {
    font-size: 70px;
    margin-bottom: 20px;
    color: #1e9747;
}
.why-choose-main .ult-item-wrap.slick-slide h6 {
    font-size: 18px;
    margin-bottom: 10px;
	transition:.3s;
}
.why-choose-main .ult-item-wrap.slick-slide:hover .why-txt{
	color: #fff !important;
}
.why-choose-main .ult-item-wrap.slick-slide:hover h6 {
    color: #1e9747;
}
.gform_body input[type=text], .gform_body input[type=tel], .gform_body input[type=email], .gform_body textarea, .gform_body select{
    border-color: #eaeaea !important;
    border-radius: 0px !important;
    background: rgb(250 250 250 / 0%) !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
.testi-back .white {
    color: white !important;
    text-shadow: 1px 1px 3px #000000;
}
/*----------*/
#banner-heading{
    font-size:30px!important;
    text-align:center!important;
    font-weight: 800 !important;
	line-height: 1.4 !important;
}
 p.heading-p{
	font-size: 45px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	line-height: 1.4 !important;
}

section#custom_html-4, section#custom_html-3 {
    margin: 0px;
}
button.ubtn {
    background: #c7c500 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}
#homeBanner {
    background: linear-gradient(223deg, #27ad4a, #076027);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}


@-webkit-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}



.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 p {
    margin: 0px;
}
/*.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 {
    display: table;
    height: 100%;
}
.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 {
    display: table-cell;
    vertical-align: middle !important;
}*/

p.headingTopsl:before {
    width: 5%;
    height: 8%;
    background: #c7c500;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 42%;
}
p.headingFooter {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.15;
}
.ast-header-button-1 .ast-custom-button, .ast-header-button-2 .ast-custom-button {
	box-shadow: 0px 0px 10px #979797 !important;
}
.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-2 {
    margin: 0;
}
.site-footer-primary-section-2.site-footer-section.site-footer-section-2 a:before, .site-footer-primary-section-4.site-footer-section.site-footer-section-4 a:before {
    content: "\f30b";
    display: block;
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
}

.site-footer-primary-section-2.site-footer-section.site-footer-section-2 a, .site-footer-primary-section-4.site-footer-section.site-footer-section-4 a, p.footer-p {
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #2a935e;
    display: block;
    padding-left: 25px;
	font-size:12px;
}
.site-primary-footer-wrap p.headingFooter {
    margin-bottom: 20px;
}
p.footer-p i {
    position: absolute;
    left: 0;
    top: 8px;
}
p.footer-p {
    position: relative;
}
p.headingTopsl {
    color: #fff;
    padding-left: 7%;
    position: relative;
	font-size: 1vw;
	margin-top: 7%;
}

li.experience i {
    padding-right: 10px;
}

.tlBtns a {
    display: inline-block;
    padding: 1.8% 3%;
    font-size: .8vw;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font-weight: 800;
    border-radius: 5px;
    text-transform: uppercase;
}
.slBtns a {
    display: inline-block;
    width: 20%;
    padding: 1.8% 3%;
    font-size: .8vw;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font-weight: 800;
    border-radius: 5px;
    text-transform: uppercase;
}
a.SlB1:hover {
    background: #000;
}
a.SlB1 {
    background: #c7c500;
    margin-right: 4%;
}
a.SlB2:hover {
    background: #c7c500 !important;
}
a.SlB2 {
    background: black !important;
}
.slBtns {
    margin-top: 5%;
}
div#bannerLi ul {
    margin: 0;
    width: 49%;
    display: inline-block;
}
div#bannerLi ul:first-child {
    width: 39%;
}
li.experience {
    color: #fff;
    padding-right: 20px;
    font-size: 1.1vw;
    margin-bottom: 0px !important;
    display: inline-block;
}

.entry-content p {
    margin-bottom: 15px;
}
.ubtn-ctn-center, .ubtn-ctn-left, .ubtn-ctn-right {
    margin: 0px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin: 0px !important;
}
.entry-content p:last-child {
    margin-bottom: 0;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner   {
    padding-top: 0px;
}  
.upb_row_bg {
    background-position: bottom !important;
}
.reverse-text{ display: flex!important; flex-direction: column-reverse; }
.slBtns {
    margin-top: 4% !important;
}
@keyframes pulse-black {
	0% {
		box-shadow: 0 0 0 0 rgba(240, 237, 20, 0.7);
	}
	
	70% {
		box-shadow: 0 0 0 100px rgba(240, 237, 20, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(240, 237, 20, 0);
	}
}
p.heading-top {
    font-size: 5.5vw;
    font-weight: 800;
    color: #fff;
	margin-bottom: 4% !important;
    line-height: 1.1;
	text-transform: uppercase
}
.sectionLeftSl {
    padding-left: 5%;
}
.ab-boxes {
       background-color: #262525;
    height: 170px;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
       top: 0px;
    right: 29px;
}

.ab-boxes  .aio-icon-title {

    line-height: 21px;
    padding: 0px 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 15px;
}

.second-box {
        top: 177px !important;
    background-color: #1e9747;
}
.white {
    color:#fff !important;
}
.helmet-image img {
    position:absolute;
    bottom:0;
    right:0;
}
.home-ser-heading {
      font-size: 17px!important;
    color: #1E9747!important;
    margin-bottom: 0px !important;
}
.services-home-content {
     width: 90%;
    margin: -29px auto 0;
    position: relative;
    border-radius:7px;

}
.ser-icon-img .vc_single_image-wrapper {
        width: 67px;
    background-color: #c7c500;
    padding: 12px;
    margin-top: -63px;
        border-radius: 7px;
}
.ser-box-home-col > .vc_column-inner > .wpb_wrapper:hover .ser-icon-img .vc_single_image-wrapper {
   background-color: #1E9747;  
}
.ser-box-links {
        text-transform: uppercase;
    text-decoration: none;
}
.ser-box-home-col > .vc_column-inner > .wpb_wrapper:hover .ser-image img {
transform: scale(1.1) !important;
  transition: transform .2s;
}
.ser-image .vc_single_image-wrapper {
    overflow:hidden !important;
}

.ser-box-home-col > .vc_column-inner > .wpb_wrapper:hover .ser-icon-img{
    -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
    -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
    -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
    transform: translateY(-10px) translate3d(0, -10px, 0);
    transition: transform .2s;
}
.ser-icon-img{
-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18); */
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
   
}
.home-ser-main-row .upb_row_bg:after {
      position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52%;
    background-color: #f4f4f4;
    content: '';
    display: block;
}

/* Commercial Painting Start Page*/

.comm_img{
        position: relative;
}

.comm_img:before{
    content:"";
    position: absolute;
    top: -10px;
    left: -8px;
    height: 40%;
    width: 40%;
    background-color:  #c5c500;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
        z-index: -1;
            -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes float-bob-y{
0% {
    transform: translateY(-20px);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(-20px);
}

}

.comm_img .vc_single_image-wrapper{
        position: relative;
    display: block;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
    overflow: hidden;
    z-index: 2;
}

.comm_img .vc_single_image-wrapper:after{
    content:"";
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
    animation-name: shine;
}

@keyframes shine  {
  0% {
    background-position: 1% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 1% 0%;
  }
}



.comm_img:after{
    content:"\f5aa";
font-family: 'Font Awesome 6 Pro';
    right: 20px;
    background-color: #01a954;
    width: 110px;
    height: 120px;
    position: absolute;
    bottom: 25px;
    padding: 21px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 2;
    font-size: 40px;
    text-align: center;
    color: #fff;
}


.commercial_sec:after{
    content:"";
       background-image: url(https://www.swpd.com.au/wp-content/uploads/2022/06/about-one-dots-yellow.png);
           width: 85px;
    height: 285px;
    background-repeat: no-repeat;
    position: absolute;
    top: 348px;
    right: 498px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes shapeMover{
0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}

50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
}

}

.commercial_painting:before{
content: url(https://www.swpd.com.au/wp-content/uploads/2022/06/brush_top_pattern.png);
    display: block;
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0px;
    z-index: 99;
}
.commercial_painting:after{
	content: url(https://www.swpd.com.au//wp-content/uploads/2022/06/paint_bottom_pattern.png);
   display: block;
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0px;
}



.img_painter >.vc_column-inner >.wpb_wrapper{
	    background-color: #fff;
        margin-bottom: 30px;
} 


.bullet_points{
    margin: 0px!important;
  
   
}
.bullet_points li{
    list-style: none;
    position: relative;
    padding-left: 30px;
	padding-top: 10px;
    font-size: 16px;
 
}
.bullet_points li:before{
    content: '\f5aa';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 800;
    color: #00A954;
    top: 10px;
    left: 0;
}

/* Commercial Painting End Page*/



/*-----------landing-page-css-Start---------------*/

li{
    list-style:none;
}



.home-ser-main-row .upb_row_bg:after {
      height: 70%!important;
}


.call-us{
    font-size:30px;
    color: #fff;
        font-weight: bold;
}


#gform_submit_button_2 {
    background-color: #c7c500;
    font-weight: bold;
    text-transform: uppercase;
}

#gform_submit_button_2:hover{
        background-color: #00a954;
        color: #fff;
}


.get_quotes{
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}


/*----Interior-And-Exterio-Painting----*/

.residential-p-col>div{
    padding: 50px 0px !important;
}
.home-ser-main-row .upb_row_bg:after {
    height: 62%;
}
.
.resi-img-col{
    left: 400px;
}


.commercial-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar, .affordable-text::-webkit-scrollbar, .residential-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar{
    width: 5px;
}
.commercial-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-thumb, .affordable-text::-webkit-scrollbar-thumb,.residential-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-thumb {
  background-color: #1e9747; }
.commercial-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-track,.residential-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-track, .affordable-text::-webkit-scrollbar-track {
  background: #c7c500;        /* color of the tracking area */
}
.resi-txt{
    padding-right: 20px;
}
.resi-right{
    z-index:-1;
}
.resi-img-col img.attachment-thumbnail, .comm-img-col img.attachment-thumbnail{
    padding: 0px 10px !important;
}
.resi-img-col>div, .comm-img-col>div{
    padding: 0px !important;
}
.comm-img-col{
    right: 400px;
}
.residential-sub-p.lending-sec > .vc_column-inner > .wpb_wrapper {
    overflow: auto !important;
     height: 463px;
}


/*.residential-sub-p > .vc_column-inner > .wpb_wrapper, .commercial-sub-p > .vc_column-inner > .wpb_wrapper{
    overflow: auto !important;
    height: 350px;
}*/
/*----Interior-And-Exterio-Painting-close----*/
 
  

.testimonial-white{
     background-color: #f5f5f5;
     padding: 59px 40px 35px 40px;
	min-height: 304px;
}
.testimonial-green{
    background-color: #1e9747;;
     padding: 17px 40px 17px 40px;
}

.testimonial-white .wpb_wrapper{
    position: relative;
}

.testimonial-white .wpb_wrapper:after{
   content: "\f10e";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    top: -85px;
    left: -2px;
    font-size: 40px;
    background-color: #c7c500;
    color: #fff;
    height: 57px;
    width: 57px;
    text-align: center;
    vertical-align: middle;
    line-height: 57px;
}
.test-slides .slick-list{
        padding-top: 40px;
}
.testim-heading {
    background-color: #1e9747b8;
    padding: 20px 0px;
}
.testi-back h2{
    margin-bottom: 0px;
}
.testi-back h3{
    padding-bottom: 0px;
}
.testi-back{
    background-image: url('https://www.swpd.com.au/wp-content/uploads/2022/07/testimonial-back.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0px;
    background-position: center;
}
/*----gallery-column-background-----*/
.gallery-col {
    min-height: 450px;
    padding: 10px !important;
    overflow: hidden;
}
.gallery-col>div{
    border: 4px solid #1e9747;
    transition: ease-in all 0.5s;
}
.gallery-col>div:hover{
    border: 4px solid #c7c500;
    transition: ease-in all 0.5s;
}
/*--------------*/

/*----Gallery-column-heading-----*/
.gallery-head p {
    font-size: 28px;
    font-weight: 600;
    color: #1e9747;
    transition: ease-out all 0.3s;
    text-align: center;
}
.gallery-head {
    display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: auto;
  background: rgba(255,255,255,0.8);
  min-height: 50px;
  transition: ease-in all 0.5s;
  text-decoration: none!important;
}
.gallery-head a {
    font-size: 28px;
    font-weight: 600;
    color: #1e9747;
    transition: ease-out all 0.3s;
    text-decoration: none!important;
}
.gallery-col:hover .gallery-head a {
    color: white;
    transition: ease-in all 0.3s;
    font-size:24px;
}
.gallery-col:hover .gallery-head {
    background: rgba(30, 151, 71, 0.5);
    transition: ease-in all 0.5s;
    min-height: 390px;
}
/*--------------*/

.info-text{
    background-color: #ffffffbf;
}

.info-text .aio-icon-default {
    background-color: #1e9747b8;
        width: 20%;
}
.info-text .default-icon .aio-icon-default .aio-icon, .default-icon .aio-icon-default .aio-icon-img {
    margin-right: 0px!important;
}

.info-text .aio-icon-title{
      margin-left: 19px;
    margin-top: 22px;  
}
.background-six-box .upb_row_bg {
     background-position: top !important; 
}

/*-----Project-section------*/
.project-col{
    text-align: center;
}
.project-col img{
    border-radius: 60px;
    border-bottom-left-radius: 0;
}
.project-col h6 {
    color: white !important;
    width: 60%;
    margin: auto;
    font-weight: 300 !important;
    line-height: 1em !important;
    padding: 10px 0px;
    font-size: 16px !important;
}
.project-head {
    bottom: 15px;
    z-index: 9;
    background: url('https://www.swpd.com.au/wp-content/uploads/2022/06/project_name.png');
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
    position: relative;
    min-height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-size: contain;
}
.projects-row .ult-carousel-wrapper {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.slick-prev {
    left: -45px;
}
.slick-next{
    right: -45px;
}
.ast-builder-menu-1 .main-header-menu .sub-menu .menu-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/*--------------------------*/
p.headingFooter i {
    display: block;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #00a954;
    font-size: 15px;
    border-radius: 50px;
    border: 2px solid #fff;
	animation: pulse-black2 2s infinite;
}
@keyframes pulse-black2 {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
/*-----Affordable-section---*/
.affordable-col{
    background: rgba(255,255,255,0.9);
    margin: 100px 0px;
}

.affordable-text{
    overflow: auto !important;
    height: 300px;
}
.affordable-text p, .affordable-text ul{
    padding-right: 30px;
}
/*--------------------------*/
button.ubtn:hover {
    background: #1e9747 !important;
}
/*------form-section--------*/
.form-col{
    z-index: 2 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: white;
}
.form-col>div{
    padding: 80px 50px !important;
    
}
.contact-info  p{
    font-size: 20px;
    margin-bottom: 25px !important;
}
.contact-info .green , .contact-info .green a{
    color: #1e9747!important;
}
.contact-info a{
    color: #333333 !important;
    text-decoration: none !important;
    padding-left: 10px;
}

.contact-info i{
    color: #1e9747;
    border-radius: 60px;
    border-bottom-left-radius: 0;
    padding: 15px 10px;
    width: 40px;
    height: 50px;
    text-align: center;
}   
.map-col{
    margin-top: -200px !important;
}
.gm-style .place-card-large {
    z-index: 99 !important;
}
/*--------------------------*/

/*-----timeless-section-----*/
.timeless-left h3{
    font-size: 26px !important;
    text-transform: capitalize !important;
    color: white !important;
}
.timeless-left h2{
    padding-bottom: 20px;
    color: white !important;
}
.timeless-left{
    padding-right: 30px;
}

.timeless-left>div{
    padding: 40px !important;
}
.why-pts i{
    position: relative;
    top: 2px;
    font-size: 20px;
}
.ser-box-home-col .ult-content-box {
    margin-bottom: 40px !important;
}


.black-pt{
    background: rgba(0,0,0,0.5);
}
.black-pt i{
    color: white !important;
}
.white-pt{
    background: rgba(255,255,255,0.7);
}
.black-pt h5{
    color: white !important;
}
.why-pts li{
    padding: 15px 30px;
    display: inline-flex !important;
    min-width: 100%;
    min-height: 85px;
    align-items: center;
    align-content: center;
}
.why-pts h5{
    padding-left: 20px;
    text-transform: capitalize !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    margin-bottom: 0px;
}
.why-pts ul{
    margin: 0 !important;
}
.main-header-bar {border-bottom: 0px !important;}
.residential-p-col>div{
    padding: 50px 0px !important;
}
.residential-sub-p{
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
}
.resi-img-col{
    left: 400px;
}
.commercial-sub-p{
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
}
.residential-sub-p > .vc_column-inner > .wpb_wrapper, .commercial-sub-p > .vc_column-inner > .wpb_wrapper{
    overflow: auto !important;
    height: 350px;
}


	.btn-ic span.ubtn-data.ubtn-text {
    padding-left: 10px !important;
}
.commercial-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar{
    width: 5px;
}
.commercial-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-thumb {
  background-color: #1e9747; }
.commercial-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-track {
  background: #c7c500;        /* color of the tracking area */
}
.residential-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar{
    width: 5px;
}
.residential-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-thumb {
  background-color: #1e9747; }
 .residential-sub-p > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-track {
  background: #c7c500;        /* color of the tracking area */
}

input#gform_submit_button_1 {
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    padding: 0 20px;
}
.menu-item i {
    background: #c7c500;
    width: 26px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 3px;
    margin-right: 6px;
}
.home-ser-main-row:before {
    width: 270%;
    display: block;
    background: #1e9747;
    position: absolute;
    content: "";
    height: 600px;
    left: -70%;
    top: 0;
}
.bullet-points li {
    position: relative;
    list-style-type: none;
    padding: 0px 0px 10px 30px;
}

.bullet-points li:before {
    content: '\f0a9';
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    color: #00a954;
    font-family: 'Font Awesome 5 Pro';
}


.bullet-points{
    list-style: none;
    margin-left: 0!important;
}


#input_2_10{
  height: 170px;   
 }   
#menu-areas{
     display: block;
     position: relative;
 }
  #menu-areas li {
    width: 25%;
    float: left;
    background: #ECECEC!important;
    border: 3px solid #fff;

 }
  #menu-areas a {
    text-decoration: none;
    padding: 15px 15px 15px 40px;
    position: relative;
    color: #000;
    display: block;
    }
    
  #menu-areas li a:before {
    content: '\f061';
    display: block;
    position: absolute;
    left: 15px;
    color: #00a954;
    top: 15px;
    font-family: 'Font Awesome 5 Pro';
}
  #menu-areas li:hover a:before  {
  
    color: #fff;
  
}
 #menu-areas li:hover a{
  
    color: #fff;
  
}
 #menu-areas li:hover {
    background: #00a954!important;
    color: white !important;
    transition: 0.2s;
}
.menu33 h2{
    text-align: center!important;
}


#area-menus{
  margin-left: 150px!important;
    margin-right: 150px!important;  
}


/*-----------landing-page-css-close---------------*/




 @media only screen and (min-width: 1260px){
	.residential-sub-p{
    left: 400px;
}
	 .commercial-sub-p{
    right: 400px;
	 }
}

 @media only screen and (max-width: 1259px) {
	.residential-p-col {
    width: 100%;
}
	 .residential-p-col > .vc_column-inner > .wpb_wrapper {
    padding: 20px;
}
}
 @media only screen and (min-width: 921px) and (max-width: 1460px)  {
	 
	.ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 1.1vw !important;
padding: 0 0.7vw !important;
}
	 .ahfb-svg-iconset svg {
    width: 1.1vw !important;
    height: 1.1vw !important;

}
	 .ast-header-button-2[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button, .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    padding-left: 1vw;
    padding-right: 1vw;
		     font-size: .9vw;
}
	 .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    width: 10vw;
}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	img.bLady {
    margin: 53% 7% 10% !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 900px){
		p.headingTopsl {
    margin-top: 100px;
}
}
@media only screen and (max-width:840px){
	div#bannerLi ul:first-child {
    width: 49%;
}
	.slBtns a {
    width: 26%;
    font-size: 1.2vw;
}
}

@media only screen and (min-width:921px) {
	body.home:before { display: none !important;}
	body:before {
    content: "";
    display: block;
    height: 90px;
    position: absolute;
    background: linear-gradient(180deg, #4a4a4a, transparent);
    width: 100%;
    z-index: 1;
}
.astra-megamenu li a {
    border-bottom: 1px solid #f4f4f4 !important;
}
.astra-megamenu li ul.sub-menu.astra-megamenu-focus li:last-child a {
    border-bottom: 0px !important;
}
	input#gform_submit_button_1 {
    padding: 18px 15%;
}
	form#gform_1 .gform_footer.top_label {
    width: 20%;
    margin: 0;
    padding: 0;
}
form#gform_1 .gform_body.gform-body {
    width: 80%;
}
form#gform_1 .gform_footer.top_label {
    width: 20%;
    margin: 0;
    padding: 0;
}


form#gform_1 {
    display: flex;
}
	.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 .ast-builder-html-element {
    display: flex;
    width: 100%;
}
div#gform_wrapper_1 {
    width: 78%;
	    padding-top: 30px;
}
.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 p.headingFooter {
    width: 22%;
}
}
@media only screen and (max-width:920px) {
	#area-menus {
    margin: 0px !important;
}
	.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
	  padding: 80px 40px 60px;
	}
	.ser-box-home-col .ult-content-box p:nth-child(2) {
    display: none;
}
	
	.why-choose-main .ult-item-wrap.slick-slide {
    border-right: 0px solid #e6e6e6;
    margin: 0 5px;
}
	.ast-header-break-point .ast-above-header-bar {
    background-color: #000000 !important;
}
	.ast-header-button-1 .ast-custom-button, .ast-header-button-2 .ast-custom-button {
    box-shadow: 0px 0px 20px #5f5f5f !important;
}
	#masthead .ast-mobile-header-wrap .ast-above-header-bar {
    padding-bottom: 15px;
}
	.ast-primary-header-bar.ast-primary-header.main-header-bar.site-primary-header-wrap.site-header-focus-item.ast-builder-grid-row-layout-default.ast-builder-grid-row-tablet-layout-default.ast-builder-grid-row-mobile-layout-default.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
    top: 71px !important;
}
}
@media only screen and (min-width: 540px) and (max-width: 920px) {
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 2,1fr );
}
}
@media only screen and (max-width:767px) {
	.pt-30 {
		padding-top: 30px !important;
	}
	#show{
		    background: #C7C500;
    padding: 16px 30px;
    color: #fff!important;
    border-radius: 5px;
		font-weight:400!important;
	}
	
	#show:hover{
		background:#000!important;
	}
	
	.vc_row.mob-read-hide{
		display:none;
	}
	p.heading-p {
    font-size: 30px !important;
}
	.contact-banner > .vc_column-inner > .wpb_wrapper {
    background: #e8e8e8e3;
    padding: 40px 20px;
    margin-top: 50px;
}
	p.headingFooter i {
    margin-left: auto;
    margin-right: auto;
}
	.mb-50 {
		margin-bottom: 50px !important;
	}
	.gallery-col {
    min-height: 350px;
}
	.gallery-col:hover .gallery-head {
    min-height: 270px;
}
	.bullet_points li {
    font-size: 12px;
}
	.gallery-col {
    margin-bottom: 30px;
}
	.commercial-sub-p, .residential-sub-p {
    padding: 30px 15px;
}
	.bullet_points li:before {
		font-size: 16px;
	}
	.vc_empty_space.htMob {
    height: 300px !important;
}
	
	.our_sec > .vc_column-inner >.wpb_wrapper{
        padding: 30px !important;
    background-color: rgba(255,255,255,0.89) !important;
    margin-right: 0px;
}
	.affordable-col>div {
    padding: 30px !important;
}
	ul#menu-footer-menu li, ul#menu-footer-services li, p.footer-p {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

	
.stretchMe{
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    margin-left: -50vw !important;
    max-width: inherit !important;
}
	.home-ser-main-row:before {
    width: 100%;
    left: 0%;
}
	.mt-50 {margin-top: 50px !important;}
	.mt-30 {margin-top: 30px !important;}
	.CarMargin {margin: 40px 0px !important;}
	.stats-top .aio-icon, .stats-top .img-icon {
    width: 40px !important;
}
	div#r1c3 , div#r2c2{
    padding: 5px;
}
	.d-none {
		display: none !important;
	}
	.hdCounter p {
    padding: 45px 0px !important;
    font-size: 16px !important;
}
	.stats-block.stats-top {
    padding: 25px 10px !important;
    font-size: 16px !important;
}
	.counters-home .vc_col-sm-3 {
    width: 50%;
    display: inline-block;
}
	.counters-home .vc_column-inner {
    padding: 5px !important;
}
	.sectionLeftSl {
    margin-top: 150px;
}
	p.headingTopsl, li.experience {
    font-size: 14px;
}
	p.heading-top {
    font-size: 40px;
	}
	div#bannerLi ul {
		width: 100% !important;
	}
	li.experience {
    display: block;
}
	.slBtns a {
    width: 36%;
    font-size: 14px;
}
	img.bBubble {
    margin: 0% auto 0;
}
	#menu-areas li {    
		width: auto !important;
	}
	
}
@media only screen and (min-width:768px) {	
	
	.desk-read-more-hide{
		display:none;
	}
	.timeless-right{
    padding-left: 30px;
}
	.our_sec > .vc_column-inner >.wpb_wrapper{
        padding-top: 100px !important;
    padding-right: 50px !important;
    padding-bottom: 100px !important;
    padding-left: 50px !important;
    background-color: rgba(255,255,255,0.9) !important;
    margin-right: 80px;
}
	.affordable-col>div{
    padding: 50px !important;
}
	.vc_empty_space.sliderHtCs {
    height: 60vh !important;
}
	.site-footer-primary-section-2.site-footer-section.site-footer-section-2 li:last-child a, .site-footer-primary-section-4.site-footer-section.site-footer-section-4 li:last-child a, .site-footer-primary-section-3.site-footer-section.site-footer-section-3  p:last-child {
    margin: 0;
    padding: 0;
    border: 0;
	   padding-left: 25px;
}
	.residential-sub-p>div, .commercial-sub-p>div{
padding: 60px !important;
}
.stretchMe{
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    margin-left: -50vw !important;
    max-width: inherit !important;
}
.bgGreenht {
    height: 0px !important;
}
	.why-choose-main .ult-item-wrap.slick-slide {
    min-height: 375px;
}
	.pdR-30 {padding-right: 30px;}
nav#primary-site-navigation ul.main-header-menu li:last-child a {
    padding-right: 0px !important;
}
 .align-md .wpb_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.tb-md{
display: flex;
}
.align-md .vc_column-inner{
  height: 100% !important;
display:table;
}
}

@media only screen and (max-width:417px){
	.menu-areas-container{
		padding-bottom:100px;
	}
}
