body {
    font-family: Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
}

header {
    background: url(../images/house_01.jpg);
    /*background-position-y: 1300px;*/
    background-position-x: 0;
    background-size: 100%;
    color: #ffffff;
    text-align: start;
}

.container {
    width: 90%;
    margin: 20px auto;
}

.contact-section {
    background: url(../images/back_gray.jpg);
    background-blend-mode: color;
    background-position-x: center;
    background-position-y: -200px;
    background-size: cover;
}

.nzu-section {
    background: url(../images/notebook.jpg);
    background-blend-mode: color;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.cta {
    background: #28A745;
    color: #ffffff;
    display: block;
    width: max-content;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
}

form {
    background: rgba(17, 25, 46, 0.8);
    padding: 20px;
    margin-top: 20px;
}

label {
    margin-top: 10px;
}

input,
textarea {
    margin-top: 5px;
    width: calc(100% - 22px);
    padding: 10px;
}

button {
    display: block;
    background: #007BFF;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

.header {
    background-image: url('../images/header-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.header-section {
    background: #ffffff;
    color: #333333;
    padding: 20px 0;
    padding-top: 50px;
}

.feature-item-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.form-check {
    align-items: center;
    display: flex;
}

.headline {
    font-size: 30pt;
    font-weight: 500;
}

.copyright-area {
    background: #111111;
    border-top: 1px solid #1A1A1A;
    padding: 19px 0 0;
}

.footer-copyright-text {
    text-align: center;
}

.footer-copyright-text p {
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin: 0;
    padding: 0 0 15px;
}

.footer-area {
    background: #fffffe;
    padding: 117px 0 97px;
}

.footer-widget-text p {
    font-size: 16px;
    line-height: 30px;
    color: #919191;
    font-weight: 400;
    width: 86%;
    margin: 0;
    padding: 24px 0 30px;
}

.footer-widget-social a i {
    display: inline-block;
    color: #111110;
    font-size: 18px;
    margin-right: 12px;
    transition: .5s;
}

.widget-title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #111110;
    font-family: "Gilda Display";
    margin-bottom: 37px;
}

.footer-widget.left {
    padding-left: 30px;
}

.footer-widget.left ul {
    padding: 0;
}

.footer-widget.left ul li {
    list-style: none;
}

.footer-widget.left ul li a {
    font-size: 16px;
    color: #919191;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 10px;
}

.footer-widget.left ul li a i {
    display: inline-block;
    background: #CCCCCC;
    /*#2C2C2C*/
    ;
    color: #62a6d9;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-right: 11px;
}

h1 {
    color: #707070;
    margin-bottom: 50px;
    font-size: 34pt;
}

h2 {
    font-size: 32pt;
}

h3 {
    font-size: 18pt;
}

h4 {
    font-size: 16pt;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-title {
    color: #FFFFFF;
}

.logo-back-50 {
    height: 50px;
    background: url(../images/logo_long_02_black.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.counter-item {
    color: #007BFF;
}

.counter-item-2 {
    color: #007BFF;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
}

.counter-text {
    padding: 10px 30px;
    text-align: center;
}

.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.head-shadow {
    background: rgb(0, 212, 255);
    background: linear-gradient(-90deg, rgba(0, 212, 255, 0) 0%, rgba(50, 50, 50, 0.75) 50%);
    padding: 30px;
    /*height: 700px;*/
    padding-top: 100px;
}

.nav-item {
    padding: 0 10px;
}

.super-button:hover {
    border: 1px solid #007BFF;
    background: white;
}

.super-button {
    border: 1px solid #007BFF;
    background: #007BFF;
    color: white;
}

.testimony-text {
    font-size: 14pt;
    font-style: italic;
    padding: 0 20px;
}

.slider-wrapper {
    margin: 1rem;
    position: relative;
    overflow: hidden;
}

.slides-container {
    /*height: 300px;*/
    width: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
    width: 2rem;
    font-size: 3rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
    color: black;
}

.slide-arrow:hover,
.slide-arrow:focus {
    opacity: 1;
}

#slide-arrow-prev {
    padding-left: 0.25rem;
}

#slide-arrow-next {
    right: 0;
    padding-left: 0.75rem;
}

#slides-container {
    display: flex;
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    flex: 1 0 100%;
    background-color: #ffffff;
    align-content: center;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-clip-rotate.la-dark {
    color: #333;
}

.la-ball-clip-rotate>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-clip-rotate {
    width: 32px;
    height: 32px;
}

.la-ball-clip-rotate>div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite;
}

.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-clip-rotate.la-sm>div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}

.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-clip-rotate.la-2x>div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}

.la-ball-clip-rotate.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-clip-rotate.la-3x>div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}

/*
  * Animation
  */
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mobile-only {
    display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 0px) and (max-device-width: 750px) {

    .mobile-only {
        display: block;
    }

    header {
        background: url(../images/house_01.jpg);
        background-position-y: 1131px;
        background-position-x: 42px;
        background-size: 2000px;
        color: #ffffff;
        text-align: start;
    }

    .head-shadow {
        height: 800px;
        background: rgba(50, 50, 50, 0.9);
    }

    .nzu-section {
        background: url(../images/notebook.jpg);
        background-blend-mode: color;
        background-position-x: 0px;
        background-position-y: top;
        background-size: 2000px;
    }

    .contact-section {
        text-align: center;
    }
}