.fa-lg{
	margin-top:20%;
}
.carousel-item img {
	height: 300px;
}
.carousel-control-prev-icon{
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
}
.d-md-block {
	z-index: 10 !important;
	width: 100% !important;
	margin-top: 10px !important;
	padding: 5px 0 !important;
	background: rgba(255, 22, 0, 0.8) !important;
	color: #fff !important;
	text-align: center !important;
}

.headsec {
	text-align: justify;
	direction: rtl;
	font-size: 25px;
	padding: 10px 0;
}

#myCarousel .search {
	color: #fff;
	font-weight: 700;
	display: unset;
}
#myCarousel{
	margin-top:3% !important;
}
#myCarousel .btn-block {
	background: transparent !important;
	padding: 7px 0px 5px 0px !important;
}

#myCarousel .btn-primary {
	background-color: #fff !important;
	color: #555 !important;
	border-color: transparent !important;
}

#myCarousel .btn-primary:hover {
	background-color: #ddd !important;
	border-color: transparent !important;
}


/*.search {
   margin-top: -10%;
}*/
#myCarousel .search .form-section {
	background: rgba(0, 0, 0, 0.71);
	border: 2px solid #414141;
	border-radius: 5px;
	padding: 10px 20px;
}

#myCarousel .serchtile {
	color: #fff;
	margin-bottom: 5px;
}

#myCarousel .carousel-control {
	top: 35% !important;
	left: -12px;
	height: 45px !important;
	width: 45px !important;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	/*margin-top: 90px;*/
	font-size: 22px !important;
}

#myCarousel .carousel-control.left {
	left: 30px !important;
}

#myCarousel .carousel-control.right {
	right: 30px !important;
}

#myCarousel .carousel-caption {
	padding-bottom: 130px !important;
	opacity: 1;
}

#myCarousel .carousel .carousel-inner .item .carousel-caption {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

#myCarousel .carousel .carousel-inner .item.active .carousel-caption {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

#myCarousel .carousel-caption h2 {
	font-size: 3em;
	font-weight: 700;
}

/* Background images are set within the HTML using inline CSS, not here */

#myCarousel .fill img {
	width: 100%;
	height: 350px;
}

#myCarousel .carousel-buttons {
	z-index: 1100;
	position: absolute;
	width: 100%;
	color: #fff;
	top: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
	#myCarousel .carousel-caption h2 {
		font-size: 2.6em;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#myCarousel .carousel-control.left {
		left: 10px !important;
	}

	#myCarousel .carousel-control.right {
		right: 10px !important;
	}

	#myCarousel .carousel-caption h2 {
		font-size: 2.2em;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	#myCarousel {
	}

	#myCarousel .carousel-control.left {
		left: 5px !important;
	}

	#myCarousel .carousel-control.right {
		right: 5px !important;
	}

	/*#myCarousel .carousel-control-prev-icon, #myCarousel .carousel-control-next-icon{padding: 18px 0 !important;}*/
	#myCarousel .carousel-caption {
		padding-bottom: 50px !important;
	}

	#myCarousel .search {
		margin-top: 0%;
		display: block;
		position: relative;
		margin: -50px 0px;
	}

	#myCarousel .carousel-caption h2 {
		font-size: 2em;
	}

}
