/* ----------------slider-------------------------- */

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
	left: 0;
  }
  .owl-nav button.owl-next {
	right: 0;
  }
  
  .owl-dots {
	text-align: center;
	padding-top: 15px;
	position: absolute;
	bottom: 2%;
	left: 8%;
	}
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
	background-color: #0dcaf0;
	}
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
  }
  .single-slide .hero-contents p a{
    text-decoration: none;
    color: #2e3092;
    border: 1px dotted #084298;
    padding: 12px;
    display: inline-flex;
    width: max-content;
    margin-top: 28px;
    border-radius: 10px;
    background: #ebe8e84a;
  }
  span {
	  font-size: 70px;    
	  position: relative;
	  top: -5px;
  }
  .owl-nav button:focus {
	  outline: none;
  }
 
  .item {
	  width: 100%;
  }
  .bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.single-slide {
    padding: 330px 0px 225px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* height:100vh */
}

 .single-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/slide_bg_circle.png");
    width: 60%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0.5;
    background-repeat: no-repeat
}
h1.fs-lg {
    font-size: 108px;
    line-height: 1;
}
@media (max-width: 1600px) {
     .single-slide:before {
        width:100%
    }
}

 .single-slide .hero-contents {
    position: relative;
    z-index: 2;
    min-height: 400px;
}

 .single-slide .hero-contents h1 {
    font-weight: 900
}

@media (max-width: 1199px) {
     .single-slide .hero-contents h1 {
        font-size:100px
    }
}

@media (max-width: 991px) {
     .single-slide .hero-contents h1 {
        font-size:80px
    }
}

@media (max-width: 767px) {
     .single-slide .hero-contents h1 {
		font-size: 33px;
		}
        .single-slide .hero-contents {
            height: auto;
            max-height: 500px;
        }
}

 .single-slide .hero-contents h2 {
    font-size: 84px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
     .single-slide .hero-contents h2 {
        font-size:80px
    }
}

@media (max-width: 991px) {
     .single-slide .hero-contents h2 {
        font-size:70px
    }
}

@media (max-width: 767px) {
     .single-slide .hero-contents h2 {
		font-size: 29px;
		}
}

 .single-slide .hero-contents p {
    color: #211e3b;
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px
}


 .single-slide .hero-contents a {
    margin-top: 35px;
    margin-right: 20px
}

@media (max-width: 767px) {
     .single-slide .hero-contents a {
        margin-top:20px
    }
}

 .single-slide .slide-top-img {
    width: 771px;
    height: 788px;
    position: absolute;
    z-index: -1;
    background-color: #eee;
    right: 0;
    top: 0;
    content: "";
    -webkit-clip-path: polygon(25% 0,100% 0%,101% 70%,66% 80%,0% 17%);
    clip-path: polygon(25% 0,100% 0%,101% 70%,66% 80%,0% 17%);
    background-position: -125px
}

@media (max-width: 1400px) {
     .single-slide .slide-top-img {
        width:634px;
        height: 652px;
        right: -83px;
        background-position: -90px
    }
}

@media (max-width: 1750px) {
     .single-slide .slide-top-img {
        -webkit-clip-path:polygon(70% 0,100% 0%,101% 70%,66% 80%,0% 17%);
        clip-path: polygon(70% 0,100% 0%,101% 70%,66% 80%,0% 17%)
    }
}

 .single-slide .slide-bottom-img {
    width: 972px;
    height: 486px;
    position: absolute;
    z-index: -1;
    background-color: #eee;
    right: 30px;
    bottom: 0;
    content: "";
    -webkit-clip-path: polygon(50% 0%,100% 100%,0% 100%);
    clip-path: polygon(50% 0%,100% 100%,0% 100%)
}

@media (max-width: 1400px) {
     .single-slide .slide-bottom-img {
        width:672px;
        height: 386px;
        right: 0
    }
}

 .single-slide .bg-overlay:before {
    background: #211e3b;
    opacity: 0.1
}

@media (max-width: 767px) {
	.single-slide .hero-contents p {
	   font-size:20px
   }
   .single-slide .slide-top-img {
	width: 100%;
	height: 480px;
	right: -20px;
	background-position: -106px;
	top: 70px;
	clip-path: polygon(104% 0, 100% 0%, 105% 66%, 26% 80%, 0% 11%);
   }
   .single-slide {
    padding:456px 0px 134px;
   }
}





/* ---------slider-close--------------------------------- */