html,body{
    font-family: 'Raleway', sans-serif;
}
:root {
  --bg-color: #000099 !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
}
.text-black{
    color: #000 !important;
}
.main-heading{
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.inner-heading{
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.about-inner-facilities svg{
    fill: #ba2025;
    margin-right: 8px;
}
.about-inner-facilities p{
    padding-bottom: 0px;
    margin-bottom: 4px;
}
.about p{
    color: #111 !important;
}

.parsley-errors-list li{
    font-size: 14px;
    color: red;
}

.btn2{
    background-color: #000099;
    color: #fff;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.12px;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.btnWhatsapp{
    background-color: #00cc67;
    color: #fff;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.12px;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.btnWhatsapp:hover{
	 background-color: #00cc67;
    color: #fff;
}
.btn2:hover{
    background-color: #ba2025;
    color: #fff;
}

.btn3{
    font-size: 14px;
    padding: 10px 35px;
    border: 1px solid #232323;
    border-radius: 4px;
    box-shadow: 0 0 3px -1px rgb(37 40 45 / 70%);
    background-color: #fff!important;
    color: #25282D!important;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 22px;
    text-align: center;
}
.btn3:hover {
    border: 1px solid #3d3b3b;
}

/* Navbar - Starts */
.top-navbar{
    background-color: #000099;
    padding: 6px 0px;
    color: #fff;
}
.top-navbar .social-media i{
    color: #fff;
    border: 1px solid #fff;
}
.top-navbar .top-nav-link{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 10px;
}
.navbar{
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background-color: #fff;
    padding: 0px;
}
.navbar .navbar-brand{
    margin: 0px;
    padding: 0px;
}
.navbar .navbar-brand img{
    width: 120px;
}
.navbar .nav-item .nav-link{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 24px 16px;
    color: #000 !important;
}
/* Navbar - Ends */


.gallery-img{
    padding: 5px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 60px rgb(35 35 35 / 8%);
    width: 100%;
    margin-bottom: 24px;
}

/* Start - Room Box */
.room-section{
    background-color: #e8f0f3;
}
.room-box{
    padding: 18px;
    /* -webkit-box-shadow: 0 4px 6px 0 rgb(131 134 163 / 12%);
    -moz-box-shadow: 0 4px 6px 0 rgb(131 134 163 / 12%);
    box-shadow: 0 4px 6px 0 rgb(131 134 163 / 12%); */
    background-color: #fff;
    box-shadow: 4px 0 6px rgb(131 134 163 / 12%);
    padding: 40px;
    margin-bottom: 30px;
}
.room-box .room-body{
    padding-left: 20px;
    padding-right: 120px;
    position: relative;
    height: 96%;
}
.room-button-area{
    position: absolute;
    bottom: 0px;
}
.room-box .room-title{
    font-size: 28px;
    color: #25282D;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.room-box .room-para{
    font-size: 16px;
    color: #25282D;
    font-weight: 300;
    max-height: 96px;
    overflow: hidden;
}
.room-readomre{
    font-size: 16px;
    font-weight: 500;
    color: #483d8b!important;
    text-decoration: none;
    padding-bottom: 0;
    display: inline-block;
    margin-top: 14px;
}
.room-readomre:hover{
    text-decoration: underline;
}
.btn-readmore{
  color: #b96f00;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none !important;
}
.btn-book {
  color: #ffffff !important;
  font-size: 13px;
  letter-spacing: 1px;
  background: #21346e;
  text-transform: uppercase;
  padding: 6px 30px 6px 30px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* End - Room Box */

/* Footer - Starts */
.footer-icon-logo {
    width: 84px;
    height: 84px;
    background: #000099;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 12px solid #000099;
    border-radius: 50%;
    margin: auto;
    margin-top: -89px;
    margin-bottom: 30px;
}
.nandi-footer {
    padding: 50px 0 40px 0;
    background-color: #000099;
    position: relative;
}
.nandi-footer .nandi-footer-link {
    text-align: center;
    padding-bottom: 10px;
}
.nandi-footer .nandi-footer-link a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 4px 30px;
    display: inline-block;
}
.nandi-footer .footer-call {
    text-align: center;
    margin-bottom: 0px;
}
.nandi-footer .footer-call p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 14px 0px;
}
.nandi-footer .footer-copy {
    text-align: center;
}
.nandi-footer .footer-copy p {
    color: #fff;
    margin-bottom: 0px;
}
.nandi-sub-footer {
    background-color: #cb1e24;
    padding: 10px 10px;
}
.nandi-sub-footer p {
    margin-bottom: 0px;
    color: #fff;
}
.nandi-sub-footer a {
    font-size: 15px;
    color: #fff;
}
.nandi-sub-footer .social-media i {
    color: #fff;
    border: 1px solid #fff;
}
/* Footer Ends */

.social-media i {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    margin: 0px 3px;
    padding: 6px 0px;
}
.navbar .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 24px 16px;
    color: #000 !important;
}
.text-left{
text-align:left!important;
}
.col-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 992px){
.navbar .nav-item:hover .dropdown-menu {
    display: block !important;
}
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.main-nav ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding: 30px 0px;
    display: block;
}

.main-nav ul li a {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    padding: 30px 0px;
    text-transform: uppercase;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
    border-left: none!important;
}
.main-nav ul li .dropdown-menu .dropdown-item {
    color: #0a0a0a;
    border-bottom: 1pt solid #c5c5c5;
    border-left: 2pt solid #5b5b7d;
}

.main-nav ul li .dropdown-menu .dropdown-item {
    display: block;
    position: relative;
    float: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.6px;
    padding: 12px 15px;
    text-transform: capitalize;
}


.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-top: 3px solid #143866;
    min-width: 180px;
    line-height: 1;
    text-align: left;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.about-card-body{
background-color: #e8f0f3;
}
.about-card-body .ap-box {
    box-shadow: 6px 5px 15px 2px rgb(0 0 0 / 6%);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 15px;
    margin: 10px;
    text-align: center;
    height: 132px;
    padding-top: 25px;
	background:#fff;
}
.ap-box h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.ap-box h5 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ba2025 !important;
    
}

.about-card-body .ap-box:hover {
    box-shadow: 27px 25px 33px 7px rgb(0 0 0 / 5%);}

.whatsapp-viber {
    position: fixed;
    right: 20px;
    top: 60%;
    z-index: 99;
}
.whatsapp-viber-div {
    list-style: none;
    padding: 0;
    margin: 0;
}
.whatsapp-viber-div li {
    padding-bottom: 15px;
}
.facilities-card{
	background-color: #000099;
    color: #fff;
    padding: 32px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
border-radius:5px;
}

.facilities-card:hover {
    background-color: #ba2025;
    color: #fff;
}
@media only screen and (max-width: 640px){

    .navbar .navbar-brand img {
        width: 140px;
    }
    .navbar .nav-item .nav-link {
        font-size: 16px;
        padding: 12px 16px;
        border-top: 1px solid #e5e5e5;
    }
    .btn2{
        margin-top: 6px;
        margin-bottom: 10px;
    }
	.btnWhatsapp {
    background-color: #00cc67;
    color: #fff;
    padding: 11px 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.12px;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
	}
    .btn3 {
        font-size: 12px;
        padding: 7px 12px;
        border: 1px solid #232323;
        border-radius: 4px;
        box-shadow: 0 0 3px -1px rgb(37 40 45 / 70%);
        background-color: #fff!important;
        color: #25282D!important;
        font-weight: 600;
        letter-spacing: .5px;
        line-height: 22px;
        text-align: center;
    }
    .room-box {
        padding: 18px;
        background-color: #fff;
        box-shadow: 4px 0 6px rgb(131 134 163 / 12%);
        padding: 10px;
        margin-bottom: 25px;
    }
	.room-body0.px-4{
    text-align: center;
    padding: 0px 20px!important;
	}
	.search-card .col-md-8.py-3.col-center{
		padding:0px 23px;
	}
}
