

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: arial, sans-serif;
}
body{
	width: 100%;
	height: auto;

}

/* Started Navigation Bar Section*/


header{
	width: 100%;
	height: 80px;
	background-color: whitesmoke;
	position: fixed;
	z-index: 1;
}
.nav-icon{
	right: 0;
	display: none;
}

header div{
	float: left;
	justify-content: space-between;
}

.logo-head img{
	width: 100px;
	margin: 15px 120px;

}

.nav-head{
	position: absolute;
	top: 0;
	right: 0;

}
.nav-head ul{
	list-style: none;
	margin-right: 150px;
	padding:30px

}
.nav-head ul li{
	float: left;
	

}
.nav-head ul li a{
	text-decoration: none;
	padding: 25px;
	color: #333;


}
.nav-head ul li :hover{
	color: #333;
	border-radius: 5px;
	color: darkred;
}

.dropdown{
	position: absolute;
	display:block;
}
.dropdown li{
	width: 270px;
	padding: 20px 0px 20px 0px;
	display: none;
	background-color: whitesmoke;
	border-bottom: 0.5px solid #666;
}

.nav-head li:hover .dropdown li{
	display: block;
	
	
}


/* Finished Navigation Bar Section*/

/* ------------------------Start Body Section---------------------------*/

.contact-top{
	background-image: url("2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 80vh;
}
.contact-top h1{
	text-align: center;
	font-size: 55px;
	padding-top: 20%;
	color: white;
	text-shadow: 2px 2px 5px black;
}

.contact-part1{
	display: flex;
	justify-content: center;
	background-color: red; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to left, #014EA3 , #008ae6);
}
.contact-part1 .part-1A{
	width: 50%;
	height: 400px;	
	border: none;
}
.part-1A{
	justify-content: center;
	padding-top: 70px;
	padding-left: 200px;
}
.phone-number{
	color: white;
	display: flex;
	padding: 10px;
	
}
.phone-number i{

	font-size: 20px;
	color: #white;
	padding-top: 20px;
}
.phone-number p{
	font-size: 20px;
	padding: 10px;
	color: #white;
}
#location-part p{
	width: 100%;
	height: auto;
	color: white;
	text-align: justify;

}
.form{

}
.form input{
	width: 70%;
	padding: 10px;
	margin-top: 5px;
	border-radius: 5px;
}
#Massage{
	text-align: justify;
	height: 100px;
}
.btn-submit{
	width: 80px;
	background-color: red;
	cursor: pointer;
	color: white;
	padding: 10px;
	border: none;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 25%;
}

.google-map{
	width: 100%;
	height: 450px;
	justify-content: center;
}


/*-----------------Start Footer Section----------------*/


footer{
	width: 100%;
	height: auto;
	background-color: #28344C;
	display: flex;
	padding: 10px 100px 10px 100px;
}

footer div{
	width: 450px;
	height: auto;
	border: 1px solid none;

}

footer div h2{
	color: white;
	text-align: left;
	padding: 20px;
}
footer div p{
	color: white;
	text-align: justify;
	
}

.logo-side p{
	padding:20px;
	
}
.link-side h2{
	text-align: left;
	padding-left: 20px;
}
.link-side li{
	list-style: none;
	padding-top: 15px;
	padding-left: 20px;

}
.link-side li a:hover{
	color: red;
}
.link-side li a{
	text-decoration: none;
	color: white;

}
.logo-side b{
	color: red;
	cursor: pointer;
}
.logo-side span{
	display: none;
}

.copyright{
	width: 100%;
	height: auto;
	background-color: #28344C;
	text-align: center;
	color: white;
	padding: 10px;
	padding-top: 40px;
}
.location{
	display: flex;
	margin-top: ;
}
.location i{
	color: red;
	padding: 20px;
	mar
}
.location p{
	margin-top: 20px;
}


footer div h5{
	width: 150px;
	height: 2px;
	background-color: red;
	margin-left: 20px;
}
.icon-btn{
	padding: 20px;
}
.icon-btn i{
	padding-left: 30px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}
