/* .slider-bg {
    background: url("/webassets/images/home/banner-bg.svg") top center no-repeat;
    height: 731px;
    background-size: cover !important;
    margin-top: 120px;
    padding-top: 4%;
    overflow: hidden;
    padding-bottom: 1%;
} */
.slider-bg {
   margin-top: 40px 0px;
}
.Red_more_btn{
text-align: end;
margin-top: 26px;
}
.section-4-heding{
    text-align: center;
    padding: 20px 0px;
}
.section-4-heding p{
    margin-bottom: 0px !important;
    /* color: #B19777; */
    color: var(--short-text-white);
    font-weight: 500;
    font-size: 16px;
}
.section-4-heding h1{
    font-weight: 600;
    font-size: 40px;
    color: var(--text-color-white);
}
.slider-text{
    font-size: 23px;
    font-weight: 600;
    color: var(--text-color-white);
}
.slider-text-1 p{
    font-weight: 400;
    font-size: 12px;
    color: var(--text-color-white);
}
.slider-text-1{
    border-bottom: 1px solid rgb(223, 223, 223);
    margin-top: 16px;
}

.slider-bg .slide-scroll {
    padding-left: 30px;
    padding-top: 20px;
}

.slider-bg .no-js .slider-bg .owl-carousel,
.slider-bg .owl-carousel.owl-loaded {
    display: block;
}

.slider-bg .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.slider-bg .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.slider-bg .owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.slider-bg .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.slider-bg .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.slider-bg .owl-carousel .owl-item img {
    width: 100%;
    height: 303px;
    vertical-align: middle;
    border-style: none;
}
.slider-bg .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.slider-bg .owl-carousel .owl-dots.disabled,
.slider-bg .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.slider-bg .owl-carousel .owl-nav button.owl-next,
.slider-bg .owl-carousel .owl-nav button.owl-prev,
.slider-bg .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.slider-bg .owl-carousel .owl-nav button.owl-next,
.slider-bg .owl-carousel .owl-nav button.owl-prev,
.slider-bg .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.slider-bg .owl-theme .owl-dots,
.slider-bg .owl-theme .owl-nav {
    /* text-align: center; */
    -webkit-tap-highlight-color: transparent;
}
/* .slide-scroll .owl-dots {
    margin-top: -50px !important;
    text-align: right !important;
    z-index: 9;
    position: relative;
} */

.slide-scroll .owl-dots {
    margin-top: 0px !important;
    text-align: left;
    z-index: 9;
    position: relative;
}

.slider-bg .owl-theme .owl-nav {
    margin-top: 10px;
}

.slider-bg .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.slider-bg .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.slider-bg .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.slider-bg .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.slider-bg .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.slider-bg .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.slide-scroll .owl-dots span {
    margin: 5px 3px !important;
}

.slider-bg .owl-theme .owl-dots .owl-dot.active span,
.slider-bg .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.slider-bg .slide-scroll .owl-dot.active span {
    background: #f1aa00 !important;
}
.slide-caption h1 {
    font-size: 26px;
    font-weight: 500;
    /* padding-top: 80px; */
}

.slide-caption span {
    display: block;
}
.slide-caption p {
    font-size: 16px;
    padding-top: 10px;
    /* margin-bottom: 1rem; */
}
a.default-btn-green {
    display: inline-block;
    text-decoration: none;
}

a.default-btn-green div {
    background: #04b000;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s;
}
a.default-btn-green div:hover {
    background: #f1aa00;
}

.iso-certified-icon {
    -webkit-animation: movebounce 4s linear infinite;
    animation: movebounce 4s linear infinite;
    width: 190px;
}
.experience-icon {
    -webkit-animation: movebounce 6s linear infinite;
    animation: movebounce 6s linear infinite;
    width: 145px;
}


@keyframes movebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}
.log-top {
    margin-top: -130px;
}