/*!
Theme Name: BuildGo
Theme URI: https://landing.themeori.net/wp-buildgo/
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori
Description: BuildGo - Construction & Building WordPress Theme
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buildgo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.homebanner  .banner-image {
	height:100vh;
}
.slider-contentitem .swiper-slide .flexitype_image_slider-item-area{
	width:100%;
	background: #1F485A;
    background: linear-gradient(0deg, rgba(31, 72, 90, 1) 0%, rgb(31, 72, 90, 0.6) 70%, rgba(237, 221, 83, 0) 100%);
}


@media (min-width:320px) and (max-width:567px) {
.banner-content {
    padding: 150px 0 !important;
}
	.homebanner  .banner-image {
	height:auto !important;
}
}
@media (min-width:568px) and (max-width:767px) {
.banner-content {
    padding: 150px 0 80px !important;
}
	.homebanner  .banner-image {
	height:auto !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.banner-content {
    padding: 150px 0 80px !important;
}
	.homebanner  .banner-image {
	height:auto !important;
}
}
@media (min-width:1200px) and (max-width:1400px) {
.homebanner .banner-content {
    padding:170px 0;
}

}
@media (min-width:1700px) {
.homebanner .banner-content {
    padding: 350px 0 220px;
}

}