/* Custom css */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/* font-family: 'Lato', sans-serif; */

p {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 30px;
}
p strong{
    font-size: 24px;
    font-weight: 400;
}
ul{
    padding: 0;
    margin:0;
}
.full-width {
    height: 100vh;
    background: url(../../assets/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
}
.col-left{
    padding:20px 0;
}
.logo{
    padding-bottom: 20px;
}
.col-right p{
    text-align: left;
}
.col-right{
    padding:40px 70px 0 40px;
}
.col-right h4{
    font-size: 30px;
    color: #cd1433;
    font-weight: 400;
}
.col-right h5 {
    font-size: 18px;
    color: #111;
    font-weight: 800;
    padding: 20px 0 12px 0;
}
.app-icon ul li{
    display: inline-block;
}
.address h5, .address h6 {
    padding: 0;
    color: #fff;
    margin: 0;
}
.address{
    padding-top: 40px;
}
.phone-box img {
    width: 62%;
    margin-bottom: 10px;
}
.footer-left{
    color: #fff;
}
.footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0; 
}
.footer-left h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 36px;
}
.footer-socail ul li{
    display: inline-block;
    padding: 0 8px;
}
.footer-socail ul li a {
    color: #fff;
    font-size: 24px;
}
.footer-socail{
    padding-right: 20px;
}

.address {
    text-shadow: 1px 1px 5px #000000;
}

.full-width {
    background: url(../../assets/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    position: relative;
    min-height: 850px;
    overflow: hidden;
}