html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	font-family: mainfont;
}
body {
	min-width: 320px;
}
@font-face {
	font-family: mainfont;
	src:url(../fonts/Nunito-Bold.ttf);
}
@font-face {
	font-family: thinfont;
	src:url(../fonts/Nunito-Medium.ttf);
}
#page {
	overflow: hidden;
}
.AboutTourPackage::-webkit-scrollbar {
	position: absolute;
	width:10px;
}
.AboutTourPackage::-webkit-scrollbar-thumb {
	background:#A4A4A4;
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    padding: 0;
    margin:0;
	height: 100vh;
	width: 100vw;
    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: 9999;
	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: 9999;
	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:9999999;
}
#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: 44px;
	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: 0px;
	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:99999999;
}
#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;
}
.TourPackage-wrapper {
	position: relative;
	background: url(../images/tourpackage-image.jpg);
	background-size:cover;
	background-position:center;
	background-attachment: fixed;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.tourpackage-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}
.TourPackage-wrapper h1 {
	position: absolute;
	color:white;
	font-size: 65px;
	margin-top: -15px;
	border-left:5px solid #FDA12B;
	padding-left: 20px;
}
.TourPackage-wrapper .content2 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.TourPackage-wrapper a {
	text-decoration: none;
}
.TourPackage-wrapper a {
	position: relative;
	color:white;
	transition: .3s;
}
.TourPackage-wrapper a:hover {
	transition: .3s;
	color:#FDA12B;
	text-decoration: none;
}
.TourPackage-wrapper .content2 p {
	position: relative;
	color:white;
	z-index: 99;
	user-select: none;
	top: 50px;
	left: -164px;
}
.TourPackage-wrapper .content2 .homeIcon {
	position: relative;
	top: -0.6px;
	color:#FDA12B;
	padding-right: 5px;
	font-size: 14px;
}
.TourPackage-wrapper .content2 i {
	position: relative;
	font-size: 14px;
	top: 1.4px;
}
.overlay-wrapper {
	background: #202020;
	height: 300px;
	opacity: 0.5;
}
.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 {margin-top: 100px;}

.slider img {max-width: 100%;}
.slider .slide {outline: none;}

.slider2 img {max-width: 100%;}
.slider2 .slide {outline: none;}

.slider3 img {max-width: 100%;}
.slider3 .slide {outline: none;}

.slider4 img {max-width: 100%;}
.slider4 .slide {outline: none;}

.slider5 img {max-width: 100%;}
.slider5 .slide {outline: none;}

.slider6 img {max-width: 100%;}
.slider6 .slide {outline: none;}

.slider7 img {max-width: 100%;}
.slider7 .slide {outline: none;}

.slider8 img {max-width: 100%;}
.slider8 .slide {outline: none;}

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: 99999;
}
#under-footer p {
    color:white;
	font-size: 17px;
	padding-top: 18px;
}
.footer-box-info {
	position: relative;
	text-align: left;
}
.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;
}
#TourTitle-box {
	margin-top: -35px;
	padding-bottom: 40px;
}
.TourTitle {
	display: inline-block;
}
.TourTitle h1 {
	color:white;
	background: #FDA12B;
	padding: 15px;
	font-size: 30px;
}
.TourDescription h2 {
	color:#051536;
	font-size: 25px;
}
.MainDays-wrapper{
	position: relative;
	background: #F8F8F8;
	padding-bottom: 100px;
	transition:0.5s;
}
.MainDays-wrapper .container-fluid {max-width: 1300px;}
.LastBox {
    padding-bottom: 150px !important;
}
.white-background {background: white;}
.day-imgBox img {max-width: 100%;}

.day-title {
	position: absolute;
	margin-top: -10px;
	z-index: 10;
	width: 100%;
}
.day-title s {
	position: absolute;
	text-decoration:none;
	color:white;
	background: #051536;
	padding:4px 40px;
	left: -10px;
	font-size: 28px;
}
.next-button-slide {
	position: absolute;
	background: white;
	font-size: 20px;
	padding-top: 7px;
    padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 13px;
	color:#051536;
	border-radius: 50%;
	top: 10px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.prev-button-slide {
	position: absolute;
	background: white;
	font-size: 20px;
	padding-top: 7px;
    padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 14px;
	color:#051536;
	border-radius: 50%;
	top: 10px;
	right: 72px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.next-button-slide:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.day-imgBox s {
	position: absolute;
	text-decoration:none;
	color:white;
	background: #051536;
	padding:4px 40px;
	left: 5px;
	top: -10px;
	font-size: 28px;
}
.day-descriptionn {
	position: relative;
	height: 300px;
	background: #E7E8EB;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.day-description {
	position: relative;
	top: -4px;
	background: #E7E8EB;
	height: auto;
	text-align:center;
	padding: 0 10px;
	padding-bottom: 1px;
	user-select: none;
}
.tour-description-title {
	margin-top: 100px;
	background: #051536;
	border-left: 5px solid #FDA12B;
	padding:8px;
	padding-left: 15px;
	font-size: 17px;
	color: #ffffff;
}
.AboutTourPackage {
	position: relative;
	background: #E7E8EB;
	height: 675px;
	overflow:hidden;
	overflow-y: scroll;
	text-align:center;
	padding: 15px 15px;
	box-sizing: border-box;
	user-select: none;
}
.AboutTourPackage p {text-align: left;}
.AboutTourPackage p.f-margin-top {margin-top: 0.8em;}
.AboutTourPackage p.margin-top {margin-top: 1.5em;}
.AboutTourPackage p.margin-top2 {margin-top: 3em;}
.AboutTourPackage s {text-decoration: none;}

.AboutTourPackage .AboutTourtitle {
   background: #150536;
   color:white;
   border-left: 3px solid #FDA12B;
   font-size: 17px;
   padding: 6px 10px;
}
.day-descriptionn h1{
	font-weight: 700;
	color:#333333;
	font-size: 45px;
	margin-top: 0px;
}
.day-description h4 {
	position: relative;
	top: -8px;
	left: -20px;
	margin:0;
	font-size: 20px;
	padding: 8px 15px;
	border-left: 5px solid #FDA12B;
	background: #051536;
	color:white;
	text-align:left;
}
.day-description p {
	font-size: 17px;
	margin-top: 25px;
	font-family: thinfont !important;
}
.AboutTourPackage p {
	font-size: 17px;
	font-family: thinfont !important;
}