@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}
body {
    margin: 0.2px auto 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #414141;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #414141;
    font-family: 'Montserrat', sans-serif;
}
p {
    font-size: 16px;
    line-height: 28px;
    /*	color: #414141;*/
    font-weight: 500;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
a, button {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
a {
    color: #bf272e;
}
button {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
input[type="submit"] {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
a:focus, a:hover {
    color: #666;
    text-decoration: none;
}
.btn-main {
    background-color: #bf272e;
    padding: 14px 30px;
    display: inline-block;
    min-width: 130px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #fff;
    text-align: center;
    border: none;
}
.btn-main:hover, .btn-main:focus {
    background-color: #fff;
    color: #bf272e;
    border: 1px solid #bf272e;
    box-shadow: 0px 9px 33px 2px rgb(191 39 46 / 34%);
}
header {
/*    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;*/
}
.menu-area {
    padding: 10px 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #eee;
}
.logo-area img {
    width: 150px;
}
.nav-item {
    padding-left: 35px;
}
.nav-link {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
}
.navbar.navbar-expand-xl {
    padding: 0;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    display: inline-block;
    color: #313131;
}
.navigation-area.stick-menu .navbar-expand-xl .navbar-nav .nav-link {
    color: #666;
}
.menu__block_wrap {
    display: flex;
    justify-content: flex-end;
}
.nav-link.nav-btn {
    background-color: #4b84ff;
    color: #fff;
    padding: 10px 25px !important;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(75,132,255,0.2);
}
.nav-link.nav-btn:hover {
    background-color: #1646d3;
    color: #fff;
}
.navbar.navbar-expand-lg {
    padding: 0;
}
.navigation-area {
    position: static;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #272626;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-decoration: none;
    display: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 16px;
    font-size: 19px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#return-to-top:hover {
    background: #e81c8f;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.navigation-area.stick-menu {
    animation-name: fadeInDown;
    animation-fill-mode: none;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    height: auto;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu .dropdown-item {
    padding: 9px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #363636;
}
.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu {
    min-width: 250px;
    padding: 0;
    border: none;
    background-color: #272626;
    margin: 0;
    box-shadow: 0 10px 35px rgba(0,0,0,0.065);
}
.dropdown-menu .dropdown-item:hover {
    background-color: #711b15;
    color: #fff;
}
.navigation-area.headroom--not-top .tp-area {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s all;
}
.navigation-area.headroom--not-top:hover .tp-area {
    max-height: 100px;
    overflow: hidden;
}
.navigation-area.stick-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 3px 8px rgba(0,0,0,0.065);
}
.navigation-area.stick-menu .navbar-expand-xl .navbar-nav .nav-link {
}
.stick-menu .menu-area img {
    width: 160px;
}

@media(min-width:1200px) {
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.drp-arrow.submenu-arrow {
    float: right;
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}
}

@media(max-width:1024px) {
.inner-banner-bg {
    margin: 0 !important;
}
.navigation-area {
    background-color: #fff;
}
.drp-arrow {
    display: block;
}
.nav-open {
    position: relative;
    transition: 0.3s all;
}
.navbar-toggler {
    position: relative;
    z-index: 9999;
}
	

.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}
.drp-arrow {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 43px;
	line-height: 39px;
	background-color: #711b15;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	z-index: 99;
	border-radius: 5px;
}
.dropdown-submenu .dropdown-menu.show {
	background-color: #c8e1fe;
	padding: 0 10px;
}
.dropdown .drp-arrow i {
	transform: rotate(0);
	transition: 0.3s all;
	display: inline-block;
}
.dropdown.show .nav-link > .drp-arrow i {
	transform: rotate(180deg);
}
.navbar-collapse {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 100% !important;
	z-index: 9999;
	width: 260px;
	box-shadow: 7px 0px 30px rgba(0,0,0,0.065);
	padding-top: 0;
	transform: translateX(-100%);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: 0.3s all;
}
.navbar-collapse.show {
	transform: translateX(0%);
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	overflow: auto;
}
.nav-item {
    display: block;
    width: 100%;
    padding: 5px 10px;
}
.nav-item.dropdown.show .dropdown-menu {
	display: block;
	margin: 0px;
	border-radius: 5px;
}
.navbar-expand-xl .navbar-nav .nav-link {
	font-size: 14px;
	color: #666 !important;
}
.drpdown-img {
	display: none !important;
}
.dropdown-item {
    flex-basis: 100%;
    white-space: pre-line;
    font-size: 13px;
}
.navbar-toggler {
    width: 42px;
    height: 34px;
    padding: 0;
}
.custom-nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 40%;
    background: #bf272e;
    opacity: 1;
    z-index: 999;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.custom-nav-icon span:nth-child(even) {
    left: 40%;
    border-radius: 0 9px 9px 0;
}
.custom-nav-icon span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}
.custom-nav-icon span:nth-child(1), .custom-nav-icon span:nth-child(2) {
    top: 0px;
}
.custom-nav-icon span:nth-child(3), .custom-nav-icon span:nth-child(4) {
    top: 11px;
}
.custom-nav-icon span:nth-child(5), .custom-nav-icon span:nth-child(6) {
    top: 22px;
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(1), .navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(2), .navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(1) {
    left: 5px;
    top: 7px;
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(5) {
    left: 5px;
    top: 18px;
}
.navbar-toggler[aria-expanded="true"] .custom-nav-icon span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}
.dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    margin: 0 -10px;
    padding: 0 7px;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
}
.dropdown-menu.show {
    max-height: 500px;
    padding: 0;
}
.nav-item {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}
.nav-link {
    padding: 12px;
}
.nav-link.nav-btn {
    margin-top: 15px;
}
.nav-item.dropdown.show .dropdown-toggle i {
    transform: rotate(45deg);
}
.dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
}
.dropdown-submenu.show .drp-arrow i {
    transform: rotate(45deg);
}
.navigation-area.headroom--not-top .tp-area {
    height: 0;
}
.navigation-area {
    position: relative;
}
}

@media (max-width: 990px) {
header {
    position: static;
}
}

/@media (max-width: 767px) {
.stick-menu .menu-area img {
}
}
/***********new-css**************/

.top-block {
    background-color: #bf272e;
    padding: 15px 0;
}
.sn-list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
.top-block i {
    color: #fff;
}
.sn-list li {
    padding-left: 40px;
}
.tele-sec a {
    color: #fff;
}
/*********footer*******/
.footer-bg {
    background-color: #1d1d1d;
    color: #fff;
    padding: 45px 0 15px;
}
.foot-head {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer-links {
    column-count: 1;
    list-style-type: none;
}
.footer-links li {
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 18px;
}
.footer-block a {
    color: #fff;
}
.footer-block a:hover {
    color: #f85908;
}
.copyright-panel {
    background-color: #121212;
    padding: 20px 0;
}
.footersn-list {
    display: flex;
    list-style: none;
}
.footersn-list li a {
    display: flex;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}
.footersn-list li {
    padding-right: 15px;
}
.footersn-list li a:hover {
    background-color: #00b5f4;
    border: 1px solid #00b5f4;
}
.footer-block.connect-sec a i {
    width: 25px;
}

@media(max-width:767px) {
.tele-sec {
    text-align: center;
    margin-bottom: 10px;
}
.sn-list {
    justify-content: space-evenly;
}
.sn-list li {
    padding: 0;
}
.footersn-list {
    justify-content: center;
}
.singh-logo {
    text-align: center;
}
}
.heading {
    font-weight: bold;
    font-size: 31px;
    line-height: 43px;
    margin-bottom: 25px;
    color: #bf272e;
    border-bottom: 1px solid #bf272e;
    padding-bottom: 10px;
}
.sec-divider {
    padding: 0 0 50px
}
.sub-heading {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 5px;
}
.lists-icon {
    display: flex;
    list-style: none;
}
.lists-icon li {
    padding: 0 10px;
    font-size: 25px;
}
.about-right-sec {
    padding: 30px 25px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #efeaea;
}
.trip-sec {
    margin: 0 0 10px;
}
.about-right-sec h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 0 0 15px;
}
.about-right-sec:hover {
    box-shadow: 0 25px 45px rgb(0 0 0 / 15%);
}
.ar-icon {
    height: 100px;
    width: 100px;
    background-color: #bf272e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
}
.gallery-fancy {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}
.gallery-fancy img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-fancy:hover img {
    transform: rotate( 5deg ) scale(1.2);
}
.nav.nav-pills {
    justify-content: space-between;
}
.nav.nav-pills li a {
    padding: 5px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #bf272e;
    flex: 1;
    display: block;
}
.tab-content.well h3 {
    color: #bf272e;
    font-size: 24px;
    font-weight: 600;
}
.tab-content.well {
    background-color: rgb(191 39 46 / 10%);
    padding: 20px;
    margin: 15px 0 0;
}
.top-ryt-txt p {
    color: #fff;
    text-align: right;
    margin: 0;
}
.footer-bg p {
    font-size: 13px;
    line-height: 23px;
}
.bookdirect {
    background-color: #c23844;
    padding: 15px 0;
    margin-bottom: 30px;
}
.bookirect-dsc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-direct-btn {
    text-align: center;
}
.bookirect-dsc h4 {
    margin: 0;
    color: #fff;
    padding: 0 20px 0 0px;
}
.white-btn {
    background-color: #fff;
    color: #bf272e;
    border: 1px solid #bf272e;
}
.btn-main.white-btn:hover {
    background-color: #bf272e;
    color: #fff;
    border: 1px solid #fff;
}
.freez-sec {
    padding: 20px 10px 10px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    box-shadow: 0 0 11px rgb(0 0 0 / 36%);
}
.left-freez-sec {
    text-align: center;
}

@media(max-width:1024px) {
.nav.nav-pills li {
    flex: 1;
}
.nav.nav-pills {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.ca-btns a {
    margin: 5px 0;
}
}

@media(max-width:990px) {
.book-direct-btn {
    text-align: right;
}
.left-freez-sec .ca-btns a {
    min-width: auto;
    padding: 10px 15px;
    font-size: 12px;
}
.heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
}

@media(max-width:767px) {
.bookirect-dsc {
    display: block;
    align-items: center;
    text-align: center;
}
.book-direct-btn {
    text-align: center;
}
.bookirect-dsc img {
    padding: 15px 0;
}
.about-dsc {
    padding-bottom: 30px;
}
.rt-image {
    padding-bottom: 30px;
}
.tab-content.well h3 {
    font-size: 20px;
}
.singh-logo.mb-3 {
    padding: 0 0 20px;
    display: block;
}
.top-ryt-txt p {
    text-align: center;
}
}
.bookirect-dsc {
    position:relative;
    left:120px;
}
@media only screen and (max-width: 600px) {
.bookirect-dsc {
    left:0px;
}
}
.carousel-inner {
    height:520px
}
@media only screen and (max-width: 600px) {
   .carousel-inner {
       height:auto;
   } 
}
.fa {
    padding:10px 25px 25px;
}
.list-ament {
    font-size:16px;
    font-weight:500;
    color:#414141;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.fa-txt {
    margin-right:0.2em;
}
.fancybox {
    display:flex!important;
    margin-top:10px;
    height:350px;
}
.banner-sec {
    max-width: 1144px;
    margin: 0 auto;
  }
  
  .bookdirect {
      max-width: 1144px;
    margin: 0 auto;
  }
  
  .top-block {
    display:none;
  }
  
  @media only screen and (max-width: 600px) {
    .top-block {
    display:block;
      padding-top:2px;
      padding-bottom:2px;
  }