/**
* Theme Name: Transida Child
* Description: This is a child theme of Transida, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: transida
* Version: 1.3
*/

.main-header .header-upper .logo-box .logo {
	padding: 0 !important;
}
.contact-info-section .bottom-content {
	display: none;
}
.banner-slider .link-box {
	display: none;
}
.contact-info-block .link {
	display: none;
}
.contact-info-block .flag img {
	width: 120px;
}
.home .banner-section .swiper-slide {
	height: 1000px;
	background-size: contain;
}
.home .banner-section.style-two .content-box .inner:before {
	display: none;
}

@media screen and (max-width: 448px) {
	.home .banner-section .swiper-slide {
		height: 240px;
		background-size: cover;
	}
}
@media screen and (min-width: 449px) and (max-width: 699px) {
	.home .banner-section .swiper-slide {
		height: 300px;
	}
}
@media screen and (min-width: 700px) and (max-width: 959px) {
	.home .banner-section .swiper-slide {
		height: 400px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1263px) {
	.home .banner-section .swiper-slide {
		height: 600px;
	}
}
@media screen and (min-width: 1264px) and (max-width: 1439px) {
	.home .banner-section .swiper-slide {
		height: 750px;
	}
}
@media screen and (min-width: 1440px) and (max-width: 1649px) {
	.home .banner-section .swiper-slide {
		height: 850px;
	}
}