/*   .......................... awards section styling  */
.awards-section .slick-arrow.slick-arrow-left,
.smart-cloud-section .slick-arrow.slick-arrow-left {
    position: absolute;
    top: calc(22%);
    left: -25px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
}

.awards-section .slick-arrow.slick-arrow-right {
    position: absolute;
    top: calc(22%);
    right: -25px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
}

.smart-cloud-section .slick-arrow.slick-arrow-right {
    position: absolute;
    top: calc(34%);
    right: -25px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
}

.awards-section .slick-arrow::before,
.smart-cloud-section .slick-arrow::before {
    content: "";
    border: solid #869791;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    opacity: 0.3;
    height: 30px;
    width: 30px;
}

.awards-section .slick-arrow:hover::before,
.smart-cloud-section .slick-arrow:hover::before {
    opacity: 1;
}

.awards-section .slick-arrow.slick-arrow-left::before,
.smart-cloud-section .slick-arrow.slick-arrow-left::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.awards-section .slick-arrow.slick-arrow-right::before,
.smart-cloud-section .slick-arrow.slick-arrow-right::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.demo-link {
    color: #0f6cbd!important;
    font-size: 18px !important;
}

.demo-link:hover {
    color: #0f6cbd!important;
}

.b-l.arrow-blue .arrow-icon g {
    stroke: #0f6cbd!important;
}

.owl-carousel-wrapper {
    margin-bottom: 40px;
}

.owl-carousel-wrapper .single-item .img-wrapper {
    height: 150px;
    width: -webkit-fill-available;
}

.owl-carousel-wrapper .single-item .img-wrapper img {
    width: auto;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
}

.awards-carousel-section {
    padding-top: 3%;
    padding-bottom: 2.5%;
}

.awards-carousel-section .section-heading {
    margin-bottom: 24px;
    font-size: 43px;
    line-height: 64px;
    font-weight: 500;
}

@media (max-width: 1480px) {
    .awards-carousel-section .section-heading {
        font-size: 38px;
        line-height: 50px;
        font-weight: 500 !important;
    }
}

@media (max-width: 1199px) {
    .awards-carousel-section .section-heading {
        font-size: 34px;
        line-height: 46px;
    }
}

@media (max-width: 991px) {
    .awards-carousel-section .section-heading {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .awards-carousel-section .section-heading {
        font-size: 27px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .awards-carousel-section .section-heading {
        font-size: 24px;
        line-height: 30px;
    }
}

.awards-carousel-section .see-all-link {
    font-size: 18px;
}

.awards-custom-container,
div:not(.awards-custom-container) section>.awards-carousel-section {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.awards-section .owl-carousel .single-item .text-wrapped p {
    line-height: 24px !important;
    font-size: 16px !important;
}

@media (max-width: 1024px) {

    .awards-custom-container,
    div:not(.awards-custom-container) section>.awards-carousel-section {
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }

    .awards-section .owl-carousel .single-item .text-wrapped p {
        line-height: 22px !important;
    }
}

@media (max-width: 575px) {
    .awards-padding {
        padding: 20px 0px 10px 0px;
    }
}

.navbar .nav>li>a {
    font-weight: 400;
}
@media (min-width: 2000px) {
    .awards-custom-container, 
    div:not(.awards-custom-container) section > .awards-carousel-section{
        max-width: 1400px;
    }
}