* {
	font-family: mainfont;
}
@font-face {
	font-family: mainfont;
	src:url(../fonts/Nunito-Bold.ttf);
}
@font-face {
	font-family: thinfont;
	src:url(../fonts/Nunito-Medium.ttf);
}
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-width: 320px;
}
#page {
	overflow: hidden;
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    margin:0;
    padding:0;
    width: 100vw;
	height: 100vh;
    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: 16px;
	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: 0px;
	height: 2px;
	margin-left: 2px;
	bottom: 32px;
	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;
}
#nav2 .logo {
	padding:10px 20px;
	height: 80px;
	float:left;
	font-size: 24px;
	user-select: none;
	transition:.3s;
}
#nav2 {
	display: none;
}

#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;
}
.rev_slider_wrapper {
	z-index: 99999;
}
#video-button {
  background: #FDA12B;
  text-decoration: none;
  color:white;
}
#video-button:hover {
   background: white;
   color:#FDA12B;
}
#video-button2 {
  background: #FDA12B;
  text-decoration: none;
  color:white;
}
#video-button2:hover {
   opacity: 0.7;
   background: white;
   color:#FDA12B;
}
.hover-caption:hover {
	-webkit-transition: .3s !important; 
    -moz-transition: .3s !important; 
    -ms-transition: .3s !important; 
    -o-transition: .3s !important; 
    transition: .3s !important;
}
#orange-text {
  text-decoration: none;
  color:#FDA12B;
  font-weight: 600;
}
#bold-text {
  text-decoration: none;
  font-weight: 600;
}
.mfp-bg {
	z-index: 99999999999;
}
.mfp-wrap {
	z-index: 999999999999;
}
.left-text {
	background: #F3F3F3;
	text-align: center;
	padding: 117px;
	padding-bottom: 122px;
    border-radius: 10px;
}
.left-text h1 {
	font-size: 30px;
}
.left-text s {
	text-decoration: none;
	color:#3476C2;
	font-weight: 700;
}
#behind-about-box {
	padding: 0 10px;
}
.short-about {
	position: relative;
	background: #FDA12B;
	height: 150px;
	margin-top: -15px;
}
.short-about-content h1 {
	color:white;
}
.short-about h2 {
	color:white;
}
#short-about-col {
	position: relative;
	color:white;
	background:#051536;
	text-align: center;
	padding: 5px 0px 15px 0px;
	margin-top: -170px;
}
.Tour-offer{
    padding-top: 80px;
    padding-bottom: 50px;
    background: #F9F9F9;
    overflow:hidden;
}
.Tour-offer2 {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #F9F9F9;
    overflow:hidden;
}
.Armenia {
	padding-top: 50px;
}
#about-title {
	font-weight: 700;
	margin-top: 60px;
	border-left:5px solid #FDA12B;
	padding-left: 10px;
}
#about-title2 {
	font-weight: 700;
	margin-top: 60px;
	border-right:5px solid #FDA12B;
	padding-right: 10px;
}
.longTextTitle1, .longTextTitle3 {
    margin-top: 90px !important;
}
#before-text {
	padding-right: 10px;
	color:#FDA12B;
	display: none;
}
#after-text {
	padding-left: 10px;
	color:#FDA12B;
	display: inline-block;
}
.Tour-offerCON {
	color:white;
}
.Tour-offerCON h2 {
	padding-top: 10px;
	font-size: 22px;
}
.Tour-offerCON h3 {
	margin-top: 30px;
	font-size: 20px;
}
.Tour-offerCON h2 {
	padding-top: 10px;
	font-size: 22px;
}
.Tour-offer2CON h1 {
	color:white;
}
.Tour-offer2CON h2 {
	color:white;
	font-size: 22px;
}
.Tour-offer2CON h3 {
	margin-top: 30px;
	font-size: 20px;
	color:white;
}
.inner-box {
	padding: 0px;
	padding-right: 200px;
}
.under-inner {
	background: #FDA12B;
	height: 150px;
	margin-top: -75px;
}
.Tour-offerCON h4 {
	margin-top: 20px;
	font-size: 20px;
}
.Tour-offer2CON h4 {
	margin-top: 20px;
	font-size: 20px;
	color:white;
}
.DetailedDescription {
	display: inline-block;
	margin-top: 30px;
}
.DetailedDescription button {
	position: relative;
	background: #FDA12B;
	border:none;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color:white;
	font-size: 12px;
}
.DetailedDescription button i {
	position: absolute;
    color:#FDA12B;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	margin-top: 1px;
	left:0;
	transform: translateX(0);
	opacity: 0;
	transition: .5s;
}
.DetailedDescription button::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: white;
	transition: .5s;
}
.DetailedDescription2 {
	display: inline-block;
	margin-top: 30px;
}
.DetailedDescription2 button {
	position: relative;
	background: #FDA12B;
	border:none;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color:white;
	font-size: 12px;
}
.DetailedDescription2 button i {
	position: absolute;
    color:#FDA12B;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	margin-top: 1px;
	left:0;
	transform: translateX(0);
	opacity: 0;
	transition: .5s;
}
.DetailedDescription2 button::before {
	content:'';
	top: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 100%;
	background: white;
	transition: .5s;
}
.DetailedDescription3 {
	display: inline-block;
	margin-top: 30px;
}
.DetailedDescription3 button {
	position: relative;
	background: #FDA12B;
	border:none;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color:white;
	font-size: 12px;
}
.DetailedDescription3 button i {
	position: absolute;
    color:#FDA12B;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	margin-top: 1px;
	left:0;
	transform: translateX(0);
	opacity: 0;
	transition: .5s;
}
.DetailedDescription3 button::before {
	content:'';
	top: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 100%;
	background: white;
	transition: .5s;
}
.DetailedDescription4 {
	display: inline-block;
	margin-top: 30px;
}
.DetailedDescription4 button {
	position: relative;
	background: #FDA12B;
	border:none;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color:white;
	font-size: 12px;
}
.DetailedDescription4 button i {
	position: absolute;
    color:#FDA12B;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	margin-top: 1px;
	left:0;
	transform: translateX(0);
	opacity: 0;
	transition: .5s;
}
.DetailedDescription4 button::before {
	content:'';
	top: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 100%;
	background: white;
	transition: .5s;
}
.DetailedDescription5 {
	display: inline-block;
	margin-top: 30px;
}
.DetailedDescription5 button {
	position: relative;
	background: #FDA12B;
	border:none;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color:white;
	font-size: 12px;
}
.DetailedDescription5 button i {
	position: absolute;
    color:#FDA12B;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	margin-top: 1px;
	left:0;
	transform: translateX(0);
	opacity: 0;
	transition: .5s;
}
.DetailedDescription5 button::before {
	content:'';
	top: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 100%;
	background: white;
	transition: .5s;
}
.DetailedDescription6 {
	display: inline-block;
	margin-top: 30px;
}
.DetailedDescription6 button {
	position: relative;
	background: #FDA12B;
	border:none;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color:white;
	font-size: 12px;
}
.DetailedDescription6 button i {
	position: absolute;
    color:#FDA12B;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	margin-top: 1px;
	left:0;
	transform: translateX(0);
	opacity: 0;
	transition: .5s;
}
.DetailedDescription6 button::before {
	content:'';
	top: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 100%;
	background: white;
	transition: .5s;
}
.DetailedDescription7 {
	display: inline-block;
	margin-top: 30px;
}
.DetailedDescription7 button {
	position: relative;
	background: #FDA12B;
	border:none;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color:white;
	font-size: 12px;
}
.DetailedDescription7 button i {
	position: absolute;
    color:#FDA12B;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	margin-top: 1px;
	left:0;
	transform: translateX(0);
	opacity: 0;
	transition: .5s;
}
.DetailedDescription7 button::before {
	content:'';
	top: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 100%;
	background: white;
	transition: .5s;
}
.detail2 {
	float: right;
}
#about-box1 {
	position: absolute;
	left:100%;
	transform:translateX(-100%);
}
#about-box1-2 {
	position: absolute;
	left:100%;
	transform:translateX(-100%);
	margin-top: 95px;
}
#about-box2 {
	position: absolute;
	margin-top: 75px;
}
.about-wrapper {
	background:#051536;
	padding: 20px;
	height: 450px;
	margin-left: -60px;
	margin-top: 130px;
}
.about-wrapper2 {
    background:#051536;
	padding: 20px;
	height: 450px;
	width: calc(100% + 60px);
}
.about-wrapper3 {
	background:#051536;
	padding: 20px;
	height: 450px;
	margin-left: -60px;
}
.about-wrapper4 {
    background:#051536;
	padding: 20px;
	height: 450px;
	width: calc(100% + 60px);
}
.about-wrapper5 {
	background:#051536;
	padding: 20px;
	height: 430px;
	margin-left: -60px;
}
#short {
	padding-top: 55px;
}
.closed-tour {
    position: absolute;
    margin-top: 10px;
    color: #E86D62;
    font-size: 23px;
}
    #slide-images {
	position: relative;
	left:100%;
	transform: translateX(-100%);
}
    .slider0 {margin-top:50px;}
    .slider0 .slide1 {
    background: url('../images/garni.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider0 .slide2 {
    background: url('../images/xachkar.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    
    .slider .slide1 {
    background: url('../images/georgia.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider .slide2 {
    background: url('../images/ararat-mount.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }


    .slider2 .slide1 {
    background: url('../images/Armenien-Georgien Rundreise.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider2 .slide2 {
    background: url('../images/Armenien-Georgien Rundreise4.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider2 .slide3 {
    background: url('../images/Armenien-Georgien Rundreise5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider2 .slide4 {
    background: url('../images/Armenien-Georgien Rundreise6.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider2 .slide5 {
    background: url('../images/Armenien-Georgien Rundreise7.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }


    .slider3 .slide1 {
    background: url('../images/opera.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider3 .slide2 {
    background: url('../images/history-museum.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider3 .slide3 {
    background: url('../images/dried-fruit.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }


    .slider4 .slide1 {
    background: url('../images/Tatev-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider4 .slide2 {
    background: url('../images/Khor-Virap-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider4 .slide3 {
    background: url('../images/Noravank-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider4 .slide4 {
    background: url('../images/qarandzav-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider4 .slide5 {
    background: url('../images/qarandzav2-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider4 .slide6 {
    background: url('../images/xndzoresk-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider4 .slide7 {
    background: url('../images/yerevan-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider4 .slide8 {
    background: url('../images/sevan-tour5.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }

    .slider5 .slide1 {
    background: url('../images/Armenia-Georgia.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider5 .slide2 {
    background: url('../images/Georgia-Armenia.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider5 .slide3 {
    background: url('../images/Armenia-Georgia2.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider5 .slide4 {
    background: url('../images/Georgia-Armenia2.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    
    .slider6 .slide1 {
    background: url('../images/Armenien-Karabach.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    .slider6 .slide2 {
    background: url('../images/Armenien-Karabach2.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    outline:none;
    }
    
.next-button-slide0 {
	position: absolute;
	background: white;
	padding: 5px 14px 5px 14px;
	font-size: 20px;
	outline: none;
	cursor: pointer;
	z-index: 99;
	color:#051536;
	bottom: 22px;
	left: 52px;
	border-radius: 50%;
	transition: .3s;
}
.next-button-slide0 i {
    position: relative;
    top: 2px;
}
.prev-button-slide0 {
	position: absolute;
	background: white;
	padding: 5px 14px 5px 13px;
	font-size: 20px;
	outline: none;
	cursor: pointer;
	z-index: 99;
	color:#051536;
	bottom: 22px;
	left: 10px;
	border-radius: 50%;
	transition: .3s;
}
.prev-button-slide0 i {
    position: relative;
    top: 2px;
}
.next-button-slide0:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide0:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.next-button-slide {
	position: absolute;
	background: white;
	padding: 5px 14px 5px 14px;
	font-size: 20px;
	outline: none;
	cursor: pointer;
	z-index: 99;
	color:#051536;
	bottom: 22px;
	right: 10px;
	border-radius: 50%;
	transition: .3s;
}
.next-button-slide i {
    position: relative;
    top: 2px;
}
.prev-button-slide {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 13px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	right: 52px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.prev-button-slide i {
    position: relative;
    top: 2px;
}
.next-button-slide:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.next-button-slide2 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 14px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	left: 52px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.next-button-slide2 i {
    position: relative;
    top: 2px;
}
.prev-button-slide2{
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 13px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	left: 10px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.prev-button-slide2 i {
    position: relative;
    top: 2px;
}
.next-button-slide2:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide2:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.next-button-slide3 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 14px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.next-button-slide3 i {
    position: relative;
    top: 2px;
}
.prev-button-slide3 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 13px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	right: 52px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.prev-button-slide3 i {
    position: relative;
    top: 2px;
}
.next-button-slide3:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide3:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.next-button-slide4 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 14px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	left: 52px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.next-button-slide4 i {
    position: relative;
    top: 2px;
}
.prev-button-slide4{
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 13px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	left: 10px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.prev-button-slide4 i {
    position: relative;
    top: 2px;
}
.next-button-slide4:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide4:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.next-button-slide5 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 14px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.next-button-slide5 i {
    position: relative;
    top: 2px;
}
.prev-button-slide5 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 13px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	right: 52px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.prev-button-slide5 i {
    position: relative;
    top: 2px;
}
.next-button-slide5:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide5:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.next-button-slide6 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 14px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	left: 52px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.next-button-slide6 i {
    position: relative;
    top: 2px;
}
.prev-button-slide6 {
	position: absolute;
	background: white;
	font-size: 20px;
	padding: 5px 14px 5px 13px;
	color:#051536;
	border-radius: 50%;
	bottom: 22px;
	left: 10px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	transition: .3s;
}
.prev-button-slide6 i {
    position: relative;
    top: 2px;
}
.next-button-slide6:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
.prev-button-slide6:hover {
	transition: .3s;
	color:white;
	background: #FDA12B;
}
#main-contact-success-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	overflow: auto;
	padding: 0 20px;
	visibility: hidden;
	opacity: 0;
	z-index: 99999999;
    transition: .3s;
}
#main-contact-success-popup .contact-success-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.8);
	background: #ffffff;
	text-align: center;
	max-width: 400px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
#main-contact-success-popup .contact-success-content .close-success {
  position: absolute;
  right: -10px;
  color:#ffffff;
  background: #FDA12B;
  padding: 3px 11px;
  font-size: 18px;
  margin-top: -10px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
}
#main-contact-success-popup .contact-success-content .success-wrapper i.success {
	position: relative;
	background: #FDA12B;
	margin-top: -50px;
	color:#ffffff;
	border:2px solid #ffffff;
	padding: 15px 15px;
	border-radius: 50%;
    font-size: 70px;
}
#main-contact-success-popup .contact-success-content .success-content-below {padding: 20px 10px;}
#main-contact-success-popup .contact-success-content .success-content-below p:nth-child(1) {font-size: 32px; color:#FDA12B;}
#main-contact-success-popup .contact-success-content .success-content-below p:nth-child(2) {font-size: 15px; padding: 5px 0; color:#051536;}

.contact {
	background: white;
	text-align:left;
	overflow:hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact .container-fluid {max-width: 1300px; padding:0 25px;}
.contact h1 {
	color:#FDA12B;
	font-size: 60px;
	margin-top: 0px;
}
.contact h3 {
	color:#051536;
	font-size: 21px;
	font-family: thinfont !important;
}
#contact-block {
    overflow: hidden;
    display: inline-block;
    margin-top: 60px;
}
#form-block {
	margin-top: 100px;
	padding: 30px;
}
.form-group {
	padding-top: 30px;
}
.form-col {
	text-align:right;
}
#form {
	padding-top: 40px;
}
.circe-mark {
   position: absolute;
   margin-left: 2px;
   top: -2px;
   font-size: 26px;
   text-decoration: none;
   color:#FDA12B;
}
#name {
	background: #F8F8F8;
	border-left:3px solid #EBEBEB;
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-radius: 0px;
	padding:10px;
	font-size: 15px;
	color:#051434;
	outline:none;
	width: 100%;
	display: inline-block;
	transition:.3s;
}
#mail {
	background: #F8F8F8;
	border-left:3px solid #EBEBEB;
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-radius: 0px;
	padding: 10px;
	font-size: 15px;
	color:#202020;
	outline:none;
	width: 100%;
	display: inline-block;
	transition:.3s;
}
#message {
	background: #f8f8f8;
	border-left:3px solid #EBEBEB;
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-radius: 0px;
	padding:10px;
	font-size: 15px;
	color:#202020;
	width: 100%;
	resize: none;
	outline:none;
	transition:.3s;
}
#submit {
	position: relative;
	background: #FDA12B;
	border:none;
	color:white;
	padding:9px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
	outline:none;
	overflow:hidden;
	transition:.4s;
}
#submit s {
	position: relative;
	text-decoration: none;
	z-index: 99;
}
#submit::before {
	content:'';
	top: 0;
	right: 0px;
	width: 0%;
	height: 100%;
	position: absolute;
	background: #051536;
	transition: .4s;
}
.error {
	color:#E84C3D;
	font-size: 12px;
}
.form-col {
	position: relative;
	text-align: left;
	min-height:100px;
}
.form-col label.namee {
	display: block;
}
.form-col>label.error {
    display: block;
	position: absolute;
	top: 10px;
	right: 12px;
}
.form-col2 {
	position: relative;
	text-align: left;
	margin-top: -10px;
	min-height:100px;
}
.form-col2 label.namee {
	display: block;
}
.form-col2>label.error {
    display: block;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 12px;
}
.contact-map #map {
    width: 100%;
    height: 500px;
}
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 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;
}