.btn-light {
    background-color: var(--secondary);
}
.about-home {
    margin: 8rem auto 0;
}
.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
    background-color: var(--secondary);
    color: #000;
    border-color: var(--secondary);
}
.custom-btn-style-1:hover:before {
    border-color: var(--secondary) !important;
}
.service-home {
    margin: 8rem auto 0;
}
.alert {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.alert .close {
    border: none;
    background: white;
}
.google-map {
    height: 500px!important;
    margin-bottom: -50px!important;
}
#googlemaps iframe {
    width: 100%;
    height: 500px;
}
.custom-card-style-1:hover h4,
.custom-card-style-1:hover li{
    color: var(--light) !important;
}
#header .header-nav-features {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#header .header-logo img {
    width: auto;
    height: 70px;
    transition: .5s ease 0s;
}
.sticky-header-active #header .header-logo img {
    height: 45px;
    transition: .5s ease 0s;
}
#header .header-column {
    flex: 0 0 33.33%;
}
.custom-slider-background .custom-slider-background-image-stage-outer {
    width: 100%;
}
.custom-bg-grey-1 {
    background: #96C125 !important;
}
.custom-card-style-1 {
    height: 100%;
}
.masonry-loader {
    z-index: 2;
}
.service .card-body p {
    text-align: justify;
}
.card-body li {
    text-align: left;
}
section.section.section-cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 2;
}
section.section.section-cta a {
    background: linear-gradient(to right,  #fbe000 0%,#ee9c00 100%);
}
.page-header.page-header-modern.page-header-lg,
section.bgGradient {
    background: linear-gradient(to bottom,  #124f72 0%,#1e86c7 100%)!important;
}
html.sticky-header-active #header.header-effect-shrink .header-body {
    background: #124f72 !important;
}
#footer {
    background: linear-gradient(to top,  #124f72 0%,#1e86c7 100%)!important;
}
#footer .footer-copyright {
    background: transparent!important;
}
#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css),
#footer .footer-copyright p {
    color: #fff;
}
#footer .row-nav > div {
    flex: 0 0 25%;
}
#footer .row-nav > div.col-2 {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#footer .row-nav > div.col-2 h4 {
    flex: 0 0 100%;
    text-align: left;
    padding-left: 33%;
}
#footer .row-nav > div.col-2 ul {
    flex: 0 0 50%;
}
footer > .container {
    transform: translate(5.5%, 0px);
}
.service .custom-card-style-1 h2, 
.service .custom-card-style-1 h4 {
    text-align: left;
}
.img-abs {
    transform: translate(25%, -50%);
}

.page-header .h1 {
    color: var(--light);
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 400;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 992px) {

    #header .header-column {
        flex: 1;
    }
    #footer .row-nav > div {
	    flex: 0 0 50%;
	    order: 2;
	}
	#footer .row-nav > div.col-2 {
	    flex: 0 0 100%;
	    margin: 0 auto 3rem;
	    order: 1;
	}
	form#contact-form {
        padding: 0!important;
    }
    .img-abs-cont {
	    margin-bottom: 10rem!important;
	}

}

@media screen and (max-width: 640px) {

	#footer .row-nav > div {
	    flex: 0 0 100%;
	    text-align: center;
	    margin: 1rem auto!important;
	}
	#footer .row-nav > div.col-2 ul {
	    text-align: center;
	    flex: 0 0 100%;
	}
	#footer .row-nav > div.col-2 h4 {
	    text-align: center;
	    padding: 0;
	}
	.section-cta h2 {
	    line-height: 1.2;
	    margin: 0 auto 1rem!important;
	}
	footer > .container {
	    transform: translate(0, 0px);
	}
	.img-abs-cont {
	    margin-bottom: 6rem!important;
	    margin-top: 4rem;
	}
	.img-abs {
	    transform: translate(0, 0);
        position: relative!important;
        margin: 1rem auto 0;
    }
    .home .owl-item .col * {
        text-align: center;
    }
    .home .owl-item .col {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
