@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

body {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #454545;
    overflow-x: hidden;
}

h2.title {
	color: #EB603A;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
}

/* Header */
img#logo-img {
	height: 90px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
header .navbar-brand.logo {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}
header .navbar {
	padding: 0;
}
header .nav-item a {
	color: #fff;
	margin-left: 20px;
}
header .nav-item:hover a{
	color: #F2A917
}
/*End Header*/

/*Button*/
.read-more-blue {
	border-radius: 50px;
	background: #72B8CA;
	padding: 8px 20px;
	color: #fff;
	font-size: 14px;
}
.read-more-blue:hover {
	background: #15769F;
	color: #fff;
}

.read-more-blue i {
	margin-right: 10px;
}
.read-more-red {
	border-radius: 50px;
	background: #EB603A;
	padding: 8px 20px;
	color: #fff;
	font-size: 14px;
}
.btn-hotel-red {
	border-radius: 5px;
	background: #EB603A;
	padding: 15px 20px;
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
}
.btn-hotel-red:hover {
	background: #15769F;
	color: #fff;
}
.read-more-red:hover {
	background: #15769F;
	color: #fff;
}

.read-more-red i {
	margin-right: 10px;
}
.read-more-white {
	border-radius: 50px;
	background: #ffffff;
	padding: 8px 20px;
	color: #444444;
	font-size: 14px;
}
.read-more-white:hover {
	background: #15769F;
	color: #fff;
}
.read-more-white i {
	margin-right: 10px;
}
.btn-lang {
	border: solid thin #fff;
	color: #fff;
	margin-top: -15px;
	padding: 10px 10px 8px 10px;
}
.btn-lang:hover {
	border: solid thin #EB603A;
	background: #EB603A;
	color: #fff;
}
/*End Button*/

/* Slider */ 
.single-slide-item {
    height: 550px;
    width: 100%;
    display: table;
	background-color: #ddd;background-size: cover;background-position: center;position: relative;z-index: 1;
	padding: 150px 0 100px 0;
}
.single-slide-item .slider-img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.single-slide-item .slider-img img{
	position: relative;
	height: 550px;
	object-fit: cover;
}
.single-slide-item .slider-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #141414;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 1;
}
.main-slider .owl-dot{background-color: #D82460;height: 90px;width: 100px;background-size: cover;background-position: center}
.main-slider .owl-dots {
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: -100px;
	text-align: left;
	padding-left: 6%;
}
.main-slider .owl-dot {
  display: inline-block;
  margin-left: 20px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
  width: 65px;
  height: 65px;
}
.main-slider .owl-dot.active {
  opacity: 1;
  border: solid thin #fff;
}
.slider-area .slider-text, .slider-area .slider-text div {
	height: auto;
}
/* End Slider */

/* Search Box */
.search-box {
	z-index: 2;
    position: absolute !important;
    text-align: center;
    width: 100%;
	max-width: 500px;
    top: 150px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
	
}
.search-input input{
	border-radius: 50px !important;
	height: 44px;
	border: none;
}
.search-input button{
	border-radius: 50px !important;
	background: #F2A917;
	color: #fff;
	width: 44px;
	height: 44px;
	border: none;
}

.search-input button:hover{
	background: #EB603A;
	color: #fff;
}
.input-group.search-input {
	background: #fff;
    padding: 2px;
    border-radius: 50px;
    width: 95%;
    margin: 0 auto;
}
.search-box p{
	font-size: 24px;
	color: #fff;
}
.search-box h4{
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #fff;
}
.search-box h1{
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #fff;
}
/* End Search Box */

/* Tour Type */
.tour-type {
	background: #f3f3f3;
	padding: 40px 0;
	margin-bottom: 30px;
}
.tour-type-item {
	position: relative;
}
.tour-type-slider img{
	border-radius: 10px;
	overflow: hidden;
}
.tour-type-item .tour-image:after{
	content: '';
    position: absolute;
    box-shadow: inset 0px -50px 100px rgb(0 0 0 / 80%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
	border-radius: 10px;
}
.tour-type-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 10px 10px 10px;
}
.tour-type-content h4{
	font-size: 16px;
	color: #fff;
	float: right;
}
.tour-type-content span {
	color: #F2A917;
	float: left;
	font-size: 14px;
}	
.tour-type-slider .owl-nav {
	position: absolute;
	top: 40%;
}
.tour-type-slider .owl-nav {
	position: absolute;
	top: -50px;
	width: 100%;
}
.tour-type-slider .owl-nav .owl-prev{
	right: -20px;
    position: absolute;
    top: 130px;
}
.tour-type-slider .owl-nav .owl-next {
    left: -20px;
    position: absolute;
    top: 130px;
}
.tour-type-slider .owl-nav button{
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50px;
	background: #5B9FBC !important;
	color: #fff !important;
}
.tour-type-slider .owl-nav button i:before{
	font-size: 30px;
}
.tour-type-slider .owl-nav .owl-prev {
	margin-left: 5px;
	right: -20px;
}
/* End Tour Type */

/*Top Offers Slider*/
.inner-tour-box {
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	border: solid thin #CFCFCF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.inner-tour-box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.6); 
}

.inner-tour-box:hover .btn.more-btn {
  background: #EB603A;
}


.inner-tour-box img{
	height: 180px;
	width: 100%;
	margin-bottom: 10px;
	object-fit: cover;
}
.inner-tour-content {
	padding: 0 10px;
}
.inner-tour-content .tour-title {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	height: 50px;
	margin-bottom: 0;
}
.inner-tour-content p.location {
	color: #888;
	font-size: 13px;
	margin-bottom: 5px;
}
.inner-tour-content p.rate {
	color: #888;
	font-size: 13px;
	margin-bottom: 5px;
}
.inner-tour-content i.fa-star, .inner-tour-content i.fa-star-o {
	color: #F2A917;
}
.inner-tour-slider .owl-nav {
	position: absolute;
	top: -50px;
	left: 0;
}
.inner-tour-slider .owl-nav button{
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50px;
	background: #5B9FBC !important;
	color: #fff !important;
}
.inner-tour-slider .owl-nav button i:before{
	font-size: 30px;
}
.inner-tour-slider .owl-nav .owl-prev {
	margin-left: 5px;
}
.inner-tour-price {
	border-top: solid thin #F6F6F6;
	margin: 12px 10px 0 10px;
	padding-top: 5px;
}
.inner-tour-price span.start{
	color: #9E9C9C;
	font-size: 10px;
}
.inner-tour-price p.price {
	color: #EB603A;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
.inner-tour-price p.duration {
	color: #636363;
	font-size: 12px;
	font-weight: normal;
	margin-top: 32px;
	margin-bottom: 9px;
}
.inner-tour-price p.price span{
	color: #636363;
	font-size: 12px;
	font-weight: normal;
}
.inner-tour-box a.more-btn {
	display: block;
	border-radius: 0 0 10px 10px;
	width: 100%;
	background: #72B8CA;
	color: #fff;
}
.inner-tour-box a.more-btn2 {
	display: block;
	border-radius: 4px;
	width: 100%;
	padding: 2px;
	margin-top: 25px;
	background: #72B8CA;
	color: #fff;
	line-height: 20px;
}
/*End Top Offers Slides*/

/*Offer Banner*/
.offer-banner {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px
}
/*End Offer Banner*/

/*Video Section*/
section.video {
	padding: 100px 0 0 0;
	background: url(../img/bg/video-background.jpg);
	background-size: cover;
	position: relative;
	margin-bottom: 150px;
}
section.video h2{
	color: #F2A917;
	font-weight: bold;
}
section.video p{
	color: #fff;
}
section.video iframe {
	margin-bottom: -110px;
	margin-top: 30px;
}
/*End Video Section*/

/*Destination Section*/
.title.text-center {
	text-align: center;
}
.destination-box {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.35));
	margin-bottom: 20px;
}
.destination-box a {
	color: #333;
}
.destination-box:hover img {
	transform: scale(1.2);
}
.destination-img img{
	width: 100%;
	height: 460px;
	object-fit: cover;
	transition: transform .5s; /* Animation */
}
.destination-box.small .destination-img img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.destination-content {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	line-height: 40px;
}
.destination-content p{
	float: right;
	margin-bottom: 0;
}	
.destination-content p i{
	color: #EB603A;
	font-size: 20px;
}
.destination-price {
	float: left;
	color: #15769F;
	font-size: 18px;
	line-height: 20px;
}
.destination-price small{
	color: #9E9C9C;
	font-weight: 400;
	font-size: 16px;
	
}
.destination-box.small .destination-content{
	font-size: 16px;
}
.destination-box.small .destination-price {
	font-size: 14px;
}

.destination-box.small .destination-price small {
	font-size: 12px;
}
/*End Destination Section*/

/*Hotel Slider Section*/
.hotel-slider .owl-nav {
	position: absolute;
	top: -50px;
	left: 0;
}
.hotel-slider .owl-nav button{
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50px;
	background: #5B9FBC !important;
	color: #fff !important;
}
.hotel-slider .owl-nav button i:before{
	font-size: 30px;
}
.hotel-slider .owl-nav .owl-prev {
	margin-left: 5px;
}
.hotel-section {
	padding: 50px 0;
}
.hotel-box {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	border: solid thin #CFCFCF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.hotel-box img{
	height: 230px;
	width: 100%;
	object-fit: cover;
}
.hotel-content {
	padding: 0px;
}
.hotel-content .hotel-title {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
}
.hotel-content p.location {
	color: #888;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.hotel-content p.rate {
	color: #888;
	font-size: 14px;
	margin-bottom: 5px;
}
.hotel-content i.fa-star, .hotel-content i.fa-star-o {
	color: #F2A917;
}
.hotel-content .location i {
	font-size: 20px;
}
.hotel-box a.more-btn {
    display: block;
    border-radius: 10px;
    width: auto;
    background: #72B8CA;
    color: #fff;
    margin-left: 20px;
}
.hotel-ammintes  {
	height: 50px;
}
.hotel-ammintes ul{
	padding: 0;
}
.hotel-ammintes li{
	display: inline-block;
	margin-left: 20px;
}
.hotel-ammintes li i{
	color: #EB603A;
	font-size: 22px;
}	
/*End Hotel Slider Section*/

/* Clients Section */
section.clients {
	clear: both;
}
.clients-box {
	border: solid thin #eee;
	border-radius: 5px;
	padding: 10px;
}
.clients-box img{
	filter: grayscale(100%);
}
.clients-box:hover img{
	filter: grayscale(0%);
}
/* End Clients Section */

/* Newsletter Section */
.newsletter {
	background: #F2A917;
	margin-top: 30px;
	padding: 40px;
}
.newsletter h4 {
	color: #383838;
    margin-bottom: 0;
    margin-right: 60px;
    position: relative;
    line-height: 30px;
    font-size: 22px;
	margin-bottom: 10px;
}
.newsletter h4 i{
	font-size: 40px;
	position: absolute;
	right: -60px;
	top: 10px;
}


.subcribe-input input{
	border-radius: 50px !important;
	height: 44px;
	border: none;
}
.subcribe-input button{
	border-radius: 50px !important;
	background: #72B8CA;
	color: #fff;
	width: 44px;
	height: 44px;
	border: none;
}

.subcribe-input button:hover{
	background: #EB603A;
	color: #fff;
}
.input-group.subcribe-input {
	background: #fff;
    padding: 2px;
    border-radius: 50px;
    width: 95%;
    margin: 0 auto;
}
.subcribe-box p{
	font-size: 24px;
	color: #fff;
}
.subcribe-box h4{
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #fff;
}
/* End Newsletter Section */

/* Footer */
footer {
	padding: 40px 0 30px 0;
	background: url(../img/bg/footer.jpg);
	background-size: cover;
}
footer p {
	color: #fff;
	font-size: 14px;
}
.footer-logo {
	width: 80px;
	margin-bottom: 20px;
}
.footer-title {
	color: #F2A917;
	margin-bottom: 20px;
	font-size: 18px;
}
ul.footer-social {
	padding: 0;
}
.footer-social li {
	display: inline-block;
	margin-left: 5px;
}
.footer-social li a{
	height: 34px;
	width: 34px;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	font-size: 20px;
	display: inline-block;
}
.footer-hotline {
	letter-spacing: 2px;
	font-size: 30px;
	color: #fff;
}
.footer-hotline i{
	color: #EB603A;
	font-size: 35px;
	float: right;
	margin-left: 10px;
}
ul.footer-list {
	list-style-type: none;
	padding: 0;
}
ul.footer-list li{
	margin-bottom: 20px;
}
ul.footer-list li a{
	color: #fff;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
ul.footer-list li a:before{ 
	font-family: FontAwesome;
	content: "\f104";
	color: #F2A917;
	font-size: 20px;
	margin-left: 10px;
}

ul.footer-list-2col {
	list-style-type: none;
	padding: 0;
}
ul.footer-list-2col li{
	margin-bottom: 20px;
	display: inline-block;
	width: 45%;
	margin-left: 10px;
}
ul.footer-list-2col li a{
	color: #fff;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
ul.footer-list-2col li a:before{ 
	font-family: FontAwesome;
	content: "\f104";
	color: #F2A917;
	font-size: 20px;
	margin-left: 10px;
}
.copyright {
	background: #1D1D1D;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.copyright a{
	color: #EB603A;
}
/* End Footer */

/* result page */
.header-inner {
	height: 300px;
    width: 100%;
    display: table;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 150px 0 10px 0;
}
.results-page {
	padding: 50px 0;
}
.title-box {
    text-align: center;
    width: 100%;
	max-width: 500px;
    top: 150px;
    margin: 0 auto;
}
.title-box p{
	font-size: 24px;
	color: #fff;
}
.title-box h4, .title-box h2{
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 40px;
	color: #fff;
}
.title-box h1{
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 40px;
	color: #fff;
}
.about-city-box {
	background: #EB603A;
	padding: 15px 10px;
	border-radius: 10px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
}
.about-city-box .title{
	font-size: 20px;
	font-weight: bold;
}
.about-city-box p{
	font-size: 14px;
}
.result-header-box hr {
	margin: 5px 0 10px 0;
	background-color: #eee;
}
.result-header-box {
	margin-bottom: 30px;
}
.result-numb { 
	font-size: 26px;
	font-weight: 600;
	color: #070707;
}
select.sort-by {
	border-radius: 30px;
	background: #f2a917;
	color: #fff;
	border: none;
}
ul.filter-tag {
	padding: 0;
	list-style-type: none;
}
ul.filter-tag li{
	display: inline-block;
	background: #f4f4f4;
	color: #848484;
	font-size: 13px;
	border-radius: 50px;
	margin-left: 20px;
	padding: 5px 10px;
}
ul.filter-tag li i{
	margin-right: 10px;
}
.filter-box {
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin-top: 20px;
	padding: 10px;
}
.filter-box .title {
	font-size: 18px;
	color: #070707;
	border-bottom: solid thin #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.filter-box .title i{
	float: left;
}
.accordion-filter .accordion-button  {
	padding: 10px 0;
	background: transparent;
}
.accordion-filter .accordion-item  {
	border: none;
}

.accordion-filter .accordion-button:not(.collapsed) {
    color: #333;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.accordion-filter .accordion-button::after {
	content: "\f078";
	font-family: FontAwesome;
	background: #999;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 10px;
}
.accordion-filter .accordion-body{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: solid thin #eee;
}
.accordion-filter .accordion-body .form-check-input {
	margin-left: 10px;
}
span.count {
	float: left;
}
.check-rate {
	color: #F2A917;
}
.ad-banner {
	border-radius: 10px;
	overflow: hidden;
	border: solid thin #eee; 
	margin: 20px 0;
}
/* End Result Page */

/* City Page */
.bg-gray {
	background: #f1f1f1;
	padding: 40px 0;
}
.excursion-slider .owl-nav {
	position: absolute;
	top: -50px;
	left: 0;
}
.excursion-slider .owl-nav button{
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50px;
	background: #5B9FBC !important;
	color: #fff !important;
}
.excursion-slider .owl-nav button i:before{
	font-size: 30px;
}
.excursion-slider .owl-nav .owl-prev {
	margin-left: 5px;
}
section.about-city {
	padding: 50px 0;
}
.about-city .main-img {
	border-radius: 10px;
	overflow: hidden;
}
/* End City Page*/

/* Breadcrumbs */
ul.breadcrumbs {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
ul.breadcrumbs li{
	display: inline-block;
	margin-left: 15px;
}
ul.breadcrumbs li a{
	color: #fff;
	text-decoration: none;
}
ul.breadcrumbs li:after {
	font-family: FontAwesome;
	content: "\f177";
	color: #fff;
	font-size: 20px;
	margin-right: 15px;
}
ul.breadcrumbs li:last-child {
	margin-left: 0;
}
ul.breadcrumbs li:last-child:after{
	content: "";
}
/* End Breadcrumbs */
/* Single Page */
.single-trip-body {
	padding-top: 50px;
}
h1.package-title {
	font-size: 24px;
	font-weight: bold;
	color: #444;
	margin-bottom: 10px;
}
.package-price {
	background: #EB603A;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	display: inline;
	float: left;
	padding: 0 10px;
	margin-bottom: 0;
}
.package-price span{
	font-size: 24px;
}
.package-location {
	display: inline-block;
}
.package-location i{
	color: #EB603A;
}
.package-rate {
	display: inline-block;
	color: #F2A917;
	margin-right: 10px;
	font-size: 14px;
}
.package-duration {
	display: inline-block;
	margin-right: 40px;
	font-size: 16px;
}
.package-duration i{
	color: #EB603A;
	float: right;
	margin-left: 5px;
}
.info-trip {
	padding-top: 30px;
}
.info-trip .content {
	background: #FBFBFB;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 15px;
}
.accomodtion-trip {
	padding-top: 50px;
}
.accomodtion-trip .content {
	background: #FBFBFB;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 15px;
}
.accomodtion-trip img {
	border-radius: 10px;
	height: 130px;
	object-fit: cover;
}
.accomodtion-trip a.more {
	color: #EB603A;
}
.itenary-trip {
	padding-top: 50px;
}
.include-trip {
	padding-top: 50px;
}
.activities-trip {
	padding-top: 50px;
}
h4.hotel-title {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.title-single-trip {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 22px;
}
.accordion-itenary {
	margin-right: 50px;
	position: relative;
}
.accordion-itenary:before {
    content: '';
    height: 90%;
    border-right: dashed #dcdcdc;
    position: absolute;
    right: -30px;
    top: 10px;
}
.accordion-itenary .accordion-button {
	position: relative;
	background: transparent;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 600;
}
.accordion-itenary .accordion-button .itenary-numb{
	position: absolute;
	right: -50px;
	background: #76BACC;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.accordion-itenary .accordion-button:not(.collapsed) {
	background: transparent;
	color: #212529;
	box-shadow: none;
}
.accordion-itenary .accordion-item {
	margin-bottom: 10px;
	background: #FBFBFB;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.terms-col {
  flex: 1;
  padding: 16px;
  margin: 5px;
  background: #FBFBFB;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
  border-radius: 10px;
}
ul.trip-include {
	padding: 0;
}
ul.trip-exclude {
	padding: 0;
}
ul.trip-include li {
	position: relative;
	margin-bottom: 10px;
	margin-right: 35px;
}
ul.trip-include li:before{
	content: '\f00c';
	font-family: FontAwesome;
	color: #3BB54A;
	position: absolute;
	top: 0;
	right: -25px;
}
ul.trip-exclude li {
	position: relative;
	margin-bottom: 10px;
	margin-right: 35px;
}
ul.trip-exclude li:before{
	content: '\f00d';
	font-family: FontAwesome;
	color: #F2A917;
	position: absolute;
	top: 0;
	right: -25px;
}
.two-col .owl-nav {
	position: absolute;
	top: -50px;
	left: 0;
}
.two-col .owl-nav button{
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50px;
	background: #5B9FBC !important;
	color: #fff !important;
}
.two-col .owl-nav button i:before{
	font-size: 30px;
}
.two-col .owl-nav .owl-prev {
	margin-left: 5px;
}
ul.validation-time {
	display: block;
	padding: 0;
	margin-bottom: 10px;
}
ul.validation-time li{
	display: inline-block;
	direction: rtl;
	margin-left: 30px;
}
ul.validation-time li span.big-price{
	color: #EB603A;
	font-weight: bold;
}
/* End Single Page */

/* Side Form Page */
.side-form {
	background: #15769F;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}
.side-form .title{
	color: #fff;
	border-bottom: solid thin #ffffff54;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.form-control {
	text-align: right;
	direction: rtl;
}
.activities-box {
	background: #0D668C;
	border-radius: 10px;
	padding: 10px;
}
.side-form button.btn-custom {
	background: #EB603A;
	color: #fff;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.total {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.total span  {
	font-size: 30px;
}
.add-activity {
	background: #5B9FBC;
	border-radius: 5px;
	color: #fff;
	border: none;
}
.delete-activity {
	background: #8FADB9;
	border-radius: 5px;
	color: #fff;
	border: none;
}
/* End Side Form Page */

/*Single Page Slider*/
ul{
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
.demo .item{
	margin-bottom: 30px;
}
.demo{
	width: 100%;
}
.lSSlideOuter .lSPager.lSGallery img {
	width: 100%;
	border-radius: 10px;
	height: 60px;
}

.lSSlideOuter img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
}
ul.lSPager.lSGallery {
	height: 73px;
}
.lSPager.lSGallery li{
	opacity: 0.4;
}
.lSPager.lSGallery li.active{
	opacity: 1;
}
/*End Single Slider*/

/*Hotel Offers*/
.hotel-offers {
	padding: 50px 0;
}
.hotel-price {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
}
.hotel-price span {
	color: #EB603A;
	font-size: 20px;
	font-weight: bold;
}
.hotel-more-btn {
	font-size: 14px;
	background: #72B8CA;
	color: #fff;
	border-radius: 4px;
	margin: 10px;
	display: block;
}
.hotel-offer-btn {
	font-size: 14px;
	background: #EB603A;
	color: #fff;
	border-radius: 4px;
	margin: 10px;
	display: block;
}
/*End Hotel Offers*/

/*Fixed Nav Single Slider*/
div#myNavbar {
    z-index:8;
    background: #F9F9F9;
	border-radius: 10px;
}
div#myNavbar a{
    background: #fff;
	color: #444;
	border-radius: 50px;
	font-size: 16px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	padding: 2px 20px;
	text-decoration: none;
}
div#myNavbar a.active{
    color: #fff;
    background: #EB603A;
}
a.horizontal-menu-link {
    line-height: 30px;
    display: block;
}
a.horizontal-menu-link:hover {
    border-bottom: solid #d04119;
}
.horizontal-menu .horizontal-menu-items > .horizontal-menu-item {
    display: inline-block;
    padding: 5px 0;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.fixed {
    position: fixed;
    top: 5px;
}
.fixed2 {
    position: fixed;
    top: 0px;
}
.absolute {
	position: absolute;
	bottom: 0;
}
.scrollto.active {
    border-bottom: solid #d04119;
}
.horizontal-menu .horizontal-menu-items {
    white-space: nowrap;
	padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-overflow-scrolling: touch;
}
/*End Fixed Nav Single Slider*/


/*Hotel Single Page*/
.hotel-map {
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: #5B9FBC;
	color: #fff;
}
.hotel-map p{
	margin: 5px 0 10px 0;
}
.hotel-ammintes2 {
	margin-top: 30px;
	position: relative;
	display: block;
}
ul.ammintes-list {
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	display: block;
}
ul.ammintes-list li{
	display: inline-block;
    width: 43%;
    margin-left: 20px;
    margin-bottom: 14px;
    position: relative;
    padding-right: 10px;
    vertical-align: top;
    font-size: 15px;
}	
ul.ammintes-list li:before{
	content: '\f058';
	font-family: FontAwesome;
	color: #5B9FBC;
	position: absolute;
	right: -10px;
}
ul.hotel-rooms {
	padding: 0;
}
ul.hotel-rooms li{
    margin-bottom: 14px;
    position: relative;
    margin-right: 30px;
    font-size: 15px;
}	
ul.hotel-rooms li:last-child{
	margin-bottom: 0;
}
ul.hotel-rooms li:before{
	content: '\f236';
	font-family: FontAwesome;
	position: absolute;
	right: -25px;
}
.rooms-slide img {
	height: 200px;
	object-fit: cover;
}
.hot-call {
	display: block;
	text-align: center;
	padding: 20px;
	/* border: solid thin #CFCFCF; */
	border-radius: 10px;
	margin-top: 20px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.hot-call p{
	margin-right: 40px;
	position: relative;
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
}
.hot-call i{
	position: absolute;
	right: -60px;
	font-size: 50px;
	color: #EB603A;
}
.hot-call b { 
	color: #EB603A;
    letter-spacing: 10px;
    font-size: 30px;
    margin-right: -10px;
}
p.price-ran {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}
p.price-ran span{
	font-size: 20px;
	color: #EB603A;
	font-weight: 600;
	margin: 0 2px;
}
/*End Hotel Single Page*/

/*About Us Page*/
section.aboutus {
	padding-top: 50px;
	padding-bottom: 30px;
}
.about-box {
	text-align: center;
}
img.about-img {
	border-radius: 10px;
}
.about-box i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 98px;
	color: #fff;
	margin-bottom: 20px;
}
.about-box.yellow i {
	background: #F2A917;
}
.about-box.red i {
	background: #EB603A;
}
.about-box.blue i {
	background: #15769F;
}
/*End About Us Page*/

/*Contact Us Page*/
.contact-box {
	text-align: center;
}
.contact-box i {
	color: #15769F;
	font-size: 40px;
}
.contact-box p.hotline{
	text-align: center;
	font-size: 30px;
	letter-spacing: 10px;
}
.contact-form input {
	background: #F8F8F8;
	border: solid thin #eeeeee;
}
.contact-form textarea {
	background: #F8F8F8;
	border: solid thin #eeeeee;
}
.contact-form .custom-btn {
	background: #EB603A;
	color: #fff;
}
/*End Contact Us Page*/

/*404*/
body.not-found {
	background-image: url(../img/404.jpg);
	background-size: cover;
	background-repeat: no-repeat; 
	height: 100vh;
}
.not-found .copyright {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.not-found-sec {
	padding-top: 200px;
	color: #fff;
}
.not-found-sec p{
	font-size: 20px;
}
.not-found-sec h1{
	font-size: 100px;
}	
.btn.btn-back {
	background: #EB603A;
	color: #fff;
}
/*End 404*/
/*Design Trip*/
.design-trip {
	background: #eee;
	padding: 50px 0;
	margin-bottom: 40px;
}
ul.interest {
	padding: 0
}
ul.interest li{
	display: inline-block;
	width: 30%;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*End Design Trip*/



/*Spaces*/
.mb-20 {
	margin-bottom: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-0 {
	margin-top: 0;
}
.mt-20 {
	margin-top: 20px;
}
.pt-0 {
	padding-top: 0;
}
.mr-30 {
	margin-right: 30px;
}
.text-justify {
	text-align: justify;
}
/*End Spaces*/

@media (max-width: 769px) {
	.absolute {
		position: relative !important;
	}
	.fixed {
		position: relative !important;
		width: 100% !important;
	}
	.terms-col {
		width: 100%;
	}
	.newsletter h4 {
		font-size: 18px;
	}
	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		background: #15769f;
		position: absolute;
		top: 95px;
		left: 0;
		right: 0;
		border-radius: 6px;
	}
	.navbar-toggler {
		padding: 5px;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: .25rem;
		transition: box-shadow .15s ease-in-out;
		color: #fff;
		border: solid thin;
		padding: 10px 9px 6px 9px;
		margin-top: -14px;
	}
	.navbar {
		justify-content: inherit;
		display: flex;
	}
	img#logo-img {
		height: 70px;
	}
	.right-nav {
		margin-right: auto;
	}
	.destination-img img {
		height: 400px;
	}
	.destination-box.small .destination-img img {
		height: 190px;
	}
}
.clients-box img {
    height: 70px;
    object-fit: contain;
}
.header-inner:after {
    background: rgba(0, 0, 0, 0.6 );
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}