:root{
    --blue_color: #005097;
    --button_bg: #15BFD9;
    --yellow_color: #FECE00;
    --red_color: #A91A14;
    --default_font: "Poppins", sans-serif;
    --heading_font: "Jost", sans-serif;
}
/* 
    font-family: "Poppins", sans-serif;
    font-family: "Jost", sans-serif;
*/
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}

body{
    background: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--default_font);
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--heading_font);
}
h1, h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--blue_color);
    margin: 0;
}
h3{
    font-size: 33px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--blue_color);
    margin: 0;
}
p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-family: var(--default_font);
}
.btn.btn-primary{
    border-radius: 25px;
    padding: 10px 36px;
    background-color: var(--button_bg);
    border-color: var(--button_bg);
}
.btn.btn-primary:hover{
    background-color: var(--blue_color);
}
.container{
    max-width: 1200px;
}

.headerPart{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 9;
    min-height: 100px;
}
.headerPart .topHdr{
    width: 100%;
    height: 35px;
    background-color: var(--blue_color);
}
.headerPart .topHdr ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerPart .topHdr ul li{
    margin: 0;
    padding: 5px 20px;
    list-style: none;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--heading_font);
}
.headerPart .topHdr ul li a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.headerPart .topHdr ul li a::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0.7;
    transition: all 0.5s;
}
.headerPart .topHdr ul li a:hover::before{
    width: 100%;
    left: 0;
}
.headerPart .topHdr ul li.socialLinks a.fb{
    color: #15BFD9;
    font-size: 16px;
    padding-right: 10px;
}
.headerPart .topHdr ul li.socialLinks a.yt{
    color: #E30F06;
    font-size: 16px;
    padding-right: 10px;
}
.headerPart .topHdr ul li:nth-child(1) a::before{
    display: none;
}
.headerPart .botHdr{
    padding: 30px 0;
    transition: all 0.5s;
}
.headerPart .botHdr ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerPart .botHdr ul li{
    margin: 0;
    padding: 0 14px;
    list-style: none;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    font-family: var(--heading_font);
}
.headerPart .botHdr ul li a{
    text-decoration: none;
    color: var(--blue_color);
    display: inline-block;
}
.headerPart .botHdr ul li.highlightBtn{
    padding: 0;
}
.headerPart .botHdr ul li.highlightBtn a{
    background-color: var(--button_bg);
    color: #fff;
    padding: 0 15px;
    border-radius: 16px;
}
a.header_logo img{
    height: 0;
    width: auto;
    transition: all 0.2s;
    margin-top: -250px;
    opacity: 0;
}
.headerPart.fixed a.header_logo img{
    height: 75px;
    width: auto;
    margin-top: 0;
    opacity: 1;
}
.headerPart.fixed .botHdr{
    padding: 5px 0;
    transition: all 0.5s;
}
.headerPart.fixed{
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
}

.heroSection{
    width: 100%;
    min-height: 100vh;
    position: relative;
}
.heroSection .sliderList{
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heroSection .sliderList::before{
    content: "";
    background-color: #005097;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.heroSection.inner_heroSection{
    min-height: 400px;
}
.heroSection.inner_heroSection .sliderList{
    min-height: 400px;
}
.heroSection.inner_heroSection .bannerContent{
    margin-top: 130px;
}
.heroSection.inner_heroSection a.logo img{
    height: 160px;
}
.heroSection.inner_heroSection .bannerContent h1{
    padding: 15px 0;
}

.bannerContent{
    padding: 15px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 99px;
}
.bannerContent h1{
    color: #fff;
    margin: 0;
    padding: 35px 0 25px;
}
a.logo img{
    width: auto;
    height: 244px;
}

.homeScrolltext{
    background-color: #A91A14;
    width: 100%;
    height: 34px;
    position: relative;
    overflow: hidden;
}
.homeScrolltext ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.homeScrolltext ul li{
    list-style: none;
    margin: 0 10px;
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-wrap: nowrap;
    position: relative;
}
.homeScrolltext ul li::before{
    position: absolute;
    left: 0;
    content: "";
    background-image: url(../images/bell.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 34px;
}

.homeSection_1{
    width: 100%;
    position: relative;
    background-image: url(../images/homeSection_1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 40px;
}
.homeSection_1 article{
    width: 424px;
    height: auto;
    line-height: 0;
    margin: 0 15px;
    overflow: hidden;
    border-radius: 25px;
}
.homeSection_1 article img{
    width: 100%;
    height: 269px;
    object-fit: cover;
}
.homeSection_1 .slick-arrow{
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: calc(50% - 20px);
}
.homeSection_1 .slick-next.slick-arrow{
    right: 15px;
    transform: rotate(-180deg);
}
.homeSection_1 .slick-prev.slick-arrow{
    left: 15px;
    
}


.homeSection_2{
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 30px 0;
}
.homeSection_2 p{
    color: var(--blue_color);
    padding: 15px 0;
    margin: 0;
}
img.foundation{
    position: absolute;
    right: 0;
    bottom: 50px;
}

.homeSection_3{
    width: 100%;
    position: relative;
    background-color: var(--blue_color);
    padding: 90px 0;
}
.homeSection_3 h3{
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.homeSection_3 h3 strong{
    color: var(--yellow_color);
    display: block;
    font-weight: 500;    
}
.homeSection_4{
    background-image: url(../images/kharagpur-collage_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
    position: relative;
    text-align: center;
}
.homeSection_4::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue_color);
    opacity: 0.7;
    content: "";
}
.homeSection_4 h2{
    color: #fff;
    padding: 0 0 70px;
}
.homeSection_4 a{
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 100px 0 0 0;
}
.homeSection_4 a:hover{
    color: var(--yellow_color);
}
.homeSection_4 a img{
    display: block;
    margin: auto;
}
.mark_1{
    margin: 35px 0 0 100px;
}
.mark_2{
    margin: 35px 100px 0 0;
}
.page-template-tpl-admission-enquire{background: url(../images/admission_bg.jpg) no-repeat center;
    background-size: auto;
  background-size: cover;}
.homeSection_5{
    width: 100%;
    padding: 70px 0;
    background-image: url(../images/homeSection_5_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.homeSection_5 h2{
    text-align: center;
    padding: 0 0 30px;
}
.homeSection_5 article{
    padding: 35px 35px 15px;
    background-color: var(--blue_color);
    background-image: url(../images/homeSection_5_bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: relative;
    z-index: 1;
    border-bottom: 14px solid #fff;
    border-left: 14px solid #fff;
}
.homeSection_5 article p{
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
}
.homeSection_5 article h4{
    color: #FECE00;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0 0 0;
}
.homeSection_5 img.principal{
    margin: 90px 0 0 0;
    max-width: 120%;
}
.homeSection_6{
    width: 100%;
    padding: 70px 0;
    background-image: url(../images/homeSection_6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}


.footerSec{
    width: 100%; position: relative;
    z-index: 1;
    padding: 50px 0 0 0;
}
.footerSec_1{
    width: 100%;
    padding: 20px;
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 25px;
}
.footerSec_1 iframe{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.footerSec_1 img{
    width: calc(50% - 20px);
    height: 640px;
    object-fit: cover;
}

.footerSec_2{
    background-color: var(--blue_color);
    min-height: 735px;
    margin: -150px 0 0 0;
    padding: 200px 0 0 0;
}
.footerSec_2 h2{
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.footerSec_2 a.footerlogo img{
    display: block;
    margin: 0 auto;
}
.footerSec_2 .footerSec_2inner{
    background-color: #0157A4;
    padding: 45px 0 35px;
    width: 100%;
}
.footerSec_2 ul{
    margin: 0;
    padding: 0;
}
.footerSec_2 ul li{
    padding: 0 0 0 15px;
    margin: 2.5px 0;
    display: block;
    list-style: none;
    position: relative;
}
.footerSec_2 ul li::before{
    width: 3px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    border-radius: 50%;
}
.footerSec_2 ul li a{
    font-family: var(--heading_font);
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    display: block;
    text-decoration: none;
}
.footerSec_2 ul li a:hover{
    color: var(--yellow_color);
}
.copyRightSec{
    padding: 15px 0;
}
.copyRightSec p{
    font-family: var(--heading_font);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.copyRightSec p a{
    color: var(--yellow_color);
    text-decoration: none;
}


.menuIcon{
    display: none;
}
nav#menu{
    display: none;
}


/* INNER PAGES */
.aboutSec_1{
    width: 100%;
    padding: 50px 0;
    background-color: #f1f1f1;
    text-align: center;
}
.aboutSec_1 img{
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    border-radius: 30px;
}
.aboutSec_1 h3{
    text-align: center;
    color: var(--blue_color);
    font-size: 26px;
    padding: 20px 0 0 0;
}
.aboutSec_1 h6{
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    background-color: var(--yellow_color);
    display: inline-block;
}


.aboutSec_2{
    width: 100%;
    padding: 50px 0;
    background-color: #EFF6FD;
}
.aboutSec_2 h2{ padding: 0 0 50px; margin: 0; text-align: center; }
.aboutSec_2 img{
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    border-radius: 30px;
}
.aboutSec_2 h3{
    font-weight: 600;
    font-family: var(--default_font);
    color: var(--blue_color);
    font-size: 26px;
    padding: 20px 0 0;
}
.aboutSec_2 h6{
    font-weight: 600;
    font-family: var(--default_font);
    color: var(--button_bg);
    font-size: 20px;
    padding: 0 0 20px;
}
.aboutSec_2 p{
    font-size: 16px;
    color: var(--blue_color);
}

.anchorListMenu{
    padding: 50px 0;
    position: relative;
    width: 100%;
}
.anchorListMenu nav{
    width: 100%;
    background-image: url(../images/kharagpur-collage_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 25px 0;
    position: relative;
    text-align: center;
}
.anchorListMenu nav::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue_color);
    opacity: 0.7;
    content: "";
}
.anchorListMenu nav ul{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: start;
    flex-wrap: wrap;
}
.anchorListMenu nav ul li{
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 25%;
}
.anchorListMenu nav ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid var(--button_bg);
    padding: 10px;
    background-color: transparent;
}
.anchorListMenu nav ul li a:hover{
    background-color: var(--button_bg);
}

.stuffList{
    width: 100%;
    position: relative;
    padding: 70px 0;
}
.stuffList article{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 45px;
    margin: 0 0 0 0;
    cursor: default;
}
.stuffList article .imageThumb{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.stuffList article .imageThumb img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}
.stuffList article:hover .imageThumb img{
    transform: scale(1.1);
}
.stuffList article ul{
    margin: 0;
    padding: 5px 0;
}
.stuffList article ul li{
    margin: 0;
    padding: 2.5px 0;
    font-size: 16px;
    line-height: 1.4;
    color: var(--blue_color);
}
.stuffList article ul li strong{
    font-weight: 600;
}
.stuffList article ul li.nameDesig{
    font-size: 14px;
    color: var(--button_bg);
    padding: 5px 0;
}
.stuffList article ul li.nameDesig strong{
    font-weight: 600;
    color: var(--blue_color);
    font-size: 20px;
    display: block;
}
.stuffList article b{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E2FBFF;
    color: var(--blue_color);
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.stuffList article b::after{
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 12px;
    color: var(--blue_color);
}
.contactDtls{
    display: none;
    position: absolute;
    top: 300px;
    bottom: 45px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: calc(100% - 336px);
    background-color: #E2FBFF;
    padding: 15px;
}
.contactDtls h6{
    color: #002A66;
    font-weight: 600;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.stuffList article:hover .contactDtls{
    display: block;
}
.stuffList article:hover .contactDtls p{
    font-size: 14px;
    color: var(--blue_color);
}
.contactPage{
    padding: 70px 0;
}
.contactForm .form-control{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 15px 0;
    box-shadow: none !important;
}
.contactForm .form-group{
    position: relative;
    padding: 25px 0 0 0;
}
.contactForm .form-group img{
    position: absolute;
    right: 0;
    top: 20px;
}
.contactForm .form-group label{
    font-size: 16px;
    color: #002A66;
    font-weight: 500;
}
.contactForm textarea.form-control{
    height: 150px;
}

.sl-overlay{
    background: #000 !important;
    opacity: 0.9 !important;
}
.sl-wrapper .sl-close{
    color: #fff !important;
}
.sl-wrapper .sl-navigation button{
    color: #fff !important;
}
.sl-wrapper .sl-image img{
    border: 10px solid #999 !important;
}


@media only screen and (max-width: 1360px) {
    .headerPart .topHdr ul li{
        padding: 5px 7px;
    }
    .headerPart .botHdr ul li{
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .menuIcon{
        position: absolute;
        left: 0;
        top: 20px;
        z-index: 99;
        background: #fff;
        padding: 8px 10px;
        border-radius: 0 5px 5px 0;
        transition: all 0.5s;
        display: block;
    }
    .menuIcon img{
        width: 23px;
    }
    nav#menu{
    display: block;
    }
    .headerPart .topHdr ul li{
        display: none;
    }
    .headerPart .topHdr ul li.socialLinks{
        display: inline;
    }
    .headerPart .topHdr ul{
        justify-content: end;
    }
    .headerPart .botHdr ul li a{
        font-size: 14px;
    }
    .headerPart{
        min-height: auto;
    }
    .headerPart .botHdr{
        display: none;
    }
    .heroSection{
        min-height: 600px;
    }
    .heroSection.inner_heroSection{
        min-height: 400px;
    }
    a.logo img{
        height: 160px;
    }
    
}




@media only screen and (max-width: 991px) {
    h1, h2{
        font-size: 38px;
    }
    h3{
        font-size: 28px;
    }
    p{
        font-size: 14px;
    }
    .bannerContent h1{
        font-size: 34px;
    }
    .homeSection_5 img.principal{
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
    .homeSection_5 article{
        border: 10px solid #ccc;
    }
    .footerSec_1{
        flex-direction: column;
    }
    .footerSec_1 iframe{
        position: static;
        width: 100%;
        height: 400px;
    }
    .footerSec_1 img{
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top;

    }
}

@media only screen and (max-width: 767px) {
    .mark_1, .mark_2{
        display: none;
    }
    img.logoCourse{
        width: 170px;
    }
    .homeSection_4 h2{
        padding: 0;
    }
    .homeSection_4 a{
        padding: 30px 0 0;
    }
    .homeSection_4 a img{
        height: 60px;
    }
    .footerSec_2 h2{
        font-size: 20px;
    }
    .footerSec_2 a.footerlogo img{
        height: 180px;
    }
    .copyRightSec p{
        font-size: 12px;
        text-align: center;
    }
    .heroSection.inner_heroSection .bannerContent{
        margin-top: 90px;
    }
}


@media only screen and (max-width: 575px) {
    .homeSection_1 article{
        width: 300px;
    }
    .homeSection_1 article img{
        object-fit: contain;
    }
    
}
