/* 
 * 	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{
	cursor: pointer;
}
.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);
}




.owl-controls {
	left: 0;
    position: absolute;
    top: 45%;
    width: 100%;
}
.owl-prev, .owl-next {
    background-repeat: no-repeat;
    font-size: 0;
    height: 39px;
    width: 39px;
	float: left;
}
.owl-prev {
	background-image:url(../images/icons/icon_left_arrow.png);
	margin: 0 0 0 20px;
}
.owl-next {
	background-image:url(../images/icons/icon_right_arrow.png);
	float: right;
	margin: 0 20px 0 0;
}
.package_details_box .owl-prev {
    margin: 0 0 0 20px;
}
.package_details_box .owl-next {
    margin: 0 20px 0 0;
}


#sync2 .owl-item {
    width: 25% !important;
	padding: 10px 5px 0;
}
#sync2 .owl-item img {
    width: 100% !important;
	cursor:pointer;
}
#sync1 .owl-item img {
    width: 100%;
}
#sync2 .owl-wrapper {
    width: 100% !important;
}
#sync1 .owl-item img {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width:250px) and (max-width: 1330px) {
.testimonial_bg .item {
    margin: 0 auto;
    width: 92%;
}	
.owl-prev, .owl-next {
    margin: 0;
}
}

@media (min-width:250px) and (max-width: 1020px) {
.testimonial_bg .item {
    margin: 0 auto;
    width: 85%;
}
.testimonial_bg .item .section-half {
    float: none !important;
    margin: 0 0 20px;
    padding: 0 !important;
    width: 100%;
}
}


@media (min-width:250px) and (max-width: 760px) {
div.tab button {
    margin: 0 0 5px;
    width: 49%;
}	
.testimonial_bg .tab {
    margin: 0 0 15px;
}
}

@media (min-width:250px) and (max-width: 640px) {
.testimonial_bg .item {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
}	
}

@media (min-width:250px) and (max-width: 460px) {
div.tab button {
    margin: 0 0 5px;
    width: 100%;
}	
}

@media (min-width:250px) and (max-width: 420px) {
.testimonial_bg h3 {
    font-size: 22px;
}	
.owl-prev, .owl-next {
    background-size: 100% auto;
    height: 30px;
    width: 30px;
}
.owl-prev {
    margin: 0 0 0 -10px;
}
.owl-next {
    margin: 0 -10px 0 0;
}
.testimonial_bg .item {
    padding: 0 28px;
}
.tabcontent section p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
}

@media (min-width:250px) and (max-width: 1210px) {
#sync2 .owl-item {
    padding: 10px 5px 0;
    width: 12% !important;
}	
}

@media (min-width:250px) and (max-width: 900px) {
#sync2 .owl-item {
    padding: 10px 5px 0;
    width: 13% !important;
}
}

@media (min-width:250px) and (max-width: 830px) {
#sync2 .owl-item {
    width: 12% !important;
}
}

@media (min-width:250px) and (max-width: 510px) {
#sync2 .owl-item {
    width: 22% !important;
}
}

@media (min-width:250px) and (max-width: 390px) {
#sync2 .owl-item {
    width: 25% !important;
}
}



.secondary_details .owl-controls.clickable {
    display: none!important;
}






