.nopadding {padding: 0 !important;}
.nomargin {margin: 0 !important;}

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
}
a { color: #ffac12;}
a:hover { color: #333;}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}
h1{
	font-size:36px;
	color:#fff;
	font-weight:400;
	line-height:normal;
	margin:0 0 15px;
	font-family: 'Playfair Display', sans-serif;
	text-transform:uppercase;
}
h2{
	font-size:25px;
	font-family: 'Playfair Display', sans-serif;
	color:#fff;
	font-weight:700;
	line-height:normal;
	margin:0 0 10px;
	position:relative;
	text-transform:uppercase;
}
h3{
	font-size:20px;
	color:#333;
	font-weight:400;
	line-height:normal;
	margin:0 0 6px;
	position:relative;
	text-transform:uppercase;
	font-family: 'Playfair Display', sans-serif;
}
h4{
	font-size:16px;
	color:#fff;
	font-weight:300;
	line-height:normal;
	position:relative;
	text-transform:capitalize;
	font-family: 'Playfair Display', sans-serif;
}

p{
	font-size:16px;
	margin:0 0 15px;
	color:#777;
	font-weight:400;
	line-height:24px;
	font-family: 'lato', sans-serif;
}
.btn{
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	width:auto;
	line-height:42px;
	padding:0 30px;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
}
.btn.btn-primary{
	border:2px solid #ffac12;
	background:#ffac12;
	color:#fff;
}
.btn.btn-primary:hover{
	background:none;
	border-color:#ffac12;
	color:#ffac12;
}
.btn.btn-default{
	border:2px solid #041c64;
	background:none;
	color:#ffac12;
}
.btn.btn-default:hover{
	background:#041c64;
	border-color:#ffac12;
	color:#fff;;
}
.btn.btn-reverse {
	background:none;
	border:2px solid #ffac12;
	color:#041c64;
}
.btn.btn-reverse:hover {
	border:2px solid #041c64;
	background:#ffac12;
	color:#fff;
}
.btn.btn-details, .btn.btn-enquiry{
	font-size: 14px;
	padding: 0 20px;
	margin: 0 5px;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#777;
	background:#fff;
}
section{
	width:100%;
	float:left;
	height:auto;
	padding:50px 0 50px;
}
section#services{ /*padding:100px 0 50px;*/}
.inverse{
	background:#faf9f9;
}
.parallax{
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	/*background:url(img/loader.gif) no-repeat center center;*/
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/*************************** Header Design ********************************/

.navbar-default{
	background: none;
	border:none;
	margin:0;
}
.navbar {
	padding: 25px 0;
	-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
	-ms-transition:background .5s ease-in-out,padding .5s ease-in-out;
	-o-transition:background .5s ease-in-out,padding .5s ease-in-out;
	transition:background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
	padding: 10px 0;
	-webkit-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.5);
	-o-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.5);
	box-shadow:0 -7px 12px rgba(0, 0, 0, 0.5);
	background:#ffac12;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand{
	margin:0;
	height:auto;
	padding:0;
}
.navbar-default .navbar-nav > li{
	margin-left:22px;
}
.navbar-default .navbar-nav > li:first-child{
	margin:0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:17px 0px;
	position:relative;
	font-weight:700;
}
.navbar-default .navbar-nav > li > a::before{
	width:0%;
	position:absolute;
	bottom:12px;
	height:2px;
	content:'';
	left:0;
	background-color:transparent;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before{
	background-color:#041c64;
	width:100%;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover{
	color:#041c64;
	background:none;
}
.navbar-right{
	margin:0;
}

/************************* Banner Design ***************/
#banner{
	width:100%;
	float:left;
	height:auto;
}
#banner .item{
	height:650px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
#banner .item::before{
	/*width:100%;
	float:left;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:rgba(0,0,0,0.5);*/
}
#banner h1{
	color:#041c64;
	margin:0 0 25px;
	font-size:60px;
	background: rgba(255,172,18,0.5);
}
#banner p{
	color:#fff;
	margin:0 0 35px;
	font-size:20px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.caption-info{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.caption-info-inner h1{
	animation-delay: 0.5s;
}
.caption-info-inner p{
	animation-delay: 1.1s;
}
.caption-info-inner a{
	animation-delay: 1.6s;
}
.control{
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#banner:hover .control{
	visibility:visible;
	opacity:1;
}
.control, .control:focus{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    line-height: 34px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 36px;
	margin:-15px 0 0;
}
.control:hover{
	background:#fff;
	color:#ffac12;
}
.left.control{
	left:10px;
}
.right.control {
	right:10px;
}

/************************ Services Section **************************/
.service-list{
	width:100%;
	float:left;
	height:300px;
	margin:0 0 30px;
	padding:20px 20px 15px;
	background:#faf9f9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-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;
}
.service-list:hover{
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-ms-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.service-list i {
    border: none;
    font-size: 30px;
    height: auto;
    line-height: 80px;
    margin: 0 0 10px;
    vertical-align: middle;
    width: 80px;
	color:#ffac12;
	background:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-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;
}
.service-list:hover i{
	background:#041c64;
	color:#fff;
	box-shadow: 0 10px 20px -4px rgba(0,0,0,0.3) inset;
}
#services .service-block:nth-of-type(3n+1) {clear:both;}


/********************* Packages Section ***************************/
.package-list{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 0 30px;
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;	
}
.package-list:hover{
	-webkit-box-shadow:0 0 10px -1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0 0 10px -1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:0 0 10px -1px rgba(0, 0, 0, 0.4);
	box-shadow:0 0 10px -1px rgba(0, 0, 0, 0.4);
}
.package-list a{
	display:inline-block;
	/*float:left;
	width:100%;*/
	height:auto;
}
.package-thumb{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	position:relative;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.duration {
    background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 15px;
    padding: 17px 12px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: auto;
	right:15px;
	color:#fff;
	font-weight:600;	
}
.package-thumb > img{
	width:100%;
	height:250px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.package-info{
	width:100%;
	float:left;
	height:auto;
	padding:15px;
}
.package-list:hover .package-thumb > img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.price {
    font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffac12;
	padding: 10px 30px;
	box-shadow: 5px 4px 10px rgba(0,0,0,0.5);
}
.period {
    font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #ffac12;
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0,0,0,0.7);
	padding: 10px 30px;
	box-shadow: 5px 4px 10px rgba(0,0,0,0.5);
	display: inline-block;
}
.package-info .fa{
	font-size:18px;
	color:#777;
	vertical-align:middle;
}
.review-count{
	font-size:18px;
	text-transform:lowercase;
	vertical-align:middle;
	font-weight:300;
	color:#777;
}
ul.list-styled {
    list-style: disc;
    margin-left: 15px;
	font-size: 16px;
	color: #777;
	font-weight: 400;
	line-height: 24px;
	font-family: 'lato', sans-serif;
}

/********************* Deals and Discount Section***************************/
.tour-item{
	width:100%;
	height:auto;
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff;
	cursor:all-scroll;
	position: relative;
}
.tour-item .thumb{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.tour-item .thumb > img{
	width:100%;
	height:260px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.price-info{
	width:55%;
	padding:7px 18px;
	position:absolute;
	top:-20px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	background:#041c64;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	text-align: center;
}
.regular-price{
	font-weight:300;
	color:#fff;
	font-size:16px;
	text-decoration:line-through;
	margin-right:5px;
	display:inline-block;
}
.regular-price i, .sale-price i, .price i{
    font-size:16px;
}
.sale-price{
	font-weight:300;
	color:#fff;
	font-size:20px;
	display:inline-block;
}
#intTour .discount-info{
	background:#fafaf9;
	border: 3px solid #eee;
}
.discount-info{
	width:100%;
	float:left;
	height:auto;
	padding:40px 15px 20px;
	position:relative;
	background:#fff;
}
.discount-info a{
	color:#777;
	text-transform:uppercase;
	cursor:pointer;
}
.discount-info a:hover{
	color:#1dabe0;
}
.tour-item span .fa{
	color:#1dabe0;
}


/*********************** Counter Section **************************/
.no-padding{
	padding:0;
}
.count-section{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.count-section::before{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	content:'';
	left:0;
	top:0;
	background:rgba(0,0,0,0.2);
}
.count-section h2{
	font-style:italic;
}
.count-section h3{
	color:#fff;	
}
.count-section ul{
	float:left;
	width:100%;
}
.count-section ul li{
	width:25%;
	float:left;
	text-align:center;
	padding:0 10px;
}
.count-section i {
    border:2px solid rgba(255, 255, 255, 0.55);
    font-size: 30px;
    height: auto;
    line-height: 76px;
    margin: 0 0 10px;
    vertical-align: middle;
    width: 80px;
	color:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.count-section li:hover i{
	background:#041c64;
	color:#fff;
}

/********************* Gallery Section ******************************/
#filter-list{
	width:100%;
	float:left;
	/*text-align:center;*/
	margin:0 0 40px;
}
#filter-list li{
	display:inline-block;
	cursor:pointer;
	font-weight:300;
	font-size:16px;
	text-transform:uppercase;
	padding:7px 20px;
	border:1px solid #777;
	margin:0 15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#filter-list li.active, #filter-list li:hover{
	background:#ffac12;
	color:#fff;
	border-color:#041c64;
}
.gallery-item{
	width:100%;
	float:left;
}
.gallery-item li{
	width:33.33%;
	float:left;
	height:100%;
}
.gallery-item li .thumb{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	position:relative;
}

.gallery-overlay {
    float: left;
    height: auto;
    left: 15px;
	right:15px;
    position: absolute;
    top: 15px;
	bottom:15px;
    width: auto;
	background:rgba(0,0,0,0.4);
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
	opacity:0;
	visibility:hidden;
}
.gallery-overlay-inner{
	width:100%;
	height:auto;
	text-align:center;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.gallery-item li .thumb img{
	width:100%;
	height:320px;
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
}
.gallery-item li:hover .thumb img{
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}
.gallery-item h2{
	-webkit-transform:translateY(-70px);
	-moz-transform:translateY(-70px);
	-ms-transform:translateY(-70px);
	-o-transform:translateY(-70px);
	transform:translateY(-70px);
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
}
.gallery-item a{
	-webkit-transform:translateY(70px);
	-moz-transform:translateY(70px);
	-ms-transform:translateY(70px);
	-o-transform:translateY(70px);
	transform:translateY(70px);
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
	color:#fff;
	font-size:20px;
	display:inline-block;
	width:40px;
	line-height:38px;
	border:1px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.gallery-item a:hover{
	background:#fff;
	color:#041c64;
}
.gallery-item li:hover h2, .gallery-item li:hover a{
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.gallery-item li:hover .gallery-overlay{
	visibility:visible;
	opacity:1;
}
.gallery{
	display:none;
	opacity:0;
}

/******************** Testimonials Section *******************/
.testimonial-item{
	width:100%;
	display:block;
	height:auto;
}
.testimonial-item .fa{
	-webkit-border-radius: 50%;
	border-radius: 50%;
    border-radius: 50%;
    color: #777;
    font-size: 20px;
    margin: 0 0 15px;
}
.author-comments{
	width:100%;
	float:left;
	height:auto;
}
.author-comments p{
	line-height:28px;
}
.testimonial-item .author{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 25px;
}
.author img{
	width:auto!important;
	height:auto;
	display:inline-block!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
}
.designation{
	width:100%;
	float:left;
	height:auto;
	font-weight:300;
	font-size:18px;
	font-family:"Roboto",sans-serif;
	font-style:italic;
	margin:0 0 10px;
}
.designation strong{
	font-weight:400;
	font-style:normal;
}
.owl-dots{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.owl-dot{
	display:inline-block;
	width:12px;
	height:12px;
	border:1px solid #041c64;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
	margin:0 5px;
}
.owl-dot.active{
	background:#ffac12;
}

/***************** Contact Section *************************/
#contact-us{
	position:relative;
}
#contact-us::before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:rgba(0,0,0,0.8);
}
#contact-us .section-title h1{
	color:#fff;
}
.contact-left{
	width:100%;
	float:left;
	height:auto;
}
.contact-left li{
	margin:0 0 20px;
}
.icon {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
.icon i {
	width:50px;
	line-height:48px;
	color:#fff;
	border:1px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
}
.contact-info {
    display: table-cell;
    vertical-align: middle;
}
.contact-left h4{
	margin:0 0 5px;
	font-weight:400;
	color:#fff;
}
.contact-left p{
	margin:0;
	color:#fff;
}
.contact-left p a{
	color:inherit;
}
.contact-left p a:hover{
	color:#1dabe0;
}
.form-control{
	height:50px;
	color:#999;
	box-shadow:none!important;
	border:1px solid #041c64;
	background:none;
	font-weight:300;
}
.form-control:focus{
	border-color:#1dabe0;
}
.contact-right .form-control::-moz-placeholder{
	opacity:1;
	color:#ffac12;
}

/********************* Footer Section **************************/
#footer{
	width:100%;
	float:left;
	height:auto;
	padding:20px 0;
	background:#000;
}
#footer h2{
	font-family:"Playfair Display",cursive;
	margin:0 0 15px;
	color:#777;
	font-weight:normal;
}
#footer ul{
	margin:0 0 0px;
}
#footer li{
	display:inline-block;
	margin:0 5px;
}
#footer li a{
	display:inline-block;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.4);
	color:#fff;
	width:36px;
	line-height:34px;
	vertical-align:middle;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
#footer li a:hover{
	color:#fff;
	background:#ffac12;
}
#footer p{
	margin:0;
	font-size:12px;
	line-height:36px;
	color:#fff;
}

/******************** Back to Top ***********************/
.back-top{
	width:auto;
	float:right;
	height:auto;
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:999;
}
.back-top a{
	display:inline-block;
	text-align:center;
}
.back-top i {
    background: #ffac12 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
	h1{
		font-size:22px;
	}
	.review-count{
		font-size:16px;
	}
	.pull-right.price{
		font-size:18px;
		line-height:22px;
	}
	.package-info .fa{
		font-size:16px;
	}
	.count-section ul li{
		width:100%;
	}
	.count-section ul li + li{
		margin:15px 0 0;
	}
	.count-section h2{
		font-size:18px;
	}
	.count-section h3{
		font-size:15px;
	}
	.meta > span{
		padding-right:9px;
		margin-right:8px;
	}

}

@media only screen and (min-width: 480px) and (max-width:639px) {
	h1{
		font-size:25px;
	}
	.count-section ul li{
		width:50%;
		margin:0 0 15px;
	}
	.count-section h2{
		font-size:18px;
	}
	.count-section h3{
		font-size:15px;
	}
	.post-bottom .pull-right .fa{
		font-size:14px;
	}
}

@media only screen and (max-width: 639px){
	h2{
		font-size:20px;
	}
	h3{
		font-size:16px;
	}
	.col-xs-6{
		width:100%;
	}
	.tour-list li, .gallery-item li{
		width:100%;
	}
	#banner h1{
		font-size:25px;
		margin:0 0 10px;
	}
	#banner p{
		font-size:16px;
	}
	#banner .item{
		height:300px; 
	}
	.caption-info{
		top:55%;
	}
	#filter-list li{
		margin:0 3px 8px;
		padding:5px 15px;
		font-size:14px;
	}
	
}

@media only screen and (min-width: 640px) and (max-width:767px) {
	#banner h1{
		font-size:40px;
		margin:0 0 10px;
	}
	#banner p{
		font-size:16px;
	}
	#banner .item{
		height:300px;
	}
	.caption-info{
		top:55%;
	}
	.tour-list li{
		width:50%;
	}
	.count-section h2{
		font-size:15px;
	}
	.count-section h3{
		font-size:13px;
	}
	#filter-list li{
		margin:0 5px;
	}
	.gallery-item li{
		width:50%;
	}

}

@media only screen and (max-width: 767px){
	section{
		padding:40px 0;
	}
	#footer ul{
		text-align:center;
	}
	#footer ul li{
		float:none;
		display:inline-block;
		margin:0 5px;
	}
	#footer .text-right{
		text-align:center;
	}
	#banner .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {

	padding-block: 90px; 
}
    .carousel-inner-about>.item>a>img, .carousel-inner-about>.item>img, .img-responsive-about, .thumbnail a>img, .thumbnail>img {

	padding-block: 9px; 
}
	
	.contact-left{
		margin:0 0 20px;
	}
	#page-title{
		min-height:300px;
	}
	.content-block{
		margin:0 0 30px;
	}
	#footer p {
		line-height: 14px;
		margin: 15px 0 0;
	}
	.navbar-collapse{
		padding:0;
	}
	.about .about-img .img-1 .img-2, .about .about-img .img-1 .img-3 {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
	.section-title h1 {font-size: 32px;}
	#packages .line, #deals-discounts .line, #hajjpackages .line { width: 300px !important;}
	.hotel-item .hotel-image, .hotel-item .hotel-body, .hotel-right {width:100% !important; display: block !important;}	
	.hotel-btn {float:none !important;}
	.tour-details .package-details ul.group-pckgs li { width: 100% !important; height: 100% !important; margin-bottom: 10px !important; display: inline-block !important;}
}


@media only screen and (min-width: 768px) and (max-width:991px) {
	#banner h1{
		font-size:45px;
		margin:0 0 15px;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:16px;
	}
	.tag-list li{
		margin:0 8px 8px 0;
	}
	.tag-list li a {
		font-size:14px;
		padding: 5px 10px;
	}

}

@media only screen and (max-width: 991px){
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #777;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-collapse.collapse{
		display: none!important;
	}
	.navbar-fixed-bottom .navbar-collapse, 
	.navbar-fixed-top .navbar-collapse{
		max-height:100%;
	}
	.navbar-default .navbar-nav > li > a::before{
		height:1px;
	}
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.collapsing {
		overflow: hidden!important;
	}
	.navbar-nav{
		margin:5px 0;
	}
	.navbar{
		padding:9px 0;
		background:rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	}
	.navbar-default .navbar-nav > li > a, 
	.navbar-default .navbar-nav > li > a:focus{
		padding:6px 0;
	}
	.navbar-default .navbar-nav > li{
		margin:0;
	}
	.navbar-default .navbar-nav > li > a::before{
		bottom:0;
	}
	.navbar-default .navbar-toggle{
		margin:11px 0;
		border-color:#041c64;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
	}
	.navbar-default .navbar-toggle .icon-bar,
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover{
		background-color:#ffac12;
	}
	.navbar-default .navbar-toggle:focus .icon-bar, 
	.navbar-default .navbar-toggle:hover .icon-bar{
		background-color:#fff;
	}
	.left.control{
		left:0;
	}
	.right.control{
		right:0;
	}
	.caption-info-inner{
		padding:0 25px;
	}
	.tour-details .package-details ul.group-pckgs li { width: 127px !important; height: 127px !important;}
	.details-sidebar { margin-top: 30px;}
        #services .service-block:nth-of-type(3n+1) {clear:none;}
        #services .service-block:nth-of-type(2n+1) {clear:both;} 

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h3{
		font-size:18px;
	}
	.navbar-default .navbar-nav > li{
		margin-left:13px;
	}
	.navbar-default .navbar-nav > li > a, 
	.navbar-default .navbar-nav > li > a:focus{
		font-size:12px;
	}
	#banner h1{
		font-size:50px;
	}
	.tag-list li{
		margin:0 8px 8px 0;
	}
	.tag-list li a {
		font-size:14px;
		padding: 5px 10px;
	}

}

/*----- Custom CSS -----*/
.about .about-img {
    float: right;
}
.about .about-img .img-1 {
    position: relative;
	box-shadow: 0px 5px 20px 0px #f0f0f0;
	border: 20px solid #fff;
}
.about .about-img .img-1 .img-2 {
    position: absolute;
    top: 83%;
    left: 14%;
    box-shadow: -4px 4px 20px 0px #f0f0f0;
	border: 20px solid #fff;
}
.about .about-img .img-1 .img-3 {
    position: absolute;
    top: 135%;
    left: 26%;
    box-shadow: 0px 5px 20px 0px #f0f0f0;
	border: 20px solid #fff;
}
.line {
    width: 250px;
    height: 2px;
    background: #ffac12;
    margin-top: 20px;
    margin-bottom: 25px;
}
/*#services .line { width: 250px;}
#packages .line {width: 400px;}
#deals-discounts .line {width: 500px;}
#hajjpackages .line {width: 350px;}*/
#packages h3 {
	font-size: 17px;
	font-weight: 600;
}
.btn-more {margin-top: 30px;}
#packages .package-info p strong { color: #ffac12;}

/*--- hajj ---*/
.hotel-item {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	-ms-transform: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hotel-item .hotel-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0;
    width: 38%;
    display: table-cell;
}
.hotel-item .hotel-image::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15%;
    height: 100%;
    width: 30%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    background: #fff;
}
.hotel-item .hotel-image .img {
    position: relative;
    z-index: 1;
}
.hotel-item .hotel-image .img::before {
    left: 0;
    background: #ffac12;
    opacity: 0;
}
.hotel-item .hotel-image .img::before, .hotel-item .hotel-image .img::after {
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.hotel-item .hotel-image .img::after {
    right: -90%;
    opacity: 0.4;
    background: #ffffff;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
}
.hotel-item .hotel-body {
    padding: 10px;
    width: 41%;
    display: table-cell;
    vertical-align: top;
}
.hotel-item .hotel-body .ratting i {
    font-size: 11px;
	color: #ffac12 !important;
}
.hotel-item .hotel-body .free-service i {
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
	color: #777;
}
#hajjpackages .hotel-item .hotel-body h3 {
	font-size: 15px;
	padding: 5px 0;
	font-weight: 700;
}
.hotel-right {
    width: 100%;
    background: #212121;
    padding: 10px;
    display: block;
    border-left: 1px solid #ddd;
    display: inline-block !important;
}
.hotel-btn {
    display: inline-block; 
    vertical-align: top;
    margin-top: 8px;
    float: right !important;
}
.hotel-person {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
	color: #fff;
	margin-right: 50px;
	display: inline-block;
}
.hotel-item .hotel-body p {
    color: #666;
    font-size: 13px;
    line-height: 21px;
	padding-bottom: 5px;
}
.hotel-item .hotel-body p strong { color: #ffac12;}
.hotel-person span {
    display: inline-block;
    font-size: 22px;
    margin: 15px 0px 15px 10px;
    font-weight: 700;
}
.hotel-person span i{ font-size: 18px;}
.hotel-item .thm-btn {
    /*margin-top: 10px;
	margin-bottom: 5px;*/
}
.color-blue { color: #ffac12;}
.thm-btn {
    padding: 7px 20px;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    border: 0;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
	background-color: #ffac12 !important;
}
.thm-btn::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    border-radius: 4px;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.thm-btn:hover::before, .thm-btn:focus::before, .thm-btn:active::before {
    opacity: 1;
}
.hotel-item:hover, .package-wiget:hover {
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.hotel-item:hover .hotel-image .img::before {
    opacity: 0.3;
}
.hotel-item:hover .hotel-image .img::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
}
#hajjpackages .package-box .btn.btn-details {font-size: 13px; padding: 0 17px; line-height: 28px;}
#hajjpackages .package-box:nth-of-type(2n+1) { clear: both;}
/*#packages .umrah-package:nth-of-type(3n+1) { clear: both;}*/
.form-modal h3 { display: inline-block;}
.section-title h1 {
    font-family: 'Playfair Display', cursive;
    margin: 0 0 5px;
    color: #000;
    font-size: 37px;
}

/*--- package detail modal ---*/
table {    
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
h4.modal-title {
	color: #ffac12;
	display: inline-block;
	font-size: 24px;
}
h4.modal-subtitle {
	color: #333;
	display: inline-block;
	font-size: 20px;
}
.package-details thead { background: #ffac12; color: #fff;}
ul.local-trans li { font-size: 14px; padding: 5px 0;}
ul.local-trans li span { color: #ffac12;}
.package-details td, th { font-size: 14px; text-align: center;}
.package-details p { font-size: 13px;}
.page-banner.parallax .section-title {padding: 80px 0 50px 0;}
.page-banner.parallax .section-title h1 { color: #fff}
.page-banner.parallax .section-title .breadcrumbs a.active { color: #fff !important; cursor: default;}



/*------------------------------------------*/
.tab .nav-tabs { border-bottom: none; margin-top: 30px;}
.tab .nav-tabs li a{
    margin-right: 10px;
    border: 1px solid #041c64;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li a:focus,
.tab .nav-tabs li.active a{
    background: transparent;
    border: 1px solid #041c64;
    color: #333;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 500%;
    height: 0;
    background: #ffac12;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{
    height: 170%;
    opacity: 1;
}
.tab .tab-content{
    padding: 0;
    margin-top: 10px;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li.active a:before{ height: 400%; }
}

/* tour package details*/
.tour-details .package-details ul.group-pckgs li {
	background: #f5f5f5;
	display: inline-block;
	/*padding: 6px 33px;*/
	text-align: center;
	box-shadow: 0 2px 16px -4px rgba(0, 0, 0, 0.4);
	border: 5px solid #fff;
	margin: 0 6px;
	width: 134px;
	height: 134px;
	max-height: 100%;
	max-width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.tour-details .package-details ul.group-pckgs li.child {
	background: #fff;
	display: inline-block;
	border: 5px solid #041c64;
}
.tour-details .package-details ul.group-pckgs li:hover.child {
	background: #ffac12;
	border: 5px solid #fff;
}
.tour-details .package-details ul.group-pckgs li:hover.child a{color: #fff; cursor: pointer;}
.tour-details .package-details ul.group-pckgs li p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	color: #ffac12;
}
.tour-details .package-details ul.group-pckgs li h3 {
    font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.tour-details .package-details h3 {
    font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
}
.tour-details .package-details ul.group-pckgs li:hover {
	background: #fff;
	border: 5px solid #041c64;	
}
.tour-details .hotel-detail li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 70px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    color: #041c64;
}
.tour-details .hotel-detail li span {
    color: #666;
    display: block;
    font-weight: 400;
}
.tour-details .hotel-detail small {
    color: #333;
    float: right;
    font-size: 13px;
}
.checked {
    color: orange;
}
.tour-details h3.detail-title {
    border-bottom: 1px dashed #041c64;
    color: #041c64;
    font-size: 17px;
    margin: 20px 0 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.tour-details ol {
    color: #041c64;
    padding: 0 0 0 15px;
}
.tour-details ol li{ font-size: 14px;}
.child-plan .modal-header {background: #ffac12;}
.child-plan .modal-header h4{color: #fff;}
.child-plan .modal-body p{border-bottom: 1px dashed #d0d0d0; padding-bottom: 5px;}
.tour-details .tab-content #Section2 { margin-top: 20px;}
.tour-details .about-img { width: 100%; height: 100%;}
.tour-details .about-img img{ width: 750px;height: auto;}

/*tour package detsails slider*/
#custom_carousel .item {
    color:#000;
    background-color:#eee;
    padding: 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
	border-top:3px solid #ddd;
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid #ffac12;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold;
}
#custom_carousel.tour-slider .nav > li > a { padding: 5px;}
#custom_carousel.tour-slider .carousel-inner img { width: 500px; height: 250px;}
#tour-detail .tour-slider .carousel-inner img { width: 555px; height: 370px;}
#custom_carousel.tour-slider .controls img { width: 95px; height: 79px;}

.need-help { margin-top: 30px;}
.need-help .icon i {color: #333; border-color: #333;}
.need-help .icon {vertical-align: top;}
.need-help .contact-info h3 { color: #041c64; font-weight: 600; font-size: 16px;}
.need-help .contact-info p, .need-help .contact-info a { color: #999;}
.need-help .contact-info a:hover { color: #041c64;}
.navbar-nav li:hover > ul.dropdown-menu {display: block;}
.dropdown-submenu {position:relative;}
.dropdown-submenu>.dropdown-menu {top:100%;left:0;}
ul.social-share li {display: inline-block; margin: 0 10px;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a {background-color: #ffac12 !important; color: #fff;}

 