a{
	text-decoration: none;
}
#slider{
	width: 100%;
	height: 800px;
	overflow: hidden;
}
   #servise-top{
    max-width: 1200px;
   	min-height: 200px;
   	margin: 50px auto;
   	position: relative;
   	overflow: hidden;
   }
   #servise-bottom{
    max-width: 1200px;
   	min-height: 200px;
   	margin: 50px auto;
   	position: relative;
   	overflow: hidden;
   }
  .float-left{
  	width: 50%;
  	height: 400px;
  	float: left;
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
  	position: relative;
  	
  }
  #about{
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}
#about img{
	border: 4px solid #e9f6f8;
	box-shadow: 0px 0px 1px #000;
	margin-top: 5px;
	float: left;
	margin: 3px 20px;
	width: 550px;
	height: 400px;
}
#about h1{
	padding: 10px;
	margin-top: 50px;
	color: #000;
}
#about pre{
	color: #00a3e0;
	margin-top: 10px;
}
#about div{
	margin-top: 0px;
	font-size: 13px;
	color: #56565a;
	line-height: 20px;
	text-align: justify;
}
  #My-advantages {
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    position: relative;
    margin-top: 150px;
}
.My-advantages-text>h3 {
    font-size: 23px;
    text-align: center;
    width: 100%;
    margin-top: 70px;
    color: #fff;
}
.My-advantages-text>div {
    font-size: 13px;
    color: #bbbbbd;
    line-height: 22px;
    text-align: justify;
    max-width: 900px;
    margin: auto;
    margin-top: 20px;
    color: #ababab;
    padding: 10px;
}
.ifrale-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.7);
}
#CLSSS{
	max-width: 1200px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}
.CLSSS-image{
	float: left;
	width: 550px;
	height: 600px;
	background-size: cover;
	background-position: center center;
	box-shadow: -3px 5px 8px rgba(0,0,0, 0.7);
	margin: 20px;
}

#CLSSS h1{
	padding: 10px;
	margin-top: 100px;
	color:#000;
	margin-left: 560px;
	position: relative;
}
.shape-CLSSS{
	width: 350px;
	height: 1px;
	background-color: #696969;
	right: 50px;
	bottom: 150px;
	position: absolute;
}
#CLSSS pre{
	color: #00a3e0;
	margin-top: 10px;
}
.CLSSS-text{
	margin-top: 20px;
	font-size: 13px;
	color: #56565a;
	line-height: 22px;
	padding: 10px;
	margin-left: 560px;
	
}
#SOUVENIRS{
	max-width: 1200px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}
.SOUVENIRS-image{
	float: right;
	width: 550px;
	height: 600px;
	background-size: cover;
	background-position: center center;
	box-shadow: 3px -5px 8px rgba(0,0,0, 0.4);
	margin: 15px;
}

#SOUVENIRS h1{
	padding: 10px;
	margin-top: 100px;
	color:#000;
	margin-left: 0px;
	position: relative;
}
.shape-SOUVENIRS{
	width: 350px;
	height: 1px;
	background-color:#696969;
	left: 250px;
	bottom: 150px;
	position: absolute;
}
#SOUVENIRS pre{
	color: #00a3e0;
	margin-top: 10px;
}
.SOUVENIRS-text{
	margin-top: 20px;
	font-size: 13px;
	color: #56565a;
	line-height: 22px;
	padding: 10px;
	margin-left: 0px;
	width: 620px;
}
#BAZZARS{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.BAZZARS-image{
	width: 450px;
	height: 450px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	margin: 50px auto;
}

#BAZZARS h1{
	padding: 10px;
	margin-top: 100px;
	color:#000;
	margin-left: 0px;
	position: relative;
	max-width: 500px;
	margin: auto;
	text-align: center;
}
.shape-BAZZARS{
	width: 350px;
	height: 1px;
	background-color: #efaa1a;
	left: 250px;
	bottom: 100px;
	position: absolute;
}
#BAZZARS pre{
	color: #00a3e0;
	margin-top: 10px;
}
.BAZZARS-text{
	margin-top: 20px;
	font-size: 13px;
	color: #56565a;
	line-height: 22px;
	padding: 10px;
	margin-left: 0px;
	max-width: 900px;
	text-align: center;
	margin: auto;
}

#slider-dwo{
	width:100%;
	height: 550px;
	position: relative;
	margin: 90px auto;
	overflow: hidden;
}
   #ul 
   {
   	  width: 100%;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: #fff;
     margin-left: 15px;
     cursor:pointer;

   }
   
   #ul li:first-child 
   {
   	background-color:#efaa1a;
   }
  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: top center;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   .about-me-background{
   	background-color: #fff;
   	width: 100%;
   	margin-top: -105px;
   	height: 900px;
   }
   #about-me{
		max-width:1100px;
		margin: auto;
		height: 500px;
		margin: auto;
		margin-top:150px;
		position: relative;
		
	}
	.about-me{
		width: 700px;
		height: 500px;
		webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
		background-color: rgba(255,207,29, 0.6);
		
	}
	.about-me-image{
		width: 800px;
		height: 500px;
		margin-left: 330px;
		position: absolute;
		top: 100px;
		background-image: url('../img/about-me-image.jpg');
		background-size: cover;
		background-position: center center;
		
	}
	.emeritus-ebaut{
		width: 500px;
		height: 400px;
		position: absolute;
		margin: 40px 40px;
		background-image: url('../img/tuna-day-bg.jpg');
		top: 20px;
		
	}
	.emeritus-ebaut>h1{
		width: 500px;
		font-size: 30px;
		text-align: center;
		margin-top: 65px;

	}
	.emeritus-ebaut>p{
		width: 400px;
		margin-left: 50px;
		font-size: 15px;
		text-align: center;
		margin-top: 20px;
		color: #948074;
	}
	.emeritus-ebaut>a{
		width: 120px;
		height: 40px;
		border-radius: 5px;
		border: 2px solid #000;
		color: #fff;
		position: absolute;
		bottom: 60px;
		left: 180px;
		background-color: rgba(0,0,0, 0.2);
		text-align: center;
		line-height: 35px;
	}
	.emeritus-ebaut>a:hover{
		background-color: rgba(0,0,0, 0.4);
	}
	.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
}
.footer-content{
	max-width: 1200px;
	
	margin: auto;
}
.form{
    max-width: 600px;
    overflow: hidden;
    margin: 10px;
    float: left;
}
.text {
    width: 45%;
    height: 30px;
    background-color: transparent;
	border: 1px solid #c9cbcb;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    float: left;
}
.textarea {
    width: 96%;
    height: 250px;
    background-color: transparent;
	border: 1px solid #c9cbcb;
    outline: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
.aBooking {
    width: 100px;
    height: 40px;
    color: #000;
    float: right;
    background-color: #fff;
    border: 1px solid #ffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	
	 background-color: transparent;
	 color: #ffff;
}


::placeholder {
    font-size: 13px;
}
.oem-img{
	margin-top: 70px;
	width: 1150px;
}
.odm-img{
	margin-top: 50px;
	width: 1150px;
}
.maps{
	width: 500px;
	height: 400px;
	
	float: right;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
}