/* Navbar */
.nav-item:hover {
    background-color: #4f99fc !important;
}

.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #4f99fc;
}

@media (max-width: 768px) {
    .navbar-nav .nav-item:not(:last-child) {
        border-right: none;
    }
}

/* Mobile navbar*/
.ml-header-mobile-right {
    gap: 10px;
}

.ml-header-email-mobile {
    margin: 0;
    flex-shrink: 0;
}

.ml-header-email-mobile a {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
}

.ml-lang-mobile {
    flex-shrink: 0;
}

/* Dropdown */
.dropdown-menu {
    margin: 0 0 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-item:hover {
    background-color: #4f99fc !important;
}

/* top level dropdown caret */
#ftco-navbar .navbar-nav > .nav-item.dropdown > .nav-link {
    white-space: nowrap;
}

#ftco-navbar .navbar-nav > .nav-item.dropdown > .nav-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: calc(0.255em + 4px);
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* submenu dropdown caret */
#ftco-navbar .dropdown-submenu > a {
    position: static;
    padding-right: 1.5rem;
    white-space: nowrap;
}

#ftco-navbar .dropdown-submenu > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: calc(0.255em + 4px);
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Polylang */
.ml-header-lang-email {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .home-slider.owl-carousel,
    .home-slider.owl-carousel .owl-stage-outer,
    .home-slider.owl-carousel .owl-stage,
    .home-slider.owl-carousel .owl-item {
        touch-action: pan-y;
    }
}

/* Product: featured image + characteristics */
.ml-product-media {
    width: 100%;
}

.ml-product-image {
    display: block;
    width: 100%;
    height: auto;
}

.ml-product-characteristics-table th,
.ml-product-characteristics-table td {
    vertical-align: middle;
}

.ml-product-characteristics-table tbody tr:first-child th,
.ml-product-characteristics-table tbody tr:first-child td {
    border-top: 0;
}

.ml-product-characteristics-label {
    white-space: nowrap;
    width: 40%;
}

.ml-product-characteristics-value {
    width: 60%;
}

/* container near email */
.ml-lang-switcher {
    margin-left: 14px;
    margin-top: 2px;
}

/* toggle button (current language) */
.ml-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #fff;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;

    padding: 6px 10px;
    background-color: transparent;
    border-radius: 2px;
}

/* hover / open state like main menu */
.ml-lang-switcher.show .ml-lang-toggle,
.ml-lang-toggle:hover,
.ml-lang-toggle:focus {
    background-color: #4F99FC;
    color: #fff;
    text-decoration: none;
}

/* caret position */
.ml-lang-toggle.dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

/* flag image */
.ml-lang-flag {
    width: 18px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* dropdown menu */
.ml-lang-menu {
    min-width: 48px;
    padding: 2px 0;

    background-color: #2F89FC;
    border: none;
    border-radius: 0;
}

/* dropdown items */
.ml-lang-item {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 6px 10px;
    color: #fff;
}

/* item hover like submenus */
.ml-lang-item:hover,
.ml-lang-item:focus {
    background-color: #4F99FC;
    color: #fff;
    text-decoration: none;
}

/* flag inside dropdown */
.ml-lang-item .ml-lang-flag {
    width: 18px;
    margin-right: 11px;
}

@media (max-width: 1199.98px) {
    .ml-lang-switcher {
        margin-top: 0;
    }
}

/* Pagination */
.ml-pagination ul.page-numbers {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.ml-pagination ul.page-numbers > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ml-pagination ul.page-numbers a, .ml-pagination ul.page-numbers span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    background: #fff !important;
    color: inherit !important;
    text-decoration: none !important;
}

.ml-pagination ul.page-numbers span.current {
    background: #2f89fc !important;
    color: #fff !important;
    border-color: #2f89fc !important;
}

.ml-pagination ul.page-numbers a.prev, .ml-pagination ul.page-numbers a.next {
    padding: 0 !important;
    width: 40px !important;
}

.ml-pagination ul.page-numbers a.prev, .ml-pagination ul.page-numbers a.next {
    text-indent: -9999px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.ml-pagination ul.page-numbers a.prev::before, .ml-pagination ul.page-numbers a.next::before {
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    background-color: currentColor !important;
    -webkit-mask-image: url('../icons/arrow-shevron.svg') !important;
    -webkit-mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    -webkit-mask-size: contain !important;
    mask-image: url('../icons/arrow-shevron.svg') !important;
    mask-repeat: no-repeat !important;
    mask-position: center !important;
    mask-size: contain !important;
}

.ml-pagination ul.page-numbers a.prev::before {
    transform: rotate(90deg) !important;
}

.ml-pagination ul.page-numbers a.next::before {
    transform: rotate(270deg) !important;
}

.ml-pagination ul.page-numbers a:hover {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.25);
}

.ml-pagination ul.page-numbers li a:hover {
    background: #167bfc !important;
    color: #fff !important;
    border-color: transparent !important;
}

.ml-pagination ul.page-numbers li span.current:hover {
    background: #2f89fc !important;
    color: #fff !important;
}

/* Map on contacts page */
.contact-section #map {
    min-height: 537px;
    width: 100%;
}

.contact-section #map > * {
    min-height: 537px;
}

/* Override WPZOOM icon styles */
ul.ftco-footer-social .zoom-social-icons-list .socicon {
    top: 50% !important;
    transform: translateY(-50%);
}

/* Styling for Splide slider */
.splide__list {
    align-items: center;
}

.splide__arrow {
    top: 70% !important;
}
@media (max-width: 500px) {
    .splide__arrow {
        top: 80% !important;
    }
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.splide__arrows button {
    outline: none !important;
}

.splide__track {
    margin-left: 40px;
    margin-right: 40px;
}

.main_partners {
    .head {
        font-size: 40px;
        font-weight: 800;
    }

    .description {
        color: #a5aab1;
    }
}

/* Styling for contact form on main page */
.ml-field-error {
    margin-top: 8px;
    padding: 10px 14px;

    font-size: 14px;
    line-height: 1.4;

    color: #721c24;
    background-color: #f8d7da;

    border: 1px solid #f5c6cb;
    border-radius: 4px;

    max-width: 100%;
}

.form-group .form-control.is-invalid {
    border-color: #f5c6cb;
}

.form-control.is-invalid {
    background-image: none;
}

@media (max-width: 767.98px) {
    .ml-field-error {
        font-size: 13px;
        padding: 8px 12px;
    }
}

/* ======================= */
.text-body {
    color: #000000 !important;
}

.logo-img {
    height: 78px;
    margin-right: 0.5rem;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.scrollup {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url(../icons/icon_top.png) no-repeat;
}

@media (max-width: 768px) {
    .scrollup {
        right: 30px;
    }
}

/* картинка на странице */
.minimized {
    cursor: pointer;
}

/* увеличенная картинка */
#magnify {
    display: none;
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
}

/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

@keyframes rota {
    25% {
        transform: rotate(360deg);
    }
}

#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#im-close {
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
    background: url(../images/close.png) no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
    z-index: 9999998 !important;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #2f89fc;
}

a:hover, a:focus {
    text-decoration: none;
    color: #2f89fc;
    outline: none !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.text-primary {
    color: #2f89fc !important;
}

.topper {
    font-size: 15px;
}

.topper .icon {
    width: 60px;
    height: 60px;
    background: #2f89fc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.topper .icon span {
    color: #2f89fc;
}

.topper .text {
    width: calc(100% - 60px);
}

.navbar-brand {
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    line-height: 1;
}

.navbar-brand span {
    color: #2f89fc;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

@media (max-width: 991.98px) {
    .hero-wrap {
        background-position: top center !important;
    }
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.8;
    background: #2f89fc;
}

.hero-wrap.hero-wrap-2 {
    height: 200px;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 200px;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 900;
    color: #fff;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
}

.ftco-services .category-card img {
  object-fit: cover;
  height: 220px;
  width: 100%;
}

.container {
    max-width: 1230px;
}

.bg-light {
    background: #f6f6f6 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-primary {
    background: #2f89fc;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #2f89fc;
    border: 1px solid #2f89fc;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 1px solid #2f89fc;
    background: transparent;
    color: #2f89fc;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #2f89fc;
    background: transparent;
    color: #2f89fc;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #2f89fc;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #2f89fc;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
    border: 1px solid #fff;
    color: #2f89fc;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #2f89fc;
}

.btn.btn-secondary {
    background: #ff8000;
    border: 1px solid #ff8000;
    color: #fff;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    border: 1px solid #ff8000;
    color: #fff;
}

.btn-custom {
    font-weight: 500;
    color: #046df4;
    border-bottom: 4px solid #4394fc;
}

.img-2 {
    background-position: top center !important;
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }
}

.wrap-about {
    position: relative;
}

@media (min-width: 768px) {
    .wrap-about {
        padding-left: 6em;
    }
}

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

.services-2 .icon {
    line-height: 1;
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #2f89fc;
}

.services-2 .icon span {
    font-size: 30px;
    color: #2f89fc;
}

.services-2 .text {
    width: calc(100% - 60px);
}

.services-2 .text h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.staff {
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .img-wrap {
    height: 300px;
}

.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text .position {
    text-transform: uppercase;
    color: #b3b3b3;
    display: block;
    letter-spacing: 1px;
}

.staff .text .faded {
    opacity: 1;
}

.staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: #fff;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .ftco-social li a {
    color: #ff8000;
}

.staff:hover .ftco-social, .staff:focus .ftco-social {
    opacity: 1;
    top: -40px;
}

.staff:hover .img, .staff:focus .img {
    margin-top: -10px;
}

.staff:hover .text h3, .staff:focus .text h3 {
    color: #2f89fc;
}

.pricing-entry {
    border: 2px solid #2f89fc;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .pricing-entry {
        margin-bottom: 4em;
    }
}

.pricing-entry > div {
    padding: 20px;
}

.pricing-entry > div p {
    margin-bottom: 0;
}

.pricing-entry h3 {
    font-size: 28px;
    font-weight: 500;
}

.pricing-entry p .price {
    font-weight: 900;
    font-size: 28px;
    color: #2f89fc;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry p .per {
    font-size: 12px;
}

.pricing-entry ul {
    margin: 0;
    padding: 0;
}

.pricing-entry ul li {
    list-style: none;
    padding: 10px 20px;
}

.pricing-entry ul li:nth-child(odd) {
    background: #fafafa;
}

.pricing-entry .button {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry .button .btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry:hover, .pricing-entry:focus {
    border: 2px solid #ff8000;
}

.pricing-entry:hover .btn, .pricing-entry:focus .btn {
    background: #ff8000 !important;
    border: 1px solid #ff8000 !important;
    color: #fff !important;
}

.pricing-entry:hover .price, .pricing-entry:focus .price {
    color: #ff8000;
}

.block-20 {
    position: relative;
    display: block;
    height: 275px;
    overflow: hidden;
}

.block-20 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.block-20-rashod {
    overflow: hidden;
    width: 100%;
    height: 275px;
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
    color: #2f89fc;
}

.blog-entry .text .meta-chat {
    color: #b3b3b3;
}

.blog-entry .text .read {
    color: #000000;
    font-size: 14px;
}

.blog-entry .meta-date {
    display: inline-block;
    background: #2f89fc;
}

.blog-entry .meta-date span {
    display: block;
    color: #fff;
}

.blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}

.blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
    font-size: 13px;
}

.blog-entry .meta > div {
    display: block;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.blog-entry .meta > div a {
    color: #b3b3b3;
    font-size: 13px;
}

.blog-entry .meta > div a:hover {
    color: #cccccc;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.block-27 ul li a, .block-27 ul li span {
    border: 1px solid #2f89fc;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.block-27 ul li.active a, .block-27 ul li.active span {
    background: #2f89fc;
    color: #fff;
    border: 1px solid transparent;
}

.aside-stretch {
    background: #fff;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #fff;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-control:active {
    border-color: #000000;
}

textarea.form-control {
    height: inherit !important;
}

.bg-primary {
    background: #2f89fc !important;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(47, 137, 252, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(47, 137, 252, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(47, 137, 252, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(47, 137, 252, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(47, 137, 252, 0.4);
        box-shadow: 0 0 0 0 rgba(47, 137, 252, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(47, 137, 252, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(47, 137, 252, 0);
        box-shadow: 0 0 0 30px rgba(47, 137, 252, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(47, 137, 252, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(47, 137, 252, 0);
        box-shadow: 0 0 0 0 rgba(47, 137, 252, 0);
    }
}

.heading-section .subheading {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    position: relative;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section .h2 {
    font-size: 34px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .heading-section .h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white .h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section .category {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
}

.heading-section .category span a {
    color: #000000;
}

.heading-section .category span.active {
    font-weight: 500;
}

.border-line {
    position: relative;
}

.border-line p {
    color: rgba(0, 0, 0, 0.5);
}

.hotel-img, .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev, .testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before, .testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #000000;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev, .testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

.testimony-section .owl-dots .owl-dot.active {
    background: #2f89fc;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
}

.testimony-wrap .user-img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    position: relative;
}

.testimony-wrap .text {
    width: calc(100% - 120px);
    position: relative;
}

.testimony-wrap .quote {
    position: absolute;
    top: -60px;
    left: 0;
}

.testimony-wrap .quote i {
    font-size: 44px;
    color: #2f89fc;
}

.testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
}

.testimony-wrap .position {
    font-size: 14px;
    color: #2f89fc;
}

@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 0;
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 1;
    background: #2f89fc;
}

.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block;
}

.appointment-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.appointment-form .form-group .icon span {
    color: white !important;
}

.appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
    position: relative;
}

.appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.appointment-form .form-group .btn {
    width: 100%;
    display: block !important;
}

.appointment-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    height: 58px !important;
    padding-left: 0;
    padding-right: 0;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.appointment-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:focus, .appointment-form .form-control:active {
    border-color: #fff;
}

.appointment-form textarea.form-control {
    height: inherit !important;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .box {
    width: 100%;
    display: block;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 400;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
    color: #2f89fc;
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

/* Blog */
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}

.post-info > div {
    display: inline-block;
}

.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 18px;
    font-weight: 500;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form {
    background: #fafafa;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subs-wrap {
    background: #2f89fc !important;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
}

.subs-wrap h3 {
    color: #fff;
    font-size: 30px !important;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input {
    background: transparent !important;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.subscribe-form .form-group .submit {
    color: #000000 !important;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16px;
    background: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group .submit:hover {
    cursor: pointer;
}

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-top: 5em;
    }
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.categories, .sidelink {
    padding: 0;
}

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a, .sidelink li a {
    display: block;
}

.categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic;
}

.btn-main-cards {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border-bottom: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn-main-cards {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn-main-cards:hover {
    text-decoration: none;
}

.btn-main-cards:focus, .btn-main-cards.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-main-cards.disabled, .btn-main-cards:disabled {
    opacity: 0.65;
}

.btn-main-cards:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-main-cards:hover span {
    color: #007bff !important;
}

@media (max-width: 575.98px) {
    .h1-adaptive {
        font-size: 2rem;
    }
}

.link-gray {
    color: rgba(0, 0, 0, 0.6) !important;
}

form p.accept-privacy-policy {
    font-size: 13px;
    line-height: 1.3;
}

#section-counter .appointment-form p.accept-privacy-policy a {
    color: rgba(255, 255, 255, 0.8);
}

#section-counter .appointment-form p.accept-privacy-policy a:hover,
#section-counter .appointment-form p.accept-privacy-policy a:focus {
    color: rgba(255, 255, 255, 0.95);
}

.content img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
}

.product-content img {
    max-width: 100%;
    height: auto;
}

.wp-block-table td, .wp-block-table th {
    border: none;
}

