﻿
/* CSS Document */
.style{
	
	border:1px solid blue ;
	padding:29px;
}
.centered {
    position: absolute;
    top: 35%;
    left: 50%;
   transform: translate(-50%, -50%);
    font-size:2vw;
	color: #e6edee;

background-color: rgb(0,0,0,0.5);
	border-radius:7px;
}
.centered2 {
    position: absolute;
    top: 40%;
    left: 40%;
   transform: translate(-23%, -50%);
    font-size:2vw;
	color: #e6edee;

background-color: rgb(0,0,0,0.5);
	border-radius:7px;
}
.bgimage{
	background-image:url(../images/contact3.jpg);
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:500px;
	

}
.font1{
	
	
	font-family: 'Merriweather Sans', sans-serif;

}
.font2{
	
	font-family: 'Roboto', sans-serif;
}
.heading{
	color:#26b7c9;
}
.para1{
	color:grey;
}
.location{
	
	margin-top:5%;
	
}
.special{
font-size:20px;
color:white;
	
}

.text h5 {
margin-left: 20%;
	margin-top: -2%;
	font-family: 'Merriweather Sans', sans-serif;
	
}

.details{
	margin-top:13vw;
	color:white;
	
	
}
.align{
	margin-left:13vw;
}
.align2{
 margin-left:-19vw;	
	
}
.icon{
	margin-left: 9%;
	margin-bottom: -8%;
}
.backgroundimage{
 
 background-image:url(../images/CONTACTUS.png);	
	
}
input[type=text] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
	margin-left:1%;
    resize: vertical;
}
input[type=email] {
 
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 18px;
   margin-left:2%;
    resize: vertical;
}
input[type=password] {
  
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 18px;
    margin-bottom: 16px;
    resize: vertical;
	margin-left:2%;
}
textarea {
    width: 76%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 14px;
    resize: vertical;
	margin-left:0.5%;
}

input[type=submit] {
    background-color:#26b7c9;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #26b7c9;
}
.contactform {
    border-radius: 2vw;
   color:white;
    padding: 11vw;
}






.myfooter{
background-color:grey;

}
.para{
font-size:14px;
margin-left:10%;
color:black;
}

.list1{
margin-top: 0vw;

margin-left: 5vw;
}
	.list2{
margin-top: 0vw;

margin-left: 2vw;
}
	.heading1{
		margin-top:8%;
		text-align:center;
	}
.special1
{
color:white;
font-size:35px;
margin-top:8%;
margin-left:3%;
}

.fa-facebook-square {
margin-left:24%;
}
.centered1 {
    position: absolute;
    top: 76%;
    left: 50%;
   transform: translate(-50%, -50%);
	color:aliceblue
}
.myfooter h3{
margin-top:8%;
}	
	.col-sm-2{
		width: 50%;
	}	

	a {
		color: black;
		}	
	
	i{
		color:#26b7c9;
		
	}

i:hover{
	color:#26b7c9;
}