/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.fc-carousel .qode-nc-item-inner {
	color: #fff;
}
.fc-carousel .qode-nc-item-subtitle-wrapper {
	
}
.fc-carousel .qode-nc-item-subtitle {
	color: #fff;
}
.fc-carousel .qode-nc-item-text {
	color: #fff;
}
.fc-carousel .qode-numbered-carousel .qode-nc-item {
	width: 70vw;
}
.fc-carousel .swiper-slide-prev:before, .swiper-slide-next:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 35px;
	
}
.fc-carousel .swiper-slide-prev:before {
	right: 0;
	content:'\1F810';
}
.fc-carousel .swiper-slide-next:before {
	left: 0;
	content:'\1F812';
}

.list-facts .qode_pricing_list .qode_pricing_item_text {
	padding-right: 20vw !important;
}
.list-facts .qode_pricing_list .qode_pricing_item_price {
	width: 20vw !important;
}
.list-facts .wpb_content_element.wpb_single_image img {
	height: auto;
	object-fit: cover;
}
.list-facts .flex-row .full_section_inner {
	display: flex;
}
.list-facts .flex-row .full_section_inner .vc_column-inner {
	height: 100%;
}