/*
Theme Name: Hippo's
Description: Wordpress Theme
Theme URI: 
Author: Jola Interactive
Author URI: 
Version: 1.0
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, translation-ready
*/

/* 
    Created on : Feb 14, 2021, 12:37:53 AM
    Author     : Jola
*/

/* common rules */

html{
    min-height: 100vh;
}

body{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    min-height: 100vh;
    position: relative;
    letter-spacing: .03125rem;
}

*,
*:active,
*:hover,
*:focus{
    outline: none !important;
}

a:hover{
    color: #1E836A;
    text-decoration: none;
}

a, button, input.button, .wpcf7-submit{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.center-block {
    margin: 0 auto;
        margin-top: 0px;
}

.margin0{
    margin: 0 !important;
}

.padding-spec{
    padding: 25px 0;
}

.padr0{
    padding-right: 0 !important;
}

.padl0{
    padding-left: 0 !important;
}

.spacer{
    height:60px;
    width: 100%;
    display: block;
}

.pull-right{
    float: right;
}

.spacer-double{
    height:120px;
    width: 100%;
    display: block;
}

.container-fluid{
    margin: 0 !important;
    padding: 0 !important;
}

.mx-auto {
    display: block;
}

.container-830,
.container-smaller {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:860px){
    .container-830 {
        max-width: 830px;
    }
}

@media screen and (min-width:1200px){
    .container-smaller {
        max-width: 1100px;
    }
}

@media screen and (min-width:1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}

/* HEADER ///////////////// */ 

header {
    background: rgba(255,255,255,0.75);
    height: auto;
    border-bottom: 1px solid #000;
    box-shadow: 0px 6px 3px #00000029;
}

.top-menu {
    height: 48px;
    z-index: 1;
    position: relative;
}

.top-menu .container {
    display: flex;
}

.top-menu ul.navbar-nav {
    flex-direction: row;
}

.top-menu ul.navbar-nav li {
    margin-left: 40px;
}

.top-menu ul.navbar-nav li a{
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    color: #000000;
    opacity: 0.75;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 13px 0px;
}

a.navbar-brand {
    display: block;
    margin-top: -4px;
}

header.fixed-top .navbar.navbar-expand-lg {
    height: 50px;
}

header.fixed-top .navbar.navbar-expand-lg {
    height: 50px;
    border-top: 2px solid #000;
}

ul#mainMenu li a {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1.6px;
    color: #000000;
    text-transform: uppercase;
}

#homepage_slider .carousel-caption {
    bottom: 25%;
    z-index: 15;
}

#homepage_slider img.d-block.w-100 {
    z-index: 1;
}

#intro-text h1.blog-title,
#homepage_slider .carousel-inner h5{
    font-weight: 900;
    font-size: 73px;
    letter-spacing: 7.3px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    text-align: center;
}

#intro-text h1.blog-title {
    background-color: rgba(30, 131, 106, 0.5);
    padding: 20px 50px;
}

.no-featured-image #intro-text h1.blog-title {
    background-color: transparent;
    padding: 20px 50px;
}

#heading.featured-image {
    padding: 330px 0 230px;
    background-color: rgba(0,0,0,.4);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.carousel-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.25);
    background-blend-mode: multiply;
}

#homepage_slider .carousel-inner p{
    font-size: 16px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    font-weight: 800;
}

#homepage_slider .carousel-inner a.action-btn{
    background: transparent;
    box-shadow: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    padding: 13px 20px;
    display: table;
    margin: 20px auto;
    text-decoration: none;
    border: #fff 1px solid;
}

#homepage_slider .carousel-inner a.action-btn:hover{
    background: #1E836A;
    box-shadow: 0px 3px 6px #00000029;
    border-color: transparent;
}

.carousel-control-next, .carousel-control-prev {
    background: transparent;
    border: 0;
    top: auto;
    bottom: 25%;
}

.carousel-control-next-icon {
    background-image: url("img/arrow-right.svg");
    width: 127px;
    height: 254px;
}

.carousel-control-prev-icon {
    background-image: url("img/arrow-left.svg");
    width: 127px;
    height: 254px;
}

.carousel-control-next, 
.carousel-control-prev, 
.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#homepage_slider:hover .carousel-control-next:focus, 
#homepage_slider:hover .carousel-control-prev:focus, 
#homepage_slider:hover .carousel-control-next, 
#homepage_slider:hover .carousel-control-prev{
    opacity: 0.3;
}

#homepage_slider:hover .carousel-control-next:focus, 
#homepage_slider:hover .carousel-control-next:hover, 
#homepage_slider:hover .carousel-control-prev:focus, 
#homepage_slider:hover .carousel-control-prev:hover {
    opacity: 1;
}

.carousel-indicators {
    right: auto;
    left: 0;
    bottom: 2%;
    margin-left: 50px;
}

.carousel-indicators [data-bs-target] {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    font-size: 0;
    padding: 0;
    background: transparent;
    margin-right: 16px;
    position: relative;
}

.carousel-indicators [data-bs-target].active:after {
    content: " ";
    border: 1px solid #fff;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    font-size: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: -3px;
    left: -3px;
}

.slider-socials {
    position: absolute;
    bottom: 2%;
    right: 30px;
}

.slider-socials ul {
    list-style: none;
    padding: 0;
}

.slider-socials ul li {
    display: inline-block;
    margin-left: 30px;
}

.slider-socials ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

.about-us{
    margin-top: 110px;
    margin-bottom: 110px;
}

.about-us h2{
    font-weight: 300;
    font-size: 42px;
    letter-spacing: 4.2px;
    color: #1E836A;
    margin-bottom: 25px;
}

.post-content p {
    letter-spacing: 1.4px;
    line-height: 1.7;
}

.about-us p{
    letter-spacing: 1.4px;
    max-width: 400px;
    line-height: 1.7;
}

a.btn.btn-hippo{
    background: transparent;
    box-shadow: none;
    border: 1px solid #1E836A;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #000;
    padding: 13px 28px;
    display: table;
    margin-top: 25px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.visit-us a.btn.btn-hippo{
    color: #fff;
}

a.btn.btn-hippo:hover{
    background: #1E836A 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-color: transparent;
    color: #fff;
}

a.btn.btn-hippo.padd{
    padding: 13px 50px;
}

.img-fluid.second-abs {
    margin-top: -80px;
    z-index: -1;
    position: relative;
}

.free-home-consultation {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
    background-color: rgba(0,0,0,0.25);
    background: url(img/contactbg.jpg) center no-repeat;
    background-size: cover;
}

.free-home-consultation h2{
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 4.2px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-align: center;
}

.free-home-consultation p{
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
    color: #FFF;
}

.form-container{
    border: 10px solid rgba(30, 131, 106, 0.5);
    padding: 0;
}

.form-container .wpcf7{
    background-color: rgba(30, 131, 106, 0.5);
    margin: 5px;
}

.form-container .wpcf7 .wpcf7-form {
    max-width: 520px;
    display: block;
    margin: 0px auto;
    padding: 50px 0 0;
}

.form-container .wpcf7 .wpcf7-form input{
    width: 100%;
    letter-spacing: 1.4px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 43px;
    margin-bottom: 20px;
    color: #fff;
}

.form-container .wpcf7 .wpcf7-form textarea{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 20px;
    color: #fff;
    max-height: 140px;
    letter-spacing: 1.4px;
    padding: 15px;
}

.form-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox{
    position: relative;
}

.form-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox:before {
    content: " ";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    border: 1px solid #fff;
    z-index: 1;
}

span.wpcf7-list-item{
    margin:0;
}

.form-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    letter-spacing: 1.2px;
    color: #FFFFFF;
    font-size: 12px;
    position: relative;
    z-index: 10;
}

.form-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item label{
    padding-left: 40px;
}

.form-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]{
    opacity: 0;
    position: absolute;
}

.form-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 4px;
    font-size: 18px;
    top: -6px;
}

.form-container .wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-submit{ 
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 25px 70px;
    display: table;
    margin: 30px auto;
    background: transparent;
    text-transform: uppercase;
    width: auto;
    line-height: 0.3;
    text-transform: uppercase;
}

.form-container .wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-submit:hover{ 
    color: #1E836A;
    border-color: transparent;
    background: #fff;
}

.free-home-consultation form p {
    line-height: 0;
    margin: 0;
    padding: 0;
}

.hippobg{
    background: url(img/Hiipos_hippo_outline.png) center top no-repeat;
    margin-bottom: 130px;
}

.gallery{
    margin-top: 123px;
}

.container-fluid.marg-padd {
    padding-right: 15px !important;
}

.gallery .img-fluid.w100 {
    width: 100%;
    padding-right: 50px;
}

.col-md-6.hippo-bg {
    align-items: center;
    display: flex;
}

.gallery h2{
    font-weight: 300;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 4.2px;
    color: #1E836A;
    max-width: 500px;
}

.gallery p{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
    max-width: 450px;
}

.testimonials{
    margin-top: 170px;
}

.testimonials h2{
    font-weight: 300;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 4.2px;
    color: #1E836A;
    text-align: center;
}

.testimonials .container-fluid p{
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
    margin-bottom: 50px;
}

.testimonials .testimonial{
    background: #FCE5E5;
    width: calc(100% - 80px);
    margin: 0 auto 65px;
    padding: 65px 0 50px;
}

.testimonials .testimonial > p{
    text-align: left;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 1.8px;
    max-width: 683px;
    margin: 0 auto;
    position: relative;
}

.testimonials .testimonial > p:before{
    content: "";
    width: 78px;
    height: 63px;
    background: url('img/quotes.svg') 0% 0% no-repeat padding-box;
    display: block;
    position: absolute;
    left: -70px;
    top: -20px;
}

.testimonials .testimonial > p span.test-author{
    display: block;
    margin-top: 17px;
    font-weight: bold;
}

section.industries{
    background: #F2F2F2;
    padding-top: 45px;
    padding-bottom: 60px;
}

section.industries h2{
    font-weight: 300;
    font-size: 38px;
    letter-spacing: 4.2px;
    color: #1E836A;
}

section.industries p{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
}

.glider-inner{
    overflow: hidden;
}

.glider-item {
    min-height: 400px;
    display: block;
    background-size: cover;
    position: relative;
}

a.glider-slide{
    margin: 15px;
}

a.glider-slide .active-color-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(30, 131, 106, 0.5);
    opacity: 0;
    z-index: 1;
}

a.glider-slide.active .active-color-overlay{
    opacity: 1;
}

.glider-container{
    margin-left: 25px;
}

.buttons-container .glider-control-prev,
.buttons-container .glider-control-next{
    width: 25px;
    height: 67px;
    display: inline-block;
    border: 0;
}

.buttons-container .glider-control-prev{
    background: url(img/arrow-left2.svg) center no-repeat;
    background-size: 80%;
}

.buttons-container .glider-control-next{
    background: url(img/arrow-right2.svg) center no-repeat;
    margin-left: 60px;
    background-size: 80%;
}

.buttons-container .glider-control-prev:hover,
.buttons-container .glider-control-next:hover{
    background-size: 100%;
}

#industries_slider .carousel-caption {
    z-index: 10;
}

#industries_slider .carousel-caption h5{
    font-weight: 900;
    font-size:  42px;
    letter-spacing: 4.2px;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}

#industries_slider .carousel-caption p{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
    color: #fff;
}

.featured-product-categories {
    margin-top: 115px;
    padding-bottom: 135px;
}

.featured-product-categories h2{
    font-weight: 300;
    font-size: 42px;
    letter-spacing: 4.2px;
    color: #1E836A;
    margin-bottom: 50px;
}

.featured-product-categories h3{
    text-align: center;
    letter-spacing: 3.4px;
    font-weight: 900;
    font-size: 34px;
    color: #1E836A;
    margin-top: 15px;
    margin-bottom: 30px;
}

.affiliations{
    background: rgba(252, 229, 229, 1);
    padding: 5px 0 30px 0;
}

.affiliations img{
    padding-top: 30px;
}

.affiliations h2{
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 4.2px;
    color: rgba(112, 112, 112, 1);
    background: #fff;
    width: 100%;
    display: block;
    margin: 0;
    padding: 20px 0;
}

.guarantee{
    margin-top: 84px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(img/hipposw.png) top left no-repeat #1E836A;
}

.guarantee h2{
    text-align: center;
    font-weight: 300;
    font-size: 42px;
    letter-spacing: 4.2px;
    color: #FFFFFF;
    padding-top: 30px;
}

.guarantee h3{
    text-align: center;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 2.1px;
    color: #FFFFFF;
    padding-top: 15px;
}

.guarantee p{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    padding-left: 75px;
    max-width: 550px;
    padding-top: 30px;
}

.guarantee .border-right{
    border-right: 5px solid #fff;
}

.visit-us{
    background: url(img/map.png) center no-repeat #000;
}

.visit-us .container{
    display: flex;
    align-items: center;
    min-height: 338px;
}

.visit-us .container h3{
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 2.8px;
    color: #FFFFFF;
}

.visit-us .container p{
    text-align: left;
    font-family: "Open Sans", "Raleway", Arial, Helvetica, sans-serif;
    line-height: 19px;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    max-width: 250px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-left: 15px;
}

.visit-us .container p a{
    color: #fff !important;
}

.visit-us .container p i{
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 18px;
}

footer{
    background: #F2F2F2;
    padding-top: 30px;
}

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

footer ul li{
    padding: 15px 0;
}

footer ul li a{
    text-align: left;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #000000;   
    text-transform: uppercase;
    text-decoration: none;
}

footer ul#menu-footer-2 li a{
    color: #1E836A;
    opacity: 0.75;
}

footer h4{
    padding-top: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1.4px;
    color: #707070;
}

a.footersoc {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    margin: 30px 20px;
}

footer .footersoc i.fa {
    font-size: 32px;
    color: #707070;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .subfooter{
    background: #707070;
    padding: 20px 0 4px 0;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

ul#mainMenu li:last-child a.nav-link {
    padding-right: 0;
}


.top-padding {
    padding-top: 150px;
}

.top-brands{
    background: url(img/brands.jpg) center no-repeat;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    display: flex;
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 100px;
}

.top-brands > div{
    background-color: rgba(30, 131, 106, 0.5);
    display: table !important;
    margin: 0 auto;
    padding: 20px 50px;
}

.top-brands h1{
    font-size: 73px;
    font-weight: 900;
    letter-spacing: 7.3px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-brands p{
    max-width: 596px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4px;
    color:#fff;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.33);
}

.brands-selector {
    margin-top: 36px !important;
    background: #F2F2F2;
    height: 100px;
    display: flex;
    align-items: center;
}

.brands-selector {
    background: #F2F2F2;
}

.brands-selector button {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #1E836A;
    width: 73px;  
    text-transform: uppercase;
    border-right: 1px solid #1E836A;
    border-radius: 0;
    padding: 0;
    margin-left: -1px;
}

.brands-selector .container > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-selector button.active {
    background: #1E836A;
    color: #fff;
    padding: 12px;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

#all {
    border-radius: 9px 0 0 9px;
}

#parent .box a {
    font-size: 0;
    text-decoration: none;
}

#parent .box a img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.carousel-indicators button.active::after {
    border: 0;
}

::-webkit-input-placeholder,
,
::-moz-placeholder,
:-ms-input-placeholder {  
    opacity: 1;
 }


.free-home-consultation input:-moz-placeholder{
    color: #FFF;
}

.free-home-consultation input::-webkit-input-placeholder {
    color: #FFF;
}

.free-home-consultation input::-moz-text-control-editing-root{
    opacity: 1 !important;
    color: #fff !important;
}

.free-home-consultation input::placeholder{
    opacity: 1 !important;
    color: #fff !important;
    font-style: italic;
}

.free-home-consultation ::placeholder{
    opacity: 1 !important;
    color: #fff !important;
}

header.header-collapse .top-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header.header-collapse .top-menu a{
    color: transparent !important;
}

header.header-collapse {
    
}

header.header-collapse .main-logo {
    height: 40px;
}

.carousel-caption {
    background-color: rgba(30, 131, 106, 0.5);
    padding: 20px 50px;
}

.glider-slide.active .carousel-caption {
    background-color: transparent;
}

a.footersoc{
    border: 1px solid transparent;
    border-radius: 50px;
}

a.footersoc:hover i.fa {
    color: #1e836a;
}

a.footersoc:hover{
    border: 1px solid rgba(30, 131, 106, 1);
    
}

a.footersoc:hover i.fa{
    transform: scale(.5,.5);
}

footer .footersoc:hover i.fa.fa-envelope-o {
    margin-left: -1px;
    margin-top: -1px;
}

.portfolio-item {
    height: 0;
    padding-bottom: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    background-color: rgba(0,0,0,0.4);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.portfolio-item h5 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: bold;
}

.view-more-modal {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 6px 30px;
    border-radius: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.view-more-modal:hover {
    border: 1px solid transparent;
    background: rgba(30, 131, 106, 1);
}

.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}

.portfolio-item .modal-dialog .modal-content {
    border-radius: 0;
}

.portfolio-item .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.portfolio-item .modal-dialog .modal-content .modal-body .img-fluid.portfolioimg {
    width: 100%;
}

.portfolio-item .modal-dialog .modal-content .modal-body h5 {
    text-align: center;
    position: relative;
    color: #fff;
    padding: 20px;
    top: auto;
    left: auto;
    transform: none;
    letter-spacing: 2.6px;
    font-weight: 900;
    font-size: 26px;
}

.modal .contents {
    padding: 0 20px 20px 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(30, 131, 106, 0.5);
    left: 0;
    right: 0;
}

.modal .contents p{
    padding: 0 ;
    font-weight: 600;
    margin-bottom: 0;
}

.btn-nextprev {
    border: 0;
    top: 50%;
    position: absolute;
    background: transparent;
    font-size: 0;
    padding: 0 20px;
    left: 5%;
    transform: translateY(-50%);
}

.btn-nextprev.btn-next {
    right: 5%;
    left: auto;
}

.btn-nextprev.btn-next:before {
    content: " ";
    background-image: url("img/arrow-rs.svg");
    width: 35px;
    height: 70px;
    display: block;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: contain;
}

.btn-nextprev.btn-prev:before {
    content: " ";
    background-image: url("img/arrow-ls.svg");
    width: 35px;
    height: 70px;
    display: block;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: contain;
}

.btn-nextprev.btn-next:hover:before,
.btn-nextprev.btn-prev:hover:before{
    opacity: 1;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(img/close.svg) center no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    z-index: 2;
}

.modal {
    overflow-y:auto;
}

figure.wp-block-image.size-large img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}

section#text-2 .wpcf7-form-control {
    padding: 3px 0 3px 10px;
    border: 1px solid #dcdcdc;
    height: 36px;
    font-size: 13px;
}

section#text-2 .wpcf7-form-control, .wpcf7-form-control-wrap {
    width: 100%;
}

section#text-2 textarea.wpcf7-form-control {
    height: auto;
}

section#text-2 input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    box-shadow: none;
    border: 1px solid #1E836A;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #1E836A;
    display: table;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section#text-2 input.wpcf7-form-control.wpcf7-submit:hover {
   color: white;
    background: #1E836A;
}

section#text-2 form.wpcf7-form.init label,
section#text-2 form.wpcf7-form.init input,
section#text-2 form.wpcf7-form.init textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

@media screen and (min-width:768px) and (max-width: 991px){
	.mega-menu ul.dropdown-menu.depth_0.show {
        background: rgba(30, 131, 106, 0.5);
        column-count: 3;
	}
	li.mega-menu ul > li a {
			color: #fff !important;
	}
	li.mega-menu ul > li:last-child a {
        color: #1E836A !important;
    }
	li.view-all-btn {
        position: absolute !important;
        bottom: -50px;
        height: 50px;
        width: 100%;
        background: #fff;
        left: 0;
        background: rgba(255,255,255,0.75);
        border-radius: 0px 0px 9px 9px;
        padding-top: 10px;
    }
    .navbar-nav.ms-auto.mb-2.mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mega-menu .dropdown-item:focus,
    .mega-menu .dropdown-item:hover {
        font-weight: bold !important;
        background: transparent;
    }
}

.img-holder {
    position: relative;
    z-index: 1;
}

#media_image-3 .image {
    margin: 0 auto 30px;
    display: block;
}

aside#secondary, 
#post-301 {
    padding: 20px;
    background: rgba(219, 240, 235,0.5);
}

h2.widget-title{
    text-align: center;
}

aside#secondary input, aside#secondary .wpcf7-form-control-wrap, aside#secondary form label, aside#secondary form textarea {
    width: 100%;
    display: block;
    max-width: 100%;
}

aside#secondary input, aside#secondary textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.page-content {
    padding-top: 80px;
    background: url(img/Hiipos_hippo_outline.png) center bottom no-repeat;
    background-size: contain;
    background-position: right bottom;
}

.page-content h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 4px;
    color: #1E836A;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-content h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 3.2px;
    color: #1E836A;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-content h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #1E836A;
    margin-bottom: 20px;
}

.page-content p {
    margin-bottom: 30px;
    text-align: justify;
}

button#wplc-chat-button {
    width: 329px !important;
    height: 50px;
    background: #1E836A 0% 0% no-repeat padding-box;
    border-radius: 9px 9px 0px 0px;
}

.no-featured-image #intro-text h1.blog-title{
    font-weight: 900;
    font-size: 73px;
    letter-spacing: 7.3px;
    color: #1e836a;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    text-align: center;
}

#vcht_chatMainButton, 
#vcht_chatMainButton:hover, 
#vcht_chatMainButton:visited{
    width: 320px !important;
    border-radius: 8px 8px 0 0;
    bottom: 0 !important;
    height: 50px !important;
    background: #1E836A !important;;
    opacity: 1;
}

#vcht_chatMainButton .fa-comment::before {
    content: "\f086";
    font-size: 24px;
}

#vcht_chatMainButton .fa.fa-comment {
    position: absolute;
    left: 33px;
    top: 14px;
}

#vcht_chatMainButton .fa.fa-comment:after {
    content: "CHAT WITH US";
    position: absolute;
    font-size: 14px;
    letter-spacing: 3.23px;
    color: #FFFFFF;
    font-family: "Open Sans", Arial, sans-serif;
    padding-left: 10px;
    white-space: nowrap;
    top: 5px;
}

#vcht_chatPanel {
    font-family: "Open Sans", Arial, sans-serif !important;
    width: 320px !important;
    height: 450px !important;
    border-radius: 9px 9px 0px 0px !important;
    right: 40px !important;
    box-shadow: none !important;
    bottom: 0 !important;
    border: 0 !important;
}

#vcht_chatPanel #vcht_chatHeader {
    height: 50px;
    padding: 14px;
    background: #1E836A !important;
}

#vcht_chatPanel #vcht_chatHeader > .vcht_btn {
    background-color: transparent !important;
}

#vcht_chatPanel a.btn.btn-primary {
    background-color: #1E836A !important;
}

#vcht_chatPanel .vcht_mainIcon {
    color: #1E836A !important;
}

#breadcrumbs {
    text-align: center;
    color: #1E836A;
}

#breadcrumbs a,
.white-bc .breadcrumb_last {
    color: #1E836A;
    font-weight: 600;
}

#breadcrumbs.white-bc {
    text-align: center;
    color: #fff;
}

#breadcrumbs.white-bc a,
.white-bc .breadcrumb_last {
    color: #fff;
    font-weight: 600;
}

a {
    color: #1E836A;
}

.cc-count {
    position: absolute;
    bottom: 30px;
    font-size: 11px;
    right: 30px;
    font-style: italic;
}

.free-home-consultation .cc-count {
    color: #fff;
}

form .col-md-12{
    position: relative;
}

p.collapsedp {
    max-height: 95px;
    overflow: hidden;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -ms-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    position: relative;
}

p.collapsedp.expand {
    max-height: 800px;
}

.readmore {
    color: #1E836A;
    font-weight: bold;
    cursor: pointer;
    top: -30px;
    right: 0;
    height: 30px;
    position: relative;
}

.top_notification {
    height: 30px;
    background: #1E836A;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
    position: relative;
    display: none;
}

#closex {
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
}

.page-id-301 p{
    font-size: 16px;
    font-weight: bold;
}

.vcht_bootstrap label {
    line-height: 1.3;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0 !important;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 30px;
}

.wp-block-embed__wrapper > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container.copyright {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.page-template-brands .col-md-3 {
    align-items: center;
    display: flex;
}

.page-id-796 figure.wp-block-image.size-large img {
    width: auto;
}

.menu-buttons {
    position: absolute;
    left: 00;
    top: 0;
    width: 70px;
    padding: 20px;
    display: none;
}

.mega-menu .menu-buttons {
    display: block;
}

.shopbybrandsaz {
    position: absolute;
    font-size: 11px;
    text-align: center;
    left: 0;
    padding: 0 10px;
    top: 9px;
    font-weight: 700;
}

@media (max-width:425px){
	.carousel-item {
		height: 60vh;
	}
	#homepage_slider .carousel-inner p {
		font-size: 13px;
		line-height: 1.6;
    letter-spacing: 0.6px;
	}

	.slider-socials ul li a {
    font-size: 11px;
    font-weight: 600;
	}
	.carousel-indicators {
    bottom: 7%;
		margin-left: 0px;
    width: 100%;
    text-align: center;
	}
	#homepage_slider .carousel-inner a.action-btn {
		padding: 6px 20px;
    margin: 0px auto;
	}
	.about-us {
    margin-top: 40px;
    margin-bottom: 20px;
	}
	.free-home-consultation {
    padding-top: 14px !important;
    padding-bottom: 0px; 
	}
	
	.gallery {
    margin-top: 20px;
	}
	.gallery h2 {
		font-size: 25px;
	}
	.testimonials {
    margin-top: 25px;
	}
	.testimonials .testimonial {
    padding: 32px 44px 26px;
	}
	.hippobg {
    margin-bottom: 35px;
	}
	a.btn.btn-hippo {
		margin-top: 5px;
	}
	a.btn.btn-hippo.padd {
    margin-bottom: 25px;
		    padding: 10px 10px;
	}
	.glider-item {
    min-height: 262px;
	}
	#industries_slider .carousel-caption p {
    font-size: 16px;
	}
	section.industries {
    padding-top: 28px;
    padding-bottom: 32px;
	}
	
	#industries_slider .carousel-caption {
    margin: 0 auto;
		padding: 5px 0px;
	}
	.buttons-container {
    margin: -6px auto;
	}
	.guarantee {
    margin-top: 0px;
	}
	.affiliations img {
    padding-top: 0px;
	}
	.featured-product-categories h2 {
    margin-bottom: 15px;
	}
	.featured-product-categories h3 {
    margin-bottom: 8px;
	}
	.testimonials .testimonial {
    margin: 0 auto 32px;
	}
	.ms-auto.vertc {
    margin: 0 auto !important;
	}
	.visit-us {
    background-size: cover;
	}
	footer ul li {
    padding: 7px 0;
	}
	a.footersoc {
    margin: 6px 10px;
	}
	footer h4 {
    padding-top: 0;
	}
	.top-brands {
		min-height: 200px
	}
	.page-content {
    padding-top: 20px;
	}
	.top_notification p {
    font-size: 11px;
    font-weight: 500;
	}
	.container.copyright {
    text-align: left;
	}
	#vcht_chatMainButton{
		width: 218px !important;
    height: 23px !important;
	}
#vcht_chatMainButton .fa.fa-comment {
    position: absolute;
    left: 33px;
    top: -1px;
	}
	#vcht_chatMainButton .fa.fa-comment:after {
		font-size: 12px;
	}
	footer .subfooter {
    background: #707070;
    padding: 8px 0 8px 0;
    color: #fff;
	}
	footer {
    padding-top: 15px;
	}
	footer ul li {
    text-align: left;
	}
		.page-id-301 p,  h4 {
    text-align: center;
	}
 	a.btn.btn-hippo {
		display: block;
	}
 .top-brands {
	  padding-top: 0px;
}
	.top-slider .carousel-caption {
		position: relative;
    right: 0;
    bottom: 0!important;
    left: 0;
		width: calc(100% - 70px);
    margin: 0 auto;
	}
	
 .top-slider .carousel-item.active{
		display: flex!important;
    align-items: center;
		transition: none;
	}
	footer .subfooter {
    height: 110px;
	}
}

@media (max-width: 320px){
	.glider-item {
			min-height: 293px;
	}
	.affiliations h2 {
    text-align: center;
		font-size: 37px;
	}
	.top_notification {
    letter-spacing: 0px;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    background-repeat: repeat;
	}
}