.our-gallery-section .section {
	padding: 20px 0 20px 0;
	position: relative
}

.title-line {
	text-align: left;
	margin-bottom: 40px
}

.title-line.center {
	text-align: center
}

.title-line p {
	color: #494949;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 18px
}

.title-line h2 {
	font-size: 48px;
	line-height: 60px
}

.title-line h2 span {
	font-weight: 300
}

.overlay {
	position: relative
}

.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	background: #000;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.btn {
	color: #fff;
	padding: 13px 25px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(309deg, #d3ae37, #ff9800);
	border-radius: 3px;
	position: relative;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	border: none
}

.btn:hover {
	background: #fff;
	color: #fff;
}

.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px
}

.btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.top-destination .title-line h2 span {
	display: block
}

.top-destination .nav {
	margin: 0 0 20px
}

.top-destination .nav li a {
	color: #42464D;
	background: #F0F3F6;
	padding: 16px 47px;
	border: 0 solid;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.top-destination .nav li a::before {
	position: absolute;
	top: 100%;
	left: 30%;
	content: "";
	border-top: 10px solid #FF7550;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.top-destination .nav li a:hover,
.top-destination .nav li a.active {
	background: #FF7550;
	color: #fff
}

.top-destination .nav li a:hover::before,
.top-destination .nav li a.active::before {
	left: 50%;
	opacity: 1;
	visibility: visible
}

.top-destination .nav li a.active {
	color: #fff
}

.top-destination .single-package {
	position: relative;
	border: 1px solid #e7e7e7;
	margin-top: 30px
}

.top-destination .single-package {
	position: relative;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.top-destination .single-package img {
	width: 100%
}

.top-destination .single-package:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	position: relative;
	border-bottom-color: #FF7550
}

.top-destination .trip-offer {
	position: absolute;
	top: 0;
	z-index: 33;
	background: #FF7550;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 10px;
	text-transform: uppercase;
	top: 15px;
	overflow: visible;
	left: -12px
}

.top-destination .trip-offer::before {
	position: absolute;
	content: "";
	left: 0;
	border-top: 10px solid #752E15;
	border-left: 12px solid transparent;
	bottom: -10px
}

.top-destination .trip-head img {
	width: 100%;
	height: 360px
}

.top-destination .trip-details {
	padding: 20px
}

.top-destination .trip-details .left {
	float: left;
	width: 70%
}

.top-destination .trip-details .left h4 {
	font-size: 18px;
	text-transform: capitalize
}

.top-destination .trip-details .left h4 a {
	color: #424646
}

.top-destination .trip-details .left h4:hover a {
	color: #FF7550
}

.top-destination .trip-details .left p {
	margin: 20px 0;
	font-weight: 500
}

.top-destination .trip-details .left p i {
	margin-right: 8px;
	color: #FF7550
}

.top-destination .trip-details .right {
	float: left;
	width: 30%;
	text-align: right
}

.top-destination .trip-details .right p {
	font-weight: 500;
	font-size: 16px;
	color: #b4b4b4
}

.top-destination .trip-details .right span {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #FF7550
}

.top-destination .trip-details .btn {
	color: #fff;
	border: 1px solid transparent
}

.top-destination .trip-details .btn:hover {
	border-color: #e7e7e7;
	color: #FF7750
}

.trip-single {
	padding: 70px 0 100px
}

.trip-single .trip-details {
	margin-top: 30px
}

.trip-single .gallery-slider,
.trip-single .single-slider {
	height: 450px
}

.trip-single .single-slider img {
	width: 100%;
	height: 100%
}

.trip-single .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	font-size: 40px;
	margin: 0;
	margin-top: -30px;
	width: 40px;
	height: 40px;
	background: transparent;
	padding: 0;
	line-height: 60px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.trip-single .owl-controls .owl-nav div:hover {
	background: #FF7550;
	height: 60px
}

.trip-single .owl-controls .owl-nav div.owl-prev {
	left: 0
}

.trip-single .owl-controls .owl-nav div.owl-next {
	right: 0
}

.trip-single .trip-content {
	margin-top: 40px
}

.trip-single .trip-head {
	margin-bottom: 40px
}

.trip-single .trip-head h2 {
	font-size: 40px;
	color: #42464d;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	display: inline-block
}

.trip-single .trip-head h2:before {
	position: absolute;
	left: 0;
	width: 46px;
	height: 2px;
	background: #FF7550;
	bottom: -1px;
	content: ""
}

.trip-single .trip-head p {
	font-size: 20px;
	color: #000;
	font-weight: 400
}

.trip-single .trip-head p span {
	color: #ff7550;
	font-weight: 700
}

.trip-single .trip-head .price {
	font-size: 32px
}

.trip-single .trip-content p {
	font-size: 16px;
	font-weight: 300
}

.trip-single .trip-tab {
	margin-top: 60px
}

.trip-single .trip-tab-inner {
	margin-top: 60px
}

.trip-single .nav-tabs li {
	margin-right: 40px
}

.trip-single .nav-tabs li a {
	background: transparent;
	border-bottom: 4px solid transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.trip-single .nav-tabs li a.active,
.trip-single .nav-tabs li a:hover {
	color: #FF7550;
	border-bottom-color: #FF7550
}

.trip-single .tab-content .tab-pane p {
	margin-top: 20px;
	font-weight: 300;
	font-size: 16px
}

.cta-text {
	position: absolute;
	bottom: 105px;
	right: 180px
}

.cta .cta-text .btn {
	color: #fff;
	font-size: 13px;
	border-radius: 50px;
	margin-top: 30px;
	text-transform: uppercase;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 50px
}

.cta .cta-text .btn:hover {
	border-color: transparent;
	color: #FF7650
}

.cta .cta-text .btn:before {
	border-radius: 50px
}

.cta-style3 .button {
	margin-top: 30px
}

.cta-style3 .button .btn {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	margin-right: 15px;
	background: transparent
}

.cta-style3 .button .btn:last-child {
	margin: 0
}

.cta-style3 .button .btn.primary {
	border-color: transparent;
	color: #FF6000;
	background: #fff
}

.cta-style3 .button .btn.primary:hover {
	background: transparent;
	border-color: #fff;
	color: #fff
}

.cta-style3 .button .btn.primary:before {
	transform: scaleX(1)
}

.cta-style3 .button .btn.primary:hover:before {
	transform: scaleX(0)
}

.cta-style3 .button .btn:before {
	border-radius: 50px
}

.cta-style3 .button .btn:hover {
	color: #FF7550;
	border-color: transparent
}

.show {
	display: none!important
}

.nav-tabs {
	border-bottom: none!important
}

.tab-content>.active {
	display: block!important
}