﻿.section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
/*---------------------------------------
  TIMELINE               
-----------------------------------------*/
.timeline,
.timeline-nodes {
    position: relative;
}

    .timeline-nodes:nth-child(even) {
        flex-direction: row-reverse;
    }

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.timeline h5,
.timeline p {
    padding: 10px 30px;
}

.timeline h5 {
    /* background: #d8d6de;*/
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 37px;
    left: 50%;
    width: 0;
    border-left: 1px solid var(--border-color);
    height: 85%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    position: relative;
    border-radius: 0 0 0.25rem 0.25rem;
    padding: 0;
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}

.bg-new {
    background-color: color-mix(in srgb, #388da8, transparent 95%);
    /* background-color: #388da8; */
}

.timeline-nodes:nth-child(odd) h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    width: 0;
    border-left: 10px solid #d8d6de;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-nodes h5 {
    position: relative;
    border-radius: 0.25rem 0.25rem 0 0;
}

.timeline-nodes:nth-child(even) h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    width: 0;
    border-right: 10px solid #d8d6de;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-icons {
    position: relative;
    z-index: 100;
}

    .timeline-icons::before {
        content: "";
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        background: #d8d6de;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
        z-index: 1;
    }

.timeline-icon {
    position: relative;
    z-index: 100;
    color: #d8d6de;
    display: block;
    text-align: center;
    line-height: 80px;
}


.section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
}




@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h5,
    .timeline-nodes:nth-child(odd) p {
        text-align: left;
    }

    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }

    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 60px;
        left: 33px;
        width: 0;
        height: 90%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .timeline-icons {
        position: absolute;
        left: 0%;
        top: 60px;
    }

    .timeline-nodes:nth-child(odd) h5::after {
        left: auto;
        right: 100%;
        border-left: 0;
        border-right: 10px solid var(--dark-color);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) h5::after {
        right: 100%;
        width: 0;
        border-right: 10px solid var(--dark-color);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }

    .timeline-icons::before {
        width: 75px;
        height: 75px;
    }

    .timeline-icon {
        line-height: 75px;
    }
}

@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        top: 60px;
        left: 57px;
        height: 87%;
    }

    .timeline-icons {
        position: absolute;
        left: -10px;
    }

        .timeline-icons::before {
            width: 70px;
            height: 70px;
        }

    .timeline-icon {
        line-height: 70px;
    }
}

.timeline-nodes h5 {
    position: relative;
    border-radius: 0.25rem 0.25rem 0 0;
}

.timeline-nodes:nth-child(odd) h5, .timeline-nodes:nth-child(odd) p {
    text-align: left;
}


@media screen and (max-width: 360px) {


    .timeline::before {
        left: 42px;
    }
}

/*------ banner statistics style start ------*/
/* 1.0 banner statistics */
.banner-statistics {
    position: relative;
}

    .banner-statistics img {
        width: 100%;
    }

    .banner-statistics:hover img {
        opacity: 0.7;
        border-radius: 15px;
    }

.banner-content {
    right: 40px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content {
        right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content {
        right: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-content {
        right: 55px;
    }
}

@media only screen and (max-width: 479.98px) {
    .banner-content {
        right: 20px;
    }
}

.banner-content_style2 {
    left: 40px;
    top: auto;
    bottom: 40px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

    .banner-content_style2 .banner-text3 {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .banner-content_style2 .banner-text3 a {
            color: #222222;
            pointer-events: visible;
        }

            .banner-content_style2 .banner-text3 a:hover {
                color: #c29958;
            }

.banner-content_style3 {
    left: 40px;
    right: auto;
}

.banner-text1 {
    /*font-size: 15px;*/
    line-height: 1.1;
    padding-bottom: 15px;
    color: #777777;
    text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
    .banner-text1 {
        /* font-size: 14px;*/
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-text1 {
        /*font-size: 15px;*/
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 479.98px) {
    .banner-text1 {
        /*font-size: 14px;*/
        padding-bottom: 10px;
    }
}

.banner-text2 {
    padding-bottom: 34px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .banner-text2 span {
        display: block;
    }

@media only screen and (max-width: 767.98px), only screen and (max-width: 479.98px) {
    .banner-text2 span {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-text2 {
        /*font-size: 20px;*/
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-text2 {
        /*font-size: 17px;*/
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-text2 {
        /* font-size: 25px;*/
        padding-bottom: 34px;
    }
}

@media only screen and (max-width: 479.98px) {
    .banner-text2 {
        /*font-size: 17px;*/
        padding-bottom: 10px;
    }
}

/*------ banner statistics style end ------*/


.cta-100 {
    margin-top: 100px;
    padding-left: 8%;
    padding-top: 7%;
}

.col-md-4 {
    padding-bottom: 20px;
}

.white {
    color: #fff !important;
}

.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.bg-blue-ui {
    background-color: #1A76D1 !important;
}

figure img {
    width: 300px;
}

#blogCarousel {
    padding-bottom: 0px;
}

.blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
}


    /* The colour of the indicators */

    .blog .carousel-indicators li {
        background: #708198;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .blog .carousel-indicators .active {
        background: #0fc9af;
    }




.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border-radius: 10px;
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

    .item-box-blog-image figure img {
        width: 100%;
        height: auto;
    }

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

    .item-box-blog-date span {
        color: #fff;
        display: block;
        text-align: center;
        line-height: 1.2;
    }

        .item-box-blog-date span.mon {
            font-size: 18px;
        }

        .item-box-blog-date span.day {
            font-size: 16px;
        }

.item-box-blog-body {
    padding: 10px;
}

.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
    font-size: 13px;
}

    .item-box-blog-data p i {
        font-size: 12px;
    }

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

    .btn.bg-blue-ui.white.read:hover {
        box-shadow: 0px 5px 15px inset #4d5f77;
    }
