﻿body {
}

.census-value {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 1px solid black;
    
}
.census-value h3, p{
    margin:0px;
}
#about .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.3rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}


#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%;
    }

}
#history1 .para-text{
    font-size:1.3rem;
    line-height:1.8rem;
}


.custom-arrows {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}

.prev-arrow, .next-arrow {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    left: 0;
    right: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}


.gd-wrap {
    margin-bottom: 50px;
}

.gd-img {
    padding: 0 33px;
    margin-bottom: 20px;
}

    .gd-img img {
        width: 100%;
        border: 1px solid #e6e6e6;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

.gd-text {
    text-align: center;
}



.gd-desig {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.gd-title {
    margin-bottom: 80px;
}

.modal-header {
    border: none !important;
    padding: 0 1rem 0 0 !important;
}

.modal-body {
    padding: 1rem 1rem 1rem 1rem;
}

.modal-footer {
    border: none !important;
}

.btn {
    padding: 10px 20px;
    text-align: center;
    background-image: linear-gradient(150deg, #e31c17, #c9100c);
    color: #fff;
    border: 1px solid #cd120d;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: inline-block;
}

.modal-body img {
    width: 255px;
    /*max-width: 80%;
            max-height: auto;
            display: block;*/
}

.modal-body .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 300px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}
/*
        @media (max-width: 525px) {
            .modal-body img {
                max-width: 80%;
                max-height: auto;
                display: block;
            }
        }*/ /*
        @media (max-width: 767px) {
            .modal-body img {
                max-width: 50%;
                max-height: auto;
                display: block;
            }
        }*/
@media (max-width: 768px) {
    .modal-dialog {
        max-width: 85%;
    }

    .pp-title-text {
        font-size: 14px;
    }

    .title {
        padding-top: 15px;
    }
}

@media (max-width: 1024px) {
    .modal-dialog {
        max-width: 90%;
    }

    .pp-title-text {
        font-size: 15px;
    }
}

.gd-img {
    /*cursor: pointer;*/
}

