.modal,
.modal-open {
    overflow: hidden
}

header .close-menu:after,
header .close-menu:before {
    bottom: 18px;
    display: block;
    height: 2px;
    position: absolute
}

footer ul,
header ul.header-menu,
ul {
    list-style: none
}

body,
button,
html,
input,
textarea {
    font-family: Montserrat
}

.modal-dialog,
.slick-slide.dragging img {
    pointer-events: none
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters,
footer ul.social li:last-child a {
    margin-right: 0
}

.breadcrumbs>span:first-child,
.no-gutters {
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12,
img {
    max-width: 100%
}

.col-12 {
    flex: 0 0 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex,
.home-slider .slick-track,
.partners .reviews-slider .slick-track,
.partners .slick-track,
section.blog .slick-track {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    backface-visibility: hidden;
    will-change: transform;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ebf0fb;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop,
header {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0
}

.modal-backdrop {
    right: 0;
    bottom: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 1rem 0;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    background: 0 0;
    border: 0;
    padding: 0;
    color: #28516c;
    font-size: 79px;
    font-weight: 200;
    position: absolute;
    right: 40px;
    top: 7px
}

.modal-title {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #28516c
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 2rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
    footer #nav_menu-5 {
        display: none
    }
}

.wpcf7 form .user-box input[type=email],
.wpcf7 form .user-box input[type=text],
.wpcf7 form .user-box textarea {
    width: 100%;
    padding: 17px 40px;
    font-size: 16px;
    color: #557082;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: 0;
    background: #fff;
    resize: none;
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #000
}

.wpcf7 form .user-box input[type=email]:focus,
.wpcf7 form .user-box input[type=text]:focus,
.wpcf7 form .user-box textarea:focus {
    border-bottom: 2px solid #8fd1fd
}

.wpcf7 form .user-box input[type=email].not-empty,
.wpcf7 form .user-box input[type=email]:focus,
.wpcf7 form .user-box input[type=text].not-empty,
.wpcf7 form .user-box input[type=text]:focus,
.wpcf7 form .user-box textarea.not-empty,
.wpcf7 form .user-box textarea:focus {
    padding: 26px 40px 7px
}

.wpcf7 form .user-box input[type=email].not-empty~label,
.wpcf7 form .user-box input[type=email]:focus~label,
.wpcf7 form .user-box input[type=text].not-empty~label,
.wpcf7 form .user-box input[type=text]:focus~label,
.wpcf7 form .user-box textarea.not-empty~label,
.wpcf7 form .user-box textarea:focus~label {
    top: -12px;
    color: #0071bd;
    font-size: 14px;
    font-weight: 700
}

.wpcf7 form .user-box label {
    position: absolute;
    top: 0;
    left: 55px;
    padding: 15px 0;
    font-size: 16px;
    color: #557082;
    pointer-events: none;
    transition: .5s
}

.wpcf7 form .user-box .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-bottom: 10px
}

.wpcf7 form .user-box .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none
}

.wpcf7 form .user-box .inputfile+label {
    background-color: #fff;
    position: static !important;
    font-size: 13px;
    color: #5570827a;
    padding: 6px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    pointer-events: inherit !important;
    font-weight: 700
}

.wpcf7 form .user-box .inputfile+label:hover,
.wpcf7 form .user-box .inputfile:focus+label {
    color: #557082
}

.wpcf7 form p {
    margin: 0
}

.wpcf7 form p #submit,
[dir=rtl] .slick-slide {
    float: right
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    margin-top: 3em !important
}

.wpcf7 form .ajax-loader {
    background-image: none;
    display: inline-block;
    width: 40px;
    height: 40px
}

.wpcf7 form .ajax-loader:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid #00568d;
    border-color: #00568d transparent;
    animation: 1.2s linear infinite loader-animation
}

@keyframes loader-animation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#cv .available {
    font-size: 13px;
    color: #557082
}

#cv #cvLabel,
#cv .attach,
#thanks #thanksLabel {
    font-size: 18px
}

#cv .attach {
    font-weight: 700
}

#cv .modal-subtitle,
#thanks .modal-subtitle {
    font-size: 13px;
    width: 100%;
    text-align: center
}

#cv .attach .required {
    color: #0068a9
}

#cv .modal-subtitle {
    margin: .5em 0
}

#cv .modal-header {
    padding-top: 65px
}

#cv .wpcf7-list-item,
#cv .wpcf7-list-item input {
    margin: 0 10px 0 0
}

#cv .wpcf7-list-item label {
    display: flex;
    align-items: center;
    position: static !important;
    font-size: 12px !important;
    pointer-events: initial !important
}

#cv .wpcf7-list-item a {
    color: #486b83
}

#thanks .modal-content {
    min-height: 50vh;
    align-items: center;
    justify-content: center
}

#thanks .modal-subtitle {
    margin: .5em 0
}

.breadcrumbs {
    margin-top: 25px;
    color: #557082;
    font-weight: 500;
    font-size: 14px
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .modal-content {
        background-image: url("data:image/svg+xml,%3Csvg width='131' height='87' viewBox='0 0 131 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12.8162' height='11.8751' rx='3' transform='matrix(-0.941505 -0.336999 -0.40401 0.914755 30.54 75.3037)' fill='%238FD1FD'/%3E%3Crect width='12.8162' height='11.8751' rx='3' transform='matrix(-0.941505 -0.336999 -0.40401 0.914755 65.5 4.31934)' fill='%238FD1FD'/%3E%3Crect width='12.8162' height='11.8751' rx='3' transform='matrix(-0.941505 -0.336999 -0.40401 0.914755 130.427 23.3193)' fill='%238FD1FD'/%3E%3Crect width='23.9679' height='22.2078' rx='3' transform='matrix(-0.941505 -0.336999 -0.40401 0.914755 66.499 37.0771)' fill='white'/%3E%3Crect width='23.9679' height='22.2078' rx='3' transform='matrix(-0.941505 -0.336999 -0.40401 0.914755 31.5381 31.0771)' fill='%238FD1FD'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 10px 20px
    }
    .modal-dialog {
        max-width: 760px
    }
    #cv .btn.dark {
        padding-right: 125px;
        padding-left: 105px;
        float: right
    }
    .breadcrumbs {
        margin-bottom: -40px
    }
}

.breadcrumbs a,
a {
    color: #0071bd;
    text-decoration: none
}

footer,
footer #nav_menu-5 a,
footer a {
    color: #fff
}

.breadcrumbs>span {
    margin: 0 5px
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Light.eot");
    src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-MediumItalic.eot");
    src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("../fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Thin.eot");
    src: local("Montserrat Thin"), local("Montserrat-Thin"), url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-ExtraLightItalic.eot");
    src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url("../fonts/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff"), url("../fonts/Montserrat-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-BoldItalic.eot");
    src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url("../fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-ExtraLight.eot");
    src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-ExtraBoldItalic.eot");
    src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url("../fonts/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff"), url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Italic.eot");
    src: local("Montserrat Italic"), local("Montserrat-Italic"), url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-LightItalic.eot");
    src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url("../fonts/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-LightItalic.woff") format("woff"), url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-BlackItalic.eot");
    src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url("../fonts/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-SemiBoldItalic.eot");
    src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url("../fonts/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-ExtraBold.eot");
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Black.eot");
    src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-ThinItalic.eot");
    src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url("../fonts/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ThinItalic.woff") format("woff"), url("../fonts/Montserrat-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

header {
    height: 100px;
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 15px rgba(98, 117, 134, .35);
    font-size: 15px
}

header #header-logo {
    margin-top: -20px;
    display: inline-block;
    width: 114px
}

header #burder-menu-button {
    display: none;
    margin-right: 1em;
    margin-top: 10px
}

header .close-menu {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35px;
    left: 10px;
    cursor: pointer
}

.about,
.btn,
.why,
footer #nav_menu-5 a,
footer .container,
header ul.header-menu .sub-menu li,
section.blog {
    position: relative
}

header .close-menu:before {
    content: "";
    width: 100%;
    background: #fff;
    transform: rotate(45deg)
}

header .close-menu:after {
    content: "";
    width: 100%;
    background: #fff;
    transform: rotate(-45deg)
}

header ul.header-menu {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0
}

header ul.header-menu .sub-menu {
    padding: 0;
    display: none;
    transition: .3s;
    list-style: none
}

header ul.header-menu .sub-menu a {
    white-space: nowrap;
    padding: 10px 0 !important;
    display: inline-block
}

header ul.header-menu .sub-menu li:before,
header ul.header-menu>li:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ebf0fb;
    position: absolute;
    z-index: 1;
    transition: .3s;
    left: 0;
    border: none;
    border-radius: 0;
    margin: 0
}

.about .services .service:hover a,
.about .services .service:hover:before,
.home-slider .slick-dots li button:hover,
.home-slider .slick-dots li.slick-active button,
header ul.header-menu .sub-menu li:hover:before,
header ul.header-menu>li:hover:before {
    opacity: 1
}

header ul.header-menu>li {
    padding: 20px 5px;
    position: relative
}

header ul.header-menu>li.menu-item-has-children a {
    padding-right: 15px
}

header ul.header-menu>li.menu-item-has-children:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 1px solid #00457c;
    border-left: 0;
    border-top: 0;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 4px;
    transition: .3s;
    top: 28px
}

header ul.header-menu>li.menu-item-has-children:hover:after {
    transform: rotate(225deg);
    bottom: -4px
}

header ul.header-menu>li.menu-item-has-children.open,
ol li li,
ul li li {
    padding-bottom: 0
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .modal-lg {
        max-width: 800px
    }
    header ul.header-menu .sub-menu:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        bottom: 100%;
        left: 18px
    }
    header ul.header-menu .sub-menu {
        left: 0;
        top: 100%;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(98, 117, 134, .35);
        position: absolute;
        background: #fff;
        padding: 10px 30px;
    }
    header ul.header-menu .sub-menu li:before {
        opacity: 0;
        bottom: 0
    }
    header ul.header-menu>li.menu-item-has-children:after {
        top: 0;
        margin: auto
    }
    header ul.header-menu>li:before {
        opacity: 0;
        bottom: 15px
    }
    header ul.header-menu>li:hover .sub-menu {
        display: block
    }
    header ul.header-menu>li .sub-menu a:after,
    header ul.header-menu>li .sub-menu a:before {
        bottom: 0
    }
    header ul.header-menu>li a:after,
    header ul.header-menu>li a:before {
        display: block;
        content: "";
        width: 0;
        height: 2px;
        background: #8fd1fd;
        position: absolute;
        left: 0;
        bottom: 15px;
        z-index: 1;
        transition: .3s
    }
    header ul.header-menu>li a:after {
        right: 0;
        left: auto;
        background: #0071bd
    }
    header ul.header-menu>li a:hover:after,
    header ul.header-menu>li a:hover:before {
        width: 33%
    }
}

header ul.header-menu a {
    font-weight: 500;
    color: #00457c;
    text-decoration: none
}

footer {
    background: #0068a9;
    flex: 0 0 auto
}

footer .footer-inner {
    padding-top: 65px;
    padding-bottom: 60px
}

footer a {
    text-decoration: none
}

footer .footer-bottom>.row>[class*=col],
footer .widget {
    margin-bottom: 30px
}

footer #nav_menu-5 li,
footer .footer-menu a,
footer .widgettitle {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 0 0 1em;
    font-size: 18px
}

footer ul {
    padding: 0;
    margin: 0
}

footer ul.social {
    display: flex;
    flex-wrap: wrap
}

footer ul.social li {
    margin-bottom: 10px
}

footer ul.social li a {
    margin-right: 15px;
    border: 1px solid;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

footer .footer-menu a,
footer .widgettitle {
    display: block;
    max-width: 200px
}

footer .footer-navs .textwidget,
footer .footer-navs ul {
    font-size: 14px
}

footer .copyright,
footer .footer-navs ul a {
    color: #b1d6ee
}

footer .footer-navs li,
ol li,
ul li {
    padding: 5px 0
}

.block-background--mob,
.categories-nav li:before,
.home-slider .slick-dots li:before,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
footer .footer-bottom li:before,
footer .footer-navs li:before,
section.blog .blog-post:before {
    display: none
}

footer .footer-navs strong {
    color: #b1d6ee;
    font-weight: 400
}

footer .footer-bottom {
    margin-top: 20px
}

footer .footer-bottom .footer-menu,
footer .footer-bottom .last-elements {
    margin: 0;
    min-height: 100%
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    footer .footer-bottom .footer-menu,
    footer .footer-bottom .last-elements {
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }
    footer .footer-bottom .last-elements {
        padding: 1em 0
    }
}

footer #to-top {
    background: #ec6737;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 7px;
    transform: translate(0, -50%);
    cursor: pointer
}

footer #to-top:before {
    display: block;
    content: "";
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    padding: 8px;
    border-right: 0;
    border-top: 0;
    transform: rotate(135deg)
}

.background img,
.slick-initialized .slick-slide,
.slick-slide img,
footer #nav_menu-5 li,
footer #nav_menu-5>div {
    display: block
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    background: #fff;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    text-decoration: none
}

.btn.btn-blue {
    border: 1px solid;
    background: #3ac8ff;
    color: #fff
}

.btn.btn-blue:hover {
    color: #3ac8ff;
    background: #fff
}

.btn.btn-blue.email {
    padding-left: 58px
}

.btn.btn-blue.dark,
.btn.btn-white {
    font-size: 12px;
    padding-right: 58px
}

.btn.btn-blue.email:before {
    display: block;
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 0H1.50001C0.672854 0 0 0.672853 0 1.50001V10.5C0 11.3271 0.672854 12 1.50001 12H14.5C15.3271 12 16 11.3271 16 10.5V1.50001C16 0.672853 15.3271 0 14.5 0ZM14.5 0.999994C14.5679 0.999994 14.6325 1.01409 14.6916 1.0387L8 6.83838L1.30833 1.0387C1.36742 1.01412 1.43204 0.999994 1.49998 0.999994H14.5ZM14.5 11H1.50001C1.22414 11 0.999996 10.7759 0.999996 10.5V2.09521L7.67236 7.87792C7.76661 7.95944 7.8833 7.99999 8 7.99999C8.1167 7.99999 8.23339 7.95948 8.32764 7.87792L15 2.09521V10.5C15 10.7759 14.7759 11 14.5 11Z' fill='white'/%3E%3C/svg%3E%0A")
}

.btn.btn-blue.email:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 0H1.50001C0.672854 0 0 0.672853 0 1.50001V10.5C0 11.3271 0.672854 12 1.50001 12H14.5C15.3271 12 16 11.3271 16 10.5V1.50001C16 0.672853 15.3271 0 14.5 0ZM14.5 0.999994C14.5679 0.999994 14.6325 1.01409 14.6916 1.0387L8 6.83838L1.30833 1.0387C1.36742 1.01412 1.43204 0.999994 1.49998 0.999994H14.5ZM14.5 11H1.50001C1.22414 11 0.999996 10.7759 0.999996 10.5V2.09521L7.67236 7.87792C7.76661 7.95944 7.8833 7.99999 8 7.99999C8.1167 7.99999 8.23339 7.95948 8.32764 7.87792L15 2.09521V10.5C15 10.7759 14.7759 11 14.5 11Z' fill='%233AC8FF'/%3E%3C/svg%3E%0A")
}

.btn.btn-blue.dark {
    background: #28516c;
    border-color: #28516c
}

.btn.btn-blue.dark:hover:after,
.btn.btn-white:after {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4051 0.193015C10.1221 -0.0733388 9.67335 -0.0628386 9.40383 0.217165C9.13396 0.497169 9.14529 0.940275 9.42827 1.20698L14.8619 6.2999H0.708333C0.317333 6.2999 0 6.6135 0 6.99991C0 7.38631 0.317333 7.69992 0.708333 7.69992H14.8392L9.42827 12.7932C9.14494 13.0599 9.13396 13.503 9.40383 13.783C9.54302 13.9272 9.72967 14 9.91667 14C10.0923 14 10.268 13.9359 10.4051 13.8068L16.5849 7.98972C16.8527 7.72547 17 7.37406 17 6.99991C17 6.62575 16.8527 6.27435 16.5725 5.99819L10.4051 0.193015Z' fill='%2328516C'/%3E%3C/svg%3E%0A")
}

.btn.btn-blue.dark:after {
    display: block;
    content: "";
    width: 17px;
    height: 14px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4051 0.193015C10.1221 -0.0733388 9.67335 -0.0628386 9.40383 0.217165C9.13396 0.497169 9.14529 0.940275 9.42827 1.20698L14.8619 6.2999H0.708333C0.317333 6.2999 0 6.6135 0 6.99991C0 7.38631 0.317333 7.69992 0.708333 7.69992H14.8392L9.42827 12.7932C9.14494 13.0599 9.13396 13.503 9.40383 13.783C9.54302 13.9272 9.72967 14 9.91667 14C10.0923 14 10.268 13.9359 10.4051 13.8068L16.5849 7.98972C16.8527 7.72547 17 7.37406 17 6.99991C17 6.62575 16.8527 6.27435 16.5725 5.99819L10.4051 0.193015Z' fill='white'/%3E%3C/svg%3E%0A")
}

.btn.btn-blue.comment:after,
.btn.btn-blue.cv:after {
    left: 25px;
    right: auto;
    display: block;
    top: 0;
    margin: auto;
    position: absolute;
    width: 16px;
    bottom: 0;
    content: ""
}

.btn.btn-blue.dark:hover {
    color: #28516c;
    background-color: transparent
}

.btn.btn-blue.comment,
.btn.btn-blue.cv {
    padding-right: 35px;
    padding-left: 58px
}

.btn.btn-blue.comment:after {
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0H2C0.897 0 0 0.897 0 2V11C0 12.103 0.897 13 2 13H3V15.5C3 15.694 3.112 15.871 3.288 15.953C3.355 15.984 3.428 16 3.5 16C3.615 16 3.729 15.96 3.82 15.884L7.281 13H14C15.103 13 16 12.103 16 11V2C16 0.897 15.103 0 14 0ZM15 11C15 11.551 14.551 12 14 12H7.1C6.983 12 6.87 12.041 6.78 12.116L4 14.433V12.5C4 12.224 3.776 12 3.5 12H2C1.449 12 1 11.551 1 11V2C1 1.449 1.449 1 2 1H14C14.551 1 15 1.449 15 2V11Z' fill='white'/%3E%3C/svg%3E%0A")
}

.btn.btn-blue.comment:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0H2C0.897 0 0 0.897 0 2V11C0 12.103 0.897 13 2 13H3V15.5C3 15.694 3.112 15.871 3.288 15.953C3.355 15.984 3.428 16 3.5 16C3.615 16 3.729 15.96 3.82 15.884L7.281 13H14C15.103 13 16 12.103 16 11V2C16 0.897 15.103 0 14 0ZM15 11C15 11.551 14.551 12 14 12H7.1C6.983 12 6.87 12.041 6.78 12.116L4 14.433V12.5C4 12.224 3.776 12 3.5 12H2C1.449 12 1 11.551 1 11V2C1 1.449 1.449 1 2 1H14C14.551 1 15 1.449 15 2V11Z' fill='%2328516C'/%3E%3C/svg%3E%0A")
}

.btn.btn-blue.cv:after {
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8777 10.4775L13.565 9.22023L7.65785 3.5628C6.56917 2.52791 4.81183 2.53103 3.72723 3.56983C2.64263 4.60863 2.63937 6.29176 3.71989 7.33447L9.62676 12.9936C9.86836 13.2251 10.2602 13.2251 10.502 12.9936C10.7436 12.7621 10.7436 12.3869 10.502 12.1553L4.5951 6.49622C3.99097 5.9176 3.99097 4.97967 4.5951 4.40105C5.19922 3.82244 6.17852 3.82244 6.78264 4.40105L12.6913 10.0585L14.004 11.3157C15.0916 12.3577 15.0912 14.0468 14.0033 15.0884C12.9153 16.1299 11.1519 16.1296 10.0643 15.0876L8.97059 14.0397L2.84482 8.17259L2.40715 7.75353C0.877402 6.24257 0.896833 3.83545 2.45063 2.34714C4.00456 0.858961 6.51781 0.84035 8.09539 2.3055L14.6587 8.59177C14.8151 8.74144 15.043 8.79987 15.2564 8.74508C15.47 8.69029 15.6369 8.53061 15.6941 8.32602C15.7513 8.12144 15.6902 7.90332 15.5339 7.75353L8.97059 1.46738C6.91513 -0.49231 3.59135 -0.488666 1.54064 1.47558C-0.510212 3.43969 -0.514016 6.62311 1.53208 8.59177L8.09539 14.8779L9.19072 15.9258C10.7703 17.379 13.2737 17.3548 14.8222 15.8712C16.3708 14.3877 16.3954 11.9901 14.8777 10.4775Z' fill='white'/%3E%3C/svg%3E%0A")
}

.btn.btn-blue.cv:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8777 10.4775L13.565 9.22023L7.65785 3.5628C6.56917 2.52791 4.81183 2.53103 3.72723 3.56983C2.64263 4.60863 2.63937 6.29176 3.71989 7.33447L9.62676 12.9936C9.86836 13.2251 10.2602 13.2251 10.502 12.9936C10.7436 12.7621 10.7436 12.3869 10.502 12.1553L4.5951 6.49622C3.99097 5.9176 3.99097 4.97967 4.5951 4.40105C5.19922 3.82244 6.17852 3.82244 6.78264 4.40105L12.6913 10.0585L14.004 11.3157C15.0916 12.3577 15.0912 14.0468 14.0033 15.0884C12.9153 16.1299 11.1519 16.1296 10.0643 15.0876L8.97059 14.0397L2.84482 8.17259L2.40715 7.75353C0.877402 6.24257 0.896833 3.83545 2.45063 2.34714C4.00456 0.858961 6.51781 0.84035 8.09539 2.3055L14.6587 8.59177C14.8151 8.74144 15.043 8.79987 15.2564 8.74508C15.47 8.69029 15.6369 8.53061 15.6941 8.32602C15.7513 8.12144 15.6902 7.90332 15.5339 7.75353L8.97059 1.46738C6.91513 -0.49231 3.59135 -0.488666 1.54064 1.47558C-0.510212 3.43969 -0.514016 6.62311 1.53208 8.59177L8.09539 14.8779L9.19072 15.9258C10.7703 17.379 13.2737 17.3548 14.8222 15.8712C16.3708 14.3877 16.3954 11.9901 14.8777 10.4775Z' fill='%2328516C'/%3E%3C/svg%3E%0A")
}

.btn.btn-white {
    background: #fff;
    color: #000;
    border: 1px solid #fff
}

.btn.btn-white:after {
    display: block;
    content: "";
    width: 17px;
    height: 14px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto
}

.btn.btn-white:hover {
    color: #fff;
    background-color: transparent
}

.btn.btn-white:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4051 0.193015C10.1221 -0.0733388 9.67335 -0.0628386 9.40383 0.217165C9.13396 0.497169 9.14529 0.940275 9.42827 1.20698L14.8619 6.2999H0.708333C0.317333 6.2999 0 6.6135 0 6.99991C0 7.38631 0.317333 7.69992 0.708333 7.69992H14.8392L9.42827 12.7932C9.14494 13.0599 9.13396 13.503 9.40383 13.783C9.54302 13.9272 9.72967 14 9.91667 14C10.0923 14 10.268 13.9359 10.4051 13.8068L16.5849 7.98972C16.8527 7.72547 17 7.37406 17 6.99991C17 6.62575 16.8527 6.27435 16.5725 5.99819L10.4051 0.193015Z' fill='white'/%3E%3C/svg%3E%0A")
}

.banner {
    text-align: center;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-color: #0068a9
}

.banner h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.4
}

.banner .page-subtitle {
    font-size: 20px;
    color: #fff
}

@media (max-width:1199.98px) {
    header ul.header-menu>li.menu-item-has-children:after {
        right: 5px
    }
    footer ul.social {
        justify-content: center
    }
    footer .copyright {
        text-align: center
    }
    .btn.btn-blue.email {
        padding: 15px 15px 15px 40px
    }
    .btn.btn-blue.email:before {
        left: 15px
    }
    .banner {
        padding: 80px 0
    }
    .banner h1 {
        font-size: 50px
    }
}

ul li:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #557082;
    border-radius: 50%;
    background: #557082;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px
}

ul li li:before {
    background: 0 0
}

ol,
ul {
    padding-left: 0;
    list-style-position: inside
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
    padding-left: 1em
}

* {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #28516c
}

body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    color: #486b83
}

body {
    padding-top: 100px;
    font-size: 18px
}

.text-center {
    text-align: center
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.main-container {
    flex: 1 0 auto
}

img {
    height: auto
}

.with-rect:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #8fd1fd;
    content: "";
    transform: rotate(23deg);
    border-radius: 3px;
    margin-right: 7px
}

section {
    padding: 70px 0
}

.section-title {
    text-align: center;
    color: #28516c;
    font-size: 45px;
    margin: 0 0 40px;
    line-height: 1.1
}

.fixed-icons {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 0;
    top: 40vh
}

.fixed-icons .mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.fixed-icons .mobile .ico-white {
    width: 50%;
    text-align: center;
    flex: 0 0 50%
}

.fixed-icons .ico {
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background: #fff;
    border-bottom: 1px solid #f6f3f3
}

.fixed-icons .ico:last-child {
    border-bottom: 0
}

.fixed-icons:hover .full {
    left: 0;
    right: auto
}

.fixed-icons .full {
    position: absolute;
    width: max-content;
    left: -300px;
    top: 0;
    transition: .3s
}

.slick-list,
.slick-slider,
.slick-track,
i.star {
    position: relative
}

.fixed-icons .full,
.fixed-icons .small {
    border-radius: 0 15px 15px 0;
    box-shadow: 0 0 2px #cecece;
    overflow: hidden
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.background,
.block-background {
    position: absolute;
    max-width: 100%
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

i.star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.977 5.79566C15.9219 5.62594 15.7752 5.50226 15.5987 5.47663L10.6386 4.75585L8.42033 0.26128C8.3414 0.101281 8.17843 0 8.00002 0C7.82159 0 7.65865 0.101281 7.57968 0.26128L5.36132 4.75585L0.401338 5.47663C0.224807 5.50226 0.0780893 5.62595 0.0229645 5.79563C-0.0321915 5.96535 0.0138083 6.15163 0.141589 6.27616L3.73057 9.77471L2.88345 14.7148C2.85327 14.8907 2.92558 15.0683 3.06992 15.1732C3.15158 15.2326 3.24829 15.2627 3.34548 15.2627C3.42011 15.2627 3.49498 15.245 3.56354 15.2089L7.99999 12.8765L12.4363 15.2089C12.5942 15.2919 12.7856 15.2781 12.9299 15.1732C13.0743 15.0683 13.1466 14.8906 13.1164 14.7147L12.269 9.77471L15.8584 6.27613C15.9862 6.15163 16.0322 5.96535 15.977 5.79566Z' fill='%23C6D1E8'/%3E%3C/svg%3E%0A");
    top: 2px
}

i.star-full {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.977 5.79566C15.9219 5.62594 15.7752 5.50226 15.5987 5.47663L10.6386 4.75585L8.42033 0.26128C8.3414 0.101281 8.17843 0 8.00002 0C7.82159 0 7.65865 0.101281 7.57968 0.26128L5.36132 4.75585L0.401338 5.47663C0.224807 5.50226 0.0780893 5.62595 0.0229645 5.79563C-0.0321915 5.96535 0.0138083 6.15163 0.141589 6.27616L3.73057 9.77471L2.88345 14.7148C2.85327 14.8907 2.92558 15.0683 3.06992 15.1732C3.15158 15.2326 3.24829 15.2627 3.34548 15.2627C3.42011 15.2627 3.49498 15.245 3.56354 15.2089L7.99999 12.8765L12.4363 15.2089C12.5942 15.2919 12.7856 15.2781 12.9299 15.1732C13.0743 15.0683 13.1466 14.8906 13.1164 14.7147L12.269 9.77471L15.8584 6.27613C15.9862 6.15163 16.0322 5.96535 15.977 5.79566Z' fill='%23EF6229'/%3E%3C/svg%3E%0A")
}

.background.auto {
    margin: auto
}

.background.auto img {
    margin: 0 auto
}

.background.top {
    top: 0
}

.background.left {
    left: 0
}

.background.right {
    right: 0
}

.background.bottom {
    bottom: 0
}

.block-background {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 100%
}

.block-background+div,
.home-slider .slide .container,
.why .container {
    position: relative;
    z-index: 2
}

.block-background:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0
}

.block-background img {
    width: auto;
    height: 100%;
    max-width: none;
    min-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%)
}

.block-background.center {
    height: auto;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: auto
}

.block-background.center img {
    height: auto
}

@media(max-width:576px) {
    .block-background--mob {
        display: block
    }
    .block-background--desk {
        display: none
    }
}

.home-slider {
    color: #fff;
    font-size: 20px;
    padding: 0
}

.home-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 200px;
    z-index: 2;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    padding: 8px;
    background: 0 0;
    border-right: 0;
    border-top: 0;
    transform: translateY(-50%) rotate(45deg);
    color: transparent
}

.home-slider .slick-next.slick-arrow {
    left: auto;
    right: 200px;
    transform: translateY(-50%) rotate(225deg)
}

@media (max-width:1440px) {
    .home-slider .slick-arrow {
        left: 5%
    }
    .home-slider .slick-next.slick-arrow {
        right: 5%
    }
}

.home-slider .slide {
    height: inherit !important;
    padding-top: 85px;
    padding-bottom: 140px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative
}

.home-slider .slide .title {
    font-weight: 700;
    font-size: 60px;
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1.1
}

.home-slider .slide .icons img {
    display: inline-block;
    margin: 0 .7em
}

.home-slider .slide .btn {
    margin-top: 3em
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 10%;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.home-slider .slick-dots li {
    display: inline-block;
    margin: 0 .3em
}

.home-slider .slick-dots li button {
    width: 35px;
    height: 5px;
    border-radius: 0;
    border: 0;
    background: #f1f5fd;
    opacity: .5;
    color: transparent;
    display: block;
    cursor: pointer;
    transition: .3s
}

.about .section-title {
    font-size: 33px
}

.about p {
    margin: 0 0 1.5em
}

.about .background-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.about .services {
    padding-top: 45px;
    margin-top: 70px;
    border-top: 1px solid #ebf0fb
}

.about .services .service {
    text-align: center;
    border: 2px solid transparent;
    border-radius: 10px;
    position: relative;
    padding: 25px 15px;
    transition: .3s;
    margin-bottom: 15px;
    width: 100%
}

.about .services .service:before {
    display: block;
    content: "";
    width: 52px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='27.265' width='17.975' height='17.975' rx='2' transform='rotate(-23 0 27.265)' fill='%23BCE4FF'/%3E%3Crect x='35.307' y='26.839' width='12' height='12' rx='2' transform='rotate(-23 35.307 26.84)' fill='%23BCE4FF'/%3E%3Crect x='13.157' y='3.676' width='9.408' height='9.408' rx='2' transform='rotate(-23 13.157 3.676)' fill='%23EBF0FB'/%3E%3C/svg%3E");
    position: absolute;
    left: 5%;
    top: 3%;
    opacity: 0;
    transition: .3s;
    background-size: cover;
    background-repeat: no-repeat
}

.about .services .service a {
    background: #0071bd;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 8px 8px 4px;
    line-height: 1;
    height: 26px;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 12%;
    opacity: 0;
    transition: .3s
}

.about .services .service a:before {
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border: 13px solid transparent;
    border-right: 13px solid #0071bd;
    border-bottom: 13px solid #0071bd
}

.about .services .service:hover {
    border-color: #0071bd
}

.about .services .service-icon {
    margin-bottom: 1em
}

.about .services .service-name {
    color: #28516c;
    font-size: 18px;
    margin-bottom: 1em
}

.about .services .service-def {
    font-size: 14px;
    color: #557082
}

.feasibilities {
    position: relative;
    text-align: center;
    color: #fff
}

.feasibilities .section-title {
    color: #fff;
    margin-bottom: 0
}

.feasibilities p {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.why h3 {
    font-size: 22px;
    margin-bottom: 1em
}

.categories-nav,
.why ul {
    list-style: none;
    margin: 0
}

@media (min-width:576px) {
    .why h3.with-rect {
        margin-left: -13px
    }
}

.why ul {
    font-size: 18px;
    color: #557082;
    padding-left: 1em
}

.why p {
    color: #0068a9;
    font-size: 14px
}

.why img {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em
}

@media (max-width:991.98px) {
    .header-fixed header {
        position: fixed
    }
    header {
        height: 70px;
        position: relative
    }
    header #header-logo {
        margin-top: -10px
    }
    header #burder-menu-button,
    header .close-menu,
    header ul.header-menu>li.menu-item-has-children.open .sub-menu {
        display: block
    }
    header .header-menu-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 0;
        max-width: 100%;
        flex: 0 0 100%;
        display: none
    }
    header .header-menu-wrapper.opened {
        display: block;
        z-index: 20
    }
    header ul.header-menu {
        flex-direction: column;
        background: #28516cfa;
        width: 270px;
        justify-content: flex-start;
        height: 100%;
        overflow: auto;
        font-size: 18px;
        padding: 80px 20px 40px 40px;
        transition: .3s
    }
    .opened header ul.header-menu {
        transform: translate(0)
    }
    header ul.header-menu .sub-menu {
        padding-top: 10px;
        font-size: 14px
    }
    header ul.header-menu .sub-menu li:before,
    header ul.header-menu>li.menu-item-has-children.open:after,
    header ul.header-menu>li:before {
        display: none
    }
    header ul.header-menu .current-menu-item>a,
    header ul.header-menu .current-menu-parent>a {
        color: #3ac8ff
    }
    header ul.header-menu>li.menu-item-has-children:after {
        width: 2px;
        padding: 0;
        transform: none;
        height: 10px;
        border: none;
        background: #fff
    }
    header ul.header-menu>li.menu-item-has-children:before {
        display: block;
        width: 10px;
        height: 2px;
        right: 1px;
        left: auto;
        top: 32px;
        border-radius: 0
    }
    header ul.header-menu>li.menu-item-has-children:hover:after {
        transform: none
    }
    header ul.header-menu a {
        color: #fff
    }
    .banner,
    section {
        padding: 50px 0
    }
    .banner h1 {
        font-size: 42px
    }
    body {
        padding-top: 0
    }
    body.header-fixed {
        padding-top: 70px
    }
    .section-title {
        font-size: 32px
    }
    .fixed-icons {
        position: static;
        background: #0071bd;
        padding: 7px 15px
    }
    .home-slider {
        font-size: 18px
    }
    .home-slider .slide {
        padding: 30px 15px 80px
    }
    .home-slider .slide .title {
        font-size: 40px
    }
    .home-slider .slide .icons img {
        zoom: 0.8
    }
    .home-slider .slide .btn {
        margin-top: .5em
    }
    .home-slider .slick-dots {
        bottom: 5%
    }
    .about .section-title {
        font-size: 24px
    }
    .why img {
        margin-top: 0;
        margin-bottom: 1em
    }
}

.features {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0
}

.features .feature {
    width: 100%;
    margin-bottom: 60px
}

.features .feature-name {
    font-weight: 600;
    color: #28516c
}

.features .feature-icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.features .feature-icon img {
    max-width: 100%;
    max-height: 100%
}

.partners {
    background: #ebf0fb
}

.partners .partner-logo {
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 0 15px
}

.partners .reviews {
    margin-top: 60px;
    padding-top: 60px;
    position: relative
}

.partners .reviews:before {
    display: block;
    height: 1px;
    width: 220px;
    position: absolute;
    background: #28516c;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.partners .reviews-slider .slick-arrow,
section.blog .slick-arrow {
    cursor: pointer;
    z-index: 2;
    width: 0;
    border: 2px solid #0071bd;
    padding: 8px;
    background: 0 0;
    transform: translateY(-50%) rotate(45deg);
    color: transparent;
    height: 0;
    position: absolute;
    left: 0
}

.partners .reviews-slider .slick-arrow {
    top: 25%;
    border-right: 0;
    border-top: 0
}

.partners .reviews-slider .slick-next.slick-arrow,
section.blog .slick-next.slick-arrow {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(225deg)
}

.partners .reviews-slider .slick-list {
    max-width: 590px;
    margin: 0 auto
}

.partners .reviews-slider .review {
    height: inherit;
    text-align: center;
    font-size: 18px;
    color: #28516c;
    padding: 0 15px
}

.partners .reviews-slider .review p {
    margin: 0 0 40px
}

.partners .reviews-slider .review-bottom {
    font-size: 12px;
    color: #557082
}

.partners .reviews-slider .review-name {
    margin-right: 5px;
    color: #ec6737
}

.partners .reviews-slider .review-rating {
    margin-left: 5px;
    font-weight: 700;
    color: #000
}

.partners .reviews-slider .review-rating span {
    margin-left: 10px
}

.partners .reviews-slider .review-reviewer {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.partners .reviews-slider .review-reviewer a {
    color: #4d4d4d;
    text-decoration: none
}

.partners .reviews-slider .review-reviewer img {
    margin-left: 10px;
    max-width: 70px;
    max-height: 21px;
    display: inline-block;
    vertical-align: middle
}

section.blog .background-top {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%
}

section.blog .background-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%
}

section.blog .slick-arrow {
    top: 30%;
    border-right: 0;
    border-top: 0
}

section.blog .blog-slider {
    padding: 0 30px;
    list-style: none
}

section.blog .slick-list {
    margin: 0 -15px
}

section.blog .blog-post {
    padding: 0 15px
}

section.blog .blog-post-thumbnail {
    display: block;
    padding-top: 49%;
    position: relative;
    height: 0;
    width: 100%;
    margin-bottom: 30px
}

section.blog .blog-post-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.blog .blog-post a {
    color: #28516c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none
}

section.blog .btn {
    margin-top: 50px
}

.categories-nav {
    padding: 0;
    font-size: 14px
}

.categories-nav li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.categories-nav a,
.categories-nav span {
    display: block;
    padding: 7px 15px;
    background: #ebf0fb;
    border-radius: 5px;
    color: #0071bd;
    text-decoration: none;
    transition: .3s
}

.categories-nav a:hover,
.categories-nav span {
    background: #0071bd;
    color: #fff
}

.blog-post-data {
    font-size: 12px;
    color: #557082;
    display: block;
    margin-bottom: 20px
}

.blog-post-data-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 12px
}

.blog-post-data-wrapper .blog-post-data {
    margin-bottom: 8px
}

.blog-post-data-wrapper .categories-nav {
    margin-left: 2em
}

@media (max-width:767.98px) {
    .modal-header .close {
        top: 15px;
        right: 10px;
        font-size: 40px
    }
    .modal-title {
        font-size: 28px
    }
    .wpcf7 form .user-box input[type=email],
    .wpcf7 form .user-box input[type=email].not-empty,
    .wpcf7 form .user-box input[type=email]:focus,
    .wpcf7 form .user-box input[type=text],
    .wpcf7 form .user-box input[type=text].not-empty,
    .wpcf7 form .user-box input[type=text]:focus,
    .wpcf7 form .user-box textarea,
    .wpcf7 form .user-box textarea.not-empty,
    .wpcf7 form .user-box textarea:focus {
        padding-left: 20px;
        padding-right: 20px
    }
    .wpcf7 form .user-box input[type=email].not-empty~label,
    .wpcf7 form .user-box input[type=email]:focus~label,
    .wpcf7 form .user-box input[type=text].not-empty~label,
    .wpcf7 form .user-box input[type=text]:focus~label,
    .wpcf7 form .user-box textarea.not-empty~label,
    .wpcf7 form .user-box textarea:focus~label {
        font-size: 12px
    }
    .wpcf7 form .user-box label {
        left: 35px
    }
    .wpcf7 form p #submit {
        float: left
    }
    .banner .page-subtitle,
    .partners .reviews-slider .review,
    body {
        font-size: 16px
    }
    .banner .page-subtitle br {
        display: none
    }
    .banner {
        padding: 40px 0
    }
    .banner h1 {
        font-size: 36px
    }
    section {
        padding: 30px 0
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }
    .home-slider .slick-arrow {
        display: none !important
    }
    .about .section-title {
        font-size: 20px
    }
    .about .services {
        padding-top: 25px;
        margin-top: 20px
    }
    .features .feature {
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }
    .features .feature-name {
        width: 60%
    }
    .features .feature-icon {
        width: 40%
    }
    section.blog .btn {
        margin-top: 15px
    }
    .blog-post-data-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
    .blog-post-data-wrapper .categories-nav {
        margin-top: 1em;
        margin-left: 0
    }
}

.blog-post-data-wrapper .categories-nav a {
    padding: 2px 10px
}

@media (max-width:575.98px) {
    footer .footer-inner {
        padding-top: 30px;
        padding-bottom: 10px
    }
    footer .widget,
    footer .widget_nav_menu,
    section.blog .blog-post:last-child {
        margin-bottom: 0
    }
    footer ul.social {
        justify-content: flex-start
    }
    footer .footer-menu a,
    footer .widgettitle {
        max-width: 100%
    }
    footer .footer-bottom {
        margin-top: 0
    }
    footer .footer-bottom>.row>[class*=col] {
        margin-bottom: 10px
    }
    footer .copyright {
        font-size: 14px
    }
    footer .widget_nav_menu>div {
        display: none;
        margin-bottom: 20px
    }
    footer .widget_nav_menu.open>div {
        display: block
    }
    footer .widget_nav_menu.open .widgettitle:after {
        content: "-"
    }
    footer .widget_nav_menu .widgettitle {
        position: relative
    }
    footer .widget_nav_menu .widgettitle:after {
        display: block;
        content: "+";
        position: absolute;
        right: 0;
        top: 5px
    }
    .banner {
        padding: 30px 0
    }
    .banner h1,
    .home-slider .slide .title {
        font-size: 24px
    }
    .home-slider {
        font-size: 16px
    }
    .home-slider .slide {
        padding-bottom: 60px
    }
    .home-slider .slide .icons {
        display: none
    }
    .why ul {
        padding-left: 0
    }
    .partners .partners-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }
    .partners .partner-logo {
        padding: 5px;
        max-width: 20%;
        display: inline-block
    }
    section.blog .blog-slider {
        padding: 0;
        margin: 0 -15px
    }
    section.blog .blog-post {
        margin-bottom: 30px
    }
    .blog-post-data,
    section.blog .blog-post-thumbnail {
        margin-bottom: 15px
    }
}

.blog-post-data date {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #557082
}

.blog-post-data .comments-count {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 0H1.375C0.616687 0 0 0.616687 0 1.375V7.5625C0 8.32081 0.616687 8.9375 1.375 8.9375H2.0625V10.6562C2.0625 10.7896 2.1395 10.9113 2.2605 10.9677C2.30656 10.989 2.35675 11 2.40625 11C2.48531 11 2.56369 10.9725 2.62625 10.9202L5.00569 8.9375H9.625C10.3833 8.9375 11 8.32081 11 7.5625V1.375C11 0.616687 10.3833 0 9.625 0ZM10.3125 7.5625C10.3125 7.94131 10.0038 8.25 9.625 8.25H4.88125C4.80081 8.25 4.72312 8.27819 4.66125 8.32975L2.75 9.92269V8.59375C2.75 8.404 2.596 8.25 2.40625 8.25H1.375C0.996188 8.25 0.6875 7.94131 0.6875 7.5625V1.375C0.6875 0.996188 0.996188 0.6875 1.375 0.6875H9.625C10.0038 0.6875 10.3125 0.996188 10.3125 1.375V7.5625Z' fill='%23557082'/%3E%3C/svg%3E%0A");
    padding-left: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center
}