/*----------------------------------------------------------------*/
/*-- SETUP --*/
/*----------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color: #555;
    font-family: 'Roboto', 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.row{
    max-width: 1140px;
    margin: 0 auto;
}

/*----------------------------------------------------------------*/
/*-- HEADINGS --*/
/*----------------------------------------------------------------*/

h1 {
    margin: 0;
    color:#fff;
    font-size: 240%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 4px;
}

h2 {
    font-weight: 300;
    color: #25274D;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #303364;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

/*----------------------------------------------------------------*/
/*-- ADDRESS SECTION --*/
/*----------------------------------------------------------------*/

.hero-text-box {
    position: absolute;
    float: right;
    width: 1148px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.addressBox {
    background: url(../img/map.png);
    background-size: cover;
    background-position: center;
    height: 80vh;
    z-index: -1;
}  

.Address2 {
    margin: 0;
    color:#fff;
    font-size: 200%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 4px;
    margin-bottom: 30px;
}


/*----------------------------------------------------------------*/
/*-- BUTTONS --*/
/*----------------------------------------------------------------*/

.btn:link,
.btn:visited{
    display: inline-block;
    padding: 10px 30px;
    text-transform:uppercase;
    font-weight: 500;
    text-decoration: none;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, 0.65);
    color: 25274D;
    margin-right: 10px;
    border: 2px solid #25274D;
    transition: background-color 0.2s, border 0.2s, color 0.5s;
}

.btn:hover,
.btn:active{
    color: #fff;
    border: 2px solid #303364;
    background-color: #303364;
}

.submitbtn {
    text-align: right;
}

/*----------------------------------------------------------------*/
/*-- FOOTER --*/
/*----------------------------------------------------------------*/


footer {
    background-color: #aaabb8;
    color: white;
}

.footer{
    padding: 70px 0;
}

.footer_c {
    max-width: 1170px;
    margin: auto;
}

.footer_r {
    display: flex;
    flex-wrap: wrap;
}

.footer_col h4{
    font-size: 18px;
    color: 464866
;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer_col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #464866;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer_col{
    width: 33%;
    padding: 0 15px;
}

.footer_col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer_col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    color: #303364;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer_col ul li a:hover{
    color: #464866;
    padding-left: 8px;
}

.footer ul{
    list-style: none;
    
}

.footer_col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

.section1 {
    padding-bottom: 30px;
}
