html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito",sans-serif;
    transition: opacity 0.5s ease-in-out;
}
p{
    opacity: 0.8;
}
.fa-angle-right, .fa-arrow-right{
    font-size: smaller;
}
/* about page */
.banner{
    background: url(../img/images/about.jpg);
    background-position: center;
    background-repeat:no-repeat ;
    background-size: cover;
    width: 100%;
    height: 500px;
}
#breadcrumbs{
    padding: 10px 0;
    background-color: #243b6c;
    font-size: small;
    overflow: hidden;
    color: #fff;
}
.breadcrumb{
    margin: 0;
}
.breadcrumb li a{
    color: #fff;
    text-decoration: none;
}
.breadcrumb-item::before {
    display: none;
}
#active{
color:  #fff;
}
.about{
    width: 100%;
}
.about h3{
    font-weight: 700;
}
.about-content, .about-rightimg{
    width: 50%;
}
#flex-content{
    display: flex;
    gap: 1rem;
}
.about-rightimg{
    height: 500px;
    background:url(../img/images/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#fullcontent{
    width: 100%;
}

#overlay{
    position: absolute;
    background-color: #34845c;
    bottom: 17rem;
    color: #fff;
    font-weight: 700;
    width: auto;
    text-align: center;
    padding: 0 20px;
}
/* vision & mission page */
.banner-vision{
    background: url(../img/images/banner-vision.jpg);
    background-position: center;
    background-repeat:no-repeat ;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.vision1 h3, .mission1 h3{
    font-weight: 700;
    color: #000 !important;
}
.mission1 span{
    position: relative;
    top: 5px;
}
.vision-content{
    display: flex;
}
/* cmd message page */
.cmd-banner{
    /*background-color: #ece8e8 !important;*/
    /*background: url(../img/images/message-removebg-preview.png);*/
    background: url(../img/images/ceo-new.png);
    background-position: right;
    background-repeat:no-repeat ;
    width: 100%;
    /*height: 500px;*/
    height: 420px;

}
.text p{
    color: #333;
    width: 70%;
}
.headingcmd h3{
    color: #333;
    font-weight: 700;
}
.namecmd p{
    color: #333;
}
.namecmd h5{
    font-weight: 700;
    color: #34845c;
}
#cmdtext{    
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}
/* csr activities page */
.csr-banner{
    background: url(../img/images/csr-banner.jpg);
    background-position: center;
    background-repeat:no-repeat ;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.csr-content h3{
    font-weight: 700;
}
.title1, .text1{
    color: #333 !important;
}
.title1{
    font-weight: 700;
}
.card img{
    height: 200px;
}
#csrcard{
    border: 1px solid #eaeaea;
    width: 100%;
    overflow:hidden !important;
}
#csrbody{
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.card:hover .title1 {
    color:#34845c !important;
  }
  .card:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  }

 
/* human asset section */
.human-banner{
    background: url(../img/images/human-banner.jpg);
    background-position: center;
    background-repeat:no-repeat ;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.row h3{
    font-weight: 700;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../img/images/human-asset.jpeg);
    height: 480px;
    background-position: bottom;
    background-repeat:no-repeat ;
    background-size: cover;
}

.image-overlay {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}
.image-container p{
    color: #fff;
    position: absolute;
    z-index: 3;
    top: 50%;
}
.image-container span{
    font-weight: 700;
    font-size: larger;
}
/* contact us section */
.banner-contact{
    height: 500px;
    width: 100%;
    background: url(../img/images/contact.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contactus h3{
    font-weight: 700;
}
.contact-flex{
    display: flex;
    justify-content: space-between;
}
.left-section, .right-section, .row,.row select{
    width: 100%;
}
.left-section ul li{
    list-style-type: none;
}
.left-section ul li a{
    text-decoration: none;
    color: #243b6c;
}
.left-section ul h5{
    font-weight: 700;
}
.right-section h5{
    color: #34845c;
    font-weight: 700;
    font-size: 1.5rem;
}
.left-section, .right-section{
    padding: 0 20px;
}
.star{
    color: red;
}
.row input, .row select, .row textarea{
    border: 1px solid #3e3939;
    opacity: .5;
    margin-top: 5px;
}
textarea{
    height: 100px;
    width: 100%;
}
.submitbtn{
    height: 50px;
    width: 120px !important;
    background-color: #34845c;
    color: #fff;
    border: #34845c !important;
    opacity: 1 !important;
    transition: all .2s ease-in-out;

}
.resetbtn{
    height: 50px;
    width: 120px !important;
    background-color:#243b6c;
    color: #fff;
    border: #243b6c !important;
    opacity: 1 !important;
    transition: all .2s ease-in-out;

}
.icons{
    display: flex;
    gap: 10px;
}
.icon{
    color: #34845c;
    font-size: x-large;
}
.contactnum a{
    color: #243b6c;
    font-size: 14px;
}
.left-section li{
    font-size: 14px;
}
.contactnum a:hover{
    color: #34845c;
}
label{
    font-size: 13px;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
  
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.contact-information a, .left-section a{
    text-decoration: none;
    color: #243b6c;
}
.contact-information h6{
    padding: 0 10px;
}
.icon-contact{
    color: #34845c;
}
.contact-information p , .left-section .card-service p{
    margin-bottom: 0;
}
.left-section .card-service{
    padding-top: 10px;
    padding-bottom: 10px;
}
.map, iframe{
    width: 100%;
}
.contact-information .card-service{
    border: 0.7px solid #e2e2e2;
}
.contact-information h6{
    font-weight: 600;
}
.submitbtn:hover, .resetbtn:hover{
    background-color: #333;
    color: #fff;
}
.location{
    position: relative;
    padding-left: 20px;
}
.gps, .phone{
    position: absolute;
    left: 0;
}
#overlay h3{
    margin-bottom: 0;
}

/* education and training */
.banner-education{
    height: 500px;
    width: 100%;
    background: url(../img/images/ed1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.key-milestones p{
    margin: 0;
}
.visionary-mission h5, .service-areas h5{
    font-weight: 700;
}
.service-areas h6, .text-service h6, .key-milestones h5{
    font-weight: 700;
}
.card-service{
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    height: 100%;
    
}
.text-service{
    padding:0 10px;
    transition: all .2s ease-in-out;

}
.text-service p{
    opacity: .8;
    line-height: 22px;
}
.card-service h6,.card-service1 h6, .card-service2 h6, .card-service3 h6{
    margin-top: 10px;
}
.card-service:hover > .text-service h6{
    color: #34845c !important;
}
.card-service:hover, .card-service1:hover, .card-service2:hover, .card-service3:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.key-milestones i{
    color: #34845c;
    font-size: 14px;
}
.card-education{
    height: 225px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
/* business consultancy and manpower */
.banner-bcmanpower{
    height: 500px;
    width: 100%;
    background: url(../img/images/bs-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-service1{
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease-in-out; 
    height: 100%;
}
.card-service1:hover > .text-service h6{
    color: #34845c;
}

/* infrastructure development */
.banner-infrastructure{
    height: 500px;
    width: 100%;
    background: url(../img/images/if-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-focus h5, .strategic-initiative h5, .revamp-projects h5, .uvision h5{
    font-weight: 700;
}
.card-service2{
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease-in-out; 
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-service2:hover > .text-service h6,.card-service3:hover > .text-service h6{
    color: #34845c;
}
.card-service3{
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    height: 100%;
}
/* Institutional Revamp Projects */
.banner-ir{
    height: 500px;
    width: 100%;
    background: url(../img/images/ir-banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* IT Services */
.banner-it{
    height: 500px;
    width: 100%;
    background: url(../img/images/it-banner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.it h5, .service-spectrum h5{
    font-weight: 700;
}
/* careers */
.careers-content span a{
    text-decoration: none;
    color: #243b6c;
}
.accordion-body i{
    color: #34845c;
    position: absolute;
    left: 0;
    margin-top: 5px;
}
.accordion-body p{
    position: relative;
    padding-left: 20px;
}
.accordion-item{
    border-bottom: 0;
    margin-bottom: 10px;
}
.accordion-button{
    background-color: rgb(52 132 92 / 20%);
    color: #34845c;
    font-weight: 600;
    border-radius: 10px !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    background-color: #243b6c !important;
    color: #fff;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(0) invert(1);
}
.career-right{
    background: url(../img/images/career.jpg);
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.accordion-button:not(.collapsed)  .career-right{
    height: 400px;
}
/* expansion plans */
.expansion-banner{
    background: url(../img/images/expansion-banner.jpg);
    height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* terms and conditions */
.terms-updation{
    color: #34845c;
    font-style: italic;
}
.terms-contents a{
    text-decoration: none;
    color: #243b6c;
}
/* sitemap */
.sitemap ul li a{
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
.sitemap ul{
    padding-top: 10px;
}
.sitemap ul li h5{
    color: #34845c;
    font-weight: 700;
}
/* institutional revamp */
.key-moments i{
    color: #34845c;
}
/* news */
.text-service a{
    text-decoration: none;
    color: #243b6c;
}
/* news section right */
.right-news h5{
color: #243b6c;
font-weight: 700;
}
.right-news{
    padding-top: 5rem;
}
.news-latest a{
    text-decoration: none;
    color: #000;
    transition: all .2s ease-in-out;
    font-weight: 600;
}
.news-latest a:hover{
    color: #243b6c;
}
.news-latest p{
    color: #34845c;
    font-size: 13px;
}
.news-latest i{
    color: #000;
}
.news-full .col-md-3{
    padding-right: 0;
}
/* gallery */
.gallery .card-education{
    cursor: zoom-in;
}
.gallery .card-education:hover{
    transition: all .2s ease-in-out;
    box-shadow: 6px 10px 15px rgb(0 0 0 / 20%);
}
.breadcrumb-item.active{
    opacity: 75%;
}