/* ===== Global Styles ===== */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

/* ===== Navbar ===== */
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    /* box-shadow: 2px 2px 2px #ccc; */
    padding: 10px 40px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #EA2437;
    background-color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #E00047;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #3B54A5;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.logo-img {
    max-height: 50px;
}

body {
    padding-top: 80px;
    position: relative;
}

pre {
    tab-size: 8;
}

@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }
    .side-collapse-container.out {
        left: 200px;
    }
    .side-collapse {
        top: 80px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
    }
    .side-collapse.in {
        width: 0;
    }
}

/* ===== Horizontal Rule ===== */
hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 30%;
}

/* ===== Vacancy Section ===== */
.vacancy-section {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.vacancy-box {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    /* box-shadow: 2px 2px 10px rgba(0,0,0,0.2); */
}

.vacancy-left {
    background: #eb3063;
    color: #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 55px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    align-self: flex-start;
}

.vacancy-right {
    flex: 1;
}

.vacancy-header {
    background: #29bbea;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vacancy-header a:hover {
    text-decoration: underline;
}

.vacancy-toggle {
    font-size: 24px;
    cursor: pointer;
    min-width: 30px;
    text-align: center;
}

.vacancy-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.vacancy-details p {
    background: #3B54A5;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 5px;
    font-size: 14px;
}

.vacancy-buttons {
    margin: 15px 0;
}

.btn-vacancy {
    margin-right: 5px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
}

.vacancy-table {
    margin-top: 15px;
}

.vacancy-table th {
    background: #3B54A5;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}

.vacancy-table td {
    padding: 10px 15px;
    font-size: 14px;
}

/* ===== Home Page ===== */
.home-slider {
    margin-top: 0;
    background: #f5f5f5;
}

.home-slider .carousel-inner > .item > img {
    width: 100%;
    min-height: 260px;
    max-height: 580px;
    object-fit: cover;
}

.home-slider .carousel-control {
    background-image: none;
}

@media(max-width:767px) {
    .home-slider .carousel-inner > .item > img {
        min-height: 180px;
        max-height: 300px;
    }
}

.hindf {
    font-family: 'Noto Sans', sans-serif;
    text-align: justify;
}

/* ===== Slider ===== */
/* .slider-bg {
    margin-top: 30px;
} */

.slider-bg .content {
    width: 100%;
}

/* ===== Apply Online ===== */
.apply-page {
    margin-top: 50px;
    margin-bottom: 50px;
}

.apply-panel .panel-heading {
    margin: 10px;
    padding: 10px;
}

.apply-section {
    background-color: #f5f5f5;
    color: #000;
    margin: 20px 15px 15px;
    padding: 10px;
}

.apply-page .form-row {
    margin-bottom: 12px;
}

.apply-page label {
    margin-top: 6px;
    font-weight: 600;
}

.academic-row label {
    font-size: 12px;
}

.upload-row input[type="file"] {
    margin-bottom: 8px;
}

.apply-submit {
    margin-top: 30px;
}

/* ===== About Page Tabs ===== */
.about-content {
    margin-top: 20px;
    margin-bottom: 60px;
}

.tabbable-panel {
    border: 0;
    border-radius: 0;
}

.tabbable-panel .nav-tabs {
    border-top: 0;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tabtop {
    margin-bottom: 25px;
}

.tabtop > li > a {
    color: #222;
    font-weight: 400;
    border: none !important;
    border-radius: 0;
    margin-right: 0;
    padding: 13px 22px;
    position: relative;
    background: #fff;
}

.tabtop > li.active > a,
.tabtop > li.active > a:focus,
.tabtop > li.active > a:hover {
    color: #fff;
    border: none !important;
    background: #ed1746;
}

.tabtop > li.active > a:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ed1746;
    bottom: -9px;
    content: "";
    left: 50%;
    margin-left: -9px;
    position: absolute;
}

.tabtop > li > a:hover {
    color: #ed1746;
    background: #f1f1f1;
    border: none !important;
}

.tabsetting {
    padding: 0 15px 20px;
}

.about-tab-content .tab-pane {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.about-tab-content h3 {
    color: #333;
    margin-top: 0;
    text-align: center;
}

.thbada {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.margin-tops4 {
    margin-top: 20px;
}

.margin-tops {
    margin-top: 15px;
}

/* ===== Service Page ===== */
.service-page {
    margin-top: 45px;
    margin-bottom: 70px;
    max-width: 980px;
}

.service-main {
    padding-right: 20px;
}

.service-side {
    background: #f7f9fc;
    border-left: 4px solid #3B54A5;
    padding: 18px 20px;
}

.service-heading {
    color: #ED5742;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.category {
    list-style: none;
    padding-left: 0;
}

.category li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #333;
}

.category li:last-child {
    border-bottom: 0;
}

.category i {
    color: #3B54A5;
    margin-right: 8px;
}

@media(max-width:767px) {
    .service-main {
        padding-right: 0;
    }

    .service-side {
        margin-top: 25px;
    }
}

.btn-career {
    border-radius: 0;
    margin: 0 5px 10px 0;
}

/* ===== Team Page ===== */
.team-heading {
    background-color: #2f62b3 !important;
    color: #fff;
    padding: 15px;
    border-radius: 0;
    cursor: pointer;
}

.panel-default > .panel-heading.team-heading {
    background-color: #2f62b3 !important;
    border-color: #2f62b3 !important;
    color: #fff !important;
}

.panel-default > .panel-heading.team-heading.active {
    background-color: #1f4f98 !important;
    border-color: #1f4f98 !important;
}

.team-heading a {
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}

.team-heading a:hover {
    color: #fff !important;
    text-decoration: none;
}

.functional-accordion .panel {
    border-color: #2f62b3;
    box-shadow: none;
}

.functional-accordion .panel-body {
    background: #fff;
}

.functional-table th {
    text-align: left;
}

.functional-table td {
    vertical-align: middle;
}

/* ===== Clients Page ===== */
.clients-accordion-wrap .panel-heading {
    cursor: pointer;
}

.clients-accordion-wrap .panel-title > a {
    color: #111;
    display: block;
    text-decoration: none;
}

.clients-accordion-wrap .panel-title > a:hover,
.clients-accordion-wrap .panel-title > a:focus {
    color: #111;
    text-decoration: none;
}

.clients-accordion-wrap .panel-heading:hover {
    background-color: #eaf2fb;
}

.mb-30 {
  margin-bottom: 30px;
}

.management-team-grid {
    display: flex;
    flex-wrap: wrap;
}

.management-team-grid > [class*="col-"] {
    display: flex;
    float: none;
}

.team-card {
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    width: 100%;
}

.team-card-header {
    display: flex;
    align-items: center;
    padding: 14px;
    background: #f5f5f5;
    border-bottom: 3px solid #3B54A5;
}

.team-photo {
    width: 95px;
    height: 95px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #3B54A5;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding-left: 14px;
}

.team-info h4 {
    margin: 0 0 3px 0;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}

.team-designation {
    margin: 0;
    color: #3B54A5;
    font-weight: 600;
    font-size: 13px;
}

.team-card-body {
    padding: 15px;
}

.team-card-body p {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* ===== Footer ===== */
.copyright {
    background: #238BD4;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
}

.copyright-img {
    padding: 20px 0;
}

.social li {
    background: none repeat scroll 0 0 #0089B3;
    border: 2px solid #ccc;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    border: 2px solid #2c3e50;
    background: #2c3e50;
}

.social li a {
    color: #EDEFF1;
}

.social li a i {
    font-size: 16px;
    color: #EDEFF1 !important;
}

#footertext {
    padding-top: 10px;
}

/* ===== Certificate Page ===== */
.cert-box {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 5px #ccc;
    transition: transform 0.3s ease;
}

.cert-box:hover {
    transform: scale(1.02);
}

.cert-img {
    width: 100%;
    height: auto;
}

/* ===== Misc ===== */
.contact h2 {
    color: #333;
    font-size: 22px;
}

/* ===== Contact Page ===== */
.contact-page {
    margin-top: 55px;
    margin-bottom: 70px;
}

.contact-info-panel,
.contact-form-panel {
    background: #fff;
    border: 1px solid #e1e5ea;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    min-height: 430px;
    padding: 28px;
}

.contact-info-panel {
    border-left: 4px solid #3B54A5;
}

.contact-info-panel h3,
.contact-form-panel h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
}

.contact-lead {
    color: #555;
    line-height: 1.7;
    margin: 18px 0 24px;
}

.contact-info-item {
    display: flex;
    margin-bottom: 20px;
}

.contact-info-item i {
    color: #ED1746;
    font-size: 22px;
    margin-right: 16px;
    min-width: 22px;
    text-align: center;
}

.contact-info-item p {
    margin: 5px 0 0;
    color: #333;
    line-height: 1.6;
}

.contact-info-item a {
    color: #3B54A5;
}

.contact-map-btn,
.contact-submit {
    border-radius: 0;
    margin-top: 10px;
}

.contact-form-panel .form-control {
    border-radius: 0;
    box-shadow: none;
}

.contact-form-panel .form-control:focus {
    border-color: #3B54A5;
    box-shadow: none;
}

@media(max-width:767px) {
    .contact-info-panel {
        margin-bottom: 25px;
    }
}

.panel {
    border-radius: 0;
    margin-bottom: 15px;
}
