
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.max-width {
    width: 100%;
    max-width: 1766px;
    margin: 0 auto;
}

.section-mp {
    margin: 0px auto;
    padding: 40px 3rem;
}

/* .btn {
    display: inline-block; 
    padding: 12px 35px;
    outline: none;
    font-size: 14px;   
    border-radius: 30px;
    cursor: pointer;
    color: #000;
    background: white;
    border: 2px solid white;
    margin-top: 30px;
    transition: all 0.3s ease;
} */
/* 
.title{
    color:#ffc354;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3.4px;
    margin-bottom: 15px;
} */

/* Upper nav part  */
#upper-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #B0B6BC;
    background: #30373E;
    padding: 10px 40px;
}

.text {
    font-size: 14px;
    
    font-weight: 500;

}

/* Navigation BAr  */
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    left: 0;
    padding: 8px 20px;
    z-index: 999;
}

#header .logo-box img {
    height: 80px;
    max-width: 100%;

}

.navbarlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    padding: 0;
    margin: 0;
}

.navbarlist li {
    position: relative;
    margin: 0 3px;
}

.navbarlist li .menu-bar {
    text-decoration: none;
    
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 10px 5px;    
    transition: all 0.5s ease;
}

.navbarlist li a i{
    font-size: 16px;
    margin: 0 0 0 5px;
}

.navbarlist li .menu-bar:hover i{
    transform: rotate(90deg);
}


.navbarlist li .menu-bar:hover,
.navbarlist li .menu-bar.active {
    color: #ffc354;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s ease;
}

/* .navbarlist li a:hover::after, */
.navbarlist li .menu-bar.active::after ,
.navbarlist li .menu-bar:hover::after{
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ffc354;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.drop-show{
    position: relative;
}

.navbarlist .drop-show .drop-bar{
    position: absolute;
    top: 25px;
    left: 0;
    display: none;
    transition: all 0.5s ease;
    padding: 10px 0;
    z-index: 1000;
}
.navbarlist .drop-show:hover .drop-bar{
    display: inline-block;
    background-color: white;
    width: 220px;
}

.navbarlist .drop-show .drop-bar .dropdown{
    text-decoration: none;
    margin:  10px;
    
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    transition: all 0.5s ease;
}

.navbarlist .drop-show .drop-bar .dropdown:hover{
    color: #ffc354;
}

#mobile {
    display: none;
}

#close {
    display: none;
}

/* main head sectiion  */
#main-head{
    height: 40vh;
    max-height: 250px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../data/mainhead.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-head h2{
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
}



/* Footer css  */
#footer {
    background: linear-gradient(0deg, rgba(33, 41, 49, 0.95), rgba(33, 41, 49, 0.95)), url("footer_back.jpg");
    /* background-color: #23557C; */
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

#footer .heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content : center;
    margin: 0px auto 30px;
}


#footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .footer-content img {
    height: 80px;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}


.footer-content .details {
    padding-right: 3rem;
    max-width: 450px;
}


.pagelink li {
    cursor: pointer;
    padding: 5px 10px;
}

.footer-content p {
    font-style: italic;    
    font-size: 17px;
    text-align: justify;
    margin-bottom: 10px;
}

.footer-content .touch {
    padding: 0 2rem;
    max-width: 350px;
}

.footer-content .page-link {
    padding: 0 3rem;
}

.footer-content .boxes{
    margin: 30px 0;  
}



/* copyright part  */
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    font-size: 14px;
    color: rgb(238, 236, 236);
    border-top: .5px solid #B0B6BC;
    flex-wrap: wrap;
    background: #30373E;
}

.copyright a {
    color: #ffc354;
    font-style: italic;
}


@media (max-width:1150px) {
    /* navigation bar  */
    #header {
        padding: 10px 30px;
    }  
    
    #main-head h2{
        font-size: 48px;
    }

}    


@media (max-width:1024px) {

        /* navigation bar  */
    
    .navbarlist {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #fff;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 20px;
        transition: 0.3s ease;        
    }

    .navbarlist li {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .navbarlist .drop-list{
        margin-bottom: 10px;
    }

    .navbarlist li a{
        padding-left: 0px ;
    }

    #navbarlist.active {
        right: 0px;
    }


    #mobile {
        display: block;
        cursor: pointer;
    }

    #mobile i {
        color: #23557C;
        font-size: 30px;
        padding-left: 25px;
        transition: 0.3s ease;
    }

    #close {
        display: initial;
        position: absolute;
        top: 20px;
        /* right: 20px; */
    }
  
   
    /* footer part  */
    .footer-content .details {
        max-width: 100%;
    }

}

@media (max-width:588px) {

    /* New REsponsieness  */   
    
    .section-mp {
        margin: 0px auto;
        padding: 40px 1.5rem;
    }   
   

    #header {
        padding: 10px 20px;
    }
    #header .logo-box img {
        height: 50px;
    }        

    

    /* Footer part  */
    #footer .footer-content {       
        padding:40px 10px;
    }
    .footer-content .details {
        padding-right: 0rem;
    }

    .footer-content .touch {
        padding: 0rem;
    }

    .copyright p{
        font-size: 12px;
        text-align: center;
        padding-top: 5px;
    }

    #main-head {
        height: 25vh;
    }
    #main-head h2{
        font-size: 32px;
    }

    
}

/* @media (max-width:470px) {    

    .btn {        
        padding: 10px 20px;     
        margin-top: 16px;        
    }       

} */