

*{  padding:0; 
    margin:0;
    -webkit-font-smoothing: antialiased;
}

html, body{
}

* a{
	text-decoration:none;
}

.wrapper{
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.hero{
    height:100vh;
    background-image: url(hero.jpg);
    background-position-x:center;
    background-position-y:center;
    background-size: cover;
    width: 100%;
}

h1{
    font-size: 45px;
    color: #c32029;
    font-family: 'bebas_neuebold';
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

h2{
    font-size: 40px;
    color: #c32029;
    font-family: 'bebas_neuebold';
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

h3{
    font-size: 40px;
    color: #373838;
    font-family: 'bebas_neue_regularregular';
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

p{
    font-size: 22px;
    color: #373838;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    
}

.red-button{
    color: #c32029;
    padding: 15px 30px;
    border: 2px solid #c32029;
    margin: 25px;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-radius: 40px;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}

.grey-button{
    color: #373838;
    padding: 15px 30px;
    border: 2px solid #373838;
    margin: 25px;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-radius: 40px;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}

.white-button{
    color: #ffffff;
    padding: 15px 30px;
    border: 2px solid #ffffff;
    margin: 25px;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}

.red-button:hover{
    color: #ffffff;
    background-color: #c32029;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}

.grey-button:hover{
    color: #373838;
    background-color: #ffffff;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}

.white-button:hover{
    color: #c32029;
    background-color: #ffffff;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}

.footer{
    width: 100%;
    padding: 55px 0;
    background-color: #c32029;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    height: 80px;
}

.footer-text{
    width: 100%;
    padding: 50px 0;
    position: absolute;
    z-index: 10000;
    bottom: 0;
}

.about{
    display: inline-block;
    padding: 75px 0;
    width: 100%;
}

.about ul{
    width: 100%;
    list-style: none;
    margin-top: 50px;
}

.about ul li{
    width: 30%;
    padding-right: 5%;
    display: inline-block;
    float: left;
    text-align: center;
}

.about ul li:last-child{
    width: 30%;
    padding-right: 0;
}

.about ul li img{
    margin-bottom: 25px;
    width: 80%;
    height: inherit;
    border: 6px solid #c32029;
    border-radius: 1000000px;
    
}

.contact{
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    padding-bottom: 75px;
}

.con-info{
    width: 31%;
    margin-right: 3.5%;
    overflow: hidden;
    float: left;
    text-align: left;
}

.con-form{
    width: 65.5%;
    margin-right: 0;
    overflow: hidden;
    float: left;
}

.con-icon{
    height: 40px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    clear: both;
}

.con-icon img{
    height: 100%;
    margin-right: 15px;
    float: left;
}

.con-icon a{
    line-height: 40px;
    text-decoration: none;
}

.con-icon a:hover{
    line-height: 40px;
    text-decoration: underline;
}

.con-icon p{
    line-height: 40px;
    float: left;
}

.con-icon p:hover{
    line-height: 40px;
    float: left;
    text-decoration: underline;
}

/*********CON FORM**********/


.contact-form #success, .contact-form #error{display: none}
    form{
	position:relative;
	width:100%;
	min-height:200px;
	text-decoration: none;
	-webkit-appearance: none;
	border-style:none;

}

input{
	width:100%;
	display:block;
	height: 40px;
	margin-top:15px;
	float:left;
    outline: none;
	border-style:none;
	border-bottom: 2px solid #c32029;
    font-family: 'Source Sans Pro', sans-serif; 
    color: #373838; 
    font-size: 11pt; 
    line-height: 14.5pt;
    padding:5px;
}

textarea#enquiry {
	width:100%;
	height:150px;
	border-style:none;
	border-bottom: 2px solid #c32029;
	padding:5px;
	float:none;
	margin-top:15px; 
	outline: none; 
    font-family: 'Source Sans Pro', sans-serif; 
    color: #373838; 
    font-size: 11pt; 
    line-height: 14.5pt;

}
        /* Button */
	
.con-button{
    width: 40%;
    padding: 12px 30px 27px 30px;
    border: solid #c32029 2px;
    border-radius: 30px; 
    text-align: center;
    text-decoration: none;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #c32029;
    margin: 10px 0;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}

.con-button:hover{
    width: 40%;
    padding: 12px 30px 27px 30px;
    background-color: #c32029;
    border: solid #c32029 2px;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin: 10px 0;
    -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
        
.contact-form #success, .contact-form #error {
    display: none;  
    padding: 5px;
    text-align: left; 
    color: #373838; 
    font-size: 11pt; 
    line-height: 14.5pt;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.field input, .field textarea {float: left !important; width: 100% }
    label.error {
        color: #373838; 
        font-size: 12px; 
        float: left; 
        font-family: 'Source Sans Pro', sans-serif;  
        font-size: 11pt; 
        line-height: 14.5pt;
        padding: 5px;
        width: 100%;
}





/*********** CON FORM END *************/

.map{
    height: 300px;
    width: 100%;
    background-color: aquamarine;
    float: left;
    clear: both;
    margin-top: 50px;
}

.end{
    background-color: #373838;
    padding: 75px 0;
    color: #ffffff;
}

.end P{
    color: #ffffff
}

.end a{
    color: #c32029;
    text-decoration: none;
}

.end a:hover{
    color: #ffffff;
    text-decoration: none;
}

@media(max-width:960px){
    .footer{
        height: 125px;
    }
}

@media(max-width:900px){
    .con-info{
        width: 48%;
        margin-right: 2%; 
    }
    
    .con-form{
        width: 48%;
        margin-right: 0%; 
    }
    
    .con-button {
        width: 100%;
    }
}

@media(max-width:769px){
    h3{
        font-size: 27px;
    }
    
    .about ul li img{
        width: 90%;
    }
    
    .footer{
        height: 130px;
    }
}

@media(max-width:700px){
    h1{
        font-size: 35px;
    }
    
    p{
        font-size: 20px;
    }
    
    .about ul li{
        width: 75%;
        float: none;
        clear: both;
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .about ul li:last-child{
        width: 75%;
        float: none;
        clear: both;
        padding-right: 0;
        margin-bottom: 0;
    }
    
    h3{
        font-size: 40px;
    }
}

@media(max-width:600px){
    .con-info{
        width: 100%;
        margin-right: 0%; 
    }
    
    .con-form{
        width: 100%;
        margin-right: 0%; 
    }
}

@media(max-width:550px){
    .footer{
        height: 90px;
    }
    
    .footer-text{
        padding: 30px 0;
    }
}

@media(max-width:430px){
    h3{
        font-size: 32px;
    }
}




