/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 13.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
#qode-home-slider-2 {
	height:766px !important;
}
.carousel-inner .item .image {
 	background-size: 110% !important; 
}
.carousel-inner .slider_content {
	width: 30% !important;
    left: 35% !important;
    right: 35% !important;
    top: 13% !important;
}
.slider_content {
    background-color: transparent !important;
}
.carousel-inner p {
	font-size: 31px !important;
    text-shadow: 3px 3px 3px #332 !important;
	line-height:1.6 !important;
}
.qs-top {
	margin-bottom: 45% !important;
    display: block !important;
}
@media all and (max-width:1366px) {
	.carousel-inner .slider_content {
		top: 8% !important;
	}
	.carousel-inner p {
		font-size: 22px !important;
	}
}
@media all and (max-width:1280px) {
	.carousel-inner .slider_content {
		top: 6% !important;
	}
}
@media all and (max-width:1024px) {
	.carousel-inner .item .image {
		background-position:40% 50% !important;
 		background-size: cover !important; 
	}
	.carousel-inner .slider_content {
    	top: 2% !important;
    	left: 5% !important;
    	width: 90% !important;
    	right: 5% !important;
	}
}
@media all and (max-width:768px) {
	.q_slide_text {
/* 		font-size: 15px !important;
    	padding-left: 40px; */
	}
	.carousel-inner p {
		padding-left: 40px !important;
    	font-size: 15px !important;
	}
	.qs-top {
    	margin-bottom: 10% !important;
	}
	#qode-home-slider-2 {
    	height: 250px !important;
	}
}