body{
    margin: 0;
    color: #252323;
    font-family: 'Roboto', 'Helvetica Neue';
    height: 100vh;
    position: relative;
    top: 0 !important;
}

.pt-70{
    padding-top: 70px;
}

.pb-70{
    padding-bottom: 70px;
}

.pt-50{
    padding-top: 50px;
}

.pb-50{
    padding-bottom: 50px;
}

ul{
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    color: #284fa7;
    font-family: system-ui;
}

a{
    text-decoration: none;
    font-family: system-ui;
    display: inline-block;
    color: #284fa7;
}

li{
    font-family: system-ui;
}

p{
    font-family: sans-serif;
}

/*======================== Main Css ======================*/

.header-logo{
    padding:15px 0 22px;
}

.header-logo img{
    width:200px;
}

.hero-banner-section{
    position:relative;
    /* overflow:hidden; */
}

.hero-bg{
    position:relative;
}

.hero-bg figure{
    margin:0;
}

.hero-bg img{
    width:100%;
    display:block;
}


.logo{
    position: absolute;
    top: 10px;
    left: 30px;
    display: flex;
    align-items: center;
}

.logo img{
    width: 150px;
}

.sgtuniversity-logo{
    width: 300px !important;
    border-left: 2px solid rgb(37 37 35 / 20%);
}


/* Floating Form */
.registration-box{
    position:absolute;
    top: 10px;
    right:40px;
    width:380px;
    z-index:100;
    padding:20px;
    border-radius:24px;
}

.text-linear{
    background: linear-gradient(90deg, #ed3237 0%, #00a859 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.commn-heading{
    width: 70%;
    margin: 0 auto 35px;
}

.commn-heading h2{
    font-size: 32px;
}

.study-india-tech-city{
    box-shadow: 1px 2px 6px rgb(37 37 35 / 40%);
    border-radius: 0px 0px 4px 4px;
    position: relative;
}

.study-india-tech-city figure{
    margin: 0;
}

.study-india-tech-city img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.study-india-tech-city-text{
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    background: rgb(40 79 167 / 80%);
    left: 0;
    width: 100%;
}

.study-india-tech-city-text h3{
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.commn-black-bg{
    background: #284fa7;
    padding: 70px 0px;
}

.recognition-approval-box{
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #fff;
    padding: 20px 10px;
    border-left: 5px solid #ed3237;
}

.recognition-approval-logo{
    width: 15%;
}

.recognition-approval-logo span{
    display: inline-block;
}

.recognition-approval-logo img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.recognition-approval-text{
    width: 85%;
}

.recognition-approval-text h3{
    margin: 0;
    font-size: 20px;
}

.placement-opportunities-box{
    text-align: center;
    border: 1px solid #252523;
    border-bottom: 4px solid #252523;
    padding: 20px 10px;
    border-radius: 4px 4px 0px 0px;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.placement-opportunities-box:hover{
    border-image: linear-gradient(to right, #ed3237 0%, #284fa7 100%) 1;
}

.placement-opportunities-icon span{
    display: inline-block;
    background: rgb(37 37 35 / 10%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 14px;
    transition: 0.4s ease-in-out;
}

.placement-opportunities-box:hover .placement-opportunities-icon span{
    background: linear-gradient(90deg, #ed3237, #284fa7);
}

.placement-opportunities-icon img{
    width: 40px;
    transition: 0.4s ease-in-out;
}

.placement-opportunities-box:hover .placement-opportunities-icon img{
    filter: invert(1);
}

.placement-opportunities-text h3{
    font-size: 16px;
    margin: 0;
}

.recruiters-bg{
    background: rgb(37 37 35 / 6%);
    padding: 50px 0px;
}

.recruiters-box{
    margin: 10px 10px;
    background: #fff;
    padding: 12px 12px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgb(37 37 35 / 20%);
}

.recruiters-box img{
    width: 100%;
}

.recruiters-slider .slick-prev, .recruiters-slider .slick-next{
    display: none !important;
}

.industry-integration-left{
    color: #fff;
    font-size: 18px;
}

.industry-integration-left h2{
    color: #fff;
    font-size: 42px;
}

.industry-integration-right img{
    width: 160px;
}

.industry-integration-right ul{
    margin: 20px 0px 0px;
}

.industry-integration-right li{
    background: #fff;
    padding: 12px 14px;
    margin-bottom: 12px;
    list-style-type: none;
    border-left: 5px solid #ed3237;
}

.call-btn{
    text-align: right;
    margin-top: 25px;
}

.call-btn a{
    background: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
}

.industry-aligned-box{
    box-shadow: 0px 2px 6px rgb(37 37 35 / 20%);
    padding: 0px 0px 15px;
    background: rgb(37 37 35 / 10%);
    height: 100%;
}

.industry-aligned-box ul{
    padding-left: 25px;
    margin: 10px 0px 0px;
}

.industry-aligned-box li{
    padding: 6px 10px 6px 0px;
}

.industry-aligned-box li h4{
    font-size: 16px;
    margin-bottom: 2px;
}

.industry-aligned-box li p{
    margin: 0;
    font-size: 14px;
}

.industry-aligned-heading{
    background: #284fa7;
    text-align: center;
    padding: 14px 10px;
}

.industry-aligned-heading h3{
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.employability-bg{
    background: #252523;
    padding: 70px 0px;
}

.employability-list{
    display: flex;
    align-items: center;
    column-gap: 15px;
    box-shadow: 1px 2px 6px rgb(37 37 35 / 20%);
    padding: 20px 12px;
    margin-bottom: 20px;
    background: #fff;
    border-left: 4px solid #284fa7;
}

.employability-icon img{
    width: 45px;
}

.employability-list-text p{
    margin: 0;
}

.commn-bg{
    background: rgb(37 37 35 / 5%);
    padding: 70px 0px;
}

.employability-pic video{
    width: 100%;
    height: 540px;
    background: #252523;
}

.future-learning-box{
    box-shadow: 0px 2px 6px rgb(37 37 35 / 20%);
    background: #284fa7;
    padding: 8px 8px;
    height: 100%;
}

.future-learning-pic{
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.future-learning-pic img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

.future-learning-box:hover .future-learning-pic img{
    transform: scale(1.1);
}

.future-learning-text{
    padding: 0px 10px 20px;
    text-align: center;
    color: #fff;
}

.future-learning-text p{
    margin: 0;
}

.apply-form-detail h2{
    color: #fff;
    font-size: 36px;
}

.apply-form-detail h2 span{
    color: #ffc107;
}

.apply-form-detail h3{
    color: #ed3237;
    font-size: 24px;
}

.apply-form-detail h4{
    color: #fff;
    font-size: 18px;
}

.contact-form-bg{
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
    padding: 70px 0px;
}

.contact-form-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(37 37 35 / 90%);
    z-index: -1;
}

.apply-btn{
    text-align: center;
}

.apply-btn a{
    background: #fff;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.apply-btn a::before{
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    background: #ed3237;
    border-radius: 30px;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.apply-btn a:hover::before{
    width: 100%;
}

.apply-btn a:hover{
    color: #fff;
}

/*========================Footer Css==============================*/

.footer{
    background: rgb(37 37 35 / 10%);
    padding: 60px 0px 0px;
}

.footer-info{
    border-right: 1px solid #252523;
}

.footer-info h4{
    font-size: 22px;
}

.footer .container .row .col-lg-6:nth-child(2) .footer-info{
    border-right: none;
}

.footer-info li{
    list-style-type: none;
    font-weight: 600;
    padding-bottom: 8px;
}

.social-media{
    margin-top: 40px;
    text-align: center;
}

.social-media a{
    border-radius: 15px 0px 15px 0px;
    box-shadow: 2px 2px 6px rgb(37 37 35 / 30%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    transition: 0.4s ease-in-out;
}

.social-media a img{
    width: 22px;
}

.footer-bottom{
    background: #284fa7;
    padding: 18px 70px;
    text-align: center;
    margin-top: 40px;
}

.footer-bottom p{
    margin: 0;
    color: #fff;
}

.footer-bottom p a{
    color: #fff;
}

/*========================Responsive Css==========================*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

@media(max-width:991px){
    .study-india-tech-city {
        margin-bottom: 24px;
    }
    .placement-opportunities-box {
        height: 210px;
        margin-bottom: 24px;
    }
    .commn-heading h2 {
        font-size: 26px;
    }
    .industry-integration-left h2 {
        font-size: 32px;
    }
}

@media(max-width:767px){
    .commn-heading {
        width: 80%;
    }
    .commn-heading h2 {
        font-size: 24px;
    }
    .apply-form-detail h2 {
        color: #fff;
        font-size: 30px;
    }
    .apply-btn {
        margin-top: 24px;
    }
}

@media(max-width:480px){
    .footer-bottom {
        padding: 18px 30px;
    }
    .commn-heading {
        width: 100%;
    }
    .commn-heading h2 {
        font-size: 22px;
    }
    .industry-integration-left h2 {
        font-size: 22px;
    }
    .employability-text h2 {
        font-size: 22px;
    }
    .apply-form-detail h2 {
        color: #fff;
        font-size: 26px;
    }
    .pt-70 {
        padding-top: 40px;
    }
}

@media(max-width:320px){
    .social-media a img {
        width: 16px;
    }
    .social-media a {
        border-radius: 50%;
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin-right: 6px;
    }
    .footer-bottom {
        padding: 18px 10px;
    }
    .footer-info li {
        font-size: 14px;
    }
}


@media (min-width: 992px) {
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
}