﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px; 
}
body {
    font-family: "Muli", sans-serif;
}
/* ------------Header------------- */
.logo-box img{
    padding: 10px;
}
.header {
    background: url('/assets/brand_2/bg.png');
    font-family: "Muli", sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}
.heading-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-heading{
    padding: 60px 0;
    color: #ffffff;
    font-size: 63px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.3); 
}
.main-content {
    max-width: 950px;
    margin: auto;
}
.main-content p{
    font-size: 1.2rem;
    font-weight: 400;
    text-align: justify;
    padding: 20px 10px;
}

h1 {
	font-family: "Muli", sans-serif;
    font-weight: 600;
    font-size: 42px;
}

h2 {
	
	font-family: "Muli", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

h3 {
	
	font-family: "Muli", sans-serif;
    font-weight: 600;
    font-size: 18px;
}



/* -----------------footer---------------- */
.footer {
    /*margin-bottom: -20px;*/
}

.footer-header {
    
    background-color: transparent;
    background-image: linear-gradient(180deg, #1f5697 0%, #103057 100%);
    color: #fff;
    padding: 20px 0;
}
    .footer-header h2 {
        font-family: "Muli", sans-serif;
        align-self: center;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
    }
.footer-header .container{
    display: flex;
    justify-content: space-between;
}
.footer-header .container .btn{
    display: inline-block;
    width: 200px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 30px;
    background-color: #154d80;
    border-radius: 0px 0px 0px 0px;
    text-decoration: none;
    border: 1px solid #fff;
    transition: .4s ease;
    
}
.footer-header .container .btn:hover{
    background: #0079f2;
    transition: .4s ease;
}
/* footer contact section */
.map-section{
    background: url('/assets/brand_2/footer-map.png');
    background-position: center center;
    background-size: cover;
    padding: 10px;
    padding-bottom: 30px;
}
.map-section .container .contact{
    display: flex;
    justify-content: space-between;
}
.map-section .container .contact div{
    text-align: center;
    flex: 1;
    padding: 10px;
}
.map-section .container .contact div p{
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.map-section .container .contact .icon{
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}
.footer-row-2{
    display: flex;
    justify-content: center;
}
.footer-row-3{
    display: flex;
    justify-content: center;
}
.footer-row-3 .image-container{
    justify-self: center;
    padding: 10px;
}
.adjust img{
    display: block;
    padding-top: 30px;
}
.copy-rights{
    background: #154d80;
    padding: 25px 0;
    color: #fff;
    font-size: 12px;
}



/* Smartphones */
@media only screen and (max-width: 768px) {
    .contact{
        flex-direction: column;
    }
    .footer-header .container{
        flex-direction: column;
    }
    .footer-header .container .btn{
        margin: auto;
        margin-top: 20px;
    }
    .footer-row-3{
        flex-direction: column;
    }
    .footer-row-3 .image-container{
        align-self: center;
    }
    .logo-box{
        text-align: center;
    }
    .header{
        height: 68vh;
    }
}

.brand-content {
    font-family: "Muli", sans-serif;
    font-weight: 400;
    font-size: 18px;
}