body {
    background-color: #f5f5f5;
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.btext {
    color: #31a6d4;
}

.btn {
    text-transform: uppercase;
    box-shadow: none !important;
}

.btn.btn-big {
    font-size: 30px;
    font-weight: 600;
}

.btn.btn-blue {
    background-color: #33a7d4;
    color: #fff;
}

.btn.btn-blue:active {
    background-color: #2b8cb2;
}

.form-control {
    border-color: #dedede;
    outline: none;
    height: 52px;
    font-size: 16px;
    box-shadow: none !important;
    font-weight: 200;
    border-radius: 6px;
}

.checkbox label,
.checkbox label a {
    color: #929292;
    font-size: 14px;
    font-weight: 200;
}

.checkbox label a {
    text-decoration: underline;
}

.checkbox input {
    margin-right: 10px;
}

.video-container {
    margin: 0 auto;
    width: 962px;
    max-width: 100%;
    padding-bottom: 53px;
    position: relative;
}

.video-container:after {
    content: '';
    width: 100%;
    height: 53px;
    background-image: url(../images/shadow.png);
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed,
.video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video img {
    height: auto;
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1553px;
}

.navbar {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
    background-color: #f5f5f5;
    transition: 250ms ease;
}

.navbar .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.navbar.minimize {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 20px #999;
}

.navbar .nav-item {
    color: #1f1f28;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.2px;
}

.navbar .navbar-nav {
    margin-right: 75px;
}

.navbar-toggler .line {
    height: 3px;
    background-color: #1f1f28;
    display: block;
    width: 30px;
}

.navbar-toggler .line:not(:last-child) {
    margin-bottom: 8px;
}

.section1 {
    padding: 225px 0 120px 0;
}

.section1 h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    color: #1f1f28;
    margin: 0;
}

.section1 h1 .btext {
    font-weight: 600;
}

.section2 {
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow-x: hidden;
    max-width: 100%;
}

.section2 .b1 {
    color: #f5f5f5;
    font-size: 28px;
    font-weight: 200;
}

.section2 .b1 p {
    margin: 0;
}

.section2 .b1 .left,
.section2 .b1 .right {
    padding: 120px 80px;
    position: relative;
}

.section2 .b1 .left {
    background-color: #31a6d4;
}

.section2 .b1 .left:before {
    content: '';
    background-color: #31a6d4;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -99%;
}

.section2 .b1 .right {
    background-color: #1f1f28;
}

.section2 .b1 .right:before {
    content: '';
    background-color: #1f1f28;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: -99%;
}

.section2 .b2 {
    position: relative;
    z-index: 2;
    margin-top: -60px;
}

.section2 .b2 .label {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    color: #1f1f28;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 150px;
    left: 65px;
}

.section2 .b3 {
    padding: 100px 0 200px;
}

.section2 .b3 h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.section3 {
    background-color: #1f1f28;
    padding: 64px 0;
    color: #f5f5f5;
}

.section3 h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 0 50px;
}

.section3 ul {
    font-size: 28px;
    margin-left: 60px;
}

.section3 ul li {
    margin-bottom: 0;
    line-height: 32px;
}

.section3 img {
    position: absolute;
}

.section3 .slider-frame {
    background-image: url(../images/slide-frame.png);
    height: 544px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 919px;
    margin-bottom: -240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.section3 .slider-frame .slider {
    background-color: #f4f3ef;
    width: 590px;
    height: 370px;
    top: 25px;
    left: 155px;
    position: relative;
}

.section3 .slider-frame .slider .carousel,
.section3 .slider-frame .slider .carousel .carousel-inner {
    height: 100%;
}

.section4 {
    padding-top: 210px;
    background-image: url(../images/bg.png), url(../images/bg1.png);
    background-size: contain, auto;
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    font-size: 28px;
}

.section4 h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f1f28;
    margin-top: 0;
    margin-bottom: 82px;
}

.section4 ul {
    margin-left: 60px;
}

.section4 .b1 .row {
    margin-bottom: 100px;
}

.section5 {
    background-color: #1f1f28;
    color: #f5f5f5;
    padding-top: 80px;
    font-size: 28px;
}

.section5 h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 64px;
}

.section5 .row h2 {
    margin-top: 0;
    margin-bottom: 50px;
}

.section5 p {
    margin-bottom: 115px;
}

.section5 img {
    margin-bottom: 70px;
}

.section5 .clist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.section5 .clist li {
    padding-left: 1em;
    text-indent: -1em;
}

.section5 .clist li:before {
    content: "#";
    padding-right: 8px;
}

.section5 .video-container {
    margin-bottom: -190px;
}

.section6 {
    background-color: #f5f5f5;
    padding: 320px 0 200px;
    background-image: url(../images/bg1_1.png);
    background-position: top right 40px;
    background-repeat: no-repeat;
}

.section6 h2 {
    font-size: 40px;
    color: #1f1f28;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 65px;
}

.carousel .controls {
    position: absolute;
    right: 866px;
    top: 100%;
    padding: 0 10px;
    width: 100%;
}

.carousel .controls ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: 0;
    display: block;
    float: left;
}

.carousel .controls ol li {
    display: inline-block;
    text-indent: 0;
    background: none;
    margin: 0;
    width: auto;
    font-size: 28px;
    color: #31a6d4;
}

.carousel .controls ol li.max {
    color: #1f1f28;
}

.carousel .controls ol li:not(.active):not(.max) {
    display: none;
}

.carousel .controls .arrows {
    float: right;
}

.carousel .controls .arrows img {
    position: relative;
    margin-top: 18px;
    margin-left: 10px;
}

@media(max-width: 1700px) {
    .section3 .slider-frame {
        zoom: 0.8;
    }

    .carousel .controls {
        top: -40px;
        right: 0;
        position: relative;
    }
}

@media(max-width: 1440px) {
    .section3 .slider-frame {
        zoom: 0.7;
        margin-top: 100px;
        margin-bottom: -100px;
    }
}

@media(max-width: 1250px) {
    .section3 .slider-frame {
        zoom: 0.6;
    }
}


@media(max-width: 767px) {
    .navbar-brand img {
        width: 120px;
    }

    .navbar .container-fluid,
    .section5 .clist li:before,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section1 h1 {
        font-size: 30px;
    }

    .section2 .b1 {
        font-size: 20px;
    }

    .section2 .b2 .label {
        display: none;
    }

    .section2 .b2 {
        margin-top: -20px;
    }

    .section2 .b3 h2 {
        font-size: 30px;
    }

    .section2 .b1 .left,
    .section2 .b1 .right {
        padding: 60px 40px;
    }

    .section3 h2 {
        font-size: 30px;
    }

    .section3 ul {
        font-size: 20px;
    }

    .section3 .slider-frame {
        zoom: 0.35;
    }

    .section4 {
        font-size: 20px;
    }

    .section4 h2 {
        font-size: 30px;
    }

    .section5 {
        font-size: 20px;
    }

    .section5 h2 {
        font-size: 30px;
    }

    .section6 h2 {
        font-size: 30px;
    }

    .section3 ul,
    .section4 ul {
        margin-left: 20px;
    }
}