body {

}

.block1 {
    height: 100vh;
    background: url(../images/block1.1.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.block1-h1 {
    color: #12103d;
    font-size: 95px;
    font-weight: 500;
}
.block1-h1 div {
    color: #fff;
}

.block1-btn {
    position: absolute;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.block1-btn img {
    width: 10px;
}

/*Start Block2*/
.block2 {
    padding: 80px 0;
    color: #fff;
}
.block2-head {
    position: sticky;
    top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block2-head div {
    font-size: 84px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #fff;
    font-weight: 500;
}
.block2-head div span {
    color: #57c9e7;
}
.block2-head hr {
    width: 3px;
    background: #fff;
    height: auto;
    align-self: stretch;
    margin: 0;
}

.block2-container {
    margin-left: 30px;
    margin-bottom: 300px;
    position: relative;
    width: 93%;
}

.block2-h3 {
    color: #57c9e7;
    font-size: 55px;
    font-weight: 600;
}
.block2-p {
    font-size: 22px;
    width: 70%;
}

.block2-head2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    margin-top: 20px;
    color: #57c9e7;
    margin-bottom: 8px;
}
.block-services {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 300;

}
.block-services img {
    width: 30px;
    margin-right: 10px;
}
.block2-img {
    position: absolute;
    right: 0;
    top: 100px;
}

/*Block3 */
.block3 {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}
.block3-head {
    font-size: 36px;
    color:#12113d;
    font-weight: 700;
    margin-bottom: 60px;
}
.block3-head span{
    position:relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
}
.block3-head i {
    color: #57c9e7;
}

.block3-head span:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 8px;
    bottom: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #57c9e7;
}
.block3-img {
    margin: 55px;

}
.block3-img.new img {
    width: 136px;
}
.block3-img:hover {

}
.block3-img img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.block3-img img:hover{
    -webkit-filter: inherit;
    filter: inherit;

}

/*Start Block4*/
.block4 {
    padding: 80px 0;
}
.block4 .slider {
    height: 50px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.block4-slider2 {
    opacity: .5;
}

@-webkit-keyframes scrollReverse {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(1750px)
    }
}

@keyframes scrollReverse {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(1750px)
    }
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-1750px)
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-1750px)
    }
}
.block4 .slider .slide-track-reverse {
    -webkit-animation: scrollReverse 40s linear infinite;
    animation: scrollReverse 40s linear infinite;
    display: flex;
    flex-direction: row-reverse;
}
.block4 .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
}
.block4 .slider .slide {
    height: auto;
    width: 100%;
}


.block4 .test {
    color: #fff;
    position: relative;
    margin: 0 2.5rem;
    letter-spacing: .1em;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.block4 .test div {
    position: relative;
    text-align: center;
    width: 100%;
}
.block4 .test:after {
    background-color: #57c9e7;
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.block4 .test span {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 8px;
    line-height: 28px;
    width: 100%;

}
.block4 .test span:hover
{
    text-decoration: underline;
}

.block4-model .modal-content {
    background: #191919;
    color: white;
    padding: 8px 24px;
}

.block4-model .modal-header {
    border-bottom: 0;

}
.block4-model {
    max-width: 1000px;
}
.block4-model .model-p {
    margin-top: 0;
    width: 80%;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 1em;
}
.block4-model .close:hover svg {
    transform: scale(.9);
}
.block4-model .model-name {
    font-size: 22px;
    font-weight: 400;
}
.block4-model .model-job {
    font-size: 16px;
    font-weight: 300;
}


.block4-h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
.block4-h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 1.3em;
}
.block4-h2 span:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 8px;
    bottom: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #57c9e7;
}


.blog-container h2{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.blog-container h2 span{
    font-size: .9em;
    color: #9492a1;
    margin-top: 10px;
    display: inline-block;
}

.blog-container:hover {
    text-decoration: none;
}

.video-container video {
    width: 100%;
}


