html,
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.headingFont {
    font-family: 'Open Sans', sans-serif;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    outline: none;
}

.bg-2 {
    background-color: #ffeee9 !important;
}

.site-name {
    font-family: 'Trajan Bold', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #212121;
    text-transform: uppercase;
}

.site-name:hover {
    color: #060606;
}

.site-name img {
    width: 55px;
    padding-right: 5px;
}

.top-header {
    padding: 5px 20px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navMenu {
    display: block;
    width: 100%;
    z-index: 19;
    top: 0;
    left: 0;
    position: relative;
}

.navMenu.stick {
    position: fixed !important;
}

.navMenu .container {
    position: relative;
}

.navMenu .navbar {
    /* background-color: #1e56a0; */
    /* background-color: #f73800; */
    background-color: #dedede;
    border-radius: 0px;
    padding: 0px;
}

.navMenu a {
    font-size: 14px;
    padding: 10px 13px !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    color: #292119;
    display: block;
    font-weight: 600;
}

.navMenu .navbar a.nav-link:hover,
.navMenu .navbar li.active a.nav-link {
    color: #616161;
}

.navMenu .dropdown-toggle::after {
    content: none;
}

/*  */

.section {
    padding: 50px 0px;
}

.section-space {
    padding: 80px 0 80px 0;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading h2 {
    font-weight: 400;
    font-size: 25px;
}

.section-heading h2 span {
    font-weight: 700;
    color: #3c3c3c;
}

.section-heading-2 {
    margin-bottom: 30px;
}

.section-heading-2 h2 {
    font-size: 27px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    color: #484848;
    text-transform: uppercase;
    text-align: center;
}

.section-heading-3 h2 {
    position: relative;
}

.section-heading-3 h2:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 1.25px;
    left: 50%;
    bottom: -20px;
    margin-left: -25px;
}

.section-heading-3 h2,
.section-heading-3 h2 span {
    color: #fff;
}

.bg-pic-1 {
    background-image: url(../../img/home1-banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about p {
    font-size: 14px;
    line-height: 28px;
}

/*  */

.section-box-item {
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.section-box-item .section-heading {
    position: relative;
}

.section-box-item .section-heading:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #322;
    margin-left: -25px;
    bottom: -15px;
}

.view-content {
    padding: 20px 20px 0;
}

.view-content img {
    margin-bottom: 20px;
}

.daily-programme-block {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-bottom: 20px;
}

.table--daily-programme>tbody>tr>th,
.table--daily-programme>tbody>tr:first-child>td {
    border-top-width: 0;
}

.table--daily-programme>tbody>tr>th {
    padding-left: 15px;
    width: 100px;
}

.table--daily-programme>tbody>tr>td {
    border-color: #b2b2b2;
}

.table--daily-programme>tbody>tr>th,
.table--daily-programme>tbody>tr:first-child>td {
    border-top-width: 0;
}

.btn-more {
    padding: 6px 30px;
    border-radius: 30px;
    border: 1.5px solid #FF5722;
    color: #FF5722;
}

.btn-more:hover,
.btn-more:focus {
    background-color: #FF5722;
    border-color: #FF5722;
    color: #fff;
}

.item {
    padding-top: 30px;
    padding-bottom: 30px;
}

.item-1 {
    background-color: #29333a;
}

.item-2 {
    background-color: #a73d3a;
}

.item-3 {
    background-color: #cf4a46;
}

.item-4 {
    background-color: #dd6043;
}

.cta_common {
    color: #f3f3f3;
}

.cta_common .intro {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.cta_common .heading-bottom {
    padding-bottom: 20px;
}

.icon-bottom {
    margin: 0 0 15px 0;
}

.counter-num {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 10px;
}

.counter-sub {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.btn-top-3 {
    margin-top: 30px;
}

.common-btn {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 15px 10px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

.cta-btn-2 {
    padding: 10px 20px;
}

.cta-btn-2 img {
    width: 25px;
    margin-right: 5px;
}

.cta-btn {
    background-color: #f44336;
    color: #f3f3f3;
    display: block;
}

.cta-btn:hover {
    color: #ffffff;
}

.item .btn-more {
    border-color: #fff;
    color: #fff;
}

.item .btn-more:hover,
.item .btn-more:focus {
    background-color: #fff;
    color: #333;
}

.item-inner {
    padding: 30px 20px;
}

.item-img {
    overflow: hidden;
}

.item-content {
    padding: 10px;
    background-color: #fff;
}

.item-content p {
    margin-bottom: 0;
    font-weight: 600;
}

.date {
    display: inline-block;
    float: left;
    text-align: right;
    margin-right: 10px;
}

.date span {
    display: inline-block;
    /* background: #FF9800;
    color: #fff; */
    background: #fff;
    padding: 8px 15px;
    text-align: center;
    font-style: normal;
    transition: all 0.3s;
}

.date span strong {
    font-weight: 900;
    font-size: 14px;
    display: block;
    font-style: normal;
}

.date span em {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    font-style: normal;
}

.con {
    display: table;
    vertical-align: middle
}

.con h4 {
    font-weight: 600;
    font-size: 15px;
}

.news-item {
    min-height: 185px;
}

.news-item.owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}

.news-item p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

/* slider */

.carousel img {
    width: 100%;
}

.carousel .carousel-indicators {
    bottom: 40px;
}
#hotelSlider{
    position: relative;
    overflow: hidden;
}
#hotelSlider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    bottom: -40%;
    left: 0;
    z-index: 5;
    pointer-events: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
/* donation */

.donation .action_box-inner {
    position: relative;
    z-index: 1;
}

/*  */

.hotelCarousel .item {
    padding: 15px;
}

.hotelCarousel .item img {
    border: 2px solid #ddd;
}

.hotelCarousel .trip-head {
    display: block;
}

.promoted-main {
    top: -32px;
    width: 86%;
    padding: 10px 15px 10px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -32px;
    -webkit-transition: box-shadow 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition: box-shadow 1s;
    transition-timing-function: ease-in-out;
    background: #fff;
    border-top: 5px solid #2196F3;
    box-shadow: 0 9px 0px 0px #fff, 0 0px 0px 0px #fff, 7px 4px 15px -4px rgba(188, 188, 188, 0.7), -7px 0 15px -4px rgba(188, 188, 188, 0.7);
}

.promoted-main p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    word-spacing: 1px;
    font-weight: 500;
}

.promoted-tag {
    position: relative;
    top: -20px;
    background-color: #2196F3;
    padding: 5px 18px;
    margin: auto;
    display: inline-block;
    z-index: 1;
    width: auto;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

/* MAP */

.map-content {
    overflow: hidden;
    position: relative;
}

.map-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#map {
    width: 100%;
    height: 400px;
    background-color: #808080
}

.map-content-panel {
    position: absolute;
;
    left: 10%;
    width: 25%;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
}

.map-content-panel-info {
    padding: 20px;
    min-height: 50px;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    color: #343434;
}

.map-content-panel-info h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #FF5722;
}

.map-content-panel-info p {
    font-size: 16px;
    margin-bottom: 5px;
}

.map-content-panel-info p i {
    padding-right: 5px;
    color: #FF5722;
}

.map-content-panel-info a {
    color: #333;
}

/* footer */

footer {
    background-color: #1B2125;
}

.top-footer {
    padding: 30px 0;
    color: #fff;
}

.top-footer p {
    color: #A0A0A0;
    line-height: 25px;
}

.bottom-footer {
    padding-top: 20px;
    background: #171C1F;
    color: #A0A0A0;
}
.footer-heading{
    margin-bottom: 10px;
}
.footer-heading h4{
    font-weight: 400;
}
.footer-link-list{
    column-count: 2;
}
.footer-link li{
    line-height: 30px;
}
.footer-link a {
    color: #A0A0A0;
}
.contact-address i{
    padding-right: 10px;
    color: #fff;
}
.footer-link a:hover {
    color: #fff;
}
.page-header img
{
    width:100%;
}
.about-us-gallery {
    list-style-type: none;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-us-gallery li {
    padding: 2px;
    width: 48.33%;
    line-height: 0px;
    background: #ffffff;
    border: 1px solid #afafaf;
    padding: 6px;
    margin-right: 11px;
    margin-bottom: 8px;
}
#gallery img {
    width: 100%;
    cursor: zoom-in;
    transition: all .3s ease 0s;
}
.popup-gallery a:hover {
    opacity: .7;
}
.about-us-gallery li img {
    width: 100%;
}
.contact-heading {
    font-size: 17px;
    padding: 15px 0 0px;
    color: black;
    margin-top: 16%;
}
.add p
{
    line-height:26px;
}
.schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}
.schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
    margin-left: 2em;
    /* text-align: center; */
    margin-top: 2px;
    font-weight: 600;
}
.schedule-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}
.schedule-item .speaker img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
}
.schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.schedule-item p {
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
}
.p-grid .card-header img
{
    width:240px;
}
.p-grid .card-header {
    color: white;
    font-weight: 500;
    font-family: Oswald;
    text-align: center;
    padding: 7px;
    letter-spacing: 0.9px;
}
.product-description a
{
    color:Black;
}
.dest-box {
    color: #ffffff;
    height: 320px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    background: #000;
}
.bg-img-p {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.dest-box .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.dest-box .text {
    position: relative;
    padding: 0 7.5%;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dest-box .in-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.dest-box .primarytext {
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.3px;
    font-size: 1.25em;
    position: absolute;
    bottom: 0px;
    background: #337ab7;
    left: 0;
    right: 0;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-shadow: 0 0 4px #0000008c;
}
.dest-box .subtext-box {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.dest-box .in-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.dest-box .subtext {
    position: relative;
    display: block;
    padding: 0 5%;
    font-size: .71em;
    line-height: 1;
    min-height: 32px;
    letter-spacing: 1px;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.dest-box:hover {
    color: #fff;
}
.dest-box:hover .bg-img, .dest-box:focus .bg-img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.45;
}
.dest-box:hover .primarytext, .dest-box:hover .primarytext {
    background-color: transparent;
    position: relative;
    font-size: 1.5em;
}
.dest-box:hover .subtext-box, .dest-box:focus .subtext-box {
    max-height: 32px;
    bottom: 19px;
}
.dest-box:hover .subtext, .dest-box:focus .subtext {
    opacity: 1;
}
.press a
{
    color: #f44336;
    background-color: transparent;
    border-color: #f44336;
}
.about-border {
    padding: 1em;
    background: #fff;
    margin: 1em 0em 3em 0em;
    width:100%;
}
.about-shadow {
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.39);
}

.sena-times .card-header img
{
    width: 100%;
}
.product-name {
    padding: 12px 10px 12px 10px;
    margin-bottom: 0;
    color: black;
}

.dekstop-logo
{
    display:block;
    /*text-align: right;*/
}
.mobile-logo
{
    display:none;
}
.schedule-item date {
    margin-left: 5px;
}
.single-package {


}
.custom-btn {
    background-color: #f44336;
    border: #f44336;
    padding: 9px 40px 9px 40px;
    font-size: 16px;
    font-weight: 600;
}
.custom-btn:hover {
    background-color: #f44336;
    border: #f44336;
    padding: 9px 40px 9px 40px;
    font-size: 16px;
    font-weight: 600;
}
.lineheightone {
    list-style: none;
    margin-bottom: 3px;
    font-size: 11px;
}
.lineheightone .colorredwithbold{
    font-weight: bold;
}
.lineheightone li::before{
    content: "\f178";
    font-family: FontAwesome;
    /* position: absolute; */
    z-index: 1;
    left: 0;
    top: 0;
    color: #f44336;
    margin-right: 11px;
    font-size: 15px;
    font-weight: 900;
}
.news-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .36);
}

.news-box {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.top-header .cta-btn:hover{
    background-color: #f44336;
    color: #f3f3f3;
}
.top-header .dropdown-menu.show {
    display: block;
    width: 38%;
}
.top-strip {
    background-color: #f44336;
    color: white;
    padding: 3px 0 0px;
}
.top-strip p {
   margin-bottom: 0;
}
.h-20{
    height: 20%;
}
.menu-active a{
    color: #f44336
}
.navMenu a:hover{
    color: #f44336
}
.navMenu .container{
    max-width: 1250px;
}
.fs-13{
    font-size: 13px;
}
.navbar ul {
    padding: 0 0 4px;
}
.site-name sub {
    bottom: -.25em;
    font-size: 12px;
}
.custom-sm {
    cursor: pointer;
    padding-bottom: 0;
    padding-top: 0;
}
.custom-sm a {
    display: inline-block;
    position: relative;
}
.custom-sm .lazy {
    border-radius: 10px;
    border: 2px solid white;
    height: 150px;
}
.custom-sm-detail2 {
    left: 0em;
    position: absolute;
    bottom: 15px;
    z-index: 99999;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-sm-detail {
    position: absolute;
    left: 0em;
    bottom: 15px;
    /* width: 100%; */
    text-align: center;
    z-index: 99999;
    padding-left: 5px;
    padding-right: 5px;
}
.custom-sm-detail h3 {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: -2px 0px 20px rgba(0, 0, 0, 0.75);
    font: 15px/20px 'clanotmedium';
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    letter-spacing: 1px;
}   
.custom-sm-detail2 h3 {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: -2px 0px 20px rgba(0, 0, 0, 0.75);
    font: 15px/20px 'clanotmedium';
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    letter-spacing: 1px;
}   
.custom-sm a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
    height: 80%;
    top: auto;
    bottom: 0;
}

#sai-rasoi {
    border: 1px solid #e0e0e0;
    table-layout: fixed;
}
#sai-rasoi thead th {
    border: 0;
}
#sai-rasoi thead th {
    padding: 5px 10px 5px 10px;
    background-color: #ececec;
}
#sai-rasoi td {
    padding: 5px 10px 5px 10px !important;
    vertical-align: baseline;
}
.input-icon.icon-right .icon-addon {
    top: 0;
    right: 0;
    color: #b1b1b1;
    font-size: 14px;
    padding-right: 6px;
}

.input-icon .icon-addon {
    position: absolute;
    padding: 0;
    color: rgba(58, 82, 155, .6);
    font-size: 12px;
    width: 36px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icon {
    color: white;
    font-size: 13px;
    /* position: absolute; */
    top: 0;
    left: 0;
    transform: translate(0%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.table th, .table td {
    border: 1px solid #dee2e6 !important;
}
#sai-rasoi select{
    border: 1px solid #dcdbdb;
    border-radius: 3px;
    width: 100%;
    height: 33px;
}
.booking select{
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    width: 100%;
    height: 33px;
    display: -webkit-box;
}
.members-page .card-body {
    border: 1px solid #d6d6d6;
}
.cms-pg-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7px;
    margin-top: 7px;
}
.cms-wrapper .cms-pg-wrapper .hk-pg-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.popup-btn a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #f44336;
    border: #f44336;
}
.popup-btn a:hover, .popup-btn a:focus {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #f44336;
    border: #f44336;
}
.about-scroll {
    padding: 15px;
    background-color: #f3f3f3;
    overflow: auto;
    height: 730px;
}
#about-page {
    background-image: url(../../img//parallax-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ttm-page-title-row {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
}
.title-box .page-title-heading {
    position: relative;
}
.title-box .page-title-heading h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Oswald';
    letter-spacing: 1px;
    text-shadow: 0 0 3px black;
}
.title-box .page-title-heading .title:before {
    background-color: #f44336;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 100%;
    width: 6px;
}
.breadcrumb-wrapper span {
    color: #d6d6d6;
}
.breadcrumb-wrapper a {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}
.badge-icon, 
.badge-text{
  padding:1.5rem;
  float:left;
  -webkit-box-flex:1;
  flex:1
}

.badge{
  display:flex;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;

  color: var(--color-light);

  min-width: var(--badge-size);
  border-radius: 5px;
  box-shadow: 0px 0px 60px var(--color-shade);
  
  overflow: hidden;
}

.badge-icon{
    background: url('https://upload.wikimedia.org/wikipedia/commons/9/93/European_stars.svg') var(--color-primary) no-repeat center center;
  background-size: contain;
  max-width: calc( var(--badge-size) / 5);
}

.badge-text{
  font: normal small-caps normal 16px/1.5 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}

.badge[data-color=""] .badge-text,
.badge[data-color="default"] .badge-text{
    color: var(--color-light);
    background-color: var(--color-primary);
}
.badge[data-color="light"] .badge-text{
    color: var(--color-dark);
    background-color: var(--color-light);
}
.badge[data-color="dark"] .badge-text{
    color: var(--color-light);
    background-color: var(--color-dark);
}


/*The body of the lock*/
.lock {
  display:block;
  width: var(--lock-width);
  height: calc(var(--lock-width) * 0.75);
  
  top: 50%; left:50%;
  transform: translate(-50%,-50%);
  
  border: var(--lock-stroke) solid var(--lock-color);
  border-radius: 5px;
  position: relative;
  
  transition: all 0.1s ease-in-out;
}
/*The keyhole*/
.lock:after {
  content: "";
  display: block;
  background: var(--lock-color);
  
  width: var(--lock-stroke);
  height: calc(var(--lock-stroke) * 3);
  
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50% , -50%);

  transition: all 0.1s ease-in-out;
}
/*The arm of the lock*/
.lock:before {
  content: "";
  display: block;
  width: calc(var(--lock-width) / 2);
  height: calc(var(--lock-width) / 3);
  
  position: absolute;
  bottom: 100%; left: 50%;
  transform: translateX(-50%);

  border: var(--lock-stroke) solid var(--lock-color);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom: 0;
}
.show_check_dd_box, .show_cash_box, .show_wallet_box, .show_online_box{
    display: none;
}
.member-top .media {
    padding-top: 10px;
    padding-bottom: 0px;
    display: block;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
    background-color: #efefef;
}
.member-top .media img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    margin-right: 12px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 30px;
    font-weight: 400;
    min-height: 18px;
}
.checkbox input, .radio input {
    position: absolute;
    opacity: 0;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.checkbox span, .radio span {
    display: inline-block;
}
.checkbox-danger input:checked~span::before {
    background-color: #f44336;
    border-color: #f44336;
}
.checkbox span::before, .radio span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 1px;
    border: 2px solid #bdc3c7;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.checkbox-danger input:checked~span::after {
    border-color: #fff;
}
.checkbox input:checked~span:after, .radio input:checked~span:after {
    display: inline-block;
}
.checkbox span::after, .radio span::after {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 10px;
    left: 7px;
    top: 4px;
    border: solid #526477;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hotelSlider .carousel-indicators {
    display: none;
}
#hotelSlider img {
    height: 500px;
}
.cta-btn a {
    color: white;
    font-size: 13px;
}
.con p {
    color: white;
    font-size: 13px;
}
.custom-image{
    text-align: center;
}
.custom-image img{
    height: 190px;
}
.table--daily-programme th, .table--daily-programme td {
    font-size: 13px;
    padding: 8px 5px;
}
.page-link a {
    color: white;
}
.lazyOwl {
    border: 3px solid #cccccc;
}
#rasoi-box {
    max-width: 100%;
    border: 1px solid white;
}
marquee {
    font-size: 13px;
}
.pagination .current {
    margin-right: -7px;
}
.page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f44336;
    border-color: #dee2e6;
}
.page-link a {
    color: #fff;
}
.page-link a:hover {
    color: #fff;
}
.custom-img-preview img {
    height: 100px;
    margin-bottom: 20%;
    margin-top: 1%;
}

.noResult h5 {
    color: rgba(0,0,0,.5);
    line-height: 28px;
    font-size: 16px;
}
.custom-image-sai{
    height: 200px;
    margin-bottom: 10px;
}
@media screen and (max-width: 992px)
{
    .owl-buttons {
        display: none;
    }
    .site-name {
        font-size: 25px;
    }
    .site-name img {
        width: 70px;
    }
    .top-header {
        padding: 5px 0px 0;

    }
    .mobile-view{
        text-align: center !important;
    }
    .navMenu {
        display: none;

    }
    .dekstop-logo
    {
        display:none !important;
    }
    .mobile-logo
    {
        display: block !important;
        border-top: 1px solid #e0e0e0;
        background-color: #efefef !important;
        border-bottom: 1px solid #e0e0e0;
    }
    .carousel .carousel-indicators {
        bottom: 0;
    }
    .section-heading-2 h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .common-btn {
        padding: 9px 15px 9px 15px;
        margin-bottom: 2em;
    }
    .cta_common .heading-bottom {
        padding-bottom: 5px;
        font-size: 17px;
    }
    .footer-widget {
        margin-top: 5%;
    }
    .top-footer p {
        color: #A0A0A0;
        line-height: 20px;
        font-size: 13px;
    }
    .footer-link li {
        line-height: 25px;
        font-size: 12px;
    }
    .bottom-footer p {
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }
    .promoted-main p {
        color: #333;
        font-size: 15px;
    }
    .schedule-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .schedule-item .col-md-2
    {
        text-align:center;
    }
    .add p {
        line-height: 26px;
        font-size: 12px;
    }
    .lineheightone{
        padding-left: 0;
        font-size: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    .timing-size {
        font-size: 14px;
    }
    #hotelSlider img {
        height: 150px;
    }
    .cta_common .intro {
        font-size: 23px;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .section-space {
        padding: 35px 0 35px 0;
    }
    .custom-para-donation{
        line-height: 28px;
        font-size: 13px;
    }
    .res-common-bottom-1 {
        margin-bottom: 20px;
    }
    .item-img img {
        width: 100%;
    }
    .item-img img {
        width: 100%;
    }
    .news-item p {
        font-size: 17px;
        line-height: 28px;
        font-weight: 400;
        text-align: center;
    }
    .custom-image img {
        height: 350px;
    }
    .footer-link a {
        font-size: 13px;
    }

    .title-box .page-title-heading h1 {
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
    }
    .breadcrumb-wrapper a{
        margin-left: 20px;
    }
    .single-package {
        margin-bottom: 10%;
    }
    .news-box {
        margin-bottom: 5%;
    }
    .schedule-item time {
        padding-bottom: 15px;
        margin-left: 5px;
    }
}
select {
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    width: 100%;
    height: 33px;
    display: -webkit-box;
}
label.radio, label.ui-switch {
    font-weight: normal;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    margin-right: 12px;
}
.radio-info input:checked~span::before {
    background-color: #f44336;
    border-color: #f44336;
}

.radio span::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.checkbox span::before, .radio span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 1px;
    border: 2px solid #bdc3c7;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.radio-info input:checked~span::after {
    background-color: #fff;
}
.checkbox input:checked~span:after, .radio input:checked~span:after {
    display: inline-block;
}
.radio span::after {
    border: 0;
    height: 6px;
    left: 6px;
    top: 7px;
    width: 6px;
    background: #526477;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.barcode{
    border-bottom: 10px solid #013364;
    width: 100%;
}
.custom-card .card-header {
    padding: 5px 10px 0px;
}
h3.step-heading {
    font-size: 20px;
    color: #f44336;
    text-decoration: underline;
}
#modalBarCode .barcode{
    height: 300px;
    width: auto;
}
