/*body {
    margin-bottom: 500px;
}
*/
body, h1, h2, h3, h4, h5, h6, .text-input, .submit, .exo {
    font-family: 'Exo', sans-serif;
}

.exo2 {
   font-family: 'Exo 2', sans-serif;
}

.permanent {
    font-family: 'Permanent Marker', cursive;
}

.roboto, p {
    font-family: 'Roboto', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.hairline {
    font-family: 'Montserrat Hairline', arial;
}

a, input[type=submit], button {
    transition: 0.35s all ease;
    display: inline-block;
}

.blue {
    color: #F93822;
}

.blue-background {
    background-color: #000000;
}

.pale {
    color: #2284b7;
}

.pale-background {
    background-color: #2284b7;
}

.navy {
    color: #2284b7;
}

.navy-background {
    background-color: #000000;
}

.yellow {
    color: #2284b7;
}

.yellow-background {
    background: #2284b7;
}

.black {
    color: #101820FF;
}

.black-background {
    background-color: #101820FF;
}

.white {
    color: #fff;
}

.white-background {
    background-color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.initialcase {
    text-transform: initial;
}


.blue-header {
    font-weight: 700;
    line-height: 1;
}

.blue-header .left {
    margin-right: 6rem;
}

.blue-header .text {
    font-size: 0.9rem;
    display: inline-block;
    margin: 0 0.5rem;
}

.blue-header .left a {
    font-size: 0.9rem;
    margin: 0 0.3rem;
}

.blue-header .left a:hover {
    color: #FDD20E;
}

.blue-header a.yp {
    font-size: 1.1rem;
    border-bottom: 1px;
}

.blue-header .right {
    font-size: 0.9rem;
    background-image: url(../img/senior-background.jpg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding: 1.1rem 8rem;
    margin-right: -8rem;
}

.white-header .logo {
    margin-top: -2rem;
}

.white-header .time-title {
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic;
}

.white-header .fa-check {
    color: #8dc63f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.white-header #real-time {
    font-size: 1.5rem;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
}

.white-header #apm {
    font-size: 1.5rem;
    font-weight: 800;
    display: inline-block;
    vertical-align:  middle;
}

.white-header .real {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.white-header .real-text {
    font-size: 2rem;
    line-height: 1;
}

.white-header .underscore {
    font-size: 5rem;
    line-height: 1rem;
}

.white-header .figure {
    font-size: 4.8rem;
    display: inline-block;
    vertical-align: middle;
}

.white-header .links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem -3rem;
}

.white-header .link-up img {
    margin: 0 0.3rem;
}

.white-header .link-down {
    font-size: 1.3rem;
    margin-left: 3rem;
}

.white-header .phone {
    font-size: 1.3rem;
    font-weight: 800;
    font-style: italic;
}

.white-header .phone a {
    padding: 0.4rem 2rem;
    border-radius: 3px;
    border: 1px solid #f9c817;
}

.white-header .phone a:hover {
    background-color: #fff;
    color: #f9c817;
}

.top-banner {
    background-image: url(../img/top-banner-background.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 5rem 0;
}

.top-banner h1 {
    font-size: 3.9rem;
    font-weight: 800;
    line-height: 1;
}

.top-banner h1 span {
    font-size: 1.6rem;
    font-style: italic;
}

.top-banner .text {
    font-size: 2.6rem;
    transform: rotate(-6deg);
    margin: 2rem 0 0.5rem;
}

.top-banner .text span {
    font-size: 1.6rem;
}

.form-bar {
    padding-bottom: 3rem;
}

.form-bar h2 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

.form-bar .cta {
    margin-bottom: 2rem;
}

.form-bar .cta-text {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    display: inline-block;
    max-width: 59%;
    vertical-align: middle;
    margin-left: 1rem;
}

.form-bar .right {
    max-width: 28rem;
    border: 6px solid #fff;
    border-radius: 1.5rem;
    margin-top: -7.5rem;
}

.form-bar .form-title {
    font-size: 2rem;
    font-weight: 800;
    font-style: italic;
    margin: 1rem 0;
}

.form-bar form {
    padding: 0 1.5rem 1rem;
}

.form-bar .select-input, .form-bar .text-input {
    font-size: 1rem;
    font-weight: 800;
    border: none;
    min-height: 2.5rem;
    background-color: #00000;
    margin-bottom: 0.6rem;
    padding-left: 1rem;
}

.form-bar .icon-input {
    position: relative;
}

.form-bar .icon-input i {
    font-size: 0.8rem;
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: scaleX(-1) translateY(-50%);
}

.form-bar .icon-input .text-input {
    padding-left: 2.5rem;
}

.form-bar .g-recaptcha>div {
    margin: auto;
}

.form-bar .form-text {
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
    margin-top: 1rem;
}

.form-bar .form-text span {
    font-weight: 700;
}

.form-bar .submit {
    font-size: 1rem;
    border: oldlace;
    cursor: pointer;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
}

.form-bar .submit:hover {
    background-color: #fff;
    color: #0623c2;
}

.logo-bar h2 {
    font-size: 1.1rem;
    font-weight: 700;
    background-color: #e1e1e1;
    margin: 0;
    padding: 0.7rem 0;
}

.logo-bar .logo-slide {
    background-color: #ebebeb;
    padding: 0 0 1rem;
}

.logo-bar .slide {
    margin: 4rem 0 -3rem;
}

.logo-bar .slide img {
    margin: auto;
    max-width: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.box-bar {
    margin-top: 4rem;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
}

.box-bar .left {
    background-image: url(../img/left-box-background.jpg);
}

.box-bar .box {
    border: 5px dashed rgba(255,255,255,0.3);
    border-radius: 2rem;
    margin: 6rem 12rem 8rem;
}

.box-bar .box img {
    margin: -3rem 0 1rem;
}

.box-bar .text-1 {
    font-size: 3.7rem;
}

.box-bar .text-1 span {
    font-size: 7.8rem;
    vertical-align: middle;
}

.box-bar .text-1 sup {
    font-size: 4.6rem;
    top: -1rem;
}

.box-bar .text-2 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
}

.box-bar .text-3 a {
    font-size: 1.1rem;
    margin: 1rem 0 2.5rem;
}

.box-bar .text-3 a:hover {
    color: #121212;
}

.box-bar .right {
    background-image: url(../img/right-box-background.jpg);
}

.box-bar .text-4 {
    font-size: 2.7rem;
    margin: 0.5rem -3rem 0;
    background-image: url(../img/right-box-background.jpg);
    margin-bottom: 1rem;
}

.box-bar .text-4 span {
    font-size: 7.8rem;
    vertical-align: middle;
}

.box-bar .text-4 sup {
    font-size: 4.6rem;
    top: -1rem;
}

.box-bar .text-5 a {
    font-size: 1.1rem;
    margin: 3.5rem 0 2.5rem;    
}

.box-bar .text-5 a:hover {
    color: #00a8d4;
}

.white-bar {
    padding: 8rem 0 1rem;
    font-style: italic;
}

.white-bar .subtitle {
    font-size: 1.5rem;
    font-weight: 700;
}

.white-bar h2 {
    font-size: 3.6rem;
    font-weight: 800;
    font-style: italic;
}

.man-bar h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 -5rem 1.5rem 0;
}

.man-bar .text a {
    font-size: 1rem;
    font-style: italic;
    line-height: 1;
    border-radius: 3px;
    padding: 0.8rem 1.5rem;
    margin-bottom: 4rem;
}

.man-bar .text a:hover {
    background-color: #fff;
    color: #0623c2;
}

.man-bar .image {
    margin-top: -11rem;
}

.cta-bar {
    padding: 4rem 0;
}

.cta-bar .cta {
    margin: 2rem 1.5rem;
}

.cta-bar .text {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-top: 1.5rem;
}

.grey-bar .left {
    background-color: #24282a;
    padding: 1rem 6rem 0 0;
}

.grey-bar .text-1, .grey-bar .text-2 {
    display: inline-block;
    vertical-align: middle;
}

.grey-bar .up {
    font-size: 1.9rem;
    line-height: 1;
}

.grey-bar .down {
    font-size: 1.9rem;
    font-weight: 800;
}

.grey-bar .right {
    padding: 1rem 0 0 5rem;
}

.service-bar {
    background-image: url(../img/service-bar-background.jpg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    padding: 4rem 0 9rem;
}

.service-bar h2 {
    font-size: 3rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.service-bar .text {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    margin-top: 1rem;
}

.service-bar .text span {
    font-weight: 800;
}

.service-bar .text a:hover {
    color: #0623c2;
}

.video-bar {
    padding: 5rem 0;
}

.video-bar .left {
    margin-right: 9rem;
}

.video-bar h2 {
    font-size: 3rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1.3;
}

.video-bar .subtitle {
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

.video-bar .left p {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.video-bar .link a {
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    border-radius: 3px;
    padding: 0.8rem 3rem;
}

.video-bar .link a.white:hover {
    background-color: #f9c817;
    color: #041885;
}

.video-bar .link a.black:hover {
    background-color: #041885;
    color: #f9c817;
}

.video-bar .right {
    background-image: url(../img/video-background.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding: 16rem 0 0 16rem;
}

.video-bar .circle {
    border-radius: 50%;
    border: 6px solid #fff;
    padding: 2.5rem 3rem;
    margin: 0;
}

.video-bar .circle a {
    font-size: 3rem;
}

.video-bar .circle a:hover {
    color: #f9c817;
}

.video-bar .text {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1rem;
}

.testimonials h2 {
    font-size: 2.5rem;
    font-weight: 800;
    font-style: italic;
    padding: 2rem 0;
}

.testimonials .content {
    background-color: #ebebeb;
    padding: 3rem 0;
}

.testimonials .slide {
    margin: 0 1rem;
    box-shadow: 5px 5px 26px rgba(0, 0, 0, 0.6);
    padding-bottom: 1rem;
    border-bottom: 1rem solid #00a8d4;
    min-height: 26rem;
}

.testimonials .title {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.testimonials .slide img, .testimonials .title-text-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2rem;
}

.testimonials .title-text {
    font-size: 0.7rem;
    font-weight: 700;
}

.testimonials .name {
    font-size: 1rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.testimonials .slide p {
    font-size: 0.9rem;
    margin: 0 2rem 1rem;
}

.testimonials .more-content {
    max-height: 13rem;
    overflow: hidden;
    transition: 0.4s all ease;
}

.testimonials .more-button {
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.testimonials .more-button:hover {
    color: #121212;
}

.blue-bar {
    padding: 2rem 0;
}

.blue-bar h2 {
    font-size: 2.5rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1.1;
}

.blue-bar .subtitle {
    font-size: 1rem;
    font-weight: 300;
}

.image-bar {
    padding: 0.5rem 0;
}

.image-bar .slide {
    margin: 0 0.3rem;
}

.button-bar {
    padding: 4rem 0;
}

.button-bar h2 {
    font-size: 1.9rem;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 0.5em;
}

.button-bar a {
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 3px;
}

.button-bar a:hover {
    background-color: #041885;
    color: #f9c817;
}

.bottom-bar {
    padding: 1.5rem 0;
}

.bottom-bar .text {
    font-size: 1.5rem;
    font-weight: 700;
}

.bottom-bar .phone a {
    font-size: 1.5rem;
    font-weight: 700;
}

.bottom-bar .phone a:hover {
    color: #fff;
}

.footer {
    padding: 1.5rem 0;
}

.footer .text {
    font-size: 0.8rem;
    font-weight: 300;
    margin-right: 3rem;
}

.footer .text a {
    pointer-events: none;
}





