/* Fonts */

@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,800);
@import url(//fonts.googleapis.com/css?family=Playball);
@import url(//fonts.googleapis.com/css?family=Slabo+13px);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:100,200,300,400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,300,400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,800);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800);
@import url(//fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap);


@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
/* Main Styles */
.nav > li > a:focus {
    background-color: transparent;
}

html, body {
    background: #fff;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Open Sans', Arial, Helvetica, Sans;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

a:link,
a:hover {
    text-decoration: none;
    outline: none;
}

a.blue.linkbutton {
    color: #fff;
}

span.highlight {

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', Arial, Helvetica, Sans;
    font-weight: 600;
    padding: 0;
}


    h1.banner {
        font-size: 4em;
        font-weight: 600;
        line-height: 1.2em;
        color:#23323e;
    }

    h2.banner {
        font-size: 1.6em;
        color: slategrey
    }

h2 {
    font-size: 2.4em;
    font-weight: 500;
    margin-bottom: 20px;
}

h5 {
    font-size: 1.4em;
}

ul.no-bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b1 {
    list-style-image: url('../images/1x/Top-banner_bullet_1x.png');
}

.b2 {
    list-style-image: url('../images/1x/Featured-bullet_1x.png');
}

.ellipsis-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-columns-2 {
    column-count: 2;
}

    .card-columns-2 li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin: 0 0 0px;
    }

.fas {
    margin-right: 10px;
}

#banner .section-desc {
    color: rgb(71, 103, 136);
    font-size: 1em;
    line-height: 1.6em;
}

.section-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.section-desc-highlight {
    font-weight: 800;
}

.two-columns {
    column-count: 2;
    column-gap: 40px;
}

.section-desc-list {
    font-size: 1.2em;
    list-style: square;
    margin: 0 0 20px 20px;
}

.card.centered {
    text-align: center;
}

.DivPanel {
    padding: 10px;
}

.clear {
    clear: both;
}


b.caret {
    margin: -3px 0 auto 5px;
}



.row-padding {
    padding: 20px 0;
}

.title {
    font-size: 1.6em;
}

.press h1 {
    font-size: 2.5em;
}
.press h2 {
    font-size: 1.6em;
    margin-bottom: 1em;
}
.press h3, .press h4 {
    font-size: 1.4em;
}

.press p {
    font-size: 1.4em;
}

.text-nowrap {
    white-space: normal !important;
}

.section-gray-background {
    background-color: rgb(251, 251, 251)
}


/* Page Animated item Styles */
.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/* Background Animation */

@-webkit-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 9600px 0px;
    }
}

@-moz-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 9600px 0px;
    }
}

@-ms-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 9600px 0px;
    }
}

/* Page Loading */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9999;
}

.loader-item {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    top: 50%;
    left: 50%;
    text-align: center;
    background: white;
    border-left: 3px solid;
    border-right: 3px solid;
    border-top: 3px solid;
    border-bottom: 3px solid transparent !important;
    border-radius: 200px;
}

    .loader-item h2 {
        color: #ccc;
        margin: 0 auto;
        font-size: 20px;
    }

/* Containers */

#PageNav {
    width: 100%;
    z-index: 10000;
}
#PageNavContain {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 10px;
    
    border-radius: 5px;
}

#PageNavMenu {
    padding: 10px;
}

.container-bg {
    overflow: hidden;
    position: relative;
}

article {
    margin: 20px auto;
}

.section-bottom-border {
    border-bottom: solid #ddd 1px;
}

.section-left-border {
    border-left: solid 1px #eee;
}

.inner {
    padding: 40px 0;
}

.panel-buffer {
    margin-top: 40px;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.transparent {
    background: transparent !important;
}

.lite-padding {
    padding: 20px !important;
}

.no-margin {
    margin: 0 !important;
}

    .no-margin h1,
    .no-margin h2,
    .no-margin h3 {
        margin: 0 !important;
    }

.column {
    float: left;
    width: 200px;
}

.opaque {
    opacity: .1;
}

.bottom-right {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.graphic {
    margin: 40px 0 0;
}
/* Positions */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.vertical-middle {
    margin: 0 auto;
    height: auto;
    top: 50%;
    position: relative;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-column {
    padding: 20px 0;
}

/* Alignments */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* Patterns */

.pattern-white:after {
    background: url(../images/pattern-white.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pattern-black:after {
    background: url(../images/pattern-black.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pattern-grid:after {
    background: url(../images/pattern-grid.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.05;
}

.filter {
    height: 100%;
    width: 100%;
}

.light-filter {
    background-color: rgba(0,0,0, .3);
}

.medium-filter {
    background-color: rgba(0,0,0, .5);
}

.dark-filter {
    background-color: rgba(0,0,0, .7);
}

/* Fonts */

.header {
    width: 100%;
    height: auto;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.h-desc {
    font-size: 1.4em;
    font-weight: 100;
    text-align: center;
    margin: 20px auto;
    max-width: 900px;
}

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.normal {
    font-weight: 300;
}

.light {
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.big-text {
    font-size: 1.4em;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Sans;
}

.big-banner-text {
    font-size: 9em;
    line-height: 110px;
}

.date { color: #999999; margin-bottom: 0; font-size: 1em; }

.panel_title, .panel_section_title { font-family: 'Open Sans Condensed', sans-serif; }
.panel_title {  font-size: 2em; font-weight: 200; }
.panel_section_title {
    font-size: 1.8em;
    margin: 1em 0 .5em;
}

.industry .panel-industry {
    background-color: rgba(255,255,255,0.3);
    margin: 0 0 20px;
    padding: 20px;
    min-height: 350px;
    border: solid 1px #eee;
    text-align: left;
    color: #000;
}


.industry .tile {
    width: 75px;
    height: 75px;
    background-color: #0067a5;
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 10001;
}
    .tile i {
        transform: translateY(50%)
    }
.industry .title {
    background-color: #fff;
    height: 100px;
    text-align: center;
    padding: 10px;
}

/* Colors */

.highlight-text {
    color: #0067a5;
}

.white {
    color: white !important;
}

.blue {
    color: #0067a5 !important;
}

.green {
    color: #0bc314;
}

.gray1 {
    color: #a8a7a7;
}

.gray2 {
    color: #8c8c8c;
}

.colored-bg {
    background-color: #3498db;
}

.gray-border {
    border-color: #eeeeee;
}

.colored-border {
    border-color: #3498db;
}

.colored-border-left {
    border-left-color: #3498db;
}

.colored-border-right {
    border-right-color: #3498db;
}

.bullet-image {
    margin-right: 1em;
}
.nav-pills > li > a {
    border-radius: 20px;
}

.nav-pills > li {
    margin: 0 5px;
}

.nav-link {
    cursor: pointer;
}
.featurestyle .nav-pills .nav-link {
    text-align: left !important;
    padding: 40px;
    border-bottom: solid #eee 1px;
}

.featurestyle .heading {
    font-size: 1.2em;
}

.featurestyle .button-description {
    font-weight: 300;
}

/* not active */
.featurestyle .nav-pills .nav-link:not(.active) {
    color: #2f2f2f;
    padding: 10px 40px;
    font-weight: 300;
}

    .featurestyle .nav-pills .nav-link:not(.active) .button-description,
    .featurestyle .nav-pills .nav-link:not(.active) .bullet-image {
        display: none;
    }

/* active*/
.featurestyle .nav-pills .nav-link.active {
    background-color: rgb(244, 247, 251);
    color: black;
    font-weight: 700;
}

    .featurestyle .nav-pills .nav-link.active .fas {
        display: none;
    }

/* not active */
.nativestyle .nav-pills .nav-link:not(.active) {
    background-color: rgb(244, 248, 252);
    color: black;
}

/* active*/
.nativestyle .nav-pills .nav-link.active {
    background-color: rgb(32, 154, 232);
    color: white;
}

.gray-bg {
    background-color: #F5F7FA !important;
}

.black-bg {
    background-color: black !important;
}

.green-bg {
    background-color: #0dea18 !important;
}

/* Section */

#banner {

}

.pattern-style-1 {
    background: url(../images/1x/pattern_1x.png) no-repeat fixed;
    background-size: cover;
}

.pattern-style-1-dark {
    background: url(../images/pattern-1-dark.png) no-repeat fixed;
    background-size: cover;
}

.pattern-style-2 {
    background: url(../images/1x/pattern-2_1x.png) no-repeat fixed right;
    background-size: 50%;
}


/* Details */

.home-details {
    width: 90%;
    margin: 0 auto;
    height: auto;
    max-width: 1170px;
    top: 50%;
    position: relative;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-text {
    margin: 3px auto 0;
}

    .slide-text li:last-child {
        clear: both;
    }

.hometext {
    width: 100%;
    height: auto;
    color: white;
    font-size: 9em;
    line-height: 120px;
}

/* Fixed Text */

.fixed-text {
    font-size: 60px;
    color: #a8a8a8;
    margin: 0;
}


.home-arrow {
    display: block;
    color: #b8b7b7;
    width: 150px;
    margin: 10px auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .home-arrow span {
        display: block;
        margin: 5px auto;
    }

    .home-arrow:hover {
        color: white;
    }


.home-details-tb {
    width: 100%;
    margin: 0 auto;
    height: auto;
    top: 50%;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .home-details-tb .home-details-inner {
        max-width: 90%;
        margin: 0 auto;
    }


#demo1 {
    background: url(/images/CTA_Demo_1.png) no-repeat top center;
    background-size: 100%;
    height: 600px;
    color: #ffffff;
}

#demo2 {
    background: url(/images/CTA_Demo_2.png) no-repeat top center;
    background-size: 100%;
    height: 600px;
    color: #ffffff;
}

#demo3 {
    background: url(/images/CTA_Demo_3.png) no-repeat top center;
    background-size: 100%;
    height: 600px;
    color: #ffffff;
}

#demo2 {
    background: url(/images/CTA_Demo_2.png) no-repeat top center;
    background-size: 100%;
    height: 600px;
    color: #ffffff;
}

#about-banner {
    background: #fff url(/images/75x/Mission_0.75x.png) no-repeat top center;
    background-size: 100%;
    height: 600px;
    color: #ffffff;
}

/* Navigation */

#navigation {
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10001;
}

.not-visible-nav {
    top: -77px;
}

.visible-nav {
    top: 0;
}

.white-nav {
    background: rgba(255, 255, 255, 1);
}

.dark-nav {
    background: #0067a5 !important;
    color: #fff;
}

.soft-nav {
    background: rgba(255, 255, 255, 0.05);
}

.nav-inner {
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
}

    .nav-inner:after {
        clear: both;
    }

/* Logo Style */

.nav-inner {
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.site-logo {
    padding: 0 10px;
}

    .site-logo a.logo {
        display: block;
    }

        .site-logo a.logo img {
            height: auto;
            max-height: 50px;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
        }

.site-logo-emblem {
    display: inline;
    float: left;
    text-align: center;
    width: 85px;
    height: 60px;
    padding: 10px;
    background: #0067a5;
}

    .site-logo-emblem > div.unskew {
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
    }

/* Nav Menu */

#navigation .mini-nav-button {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-menu {
    float: right;
    height: 100%;
}

.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

.dropdown-menu-heading {
    margin: 1rem 0;
    font-weight: bold;
}
/* Sections */
#fullfeatures {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

    #fullfeatures h4 {
        font-family: 'Raleway', Arial, Helvetica, Sans;
        font-size: 1.4em;
        margin: 20px 0;
        background-color: #ffffff;
        color: #0067a5;
        padding: 10px;
    }

    #fullfeatures ul li {
        margin-left: 25px;
        margin-top: 20px;
        padding: 10px;
        text-align: left;
    }

.highlight {
    border-radius: 8px;
    cursor: pointer;
}

    .highlight:hover {
        background-color: #0494eb;
    }

.green-bg .highlight {
    background-color: #38cf0d;
}

    .green-bg .highlight:hover {
        background-color: #55e92c;
    }

.blue-bg .highlight {
    background-color: #017dc8;
}

    .blue-bg .highlight:hover {
        background-color: #0494eb;
    }


/* Team */

#leadership {
    border-bottom: 1px solid #f2f2f2;
}


.team-member-pic {
    border-radius: 5px;
    width: 250px;
    height: 350px;
    margin: 20px auto;
}

.team-members .member-details .member-name {
    color: white;
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
}

.team-members .member-details .member-position {
    color: #3498db;
    font-size: 13px;
}

.team-members .member-details .member-description {
    color: #d7d7d7;
    font-size: 13px;
}

.inner-details .member-details {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 15px;
    top: 100%;
    margin: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .inner-details .member-details .member-details-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/* Contact Form*/
.form-background-1 {
    background-image: url('../images/1x/Contact-form_1x.png');
    background-size: cover;
}

/* Input Styles */

.form {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    color: #fff !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form:hover {
    border: 1px solid rgba(0, 0, 0, .5);
}

.form:focus {
    color: white;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 1);
}

input[type=checkbox].large-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].large-checkbox + label.large-checkbox-label {
        padding-left: 35px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        margin: 0 10px 0 0;
    }

    input[type=checkbox].large-checkbox:checked + label.large-checkbox-label {
        background-position: 0 -30px;
    }

    input[type=date]::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }

label.large-checkbox-label {
    background-image: url(images/css_checkbox.png);
    color: #fff;
    font-weight: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal {
    z-index: 100001;
}

.modal-dialog .form {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    color: #000 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.modal-dialog .form-input-part {
    width: auto;
}

.modal-dialog .form:hover {
    border: 1px solid #000;
}

.modal-dialog .form:focus {
    color: black;
    outline: none;
    border: 1px solid #000;
}

.modal-dialog .textarea {

}

/* Send Button Styles */

.form-btn {
    width: 100%;
    display: block;
    height: auto;
    padding: 15px;
    color: #727272;
    background: rgba(83, 83, 83, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .form-btn:hover {
        background: #3498db;
        color: white;
        border: 1px solid #3498db;
    }

    .form-btn:active {
        opacity: 0.9;
    }

/* Site Socials and Address */
#bottom-nav .inner {
    max-width: 1124px;
}

#bottom-nav .socials {
    width: 100%;
    padding: 15px 10px;
}

    #bottom-nav .socials a.social {
        font-size: 18px;
        color: #e7e7e7;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        #bottom-nav .socials a.social:hover {
            background: #fff;
            color: #0067a5;
        }

/* Adress */

#bottom-nav .address {
    width: 100%;
    height: auto;
    margin: 25px auto 0;
}

/* Back to Top Button */

#bottom-nav {
    background-color: rgb(2, 49, 77);
    color: #ffffff;
}

    #bottom-nav h4 {
        color: #e7e7e7;
    }

    #bottom-nav .top-button {
        margin: auto 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #191919;
        color: #d1d1d1;
        font-size: 20px;
        line-height: 40px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        #bottom-nav .top-button:hover {
            color: #0067a5;
        }


.dark a,
.dark a:hover {
    color: #ffffff;
}

.dark.decorated a {
    color: #eee;
    border-bottom: 1px dotted;
}

.dark a:not(.no-decoration):hover {
    color: white;
    border-bottom: 1px dotted;
}


.basiclinks a {
    border: none !important;
    color: #fff;
}

/* Footer */

.footer {
    padding: 45px;
    text-align: center;
    background: #161616;
    border-top: solid 1px #494949;
}

    .footer h2.company-name {
        margin-top: 0;
        padding-top: 0;
        font-size: 35px;
    }

    .footer p.copyright {
        margin-bottom: 0;
        padding-bottom: 0;
        color: #ddd;
        font-size: 14px;
    }

        .footer p.copyright a:hover {
            color: #3498db;
        }

    .footer a,
    .footer a:hover,
    .footer a:hover {
        color: #9a9a9a;
    }

        .footer a:not(.no-decoration):hover {
            color: white;
            border-bottom: 1px dotted;
        }

/* Search */

.search-button {
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #eaeaea;
    border: none;
    outline: none;
    padding: 3px 7px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
}

#culture {
}

#careermarquee {
    background: #fff url(../images/office4.jpg) no-repeat top left;
    background-size: cover;
    height: 500px;
    padding: 25px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#industriesmarquee {
    background: #fff url(../images/bg_industries.jpg) no-repeat top center;
    background-size: cover;
    padding: 25px 0;
    text-align: center;
}

#workinghere .standout {
    font-size: 2em;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Sans;
    background-color: #107aba;
    border-radius: 10px;
    margin: 0 10px;
    padding: 15px;
}

#hospitalityhome {
    background: #fff url(../images/banner_hotel.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 1080px;
    padding: 25px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#automarquee {
    background: #fff url(../images/banner_auto.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 500px;
    padding: 25px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#cinemamarquee {
    background: #fff url(../images/banner_leisure.jpg) no-repeat center center fixed;
    background-size: cover;
    min-height: 500px;
    padding: 25px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    #cinemamarquee h2 {
        color: #fff;
        font-size: 2em;
        font-weight: 100;
    }

#golfmarquee {
    background: #fff url(../images/banner_golf.jpeg) no-repeat top center;
    background-size: cover;
    min-height: 500px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    #golfmarquee h2 {
        color: #fff;
        font-size: 2em;
        font-weight: 100;
    }

#healthcaremarquee {
    background: #fff url(../images/banner_healthcare.jpg) no-repeat top center;
    background-size: cover;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

    #healthcaremarquee h2 {
        color: #fff;
        font-size: 2em;
        font-weight: 100;
    }

    #pricing h2 {
        color: #fff;
        font-size: 2em;
        font-weight: 100;
    }

.textmarquee {
    background-size: cover;
    height: 200px;
    padding: 25px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#homenavigation {
    position: fixed;
    width: 100%;
    z-index: 1001;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#partners ul {
    margin: 50px 0 0;
}

    #partners ul li {
        display: inline-block;
        margin: 10px;
    }

.insideSectionContainer {
    float: left;
    width: 220px;
    text-align: left;
}

li.standout {
    background-color: #3A3A3A;
    margin: 20px !important;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #FDFCFC;
}



.collagecontent {
    padding: 20px;
}

    .collagecontent h2 {
        font-size: 2em;
        font-weight: 700;
        color: #0067a5;
    }

.list-header {
    font-size: 1em;
    color: #fff;
}

.inline-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .inline-list ul li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        text-align: left;
        padding: 10px;
    }

.medium-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about ie8 */
    width: 100px;
    height: 100px;
    border: solid #fff 4px;
    margin: 20px auto;
}

.bulleted ul {
    margin: 1em 1.2em 1em;
    text-align: left;
    list-style-type: square;
}

    .bulleted ul li {
        padding-left: 15px;
    }

.inlineButton {
    position: relative;
    top: -5px;
    left: 50px;
}


.dot {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    display: inline-block;
    border: 15px solid #0067a5;
    padding: 15px;
}

    .dot.dot-yellow {
        border-color: yellow;
    }

    .dot.dot-red-bg {
        background-color: #ba0000;
    }

.dot-inside {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: black;
}

.vline {
    border-left: 10px solid black;
    display: inline-block;
    height: 300px;
    padding: 0;
    margin: 0;
}

.line-container {
    font-size: 0;
}

.diagram h4 {
    font-size: 3rem;
    font-family: 'Raleway', Arial, Helvetica, Sans;
    margin-bottom: 1rem;
}

.diagram p {font-size: 1.6em;}

.diagram .shadowed-contain {
    height: 200px;
}

#addons .fas {
    color:#ba0000 ;
}

#cinema .fas {
    color: #ba0000;
}

#golfindustry .fas {
    color:#0e642d;
}

#healthcareindustry .fas {
    color: #23323e;
}

#cinema h4 {margin-bottom: 10px;}




.top-line-wave {
    position: relative;
    margin-bottom: 3rem;
    padding-top: 3.5rem;
}

    .top-line-wave.middle-wave:before {
        height: 100%;
    }

    .top-line-wave.darkest-wave:before {
        border-left-color: #23323e;
    }

    .top-line-wave.lightest-wave:before {
        border-left-color: #fdba1e;
    }


.top-line-wave:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    border-left: 100vw solid #fff;
    width: 0;
    height: 0;
    border-bottom: 100px solid transparent;
}

.extra-large-wrapper {
    max-width: 75em;
    margin: 0 auto;
    z-index: 100;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.fas-nomargin .fas {
    margin: 0;
}

.shadowed-container {
    background-color: #f5f5f5;
    padding: 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.shadow-effect {
    background: #fff;
    padding: 40px;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}


/* Testimonials */

#testimonials {
    background: url('../images/1x/pattern-3_1x.png') no-repeat fixed left;

}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#customers-testimonials .item {
    text-align: left;
    padding: 40px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #3190E7;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

/* Reviews */
#customerreviews {
    background: url('../images/1x/pattern-3_1x.png') no-repeat fixed left;
}

#customer-reviews .owl-item .item {
    background-color: rgb(16, 60, 87);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
}

#customer-reviews .owl-dots {
    margin: 20px 0;
}

/* Ratings */
.rating-box {
    position: relative;
    vertical-align: middle;
    font-size: 1.6em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #ebd800;
    letter-spacing: 5px;
    font-weight: 900;
}

    .rating-box:before {
        content: "\f005 \f005 \f005 \f005 \f005";
    }

    .rating-box .rating {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #ebd800;
        font-weight: 200;
    }

        .rating-box .rating:before {
            content: "\f005 \f005 \f005 \f005 \f005";
        }
