*
{
	margin : 0;
	padding: 0;
}

.head{
	background: white;
	color: black;
	padding: 10px 70px;
	font-size: 80px;
	font-family: lucida calligraphy;
}

.body{
	background-image: url(logo2.jpg) no repeat center center fixed;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.main-nav
{
	float: center;
	text-align: center;
	list-style: none;
	margin-top: 30px;
}


.main-nav li
{
	display: inline-block;
	
}
/*submenu style*/



.sub-menu{
	display: block;
	list-style-type: none;
	position: absolute;
	margin-top: 30px;
	margin-left: -10px;
	text-align: left;
	box-shadow: 1px 1px 1px grey;
}

.sub-menu: before{
	content: ";
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid white;
	position: absolute;
	margin: -30px 0px 0px 60px;
}

.sub-menu>li{
	padding: 10px;
	color: white;
	font-size: 20px;
}


.main-nav li a
{
	colour: black;
	text-decoration: none;
	padding: 5px 20px;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
</style>
<style>

#container
{
	width: 800px;
	overflow: hidden;
}
	

	

#sliderbox{
	position: relative;
	width: 4200px;
	animation-name: fadein;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}
#sliderbox{
	float:left;
}
@keyframes fadein{
	
	0%
	{
		left: 0px;
	}
	20% /* 4 second */
	{
		left: 0px;
	}
	25% /* 5 second */
	{
		left: -800px;
	}
	45% /* 9 second */
	{
		left: -800px;
	}
	50% /* 10 second */
	{
		left: -1600px;
	}
	70% /* 14 second */
	{
		left: -1600px;
	}
	75% /* 15 second */
	{
		left: -2400px;
	}	
	
	</style>
	
	audio{
		width: 50px;
		height: 50px;
		position: right-side;
	}
	
	.main_container p 
	{
		font-size: 20px;
		margin: 0px;
		padding: 0px;
	}
	
	.contact-title h1{
		font-size: 32px;
		line-height: 10px;
		}
		
	.contact-title h2{
			font-size: 30px;
		}
		
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
</style>

<style>
	.footer {
    padding: 20px;
    text-align: center;
    background: #0d0d0d;
	}
	
.footer-main-div {
	    width: 100%;
		height: auto;
		margin: auto;
		background: #272727;
		padding: 20px 20px;
	}
	
</style>

<style>
/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 25px 22px;
  
}

.fa:hover {
    opacity: 0.7;
}

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #125688;
  color: white;
}

/* Google */
.fa-google {
  background: #dd4b39;
  color: white;
}

/* You Tube */
.fa-youtube {
  background: #bb0000;
  color: white;
}
</style>

.footer p {
	float: left;
}