.contact-form {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #181A1C;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.contact-form h3 {
    color: #181A1C;
    padding-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.invisible {
    display: none;
    visibility: visible;
}

.control-group .controls {
    color: #181A1C;
}

input[type=text],
input[type=email],
textarea {
    width: 100%;
    height: 32px;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #CBCBCC;
    border-radius: 3px;
    box-sizing: border-box;
}

textarea {
    height: 100px;
    resize: vertical;
}

.left-align {
    text-align: left;
}

.error {
    color: #CF0000;
    display: none;
}

.message-btn {
    border: 1px solid #747C89;
    color: #747C89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.message-btn:hover {
    background-color: #747C89;
    color: #fff;
}

.click-here {
    color: #f1ff20 !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.contact-form p {
    font-size: 14px;
    color: #181A1C;
    text-align: left;
    margin: 0 0 20px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #CBCBCC;
    box-sizing: border-box;
}

input[type=text]:hover,
input[type=email]:hover,
textarea:hover,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #3498db;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
}

.senary-section {
    position: relative;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

@keyframes fadeInTriangle {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    animation: fadeInTriangle 1.5s forwards;
}



@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

b {
    font-weight: 700;
}

.cartcontainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1%;
    background-color: #4F80B3;
}

.infoWrap .cartSection,
.infoWrap .cartSection p {
    line-height: .95em;
    margin-bottom: 0;
    margin-top: 0;
}

.infoWrap .cartSection p {
    padding-top: 0;
    padding-left: 0;
}

.infoWrap p,
.cartSection p a,
.cartSection h3 a,
.cartSection h3 {
    color: #254D75;
    text-decoration: none;
    line-height: .95em;
}

.infoWrap p.bythecase {
    font-size: .75em;
}

.staff-member {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.staff-member .staff-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.staff-member .staff-info {
    display: flex;
    flex-direction: column;
}

.staff-member p {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.staff-member a {
    font-size: 16px;
    padding: 0;
}

.staff-member div:not(.staff-info-profle, .staff-info-name-title) {
    display: block;
    min-width: 198px;
    max-width: 198px;
}

.staff-member .staff-info-name-title {
    display: block;
    min-width: 384px;
    max-width: 384px;
}

.mapouter {
    text-align: right;
    height: 400px;
    width: 100%;
}

.gmap_canvas {
    text-align: center;
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%
}

.map-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #181A1C;
    height:400px;
	width: 100%;
	max-width:1170px;
	overflow: hidden;
}
.map-wrapper-canvas{
    width:100%;
    height:400px;
}