html {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.625;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    color: #111111;
}
a {
    color: #2184e4;
    text-decoration: none;
}
a:focus, a:hover {
    color: #2184e4;
    text-decoration: none;
}

/* Common Classes */
.site-wrap {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    clear: both;
}
.site-wrap .container {
    width: 100%;
    position: relative;
    clear: both;
}
.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.justify-content {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: center;
}
.justify-content-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
}
.justify-content-center-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.justify-content-center-left {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: start;
    align-items: inherit;
    flex-wrap: wrap;
}
.justify-content-left {
    -webkit-justify-content: left;
    -ms-flex-pack: inherit;
    justify-content: left;
    align-items: inherit;
    flex-wrap: wrap;
}
.justify-content-top {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: inherit;
}
.justify-content-bottom {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: flex-end;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
.full-width {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}
.inner-width {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}
.relative {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.c-white, .c-white a {
    color: #fff;
}
img {
    height: auto;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
input, select, textarea {
    background-color: rgba(255, 255, 255, 0.88);
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    font-family: inherit !important;
}
.section-title {
    font-size: 50px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 5px;
    font-family: 'Oswald', sans-serif;
}
::-ms-input-placeholder {
    color: #464646;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #464646;
    opacity: 1;
}
::placeholder {
    color: #464646;
    opacity: 1;
}

/* Column By Twelve */
.col-1-12, .col-2-12, .col-3-12, .col-4-12, .col-5-12, .col-6-12, .col-7-12, .col-8-12, .col-9-12, .col-10-12, .col-11-12, .col-12-12 {
    width: 100%;
}

/* Column By 25% */
.col-1-4, .col-2-4, .col-3-4, .col-4-4, .col-three-three {
    width: 100%;
}

/* Column By 20% */
.col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-5-5 {
    width: 100%;
}

/* Column Edge to Edge */
.col-1, .col-2, .col-3, .col-4, .col-5 {
    width: 100%;
}
.site-section {
    padding: 60px 0;
}
*, *::before, *::after {
    box-sizing: inherit;
}
a.site-btn {
    color: #1e2742;
    text-transform: uppercase;
    display: block;
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    cursor: pointer;
    font-weight: bold;
}

/* Header */
header.site-header {
    border-bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #181617;
    top: auto;
    z-index: 3;
    border-bottom: 5px solid #0097d6;
}
.site-logo {
    margin-bottom: 19px;
    text-align: center;
    width: 100%;
}
.inner-section.main-header.site-flex.justify-content {
    justify-content: space-around;
}
header.site-header .inner-width {
    padding: 10px 10px;
}
header.site-header .site-cta-wrap > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
header.site-header .main-header .site-logo img {
    height: 30px;
    max-height: 150px;
}
header.site-header .main-header .site-name {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
}
header .site-cta-wrap .site-cta span {
    display: block;
    line-height: 1;
    font-size: 8px;
    color: #ffffff;
}
header .site-cta-wrap .site-cta a {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}
header .site-cta-wrap .site-cta-icon {
    background-color: #2184e4;
    color: #fff;
    padding: 8px 8px;
    line-height: 1;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 18px;
}

/* Hero Banner */
.site-section.hero-banner {
    padding: 0;
}
.hero-banner .hero-banner-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.40);
}
.hero-banner .inner-width {
    position: relative;
    padding: 150px 15px 60px;
}
.hero-banner .caption-text-wrap {
    margin-bottom: 40px;
}
.hero-banner .caption-text {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-shadow: #000 1px 0 10px;
    padding-right: 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
.banner-form .contact-form {
    background-color: rgba(0, 0, 0, 59%);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border: 5px solid #2184e4;
    border-top: 0;
}
.banner-form .contact-form .error {
    color: #FFF;
}
.banner-form .contact-form .field, .floating-form .contact-form .field {
    margin-bottom: 15px;
}
.banner-form .contact-form .form-title {
    font-size: 30px;
    color: #ffffff;
    background: #2184e4;
    padding: 10px;
}
.banner-form .contact-form .form-container {
    padding: 29px;
}
.banner-form .contact-form .field input {
    width: 100%;
    padding: 15px 25px 15px 10px;
    border: 1px solid #000;
    display: block;
}
.banner-form .contact-form .field i {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #898989;
}
.banner-form .contact-form .field select {
    border: 1px solid #000;
    padding: 15px 10px 13px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #898989 50%), linear-gradient(135deg, #898989 50%, transparent 50%), linear-gradient(to right, #898989, #898989);
    background-position: calc(100% - 13px) calc(1.1em + 0px), calc(100% - 8px) calc(1.1em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}
.banner-form .contact-form .field.recaptcha, .banner-form .contact-form .field.recaptcha a {
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
    text-align: center;
}
.banner-form .contact-form input.form-submit {
    border: 0;
    background-color: #2184e4;
    color: #fff;
    border-radius: 50px;
    font-family: 'Font Awesome\ 5 Free' !important;
    background: linear-gradient(to bottom, rgba(95,163,226,1) 0%,rgba(33,132,228,1) 100%);
}

/* Why Choose Us */
.why-choose-us .list-item {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 25%);
    padding: 60px 35px;
}
.why-choose-us .list-item:hover:before {
    background-color: rgba(191, 13, 20, 0.50);
}
.why-choose-us .list-item:not(last-child) {
    margin-bottom: 20px;
}
.why-choose-us .why-choose-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 20px 0;
}
.why-choose-image {
    width: 80px;
    height: 80px;
    background: #2184e4;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.why-choose-image img {
    padding: 15px 0;
}
.why-choose-us-list {
    max-width: 198px;
    margin: 0 auto;
}

/* Services */
.site-section.home-services {
    padding: 60px 15px;
}
.home-services .service-image {
    min-height: 450px;
}
.home-services .service-list-item:not(:last-child) {
    margin-bottom: 30px;
}
.home-services .service-content {
    padding: 30px;
    background-color: #2184e4;
    color: #fff;
    text-align: center;
}
.home-services .service-content-title {
    font-size: 25px;
}
.home-services .service-list-item:nth-child(even), .home-services .service-list-item:nth-child(even) .service-content-wrap {
    flex-direction: row-reverse;
}
.home-services .service-list-item:nth-child(even) .service-content-wrap .service-content {
    padding: 30px;
}
.home-services .service-content ul {
    margin: 0;
    padding: 0;
}
.home-services .service-content ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.home-services .service-content ul li:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f14a";
    position: absolute;
    left: 0;
    color: #2184e4;
}

/* Call To Action */
.site-section.home-call-to-action {
    padding: 15px;
    text-align: center;
}
.home-call-to-action .inner-width {
    background: linear-gradient(to bottom, rgba(95,163,226,1) 0%,rgba(33,132,228,1) 100%);
}
.home-call-to-action .call-to-action-wrap {
    padding: 20px 20px 50px;
    color: #fff;
    margin-bottom: 60px;
    box-shadow: 0 19px 21px rgba(3, 3, 3, 15%);
}
.home-call-to-action .cta-title {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}
.home-call-to-action .cta-btn {
    margin-top: 30px;
}
.home-call-to-action .cta-btn.btn-transparent a {
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    margin-bottom: 8px;
}

/* Footer */
.site-footer {
    padding: 100px 15px;
    background: #181617;
}
footer .footer-right-center .footer-sitename {
    font-size: 20px;
}
footer .footer-right-center {
    margin-top: 20px;
}
footer .copyright {
    margin-top: 20px;
}
footer .site-footer-content .footer-col {
    padding: 0px;
}
footer .site-footer-content .footer-logo img {
    max-height: 150px;
}
footer .site-footer-content .footer-col .copyright {
    display: none;
}
@media only screen and (min-width:360px) {
    header .site-cta-wrap .site-cta span {
        font-size: 10px;
    }
    header .site-cta-wrap .site-cta a {
        font-size: 18px;
    }
    header .site-cta-wrap .site-cta-icon {
        padding: 8px 8px;
        font-size: 20px;
    }
    .why-choose-us-list {
        max-width: 100%;
    }
}
@media only screen and (min-width:480px) {
    header.site-header .main-header .site-logo img {
        height: 50px;
    }
    header .site-cta-wrap .site-cta span {
        font-size: 12px;
    }
    header .site-cta-wrap .site-cta a {
        font-size: 20px;
    }
    header .site-cta-wrap .site-cta-icon {
        padding: 10px 10px;
        font-size: 20px;
    }
    .site-logo {
        text-align: left;
        width: auto;
    }
}
@media only screen and (min-width:768px) {
    footer .site-footer-content .footer-col {
        padding: 35px;
    }
    .site-logo {
        margin-bottom: 0px;
    }
    .inner-section.main-header.site-flex.justify-content {
        justify-content: space-between;
    }
    header .site-cta-wrap .site-cta span {
        font-size: 14px;
    }
    header .site-cta-wrap .site-cta a {
        font-size: 25px;
    }
    header .site-cta-wrap .site-cta-icon {
        padding: 12px 12px;
        font-size: 25px;
    }
    .home-call-to-action .call-to-action-wrap {
        padding: 65px;
    }
}
@media only screen and (min-width:1024px) {

    /* Column By 25% */
    .col-1-4 {
        width: 25%;
    }
    .col-2-4 {
        width: 50%;
    }
    .col-3-4 {
        width: 75%;
    }
    .col-three-three {
        width: 33.33%;
    }

    /* Column By 20% */
    .col-1-5 {
        width: 20%;
    }
    .col-2-5 {
        width: 40%;
    }
    .col-3-5 {
        width: 60%;
    }
    .col-4-5 {
        width: 80%;
    }

    /* Column Edge to Edge */
    .col-2 {
        width: 49%;
    }
    .col-3 {
        width: 32%;
    }
    .col-4 {
        width: 23.5%;
    }
    .col-5 {
        width: 19.2%;
    }

    /* Column By 12 */
    .col-1-12 {
        width: 8.333%;
    }
    .col-2-12 {
        width: 16.666%;
    }
    .col-3-12 {
        width: 24.999%;
    }
    .col-4-12 {
        width: 33.333%;
    }
    .col-5-12 {
        width: 41.666%;
    }
    .col-6-12 {
        width: 50%;
    }
    .col-7-12 {
        width: 58.333%;
    }
    .col-8-12 {
        width: 66.666%;
    }
    .col-9-12 {
        width: 74.999%;
    }
    .col-10-12 {
        width: 83.333%;
    }
    .col-11-12 {
        width: 91.666%;
    }

    /* Header */
    header.site-header .inner-width {
        padding: 15px 15px;
    }
    header.site-header .main-header .site-logo {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
    header.site-header .main-header .site-logo img {
        height: auto;
    }
    header.site-header .main-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
    header.site-header .site-cta-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
    }
    header .site-cta-wrap .site-cta span {
        font-size: 16px
    }
    header .site-cta-wrap .site-cta a {
        font-size: 30px;
    }

    /* Hero Banner */
    .hero-banner .hero-banner-image {
        height: 100vh;
        min-height: 700px;
        max-height: 1000px;
    }
    .hero-banner .inner-width {
        position: absolute;
        left: 0;
        right: 0;
        top: 62%;
        -webkit-transform: translateY(-55%);
        -o-transform: translateY(-55%);
        transform: translateY(-55%);
        padding: 0 40px;
    }
    .hero-banner .caption-text-wrap {
        margin-bottom: 0;
    }
    .hero-banner .caption-text {
        font-size: 80px;
        text-shadow: #000 1px 0 10px;
        text-align: left;
        padding-right: 280px;
    }
    .hero-slide-control .left, .hero-slide-control .right {
        top: 50%;
    }
    .hero-banner .hero-divider-right:before, .hero-banner .hero-divider-right:after, .hero-banner .hero-divider-left:before, .hero-banner .hero-divider-left:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0;
    }
    .hero-banner .hero-divider-right:before {
        background: linear-gradient(to right bottom, transparent 50%, #ffffff 51%);
        z-index: 1;
    }
    .hero-banner .hero-divider-right:after {
        background: linear-gradient(to right bottom, transparent 50%, #fff 51%);
        height: 80px;
    }
    .hero-banner .hero-divider-left:before {
        background: linear-gradient(to left bottom, transparent 50%, #ffffff 51%);
        z-index: 1;
    }
    .hero-banner .hero-divider-left:after {
        background: linear-gradient(to left bottom, transparent 50%, #fff 51%);
        height: 80px;
    }

    /* Why Choose Us */
    .why-choose-us .list-item:not(last-child) {
        margin-bottom: 0;
    }

    /* Services */
    .home-services .service-content {
        width: 100%;
    }
    .home-services .service-content-wrap .col-5-12 {
        width: 0;
    }
    .site-section.home-services {
        padding: 60px 30px;
    }
    .home-services .service-content {
        padding: 40px 40px 40px 40px;
        min-height: 450px;
    }
    .home-services .service-list-item:nth-child(even) .service-content-wrap .service-content {
        padding: 40px 40px 40px 15px;
    }

    /* Call To Action */
    .home-call-to-action .cta-btn {
        margin-top: 0;
        padding-left: 60px;
    }
    .site-section.home-call-to-action {
        text-align: left;
    }

    /* Footer */
    footer .footer-right-center {
        margin-top: 0;
        background-color: #2184e4;
    }
    footer .copyright {
        display: none;
    }
    footer .site-footer-content .footer-col .copyright {
        display: block;
    }
    .site-footer {
        padding: 60px;
    }
}
@media only screen and (min-width:1367px) {
    .hero-banner .inner-width {
        padding: 0 15px;
    }
    .site-section.home-services {
        padding: 60px 60px;
    }
    .home-services .service-content {
        width: 66.333%;
    }
    .home-services .service-content-wrap .col-5-12 {
        width: 41.666%;
    }
}
