.owl-carousel {
    position: relative
}

.owl-carousel .owl-item img {
    width: 100%;
    object-fit: contain;
}

.carousel--nav {
    position: relative;
}

.carousel--nav .owl-nav {
    display: none;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 20
}

.carousel--nav .owl-nav>* {
    background-color: transparent;
    display: inline-block;
    height: 50px;
    position: relative;
    transform: translateY(-50%);
    transition: all .4s ease;
    vertical-align: top;
    width: 50px
}

.carousel--nav .owl-nav>* i {
    color: #282828;
    font-size: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.carousel--nav .owl-nav>:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1)
}

.carousel--nav .owl-nav .owl-prev {
    margin-left: 40px
}

.carousel--nav .owl-nav .owl-next {
    float: right;
    margin-right: 40px
}

.carousel--nav .owl-dots {
    bottom: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.carousel--nav .owl-dots .owl-dot {
   background-color: #bfc3cd;
    border: 1px solid #bebebe;
    border-radius: 50%;
    display: inline-block;
    height: 33px;
    margin-right: 8px;
    width: 33px;
}

.carousel--nav .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.carousel--nav .owl-dots .owl-dot.active {
    background-color: #D9D9D9;
    /* border-color: #000; */
    width: 63px;
    height: 63px;
    opacity: 70%;
}

.carousel--nav.inside .owl-nav {
    height: 0;
    z-index: 20
}

.carousel--nav.inside .owl-nav>* {
    transform: translateY(-50%)
}

.carousel--nav.inside .owl-prev {
    margin-left: 0
}

.carousel--nav.inside .owl-prev i {
    padding-right: 5px
}

.carousel--nav.inside .owl-next {
    float: right;
    margin-right: 0
}

.carousel--nav.inside .owl-next i {
    padding-left: 5px
}

@media (min-width: 1200px) {
    .carousel--nav .owl-nav {
        display:block
    }
}

.slider-item {
    margin: 10px 0;
    max-height: 705px;
    overflow: hidden;
    position: relative
}

.slider-item .slider-item-header {
    background-color: rgb(78 97 149 / 70%);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 50%;
    z-index: 20;
    top: 0;
}

}
@media only screen and  (min-width: 1000px) { 
.slider-item-title {
    top: 150px;
    position: relative;  
}
.slider-item .slider-item-header .slider-item-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 70px;
    left: 125px;
.slider-item-description{
   top: 200px;
   position: relative;
   font-size: 70px;
   width: 50%;
   display: block;
   line-height: 1.2;
   left: 125px;
   margin-top: -50px;
   font-family: "Arimo"
}

.consultingbtn {
           background: #FFA722;
           border: none;
           color: white;
           font-size: 16px;
           font-weight: 600;
           padding: 15px;
           text-align: center;
           width: 293px;
           height: 55px;
           top: 250px;
           position: relative;
           left: 125px;
           margin-top: -10px;
}
 }
.slider-item-title::before {
    width: 11px;
    height: 11px;
    background-color: #FFA722;
    content: '';
    display: inline-flex;
    margin: 5px;
}
.slider-item .slider-item-header .slider-item-description {
    color: #eee
}

.slider-item .slider-item-header .slider-item-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}
