body,
html {
  width: 100%;
  height: 100%;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.content-section-heading h2 {
  font-size: 2rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.go-top:focus, .go-top:hover {
  color: white;
}

.go-top:hover {
  background: #343a40;
}

.go-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 998;
  right: 0;
  width: 250px;
  height: 100%;
  background: var(--primary);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  visibility: hidden;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: var(--secondary);
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: var(--secondary);
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  visibility: visible;
  transition: all 0.4s ease 0s;
}



.shopping-cart-toggle {
  /* display: none; */
  position: fixed;
  padding: 0px 15px;
  left: 15px;
  bottom: 15px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.shopping-cart-toggle:focus, .shopping-cart-toggle:hover {
  color: #fff;
  text-decoration: none;
}

.shopping-cart-toggle:hover {
  background: #343a40;
}

.shopping-cart-toggle-count{
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: .6rem;
  position: absolute;
  top: 8px;
  left: 25px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;

}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.count-circle {
  position: absolute;
  top: 0px;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 25px;
  padding: 2px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top 0;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  background: rgba(52, 58, 64, 0.5);
  z-index: 100;
}

.service-icon {
  background-color: #fff;
  color: var(--primary);
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 15rem 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  text-transform: uppercase;
}


@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

.map iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: var(--primary);
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}


/* .text-primary {
  color: var(--primary) !important;
} */

.text-secondary {
  color: var(--secondary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-secondary {
  border-color: var(--secondary) !important;
}

header {
  position: relative;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 35vh;
  min-height: 10rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 1;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

header .carousel-item {
  height: 35vh;
  min-height: 10rem;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
header .carousel-indicators {
    top: 50px;
}



.avatar {
    position: relative;
    top: -75px;
    margin-bottom: -75px;
    text-align:center;
    z-index: 1;
}

.avatar img {
    min-width: 150px;
    width: auto;
    max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-origin: padding-box;
    border: 5px solid rgba(255,255,255,0.5);
}



.contact-icon {
  text-align: center;
  text-decoration: none;
}

.contact-icon img, img.contact-icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border-width: 0px;
  padding: 10px;
  margin: 2px;
}

img.contact-icon-md{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-width: 0px;
  padding: 8px;
  margin: 1px;
}

.contact-icon a:hover, img.contact-icon:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}


#button-addon1 {
  color: var(--secondary);
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

.form-control.shadow-0:focus {
  box-shadow: none;
}

.Stars {
  --percent: calc((var(--rating) / 5) * 100%);
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
}

.Stars-only {
  width: calc(var(--rating) * 1.3em);
  overflow: hidden;
}

.Stars:before {
  content: 'â­â­â­â­â­';
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1em;
  cursor: default;
  background: linear-gradient(90deg, var(--yellow) var(--percent), var(--secondary) var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:  transparent;
  -webkit-text-fill-color: transparent;
}


.rating { 
 border: none;
 float: left;
 margin:0;
 padding:0;
 cursor: pointer;
}

.rating > input { display: none; } 
.rating > label:before { 
  font-size: 1.25em;
  display: inline-block;
  content: "â";
}

.rating > label { 
  color: var(--gray); 
  float: right; 
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: var(--yellow);  }

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label { color: var(--orange); }


.solid-icon{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 64px;
  height: 64px;
  background: var(--primary);
  border-radius: 100%;
}

.solid-icon-sm{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 42px;
  height: 42px;
  background: var(--primary);
  border-radius: 100%;
}


.outline-icon{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--primary);
  border-radius: 100%;
}

.outline-icon-sm{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--primary);
  border-radius: 100%;
}

.modal-close{
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: rgba(255, 0, 0, 0.5);
  line-height: 32px;
  border-radius: 50%;
  font-size: 1.5em;
  z-index: 999;
}


.bg-amazon {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -10px;
}
.bg-cleartrip {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -94px;
}
.bg-facebook {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -178px;
}
.bg-flipkart {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -262px;
}
.bg-google {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -346px;
}
.bg-indiamart {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -430px;
}
.bg-instagram {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -514px;
}
.bg-just_dial {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -598px;
}
.bg-linkedin {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -682px;
}
.bg-makemytrip {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -766px;
}
.bg-other {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -850px;
}
.bg-swiggy {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -934px;
}
.bg-tripadvisor {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -1018px;
}
.bg-trivago {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -1102px;
}
.bg-twitter {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -1186px;
}
.bg-yatra {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -1270px;
}
.bg-youtube {
    width: 64px; height: 64px;
    background: url('img/social_spritesv2.png') -10px -1354px;
}
/* .bg-zomato {
    width: 64px; height: 64px;
    background: url('img/zomato.webp');
} */







.scroll-widget {
  min-width: 100%;
  width: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-widget::-webkit-scrollbar, .scroll-widget-box::-webkit-scrollbar {
  display: none;
}

.scroll-widget-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-widget-item { flex: 1 1 auto; }

.flow-border {
  display: block;
  width: 100%;
  height: 32px;
  position: relative;
  top: -32px;
  margin-bottom: -32px;
  text-align:center;
  z-index: 1;
}

.flow1 use {
  -webkit-animation: flow-loop1 10s linear infinite;
  animation: flow-loop1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.flow2 use {
  -webkit-animation: flow-loop2 8s linear infinite;
  animation: flow-loop2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.flow3 use {
  -webkit-animation: flow-loop3 6s linear infinite;
  animation: flow-loop3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes flow-loop1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes flow-loop1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes flow-loop2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes flow-loop2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes flow-loop3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes flow-loop3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
