@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800&display=swap');
body{
    font-size: 14px;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #1a1a1a;
}
a{
	color: inherit;
	text-decoration: none;
}
.primary-heading {
    font-size: 3.7em;
    line-height: 1.2;
    font-weight: 700;
}
h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.625em;
    font-weight: 700;
    line-height: 1.3;
}
h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;
}
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
}
section{
	padding: 8em 6.25em;
    position: relative;
}
.navbar-brand{
	width: 110px;
}
.nav-link {
    color: #000;
    margin-right: 2em;
    font-size: 1.1em;
    font-weight: 500;
}
.card {
    border: 1px solid #000;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 4em 2em;
    transition: all .3s;
    display: flex;
    box-shadow: 11px 11px rgba(0,39,74,.75);
}
.card:hover {
	box-shadow: 11px 11px rgba(0,39,74,.9);
}
.is--hero{
	padding-top: 12em;
}
p{
	margin-top: 1.5em;
    margin-bottom: 2em;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6;
}
.form-control, .form-select{
	border-radius: var(--bs-border-radius-pill);
	border: 1px solid var(--bs-form-control-bg);
	height: 42px;
}
.contact--form{
	background: url('../images/gis-banner.jpg') no-repeat center;
	background-size: cover;
}
.is--hero {
    background-image: url(../images/gis-banner.jpg);    
    background-position: 0;
    background-size: cover;
    padding: 210px 60px 210px;
    background-repeat: no-repeat;
}
footer ul{
	padding: 0;
	margin: 15px 0 0;
}
footer ul li{
	list-style: none;
	margin-bottom: 10px;	
}

@media (max-width: 767px) {
    section{padding: 40px 15px;}
    .primary-heading{font-size: 40px;}
    .is--hero{padding: 50px 30px;}
}
.serviceRow .col-lg-4 .card {
    height: 325px;
}