.parallax_box.parallax_box_img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: 0 50%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-position: 50% 0% !important;
}
.parallax_box.parallax_video_box {
    position: relative;
}
.parallax_video_box .parallax_video_wrap {
    display: block;
}
.parallax_video_wrap {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.parallax_video_wrap .parallax_video{
	position: absolute;
    top: -50%;
    left: 0 !important;
    width: 100%;
}
.parallax_video_wrap .parallax_video_play {
    display: block;
    position: absolute;
    z-index: 5;
    right: 6%;
    bottom: 10%;
    cursor: pointer;
}
.parallax_box .container {
    position: relative;
    z-index: 3;
}
.parallax_box {
	/* margin-top:20px; */
    margin-bottom: 20px;
}
.parallax_text_con .style_content, .parallax_text_con .style_content a{
	 text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.owl-carousel. owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
 .width_10, .center_width_10 {
    width: 10%;
} 
.width_20, .center_width_20 {
    width: 20%;
} 
.width_30, .center_width_30 {
    width: 30%;
}
.width_40, .center_width_40 {
    width: 40%;
}
.width_50, .center_width_50 {
    width: 50%;
} 
.width_60, .center_width_60 {
    width: 60%;
} 
.width_70, .center_width_70 {
    width: 70%;
} 
.width_80, .center_width_80 {
    width: 80%;
}
 .width_90, .center_width_90 {
    width: 90%;
}
 .width_100, .center_width_100 {
    width: 100%;
}
.center_width_90, .center_width_80, .center_width_70, .center_width_60, .center_width_50, .center_width_40, .center_width_30, .center_width_20, .center_width_10 {
  margin-right: auto;
  margin-left: auto; 
  }
  .owl-theme.owl-navigation-lr {
    overflow: hidden;
	display: block;
    opacity: 1;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    float: left;
}
.style_content h1 {
  font-size: 3em;
  background: none;
  border-top: none;
  text-transform: none;
  padding: 0;
  margin-bottom: 25px;}
.style_content h2 {
  font-size: 2.6em;
  background: none;
  border-top: none;
  text-transform: none;
  padding: 0;
  margin-bottom: 20px;}
.style_content h3 {
  font-size: 2.2em;
  background: none;
  border-top: none;
  text-transform: none;
  padding: 0;
  margin-bottom: 20px;}
.style_content h4 {
  font-size: 1.8em; 
  background: none;
  border-top: none;
  text-transform: none;
  padding: 0;
  margin-bottom: 15px;
  color:#fff}
.style_content h5 {
  font-size: 1.4em; 
  background: none;
  border-top: none;
  text-transform: none;
  padding: 0;
  margin-bottom: 15px;}
.style_content h6 {
  font-size: 1.0em;
  background: none;
  border-top: none;
  text-transform: none;
  padding: 0;
  margin-bottom: 15px;} 
.style_content p {
  font-size: 1.0em;
  margin-bottom: 6px; }
