/****About page css****/

.default-page-wrapper {
    padding-top: 3rem;
    padding-bottom: 6rem;
    color: #16212f;
}
.m-page-title,.big-title {
    font-size: 3.375rem;
    margin-bottom: 1.875rem;
    font-family: 'Gilroy' !important;
    line-height: 1.2;
}

.three-col-banner>.row {
    margin: 0 -7.5px;
}

.three-col-banner .wrap-left, .three-col-banner .wrap-right {
    width: 31.7%;
    padding: 0 7.5px;
}

.three-col-banner .wrap-center {
    width: 36.6%;
    padding: 0 7.5px;
}
.mt-14px{
    margin-top: 14px;
}
.awards-row {
    padding: 50px 75px 25px 75px;
    text-align: center;
    margin: 0px !important;
}

.awards-row .img-wrap img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 auto;
    transition: all ease-in-out .3s;
}

.awards-row .img-wrap:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.three-col-banner .wrap-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.custom-slider button {
    border: 3px solid #ebebeb!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 50% !important;
    padding: 0px !important;
}
.custom-slider li.slick-active button {
    background-color: #ebebeb!important;
}
.custom-slider button:before {
    display: none;
}
.custom-slider.slick-dots li {
    width: 10px !important;
}
.custom-slider .slick-dots {
    position: revert;
    margin-top: 10px;
}
.custom-slider .slick-dots li {
    width: 12px !important;
}
.our-story-section{
    padding-top: 90px;
}
.our-heritage-section,.bed-Stores-section{
    padding-top: 70px;   
}
.content-wrap.big-text p {
    font-size: 22px;
}

.yearly-journey-sec .row.align-items-center {
    display: flex !important;
    width: 100%;
    margin:0px;
    padding: 50px 0px 20px;
}
.yearly-journey-sec .row.align-items-center .left-content {
    padding: 0px 30px;
}
.yearly-journey-sec .row.align-items-center .left-content p {
    margin: 0;
}
.yearly-journey-sec .row.align-items-center .img-wrap img {
    margin: 0 auto;
}
/*******************Responsive Start*******************/
@media (max-width: 991px) {
    .m-page-title br {
        display: none;
    }
    .m-page-title {
        font-size: 35px;
    }
    .three-col-banner .wrap-center {
        width: 53.4%;
    }
    .three-col-banner .wrap-left, .three-col-banner .wrap-right {
        width: 46.6%;
    }
    .awards-row .img-wrap img {
        max-height: 150px;
    }

}
@media (max-width: 767.98px) {
    .out-story-section {
        padding-top: 0px;
    }
    .big-title {
        font-size: 47px;
        margin-bottom: 26px;
    }
    .our-story-section {
        padding-top: 25px;
    }
    .yearly-journey-sec .row.align-items-center .img-wrap img {
        margin-left: auto !important;
        margin-right: 0;
    }
    .yearly-journey-sec .row.align-items-center .left-content {
        margin-top: 15px;
    }
    .yearly-journey-sec .row.align-items-center {
        padding: 50px 0px 0px;
    }
    .our-heritage-section .row {
        flex-direction: column-reverse;
    }
    .our-heritage-section, .bed-Stores-section {
        padding-top: 30px;
    }
    .yearly-journey-slider {
        margin-bottom: 0px !important;
    }
    .yearly-journey-sec .row.align-items-center .left-content {
        padding: 0px 0px;
    }
}
