* {
	font-family: mainfont;
}
@font-face {
	font-family: mainfont;
	src:url(../fonts/CirceRounded-Bold.ttf);
}
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-width: 320px;
}
#page {
	overflow: hidden;
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    padding: 0;
    margin:0;
	height: 100%;
	width: 100%;
    background: #ffffff;
    z-index: 9999999999;
}
#preloader .inside-preloader {
	position: relative;
	top:50%;
	transform: translateY(-50%);
    text-align: center;
}
#preloader .preloader-logo {
	animation: fade-in-out 0.8s linear infinite alternate;
}
@keyframes fade-in-out {
  to {
      opacity: 0;
  }
}
#preloader .preloader-logo img {
	position: relative;
	height: 200px;
	width: 200px;
}
.backToTop {
	position: fixed;
	bottom: -100px;
	right: 30px;
	z-index: 999;
	cursor: pointer;
	transition: .3s;
}
.backToTop .top {
	background: #FDA12B;
	color:white;
	height:40px;
	width: 39px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	transition: .3s;
}
.backToTop-footer {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	cursor: pointer;
	display: none;
	transition: .3s;
}
.backToTop-footer .top {
	background: #FDA12B;
	color:white;
	height:40px;
	width: 39px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	transition: .3s;
}
.logo img {
	position: relative;
	height: 155px;
	width: 155px;
	outline:none;
	transition:0.5s;
}
.top-info {
	position: relative;
	background: #051536;
	height: 50px;
	width: 100%;
}
.info-box {
	padding-right: 0px;
	margin-left: 100px;
	height: 50px;
}
.info-box p {
	color:white;
	margin-top: 15px;
	display: inline-block;
}
.info-box i {
	font-size: 12px;
	color:#FDA12B;
	padding-right: 5px;
}
.info-box .callIcon {
	font-size: 14px;
}
.info-box .addressIcon {
	font-size: 14px;
}
.line-info {
	position: absolute;
	background: #FDA12B;
	width: 1px;
	display: inline-block;
	height: 15px;
	margin-top: 18px;
}
.topLanCol {
	padding-left: 30px;
	background:#FDA12B;
	height: 50px;
}
.language-box {
	position: relative;
	margin-top: 2px;
	cursor: default;
	top:50%;
	transform: translateY(-50%);
}
.language-box p {
    color:white;
    display: inline-block;
}
.selected {
	color:#FDA12B;
	background: white;
	padding:5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	display: inline-block;
}
.language {
	color:white;
	display: inline-block;
	padding:5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-left: 3px;
	transition: .3s;
}
.language:hover {
	transition: .3s;
	color:#FDA12B;
	background: white;
}
.line-lang-socials {
	position: absolute;
	display: inline-block;
	background: white;
	height:15px;
	margin-top: 7px;
	margin-left: 13px;
	width: 1px;
}
.socials {
	display: inline-block;
	margin-left: 30px;
}
.socials a:nth-child(1) {
	color:white;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 10px;
	transition: .3s;
}
.socials a:nth-child(1):hover {
	transition: .3s;
	background: white;
	color:#FDA12B;
}
.socials a:nth-child(2) {
	color:white;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 8px;
	transition: .3s;
}
.socials a:nth-child(2):hover {
	transition: .3s;
	background: white;
	color:#FDA12B;
}
.nav1 {
    z-index:1000;
}
#nav1 {
	position: relative;
	background:white;
	top: 0;
	left:0;
	width:100%;
	height:110px;
	padding:0px 60px;
	overflow:hidden;
	transition: .3s;
}
#nav1 .logo {
	padding:10px 20px;
	padding-left: 20px;
	height: 80px;
	margin-top: -20px;
	float:left;
	font-size: 24px;
	user-select: none;
}
#nav1 ul {
	list-style:none;
	float:right;
	margin:0;
	padding: 0;
	margin-top: 45px;
	display:flex;
	transition: .3s;
}
#nav1 ul li {
	list-style:none;
}
#nav1 ul li a {
	color:#051536;
	padding:0px 15px;
	font-size: 14px;
	text-decoration:none;
	border-right:1px solid #FDA12B;
	text-transform:uppercase;
	outline:none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:.4s;
}
#nav1 ul li a:hover {
	transition:.4s;
	color:#FDA12B;
	text-decoration:none;
}
#active {
	color:#FDA12B;
	text-decoration:none;
}
.under-line-box {
    position: absolute;
	background:#FDA12B;
    width: 0px;
	height: 2px;
	bottom: 32px;
	transition: .3s;
}
.under-line-box2 {
    position: absolute;
	background:#FDA12B;
	width: 0px;
	height: 2px;
	bottom: 32px;
	transition: .3s;
}
.under-line-box3 {
    position: absolute;
	background:#FDA12B;
	width: 0px;
	height: 2px;
	bottom: 32px;
	margin-left: 1px;
	transition: .3s;
}
.under-line-box4 {
    position: absolute;
	background:#FDA12B;
	width: 0px;
	height: 2px;
	bottom: 32px;
	transition: .3s;
}
.under-line-box5 {
    position: absolute;
	background:#FDA12B;
	width: 25px;
	height: 2px;
	bottom: 32px;
	margin-left: 2px;
	transition: .3s;
}
.under-line-box6 {
    position: absolute;
	background:#FDA12B;
	width: 0px;
	height: 2px;
	bottom: 32px;
	transition: .3s;
}
.under-line-box7 {
    position: absolute;
	background:#FDA12B;
	width: 0px;
	height: 2px;
	bottom: 32px;
	transition: .3s;
}
.nav2 {
   z-index:1000;
}
#nav2 {
	position: fixed;
	background:white;
	top:0;
	left:0;
	width:100%;
	height:110px;
	margin-top: 0px;
	padding:0px 60px;
	box-sizing:border-box;
	overflow:hidden;
	transition: .3s;
    display: none;
}
#nav2 .logo {
	padding:10px 20px;
	height: 80px;
	float:left;
	font-size: 24px;
	user-select: none;
	transition:.3s;
}


#nav-icon {
	position: absolute;
	float: right;
	top: 40px;
	right: 35px;
	width: 35px;
	height: 35px;
	display: none;
	cursor:pointer;
}
.line {
	position: absolute;
	height: 2px;
	width:28px;
	background: #051536;
	border-radius:10px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.45s;
}
.top {
	top:26%;
}
.bottom {
	top:60%;
}
.icon.open .top {
	transform:rotate(45deg);
	top:42%;
	width:28px;
}
.icon.open .bottom {
	transform:rotate(-45deg);
	top:42%;
	width:28px;
}


.navbar-menu {
	position: fixed;
	width: 100%;
	height: 0%;
	top: 110px;
	overflow: hidden;
    z-index: 99999999;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.15);
    transition: .6s;
}
.navbar-menu ul {
	background: white;
	list-style-type:none;
	height: 100%;
	padding: 15px 35px;
	padding-bottom: 30px;
	border-top:3px solid #FDA12B;
}
.navbar-menu .navbar-links {
	position: relative;
	left:50%;
	transform: translateX(-50%);
	margin-top: -60px;
	opacity: 0;
	max-width: 870px;
	transition: .6s;
}
.navbar-menu li {
	padding: 10px 0px;
	padding-top: 25px;
	border-bottom:1px solid #E7E8EB;
}
.navbar-menu li:nth-child(1){
	padding-top: 15px;
	margin-top: -21px;
}
#book-li {
    margin-bottom: 25px;
}
.navbar-menu a {
	color:#051536;
	text-decoration: none;
	border-left:2px solid transparent;
	font-size: 1em;
}
.navbar-menu a:hover {
	color:#FDA12B;
	text-decoration: none;
}
.navbar-menu s{
	text-decoration: none;
	padding-left: 0px;
	border-left:2px solid transparent;
	transition: .3s;
}
.change-language {
	background: #FDA12B;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
}
.change-language2 {
	background: transparent;
	color:#051536 !important;
	padding: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	transition: .3s;
}
#hover-effect:hover {
	transition: .3s;
	background: #FDA12B;
	color:white !important;
}
.Gallery-wrapper {
	position: relative;
	background: url(../images/tourpackage-image.jpg);
	background-size:cover;
	background-position:center;
	background-attachment: fixed;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.Gallery-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Gallery-wrapper h1 {
	position: absolute;
	color:white;
	font-size: 70px;
	margin-top: -15px;
	border-left:5px solid #FDA12B;
	padding-left: 20px;
}
.Gallery-wrapper .content2 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.Gallery-wrapper a {
	position: relative;
	color:white;
	text-decoration: none;
	transition: .3s;
}
.Gallery-wrapper a:hover {
	transition: .3s;
	color:#FDA12B;
	text-decoration: none;
}
.Gallery-wrapper .content2 p {
	position: relative;
	color:white;
	z-index: 99;
	user-select: none;
	top: 50px;
	left: -70px;
}
.Gallery-wrapper .content2 .homeIcon {
	position: relative;
	top: -0.6px;
	color:#FDA12B;
	padding-right: 5px;
	font-size: 14px;
}
.Gallery-wrapper .content2 i {
	position: relative;
	font-size: 14px;
	top: 1.4px;
}
.overlay-wrapper {
	background: #202020;
	height: 300px;
	opacity: 0.5;
}
.gallery-main-wrapper {padding-top: 100px; padding-bottom: 100px;}
.gallery-main-wrapper .container-fluid {max-width: 1300px; padding:0 10px;}
.gallery-main-wrapper .container-fluid .col-sm-4 {padding:20px 15px;}
.gallery-main-wrapper .gallery-img-box {position: relative; overflow:hidden;}
.gallery-main-wrapper .gallery-img-box .img-overlay {
	position: absolute;
	background: #FDA12B;
	transform: scale(0.9);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s;
}
.gallery-main-wrapper .gallery-img-box .zoom-icon {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;
}
.gallery-main-wrapper .gallery-img-box .zoom-icon i {
	font-size: 30px;
	color:white;
	transform: scale(0) rotate(360deg);
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.80s;
}
.gallery-main-wrapper .gallery-img-box img {max-width: 100%;}

#pages-buttons {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pages-buttons a {text-decoration: none;}
#pages-buttons .page4 {
    position: relative;
	background: #F0F0F0;
	color:#051536;
	padding: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	left: -5px;
	transition: .3s;
}
#pages-buttons .page4:hover {
	transition: .3s;
	background: #FDA12B;
	color:white;
}
#pages-buttons .page5 {
	background: #FDA12B;
	color:white;
	padding: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}
#pages-buttons .page6 {
	background: #F0F0F0;
	color:#051536;
	padding: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	margin-left: 5px;
	transition: .3s;
}
#pages-buttons .page6:hover {
	transition: .3s;
	background: #FDA12B;
	color:white;
}
#pages-buttons .prev-page {
    position: relative;
	background: #051536;
	color: #FFF;
	padding: 12px;
	padding-left: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 19px;
	left: -10px;
	transition: .3s;
}
#pages-buttons .prev-page:hover {
	transition: .3s;
	opacity: 0.7;
}
#pages-buttons .next-page {
	background: #051536;
	color: #FFF;
	padding: 12px;
	padding-left: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 19px;
	margin-left: 5px;
	transition: .3s;
}
#pages-buttons .next-page:hover {
	transition: .3s;
	opacity: 0.7;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

footer {
	position: relative;
	background: #051536;
	padding: 30px 0 50px 0;
	box-sizing: border-box;
	overflow:hidden;
}
footer .container-fluid {max-width: 1300px; padding: 0 20px;}
footer .firstbox {padding-right: 30px;}
footer .footcol {padding-right: 0; padding-left: 30px;}
footer .footcol2 {padding-left: 0;}
#under-footer {
	position: relative;
	background: #FDA12B;
	width: 100%;
	height: 60px;
	text-align: center;
	overflow: hidden;
	z-index: 999;
}
#under-footer p {
    color:white;
	font-size: 17px;
	padding-top: 18px;
}
.footer-box-info p {
	margin-top: 28px;
}
.footerWebsite {
	color:white !important;
    text-decoration: none !important;
    transition: .3s;
}
.footerWebsite:hover {
    transition: .3s;
    text-decoration: none !important;
    color:#FDA12B !important;
}
.footerEmail {
	color:white !important;
    text-decoration: none !important;
    transition: .3s;
}
.footerEmail:hover {
    transition: .3s;
    text-decoration: none !important;
    color:#FDA12B !important;
}
.footerPhone {
	color:white !important;
    text-decoration: none !important;
    transition: .3s;
}
.footerPhone:hover {
    transition: .3s;
    text-decoration: none !important;
    color:#FDA12B !important;
}
.footerPhone2 {
	color:white !important;
    text-decoration: none !important;
    transition: .3s;
}
.footerPhone2:hover {
    transition: .3s;
    text-decoration: none !important;
    color:#FDA12B !important;
}
.footer-box-info .add-s {
	padding-right: 8px;
	font-size: 15px;
	color:#FDA12B;
}
.footer-box-info h1 {
	color:white;
	margin-top: 50px;
	border-left:5px solid #FDA12B;
	padding-left: 10px;
}
.footer-box {
	position: relative;
	text-align: left;
}
.footer-box h1 {
	color:white;
	margin-top: 50px;
	border-left:5px solid #FDA12B;
	padding-left: 10px;
}
.footer-box p {
	color:white;
	padding-top: 20px;
	font-size: 15px;
}
.footer-box .footer-company-list, .footer-box .footer-tours-list {
    padding-top: 13px;
}
.footer-box .footer-about-list {
	text-decoration: none;
	color:white;
	line-height: 25px;
	transition: .3s;
	font-size: 15px;
}
.footer-box .footer-about-list:hover {
	transition: .3s;
	color:#FDA12B;
}
.footer-box .footer-about-list i {
	position: relative;
	top: 2px;
	padding-right: 5px;
	color:#FDA12B;
	font-size: 18px;
}
.footer-box .footer-tour-offer {
	text-decoration: none;
	color:white;
	line-height: 25px;
	transition: .3s;
	font-size: 15px;
}
.footer-box .footer-tour-offer:hover {
	transition: .3s;
	color:#FDA12B;
}
.footer-box .footer-tour-offer i {
	position: relative;
	top: 2px;
	padding-right: 5px;
	color:#FDA12B;
	font-size: 18px;
}
.website-box {
	color:white;
	font-size: 15px;
}
.phone-box {
	color:white;
	margin-top: 4px;
	font-size: 15px;
}
.email-box {
	color:white;
	margin-top: 4px;
	font-size: 15px;
}
.address-box {
	color:white;
	margin-top: 4px;
	font-size: 15px;
}
.social-icons {
    background: white;
    padding:20px;
    text-align: center;
    padding-left: 30px;
    margin-top: 20px;
	animation:blobb 5s linear infinite;
	cursor: default;
}
@keyframes blobb {
    0%,100%
    {
    	border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%;
    }
    25%
    {
    	border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%;
    }
    50%
    {
    	border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%;
    }
    75%
    {
    	border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
}
.face {
	background: #051536;
	color:white;
	padding: 10px;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 22px;
	border-radius:50%;
	transition:.3s;
}
.face:hover {
	transition:.3s;
	background: #FDA12B;
	cursor:pointer;
}
.twitt {
	background: #051536;
	color:white;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	border-radius:50%;
	transition:.3s;
}
.twitt:hover {
	transition:.3s;
	background: #FDA12B;
	cursor:pointer;
}
.insta {
	background:#051536;
	color:white;
	padding: 10px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 22px;
	border-radius:50%;
	transition:.3s;
}
.insta:hover {
	transition:.3s;
	background: #FDA12B;
	cursor:pointer;
}