/**
/*-----------------------------------------------------------------------------------

	Theme Name: Magnetic Lanka Tours
	Author: ANTS Creation
	Author URI: http://www.ants.lk
	Version: 1.0

-----------------------------------------------------------------------------------*/

/* Fonts
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,500,100,900);
@import url(http://fonts.googleapis.com/css?family=Oswald:700);

@font-face{
	font-family: "Lato Regular";
	src: url(../fonts/Lato-Regular.ttf);
}

/* Typography
   ========================================================================== */
body {
	font-family: "Lato Regular";
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #21282e;
}
a {
	color: #fcae17;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
a:hover {
	color: #fcae17;
	opacity: .75;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a img {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	color: #21282e;
	margin-top: 0;
	font-weight: 500;
}
h1 {
	font-size: 30px;
	line-height: 26px;
	margin-bottom: 28px;
}
h2 {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 28px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 28px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 28px;
}
h5 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 28px;
}
h6 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 28px;
}
h21 {
	font-size: 30px;
	line-height: 26px;
	margin-bottom: 28px;
	color: #ffffff;
}

.mb30{
	margin-bottom: 30px;
}

.mt20{
	margin-top: 20px;
}

.big-heading {
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
	padding-left: 22px;
	margin-bottom: 48px;
	border-left: 9px solid #ffbb02;
}
.big-heading small {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 4px;
	padding-top: 9px;
}
.heading {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 28px;
	padding-left: 18px;
	margin-bottom: 48px;
	margin-top: 48px;
	position: relative;
	border-left: 5px solid #ffbb02;
}
.heading.no-margin-top {
	margin-top: 0;
}
.small-heading {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 17px;
	padding-left: 12px;
	margin-bottom: 24px;
	position: relative;
	border-left: 3px solid #eee;
}
.x-large-heading {
	font-weight: 900;
	font-size: 85px;
	line-height: 85px;
	color: #fff;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.x-large-heading small {
	color: #21282e;
	font-size: 36px;
	line-height: 36px;
	display: block;
	font-weight: 900;
}
.x-large-heading.yellow small {
	color: #ffbb02;
}
.center-heading {
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 54px;
	text-transform: uppercase;
	text-align: center;
}
.center-heading small {
	font-size: 16px;
	color: inherit;
	line-height: 20px;
	display: block;
	font-weight: 300;
	margin-bottom: 3px;
}
.center-heading:after {
	content: '';
	width: 67px;
	height: 9px;
	background: #ffbb02;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.center-heading.red:after {
	background: #fcae17
}
.large-center-heading {
	font-weight: 900;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 36px;
	text-transform: uppercase;
	text-align: center;
}
.large-center-heading small {
	font-size: 16px;
	color: inherit;
	line-height: 28px;
	display: block;
	font-weight: 300;
	margin-top: 3px;
	text-transform: none;
}
.heading-bracket {
	font-weight: 900;
	font-size: 30px;
	line-height: 46px;
	margin: 0 18px;
	margin-bottom: 36px;
	text-transform: uppercase;
	text-align: center;
}
.heading-bracket.left {
	text-align: left;
}
.heading-bracket small {
	font-size: 16px;
	color: inherit;
	line-height: 20px;
	display: block;
	font-weight: 300;
}
.heading-bracket span {
	position: relative;
	display: inline-block;
}
.heading-bracket span:before {
	content: '';
	display: block;
	width: 9px;
	height: 46px;
	border: 2px solid #ffbb02;
	border-right: none;
	position: absolute;
	left: -18px;
	top: 0;
}
.heading-bracket span:after {
	content: '';
	display: block;
	width: 9px;
	height: 46px;
	border: 2px solid #ffbb02;
	border-left: none;
	position: absolute;
	right: -18px;
	top: 0;
}
blockquote {
	background: #fff;
	border-left: 5px solid #fcae17;
	color: #6d7276;
	font-style: italic;
	font-size: 15px;
	line-height: 28px;
	padding: 16px 20px;
	margin: 28px 0;
}
.aligncenter {
	display: block;
	margin: 24px auto;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-bottom: 12px;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-bottom: 12px;
}
.bordered-image {
	position: relative;
}
.bordered-image:after {
	content: '';
	display: block;
	width: 86%;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 7%;
	border: 6px solid #fff;
}
.fill-image {
	position: absolute;
	bottom: -96px;
	right: 0;
}
hr {
	border-top: 1px solid #e7e7e8;
	
}
.fa-ul {
	margin-left: 0;
}
.fa-li {
	position: static;
	width: auto;
	margin-right: 12px;
	color: #ffbb02;
}
@media all and (max-width: 768px) {
	.fill-image {
		position: relative;
		bottom: -48px;
		right: 0;
	}
	.column-spacer {
		margin-bottom: 36px;
	}
}

/* ==========================================================================
  Button
   ========================================================================== */
.button {
	border: none;
    display: block;
    padding: 8px 7px;
    font-family: "Lato Regular";
    float: right;
    font-size: 16px;
    outline: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FF6600;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.16);
    
}
.button:hover {
	opacity: .75;
}
.button.small {
	font-size: 14px;
	line-height: 34px;
	padding: 0 20px;
}
.button.border:before {
	content: '';
	width: 8px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}
.button.small.border:before {
	width: 7px;
	height: 34px;
}
.button.border {
	color: #21282e;
	border: 3px solid #21282e;
	background: #fff;
}
.button.border.clear {
	background: none;
}
.button.border.white-border {
	border-color: #fff;
	color: #fff;
}
.button.border.red:before {
	background: #fcae17;
}
.button.border.yellow:before {
	background: #ffbb02;
}
.button.border.green:before {
	background: #90c529;
}
.button.border.blue:before {
	background: #29c0ff;
}
.button.solid {
	padding: 0 38px;
	line-height: 48px;
}
.button.small.solid {
	padding: 0 26px;
	line-height: 40px;
}
.button.solid.red {
	color: #fff;
	background: #fcae17;
}
.button.solid.yellow {
	color: #fff;
	background: #ffbb02;
}
.button.solid.green {
	color: #fff;
	background: #90c529;
}
.button.solid.blue {
	color: #fff;
	background: #29c0ff;
}
.button.solid.dark {
	color: #fff;
	background: #21282e;
}
.button.icon-left i {
	margin-right: 9px;
}
.button.icon-right i {
	margin-left: 9px;
}
.button-list {
	font-size: 0;
}
.button-list .button {
	margin-right: 23px;
	margin-bottom: 14px;
}
.button-list.single .button {
	margin-right: 0;
}
.button-list .button:last-of-type {
	margin-right: 0;
}
.pagination {
	margin: 0;
	margin-top: 24px;
}
.pagination-right {
	text-align: right;
}
.pagination>li>a {
	padding: 0 20px;
	margin-left: 0;
	border: 3px solid #21282e;
	color: #21282e;
	font-size: 16px;
	line-height: 42px;
	font-weight: 700;
	margin-right: 12px;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pagination-right .pagination>li>a {
	margin-left: 12px;
	margin-right: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover {
	background: #fff;
	border-color: #21282e;
	color: #21282e;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
	background: #fff;
	border-color: #21282e;
	color: #21282e;
	opacity: 1;
}
.pagination>.active>a:before {
	content: '';
	width: 8px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fcae17;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover {
	background: #fff;
	border-color: #21282e;
	color: #21282e;
	opacity: 1;
}
.pagination>li:first-child>a, .pagination>li:last-child>a {
	border-radius: 0;
}
.pagination>.prev>a {
	margin-right: 24px;
}
.pagination>.next>a {
	margin-right: 0;
	margin-left: 12px;
}
.pagination>.prev>a:before, .pagination>.next>a:before {
	content: '';
	width: 8px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fcae17;
}
.pagination>.next>a:before {
	background: #ffbb02;
}
.pager li>a {
	padding: 0 20px;
	border: 3px solid #21282e;
	color: #21282e;
	font-size: 16px;
	line-height: 42px;
	font-weight: 700;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
}
.pager li>a:before {
	content: '';
	width: 8px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fcae17;
}
.pager li>a:focus, .pager li>a:hover {
	background: #fff;
	border-color: #21282e;
	color: #21282e;
}
.pager .next>a:before {
	background: #ffbb02;
}
@media all and (max-width: 768px) {
	.pagination {
		margin-bottom: 24px;
	}
}

/* ==========================================================================
   04. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
	background-color: rgb(255, 255, 255);
    border: 1px solid #fcae17;
    border-radius: 0;
    color: #4B5468;
    display: block;
    font-size: 15px;
    height: 40px;
    font-weight: 600;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-group {
	margin-bottom: 12px !important;
}

.input-group{
	width: 100%;
}

.input-group-addon{
	background: #fcae17;
    color: #FFFFFF;
    border-top: 1px solid #fcae17;
    border-right: 1px solid #fcae17;
    border-bottom: 1px solid #fcae17;
    border-radius: 0;
    min-width: 40px;
}

.select-text{
background-color: rgb(255, 255, 255);
    border: 1px solid #FFFFFF;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #4B5468;
    display: block;
    font-size: 15px;
    height: 40px;
    font-weight: 600;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 80px !important;
}

.label-bottom {
    margin-bottom: 0px !important;
}

.form-control{
	 border: 1px solid #fcae17;
}


/* ==========================================================================
   Tab
   ========================================================================== */

.tab-content p:last-of-type {
	margin-bottom: 0;
}
.nav-tabs {
	background:#fff;
	border-bottom: none;
	margin-bottom: 15px;
}
.nav-tabs:before {
	content: '';
	width: 100%;
	height: 9px;
	background-image: url('../images/stripes.png');
}
/*.nav-tabs>li {
	margin: 20px 0;
	border-right: 1px solid #313a42;
}*/
.nav-tabs>li:last-of-type {
	border-right: none;
}
.nav>li>a {
	padding: 0 25px;
}
.nav-tabs>li>a {
	border: none;
	border-radius: 0;
	margin-right: 0;
	line-height: 52px;
	font-size: 14px;
	color: #f3f3f3;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.nav-tabs>li>a:before {
	content: '';
	width: 3px;
	height: 16px;
	background: transparent;
	position: absolute;
	top: 18px;
	left: 47px;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.nav-tabs>li>a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6.5px 0 6.5px;
	border-color: transparent transparent transparent transparent;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: none;
	border: none;
	opacity: 1;
	color: #ffbb02;
}
/*.nav-tabs>li.active>a:before {
	background: #ffbb02;
}*/
.nav-tabs>li.active>a:after {
	border-color: #21282e transparent transparent transparent;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent !important; 
    border: 1px solid #fcae17;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.form-setting{
	padding-top: 15px;
	
}



.btn-primary {
    color: #fff;
    background-color: #fcae17 !important;
    border-color: #fcae17 !important;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.header .top {
	background: transparent;
	color: #fff;
	font-size: 14px;
	
	padding-top: 10px;
    
}
.header .top span {
	float: left;
}
.header .top .links {
	float: right;
}
.header .top a {
	color: #fff;
	font-weight: 700;
	margin-left: 36px;
}
.header .top .links i {
	margin-right: 6px;
	font-size: 16px;
	
}

.hederbackaground{
	background: rgba(255, 255, 255, 0.62);
}

.logoleft{
	margin-left: -12px;
}

/*-----Slider Text ------*/

.slidertext{
	color: #fff;
	font-size: 35px;
	text-shadow: 3px 2px #000;
}

/* Navigation
   ========================================================================== */
.navigation {
	background: transparent;
	z-index: 9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigation .logo img {
	float: left;
}
.main-nav {
	float: right;
	font-size: 0;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav ul>li {
	display: inline-block;
}
.main-nav ul>li a {
	font-size: 14px;
	color: #353537;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 24px;
	line-height: 64px;
	height: 64px;
	display: inline-block;
	position: relative;
}
.main-nav ul>li a:hover, .main-nav ul>li:hover a {
	text-decoration: none;
}
.main-nav ul>li.active a {
	color: #fcae17;
}
.main-nav ul>li.active a:before {
	content: '';
	display: block;
	width: 3px;
	height: 16px;
	background: #fcae17;
	position: absolute;
	left: 14px;
	top: 24px;
}
.main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #fff;
	position: absolute;
	height: auto;
	padding: 0;
	z-index: 999;
	min-width: 120px;
	box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
}
.main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
}
.main-nav ul>li.active ul li a {
	color: inherit;
}
.main-nav ul>li.active ul li a:before {
	content: none;
}
.main-nav ul>li ul li.active a {
	color: #fcae17;
}
.main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
}
.main-nav ul>li:hover>ul {
	opacity: 10;
	filter: alpha(opacity=100);
	visibility: visible;
}
.navigation-button {
	float: right;
	background: #ffbb02;
	line-height: 64px;
	padding: 0 42px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 18px;
}
.navigation-button:hover {
	color: #fff;
}
.responsive-menu-open {
	font-size: 34px;
    color: #353537;
    padding: 0 24px;
    line-height: 51px;
    height: 64px;
    float: right;
    display: none;
}
.responsive-menu-open:hover {
	color: #5d6e7b;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #fff;
	z-index: 999;
	padding: 50px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu-close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 48px;
	color: #353537;
}
.responsive-menu-close:hover {
	color: #5d6e7b;
}
.responsive-nav ul>li a {
	font-size: 16px;
	color: #353537;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 36px;
}
.responsive-nav ul>li.active>a {
	color: #fcae17;
}
.responsive-menu .navigation-button {
	float: none;
	display: block;
	text-align: center;
	margin-left: 0;
}
.no-scroll {
	overflow: hidden !important;
}
@media all and (max-width: 1200px) {
	.main-nav {
		display: none;
	}
	.responsive-menu-open {
		display: inline-block;
	}
}
@media all and (max-width: 768px) {
	.header .top span, .header .top .links {
		float: none;
	}
	.header .top a {
		margin-left: 0;
		margin-right: 18px;
	}
	.navigation .navigation-button {
		display: none;
	}
	.responsive-menu-open {
		padding-right: 22px;
	}
}


/* ==========================================================================
   09. Footer
   ========================================================================== */
.footer {
	color: #5e656a;
	background: #21282e;
	padding-bottom: 10px;
	padding-top: 50px;
	line-height: 28px;
}
.footer .copyright {
	    color: #52595e;
    font-size: 12px;
    line-height: 35px;
   
    text-align: center;
    margin-top: 20px;
  
}
.footer img {
	margin-bottom: 40px;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #fff;
}
.footer .social-icons {
	font-size: 20px;
	line-height: 24px;
}
.footer .social-icons a {
	color: #828282;
	margin-right: 18px;
}
.footer .links a {
	display: block;
	color: #5e656a;
	line-height: 2;
}
.footer .links a:hover {
	color: #fff;
}
.footer .small-heading {
	margin-bottom: 42px;
}
.footer .contact {
	margin-bottom: 20px;
}
.footer .contact .icon {
	float: left;
	font-size: 36px;
}
.footer .contact .content {
	margin-left: 48px;
	font-size: 16px;
	line-height: 24px;
}
@media all and (max-width: 768px) {
	.footer {
		padding: 48px 0;
		padding-bottom: 48px;
	}
	.footer .small-heading {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.footer .copyright {
		margin-top: 24px;
	}
}

/* ==========================================================================
   Sections
   ========================================================================== */
.section {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.section>.inner {
	padding: 96px 0;
	padding-bottom: 66px;
	background: #fff;
}
.section.large>.inner {
	padding: 144px 0;
}
.section.white>.inner {
	background: #fff;
}
.section.light>.inner {
	background: #f4f4f4;
}
.section.light-blue>.inner {
	background: #e9f1f4;
}
.section.light-blue.clear>.inner {
	background: rgba(236,241,245,.75);
}
.section.yellow>.inner {
	background: #ffbb02;
}
.section.clear>.inner {
	background: none;
}
.section.no-padding-bottom>.inner {
	padding-bottom: 0 !important;
}
.section.no-padding-top>.inner {
	padding-top: 0 !important;
}
.section.no-padding>.inner {
	padding: 0 !important;
}
.section.extra-top-padding>.inner {
	padding-top: 162px !important;
}
.section.large-extra-top-padding>.inner {
	padding-top: 268px !important;
}
.section .container {
	position: relative;
}
.section-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 54px;
}
.section-header .big-heading {
	margin-bottom: 0;
	float: left;
	margin-right: 58px;
}
.section-header p {
	float: left;
	max-width: 520px;
	margin-top: 8px;
	margin-bottom: 0;
}
.section-header img {
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.no-padding {
    padding: 0px;
}

@media all and (max-width: 768px) {
	.section>.inner {
		padding: 48px 0;
	}
	.section.large>.inner {
		padding: 96px 0;
	}
	.section.extra-top-padding>.inner {
		padding-top: 48px !important;
	}
	.section.large-extra-top-padding>.inner {
		padding-top: 48px !important;
	}
	.section-header .big-heading {
		margin-bottom: 12px;
	}
	.section-header img {
		display: none;
	}
}

.section-heading {
    margin: 0 auto;
    padding-bottom: 10px;
}

.section-heading h2:before {
    content: '';
    height: 1px;
    width: 191px;
    position: absolute;
    background-color: #d3d3d3;
    left: 50%;
    margin-top: 53px;
    margin-left: -95.5px;
}

.section-heading h2:after {
    content: '';
    height: 5px;
    width: 82px;
    position: absolute;
    background-color: #d3d3d3;
    left: 50%;
    margin-left: -41px;
    margin-top: 51px;
}

/**** MOST POPULAR PAKAGES****/
#popular-pakages-section {
	background-color:#f5f5f5;
	padding-bottom: 65px; 
}
.popular-inner {
	background-color: #eee;
	margin-bottom: 20px;	
	padding: 10px 10px 18px 10px;
}
.popular-inner .popular-content {
	margin-top: 20px;
	width: 100%;
}
.popular-content p {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #717171;
	line-height: 20px;
}
.popular-content a {
	float: right;
	color: #fff;	
}
.popular-content a:hover {
	color: #fff;
}
.popular-content span {
	position: relative;
	float: right;	
	padding-left: 11px;
}
.popular-content .yellow span {
	background-color: #ffae00;
}
.popular-content .blue span {
	background-color: #00a0c3;
}
.popular-content .green span {
	background-color: #b1d13b;
}
.popular-content .red span {
	background-color: #fa3d48;
}
.popular-content span::before {
	content: '';
	position: absolute;
	background: url('../images/price-arrow-01.png') top center no-repeat;
	width: 7px;
	height: 22px;
	left: 0;
	top:-1px;
}
.popular-content span i {
	height: 20px;
	margin-left: 12px;
	right: 0;
	width: 28px;
	padding: 3px 5px;
}
.popular-content .yellow span i {
	background-color: #e49d05;
}
.popular-content .blue span i {
	background-color: #1eccb3;
}
.popular-content .green span i {
	background-color: #c6e944;
}
.popular-content .red span i {
	background-color: #ec0a17;
}



/*------package Style-----*/

.package-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

 .package-thumb {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.package-thumb img {
    float: left;
}

.image-overlay {
    position: absolute;
    z-index: 500;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(255,255,255,.7)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.7) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.7) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.7) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ffffff',GradientType=0);
}

.image-overlay-inside {
    position: absolute;
    font-size: 24px;
    border-radius: 50px;
    height: 100%;
    width: 100%;
    line-height: 80px;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 500;
    text-align: center;
    color: #fff;
}

.image-overlay-inside:before{
	background-color: aqua;
}

 .package-details {
    float: left;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-top: 0;
    padding-top: 22px;
    padding-bottom: 12px;
}

.package-details, .package-wrapper .package-details .package-content, .dt-sc-pr-tb-col.type3 .dt-sc-tb-content, .entry-post .entry-detail {
    border-color: #eceeeb;
}

 .package-details>h5, .package-details>p {
    padding-left: 20px;
    padding-right: 20px;
}

 .package-details>h5 {
    margin-bottom: 5px;
    font-weight: bold;
}

 .package-details>p {
    font-size: 13px;
    text-transform: uppercase;
    color: #bdbdbd;
}

.package-details>h5, .package-wrapper .package-details>p {
    padding-left: 20px;
    padding-right: 20px;
	font-size: 20px;
}

 .package-details .package-content {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 14px 20px 5px;
	border-color: #eee;
}

.package-price {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
    color: #2c3e50;
    margin-right: 10px;
}

 .dt-sc-button {
    float: right;
}

.package-meta{
	padding-left: 0;
}

.package-meta li {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    margin-right: 7px;
    padding-bottom: 0;
    padding-right: 10px;
    border-right: 1px solid;
}

.package-meta li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.package-item .image-overlay span.image-overlay-inside:before {
    content: "\f0b1";
}



/*--------paralex--------*/

.event-full {
    background-image: url(../images/kandy_parehara_bg.png);
    height: 524px;
	
}

.event-content {
    padding: 10%;
   
    /* 2 */
    margin-top: 53%;
    /* 3 */
    transform: translate(0, -59%);
}
.event-content h1 {
    color: #ffffe8;
    font-family: "Lato Regular";
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 18px;
}
.event-content p {
    color: #ffffe8;
    font-family: "Lato Regular";
    font-size: 14px;
}
.event-content h2 {
    color: #ffffe8;
    font-family: "Lato Regular";
    font-weight: normal;
    font-size: 30px;
}
.event-content a {
    background-color: #fff;
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
    font-family: "Lato Regular";
    border-radius: 6px;
    color: #6F0000;
    margin-top: 11px;
}

.parallax {
    /* The image used */
   
background:linear-gradient(rgba(0, 0, 0, 0.42),rgba(0, 0, 0, 0.58)),url(../images/testamonila_bg.jpg);
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------Destination-----*/

.panel-body {
   padding: 2px !important; 
}
.test-vid{
	width:100%;
	height:auto;
}

.panel-footer-txt > p{
	color:#fff;
	padding-top:5px;
	
}
.panel-footer{
	background-color:#1480D8!important;
	padding: 1px 15px !important;
}
.panel-footer-txt > p:hover{
	color:#a2ab58;
}

.checked {
    color: orange;
   	height: auto;
    font-size: 16px;
    font-family: "Lato Regular";
		background: rgba(30,30,30);
}
.testim {
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}

.place {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.place * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.place img {
  max-width: 100%;
  vertical-align: top;
}
.place figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.place h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}
.place h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
}
.place blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
}
.place a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.place:hover figcaption,
.place.hover figcaption {
  height: calc(85%);
}




/*-----offer------*/

figure.snip1084 {
  font-family: "Lato Regular";
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 1;
  width: 100%;
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  color: #fff;
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.blue {
  background: #0a212f;
}

figure.snip1084.red {
  background: #36100c;
}

figure.snip1084.yellow {
  background: #562e0a;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-----package-----*/

figure.snip1208 {
  font-family: "Lato Regular";
  color: #fff;
  position: relative;
  overflow: hidden;

  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #1abc9c;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
figure.snip1208 p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #1abc9c;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #117964;
}




/*-----Things to Do--------*/

figure.things {
  font-family: "Lato Regular";
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.things * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.things img {
  max-width: 100%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.things h3 {
  position: absolute;
  left: 0;
  color: #000000;
  top: 65%;
  padding: 15px 20px;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

figure.things h3 span {
  font-weight: 800;
}

figure.things:after {
  background: #000000;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: -22px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.things .icons {
  width: 100%;
  bottom: 35%;
  right: 15px;
  position: absolute;
  text-align: right;
  z-index: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.things .icons i {
  font-size: 24px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 3px;
  background-color: #262626;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

figure.things a {
  display: inline-block;
  opacity: 0;
}

figure.things a:hover i {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

figure.things.blue h3 {
  color: #1b557a;
}

figure.things.blue i {
  color: #fff;
  background-color: #2472a4;
}

figure.things.blue:after {
  background-color: #0a212f;
}

figure.things.red h3 {
  color: #81261d;
}

figure.things.red i {
  color: #fff;
  background-color: #ab3326;
}

figure.things.red:after {
  background-color: #36100c;
}

figure.things.yellow h3 {
  color: #b06f09;
}

figure.things.yellow i {
  color: #fff;
  background-color: #e08e0b;
}

figure.things.yellow:after {
  background-color: #583804;
}

figure.things:hover img,
figure.things.hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

figure.things:hover:after,
figure.things.hover:after {
  bottom: 0;
}

figure.things:hover .icons a,
figure.things.hover .icons a {
  opacity: 1;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
}

figure.things:hover a:first-child,
figure.things.hover a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.things:hover a:nth-child(2),
figure.things.hover a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.things:hover a:nth-child(3),
figure.things.hover a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


/*------Team member------*/


.team{
  margin:40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 20px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(230, 78, 62, 0.9);
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*-----tab new Style----*/


/* USER PROFILE PAGE */
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-top-color: #fcae17 !important;
    border-left-color: #fcae17 !important;
    border-right-color: #fcae17 !important;
	border-bottom-color: #fcae17 !important;
}

.btn-success {
    color: #fff;
    background-color: #fcae17 !important;
    border-color: #fcae17 !important;
}

.pacakge{
	position: relative;
}

.package-body {
    clear: both;
    font-size: 13px;
    font-weight: 300;
    line-height: 35.333333;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding: 20px;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 -130px 70px -70px #000 inset;
    box-shadow: 0 -130px 70px -70px #000 inset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.package-body > div.price {
    width: 60%;
	float: left;
}

.package-body > div.people {
    float: right;
}

.price-title{
	font-weight: 600 !important;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
	margin-right: 5px;
}

.price-value{
	color: #fff;
    font-weight: 600 !important;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;

}

.tooltip-right:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #afdd31;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 47%;
    width: 0;
    z-index: 2;
}

.tooltip-left:before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #1269f7;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -13px;
    top: 47%;
    width: 0;
    z-index: 2;
}


/*---Our Event Style-----*/
.ourevent {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000;
  float: left;
  font-family: "Lato Regular";
  font-size: 16px;
 
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.ourevent * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.ourevent img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.ourevent figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.ourevent figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: '';
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #fff 0%, #fff 100%, #fff 100%);
  opacity: 0.8;
  z-index: -1;
}

.ourevent .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.ourevent .date span {
  display: block;
  line-height: 14px;
}

.ourevent .date .month {
  font-size: 11px;
}

.ourevent h3,
.ourevent p {
  margin: 0;
  padding: 0;
}

.ourevent h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  color: #000;
}

.ourevent p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.ourevent a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.ourevent:hover img,
.ourevent.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*------Feedback----*/

.feedback {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Lato Regular";
  font-size: 16px;
  margin: 35px 7px 10px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.feedback *,
.feedback *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.feedback figcaption {
  padding: 1% 1% 1%;
}

.feedback figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fcae17;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.feedback h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.feedback h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.feedback blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

/*-----gallery-----*/
.gal {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
	.gal {
			-webkit-column-count: 1; /* Chrome, Safari, Opera */
			-moz-column-count: 1; /* Firefox */
			column-count: 1;
		}	
	}

/*---Exclution Style-----*/
.excursions {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}

.excursions * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.excursions img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.excursions figcaption {
  position: absolute;
  bottom: 0;
  left: 18%;
  right: 18%;
  height: 100%;
}

.excursions figcaption > div {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 50%;
}

.excursions h3,
.excursions span {
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
}

.excursions h3 {
  background: #333333;
  position: relative;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

.excursions span {
  background: #ffffff;
  color: #4d4d4d;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

.excursions a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

.excursions.blue {
  background: #0a212f;
}

.excursions.blue h3 {
  background: #2980b9;
}

.excursions.red {
  background: #36100c;
}

.excursions.red h3 {
  background: #c0392b;
}

.excursions.yellow {
  background: #562e0a;
}

.excursions.yellow h3 {
  background: #e67e22;
}

.excursions:hover img,
.excursions.hover img {
  opacity: 0.35;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.excursions:hover figcaption h3,
.excursions.hover figcaption h3 {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

.excursions:hover figcaption span,
.excursions.hover figcaption span {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

/*------Package Details Style -------*/

.details-contact{ 
	background: #FBFBFB;
    border: 1px solid #E5E5E5;
    margin-bottom: 50px;
}

.details-contact h4{
	border-bottom: 1px solid #E3E3E3;
    padding: 0 0 20px;
    margin: 0 0 30px;
    font-size: 16px;
    color: #000;
}

.details-contact ul{
	 padding-left: 0;
    list-style: none;
}

.details-contact ul li{
	padding-bottom: 15px;
}
   
.details-contact ul li i{
    float: left;
    margin-right: 8px;
    border: 1px solid #E4E4E4;
    padding: 7px;
    border-radius: 50%;
    color: #999;
    font-size: 16px;
}

.details-contact ul li h5{
	margin-bottom: 0;
}
 
/*---package Tab----*/
.ptab {
	background: #FFF none repeat scroll 0% 0%; 
	margin-bottom: 30px; 
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 		border-width: 0; 
}
.nav-tabs > li > a { 
	border: none; color: #666; 
}
 .nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
	 border: none; 
	 color: #fcae17 !important; 
	 background: transparent; 
}
 .nav-tabs > li > a::after { 
	 content: "";
	 background: #fcae17;
	 height: 2px;
	 position: absolute;
	 width: 100%;
	 left: 0px;
	 bottom: -1px;
	 transition: all 250ms ease 0s;
	 transform: scale(0); 
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
	transform: scale(1); 
}
.tab-nav > li > a::after { 
	background: #21527d none repeat scroll 0% 0%; 
	color: #fff;
}
.tab-pane {
	padding: 15px 0; 
}
.tab-content{    
	border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    background: #FBFBFB;
    padding: 29px;
}

.dey-description{
	margin-bottom: 15px;
}

.dey-description h4{
	margin-bottom: 5px;
}

.form-padding{
	margin-bottom: 10px;
}

/*----package details slider-----*/

.carousel-inner.vertical {
  height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right:0;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right:0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}

.carousel-control.left{
	background-image: none !important;
}

.carousel-control.right{
	background-image: none !important;
}

.slidertext-package{
	color: #fff;
    font-size: 25px;
    text-shadow: 3px 2px #000;
}	

.booknow-button{
	background-color: #fcae17; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/*-----testimonial4------*/

#testimonial4_section{
	padding-top: 50px; 
	padding-bottom: 50px; 
	background-image: url( ../images/testamonila_bg.jpg);
}

#testimonial4{
  overflow: hidden;
  position: relative;
 
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #000;
  font-size: 16px;
}

.testimonial4_slide h4 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*------Abouth section-----*/

.abouth2{
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.abouthmargintop{
	margin-top: 50px;
}

.abouthimg{
	float: left; 
	margin-right:10px;
}


/*------Home First Section-------*/

.backaground-section{
	background-image: url( ../images/home_form_bg.jpg) !important; 
	height: 140px;
}


/*-----map-----*/

.map-contant {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    /* top: 15px; */
    /* overflow: hidden; */
}


.map-contant iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 400px !important;
}

/*------padding left -------*/

.padding-left0{
	padding-left: 0;
}

.padding-col-3-0{
	padding: 0;
}

.planyourtripheight{
	background-color: #eee;
	min-height: 338px;
}


/*------destinations New Style----*/


.client-place {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.client-place *,
.client-place *:before,
.client-place *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.client-place img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.client-place figcaption {
  position: absolute;
  bottom: 10px;
  left: 35px;
  padding: 5px 10px;
}
.client-place h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
   font-size: 15px;
}
.client-place h2:before,
.client-place h2:after {
  height: 10px;
  width: 200px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: scaleX(0) translateY(-50%);
  transform: scaleX(0) translateY(-50%);
  -webkit-transform-origin: 0% 0;
  -ms-transform-origin: 0% 0;
  transform-origin: 0% 0;
  background-color: #ffffff;
}
.client-place h2:before {
  right: 100%;
}
.client-place h2:after {
  left: 100%;
}
.client-place a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.client-place:hover:after,
.client-place.hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.client-place:hover img,
.client-place.hover img {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
.client-place:hover h2,
.client-place.hover h2 {
  color: #ffffff;
}
.client-place:hover h2:before,
.client-place.hover h2:before,
.client-place:hover h2:after,
.client-place.hover h2:after {
  -webkit-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
}
.client-place:hover h2:after,
.client-place.hover h2:after {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}