/*=== HEADER ===*/
#header {
    height: 0;
}
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
}
.header-menu {
    padding: 18px 0;
    text-transform: uppercase;
    font: 18px 'Lato-Bold';
    color: #fff;
    background-color: rgba(22,49,72,.25);
}
.fixed .header-menu {
    background-color: #212121;
    box-shadow: 0 2px 10px -3px rgba(25,25,25,.5);
}
.header-menu .container > .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header-menu a:hover {
    color: #056db5;
}
.header-menu .btn {
    min-width: 175px;
    margin-left: 10px;
}
.logo,
.logo img {
    display: block;
}

/*=== TOP BANNER ===*/
.banner {
    position: relative;
    min-height: 520px;
    text-align: center;
    color: #fff;
}
.banner .img-box {
    height: 100%;
    background-attachment: fixed;
}
.banner .img-box:after,
.sub-banner:after {
    opacity: 1;
    visibility: visible;
}
.banner .container,
.sub-banner .container {
    height: 100%;
    z-index: 2;
}
.banner .flexbox,
.sub-banner .flexbox {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 125px 0 50px;
}
.banner-text {
    max-width: 650px;
    width: 100%;
}
.banner-text a:not([href]) {
    display: none;
}
.banner-text .btn {
    min-width: 175px;
    margin-top: 10px;
}
.large-text {
    text-transform: uppercase;
    text-shadow: 0 0 180px rgba(0,0,0,.82);
    font: 58px/1.1 'Lato-Bold';
}
.banner-content {
    margin-top: 25px;
    font-size: 24px;
}
.sub-banner {
    height: 460px;
    text-align: center;
    color: #fff;
}
.sub-banner .large-text {
    font-size: 36px;
}

/*=== VIDEO SECTION ===*/
.video-section {
    position: relative;
    height: 520px;
    padding: 0 0.5px;
    text-align: center;
    color: #fff;
}
.video-section h2,
.video-section h3 {
    text-transform: uppercase;
    color: inherit;
}
.video-section .img-box {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 50px 0;
}
.video-section .img-box:after {
    opacity: 1;
    visibility: visible;
    background: url(../images/layout/bg-texture.png);
}
.btn-play {
    display: inline-block;
    width: 134px;
    height: 134px;
    margin-top: 20px;
    border: 5px solid;
    border-radius: 50%;
    padding-right: 12px;
    line-height: 134px;
}
.btn-play:after {
    content: '\f2ec';
    display: inherit;
    font: 42px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    transform: rotate(-30deg);
}
.btn-play:hover {
    background-color: rgba(255,255,255,.52);
}

/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper {
    padding: 75px 0; 
    text-align: center;
}
.testimonials-slider {
    width: 84%;
    margin: 0 auto;
    padding: 0 90px;
    font-size: 20px;
}
.testimonials-slider:before {
    content: '\f10e';
    display: block;
    margin-top: 20px;
    font: 42px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #056db5;
}
.testimonials-slider .slick-track {
    display: flex;
    align-items: center;
}
.testimonials-slider .author {
    margin-bottom: 0;
    font-family: 'Avenir-BookOblique';
}
.testimonials-slider .author:before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}

/*=== CALLOUT & SPECIFICATION SECTIONS ===*/
.bar-callout {
    height: 605px;
    background-attachment: fixed;
}
.specification-wrapper {
    padding-bottom: 55px;
    text-align: center;
}
.specification-wrapper .flexbox {
    justify-content: center;
    margin-top: 30px;
    text-align: left;
}
.specification-wrapper .flexbox > div {
    width: 33.33%;
    padding-left: 45px;
}
.specification-wrapper ul:not([class]) li,
#container ul:not([class]) li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}
.specification-wrapper ul:not([class]) li:before,
#container ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #484c52;
}

/*=== CONTACT SECTION ===*/
.contact-wrapper {
    padding: 50px 0;
    background-color: #ebedee;
}
.contact-wrapper .flexbox {
    flex-wrap: nowrap;
}
.contact-wrapper .flexbox > div:first-child {
    flex-shrink: 0;
    width: 32%;
    padding: 80px 50px 0 0;
}
.contact-wrapper .flexbox > div:last-child {
    flex-grow: 1;
}
.jb-form {
    border-radius: 8px;
    padding: 60px 25px 60px 55px;
    background-color: #fff;
    font-size: 12px;
}
.jb-form abbr {
    text-decoration: none;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
}
.jb-form label abbr {
    position: static;
}
.jb-form label:first-child,
.jb-form .label:first-child {
    display: block;
    width: auto;
    margin: 0;
    font: 12px 'Avenir-Heavy';
    text-align: inherit;
    float: none;
}
.jb-form p {
    margin: 0 0 22px 0;
    padding: 0 30px 0 0;
    border-radius: 0;
    text-align: left;
    color: inherit;
    background: transparent;
}
.jb-form p.buttons {
    margin: 45px 0 0;
    padding: 0 30px 0 0;
    text-align: right;
}
.jb-form p[class^="wrap-"] {
    display: inline-block;
    vertical-align: top;
}
.jb-form p.wrap-50 {
    width: calc(50% - 2px);
}
.jb-form p.wrap-40 {
    width: calc(40% - 2px);
    padding: 0 20px 0 0;
}
.jb-form p.wrap-20 {
    width: calc(20% - 3px);
    padding: 0 20px 0 0;
}
.jb-form p.wrap-40 + p.wrap-40 + p.wrap-20 {
    padding: 0 30px 0 0;
}
.jb-form input[type="text"],
.jb-form input[type="tel"],
.jb-form input[type="email"],
.jb-form textarea,
.jb-form select {
    border-color: #ccd1d9;
    border-radius: 8px;
    padding: 11px 15px;
    font: 12px 'Avenir-Heavy';
    color: inherit;
    box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
    box-shadow: none;
    background: #fff;
}
.jb-form textarea {
    height: auto;
}
.jb-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.jb-form input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font: 12px/20px 'Avenir-Heavy';
    cursor: pointer;
}
.jb-form input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccd1d9;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
}
.jb-form input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #484c52;
    border-left: 2px solid #484c52;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
}
.jb-form input[type="checkbox"]:checked + label:after {
    transform: rotate(-45deg) scale(1);
}
.jb-form .captcha-container {
    margin: 35px 0 22px;
}

.jb-form p small {
	font-size: 11px;
}

/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper {
    padding: 45px 0;
    background-color: #ebedee;
}
.quick-links-wrapper h2 {
    margin-bottom: 15px;
    line-height: 1.1;
    font-size: 26px;
}
.quick-links-wrapper .flexbox {
    justify-content: center;
    margin: 40px -10px 15px;
}
.quick-link {
    width: 33.33%;
    padding: 0 10px;
}
.quick-link .img-box {
    height: 210px;
}
.quick-link > div {
    padding-top: 40px;
}
.quick-link h3 {
    margin-bottom: 10px;
    line-height: 1.05;
    font-size: 22px;
}
.quick-link p {
    margin-bottom: 20px;
}

/*=== MAIN CONTENT ===*/
.main-content {
    padding: 50px 0 70px;
}
.sidebar {
    width: 400px;
    padding-left: 50px;
}
.sidebar > *:not(:last-child) {
    margin-bottom: 50px;
}
.page-content .flexbox {
    flex-wrap: nowrap;
 }
.page-content .flexbox > div,
.page-section .flexbox > div {
    width: 50%;
}
.page-content .flexbox > div:last-child {
    color: #fff;
    background-color: #212121;
}
.page-content .flexbox > div:last-child h2,
.page-content .flexbox > div:last-child h3 {
    color: inherit;
}
.page-content .flexbox > div > div {
    max-width: 560px;
    width: 100%;
}
.page-content .flexbox > div:first-child > div {
    margin-left: auto;
    padding: 60px 35px 120px 15px;
}
.page-content .flexbox > div:last-child > div {
    padding: 60px 40px 120px 40px;
}
.page-content .flexbox > div:only-child > div,
.page-section .flexbox > div:only-child {
    padding: 0;
}
.page-section {
    position: relative;
    padding: 90px 0;
    background-color: #ebedee;
}
.page-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 235px);
    background-color: #056db5;
}
.page-section .container {
    position: relative;
    z-index: 1;
}
.page-section .flexbox {
    flex-wrap: nowrap;
    align-items: center;
}
.page-section .flexbox > div {
    width: 50%;
}
.page-section .flexbox > div:first-child {
    padding: 0 50px 0 130px;
}
.page-section .flexbox > div:last-child {
    padding-left: 38px;
}
.page-section img,
.sidebar > img {
    width: 100%;
}

/*=== FOOTER ===*/
.footer-wrapper {
    height: auto;
    padding: 35px 0;
    font: 12px 'Avenir-Heavy';
    color: #fff;
    background-color: #212121;
}
.footer-wrapper em,
.footer-wrapper i {
    font-family: 'Avenir-HeavyOblique';
}
.footer-wrapper .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-wrapper .social a {
    font-size: 21px;
}
.footer-wrapper .social a:not(:last-child) {
    margin-right: 16px;
}