/**
*****************************************
	Theme Name: Lankan Travels
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/


/* =================================== */
/*  Box Equal Height Control
/* =================================== */
.flex-detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    margin: auto;
}

.flex-detail .flex-detail-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
    margin: 1em 0.5em;
    padding: 0;
}

.box-height-2{
	display: flex;
	width: 100%;
}
.box-height-inner-2{
	flex: 1;
}

/*.box-height{
	display: flex;
	flex-wrap: wrap;
}
.box-height-inner{
	display: flex;
 	flex-direction: column;
}*/

/* =================================== */
/*  Back Button
/* =================================== */
#back_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	background: var(--main-2);
	color: var(--main-1);
	border-radius: 100%;
}
#back_button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 16px;
    background: var(--main-2);
    color: var(--main-1);
    padding: 14px;
	border-radius: 100%;
}
#back_button.show {
  	visibility: visible;
	background-color: transparent;
	opacity: 1;
	cursor: pointer;
}


/* =================================== */
/*  Section Padding
/* =================================== */
.section-p1{
	padding: 80px 0;
}
.section-p2{
	padding: 50px 0 20px 0;
}

/* =================================== */
/*  Section Title
/* =================================== */
.section-title-1 h1{
	font-family: font-4;
	color: var(--main-1);
	text-transform: uppercase;
	font-size: 2.5rem;
}
.section-title-1 h3{
	font-family: font-7;
	color: var(--main-1);
	font-size: 1.2rem;
	font-weight: 600;
}
.section-title-1 p{
	font-family: font-2;
    text-align: justify;
    color: var(--black);
    font-size: 0.9rem;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.section-title-2 h1{
	font-family: font-4;
	color: var(--white);
	text-transform: uppercase;
	font-size: 2.5rem;
}
.section-title-2 h3{
	font-family: font-7;
	color: var(--white);
	font-size: 1.2rem;
	font-weight: 600;
}

/* =================================== */
/*  Button
/* =================================== */
.explore-btn-1 a{
	font-family: font-7;
	font-weight: 300;
	color: var(--white);
	padding: 8px 18px;
	background-color: var(--main-1);
	border-radius: 40px;
	font-size: 0.9rem;
	display: inline-block;
}
.explore-btn-1 a:hover{
	color: var(--white);
	background-color: var(--main-3);
}

.explore-btn-2 a{
	font-family: font-6;
	font-weight: 300;
	color: var(--white);
	padding: 10px 18px;
	background-color: var(--main-1);
	border-radius: 40px;
	font-size: 1rem;
	display: inline-block;
	box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.6);
}
.explore-btn-2 a:hover{
	background-color: var(--main-3);
}

/* =================================== */
/*  Slider Styles
/* =================================== */
.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 555px !important;
}


.custom-container{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.tour-planer-home{
	list-style: none;
	padding: 2px;
	background-color: var(--white);
	box-shadow: -2px 0px 5px 3px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}
.tour-planer-home ul{
	padding: 0;
    margin: 0;
}
.tour-planer-home li{
	list-style: none;
	float: left;
	display: inline-block;
	width: 20%;
}
.home-tour-field{
	padding: 0;
}
.field-radius-1{
    border-radius: 6px 0 0 6px !important;
}
.form-style{
	color: var(--main-1);
    line-height: 20px;
    border-right: 1px solid #e0e0e0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 10px 14px;
    height: 45px;
    box-shadow: none;
    background-image: none;
    width: 100%;
    font-size: 0.9rem;
    -webkit-transition: background-color .18s ease, border-color .18s ease;
    transition: background-color .18s ease, border-color .18s ease;
    position: relative;
    display: block;
    overflow: hidden;
	font-family: font-3;
}
.home-tour-field select {
	color: var(--main-4);
    line-height: 20px;
    border: 0;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 100%;
}
.home-tour-field .btn{
	width: 100%;
    border-radius: 0 6px 6px 0;
	height: 45px;
    font-size: 0.85rem;
	background: var(--main-2);
    border: 0;
    color: var(--main-1);
	font-family: font-4;
	text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-tour-field .btn:hover,
.home-tour-field .btn:active,
.home-tour-field .btn:focus{
    color: var(--main-1);
	background: var(--main-3);
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none !important;
}

.welcome-area{
	padding: 40px 0 20px 0;
	background: url("../images/about-bg.jpg") no-repeat center center;
	background-size: cover;
}
.welcome-text {
	padding: 40px 15px;
}
.welcome-text h4{
	font-family: font-6;
	font-size: 2rem;
	font-weight: 600;
	color: var(--main-1);
}
.welcome-text h3{
	font-family: font-7;
	font-size: 4rem;
	font-weight: 900;
	color: var(--main-1);
}
.welcome-text p{
	font-family: font-2;
    font-size: 0.9rem;
    text-align: justify;
    color: var(--black);
    line-height: 30px;
    margin: 0 0 15px 0;
}

.home-package-area{
	position: relative;
	padding: 60px 0;
}
.home-package-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    background: var(--main-1);
    z-index: -1; 
}
.home-package-para h3{
	font-family: font-1;
	color: var(--white);
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 1.1rem;
}
.home-package-para h1{
	font-family: font-6;
	color: var(--white);
	text-align: left;
	font-weight: 500;
	font-size: 3rem;
	margin: 0 0 20px 0;
}
.home-package-para p{
	font-family: font-1;
	color: var(--white);
	text-align: justify;
	font-size: 0.85rem;
}
.package-outter {
	background-color: var(--white);
	border-radius: 10px;
	webkit-box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
	transition: all ease-in-out 0.5s;
}
.package-outter:hover {
    webkit-box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.6);
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.6);
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}
.package-outter .package-inner .package-img{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
    position: relative;
}
.package-outter .package-inner .package-img img{
	border-radius: 10px 10px 0 0;
	transform: scale(1.1) translateZ(0);
    transition: all 0.5s ease-in-out;
}
.package-outter:hover .package-inner .package-img a img{
    transform: scale(1) translateZ(0);
	-webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.package-outter .package-inner .package-img .offer-tag{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    text-align: center;
    z-index: 999;
    background-color: var(--main-1);
    color: var(--white);
	font-family: font-3;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 0 0 10px 10px;
}
.package-outter .package-inner .package-detail{
	padding: 10px 20px 15px 20px;
}
.package-outter .package-inner .package-detail h3{
	font-family: font-4;
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 7px 0;
	color: var(--main-1);
}
.package-outter .package-inner .package-detail h4{
	font-family: font-3;
	font-size: 0.85rem;
	text-align: center;
	margin: 0 0 10px 0;
	color: var(--main-4);
}
.package-outter .package-inner .package-detail p{
	font-family: font-3;
	text-align: justify;
	margin: 0 0 5px 0;
	font-size: 0.85rem;
	line-height: 20px;
	color: var(--black);
}
.package-outter .package-inner .package-detail .package-btn p{
	text-align: center;
	display: inline-block;
	padding: 5px 15px;
	background-color: var(--main-2);
	color: var(--black);
	font-family: font-3;
	border-radius: 20px;
	margin: 10px 0 0 0;
	font-size: 0.9rem;
}
.package-outter:hover .package-inner .package-detail .package-btn p{
	background-color: var(--main-1);
	color: var(--white);
	webkit-box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.5);
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.5);
}
.packag-slider .item{
	margin: 10px;
}
.packag-slider .owl-nav button.owl-next, 
.packag-slider .owl-nav button.owl-prev {
    padding: 0!important;
    color: var(--white);
    bottom: 15px;
    position: absolute;
    cursor: pointer;
    font-size: 1.5rem;
	height: 50px;
	width: 50px;
	border: 2px solid var(--white);
	border-radius: 50%;
	line-height: 50px;
}
.packag-slider .owl-nav button.owl-prev {
    left: -180px;
}
.packag-slider .owl-nav button.owl-next {
    left: -90px;
}
.packag-slider .owl-dots {
    text-align: center;
}
.packag-slider .owl-dots button {
    display: inline-block;
}
.packag-slider .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
    border: 1px solid var(--white);
    background: none;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.packag-slider .owl-dots button.active span, 
.packag-slider .owl-dots button:hover span {
    background: none;
    border: 2px solid var(--white);
    width: 15px;
    height: 15px;
}
.packag-slider .owl-dots button.active span:after, 
.packag-slider .owl-dots button:hover span:after {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--white);
    position: absolute;
    left: 3px;
    top: 3px;
}

.tips-area-bg{
	padding: 80px 0;
	background: linear-gradient(-90deg, rgba(0,94,163,0) 0%, rgba(2,78,182,0.6362920168067228) 51%, rgba(18,65,106,1) 100%), url("../images/tips-bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.tips-area h3{
	text-align: left;
	font-family: font-1;
	color: var(--white);
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}
.tips-area h1{
	text-align: left;
	font-family: font-4;
	color: var(--white);
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.tips-area ul{
	list-style: none;
	width: 100%;
}
.tips-area ul li{
	display: inline-block;
	width: 33.333%;
	text-align: center;
	margin: 20px 0 0 0;
	float: left;
}

.tips-area ul li .tips-inner {
    position: relative;
    z-index: 9;
    width: 222px;
	height: 222px;
    transition: all 0.5s ease-in-out;
    border-radius: 100%;
    overflow: hidden;
    border: dashed 1px #fff;
	padding: 47px 35px;
	cursor: pointer;
}

.tips-area ul li .tips-inner .tips-img img{
	width: 80px;
	-webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tips-area ul li .tips-inner:hover .tips-img img{
	-moz-transform: rotate3d(0,1,0,180deg);
    -webkit-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
}
.tips-area ul li h2{
	font-family: font-3;
	color: var(--white);
	font-size: 1rem;
	text-align: center;
	margin: 10px 0 0 0;
}
.tips-outter-img img{
	position: absolute;
	bottom: -80px;
	right: -80px;
}

.destination-area-bg{
	background: url("../images/destination-bg.jpg") no-repeat center center;
	background-size: cover;
}

.destinatio-box{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
}
.destinatio-box:hover {
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}
.destinatio-box .destination-img{
	overflow: hidden;
    position: relative;
}
.destinatio-box .destination-img img{
	transform: scale(1.1) translateZ(0);
    transition: all 0.5s ease-in-out;
}
.destinatio-box:hover .destination-img img{
    transform: scale(1) translateZ(0);
	-webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.destinatio-box .detination-details{
	padding: 3px 8px;
	text-align: center;
}
.destinatio-box .detination-details h2{
	font-family: font-8 !important;
	font-size: 1.6rem;
	color: var(--main-1) !important;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}
.destinatio-box:hover .detination-details h2{
	color: var(--main-3) !important;
	transition: all 0.5s ease-in-out;
}
.destination-slider .owl-item:nth-child(even) {
	margin: 60px 0 0 0;
}
.destination-slider{
	padding: 40px 0 20px 0;
}
.destination-slider .owl-dots.disabled, 
.destination-slider .owl-nav.disabled{
	display: block !important;
}
.destination-slider .owl-nav button.owl-next, 
.destination-slider .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.5);
    top: 50%;
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-top: -18px;
    font-size: 1.5rem;
    background-color: var(--main-1);
    color: var(--white);
    line-height: 20px;
}
.destination-slider .owl-prev {
    left: -30px;
}
.destination-slider .owl-next {
    right: -30px;
}
.destination-slider .owl-dots {
    text-align: center;
	margin: 20px 0 0 0;
}
.destination-slider .owl-dots button {
    display: inline-block;
}
.destination-slider .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
    border: 1px solid var(--main-1);
    background: none;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.destination-slider .owl-dots button.active span, 
.destination-slider .owl-dots button:hover span {
    background: none;
    border: 2px solid var(--main-1);
    width: 15px;
    height: 15px;
}
.destination-slider .owl-dots button.active span:after, 
.destination-slider .owl-dots button:hover span:after {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--main-1);
    position: absolute;
    left: 3px;
    top: 3px;
}
.testimonial-area-bg {
	padding: 0;
	background: radial-gradient(circle, rgba(0,69,171,0.5) 0%, rgba(2,78,182,0.7) 51%, rgba(1,60,134,1) 100%), url("../images/testi-bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.test-para{
	padding: 40px 0 0 0;
}
.test-para blockquote{
	font-family: font-1;
	color: var(--white);
	font-size: 0.95rem;
}
.test-para h3{
	font-family: font-4;
	color: var(--white);
	font-size: 1.6rem;
	margin: 0 0 2px 0;
}
.test-para h4{
	font-family: font-2;
	color: var(--white);
	font-size: 1.2rem;
	margin: 0 0 5px 0;
}
.test-para .rating-star i{
	color: var(--main-5);
}
.testi-slider .owl-nav button.owl-next, 
.testi-slider .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.5);
    top: 70%;
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-top: -18px;
    font-size: 1.5rem;
    background-color: var(--main-1);
    color: var(--white);
    line-height: 20px;
}
.testi-slider .owl-prev {
    right: 70px;
}
.testi-slider .owl-next {
    right: 0;
}
.award-img {
	position: relative;
}
.award-img img{
	position: absolute;
    right: 0;
    top: -30px;
    left: 0;
    margin: auto;
}
.testi-outter{
	padding: 80px 0 90px 0;
}
.award-detail {
    padding: 300px 30px 0 60px;
}
.award-detail p{
	color: var(--white);
	font-family: font-2;
	text-align: justify;
	font-size: 0.9rem;
}
.page-inner-header,
.page-banner-outer{
	position: relative;
    min-height: 345px;
}
.page-inner-header,
.page-banner-outer{
	position: relative;
    min-height: 100px;
	max-height: 350px;
}
.page-inner-header:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: radial-gradient(circle, rgba(0, 69, 171, 0.17) 0%, rgba(2, 78, 182, 0.24) 51%, rgba(1, 60, 134, 0.61) 100%);
}
.page-banner-area {
    padding: 10% 0;
    margin: 0;
    border-bottom: 0;
	text-align: center;
}
.page-banner-area h1 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--white);
    margin: 0;
	text-transform: uppercase;
	font-family: font-4;
	letter-spacing: 1px;
	padding:0;
}
.page-breadcrumb, .breadcrumb {
	font-family: font-3;
	font-size: 0.75rem;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0;
    margin: 0;
	text-align: center;
	display: inline-flex;
}
.page-breadcrumb ul.breadcrumb li+li:before {
    content: " / ";
	padding:0 8px 0 8px;
	color: var(--white);
}
.page-breadcrumb ul.breadcrumb li a{
	color: var(--white);
}
.page-breadcrumb ul.breadcrumb li a:hover, 
.page-breadcrumb ul.breadcrumb li a.active{
	color: var(--main-2) !important;
}

.about-area-bg{
    background: url(../images/about-bg.jpg) no-repeat center center;
    background-size: cover;
}
.about-area h2{
	font-family: font-3;
	text-align: left;
	color: var(--main-1);
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
}
.about-area h1{
	font-family: font-4;
	text-align: left;
	color: var(--main-1);
	font-size: 3rem;
	font-weight: 500;
	text-transform: uppercase;
}
.about-area h3{
	font-family: font-7;
	text-align: left;
	color: var(--main-1);
	font-size: 2rem;
	font-weight: 900;
	margin: 0 0 25px 0;
}
.about-area p{
	font-family: font-2;
	text-align: justify;
	color: var(--black);
	font-size: 0.95rem;
	margin: 0 0 10px 0;
	line-height: 25px;
}
.about-award-img {
	padding: 0 0 0 60px;
}

.about-tips-area-bg {
	padding: 80px 0;
	background-color: var(--main-6);
	position: relative;
}
.about-tips-area ul{
	width: 100%;
	list-style: none;
	margin: 25px 0 0 0;
}
.about-tips-area ul li{
	display: inline-block;
	width: 33.333%;
	float: left;
	text-align: center;
	padding: 0 15px;
}
.about-tip {
	background-color: var(--main-1);
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 24px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.about-tip img{
	width: 50px;
}
.about-tips-area ul li h3{
	font-family: font-4;
	color: var(--main-1);
	font-size: 1rem;
	text-transform: uppercase;
	margin: 15px 0;
}
.about-tips-area ul li p{
	font-family: font-3;
	color: var(--black);
	font-size: 0.9rem;
	margin: 0 0 15px 0;
}
.vision-area{
	padding: 0 15px 0 70px;
}
.vision-area h2{
	font-family: font-6;
	color: var(--white);
	font-size: 2.2rem;
	position: relative;
	margin: 0 0 15px 0;
	z-index: 2;
}
.vision-area h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 90px;
    height: 2px;
    background: var(--main-2);
}
.vision-area p{
	font-family: font-6;
	color: var(--white);
	font-size: 0.9rem;
	position: relative;
	z-index: 2;
}
.about-tips-area-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    background: var(--main-1);
    z-index: 1;
}

.chairmen-msg-title h3{
	font-family: font-3;
    font-size: 2.2rem;
    text-align: left;
    color: var(--main-1);
    font-weight: 900;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.chairmen-img img{
	box-shadow: 4px 5px 9px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 4px 5px 9px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 4px 5px 9px 0px rgba(0,0,0,0.36);
}
.chairmen-msg{
	padding: 40px 0 0 0;
}
.chairmen-msg p{
	font-family: font-2;
	text-align: justify;
	font-size: 0.9rem;
	line-height: 25px;
	color: var(--black);
	margin: 0 0 15px 0;
}
.chairmen-msg h3{
	font-family: font-5;
	font-size: 2.5rem;
	color: var(--black);
	margin: 15px 0;
}

.team-area-bg {
	padding: 80px 0;
	background-color: var(--main-1);
}
.team-title h1{
	font-family: font-6;
	text-align: center;
	font-size: 3rem;
	color: var(--white);
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.team-title p{
	font-family: font-1;
	text-align: center;
	font-size: 0.9rem;
	color: var(--white);
	margin: 0 0 20px 0;
}
.team-member .team-img{
	border-radius: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.62);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.62);
}
.team-member h3{
	font-family: font-2;
	font-size: 1.2rem;
	text-align: center;
	color: var(--white);
	margin: 15px 0 2px 0;
}
.team-member h4{
	font-family: font-1;
	font-size: 0.9rem;
	text-align: center;
	color: var(--white);
}
.team-slider{
	margin: 40px 0 0 0;
}
.team-slider .item{
	margin: 10px 30px;
}
.team-slider .owl-nav button.owl-next, 
.team-slider .owl-nav button.owl-prev {
    padding: 0!important;
    color: var(--white);
    top: 50%;
    position: absolute;
    cursor: pointer;
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
    border: 2px solid var(--white);
    border-radius: 50%;
    line-height: 50px;
	margin-top: -18px;
}
.team-slider .owl-prev {
    left: -30px;
}
.team-slider .owl-next {
    right: -30px;
}
.team-slider .owl-dots {
    text-align: center;
}
.team-slider .owl-dots button {
    display: inline-block;
}
.team-slider .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
    border: 1px solid var(--white);
    background: none;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.team-slider .owl-dots button.active span, 
.team-slider .owl-dots button:hover span {
    background: none;
    border: 2px solid var(--white);
    width: 15px;
    height: 15px;
}
.team-slider .owl-dots button.active span:after, 
.team-slider .owl-dots button:hover span:after {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--white);
    position: absolute;
    left: 3px;
    top: 3px;
}

.vehicle-section {
	padding: 80px 0 120px 0;
}
.vehicle-header{
	padding: 0 0 20px 0;
}
.vehicle-header h2{
	font-family: font-3;
    font-size: 2.2rem;
    color: var(--main-1);
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.vehicle-header p{
	font-family: font-2;
    font-size: 0.9rem;
    color: var(--black);
    margin: 0 0 15px 0;
}

.package-listing-area{
	padding: 0 0 100px 0;
}
.package-listing {
	margin: 0 0 25px 0;
}

.transfer-form-inner{
	padding: 20px 15px 0 15px;
}
.transfer-form {
    margin: 0;
}
.transfer-form label {
    font-family: font-2;
    font-size: 1rem;
    margin: 0 0 2px 0;
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
}
.transfer-form .form-control {
    line-height: 20px;
    border-radius: 0;
    padding: 10px 14px 10px 55px;
    height: 45px;
    box-shadow: none;
    background-image: none;
    width: 100%;
    font-size: 0.9rem;
    -webkit-transition: background-color .18s ease, border-color .18s ease;
    transition: background-color .18s ease, border-color .18s ease;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 25px 0;
	border: 1px solid var(--main-1);
	font-family: font-2;
	color: var(--black);
}
.input-group-addon {
    position: absolute;
    z-index: 999;
    height: 45px;
    padding: 0;
    width: 45px;
    text-align: center;
	background-color: var(--main-1);
}
.input-group-addon i {
    line-height: 45px;
    text-align: center;
	color: var(--white);
}
.transfer-form textarea {
    height: auto !important;
    padding: 15px 20px !important;
    overflow: scroll !important;
}
.transfer-form .btn {
	font-family: font-2;
    color: var(--white);
    padding: 10px 40px;
    background-color: var(--main-1);
    border-radius: 40px;
    font-size: 1rem;
    display: inline-block;
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.6);
}
.transfer-form .btn:hover {
    background-color: var(--main-3);
}

.why-sl-para p{
	font-family: font-2;
	text-align: justify;
	color: var(--black);
	font-size: 0.9rem;
	line-height: 25px;
	margin: 0 0 15px 0;
}

.event-outter .event-inner .package-img .offer-tag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    text-align: center;
    z-index: 999;
    background-color: var(--main-1);
    color: var(--white);
    font-family: font-3;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 0 0 10px 10px;
}
.event-outter .event-inner .package-detail h3 {
    font-family: font-4;
    font-size: 1.05rem;
    text-align: center;
    margin: 0 0 7px 0;
    color: var(--main-1);
}

.destinatio-listing{
	margin: 0 0 25px 0;
}

.gal {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	}	
.gal img{ 
	width: 100%; 
	padding: 0;
}
@media (max-width: 500px) {
	.gal {
			-webkit-column-count: 1; /* Chrome, Safari, Opera */
			-moz-column-count: 1; /* Firefox */
			column-count: 1;
		}	
	}

.snip1520 {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
    width: 100%;
}
.snip1520 img,
.snip1520:before,
.snip1520:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.snip1520 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
.snip1520:before,
.snip1520:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.snip1520:before {
    width: 60px;
    height: 1px;
    left: 0;
}
.snip1520:after {
    height: 60px;
    width: 1px;
    top: 100%;
}
.snip1520 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.snip1520:hover img,
.snip1520.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.contact-area-bg {
    padding: 0 0 50px 0;
}
.contact-logo{
	margin: 0 0 20px 0;
	text-align: left;
}
.contact-detail-inner {
    margin: 0 0 35px 0;
	position: relative;
}
.contact-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.contact-icon img {
    width: 35px;
}
.contact-inner-text {
    padding: 0 0 0 42px;
}
.contact-inner-text p {
    font-family: font-4;
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    line-height: 13px;
	margin: 0 0 5px 0;
}
.contact-inner-text a {
    font-family: font-3;
    font-size: 0.9rem;
    text-align: left;
    margin: 0;
	color: var(--main-1);
	line-height: 20px;
}
.contact-social a i{
    color: var(--white);
    margin: 0 10px 0 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 0;
    background-color: var(--main-1);
}
.contact-social a i:hover {
    background-color: var(--main-2);
    color: var(--main-1);
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35.25%;
    position:relative;
    height:0;
    z-index: 0;
    min-height: 450px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    z-index: 0;
}

.tour-title-area{
	padding: 15px 20px;
    background-color: var(--main-1);
    border-radius: 7px;
    margin: -50px 0 0 0;
	webkit-box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    transition: all ease-in-out 0.5s;
}
.tour-title h1{
	font-family: font-6;
	color: var(--white);
	font-weight: 500;
	font-size: 3rem;
	margin: 0 0 3px 0;
}
.tour-title h4{
	font-family: font-1;
	color: var(--white);
	font-size: 1rem;
}
.date-inner h3{
	font-family: font-1;
	color: var(--white);
	font-size: 2.5rem;
	text-align: center;
	line-height: 32px;
}
.date-inner p{
	font-family: font-1;
	color: var(--white);
	font-size: 0.9rem;
	text-align: center;
	text-transform: uppercase;
}
.tour-dates{
	text-align: center;
	border-right: 1px solid #465682;
	border-left: 1px solid #465682;
}
.date-outter{
	display: inline-flex;
}
.date-inner{
	padding: 13px 40px;
}
.tour-book-btn{
	text-align: center;
	color: var(--main-1);
	padding: 10px 25px;
	border-radius: 40px;
	background-color: var(--white);
	font-family: font-3;
	text-transform: uppercase;
	margin: 17px auto;
	display: inline-block;
}
.tour-book-btn a:hover{
	color: var(--main-1);
	background-color: var(--main-2);
}

.package-detail-area{
	padding: 25px 15px 30px 15px;
}
.package-inner-slider-area{
	padding: 0 0 20px 0;
}
.package-slide .carousel-inner{
	border-radius: 20px;
	webkit-box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    transition: all ease-in-out 0.5s;
}
.package-slide .carousel-inner .carousel-item img{
	width: 100%;
}
.package-slide .carousel-control-next, 
.package-slide .carousel-control-prev{
	width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    left: 35px;
	top: auto;
}
.package-slide .carousel-control-next{
	bottom: 120px;
}
.package-slide .carousel-control-prev{
	bottom: 65px;
}
.package-slide  .carousel-indicators {
    right: auto;
    bottom: 25px;
    left: 0;
    margin-left: 5%;
}
.package-slide .carousel-indicators li {
    height: 6px;
}

.tab_container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.tab_border {
	width: 100%;
    display: inline-block;
}
.package-information-are input, 
.package-information-are section {
	clear: both;
	padding-top: 5px;
	display: none;
}
.package-information-are label {
	display: block;
	float: left;
	width: 33.333%;
	padding: 15px 0;
	cursor: pointer;
	text-decoration: none;
    text-align: center;
}
.package-information-are label p{
    font-size: 1rem;
    font-family: font-2;
    text-transform: uppercase;
	color: var(--main-1);
}
.package-information-are label img{
    width: 35px;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}
.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container [id^="tab"] + label {
    border-top: 1px solid var(--main-1);
    border-bottom: 1px solid var(--main-1);
	background-color: var(--main-6);
}
.tab_container [id^="tab"]:checked + label {
    background: var(--main-1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.tab_container [id^="tab"]:checked + label p{
	color: var(--white);
}
.tab_container .tab-content p {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 25px;
    font-family: font-3;
    margin: 0 0 10px 0;
}
.covered-destination h3{
	font-family: font-4;
	text-align: left;
	font-size: 1.2rem;
	color: var(--main-1);
	margin: 0 0 10px 0;
}

.accordion {
	font-size: 1rem;
	width: 100%;
	margin: 0 auto;
}
.accordion-header {
	padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    font-family: font-3;
    transition: all .3s;
    margin: 5px 0;
	background-color: var(--main-6);
	border: 1px solid var(--main-1);
}
.accordion-header:hover{
    position: relative;
    z-index: 5;
}
.accordion__item.active .accordion-header {
    background: var(--main-4);
    border: 1px solid var(--main-1);
    color: var(--white);
}
.accordion-body {
	display: none;
}
.accordion-body__contents {
	padding: 0 10px 10px 20px;
    min-height: 20px;
}

.package-side-panel-area{
    padding: 25px 15px 0 15px;
}
.customized-package-bg{
	padding: 25px;
    background: var(--white);
	border-radius: 8px;
    box-shadow: 0px 1px 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 1px 13px rgba(0,0,0,.1);
	margin: 0 0 30px 0;
}
.customized-package-bg h5{
	font-family: font-7;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    color: var(--main-1);
    margin: 0 0 23px 0;
}
.customized-package-form .form-group label{
	font-family: font-3;
	font-size: 0.95rem;
	margin: 0 0 2px 0;
}
.customized-package-form .form-group .form-control {
    line-height: 20px;
    border-radius: 0;
    padding: 10px 14px 10px 40px;
    height: 40px;
    box-shadow: none;
    background-image: none;
    width: 100%;
    font-size: 0.9rem;
    -webkit-transition: background-color .18s ease, border-color .18s ease;
    transition: background-color .18s ease, border-color .18s ease;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 15px 0;
    border: 1px solid #9c9ea5;
    font-family: font-2;
    color: var(--black);
}
.customized-package-form .form-group .input-group-addon {
    position: absolute;
    z-index: 999;
    height: 40px;
    padding: 0;
    width: 45px;
    text-align: center;
	background-color: transparent;
}
.customized-package-form .form-group .input-group-addon i {
    line-height: 40px;
    text-align: center;
    color: #9c9ea5;
}
.customized-package-form .form-group button{
	font-family: font-2;
    color: var(--white);
    padding: 10px 40px;
    background-color: var(--main-1);
    border-radius: 40px;
    font-size: 1rem;
    display: inline-block;
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.6);
	margin: 10px 0 0 0;
}
.customized-package-form .form-group button:hover{
    background-color: var(--main-3);
}
.related-desti a{
	font-family: font-2;
	padding: 5px 15px;
	text-align: center;
	background-color: var(--main-6);
	border-radius: 50px;
	color: var(--main-1);
	font-size: 0.85rem;
	margin: 0 6px 6px 0;
	display: inline-block;
}
.popular-title {
    padding: 10px 0 20px 0;
}

.event-title h1 {
    font-family: font-6;
    color: var(--main-1);
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 3px 0;
}
.event-detail-area{
	padding: 25px 15px 30px 15px;
}
.event-img {
	margin: 15px 0 20px 0;
	border-radius: 20px;
    webkit-box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    transition: all ease-in-out 0.5s;
	overflow: hidden;
}
.event-img img{
	width: 100%;
}
.event-detail p{
	font-family: font-3;
	text-align: justify;
	color: var(--black);
	line-height: 25px;
	font-size: 0.9rem;
	margin: 0 0 10px 0;
}
.relate-event{
	margin: 0;
}
.ex-title h1 {
    font-family: font-6;
    color: var(--main-1);
    font-weight: 600;
    font-size: 2.1rem;
    margin: 0 0 3px 0;
}

.desti-title h1{
	font-family: font-6;
    color: var(--main-1);
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}
.desti-img {
	overflow: hidden;
    max-width: 350px;
    margin: 0 20px 7px 0;
    float: left;
    border-radius: 20px;
    width: 100%;
}