body {
    font-family: "Fira Sans Condensed", sans-serif;
    color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
a {
    color: #000;
    transition: all 0.5s ease;
}
a:hover {
    color: #135baa;
    text-decoration: none;
}
.link-two {
    color: #000;
    transition: all 0.5s ease;
}
.link-two:hover {
    text-decoration: underline;
    color: #000;
}
.link-one {
    color: #000;
    transition: all 0.5s ease;
}
.link-one:hover {
    color: #000;
    text-decoration: none;
}
.link-icon {
    color: #000;
    font-weight: 500;
}
.link-icon span {
    font-size: 14px;
    padding-left: 4px;
    vertical-align: middle;
}
.link-a {
    color: #fff;
    text-decoration: none;
}
.link-a:hover {
    color: #fff;
    text-decoration: none;
}
.link-a span {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
.link-b {
    color: #135baa;
    text-decoration: underline;
}
.link-b:hover {
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease;
}
.link-c {
    color: #fff;
    text-decoration: underline;
}
.link-c:hover {
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease;
}
.text-brand {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
}
.color-a {
    color: #000;
}
.color-b {
    color: #135baa;
}
.color-c {
    color: #fff;
}
.color-d {
    color: #adadad;
}
.arsenic,
.color-e {
    color: #3e4348;
}
.color-text-a {
    color: #555;
}
.no-margin {
    margin: 0;
}
.nav-pills-a.nav-pills .nav-link {
    color: #000;
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
}
.nav-pills-a.nav-pills .nav-link.active {
    background-color: transparent;
}
.nav-pills-a.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #135baa;
    z-index: 2;
}
.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.list-a {
    display: inline-block;
    line-height: 2;
    padding: 0;
    list-style: none;
}
.list-a li {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-right: 5px;
}
.list-a li:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #313131;
    top: 15px;
    left: 0;
}
.pagination-a .pagination .page-link {
    margin: 0 0.2rem;
    border-color: transparent;
    padding: 0.5rem 0.8rem;
    color: #000;
}
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus,
.pagination-a .pagination .page-link:hover {
    background-color: #135baa;
}
.pagination-a .pagination .page-link span {
    font-size: 1.2rem;
}
.pagination-a .pagination .next .page-link {
    padding: 0.4rem 0.9rem;
}
.pagination-a .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-a .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-a .pagination .page-item.disabled .page-link {
    padding: 0.4rem 0.9rem;
    color: #555;
}
.pagination-a .pagination .page-item.active .page-link {
    background-color: #135baa;
}
.a {
    color: #135baa;
    font-size: 1.3rem;
}
.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 36px;
    color: #000;
    width: 50px;
    padding-top: 8px;
}
.icon-box .icon-box-content {
    padding-top: 15px;
}
.section-t8 {
    padding-top: 8rem;
}
.section-t4 {
    padding-top: 4rem;
}
.section-t3 {
    padding-top: 3rem;
}
.section-b2 {
    padding-bottom: 2rem;
}
.section-tb85 {
    padding: 8rem 0 5rem 0;
}
.title-wrap {
    padding-bottom: 4rem;
}
.title-a {
    font-size: 2.6rem;
    font-weight: 600;
}
.title-b {
    font-size: 1.4rem;
    font-weight: 600;
}
.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
}
.title-link a {
    color: #313131;
}
.title-link span {
    font-size: 20px;
    padding-left: 4px;
    vertical-align: middle;
}
.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 0.5rem;
    position: relative;
}
.title-box-d .title-d {
    font-weight: 100;
    font-size: 2.5rem;
    text-transform: capitalize;
}
.title-e {
    font-weight: 100;
    font-size: 1.25em;
    margin-bottom: 0;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.box-comments ul,
.list-a ul,
.ul-reset ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.overlay-a {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.65) 90%);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 9px;
    margin: 5px 5px;
    background: #000;
    border: 0 solid #000;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #135baa;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #135baa;
    width: 35px;
}
.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}
.owl-arrow .owl-nav .owl-next,
.owl-arrow .owl-nav .owl-prev {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000;
}
.owl-arrow .owl-nav .owl-next.disabled,
.owl-arrow .owl-nav .owl-prev.disabled {
    transition: all 0.6s ease-in-out;
    color: #adadad;
}
.owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}
.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}
.nav-arrow-a .owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}
.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next,
.nav-arrow-b .owl-arrow .owl-nav .owl-prev {
    padding: 0.7rem 1.5rem !important;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #fff;
    background-color: #135baa;
    opacity: 0.9;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled {
    transition: all 0.6s ease-in-out;
    color: #fff;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover {
    background-color: #26a356;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    margin-left: 0;
}
.socials-a .list-inline-item:not(:last-child) {
    margin-right: 25px;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #135baa;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #135baa;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.navbar-default {
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    border-bottom: 5px solid #135baa;
}
.navbar-default .nav-search {
    color: #000;
    font-size: 1.5rem;
}
.navbar-default.navbar-reduce {
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.navbar-default.navbar-reduce,
.navbar-default.navbar-trans {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.navbar-default.navbar-reduce .nav-item,
.navbar-default.navbar-trans .nav-item {
    position: relative;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-left: 0;
}
.navbar-default.navbar-reduce .nav-link,
.navbar-default.navbar-trans .nav-link {
    font-size: 0.9rem;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.navbar-default.navbar-reduce .nav-link:before,
.navbar-default.navbar-trans .nav-link:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #135baa;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: opacity 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
}
.navbar-default.navbar-reduce .nav-link:hover,
.navbar-default.navbar-trans .nav-link:hover {
    color: #000;
}
.navbar-default.navbar-reduce .nav-link:hover:before,
.navbar-default.navbar-trans .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.active:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .show > .nav-link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar-default.navbar-trans .nav-link:before {
    background-color: #135baa;
}
.navbar-default.navbar-trans .nav-link:hover {
    color: #000;
}
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.active,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .show > .nav-link {
    color: #000;
}
.navbar-default.navbar-reduce {
    transition: all 0.5s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-default.navbar-reduce .nav-link {
    color: #000;
}
.navbar-default.navbar-reduce .nav-link:before {
    background-color: #135baa;
}
.navbar-default.navbar-reduce .nav-link:hover {
    color: #000;
}
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.active,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .show > .nav-link {
    color: #000;
}
.navbar-default.navbar-reduce .navbar-brand {
    color: #000;
}
.navbar-default .dropdown .dropdown-menu {
    border-top: 0;
    border-left: 4px solid #135baa;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    padding: 20px 0 12px;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item {
    padding: 12px 48px 12px 18px;
    transition: all 0.5s ease;
    font-weight: 600;
    min-width: 100%;
    font-size: 0.9em;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #135baa;
    transition: all 0.5s ease;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
    background-color: #fff;
    color: #135baa;
}
.navbar-default .dropdown:hover .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}
.navbar-toggler {
    position: relative;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.box-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.6s ease;
}
.box-collapse .title-box-d {
    top: 30px;
    left: 60px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.3s;
}
.box-collapse-wrap {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 9.5rem;
    bottom: 5rem;
    padding-left: 10%;
    padding-right: 10%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
}
.box-collapse-open .click-closed {
    visibility: visible;
}
.box-collapse-open .box-collapse {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    opacity: 1;
}
.box-collapse-open .box-collapse .title-box-d {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.box-collapse-open .box-collapse-wrap {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.box-collapse-closed .box-collapse {
    opacity: 0.7;
    transition-delay: 0s;
}
.box-collapse-closed .box-collapse .title-box-d {
    opacity: 0;
    transition-delay: 0s;
}
.box-collapse-closed .box-collapse .form-a {
    opacity: 0;
    transition-delay: 0s;
}
.click-closed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1035;
    background-color: #000;
    opacity: 0.4;
}
.close-box-collapse {
    position: absolute;
    z-index: 1050;
    top: 2rem;
    font-size: 3.5rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}
.right-boxed {
    right: 4.2857rem;
}
.intro {
    height: 95vh;
    position: relative;
    color: #fff;
}
.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 70px;
    right: 50px;
}
.intro .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 0 solid #fff;
}
.intro .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #135baa;
}
.intro .owl-theme .owl-dots .owl-dot.active span {
    background-color: #135baa;
}
.intro .intro-item {
    padding-top: 2rem;
}
.intro .carousel-item-a {
    position: relative;
    height: 95vh;
}
.intro .carousel-item-a.bg-image {
    background-attachment: scroll;
}
.intro .intro-content {
    position: absolute;
}
.intro .intro-body {
    padding-left: 1rem;
}
.intro .intro-body .learn-a {
    color: #fff;
    padding: 1rem 1.5rem;
    border: 2px solid #135baa;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.intro .special {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    color: #fff;
}
.intro .intro-title-top {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #fff;
    letter-spacing: 0.05em;
}
.intro .intro-title {
    transition-duration: 9s !important;
    color: #fff;
    font-weight: 700;
    font-size: 2.8rem;
    text-transform: uppercase;
}
.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}
.intro .intro-subtitle.intro-learn {
    padding-top: 1rem;
    font-size: 1.2rem;
}
.intro-single {
    padding: 12rem 0 3rem;
}
.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}
.intro-single .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}
.intro-single .breadcrumb-box {
    background-color: transparent;
	padding: 1rem 0 0 0.5rem;
}
.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

/* Img Headers - Careers */
.intro-single-careers {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/careers_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-careers .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-careers .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-careers .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

/* Img Headers - Demo */
.intro-single-demo {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/demo_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-demo .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-demo .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-demo .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


/* Img Headers - Support */
.intro-single-support {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/support_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-support .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-support .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-support .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


/* Img Headers - Case Studies */
.intro-single-casestudy {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/casestudy_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-casestudy .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-casestudy .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-casestudy .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


/* Img Headers - Service */
.intro-single-service {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/service_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-service .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-service .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-service .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


/* Img Headers - Training */
.intro-single-training {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/training_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-training .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-training .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-training .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


/* Img Headers - Retrofits */
.intro-single-retrofits {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/retrofits_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-retrofits .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-retrofits .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-retrofits .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


/* Img Headers - Programming */
.intro-single-programming {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/programming_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-programming .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-programming .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-programming .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

/* Img Headers - Inspection */
.intro-single-inspection {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/inspection_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-inspection .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-inspection .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-inspection .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

/* Img Headers - cmm */
.intro-single-cmm {
    padding: 12rem 0 3rem;
	background-image: url('/img/headers/cmm_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-cmm .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-cmm .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-cmm .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


/* Img Headers - cmms */
.intro-single-cmms {
	background-image: url('/img/headers/cmms_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-cmms .title-single-box {
    /* padding: 1rem 0 1rem 2rem; */
    padding-bottom: 50px;
    padding-left: 30px;

}
.intro-single-cmms .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-cmms .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;

}


/* Img Headers - software */
.intro-single-software {
	background-image: url('/img/headers/software_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
    padding-bottom: 50px;
    padding-top: 200px;
    overflow: hidden;
}
.intro-single-software .title-single-box {
    padding-bottom: 100px;
    padding-left: 30px;
}
.intro-single-software .title-single-box {
    border-left: 3px solid #135baa;
}
.intro-single-software .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}


.card-box-a,
.card-box-b,
.card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
    transition: 0.8s all ease-in-out;
}
.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card-shadow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.4) 90%);
}
.card-shadow:hover::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.14) 37%, rgba(0, 0, 0, 0.2) 95%);
}
.card-overlay-a-content {
    transition: all 0.5s ease-in;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.card-header-a {
    padding: 0 1rem;
}
.card-header-a .card-title-a {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0.7rem;
}
.card-header-a .card-title-a a {
    color: #fff;
    text-decoration: none;
}
.card-body-a {
    z-index: 2;
    transition: all 0.5s ease-in;
    padding: 0 1rem 2rem 1rem;
}
.card-body-a .price-box {
    padding-bottom: 0.5rem;
}
.price-a {
    color: #fff;
    padding: 0.6rem 0.8rem;
    border: 2px solid #135baa;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.card-footer-a {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #135baa;
}
.card-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0.5rem 0;
}
.card-info .card-info-title {
    font-size: 1rem;
    color: #313131;
}
.card-info li span {
    color: #fff;
    font-size: 0.9rem;
}
.card-header-b {
    padding: 1rem;
    color: #fff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}
.card-header-b .category-b {
    font-size: 0.9rem;
    background-color: #135baa;
    padding: 0.3rem 0.7rem;
    color: #fff;
    letter-spacing: 0.03em;
    border-radius: 50px;
    text-decoration: none;
}
.card-header-b .title-2 {
    margin-bottom: 0;
    padding: 0.6rem 0;
    font-size: 1.5rem;
}
.card-header-b .title-2 a {
    color: #fff;
    text-decoration: none;
}
.card-header-b .date-b {
    color: #d8d8d8;
    font-size: 1rem;
}
.post-information {
    padding: 3rem 0;
}
.post-content {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
}
.post-content .post-intro {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 4rem;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}
.post-content p {
    margin-bottom: 1.7rem;
}
.post-content .blockquote {
    padding: 1rem 3rem 1.7rem 3rem;
    border-left: 3px solid #135baa;
    color: #000;
}
.post-content .blockquote footer {
    text-align: left;
    padding: 0;
}
.post-footer {
    padding: 3rem 0 4rem;
}
.post-share .socials {
    display: inline-block;
}
.post-share .socials li {
    margin-left: 0.6rem;
}
.card-box-c {
    position: relative;
}
.card-header-c {
    padding: 0 1rem 1rem 1rem;
}
.card-body-c {
    padding: 0.5rem 0.5rem 0 0.5rem;
}
.card-footer-c {
    padding-left: 0.5rem;
}
.card-box-ico {
    padding: 1rem 3rem 1rem 2.5rem;
    border: 5px solid #135baa;
}
.card-box-ico span {
    font-size: 4rem;
    color: #000;
}
.title-c {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: -40px;
}
.card-box-d .card-overlay-hover {
    transition: all 0.2s ease-in-out;
    padding: 15px 40px 15px 35px;
}
.card-box-d .title-d {
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.card-box-d .content-d {
    opacity: 0;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.card-box-d .info-agents {
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.card-box-d .card-footer-d {
    transition: 0.5s ease-in-out;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}
.card-box-d .list-inline-item:not(:last-child) {
    margin-right: 25px;
}
.card-box-d:hover .card-overlay-hover {
    background-color: #135baa;
    opacity: 0.9;
}
.card-box-d:hover .card-footer-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .title-d {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #fff;
}
.agent-info-box .socials-footer {
    margin-top: 2rem;
}
.agent-info-box .socials-footer li {
    margin-right: 1.5rem;
}
.section-about .title-vertical {
    position: absolute;
    letter-spacing: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50px;
    text-align: left;
    font-size: 1.8rem;
    width: 300px;
    font-weight: 700;
    text-align: right;
}
.about-img-box {
    padding-left: 1rem;
    position: relative;
}
.study-box {
    background-color: #135baa;
    padding: 1rem 2rem;
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.study-box .study-title {
    font-weight: 700;
    letter-spacing: 0.043em;
    font-size: 1rem;
    color: #fff;
}
.study-box .study-title span {
    position: absolute;
}
.study-box .study-title span:after {
    content: " ";
    width: 35px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -15px;
}
.study-box p {
    margin-bottom: 0;
    font-size: 0.7rem;
    color: #adadad;
}
.testimonials-box {
    padding: 1rem 0;
}
.testimonials-box .testimonial-avatar {
    width: 80px !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    border-radius: 50%;
}
.testimonial-ico {
    text-align: center;
}
.testimonial-ico span {
    font-size: 1.8rem;
    background-color: #135baa;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 50px;
}
.testimonial-text {
    font-style: italic;
    margin-top: 0;
    padding: 1.5rem 1.5rem;
    background-color: #fff;
    position: relative;
    text-align: center;
}
.testimonial-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.section-footer {
    padding-top: 60px;
    margin-top: 60px;
    background: #f3f3f3;
}
.section-footer.index {
    margin-top: 0;
}
.section-footer ul {
    line-height: 2;
}
.section-footer .item-list-a i {
    font-size: 18px;
    padding-right: 4px;
    color: #135baa;
}
.section-footer .widget-a .w-title-a {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
footer {
    background: #f3f3f3;
    text-align: center;
    padding: 30px 0;
}
footer .copyright-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.form-a #sendmessage {
    color: #135baa;
    border: 1px solid #26a356;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.form-a #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.form-a #errormessage.show,
.form-a #sendmessage.show,
.form-a .show {
    display: block;
}
.form-a .validation {
    color: red;
    display: none;
    margin: 4px 0 20px 0;
    font-weight: 400;
    font-size: 13px;
}
.form-a label {
    color: #000;
    position: relative;
}
.form-a select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}
select.filters-select {
    height: 2.5rem;
    width: 15em;
}
.form-a .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}
.form-a .form-control.form-control-a {
    height: 3.5rem;
}
.form-a .form-control:focus {
    box-shadow: none;
    border-color: #135baa;
}
.btn {
    transition: 0.5s ease;
}
.btn.btn-a,
.btn.btn-b {
    border-radius: 0;
    padding: 1rem 3rem;
    letter-spacing: 0.05rem;
}
.btn.btn-a {
    background-color: #000;
    color: #fff;
}
.btn.btn-a:hover {
    background-color: #135baa;
    color: #000;
}
.btn.btn-b {
    background-color: #135baa;
    color: #fff;
}
.btn.btn-b:hover {
    background-color: #000;
    color: #fff;
}
.btn.btn-b-n {
    background-color: #135baa;
    color: #fff;
    border-radius: 0;
}
.btn.btn-b-n:hover {
    background-color: #5097e4;
    color: #fff;
}
@media (min-width: 576px) {
    .intro .intro-title {
        font-size: 3.5rem;
    }
    .intro .intro-subtitle.intro-price {
        font-size: 1.3rem;
    }
    .about-img-box {
        padding-left: 4rem;
    }
    .study-box {
        padding: 1.5rem 2.5rem;
        bottom: 20px;
    }
    .study-box .study-title {
        font-size: 1.3rem;
    }
    .study-box p {
        font-size: 0.8rem;
    }
    .study-box p {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .link-a {
        font-size: 0.9rem;
    }
    .link-a span {
        font-size: 1.5rem;
    }
    .navbar-default.navbar-reduce .nav-item,
    .navbar-default.navbar-trans .nav-item {
        margin-left: 15px;
    }
    .navbar-default .dropdown .dropdown-menu {
        border-left: 0;
        display: block;
        position: absolute;
        box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
    }
    .box-collapse {
        width: 50%;
    }
    .intro .owl-theme .owl-dots {
        right: 200px;
    }
    .intro .intro-body {
        padding-left: 2rem;
    }
    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .intro .intro-title {
        font-size: 4rem;
    }
    .intro .intro-subtitle {
        font-size: 2.5rem;
    }
    .intro .intro-subtitle.intro-learn {
        padding-top: 2rem;
        font-size: 1.5rem;
    }
    .intro-single .title-single-box .title-single {
        font-size: 2.1rem;
    }
    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
        margin-bottom: 2.5rem;
    }
    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 0.9rem;
    }
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }
    .card-box-a:hover .card-body-a {
        padding-bottom: 1rem;
    }
    .card-overlay-a-content {
        bottom: -20px;
    }
    .card-header-a .card-title-a {
        font-size: 1.3rem;
    }
    .card-info .card-info-title {
        font-size: 0.9rem;
    }
    .card-info li span {
        font-size: 0.8rem;
    }
    .card-header-b {
        bottom: 0;
    }
    .card-header-b .title-2 {
        font-size: 1rem;
    }
    .card-header-b .date-b {
        font-size: 0.9rem;
    }
    .box-comments .list-comments .comment-author {
        font-size: 1.5rem;
    }
    .title-c {
        font-size: 1.8rem;
    }
    .card-box-d .card-overlay-hover {
        padding: 5px 15px 5px 10px;
    }
    .card-box-d .title-d {
        font-size: 1.1rem;
        margin: 0.5rem 0;
    }
    .card-box-d .content-d {
        font-size: 0.8rem;
        margin: 0.5rem 0;
    }
    .card-box-d .card-body-d p {
        margin-bottom: 8px;
        font-size: 0.8rem;
    }
    .about-img-box {
        padding-left: 5rem;
    }
    .study-box {
        padding: 1.5rem 3rem;
    }
    .study-box .study-title {
        font-size: 1.8rem;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }
}
@media (min-width: 768px) and (min-width: 992px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 64px;
    }
}
@media (min-width: 992px) {
    .link-a {
        font-size: 1rem;
    }
    .link-a span {
        font-size: 18px;
    }
    .list-a li {
        width: 33.333%;
    }
    .intro .intro-title-top {
        font-size: 1.6rem;
        font-weight: 600;
        color: #e4e4e4;
        text-shadow: 1px 1px #135baa;
        margin-bottom: 2rem;
    }
    .intro .intro-title {
        font-size: 4.5rem;
    }
    .intro .intro-subtitle.intro-price {
        padding-top: 3rem;
    }
    .intro-single .title-single-box .title-single {
        font-size: 2.5rem;
    }
    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 1rem;
    }
    .card-overlay-a-content {
        bottom: 0;
    }
    .card-header-a .card-title-a {
        font-size: 2rem;
    }
    .card-info .card-info-title {
        font-size: 1rem;
    }
    .card-info li span {
        font-size: 1rem;
    }
    .card-header-b {
        bottom: 20px;
    }
    .card-header-b .title-2 {
        font-size: 1.6rem;
    }
    .card-header-b .date-b {
        font-size: 1rem;
    }
    .title-c {
        font-size: 2.5rem;
    }
    .card-box-d .card-overlay-hover {
        padding: 5px 40px 5px 35px;
    }
    .card-box-d .title-d {
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    .card-box-d .card-body-d p {
        margin-bottom: 12px;
        font-size: 1rem;
    }
    .study-box {
        padding: 3rem 4.5rem;
    }
    .study-box .study-title {
        font-size: 2.2rem;
    }
}
@media (min-width: 1200px) {
    .card-box-d .card-overlay-hover {
        padding: 15px 40px 5px 35px;
    }
    .card-box-d .title-d {
        font-size: 2rem;
        margin: 1rem 0;
    }
}
@media (max-width: 991px) {
    .property-contact {
        margin-top: 2.5rem;
    }
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}
@media (max-width: 767px) {
    .text-brand {
        font-size: 1.8rem;
    }
    .section-t8 {
        padding-top: 4rem;
    }
    .section-t4 {
        padding-top: 2rem;
    }
    .section-md-t3 {
        padding-top: 3rem;
    }
    .section-tb85 {
        padding: 4rem 0 2.5rem 0;
    }
    .intro-single {
        padding-top: 9rem;
    }
    .card-box-a,
    .card-box-b,
    .card-box-c,
    .card-box-d {
        margin-bottom: 2.5rem;
    }
    .card-box-a .card-overlay-a-content {
        bottom: 65px;
    }
    .card-box-a .card-body-a {
        padding-bottom: 1rem;
    }
    .property-agent {
        margin-top: 2.5rem;
    }
    .card-box-c {
        margin-bottom: 2rem;
    }
    .card-body-c {
        padding: 0;
    }
}
@media (max-width: 575px) {
    .box-collapse .title-box-d {
        left: 35px;
    }
    .box-collapse .title-box-d .title-d {
        font-size: 1.3rem;
    }
}
#subscribe {
    padding: 60px;
    background: url(../img/home/subscribe-bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#subscribe:before {
    content: "";
    background: rgba(6, 12, 34, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#subscribe .section-header h2,
#subscribe p {
    color: #fff;
}
#subscribe input {
    background: #fff;
    color: #060c22;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
}
#subscribe button {
    border: 0;
    padding: 9px 25px;
    cursor: pointer;
    background: #135baa;
    color: #fff;
    transition: all 0.3s ease;
    outline: 0;
    font-size: 14px;
    border-radius: 50px;
}
#subscribe button:hover {
    background: #e0072f;
}
#product {
    padding: 10px 0;
    background: #f8f9fa;
    margin: 20px 0;
}
#product .container-fluid {
    margin-bottom: 3px;
}
#product .product-gallery-container {
    padding-right: 12px;
}
#product .product-gallery {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
#product .product-gallery img {
    transition: all ease-in-out 0.4s;
}
#product .product-gallery:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.section-header {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0;
}
.section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
}
.section-with-bg {
    background-color: #eee;
}
.Quote-text {
    border-left: 0.4375rem solid #000;
    padding-left: 1.5rem;
    font-weight: 400;
    font-size: 1.2em;
    color: #555;
}
.Quote {
    max-width: 42.5rem;
    position: relative;
    padding: 1rem;
    margin: 1.25rem auto;
}
.counters span {
    font-weight: 700;
    font-size: 5rem;
    display: block;
    color: #135baa;
}
.counters span.mc,
.counters span.mc-plus {
    font-weight: 700;
    font-size: 5rem;
    color: #135baa;
    display: inline-block;
}
.counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 2rem;
    color: #000;
}
@media screen and (max-width: 766px) {
    .counters span {
        font-size: 3rem;
    }
    .counters span.mc,
    .counters span.mc-plus {
        font-size: 3rem;
    }
    .counters p {
        font-size: 1.5rem;
    }
}
#advanced-features {
    overflow: hidden;
}
#advanced-features .features-row {
    padding: 60px 0 30px 0;
}
#advanced-features h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}
#advanced-features h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #999;
}
#advanced-features p {
    line-height: 24px;
    color: #777;
    margin-bottom: 30px;
}
#advanced-features i {
    color: #666;
    font-size: 64px;
    transition: 0.5s;
    float: left;
    padding: 0 15px 0 0;
    line-height: 1;
}
#advanced-features i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #1dc8cd 0, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#advanced-features .advanced-feature-img-right {
    max-width: 100%;
    float: right;
    padding: 0 0 30px 30px;
}
#advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: left;
    padding: 0 30px 30px 0;
}
#more-features {
    padding: 60px 0 60px 0;
    overflow: hidden;
}
#more-features .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    transition: 0.4s;
}
#more-features h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#more-features h4 a {
    color: #111;
}
#more-features p {
    font-size: 16px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}
#more-features .icon {
    float: left;
}
#more-features .icon i {
    color: #666;
    font-size: 4em;
    transition: 0.5s;
    line-height: 0;
}
#more-features .icon i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #1dc8cd 0, #135baa 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#product-video {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
    background: url(../img/product-gallery/axiom-too-cmm/ax-bg.jpg) top center;
    background-size: cover;
}
#product-video.zenith-3 {
    background: url(../img/product-gallery/zenith-3-cmm/ze-bg.jpg) top center;
    background-size: cover;
}
#product-video.polyworks {
    background: url(../img/product-gallery/measurement-software/polyworks-bg.jpg) top center;
    background-size: cover;
}
#product-video.xtreme {
    background: url(../img/product-gallery/xtreme-cmm/xtr-bg.jpg) top center;
    background-size: cover;
}
#product-video.project-x {
    background: url(../img/product-gallery/project-x/px-bg.jpg) top center;
    background-size: cover;
}
#product-video.azimuth {
    background: url(../img/product-gallery/azimuth-cmm/az-bg.jpg) top center;
    background-size: cover;
}
#product-video.extol {
    background: url(../img/product-gallery/extol-cmm/extol-bg.jpg) top center;
    background-size: cover;
}
#product-video.fulcrum {
    background: url(../img/product-gallery/fulcrum-cmm/fulcrum-bg.jpg) top center;
    background-size: cover;
}
#product-video.horizon {
    background: url(../img/product-gallery/horizon-cmm/horizon-bg.jpg) top center;
    background-size: cover;
}
#product-video.horizon1000 {
    background: url(../img/product-gallery/horizon-1000-cmm/horizon-bg.jpg) top center;
    background-size: cover;
}
#product-video.axiom {
    background: url(../img/product-gallery/axiom-cmm/ax-bg.jpg) top center;
    background-size: cover;
}
#product-video:before {
    content: "";
    background: rgba(6, 12, 34, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#product-video .video-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 20px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}
#product-video .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#135baa 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}
#product-video .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#product-video .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
#product-video .play-btn:hover::after {
    border-left: 15px solid #135baa;
    -webkit-transform: scale(20);
    transform: scale(20);
}
#product-video .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
#schedule {
    padding: 60px 0 60px 0;
}
#schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}
#schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}
#schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #0e1b4d;
    color: #fff;
    padding: 10px 50px;
}
#schedule .nav-tabs a.active {
    background-color: #135baa;
    color: #fff;
}
#schedule .sub-heading {
    text-align: center;
    font-size: 22px;
    margin: 0 auto 40px auto;
    font-weight: 400;
}
#schedule .tab-pane {
    transition: ease-in-out 0.2s;
}
#schedule .schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
    background-color: #fff;
}
#schedule .schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
}
#schedule .schedule-item .event {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}
#schedule .schedule-item .event img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
    font-style: italic;
    color: #19328e;
    font-weight: 400;
    font-size: 16px;
}
#schedule .schedule-item p {
    color: #152b79;
    margin-bottom: 0;
}
.sticky_ctas {
    position: fixed;
    right: 0;
    top: 45%;
    margin-top: -84px;
    z-index: 99;
}
.sticky_ctas ul {
    list-display: none;
}
.sticky_ctas li {
    overflow: hidden;
    -webkit-transform: translateX(0);
    text-align: right;
    position: relative;
    margin-bottom: 6px;
}
.sticky_ctas li div {
    overflow: hidden;
}
.sticky_ctas li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7em;
    text-align: center;
}
.sticky_ctas li a span.optText span {
    display: inline-block;
    background: rgba(19, 91, 170, 0.85);
    padding: 15px;
    border-radius: 20px 0 0 20px;
    position: relative;
    width: 80px;
    font-family: "Fira Sans Condensed", sans-serif;
    box-sizing: none;
}
@media screen and (max-width: 766px) {
    .sticky_ctas {
        margin: 25px 0;
    }
    .sticky_ctas li a:before {
        left: 1px;
    }
    .sticky_ctas li a span.optText,
    .sticky_ctas li a span.optText span {
        display: block;
        margin-left: 10px;
    }
    .sticky_ctas li a span.optText:before {
        font-size: 20px;
        top: 0;
        left: -2px;
    }
    .sticky_ctas li a span.optText span {
        padding-left: 20px;
        font-size: 1em;
    }
}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto -60px auto;
    padding-bottom: 200px;
}
.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #135baa;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.timeline p {
    font-size: 0.9em;
    color: #fff;
}
.timeline h3 {
    font-size: 1.4em;
    color: #fff;
}
.timeline img {
    border-radius: 50%;
}
.contain {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.contain::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: none;
    border: 4px solid #adadad;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
.left {
    left: 0;
}
.right {
    left: 50%;
}
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #135baa;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #135baa;
}
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #135baa;
    border-width: 10px 10px 10px 0;
    border-color: transparent #135baa transparent transparent;
}
.right::after {
    left: -13px;
}
.content {
    padding: 10px;
    background-color: #135baa;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 600px) {
    .timeline::after {
        left: 31px;
    }
    .contain {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .contain::before {
        left: 60px;
        border: medium solid #135baa;
        border-width: 10px 10px 10px 0;
        border-color: transparent #135baa transparent transparent;
    }
    .left::after,
    .right::after {
        left: 15px;
    }
    .right {
        left: 0;
    }
}
ul.list-unstyled.address {
    margin-bottom: 0.8em;
}
ul.list-unstyled.address li {
    line-height: 1.4em;
}
#search-bar-input input[type="text"] {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
#search-bar-input {
    opacity: 0.8;
    margin-top: 11rem;
    margin-bottom: -8rem;
}
@media only screen and (max-width: 768px) {
    form#searchBox {
        width: 80%;
    }
}
@media only screen and (min-width: 769px) {
    form#searchBox {
        width: 90%;
    }
}
.btn-aberlink {
    background-color: #135baa;
    color: #fff;
}
.btn-aberlink:hover {
    background-color: #8cf;
    color: #fff;
}
.bg-aberlink {
    background-color: #135baa;
}
.section.showroom {
    padding: 60px;
    background: url(/img/home/probe-bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
p.cs-card-text {
    font-size: 0.9rem;
}
#bgvid {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: 110%;
    z-index: 1;
}
#bgvid.slide-1 {
    background-image: url(/img/home/slide-1.jpg);
}
#bgvid.slide-2 {
    background-image: url(/img/home/slide-2.jpg);
}
#bgvid.slide-3 {
    background-image: url(/img/home/slide-3.jpg);
}
.intro-content.display-table.bgvid-layer {
    z-index: 5;
}
img.card-machine-img {
    max-width: 180px;
    max-height: 220px;
    margin: -20px auto 0 auto;
}
.bg-aberlink {
    background-color: #135baa;
}
.border-white {
    border-color: #ffffff;
}
.border-aberlink {
    border-color: #135baa;
}
a.reset {
    cursor: pointer;
}
a.result-product {
    text-decoration: underline;
}
a.ind-icon img {
    max-width: 100px;
    max-height: 100px;
    transition: transform 0.2s;
}
a.ind-icon:hover img {
    transform: scale(1.5);
}
.ind-icon img {
    max-width: 100px;
    max-height: 100px;
    transition: transform 0.2s;
}
.ind-icon:hover img {
    transform: scale(1.5);
}
a.support-icon img {
    max-width: 150px;
    max-height: 150px;
    transition: transform 0.2s;
}
a.support-icon:hover img {
    transform: scale(1.25);
}
a.btn.tony,
a.btn.tony:active {
    border: #fff;
    text-decoration: none;
    color: #fff;
}
.error-template {
    padding: 40px 15px;
    text-align: center;
}
.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}
.error-actions .btn {
    margin-right: 10px;
}
.button.is-checked {
    margin-top: 2.5em;
    cursor: pointer;
    display: inline-block;
    padding: 0.5em 1em;
}
.grid {
    margin-top: 2em;
    padding-bottom: 4em;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.element-item {
    position: relative;
    float: left;
    width: 362px;
    height: auto;
    margin: 8px 5px 20px 5px;
    background: #fff;
    color: #232323;
}
.element-item > * {
    margin-top: 0;
    padding: 1rem;
}
form#calc input[type="number"] {
    background-color: #ffd800;
    border: solid 1px #232323;
}
form#calc input#X1 {
    font-size: 1.6em;
}

.ab30 {
    padding-right: 1em;
}

