/*
Theme Name: H2O Growinc
Author: suite171
Author URI: https://suite171.com/
Description: Wordpress customized theme.
*/

/* import google font */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
*,
body{
    font-family: "Roboto", sans-serif;
}
a {
    text-decoration: none !important;
}
.btn-h2o{
    background-color: transparent;
    background-image: linear-gradient(180deg, #36B2FB 0%, #4a3fb9 100%);
    color: #fff;
    padding: 10px 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-style: none;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}
.btn-h2o:hover{
    background-image: linear-gradient(180deg, #4a3fb9 0%, #36B2FB 100%);
	color: #fff;
}
.form-control{
    padding: 8px 15px;
}
::placeholder {
    color: #adadad !important;
    opacity: 1
}
::-ms-input-placeholder {
    color: #adadad !important;
}
::-ms-input-placeholder {
    color: #adadad !important;
}
.primary-color{
    color: #36B2FB;
}
.white{
    color: #fff !important;
}
.excerpt{
    color: #595959;
}
.title{
    font-family: "Arima", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
}
.section-title{
    font-family: "Arima", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
	color: #7466FB;
}
/* use google font "Bebas Neue", sans-serif as example*/
.section-special{
    /*font-family: "Pacifico", cursive;*/
	font-family: "DM Serif Text", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    color: #7466FB;
    margin-bottom: 40px;
}

h1,h2,h3,h4,h5,h6{
	/*font-family: "DM Serif Text", serif!important;*/
	font-family: "Sansation", sans-serif!important;
	color: #7466FB;
}

.topbar{
    background-color: transparent;
    background-image: linear-gradient(177deg, #7466FB 29%, #36B2FB 98%);
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
}
.topbar-address{
    display: flex;
}
.topbar-address a{
    color: #fff;
}
.topbar-address a:hover{
	color: #fff;
}
.topbar-si a{
    color: #fff;
    margin-left: 15px;
    font-size: 11px;
}
.navbar{
    --bs-navbar-padding-y: 0.2rem;
}
.navbar .navbar-brand img{
    width: 181px;
}
.nav-link{
    padding: 15px !important;
    font-weight: 600;
    font-size: 16px;
    color: #000 !important;
}
.nav-link:hover,
.nav-link.current{
    color: #36B2FB !important;
}
.navbar .current-menu-item a{
	color: #36B2FB !important;
}
.navbar-caller-anchor{
    color: #1A1A1A;
	text-decoration: none;
}
.navbar-caller{
    display: flex;
    margin-left: 50px;
}
.navbar-caller .telephone-svg{
    width: 35px;
    fill: #7466FB;
    margin: 8px 8px 0 0;
}
.navbar-caller .telephone-title{
    line-height: 19px;
}
.navbar-caller .telephone-title a{
    font-size: 14px;
    color: #595959;
}
.navbar-caller .telephone-desc{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.07rem;
}
.dropdown-menu .nav-link{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
/** cards **/
.card{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #36B2FB;
    padding: 15px;
}
.card-thumb{
    background-image: url('images/i-e1740984797352.webp');
    background-size: cover;
    background-position: 50%;
    z-index: 1;
    min-height: 260px;
    padding: 25px;
    position: relative;
    overflow: hidden;
}
.card.service-card{
    height: 440px;
}
.service-card .card-hover{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    align-items: center;
    display: inline-grid;
    text-align: center;
    transition: 0.3s;
}
.service-card .card-thumb:hover .card-hover{
    top: 0;
}
.service-card .card-hover .hover-plus span{
    border: 2px solid #fff;
    padding: 4px 8px;
    font-size: 22px;
}
.card.blog-card{
    height: 540px;
    border: none;
    padding: 0;
    position: relative;
}
.card.blog-card .card-body{
    padding: 15px;
    overflow: hidden;
}
.blog-card .blog-link{
    font-size: 14px;
    color: #333;
    margin: 0 0 15px 15px;
    font-weight: 600;
}
.blog-card .blog-link:hover{
    color: #7466FB;
}
.blog-card .card-body a{
    color: #333;
}
.blog-card .card-body a:hover{
    color: #7466FB;
}
/***    Contents    ***/
.banner{
    padding: 110px 0;
    text-align: center;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-content{
    position: relative;
    z-index: 2;
}
.banner::before{
    content: "";
    position: absolute;
    inset: 0;
    /*background-color: rgba(116, 102, 251, 0.7);*/
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
/*.banner h2{
    font-family: "Sansation", Sans-serif;
    font-size: 45px;
    color: #FFFFFF;
}*/

.banner h2{
      font-family: "Sansation", sans-serif!important;
	  font-size: 45px;
      font-weight: 400;
      font-style: normal;
      color: #FFFFFF;
}
.banner-home{
    padding: 80px 0;
    background-color: #747474;
    background-image: url('images/ddddddddddddd.png');
    text-align: left;
    margin-bottom: 20px;
}
/*home slider fade color*/
.banner-home::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.banner-home h2{
    font-size: 62px;
    font-weight: 600;
}
.page-content{
    padding: 50px 0;
    position: relative;
}
.post-content{
    color: #595959;
}
.service-tags{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    margin-left: 15px;
}
.service-tags .landscape,
.service-tags .repairing,
.service-tags .drainage{
    padding: 2em;
    border-style: solid;
    border-width: 5px 0 0 0;
    border-color: transparent;
}
.service-tags .landscape{
    border-color: #7466FB;
    background-color: transparent;
    background-image: linear-gradient(180deg, #36B2FB 0%, #7466FB 100%);
}
.service-tags .repairing:hover,
.service-tags .drainage:hover{
    border-color: #7466FB;
}
.service-tags .landscape i{
    color: #F0DCE5;
    font-size: 40px;
}
.service-tags .repairing i,
.service-tags .drainage i{
    font-size: 40px;
    color: #7466FB;
}
.service-tags .margin-over{
    margin-top: -8px;
}

.about-section .about-thumbnail{
    background-color: transparent;
    background-image: linear-gradient(339deg, #7466FB 0%, #36B2FB 100%);
    position: relative;
    padding: 20px 0;
    margin-left: 20px;
}
.about-section .about-thumbnail img{
    max-width: 100%;
    height: auto;
    margin-left: -20px;
}
.about-section .about-thumbnail .about-thumbnail-experience{
    background-color: #36B2FB;
    color: white;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 240px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.06rem;
}
.about-section .about-thumbnail .about-thumbnail-experience span{
    font-family: "Fira Sans", sans-serif;
    font-size: 25px;
    color: #8865B9;
    display: inline-block;
}
.about-section .about-detail{
    padding-right: 4em;
}
.landscape-special-banner{
    background-image: url('images/landscape-specialist-finishing-newly-developed-garden.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.choose-us-section .choose-us-bg{
    background-color: transparent;
    background-image: linear-gradient(135deg, #36B2FB 0%, #7466FB 100%);
    padding: 20px 0;
    margin-right: 30px;
    position: relative;
}
.choose-us-section .choose-us-box{
    background-color: #36B2FB;
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    top: 0;
}
.choose-us-section .choose-us-bg img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center center;
    margin-left: 20px;
}
.choose-us-section .choose-us-content{
    padding-left: 40px;
}
.choose-us-section .choose-us-icon{
    background: #7466FB;
    display: inherit;
    align-items: center;
    height: 56px;
    padding: 0 15px;
    margin-right: 20px;
}
.choose-us-section .choose-us-icon svg{
    fill: #fff;
    width: 27px;
    height: 27px;
    display: block;
}
.testimonial-row{
    margin-left: 45px;
}
.testimonial-column{
    margin-left: -15px;
    margin-right: 0;
}
.testimonial-item{
    background-color: #F4F4F3;
    padding: 60px 40px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .16);
    position: relative;
    margin-top: 25px;
    color: #96989B;
    font-size: 15px;
    min-height: 210px;
}
.consultation-section{
    color: #fff;
    text-align: center;
    background-image: url('images/big-garden-grass-field-mowing-by-caucasian-gardener.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 110px 0;
    margin: 50px 0;
    position: relative;
}
.consultation-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, 0.6);
    z-index: 1;
}
.consultation-section .container-lg{
    position: relative;
    z-index: 2;
}
.consultation-section .section-special{
    color: #fff;
    margin-bottom: 20px;
}
.gallery-home-section{

}
.gallery-home-section .gallery-before{
    width: 100%;
    height: 458px;
    overflow: hidden;
    position: relative;
    border-right: 2px solid #fff;
}
.gallery-home-section .gallery-content{
    position: relative;
}
.gallery-home-section .gallery-after{
    padding-left: 1px;
    width: 100%;
    height: 458px;
    overflow: hidden;
    position: relative;
    border-left: 2px solid #fff;
}
.gallery-home-section .gallery-before img{
    position: absolute;
    left: 0;
}
.gallery-home-section .gallery-after img{
    position: absolute;
    right: 0;
}
.gallery-home-section .gallery-handle{
    background: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: absolute;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
    cursor: pointer;
}
.gallery-home-section .gallery-content .gallery-overlay{
    position: absolute;
    background: rgba(26, 26, 26, 0.4);
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: none;
    transition: opacity 2s ease-out;
    opacity: 0;
}
.gallery-home-section .gallery-content:hover .gallery-overlay{
    display: flex;
    opacity: 1;
}
.gallery-home-section .gallery-content .overlay-left,
.gallery-home-section .gallery-content .overlay-right{
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.18);
    padding: 9px 15px;
    border-radius: 2px;
    margin: 0 10px;
}

.partner-section{
    background-image: url('images/beautiful-pond-stone-path-and-lily-flower-garden-in-wisconsin.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #7466FB;
    position: relative;
    padding: 50px;
}
.partner-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(116, 102, 251, 0.82);
    z-index: 1;
}
.partner-container {
    position: relative;
    z-index: 2;
    border-style: solid;
    border-width: 4px 0 0 0;
    border-color: #36B2FB;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    padding: 2em;
    background-color: #F4F4F3;
}
.section-title-fira{
    font-family: "Fira Sans", sans-serif;
    font-size: 40px;
    font-weight: 500;
}
.partner-section .partner-thumb{
    width: calc(100% - 40px);
    height: 344px;
    object-fit: cover;
    object-position: center center;
}
.partner-carosel{
    margin-top: 30px;
}
.partner-carosel img{
    width: 160px;
    margin-right: 50px;
}

.contact-section{
    background-color: #F4F4F3;
    padding: 90px 0;
}
.contact-col-left{
    padding-right: 15px;
}
.contact-col-right{
    padding-left: 15px;
}
.contact-section .addr-icon{
    font-size: 32px;
    margin-right: 15px;
    margin-top: -4px;
}
.contact-section .addr-icon a,
.contact-section .addr-icon{
    color: #7466FB;
}
.contact-section .title{
    font-size: 20px;
}
.contact-section .addr-divider{
    border-top: 2px dashed #D2D3D0;
    margin: 20px 0;
}
.contact-section .btn-block{
    display: block;
    background-color: #7466FB;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
    width: 100%;
}
.contact-section .btn-block:hover{
    background-color: #36B2FB;
}
.contact-section .social-links{
    margin-top: 20px;
    font-size: 16px;
}
.contact-section .social-links a{
    display: inline-block;
    color: #fff;
    background-color: #7466FB;
    padding: 5px 10px;
    margin-right: 5px;
    text-align: center;
    border-radius: 3px;
}
.contact-section .social-links a:hover{
    background-color: #36B2FB;
}
.blog-section{
    margin: 40px 0;
}
.blog-section h1,
.blog-section h2{
    font-family: "Arima", Sans-serif;
}
.blog-section .blog-image{
    width: 100%;
}
.sidebar-thumb{
    background-color: transparent;
    background-image: linear-gradient(90deg, #7466FB 0%, #36B2FB 100%);
    padding: 20px 0;
    margin-left: 40px;
}
.sidebar-thumb img{
    width: 100%;
    height: auto;
    margin-left: -20px;
}
/***    Form controls   **/
.form-group{
    margin-bottom: 12px;
}
.form-group label{
    font-weight: 600;
}
.form-control{
    border-radius: 0;
}
/***    Footer ****/
.footer-quote{
    background-color: transparent;
    background-image: linear-gradient(184deg, #7466FB 35%, #36B2FB 100%);
    padding: 30px 40px;
}
.footer-quote h2{
    font-family: "Arima", Sans-serif, serif;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0;
}
.footer-quote .form-control{
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #595959;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D2D3D0;
    border-radius: 0;
    vertical-align: middle;
}
.footer-quote .btn-h2o{
    width: 100%;
}
.footer-quote .row{
    margin-right: -3px;
}
.col-no-space{
    padding-left: 3px;
    padding-right: 3px;
}
.footer{
    background: #1A1A1A;
    color: #fff;
    padding: 70px 40px 0 40px;
}
.footer img{
    width: 184px;
}
.footer h2{
    font-family: "Arima", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.footer .footer-col-1{
    margin-right: 40px;
}
.footer .footer-col-3{
    margin-left: 50px;
}
.footer .nav li{
    margin: 7px 0;
    align-items: center;
    display: flex
}
.footer .nav a{
    color: #fff;
}
.footer .footer-nav i{
    font-size: 14px;
}
.footer .nav a:hover{
    color: #36B2FB;
}
.footer .copyright{
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #FFFFFF21;
    font-size: 13px;
    letter-spacing: 0.6px;
}
.footer .social-links{
    display: flex;
    margin-top: 15px;
}
.footer .social-links a {
    background: #7466FB;
    color: #fff;
    font-size: 15px;
    padding: 3px 8px;
    margin-right: 5px;
    border-radius: 4px;
}
.footer .social-links a:hover{
    background: #36B2FB;
}

@media screen and (max-width: 1199px) {
    .footer img{
        width: 120px;
    }
    .partner-thumb{
        margin-bottom: 40px;
    }
    .partner-container{
        text-align: center;
    }
    .partner-container .section-title-fira{
        font-size: 24px !important;
    }
	.footer-quote h2{
		font-size: 20px !important;
	}
	.navbar .navbar-brand img{
        width: 135px;
    }
	.navbar-caller{
		margin-left: 0 !important;
		justify-content: right;
	}
	.navbar-caller .telephone-svg{
		width: 22px;
	}
	.navbar-caller .telephone-title{
		font-size: 14px;
	}
	.navbar-caller .telephone-desc{
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {    
    .footer{
        padding: 40px 15px 0 15px;
    }
    .footer-col-1{
        margin-bottom: 30px;
    }
    .footer img{
        width: 90px;
    }
}
@media screen and (max-width: 991px) {
    .footer-col-3{
        margin-left: 0 !important;
    }
    .testimonial-row{
        margin-left: 0 !important;
    }
    .choose-us-section .choose-us-content{
        padding-left: 0 !important;
    }
    .choose-us-content{
        text-align: center;
    }
    .testimonial-desc{
        text-align: center;
    }
    .contact-desc{
        text-align: center;
    }
    .about-detail{
        padding-right: 0 !important;
        text-align: center;
    }
    .about-section .about-thumbnail{
        margin-right: 10px;
        margin-top: 30px;
    }
    .about-section .about-thumbnail img{
        height: 240px;
        width: 100%;
        object-fit: cover;
    }
    .landscape-special-banner{
        height: 230px;
    }
    .drainage,
    .repairing,
    .landscape{
        display: block !important;
        text-align: center;
        padding: 15px !important;
    }
    .banner-home h2{
        font-size: 36px;
    }
    .partner-section{
        padding: 20px !important;
    }
    .partner-container{
        padding: 20px !important;
    }
    .blog-image{
        height: 230px;
        width: 100%;
        object-fit: cover;
    }
	.footer-quote h2{
		margin-bottom: 15px !important;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.navbar .navbar-brand img {
        width: 70px;
    }
    .navbar-nav .dropdown-menu{
        border: none;
        margin-left: 10px;
        margin-top: 0 !important;
        padding-top: 0;
    }
    .navbar-nav .nav-link{
        padding: 8px !important;
    }
    .navbar-caller-wrapper{
        display: block !important;
        position: absolute;
        right: 95px;
        top: 12px;
    }
    .our-service-desc{
        text-align: center;
    }
    .drainage,
    .repairing,
    .landscape{
        display: flex !important;
        text-align: left;
        border-width: 0 0 0 5px !important;
    }
    .drainage .title,
    .repairing .title,
    .landscape .title{
        font-size: 20px;
    }
    .drainage .excerpt,
    .repairing .excerpt,
    .landscape .excerpt{
        font-size: 15px;
    }
    .service-tags .repairing, .service-tags .drainage {
        background: #fff;
    }
    .banner-home h2{
        font-size: 24px;
    }
    .banner-home{
        padding: 40px 0 !important;
    }
    .page-content{
        padding: 30px 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .topbar-address{
        justify-content: center;
    }
    .footer-col-2,
    .footer-col-3{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px) {
    .addr-wrap{
        margin-bottom: 30px;
        display: block !important;
        text-align: center;
    }
    .addr-divider{
        display: none;
    }
    .contact-col-left{
        text-align: center;
    }
	.footer-quote h2{
		font-size: 16px !important;
	}
}
@media screen and (max-width: 540px) {
    .topbar-address{
        display: block;
        text-align: center;
    }
}

/* == WordPress WYSIWYG Editor Styles == */

.without-fimg{
	overflow:hidden;
}

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

