@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');*/


*{
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;

}

body{
	font-family: 'Montserrat', sans-serif;

	line-height: 1.375em;
	color: #333333;
	background-color: #ffffff;
}
::selection {
	background: #ff681a;
	color: #FFF;
	text-shadow: none;
}

.mb-30{
	margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6,p {
	font-family: 'Montserrat', sans-serif;
}

p{
	font-family: 'Montserrat', sans-serif;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	border-radius: 50%;
	background-color: #ff681a !important;
	border:1px solid #ff681a !important;
}



/*loader*/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loading-animated.gif') 50% 50% no-repeat rgb(249,249,249);
	opacity: .8;
}
/*loader clsoe*/


.item-hide{
	visibility: hidden !important;
}

.item-visibal{
	visibility:visible !important;
}
.no-margin{
	margin: 0px !important;
}

.no-padding{
	margin: 0px !important;
}


a{
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
a:hover{
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}


.mt{
	margin-top: 15px;
}


/*navbar*/

.navbar-bg{
	background-color: #fff !important;
	margin-bottom: 0px !important;
	border:none;
}

.top{
	background-color: #2e2e2e;
	color: #fff;
	padding: 9px 20px;
	height: 40px;
}

.list-left li i{
	font-size: 14px;
	margin-right: 5px;
	color: #ff681a;
	cursor: pointer;
}
.list-left li i:hover{

	color:#f1f1f1;
	cursor: pointer;
}
.list-left li{
	position: relative;
	top: 3px;
	font-size: 12px;
	cursor: pointer;
}

.list-right{
	margin-right: 10px;
}

.list-right li{
	position: relative;
	top: -22px;
	font-size: 14px;

}
.list-right li:hover{
	color: #ff681a;
	cursor: pointer;
}
.brand-logo {
	float: left;
	height: 50px;
	padding: 0px 3px !important;
	font-size: 18px;
	line-height: 20px;
}
/*.logo{
	width: 80%;
}*/
.logo1{
	width: 60%;
}

.logonew{
   width: 80%;
}
.logonew1{

   width: 60%;
}
/*@media screen and (max-width:768px) {
	.logo{
		width: 25%;
		position: relative;
		top: 0px;
		transition: 0.7s ease-in-out;
	}

	.logo1{
		width: 25%;
		position: relative;
		top: 0px;
		transition: 0.7s ease-in-out;
	}
   
   .logonew{
      width: 80%;
      position: relative;
      top: 0px;
      z-index: 999;
   }
   .logonew1{
      width: 67%;
      position: relative;
      top: 0px;
      z-index: 999;
   }
}


@media screen and (max-width:700px) {
	.logo{
		width: 40%;
		position: relative;
		top: -40px;
		transition: 0.7s ease-in-out;
	}

	.logo1{
		width: 40%;
		position: relative;
		top: -40px;
		transition: 0.7s ease-in-out;
	}
   .logonew{
      width: 40%;
      position: relative;
      top: -50px;
      z-index: 999;
   }
   .logonew1{
      width: 40%;
      position: relative;
      top: -50px;
      z-index: 999;
   }
}

@media screen and (max-width:500px) {
	.logo{
		width: 60%;
		position: relative;
		top: -40px;
		transition: 0.7s ease-in-out;
	}

	.logo1{
		width: 60%;
		position: relative;
		top: -40px;
		transition: 0.7s ease-in-out;
	}
   .logonew{
      width: 60%;
      position: relative;
      top: -50px;
      z-index: 999;
   }
   .logonew1{
      width: 60%;
      position: relative;
      top: -40px;
      z-index: 999;
   }
}

@media screen and (max-width:400px) {
	.logo{
		width: 70%;
		position: relative;
		top: -40px;
		transition: 0.7s ease-in-out;
	}

	.logo1{
		width: 70%;
		position: relative;
		top: -40px;
		transition: 0.7s ease-in-out;
	}
   .logonew{
      width: 70%;
      position: relative;
      top: -40px;
      z-index: 999;
   }
   .logonew1{
      width: 70%;
      position: relative;
      top: -40px;
      z-index: 999;
      
   }
}*/


/*.navbar-border{
   box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

.navbar-menu li a{
	color: red;
}
.navbar-menu{
	border-left: 1px solid #eee;
}

.navbar-menu > li > a {
	position: relative;
	display: block;
	border-right: 1px solid #eee;
	padding: 30px 48px !important;
}

.navbar-menu > .icon-menu > a {
	padding: 17px 20px !important;
	border:none;
}
.navbar-bg .navbar-nav > li > a {
	color: #544e4e;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	transition: 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ff681a;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}

.navbar-bg .navbar-nav > .active > a, .navbar-bg .navbar-nav > .active > a:hover, .navbar-bg .navbar-nav > .active > a:focus {
	color: #ff681a;
	background-color: transparent !important;
	font-weight: 600;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
}*/



.icon {
	width: 40px;
	height: 40px;
	/* background-color: #94908a; */
	/* margin: auto; */
	 position: absolute;
	/* right: 17px !important; */
	margin-left: 35px;
	margin-top: 11px;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}




.list-file{
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%,-50%);
	width: 15px;
	height: 3px;
	background-color: #000;
	cursor: pointer;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	transition: 0.5s ease-in-out;
}

.list-file::before,.list-file::after{
	content: '';
	position: absolute;
	width: 25px;
	cursor: pointer;
	height: 3px;
	background-color: #000;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	transition: 0.5s ease-in-out;
}

.icon:hover .list-file::before,.icon:hover .list-file::after,
.icon.active .list-file::before,.icon.active .list-file::after{
	content: '';
	position: absolute;
	width: 25px;
	cursor: pointer;
	height: 3px;
	background-color: #ff681a !important;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	transition: 0.5s ease-in-out;
	color:;
}

.list-file::before{
	top: -7px;
	transition: 0.5s ease-in-out;
}
.list-file::after{
	top: 7px;
	transition: 0.5s ease-in-out;
}
.icon:hover .list-file,.icon.active .list-file {
	background-color: transparent;
	transition: 0.5s ease-in-out;
	box-shadow: none;
}
.icon:hover .list-file::after ,.icon.active .list-file::after{
	top: 0px;
	transform: rotate(90deg);
	transition: 0.5s ease-in-out;

}
.icon:hover .list-file::before,.icon.active .list-file::before{
	top: 0px;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;

}

.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
	transition: 3s ease-in-out;
}

.affix + .container-fluid {
	padding-top: 70px;
	transition: 3s ease-in-out;
}


@media screen and (max-width:800px) {
	.top{
		display: none !important;
	}
}

/*right sideBox*/
.right-sideBox{
	position: fixed;
	top: 0px;
	right: -400px;
	width: 400px;
	height: 100%;
	background-color: rgba(46,46,46,.95);
	z-index: 999999;
	transition: 0.5s ease-in-out;
}

@media screen and (max-width:768px) {
	.right-sideBox{
		position: fixed;
		top: 0px;
		right: -400px;
		width: 350px;
		height: 100%;
		background-color: rgba(46,46,46,.95);
		z-index: 999999;
		transition: 0.5s ease-in-out;
	}
}
.box{
	right: 0px !important;
	transition: 0.5s ease-in-out;
}

.fixed-box{
	width: 100%;
	height: 100%;
	color: #fff;
	margin-top: 0px;
	padding: 40px;
}

.image-logo img{
	margin: auto;
}

.fixedContent{
	margin-top: 20px;
}
.fixedContent p{
	color: #f1f1f1;
	line-height: 25px;
}


.fixed-icon{
	margin-top: 20px;
}

.fixed-icon ul li{
	font-weight: 600;
	font-size: 18px;
	padding: 10px 20px;
}

.fixed-icon ul .follow:hover{
	color: #ff681a;
	transition: 0.5s ease-in-out;
}

.close-rightSide{
	margin-bottom: 20px;
}
.close-rightSide i{
	font-size: 20px;
	font-weight: 500;
}

/*slider begin here*/

#demo-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 550px;
	background-color: #999;
}

@media screen and (max-width:768px) {
	#demo-1 {
		position: relative;
		overflow: hidden;
		width: 100%;
		min-height: auto;
		height: auto;
		background-color: #999;
	}
}
.demo-inner-content {
	position: relative; /* if position is not set, the script will set it to 'relative'. */
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	margin: 180px auto;
	max-width: 600px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.demo-inner-content h1 {
	font-size: 2.5em;
	margin: 0;
}
.carousel-inner .item {
    width:100%;
    height:500px;
    overflow:hidden;
}
.carousel-inner .item img {
    width:100%;
    height:500px;
}
@media screen and (max-width:780px) {
.carousel-inner .item {
    width:100%;
    height:auto;
    overflow:hidden;
}
.carousel-inner .item img {
    width:100%;
    height:auto;
}
}


/*slider close here*/
/*home page section*/

.home-page-section{
	margin-top: 40px;
}
.page-title h5{
	font-family: Playfair Display;
	font-size: 24px;
	font-style: italic;
	font-weight: 800;
	margin: 5px 0px;
	color: #ff681a;
	text-align: center;
	line-height: 25px;
	transition: 0.5s ease-in-out;
}
.page-title h2{
	color: #222;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 20px;
}


.page-title p{
	text-align: center;
	color: #7b7777;
	line-height: 24px;
}

/*packages*/

.packages-box{
	width: 100%;
	height: 100%;
	padding: 0px;
}
.packages{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	border:1px solid #eee;
	border-radius: 6px;
	transition: 0.3s ease-out;
}

.packages:hover img{
	transform: scale(1.1);
	transition: 0.3s ease-in;
}

/*
.packages:hover::before{
	content: '';
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.4);
	transition: 0.3s ease-out;
}
*/

.package-text{
	position: absolute;
	bottom: 0px;
	text-align: center;
	margin: auto;
	width: 100%;
	padding-bottom: 30px;
}
.package-text .top-text h2{
	text-align: center !important;
	color: #fff;
	font-weight: 600;
	margin:0px;
	font-size: 28px;

}

.package-text .bottom-text h4 a{
	text-align: center !important;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 20px;
	font-family: Playfair Display;
	 font-style: italic;

}
.package-text .bottom-text h4 a:hover{
	color: #ff681a;

}

.package-text{
	background: rgba(117,117,117,0.04);
	background: -moz-linear-gradient(top, rgba(117,117,117,0.04) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,117,117,0.04)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(117,117,117,0.04) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(117,117,117,0.04) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(117,117,117,0.04) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(117,117,117,0.04) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#000000', GradientType=0 );
}

@media screen and (max-width:768px) {
	.page-title h2{
		text-align: center;
		color: #303030;
		font-weight: 700;
		font-size: 30px;
		margin: 0px;
		margin-bottom: 20px;
		transition: 0.5s ease-in-out;
	}

	.packages-box{
		width: 100%;
		height: 100%;
		padding:10 40px;
	}
}

@media screen and (max-width:400px) {
	.page-title h2{
		text-align: center;
		color: #303030;
		font-weight: 600;
		font-size: 20px;
		margin: 0px;
          line-height: 30px;
		margin-bottom: 20px;
		transition: 0.5s ease-in-out;
	}

	.packages-box{
		width: 100%;
		height: 100%;
		padding:0px 10px;
	}
}



/*home section 1*/
.home-page-section1{
	padding: 50px 0px;
}

.button-center{
	text-align: center;
}
.btn-inquire{
	background-color: #ff681a;
	padding: 10px 30px;
	border:1px solid #ff681a;
	color: #fff;
	font-size: 19px;
	transition: 0.5s ease-in-out;
}


.btn-inquire:hover,.btn-inquire:focus{
	background-color:transparent;
	color: #ff681a;
	transition: 0.5s ease-in-out;
}

@media screen and (max-width:768px) {
   .btn-inquire{
      background-color: #ff681a;
      padding: 10px 30px;
      border:1px solid #ff681a;
      color: #fff;
      font-size: 18px;
      transition: 0.5s ease-in-out;
   }

}

@media screen and (max-width:400px) {
   .btn-inquire{
      background-color: #ff681a;
      padding: 10px 25px;
      border:1px solid #ff681a;
      color: #fff;
      font-size: 13px;
      transition: 0.5s ease-in-out;
   }

}

/*home page section 2 */

.home-page-section2 {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 30px 0px;
	margin-bottom: 30px;
	position: relative;
}
.home-page-section2::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(56, 64, 75, 0.58);
}

.right-side h2{
	font-family: Playfair Display;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	font-style: italic;
	text-align: right;
	color: #ffffff;
	margin: 0 0 0 0;
}

.left-side p{
	color: #ffffff;
	text-align: justify;
	line-height: 25px;
}

/*home-page-section3*/
.home-page-section3{
	padding: 10px 0px;
	margin-bottom: 20p;
	margin-top: 20px;
}

/*service*/
.service{
	cursor: pointer;
	margin-top: 30px;
}

.service-icon{
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #ff681a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	border-radius: 50%;
	transition: 0.5s ease-out;
	position: relative;

	transition: 0.5s ease-out;
}

.service-icon:hover::before{
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background-color: #ffa576;
	z-index: -1;
	transition: 0.5s ease-in;
}


.service-content{
	text-align: center;
}

.service-content .service-heading{
	color: #303030;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
}
.service-content .service-paraga{
	color: #595959;

	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify !important;
}

/*home-page-section4*/
.home-page-section4{
	background-image: url(../images/bg-bottom.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	padding: 80px 0px;
	margin-bottom: 30px;
	position: relative;
}

.counter{
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 17px;
}


.counter span{
	font-size: 50px;
	padding-bottom: 5px;
}



/*packages-form*/
.packages-form{

	margin: auto;
	margin-top: 20px;
	margin-bottom: 90px;
}

.input-addon{
	background-color: transparent;
	border-color: #ff682a;
	border-right: none !important;
	border-radius: 0 !important;
	padding: 6px 1px 6px 10px;
}

.input-addon i{
	color: #ff682a;
}

.input-control{
	border-color:#ff682a;
	border-left: none !important;
	outline: none;
	border-radius: 0 !important;
	box-shadow: none;
	height: 50px;
}

.input-control:focus{
	box-shadow: none !important;
	border-color:#ff682a;
}


.btn-send{
	margin: 0px;
	border-radius: 0px;
	background-color:#ff682a;
	padding: 15px 0px;
	font-size: 17px;
	color: #fff;
	transition: 0.5s ease-in-out;
}

.btn-send:hover,.btn-send:focus{
	background-color: transparent;
	border-color: #ff682a;
	color:#ff682a;
	transition: 0.5s ease-in-out;
}




/*footer begin here*/

.page-footer footer{
	background-color: #0f0e0e;
	padding: 0px 0px;
}

.footer-title h4{
	color: #ffffff;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 10px;
	font-size: 36px;
	position: relative;
}

.footer-title h4::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 160px;
	height: 3px;
	background-color: #ff681a;
}
.footer-content{
	
}

.footer-content p{
	color: #acacac;
	text-align: justify;
	line-height: 25px;
	font-weight: 400;
}
.left-footer{
	padding-left: 50px;
}
.social-icon li a{
	color: #ffffff;
	font-size: 20px;
	margin: 8px 5px 0px 5px;
}
.social-icon li a:hover,.social-icon li a:focus{
	color: #ff681a;
}

.right-footer{
	padding: 0px 30px 0px 20px;
}

.list-navigation{
	margin-top: 20px;
}

.list-navigation li i{
	color: #ff681a;
	font-size: 22px;
}
.list-navigation li a{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.list-navigation li{
	line-height: 25px;
}

.list-navigation li a:hover{
	color: #ff681a;

}
.footer-top{
	padding: 30px 0px;
}

.footer-bottom{
	background-color: #151414;
	padding: 30px 0px;
}
.bootm-left{
	padding-left: 40px;
}

.bootm-left ul li a{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.bootm-left ul li a:hover{
	color: #ff681a;
}
.bootm-left ul li .time{
	margin-top: 10px;
	font-size: 16px;
	color: #acacac;
}
.bootm-left .copyright a{
	color: #fff;
	font-weight: 300;
}
.bootm-left .copyright a:hover{
	color: #ff681a;
}
.bootm-center ul li:nth-child(2) {
	margin-top: 20px;
}
.bootm-center ul li a{
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
}
.fs-size ul li a {
    font-size:18px !important;
    font-weight:600;
    display:block;
    margin-top:10px !important;
}
.bootm-center ul li .time{
	margin-top: 10px;
	font-size: 16px;
	color: #acacac;
}

.bootm-right ul li:nth-child(1) img{
	position: relative;
	top: -30px;
}
.bootm-right ul li{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}

.bootm-right ul li .address{
	margin-top: 10px;
	font-size: 16px;
	color: #acacac;
	font-weight: 300;
}
.designBY{
	text-align: center;
	color: #fff;
}
.designBY a{
	color: #d1d1d1;
	font-size: 15px;
}
.designBY a:hover{
	color: #ff681a;
}


/*all form*/
.all-form{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 9999999;
	display:none;
}
/*holiday*/
.holiday{
	position: relative;
	background-color: #fff;
	margin: auto;
	display: block;
	margin-top: 30px;
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2);


}

.holiday-form{
	padding: 10px 30px 50px 30px;
}

.holiday-title h4{
	text-align: center; */
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0px;
	background-color: #ff681a;
	color: #fff;
}

.close-box{
	position: absolute;
	right: -10px;
	top:-10px;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #222;
	border:2px solid #fff;
	border-radius: 50%;
	z-index: 999999999;
	opacity: 1;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
}

.close-box:hover,.close-box:focus{
	color: #ff681a;
	opacity: 1;
}

.form-input{
	height: 50px;
	border-radius:0px !important;
}
.form-input:focus{
	box-shadow: none;
	border-color: #ccc !important;

}

.form-addon{
	background-color: transparent;
	border-radius: 0px !important;
}

.no-br{
	border-right: none !important;
	outline: none;

}

.no-bl{
	border-left: none !important;
	outline: none;

}

.form-addon i{
	font-size: 17px;
	color: #ff682a !important;
}

.mb-5{
	margin-bottom: 10px !important;
}

textarea .form-input:focus{
	box-shadow: none;
	height: auto;


}

.number-input-size{
	height: 45px;
	width: 50px !important;
	border: 1px solid #ff681a;
	outline: none !important;
}

.btn-number{
	background-color: #ff681a;
	border: 1px solid #de5f1d;
	outline: none !important;
	padding: 0px 10px;
	color: #fff;
	font-size: 24px;
}

.number-text{
	color: #7b7b7b;
	font-size: 13px;
}



/*flight Booking*/
.all-form1{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 9999999;
	display:none;
}

.flight-form{padding: 10px 30px 50px 30px;}

.flight{
	position: relative;
	background-color: #fff;

	margin: auto;
	display: block;
	margin-top: 100px;
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2);

}
.flight-title h4{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0px;
	background-color: #ff681a;
	color: #fff;
}
.exchane{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin-top: 25px;
}
.form-input1{
	height: 50px;
	border-radius:0px !important;

}
.form-input1:focus{
	box-shadow: none;
	border-color: #ccc !important;
}
.btn-send1{
	background-color:#ff682a;
	color: #fff;
	transition: 0.5s ease-in-out;
	padding: 15px 0px;
	font-size: 17px;
}
.btn-send1:hover,.btn-send1:focus{
	border-radius: 0px;
	background-color: transparent;
	border-color: #ff682a;

	color:#ff682a;
	transition: 0.5s ease-in-out;
}

.all-form2{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 9999999;
	display:none;
}


.hotel-booking{
	position: relative;
	background-color: #fff;

	margin: auto;
	display: block;
	margin-top: 120px;
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2);

}
.hotel-title h4{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0px;
	background-color: #ff681a;
	color: #fff;
}

.fw-600{
	font-weight: 600;
}


.all-form3{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 9999999;
	display:none;
}

.tours-form{padding: 10px 30px 50px 30px;}

.tours{
	position: relative;
	background-color: #fff;

	margin: auto;
	display: block;
	margin-top: 120px;
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2);

}
.tours-title h4{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0px;
	background-color: #ff681a;
	color: #fff;
}

.all-form4{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 9999999;
	display:none;
}


.Cruise{
	position: relative;
	background-color: #fff;

	margin: auto;
	display: block;
	margin-top: 120px;
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2);

}
.Cruise-title h4{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0px;
	background-color: #ff681a;
	color: #fff;
}


.all-form5{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 9999999;
	display:none;
}


.Services{
	position: relative;
	background-color: #fff;

	margin: auto;
	display: block;
	margin-top: 120px;
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2);

}
.Services-title h4{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0px;
	background-color: #ff681a;
	color: #fff;
}

.all-form6{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 9999999;
	display:none;
}


.Travel{
	position: relative;
	background-color: #fff;

	margin: auto;
	display: block;
	margin-top: 120px;
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2);

}
.Travel-title h4{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0px;
	background-color: #ff681a;
	color: #fff;
}

@media screen and (max-width:768px) {

   .holiday-form{
      padding: 10px 15px 50px 15px;
      transition: 0.5s ease-in-out;
   }
   .flight-form {
      padding: 10px 15px 50px 15px;
      transition: 0.5s ease-in-out;
   }
   .tours-form {
      padding: 10px 15px 50px 15px;
      transition: 0.5s ease-in-out;
   }
}
.destination-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	margin: 0px;
	text-align: center;
	line-height: 100%;
}
.destination-overlay h4{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 18px;
}
.destination-international{
   width: 100%;
   margin-bottom:20px !important;
   height: 100%;
   position: relative;
   margin-bottom: 5px;
   border:1px solid #eee;
   box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
   padding: 15px 10px;
   border-radius: 10px;
   transition: 0.5s ease-in-out;
}
.destination-international:hover{
   box-shadow: 0px 15px 8px 1px rgba(0,0,0,0.3);
   transition: 0.5s ease-in-out;
}
.destination {
 width:100%;
 height:100%;
 position:relative;
 margin-bottom:5px;
}


.internation-title h3{
   margin: 0px;
   font-weight: 700;
   color: #ff681a;
   font-size: 18px;
}
.internation-content p{
   line-height: 25px;
   color: #656969;
   text-align: justify;
   font-weight: 400;
   font-size: 13px;
}
.internation-image{
   overflow: hidden;
   width: 100%;
   height: auto;
   border: 1px solid #eee;
   position: relative;
}
.internation-image img{
   width: 100%;
   height: auto;
   transform: scale(1.8);
   transition: 0.5s ease-in-out;
}
.internation-image:hover img{
   transform: scale(1);
   transition: 0.5s ease-in-out;
}
.overflow{
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: rgba(0,0,0,0.4);
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: 0.5s ease-in-out;
}
.overflow h1{
   color: #fff;
  position: relative;
   top: -15%;
   left: 5%;
   right: 5%;
   font-size: 12px;
   text-align: center;
   width: 90%;
   transition: 0.5s ease-in-out;
}
.internation-image:hover .overflow{
   opacity: 1;
   transform: 0.5s ease-in-out;
}
.internation-image:hover .overflow h1{
   top: 20%;
   transition: 1s ease-in-out;
   
}
.btn-view{
   background-color: #ff681a;
   border:1px solid #ff681a;
   color: #fff;
   padding: 8px 40px;
   font-size: 17px;
   transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}
.btn-view:focus,.btn-view:hover{
   color: #ff681a;
   background-color: transparent;
   border:1px solid #ff681a;
   transition: 0.5s ease-in-out;
}

/*destination page begin here*/

.detail{
	width: 100%;
	height: auto;
	border:1px solid #eee;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
	margin-top: 20px;
	margin-bottom: 20px;
	transition: 0.5s ease-out;
}

.detail:hover{
	-webkit-box-shadow:  0px 0px 6px 3px rgba(104, 152, 222, 0.26);
	-moz-box-shadow:  0px 0px 6px 3px rgba(104, 152, 222, 0.26);
	box-shadow: 0px 0px 6px 3px rgba(104, 152, 222, 0.26);

	transition: 0.2s ease-in;
}
.padd{
	padding: 10px 10px;
}
.detail-name h4{
	width: 100%;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	font-family: unset;
}

.right-detail{
	margin-top: 70px;
}


.price-box h4{
	color: #21d38f;
	text-align: right;
	margin-right: 10px;
	font-size: 16px;
}

.detail-content h5{
	color: #4a4a4a;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	margin: 0px;
	margin-right: 10px;
}

.detail-intrious{
	background-color:#f4f5fa;
	width: 100%;
	padding: 2px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail-intrious span:nth-child(1){
	color: #b1b1b1;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 15px;

}

.detail-intrious ul{
	margin-top: 5px;
}
.detail-intrious ul li i{
	color: #ff682a;
	font-size: 15px;
	margin-right: 5px;
}

.detail-intrious ul li{
	color: #ff682a;
	font-weight: 500;
}

.btn-detail{
	border:1px solid #ff682a;
	background-color: transparent;
	color: #ff682a;
	padding: 5px 30px;
	transition: 0.5s ease-out;
}


.btn-detail:hover,.btn-detail:focus{
	background-color: #ff682a;
	color:#fff ;
	transition: 0.5s ease-in;
}


.btn-query{
	background-color: #ff682a;
	color:#fff ;
	transition: 0.5s ease-in;
	padding: 5px 30px;
    margin-top:10px;
}


.btn-query:hover,.btn-detail:focus{
	border:1px solid #ff682a;
	background-color: transparent;
	color: #ff682a;

	transition: 0.5s ease-out;
}

@media screen and (max-width:768px) {
   .right-detail{
      margin-top: 10px;
      transition: 0.5s ease-out;
   }
   .price-box h4{
      color: #21d38f;
      text-align: left;
      margin-right: 10px;
      font-size: 16px;
      transition: 0.5s ease-out;
   }
   .detail-content h5{
      color: #4a4a4a;
      font-size: 14px;
      line-height: 16px;
      text-align: left;
      margin: 0px;
      margin-right: 10px;
      transition: 0.5s ease-out;
   }
   .detail-intrious span:nth-child(1){
      color: #b1b1b1;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 15px;
      display: block;
      margin-bottom: 10px;
      transition: 0.5s ease-out;
   }
   .detail-intrious ul li{
      display: block;
      transition: 0.5s ease-out;
      margin-top: 5px;
      margin-bottom: 5px;
   }
   .btn-detail{
      margin-top: 10px;
      margin-bottom: 10px;
      transition: 0.5s ease-out;
   }
}


/*enquiry*/
.contact-us{
	border:1px solid #eee;
	margin-top: 30px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	border-radius: 4px;
	padding:10px 20px;
}
.contact-title h2{
	margin: 0px;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-us ul li{
	margin-left: -10px;
}

.additional-Info li i{
	top: 8px;
	color: #ff681a;
}
.additional-Info li a{
	color: #7b7b7b;
	line-height: 25px;
	font-size: 15px;
}
.additional-Info li{
	color: #7b7b7b;
	line-height: 25px;
	font-size: 15px;
}
.additional-Info li a:hover{
	color: #ff681a;
}

.enquiry-form{
	width: 100%;
	padding-bottom: 50px;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.enquiry-title{
	background-color: rgba(29,66,138,0.1);
	color: #1d428a;
	padding: 10px 5px;
}

.enquiry-title span:nth-child(1){
	font-size: 12px;
	text-align: center;
}
.enquiry-title span:nth-child(2){
	color: #d6d6d6;
	opacity: 1;
	margin-right: 10px;
}

.first{
	padding: 10px 20px;
}

.first label{
	font-weight: 400;
}

.enquery-input{
	border-radius: 0px;
	height: 37px;
}

.btn-transparent{
	background-color: transparent;
	border:1px solid #1d428a;
	color: #1d428a;
}

.btn-process{
	background-color: #21d395;
	color: white;
	text-transform: ;
	margin-top: 10px;
}

.btn-process:hover,.btn-process:focus{
	background-color: #21d395;
	color: white;
	text-transform: ;
}


.second{
	padding: 10px 20px;
}

.fs-13{
	font-size: 13px;
}
.fs-12{
	font-size: 12px;
}

.maps{
	margin-top: 20px;
}


.second label{
	font-weight: 400;
}

.enquiry-text p{
	color: #7b7b7b;
	margin-top: 10px;
}


.breadcrumb-list{
	background-color: transparent;
	padding: 15px 10px;
	border-bottom:1px solid #eee;
}

.contact-header h2{
	margin: 0px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}

.contact-header h2::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	width: 100px;
	height: 3px;
	background-color: #ff681a;;
}

.contact-header h2::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -5px;
	width: 80px;
	height: 3px;
	background-color: #ff681a;;
}




.get-qoute{
	position: fixed;
	right: 80px;
	bottom: 10px;
	padding: 5px 30px;
	border-radius: 50px;
	color: #fff;
	background-color: #ff6821;
	cursor: pointer;
	transition: 1s ease-in-out;
	z-index: 999999;
}



.get-qoute span{
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	font-weight: 600;
}


.get-qoute1{
	position: fixed;
	right: 80px;
	bottom: -70px;
	padding: 5px 30px;
	border-radius: 50px;
	color: #fff;
	background-color: #ff6821;
	cursor: pointer;
	z-index: 999999;
	transition: 0.3s ease-in-out;
}



.get-qoute1 span{
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	font-weight: 600;
}



@media screen and (max-width:768px) {

   .get-qoute{
      position: fixed;
      right: 0px;
      bottom: 10px;
      padding: 5px 30px;
      border-radius: 50px;
      color: #fff;
      background-color: #ff6821;
      cursor: pointer;
      transition: 1s ease-in-out;
      z-index: 999999;
   }
   .get-qoute span{
      font-size: 18px;
      text-align: center;
      line-height: 40px;
      font-weight: 600;
   }


   .get-qoute1{
      position: fixed;
      right: 0px;
      bottom: -70px;
      padding: 5px 30px;
      border-radius: 50px;
      color: #fff;
      background-color: #ff6821;
      cursor: pointer;
      z-index: 999999;
      transition: 0.3s ease-in-out;
   }



   .get-qoute1 span{
      font-size: 18px;
      text-align: center;
      line-height: 40px;
      font-weight: 600;
   }
}

.query{
	position: fixed;
	bottom:-1000px;
	right: 20px;
	width: 400px;
	background-color: #fff;
	border:1px solid #eee;
	z-index: 9999999;
	transition: 1s ease-in-out;
}
.query1{
	position: fixed;
	bottom:0px !important;
	right: 20px;
	width: 430px;
	background-color: #fff;
	border:1px solid #eee;
	z-index: 9999999;
	transition: 1s ease-in-out;
}
@media screen and (max-width:500px) {
   .query{
      position: fixed;
      bottom:-1000px;
      right: 10px;
      width: 300px;
      background-color: #fff;
      border:1px solid #eee;
      z-index: 9999999;
      transition: 1s ease-in-out;
   }
   .query1{
      position: fixed;
      bottom:0px !important;
      right: 10px;
      width: 320px;
      background-color: #fff;
      border:1px solid #eee;
      z-index: 9999999;
      transition: 1s ease-in-out;
   }
}

@media screen and (max-width:400px) {
   .query{
      position: fixed;
      bottom:-1000px;
      right: 10px;
      width: 240px;
      background-color: #fff;
      border:1px solid #eee;
      z-index: 9999999;
      transition: 1s ease-in-out;
   }
   .query1{
      position: fixed;
      bottom:0px !important;
      right: 5px;
    
      width: 250px;
      background-color: #fff;
      border:1px solid #eee;
      z-index: 9999999;
      transition: 1s ease-in-out;
   }
}


.fs-11{
	font-size: 11px;
}
.fs-8{
	font-size: 8px;
}




/*submit-query*/

.submit-query{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999;
	display:none;
}


.submit-box{
	margin: auto;
	margin-top: 80px;

}
/*detail final page*/
.detail-title h2{
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.detail-title h2 span:nth-child(1){
	font-weight: 700;
}
.detail-title h2 span:nth-child(2){
	font-size: 14px;
	font-weight: 500;
	color: #ff682a;
}

.detail-image{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	height: 350px;
	overflow: hidden;
	transition: 0.5s ease-in-out;
	position: relative;
}
/*
.detail-image::before{
	content: '';
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
*/


.detail-image img{
	width: 100%;
	height: 350px;
	transition: 0.5s ease-in-out;
}

.detail-image:hover img{
	transform: scale(1.3) rotate(10deg);
	transition: 0.7s ease-in-out;
}

.overlay-caption{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.7);
	color: #adadad;
	text-align: justify;
}

.overview{
	width: 100%;
	height: auto;
	padding: 10px 20px;
	border:1px solid #eee;
	-webkt-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}


.overview-title h3{
	margin: 0px;
	font-weight: 700;
	font-size: 20px;
	color: #585656;
}

.overview-content p{
	color: #595959;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: justify !important;
}
.overview-content1 p{
	color: #595959;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: justify !important;
}
.roate-fa{
	transform: rotate(180deg);
	transition: 0.5s ease-in-out;
}


.itinerary{
	width: 100%;
	height: auto;
	padding: 10px 15px 10px 20px;
	border:1px solid #eee;
	-webkt-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.itinerary-header h2{
	margin: 0px;
	font-weight: 700;
	font-size: 20px;
	color: #585656;
	margin-bottom: 20px;
}


.vertical-line{
	border:1px solid red;
	height: 100% !important;
}
.itinerary-left .day{
	color: #ff681a;
	font-weight: 600;
}

.itinerary-left .title{
	font-size: 14px;
	color: #585656;
	font-weight: 600;
}

.package-tags .packages-item{
	margin: 0px;
	padding: 0px;
}
.package-tags .packages-item li{
	display: inline-block;
	list-style: none;
	font-size: 12px;
	border:1px solid #eee;
	padding: 5px 8px;
	border-radius: 50px;
}

.content-title h2{
	font-size: 13px;
	font-weight: 600;
}

.content-icon ul li i{
	font-size: 20px;
	text-align: center;
	margin:auto;
	margin-left: 10px;
}

.content-icon ul li p{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.itinerary-content .para{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.itinerary-content p{
	color: #595959;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: justify !important;
}

.rotate-180{
	transform: rotate(180deg);
	transition: 0.5s ease-in-out;
}

.dis-none{
	display: none !important;
}



.inclusions{
	width: 100%;
	height: auto;
	padding: 20px 15px 10px 20px;
	border:1px solid #eee;
	-webkt-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.inclusions-list li{
	position: relative;
	color: #595959;
	line-height: 25px;
	margin-bottom: 10px;

}
.inclusions-list li::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 6px;

	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #4caf50;
}

.taps-box{
	margin-top: 20px;
}

.exclusions-list li{
	position: relative;
	color: #595959;
	line-height: 25px;
	margin-bottom: 10px;
}

.exclusions-list li::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 6px;

	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fc5145;
}

.inclusive-pills > li.active > a, .inclusive-pills > li.active > a:hover, .inclusive-pills > li.active > a:focus {
	color: #fff;
	background-color: #ff6821;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.18);
}

.inclusive-pills > li > a {
	position: relative;
	display: block;
	padding: 10px 27px;
	margin-right: 10px;
}

.inclusive-pills > li > a:hover, .inclusive-pills > li > a:focus {
	text-decoration: none;
	background-color: #ff6821;
	color: #fff;
}
.include{
	width: 100%;
	height: auto;

	border:1px solid #eee;
	-webkt-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	margin-top: 35px;
}
.padd-0{
   padding: 0px !important;
}
.include-padd{
	padding: 10px 15px 0px 20px;
   display: block;
}
.btn-open{
   margin-bottom: 10px;
}
.include-para{
	color: #595959;
	line-height: 25px;
	font-weight: 500;
	
	margin: 0px;
	padding: 0px;
}
.include-chek{
	margin-top: 8px;
}
.padd-left{
   padding-left: 30px;
}
@media screen and (max-width:768px){
   .inclusive-pills > li > a {
      position: relative;
      display: block;
      padding: 10px 10px;
      margin-right: 10px;
   }
   .inclusions{
      width: 100%;
      height: auto;
      padding: 20px 15px 10px 15px;
      border:1px solid #eee;
      -webkt-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
      -moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
      box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
      margin-bottom: 20px;
   }
   .padd-left{
      padding-left: 15px;
   }
}


.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	 padding-left: 0px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.city{
	margin-top: 10px;
}

.city span{
	 letter-spacing: 1px;
	font-weight: 500;
}

.include-service{
	margin-top: 10px;
}

.include-service ul li p{
	font-size: 12px !important;
}
.include-service ul li i{
	margin-left: 10px;
	color: #595959;
	font-size: 14px !important;
}


.line-hr{
	width: 100%;
	height: 2px;
	background-color: #efefef;
	margin: 0px;
	margin-bottom: 5px;
}
.pt0{
	padding-top: 0px !important;
}

.include-padd .small-size{
	font-size: 11px;
	color: #b2b2b2!important;
	margin-bottom: 10px;
}
.include-price .current-price i{
    font-size: 15px;
}
.include-price .current-price {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #4caf50;
    line-height: 29px;
}
.include-price .last-price {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-decoration: line-through;
    line-height: 29px;
    margin-left: 5px;
    color: #9a9a9a;
    font-weight: 500;
}
.person{
    padding-bottom: 10px;
    font-size: 10px;
	font-weight: 600;
	color: #9a9a9a;
}

.include-bottom{
	display: flex;
}


.btn-quotes{
	margin-top: 20px;
	background-color:#ff681a;
	color: #fff;
	padding: 10px 40px;
	font-weight: 600;
	position: relative;
	overflow: hidden;

}

.btn-quotes:hover,.btn-quotes:focus{
	color: #fff;
}
.btn-quotes::before{
	content: '';
	position: absolute;
	top: 0px;
	left:-100%;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.1);
	transition: 0.5s ease-out;
	color: #fff;


}

.btn-quotes:hover::before{
	content: '';
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-out;

}

/*related packages*/
.related-packges{
	width: 100%;
	height: auto;
	padding: 10px 10px;
	border:1px solid #eee;
	-webkt-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;

}

.related-title h2{
	margin: 0px;
	font-weight: 600;
	font-size: 15px;
	color: #585656;
}

.relate-pacName{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.relate-pacName .relat-pack1{
	font-weight: 600;
}
.relate-pacName .pack-days{
	font-size: 12px !important;
	color: #ff681a;
}

.btn-size{
	padding: 5px 20px;
	margin:0px !important;
}


/*service page begin here*/
.service-contaner{
	margin-bottom: 20px;
}
.service1{
	width: 100%;
	height: auto;
	padding: 10px 30px;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,.2);
	margin-bottom: 0px;
	margin-top: 20px;
}

.service-title .service-header{
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	color: #ff682a;
}

@media screen and (max-width:768px) {
   .service-image{
      margin-top: 10px;
   }
   .service1{
      width: 100%;
      height: auto;
      padding: 10px 15px;
      box-shadow: 0px 0px 15px 1px rgba(0,0,0,.2);
      margin-bottom: 0px;
      margin-top: 20px;
   }
}
.service-text p{
	color: #595959;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify !important;
}

.btn-book{
	background-color: #ff682a;
	color: #fff;
	padding: 10px 30px;
	transition: 0.5s ease-out;
}

.btn-book:hover,.btn-book:focus{
	background-color: transparent;
	color: #ff682a;
	border:1px solid  #ff682a;
	padding: 10px 30px;
	transition: 0.5s ease-in;
}



/*about page*/
.logo-about{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.logo-about img{
	position:relative;
	left: 50%;
	transform: translate(-50%);
	margin: auto;
}

.about-content{
	margin-bottom: 20px;
}

.about-content p{
	color: #595959;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify !important;
}

.about-section{
	background-image: url(../images/h1-parallax-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	padding: 80px 0px;
	margin-bottom: 30px;
	position: relative;
}

.about h2{
	font-family: Playfair Display;
	font-size: 30px;
	line-height: 25px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	color: #ffffff;
	margin: 0 0 0 0;
}






/*

.etField.planning, .etField.startCity, .etField.hotel, .etField.startDate, .etField.flightBooked, .etField.duration {
   width: 200px;
}
*/

.etField {
   height: 50px;
   margin-bottom: 18px;
   margin-top: 18px;
}
/*

.fleft {
   float: left;
}
*/

.etField>label {
   color: #222;
   font-size: 14px;
   line-height: 14px;
   display: block;
   margin-bottom: 5px;
}

.chooseBox {
   border: 1px solid #1d428a;
   border-radius: 6px;
   position: relative;
   height: 36px;
   display: inline-flex;
}

.chooseBox .chooseItem {
   position: relative;
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   width: 65px;
}
.choose-size{
   width: 85px !important;
}
.choose-space{
   width: 75px !important;
}

@media screen  and (max-width:768px){
   
   .chooseItem{
      display: block;
   }
}
.chooseItem input {
   opacity: 0;
   position: absolute;
}

.chooseBox .chooseItem:first-child label {
   border-radius: 4px 0 0 4px;
}

.chooseItem input:checked+label {
   color: white;
   background-color: #1d428a;
}

.chooseItem label {
   color: #1d428a;
   font-size: 11px;
   line-height: 28px;
   border-right: 1px solid #1d428a;
   height: 100%;
   display: block;
   width: 100%;
   text-align: center;
   padding: 4px 7px;
}
.choose-size label {
   color: #1d428a;
   font-size: 11px;
   line-height: 28px;
   border-right: 1px solid #1d428a;
   height: 100%;
   display: block;
   width: 100%;
  
   padding: 4px 7px;
}

.choose-space label {
   color: #1d428a;
   font-size: 10px;
   line-height: 28px;
   border-right: 1px solid #1d428a;
   height: 100%;
   display: block;
   width: 100%;
   text-align: left !important;
   padding: 4px 7px;
}



/*-----------------New Nav Bar Start Here-------------*/
