/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{ background:#fff; width:15px; height:15px; border:solid 3px #434343; border-radius:50%; display:block; margin-bottom:6px;
	cursor: pointer; 
}
.owl-controls .active { border:solid 3px #434343 !important;background:#fff18a;}
.owl-controls .owl-page:hover { border:solid 3px #434343 !important; background:#fff18a;}
.owl-pagination{ max-width:1170px; width:100%; margin:0 auto;}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.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);
}

/* Wide Slider */
.body-container .wide-slider .owl-carousel .item .content .small {
  font-size:34px; 
  color: #000; text-transform:capitalize;
}

.body-container .wide-slider .owl-carousel .item .content .small .heading1{  color:#fff; font-size:34px; line-height:30px; font-family: 'OpenSansBold'; text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);}
.body-container .wide-slider .owl-carousel .item .content .small .heading2{ color:#fff18a ; font-size:24px; line-height:24px;text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4); font-family: 'OpenSansBold';}
.body-container .wide-slider .owl-carousel .item .content .small span {}
@media (max-width: 1024px) {.body-container .wide-slider .owl-carousel .item .content .small .heading1{ font-size:22px; line-height:21px !important;}}
@media (max-width: 991px) {
  .body-container .wide-slider .owl-carousel .item .content .small {
   
    font-size: 30px;

    line-height: 40px;
  }
}
@media (max-width: 320px) {
  .body-container .wide-slider .owl-carousel .item .content .small { display:none;
  }
  .xlarge { display:none;
  }
}

@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .small {

    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    line-height: 15px;
  }
}
.xlarge {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #f49049;
  line-height: 70px;
}
@media (max-width: 991px) {
  .xlarge {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #f49049;
    line-height: 36px;
  }
}
@media (max-width: 550px) {
  .xlarge {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #f49049;
    line-height: 24px;
  }
}
.btn.btn-blue {
  background: #f27a24;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 21px;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
  background: #8a36b3 !important; color:#fff!important
}
.btn.btn-blue.btn-trans {
  background: #41015f; text-decoration:none; padding:13px 25px; color:#fff!important; font-size:18px!important;
}
.btn.btn-dark-blue {
  background: #41015f;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.btn.btn-dark-blue:hover,
.btn.btn-dark-blue:focus,
.btn.btn-dark-blue:active {
  background: #000;
}

