




.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-header {
	color: #fff;
	text-transform: uppercase;
	padding: 20px 35px;
	display: inline-block;
	letter-spacing: 3px;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-header:hover {
	background-color: #ffc107;
	border: 1px solid #ffc107;
}

section {
	padding: 50px 0;
}

.suptitle {
	font-family: 'Dancing Script', cursive;
	color: #ffc107;
	font-size: 30px;
	position: relative;
}

.suptitle:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #ffc107;
	position: absolute;
	right: -120px;
	top: 50%;
}

.rating {
	overflow: hidden;
	margin-bottom: 5px;
}

.rating li {
	float: left;
	margin-right: 5px;
}

.rating li i {
	color: #ffc107;
	font-size: 12px;
}

.pricing span {
color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.pricing span.cross-out {
	margin-right: 10px;
	text-decoration: line-through;
}

#openmenu,
#closemenu {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 30px;
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: #ffc107;
}

#top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	background-color: #ffc107;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#top:hover {
	background-color: rgba(0, 55, 67, 1);
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 55, 67, 1);
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 50px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.subscrible-res .error {
	color: #e8604c;
	font-weight: bold;
}

.subscrible-res {
	display: none;
	margin-top: 20px;
}

.subscrible-res .send {
	color: #fff;
}

.bookatour-res {
	display: none;
	margin-top: 20px;
}

.bookatour-res .error {
	color: #e8604c;
	font-weight: bold;
}

.bookatour-res .send {
	color: #fff;
}

/* -------------------------------------------------------
                        HEADER
-------------------------------------------------------- */

#home {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

.bg-fixed-menu {
	background-color: rgba(0, 55, 67, 1);
}

#home .wrapper.flex-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo {
	text-decoration: none;
	display: inline-block;
}

#logo img {
	display: block;
	max-width: 100%;
}

#nav .menu li {
	float: left;
	margin-left: 30px;
}

#nav .menu li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#nav .menu li a:hover {
	color: #ffc107;
}

.social-header {
	margin-top: 50px;
}

.social-header li {
	float: left;
	margin: 0 10px;
}

.social-header li a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.social-header li a:hover {
	color: #ffc107;
}

.header-title {
	min-height: 750px;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 55, 67, 0.6);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* -------------------------------------------------------
                     ABOUT US
-------------------------------------------------------- */

#aboutus {
	background-color: #f2fbfe;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#aboutus .wrapper.flex-row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.flex-row .aboutus-content {
	width: 50%;
}

.wrapper.flex-row .aboutus-content p {
	margin-bottom: 20px;
}

.advantage.flex-row {
	margin-top: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantage.flex-row>div {
	width: 33%;
	text-align: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.advantage.flex-row>div i {
	margin-bottom: 20px;
	font-size: 40px;
	color: #ffc107;
}

.advantage.flex-row>div h3 {
	text-transform: uppercase;
	font-size: 20px;
}

.wrapper.flex-row .aboutus-img {
	width: 50%;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.wrapper.flex-row .aboutus-img-big {
	width: 100%;
	display: block;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
}

.wrapper.flex-row .aboutus-img-small {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	border: 5px solid #fff;
	-webkit-transform: translate(30%, 10%);
	-ms-transform: translate(30%, 10%);
	transform: translate(30%, 10%);
	-webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
}

/* -------------------------------------------------------
                     HOT DEALES
-------------------------------------------------------- */

#hotdeals {
	padding-bottom: 0px;
}

#hotdeals .wrapper.flex-row {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.wrapper.flex-row .hotdeals-single {
	width: 30%;
	position: relative;
	margin-bottom: 170px!important;
}

.wrapper.flex-row .hotdeals-single img {
	width: 100%;
	display: block;
}

.hotdeals-single .hotdeals-content {
	width: calc(100% - 20px);
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2fbfe;
	border: 5px solid #fff;
}

.hotdeals-single .hotdeals-content h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.discount {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 70px;
	height: 70px;
	background-color: #e8604c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.discount p {
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

/* -------------------------------------------------------
                     SUBSCRIBE
-------------------------------------------------------- */

#subscribe {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	min-height: 350px;
}

#subscribe .overlay.flex-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#subscribe .wrapper {
	text-align: center;
}

#subscribe .wrapper h2 {
	color: #fff;
}

.subscribe-form {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.subscribe-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.subscribe-form form input,
.subscribe-form form button {
	border: none;
	outline: none;
	display: block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.subscribe-form form input {
	width: 70%;
	color: rgba(0, 55, 67, 1);
}

.subscribe-form form input:focus {
	background-color: #f2fbfe;
}

.subscribe-form form input::-webkit-input-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
}

.subscribe-form form input::-moz-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
}

.subscribe-form form input:-ms-input-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
}

.subscribe-form form input::-ms-input-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
}

.subscribe-form form input::placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
}

.subscribe-form form button {
	width: 30%;
	background-color: #ffc107;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.subscribe-form form button:hover {
	background-color: rgba(0, 55, 67, 1);
}

/* -------------------------------------------------------
                         TOUR
-------------------------------------------------------- */

.tour-carousel .item {
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tour-content {
	background-color: #f2fbfe;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tour-carousel .tour-content h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.owl-nav i {
	color: rgba(0, 55, 67, 1);
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

/* -------------------------------------------------------
                    TESTIMONIALS
-------------------------------------------------------- */

#testimonials {
	background-color: #f2fbfe;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.testimonials-carousel {
	margin-top: 50px;
}

.testimonials-carousel .author {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.testimonials-carousel .author img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
	border: 5px solid #fff;
}

/* -------------------------------------------------------
                         BOOK TOUR
-------------------------------------------------------- */

#bookatour {
	background-repeat: no-repeat;
	background-position: left top;
	background-position: cover;
	background-attachment: fixed;
}

#bookatour .wrapper {
	background-color: rgba(0, 55, 67, 0.9);
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#bookatour .wrapper h2 {
	color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f2fbfe;
	color: rgba(0, 55, 67, 1);
	text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #e8604c;
	background: #e8604c;
	color: #fff;
}

.ui-datepicker .ui-datepicker-header {
	background: #f2fbfe;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	background-color: #e8604c;
}

.ui-datepicker th {
	color: rgba(0, 55, 67, 1);
}

.ui-datepicker .ui-datepicker-title {
	color: rgba(0, 55, 67, 1);
}

.flex-row.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-row.wrapper-input .single-input {
	width: 30%;
	margin-bottom: 20px;
}

.single-input label {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.single-input input {
	border: none;
	outline: none;
	display: block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
}

.single-input input:focus {
	background-color: #f2fbfe;
}

.single-input input::-webkit-input-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
	font-size: 20px;
}

.single-input input::-moz-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
	font-size: 20px;
}

.single-input input:-ms-input-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
	font-size: 20px;
}

.single-input input::-ms-input-placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
	font-size: 20px;
}

.single-input input::placeholder {
	font-family: 'Mukta Mahee', sans-serif;
	color: rgba(0, 55, 67, 1);
	font-size: 20px;
}

#bookatour button {
	border: none;
	outline: none;
	width: 30%;
	background-color: #ffc107;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 15px;
}

#bookatour button:hover {
	background-color: rgba(0, 55, 67, 1);
}

/* -------------------------------------------------------
                        FOOTER
-------------------------------------------------------- */

#contacts {
	padding-top: 100px;
	background-color: rgba(0, 55, 67, 1);
}

#contacts h2 {
	color: #fff;
}

#contacts .wrapper.flex-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.wrapper.flex-row .single-contacts {
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffc107;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 20px;
	margin-bottom: 50px;
}

.wrapper.flex-row .single-contacts>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper.flex-row .single-contacts>div i {
	font-size: 30px;
	margin-right: 20px;
	color: #ffc107;
}

.wrapper.flex-row .single-contacts p,
.wrapper.flex-row .single-contacts a {
	color: #fff;
	font-size: 20px;
}

.wrapper.flex-row .single-contacts a {
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper.flex-row .single-contacts a:hover {
	color: #ffc107;
}

.contact-map iframe {
	height: 350px;
	width: 100%;
	display: block;
}

.copyright {
	max-width: 1920px;
	margin: 0 auto;
	background-color: rgba(0, 55, 67, 1);
}

.copyright .wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.copyright .wrapper p {
	color: #fff;
	font-size: 14px;
}

.copyright .wrapper p a {
	color: #fff;
}




.forum-details p
{
    /*text-align:justify;*/
}


#file
{
        /*margin-bottom: -6px;*/
}

.destii
{
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


.dR3DGd
{
        -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgba(0,0,0,.87);
    display: -webkit-box;
    margin: auto 0;
    outline: none;
    overflow: hidden;
    white-space: initial;
    margin-top: 8px;
    margin-left: 11px;
}


.exclusive{
    top: 0px;
    position: absolute;
    width: 70px;
    left: 85%;
    right: 0px;
}

.JdnPpe {
    display: flex;
    /*justify-content: space-around;*/
    margin-bottom: 8px;
}
.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
    display: inline;
}
.bRx3h.BYuloe, .bRx3h.BYuloe .VfPpkd-Jh9lGc {
    border-radius: 16px;
}
@media (min-width: 320px) and (max-width: 480px)
{
  .wrapper.flex-row .hotdeals-single {
     margin-bottom: 120px!important;
}
#hotdeals {
    padding-bottom: 0px;
    padding-top: 0px;
}
}