@charset "utf-8";
/* CSS Document */
li {
	list-style: none;
}
li, a, a:hover, a:active, a:focus {
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	text-decoration: none;
	outline: none;
}
button, input, select, textarea, label, blockquote {
	font-family: 'Open Sans', sans-serif;
	outline: 0;
}
a {
	color: #949494;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
a:hover {
	color: #f9a931;
}
p, ul, li {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, span, table, tr, td, th {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	font-size: 15px;
}
.gap {
	padding: 30px 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nomargin-top {
	margin-top: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
#header {
	background: #fff;
	float: left;
	width: 100%;
}
#body {
	float: left;
	width: 100%;
}
#footer {
	float: left;
	width: 100%;
}
.top-header {
	float: left;
	width: 100%;
	background: #fff;
	padding:30px 0;
	/*position: fixed;*/
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.top-left-section figure {
	float: left;
}
.top-left-section figure a {
	font-size:21px;
	color: #111;
	font-weight: 800;
	text-transform: uppercase;
}
.top-left-section figure a strong {
	font-weight: 800;
	color: #eb2226;
}
ul.top-menu {
	float: left;
	margin: 0 0 0 30px;
}
ul.top-menu li {
	display: inline-block;
	padding: 0 10px;
	font-weight: 600;
}
ul.top-menu li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .2px;
	position:relative;
}
ul.top-menu li:first-child{
	padding-left:0;
}
ul.top-menu li:last-child{
	border:solid 1px #ccc;
	border-radius:20px;
	padding:2px 20px;
	margin-left:10px;
}
ul.top-menu li:last-child a{
	font-size:13px;
	font-weight:600;
}
ul.top-menu li:last-child:hover a{
	color:#f84d52;
}
ul.top-menu li:last-child:hover{
	border:solid 1px #f84d52;
}
ul.top-menu li:last-child::after{
	display:none;
}
ul.top-menu li a sup {
	font-weight: 600;
	background: #f84d52;
	padding: 8px 6px;
	color: #fff;
	position: absolute;
	top: -12px;
	right: -5px;
	display: block;
	border-radius: 16px;
}
ul.top-menu li a:hover, ul.top-menu li a.selected {
	color: #ea2330;	
}
ul.top-menu li::after, ul.top-menu li.selected::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #ea2330;
	transition: width .3s;
	position: relative;
	bottom:-21px;
}
ul.top-menu li:hover::after, ul.top-menu li.selected::after {
	width: 100%;
	transition: width .3s;
}
.top-right-section {
	width: 100%;
	text-align: right;
}
ul.listmenu-top li {
	display: inline-table;
	padding: 0 10px;
	font-weight:600;
}
ul.listmenu-top li a {
	color: #000;
	font-size: 16px;
	font-weight:700;
}
.listmenu-top li:first-child a{
	color:#fff;
}
ul.listmenu-top li a:hover {
	color: #fff;
}
.listmenu-top li:first-child{
	background:#00c2c2;	
	padding:3px 18px;
	color:#fff;
}

.navigation .navbar{
	min-height:auto;
}
.navigation .affix-top {
	float:left;
	width:100%;
}
.navigation .affix {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	z-index:10;
	border-bottom:solid 1px #ccc;
}
.affix-top .navbar {
	background:#00c2c2;
}
.affix .navbar {
	background:#fff;
	padding:8px 0;
}
.affix .navbar-nav > li {
	background:none;
	margin-right:1px;
}
.affix .navbar-nav > li > a {
	padding:26px 18px;
	font-size:13px;
}
#sidebar.affix-top {
	position: static;
}
#sidebar.affix {
	position: fixed;
	top: 80px;
}
.affix .nav-position {
	float:right !important;
}
.affix-top .nav-position {
	float: left;/*margin-left: 38px;*/
}
.navbar-brand {
	height:auto;
}
a.logo {
	display:inline-block;
}
a.approved-link{
	color:#0cb7e6;
	font-weight:500;
	line-height:16px;
	display:inline-block;
	padding-top:3px;
}
a.approved-link span{
	color:#f8992d;
}
.nav.navbar-nav {
	margin-left:0;
}
.navbar-collapse {
	padding:0;
}
.navbar {
	border:0;
	margin-bottom:0;
	border-radius:0;
}
.navbar-nav > li {
	background:url(../images/spacer.jpg) repeat-y right;
}
.navbar-nav > li:last-child {
	background:none;
}
.navbar-inverse .navbar-nav > li > a {
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.navbar-nav > li > a {
	color:#141414;
	font-size:14px;
	padding:11px 38px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background:#000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background:#000;
}
.navigation .caret {
	margin-top:-6px;
	margin-left:6px;
}
.navigation .dropdown-menu {
	left:-1px;
	top:41px;
	padding:0;
	min-width:227px;
}
.navigation .dropdown-menu > li > a {
	padding:8px 15px;
	font-size:13px;
	background:#f7f7f7;
	border-bottom:solid 1px #ededed;
}
.dropdown-menu > li{
	border-bottom:solid 1px #e6e6e6;
}
.dropdown-menu > li:last-child{
	border-bottom:0;
}
.dropdown-menu > li > a{
	padding: 6px 20px;
	font-size: 13px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
	background-color: #000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #000;
    color: #fff;
}
.slide-wrapper {
	position: relative;
	margin-top:0px;
	float:left;
	width:100%;
}
.red {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	right: 81px;
	top:17px;
}
#homepage-feature .item {
	overflow: hidden;
	height: 600px;
	background-color: transparent;
	background-size: cover;
}
.red-content {
	width: 450px;
	float: right;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	margin-right: 15px;
	padding: 20px 20px;
	border-top: solid 4px #029bd0;
}
.red-content h1 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	-webkit-animation: FORM-TEXT-ANIMATION 1s infinite;  /* Safari 4+ */
  -moz-animation: FORM-TEXT-ANIMATION 1s infinite;  /* Fx 5+ */
  -o-animation: FORM-TEXT-ANIMATION 1s infinite;  /* Opera 12+ */
  animation: FORM-TEXT-ANIMATION 1s infinite;  /* IE 10+, Fx 29+ */	
}
@-webkit-keyframes FORM-TEXT-ANIMATION {
  0%, 49% {
    color: #FFF;
  }
  50%, 100% {
    color: #eb151d;
  }
}
.red-content p {
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	line-height: 19px;
	padding: 0 25px;
}
#homepage-feature > .carousel-control {
	width: 30px;
	font-size: 40px;
	color: #fff;
	text-shadow: none;
	filter: none;
	opacity: 1;
}
#homepage-feature > .carousel-control span {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	text-align: center;
	display: block;
}

.custom-body {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.banner-wrap{
	float:left;
	width:100%;	
}
.search-bar-left {
	float:left;
	width:100%;
	/*width:470px;*/
	box-shadow: 0 0 25px rgba(0,0,0,.3);
	padding:35px 35px;
	background: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
/*	flex: 0 0 475px;
	position: fixed;
	overflow: hidden;*/
}
.search-bar-left h2{
	font-size:25px;
	font-weight:700;
	color: #000;
	margin-bottom:20px;
}
.search-bar-left h2 em{
	font-size:13px;
	font-weight:400;
	color:#ea2330;	
}
.form-wrapper {
	background: #fff;
	position: relative;
}
ul.radio-section{
	margin-bottom:20px;
}
ul.radio-section li{
	display:inline-block;
	margin-right:8px;
}
ul.radio-section li:last-child{
	margin-right:0;
}
ul.radio-section li a{
	font-size: 12.5px;
	color: #666;
}
ul.radio-section input {
    outline: none !important;
}
ul.radio-section input[type="radio"] {
	 margin-right:2px;	
	 width:16px;
	 height:16px;
	 position:relative;
	 border-radius:50%;
	 background-color:#fff;
	 display:inline-block;
	 border:1px solid #d7dce1;
	 top:-3px;
	 padding:0!important;
	 vertical-align: middle;
}
.form-wrapper input[type="text"]{
    width: 100%;
    height: 41px;
    border: 1px solid #ddd;
    padding: 0;
    font-size:13px;
	margin-bottom:15px;
	color:#000;
	padding-left: 10px;
}
.input-textarea{
	width:100%;
    border: 1px solid #ddd;
	padding:10px;
	min-height:20px;
}
.form-wrapper input:focus[type="text"], .form-wrapper select:focus, .form-wrapper textarea:focus{
	color: #2b2b2b;
	background-color: #fff;
	border: 1px solid #000;
	outline: 0;
	box-shadow: inset 0 -1px 0 0 #111;
}
.form-wrapper select::placeholder {
	 color: #383737;
	 opacity: 1
}
.form-wrapper input::placeholder {
	 color: #383737;
	 opacity: 1
}
.form-wrapper textarea::placeholder {
	 color: #383737;
	 opacity: 1
}
.form-wrapper label{
	font-size:14px;
	color:#111;	
	font-weight:600;
	margin-bottom:0;
}
.form-wrapper select {
    width: 100%;
    height: 41px;
    border: 1px solid #ddd;
    padding: 0;
    padding-right: 0px;
    font-size: 13px;
    -webkit-appearance: none;
    background:#fff url(../images/arrow-down.png) no-repeat; 
    background-size: 8px;
    background-position:96% center;
    background-color: #fff;
    padding-right: 20px;
	margin-bottom:20px;
	padding-left: 10px;
	padding-right: 15px;
}
.btn-search {
    background: #ea2330;
    padding:12px 15px 12px 15px;
    border-radius: 0;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 600;
	float:right;
	margin-top:50px;
}
.btn-search:hover{
	background:#00c2c2;
}
.home-banner-graphic{
	float:left;
	width:100%;
	position:relative;
}
.home-banner-graphic::before{
	content: "";
    position: absolute;
    left: 0;
    top: 36px;
    height: 100%;
    width: 100%;
	background:url(../images/airtel-postpaid.webp) no-repeat left;
	min-height: 522px;
	min-width:432px;
}
.holiday-uttarakhand-cta{
	float:left;
	width:100%;
	background: #000;
	/*background-image: linear-gradient(100deg,#b00,#8d0000),linear-gradient(100deg,#8aaebb,#89adba);*/
	padding:25px 0;
	min-height:120px;
	margin-top:-2px;
	position:relative;
	z-index:1;
}
.holiday-uttarakhand-cta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image:url(../images/image.svg);
    background-size: cover;
    background-position: 50%;
	transform: rotate(180deg) rotateX(180deg);
}
.holiday-uttarakhand-cta h2 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-right: 30px;
  z-index:9;
}
.him-flex {
    display: flex;
}
.him-cta{	
	margin-right: 10px;
	padding: 0px 15px 0px 50px;	
	border: solid 2px;
	background: #fff;
	border-radius: 6px;	
	display: flex;
	align-items: center;
	border-left: 40px solid;
	position: relative;
	width: 100%;
	min-height: 80px;
    z-index:2;	
}
.him-cta h3 {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 10px;
}
.him-cta p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.him-img {
  width: 61px;
  height: 61px;
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}




.about-wrap {
	float: left;
	width: 100%;
	padding:43px 0;	
}

.event-wrap {
	float: left;
	width: 100%;
	padding:34px 0;
	background: #f5f5f5;
}
.event-wrap h2 {
	text-align: center;
	margin-bottom: 25px;
	font-weight: 800;
}
.event-main {
	border: solid 2px #cccccc;
}
.event-thumb {
	border-bottom: solid 2px #ccc;
}

.event-description {
	padding: 20px 10px;
	text-align: center;
}
.event-description h3 {
	font-size:18px;
	color: #2e292a;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:10px;
}
.event-description .btn-full {
	background: #2e292a;
	border-radius: 0;	
	color: #fff;
	border: 0;
	display: block;
	padding:7px 0;
	text-transform: uppercase;
	font-size:12px;
}
.event-description .btn-full:hover {
	background: #000;
}
.testimonials-wrap {
	float: left;
	width: 100%;
	padding: 69px 0;
	text-align:center;
}
.testimonials-wrap h2 {
	font-size:22px;
	color: #fff;
	font-weight: 600;
	background:#029bd0;
	display:inline-block;
	padding:10px 25px;
}
.testimonials-txt p {
	font-size: 14px;
	color: #6b6969;
	line-height: 29px;
	font-weight: 300;
	margin-top: 9px;
	text-align: center;
	padding:0 15px;
}
/*Google My Business Review Start*/
#map-plug {display:none;}
#google-reviews {
display:flex;
flex-wrap:wrap;
//display: grid;
//grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
}
.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 20%;
}
@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}
@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}
.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}
.review-stars ul {
display: inline-block;
list-style: none;
margin:0; padding:0;
}
.review-stars ul li {
float: left;
margin-right: 1px;
line-height:1;
}
.review-stars ul li i {
  color: #f9a931 !important;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }
.review-date{
	font-size:14px !important;
}
/*Google My Business Review End*/


.fa-quote-left {
	color: #2ebee5;
	padding-right: 12px;
}
.fa-quote-right {
	color: #2ebee5;
	padding-left: 12px;
}
.testi-name {
	text-align: left;
	display: block;
	color: #2ebee5;
	text-transform: uppercase;
	font-size: 18px;
}
.testi-more {
	text-align: right;
	display: block;
}
.testi-more a {
	color: #19a2c7;
	border-bottom: solid 1px #19a2c7;
	padding-bottom: 2px;
	display: inline-block;
}
.list-wrap {
	background: #f5f5f5;
	padding:40px 0;
}
.ft-col h3 {
	font-size: 15px;
	color: #010101;
	font-weight: 600;
	margin-bottom: 25px;
}
.ft-col p {
	font-size: 14px;
	color: #6e6e6e;
	font-weight: 300;
	line-height: 24px;
}
.ft-col p a{
	color:#c10e29;
}
.ft-col ul li {
	line-height: 15px;
	padding: 5px 0;
}
.ft-col ul li a {
	color: #5a5252;
	font-size: 14px;
	font-weight: 300;
}
.ft-col ul li a:hover {
	color: #029bd0;
}
.ft-newsletter {
	background: #029bd0;
	padding: 15px 15px 30px 15px;
}
.ft-newsletter h3 {
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}
.ft-newsletter .form-inline .form-group {
	width: 100%;
}
.ft-newsletter .form-inline .form-control {
	border: 0 none;
	border-radius: 0;
	margin-bottom: 9px;
	width: 100%;
}
.ft-newsletter .btn-primary {
	border: 0 none;
	border-radius: 0;
	background: #ffd14e;
	color: #000;
	text-transform: uppercase;
	padding: 8px 24px;
}
.ft-newsletter .btn-primary:hover {
	background: #333;
	color: #fff;
}
.copyright-wrap {
	text-align: center;
	padding:8px 0;
	background:#029bd0;
}
.copyright-wrap p {
	color: #fff;
	margin-top: 5px;
	font-size: 12px;
}
ul.ct-important-links {
    padding: 0;
	margin-bottom:25px;
}
ul.ct-important-links li {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height:20px;
    margin: 15px 0;
    padding-left:24px;
    position: relative;
}
ul.ct-important-links li::before {
    background: #029bd0;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 8px;
}
.inn-content-area{
	padding:170px 0 0 0;
}
.inn-content-area h2{
	font-weight:600;
	font-size:20px;
	margin-bottom:20px;
	background:#029bd0;
	color:#fff;
	padding:8px 20px;
}
.inn-content-area h3{
	font-weight:600;
	font-size:15px;
	margin-bottom:5px;
	color:#029bd0;
}
.inn-content-area p{
	font-size:14px;
	margin-bottom:25px;
	color:#4e5051;
}
.table-custom{
	margin-bottom:30px;	
	border:solid 1px #8d9192;
}
.table-custom tr th{
	background:#f9cf03;
	color:#000;
	padding:10px 15px !important;
	border:solid 1px #8d9192;
}
.table-custom tr td{
	padding:10px 15px !important;
	border:solid 1px #8d9192;
}
.table-custom tr td a{
	color:#fc0300;
	font-weight:600;
}
.table-custom1 tr td a{
	color:#5d5555;
	text-transform:uppercase;
	font-size:12px;
}
.table-search tr th{
	background:#f9cf03;
	color:#000;
}
.table-search tr td{
	padding:7px 15px !important;
	font-size:13px;
}
#example_length {
    margin-right: 25px;
}
#example_filter, #example_length {
    display: inline-block;
    text-transform: uppercase;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
#example_info {
    background: #fff5d8 none repeat scroll 0 0;
    border: 1px solid #ccc;    
    padding: 10px 15px;
    text-transform: uppercase;
}
#example_info {
    margin: 13px 0 30px 0;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: 0.25em;
    text-align: right;
}
#example_paginate {
    margin-top: 15px;
}
#example_previous {
    margin-right: 8px;
}
#example_next, #example_previous, .paginate_button {
    cursor: pointer;  
    padding: 6px 20px;
}
#example_next, #example_previous {
    background: #f9cf03 none repeat scroll 0 0;
    border-color: #f9cf03;
    color: #000;
}
#example_paginate .current {
    background: #eeb300 none repeat scroll 0 0;
}
#example_paginate .current {
    background: #1f9ed3 none repeat scroll 0 0;
    border-color: #25a2d6;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
}
.paginate_button {
    background: #e2e2e2 none repeat scroll 0 0;
    border: 1px solid #cacaca;
    color: #333;
    margin-right: 1px;
}
#example_next, #example_previous, .paginate_button {
    cursor: pointer;   
    padding: 6px 20px;
}
@media (min-width:992px) and (max-width:1199px) {
.navbar-nav > li > a {
	font-size: 12px;
	padding: 25px 14px;
}
.about-wrap {
	padding: 53px 0;
}
.about-wrap h1 {
	font-size: 28px;
}
.about-wrap p {
	font-size: 14px;
}
.event-wrap {
	padding: 45px 0;
}
.event-wrap h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
*::before, *::after {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
.testimonials-wrap {
	padding: 49px 0;
}

}
@media (min-width:768px) and (max-width:991px) {
.navbar-header {
	float: left;
	width: 17%;
}
.navbar-brand > img {
	width: 100%;
}
.navbar-nav > li > a {
	font-size: 11px;
	padding: 25px 7px;
}
.about-wrap {
	padding: 33px 0;
}
.about-wrap h1 {
	font-size: 28px;
	font-weight: 400;
}
.about-wrap p {
	font-size: 14px;
}
.event-wrap {
	padding: 35px 0;
}
.event-wrap h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.testimonials-wrap {
	padding: 32px 0;
}
.testimonials-wrap h2 {
	font-size: 20px;
}
.testimonials-txt p {
	font-size: 15px;
	line-height: 25px;
}
.list-wrap {
	padding: 38px 0;
}
.red{
	position:relative;
	left:0;
	right:0;
	top:0;
}
.red-content{
	margin-right:0;
	width: 100%;
	margin-top: 25px;
}
#homepage-feature .item {
	overflow: hidden;
	height:350px;
}
.inn-content-area {
    padding: 110px 0 0;
}
.inn-content-area h2{
	font-size:19px;
    padding: 5px 12px;
}
.inn-content-area h3{
	font-size:15px;
}
.inn-content-area p {
    font-size: 13px;
}
ul.ct-important-links li{
	font-size:13px;
}
}
@media (max-width:767px) {
.navbar-inverse .navbar-toggle {
	background: #029bd0;
	border: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: 0;
}
.navbar-nav {
	margin: 0 -15px;
	background: #f3f3f3;
	z-index: 9;
	position: relative;
	text-align: center;
}
.navbar-nav > li {
	border-bottom: 1px solid #eee;
}
.navbar-nav > li:last-child {
	border-bottom: 0;
}
.navbar-nav > li > a {
	font-size: 13px;
	padding: 9px 14px;
}
.slide-wrapper {
	margin-top: 50px;
}
.about-wrap {
	padding: 33px 0;
}
.about-wrap h1 {
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 600;
}
.about-wrap p {
	font-size: 14px;
}
.event-wrap {
	padding: 25px 0;
}
.event-wrap h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.event-div {
	margin-bottom: 25px;
}
.event-div:last-child {
	margin-bottom: 0;
}
.testimonials-wrap {
	padding: 24px 0;
}
.testimonials-wrap h2 {
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	padding:10px 25px;
}
.testimonials-txt p {
	font-size: 15px;
	line-height: 25px;
}
ul.videowrapper {
	margin-bottom: 20px;
}
.list-wrap {
	padding: 38px 0;
}
.ft-col h3 {
	margin-bottom: 10px;
}
.ft-col {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.ft-col ul li a {
	font-size: 14px;
}
.ft-col ul li {
	padding: 3px 0;
}
.ft-col p {
	font-size: 13px;
	line-height: 21px;
}
.ft-newsletter h3 {
	font-size: 17px;
	margin-bottom: 5px;
}
.copyright-wrap ul li {
	display: block;
	padding: 5px 13px;
	width: 100%;
	border-bottom: solid 1px #eee;
}
.copyright-wrap ul li a {
	font-size: 13px;
	color: #7f8486;
}
.copyright-wrap p {
	margin-top: 16px;
}
.red{
	position:relative;
	left:0;
	right:0;
	top:0;
}
.red-content{
	margin-right:0;
	width: 100%;
	margin-top: 25px;
}
.red-content h1{
	font-size:22px;
}
.red-content p{
	padding:0 10px;
}
.btn-banner-form{
	font-size:17px;
	font-weight:600;
}
#homepage-feature .item {
	height:300px;
}
.navbar-brand > img {
    width:80%;
}
.inn-content-area {
    padding: 135px 0 0;
}
.inn-content-area h2{
	font-size:19px;
    padding: 5px 12px;
}
.inn-content-area h3{
	font-size:15px;
}
.inn-content-area p {
    font-size: 13px;
}
ul.ct-important-links li{
	font-size:13px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color:#333;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
	color:#029bd0;
}
.navbar-collapse.nav-position.collapse.in {
    width: 100%;
}
}
@media (max-width:480px) {
.event-div {
	width: 100%;
}
 .event-div:last-child {
	margin-bottom: 0;
}
.ft-col ul li a {
	font-size: 13px;
}
.ft-newsletter .btn-primary{
	width:100%;
}
.red-content h1{
	font-size:23px;
	line-height:26px;
}
.navbar-brand > img {
    width: 66%;
}
#homepage-feature .item {
	height:200px;
}
.inn-content-area {
    padding: 113px 0 0;
}
}
.ct-map{
	float:left;
	width:100%;
	position: relative;
}
.videowrapper {
    height: 0;
    margin-bottom: 0;
    padding-bottom:36.25%;
    padding-top: 25px;
}
.videowrapper iframe {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
ul.disclaimer-list {
    margin: 20px 0 0;
}
ul.disclaimer-list li {
    border-bottom: 1px solid #e7e5e5;
    border-right: 1px solid #e7e5e5;
    color: #595959;
    display: inline-block;
    float: left;
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 22px;
    padding: 30px 24px;
    text-align: center;
    vertical-align: top;
    width: 33%;
	font-weight:600;
}
ul.disclaimer-list li:nth-of-type(3n) {
    border-right: 0 none;
}
ul.disclaimer-list li:nth-of-type(7n), ul.disclaimer-list li:nth-of-type(8n), ul.disclaimer-list li:nth-of-type(9n) {
    border-bottom: 0 none;
}
.sightseeing-wrap{
	float:left;
	width:100%;
	padding:40px 0;
}
.sightseeing-main{
	margin-bottom:30px;
	float:left;
	width:100%;
}

/*Home Table Start*/
.table-tours{
	background:#fff;
	margin-top:15px;
}
.table-tours tr th{
	color:#fff;
	background:#00c2c2;
	padding:13px 15px !important;
	border:solid 1px #e6e6e6;
}
.table-tours tr td{	
	padding:9px 15px !important;
	color:#333;
	border:solid 1px #e6e6e6;
}
.table-tours tr td p a{
	color:#f9a931;
}
/*Home Table End*/

.our-services {
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
}
.our-services h2 {
	font-size: 28px;
	font-weight: 400;
	color: #000;
	margin-bottom:7px;
}
.our-services h2 strong {
	font-weight: 700;
}
.our-services p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
.our-services p strong {
	background: #00c2c2;
	color: #fff;
	padding: 0 5px;
	font-weight:600;
}
.exploreotherservices {
	width: 100%;	
	padding: 30px 0 0 0;
	float: left;
}
.exploreotherservices .owl-item .item {
	height: 250px;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	transition: all 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	background-color: #fff;
	border:solid 1px #dedede;
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}
.exploreotherservices .owl-item .item a {
	height: 250px;
	display: block;
	padding: 35px 20px 0 20px;
}
/*.exploreotherservices .owl-item .current {
	box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
	background: #00c2c2;
}
.exploreotherservices .owl-item .current h2 {
	color: #fff;
}
.exploreotherservices .owl-item .current p {
	color: #fff;
}
.exploreotherservices .owl-item .current .arrow {
	background: url(../images/arrowwhite.svg);
}*/
.exploreotherservices .owl-item .item:hover {
	box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
	background: #ea2330;
}
.exploreotherservices .owl-item .item:hover h2 {
	color: #fff;
}
.exploreotherservices .owl-item .item:hover p {
	color: #fff;
}
.exploreotherservices .owl-item .item:hover .arrow {
	background: url(../images/arrowwhite.svg);
}
.exploreotherservices .arrow {
	background: url(../images/arrow.svg);
	position: absolute;
	bottom: 44px;
	right: 22px;
	width: 23px;
	height: 23px;
}
.exploreotherservices h2 {
	font-size:19px;
	color: #333;
	font-weight: 600;
	text-align: left;
}
.exploreotherservices p {
	color: #606060;
	line-height: 1.43;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.exploreotherservices .owl-dots {
	display: none;
}
#exploreotherservices .owl-nav {
	position: absolute;
	right: 0;
	top: -77px;
}
#exploreotherservices .owl-prev {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 38px;
	height: 38px;
	border: none;
	margin: 0;
	border-radius: 50%;
	background: #fff;
	color: #303030;
	transition: 0.3s;
	box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
	margin: 0 15px 0 0;
}
#exploreotherservices .owl-next {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #303030;
	width: 38px;
	height: 38px;
	border: none;
	margin: 0;
	transition: 0.3s;
	border-radius: 50%;
	box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
}
#exploreotherservices .owl-prev:before {
	content: "\f104";
	font-size: 22px;
}
#exploreotherservices .owl-next:before {
	content: "\f105";
	font-size: 22px;
	padding: 0 0 0 4px;
}
#exploreotherservices .owl-next:hover {
	background: #3e3258;
	color: #fff;
}
#exploreotherservices .owl-prev:hover {
	background: #3e3258;
	color: #fff;
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: block;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
#helpfultips .owl-stage {
	margin-left: 2px;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.about-section{
	float:left;
	width:100%;
}
.about-holiday-uttarakhand {
  float: left;
  width: 100%;

}
.about-holiday-uttarakhand  h1 {
	font-size:27px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #000;
	margin-bottom:20px;
}
.about-holiday-uttarakhand h1 span{
	font-size:13px;
	margin-top: 4px;
	display: inline-block;
}
.about-wrap p {
	font-size: 15px;
	color: #3c3a3a;
	line-height:28px;
	padding: 0 0%;
	font-weight: 300;
	text-align:left;
}
.about-wrap p strong{
	font-weight: 600;
}
.about-wrap p a{
	color:#f9a931;
	font-weight:600;
}
.about-wrap h2 {
	font-size:18px;
	font-weight: 600;
	color: #000;
}
.about-holiday-uttarakhand p {
    font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom:8px;
}
.about-holiday-uttarakhand p a{
	color:#2476bb;
}
.showHideAboutYT p{
	margin-bottom:20px;
}
.showMoreHUContent{
	color: #00c2c2;
	font-weight:600;
	display:block;
}
.showMoreHUContent .hiding-moreAboutHU, .showMoreHUContent.showingContent .showing-moreAboutHU {
    display: block;
}
.showMoreHUContent .showing-moreAboutHU {
    display: none;
}
.showMoreHUContent.showingContent .hiding-moreAboutHU {
    display: none;
}

.Popular-Destinations{
	 float: left;
     width: 100%;
	 margin:60px 0 0 0;
}
.Popular-Destinations h2
{
	font-weight:800;
	margin-bottom:30px;
}
.Popular-Destinations ul li{
	background:url(../images/Dharamshala.jpeg);
	background-size: cover;
    background-position: 50%;
	background-repeat: no-repeat;
	width:18%;
	margin-right:24px;
	display:inline-block;
	vertical-align:top;
	border-radius:8px;
	position: relative;
    top: 0;
	transition: top ease 0.8s;
}
.Popular-Destinations ul li:hover{
	cursor:pointer;
	top: -10px;
}
.Popular-Destinations ul li:last-child{
	margin-right:0;
}
.Popular-Destinations ul li div
{
	background: linear-gradient(180deg,rgba(23,32,42,.2),rgba(23,32,42,.9));
	border-radius:8px;
	display:block;
	min-height:300px;
	position:relative;
	width:100%;
}
.Popular-Destinations ul li div p
{
	position:absolute;
	bottom:20px;
	text-align: center;
    display: block;
    width: 100%;
    color: #fff;
	font-size:17px;
	font-weight:500;
}
.Popular-Destinations ul li div p span
{
    color: #fff;
	font-size:20px;
	font-weight:700;
	display: block;
	margin-bottom:-22px;
}
.explore-incredible-himachal{
	 float: left;
     width: 100%;
	 margin:60px 0;
}
.explore-incredible-himachal h2
{
	font-weight:800;
	margin-bottom:30px;
}
.explore-incredible-himachal ul li{
	width:31.7%;
	margin-right:24px;
	display:inline-block;
	vertical-align:top;
	border-radius:8px;
	position: relative;
    top: 0;
	transition: top ease 0.8s;
}
.explore-incredible-himachal ul li:last-child{
	margin-right:0;
}
.explore-incredible-himachal ul li .explore-slide-img img{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	margin-bottom:15px;
	height:300px;
	border:solid 1px #ccc;
}
.explore-content{
	margin:-59px 0 0 0;
	border:solid 1px #ccc;
	padding:20px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.explore-incredible-himachal ul li .explore-content small{
	font-size:17px;
	color:#fff;
	font-weight:700;
	padding:10px 0 10px 15px;
	background:#00a3a3;
	border-radius:8px;
	display:inline-block;
	width:100%;
}
.explore-incredible-himachal ul li .explore-content h3{
	font-size:18px;
	color:#00a3a3;
	font-weight:800;
	margin:20px 0 0 0;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
}
.explore-incredible-himachal ul li .explore-content p{
	font-size:15px;
	color:#5F5F5F;
}
.explore-incredible-himachal ul li .explore-content p span{
	font-size:21px;
	color:#111;
	font-weight:800;
}
.explore-incredible-himachal ul li .explore-content p strike{
	color:#c90600;
}
.explore-incredible-himachal ul li .explore-content p .save-price{
	background:#00a3a3;
	color:#bffdc1;
	padding:3px 6px;
	font-size:14px;
	font-weight:600;
	float:right;
}
.explore-content-odlist ol{
	margin:10px 0 5px 0;
	padding:10px 0;
	background:#fff;
}
.explore-content-odlist ol li{
	width:49%;
	margin-right:0;
	font-size:13px;
	font-weight:600;
	position:relative;
	padding: 0 0 0 14px;
}
.explore-content-odlist ol li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #757575;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.tripListWrapper{
	margin-bottom:20px;
}
.tripListWrapper li{
	width: 100% !important;
	color: rgb(0, 126, 125) !important;
	font-size:13px;
}
