#navbar {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding: .5rem 5rem;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .5);
    background: rgb(55,3,167);
    background: linear-gradient(90deg, rgba(55,3,167,1) 0%, rgba(21,39,227,1) 25%, rgba(0,187,252,1) 50%, rgba(255,165,0,1) 75%, rgba(255,0,0,1) 100%);
    width: 100%;
}
/**** nav bar ***/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif !important;
}

#title{
    font-size: 25px;
    font-weight: 600 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

.navbar .navbar-brand {
    font-size: 25px;
    font-weight: 900;
    color: #262625 !important;
    font-family: 'Poppins', sans-serif;

}

.navbar .nav-link {
    text-decoration: none;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(255, 255, 255) !important;

}
 .dmenu{
    background: rgba(255, 255, 255, 0.5);      
}

.dmenu a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(255, 255, 255) !important; 
}

.dmenu a:hover {
    background-color: black;
    border-bottom: 2px solid red !important;
}

.navbar .nav-link:hover{
    text-transform: uppercase;
    color: black !important;
    
}


#sub {
    font-size: 15px !important;
    font-family: 'Kaushan Script', cursive;
}

#navbarSupportedContent a {
    color: white;
    border-bottom: 2px solid transparent;
}

#navbarSupportedContent a:hover {
    border-bottom: 2px solid red !important;
}


/** Footer Quick Link Bullets ***/
.ql ul {
    list-style: none;
    padding: 0;
  }
  .ql li {
    padding-left: 1.3em;
  }
  .ql li:before {
    content:url("../img/swatch.svg"); /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li*/
  }

.ql a{
    text-decoration: none;
    color: white;
}
.ql li a:hover{
    text-decoration: none;
    color:aqua;
    border-bottom: 2px solid red;

}

/* Back to top Button  */
#topBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #0073df;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
    height: 45px;
    width: 45px;
    justify-content: center;
    align-content: center;

}

.btt {

    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
    height: 45px;
    width: 45px;
    align-content: center;
}

/**
.btt:hover{
    content: url(/assets/img/btt_hover\ \(2\).svg);
}

/*** Button Ends ***/


/** Social Media Icon**/
.fb,.ig,.tg,.tw,.yt,.wa {
    height: 32px;
    width: 32px;
}
.navbar .navbar-nav .nql a:active{
    border-bottom: 2px blue !important;
}


.vtopimg{
    background-image: url(../img/colours-advisable-as-per-vaastu.jpg);
    height: 280px;
    background-size: cover;
    background-position: center;
    flex-direction: column;
}
.topimg_color{
    background-image: url(../img/Color_banner.webp);
    height: 280px;
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

a{
    cursor: pointer;
}