*{
    /* margin:0;
    padding: 0; */
    box-sizing: border-box;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
}





/* style for navbar */
nav{
    background-color: white !important;
    position:fixed;
}


.fixed-top {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, 
    rgba(0, 0, 0, 0.07) 0px 2px 2px, 
    rgba(0, 0, 0, 0.07) 0px 4px 4px, 
    rgba(0, 0, 0, 0.07) 0px 8px 8px, 
    rgba(0, 0, 0, 0.07) 0px 16px 16px;

    background-color: #ffffffbd !important;
}

.fixed-top:hover {
    background-color: #ffffffff !important;
    transition: 1s;
}

/* .div_nvbr{
    display: flex !important;
    justify-content: space-between !important;
} */

.nvbr{
    opacity: 50%;
}

.nvbr:hover{
    opacity: 100%;
    background-color: rgb(169, 165, 160);
    transition: 2s;
}

ul{
    list-style-type: none;
}

li:hover{
    transform: scale(1.05) !important;
    transition: 1s;
}


a{
    color: rgb(95, 92, 92) !important;
}


.active{
    text-decoration: underline;
}

.dropdown-item{
    background-color: white !important;
}

.dropdown-menu{
    border: none !important;
    /* background-color: transparent; */
}

ul.navbar-nav {
    margin-right: 0 !important;
}

#navbarScroll {
    justify-content: right;
    margin-right: auto !important;
}

.page-header {
    margin-bottom: 100px;
}

a.navbar-brand img {
    height:35px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: inherit !important;
}


/* styles for carousel */

/* html, body, section, .main, #carouselExampleInterval, .carousel-inner, .carousel-item {height:100%;} */

.main, .hgt, #carouselExampleInterval{
    height:100%;
}

.sc_main{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* .crsl:hover{
    opacity: 100%;
    transition: 1.5s;
    transform: scale(1.2);
} */


/* .crsl_curr:hover{ 
    transform: scale(1.06);
    transition: 1.5s;
}  */

.cntn{
    display: block;
    justify-content: center;
}

.cntnr{
    margin: 500px;
}

.carousel-item img {
    max-height: 400px;
}

.c_img {
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* styles for footer */

footer{
    width:100%;
    min-height: 50px;
    max-height: 70px;
}

.footer_parent{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .footer_p1::after{
        content: "";
        height: 3px;
        width: 1px;
        background-color: pink;
        border-left: #ffffffbd;
        color: #ffffffbd;
} */


/* other styles */

h1{
    margin: 30px;
    /* text-shadow: 2px 2px #7c7575; */
}

/* section{
    margin-bottom: 50px;
} */




/* @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse, .navbar {
        margin-right: 5px !important;
    }
} */