﻿div img {
    max-width: 100%;
}

/* TITLE BOX STARTED HERE */
.titleBox {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

/* will always be combined with .titlebox above */
.titleBoxRight {  
    justify-content: flex-end !important;
}

.titleBoxCenter {
    justify-content: center !important;
}

/* TITLE ENDED HERE */

.sectionTitle {
    color: #333333;
    font-weight: bold;
}

.whiteText {
    color: #fff;
}

.space100pxOnBottom {
    margin-bottom: 100px;
}

.infoBannerBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .infoBannerBox img {
        width: 100%;
        height: auto;
    }

    .infoBannerBox .sectionTitle {
        border-bottom: 10px solid #fff;
    }

    .infoBannerBox .overlayedOnLeftBottom {
        position: absolute;
        left: 30px;
        bottom: 50px;
    }

#infoContainer {
    width: 80%;
    margin: 0 auto;
    font-family: 'Poppins';
}

    #infoContainer .pageTitle {
        font-size: 16pt;
        font-weight: bolder;
        font-style: italic;
        color: #333333;
        border-bottom: 1px solid #7F7F7F;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    #infoContainer .imageOnTopOfPage {
        width: 80%;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 80px;
        overflow: hidden;
    }

        #infoContainer .imageOnTopOfPage img {
            width: 100%;
            height: auto;
        }

    #infoContainer .contentOfPage {
        margin-top: 20px;
        color: #7F7F7F;
    }


        #infoContainer .contentOfPage li {
            margin: 5px 0;
        }

        #infoContainer .contentOfPage .subSectionTitle {
            text-align: center;
            font-size: 16pt;
            color: #333333;
            font-weight: bolder;
            font-style: italic;
            margin-top: 50px;
        }

        #infoContainer .contentOfPage .subSectionSubTitle {
            font-size: 14pt;
            font-weight: bolder;
            color: #333333;
            margin-top: 30px;
        }

        #infoContainer .contentOfPage .subSectionContent,
        #infoContainer .contentOfPage .subSectionContentLA {
            margin-bottom: 50px;
        }

            #infoContainer .contentOfPage .subSectionContentLA table {
                width: 60%;
                min-width: 600px;
                margin: 0 auto;
                margin-top: 50px;
                border: 1px solid #333333;
            }

            #infoContainer .contentOfPage .subSectionContentLA .subSectionImg {
                width: 80%;
                margin: 0 auto;
                overflow: hidden;
            }

                #infoContainer .contentOfPage .subSectionContentLA .subSectionImg img {
                    width: 100%;
                    height: auto;
                }

            #infoContainer .contentOfPage .subSectionContentLA table tr:nth-child(odd) {
                background-color: #d8d5d5;
                color: #333333;
            }

            #infoContainer .contentOfPage .subSectionContentLA table td {
                padding: 5px 15px;
            }

        #infoContainer .contentOfPage .subSectionContent {
            text-align: center;
        }

        #infoContainer .contentOfPage .subSectionContent p {
            margin-bottom: 20px;
        }


        #infoContainer .contentOfPage .DDTitle {
            font-size: 1rem;
            font-weight: bolder;
            color: #4D4D4D;
        }

        #infoContainer .contentOfPage .DDName {
            font-size: 1rem ;
            color: #666666;
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
        }

        #infoContainer .contentOfPage .whySTTINTI {
            width: 83.3%;
            margin: 0 auto;
            margin-bottom: 50px;
            overflow: hidden;
        }

        #infoContainer .contentOfPage .whySTTINTI img {
            width: 100%;
            height: auto;
        }

        #infoContainer .contentOfPage .facilityContainer {
            width: 95%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            #infoContainer .contentOfPage .facilityContainer .facilityBox {
                width: 26%;
                display: flex;
                flex-direction: column;
                margin-bottom: 30px;
                border: 1px solid #666666;
                padding: 5px;
                text-align: center;
                font-size: 9pt;
            }

        #infoContainer .contentOfPage .subSectionBtnRegBox {
            width: 20%;
            margin: 0 auto;
            margin-top: 50px;
            margin-bottom: 50px;
            overflow: hidden;
        }

            #infoContainer .contentOfPage .subSectionBtnRegBox img {
                width: 100%;
                height: auto;
            }

        #infoContainer .contentOfPage .sectHeaderBox {
            width: 100%;
            overflow: hidden;
        }

            #infoContainer .contentOfPage .sectHeaderBox img {
                width: 100%;
                height: auto;
            }





    /*.infoContainer {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
}

    .infoContainer .sectionText {
        width: 100%;
    }

    .infoContainer div {
        width: 100%;
        overflow: hidden;
    }
*/
    .fullWidthImgBox img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

.resetOL {
    counter-reset: section;
}

.customOrderList {
    list-style: none;
    padding: 0;
}

    .customOrderList li {
        width: 95%;
        display: flex;
        counter-increment: section;
    }

        .customOrderList li::before {
            content: counter(section);
            margin-right: 1rem;
            padding-top: 0;
            font-size: 3rem;
            font-weight: bold;
        }

.infoMultiContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .infoMultiContent > div {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .infoMultiContent > .divCenteredContent {
        width: 100%;
        justify-content: center;
    }

.boxWithImg {
    width: 280px !important;
    margin: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    .boxWithImg .personBox {
        width: 170px;
        border-radius: 50%;
        overflow: hidden;
    }

    .boxWithImg .personBox img {
        width: 100%;
        height: auto;
    }

    .boxWithImg .imgCaptionBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

        .boxWithImg .imgCaptionBox .captionTitle {
            font-size: 1.1rem;
            font-weight: bold;
            color: #333333;
        }

        .boxWithImg .imgCaptionBox .captionSubTitle {
            font-size: 1rem;
            color: #666666;
            text-align: center;
        }


.imageBoxAlone {
    width: 60%;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

ul.no_dots {
    list-style-type: none;
}


/*------ NewsEvent Info Styles started from here -------*/
.neHeadBanner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .neHeadBanner img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

.neTitleBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
    background-color: rgb(0 0 0 / 0.65);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .neTitleBox .listType {
        font-size: 2rem;
    }

    .neTitleBox .backButton {
        font-size: 1.2rem;
        cursor: pointer;
    }

    .neTitleBox .neTitle {
        font-size: 1.6rem;
        text-transform: uppercase;
        border-bottom: 2px solid;
    }

    .neTitleBox .nePublishDate {
        margin-top: 10px;
        font-size: 1.1rem;
    }

    .neTitleBox .neShortText {
        margin: 30px;
        font-size: 1.1rem;
    }

    .neTitleBox .moreInfo {
        margin-top: 20px;
    }

.neTextContent {
    width: 80%;
    margin: 0 auto;
}

#neListContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}

#neListContainer .sectionText {
    display: flex;
    flex-direction: column;
}

    #neListContainer .sectionContent {
        margin: 10px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    #neListContainer .neListDivider {
        height: 7px;
        width: 50%;
        margin: 15px 0;
        color: #282626;
        background-color: #282626;
        border-radius: 0 5px 5px 0;
    }

    #neListContainer .moreInfo {
        color: initial;
    }

    .newsEventBox {
        width: 32%;
    }

.fullWidthContainer {
    width: 100%;
    display: flex;
}



.info2ColumnsBox {
    width: 90% !important;
    margin: 0;
    font-size: 1.3rem;
    display: flex;
    margin-bottom: 50px;
}

    .info2ColumnsBox > .imgCounterTextBox {
        display: flex;
        justify-items: center;
        width: 55%;
    }

    .info2ColumnsBox > .imgCounterTextBox > img {
        width: 100%;
        object-fit: cover;
    }

    .info2ColumnsBox > .textBoxOnLeft,
    .info2ColumnsBox > .textBoxOnRight {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .info2ColumnsBox .textBoxOnRight {
        padding-left: 50px;
    }

    .info2ColumnsBox .textBoxOnLeft {
        padding-right: 50px;
    }

.twoCols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.twoCols > div {
    width: 47%;
}

/*.ninetyPctContainer {
    width: 90%;
    font-size: 1.3rem;
}
*/
/*    .ninetyPctContainer > .imgBox {
        width: 55%;
        object-fit: cover;
    }
*/
/*    .ninetyPctContainer > .textBoxOnLeft,
    .ninetyPctContainer > .textBoxOnRight {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .ninetyPctContainer .textBoxOnRight {
        padding-left: 50px;
    }

    .ninetyPctContainer .textBoxOnLeft {
        padding-right: 50px;
    }
*/
.boxOnRight {
    margin-left: 10%;
}

.imgListContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .imgListContainer .boxImgWithText {
        width: 33%;
        position: relative;
        flex-grow: 1;
    }

    .imgListContainer .imgCaption {
        position: absolute;
        width: 50%;
        height: 50px;
        left: 0;
        bottom: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
        background-color: rgb(0 0 0 / 0.90);
        color: #fff;
        border-radius: 0 8px 8px 0;
        display: flex;
        align-items: center;
    }


#sliderContainer {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
}

#sliderBox {
    width: 100%;
    height: 600px;
    overflow: hidden;
}


    #sliderBox img {
        width: 100%;
    }

.testimoniBox {
    width: 100%;
    border: 1px solid #333333;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #666666d1;
    padding: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .testimoniBox .testimoniImg {
        float: left;
        width: 20%;
        margin-right: 20px;
        overflow: hidden;
    }

        .testimoniBox .testimoniImg img {
            width: 100%;
            height: auto;
        }

    .testimoniBox .testimoniText {
        width: 75%;
        display: flex;
        flex-direction: column;
        margin-left: 50px;
        margin-right: 50px;
        font-style: italic;

    }

    .testimoniBox > .testimoniFooter {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 30px;
        font-style: initial;
    }

        .testimoniBox > .testimoniFooter > .testimoniName {
            font-weight: bold;
            font-size: 1rem;
        }

        .testimoniBox > .testimoniFooter > .testimoniDesc {
            font-size: 0.9rem;
        }

        .noBorder {
            border: none !important;
        }