.his_detail {
    min-height: calc(100vh - 187px);
    position: relative;
    z-index: 100;
}

.h1-text {
    text-align: left;
}

.detail-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-text {
    font-size: 16px;
    padding-top: 5%;
    text-align: left;
}

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}

.owl-stage-outer, .owl-stage, .owl-item, .item {
    height: 100%;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 50% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: 30px;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: 30px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}


.owl-carousel .prev-slide1 {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: 30px;
}

.owl-carousel .next-slide1 {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: 30px;
}

.owl-carousel .prev-slide1:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide1:hover {
    background-position: -24px -53px;
}