/*Homepage Carousel Bootstrap Slider Section------------------------------------------------------------------*/ 
#carousel-example-generic .active > div { display: block; }
.carousel-indicators li, .carou-direction-nav li { padding: 0; }
.homepage-mycarousel .carousel-inner > .item > img { display: block; margin: 0 auto; }
.carousel-indicators { margin-bottom: 0; }
.slide-caption {
	height: auto;
	left: 0;
	margin: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	width: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
}
.slide-text-bg1 {
	z-index: 773;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}
.slide-text-bg1 h2{
background: 0 0;
box-shadow:  none;
border: none;
padding: 0 0;
color: #ff6600;
		font-size:20px;
}
.slide-text-bg2 {
	text-align: left;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 80%;
    z-index: 773;	
}
.slide-text-bg2 span {
  background-color: none;
  color: #00cc33;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  border-radius: 2px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 6px 12px;
  margin: 0 0 0px;
  text-shadow: 0 0px 1px rgba(155, 155, 155, 0.7);
		text-indent:-9999px;
}
.slide-text-bg2 .check {
	background-color: rgba(45, 47, 49, 0.3);
	background: #fffafa url(../images/check.png) no-repeat center center;
	padding: 6px 25px;
	border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
	color: #ffffff;
	width: 50px;
	height: 40px;
	float: left;
	margin-right: 12px;
}

.slide-btn-area-sm { margin: 0px 0 0px; float: left; width: 80%; }
.slide-btn-sm {
	border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open sans';
	font-weight:600;
	color: #ffffff;
	transition: all 0.3s ease-in-out 0s;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 10px 25px;
	margin: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.slide-btn-sm:hover, .slide-btn-sm:focus { color: #ffffff; }
.homepage-mycarousel .format-quote p { color: #ffffff; margin-bottom: 0; }
h1, .h1 {
	font-size: 25px;
	line-height: 40px;
}	
	element.style {
}
.page-title-section .overlay {
    height: 100%;
    padding: 20px 0 20px;
    position: relative;
    width: 100%;
}	
h2{
position: relative;
background: #ffa500;
box-shadow: 0px 0px 0px 5px #ffa500;
border: dashed 2px white;
padding: 0.6em 0.5em;
  margin: 15px 5px 10px 7px;
color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

h2:after{
position: absolute;
content: '';
right: -7px;
top: -7px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #fff #fff #ff8c00;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}