body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #555;
}

a {
	color: #0079ab;
}
a:hover {
	text-decoration: none;
	color: #029fd8;
}
.clear {
	clear: both;
}
.btn-main {
	background: #ececec;
	font-size: 12px;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	color: #888;
	text-shadow: 1px 2px 1px #fff;
	padding: 3px 12px;
}
.btn-main:hover {
	color: #0292ce;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.btn-orange {
	background-image: linear-gradient(to right,#ff6600, #ffa800);
	color: #fff;
	padding: 0 20px;
	border-radius: 15px;
	line-height: 30px;
	display: inline-block;
	transition: all 0.2s;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.3);
	font-size: 12px;
}
.btn-orange:hover {
	background-image: linear-gradient(to left,#ff6600, #ffa800);
}

.orange {
	color: #ff6600;
}
.monda {
	font-family: 'Monda', sans-serif;
}
.margin-40 {
	margin-top: 40px;
}
.relative-position {

}
.inherir-position {
	position: inherit;
}

header {
	background: #000;
	height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.logo {
	padding: 5px 0;
}
.logo img {
	max-height: 70px;
}
.navicon {
	display: none;
}
nav {
	float: right;
	font-family: 'Titillium Web', sans-serif;
}
nav > ul {
	padding: 0;
	margin: 0;
}
nav > ul > li {
	list-style: none;
	display: inline-block;
	line-height: 90px;
	position: relative;
}
nav > ul > li > a {
	color: rgba(255,255,255,0.75);
	padding: 0 15px;
	display: block;
	font-size: 16px;
}
nav > ul > li > a:hover {
	color: #fff;
}
nav > ul > li > a i {
	margin-left: 8px;
	font-size: 12px;
}
nav > ul > li > ul {
	position: absolute;
	top: 90px;
	left: 0;
	width: 200px;
	background: #000;
	z-index: 99;
	padding: 0;
	margin: 0;
	display: none;
}
nav > ul > li:hover > ul {
	display: block;
}
nav > ul > li > ul > li {
	line-height: 40px;
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
nav > ul > li > ul > li > a {
	color: rgba(255,255,255,0.4);
	padding: 0 15px;
	display: block;
}
nav > ul > li > ul > li > a:hover {
	color: rgba(255,255,255,0.75);
}

#slider {

}
.owl-slider .owl-nav {
	visibility: hidden !important;
	opacity: 0 !important;
	transition: all 0.3s;
}
.owl-slider:hover .owl-nav {
	visibility: visible !important;
	opacity: 1 !important;
}
.owl-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0 ,-50%);
	font-size: 64px !important;
	outline: none !important;
	color: rgba(255,255,255,0.5) !important;
}
.owl-slider .owl-nav .owl-prev:hover {
	color: #fff !important;
}
.owl-slider .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0 ,-50%);
	font-size: 64px !important;
	outline: none !important;
	color: rgba(255,255,255,0.5) !important;
}
.owl-slider .owl-nav .owl-next:hover {
	color: #fff !important;
}
.slide-caption {
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	top: 20%;
	left: 10%;
	max-width: 40%;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	padding: 25px;
	border-radius: 20px;
}
.slide-caption p {
	margin: 0;
}
.slide-caption-heading {
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
}
.slide-caption-body {
	font-size: 16px;
	margin-top: 10px;
}
.slide-caption-more {
	margin-top: 10px;
}
.slide-caption-more a {
	background-image: linear-gradient(to right,#ff6600, #ffa800);
	color: #fff;
	padding: 0 40px;
	border-radius: 25px;
	line-height: 40px;
	display: inline-block;
	transition: all 0.2s;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.3);
}
.slide-caption-more a:hover {
	background-image: linear-gradient(to left,#ff6600, #ffa800);
}

.page-body {
	background: #f5f5f5;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 0 20px 20px;
}

.cont {
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	margin-top: 20px;
}
.cont-heading {
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
	font-family: 'Monda', sans-serif;
	font-size: 14px;
	overflow: hidden;
}
.cont-heading .more {
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.cont-heading .more a {
	color: #aaa;
}
.cont-heading .more a:hover {
	color: #0079ab;
}
.cont-heading h2 {
	font-size: 20px;
	padding: 10px 0;
	margin: 0;
}
.cont-heading h3 {
	font-size: 18px;
	padding: 10px 0;
	margin: 0;
}
.welcome img {
	float: right;
}
.welcome {
	color: #ff6600;
	font-weight: bold;
	font-size: 18px;
	line-height: 88px;
}
.cont-body {
	padding: 20px;
}
.cont-body blockquote {
	background: #f1f1f1;
	border-left: 5px solid #ddd;
	padding: 20px;
	font-style: italic;
}
.cont-body img {
	max-width: 100%;
}

.tour-img {
	background: #fff;
	padding: 5px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	display: block;
	margin: 10px auto;
	border: 1px solid #ddd;
}

.faq {

}
.faq .faq-item {
	margin-bottom: 5px;
}
.faq-item .answer {
	background: #fff;
	padding: 15px;
	border-left: 5px solid #ff6600;
	display: none;
	color: #888;
}
.faq .question {
	display: block;
	background: #fff;
	line-height: 40px;
	padding: 0 15px;
	border-left: 5px solid #ddd;
	color: #555;
	cursor: pointer;
	font-weight: bold;
}
.faq .question:hover {
	border-color: #ff6600;
	color: #ff6600;
}
.faq .answer {
}

/* services1 */
.services1 {
	background: #eeeeee;
	margin-top: -100px;
	position: relative;
	z-index: 99;
	border-radius: 10px 10px 0 0;
	padding: 25px;
	border-bottom: 1px solid #ddd;
}
.services1-item {
	padding: 0 10px;
}
.services1-item-heading {
	font-family: 'Monda', sans-serif;
	font-size: 14px;
}
.services1-item-img {
	margin-top: 10px;
}
.services1-item-img img {
	width: 100%;
	padding: 2px;
	border: 1px solid #ddd;
}
.services1-item-des {
	margin-top: 10px;

}

.login-form-input {
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #ddd;
	width: 300px;
	max-width: 100%;
	margin-bottom: 10px;
}
.login-form-input:focus {
	outline: none;
	border-color: #aaa;
}
.login-form .btn-main {
	border-radius: 0;
	line-height: 30px;
	padding: 0 15px;
	box-shadow: none;
	border: 1px solid #ddd;
}



.news1 {

}
.news1-item {
	height: 350px;
	overflow: hidden;
}
.news1-item-img img {
	border: 1px solid #ddd;
	padding: 2px;
}
.news1-item-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
}
.news1-item-title a {
	color: #222;
}
.news1-item-title a:hover {
	color: #888;
}
.news1-item-des {
	color: #888;
	line-height: 20px;
}
.news1-item-more {
	padding: 5px 0;
}

.news2 {

}
.news2-item {
	margin-top: 20px;
}

.news2-item-img {
	padding: 2px;
	border: 1px solid #ddd;
}
.news2-item-img img {
	width: 100%;
}
.news2-item-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
}
.news2-item-title a {
	color: #222;
}
.news2-item-title a:hover {
	color: #888;
}
.news2-item-des {
	color: #888;
	line-height: 20px;
}
.news2-item-more {
	padding: 5px 0 15px;
	text-align: right;
}

/* Tabs */
.tabs {

}
.tabs-nav {
	border-bottom: 1px solid #ddd;
	line-height: 40px;
}
.tabs-nav ul {
	padding: 0;
	margin: 0;
}
.tabs-nav ul li {
	list-style: none;
	display: inline-block;
}
.tabs-nav ul li a {
	color: #555;
	display: block;
	margin-bottom: -2px;
	padding: 0 15px;
}
.tabs ul li .active {
	border-bottom: 3px solid #0292ce;
}

/* Breadcrumbs */
#breadcrumbs {
	line-height: 45px;
	background: #eee;
	margin-bottom: 20px;
	font-size: 12px;
}
#breadcrumbs h1 {
	padding-top: 20px;
	font-family: 'Titillium Web', sans-serif;
}
#breadcrumbs ul {
	padding: 0;
	margin: 0;
}
#breadcrumbs ul li {
	list-style: none;
	display: inline-block;
	color: #888;
}
#breadcrumbs ul li:after {
	content: '/';
	color: #888;
	padding: 0 10px;
}
#breadcrumbs ul li:last-child:after {
	content: none;
}
#breadcrumbs ul li a {
	color: #888;
}
#breadcrumbs ul li a:hover {
	color: #000;
}


.viewphoto {
	cursor: zoom-in;
}
/* ViewPhoto*/
#photocont {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999999999999;
	background: rgba(0,0,0,0.7);
	cursor: zoom-out;
	display: none;
}
#photoimg {
	text-align: center;
	margin: 100px auto;
}
#photoimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 5px solid rgba(255,255,255,0.7);
	background: #fff;
	max-width: 90%;
	max-height: 90%;
}

.value {
	background: #fff;
	border-left: 5px solid #ddd;
	padding: 15px; 
	margin: 15px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	height: 150px;
	overflow: hidden;
}
.value:hover {
	border-color: #aaa;
}
.value h3 {
	font-size: 18px;
	color: #006699 !important;
}

.serv {
	margin-bottom: 10px;
	position: relative;
	padding: 30px 20px;
	background: #fff;
	font-size: 42px;
	color: #ccc;
	letter-spacing: -8px;
	border-left: 5px solid #fff;
	transition: all 0.2s;
}
.serv span {
	position: absolute;
	left: 75px;
	font-weight: bold;
	top: 50%;
	transform: translate(0 , -50%);
	font-size: 14px;
	color: #555;
	letter-spacing: 0;
	text-shadow: none;
}
.serv:hover {
	color: #ff6600;
	border-left: 5px solid #ff6600;
}

.logoes {
	margin: 15px 0;
	text-align: center;
}
.logoes img {
	max-width: 150px;
}

.owl .owl-dots {
	text-align: right !important;
}
.owl .owl-dots .owl-dot {
	outline: none !important;
}
.owl .owl-dots .owl-dot span {
	margin: 2px !important;
	width: 7px !important;
	height: 7px !important;
	background: #888 !important;
	transition: all 0.2s;
}
.owl .owl-dots .active span {
	width: 18px !important;
	background: #444 !important;
}

.post-classic h1 {
	font-size: 28px;
	padding: 0;
	margin: 5px 0;
}
.post-classic h2 {
	font-size: 20px;
	padding: 0;
	margin: 5px 0;
}
.post-classic-des {
	border-left: 5px solid #ddd;
	padding-left: 10px;
	font-size: 15px;
}
.post-classic-img {
	float: right;
	margin-left: 20px;
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.post-classic-info {
	font-size: 12px;
	margin-bottom: 10px;
	color: #888;
}
.post-classic-info span {
	margin-right: 10px;
}
.post-classic-info i {
	margin-right: 3px;
}
.post-classic-info .cat-info {
	display: block;
}
.post-classic-info .cat-info a:after {
	content: ',';
}
.post-classic-info .cat-info a:last-child:after {
	content: none;
}

.page-tags {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 32px;
}
.page-tags span {
	background: #555;
	border: 1px solid #555;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.page-tags a {
	padding: 3px 10px;
	border: 1px solid #ff6600;
	color: #ff6600;
	display: inline-block;
	margin-bottom: 5px;
}
.page-tags a:hover {
	background: #ff6600;
	color: #fff;
}

.page-share {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}
.page-share span {
	background: #555;
	border: 1px solid #555;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.page-share a {
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.page-share a:hover {
	background: #ff6600;
	color: #fff;
}
.page-share .facebook {
    color: #435b8d;
    border: 1px solid #435b8d;
}
.page-share .facebook:hover {
    background: #435b8d;
    color: #fff;
}
.page-share .twitter {
    color: #4da3cc;
    border: 1px solid #4da3cc;
}
.page-share .twitter:hover {
    background: #4da3cc;
    color: #fff;
}
.page-share .linkedin {
    color: #007bb6;
    border: 1px solid #007bb6;
}
.page-share .linkedin:hover {
    background: #007bb6;
    color: #fff;
}
.page-share .telegram {
    color: #2da5e1;
    border: 1px solid #2da5e1;
}
.page-share .telegram:hover {
    background: #2da5e1;
    color: #fff;
}
.page-share .whatsapp {
    color: #01d300;
    border: 1px solid #01d300;
}
.page-share .whatsapp:hover {
    background: #01d300;
    color: #fff;
}

.flags {
	overflow: hidden;
	padding: 25px 0;
}
.flag {
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
	transition: all 0.2s;
	margin-bottom: 20px;
}
.flag:hover {
	box-shadow: 8px 8px 10px rgba(0,0,0,0.15);
}
.flag img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}

.pricing {
	padding: 50px 0;
}
.price {
	margin: 15px;
	box-shadow: 0 15px 20px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 25px;
	text-align: center;
	font-weight: bold;
}
.price p {
	margin-bottom: 5px;
}
.price img {
	width: 100%;
}
.price .price-cont {
	padding: 25px;
}
.price .price-cont .price-title {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Monda', sans-serif;
	color: #0099cc;
	margin-bottom: 20px;
}

#contact-us label {
	display: block;
}
#contact-us input {
	width: 100%;
	border: 1px solid #ddd;
	outline: 0;
	padding: 0 10px;
	line-height: 36px;
	margin-bottom: 20px;
}
#contact-us input:focus {
	border-color: #aaa;
}
#contact-us textarea {
	width: 100%;
	border: 1px solid #ddd;
	outline: 0;
	padding: 0 10px;
	line-height: 28px;
	margin-bottom: 20px;
}
#contact-us textarea:focus {
	border-color: #aaa;
}
.loader {
	color: red;
	margin-left: 10px;
	display: none;
}

.visa h1 {
	margin-top: 50px;
}
.visa blockquote {
	border-left: 5px solid #ddd;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
}
.visa blockquote p:last-child {
	margin-bottom: 0;
}
.visa .img {
	float: right;
	width: 400px;
	max-width: 100%;
	margin: 0 0 10px 20px;
}

.wa {
	background: #fff;
	padding: 50px 25px;
	border-radius: 25px;
	border: 3px solid #4caf50;
	color: #4caf50;
	box-shadow: 0 15px 20px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	transition: all 0.2s;
	margin-top: 20px;
}
.wa:hover {
	box-shadow: 0 25px 30px rgba(0,0,0,0.2);
	background: #4caf50;
	color: #fff;
}
.wa .fa-whatsapp {
	display: block;
	font-size: 100px;
	text-align: center;
	margin-bottom: 40px;
}

.live-chat a {
	display: block;
	background: #1da0f1;
	border-radius: 15px;
	height: 100px;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.live-chat a i {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 48px;
}
.live-chat a .hoverme {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: inherit;
	width: 100px;
	background: rgba(0,0,0,0.1);
	transition: all 0.5s;
	z-index: 1;
}
.live-chat a:hover .hoverme {
	width: 100%;
}
.live-chat a .txt {
	position: absolute;
	top: 50%;
	left: 110px;
	right: 10px;
	transform: translate(0 , -50%);
	font-size: 20px;
	line-height: 30px;
	font-family: 'Monda', sans-serif;
	z-index: 2;
}
.live-chat .chat-whatsapp {
	background: #0cc243;
}
.live-chat .chat-facebook {
	background: #3b5998;
}
.live-chat .chat-googleplus {
	background: #dc4e41;
}

footer {
	padding-top: 40px;
}
.footer-heading {
	border-bottom: 1px solid #ddd;
	font-family: 'Monda', sans-serif;
	line-height: 40px;
}
.footer-heading span {
	border-bottom: 1px solid #0292ce;
	padding-bottom: 9px;
}
.footer-body {
	padding: 20px 0 13px;
}
.footer-gallery {
	margin: 0 -5px;
}
.footer-gallery img {
	width: 31.33%;
	float: left;
	margin: 0 1% 15px 1%;
	padding: 1px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.footer-gallery img:hover {
	opacity: 0.8;
}

.footer-socials {

}
.footer-socials i {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px 10px;
	font-size: 20px;
	border-radius: 3px;
}
.footer-socials i:hover {
	opacity: 0.8;
}
.footer-socials .fa-facebook-f {
	background: #3b5998;
	color: #fff;
}
.footer-socials .fa-twitter {
	background: #1da0f1;
	color: #fff;
}
.footer-socials .fa-instagram {
	background-color: #ff6633; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right top,#ff6633, #9933cc);
	color: #fff;
}
.footer-socials .fa-whatsapp {
	background: #0cc243;
	color: #fff;
}
.footer-socials .fa-telegram-plane {
	background: #2da6e1;
	color: #fff;
}
.footer-socials .fa-linkedin-in {
	background: #0076b4;
	color: #fff;
}
.footer-socials .fa-google-plus-g {
	background: #dc4e41;
	color: #fff;
}
.footer-socials .fa-pinterest-p {
	background: #bb081d;
	color: #fff;
}
.footer-socials .fa-youtube {
	background: #fb0007;
	color: #fff;
}
.footer-socials .fa-flickr {
	background: #ff0084;
	color: #fff;
}

.copyright {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding: 10px 0 40px;
	font-size: 12px;
}
.copyright img {
	border-right: 1px solid #ddd;
	padding-right: 10px;
	margin-right: 10px;
}
.copyright ul {
	padding: 0;
	margin: 0;
	float: right;
}
.copyright ul li {
	list-style: none;
	display: inline-block;
	line-height: 40px;
}
.copyright ul li a {
	padding: 0 10px;
}

/* Loader */
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
}
.lds-ellipsis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50% , -50% );
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
ul.pagination, .pagination {
position: relative !important;
display: flex !important;
clear: both !important;
margin-top: 30px !important;
z-index: 1 !important;
}