#topbar {
    background: #f46626 !important;
}

.topnav-top #logo a {
    height: 130px !important;
}

/* icon boxes on homepage */
.feature-box.boxed .icon {
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -68px;
}

.feature-box.center .icon {
    margin-bottom: 25px;
    width: 130px;
    height: 130px;
    line-height: 88px;
    font-size: 32px;
}

.feature-box.boxed-blue {
    border: 5px solid #2b286f;
    border-radius: 2px;
    background-image: url(../images/bg-box-3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.feature-box.boxed-orange {
    border: 5px solid #dc681d;
    border-radius: 2px;
    background-image: url(../images/bg-box-3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.title-box-1 {
    color: #2b286f;
    font-weight: 700 !important;
}

.title-box-2 {
    color: #dc681d;
    font-weight: 700 !important;
}

.normal-weight {
    font-weight: normal !important;
}

.section-gray {
    background-color: #e7e7e7;
}

/* team boxes */
.team-box-1 {
    background: #2b286f;
    height: 100%;
    text-align: center !important;
}

.team-box-2 {
    background: #dc681d;
    height: 100%;
    text-align: center !important;
}

.team-box-1 h2 {
    color: #fff !important;
    text-align: center !important;
    font-size: 1.4em;
}

.team-box-2 h2 {
    color: #fff !important;
    text-align: center !important;
    font-size: 1.4em;
}

.team-box-1 p {
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 0 30px 0 30px !important;
}

.team-box-2 p {
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 0 30px 0 30px !important;
}

.team-names {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.bg-testimonials {
    background: url(../images/bg-testimonials.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg-gallery {
    background: url(../images/bg-gallery.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.testimonial .testimonial-content {
    color: #fff;
}

.testimonial .testimonial-quote {
    color: #fff;
}

.testimonial .testimonial-meta .testimonial-name {
    color: #fff;
}

.pageBanners {
    height: 400px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 700px) {
    .pageBanners {
        height: 300px;
    }
}

#bannerText {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}

.table-title h3 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

/*** Table Styles **/

.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    /* max-width: 600px; */
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    color: #fff;
    background: #4683ce;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

@media screen and (max-width: 770px) {
    th {
        color: #fff;
        background: #4683ce;
        border-bottom: 4px solid #9ea7af;
        border-right: 1px solid #343a45;
        font-size: 15px !important;
        font-weight: 100;
        padding: 10px !important;
        text-align: left;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

    td {
        background: #ffffff;
        padding: 8px !important;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 15px !important;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
        border-right: 1px solid #c1c3d1;
    }
}

th:first-child {
    border-top-left-radius: 3px;
}

th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

tr {
    border-top: 1px solid #c1c3d1;
    border-bottom-: 1px solid #c1c3d1;
    color: #666b85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
    background: #2b286f;
    color: #ffffff;
    border-top: 1px solid #22262e;
}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr:nth-child(odd) td {
    background: #ebebeb;
}

tr:nth-child(odd):hover td {
    background: #2b286f;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td {
    background: #ffffff;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #c1c3d1;
}

td:last-child {
    border-right: 0px;
}

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

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

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

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #f9f9f9;
    padding: 25px;
    margin: 0px 0;
}

#contact h3 {
    color: #f96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #f46626;
    color: #fff;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #2b286f;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

@media screen and (max-width: 768px) {

    .topnav-top #topbar ~ #main-navigation,
    .topnav-top #topbar ~ #main-navigation .main-nav-wrapper {
        height: 60px;
        padding-top: 22px;
    }
}

th.main {
    padding: 0 50px;
}

.comp-head {
    font-style: italic !important;
    font-size: 16px !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
    font-family: "Calibri" !important;
}

div.table-title2 {
    display: block;
    margin: auto;
    padding: 5px;
    width: 100%;
}

tr.whitebg th {
    background-color: #fff;
}

tr th {
    background-color: #dddddd;
}

th {
    font-family: "Calibri" !important;
    font-size: 12px !important;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}