/*! Frontend tooling starting template v0.0.1 | MIT License | github.com/ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

body.fix,
html.fix {
    overflow: hidden;
    position: relative;
}

body.fix:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
}

main {
    display: block
}

/*h1,
h2,
h3 {
    font-size: 2em;
    margin: 0.67em 0
}*/
h1 {
    font-size: 50px;
}

h2 {
    font-size: 39px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
a {
    margin: 0;
    padding: 0;
}


p {
    font-size: 19px;
    color: #5E5E5E;
    font-family: 'Metropolis';
    font-weight: normal;
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible;
    outline: none;
}

button,
select {
    text-transform: none;
    outline: none;
}

header {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.slick-slide {
    outline: none;
}

[hidden] {
    display: none
}

.title {
    color: #1C5383;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: url('../img/plane.svg') no-repeat center center / cover;
    display: block;
    width: 100%;
    height: 20px;
}

.no-scroll {
    overflow: hidden
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Metropolis', Helvetica, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/Metropolis-Bold.woff2") format("woff2"), url("../fonts/Metropolis-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/Metropolis-Medium.woff2") format("woff2"), url("../fonts/Metropolis-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/Metropolis-Regular.woff2") format("woff2"), url("../fonts/Metropolis-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

:root {
    font-family: 'Metropolis', Helvetica, sans-serif
}

:root a {
    text-decoration: none
}

/*burger*/
.menu-button {
    position: absolute;
    top: 56px;
    left: auto;
    right: 30px;
    width: 30px;
    height: 30px;
    display: none;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button span {
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    position: relative;
    transition: background 0s 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-button span:after,
.menu-button span:before {
    content: '';
    align-content: space-between;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.menu-button span:after {
    top: -7px;
    transition-property: top, transform;
}

.menu-button span:before {
    bottom: -7px;
    transition-property: bottom, transform;
}

.menu-button.open span:after {
    top: 0;
    transform: rotate(45deg);
}

.menu-button.open span {
    background: transparent;
}

.menu-button.open span:before {
    bottom: 0;
    transform: rotate(-45deg);
}

.menu-button.open span:after,
.menu-button.open span:before {
    transition-delay: 0s, 0.3s;
}

.hero,
.about,
.contact__container {
    /*    padding-left: 10%;
    padding-right: 10%*/
}

.about,
.service__list,
.clients {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.b3 {
    background-image: url("../img/b3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transition: background-image 1.3s ease-out
}

.b2 {
    background-image: url("../img/b2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transition: background-image 1.3s ease-out
}

.b1 {
    background-image: url("../img/b1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transition: background-image 1.3s ease-out
}

.overlay {
    background-color: black;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .4
}

.hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.hero__title {
    color: white;
    font-weight: 500;
    letter-spacing: 0.27px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 765px;
    margin: 0 auto;
    /*margin-top: 15vh;*/
    margin-bottom: 94px;
    line-height: 1.3;
}

/*@media (min-width: 500px) {
      .hero__title {
        font-size: 3rem
    }
}*/

@-webkit-keyframes slidein {
    from {
        top: -500px
    }

    to {
        bottom: 0
    }
}

.navbar {
    border: none;
    margin: 0 !important;
}

.nav__list {
    padding-top: 60px;
    margin: 0;
}

.nav__list.--active {
    display: flex;
    background-color: #F4B62A;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation-duration: 1s;
    animation-name: slidein
}

@media screen and (min-width: 500px) {
    .nav__list.--active {
        background-color: initial;
        position: initial;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        animation-duration: 0
    }
}

.nav__list li a {
    color: white;
    transition: color 0.3s ease;
    font-size: 3rem;
    margin-bottom: .5em
}

@media screen and (min-width: 500px) {
    .nav__list li a {
        margin-right: 55px;
        font-size: initial
    }

    .nav__list li:last-child a {
        margin-right: 0;
    }
}

.nav__list li a:hover {
    color: #F4B62A
}

.page-template-page-about .nav__list li a {
    color: #5E5E5E;
}

@media screen and (min-width: 992px) {
    #burger-menu {
        display: none
    }
}

.btn,
.btn:focus,
.btn:active,
.btn:focus:active,
.btn:visited,
input[type="submit"].btn {
    background-color: #F4B62A;
    color: white;
    padding: 0 20px;
    min-width: 140px;
    border-radius: 5px;
    border: 0.5px solid transparent;
    height: 45px;
    color: #fff;
    line-height: 45px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    outline: none !important;
}

.btn.big-btn,
.btn.big-btn:focus,
.btn.big-btn:active,
.btn.big-btn:focus:active,
.btn.big-btn:visited,
input[type="submit"].btn.big-btn {
    min-width: 240px;
}

.btn:last-child {
    margin-left: 10px
}

.btn:hover,
input[type="submit"].btn:hover {
    background-color: white;
    color: #F4B62A;
    border-color: #F4B62A;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.back-to-blog {
    text-align: center;
    margin-top: 60px;
}

.navbar-brand {
    max-width: 168px;
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    padding-top: 45px;
}

.navbar-brand img {
    max-width: 100%;
}

.btn.--blue {
    background-color: #1C5383
}

.btn.--blue:hover {
    background-color: white;
    color: #1C5383
}

.btn-list {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.about {
    text-align: center;
    max-width: 900px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #5E5E5E
}

.about__logo {
    max-width: 250px
}

.about p {
    text-align: left
}

.about__text {
    margin-bottom: 40px;
}

/*.about__text:last-of-type {
    margin-bottom: 50px
}*/

.bold {
    font-weight: bold;
    font-style: normal
}

.services {
    background-color: #EDF5FF;
    padding: 100px 0;
    text-align: center;
}

.services .title:after {
    height: 24px;
}

.service {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
    border-radius: 5px;
    width: calc(90vw - 60px);
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.46);
}

.service img {
    max-width: 170px;
}

.service-description {
    padding: 30px;
}

.service__icon {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60%;
}

@media (min-width: 500px) {
    .service {
        width: 30.33333333%;
        margin: 0 10px;
        margin-bottom: 40px;
    }
}

.service__name {
    color: #1C5383;
    font-size: 33px;
    margin-bottom: 20px;
}

.service__text {
    font-size: 17px;
    color: #5E5E5E
}

.service__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: center
}

.clients {
    max-width: 1000px;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center
}

.clients .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -96px;
    transform: translateY(-50%);
    background: url(../img/plane.svg) no-repeat center center / 60%;
    display: block;
    width: 100%;
    height: 48px;
}

.clients__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.clients__item {
    width: 222px;
    height: 87px;
    margin-right: 20px;
    margin-bottom: 30px;
    object-fit: contain
}

.contact {
    padding-top: 50px;
    text-align: center;
}

.contact__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

@media (min-width: 500px) {
    .contact__container {
        flex-direction: row
    }
}

.contact__information-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px
}

.contact__information-text,
.contact__information-text a {
    max-width: 242px;
    margin-left: 20px;
    color: #404040;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact__information-text a {
    margin-left: 0;
}

.contact__information-text a:hover {
    color: #F4B62A;
}

.contact__form {
    width: 90vw;
    max-width: 650px
}

.contact__form .form__road .btn {
    font-size: 14px;
}

@media (min-width: 992px) {
    .contact__form {
        margin-left: 50px
    }
}

.wpcf7-form-control-wrap.email-field,
.wpcf7-form-control-wrap.phone-field {
    width: 100%;
}

.wpcf7-form-control-wrap.phone-field {
    padding-right: 7.5px;
}

.wpcf7-form-control-wrap.email-field {
    padding-left: 7.5px;
}

#form_subject {
    margin-top: 8px;
    margin-bottom: 12px;
    width: 100%;
}

#form_message {
    height: 221px;
    margin-bottom: 23px;
    margin-top: 22px;
    width: 100%;
    padding: 12px 20px;
}

input[type=text],
input[type=email] {
    padding: 12px 20px;
    margin: 12px 0;
    box-sizing: border-box;
    border-radius: 5px
}

.form-control {
    height: 50px;
}

textarea {
    border-radius: 5px;
    padding: 12px 20px;
}

.footer {
    padding-top: 53px;
    padding-bottom: 50px;
    text-align: center;
    color: #1C5383;
    background-color: #EDF5FF;
    font-size: 20px
}

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

.form__road.first-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

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

/*NEW STYLES*/
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1;
}

.hero-slider .slick-slide {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.hero__content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}

.hero-title-wrapper h1 span {
    display: block;
}

.about-page {
    padding-top: 150px;
    padding-bottom: 80px;
}

.about-thumbnail {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 580px;
}

.about-content {
    padding-left: 60px;
    padding-top: 20px;
}

.about-content p {
    margin-bottom: 30px;
}

.about-content a.btn {
    margin: 0;
    margin-top: 60px;
}

.blog-page .blog-page-title {
    min-height: 300px;
    width: 100%;
    position: relative;
    /*padding: 0 20%;*/
}

.blog-page .blog-page-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.blog-page .blog-page-title h1 {
    position: absolute;
    bottom: 30px;
    left: 15px;
    font-size: 50px;
    font-family: 'Metropolis';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
}

.blog-page .blog-page-title .container {
    position: relative;
    min-height: 300px;
}

.blog-page .post-thumbnail {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 47%;
}

.alm-btn-wrap {
    display: none !important;
}

.blog-overview-page {
    padding-top: 100px;
}

.blog-overview-page .container {
    max-width: 900px;
    margin: 0 auto;
}

.blog-post {
    margin-bottom: 125px;
}

.blog-post .post-title {
    font-size: 25px;
    color: #1C5383;
    font-family: 'Metropolis';
    font-weight: 700;
    margin: 0;
    margin-top: 40px;
}

.blog-post .post-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #A1B1BC;*/
    margin-bottom: 15px;
}

.blog-post .post-info .post-category ul li a,
.blog-post .post-info .post-date {
    font-size: 18px;
    color: #A1B1BC;
    font-family: 'Metropolis';
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-post .post-info .post-date {
    margin-left: 20px;
    position: relative;
}

.blog-post .post-description {
    padding-top: 20px;
}

.blog-post .post-description p {
    color: #5F6970;
    font-size: 16px;
    font-family: 'Metropolis';
    font-weight: normal;
    line-height: 120%;
}

.blog-post a.post-btn,
.blog-post a.post-btn:focus,
.blog-post a.post-btn:active,
.blog-post a.post-btn:focus:active,
.blog-post a.post-btn:visited {
    margin: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    min-width: 140px;
    margin-top: 15px;
}

.blog-post .post-info .post-date:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
    width: 2px;
    height: 18px;
    background: #A1B1BC;
}

.post-single-page {
    padding: 100px 0;
}

.post-single-page .container {
    max-width: 920px;
}

.post-single-page p {
    margin-bottom: 30px;
    font-size: 16px;
}

.post-single-page h1 {
    font-size: 36px;
    color: #1C5383;
    font-weight: 700;
    margin-bottom: 55px;
}

.post-single-page .wp-block-image {
    width: 100%;
}

.post-single-page .wp-block-image img {
    width: 100%;
}

.post-single-page .wp-block-image figcaption {
    font-size: 12px;
    margin-top: 14px;
    font-weight: 700;
}

.post-single-page .post-thumb {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 375px;
    margin-bottom: 50px;
}

.post-single-content {
    padding-top: 40px;
    border-top: 1px solid #5F6970;
}


.single-post-title {
    height: 132px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.single-post-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.single-service-title {
    height: 100vh;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.single-service-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.single-service-title .container {
    height: 100vh;
}

.single-service-title .container {
    position: relative;
}

.single-service-title h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 10;
    text-transform: uppercase;
}

.single-service-page {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-x: hidden;
}

.single-service-page .container {
    max-width: 1040px;
    margin: 0 auto;
}

.single-service-page .top-slider .slick-slide {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 485px;
}

.single-service-page-text {
    margin-top: 100px;
}

.single-service-page-text p {
    margin-bottom: 30px;
}

.single-service-page .top-slider .slick-dots {
    bottom: 15px;
}

.single-service-page .top-slider .slick-dots li {
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.6;
}

.single-service-page .top-slider .slick-dots li.slick-active {
    opacity: 1;
}

.single-service-page .top-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.single-service-page .top-slider .slick-dots li button:before {
    display: none;
}

.single-service-page .btn,
.single-service-page .btn:focus,
.single-service-page .btn:active,
.single-service-page .btn:focus:active,
.single-service-page .btn:visited {
    margin: 0;
    margin-top: 50px;
    min-width: 240px;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.bottom-slider .slick-track {
    margin-left: 0;
}

.bottom-slider .slick-list {
    overflow-x: hidden;
    padding-top: 40px;
    padding-bottom: 50px;
}

.bottom-slider .slick-slide,
.mobile-bottom-slider .mobile-service-block {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 35px 25px;
    margin: 0 10px;
    border-radius: 3px;
}

.bottom-slider .slick-slide h3,
.mobile-bottom-slider .mobile-service-block h3 {
    font-size: 20px;
    color: #1C5383;
    font-family: 'Metropolis', sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

.bottom-slider .slick-slide p,
.mobile-bottom-slider .mobile-service-block p {
    font-size: 16px;
    color: #777379;
    font-family: 'Metropolis', sans-serif;
    font-weight: normal;
}

.footer__text {
    font-size: 20px;
}

.post-categories {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.post-categories li {
    margin-right: 15px;
}

.post-categories li:last-child {
    margin-right: 0;
}



.blog-post .post-info .post-category ul li a:hover {
    color: #F4B62A;
}

.wpcf7-form-control-wrap.email-field span.wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.phone-field span.wpcf7-not-valid-tip {
    bottom: -9px;
}

.wpcf7-form-control-wrap.subject-field span.wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.message-field span.wpcf7-not-valid-tip {
    bottom: -22px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    border: none;
    color: #f00;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

div.wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
    color: #f00;
    margin-top: 10px;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: green;
}


.page-404 {
    padding: 150px 0 150px 0;
    text-align: center;
    min-height: calc(100vh - 257px);
}

.page-404 h1 {
    margin-bottom: 30px;
}

.page-404-title-bg {
    min-height: 132px;
}

.wpcf7-form-control-wrap.email-field span.wpcf7-not-valid-tip {
    left: 9px;
}

.mobile-bottom-slider {
    display: none;
}

.bottom-slider .slick-prev,
.bottom-slider .slick-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #1C5383;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-slider .slick-prev:hover,
.bottom-slider .slick-next:hover {
    background: rgba(28, 83, 131, 0.2);
}

.bottom-slider .slick-next {
    left: auto;
    right: 10px;
}

.bottom-slider .slick-prev {
    right: 45px;
    left: auto;
}

.bottom-slider .slick-prev:before {
    content: '\f104';
    font-family: 'fontawesome';
    color: #1C5383;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 700;
}

.bottom-slider .slick-next:before {
    content: '\f105';
    font-family: 'fontawesome';
    color: #1C5383;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 700;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.5;
}

.bottom-title .title {
    margin-bottom: 0;
}

.single-service-page .btn {
    margin-top: 0;
}

.acf-map {
    height: 600px;
    margin-top: 50px;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1070px;
    }
}