.slick-slide {
    margin: 0 15px;
}



/* the parent */
.slick-list {
    margin: 0 -15px;
}

.subs .slick-arrow {
    opacity:1;
}

.subs .slick-prev, 
.subs .slick-next {
    z-index:10;
}

.subs .slick-next {
    right:0 !important;
}

.hero-banner h1,
.hero-banner h5,
.border-hero .title h5,
.subsub {
    font-family: 'Montserrat', sans-serif !important;
}

.h-50 {
    height: 50px !important;
}

.page-title-large h1,
.page-title-large span {
    font-family: 'Montserrat', sans-serif !important;   
}

.border-hero .title h5 {
    font-weight: 500;
    line-height: 15px;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.hero-banner {
    color: #fff;
}

.hero-banner h5 {
    font-size: 20px;
    letter-spacing: 1px;
}

.hero-banner h1 {
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    line-height: 75px;
}

.animated-text {
    opacity: 0;
    transform: scale(0.8);
    animation: slideIn 1s forwards;
}

.single-item .slick-dots {
    bottom: 40px
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.single-item .slick-dots li {
    margin: 0 !important;
}

.slick-dots li button:before {
    content: '' !important;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    opacity: 1;
}

.single-item .hero-button {
    display: block;
    width: 250px;
    margin: 30px auto;
    padding: 14px 0;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background-color: #00000064;
    /* Progress bar color */
    transition: width 0.5s ease;
}

.single-item .slick-prev {
    left: 100px !important;
    z-index: 2;
}

.single-item .slick-next {
    right: 100px;
}

.slick-arrow:before {
    content: '';
}

.slick-arrow {
    opacity: 0;
    transition: all 0.5s;
}

.single-item:hover .slick-arrow {
    opacity: 1;
}

.slick-arrow i.fas {
    font-size: 20px;
    color: #fff;
    background-color: #00000085;
    padding: 10px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    line-height: 30px;
}

/* the slides */
.responsive .slick-slide {
    margin: 0 10px;
}

/* the parent */
.responsive .slick-list {
    margin: 0 -10px;
}

.custom-service-advantage {
    height: 600px !important;
}

.icon-w-text {
    margin: 0 0 10px;
}

.footer-widget-area ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px !important;
}

.shadow-about {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255,254,249,1) 0%, rgb(224 207 182 / 31%) 35%, rgb(228 221 211 / 0%) 100%);
}

.all-about {
    position: relative;
    z-index: 2;
}

.img-svg-icon {
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    color: #fff !important;
        object-fit: cover;

}

.only-back {
    /* background-color: var(--base-color); */
    /* padding: 10px; */
    border-radius: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.responsive .slick-dots li button:before {
    background-color: #ff214f;
    opacity: 0.5;
}

.responsive .slick-dots li.slick-active button:before {
    background-color: #ff214f;
    opacity: 1;
}

.responsive .slick-dots li {
    margin: 0;
}

/* .responsive .slick-dots {
    bottom: -70px !important;
} */

.subs .slick-dots li button:before {
    background-color: #ff214f;
    opacity: 0.5;
}

.subs .slick-dots li.slick-active button:before {
    background-color: #ff214f;
    opacity: 1;
}

.subs .slick-dots li {
    margin: 0;
}

.subs .slick-dots {
    bottom: -70px !important;
}

.advantage {
    position: relative;
    height: auto;
    background-attachment: fixed;
}

.advantage .shadows {
    background: #1c1c1cf5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

a.advantage-btn {
    display: block;
    margin: 100px auto 0;
    width: 300px;
}

.solutions .slick-dots li button:before {
    background-color: #474747;
    /* opacity: 0.5; */
}

.solutions .slick-dots li.slick-active button:before {
    background-color: #ff214f;
    opacity: 1;
}

img.about-image-section {
    height:600px; 
    object-fit:cover;
}

.feature-box-image img {
    height:500px; 
    object-fit:cover;
    display: block;
    margin: auto;
}

#clients p {
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 15px !important;
}

h2.section-title-subs {
    /* text-align: center; */
    margin-bottom: 50px;
    font-size: 30px;
    letter-spacing: 0;
}

img.jek {
    height:400px; object-fit:cover;
}

.portfolio .slick-dots li button:before {
    background-color: #474747;
    /* opacity: 0.5; */
}

.portfolio .slick-dots {
    bottom: -30px !important;
}

.portfolio .slick-dots li.slick-active button:before {
    background-color: #ff214f;
    opacity: 1;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.tab-style2 .nav-tabs li {
    display: block !important;
}

.tab-style2 .nav-tabs {
    display: block !important;
}

.tab-style2 .nav-tabs li a {
    text-align: left;
    background-color: rgba(242, 242, 242, 0.99) !important;
    color: rgb(85, 85, 85) !important;
}

.tab-style2 .nav-tabs>li>a.active {
    background-color: rgb(85, 85, 85) !important;
    color: rgb(255, 255, 255) !important;
}

.responsive .slick-arrow {
    opacity : 1 !important;
    z-index:1;
}

.responsive .slick-prev {
    left: -55px;
}

.no-padding {
    padding: 0;
}


/* mastermine layout */

.component-tab {
    display: flex;
    gap:40px;
    flex-wrap: wrap;
    margin-top: 40px;
    cursor: pointer;
}

.component-tab .icon-tab img.active {
    background-color: #474747;
    padding: 3px;
    border-radius: 3px;
}

.component-tab-content {
    margin-top: 80px;
    display: none;
}

.component-tab-content .image-content {
    height: 450px;
}

.component-tab-content .image-content img{
    height: 100%;
    object-fit: contain;
}

.image-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.component-tab-content.active {
    display: block;
}

.content-title h4 {
    font-size: 25px;
}

.thumbnail-banner {
    height: 350px;
}

.thumbnail-banner img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.mind-logo {
    width: 250px;
    margin-bottom:30px ;
}

.mind-logo img{
    object-fit: contain;
}

.logo-in-mind {
    height: 500px;
}

.logo-in-mind img {
    height: 100%;
    object-fit: contain;
}

.covered .mind-logo {
    height: 100px;
    display: block;
    margin: 30px 0;
}

.covered .slick-arrow {
    opacity: 1;
}

.covered .slick-next {
    right: 15px;
    opacity: 0;
}
.covered .slick-prev {
    left: -15px;
    opacity: 0;
    z-index: 1;
}

.covered:hover .slick-next,
.covered:hover .slick-prev {
    opacity: 1;
}


.blog-image {
    height: 300px;
}

.blog-image img{
    height: 100%;
    object-fit: cover;
}

/* mud dewatering layout */

.component-mud-dewatering .thumbnail {
    height: 250px;
    width: 100%;
}

.component-mud-dewatering .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.works-mud-dewatering .thumbnail {
    height: 450px;
    width: 100%;
}

.works-mud-dewatering .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-contents {
    display: none;
}

.image-contents.active {
    display: block;
}

.image-tab {
    cursor: pointer;
}

.logo-partners {
    height: 50px;
}

.logo-partners img {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.button-mastermine a {
    border: 1px solid #fff;
    margin-top: 40px;
    display: block;
    width: 300px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    transition:all 0.5s;
    height: 50px;
    line-height: 50px;
}

.button-mastermine a:hover {
    background-color: #fff;
    color: #000;
}

.mineral .slick-arrow {
    opacity: 1;
    z-index: 1;
}

.mineral .slick-next {
    right: 0;
}

.mind-logo.custom {
    width: 300px;
}

.mind-content {
    height: 200px;
}

.mind-content p {
    max-width: 80%;
}

.blog-text p {
    font-size: 15px !important;
}

.fa-chevron-down {
    display: none !important;
}
@media(max-width:800px) {

    .mind-content p {
        max-width: 100%;
    }

    .read-mores {
        text-align: center;
    }
    
    .mineral .slick-arrow {
        opacity: 0;
    }

    .mind-content {
        max-width: 90%;
        margin: auto;
        text-align: center !important;
    }
    
    .covered .mind-logo {
        margin:30px auto;
    }

    .logo-in-mind img {
        display: block;
        margin: auto;
    }

    .icon-round-medium {
        height: 50px;
        width: 50px;
    }
    
    .subs .slick-arrow {
        opacity:0;
    }
    
    .responsive .slick-arrow {
        opacity : 0 !important;
        z-index:1;
    }
    
    .hero-banner h1 {
        font-size: 30px;
    }

    .hero-banner h5 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .hover-option7 .grid-item figcaption {
        opacity: 1 !important;
    }

    .advantage {
        position: relative;
        height: auto;
        background-attachment: fixed;
    }

    a.advantage-btn {
        width: 100%;
    }
    
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    img.about-image-section {
        height:400px; 
        object-fit:cover;
    }

    .feature-box-image img {
        height:300px; 
        width: 100%;
        object-fit:cover;
    }

    img.jek {
        height:250px !important; 
        object-fit:cover;
        margin-top: 25px;
    }

    .mind-logo {
        width: 200px !important;
        margin:30px auto;
    }

    .logo-in-mind {
        height: 250px;
    }

    .component-tab-content .image-content {
        height: 250px;
        margin-bottom: 30px;
    }

    .thumbnail-banner {
        height: 250px;
    }

    .covered .slick-arrow {
        display: none !important
    }

    .thumbthumb {
        height: auto !important;
    }

    .button-ygy {
        padding: 15px;
        font-size: 15px;
    }

    .content-title h4 {
        font-size: 18px;
    }

    .button-mastermine a {
        width: 80%;
        margin: 30px 0;
    }

    .single-item .slick-arrow {
        display: none !important;
    }   

   

}

@media(max-width:500px) {

    .separator-line-horrizontal-medium-light2 {
        margin: 30px auto !important;
    }

    .logo-partners {
        height: 30px;
    }

    .component-mud-dewatering .thumbnail {
        height: 100px;
    }

    .hero-banner h1 {
        line-height: 30px;
    }

    .h-50 {
        height: 25px !important;
    }

    .bg-white, .background-white {
        min-height: 300px !important;
        margin-bottom: 30px;
        /* height: auto !important; */
    }

    .grid-item figure {
        margin-bottom: 30px;
    }
    
    .single-item .slick-slide {
        display: block;
        height: 650px !important;
    }

    .hover-option7 .grid-item figure img {
        margin: auto;
        height: 200px !important;
    }

    .blog-post.blog-post-style1 .blog-post-images img {
        height: 200px;
        object-fit: cover;
    }

    img.about-image-section {
        height:250px; 
        object-fit:cover;
    }

    .feature-box-image img {
        height:100%; 
        width: 100%;
        object-fit:cover;
    }

    .slick-dots {
        bottom: 0;
    }

    .page-title-large h1 {
        font-size: 20px;
    }

    .logo-light {
        width: 120px!important;
    }
    
    
    h2.section-title-subs {
        text-align: center;
        margin-bottom: 50px;
        font-size: 20px;
        letter-spacing: 0;
    }
    
    .oke {
        font-size:18px !important;
    }

    .text-dummy {
        padding: 0 15px;
    }

}


@media(max-width:1500px) {
    
    .responsive .slick-prev {
        left: -40px;
    }
    
    .responsive .slick-next {
        right:-10px;
    }

}