@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&family=Montserrat:wght@600&display=swap");

.about__text, .gallery__text, .services__text, .services .row__text, .partners__text, .contact__text, .service-grid .row__text, .roadmap__text, .post__text, .single-post__text p, .header__link, .header .dropdown .lang-switch, .header .dropdown-content__button, .contact__input, .contact__terms, .footer__bottom, .top-bar__text, .post__date, .single-post__date {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.about__heading, .gallery__heading, .services__heading, .partners__heading, .contact__heading, .roadmap__heading, .single-post__heading, .post__heading, .services .row__heading, .service-grid .row__heading, .header .accent-link, .slider-content__heading, .slider-content__button, .about__features, .button-accent, .gallery .secondary-button, .gallery .container .overlay p, .services .row__link, .contact__link, .footer__link, .top-bar__heading, .tab button, .content-grid .overlay p, .pagination .page, .service-grid .row__link, .roadmap .pie-grid__text, .post__link, .single-post__share, .pagination .page-numbers {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.slider-content__span, .about__span, .top-bar__span, .single-post__links {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.about__heading, .gallery__heading, .services__heading, .partners__heading, .contact__heading, .roadmap__heading, .single-post__heading {
    font-size: 48px;
    line-height: 56px;
    color: #222427;
}

.post__heading {
    font-size: 32px;
    line-height: 37px;
    color: #222427;
}

.services .row__heading, .service-grid .row__heading {
    font-size: 20px;
    line-height: 23px;
    color: #222427;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.about__text, .gallery__text, .services__text, .services .row__text, .partners__text, .contact__text, .service-grid .row__text, .roadmap__text, .post__text, .single-post__text p {
    font-size: 20px;
    line-height: 150%;
    color: #898c8d;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    height: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    .single-post-page > img,
    .post > img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        object-fit: cover;
    }
}

.vertical-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.main-wrapper {
    padding-left: calc(50% - 585px);
    padding-right: calc(50% - 585px);
}

.mrgn-top {
    margin-top: 70px;
}

.mrgn-bot {
    margin-bottom: 70px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}

.header .logo {
    min-width: 100px;
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4px;
}

.header__link {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #898c8d;
    margin-right: 60px;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.header__link:hover {
    color: #00505c;
}

.header__link:hover:after {
    width: 100%;
    background: #479ba7;
    position: absolute;
    content: '';
    height: 2px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.header .accent-link {
    color: #479ba7;
    position: relative;
}

.header .accent-link::after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #479ba7;
}

.header .accent-link:hover {
    color: #00505c;
}

.header .accent-link:hover:after {
    width: 100%;
    background: #479ba7;
}

.header .dropdown {
    position: relative;
    z-index: 999;
}

.header .dropdown:hover .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .dropdown:hover .lang-switch {
    color: #00505c;
}

.header .dropdown:hover .lang-switch img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .dropdown .lang-switch {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    background: white;
    color: #898c8d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

.header .dropdown .lang-switch img {
    margin-left: 2px;
}

.header .dropdown-content {
    display: none;
    z-index: 1;
    background-color: white;
    position: absolute;
    left: -24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.header .dropdown-content__button {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    background-color: white;
    border: none;
    outline: none;
    cursor: pointer;
}

.header .dropdown-content__button:hover {
    color: #479ba7;
}

.header .dropdown-content__button:first-child {
    margin-bottom: 24px;
}

.header .mobile-menu {
    display: none;
}

.header .mobile-nav {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white;
    height: 100vh;
    width: -webkit-fill-available;
    padding-top: 4rem;
}

.header .mobile-nav li {
    list-style: none;
    text-align: center;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #898c8d;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.header .mobile-nav li:hover {
    color: #00505c;
}

.header .mobile-nav li:hover:after {
    width: 100%;
    background: #479ba7;
    position: absolute;
    content: '';
    height: 2px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.close {
    outline: none;
    border: none;
    background-color: white;
    margin-top: 100px;
}

.header__menu_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 35px !important;
}

.swiper-pagination * + * {
    margin-left: 30px !important;
}

.swiper-pagination-bullet {
    border: 2px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px !important;
    height: 14px !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    border: none;
    background: #479ba7 !important;
    width: 24px !important;
    height: 24px !important;
}

.swiper-slide {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.swiper-slide img {
width: 100%;
max-height: 800px;
object-fit: cover;
}

@media screen and (max-width: 800px) {
    .swiper-slide img {
    width: auto;
}
}

.swiper-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: default;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1170px;
    width: 100%;
}

.slider-content__span {
    color: #479ba7;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.slider-content__heading {
    font-size: 80px;
    line-height: 94px;
    text-align: center;
    color: white;
    margin-top: 20px;
    margin-bottom: 50px;
}

.slider-content__button {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 76px;
    white-space: nowrap;
    color: white;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.slider-content__button svg {
    margin-left: 8px;
}

.slider-content__button:hover {
    background: #479ba7;
    color: white;
    border-color: #479ba7;
}

.about {
    margin-top: 100px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__left {
    max-width: 570px;
    width: 100%;
    margin-right: 30px;
}

.about__right {
    max-width: 570px;
    width: 100%;
}

.about__span {
    color: #479ba7;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.about__heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about__heading::after {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    border-bottom: 2px solid #479ba7;
    margin-top: 30px;
}

.about__pic {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__text {
    margin-top: 51px;
    margin-bottom: 50px;
}

.about__features {
    font-size: 20px;
    line-height: 150%;
    color: #222427;
    margin-bottom: 50px;
}

.about__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__feature svg {
    margin-right: 8px;
}

.button-accent {
    background: #479ba7;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    color: white;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid white;
    max-width: 308px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.button-accent svg {
    margin-left: 8px;
}

.button-accent:hover {
    background: white;
    color: #479ba7;
    border-color: #479ba7;
}

.button-accent:hover .svg {
    stroke: #479ba7;
}

.gallery {
    background-color: #f5f6f8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.gallery__heading {
    margin-bottom: 0;
}

.gallery__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery__text {
    max-width: 570px;
    width: 100%;
}

.gallery .secondary-button {
    border: 2px solid #479ba7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 76px;
    white-space: nowrap;
    color: #479ba7;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.gallery .secondary-button svg {
    margin-left: 8px;
}

.gallery .secondary-button .svg {
    stroke: #479ba7;
}

.gallery .secondary-button:hover {
    background: #479ba7;
    color: white;
    border-color: #479ba7;
}

.gallery .secondary-button:hover .svg {
    stroke: white;
}

.gallery .container {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: 100%;
    margin-top: 40px;
    grid-template-areas: "image1 image1 image2 image2" "image1 image1 image3 image3" "image4 image5 image6 image7";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.gallery .container .image {
    position: relative;
}

.gallery .container .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery .container .image:hover .overlay {
    opacity: 1;
    cursor: pointer;
}

.gallery .container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    overflow: hidden;
}

.gallery .container .overlay p {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: white;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.gallery .container .image1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: image1;
    height: 570px;
}

.gallery .container .image2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image2;
}

.gallery .container .image3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: image3;
}

.gallery .container .image4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: image4;
}

.gallery .container .image5 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: image5;
}

.gallery .container .image6 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: image6;
}

.gallery .container .image7 {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
    grid-area: image7;
}

.services {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services__left {
    max-width: 470px;
    width: 100%;
    margin-right: 100px;
}

.services__heading {
    margin-top: 0;
    margin-bottom: 20px;
}

.services__text {
    margin-bottom: 40px;
}

.services__button {
    max-width: 470px;
    width: 100%;
}

.services__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 30px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.services .row:hover {
    background-color: rgba(71, 155, 167, 0.06);
    cursor: pointer;
}

.services .row:hover .row__link {
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.services .row__pic {
    min-width: 80px;
}

.services .row__copy {
    margin-left: 20px;
}

.services .row__text {
    font-size: 16px;
    margin-top: 10px;
}

.services .row__link {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #479ba7;
    opacity: 0;
}

.services .row__link svg {
    margin-left: 6px;
}

.partners {
    background-color: #222427;
    padding-top: 100px;
    padding-bottom: 100px;
}

.partners__heading {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: 0;
}

.partners__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    max-width: 770px;
    width: 100%;
    margin-bottom: 44px;
}

.partners .swiper-button-next, .partners .swiper-button-prev {
    color: white !important;
    opacity: 0.5;
}

.partners .swiper-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.partners .swiper-slide > img {
    min-width: 5%;
    max-width: 120px;
    width: 100%;
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact__left {
    max-width: 570px;
    width: 100%;
    margin-right: 30px;
}

.contact__heading {
    color: #479ba7;
    margin-bottom: 20px;
    margin-top: 0;
}

.contact__text {
    margin-bottom: 40px;
}

.contact__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact__links * + * {
    margin-top: 30px;
}

.contact__link {
    font-size: 24px;
    line-height: 28px;
    color: #222427;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact__link span {
    margin-top: 0;
}

.contact__link:hover {
    color: #479ba7;
}

.contact__svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.contact__right {
    max-width: 570px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact__right * + * {
    margin-top: 30px;
}

.contact__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: white;
    outline: none;
    border-width: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    color: #222427;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-list-item-label {
    margin-top: 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-checkbox {
    display: flex;
}

.contact__input ::-webkit-input-placeholder {
    color: #898c8d;
}

.contact__input :-ms-input-placeholder {
    color: #898c8d;
}

.contact__input ::-ms-input-placeholder {
    color: #898c8d;
}

.contact__input ::placeholder {
    color: #898c8d;
}

.contact__input:focus {
    border-bottom-color: #479ba7;
}

.contact textarea {
    resize: vertical;
}

.contact__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact__terms {
    margin-left: 44px;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    color: #222427;
}

@media (min-width: 992px) {
    .contact__terms .wpcf7-not-valid-tip {
        font-size: 10px
    }
}

.contact__terms input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 14px;
}

.contact__terms a {
    text-decoration: underline;
    color: #479ba7;
    margin-top: 0;
    height: 20px;
    margin-left: 4px;
}

.footer {
    margin-top: 60px;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 64px;
    border-bottom: 1px solid #DEE3EE;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer__links * + * {
    margin-left: 30px;
}

.footer__link {
    color: #222427;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__link img {
    margin-right: 10px;
}

.footer__link:hover {
    color: #479ba7;
}

.footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .socials * + * {
    margin-left: 30px;
}

.footer .socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px;
    border: 1px solid #E1E4E8;
}

.footer .socials__link:hover {
    background-color: #479ba7;
}

.footer .socials__link:hover .svg {
    fill: white;
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 14px;
    color: #898c8d;
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer__bottom .bottom__links * + * {
    margin-left: 40px;
}

.footer__bottom .bottom__link:hover {
    -webkit-text-decoration: underline 1px #479ba7;
    text-decoration: underline 1px #479ba7;
    color: #479ba7;
}

.top-bar {
    background-image: url(../images/slideOne.jpg);
    padding-top: 88px;
    padding-bottom: 88px;
}

.top-bar__heading {
    text-align: center;
    color: white;
    font-size: 80px;
    line-height: 94px;
    margin-top: 0;
    margin-bottom: 0;
}

.tab {
    overflow: hidden;
    background-color: #f5f6f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tab * + * {
    margin-left: 30px;
}

.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 25px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #898c8d;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.tab a:hover {
    background-color: #ddd;
}

.tab a.active {
    background-color: white;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #479ba7;
}

.content-grid {
    margin-top: 70px;
}

.content-grid__container {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: 100%;
    grid-template-areas: "image1 image2" "image1 image3";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.content-grid .even-container {
    grid-template-areas: "image2 image1" "image3 image1";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-grid .image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-grid .image:hover .overlay {
    opacity: 1;
    cursor: pointer;
}

.content-grid .image1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: image1;
    height: 570px;
    background-image: url("../images/image1.jpg");
}

.content-grid .image2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image2;
    background-image: url("../images/image2.jpg");
}

.content-grid .image3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: image3;
    background-image: url("../images/image3.jpg");
}

.content-grid .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    overflow: hidden;
}

.content-grid .overlay p {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: white;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 100px;
}

.pagination__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination__pages * + * {
    margin-left: 20px;
}

.pagination__prev, .pagination__next, .pagination .page, .pagination .page-numbers {
    background: #FFFFFF;
    border: 1px solid #E1E4E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 22px 15px;
}

.pagination .nav-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pagination__prev:hover, .pagination__next:hover, .pagination .page:hover, .pagination .page-numbers:hover {
    background: #479ba7;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: white;
}

.pagination__prev:hover .fill, .pagination__next:hover .fill, .pagination .page:hover .fill, .pagination .page-numbers:hover .fill {
    fill: white;
}

.pagination .page-active,
.pagination .page-numbers.current {
    background-color: #479ba7;
    color: white;
}

.contact-page, .grayBG, .contact-page .contact__input {
    background-color: #f5f6f8;
}

.heading-black, .contact-page .contact__heading {
    color: #222427;
}

.top-bar {
    cursor: context-menu;
}

.top-bar__span {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #479ba7;
    display: block;
    margin-bottom: 20px;
}

.top-bar__text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFF;
    margin-top: 30px;
}

.service-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 30px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    min-width: 44%;
    width: 100%;
}

.service-grid .row:hover {
    background-color: rgba(71, 155, 167, 0.06);
    cursor: pointer;
}

.service-grid .row:hover .row__link {
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    color: #479ba7;
}

.service-grid .row__pic {
    min-width: 80px;
}

.service-grid .row__copy {
    margin-left: 20px;
}

.service-grid .row__text {
    font-size: 16px;
    margin-top: 10px;
    max-width: 1000px;
    width: 100%;
}

.service-grid .row__link {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #479ba7;
    opacity: 0;
}

.service-grid .row__link svg {
    margin-left: 6px;
}

.roadmap {
    background-color: #f5f6f8;
    text-align: center;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.roadmap__heading {
    color: #479ba7;
    margin-top: 0;
    margin-bottom: 0;
}

.roadmap__text {
    margin-top: 20px;
    max-width: 673px;
    margin-bottom: 50px;
}

.roadmap .pie-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.roadmap .pie-grid__row {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.roadmap .pie-grid__line {
    max-width: 275px;
    min-width: 50px;
    width: 100%;
    border-bottom: 1px dashed #D5D7E3;
}

.roadmap .pie-grid__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    font-size: 22px;
    text-align: center;
    color: #222427;
    text-transform: uppercase;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.roadmap .pie-grid__text h4 {
    width: 100%;
}

.roadmap .donut {
    width: 100px;
    height: 100px;
    margin: 10px;
    min-width: 100px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.roadmap .donut_1 {
    background: radial-gradient(white 40%, transparent 41%), conic-gradient(#479BA7 0% 17%, #E5EEF1 17% 100%);
}

.roadmap .donut_2 {
    background: radial-gradient(white 40%, transparent 41%), conic-gradient(#479BA7 0% 34%, #E5EEF1 34% 100%);
}

.roadmap .donut_3 {
    background: radial-gradient(white 40%, transparent 41%), conic-gradient(#479BA7 0% 50%, #E5EEF1 50% 100%);
}

.roadmap .donut_4 {
    background: radial-gradient(white 40%, transparent 41%), conic-gradient(#479BA7 0% 67%, #E5EEF1 67% 100%);
}

.roadmap .donut_5 {
    background: radial-gradient(white 40%, transparent 41%), conic-gradient(#479BA7 0% 83%, #E5EEF1 83% 100%);
}

.roadmap .donut_6 {
    background: radial-gradient(white 40%, transparent 41%), conic-gradient(#479BA7 0% 100%);
}

.roadmap .donut__num {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 26px;
}

.mobile-show {
    display: none !important;
}

.blog-wrapper {
    padding-left: calc(50% - 327px);
    padding-right: calc(50% - 327px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.post {
    margin-top: 50px;
}

.post__image {
    width: 100%;
}

.post__heading {
    max-width: 100%;
    margin-top: 20px;
}

.post__heading:hover {
    color: #479ba7;
}

.post__date {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    color: #898c8d;
}

.post__text {
    margin-top: 20px;
}

.post__link {
    font-size: 16px;
    margin-top: 20px;
    line-height: 19px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #479ba7;
}

.post__link svg {
    margin-left: 6px;
}

.post__link:hover {
    color: #79cdd9;
}

.page-numbers {
    margin-left: 10px;
    margin-right: 10px;
}

.single-post-page {
    padding-left: calc(50% - 415px);
    padding-right: calc(50% - 415px);
}

.single-post__heading {
    margin-top: 35px;
    margin-bottom: 20px;
}

.single-post__date {
    font-size: 16px;
    line-height: 19px;
    color: #898c8d;
    margin-bottom: 20px;
}

.single-post__img {
    width: 100%;
    margin-bottom: 50px;
}

.single-post__text {
    margin-bottom: 50px;
}

.single-post__text p {
    margin-bottom: 30px;
}

.single-post__share {
    color: #222427;
    font-size: 16px;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.single-post__share * + * {
    margin-left: 30px;
}

.single-post__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    color: #479ba7;
    text-transform: uppercase;
}

.single-post__links .arrow-next {
    margin-left: 20px;
}

.single-post__links .arrow-prev {
    margin-right: 20px;
}

.single-post__link:hover {
    color: #79cdd9;
}

.addtoany_header {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #222427;
    font-size: 16px;
    line-height: 150%;
}

@media screen and (max-width: 1024px) {
    .header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
    }

    .header__links {
        display: none;
    }

    .header .mobile-menu {
        display: flex;
        background: white;
        border: none;
        outline: none;
    }

    .header .mobile-menu > img {
        width: 42px;
    }

    .mobile-nav {
        display: none;
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__top .logo {
        margin-bottom: 40px;
    }

    .footer__links {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__links * + * {
        margin-top: 24px;
        margin-left: 0;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__bottom .bottom__copyright {
        margin-bottom: 24px;
    }

    .slider-content {
        max-width: 90%;
    }

    .slider-content__heading {
        font-size: 40px;
        line-height: 150%;
    }

    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about__feature {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about__left {
        margin-right: 0;
    }

    .about__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about__text {
        margin-left: 24px;
        margin-right: 24px;
    }

    .gallery {
        padding-bottom: 0;
    }

    .gallery__heading {
        text-align: center;
    }

    .gallery__text {
        text-align: center;
    }

    .gallery__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-template-areas: "image1" "image2" "image3" "image4" "image5" "image6" "image7";
    }

    .services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 24px;
        margin-right: 24px;
    }

    .services__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        margin-bottom: 80px;
        margin-right: 0;
    }

    .services__heading {
        text-align: center;
    }

    .services__text {
        text-align: center;
    }

    .services__button {
        max-width: 327px;
    }

    .services .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services .row__copy {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .services .row__pic {
        margin-bottom: 30px;
    }

    .services .row__heading {
        text-align: center;
    }

    .services .row__text {
        text-align: center;
    }

    .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact__heading {
        text-align: center;
    }

    .contact__text {
        text-align: center;
    }

    .contact__right {
        margin-top: 100px;
    }

    .contact__left {
        margin-right: 0;
    }

    .contact__links {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact__link {
        font-size: 16px;
    }

    .contact__submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contact__submit button {
        margin-top: 20px;
    }

    .top-bar__heading {
        font-size: 48px;
    }

    .tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab * + * {
        margin-left: 0;
    }

    .content-grid__container, .even-container {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
        -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "image1" "image2" "image3";
        grid-column-gap: 0;
    }

    .image, .image1, .image2, .image3, .image4, .image5, .image6, .image7 {
        position: relative;
        width: 100%;
        height: auto !important;
    }

    .post-type-archive-references .image, .single-references .image {
        padding-top: 100%;
    }

    .pagination__pages * + * {
        margin-left: 0;
    }

    .page {
        margin-left: 0px;
        margin-right: 0px;
    }

    .service-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-grid .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-grid .row__copy {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .service-grid .row__pic {
        margin-bottom: 30px;
    }

    .service-grid .row__heading {
        text-align: center;
    }

    .service-grid .row__text {
        text-align: center;
    }

    .pie-grid__text {
        font-size: 14px !important;
    }

    .header .logo, .about__span, .about__heading, .top-bar__heading, .top-bar__text, .roadmap__text, .post__heading, .post__date, .post__text, .post__link, .single-post__heading, .single-post__date, .single-post__text, .single-post__share, .single-post__links {
        margin-left: 24px;
    }

    .mobile-menu, .about__span, .about__heading, .top-bar__heading, .top-bar__text, .roadmap__text, .post__heading, .post__date, .post__text, .single-post__heading, .single-post__date, .single-post__text, .single-post__links {
        margin-right: 24px;
    }

    .partners__text, .contact__left, .contact__right, .gallery__text {
        padding-left: 24px;
        padding-right: 24px;
        width: auto;
    }

    .contact__right {
        width: 80%;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .roadmap .pie-grid__row {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */