/* button animation */

.button2 {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    color: #981f25;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 25px;
    width: 100%;
    filter: hue-rotate(0deg);
    border: 1px solid #981f25;
    transition: all 0.1s linear;
}

.button2:hover {
    border: 1px solid transparent;
}

.button2:hover span {
    position: absolute;
    display: block;
}

.button2:hover span:nth-child(1) {
    filter: hue-rotate(0deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #981f25);
    animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

.button2:hover span:nth-child(2) {
    filter: hue-rotate(60deg);
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #da1c25);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.button2:hover span:nth-child(3) {
    filter: hue-rotate(120deg);
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(270deg, transparent, #981f25);
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes animate3 {
    0% {
        right: -100%;
        height: 3px;
    }
    50%,
    100% {
        height: 2px;
        right: 100%;
    }
}

.button2:hover span:nth-child(4) {
    filter: hue-rotate(300deg);
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #cf2830);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}


/* Input Style*/

.box-shadow {
    box-shadow: 0 0 5px;
    padding: 10px 30px !important;
}


/* ///// inputs /////*/

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .styled-input {
        width: 100%;
    }
}

.styled-input label {
    color: #999;
    padding: 10px 10px;
    position: absolute;
    top: 0px;
    left: 20px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide {
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 10px 10px;
    border: 1px solid #981f25;
    width: 100%;
    font-size: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
}

input:focus,
textarea:focus {
    outline: 0;
}

input:focus~span,
textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #981f25;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width: 100%;
        float: none;
        text-align: center;
    }
}

input[type=checkbox]+label {
    color: #ccc;
    font-style: italic;
}

input[type=checkbox]:checked+label {
    color: #f00;
    font-style: normal;
}


/* About us */

.zoom-counter {
    padding: 220px 0 60px;
}

.zoom-counter__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.zoom-counter__card {
    padding: 54px 59px 60px 66px;
    background-size: cover;
    background-position: 50%;
    text-transform: uppercase;
    margin-bottom: 80px;
    width: 34.3%;
    min-width: 34.3%;
    position: relative;
    margin-right: 14.4%;
}

.zoom-counter__card:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: rgb(152, 31, 37, .5);
}

.zoom-counter__card-title {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 76px;
    position: relative;
    z-index: 2;
    text-align: right;
}

.zoom-counter__card-value {
    background: inherit;
    font-size: 250px;
    line-height: 1;
    margin-left: -2px;
    color: #fff;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 600;
    margin-bottom: 4px;
}

.zoom-counter__card-description {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.zoom-counter__info {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.zoom-counter__subtitle {
    font-size: 16px;
    line-height: 1.125;
    text-transform: uppercase;
    font-weight: 600;
    background: #3155A6;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 4px 6px 1px;
    margin-bottom: 26px;
}

.zoom-counter__subtitle:empty {
    opacity: 0;
}

.zoom-counter__title {
    font-size: 72px;
    line-height: 0.861111111111111;
    margin-bottom: 50px;
}

.zoom-counter__text {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 103px;
}

.zoom-counter__text p {
    margin-bottom: 30px;
}

.zoom-counter__read-more {
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.4;
}

.zoom-counter__read-more:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: opacity 0.3s;
    opacity: 0;
}

.zoom-counter__read-more:hover {
    color: #3155A6;
}

.zoom-counter__read-more:hover:after {
    opacity: 1;
}

.zoom-counter__read-more_active {
    color: #3155A6;
}

.zoom-counter__read-more_active:after {
    opacity: 1;
}

.zoom-counter__read-more_inverted:after {
    opacity: 1;
}

.zoom-counter__read-more_inverted:hover:after {
    opacity: 0;
}

.zoom-counter__read-more:after {
    height: 2px;
}

.zoom-counters {
    padding-top: 75px;
    padding-bottom: 100px;
}

.zoom-counters__item {
    display: -ms-flexbox;
    display: block;
    margin-bottom: 25px;
}

.zoom-counters__value {
    font-size: 72px;
    line-height: 1;
    position: relative;
    margin-right: 28px;
    visibility: hidden;
}

.zoom-counters__value-inner {
    position: absolute;
    visibility: visible;
    left: 0;
    top: 0;
}

.zoom-counters__text {
    padding-top: 11px;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #666;
}

.zoom-image-head {
    position: relative;
    height: 100vh;
    z-index: 2;
    color: #242323;
}

.no-mobile .zoom-image-head {
    margin-bottom: 400px;
}

.zoom-image-head__body {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.zoom-image-head__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.zoom-image-head__bg-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
}

.zoom-image-head__bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.zoom-image-head__content {
    position: relative;
    width: 100%;
    z-index: 3;
    padding-top: 100px;
}

.zoom-image-head__subtitle {
    font-size: 24px;
    line-height: 1.666666666666667;
    font-weight: 100;
    font-weight: 500;
    margin-bottom: 34px;
}

.zoom-image-head__subtitle strong {
    font-weight: 500;
}

.zoom-image-head__title {
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0.909090909090909;
    margin-bottom: 57px;
    margin-bottom: 5vh;
}

.zoom-image-head__text {
    font-size: 18px;
    line-height: 1.222222222222222;
    color: #666;
    line-height: 1.666666666666667;
}

.zoom-image-head__icon {
    color: #3155A6;
    font-size: 60px;
    margin-top: 115px;
    margin-top: 9vh;
}

.mission-col img,
.vision-col img {
    border: 1px solid #fff;
    border-radius: 66%;
    /* background: #000; */
    box-shadow: 0px 0 15px;
    vertical-align: middle;
}

h2 {
    background: -webkit-linear-gradient(#bb1f27, #981f25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-clip: text;
}

.vision {
    background: #981F25;
    padding: 20px;
    border: 1px solid #981F25;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #fff;
    max-width: 49% !important;
    margin-right: 1%;
}

.vision h1 {
    text-align: center;
    padding: 10px 0;
}

.mission {
    background: #000;
    padding: 20px;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #fff;
}

.mission h1 {
    text-align: center;
    padding: 10px 0;
}

.values {
    margin: auto
}

.carousel-item {
    width: 450px !important;
}