/* slider-fade1 */
.slider-fade1 .owl-item {
  height: 100vh;
  position: relative; }
.slider-fade1 .text-center h1 {
  margin-left: auto;
  margin-right: auto; }
.slider-fade1 .text-right h1 {
  margin-right: 0;
  margin-left: auto; }
.slider-fade1 .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .slider-fade1 .item .caption {
    width: 100%;
    z-index: 9; }
.slider-fade1 .owl-carousel .caption .overflow-hidden {
  display: inline-block; }
.slider-fade1 .owl-carousel .caption h3 {
  font-weight: 500;
  animation-delay: 0.5s;
  display: inline-block;
  position: relative;
  color: #c8bd9e; }
.slider-fade1 .owl-carousel .caption h1 {
  animation-delay: 0.8s;
  padding-top: 300px;
 }
.slider-fade1 .owl-carousel .caption p {
  color: #eee;
  word-spacing: 2px;
  animation-delay: 1.2s;
  margin-bottom: 30px; }
.slider-fade1 .owl-carousel .caption span {
  display: inline-block; }
.slider-fade1 .owl-carousel .caption .butn {
  animation-delay: 1.4s; }
.slider-fade1 .owl-theme .owl-dots {
  position: absolute;
  bottom: 10vh;
  width: 100%;
  left: 0; }
  .slider-fade1 .owl-theme .owl-dots .owl-dot span {
    background: #ffffff; }
  .slider-fade1 .owl-theme .owl-dots .owl-dot:hover span, .slider-fade1 .owl-theme .owl-dots .owl-dot.active span {
    background: #c8bd9e; }
.slider-fade1 .owl-theme .owl-nav {
  margin-top: 0; }
  .slider-fade1 .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 60px;
    line-height: 65px;
    transition-duration: 500ms;
    left: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.3; }
  .slider-fade1 .owl-theme .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    left: inherit;
    right: 5vh; }
    .slider-fade1 .owl-theme .owl-nav .owl-next:hover {
      opacity: 1;
      background: #c8bd9e; }
  .slider-fade1 .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #c8bd9e; }
.slider-fade1 .owl-nav i, .slider-fade1 .owl-nav span {
font-weight: 1000;
color: black;
transition-duration: 500ms;
font-size: 30px; 
}
.slider-fade1 .owl-nav .owl-next:hover i, .slider-fade1 .owl-nav .owl-prev:hover i {
  color: #283378; }

@media screen and (max-width: 1199px) {
  .slider-fade1 .owl-carousel .caption h1 {
    font-size: 3.5rem; } }
@media screen and (max-width: 991px) {
  .slider-fade1 .owl-carousel .caption h1 {
    font-size: 3rem; } }
@media screen and (max-width: 767px) {
  .slider-fade1 .owl-carousel .caption h1 {
    font-size: 2.6rem; }
  .slider-fade1 .owl-carousel .caption h3 {
    font-size: 1rem; } }
@media screen and (max-width: 575px) {
  .slider-fade1 .owl-carousel .caption h1 {
    font-size: 2rem; } }
@media screen and (max-width: 479px) {
  .slider-fade1 .owl-carousel .caption h1 {
    font-size: 1.8rem; } }