/*

Template Name: Real Estate

Author: srgit

Email: contact@srgit.com

File: scss

*/

/*Theme Colors*/

/*bootstrap Color*/

/*Light colors*/

/*Normal Color*/

/*Extra Variable*/

/*Gradiant*/

/*******************

topbar color

*******************/

.topbar.fixed-header {
background:#8fbb1d;
}
/*******************

Static slide 10

*******************/

.static-slider10 {
min-height: calc(100vh - 150px);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
overflow: auto;
background-size: cover;
background-position: center center;
}
.static-slider10 .title {
color: #004619;
font-weight: 700;
font-size: 70px;
line-height: 120px;
}
.static-slider10 .subtitle {
color: #8eb71b;
line-height: 30px;
}



/*******************

Counter box

*******************/

.counter-box [class^=col-] {
padding: 33px 15px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.counter-box [class^=col-]:last-child {
border-right: 0px;
}
.counter-box-dark [class^=col-] {
border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.counter-box-dark [class^=col-]:last-child {
border-right: 0px;
}
/*******************

Testimonial 3

*******************/

.testimonial3 .testi3 .card-body {
padding: 40px;
}
.testimonial3 .testi3 h6 {
line-height: 26px;
}
.testimonial3 .testi3 .thumb-img img {
width: 60px;
}
.testimonial3 .testi3 .customer {
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}



/*******************

Blog homepage 1

*******************/

.blog-home1 [class*=col-] {
}
.icons-section {
background-position: 200px center, right 200px center;
background-repeat: no-repeat;
}
.icon-sec .subtitle {
font-size:19px;
line-height:35px;
}
.footer4 h5 {
font-weight:600;
}

/*******************

Responsive

*******************/

@media (max-width: 1024px) {
.static-slider10 .title {
font-size: 60px;
line-height: 60px;
}
.topbar {
background:#8fbb1d;
}
}
@media (max-width: 1024px) {
h2 {
font-size:26px;
}
}
