﻿
/* .about-page section .container{
    width: 60%;
} */

.about-page section{
    margin-bottom:0;
}
.story-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.designs_delight ul, .manufacturing ul, .difference ul {
    list-style: disc;
    margin-left: 2rem;
    text-align:left;
}

.about-page ul li {
    padding-block: 0.5rem;
    text-align: left;
}

.about-page p {
    font-size: 1.3rem;
    font-family: "Futura";
    line-height: 24px;
}

.leadreship-content {
    width: 80%;
}

.leadership, .designs_delight {    
    background-color: #D8DAD8;    
    overflow-y: hidden;
}

    .leadership .image-div img{
        width:400px;
    }



    .leadership .image-slider .slick-slide {
        padding: 0;
    }

    .leadership .image-slider {
        margin-top: 0;
    }

    .leadership .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

h4, .difference h5, .manufacturing h5 {
    font-family: "BodoniFLF";
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F45817;
}

.difference p {
    line-height: 21px !important;
}

.designs_delight {
    background: url(../images/banners/cat_banner.png) no-repeat center;
    background-size: cover;
    /* background-color: #D8DAD8; */
    position: relative;
}

    .designs_delight .container {
        position: relative;
        z-index: 99;
    }

.delight-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.about-banner {
    position: relative;
}

    .about-banner .about-banner_overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

.about-banner_content {
    position: absolute;
    left: 50%;
    bottom: 3rem;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

    .about-banner_content h3 {
        font-size: 2.2rem;
        font-family: "BodoniFLF";
    }

    /*Slider*/

.about-page .image-slider .slick-arrow {
    display: block !important;  
    z-index:2;
}

.about-page .image-div .row{
    margin-left:0;
}

.about-page .image-slider .slick-prev, .about-page .image-slider .slick-next {
    display: block !important;
    width: 30px;
    height: 30px;
    color: #000;
    background: #FF5000;
    /* background: #001c88; */
    border-radius: 5px;
    z-index: 99;
    padding-left: 0.3rem;
}


.slick-prev::before, .slick-next::before {
    content: '';
    font-size: 30px;
    /*background-color: red;*/
    padding: 5px;
    z-index: 999;
    border-radius: 0.3rem;
}

.about-page .image-slider .slick-next::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/arrow-forward.png);
    background-size: cover;
    z-index: 100;
    display: block;
}

.about-page .image-slider .slick-prev::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/arrow-back.png);
    background-size: cover;
    z-index: 100;
    display: block;
}



.slick-prev {
    left: 2rem;
}
.slick-next{
    right:2rem;
}

@media (min-width:1400px) {
    .aboutUs-page .container {
        width: 1300px;
    }
}

@media(max-width:992px) {
    .about-page {
        margin-top: 4.5rem;
    }

    /* .about-page section .container{
        width: 100%;
    } */

    .leadreship-content {
        width: 100%;
    }
}

@media(max-width:576px) {
    .story-img {
        width: 120px;
        height: 120px;
    }

    .about-page p{
        font-size:1.1rem;
        text-align:justify;
    }
}
