*
{
	margin: 0px;
	padding: 0px;
}
#container
{
	width: 1100px;
	margin: auto;
}
#logo{
	padding: 10px;
}

#welcome
{
	background: #FFFFFF;
    text-align: center;
	font-size: 20px;
	color:#000;
	padding-top: 5px;
	height: 30px;
	border-radius: 0 0 10px 10px;
}

nav {
	height:40px;
	width:100%; 
	display:block;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
}

nav a{
	display:block;
	text-decoration: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: bold;
	font-size:13pt;
	color:#fff;
}
nav ul li ul li a{
	color: #112233;
}
nav ul li ul li
{
	text-transform: capitalize;
}
nav a:hover{
	background:#FD8D00;
	color:#f0f1f5;
	border-radius: 10px 10px 0 0 ;
	
}

nav ul{
	list-style: none;
	margin-left: 30px;
}
nav ul li:nth-child(1)
{
	background: #FF0308;
}
nav ul li:nth-child(2)
{
	background: #FF0308;
}
nav ul li:nth-child(3)
{
	background: #FF0308;
}
nav ul li:nth-child(4)
{
	background: #FF0308;
}
nav ul li:nth-child(5)
{
	background: #FF0308;
}
nav ul li:nth-child(6)
{
	background: #FF0308;
}
nav ul li:nth-child(7)
{
	background: #FF0308;
}
nav ul li:nth-child(8)
{
	background: #FF0308;
}
nav ul li{
	float:left;
	width:130px;
	margin-right: 0px;
	height:40px;
	line-height: 40px;
	border-radius: 10px 10px 0 0 ;
}

nav ul li a{
	display: block;
}
nav ul li:nth-child(1)
{
	background: linear-gradient(0deg,#822790,#c96fd7);
}
nav ul li:nth-child(2)
{
	background: linear-gradient(0deg,#70bd21,#9bd01c);
}
nav ul li:nth-child(3)
{
	background: linear-gradient(0deg,#860b04,#f16d46);
}
nav ul li:nth-child(4)
{
	background: linear-gradient(0deg,#26a5c6,#82c2db);
}
nav ul li:nth-child(5)
{
	background: linear-gradient(0deg,#70bd21,#9bd01c);
}
nav ul li:nth-child(6)
{
	background: linear-gradient(0deg,#fe6d1a,#fdb489);
}
nav ul li:nth-child(7)
{
	background: linear-gradient(0deg,#1b9542,#98d48c);
}
nav ul li:nth-child(8)
{
	background: linear-gradient(0deg,#fe1207,#fb7143);
}
nav ul li ul{
	margin-left:0px;
}
nav ul ul li{
	position:relative;
	display:none;
	background: #FFFFFF;
	border-radius: 0px; 
}
nav ul ul li:nth-child(1)
{
	background: #FFFFFF;
}
nav ul ul li:nth-child(2)
{
	background: #FFFFFF;
}
nav ul ul li:nth-child(3)
{
	background: #FFFFFF;
}
nav ul ul li:nth-child(4)
{
	background: #FFFFFF;
}
nav ul ul li:nth-child(5)
{
	background: #FFFFFF;
}
nav ul ul li:nth-child(6)
{
	background: #FFFFFF;
}
nav ul ul li:nth-child(7)
{
	background: #FFFFFF;
}
nav ul ul li:nth-child(8)
{
	background: #FFFFFF;
}
nav ul ul li a:hover
{
	border-radius: 0px;
}
nav ul ul ul{
	display:none;
}

nav ul li:hover ul li{
	display: block;
	animation: navmenu 500ms forwards;
}

@keyframes navmenu{
	0%{
		opacity:0;
		top:5px;
	}
	100%{
		opacity:1;
		top:0px;
	}
}

nav ul ul li:hover ul{
	display:block;
	position:absolute;
	width:140px;
	left:140px;
	top:0px;
}
#col_d
{
	width: 100%;
	height:430px;
	background:linear-gradient(50deg,#d9d9d9,#e3e3e3);
	border-radius: 10px;

}
#catgoris ul
{
list-style: none;
height: 400px;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
background:linear-gradient(50deg,#34495e,#2e8eed);
width: 180px;
float: left;
border-radius:10px;

}

#catgoris ul li
{
	padding: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-transform: uppercase;


}
#catgoris ul li:hover
{

	background: #468100;
}
#catgoris ul li:hover:nth-child(1)
{
    border-radius:10px 10px 0 0;
}
#catgoris ul li a
{
	text-decoration: none;
	color: #fff;

}

#Slide
{
	float: left;
	width: 680px;
	height: 400px;
	background:#fff;
	margin-left: 20px;
	margin-top: 15px;
	border-radius: 10px;
	box-shadow:0 0 20px;
}
#Slide img
{
	width: 650px;
	height: 350px;
	margin-top: 25px;
	margin-left: 15px;
	border-radius:10px; 
}

#yt-box
{
	float: right;
	width: 180px;
	height: 400px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background:linear-gradient(50deg,#34495e,#2e8eed); 
	border-radius: 10px;
}
#yt-box p
{
	background: #FF0004;
	margin: 10px;
	text-transform: capitalize;
	border-radius: 10px 10px 10px 10px;

}

#logobox
{
	width:100%;
	align-items:center;
	margin:0px;
	height: 750px;
	background: #E7E4E4;
	border-radius: 10px;:
}
h1
{
	text-align:center;
	color:#ffffff;
	background:#2471A3;
}

.logo
{
	padding:5px;

	display:inline;
	margin-left: 15px;
}

#company
{
	width: 100%;
	margin: 0px;
	height: auto;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 10px;
}
#company p

{font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	margin: 50px;
	
}
#youtube
{margin-top: 10px;
height: auto;
    Background:#000;
    padding: 20px;
    border-radius: 10px;
}
#footer{
	width: 100%;
	height: auto;
	margin: auto;
	background: #00ABBE;
}
.footer-menu{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.footer-menu ul
{
	margin: 0px;
	padding: 10px;
	text-align: center;
}
.footer-menu ul li
{
	display: inline-block;
	margin: 0px 20px;
	
}
.footer-menu ul li a{
	text-decoration: none;
	font-family: arial;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
#f-bottom
{
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	font-family: arial;
	color: black;
	font-size: 12px;
	border-radius:10px; 
}
#f-bottom p
{
	margin-left: 10px;
}
/* Contact page style start */
#cont_us
{
	width: 100%;
	margin: 0px auto;
	margin-bottom: 0px;
	height: auto;
	background:#fff;
	border-radius: 10px 10px 0px 0px;
	
}

#c_tact
{
	float: left;
	width: 500px;
	height: auto;
	border-radius: 10px;
	padding: 20px;
	 
	
	
}
#c_tact h1
{
	color: Black;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	margin: 100,10,0,0px;
	padding: 0px;
	
}
#c_tact P
{
	padding: 10px;
}
#contact_f
{
	width: 500px;
	height: auto;
	float: right;
	background: linear-gradient(rgba(0,0,150,0.5),rgba(0,0,50,0.5)),url(../images/contact.jpg);
	background-size: cover;
	background-position: center;
	font-family: sans-serif;
	border-radius: 0px 10px 0px 0px;
}
#contact_f_titel{
	margin-top: 20px;
	color: aqua;
	text-transform: uppercase;
	transition: all 4s ease-in-out;
}
#contact_f_titel h1
{
	font-size: 30px;
	line-height: 10px;
}
#contact_f_titel h2
{
	font-size: 20px;
	line-height: 60px;
}
form
{
	margin-top: 50px;
	transition: al 4s ease-in-out;
}
.form-control
{
	width: 350px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid  gray;
	color: #fff;
	font-size: 18px;
	margin-bottom: 16px;
}
input
{
	height: 45px;
}
form .submit
{
	background: #ff5722;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
}
form .submit:hover
{
	background-color: #167C02;
	cursor: pointer;
}
#g_map{
	display: inline-block;
	width: 100%;
	height: 500px;
	margin-top: 0px;
	background:#fff;
	border-radius: 0 0 10px 10px;
}
#g_map h1
{
	margin-top: 10px;
	color:#0060fc;
}
/* Contact page style end */

/* gallery page style end */
#gallery
{
	width: 100%;
	margin: 0px auto;
	margin-bottom: 0px;
	height: auto;
	background:#fff;
	border-radius: 10px;
}
#g_slideshow
{
	margin: 0 auto;
	padding-top: 20px;
	height: 350px;
	background: url(../img/b_gallery.jpg);
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	
}
#g_content
{
	margin: auto;
	width: 190px;
	perspective: 1000px;
	position: relative;
	padding-top: 80px;
}
#g_content-carrousel
{
	width: 100%;
	position: absolute;
	float: right;
	animation: rotar 15s infinite linear;
	transform-style: preserve-3d;
}
#g_content-carrousel:hover
{
	animation-play-state:paused;
	cursor:pointer;
}
#g_content-carrousel figure
{
	width: 100%;
	height: 120px;
	border: 1px solid #4d444d;
	overflow: hidden;
	position: absolute;
}
#g_content-carrousel figure:nth-child(1)
{
	transform: rotateY(0deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(2)
{
	transform: rotateY(40deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(3)
{
	transform: rotateY(80deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(4)
{
	transform: rotateY(120deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(5)
{
	transform: rotateY(160deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(6)
{
	transform: rotateY(200deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(7)
{
	transform: rotateY(240deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(8)
{
	transform: rotateY(280deg)translateZ(300px);
}
#g_content-carrousel figure:nth-child(9)
{
	transform: rotateY(320deg)translateZ(300px);
}
.shadow
{
	position: absolute;
	box-shadow: 0px 0px 20px 0px #000;
	border-radius: 2px;
}
#g_content-carrousel img
{
	image-rendering:auto;
	transition: all 300ms;
	width: 100%;
	height: 100%;
}
#g_content-carrousel img:hover
{
	transform:scale(1.2);
	transition: all 300ms;
}
@keyframes rotar
{
	from{
		transform: rotateY(0deg);
	}
	to
	{
		transform: rotateY(360deg);
	}
}
#img_gallery
{
	margin: 10px 50px;
}
#img_gallery img
{
	width: 230px;
	padding: 5px;
	filter: grayscale(100%);
	transition: 1s;
}
#img_gallery img:hover
{
	filter: grayscale(0);
	transform: scale(1.1)
}

/* gallery page style end */

/* about us page style end */

.team_section
{
	overflow: hidden;
	text-align: center;
	font-family: sans-serif;
	background: #34495e;
	padding: 60px;
	border-radius: 10px;
}
.team_section h1
{
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 60px;
	color: #fff;
}
.border
{
	display: block;
	margin: auto;
	width: 160px;
	height: 3px;
	background: #F8FF00;
	margin-bottom: 40px;
}



/* about us page style end */