<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.*/ 

a:focus{
	outline: 0px !important;
}

/* header */
li.spcl_btn a {
    border: 4px solid #1b9b9d;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 19px !important;
    padding: 11px 15px !important;
}
.elementor-menu-toggle {
    background: #fff !important;
    color: #1b9b9d !important;
}
.product_box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.top_bar .elementor-widget.elementor-widget-heading {
    margin-bottom: 0px !important;
}
.spcl_btn.menu-item {
    animation: pulse 0.3s ease-in infinite;
}
.spcl_btn.menu-item {
    display: none !important;
}
li.cont.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3493 {
    display: none;
}
/* special btn */
.border_animate {
    position: relative;
}

.border_animate a {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    font-weight: 600;
	text-align:center;
}

.border_animate a span {
    position: absolute;
    background: #fff !important;
}

.border_animate a span:nth-child(1){
    width: 100%;
    height: 4px;
    top: 0;
    left: -100px;
    animation: animate1 4s linear infinite;
}
.border_animate a span:nth-child(3){
    width: 100%;
    height: 4px;
    bottom: 0;
    right: -100px;
    animation: animate3 4s linear infinite;
}
.border_animate a span:nth-child(2){
    width: 4px;
    height: 100%;
    top: -100%;
    right: 0px;
    animation: animate2 4s linear infinite;
}
.border_animate a span:nth-child(4){
    width: 4px;
    height: 100%;
    bottom: -100%;
    left: 0px;
    animation: animate4 4s linear infinite;
}

@keyframes animate1{
    0%{
        left: -100px;
    }
    20%{
        left: 0px;
    }
    40%{
        left: 194px;
    }
    60%{
        left: 194px;
    }
    80%{
        left: 194px;
    }
    100%{
        left: 194px;
    }
}
@keyframes animate2{
    0%{
        top: -100px;
    }
    20%{
        top: -100px;
    }
    40%{
        top: 0px;
    }
    60%{
        top: 100px;
    }
    80%{
        top: 100px;
    }
    100%{
        top: 100px;
    }
}

@keyframes animate3{
    0%{
        right: -194px;
    }
    20%{
        right: -194px;
    }
    40%{
        right: -194px;
    }
    60%{
        right: 0px;
    }
    80%{
        right: 194px;
    }
    100%{
        right: 194px;
    }
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    20%{
        bottom: -100%;
    }
    40%{
        bottom: -100%;
    }
    60%{
        bottom: -100%;
    }
    80%{
       bottom: 0%;
    }
    100%{
        bottom: 100%;
    }
}



/* product section.*/ 

.product_box figure.elementor-image-box-img {
    margin: 0px !important;
}
.product_box .elementor-image-box-content h3 {
    margin-bottom: 0px !important;
    padding: 10px;
    background: #1b9b9d;
    color: #fff !important;
}


.project_box {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.project_box h3.elementor-image-box-title a {
    padding: 5px 50px !important;
    background: #1b9b9d;
    color: #fff !important;
}

/* blog */

.post-template-default.single.single-post p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.post-template-default.single.single-post h3.wp-block-heading {
    margin-top: 5px;
    margin-bottom: 5px;
}


.blog_box .col-lg-3.col-md-6 {
    padding: 0px 5px;
}

.blog_box .elementskit-entry-header a img {
    height: 200px;
}

.blog_box .elementskit-post-body h2 a {
    font-size: 15px !important;
}
.blog_box.blog_page_content div#post-items--ad3c6ba {
    display: grid;
    margin-right: 0px !important;
    margin-left: 0px !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.blog_box.blog_page_content div#post-items--ad3c6ba::before {
    display: none;
}

.blog_box.blog_page_content .col-lg-6.col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}

.single .entry-content h2 {
    font-size: 39px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}
.related-post-title a {
    font-size: 25px !important;
}
h3.theme-heading.related-posts-title span.text {
    font-size: 22px !important;
}

.elementor-post__text {
    text-align: center;
}

.elementor-post__text h3 {
    text-align: left;
}

a.elementor-post__read-more {
    background: #1b9b9d;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}
.blog_page_content .elementor-post__card img {
    transition: 0.5s all !important;
}

.blog_page_content .elementor-post__card:hover img {
    scale: 1.2;
}

/* choose section */
.choose_box {
    border: 3px solid #1b9b9d;
    padding: 20px;
    border-style: double;
    transition: 0.5s all;
}

.choose_box:hover {
    transform: translateY(-10px);
}
.services_section figure.elementor-image-box-img img {
    height: 309px !important;
	max-width: 254px;
}
/* special page */


.off_content span {
    font-size: 40px;
    color: #373b3d;
}

.off_content h3.elementor-image-box-title {
    display: flex;
    align-items: end;
    justify-content: end;
}
.sale_box {
    border: 1px solid;
    border-radius: 20px;
}

.sale_box img.attachment-full.size-full.wp-image-1414 {
    border-radius: 20px 20px 0px 0px;
}

.sale_box h3.elementor-image-box-title {
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    background: #1b9b9d;
    color: #fff;
}
.border_animate a:hover {
    color: #fff !important;
}
.sale_box figure.elementor-image-box-img {
    margin-bottom: 0px !important;
}

/* countertops page */
.ask_time {
    background: #1b9b9d;
    color: #fff !important;
}

/* privacy page */

.privacy_content h3 {
    font-size: 28px;
    font-family: 'Raleway';
}
.elementor-250 .elementor-element.elementor-element-9f164cc h3 {
    font-size: 45px;
}

/* contact page */
.contact_details_box .elementor-widget-wrap.elementor-element-populated {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_details_box .elementor-container.elementor-column-gap-default {
    display: flex;
    gap: 10px;
}

.contact_icon_box {
    transition: 0.5s all;
}

.contact_icon_box:hover {
    transform: translateY(-10px);
}

.contact_icon_box p.elementor-icon-box-description a {
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
}

.contact_icon_box p.elementor-icon-box-description a:hover {
    color: #fff !important;
}
.grid_input p {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 15px;
}

.grid_input p br {display: none;}

.grid_input p span.wpcf7-form-control-wrap {
    margin-bottom: 0px;
}

.grid_input p span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0px;
}

.grid_input p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 15px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 15px;
	margin-bottom:0px !important;
}
span.wpcf7-spinner {
    display: none;
}

.sub_btn_contact {
    width: 100%;
    background: #1b9b9d !important;
    font-size: 18px !important;
	padding: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}

.sub_btn_contact:hover {
    background: #65c0c1 !important;
}

.contact_form_box input.wpcf7-form-control {
    padding-left: 10px !important;
}

.contact_form_box textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    padding-left: 10px;
	height: 15px !important;
}
.contact_form_box input.wpcf7-form-control.wpcf7-text {
    font-size: 16px !important;
    font-weight: 500;
    color: #000 !important;
    font-family: 'Raleway';
}
.ekit-wid-con .ekit-form form textarea:focus{
	border-color: #1b9b9d !important;
}
.grid_input p span.wpcf7-form-control-wrap input.wpcf7-form-control {
    margin-bottom: 0px !important;
}
.homepage_sales_form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 30px !important;
}

.homepage_sales_form input::placeholder {
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'Raleway';
}

.homepage_sales_form textarea::placeholder {
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'Raleway';
	color: #000000 !important;
}

.homepage_sales_form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date{
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'Raleway';
	
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 16px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-size: 16px;
}
.elementor-element.elementor-element-0ad56b8.elementor-widget.elementor-widget-heading {
    margin-bottom: 0px !important;	
}

.contact_details p.elementor-icon-box-description a:hover {
    color: #1b9b9d !important;
}

/* testimonial */
.testimonial_section_second .client_say h2 {
    font-size: 40px;
}

.testimonial_section_second .client_say {
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 25px !IMPORTANT;
	border-left: 1px solid #1b9b9d;
    border-radius: 20px;
    border-right: 1px solid #1b9b9d;
}
.wp-gr.wpac a.wp-google-name {
    color: #1b9b9d !important;
}

.border_box p {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0px 4px 0px 4px;
    border-color: #1B9B9D;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}

/* review google */
.wp-gr .wp-google-right .wp-google-name a span {
    font-size: 22px !important;
}

.wp-gr .wp-google-right .wp-google-powered {
    font-size: 19px !important;
}

.wp-gr .wp-google-right .wp-google-powered img {
    max-width: 207px !important;
}

/* Calculator page */
.calculator {text-align: center;}

.fields {
    display: block;
    text-align: center !important;
}

.calculator .fields .col-xs-8 {
    width: 50% !important;
}

/* location page */
.location_banner_form .grid_input p {
    grid-template-columns: repeat( auto-fit, minmax(196px, 1fr) );
}
.location_service_box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* sidebar */
div#block-3 {
    padding: 20px;
    background: #1b9b9d;
}

div#block-3 h2.wp-block-heading {
    font-size: 30px !important;
}

div#block-3 ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    color: #fff !important;
    font-size: 18px;
}

div#block-3 ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}


/* Footer section */

.footer_form p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.footer_form p span.wpcf7-spinner {
    display: none !important;
}
.footer_form .sub_btn {
    font-size: 18px !important;
    padding: 16px 32px !important;
    background: #000 !important;
    border: 1px solid #000 !important;
	margin-bottom: 0px !important;
}

.footer_form .sub_btn:hover {
    background: #1b9b9d !important;
    border: 1px solid #fff !important;
}
.footer_form input.wpcf7-form-control.wpcf7-text {
    font-size: 16px !important;
    font-weight: 500;
    color: #000 !important;
    font-family: 'Raleway';
	margin-bottom: 0px !important;
}
.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
    border-color: #1b9b9d !important;
}


nav.navigation.post-navigation {
    display: none;
}
section#related-posts h3.theme-heading.related-posts-title span {
    text-transform: capitalize !important;
    font-size: 28px !important;
}
.single-post.content-max-width #main #content-wrap {
    padding-top: 0px !important;
}


/* desktop */

@media only screen and (min-width: 1024px) and (max-width: 1640px)  {
       li.ga.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1000 {
    display: none;
} 
		
  }

/* Mobile responsive */

@media only screen and (min-width: 320px) and (max-width: 767px)  {

   h2.elementor-heading-title.elementor-size-default {
    font-size: 35px !important;
}
li.cont.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3493 {
    display: block;
}
h6.elementor-heading-title.elementor-size-default {
    font-size: 18px !important;
}
	
.spcl_btn.menu-item {
    display: block !important;
}

	.border_animate{
		display:none !important;
	}
	
.footer_form p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer_form p br {
    display: none;
}
.testimonial_section_second .client_say h2 {
    font-size: 25px;
}
.blog_box.blog_page_content div#post-items--ad3c6ba {
    display: block;
}
.single-post .entry-title {
    font-size: 26px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}	
ul.meta.ospm-default.clr {
    margin: 0px !important;
    padding-bottom: 0px !important;
}
.single .entry-content h2 {
    font-size: 25px !important;
}
	ul.meta.ospm-default.clr li {
    padding-top: 5px !important;
}
.off_content h3.elementor-image-box-title {
    justify-content: center !important;
}

.off_content p.elementor-image-box-description {
    margin-bottom: 20px !important;
}
.grid_input p {
    display: block;
}

.grid_input p span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 10px !important;
}
.contact_form_box input.wpcf7-form-control {
    padding: 10px 5px !important;
}
.sub_btn_contact {
    font-size: 11px !important;
}
.privacy_content h3 {
    font-size: 20px;
}
.contact_details_box .elementor-widget-wrap.elementor-element-populated {
    padding: 20px;
}

.contact_details_box .elementor-container.elementor-column-gap-default {
    gap: 20px !important;
}
	.elementor-268 .elementor-element.elementor-element-5dd4dde {
    margin-bottom: 0px !important;
}

	input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    margin-bottom: 10px !important;
}
	
	
 }
</style>
<!-- end Simple Custom CSS and JS -->
