@charset "utf-8";
/* CSS Document */

body, html { 
	height: 100%; 
	position: relative;
}
body { 
	margin:0; 
	padding:0; 
	font-family:Arial,Helvetica,freesans,sans-serif; 
	font-size:14px; 
	color:#000; 
	line-height:140%;  
	min-height: 100%; 
}

.clear:before, .clear:after { 
	content: " "; 
	display: table; 
}
.clear:after { 
	clear: both; 
}
a { 
	text-decoration:none; 
	color:#000; 
	transition: 0.5s;
}
a:hover {
	color: #333; 
}
.pointer { 
	cursor:pointer;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	transition: 0.5s;
}

h1 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	padding: 40px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
h3 {
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	margin: 30px 100px;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.table {
	width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #da994e;
  color: white;
}

.btn {
	padding: 10px 50px;
	background: red;
	color: white;
	font-size: 16px;
	cursor: pointer;
}


#customers tr td img {
	width: 100px;
	margin: auto;
}
#customers tr td a {
	color: blue;
}
.width {
	width: 1100px;
	margin: auto;
}
#head {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}
#head b {
	color: #0aa39e;
}
#header {
	width: 100%;
	padding: 10px 0px;
}
.logo img {
	width: 80px;
}
.menu {
	margin-top: 10px;
}
.menu ul {
	margin-right: -15px;
}
.menu li {
	float: left;
	text-transform: uppercase;
	padding: 15px;
	color: #f44702;
	font-size: 16px;
}
.menu li:hover {
	border-bottom: 1px solid #000;
}

.swiper-container {
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.swiper-container4 {
		width: 100%;
	height: 400px;
	overflow: hidden;
}
.swiper-container1 {
		width: 100%;
	height: 240px;

}
.swiper-container2, .swiper-container3 {
	width: 100%;
	overflow: hidden;
}
.swiper-container3 {
	margin: 30px 0px;
}
.swiper-pagination1 {
	text-align: center;
	margin-top: 30px;
}
.swiper-pagination3 {
	text-align: center;
	margin-top: 30px;
}
.swiper-slide img {
	width: 100%;
}
.service {
	column-count: 3;
}

.service li {
	width: 100%;
	position: relative;
	height: 220px;
	overflow: hidden;
}
.service li:hover {
	opacity: 0.9;
	border: 1px solid #0aa39e;
}
.service li img {
	width: 100%;
}
.texts {
	text-align: center;
}
.texts h3 {
	font-weight: 100;
	color: #333;
}
.service .stitle {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	line-height: 40px;
	color: black;
	text-align: center;
}

.width100 {
	width: 100%;
}
.width49 {
	width: 69%;
}
.width20 {
	width: 29%;
}
.width50 {
	width: 49%;
	min-height: 400px;
	overflow: hidden;
}
.gray {
	background: #eee;
	padding-bottom: 50px;
}
.gallery {
	margin-top: 20px;
}
.gallery img {
	height: 100%;
}
.saaral {
	background: #282828;
	height: 400px;
	color: white;
	text-align: center;
	font-weight: bold;
}
.swiper-container1 {
	margin-top: 50px;
}
.comment img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin: auto;
}
.cname {
	text-transform: uppercase;
	color: #f4470a;
}
.hamtragch {
	margin-top: 50px;
}
#foot {
	width: 100%;
	background-color: #333;
	color: #CCC;
	border-top-color: rgba(0, 0, 0, .2);
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 30px;
}
.contact {
	width: 40%;
}
.payment {
	width: 29%;
}
#footer {
	width: 100%;
	background: #222;
	line-height: 30px;
	text-align: center;
	padding: 30px 0px;
	color: white;
}
.module {
	width: 100%;
	padding: 50px 0px;
	background: #eee;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}

input, textarea {
	width: 100%;
	margin: 10px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #888;
}
label {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

button {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	cursor: pointer;
}
.zurags {
	margin-top: -200px;
}
.tourtitle {
	position: absolute;
	left: 0px;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 20px;
}
.touro {
	text-align: center;
}
.touro h1 {
	color: #0aa39e;
	font-size: 30px;
}
.touro h3 {
	color: #777;
	font-size: 24px;
	line-height: 36px;
}



/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  color: #ff0900;
  border-radius: 0rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #00bed7;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #00bed7;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.box {
	width: 24%;
	margin-right: 1%;
	margin-top: 20px;
	position: relative;
	float: left;
}
.blackbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0, 0);
	transition: 0.3s;
}
.blackbox:hover {
	background: rgba(0,0,0, 0.8);
}
.box img {
	width: 100%;
}
.boxtitle {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
}
.width49 h2 {
	color: red;
}

.fas {
	margin-right: 20px;
	color: #f4470a;
}
.trains li {
	list-style-type: circle;
}

















@media (max-width: 800px) {

.width {
	width: 90%;
	margin: auto;
}

#head .fleft {
	display: none;
}
#head .fright {
	float: left;
}
#header .menu {
	background: #eee;
}
#header .fleft {
	float: none;
	text-align: center;

}
.swiper-container {
	height: 200px;
}
.zurags {
	margin-top: 0px;
}
h3 {
	margin: 10px;
}
.service {
    column-count: 1;
}
.width50 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contact, .payment {
    width: 100%;
    color: white;
}
.menu li {
	font-size: 14px;
}

.box {
	width: 49%;
}