/*======== COMMON CSS STYLE START =======*/
@media (max-width: 575.98px) {
	.mobile-screen-nav {
		display: none;
	}
}
body{
    overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.33333;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	color: #adadad;
	background-color: #fff;
}
.container {
            max-width: 100%; /* Ensures container doesn't exceed viewport */
        }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.1;
  color: #282828; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #9c9c9c; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 60px; }

h3, .h3 {
  font-size: 36px; }

h4, .h4 {
  font-size: 36px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 24px; }

  small,
.small {
  font-size: 88%; }
/*======== COMMON CSS STYLE END =======*/

/*======== NAVBAR CSS  START =======*/
header{
	padding: 10px 0;
	background: #333333;
}
.taxi-menu ul li{
	margin-right: 25px;
}
.taxi-menu ul li:last-child{
	margin-right: 0;
}
.taxi-menu ul li a{
	color: #fff !important;
	text-transform: uppercase;
	transition: 0.33s ease all;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-variant-alternates: normal;
	font-kerning: auto;
	font-optical-sizing: auto;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-variant-position: normal;
	font-weight: 700;
	font-stretch: normal;
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
}
.taxi-menu ul li a:hover{
	color: #FFC000 !important;

}
@media (min-width: 992px) {
	nav#menu.desktopTopFixed { min-height: 80px!important; }
	.text-md-left {
		text-align: left; }
	.range > .cell-md-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; }
}

.navbar-nav a{
	text-decoration: none;
}

.navbar.fixedToTop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: #333333;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-box-shadow: 1px 2px 20px -4px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 2px 20px -4px rgba(255, 255, 255, 0.3);
}

.navbar.relativePosition {
	padding-top: 0px;
	margin-top: -17px;
	margin-bottom: -17px;
}
/*======== NAVBAR CSS  END =======*/

/*======== SLIDER CSS START =======*/
.sliderCab{
	background: url(../images/book-cab.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 180px 0 217px;
}
.sliderCab::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.35);
  }

  .sliderContact{
	background: url(../images/contact-us.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 180px 0 217px;
}
.sliderContact::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
  }

  .sliderService{
	background: url(../images/services-and-prices.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 180px 0 217px;
}
.sliderService::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

  .sliderAbout{
	background: url(../images/about-us.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 180px 0 217px;
}
.sliderAbout::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
  }

.slider{
	background: url(../images/Home_image.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 180px 0 217px;
}
.slider::before{
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.35);
}
.slider-text{
/*	position: relative;*/
	color: #fff;
}
.slider-text h5{
	margin-bottom: 17px;
	font-size: 18px;
	font-weight: 500;
}
.slider-text h1{
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
}
.slider-text h1 span{
	color: #FFC000;
}
.slider-text p{
	margin: 15px 0 40px;
}
.btn-y{
	background: #FFC000;
	padding: 10px 35px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-y:hover{
	color: #000000;
}
.slider-img img{
	width: 100%;
}
.s-indicator {
    bottom: -80px;
}
.s-indicator [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #ffc000;
}
/*======== SLIDER CSS  END =======*/

/*======== ABOUT CSS START =======*/
.about{
	padding: 80px 0;
}
.common-title h2{
	font-size: 35px;
	text-transform: uppercase;
	color: #333333;
}
.common-title h2 span{
	color: #FFC000;
}
.title-mb{
	margin-bottom: 50px;
}
.about-text h2{
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFC000;
}
.about-text p{
	margin-bottom: 20px;
}
.about-text h5{
	margin: 15px 0 15px;
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #595555;
}
.about-text .btn-b{
	background: #FFC000;
	padding: 10px 25px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}

/*======== ABOUT CSS  END =======*/

/*======== SERVICE CSS START =======*/
.service{
	padding: 80px 0;
	background: #F5F5F5;
}
.service-single{
	margin-top: 30px;
	background: #fff;
	padding: 25px 15px;
	border-top: 2px solid #FFC000;
	border-radius: 3px;
	box-shadow: 0px 0px 20px 0px rgb(231 226 185 / 40%);
	transition: 0.5s ease all;
}
.service-single:hover{
	transform : translateY(-7px);
}
.service-single i{
	font-size: 40px;
	color: #FFC000;
}
.service-single h4{
	margin: 15px 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
.service-single p{
	margin: 0;
	font-size: 15px;
	color: #868686;
}

/*======== SERVICE CSS  END =======*/

/*======== FEATURE CSS START =======*/
.feature{
	padding: 80px 0;
}
.shadow{
	box-shadow: 10px 10px 30px #dcdcdc;
/*box-shadow: 0 0.5rem 1rem rgb(255 188 25 / 25%) !important;*/
}
.feature-content{
	padding: 10px 0 20px 10px;
}
.feature-content h3{
	color: #333333;
	font-size: 28px;
	font-weight: 700;
}
.feature-content ul li{
	width: 50%;
	float: left;
	line-height: 30px;
	margin-bottom: 20px;
}
.feature-content ul li i{
	margin-right: 12px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 20px;
	background: #0C0C0C;
	color: #FFC000;
	text-align: center;
}
.feature-content ul li span{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.f-btn{
	margin-top: 10px;
	background: #FFC000;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 27px;
	transition: 0.33s ease all;
	border-radius: 0;
}
.f-btn:hover{
	background: #0C0C0C;
	color: #fff;
}
.f-indicator {
    bottom: -60px;
}
.f-indicator [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #ffc000;
}
/*======== FEATURE CSS  END =======*/

/*======== COUNTER CSS START =======*/
.counter-section{
	padding: 40px 0 80px;
	/*background: url(../images/c-bg.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.counter-section::before{
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(12 11 3 / 50%);
}
.counter-single{
	position: relative;
	margin-top: 40px;
}
.counter-single i{
	font-size: 40px;
	color: #FFC000;
}
.counter-single h2{
	margin: 15px 0 12px;
	font-size: 42px;
	color: #fff;
	font-weight: 700;
}
.counter-single h5{
	margin: 0;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
/*======== COUNTER CSS  END =======*/

/*==== POPULAR CSS START ====*/
.p-service{
	padding: 80px 0;
}
/*===== image hover ======*/
.popular-single{margin-top: 20px;position:relative;transition:all .2s ease-out 0s}
.popular-single .box-content,.popular-single:after{position:absolute;left:20px;right:20px}
.popular-single:after{content:"";display:block;background: #cd8400e0;top:20px;bottom:20px;opacity:0;transform:rotate3d(-1,1,0,100deg);transition:all .4s ease-in-out 0s}
.popular-single:hover:after{opacity:.9;transform:rotate3d(0,0,0,0deg)}
.popular-single img{width:100%;height:auto}
.popular-single .box-content{top:45%;opacity:0;z-index:1;-webkit-transform:translate(10%,-30%);transform:translate(10%,-30%);transition:all .2s ease-out 0s}
.popular-single:hover .box-content{opacity:1;transform:translate(0,-50%);transition-delay:.2s}
.popular-single .post{display:block;font-size:15px;color:#f7f7b9;margin-bottom:10px}


.popular-single-nun{margin-top: 20px;position:relative;transition:all .2s ease-out 0s}
.popular-single-nun .box-content,.popular-single-nun:after{position:absolute;left:20px;right:20px}
.popular-single-nun:after{content:"";display:block;background: transparent;top:20px;bottom:20px;opacity:0;transform:rotate3d(-1,1,0,100deg);transition:all .4s ease-in-out 0s}
.popular-single-nun:hover:after{opacity:.9;transform:rotate3d(0,0,0,0deg)}
.popular-single-nun img{width:100%;height:auto}
.popular-single-nun .box-content{top:45%;opacity:0;z-index:1;-webkit-transform:translate(10%,-30%);transform:translate(10%,-30%);transition:all .2s ease-out 0s}
.popular-single-nun:hover .box-content{opacity:1;transform:translate(0,-50%);transition-delay:.2s}
.popular-single-nun .post{display:block;font-size:15px;color:#f7f7b9;margin-bottom:10px}

.booking-btn{
	background: #0C0C0C;
	border: none;
	font-size: 14px;
	color: #fff;
	border-radius: 0;
	transition: o.3s ease all;
}
.booking-btn:hover{
	background: #fff;
	color: #333333;
}
.bottom-title h4{
	background: #FFC000;
	padding: 12px 0;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
/*==== POPULAR CSS END ====*/

/*======== TESTIMONIAL CSS START =======*/
.testimonial{
	padding: 50px 0 80px;
	background: #F5F5F5;
}
.c-title-mb{
	margin-bottom: 10px;
}
.client-item{
	margin-top: 30px;
}
.client-item .client-text p{
	background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(225 214 133 / 40%);
    padding: 30px 25px 30px 40px;
    margin-bottom: 30px;
    position: relative;
    border-left: 2px solid #FFC000;
}
.square-shape{
	 position: absolute;
    left: 84px;
    bottom: 132px;
    height: 14px;
    width: 14px;
    background: #FFC000;
    content: "";
    transform: rotate(45deg);
    box-shadow: 0px 3px 15px rgb(91 91 91 / 15%);
}
.client-info{
	padding-left: 40px;
}
.client-info .c-img{
	float: left;
	margin-right: 30px;
}
.client-info .c-img img{
	border-radius: 50%;
}
.client-info .client-details{
	float: left;
}
.client-details h5{
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}
.client-details p{
	margin: 10px 0 !important;
	font-style: italic;
	font-size: 14px;
}
.c-rating ul li i{
	font-size: 14px;
	color: #f9c322;
}
.t-indicator {
    bottom: -70px;
    left: 0;
}
.t-indicator [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #f9c322;
}
/*======== TESTIMONIAL CSS END =======*/

/*======== BLOG CSS START =======*/
.blog{
	padding: 80px 0;
}
.blog-single{
	margin-top: 40px;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 240px;
    transition: 0.5s;
}
.blog-single:hover{
	transform: translateY(-7px);
/*    box-shadow: 0px 0px 20px 0px rgb(245 224 67 / 40%);*/
box-shadow: 0px 0px 20px 0px rgb(217 207 137 / 40%);
    transition: 0.5s;
}
.blog-img{
	overflow: hidden;
	box-sizing: border-box;
}
.iner-img{
	transition: all 0.7s linear;
}
.iner-img:hover{
	transform: scale(1.13) rotate(5deg);
}
.blog-img img{
	width: 100%;
}
.blog-content{
	padding: 0px 20px 40px;
}
.blog-content ul li i{
	color: #FFC000;
}
.blog-content h5{
	margin: 10px 0 15px;
	color: #333333;
}
.blog-content p{
	font-size: 15px;
}
.blog-btn{
	background: #FFC000;
	border: 1px solid #FFC000;
	transition: 0.3s all ease;
}
.blog-btn:hover{
	background: #0A0A0C;
	border: 1px solid #0A0A0C;
}
/*======== BLOG CSS END =======*/

/*======== CONTACT CSS START =======*/
.contact{
	padding: 60px 0;
	background: #F5F5F5;
}
.c-top{
	margin-top: 30px;
}
.contact-form .c-title{
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
}
.btn-contact{
	margin-top: 30px;
	background: #FFC000;
	font-size: 17px;
	font-weight: 600;
	padding: 8px 0;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0;
}
.g-map iframe{
	width: 100%;
	height: 385px;
}
/*======== CONTACT CSS END =======*/

/*===== Footer CSS Start ======*/
.footer-top{
	padding: 50px 0 40px;
	background: #161616;
}
.footer-widget{
	margin-top: 30px;
}
.social ul li a i{
	font-size: 18px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	color: #fff;
	background: #000000;
	border: 1px solid #000000;
	text-align: center;
	transition: 0.3s all ease;
}
.social ul li a i:hover{
	background: #FFC000;
	border: 1px solid #FFC000;

}
.fw-title{
	padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #fff;
}
.footer-widget p i{
	color: #fff;
    margin-right: 8px;
}
.footer-widget p{
	font-size: 14px;
}
.explore p a{
	text-decoration: none;
	color: #666;
	transition: 0.3s all ease;
}
.explore p a:hover{
	color: #FFC000;
	margin-left: 4px;
}
.newsletter-form{
	margin: 30px 0 20px;
}
.btn-subscribe{
	background: #FFC000;
	color: #fff;
	font-size: 14px;
	transition: 0.3s ease all;
}
.btn-subscribe:hover{
	color: #fff;
	background: transparent;
	border:  1px solid #fff;
}
footer{
	background: #0C0C0C;
	padding: 30px 0;
}
.footer-text p{
	margin: 0;

}
/*===== Footer CSS End =====*/

#back-to-top-btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	cursor: pointer;
  }

  /* Reservation Section */
  html .page .offset-top-44 {
	margin-top: 44px; }

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.15); }
	
	.well-lg {
	padding: 24px;
	border-radius: 6px; }
	
	.well-sm {
	padding: 9px;
	border-radius: 3px; }

	.rd-mailform {
		position: relative; }

	.well {
		padding: 0;
		background-color: transparent;
		border-radius: 10px;
		border: 1px solid #f2f2f2;
		overflow: hidden; }
		.well-row {
			padding: 27px 15px; }
			@media (min-width: 992px) {
			.well-row {
				padding: 27px 9.7%; } }
			@media (min-width: 1200px) {
			.well-row {
				padding: 27px 14.7%; } }
			.well-row .form-control {
			border-color: #d3d3d3; }
			.well-row-flex {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center; }
			@media (min-width: 768px) {
				.well-row-flex {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start; } }
			.well-row-flex label {
				margin-bottom: 0;
				margin-right: 19px; }
			.well-row-flex .form-control {
				padding: 10px 6px; }
				@media (min-width: 480px) {
				.well-row-flex .form-control {
					padding: 10px 16px; } }
			.well-row-flex .form-label {
				left: 10px; }
				@media (min-width: 480px) {
				.well-row-flex .form-label {
					left: 19px; } }
			.well-row-flex .form-group {
				max-width: 70px;
				margin-bottom: 0; }
				.well-row-flex .form-group + .form-group {
				margin-left: 9px; }
			.well-row-bg {
			background-color: #f8f8f8; }

.text-uppercase, .initialism {
	text-transform: uppercase; }
.text-bold, strong {
	font-weight: 700; }
.text-spacing-25 {
	letter-spacing: .025em; }
.text-gray-dark {
	color: #282828; }
.form-group {
	position: relative;
	margin-bottom: 12px; }


	.form-control {
		display: block;
		width: 100%;
		height: 50px;
		padding: 10px 19px;
		font-size: 18px;
		line-height: 1.33333;
		color: #adadad;
		background-color: #fff;
		background-image: none;
		border: 1px solid #f6f6f6;
		border-radius: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
		.form-control:focus {
		  border-color: #fb5718;
		  outline: 0;
		  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(251, 87, 24, 0.6);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(251, 87, 24, 0.6); }
		.form-control::-moz-placeholder {
		  color: #adadad;
		  opacity: 1; }
		.form-control:-ms-input-placeholder {
		  color: #adadad; }
		.form-control::-webkit-input-placeholder {
		  color: #adadad; }
		.form-control::-ms-expand {
		  border: 0;
		  background-color: transparent; }
		.form-control[disabled], .form-control[readonly],
		fieldset[disabled] .form-control {
		  background-color: #f6f6f6;
		  opacity: 1; }
		.form-control[disabled],
		fieldset[disabled] .form-control {
		  cursor: not-allowed; }
	  
	  textarea.form-control {
		height: auto; }
	  
	  @media screen and (-webkit-min-device-pixel-ratio: 0) {
		input[type="date"].form-control,
		input[type="time"].form-control,
		input[type="datetime-local"].form-control,
		input[type="month"].form-control {
		  line-height: 50px; }
		input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
		.input-group-sm > input[type="date"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="date"].btn,
		.input-group-sm input[type="date"],
		input[type="time"].input-sm,
		.input-group-sm > input[type="time"].form-control,
		.input-group-sm > input[type="time"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="time"].btn,
		.input-group-sm
		input[type="time"],
		input[type="datetime-local"].input-sm,
		.input-group-sm > input[type="datetime-local"].form-control,
		.input-group-sm > input[type="datetime-local"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
		.input-group-sm
		input[type="datetime-local"],
		input[type="month"].input-sm,
		.input-group-sm > input[type="month"].form-control,
		.input-group-sm > input[type="month"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="month"].btn,
		.input-group-sm
		input[type="month"] {
		  line-height: 38px; }
		input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
		.input-group-lg > input[type="date"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="date"].btn,
		.input-group-lg input[type="date"],
		input[type="time"].input-lg,
		.input-group-lg > input[type="time"].form-control,
		.input-group-lg > input[type="time"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="time"].btn,
		.input-group-lg
		input[type="time"],
		input[type="datetime-local"].input-lg,
		.input-group-lg > input[type="datetime-local"].form-control,
		.input-group-lg > input[type="datetime-local"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
		.input-group-lg
		input[type="datetime-local"],
		input[type="month"].input-lg,
		.input-group-lg > input[type="month"].form-control,
		.input-group-lg > input[type="month"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="month"].btn,
		.input-group-lg
		input[type="month"] {
		  line-height: 59px; } }
	  
	  .form-group {
		margin-bottom: 15px; }

		.range {
			margin-left: -15px;
			margin-right: -15px; }
			.range > .range {
			  margin-left: 0;
			  margin-right: 0; }
		  
		  .range-spacer {
			-webkit-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%; }
		  
		  [class*="cell-"] {
			padding-left: 15px;
			padding-right: 15px; }
		  
		  html.lt-ie-10 * + .range,
		  * + .range {
			margin-top: 50px; }
		  
		  html.lt-ie-10 * + [class*='cell-'],
		  * + [class*='cell-'],
		  html.lt-ie-10 * + .range-sm,
		  * + .range-sm {
			margin-top: 30px; }
		  
		  html.lt-ie-10 * + .range-lg,
		  * + .range-lg {
			margin-top: 66px; }
		  
		  html.lt-ie-10 .range-condensed,
		  .range-condensed {
			margin-left: 0;
			margin-right: 0; }
			html.lt-ie-10 .range-condensed > [class*='cell'],
			.range-condensed > [class*='cell'] {
			  padding-left: 0;
			  padding-right: 0; }
			html.lt-ie-10 .range-condensed > * + [class*='cell'],
			.range-condensed > * + [class*='cell'] {
			  margin-top: 0; }
		  
		  html.lt-ie-10 .range-narrow,
		  .range-narrow {
			margin-left: -5px;
			margin-right: -5px; }
			html.lt-ie-10 .range-narrow > [class*='cell'],
			.range-narrow > [class*='cell'] {
			  padding-left: 5px;
			  padding-right: 5px; }
			html.lt-ie-10 .range-narrow > * + [class*='cell'],
			.range-narrow > * + [class*='cell'] {
			  padding-left: 5px;
			  padding-right: 5px; }
		  
		  @media (min-width: 480px) {
			.range {
			  display: -ms-flexbox;
			  display: -webkit-flex;
			  display: -webkit-box;
			  display: flex;
			  -ms-flex: 0 1 auto;
			  -webkit-flex: 0 1 auto;
			  -webkit-box-flex: 0;
			  flex: 0 1 auto;
			  -webkit-flex-direction: row;
			  -ms-flex-direction: row;
			  -webkit-box-orient: horizontal;
			  -webkit-box-direction: normal;
			  flex-direction: row;
			  -webkit-flex-wrap: wrap;
			  -ms-flex-wrap: wrap;
			  flex-wrap: wrap; }
			  .range > .range {
				-webkit-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%; }
			.range-vertical {
			  -webkit-flex-direction: column;
			  -ms-flex-direction: column;
			  -webkit-box-orient: vertical;
			  -webkit-box-direction: normal;
			  flex-direction: column; }
			.range > [class*='cell'] {
			  -ms-flex: 0 0 auto;
			  -webkit-flex: 0 0 auto;
			  -webkit-box-flex: 0;
			  flex: 0 0 auto;
			  -webkit-flex-basis: 100%;
			  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
			  max-width: 100%; } }

			  @media (min-width: 768px) {
				* + [class*='cell-sm-'] {
				  margin-top: 0; }
				.range-sm-center {
				  -webkit-justify-content: center;
				  -ms-flex-pack: center;
				  -webkit-box-pack: center;
				  justify-content: center; }
				.range-sm-left {
				  -webkit-justify-content: flex-start;
				  -ms-flex-pack: start;
				  -webkit-box-pack: start;
				  justify-content: flex-start; }
				.range-sm-right {
				  -webkit-justify-content: flex-end;
				  -ms-flex-pack: end;
				  -webkit-box-pack: end;
				  justify-content: flex-end; }
				.range-sm-justify {
				  -webkit-justify-content: space-between;
				  -ms-flex-pack: justify;
				  -webkit-box-pack: justify;
				  justify-content: space-between; }
				.range-sm-around {
				  -webkit-justify-content: space-around;
				  -ms-flex-pack: distribute;
				  justify-content: space-around; }
				.range-sm-top {
				  -webkit-align-items: flex-start;
				  -ms-flex-align: start;
				  -webkit-box-align: start;
				  align-items: flex-start; }
				.range-sm {
				  -webkit-flex-direction: row;
				  -ms-flex-direction: row;
				  -webkit-box-orient: horizontal;
				  -webkit-box-direction: normal;
				  flex-direction: row; }
				.range-sm-reverse {
				  -webkit-flex-direction: row-reverse;
				  -ms-flex-direction: row-reverse;
				  -webkit-box-orient: horizontal;
				  -webkit-box-direction: reverse;
				  flex-direction: row-reverse; }
				.range-sm-middle {
				  -webkit-align-items: center;
				  -ms-flex-align: center;
				  -webkit-box-align: center;
				  align-items: center; }
				.range-sm-bottom {
				  -webkit-align-items: flex-end;
				  -ms-flex-align: end;
				  -webkit-box-align: end;
				  align-items: flex-end; }
				.cell-sm-top {
				  -webkit-align-self: flex-start;
				  -ms-flex-item-align: start;
				  align-self: flex-start; }
				.cell-sm-middle {
				  -webkit-align-self: center;
				  -ms-flex-item-align: center;
				  align-self: center; }
				.cell-sm-bottom {
				  -webkit-align-self: flex-end;
				  -ms-flex-item-align: end;
				  align-self: flex-end; }
				.range > .cell-sm-preffix-0 {
				  margin-left: 0%; }
				.range > .cell-sm-1 {
				  -webkit-flex-basis: 8.33333%;
				  -ms-flex-preferred-size: 8.33333%;
				  flex-basis: 8.33333%;
				  max-width: 8.33333%; }
				.range > .cell-sm-preffix-1 {
				  margin-left: 8.33333%; }
				.range > .cell-sm-push-1 {
				  -webkit-order: 1;
				  -ms-flex-order: 1;
				  -webkit-box-ordinal-group: 2;
				  order: 1; }
				.range > .cell-sm-2 {
				  -webkit-flex-basis: 16.66667%;
				  -ms-flex-preferred-size: 16.66667%;
				  flex-basis: 16.66667%;
				  max-width: 16.66667%; }
				.range > .cell-sm-preffix-2 {
				  margin-left: 16.66667%; }
				.range > .cell-sm-push-2 {
				  -webkit-order: 2;
				  -ms-flex-order: 2;
				  -webkit-box-ordinal-group: 3;
				  order: 2; }
				.range > .cell-sm-3 {
				  -webkit-flex-basis: 25%;
				  -ms-flex-preferred-size: 25%;
				  flex-basis: 25%;
				  max-width: 25%; }
				.range > .cell-sm-preffix-3 {
				  margin-left: 25%; }
				.range > .cell-sm-push-3 {
				  -webkit-order: 3;
				  -ms-flex-order: 3;
				  -webkit-box-ordinal-group: 4;
				  order: 3; }
				.range > .cell-sm-4 {
				  -webkit-flex-basis: 33.33333%;
				  -ms-flex-preferred-size: 33.33333%;
				  flex-basis: 33.33333%;
				  max-width: 33.33333%; }
				.range > .cell-sm-preffix-4 {
				  margin-left: 33.33333%; }
				.range > .cell-sm-push-4 {
				  -webkit-order: 4;
				  -ms-flex-order: 4;
				  -webkit-box-ordinal-group: 5;
				  order: 4; }
				.range > .cell-sm-5 {
				  -webkit-flex-basis: 41.66667%;
				  -ms-flex-preferred-size: 41.66667%;
				  flex-basis: 49.66667%;
				  max-width: 50.66667%; }
				.range > .cell-sm-preffix-5 {
				  margin-left: 41.66667%; }
				.range > .cell-sm-push-5 {
				  -webkit-order: 5;
				  -ms-flex-order: 5;
				  -webkit-box-ordinal-group: 6;
				  order: 5; }
				.range > .cell-sm-6 {
				  -webkit-flex-basis: 50%;
				  -ms-flex-preferred-size: 50%;
				  flex-basis: 50%;
				  max-width: 50%; }
				.range > .cell-sm-preffix-6 {
				  margin-left: 50%; }
				.range > .cell-sm-push-6 {
				  -webkit-order: 6;
				  -ms-flex-order: 6;
				  -webkit-box-ordinal-group: 7;
				  order: 6; }
				.range > .cell-sm-7 {
				  -webkit-flex-basis: 58.33333%;
				  -ms-flex-preferred-size: 58.33333%;
				  flex-basis: 58.33333%;
				  max-width: 58.33333%; }
				.range > .cell-sm-preffix-7 {
				  margin-left: 58.33333%; }
				.range > .cell-sm-push-7 {
				  -webkit-order: 7;
				  -ms-flex-order: 7;
				  -webkit-box-ordinal-group: 8;
				  order: 7; }
				.range > .cell-sm-8 {
				  -webkit-flex-basis: 66.66667%;
				  -ms-flex-preferred-size: 66.66667%;
				  flex-basis: 66.66667%;
				  max-width: 66.66667%; }
				.range > .cell-sm-preffix-8 {
				  margin-left: 66.66667%; }
				.range > .cell-sm-push-8 {
				  -webkit-order: 8;
				  -ms-flex-order: 8;
				  -webkit-box-ordinal-group: 9;
				  order: 8; }
				.range > .cell-sm-9 {
				  -webkit-flex-basis: 75%;
				  -ms-flex-preferred-size: 75%;
				  flex-basis: 75%;
				  max-width: 75%; }
				.range > .cell-sm-preffix-9 {
				  margin-left: 75%; }
				.range > .cell-sm-push-9 {
				  -webkit-order: 9;
				  -ms-flex-order: 9;
				  -webkit-box-ordinal-group: 10;
				  order: 9; }
				.range > .cell-sm-10 {
				  -webkit-flex-basis: 83.33333%;
				  -ms-flex-preferred-size: 83.33333%;
				  flex-basis: 83.33333%;
				  max-width: 83.33333%; }
				.range > .cell-sm-preffix-10 {
				  margin-left: 83.33333%; }
				.range > .cell-sm-push-10 {
				  -webkit-order: 10;
				  -ms-flex-order: 10;
				  -webkit-box-ordinal-group: 11;
				  order: 10; }
				.range > .cell-sm-11 {
				  -webkit-flex-basis: 91.66667%;
				  -ms-flex-preferred-size: 91.66667%;
				  flex-basis: 91.66667%;
				  max-width: 91.66667%; }
				.range > .cell-sm-preffix-11 {
				  margin-left: 91.66667%; }
				.range > .cell-sm-push-11 {
				  -webkit-order: 11;
				  -ms-flex-order: 11;
				  -webkit-box-ordinal-group: 12;
				  order: 11; }
				.range > .cell-sm-12 {
				  -webkit-flex-basis: 100%;
				  -ms-flex-preferred-size: 100%;
				  flex-basis: 100%;
				  max-width: 100%; }
				.range > .cell-sm-preffix-12 {
				  margin-left: 100%; }
				.range > .cell-sm-push-12 {
				  -webkit-order: 12;
				  -ms-flex-order: 12;
				  -webkit-box-ordinal-group: 13;
				  order: 12; }
				.range > .cell-sm-1-5 {
				  -webkit-flex-basis: 20%;
				  -ms-flex-preferred-size: 20%;
				  flex-basis: 20%;
				  max-width: 20%; } }

				  .form-label {
					position: absolute;
					top: 24px;
					left: 24px;
					font-size: 18px;
					color: #adadad;
					pointer-events: none;
					-webkit-transition: .3s;
					-o-transition: .3s;
					transition: .3s;
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%); }
					.form-label.focus {
					  opacity: 0; }
					.form-label.auto-fill {
					  color: #adadad; }
				  
				  @media (min-width: 768px) {
					.form-label-outside {
					  position: static; }
					  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
						-webkit-transform: none;
						-ms-transform: none;
						transform: none;
						color: #adadad;
						font-size: 18px; } }


.hidden {
	display: none !important;
}
						