:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 500px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}*, ::after, ::before {
    box-sizing: border-box
}html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header,hgroup, main, nav, section {
    display: block
}body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}[tabindex="-1"]:focus {
    outline: 0 !important
}h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}p {
    margin-top: 0;
    margin-bottom: 1rem
}dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}a:hover {
    color: #0056b3;
    text-decoration: underline
}a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}figure {
    margin: 0 0 1rem
}img {
    vertical-align: middle;
    border-style: none
}label {
    display: inline-block;
    margin-bottom: .5rem
}button {
    border-radius: 0
}button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}button, input {
    overflow: visible
}button, select {
    text-transform: none
}[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}textarea {
    overflow: auto;
    resize: vertical
}.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}.h1, h1 {
    font-size: 2.5rem
}.h2, h2 {
    font-size: 2rem
}.h3, h3 {
    font-size: 1.75rem
}.h4, h4 {
    font-size: 1.5rem
}.h5, h5 {
    font-size: 1.25rem
}.h6, h6 {
    font-size: 1rem
}.list-unstyled {
    padding-left: 0;
    list-style: none
}.list-inline {
    padding-left: 0;
    list-style: none
}.list-inline-item {
    display: inline-block
}.list-inline-item:not(:last-child) {
    margin-right: .5rem
}.img-fluid {
	max-width: 100%;
	height: auto;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}@media (min-width : 500px ) {
    .container {
        max-width: 540px
    }
}@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }.col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }.col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }.col-lg-3 {
	    -ms-flex: 0 0 33%;
	    flex: 0 0 33%;
	    max-width: 33%
    }.col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        display: block;
    }.col-lg-4.services {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 100%;
        display: table-row;
    }.col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }.col-lg-12 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%
    }
}.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}textarea.form-control {
    height: auto
}.form-group {
    margin-bottom: 1rem
}.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}.btn:focus, .btn:hover {
    text-decoration: none
}.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}.btn-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    float: right;
}.btn-success:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000
}.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,0.50);
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,0.50);
}.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,0.50);
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,0.50);
}.collapse:not(.show) {
    display: none
}.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}.nav-link {
    display: block;
    padding: .5rem 1rem
}.nav-link:focus, .nav-link:hover {
    text-decoration: none
}.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}.navbar>.container, .navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }.navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }.navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }.navbar-expand-lg .navbar-toggler {
        display: none
    }
}.carousel {
    position: relative
}.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}.carousel-control-prev {
    left: 0
}.carousel-control-next {
    right: 0
}.bg-light {
    background-color: #f8f9fa !important
}.rounded {
    border-radius: .25rem !important
}.d-block {
    display: block !important
}.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}@media (min-width: 768px) {
    .col-lg-2.mt-3.people{
        box-sizing: content-box
    }
}.position-relative {
    position: relative !important
}.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}.mr-0, .mx-0 {
    margin-right: 0 !important
}.mb-0, .my-0 {
    margin-bottom: 0 !important
}.mb-1, .my-1 {
    margin-bottom: .25rem !important
}.mt-2, .my-2 {
    margin-top: .5rem !important
}.mb-2, .my-2 {
    margin-bottom: .5rem !important
}.mt-3, .my-3 {
    margin-bottom: 1rem !important;
    margin-left: auto;
    margin-right: auto;
}.mb-3, .my-3 {
    margin-bottom: 1rem !important
}.mt-4, .my-4 {
    margin-top: 1rem !important;
    margin-left: auto;
    margin-right: auto;
}.mt-5, .my-5 {
	margin-top: 2.25rem !important
}.pt-3, .py-3 {
    padding-top: 1rem !important
}.p-4 {
    padding: 1.5rem !important
}.pt-4, .py-4 {
    /* [disabled]padding-top: 1.5rem !important; */
}.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}.mr-auto, .mx-auto {
    margin-right: auto !important
}.ml-auto, .mx-auto {
    margin-left: auto !important
}.text-center {
    text-align: center !important
}.font-weight-bold {
    font-weight: 700 !important
}.text-white {
    color: #fff !important
}.text-muted {
    color: #6c757d !important
}

/* Added alerts and close as they were missing */
/* Alert */
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}

.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}

.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}

.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}

.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}

.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}

.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}

.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}

/* Close */
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}

.close:hover, .close:focus {
color: #000;
text-decoration: none;
opacity: .75;
}

.close:not(:disabled):not(.disabled) {
cursor: pointer;
}

button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
}

.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
}