

#qode-home-slider {
  height: 400px !important;
}
.carousel-inner.relative_position {
  width:100% !important;
  height: 400px !important;
}

.carousel-inner.relative_position .item{
  height: 400px !important;
}
.carousel-inner .item .image {
  background-position: center center !important;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

.carousel-indicators li, .carousel-indicators .active {
    margin: 0px 10px;
}

.info_section_title {
margin-bottom: 20px;
}

.textwidget {
font-size: 15px !important;
color: #292929 !important;
font-weight: 400 !important;
}

.textwidget a{
text-decoration:none !important;
color: #292929 !important;
font-weight: 400 !important;
}

.textwidget a:hover{
text-decoration:underline !important;
font-weight: 400 !important;
}

.gm-style{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}