#slider{
	width: 100%;
	height:750px;
	position: relative;
	overflow: hidden;
}
#ul 
   {
   	  width: 100%;
   	  bottom: 10px;
   	  z-index: 999;
   	  text-align: center;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: #fff;
     margin-left: 3px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#05568d;
   }
   .cloud{
				position: absolute;
				width: 5200px;
				height: 40%;
				top: -100px;
				background-image: url('../img/icons/cloud.png');
				animation: animate 260s linear infinite;
				background-repeat: no-repeat;
				background-size: 5200px 100%;
				z-index: 9;
				
				}
				 
				@keyframes animate{
					0%{
						left:0px;
					}
					100%{
						left:-5200px;
					}
				}
				.planer{
				position: absolute;
				width: 4158px;
				height: 271px;
				background-image: url('../img/icons/planer.png');
				animation: animater 180s linear infinite;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				
				}
				 
				@keyframes animater{
					0%{
						right:0px;
					}
					100%{
						right:-4158px;
					}
				}
				.bird{
				position: absolute;
				width: 60px;
				height: 40px;
				top: 20%;
				background-image: url('../img/icons/Silhouette_bird_flight.gif');
				animation: animaterb 60s linear infinite;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				opacity: 0.5;
				transform: rotate(15deg)
				
				}
				 
				@keyframes animaterb{
					0%{
						left:0px;
					}
					100%{
						left:5010px;
					}
				}
				.bird-2{
				position: absolute;
				width: 100px;
				height: 40px;
				top: 10%;
				background-image: url('../img/icons/birds.gif');
				animation: bird-2 50s linear infinite;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				opacity: 0.3;
				}
				 
				@keyframes bird-2{
					0%{
						right:0px;
					}
					100%{
						right:3010px;
					}
				}
				.man{
				position: absolute;
				width: 50px;
				height: 100px;
				bottom: 10%;
				background-image: url('../img/icons/walking.gif');
				animation: man 50s linear infinite;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				transform: rotate(180deg)
				}
				 
				@keyframes man{
	0%   {left:0%;transform: scale(0.3)rotate(190deg);bottom: 4%;}
    25%  {left:20%;transform: scale(0.4)rotate(190deg);bottom: 11%; }
    50%  { left:40%;transform: scale(0.1)rotate(190deg);bottom: 17%;}
    75%  {left:54%;transform: scale(0.0)rotate(190deg);bottom: 20%;}
    100% {left:90%;transform: scale(0.0)rotate(190deg);bottom: 0%;}
				}
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: 100% 100%;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   .Child{
   	background-image: url('../img/icons/ZjTL.gif');
				width: 60px;
				height: 50px;
				position: absolute;
				bottom: 19%;
				left: 43%;
				z-index: 999;
				background-repeat: no-repeat;
				background-size: 100% 100%;
   }
    .woman{
   	background-image: url('../img/icons/SUMMER.gif');
				width: 100px;
				height: 80px;
				position: absolute;
				bottom: 10%;
				left: 47%;
				z-index: 999;
				background-repeat: no-repeat;
				background-size: 100% 100%;
   }
.slider-text{
	width:100%;
	bottom: 50%;
	position: absolute;
}
.slider-text h1{
	width:500px;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 30px;
	padding: 20px 15px;
	background-color: rgba(255, 255, 255,0.6);
	position: relative;
}
.slider-text a{
	position: absolute;
    width: 165px;
    text-align: center;
    border-radius: 20px;
    height: 40px;
    left: 35%;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    margin-top: 110px;
    border: 3px solid #fecc09;
    background-color: rgba(254, 204, 9,0.8);
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.slider-text a:hover{
	
    background-color: rgba(254, 204, 9,1);
   
}

b{
	color: #05568d;
}
#servise{
	max-width: 1200px;
	margin: auto;
}
.servise-heading{
	width: 434px;
	height: 327px;
	margin: 10px auto;
	position: relative;
	background-image: url('../img/servise-image.png');
	background-size: 100% 100%;
}
.servise-heading h1{
	position: absolute;
	bottom: 20px;
	color: #032841;
	width: 100%;
	text-align: center;
}
 h2{
		outline: none;
		width: 200px;
		margin:auto;
		text-align: center;
		color: #333333;
		 border-bottom: 4px double #e6c893;
		 padding: 10px;
		
	}
	 .main-contet{
		width: 270px;
		height: 320px;
		position: relative;
		overflow: hidden;
		display: inline-block;
		margin-left: 18px;
		margin-top: 20px;
		border-radius: 2px;
		background-size: 100% 100%;
		cursor: pointer;
		background-size: cover;
		background-position: center center;
		border: 1px solid rgba(32,27,49,0.3);
		
	}
	.main-contet  h5{
		width: 97%;
		height: 50px;
		background-color: rgba(2,41,83,0.7);
		position: absolute;
		bottom: 0px;
		color: #fff;
		font-size: 17px;
		padding: 7px;
		text-align: center;
		border-top: 1px solid #ffcc07;
		line-height: 40px;
		-webkit-transition: all 0.8s ease;
	 -moz-transition: all 0.8s ease;
	 -o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	}
	 .main-contet  h5:hover{
		background-color: rgba(32,27,49,0.8);
		color: #ffcc07;
		
	}
	.main-contet .main-contet-animation{
		position: absolute;
		width: 200px;
		height: 216px;
		left: 20%;
		border-radius: 50%;
		top: -150px;
		height: 150px;
		background-color: rgba(5,71,116,0.4);
		-webkit-transition: all 0.8s ease;
	 -moz-transition: all 0.8s ease;
	 -o-transition: all 0.8s ease;
	transition: all 0.8s ease;
		
	}
	 .main-contet:hover .main-contet-animation{
	    width: 500px;
		height: 256px;
		left: -90px;
		top: 0;
		border-radius: 0;
	}
	#tour{
		width: 100%;
		min-height: 700px;
		background-size: cover;
		background-position: center center;
		margin-top: 100px;
		position: relative;
	}
	.tour-transparent{
		height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(2,41,83,0.7);
   
	}
	.tour-plase{
		width: 700px;
		min-height: 650px;
		margin-top:25px;
		position: absolute;
		right: 10%;
		background-color: #ffffff;
	}
	.tour{
		width: 650px;
		height: 130px;
		border: 1px solid #fff;
		margin: 20px;
	}
	.tour-image{
		height: 125px;
		width: 170px;
		background-size: cover;
		background-position: center center;
		float: left;
		margin: 2.5px;
	}
	.tour h1{
		margin-top: 15px;
		font-size: 17px;
		color: #032c48;
		margin-left: 179px;
	}
	.tour p{
		padding: 5px;
		
		line-height: 18px;
		font-size: 14px;
		color: #6c6f6f;
		margin-left: 175px;
	}
	.tour a{
		font-size: 14px;
		margin-left: 5px;
		color: #00a3e0;
		-webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	.tour a:hover{
		color:#f2c100;
	}
	#maps {
    width: 1300px;
    height: 620px;
    margin: 120px auto;
     background-image: url(../img/footer-image.png);
     background-size: 100% 100%;
    position: relative; 
    overflow: hidden;
}
	#mepss {
    width: 300px;
    height: 200px;
    float: left;
    position: absolute;
    margin-top: 200px;
    
   
}
.fb-page {
    margin-left: 880px;
    margin-top: 50px;
    
}
.contacts-form{
	position: absolute;
	margin-top: 180px;
	margin-left: 20px;
	width: 440px;
	height: 300px;
}
.text {
    width: 40%;
    height: 37px;
    background-color: transparent;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: rgba(255,255,255,0.6);
    outline: none;
    color: #fff;
    font-size: 16px;
    
    margin-left: 30px;
}
::-webkit-input-placeholder { /* Chrome */
  color: rgba(255,255,255,0.4);
  font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.4);
  font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.4);
 font-size: 12px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(255,255,255,0.4);
  font-size: 12px;
}
.textarea {
    width: 100%;
    height: 150px;
    background-color: #fff;
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color:rgba(255,255,255,0.6);
    outline: none;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
       border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.0);
    background-color: rgba(255,255,255,0.4);
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.aBooking:hover{
	background-color: rgba(255,255,255,0.6);
}