body{
    /* color: #33475b; */
    color: #333;
    font-family: "Lohit Devanagari", manrope,sans-serif;
    font-family: "Lohit Devanagari", "Poppins", sans-serif;

    font-weight: 400;
    /*line-height: 1.8rem;*/
    letter-spacing: 0.015em;
    margin: 0;
    padding: 0;
    font-size: 0.94rem;
}

/*Header*/
.logo-sm h4{
    text-shadow: 3px 0px 10px #c83f19;
}
.logo-sm:hover{
    text-decoration: none;
}

.top-menu{
    padding-right: 1em;
}
.header-top{
    margin: 0 auto;
    max-width: 1199px;
    overflow: hidden;
    padding-bottom: 0.5em;
    /* padding-top: 1em; */
}


#header #header-item{
    color: #666;
    text-align: right;
}

#header #header-item div{
    display: inline-block;
    padding: 0 0 0 32px;
    vertical-align: top;
}

#header #header-item .icon{
    color: #858585;
    font-size: 1.3125em;
}

#header #header-item .header-contacts-br{
    display: none;
}

.opening-times{
    color: #9c9c9c;
    display: block;
    font-size: 0.75em;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-top: 0.3em;
}

#menu-bar{
    /*background: #c83f19 none repeat scroll 0 0;*/
    /*background: #f37216 none repeat scroll 0 0;*/
    /*background: #DD530E none repeat scroll 0 0;*/
    /*background: linear-gradient(175deg, #9d2b0c 36%, rgba(197,90,23,1) 65%, rgba(221,83,14,1) 100%);*/
    /*background: linear-gradient(175deg, #9d2b0c 20%, #f37216 65%);*/

    background: #f37216;
    background: linear-gradient(175deg, #F34902 50%, #f37216 100%);

    padding: 0.6em;
}

#menu-bar a, #menu-bar a:hover, #menu-bar a:focus{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    height:42px;
    padding-top: 0.51em;

}

.dropdown-menu{
    width: 100%;
    /*color: #e33102;*/
    background-color:#F34902;
}

.dropdown-item:hover{
    background: #f37216;
}

/*Header*/

strong, b{
    color: #cc0906;
}

img{
    margin: 0.4em 0.09em 0 0px;
    vertical-align: inherit;
}


.img-thumbnail{
    /* border: 1px solid #c55a17; */
    border: none;
}

.blog .img-thumbnail{
    /* border:1px solid #dee2e6; */
    /* height: 250px; */
    width: 200px;
    height: 200px;
}

.thumbnail-200 {
    padding: .25rem;
    width: 200px;
    /* height: 200px; */
}

.thumbnail-250 {
    padding: .25rem;
    width: 250px;
    height: 250px;
}

.thumbnail-100 {
    width: 100px;
    height: 100px;
}

/* Form */

.form-control{
    border-radius:0;
    margin-bottom: 0.08em;
    border: 1px solid #656161;
    box-shadow: none;

    padding: 5px 10px;
    height: calc(1.72em + .75rem + 5px);
}

input{
    background: transparent;
    outline: 0;
    box-shadow: none;
    z-index: 9;
    font-size: 16px;
    height: 50px;
    margin: 0;
}

input[type="checkbox"], input[type="radio"] {
    /*float: left;*/
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label:after {
    border: 1px solid #000;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding:0;
    vertical-align: top;
    width: 16px;
    margin-left: 10px;
}

input[type="checkbox"]:checked + label:after {
    background: #fff;
    color: #666;
    content: "\2713";
    text-align: center;
    margin-left: 10px;
}
input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

.form-check{
    display: inline;
}
/* Form */

/*Html Tags*/
h1{
    letter-spacing: 1px;
}

h1, h2,h3,h4,h5,h6 {
    /* color: #F34902; */
    color: #301504;
    /*color: #f37216;*/
    /* font-family: "Aerial", Helvetica, Arial, sans-serif; */
    /* font-family: "Poppins", sans-serif; */
    font-family: "Lohit Devanagari","Proxima Nova";
    font-weight: 700;
    /* letter-spacing: 0px; */
    text-transform:capitalize;
}

h1{
    margin: 0.1em 0 0.261538em;
    /* font-family:manrope, sans-serif; */

}

h2{
    padding-top: 0.251em;
}

h3{
    padding-top: 0.75em;
    padding-bottom:0.5em
}
h4{
    padding-top: 0.5em;
    padding-bottom:0.25em
}

h5{
    font-size: 1.5rem;
}

h5{
    font-size: 1.25rem;
}

/* Home Page */

.btn-yellow{
    background: #F34902;
    color: #fff;
}


.box.box-info {
    border-top-color: #9d2b0c;
}

.box.box-primary {
    border-top-color: #c82719;
}

.box.box-default {
    border-top-color: #8c8c8c;
}

.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 3px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-plain{
    padding: 1em 1em;
    margin-bottom: 1em;
    text-align: center;
    border: 1px solid #e6e6e6;
    max-height: 300px;
}

.product-box{
    padding: 5px 20px;
}

.product-box:hover {
    box-shadow:0px 2px 10px #9BB2AC; 
    border: 1px solid #f1f1f1; 
    position: relative; 
}

ul, li{
    list-style: none;
    padding-left: 2px;
}


p{
    /*font-size: 0.97rem;*/
    margin-bottom: 1rem;
    /* font-size: 0.94rem; */
    font-size: 1rem;
    line-height: 1.6;
}
/* Home Page */


/** Top Menu */

.error{
    color: red;
    font-size: 0.9em;
    font-family: "Aerial", Helvetica, Arial, sans-serif;
}

a{
    color: #e33102;
    /* color: #F34902; */
    /* color: #301504; */
}

h4 a, h3 a{
    color: #301504;
}

a:hover{
    /*color: #f37216;*/
    color: #e33102;
    /*color: #DD530E;*/
}

.breadcrumb{
    background-color: none;
}

.nav-item:hover{
    padding: 0;
    margin: 0;
}

.nav-link:hover{
    background-color: #f37216;
}

.navbar-nav:hover{
    padding: 0;
    margin: 0;
}

.nav-tabs .nav-link:hover{
    background-color: #c82719;
    color: #fff;
}
.nav-tabs .nav-link a:hover{
    background: none;
}

/*button classes*/
.btn-box{
    box-shadow: 0 1px 8px 0 #333;
}

.btn{
    /*background-color:#DD530E;*/
}

.book-btn{
    padding: 9px 10px 11px;
    border-radius: 4px;
    /*text-align: center;*/
    background-color:#DD530E;
    color:#fff;
    /*border: 1px solid #656161;*/
    cursor: pointer;
    /*display: block;*/
    display: inline-block;
    width: 50%;
    margin: 5px 10px 5px 0;
    border-radius: 2px;
}

.book-btn:hover{
    color: #FFF;
}

.btn{
    box-shadow: 0 1px 8px 0 #999;
}
.btn-primary{
    background-color: #e33102;
    border-color:#999;
    border-radius: 0.15em;
    /*box-shadow: 0 1px 8px 0 #999;*/
}

.btn-primary:hover{
    background-color: #DD530E;
    /*background-color: #f37216;*/
    border-color:#999;
}

.btn-outline-primary{
    border-color: #9d2b0c;
    color: #9d2b0c;
    margin: 0.1em;
}

.btn-outline-primary:hover, .btn-outline-primary:active{
    border-color: #9d2b0c;
    color: #fff;
    background:#e33102;
}

.btn-outline-primary.focus, .btn-outline-primary:focus{

    box-shadow: 0 0 0 .02rem #e33102;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle{
    /*color: #000;*/
    background: #DD530E;
    border-color: #e33102;
}

.bg-cust{
    border: 1px solid #DD530E;
    padding: 0.31em;
}

.bg-cust img{
    margin:0;
}

.img-circle{
    border-radius: 50%;
}

/* Table */
.bg-list{
    background: #656161;
}

.hltd{
    /* color: #F34902 !important; */
    color: #301504 !important;
    /*text-shadow: 0 5px 5px #949494;*/
    text-shadow: 0 1px 0 #e07e38;
    font-family: "Poppins", sans-serif;
}

.hltd a:hover{
    /*background: none;*/
    color: #fff;
}

.center{
    text-align: center;
}

.mark, mark{
    color: #656161;
}

.quote{
    font-size: 0.95em;
    color:#949494;
    margin-bottom: 20px;
}

.sub-input{
    /*border-width: 1px;*/
    border-color: #dcdcdc;
    border-radius: 5px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #6c757d;
    box-sizing:border-box;
}
.sub-in-h{
    width: 300px;
    margin: 0.5em;
}
.h-maxWidth300{
    max-width: 300px;
}

.h-max-300{
    max-width: 300px;
    max-height: 300px;
}

.h-max-200{
    max-width: 200px;
    max-height: 200px;
    vertical-align: text-bottom;
}

/* Image with Max Width */

@media (max-width: 500px) {

    .w-max-350{
        max-width: 350px;
    }
}


#sub-frm-hpl{
    color: #656161;
}

.small-quote {

    /*color: #656161;*/
    font-size: 0.8em;
    font-family: Roboto,sans-serif;
    margin: 0;
    display: block;
    text-transform: uppercase;
}

.blog-link:hover, .no-dec:hover{
    text-decoration: none;
}
.blog-link{
    color: #656161;
    font-size: 0.91em;
}

.shadow{
    padding: 0.1em 0 0.75em 0;
    /* box-shadow: 0em 0.5rem 1rem #dcdcdc !important; */
    box-shadow: 0em 0.2em 0.51em #dcdcdc !important;
    margin-right: 10px;
}

.no-pad-btm{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.p-link{
    display: block;
    padding: .75rem 1rem;
    font-weight: bold;
}

.p-link:hover{
    border-bottom:4px solid #DD530E;
    text-decoration: none;
    border-radius: 3px;
}


/*Package css*/
.pkg h3{
    padding-top: 0.51em;
    font-size: 1.25em;
    font-family: 'PT Sans', serif;
    padding-bottom: 1em;
}
.pkg{
    font: 14px/1.5 'PT Sans', serif;
}

.small-txt{
    font-family: 'PT Sans', serif;
    font-size: 0.9em;
    display: inline-block;
}

.small-text{
    font-size: 0.8em;
    display: inline-block;
    font-family: Roboto,sans-serif;
}

.facilities {
    font: 12px/1.5 'PT Sans', serif;
    margin: 25px;
    display: inline;
}

.facilities li{
    float: left;
    display: inline;
    margin-right: 0.5em;
}
.box-shadow{
    box-shadow: 0 1px 4px 0 #9BB2AC;
    border-radius: 3px;
    /*margin: 0 0.251em 0.75em 0;*/
    margin: 0em 0em 1.25em 0em;
    padding-bottom: 1em;
}

.pkg a:hover{
    text-decoration: none;
}
/*Package css*/

.price {
    padding-left: 0.51em;
    color:#9d2b0c;
    font-size: 1em;
}


/*Back to top*/
#button {
    display: inline-block;
    /*background-color: #FF9800;*/
    background-color: rgba(221,83,14,1);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    /*font-family: FontAwesome;*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #FF9800;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {

    #button {
        margin: 2px;
    }
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/