﻿body {
    font-size: 14px;
    font-family: 'Molengo', sans-serif;
    font-weight: 300;
    /*line-height: 0;*/
}
* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
}
.welcomeTxt {
    font-size: 30px;
    color: #105a9e;
    text-align: center;
    /*padding-bottom: 30px;*/
}
.container {
    padding:25px;
}
.container:first-child {
        padding-bottom:75px;
}
		
.mt-5, .my-5 {
    margin-top: 2rem !important;
}
.footer-content {
    margin: 0 auto;
    /*max-width: 960px;*/
    overflow: hidden;
}
.footer-block{
    color: #666;
    font-size: 14px;
    font-family: 'Molengo', sans-serif;
    font-weight: 300;
}
.footer-block h2 {
    font-size: 20px;
    font-family: 'Molengo', sans-serif;
    font-weight: 300;
}
        
.footer-content .footer-col-wrap {
    /*margin: 0 -20px;*/
    position: relative;
    overflow: hidden;
}
.footer-content .footer-col-wrap .footer-col {
    /*width: 33.33%;*/
    /*padding: 20px 20px 40px;*/
    margin-bottom: 40px;
    float: left;
}
.footer-content .footer-col-wrap .footer-col .footer-block {
    text-align: left;
    /*padding-bottom: 40px;*/
}
.footer-content .footer-col-wrap .footer-col .footer-block .footer-contact {
    border: 1px solid #919191;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f6f6f6);
    border-radius: 10px;
    padding: 15px;
    /*height:385px;*/
    min-height: 420px;
}
.footer-content .footer-col-wrap .footer-col .footer-block p {
    padding: 0 0 15px;
    font-family: 'Molengo', sans-serif;
    font-weight: 400;
}
.footer-content .footer-col-wrap .footer-col .footer-block h2 {
    /*font-weight: 300;*/
}
.footer-content .footer-col-wrap .footer-col:last-child .footer-block p {
    padding: 0 0 5px;
}
.footer-content .footer-col-wrap .footer-col .footer-block .seperator {
    height: 1px;
    border-bottom: 1px solid #333;
    margin: 10px 0 15px 0;
}
footer {
    text-align: center;
    padding: 0;
    /*line-height: 0;*/
}
footer p {
    margin: 0;
    font-size: 15px;
    color:gray;
}
footer .footer-inner {
    background-color: #1e1e1e;
    background-image: linear-gradient(#1e1e1e,#333);
    padding: 20px 0px 20px 0px;
}
footer .footer-inner .footer-navigation {
    text-align: center;
    /*padding-bottom: 15px;
    margin-bottom:50px;*/
}
footer .footer-inner .footer-navigation ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
footer .footer-inner .footer-navigation ul li {
    display: inline-block;
    padding: 0 18px;
}
footer .footer-inner .footer-navigation ul li a {
    color: 
    #fff;
    text-decoration: none;
}
