@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900|Playfair+Display:400,700,900');
body {
	border: 0;
	margin: 0;
	padding: 0
}
a, .btn {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
a:hover {
	text-decoration: none;
	color: #ddd;
}
a:focus {
	outline: 0;
}
/*-- Typography start --*/
body {
	font-family: 'Montserrat', sans-serif;
	color: #010202;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none
}
/*------header_mid logo part------*/
.aklogo img:hover {
	opacity: .5
}
.ak_header {
	padding: 10px 0;
	background-color: #1e1d1d;
}
.ak_contact_info {
	float: right;
	display: inline-block;
	max-width: 300px;
	text-align: center;
	margin-right: 60px;
	margin-top: 12px;
}
.ak_top {
    color: #fff;
    margin: 0;
    padding-bottom: 8px;
    line-height: 16px;
    font-weight: 600;
    font-size: 20px;
    font-family: Montserrat;
}
.ak_top span {
	font-size: 14px;
}
.ak_phone_lg {
font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #dfbd6f;
    font-family: Montserrat;
    letter-spacing: 0.6px;
}
.ak_phone_lg span {
	font-size: 22px;
}
.arows {
	position: relative
}
.ak_arrow {
	position: absolute;
	bottom: 0;
}
.ar_fst {
	left: -15px;
}
.ar_sec {
	right: -15px;
}
.ak_call_msg {
    font-size: 12px;
    color: #bdbdbd;
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: 600;
}
.sn_enqBlock {
	text-align: center;
	float: right;
	display: block;
	margin-top: 30px;
}
.info_content {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-family: Montserrat;
    letter-spacing: 0.5px;
}
.btn_theme {
    background-color: transparent;
    border: 2px solid #dfbc6d;
    border-radius: 0;
    color: #dfbc6d;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 20px;
    font-family: Montserrat;
}
.btn_theme:hover {
	background: #dfbc6d;
	color: #000;
	border-color: #dfbc6d;
}
/*== Header Nav CSS Start ==*/
.ak_Nav .navbar-nav {
	text-align: center;
	float: none;
	font-family: Montserrat;
}
.ak_Nav .navbar-nav>li {
	float: none;
	display: inline-block;
}
.ak_Nav {
	background-color: #000
}
.ak_Nav .navbar-default {
	border-color: none;
}
.ak_Nav.navbar {
	margin-bottom: 0px;
	border: none;
	border-radius: 0
}
.ak_Nav.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
}
.ak_Nav.navbar-default .navbar-nav>li>a {
	color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: Montserrat;
    letter-spacing: 0.2px;
}
.ak_Nav.navbar-default .navbar-nav>li>a:hover {
	color: #dfbd6f;
}
.ak_Nav .nav>li>a {
	padding-left: 20px;
	padding-right: 20px;
}
.ak_Nav .dropdown-menu {
	padding: 0px 0;
	background: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent !important;
	border-color: none!important;
	color: #fff !important
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background-color: background-color:transparent !important
}
.ak_Nav .dropdown-menu>li>a {
	padding: 9px 20px;
	border-bottom: 1px solid #272319;
	color: #fff
}
.ak_Nav .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #000;
	background-color: #dfbd6f;
}
.ak_Nav .navbar-nav>li.active a {
	color: #e0bd6f;
}
/* Slideshow================================================== */
/*Form*/

.ak_search-tabs {
	z-index: 999;
	margin-left: 8%;
	position: absolute;
}
.ak_search-tabs h4 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	margin-top: 3px;
}
.ak_search-tabs h4 span {
	font-size: 30px;
	font-weight: 500
}
.ak_search-tabs .ak_tabs {
	padding: 5px;
	width: 600px;
}
.ak_search-tabs .nav-tabs {
	border: none
}
.ak_search-tabs .nav-tabs>li {
	margin-bottom: 0
}
#exTab1 .tab-content {
	padding : 5px 15px;
	background: #fff;
	border-radius: 0px 5px 5px 5px;
}
#exTab1 .tab-content h3 {
	color : #4b4b4b;
	border-bottom: 1px solid #afafaf;
	margin: 8px 0;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
}
#exTab1 .nav-tabs > li a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 22px;
	color: #adadad;
	font-size: 0.933em;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	background: #000;
	border-radius: 3px 3px 0 0;
	margin-right: 5px;
}
#exTab1 .nav-tabs > li.active a {
	background: #fff;
	color: #4b4b4b;
}
.ak-round {
	padding: 3px 0;
	margin-bottom: 25px;
}
.ak-round_trip li {
	float: left;
}
.ak-round_trip li a {
	margin: 0;
	padding: 4px 10px;
	color: #adadad;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	margin-right: 5px;
	border: 1px solid #ddd;
}
.ak-round_trip > li.active a {
	background-color: #6d7074;
	border: none;
	color: #fff;
	text-decoration: none
}
.ak_search-tabs .form-control {
	border-radius: 5px;
	line-height: 40px;
	height: 40px;
	border-color: #707377;
	box-shadow: none;
	font-size: 13px;
}
.ak_search-tabs .form-group {
	margin-bottom: 8px;
}
.ak_search-tabs .form-group .input-icon {
	position: absolute;
	width: 42px;
	height: 41px;
	line-height: 42px;
	display: block;
	left: 12px;
	text-align: center;
	color: #909398;
	z-index: 9999;
	font-size: 22px;
	border-right: 1px solid #707377;
	padding-left: 5px;
}
.ak_search-tabs .input-group-addon {
	border: 1px solid #707377;
	background-color: transparent;
	border-right: none
}
.ak_search-tabs .select2-container .select2-choice>.select2-chosen {
	margin-left: 40px;
	color: #909398;
}
.ak_search-tabs .select2-container .select2-choice {
	border: 1px solid #707377;
}
/*-- Main slide --*/


#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	top: 30%;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center
}
#main-slide .slider-content h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.41);
	letter-spacing: .08em;
	font-family: 'Playfair Display', serif;
}
#main-slide .slider-content p {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .29em;
}
#main-slide .carousel-indicators .active {
	background-color: #fff;
	border: 1px solid #fff;
}
#main-slide .carousel-indicators li {
	background: none;
	border: 1px solid #fff
}
#main-slide .carousel-indicators {
	bottom: 20px;
}
.action-button {
	padding: 15px 50px;
	margin-top: 5px;
	display: inline-block;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff
}
.action-button:hover {
	background: #10b9bf;
	color: #fff
}
.slider.btn {
	background: #1b3a59;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	color: #ffffff;
	border-radius: 5px;
	padding: 10px 20px;
}
.slider.btn:hover {
	background: #58a8e5;
	color: #fff;
}
/* -----css for all----*/
.pd40 {
	padding: 40px 0
}
.white {
	color: #fff !important;
}
.ak_heading {
	font-size: 35px;
	color: #e0bd6f;
	margin: 0;
	font-family: 'Playfair Display', serif;
}
.ak_someheading {
	font-size: 30px;
	color: #010202;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}
.ak_subheading {
	font-size: 34px;
	color: #1d1d1d;
	margin: 0;
}
.btn_theme1 {
	background: #e0bd6f;
	border-color: #c49c42;
	color: #000;
	padding: 6px 18px;
	font-weight: 600;
}
.btn_theme1:hover, .btn_theme2:hover {
	background: #000;
	color: #e0bd6f;
	border-color: #000;
}
.btn_theme2 {
	background: #e0bd6f;
	border-color: #c49c42;
	color: #000;
	padding: 9px 18px;
	font-weight: 600;
	width: 100%
}
/*-------about us-------*/
.ak_about {
	background: #010202
}
.ak_about p {
	font-size: 16px;
	color: #fff;
	line-height: 23px;
	padding: 10px;
	font-weight: normal
}
.ak_about .thumbnail {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.ak_about .thumbnail .caption {
	text-align: center;
	padding: 10px 6px;
}
.ak_about .thumbnail .caption h4 {
	margin: 0
}
.ak_about small {
	font-size: 13px;
	margin: 0px 0 8px 0;
	display: block;
}
.ak_about span {
	font-size: 15px;
	font-weight: 600
}
.ak_star-rating ul {
	margin-bottom: 0
}
.ak_star-rating li {
	padding: 3px;
}
.ak_star-rating i {
	font-size: 15px;
	color: #ff9000;
}
.images {
	margin-top: 15px;
	padding: 0 12px;
}
.images .owl-theme .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.images .owl-theme .owl-nav .owl-prev {
	float: left;
	margin-left: -20px!important;
}
.images .owl-theme .owl-nav .owl-next {
	float: right;
	margin-right: -20px!important;
}
.images .owl-theme .owl-nav [class*=owl-] {
	color: #000;
	font-size: 25px;
	margin: 5px;
	padding: 7px 10px;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	width: 40px;
	line-height: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	text-align: center;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
}
.images .owl-carousel .owl-item img {
	width: 100%;
}
.images .owl-theme .owl-dots .owl-dot.active span {
	background: #e0bd6f;
}
/*----popular-hotelscss---*/
.ak_popular-hotels {
}
.ak_popular-hotels p {
	font-size: 16px;
	font-weight: 500;
	padding-top: 5px;
}
.ak_past_events {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(1,1,1,.2);
	-moz-box-shadow: 0 0 5px rgba(1,1,1,.2);
	box-shadow: 0 0 5px rgba(1,1,1,.2);
	margin-bottom: 20px;
	margin-top: 20px;
}
.ak_past_events:hover {
	-webkit-box-shadow: 0 3px 9px rgba(1,1,1,.15);
	box-shadow: 0 3px 9px rgba(1,1,1,.15);
}
.sn_feed_block {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}
.sn_feed_block:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	bottom: 0;
	background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.sn_feed_block .sn_thumb_det {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.sn_feed_block .sn_thumb_det small {
	color: #fff;
	font-size: 13px;
	float: right;
}
.sn_feed_block .sn_thumb_det small span {
	font-size: 20px;
	font-weight: 600
}
.sn_feed_block .sn_thumb_det .sn_thumbcat {
	background: transparent;
}
.ak_past_bottom {
	padding: 10px 0;
}
.ak_past_bottom p {
	color: #333333;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
}
/*----Why Holiday Wagon css---*/ 
.ak_what-makes {
	background: url(../images/why-holiday-wagon-img.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.ak_what-makes p {
	font-size: 16px;
	line-height: 30px;
}
.ak-home-icon {
	margin: 35px 0 0px 0;
}
.special-box {
	text-align: center;
	padding: 20px 12px 30px 12px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	z-index: 1;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #74797c;
	margin: 10px auto;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.11);
	-moz-box-shadow: 0 6px 8px rgba(0,0,0,.11);
	box-shadow: 0 6px 8px rgba(0,0,0,.11);
}
.special-box:after {
	position: absolute;
	content: "";
	border: 1px solid #74797c;
	display: inline-block;
	top: -7px;
	width: 100%;
	height: 100%;
	left: -5px;
	right: 0;
	border-radius: 5px;
}
.special-box:hover {
	background-color: #3b3d41;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
}
.special-box-icon {
	width: 50px;
	height: 54px;
	margin: 0 auto;
}
.special-box .sm-title {
	font-size: 25px;
	margin-bottom: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
}
.special-box .ak-text {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	display: block;
}
/*----clints css---*/
.all_logo {
	background-color: #f7f7f7
}
.ak_LogoList {
	margin: 30px 0 20px 0
}
.ak_LogoList ul {
	padding-left: 30px;
}
.ak_LogoList li {
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #dbdbdb;
	margin-left: -1px;
	padding: 20px;
	width: 16%;
	margin-top: -1px;
	background: #f5f5f5;
	border-radius: 5px;
}
.ak_LogoList li img {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.ak_LogoList li img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: .5
}
/*---footer css---*/ 
#footer {
	padding: 24px 0 15px 0;
	background-color: #cfcfcf;
	font-family: Montserrat;
}
h3.footer-title {
	font-size: 14px;
	font-weight: 600;
	margin-top: 12px;
	padding-bottom: 1px;
	color: #000
}
.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-links ul li a {
    color: #4d4d4d;
    line-height: 22px;
    font-size: 12px;
}
.borderdiscover {
	border-bottom: 1px solid #acacac;
	margin: 10px 0
}
.footer-links ul li a:hover, .footer-bottom li a:hover {
	color: #000;
}
.ak_blog .media {
	border-bottom: 1px solid #acacac;
	padding-bottom: 10px;
}
.ak_blog .media-object {
	border: 5px solid #fff;
}
.ak_blog p {
    font-size: 12.5px;
    color: #4d4d4d;
    line-height: 16px;
}
.ak_blog h4 a {
	font-size: 15px;
	color: #323232;
	font-weight: 600
}
.ak_blog .last-border {
	border: none
}
.ak_newsletter .form_newsletter {
	margin-top: 4px;
	position: relative
}
.ak_newsletter .form-search .newsletter-input {
	display: inline;
	border-radius: 0px;
	background: #fff;
	height: 40px;
	color: #7a7a7a;
	font-size: 12px;
	font-weight: 500;
}
.ak_newsletter .form-search button {
	font-size: 13px;
	color: #000;
	padding: 0 7px;
	border-radius: 0px;
	top: 3px;
	position: absolute;
	right: 4px;
	line-height: 32px;
	font-weight: 600
}
.ak_newsletter .form-search button {
	background: #e0bd6f
}
.ak_newsletter .form-search button:hover {
	background: #000;
	color: #e0bd6f
}
.about_foo span, .ak_newsletter {
	font-size: 12px;
	color: #010202
}
.about_foo span p a {
	font-size: 12px;
	color: #010202;
	border-bottom: 2px solid #272626;
	padding: 2px;
}
.about_foo span p a:hover {
	color: #a77300
}
.mg_social {
	margin-top: 15px;
}
.mg_social li {
	float: left;
	width: auto;
	margin-right: 5px;
}
.mg_social li a {
	float: left;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
}
.mg_social li a:hover {
	color: #e0bd6f;
}
#footer .logo-img img {
	/*width: 95%;*/
	margin-right: 10px;
	margin-top: 30px;
}
#footer .about_foo p a{font-weight: 600;}
/*-- Footer bottom --*/
.footer-bottom {
	background: #e1e1e1;
	padding: 15px 0;
	font-family: Montserrat;
}
.copyright-info {
	padding: 9px 0;
}
.copyright-info p {
    color: #010202;
    font-size: 13px;
    font-weight: 500;
    float: left;
}
.copyright-info span {
	float: right
}
.footer_agree {
	padding: 10px;
	background-color: #e0bd6f;
	color: #000;
	margin-left: 30px;
	font-weight: 600;
}
.footer-border {
    border-top: 1px solid #fff;
    padding: 5px 0 0px 0;
    margin-top: 26px;
    text-align: center;
    font-size: 13px;
    color: #868686;
    font-weight: 500;
}
.back-to-top {
	background: #e0bd6f none repeat scroll 0 0;
	border-radius: 0;
	bottom: 10px;
	color: #fff;
	font-size: 22px;
	padding: 6px 12px;
	position: fixed;
	z-index: 100;
	right: 20px;
}
.back-to-top:hover {
	background: #292a2b;
	color: #fff;
}
/*-- Footer Call button left side --*/
.footer_call {
	position: fixed;
	bottom: 50px;
	left: 0px;
	z-index: 99999;
}
.footer_call i.fa-phone {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #DBB55B;
	text-align: center;
	color: #000;
	font-size: 33px;
	line-height: 52px;
	display: block;
	transition: all 0.7s;
	cursor: pointer;
	animation: ring-bell 2.5s infinite;
	-moz-animation: ring-bell 2.5s infinite;
	-webkit-animation: ring-bell 2.5s infinite;
	animation-delay: 2.4s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
	border: #a57e23 1px solid;
}
.footer_call i.fa-phone:hover {
	background-color: #1e83dc;
	box-shadow: inset -60px 0px 4px #000;
	color: #fff;
	border: none;
	border: 1px solid #333
}
.footer_call i.crs {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;
	line-height: 52px;
	display: block;
	transition: all 0.8s;
	cursor: pointer;
	animation-timing-function: ease;
	animation-timing-function: ease;
	animation-timing-function: ease;
	animation-timing-function: ease-in-out;
	font-style: normal;
	display: none;
}
.footer_pp .wp .ak-pincode {
	width: 20%;
	float: left
}
.footer_pp .wp .ak-num {
	width: 77%;
	float: left;
	margin-left: 3%;
}
.footer_call .call_txt {
	background-color: rgba(0,0,0,0.8);
	padding: 7px 24px;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 80px;
	width: 194px;
	display: block;
	font-size: 13px;
	margin-top: 4px;
	position: relative;
	font-weight: 500
}
.footer_call .call_txt:before {
	position: absolute;
	left: -30px;
	border: 10px solid transparent;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: transparent;
	border-right: 20px solid rgba(0,0,0,0.8);
	content: '';
	top: 16px
}
.footer_call .call_txt i.fa-times {
	font-size: 12px;
	color: white;
	right: 10px;
	top: 12px;
	position: absolute;
	cursor: pointer
}
.footer_pp {
	width: 285px;
	background-color: white;
	position: relative;
	border: 3px solid #DBB55B;
	display: none;
	margin-bottom: 2px
}
.footer_pp .p_h {
	background: #1d1d1d;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	display: block
}
.footer_pp .p_h img {
	width: 105px;
}
.footer_pp p {
	font-size: 13px;
	color: #5a5a5a;
	line-height: 18px;
	border-top: 2px solid #e5e5e5;
	padding: 13px;
	font-weight: 500;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 22px
}
.footer_pp .wp {
	margin: 10px
}
.footer_pp .ak_bt {
	margin: 10px 0
}
.footer_pp .wp .form-control {
	border-radius: 0;
	padding: 0 0 0 4px;
	height: 32px;
}
.footer_pp .wp input[type="text"] {
	border: 1px solid #dadada;
	padding: 8px 10px;
	height: 32px;
	background-color: #fff;
	transition: all 0.4s;
	font-size: 14px;
	width: 100%
}
.footer_pp .wp input[type="text"]:focus {
	border: 1px solid #a57e23;
	outline: none
}
.footer_pp .wp input[type="button"] {
	border: 1px solid #a57e23;
	background: #DBB55B;
	color: #000;
	padding: 5px 10px;
	cursor: pointer;
	transition: all 0.4s;
	width: 100%
}
.footer_pp .wp input[type="button"]:hover {
	background-color: #000000;
	color: white;
	border: 1px solid black;
}
div.footer_call .showmsg {
	padding: 8px;
	line-height: 18px;
	color: #006600;
	font-size: 13px;
	padding-bottom: 10px;
	border-radius: 8px;
	position: relative;
	border: 3px solid #ef3636;
	background-color: white;
	display: none;
	width: 283px;
	font-weight: 500;
	float: none;
	overflow: hidden;
}
.showmsg i.fa-times {
	font-size: 12px;
	color: black;
	right: 0px;
	top: 0px;
	position: absolute;
	cursor: pointer;
	background-color: #fad30a;
	padding: 0 0 8px 10px;
	border-radius: 0px 0px 0px 12px;
}
 @keyframes ring-bell {
0% {
transform: translateX(0)
}
4% {
transform: translateX(-20px)
}
8% {
transform: translateX(+20px)
}
12% {
transform: translateX(-10px)
}
16% {
transform: translateX(+10px)
}
20% {
transform: translateX(0)
}
}
.footer_call select {
	-webkit-appearance: none;
	border: 1px solid #CCC!important;
	background: #fff url(../images/sort_desc.png) no-repeat 98.50% 50% !important;
	padding-right: 10px!important;
	color: #000 !important
}
/* -----listing page------*/
.ak_listing {
	background-color: #f0f0f0
}
.ak_listing h1 {
	margin-bottom: 20px;
}
.ak_listing .name {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 3px 0;
	margin-bottom: 10px;
}
.ak_listing .heading {
	font-size: 22px;
	color: #323232;
	margin-bottom: 0;
	font-weight: 600
}
.ak_listing .pagination>.active>a, .ak_listing .pagination>.active>a:focus, .ak_listing .pagination>.active>a:hover, .ak_listing .pagination>.active>span, .ak_listing .pagination>.active>span:focus, .ak_listing .pagination>.active>span:hover {
	background-color: #000;
	border-color: #fff;
	color: #fff
}
.ak_listing .pagination>li>a {
	color: #000
}
.ak_listing .pg-blue {
	margin: 10px auto;
	width: 240px;
	text-align: center;
	display: block;
}
.ak_listing .sort-by-title {
	margin: 0 1px 0 0;
	line-height: 34px;
	font-size: 17px;
}
.ak_listing .sort-by {
	padding: 0 2px;
}
.ak_listing .form-control {
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	border-color: #909398;
	box-shadow: none;
	background-color: transparent;
	padding: 3px 5px;
}
.ak_listing .sort-by .col-md-3 {
	padding: 0 5px 0 5px
}
/*-- Details Page --*/
.details-page .hotel-part {
	background-color: #FFF;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.3);
}
.card .nav-tabs {
	border: none
}
.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
	border: 1px solid #d5d5d5;
	border-bottom: none
}
.card .nav-tabs > li > a {
	border: none;
	color: #595959;
	padding: 18px 50px;
	margin-right: 0px;
	font-size: 16px;
	font-weight: 600;
}
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover {
	border: none;
	font-size: 16px;
	font-weight: 600;
	color: #f73434 !important;
	background: #fff;
	padding: 18px 50px;
	border: 1px solid #d5d5d5;
	border-bottom: none;
	border-radius: 0px;
	text-transform: none;
}
.card .nav-tabs > li > a::after {
	content: "";
	background: #f0f0f0;
	height: 1px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.card .nav-tabs > li.active > a::after, .card .nav-tabs > li:hover > a::after {
}
.card .tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}
.card .tab-pane {
	padding: 0px 0;
}
.card .tab-content {
	padding: 25px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	color: #777777;
	line-height: 24px;
	font-size: 14px;
	min-height: 260px;
}
.card .tab-content h2 {
	padding: 0px 0px 15px 0px;
	color: #010202;
	line-height: 30px;
	font-size: 18px;
	margin: 0px;
	font-weight: 600;
}
.card {
	margin-bottom: 30px;
}
.details-page {
	background-color: #f0f0f0;
	padding: 20px 0px 115px;
}
.more-similar-hotels h1 {
	padding: 20px 0px;
	margin: 0px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #323232;
	border-top: 1px solid #cfcfcf;
}
.more-similar-hotels .box {
	background-color: #FFF;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
}
.more-similar-hotels .box .pad {
	padding: 10px;
}
.more-similar-hotels .box p {
	font-size: 13px;
	line-height: 21px;
	color: #353636;
	margin-top: 21px;
}
.more-similar-hotels .box p a {
	font-size: 14px;
	text-decoration: none;
	color: #1c1c1c;
}
.more-similar-hotels .box p a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #307df3;
}
.more-similar-hotels .box h2 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color: #010202;
	font-weight: 600;
}
.more-similar-hotels .box .location {
	margin-top: 10px;
	font-size: 13px;
	color: #777777;
	font-weight: normal;
}
.more-similar-hotels .box .location .checked {
	color: #ffc107;
}
.more-similar-hotels .box .rightside {
	border-left: 1px solid #d1d1d1;
}
.more-similar-hotels .box .rightside .price {
	font-size: 21px;
	color: #ff0000;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
	padding: 14px 0px;
}
.more-similar-hotels .box .rightside .small-text-red {
	font-size: 13px;
	color: #ff0000 !important;
	font-weight: bold !important;
}
.more-similar-hotels .box .rightside .price span {
	font-size: 13px;
	color: #8b8b8b;
	font-weight: normal;
}
.more-similar-hotels .box .rightside .price {
	font-size: 24px;
	color: #ff0000;
	font-weight: bold;
}
.more-similar-hotels .box .rightside .call {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 15px 0px;
	text-align: center;
	font-size: 12px;
	color: #7b7b7b;
}
.more-similar-hotels .box .rightside .call span {
	font-size: 20px;
	color: #2f2f2f;
	font-weight: bold;
}
.more-similar-hotels .box .rightside .enquiry-button {
	margin: 20px 0px;
}
.more-similar-hotels .box .rightside .enquiry-button .select_btn {
	width: 100%;
	background: #000000;
	border-color: #000000;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.more-similar-hotels .box .rightside .enquiry-button .select_btn:hover {
	width: 100%;
	background: #e0bd6f;
	border-color: #c49c42;
	color: #010101;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.more-similar-hotels .box .rightside .enquiry-button .see_location_btn {
	width: 100%;
	background: #e0bd6f;
	border-color: #c49c42;
	color: #010101;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.more-similar-hotels .box .rightside .enquiry-button .see_location_btn:hover {
	width: 100%;
	background: #000000;
	border-color: #000000;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.sn_galler_thumbnails {
	margin: 15px 0;
}
.section .inner__container {
	max-width: 90%;
	width: 100%;
}
.sn_tophdntext {
	max-width: 90%;
	width: 100%;
	margin: 15px auto;
	padding-left: 15px;
	padding-top: 120px;
}
.sn_tophdntext .sn_bigtext {
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	font-family: Josefin Sans;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
.sn_tophdntext .sn_textblack {
	color: #393939;
}
.sn_tophdntext .sn_textgold {
	color: #ce8c5b;
}
.sn_tophdntext .sn_textupper {
	text-transform: uppercase;
}
.sn_tophdntext .sn_textlower {
	text-transform: lower;
}
.sn_tophdntext p {
	color: #333;
	max-width: 650px;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 500;
}
.sn_gallery_slider {
	margin-bottom: 0;
}
.sn_gallery_slider .imgthumbnail>a {
	display: block;
}
.sn_gallery_slider .imgthumbnail>a.current>img {
	opacity: 0.5;
}
.sn_elevated {
	background: #5c6f56 url(../images/elevated.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}
.sn_luxury {
	background: #b7c6e1 url(../images/4bhkluxury.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}
.fitImg, .fullImg {
	width: 100%;
	height: auto;
}
.details-page .hotel-part .hotel-name h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	color: #010202;
	line-height: 22px;
}
.details-page .hotel-part .hotel-name {
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.details-page .hotel-part .hotel-name .location {
	margin-top: 10px;
	font-size: 13px;
	color: #777777;
}
.details-page .hotel-part .hotel-name .location .checked {
	color: #ffc107;
}
.details-page .hotel-part .package {
	padding: 10px 15px;
	border-bottom: 1px solid #dfdfdf;
}
.details-page .hotel-part .package .nights {
	color: #555555;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}
.details-page .hotel-part .package .price {
	color: #f73434;
	font-size: 24px;
	font-weight: 600;
	line-height: 20px;
}
.details-page .hotel-part .package .price span {
	color: #f73434;
	font-size: 12px;
	font-weight: 600;
}
.details-page .hotel-part .contact {
	background-color: #f7f7f7;
	border: 1px solid #dbdbdb;
	margin: 15px;
	position: relative;
	padding: 20px;
}
.details-page .hotel-part .contact p {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #353636;
	line-height: 20px;
}
.details-page .hotel-part .contact .phone {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #2f2f2f;
}
.details-page .hotel-part .or {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #dedede;
	margin: -35px auto 0 auto;
	position: absolute;
	background-color: #fff;
	left: 45%;
	line-height: 36px;
	color: #f73434;
	text-align: center;
	font-weight: 600;
}
.details-page .hotel-part .select_btn {
	width: 100%;
	background: #000000;
	border-color: #000000;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-top: 7px;
	margin-bottom: 12px;
}
.details-page .hotel-part .select_btn:hover {
	width: 100%;
	background: #e0bd6f;
	border-color: #c49c42;
	color: #010101;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-top: 7px;
	margin-bottom: 12px;
}
.details-page .hotel-part .mar {
	margin-top: 13px;
	text-align: center;
}
.details-page .hotel-part .including {
	padding: 10px 15px;
	border-bottom: 1px solid #dfdfdf;
}
.details-page .hotel-part .including ul {
	padding: 0px;
	margin: 0px 0px;
}
.details-page .hotel-part .including li {
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	list-style-type: none;
	background-image: url(../images/bullet-icon.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #777777;
	font-size: 13px;
}
.details-page .hotel-part .including li strong {
	color: #5b5b5b;
}
.details-page .hotel-part .including li i {
	color: #777777;
	font-weight: normal;
	margin: 0px 15px;
}
.details-page .border-line {
	border-top: 1px solid #cfcfcf;
	margin-top: 15px;
	margin-bottom: 28px;
}
 @media only screen and (max-width : 767px) {
#home {
	position: relative;
	background: url(../images/hompage-banner.jpg) no-repeat;
	background-size: cover;
	padding: 5px;
}
.aklogo {
	text-align: center
}
.ak_contact_info {
	float: none;
	display: block;
	max-width: 300px;
	text-align: center;
	margin-right: 0px;
	margin-top: 12px;
	margin: 10px auto;
}
.ak_arrow {
	display: none
}
.sn_enqBlock {
	text-align: center;
	float: left;
	margin-top: 1px;
}
.ak_someheading, .ak_heading {
	font-size: 27px;
}
.ak_about p {
	font-size: 14px;
	padding-bottom: 25px;
}
.navbar {
	min-height: 0
}
.ak_Nav .navbar-nav {
	text-align: left;
	float: inherit;
}
.ak_Nav .navbar-nav > li {
	display: block;
}
.navbar-toggle {
	margin-top: -46px;
	margin-right: 9px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0 32px;
}
.ak_search-tabs {
	position: inherit;
}
.ak_search-tabs .ak_tabs {
	width: 100%;
}
.ak_search-tabs {
	margin-left: 0;
}
.btn_theme1 {
	margin-top: 5px;
	width: 100%;
}
.ak_past_bottom p {
	text-align: center;
}
.ak_LogoList li {
	width: 50%;
}
.ak_LogoList ul {
	padding-left: 3px;
}
#footer {
	background-size: cover;
}
.copyright-info, .copyright-info span {
	float: inherit
}
.footer_agree {
	padding: 10px 60px;
	margin-left: 0px;
}
.ak_listing .sort-by .col-md-3 {
	padding: 5px 0 5px 0
}
.ak_listing .sort-by-title {
	text-align: center;
}
.card.nav-tabs > li.active > a, .card.nav-tabs > li > a:hover {
	border: none;
	font-size: 12px;
	padding: 10px 8px;
}
.card .nav-tabs > li > a {
	border: none;
	color: #595959;
	padding: 10px 8px;
	margin-right: 0px;
	font-size: 12px;
	font-weight: 600;
}
.details-page {
	background-color: #f0f0f0;
	padding: 20px 0px 20px;
}
.more-similar-hotels .box .rightside .enquiry-button .select_btn {
	margin-bottom: 10px;
}
.details-page .hotel-part {
	background-color: #FFF;
	-webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
}
}
 @media (max-width: 479px) {
#back-to-top {
	display: none !important
}
}
/*-- Flight Page --*/

.filter {
	background-color: #ffffff;
	border: 1px solid #bababa;
	border-radius: 5px;
}
.filter .airlines-box {
	padding: 0px 11px 22px 14px;
}
.filter .airlines h2 {
	font-size: 16px;
	font-weight: 600;
	color: #4e4e4e;
	padding: 25px 0px 17px 0px;
	border-bottom: 0px solid #efefef;
	margin: 0px 0px 20px 0px;
}
.filter .border {
	border-top: 1px solid #dadada;
}
.flight .list-box {
	background-color: #ffffff;
	border: 1px solid #bababa;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.flight .list-box .flight-price-details {
	border-left: 1px solid #d6d6d6;
	padding: 10px 15px;
}
.flight .list-box .flight-price-details .price {
	text-align: center;
	font-size: 24px;
	color: #ff0000;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 0px;
}
.flight .list-box .flight-price-details .price sup {
	font-size: 11px;
	top: -8px;
	margin-left: 3px;
	font-weight: 500;
}
.flight .list-box .flight-price-details .price span {
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}
.flight .list-box .flight-price-details .price span.hw_curr {
	font-size: 16px!important;
	margin: 0!important;
}
.flight .list-box .flight-price-details .phone-offer {
	text-align: center;
	color: #565656;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.flight .list-box .flight-price-details .call {
	text-align: center;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.4px;
}
.flight .list-box .flight-price-details .call span {
	text-align: center;
	color: #c49c42;
	margin-top: 12px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.5px;
}
.flight .list-box .flight-price-details .enquire_now_btn {
	width: 100%;
	max-width: 140px;
	margin: 0 auto;
	display: block;
	background: #e0bd6f;
	border-color: #c49c42;
	color: #010101;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.flight .list-box .flight-price-details .enquire_now_btn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.hw_sepr {
	height: 1px;
	width: 100%;
	background: #cacaca;
	margin: 10px auto 25px;
	position: relative;
	text-align: center;
}
.hw_sepr span {
	border: 1px solid #969696;
	display: inline-block;
	height: 9px;
	width: 9px;
	border-radius: 40px;
	margin-top: -4px;
	background: #fff;
}
.hw_flbkinfowrap {
	border: 1px solid #9a9a9a;
	border-radius: 4px;
	padding: 10px;
	background: #fff;
}
.hw_flbkinfowrap .hw_phicon {
	margin-top: -24px;
	text-align: center;
	margin-bottom: 5px;
}
.hw_flbkinfowrap .hw_phicon i {
	font-size: 15px;
	border-radius: 50px;
	background: #ff0000;
	border: 1px solid #ff0000;
	color: #fff;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	margin: 0 auto;
	display: inline-block;
}
.hw_flbkinfowrap .call p {
	font-weight: 500;
	color: #676767ee;
	margin-bottom: 3px!important;
}
.flight .list-box:hover {
	border: 1px solid #e0bd6f;
	box-shadow: 0 5px 35px 0px #00000040;
}
.flight .list-box:hover .hw_flbkinfowrap {
	background: #f7f7f7;
}
.flight .list-box:hover .hw_phicon i {
	background: #000;
	color: #fff;
	border-color: #000;
}
.flight .list-box .time {
	font-size: 12px;
	padding: 40px 0px;
	text-align: center;
	color: #959595;
}
.flight .list-box .time span {
	font-size: 12px;
	color: #515151;
	font-weight: bold;
	text-transform: uppercase;
}
.flight .list-box .logo {
	padding: 20px 20px;
	text-align: center;
}
.flight .list-box .text {
	padding: 38px 0px 28px 0px;
	text-align: center;
	color: #515151;
	font-weight: bold;
	font-size: 15px;
}
.flight .list-box .text span {
	color: #696969;
	font-weight: normal;
	font-size: 13px;
}
.flight .list-box .checkout-bar {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.stopswrap {
	text-align: center;
	top: -5px;
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.flighttrack {
	background-color: #a8a8a8;
	height: 2px;
	width: 100%;
}
.stopswrap .stopitem {
	height: 8px;
	width: 8px;
	display: inline-block;
	background: #737373;
	margin: 0 8px;
}
.pretty .state label:after, .pretty .state label:before {
	border-radius: 2px;
}
.flight .list-box .checkout-bar li.one {
	left: -3;
	position: absolute;
	top: 15px;
}
.flight .list-box .checkout-bar li.five {
	left: 98%;
	position: absolute;
	top: 15px;
}
.flight .list-box .checkout-bar li .bulb {
	position: absolute;
	top: -19px;
	left: -2px;
	width: 10px;
	height: 10px;
	transform: scale(.8);
	color: #fff;
	background: #717171;
}
.flight .list-box .stop {
	text-align: center;
	margin: 27px 0px 6px;
	font-size: 11px;
	color: #ff0000;
	font-weight: 600;
	text-transform: uppercase;
}
.border-bottom {
	border-top: 1px dashed #bbbbbb;
}
.flight-search {
	background-color: #ffffff;
	border-bottom: 3px solid #d1d1d1;
}
.flight-search .card-1 .nav-tabs {
	border-bottom: none
}
.flight-search .card-1 .nav-tabs > li.active > a {
	border-width: 0;
	font-size: 12px;
	font-weight: bold;
}
.flight-search .card-1 .nav-tabs > li > a {
	border: none;
	color: #6d7074;
	font-size: 12px;
	font-weight: normal;
}
.flight-search .card-1 .nav-tabs > li.active > a {
	border: none;
	color: #414141 !important;
	background: transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.flight-search .card-1 .nav-tabs > li > a::after {
	content: "";
	background: #000;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.flight-search .card-1 .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}
.flight-search .card-1 .tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}
.flight-search .card-1 .tab-pane {
	padding: 0px 0;
}
.flight-search .card-1 .tab-content {
	padding: 8px 0px 6px 0px;
	min-height: 50px;
	border: none
}
.flight-search .card-1 .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
}
.flight-search .card-1 .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	margin-right: 27px;
}
.flight-search .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.flight-search .input-group-addon {
	border: 1px solid #707377;
	background-color: transparent;
	border-right: none;
}
.flight-search .form-control {
	border-radius: 5px;
	line-height: 40px;
	height: 40px;
	border-color: #707377;
	box-shadow: none;
	font-size: 13px;
}
.flight-search .form-group {
	width: 140px;
	float: left;
	margin-right: 10px;
}
.flight-search .form-group-1 {
	width: 390px;
	float: left;
	margin-right: 9px;
}
.flight-search .form-group-1 .form-control-1 {
	border-right: none;
}
 @media only screen and (max-width : 767px) {
.flight .list-box .time {
	padding: 0px 0px 10px 0px;
}
.flight .list-box .flight-price-details {
	border-top: 1px solid #d6d6d6;
	border-left: none;
	padding: 18px 43px;
}
.flight .list-box .text {
	padding: 30px 0px 0px 0px;
}
.flight .list-box .logo {
	padding: 20px 20px 0px 20px;
	text-align: center;
}
.filter {
	margin-bottom: 20px;
}
.flight-search .form-group {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
}
.flight-search .form-group-1 {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
}
}
.details-page .pagination>.active>a, .ak_listing .pagination>.active>a:focus, .ak_listing .pagination>.active>a:hover, .details-page .pagination>.active>span, .ak_listing .pagination>.active>span:focus, .ak_listing .pagination>.active>span:hover {
	background-color: #000;
	border-color: #fff;
	color: #fff
}
.details-page .pagination>li>a {
	color: #000
}
.details-page .pg-blue {
	text-align: center;
	text-align: center;
	display: block;
}
.details-page .pagination>li {
	display: inline-block;
	margin-left: -4px;
}
.details-page .sort-by-title {
	margin: 0 1px 0 0;
	line-height: 34px;
	font-size: 17px;
}
.details-page .sort-by {
	padding: 0 2px;
}
.details-page .form-control {
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	border-color: #909398;
	box-shadow: none;
	background-color: transparent;
	padding: 3px 5px;
}
.details-page .sort-by .col-md-3 {
	padding: 0 5px 0 5px
}
/* Business Class Flights*/
/* Slideshow
================================================== */
/*-- Main slide --*/

#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	position: absolute;
	z-index: 999;
	top: 100px;
	max-width: 600px;
	color: #fff;
}
#main-slide .slider-content .ak_txti_div {
	margin-top: -30px;
}
#main-slide .slider-content h2 {
	font-size: 44px;
	text-align: left;
	line-height: 50px;
	color: #fff;
	margin-left: 70px;
	padding-top: 5px;
	letter-spacing: 0px;
}
#main-slide .slider-content h2 span {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0px;
}
#main-slide .slider-content p {
	font-size: 19px;
	color: #e0bd6f;
	margin: 4px;
	letter-spacing: 0px;
	text-transform: none;
}
#main-slide .slider-content .bt-text {
	background: rgba(0, 0, 0, 0.66);
	color: #fff;
	padding: 5px;
	font-size: 15px;
	text-align: center;
}
#main-slide .carousel-inner>.item>img {
	width: 100%;
	max-width: inherit
}
.bg-banner {
	position: absolute;
	z-index: -1;
}
/*========== Choose Us ==========*/
.choose-us {
	padding: 93px 0 100px;
	background-image: url('../images/parallax_1.jpg');
	position: relative;
	z-index: 5;
}
.choose-us:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
}
.choose-container .image-choose {
	border-radius: 50%;
	padding: 10px;
	border: 1px dashed #dbb46a;
	position: relative;
	display: inline-block;
}
.choose-container .image-choose img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.choose-container:hover .image-choose img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.choose-container .image-choose span {
	position: absolute;
	color: #000;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	top: 7px;
	right: 0;
	background-color: #dbb46a;
	border-radius: 50%;
	font-size: 15px;
	font-weight: bold;
}
.choose-container .choose-content h6 {
	font-size: 15px;
	color: #fff;
	margin: 15px 0 10px;
	font-weight: bold;
}
.choose-container .choose-content p {
	color: #d6d6d6;
}
.rounded-circle {
	border-radius: 50%;
}
.airlines-logo .owl-nav, .owl-dots {
	display: none;
}
.business-class-flights .ak_someheading {
	font-size: 36px;
	color: #010202;
	margin: 0px 0px 10px 0px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}
.business-class-flights .sec-title p {
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 30px;
}
/*** 

====================================================================
	business-class-flights
====================================================================

***/

.business-class-flights {
	position: relative;
	padding: 40px 0px;
}
.business-class-flights .project-block-two {
	padding: 0px;
}
.business-class-flights .project-block-two.mix {
	display: none;
}
.business-class-flights .project-block-two {
	position: relative;
	margin-bottom: 30px;
}
.business-class-flights .project-block-two .inner-box {
	position: relative;
	overflow: hidden;
}
.business-class-flights .project-block-two .inner-box .image {
	position: relative;
}
.business-class-flights .project-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.business-class-flights .project-block-two .inner-box .lower-box {
	position: relative;
	padding: 18px 15px 0px;
	border-left: 1px solid #e6e6e6;
}
.business-class-flights .project-block-two .inner-box .lower-box h3 {
	position: relative;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	margin-top: 0px;
}
.business-class-flights .project-block-two .inner-box .lower-box .title {
	position: relative;
	color: #696969;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}
.business-class-flights .project-block-two .inner-box .lower-box p {
	color: #696969;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner .title .price {
	text-align: right;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.business-class-flights .price {
	text-align: right;
	font-size: 22px;
	color: #ff0000;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.business-class-flights .price span.hw_curr {
	font-size: 16px!important;
	margin: 0!important;
}
.business-class-flights .project-block-two .inner-box .lower-box .go-title {
	position: relative;
	color: #020e28;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.business-class-flights .project-block-two .inner-box .lower-box .go-title .icon {
	margin-left: 5px;
}
.business-class-flights .project-block-two .inner-box .overlay-content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	padding: 0px 28px 18px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
	background-color: rgba(245,91,20,0.90);
}
.business-class-flights .project-block-two .inner-box .overlay-content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(219,180,106,0.90);
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner {
	position: absolute;
	left: 35px;
	bottom: 16px;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner h4 {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner h4 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner h4 a:hover {
	color: #333333;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner .title {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 18px;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner .go {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner .go .icon {
	margin-left: 5px;
}
.business-class-flights .project-block-two .inner-box .overlay-content .overlay-inner .go:hover {
	color: #333333;
}
.business-class-flights .project-block-two .inner-box:hover .overlay-content {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}
.business-class-flights .hw_sepr {
	height: 1px;
	width: 100%;
	background: #fff;
	margin: 10px auto 25px;
	position: relative;
	text-align: center;
}
.business-class-flights .hw_sepr span {
	border: 1px solid #ffffff;
	display: inline-block;
	height: 9px;
	width: 9px;
	border-radius: 40px;
	margin-top: -4px;
	background: #ffffff;
}
.business-class-flights .hw_flbkinfowrap {
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 10px;
	background-color: transparent;
}
.business-class-flights .hw_flbkinfowrap .hw_phicon {
	margin-top: -24px;
	text-align: center;
	margin-bottom: 5px;
}
.business-class-flights .hw_flbkinfowrap .hw_phicon i {
	font-size: 15px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	margin: 0 auto;
	display: inline-block;
}
.business-class-flights .call {
	text-align: center;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.4px;
}
.business-class-flights .call p {
	text-align: center;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.4px;
}
.business-class-flights .hw_flbkinfowrap .call p {
	font-weight: 600;
	color: #000;
	margin-bottom: 5px!important;
}
.business-class-flights .phone-offer {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.business-class-flights .call span {
	text-align: center;
	color: #fff;
	margin-top: 12px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.5px;
}
.business-class-flights .enquire_now_btn {
	width: 100%;
	max-width: 140px;
	margin: 0 auto;
	display: block;
	background: #000;
	border-color: #000;
	color: #fff;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.business-class-flights .enquire_now_btn:hover {
	background: #e0bd6f;
	border-color: #c49c42;
	color: #010101;
}
.owl-theme .owl-nav .owl-next {
	max-width: 140px;
	width: 140px;
	float: left;
	margin: 0 auto;
	display: block;
	background: #000;
	border-color: #000;
	color: #fff;
	padding: 10px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-left: 20px;
	border-radius: 30px;
}
.owl-theme .owl-nav .owl-next:hover {
	background: #e0bd6f;
	border-color: #c49c42;
	color: #010101;
}
.owl-theme .owl-nav .owl-prev {
	max-width: 140px;
	width: 140px;
	float: left;
	margin: 0 auto;
	display: block;
	background: #000;
	border-color: #000;
	color: #fff;
	padding: 10px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-left: 420px;
	border-radius: 30px;
}
.owl-theme .owl-nav .owl-prev:hover {
	background: #e0bd6f;
	border-color: #c49c42;
	color: #010101;
}
@media only screen and (max-width : 767px) {
.owl-theme .owl-nav .owl-prev {
	margin-left: 0px !important;
	width: 130px;
}
.business-class-flights .ak_someheading {
	font-size: 21px;
}
.business-class-flights .sec-title p {
	font-size: 13px;
}
#home {
	position: relative;
	background: url(../images/hompage-banner.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	padding: 0px !important;
}
#main-slide .carousel-indicators {
	bottom: 0px;
}
}
