@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #085377;
}

.container {
	width: 1100px;
}

.header {
	width: 100%;
	padding: 10px 3rem;
}

.header::before {
    display: block;
    content: '';
    background-color: #365b7c;
    width: 100%;
    height: 40%;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.main-wrapper {
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}