/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; text-decoration: none; }
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px; }
.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #869791; }

.home-news-owl.owl-carousel.owl-drag .owl-item{margin-bottom: 20px;}
.home-news-owl .owl-nav{position: absolute; right: 0px; left: 0; top: -70px;}
.home-news-owl .owl-nav button.owl-prev,.home-news-owl .owl-nav button.owl-next{background:transparent; color: var(--color-white); border-radius: 50%; font-size:18px; position: absolute; width:35px; height:35px;box-shadow: 0 .5rem 1rem rgba(0,0,0,0)!important; border: 2px solid var(--color-white);}
.home-news-owl .owl-nav button.owl-prev{right:40px;}
.home-news-owl .owl-nav button.owl-next{right: 0px;}
.home-news-owl .owl-nav button.owl-prev:hover,.home-news-owl .owl-nav button.owl-next:hover{background:var(--color-grey); color: var(--color-black);}

.home-destination-owl.owl-carousel.owl-drag .owl-item{margin-bottom: 20px;}
.home-destination-owl .owl-nav{position: absolute; right: 0px; left: 0; top: -70px;}
.home-destination-owl .owl-nav button.owl-prev,.home-destination-owl .owl-nav button.owl-next{background:transparent; color: var(--color-two); border-radius: 50%; font-size:18px; position: absolute; width:35px; height:35px;box-shadow: 0 .5rem 1rem rgba(0,0,0,0)!important; border: 2px solid var(--color-two);}
.home-destination-owl .owl-nav button.owl-prev{right:40px;}
.home-destination-owl .owl-nav button.owl-next{right: 0px;}
.home-destination-owl .owl-nav button.owl-prev:hover,.home-destination-owl .owl-nav button.owl-next:hover{background:var(--color-two); color: var(--color-white);}

.home-testimonials-owl.owl-carousel.owl-drag .owl-item{margin-bottom: 20px;}
.home-testimonials-owl .owl-nav{position: absolute; right: 0px; left: 0; top: -40px;}
.home-testimonials-owl .owl-nav button.owl-prev,.home-testimonials-owl .owl-nav button.owl-next{background:transparent; color: var(--color-two); border-radius: 50%; font-size:18px; position: absolute; width:35px; height:35px;box-shadow: 0 .5rem 1rem rgba(0,0,0,0)!important; border: 2px solid var(--color-two);}
.home-testimonials-owl .owl-nav button.owl-prev{right:40px;}
.home-testimonials-owl .owl-nav button.owl-next{right: 0px;}
.home-testimonials-owl .owl-nav button.owl-prev:hover,.home-testimonials-owl .owl-nav button.owl-next:hover{background:var(--color-two); color: var(--color-white);}

.inner-about-testimonials-owl.owl-carousel.owl-drag .owl-item{margin-bottom: 20px;}
.inner-about-testimonials-owl .owl-nav{position: absolute; right: 0px; left: 0; top: -40px;}
.inner-about-testimonials-owl .owl-nav button.owl-prev,.inner-about-testimonials-owl .owl-nav button.owl-next{background:transparent; color: var(--color-two); border-radius: 50%; font-size:18px; position: absolute; width:35px; height:35px;box-shadow: 0 .5rem 1rem rgba(0,0,0,0)!important; border: 2px solid var(--color-two);}
.inner-about-testimonials-owl .owl-nav button.owl-prev{right:40px;}
.inner-about-testimonials-owl .owl-nav button.owl-next{right: 0px;}
.inner-about-testimonials-owl .owl-nav button.owl-prev:hover,.inner-about-testimonials-owl .owl-nav button.owl-next:hover{background:var(--color-two); color: var(--color-white);}





@media(min-width:320px) and (max-width:1080px) {
    .home-news-owl .owl-nav{position:absolute;right:0;left:0;bottom:0;top:0;width:100%;display:flex;align-items:flex-start;visibility:hidden}
    .home-news-owl .owl-nav button.owl-prev, .home-news-owl .owl-nav button.owl-next{width: 32px; height: 32px; font-size: 16px; padding: 0 !important;position: absolute;visibility: visible; border: 0px !important;background: rgba(255,255,255, .25); top: 40%; color: #fff;}
    .home-news-owl .owl-nav button.owl-prev{left: 0;}
    .home-news-owl .owl-nav button.owl-next{right: 0;left: unset;}







}