.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 55px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 1px #999;
    z-index: 9100;
}

.my-float {
    margin-top: 16px;
}
.icci p {
    margin: 0;
    padding: 0;
}
/** Headline News Dots */
.headline-news .owl-theme .owl-dots {
    text-align: left;
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: dots;
    padding-right: 100px;
    margin-top: 1px;
}

@media (max-width: 767px) {
    .headline-news .owl-theme .owl-dots {
        padding-right: 0;
        margin-top: 25px;
    }
}



.headline-news .owl-theme .owl-dots .owl-dot {
    background: #212529;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 51px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

    .headline-news .owl-theme .owl-dots .owl-dot.active, .headline-news .owl-theme .owl-dots .owl-dot:hover {
        background: #e36159;
    }

    .headline-news .owl-theme .owl-dots .owl-dot:before {
        counter-increment: dots;
        content: counter(dots);
    }

@media (max-width: 479px) {
    .headline-news .owl-theme .owl-dots .owl-dot {
        height: 40px;
        font-size: 20px;
    }
}

.headline-news .owl-theme .owl-dots .owl-dot span {
    display: none;
}


@media (min-width: 768px) and (max-width: 991px) {
    .headline-news {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .headline-news {
        margin-bottom: 1px;
    }
}

.headline-news__container {
    height: 685px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1824px) {
    .headline-news__container {
        height: 800px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline-news__container {
        height: 800px;
    }
}

@media (max-width: 767px) {
    .headline-news__container {
        height: auto;
    }

        .headline-news__container > div {
            padding-top: 10px;
            padding-bottom: 10px;
        }
}
.bas_mob2 {
    margin: 126px 0px 0px 0px;
}
.bas_mob {
    margin: 0px 0px 0px 0px;
}

@media (max-width: 1200px) {
    .bas_mob {
        margin: 126px 0px 0px 0px;
    }
}

.headline-news__photo {
    height: 700px;
    overflow: hidden;
}

@media (min-width: 1824px) {
    .headline-news__photo {
        height: 700px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .headline-news__photo {
        height: 400px;
    }
}

@media (max-width: 479px) {
    .headline-news__photo {
        height: 250px;
    }
}

.headline-news__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.headline-news__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(33, 37, 41)));
    background: linear-gradient(transparent, rgba(33, 37, 41));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px;
    color: #fff;
}

@media (max-width: 767px) {
    .headline-news__body {
        padding: 25px;
    }
}

.headline-news__body .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 15px;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 72px;
    position: relative;
}

@media (max-width: 479px) {
    .headline-news__body .title {
        font-size: 18px;
        line-height: 1.4;
        max-height: 73px;
    }
}

.headline-news__body .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    background: #b41919;
    width: 4px;
}

@media (min-width: 1280px) {
    .headline-news__body .title {
        padding-right: 150px;
    }
}

.headline-news__body .text {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    max-height: 47px;
    line-height: 1.4;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .headline-news__body .text {
        display: none;
    }
}

.headline-news__link {
    background: #e36159;
    height: 51px;
    color: #fff;
    position: absolute;
    right: 12px;
    bottom: 20px;
    width: 99px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

    .headline-news__link:hover {
        color: #121212;
        text-decoration: none;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .headline-news__link {
        bottom: 20px;
        right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline-news__link {
        bottom: 40px;
        right: 12px;
    }
}

@media (max-width: 767px) {
    .headline-news__link {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 12px;
        margin-bottom: 10px;
    }
}


.news-carousel, .projects-carousel {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .news-container .section-header, .projects-container .section-header {
        padding-right: 50px;
    }
}
