﻿/* General Reset to Prevent Overflow at Extreme Zoom Levels */
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll */
    margin: 0;
    padding: 0;
}

/* Krutidev font */
@font-face {
    font-family: kruti dev;
    src: url('../../fonts/k010.ttf') format("truetype");
}

.hinditext {
    font-family: kruti dev !important;
    font-size: 18px;
}

/* Ipad CSS */
input, select, textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* Vision Table Styling */
.vision-table th a,
.vision-table td a,
.forgot-btn {
    color: #333;
}

.custom-container2 {
    margin-top: 20px;
}

.custom-container3 {
    margin-bottom: 45px;
}

.logo {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.message {
    float: right;
    width: 100%;
    max-width: 410px;
}

    .message h3 {
        font-family: georgia;
        font-size: 46px;
        color: #fff;
        font-weight: bold;
        padding: 20px 0;
    }

.main-content .our-founder {
    width: 23%;
    float: left;
    position: relative;
    margin-left: 10px;
}

    .main-content .our-founder img,
    .main-content .parivartan img {
        transform: scale(1);
        transition: all 0.5s;
    }

    .main-content .our-founder:hover img,
    .main-content .parivartan:hover img {
        transform: scale(0.9);
    }

    .main-content .our-founder a {
        /* position: absolute; */ 
        bottom: 0;
        left: 35%;
        text-decoration: none;
        color: #91203e;
        font-weight: bold;
        display: none;
    }

    .main-content .our-founder:hover a,
    .main-content .parivartan:hover label#parivartanLink {
        display: block;
    }

.main-content .parivartanDiv {
    width: 275px;
    margin: 10px auto 5px auto;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: 3px solid #007bff;
    outline-offset: 3px;
}

.main-content .parivartan {
    width: 30%;
    float: left;
    margin-left: 10px;
}

.main-content #parivartanLink {
    color: #4a0518;
    font-weight: bold;
    text-align: center;
    display: none;
}

.main-content .our-mission {
    width: 30%;
    float: left;
    margin-left: 20px;
}

.custom-slider {
    width: 45%;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0 #000;
}

.main-content .our-mission marquee {
    text-align: center;
    height: 255px;
}

.main-content .our-mission .myvission {
    text-align: center;
    padding: 7px;
    margin: 26px 10px 0 5px;
    background-color: #fedea9;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0 #000;
    transition: all 0.5s;
    perspective: 500px;
    max-height: 270px;
}

.main-content .our-mission h2 {
    padding: 10px 0 0;
}

.main-content .our-mission p {
    padding: 10px 5px;
    line-height: 1.5em;
}

.vision-table {
    border-collapse: collapse;
    border-color: #000;
    box-shadow: 0px 0px 12px 0 #000;
    width: 68%;
    float: left;
    margin: 30px 0 20px;
    background-color: #fedea9;
    display: table;
    font-size: 16px;
    text-align: center;
}

    .vision-table th {
        padding: 6px;
    }

    .vision-table td {
        padding: 7px 5px;
    }

        .vision-table th a,
        .vision-table td a {
            text-decoration: none;
        }

.forgot-btn {
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin: 9px 0 0 5px;
    font-weight: bold;
    background: #eca204;
    width: 145px;
    color: #000;
    float: left;
    border-radius: 5px;
    line-height: 34px;
}

.slideshow-container .mySlides img {
    width: auto;
    height: 275px;
    text-align: center;
}

/* Top Panel Row */
.tpbr {
    background: #811b37;
    padding: 5px 0;
    width: 100%;
    float: left;
    position: relative;
}

.midcontainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}

.topheader {
    width: auto;
    float: left;
}

.userHeader {
    width: auto;
    float: right;
}

#TopPanelEng {
    width: auto;
    float: left;
}

.tpbr ul.headerUl {
    margin-right: 10px;
}

    .tpbr ul.headerUl li {
        float: left;
        padding: 0 5px;
        border-right: 1px solid #d3bbc0;
        margin-top: 6px;
        font-size: 12px;
    }

        .tpbr ul.headerUl li,
        .tpbr ul.headerUl li a {
            color: #d3bbc0;
            font-weight: 700;
        }

            .tpbr ul.headerUl li.last {
                border-right: none;
                padding-right: 0px;
            }

            .tpbr ul.headerUl li.mt2 {
                margin-top: 2px;
            }

.circular-head {
    padding: 0;
}

.logo img {
    height: 60px;
    padding: 5px 0;
}

/* Login Radio Button CSS */
.input-group.radio-group {
    min-height: 100%;
    font-weight: 600;
    padding: 0 10px;
}

.btn-group.custom-group {
    float: left;
    width: 100px;
    margin-left: 20px;
}

/* Slideshow Container */
.slideshow-container {
    max-width: 513px;
    position: relative;
    margin: auto;
}

    .slideshow-container .mySlides img {
        width: auto;
        height: 275px;
        text-align: center;
    }

.owl-carousel {
    display: block;
    position: relative;
    width: 100%;
}

#owl-demo .owl-item {
    float: left;
    height: 100%;
    max-height: 280px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 280px;
}

.owl-controls {
    position: relative;
    display: block;
}

.owl-pagination {
    display: none;
}

.owl-buttons {
    float: left;
}

.owl-prev {
    position: absolute;
    top: 110px;
    left: 0;
    border-radius: 0 10px 10px 0;
}

.owl-next {
    position: absolute;
    top: 110px;
    right: 0;
    border-radius: 10px 0 0 10px;
}

.owl-prev,
.owl-next {
    background: #eee;
    color: #000;
    padding: 5px 7px;
    font-size: 30px;
    cursor: pointer;
}

/* Bouncing Animation */
.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    cursor: pointer;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
