﻿.about-img, .about-img img{
    width:100%;
}
/*
.table {
    --bs-table-bg: transparent !important;
}*/

.case-study-table tr td, tfoot, th, thead {
    /*border: 2px solid white;*/
    font-size: 1.2rem;
    font-weight: 500;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #E5F8FF;
}

/* Remove default numbering */
/*.custom-list {
    list-style-type: none;
    padding-left: 0;
}*/
    ol {
/*        list-style-type:none;
        list-style-image: url('../images/past-scenario/list-icon.png');*/
    }
    /*.custom-list li {
        display: flex;
    }*/
        /* Add custom arrow style */
       /* .custom-list li::before {
            content: '';
            background-image: url('../images/past-scenario/list-icon.png');
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            width: 45px;
            height: 45px;
            margin-right: 10px;
        }
        */

.custom-list .para-text {
    margin-bottom:0.8rem;
}





.ts-slider-wrap {
    width: 100%;
}

.ts-section:after {
    height: 95%;
}

.ts-title {
    margin-bottom: 0px;
    margin-top: 30px;
    text-align: center;
}

.ts-item {
    padding: 30px 25px 0px 25px;
}

.ts-section {
    /*border-bottom:1px solid #afafaf;*/
    position: relative;
    overflow: hidden;
}

    .ts-section:after {
        content: "";
        width: 100%;
        height: 95%;
        background-color: #F9F9F9;
        border-bottom: 1px solid #DEDEDE;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

.ts-section, .sec-heading {
    z-index: 1;
}

.ts-hide-border {
    position: absolute;
    /*width: 88px;*/
    height: 15px;
    background-color: #f9f9f9;
    bottom: 5%;
    /*left: 49.6%;*/
}

.ts-slider-wrap {
    width: 80vw;
}

.ts-item {
    position: relative;
    text-align: center;
    padding: 20px 60px 0 60px;
    line-height: 1.5;
}

    .ts-item:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 65%;
        right: -3px;
        top: 30px;
        background-color: #ddd;
    }

.ts-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    height: 200px;
}

.ts-year {
    /*font-family: 'Vidaloka', serif;*/
    font-size: 1.2rem;
    line-height: 1;
    height: 55px;
    /*color:#e31c17;*/
    color: #333333;
    margin-bottom: 0;
    transition: 100ms ease;
}

.ts-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    transform: scale(1);
    transition: 300ms ease;
    position: absolute;
    bottom: 11px;
}

.ts-one {
    opacity: 1;
}

    .ts-one .ts-dot {
        background: -webkit-linear-gradient(#08BEFF, #47B5FF);
        transform: scale(1.7);
    }

    .ts-one .ts-year {
        font-size: 1.5rem;
        background: -webkit-linear-gradient(#08BEFF, #47B5FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.ts-two {
    opacity: 0.6;
}

.ts-three {
    opacity: 0.3;
}

.owl-nav img {
    width: 100%;
}

.ts-arrow-left, .ts-arrow-right {
    position: absolute;
    bottom: 3px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 24px;
}

    .ts-arrow-left:focus, .ts-arrow-right:focus {
        outline: none;
    }

.ts-title {
    text-align: left;
}

.promise-text {
    font-size: 1.5rem;
}

#promise .para-text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

#promise .left-img {
    border-radius: 10px 0px 0px 10px;
}

#promise .blue-bg {
    border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {

    .ts-slider-wrap {
        width: 100%;
    }

    .ts-section:after {
        height: 95%;
    }

    .ts-item {
        padding: 30px 25px 0px 25px;
    }

    .about-quote {
        max-width: 30px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .ts-hide-border {
        bottom: 4%;
    }

    .ts-slider-wrap {
        width: 100%;
    }

    .ts-section:after {
        height: 96%;
    }

    .ts-hide-border {
        bottom: 4%;
    }


    .ts-item {
        padding: 30px 25px 0px 25px;
    }

    #promise .left-img {
        border-radius: 10px 10px 0px 0px;
    }

    .about-quote {
        max-width: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .ts-hide-border {
        bottom: 4%;
    }

    .ts-slider-wrap {
        width: 100%;
    }

    .ts-section:after {
        height: 96%;
    }

    .ts-hide-border {
        bottom: 4%;
    }


    .ts-item {
        padding: 0px 25px 0px 25px;
        opacity: 0.5;
    }

    .active .ts-item {
        opacity: 1;
    }

    .about-quote {
        max-width: 45px;
    }
}

@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {

    .ts-slider-wrap {
        width: 80vw;
    }

    .ts-item {
        padding: 50px 25px 0px 25px;
    }

    .ts-section:after {
        height: 95%;
    }
}

@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {

    .ts-slider-wrap {
        width: 100%;
    }

    .ts-section:after {
        height: 95%;
    }
}







.Checkdams h1 {
    max-width: 800px;
}

.checkdams-table thead th {
    background-color: #E5F8FF !important;
    color: #0A0A0A !important;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600 !important;
}
.checkdams-table tfoot th {
    background-color: #E5F8FF !important;
    color: #0A0A0A !important;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600 !important;
}


.checkdams-table tbody tr td {
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
}
    .checkdams-table tbody tr td:first-child, .checkdams-table thead tr th:first-child {
        font-weight: 600 !important; /* or bold */
        color:#0A0A0A
    }
.checkdams-table tbody, .checkdams-table td, .checkdams-table th {
    border-width: 1px !important;
}