:root {
    --theme-color: #f0491c;
    --theme-color2: #FFEC40;
    --title-color: #000000;
    --title-color2: #00274C;
    --title-color3: #070E20;
    --title-color4: #13182B;
    --body-color: #506172;
    --smoke-color: #FFF6F8;
    --smoke-color2: #F8FAFE;
    --smoke-color3: #FCF6F1;
    --black-color: #081933;
    --black-color2: #202844;
    --th-border-color: #D3DBE2;
    --th-border-color2: #EEEFF2;
    --th-border-color3: rgba(87, 88, 95, 0.5);
    --th-border-color4: rgba(198, 201, 212, 0.5);
    --th-border-color7: #B7C2CC;
    --light-color: #C6C9D4;
    --gray-color: #EEF1F4;
    --gray-color2: #F4F3E6;
    --gray-color3: #57585F;
    --black-color3: #051311;
    --black-color4: #00110E;
    --black-color5: #22272E;
    --black-color6: #2D333D;
    --black-color7: #0E0E13;
    --black-color8: #070E20;
    --white-color: #ffffff;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color5: #49515C;
    --th-border-color6: #383D46;
    --title-font: "Montserrat";
    --subtitle-font: "Urbanist", sans-serif;
    --body-font: "Poppins";
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 56px;
    --ripple-ani-duration: 5s;
    --th-body-background: #ffffff;
    --light-white: #f9f9f9;
}

.header-logo {
    padding: 0px 0;
}

.header-info {
    padding: 5px 0;
}

.header-logo img {
    width: 25%;
}

.main-menu>ul>li {
    margin: 0 12px;
}

.main-menu a {
    font-size: 14px;
    font-weight: 500;
}

.header-info-title {
    font-weight: 500;
    font-size: 13px;
}

.header-info-title>a {
    color: white;
}

.th-menu-wrapper .mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 30px;
    background-color: white;
    width: 100%;
}

.th-menu-wrapper .mobile-logo img {
    width: 120px;
    height: auto;
    display: block;
}

.menu-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.main-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    transition: color 0.3s ease;
}

.nav-list li a:hover {
    color: #e84c3d;
}

.header-layout1 .main-menu>ul>li>a {
    padding: 5px 0;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-text {
    text-align: right;
}

.header-text .college-name {
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.header-text .college-tagline {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 25px;
}

.college-logo {
    height: 130px;
    width: auto;
    object-fit: contain;
}

.college-name-main {
    font-weight: 800;
    color: #f0491c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}




.padding-top-150 {
    padding-top: 150px;
}

.pt-90 {
    padding-top: 90px;
}

.mt-60{
    margin-top: 60px;
}
.mission-h{
    font-weight: 500;
    font-size: 40px;
    font-family: montserrat;
}

.main-menu ul.sub-menu a, .main-menu ul.mega-menu a {
    font-size: 14px;
    line-height: auto!important;
}

.contact-part i{
    font-size: 40px!important;
}
.contact-part h6{
    font-size: 24px;
    font-weight: 600;
}
.contact-part p{
    font-size: 17px!important;
}

.footer-info a:not(:last-child) {
    margin-bottom: 22px;
}

.breadcumb-title {
    font-weight: 700;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    font-weight: 600;
}
.breadcumb-wrapper .breadcumb-content {
    padding: 150px 0 120px 0!important;
}
.checklist li:before {
    color: #f0491c!important;
}
.text-theme{
    color: #f0491c!important;
}
.text-black{
    color: #000!important;
}
.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
    margin-left: 9px;
    font-weight: 500!important;
    top: 1px;
    font-size: 14px;
}



/* hero slider setting */
.hero-style1 {
    padding: 150px 0 200px 0;
}
.hero-style1 .hero-title {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 65px!important;
}
.about-feature .box-title {
    font-family: "Montserrat";
    font-weight: 600;
}
.counter-card .box-number {
    font-weight: 700;
    font-size: 55px;
}
.counter-card .box-text {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}
.counter-card {
    gap: 23px;
}
.fw-600{
    font-weight: 600;
}
.contact-form2.bt-white{
    background: #fff!important;
}




.college-name-sub{
    font-size: 60px!important;
}









@media (min-width:320px) and (max-width:767px) {

    .header-layout1 .header-logo img {
        width: 100px;
    }
    .header-text .college-name {
        font-size: 20px;
        text-align: center;
    }
    .header-content {
        flex-direction: column;
        text-align: center;
    }
    .college-name {
        font-size: 20px;
        text-align: center;
    }
    .header-logo {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .college-logo {
        height: 70px;
    }
    .text-justify {
        text-align: justify !important;
    }
    .breadcumb-wrapper .breadcumb-content {
        padding: 120px 0 90px 0!important;
    }



    /* slider setting */
    .hero-style1 {
        padding: 110px 0 110px 0;
    }
    .hero-style1 .hero-title {
        font-size: 40px!important;
        margin-bottom: 10px!important;
    }
    .hero-style1 .hero-text {
        margin-bottom: 30px;
    }
    
    .counter-card {
        padding: 30px 20px;
    }
    .counter-card .box-number {
        font-weight: 600;
        font-size: 45px;
        padding: 12px 0 8px 0;
    }
    .counter-card .box-text {
        font-size: 16px;
        font-weight: 500;
    }







}







/**********   Custom Classes   **********/

.p-top{
    padding-top: 65px!important;
}
.p-bottom{
    padding-bottom: 65px!important;
}
.p-both{
    padding: 65px 10px!important;
}
.rounded-20{
    border-radius: 20px!important;
}
.text-justify{
    text-align: justify!important;
}





