
.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
/*  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;transition: 0.5s;*/
}

.owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}



.owl-carousel .owl-nav svg {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/*section {
  display: none;
}*/

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}

#offerslider .owl-nav {
    display: none;
}


#offerslider .owl-dots {
    width: 100%;
    display: inline-block;    text-align: center;position: absolute;
    bottom: 20px;
}
#offerslider .owl-dots .owl-dot {
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 50px;
    margin: 0px 5px;
}
#offerslider .owl-dots .owl-dot:hover{background: #00abac}
#offerslider .owl-dots .owl-dot.active{background: #00abac}

#testimonial .owl-nav {
   display: none;
}


#testimonial .owl-dots {
    width: 100%;
    display: inline-block;    text-align: center;position: absolute;
bottom: -30px;
    left: 0px;
}
#testimonial .owl-dots .owl-dot {
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 50px;
    margin: 0px 5px;
}
#testimonial .owl-dots .owl-dot:hover{background: #00abac}
#testimonial .owl-dots .owl-dot.active{background: #00abac}



#home_slider .owl-nav{display: none;}
#home_slider .owl-dots .owl-dot span{    border: 1px solid #ccc !important;
    width: 14px;
    height: 14px;
    background: #d4d4d4 !important;
    margin: 0px 2px;
    display: inline-block;
    border-radius: 50px;}
#home_slider .owl-dots .active span {
        background: #37414E !important;
    border-color: #707070 !important;
}
#home_slider .owl-dots {
    left: 0px; bottom: -60px;
}

#tag_slider .owl-nav .owl-prev span:after{content: "";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #37414e;background: url(../images/right-arrow.png);width: 34px;
    height: 24px;
    display: inline-block;   transform: rotate(180deg);}
#tag_slider .owl-nav .owl-next span:before{content: "";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #37414e; background: url(../images/left-arrow.png);width: 34px;
    height: 24px;
    display: inline-block;    transform: rotate(180deg);}
#tag_slider .owl-nav .owl-next span:hover:before{opacity: 0.6}
#tag_slider .owl-nav .owl-prev span:hover:after{opacity: 0.6}
#tag_slider .owl-nav .owl-next span, #tag_slider .owl-nav .owl-prev span{color: transparent;    margin: 0px 5px;}
#tag_slider .owl-nav{}
#tag_slider .owl-nav {
    position: absolute;
    right: 30px;
    bottom: -100px;
}



#achivement .owl-nav .owl-prev span:after{content: "";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #37414e;background: url(../images/right-arrow.png);width: 34px;
    height: 24px;
    display: inline-block;   transform: rotate(180deg);}
#achivement .owl-nav .owl-next span:before{content: "";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #37414e; background: url(../images/left-arrow.png);width: 34px;
    height: 24px;
    display: inline-block;    transform: rotate(180deg);}
#achivement .owl-nav .owl-next span:hover:before{opacity: 0.6}
#achivement .owl-nav .owl-prev span:hover:after{opacity: 0.6}
#achivement .owl-nav .owl-next span{color: transparent;    margin: 0px 5px;}
#achivement .owl-nav .owl-prev span{color: transparent;    margin: 0px 5px;}
#achivement .owl-nav{}
#achivement .owl-nav {
    position: absolute;
    right: 0px;
    bottom: -70px;
}