.spotlight-block>figure>.img-wrap {
	background-size: cover;
}
.hero {
	/*background: url('../images/slider2.jpg');*/
	background-size: cover;
	background-position:center;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
	background-color: #56b68b!important;
	color: #fff!important;
}
#portfolio1-1.bg-green {
	color: #fff;
}
.h.caption-1 figcaption {
    border: 1px solid #dedde1;
    background-color: rgb(193 187 187 / 35%);
}
.h.caption-1.wow.zoomIn {
    height: 240px;
    overflow: hidden;
}
.h figure {
    height: 100%;
}
.border {
    border: 1px solid #dee2e6!important;
	height: 100%;
	padding: 20px 0;
}
.aligned-row {
    display: flex;
    flex-flow: row wrap;
}
.call-to-action {
    margin-bottom: 50px;
}
.call-to-action button {
    width: auto;
    background-color: #56B68B;
    border-color: #56B68B;
}
.float-wa {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 10px;
    background-color: #348334;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    z-index: 100;
    line-height: 50px;
	background: url(../images/wa.png) no-repeat center 50%;
	background-size: contain;
}
.top {
	height: 50px;
    width: 50px;
    right: 10px;
    border-radius: 50px;
}
.logo{
    max-height:60px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
	.h.caption-1.wow.zoomIn {
		height: 195px;
	}
}
@media only screen and (min-width: 992px) {
	.navbar-flex{
	    display: flex;
        justify-content: space-between;
        align-items: center;
	}
}
@media only screen and (max-width: 1199px) {
	.float-wa {
		width: 40px;
		height: 40px;
		bottom: 20px;
	}
	.top {
		bottom: 65px!important;
	}
}

@media only screen and (max-width: 991px) {
	.logo{
        max-height:40px;
    }
}
@media only screen and (max-width: 767px) {
	.aligned-row {
		display: block;
	}
    .top-nav-collapse {
        padding: 10px 15px;
    }
}