.common-spacing {
    padding: 25px 0px;
}

.list-para {
    color: var(--secondary-bg-color);
}

.common-heading>span:before {
 background: transparent;
}

.know-more-btn {
    background-color: var(--secondary-bg-color);
    color: #fff;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    position: relative;
}

.slick-dots button:not(:disabled) {
    cursor: pointer;

}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #C8C8C8;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    -webkit-transition: all 0.4scubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4scubic-bezier(0.55, 0.085, 0.68, 0.53);
    border-radius: 50% !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #fff;
    border-color: var(--main-bg-color);
}

.slick-dots li.slick-active button {
    width: 29px;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots {
    text-align: center;
}

.slick-dots li button {

    background-color: #eee;
    border-color: var(--main-bg-color);
}

.slick-dots li.slick-active button {
    background: var(--main-bg-color);
    border-color: var(--main-bg-color);
}

.placeholder-img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}

.placeholder-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.common-para {
    font-size: 15px;
    color: #201C1D;
}

.common-heading-tp {
    font-size: 26px;
}

.semibold {
    font-weight: 600;
}

.bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 2px;
    border-right: 3px solid var(--main-bg-color);
    margin-right: 3px;
}

.bottom-dots .dot.line-dot,
.heading-dots .h-dot.line-dot {
    border-right: 40px solid var(--main-bg-color);
}

.bottom-dots .dot.line-dot {
    color: var(--main-bg-color);
}

.bottom-dots .dot,
.heading-dots .h-dot {
    border-right: 3px solid var(--main-bg-color);
}

.common-heading-tp span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: var(--main-bg-color);
    margin-bottom: 7px;
}

.about-img img {
    width: 100%;
}

.title .span-one {
    font-size: 22px;
}

.title:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 130px;
    background-color: var(--main-bg-color);
    height: 1px;
    bottom: -7px;
    left: 0px;
}

.common-para.listinga {
    list-style: disc;
    padding-inline-start: 18px;
}

.common-para.listinga li {
    margin-bottom: 8px;
}

.title .span-two {
    font-size: 26px;
    margin-top: 0;
    line-height: normal;
    margin: 0 0 1em;
    text-transform: uppercase;
}

.text-center.title::after {
    left: 50%;
    transform: translate(-50%, 0px);
}

.text-center.text-md-left.title::after {
    left: 0px;
    transform: translate(0%, 0px);
}

.award-item img {
width: 100%;

       margin: 10px 0;
    display: block;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 15%);
    border-radius: 6px;
    border: 1px solid #9F9F9F;
    height: 270px;
    max-width: 100%;
    object-fit: contain;
    padding: 10px;

}
.award-slider .slick-dots {

    bottom: -24px;
}
/* Prevent overflow */
.award-slider {
    margin-top: 30px;
     width: 100%;
    max-width: 100%;
}

.award-slider .slick-list {
    padding: 0 15% 0 0 !important;
}
@media only screen and (max-width: 767px) {
.award-slider img {
	margin: 0px 0 10px 0;
	width: 100%;
}
.award-slider .slick-list {
    padding: 0 25% 0 0 !important;
}

}
/* Slick track: keep slides in line */
.slick-track {
    display: flex !important;
    align-items: center !important;
}

/* Fix spacing of each slide */
.slick-slide {
    display: flex !important;
    justify-content: center;
}

/* Image styling */

.award-item {
    display: flex;
    justify-content: center;
    align-items: center;
        margin: 0 6px;
}

.award-slider .slick-slide {
    margin: 0 6px !important;
    /* 15px left & right */
}

@media (max-width: 767px) {
    .common-spacing {
        padding: 20px 0px;
    }

    .placeholder-img {
        height: 100%;
    }

    .common-heading-tp {
        font-size: 22px;
    }

    .common-heading-tp span {
        font-size: 18px;
    }

    .title {
        font-size: 20px;
    }

    .title .span-one {
        font-size: 18px;
    }

    .title:after {
        max-width: 100px;
    }

    .title .span-two {
        font-size: 20px;
    }

    .text-center.text-md-left.title::after {
        left: 50%;
        transform: translate(-50%, 0px);
    }

}
