/* Homepage */

html {
  scroll-behavior: smooth;
}


/* Header */

.header-info {
    background: #f7f7f7;
}

.header-info .header-info-item .header-info .item .title {
    font-weight: 600;
    font-size: 20px;
    color: #176438;
}


.customize-btn {
    background: green;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    padding: 0 45px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
/*    background: linear-gradient(120deg, #6cbe03 40%, #f4a700 80%);*/
    background: linear-gradient(120deg, #09af57 40%, #f4a700 80%);
    position: relative;
    overflow: hidden;
    z-index: 5;
    text-transform: uppercase;
}

.customize-btn::before {
    background: #09af57;
}

/* Testimonials */
.feedback-title-area {
    background: #02060e;
    position: relative;
    margin-top: 0px;
    padding-top: 122px;
    padding-bottom: 170px;
}

/* Google Reviews */
.google-reviews-area {
    background: #6cbe03;
    position: relative;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 70px;
}

/* Banner */

.banner-area .banner-item .banner-content .title {
    font-size: 75px;
    color: #fff;
    line-height: 115px;
    padding-top: 29px;
    padding-bottom: 27px;
}

@media (max-width: 767px) {
    .banner-area .banner-item .banner-content .title {
        font-size: 45px;
        line-height: 55px;
    }
}


/* Values */

.about-us-3-area::before {
    /*position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;*/
    background-image: url(../images/banner/banner-values.jpg);
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

.about-us-3-area {
    background: #edebeb;
    padding-top: 121px;
    position: relative;
    z-index: 10;
}



/* Footer */

.footer-area.footer-3-area {
    padding-top: 100px;
    background: #161616;
}

/* Header Sticky */

#myHeader {
    z-index: 9999999;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.content {
  padding: 16px;
}
.sticky + .content {
  padding-top: 102px;
}





/* CONTACT PAGE */
.contact-info-area .contact-info {
/*    background: #02060e;*/
    background: #1a442e;
    position: relative;
    margin-bottom: 50px;
}

.contact-massage-area .contact-massage::before {
    /*position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 37%;*/
    background-image: url(../images/banner/hpn-contact-bg.jpg);
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

/* CONTACT PAGE - ReCaptacha */
.g-recaptcha {
    margin-bottom: 5px;
}


