body{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: normal;
    /* color:#666; */
    line-height: 26px;
}

ul{
    margin: 0px;
    padding: 0px;
}

li{
    list-style: none;
}
a{
    text-decoration: none !important;
}

p{
    margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Prata", serif;
    /* color: #212121; */
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

.header .second-header{
    background: #1b1d5e;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.second-header{
    border: none;
    color:#fff;
    position: relative;
    z-index: 1;
}

.header-cta{
    margin: 0px 20px;
}

.header-cta ul{
    margin: 0px !important;
    padding: 0px !important;
}

.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

.second-header a, .second-header span {
    color: #fff;
}

.header-cta .call-box{
    display: flex;
    text-align: left;
}

/* .text-xl-right{
    text-align: right;
} */

.call-box .text{
    margin-left: 10px;
    font-weight: 300;
}


.admision_open-btn{
    margin-top: 5px;
    width: 210px;
    border-radius: 20px;
    animation: blink-animation 1.5s infinite, background-change 3s infinite;
}


.admision_open-btn a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.admision_open-btn p{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 0;
    text-align: center;
    margin: -10px;
}


.blink{
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: bold;
}

@keyframes blink-animation{
    50%{
        visibility: hidden;
    }
}


@keyframes background-change{
    0%{
        background-color: #9D2235;
    }

    25%{
        background-color: #ff6347;
    }

    50%{
        background-color: #9D2235;
    }

    75%{
        background-color: #ff6347;
    }

    100%{
        background-color: #9D2235;
    }
}


.topbarLink{
    text-align: center;
    font-size: 15px;
    /* padding: 5px; */
}


.menu-area{
    position: relative;
}

.logo{
    width:450px;
}

.logo img{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}


.header-sticky{
    background-color: #9D2235;
    border-top: 1px solid #fff;
}

@media(max-width:768px){
    .header-sticky{
        border-top: none;
    }
}


.list-item {
    display: block;
    color: #fff !important;
    padding: 25px 10px !important;
    font-weight: 600 !important;
    position: relative !important;
    font-size: 15px !important;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    margin-top: 0;
}


.navbar-nav .nav-link:hover{
    /* color:#0d0e2e !important;         */
    border-radius:4px;

}

.dropdown-menu{
    padding: 0px !important;
    background-color: #9D2235 !important;
}


.dropdown-item{
    color: #fff !important;
}

.dropdown-menu .dropdown-item:hover{
    color:#000;
    background-color: #1b1d5e;
}

.navbar-toggler{
    border:none !important;
    font-size:28px !important;
    color:#fff !important;
    border-radius: 0px !important;
}

.navbar-toggler:focus{
    box-shadow:none;
}


.menu-icon{
    transition:0.3s ease;
}

.menu-icon.open{
    transform: rotate(90deg);
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}





.slider-img{
    height:750px;
    /* overflow:hidden; */
}


.slider-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}



.welcome-section{
    padding-top: 70px;
    background: url(assets/images/welcome12.png) left center / cover no-repeat, right center;
    background-position: left center, right center;
    /* padding-bottom: 90px; */
}

.welcome-box{
    background-image: linear-gradient(rgb(247, 247, 249) 10%, rgb(226, 226, 227) 70%);
    background-repeat: no-repeat;
    background-size: 2px 100%;
    border-right: 1px solid transparent;
    background-position: right top;
}
.welcome-message-heading {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-family: "Prata", serif;
    font-weight: 600;
}

.welcome-message-heading2 {
    color: #641320;
    font-size: 48px;
    font-family: "Prata", serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}

.know_more {
    display: inline-block;
    
}

.know_more_margin{
    margin-top: 50px;
}

.know_more_btn {
    border-bottom-left-radius: 36px;
    border-top-right-radius: 36px;
    border-top-left-radius: 30px;
    width: 182px;
    height: 44px;
    font-weight: bold;
    text-align: center;
    color: white !important;
    background: rgb(138, 18, 19);
    padding: 9px 32px;
}

.notice-div {
    margin-left: 70px !important;
    padding-top: 0px;
}



.button-container {
    text-align: center;
}

.btn-1  {
    background-color: rgb(138, 18, 19) !important;
    color: white !important;
    font-size: 16px !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    padding: 9px 62px !important;
    border-radius: 30px !important;
}

.triangle {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgb(138, 18, 19);
    margin: 0px auto;
}


.notice-brd {
    background: #f9f9f9;
    padding: 20px;
    height: 300px;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-bottom: 4px solid #8A1213;
}

.notice-single-div {
    display: flex;
    margin-bottom: 15px;
    /* border-top-right-radius: 36px; */
    /* border-bottom-left-radius: 36px; */
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: brown;
    border-image: initial;
}

.notice-single-div div:first-child {
    background-color: rgb(138, 18, 19);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 15px;
}
.notice-single-div span {
    color: white;
}

.notice-single-div div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
}



.showcase-section{
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(115deg, rgba(28, 27, 59, 0.91) 0%, rgba(28, 27, 59, 0.91) 100%), url(assets/images/school_img.jpg);
        clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0 100%, 0 0, 51% 12%) !important;
    background-size: cover;        
    background-repeat: no-repeat;  
    background-position: center;   

    margin-top: -40px;
}

.showcase-overlay{
    padding-top: 150px;
}

.moto-div{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.moto-div h3{
    font-size: 32px;
    border-bottom: 2px solid #fff;
    display: inline;
    padding-bottom: 5px;
}

.moto-div p{
    text-align: justify;
    font-size: 16px;
    /* padding-top: 30px; */
}

.learn_more_margin{
    /* margin-top: 20px; */
}


.school-moto-img {
    width: 365px;
    height: 235px;
    border-radius: 15px;
}

.vission-div {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}


.vission-row{
    padding-top: 30px;
    padding-bottom: 30px;
}

.vission-div h3 {
    font-size: 32px;
    border-bottom: 2px solid #ffff;
    display: inline;
    padding-bottom: 5px;
}


.vission-div p{
    text-align: justify;
    font-size: 16px;
    /* padding-top: 30px; */
}


.chairman-section{
    background: url(assets/images/welcome12.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center, right center;
    padding-bottom: 70px;
    padding-top: 70px;
}




.chairman-img{
    /* width: 500px;
    height: 300px; */
    /* border-radius: 20px; */
    background-color: #fff;
    box-shadow: 0px 1px 3px gray, 0px 4px 3px brown;
}




.chairman-img img{
    width: 100%;
    height: 100%;
}

.chairman-message{
    padding-top: 40px;
}


.chairman-message h3 {
    color: #111;
    font-size: 48px;
    font-family: "Prata", serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}

.chairman-message h3 span{
    color: #641320;
    text-decoration: underline;
}

.chairman-message span {
    font-weight: 600;
    padding-top: 15px;
}


.chairman-message p {
    text-align: justify;
}

.event-area{
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    padding-top: 80px;
    background: #f5f5f5;
}

.section-title2{
    margin-bottom: 60px;
}


.section-title2 h5 {
    color: #641320;
    /* margin-bottom: 20px; */
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
}

.section-title2 h2{
    color: #111;
    font-size: 48px;
    font-family: "Prata", serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}

.section-title2 h2 span{
    color: #641320;
    text-decoration: underline;
}


.single-post-1{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    opacity: 1;
    transform: translateY(0px);
}

.blog-thumb-2{
    overflow: hidden;
}

.hover-zoomin{
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-thumb2 img {
    width: 100%;
    overflow: hidden;
}

.hover-zoomin img{
    height: 500px;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img{
    transform: scale(1.2);
}

.single-post-1 .blog-content-2 {
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(0deg, #000000d2 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 100%;
    display: flex;
    align-items: end;
    padding: 30px;
}

.blog-content-2 h4{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.single-post-1 .blog-content-2 h4 a{
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    font-family: "Prata", serif;
    margin-top: 0px;
    font-style: normal;
}


.event-post {
    padding-left: 30px;
}

.event-post li {
    position: relative;
    margin-bottom: 28px;
}

.event-post-hover {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px;
}


.event-post-hover.active {
    border-bottom: 1px solid #641320;
}

.event-post .event-data {
    width: 100%;
    background: #fff;
    border-top: 2px solid #641320;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.event-post .event-data strong {
    color: #111;
    font-size: 32px;
    display: block;
}

.event-post-hover:hover{
    border-bottom: 1px solid #641320;
}

.event-post-hover:hover .event-content h4 a{
    color: #641320;
}



.event-post-hover.active {
    border-bottom: 1px solid #641320;
}

.event-post-hover.active .event-content h4 a{
    color: #641320;
}

.event-content h4 a{
    font-size: 24px;
    font-family: "Prata", serif;
    color: #212121 ;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}


.event-content p{
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #666;
}





.principal-section{
    width: 100%;
    height: 100%;
    position: relative;
    color: white;
    text-align: center;
    background-image: linear-gradient(115deg, rgba(28, 27, 59, 0.91) 0%, rgba(28, 27, 59, 0.91) 100%), url(assets/images/school_img.jpg);
    background-size: cover;        
    background-repeat: no-repeat;  
    background-position: center;  
}



.card-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 40px;
}

.principal-card{
    position: relative ;
    width: 530px;
    height: 360px !important;
    background-color: #ffffff00 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: visible;
    border: 2px solid white !important;
    padding: 10px;
}

.profile-picture {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}




.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.card-content {
    padding: 9px;
    position: relative;
    z-index: 1;
}


.card-content h2 {
    color: white;
    font-size: 32px;
    margin-bottom: 10px;
}


.card-content p {
    padding-top: 16px;
    font-size: 16px;
    color: #fff;
    text-align: justify;
}


.principal_name {
    float: right;
    position: relative;
    /* top: -19px; */
    color: #FF5E5F;
}


.newsletter-section{
    position: relative;
    overflow: hidden;
    background: #f5f5f5;

}

.newsletter-section .container{
    border: 1px solid #eee;
    padding: 20px;
    background: #fff;
    z-index: 2;
    position: relative;
}

/* 
.newletter-img{
    height:auto;
} */

.newletter-img img{
    width:100%;
    height:450px;
    object-fit: cover;
}

.newsletter-box-text{
    padding: 60px;
}


@media(max-width:768px){
    .newsletter-box-text{
        padding: 0px;
    }
}

.mb-80{
    margin-bottom: 80px;
}

.mb-50{
    margin-bottom: 50px;
}

.section-title2 p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    font-style: normal;
    line-height: 26px;
}

.newsletter-box-text .form-group{
    display: flex;
    position: relative;
}

.newsletter-box-text input{
    width: 70%;
    border: none;
    font-size: 16px;
    padding: 18px 24px;
    background: #F5F5F5;
}

.newsletter-box-text button{
    padding: 18px 23px;
    background: #641320;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


.newsletter-box-text button i{
    color: #fff;
    margin-left: 5px;
}





.footer-section{
    width: 100%;
    height: 100%;
    position: relative;
    color: white;
    text-align: center;
    background-image: linear-gradient(115deg, rgb(51 16 22 / 91%) 0%, rgba(59, 27, 30, 0.91) 100%), url(assets/images/school_img.jpg);
    background-size: cover;        
    background-repeat: no-repeat;  
    background-position: center;  
    margin-top: -120px;
    padding-top: 240px;
    overflow: hidden;
}


@media(max-width:768px){
    .footer-section{
        padding-top: 150px;
    }
}

.footer-top{
    padding-bottom: 30px;
}

.footer-widget{
    margin-bottom: 30px;
}

.f-widget-title h2{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    text-align: left;
}

.f-contact {
    /* display: flex; */
}

.footer-link{
    text-align: left;
}

.footer-link ul{
    padding-left: 0px;
}

.footer-widget p,.footer-link ul li a{
    color: #ffffffa3;
    text-align: left;
    display: inline-block;
}
.footer-link ul li a:hover {
    color: #9D2235;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-social{
    margin-top: 10px;
    text-align: left;
}


.footer-social a{
    color: #fff;
    background: #ffffff40;
    border: none;
}

.footer-social a:hover{
    background: transparent;
}

.footer-social a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #eeebeb;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}


.f-contact li{
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e838;
    width: 100%;
        /* display: inline-flex; */
    align-items: baseline;
}





.f-contact .icon {
    float: left;
    margin-right: 20px;
}

.f-contact .text span {
    display: block;
    font-weight: 600;
    color: #fff;
    /* text-align: left; */
}

.f-contact .text{
    color: #ffffffa3;
    /* display: flex; */
    /* text-align: left; */
    /* padding-right: 20px; */
        
}
@media(max-width:768px){
    .f-contact li{
        display: inline-flex;
        float: left;
    }
    .f-contact .text{
        text-align: left;
    }
}


.footer-c{
        color: rgb(255, 255, 255) !important;
}


.mission-section{
background:#f5f5f5;
}

.mission-img{
padding:40px 0;
width: 100%;
}

.mission-img img{
    width: 100%;
}


.mission-content h2{
font-size:40px;
font-weight:700;
margin-bottom:15px;
}

.mission-content p{
/* color:#666; */
line-height:1.7;
margin-bottom:20px;
}

.mission-list,.sub-list{
list-style:none;
padding:0;
}

.mission-list li,.sub-list li{
margin-bottom:10px;
font-weight:500;
position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.mission-list li::before,.sub-list li:before{
content:"✔";
color:#2e7d32;
font-weight:bold;
position: absolute;
left: 0;
top: 2px;
margin-right:10px;
}

.mission-content h2{
    color: #111;
}

.mission-content h2 span{
    color: #641320;
    text-decoration: underline;
}


.copyright-section .container{
    border-top: 2px solid #ffffff2e;
    color: #fff;
    padding: 15px 0;
}


.copyright-logo{
    /* height: 36px; */
    width: 300px;
}

.copyright-logo img{
    width: 100%;
    height: 100%;
}




.breadcrumb-bg {
    background-image: linear-gradient(0deg, #4E0808, #ffffffbc), url(assets/images/school-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.careerBG{
    background-color: #fff;
}
.signup-content{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 15px 15px 0 0;
    border-bottom: 4px dashed #4c0101;
}

.breadcrumb-bg .breadcrumb-holder {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center
}

.breadcrumb-transparent {
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: transparent
}

.breadcrumb-transparent .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-family: fontawesome;
    content: "\276F\00a0";
    padding: 0 5px
}

.breadcrumb-element {
    justify-content: center;
    align-items: center;
    height: 250px
}

.breadcrumb-element h1 {
    font-weight: 700;
    color: #fff;
    text-align: center
}

.breadcrumb-element p {
    color: #fff;
    text-align: center
}

.breadcrumb-title {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    font-family: dosis, sans-serif
}

@media(max-width:768px){
    .breadcrumb-title{
        font-size: 1.5rem;
    }
    .breadcrumb-bg .breadcrumb-holder{
        height: 110px;
    }
    
}

.sub-section{
    background:#f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}


.blockquote{
    color: #e74c3c;
    background-color: #ffffff;
    padding: 15px;
    border-left: 5px solid #e74c3c;
    margin: 20px 0;
}

.blockquote-footer{
    text-align: right;
    padding-top: 25px;
    font-size: 18px;
}

.sub-content h2 span{
    color: #641320;
    text-decoration: underline;
}


.sub-content p{
    padding: 0 0 20px 0;

}

.sub-img{
    text-align: center;
    display: flex;
    justify-content: center;
    width: 500px;
}


@media(max-width:768px){
    .sub-img{
        width: 100%;
    }
}

.sub-img-1{
    width: 100%;
    border-radius: 5px;
    border: 2px solid #fff;

}

.sub-img-1 img{
    width: 100%;
}

.sub-img img{
    max-width: 100%;
}

.infrastucture-section{
    background:#f5f5f5;
    /* padding-top: 40px; */
    padding-bottom: 40px;
}

.infrastructure-card{
    width: 380px;
    height: 420px;
    padding-top: 20px;
}


@media(max-width:768px){
    .infrastructure-card{
        width:100%;
    }
}


.infrastructure-card .item{
    width: 100%;
    height: 100%;
    position: relative;
    border: 10px solid #641320;
    padding: 90px 30px 40px 30px;
    border-radius: 5px;
    border-color: #5e1b34;
    box-sizing: border-box;

}


.infrastructure-card .item h3{
    font-size: 24px;
    margin-bottom: 18px;
    color: #000;
}


.infrastructure-card .item p{
    font-size: 16px;
    color: #666;
     max-height: 220px;
    overflow: hidden;
    
}

.infrastructure-card:hover .item p{
    overflow-y: auto;
}

.infrastructure-card .item p::-webkit-scrollbar {
    width: 6px;
}

.infrastructure-card .item p::-webkit-scrollbar-thumb {
    background: #641320;
    border-radius: 10px;
}



.infrastructure-card .item .number_holder{
    background-color: #641320;
    color: #eee;
    border-bottom-left-radius: 5px;
    position: absolute;
    width: 70px;
    height: 80px;
    left: 50px;
    top: -10px;
    font-size: 36px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.infrastructure-card .item .number_holder:after{
    border-top-color: rgb(138 18 19 / 75%);
    border-top: 70px solid rgb(138 18 19 / 75%);
    content: '';
    position: absolute;
    left: 100%;
    top: 10px;
    border-right: 20px solid transparent;
    transition: all .3s ease;
}


.infrastructure-card .item:hover .number_holder:after{
    border-right-width: 30px;
}

.infrastructure-card .item:hover h3{
    color: #641320;
}


.age-criteria-table{
    border: 1px solid #e2c79d;
}

.age-criteria-table table{
    margin-bottom:0px;
}
.title-row th{
    background: #8c2f2f;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 6px;
}

.header-row th{
    background: #f9f9f9;
    color: #6b2a2a;
    font-weight: 600;
}

.age-criteria-table .table td{
    background: #f9f9f9;
    font-weight: 600;
}


  .mandatory-table-section {
    width: 100%;
    margin-top: 20px;
  }

 .mandatory-table-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }

  table th,
  table td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }

  table th {
    background: #1C437D;
    color: #fff;
  }

  table tbody tr:nth-child(even) {
    background: #f5f5f5;
  }

  table a {
    color: #1C437D;
    font-weight: 600;
    text-decoration: none;
  }

  table a:hover{
    color: #641320;
  }

  .mand-heading {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .mand-heading h2 {
    padding: 10px 20px;
    background-color: #1C437D;
    color: white;
    border-radius: 10px;

  }


  /* Scroll wrapper */
.table-scroll{
  width:100%;
}

/* Mobile View Sticky Columns */
@media (max-width:768px){

  .table-scroll{
    overflow-x:auto;
  }

 .table-scroll table{
    min-width:900px; /* enable horizontal scroll */
  }

 .table-scroll table th,
 .table-scroll table td{
    white-space:nowrap;
  }

  /* First Column Sticky */
.table-scroll  table th:nth-child(1),
 .table-scroll table td:nth-child(1){
    position:sticky;
    left:0;
    background:#f5f5f5;
    z-index:3;
  }

  /* Second Column Sticky */
 .table-scroll table th:nth-child(2),
.table-scroll  table td:nth-child(2){
    position:sticky;
    left:40px; 
    background:#f5f5f5;
    z-index:3;
  }

  /* Keep header above */
 .table-scroll table thead th{
    z-index:4;
  }

  /* Maintain header color */
 .table-scroll table thead th:nth-child(1),
 .table-scroll table thead th:nth-child(2){
    background:#1C437D;
    color:#fff;
  }

}




.contactus-section{
    padding: 115px 0px 90px 0px;
    background:#f5f5f5;
}


.contact-box{
    padding: 30px;
    box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.05);
    transition: 0.4s;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #E3E3E3;
}

.contact-box:hover{
    box-shadow: 0px 10px 30px rgba(0,33,71,0.21);
}


.contact-box .service-icon{
    margin-bottom: 30px;
}

.contact-box .service-content h5{
    font-size: 24px;
    margin-bottom: 15px !important;
    color: #06070B;
}


.contact-box .service-content p a{
    color: #141b22;
    outline: medium none;
}

.contact-area{
    background: #f5f5f5;
}

.faq-img-stiky {
    position: sticky;
    top: 20%;
    padding-right: 60px;
    margin-bottom: 80px;
}


.contact-field{
    padding-right: 0px;
    position: relative;
    margin-bottom: 20px;
}

.contact-field i{
    position: absolute;
    left: 20px;
    color: #641320;
    right: initial;
    top: 20px;
    font-weight: 300;
}

.contact-field input{
    background: #fff;
    padding-left: 50px;
    width: 100%;
    height: calc(3.0em + .55rem + 2px);
    border: none !important;
}

.contact-field textarea{
    background: #fff;
    height: 145px;
    padding: 15px 15px 15px 50px;
    width: 100%;
    /* padding: 15px; */
    transition: .3s;
    border: none !important;
}


.contact-form .slider-btn{
    display: inline-block;
    position: relative;
    width: 100%;
}

.contact-form .btn-2{
    color: #fff;
    background: #641320;
    padding: 15px 30px;
    border: 1px solid #111;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


.contact-map{
    margin-right: -300px;
    height: 100%;
    opacity: 1;
}

@media(max-width:768px){
    .contact-map{
        margin-right: 0px;
        opacity: 1;
    }
}




.strategy-section{
    background:#f5f5f5;
    /* padding-top: 40px; */
    padding-bottom: 40px;
}

.strategy-card{
    width: 380px;
    height: 220px;
    padding-top: 20px;
}


@media(max-width:768px){
    .strategy-card{
        width:100%;
    }
}


.strategy-card .item{
    width: 100%;
    height: 100%;
    position: relative;
    border: 10px solid #641320;
    padding: 90px 14px 40px 15px;
    border-radius: 5px;
    border-color: #5e1b34;
    box-sizing: border-box;

}


.strategy-card .item h3{
    font-size: 24px;
    margin-bottom: 18px;
    color: #000;
}


.strategy-card .item p{
    font-size: 16px;
    color: #666;
     max-height: 220px;
    overflow: hidden;
    
}

.strategy-card:hover .item p{
    overflow-y: auto;
}

.strategy-card .item p::-webkit-scrollbar {
    width: 6px;
}

.strategy-card .item p::-webkit-scrollbar-thumb {
    background: #641320;
    border-radius: 10px;
}



.strategy-card .item .number_holder{
    background-color: #641320;
    color: #eee;
    border-bottom-left-radius: 5px;
    position: absolute;
    width: 120px;
    height: 70px;
    left: 50px;
    top: -10px;
    font-size: 18px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.strategy-card .item .number_holder:after{
    border-top-color: rgb(138 18 19 / 75%);
    border-top: 60px solid rgb(138 18 19 / 75%);
    content: '';
    position: absolute;
    left: 100%;
    top: 10px;
    border-right: 20px solid transparent;
    transition: all .3s ease;
}


.strategy-card .item:hover .number_holder:after{
    border-right-width: 30px;
}

.strategy-card .item:hover h3{
    color: #641320;
}

.gallery-box{
position:relative;
overflow:hidden;
border-radius:10px;
border: 2px solid #641320;
box-shadow: 0 6px 18px rgba(0,0,0,0.15);
transition: all 0.4s ease;
background:#fff;
}

.gallery-box:hover{
transform: translateY(-6px);
box-shadow: 0 12px 30px rgba(0,0,0,0.25);
border-color:#641320;
}

.gallery-box img{
width:100%;
height:250px;
object-fit:cover;
transition:0.5s;
}

.gallery-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#64132065;
display:flex;
justify-content:center;
align-items:center;
opacity:0;
transition:0.4s;
}

.gallery-overlay i{
color:#fff;
font-size:30px;
}

.gallery-box:hover img{
transform:scale(1.2);
}

.gallery-box:hover .gallery-overlay{
opacity:1;
}




@media(max-width:576px){

.gallery-box img{
height:220px;
}

.gallery-section{
padding-left:15px;
padding-right:15px;
}

}


@media(max-width:1399px){
    .logo{
        width:250px;
    }

    .list-item {
        display: block;
        color: #fff !important;
        padding: 10px 10px !important;
        font-weight: 600 !important;
        position: relative !important;
        font-size: 12px !important;
    }

    .infrastructure-card {
        width: 100%;
    }

    .contact-map {
    margin-right: -140px;
    }
    .strategy-card {
    width: 100%;
    }
}


@media(max-width:1299px){
    .logo{
        width:230px;
    }
    .list-item{
        font-size: 11px !important;
    }

    .dropdown-item {
    /* color: #fff !important; */
    font-size: 11px;
    }

    header .second-header {
    font-size: 13px !important;
    }

    .f-widget-title h2 {
    font-size: 26px;   
    }
    .contact-map {
        margin-right: -90px;
    }

    .strategy-card {
    width: 100%;
    }
}


@media(max-width:1199px){
    .list-item{
        font-size: 11px !important;
        padding: 7px 7px !important;
    }
    .dropdown-item {
    /* color: #fff !important; */
    font-size: 11px;
    }
    header .second-header {
    font-size: 12px !important;
    }

    .f-widget-title h2 {
    font-size: 25px;   
    }
    .contact-map {
        margin-right: -90px;
    }

    .strategy-card {
    width: 100%;
    }
    .f-contact .icon {
        float: left;
        margin-right: 5px;
    }

    .footer-c {
        color: rgb(255, 255, 255) !important;
        font-size: 14px;
    }

    .profile-picture {
        position: absolute;
        top: -50px;
        right: -23px;
        width: 110px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #fff;
    }

    .principal-card {
        height: 380px !important;
    }
}


@media(max-width:1099px){
    .list-item{
        font-size: 9px !important;
        padding: 5px 7px !important;
    }
    header .second-header {
        font-size: 11px !important;
    }

    .topbarLink a p{
        font-size: 11px;
    }
}


@media(max-width:998px){
    .header-cta ul li {
    margin-right: 0px;
}
.list-item{
        font-size: 8px !important;
        padding: 5px 7px !important;
    }

    .chairman-message {
    padding-top: 0px;
}
}

/* 
@media (max-width:991px){

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

.navbar .dropdown-menu{
    display:none;
    position:relative;
    border:none;
    box-shadow:none;
}

}
 */

@media(max-width:768px){
    .menu-bar{
    background-color: #FFF;
}
.list-item {
    display: block;
    color: #fff !important;
    padding: 10px 10px !important;
    font-weight: 600 !important;
    position: relative !important;
    font-size: 15px !important;
}

.dropdown-item{
    font-size: 14px;
}

.contact-map {
        margin-right: 0px;
    }

.contactus-section {
    padding: 70px 0px 70px 0px;
    background: #f5f5f5;
}

}



/* Mobile Sidebar Menu */
@media (max-width:991px){

    .navbar-collapse{
        position: fixed;
        top: 0;
        left: -280px; /* hidden */
        width: 280px;
        height: 100vh;
        background: #9D2235;
        padding-top: 80px;
        transition: all 0.4s ease;
        overflow-y: auto;
        z-index: 99;
    }

    .navbar-collapse.show{
        left: 0;
    }

    /* Dark overlay */
    .menu-overlay{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.5);
        opacity:0;
        visibility:hidden;
        transition:0.3s;
        z-index:9998;
    }

    .menu-overlay.active{
        opacity:1;
        visibility:visible;
    }

    .navbar-nav{
        flex-direction: column;
        padding-left:20px;
    }

    .navbar-nav .nav-link{
        padding:12px 0 !important;
        border-bottom:1px solid rgba(255,255,255,0.2);
    }

    .navbar-toggler{
        position: absolute;
        right: 0px;
        top: 15px;
        
    }

    .list-item {
    display: block;
    color: #fff !important;
    padding: 10px 10px !important;
    font-weight: 600 !important;
    position: relative !important;
    font-size: 15px !important;
}

    .dropdown-item{
    font-size: 14px;
}
    .logo {
        width: 300px;
    }


}

@media(max-width:768px){
    .notice-div{
        margin-left: 0px !important;
        padding-top: 50px;
    }
}

@media(max-width:768px){

    .navbar{
        padding:0px !important;
    }

    .navbar-collapse{
        margin-top:0;
    }
    .logo{
        position: relative;
        width:300px;
        margin-top: 10px;
        z-index: 999;
    }

    .navbar-toggler{
        position: absolute;
        top: -46px;
        right: 0px;
        
    }

    .navbar-toggler-icon{
        color:#fff;
    }

    .slider-img{
        height: 450px;
    }

    .event-content{
        margin-top: 20px;
    }

    .event-post .event-data{
        width: 30%;
    }

    .chairman-img{
        width:100%;
    }

    .profile-picture{
        top: -100px;
        right: 0px;
    }

    .card-container{
        padding-top: 130px;
    }

    .principal-card{
        height: 465px !important;
    }

    .newsletter-box-text button{
        padding:10px;
    }

    .newsletter-box-text button i{
        display: none;
    }
}

