/*
Theme Name: CityBook
Theme URI: http://demowp.cththemes.com/citybook/
Author: CTHthemes
Author URI: http://themeforest.net/user/cththemes
Description: Directory Listing WordPress Theme
Version: 1.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: citybook
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--
	reset
--*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, * {
    font-family: "Roboto", sans-serif !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: none;
    outline: 0;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

a {
    text-decoration: none;
    position: relative;
    color: #000;
}

audio, video, canvas {
    max-width: 100%;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.66;
}

h1 {
    font-size: 32px;
    font-size: 2rem;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

@media (min-width: 43.75rem) {
    h1 {
        font-size: 40px;
        font-size: 2.5rem;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }
}

@media (min-width: 56.25rem) {
    h1 {
        font-size: 48px;
        font-size: 3rem;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    }
}

h2 {
    font-size: 26px;
    font-size: 1.625rem;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

@media (min-width: 43.75rem) {
    h2 {
        font-size: 32px;
        font-size: 2rem;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }
}

@media (min-width: 56.25rem) {
    h2 {
        font-size: 36px;
        font-size: 2.25rem;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }
}

h3 {
    font-size: 22px;
    font-size: 1.375rem;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

@media (min-width: 43.75rem) {
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }
}

@media (min-width: 56.25rem) {
    h3 {
        font-size: 28px;
        font-size: 1.75rem;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

@media (min-width: 43.75rem) {
    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }
}

h5 {
    font-size: 16px;
    font-size: 1rem;
    /* 1x body copy size = 16px */
    line-height: 1.11111111;
}

@media (min-width: 43.75rem) {
    h5 {
        line-height: 1.22222222;
        /* (19px / 16px */
    }
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
    /* 1x body copy size = 16px */
    line-height: 1.11111111;
}

@media (min-width: 43.75rem) {
    h6 {
        line-height: 1.22222222;
        /* (19px / 16px */
    }
}

/*--------------------------------------------------------------
6.0 Formatting
--------------------------------------------------------------*/
hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

pre {
    background: #FAFAFA;
    padding: 1rem;
    overflow: scroll;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
7.0 Lists
--------------------------------------------------------------*/
ul,
ol {
    margin: 0 0 1.5em 1rem;
    padding: 0;
}

ul li,
ol li {
    margin-bottom: 0.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-top: 0.5em;
    margin-bottom: 0;
    margin-left: 1.5em;
}

li > ul li:last-child,
li > ol li:last-child {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1em 1em;
}

/*--------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*--------------------------------------------------------------
9.0 Links
--------------------------------------------------------------*/
/*-------------------- 10.0 widget ----------------------------------*/
.wp-caption {
    max-width: 100%;
}

.gallery-caption,
.wp-caption-text {
    margin-top: 10px;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor .comment-meta {
    font-weight: bold;
}

.display-post img,
.display-page img,
.wp-caption img,
.box-widget-wrap img {
    max-width: 100%;
    height: auto;
}

.box-widget-wrap select {
    max-width: 100%;
    height: 40px;
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
}

/* 11.0 WordPress Gallery post format*/
.gallery[class*=gallery-columns-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery[class*=gallery-columns-] .gallery-item {
    margin-bottom: 20px;
}

.gallery.gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.gallery.gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
}

.gallery.gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 32.33%;
    -ms-flex: 0 32.33%;
    flex: 0 32.33%;
}

.gallery.gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
}

.gallery.gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
}

.gallery.gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 15.66%;
    -ms-flex: 0 15.66%;
    flex: 0 15.66%;
}

.gallery.gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 13.28%;
    -ms-flex: 0 13.28%;
    flex: 0 13.28%;
}

.gallery.gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 11.5%;
    -ms-flex: 0 11.5%;
    flex: 0 11.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 10.11%;
    -ms-flex: 0 10.11%;
    flex: 0 10.11%;
}

.sticky .list-single-main-item-title h3 a {
    color: #4DB7FE;
}

.social-title {
    display: none;
}

/*======================================
 [ -Main Stylesheet-
  Theme: CityBook
  Version: 1.0
  Last change: 02/02/2018 ]
++ Fonts ++
++ General Style ++
++ Typography ++
++ loader ++
++ Content Styles ++
++ Header ++
++ Navigation ++
++ section ++
++ Home / Sliders ++
++ Register form ++
++ Listing ++
++ Scroll nav ++
++ Forms ++
++ Counter ++
++ Team ++
++ Map ++
++ Accordion ++
++ Dashboard ++
++ Button ++
++ Grid Gallery ++
++ Image collage ++
++ Price tables ++
++ Testimonials ++
++ Sponsors ++
++ Footer ++
++ Timeline ++
++ Blog ++
++ Video ++
++ Share ++
++ 404 ++
++ Coming Soon ++
++ Responsive ++
/*-------------General Style---------------------------------------*/
html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    height: 100%;
    background: #2F3B59;
    color: #000;
    font-family: 'Quicksand', sans-serif;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*--------------Typography--------------------------------------*/
p {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #878C9F;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
    position: relative;
}

blockquote:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f10e";
    position: absolute;
    color: #ccc;
    bottom: 3px;
    font-size: 43px;
    right: 6px;
    opacity: 0.4;
}

blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #494949;
}

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

/*------ loader-------------------------------------------------*/
.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #2F3B59;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.loader-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #89849b;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    top: 8px;
    left: 8px;
    background: #2F3B59;
    position: absolute;
    border-radius: 50%;
}

.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -19px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0.0;
    -webkit-box-shadow: 0 0 1px 3px #4DB7FE;
    box-shadow: 0 0 1px 3px #4DB7FE;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.loader-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -30px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

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

/* ---------Content Styles--------------------------------------*/
#main-theme {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

#main-theme.is-hide-loader {
    opacity: 1;
}

.container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.big-container {
    max-width: 1500px;
}

.small-container {
    max-width: 1024px;
}

#wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    padding-top: 80px;
}

.content {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    background: #fff;
}

.fl-wrap {
    position: relative;
}

.no-bg {
    background: none;
}

.full-height {
    height: 100%;
}

.full-width-wrap {
    width: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.shapes-bg-small:before, .shapes-bg-big:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    opacity: 0.3;
}

.shapes-bg-small:before {
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(assets/images/bg/shapes-small.png);
}

.shapes-bg-big:before {
    background-image: url(assets/images/bg/shapes-big.png);
}

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

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.fw-separator {
    margin: 25px 0;
    height: 1px;
    background: #eee;
    display: block;
}

/*------ section-------------------------------------------------*/
section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

section.overvi {
    overflow: visible;
    z-index: 2;
}

section.overvi section {
    overflow: visible;
}

section.overauto {
    overflow: auto;
}

section.overauto section {
    overflow: auto;
}

.hero-bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.elementor-hero-section {
    overflow: visible;
}

section.no-top-padding {
    padding: 50px 0;
}

section.no-pading {
    padding-bottom: 0;
}

.header-sec-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    text-align: center;
}

.header-sec-link a {
    display: inline-table;
    padding: 15px 40px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #fff;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.header-sec-link a:hover {
    color: #666;
    background: #fff;
}

section.color-bg .header-sec-link a {
    color: #000;
    background: #fff !important;
}

section.color-bg .header-sec-link a:hover {
    color: #fff;
}

.citybook_home_sec,
section.hero-section {
    padding: 150px 0 200px;
}

section.hero-section.no-dadding {
    padding: 0;
}

.white-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #000;
}

section.gray-section {
    background: #f9f9f9;
}

section.hero-section .bg {
    height: 120%;
    top: -10%;
}

section.parallax-section {
    padding: 110px 0;
}

section.video-section {
    padding: 150px 0;
}

section.single-par {
    padding: 180px 0;
}

section.parallax-section.small-par {
    padding: 90px 0;
}

section.list-single-section {
    padding-top: 200px;
    padding-bottom: 0;
}

.hero-section-wrap {
    z-index: 30;
}

section.parallax-section .bg {
    height: 120%;
    top: 0;
}

.section-title {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}

.section-title h1,
.section-title h2 {
    color: #566985;
    font-size: 34px;
    font-weight: 700;
}

.section-title p {
    color: #7d93b2;
    font-size: 13px;
}

.section-title .breadcrumbs {
    margin-top: 20px;
}

.section-title .breadcrumbs a,
.section-title .breadcrumbs span {
    color: rgba(255, 255, 255, 0.71);
    display: inline-block;
    padding: 0 16px;
    position: relative;
    font-weight: 500;
}

.section-title .breadcrumbs span,
.section-title .breadcrumbs a:hover {
    color: #fff;
}

.section-title .breadcrumbs a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

section.color-bg .section-title .breadcrumbs {
    margin-top: 0;
    margin-bottom: 10px;
}

section.color-bg .section-title .breadcrumbs a:before {
    background: #fff !important;
}

.hero-section .intro-item h2 {
    font-size: 54px;
}

.section-separator {
    position: relative;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.section-separator:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 4px;
    margin-left: -25px;
    width: 50px;
    border-radius: 3px;
}

.section-separator.fl-sec-sep:before {
    left: 0;
    margin-left: 0;
}

.parallax-section .section-title h1,
.parallax-section .section-title h2 {
    font-size: 44px;
}

.parallax-section .section-title h1,
.parallax-section .section-title h2, .parallax-section .section-title p {
    color: #fff;
}

.section-subtitle {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -20px;
    font-size: 64px;
    opacity: 0.13;
    z-index: -1;
    text-transform: uppercase;
    font-weight: bold;
}

.parallax-section .section-subtitle {
    color: #fff;
    opacity: 0.2;
}

.section-subtitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.75)));
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffff', GradientType=0);
}

.parallax-section .section-subtitle:before {
    display: none;
}

.elementor-section {
    padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1224px !important;
    width: 92%;
}

.elementor-hero-section {
    text-align: center;
}

.elementor .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

/*------ Home / Sliders-------------------------------------------------*/
.intro-item h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}

.intro-item h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

@-webkit-keyframes pulse2 {
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
    }
}

@keyframes pulse2 {
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
    }
}

.main-search-form-wrap {
    max-width: 90%;
    max-width: 900px;
    margin: 20px auto;
    position: relative;
}

.main-search-input {
    background: #fff;
    padding: 0 120px 0 0;
    border-radius: 30px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-search-input:before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
    left: 50%;
    margin-left: -25px;
}

.main-search-input-item {
    border-right: 1px solid #eee;
    height: 50px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-search-input-item input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

.main-search-input-item select {
    border: none;
    color: #666;
    width: 100%;
    height: 100%;
    padding: 0 0 15px 0;
}

.main-search-input-item:first-child input {
    border-radius: 100%;
}

.main-search-input-item.location a {
    position: absolute;
    top: 20px;
    right: 22px;
    line-height: 1;
}

.main-search-input-item.location a:hover {
    border-radius: 100%;
    -webkit-animation: pulse2 1.1s infinite ease-in-out;
    animation: pulse2 1.1s infinite ease-in-out;
}

.main-search-button {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 120px;
    color: #fff;
    top: 0;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
}

.main-search-input-item .nice-select {
    color: #292929;
    width: 100%;
    border: none;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
}

.main-search-input-item .nice-select .nice-select-search {
    border: 1px solid #eee;
    border-radius: 6px !important;
}

.main-search-input-item .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.main-search-input-item .nice-select .list li {
    display: block;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.main-search-input-item .nice-select .list li:hover,
.main-search-input-item .nice-select .list li.selected {
    color: #fff;
}

.main-search-input-item .nice-select:after {
    width: 7px;
    height: 7px;
}

.listsearch-input-item .nice-select {
    width: 100%;
    color: #fff;
    border-radius: 4px;
    height: 46px;
    line-height: 46px;
}

.listsearch-input-item .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.listsearch-input-item .nice-select .list li {
    display: block;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.listsearch-input-item .nice-select .list li:hover,
.listsearch-input-item .nice-select .list li.selected {
    color: #fff;
}

.custom-form .nice-select {
    color: #fff;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
}

.custom-form .nice-select .nice-select-search {
    padding: 7px 12px;
    border-radius: 4px;
}

.custom-form .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.custom-form .nice-select .list li {
    display: block;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.custom-form .nice-select .list li:hover,
.custom-form .nice-select .list li.selected {
    color: #fff;
}

.custom-form .nice-select input {
    padding-left: 20px;
}

.custom-form .nice-select.custom-select {
    line-height: 40px;
    height: 40px;
}

.hide-search-string .main-search-form-wrap {
    max-width: 750px;
}

.hide-search-string .lsearch-string {
    display: none;
}

.hide-search-string .lsearch-location input {
    border-radius: 100%;
}

.slider-container-wrap {
    padding: 300px 0;
    text-align: center;
}

.slider-container-wrap .slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-container .hero-section-wrap {
    padding-top: 150px;
}

.hero-section-wrap .box-cat-container,
.home-map .box-cat-container {
    margin-top: 50px;
}

.bubble-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 0;
    background-color: #ccc;
    z-index: 1;
    width: 5px !important;
    height: 5px !important;
    background: #fff;
    opacity: 0.3;
    -webkit-animation: fade 20s infinite;
}

@-webkit-keyframes fade {
    from {
        bottom: -24px;
        opacity: 0.5;
        visibility: visible;
    }
    to {
        bottom: 120%;
    }
}

@keyframes fade {
    from {
        bottom: -24px;
        opacity: 0.5;
        visibility: visible;
    }
    to {
        bottom: 120%;
    }
}

.absolute-main-search-input {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    z-index: 10;
}

.absolute-main-search-input .container {
    max-width: 900px;
}

.absolute-main-search-input .main-search-input {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.slideshow-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 1;
}

.slideshow-container-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideshow-item, .slideshow-container .slick-slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.sw-btn {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 100%;
    color: #fff;
    z-index: 120;
    cursor: pointer;
    margin-top: -22px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    text-align: center;
}

.sw-btn.swiper-button-prev {
    left: 50px;
}

.sw-btn.swiper-button-next {
    right: 50px;
}

.sw-btn:hover {
    background: #2C3B5A;
}

.single-carousel .slick-dots, .listing-carousel .slick-dots {
    bottom: -50px;
}

.single-carousel .slick-dots li button, .listing-carousel .slick-dots li button {
    background: #BDCBDB;
}

.list-single-carousel-wrap {
    height: 500px;
    background: #24324F;
}

.fw-carousel .slick-slide-item {
    width: auto;
    height: 500px !important;
    float: left;
    cursor: w-resize;
}

.fw-carousel .slick-slide-item img {
    width: auto;
    height: 100% !important;
}

.list-single-carousel-wrap .slick-slide-item {
    float: left;
    width: auto;
    height: 100%;
    padding: 0 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.list-single-carousel-wrap .swiper-slide:first-child {
    padding-left: 0px;
}

.list-single-carousel-wrap .sw-btn, .single-slider-wrapper .sw-btn {
    top: 50%;
}

.list-carousel .sw-btn.swiper-button-prev {
    left: 8px;
}

.list-carousel .sw-btn.swiper-button-next {
    right: 8px;
}

.single-slider img {
    width: 100%;
    height: auto;
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.51);
    border-radius: 100%;
}

.box-cat-container {
    display: inline-table;
    margin-top: 10px;
}

.elementor .box-cat,
.box-cat {
    display: inline-block;
    padding: 20px 0;
    border-radius: 6px;
    color: #fff;
    margin: 0 10px;
    min-width: 120px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.elementor .box-cat h4,
.box-cat h4 {
    font-size: 13px;
    font-weight: 400;
}

.box-cat:hover {
    background: #2C3B5A;
}

.box-cat i {
    padding-bottom: 10px;
    font-size: 16px;
}

.bg-ser {
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.popular-searching {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.popular-searching div, .popular-searching a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
}

.popular-searching div {
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
}

.popular-searching a {
    color: rgba(255, 255, 255, 0.81);
    font-size: 13px;
}

.popular-searching a:hover {
    color: #fff;
}

/*-------------Post Grid---------------------------------------*/
.exbig-pad.items-grid-holder {
    margin-left: -20px;
    margin-right: -20px;
}

.exbig-pad .items-grid-item {
    padding: 20px;
}

.mbig-pad.items-grid-holder {
    margin-left: -15px;
    margin-right: -15px;
}

.mbig-pad .items-grid-item {
    padding: 15px;
}

.big-pad.items-grid-holder {
    margin-left: -10px;
    margin-right: -10px;
}

.big-pad .items-grid-item {
    padding: 10px;
}

.medium-pad.items-grid-holder {
    margin-left: -8px;
    margin-right: -8px;
}

.medium-pad .items-grid-item {
    padding: 8px;
}

.small-pad.items-grid-holder {
    margin-left: -4px;
    margin-right: -4px;
}

.small-pad .items-grid-item {
    padding: 4px;
}

.extrasmall-pad.items-grid-holder {
    margin-left: -2px;
    margin-right: -2px;
}

.extrasmall-pad .items-grid-item {
    padding: 2px;
}

.no-pad .items-grid-item {
    padding: 0;
}

.items-grid-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-grid-holder .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33%;
    -ms-flex: 0 33.33%;
    flex: 0 33.33%;
}

.one-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.two-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.four-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
}

.five-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
}

.six-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 16.66%;
    -ms-flex: 0 16.66%;
    flex: 0 16.66%;
}

.seven-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 14.285%;
    -ms-flex: 0 14.285%;
    flex: 0 14.285%;
}

.eight-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 12.5%;
    -ms-flex: 0 12.5%;
    flex: 0 12.5%;
}

.mine-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 11.11%;
    -ms-flex: 0 11.11%;
    flex: 0 11.11%;
}

.ten-cols .items-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
}

/*-------------Team---------------------------------------*/
.team-box {
    position: relative;
    padding: 10px 4px;
}

.team-photo {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.section-team .team-photo {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section-team .team-info {
    border: 1px solid #eee;
    padding: 25px 30px;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.team-info h3,
.team-info h4 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.team-info h4 {
    font-size: 11px;
    color: #666;
}

.team-social ul {
    list-style: none;
}

.team-social li {
    display: inline-block;
    margin-right: 10px;
}

.team-social li a:hover {
    color: #999;
}

.all-members-link {
    text-align: center;
    margin-top: 30px;
}

/*-------------Button---------------------------------------*/
.btn {
    padding: 12px 30px;
    border-radius: 6px;
    color: #878C9F;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.btn.color-bg {
    color: #fff;
}

.btn.color-bg:hover {
    background: #2F3B59;
}

.btn i {
    margin-left: 10px;
}

.btn.big-btn {
    padding: 15px 40px;
}

.btn.circle-btn {
    border-radius: 30px;
}

.btn.transparent-btn {
    border: 2px solid;
}

.btn.float-btn {
    margin: 10px 0;
}

.btn.transparent-btn:hover, .btn.flat-btn {
    color: #fff;
}

.dec-btn:before {
    content: '';
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 1px solid #eee;
    border-radius: 30px;
}

.list-author-widget-text .btn {
    display: inline-table;
    margin-top: 16px;
}

.elementor .trs-btn,
.trs-btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    margin-top: 30px;
    border-radius: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.list-single-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #fff;
    margin-top: 90px;
    border-radius: 30px;
    position: relative;
    border: 1px solid #eee;
    font-size: 14px;
}

.list-single-btn i {
    padding-left: 10px;
}

.btn:disabled,
.btn.flat-btn:disabled {
    background: #2F3B59;
    cursor: default;
}

/*------ Image collage------------------------------------------------*/
.images-collage {
    text-align: center;
}

.images-collage-item img {
    width: 100%;
    height: 100%;
}

.images-collage-item {
    border-radius: 100%;
    overflow: hidden;
}

.images-collage-main {
    position: relative;
    z-index: 3;
    width: 160px;
    height: 160px;
    display: inline-block;
    margin-top: 90px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.images-collage-other {
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 1;
}

.images-collage-title {
    position: absolute;
    right: 30%;
    width: 180px;
    padding: 12px 0;
    background: #fff;
    z-index: 10;
    top: 20px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 18px;
    color: #566985;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.images-collage:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    border: 2px dotted #fff;
    z-index: -1;
    opacity: 0.6;
    border-radius: 100%;
}

.anim-col {
    animation: anim-col 4.15s infinite;
    -o-animation: anim-col 4.15s infinite;
    -ms-animation: anim-col 4.15s infinite;
    -webkit-animation: anim-col 4.15s infinite;
    -moz-animation: anim-col 4.15s infinite;
}

@-webkit-keyframes anim-col {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -50px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes anim-col {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -50px;
    }
    100% {
        margin-top: 0;
    }
}

/*------Counter ------------------------------------------------*/
.inline-facts-wrap {
    text-align: center;
}

.inline-facts-wrap .num {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
}

.inline-facts-wrap h6 {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: rgba(255, 255, 255, 0.91);
}

.inline-facts-wrap h6:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    height: 1px;
    background: #fff;
    margin-left: -25px;
    opacity: 0.4;
    width: 50px;
}

/*------Testimonials ------------------------------------------------*/
.testimonials-carousel .single-carousel .slick-slide-item {
    margin: 0 10px;
    text-align: center;
}

.testimonilas-avatar-item {
    position: relative;
    display: inline-table;
    z-index: 10;
}

.testimonilas-avatar-item:before {
    top: -30px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
}

.testimonials-carousel .slick-current .testimonilas-avatar-item:before {
    display: block;
}

.testimonilas-avatar-item:before {
    border-color: transparent;
    border-top-color: #4DB7FE;
    border-width: 14px;
    margin-left: -14px;
}

.testimonilas-avatar-item h4 {
    font-weight: 700;
    color: #566985;
    font-size: 16px;
    padding: 10px 0;
}

.testimonilas-avatar-item span {
    color: #ADC7DD;
    font-weight: 500;
}

.testimonilas-avatar {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
}

.testimonilas-avatar img {
    width: 80px;
    height: 80px;
}

.testimonilas-text {
    padding: 65px 50px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #eee;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testimonials-carousel .slick-current .testimonilas-text {
    border-color: transparent;
}

.testimonilas-text:before, .testimonilas-text:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: #ccc;
    opacity: 0.2;
    font-size: 34px;
}

.testimonilas-text:before {
    content: "\f10e";
    top: 20px;
    left: 20px;
}

.testimonilas-text:after {
    content: "\f10d";
    bottom: 20px;
    right: 20px;
}

.testimonilas-text p {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.testimonials-carousel .slick-current .testimonilas-text:before, .testimonials-carousel .slick-current .testimonilas-text:after {
    opacity: 0.6;
    color: #fff;
}

.testimonials-carousel .slick-current .testimonilas-text p {
    color: #fff;
}

.testimonilas-text .listing-rating {
    margin-bottom: 20px;
}

.testimonilas-text .listing-rating i {
    margin: 0 5px;
}

/*------Sponsors------------------------------------------------*/
.spons-list li {
    padding: 0 20px;
}

.spons-list li img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.spons-list li img:hover {
    opacity: 0.6;
}

.sp-cont {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    z-index: 20;
    margin-top: -20px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}

.sp-cont:hover {
    color: #fff;
}

.sp-cont.sp-cont-next {
    right: 0;
}

.sp-cont.sp-cont-prev {
    left: 0;
}

.section-title-left h3 {
    font-size: 24px;
    color: #334e6f;
    font-weight: 600;
}

.section-title-left h4 {
    font-size: 16px;
    padding: 10px 0 0;
    font-weight: 600;
    color: #ADC7DD;
}

.section-title-left .section-separator {
    margin-bottom: 5px;
}

/*------features------------------------------------------------*/
.features-box {
    padding: 15px 20px 15px 100px;
    overflow: hidden;
    position: relative;
}

.features-box .time-line-icon {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 70px;
    height: 70px;
}

.features-box .time-line-icon i {
    font-size: 40px;
}

.features-box h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
}

/*------Timeline------------------------------------------------*/
.process-count {
    position: absolute;
    z-index: 1;
    font-size: 84px;
    font-weight: bold;
    left: -20px;
    top: -10px;
    opacity: 0.1;
    color: #666;
}

.process-item {
    position: relative;
    border: 1px solid #eee;
    padding: 40px 30px;
    border-radius: 6px;
    z-index: 20;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.process-item i {
    margin: 0 auto 30px;
    font-size: 59px;
}

.process-item h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #566985;
}

.process-item p {
    color: #999;
    font-size: 13px;
}

.process-item:hover .process-count {
    opacity: 0.3;
}

.elementor-element-edit-mode .process-item {
    z-index: 1;
}

.pr-dec {
    position: absolute;
    top: 50%;
    right: -75px;
    width: 150px;
    height: 1px;
    border-bottom: 1px solid #eee;
}

.time-line-icon {
    position: relative;
    margin-bottom: 30px;
    background: url(assets/images/clouds.png) no-repeat center;
}

.process-end {
    display: inline-block;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.process-end:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 1px;
    height: 70px;
    background: #eee;
    z-index: -1;
}

.process-end i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 100%;
    z-index: 3;
    background: #5ECFB1;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 2.1s infinite ease-in-out;
    animation: pulse 2.1s infinite ease-in-out;
}

.time-line-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 130px;
}

.time-line-container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: -5px 0 0 -3px;
    z-index: 2;
}

.time-line-container:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    left: 50%;
    top: 50%;
    background: #eee;
    z-index: 1;
    margin-left: -50px;
}

.time-line-container.ct-right:after {
    margin-left: 0;
}

.tl-left {
    float: left;
}

.tl-right {
    float: right;
}

.time-line-box {
    width: 45%;
}

.time-line-box img, .video-box img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.elementor .time-line-box img {
    border-radius: 10px;
}

.video-box img {
    border-radius: 0;
}

.time-line-wrap {
    padding: 110px 0 70px;
    text-align: center;
}

.time-line-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    border-left: 2px dashed #eee;
}

.tl-text {
    padding: 35px 30px;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.tl-text i {
    font-size: 65px;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(0, 0, 0, 0.2)));
}

.tl-text h3 {
    color: #BDCBDB;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.step-item {
    position: absolute;
    top: -90px;
    left: 50%;
    width: 120px;
    padding: 13px 0;
    color: #fff;
    border-radius: 30px;
    margin-left: -60px;
    font-weight: 600;
    font-size: 12px;
}

.timeline-end {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 100%;
    z-index: 3;
    background: #5ECFB1;
    margin-left: -30px;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 2.1s infinite ease-in-out;
    animation: pulse 2.1s infinite ease-in-out;
}

/*------Join------------------------------------------------*/
.join-wrap-cus > .elementor-background-overlay {
    right: 10% !important;
    width: 500px !important;
    height: 500px !important;
    bottom: -65%;
    top: auto !important;
    left: auto !important;
    -webkit-background-size: cover;
    background-size: cover;
}

.join-wrap-cus .elementor-text-editor {
    padding: 10px 0 10px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}

.join-wrap-cus h3 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #fff;
}

.join-wrap-cus p {
    color: rgba(255, 255, 255, 0.51);
    font-size: 13px;
}

.join-wrap-cus .elementor-button-wrapper,
.join-wrap-cus .elementor-button.elementor-size-md {
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
}

.join-wrap-cus .elementor-button-icon {
    font-size: 13px;
    padding-left: 6px;
}

.cirle-bg {
    position: absolute;
    right: 10%;
    width: 500px;
    height: 500px;
    bottom: -70%;
    z-index: 1;
    opacity: 0.1;
}

.join-wrap {
    padding: 10px 0 10px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}

.join-wrap h3 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #fff;
}

.join-wrap p {
    color: rgba(255, 255, 255, 0.51);
    font-size: 13px;
}

.join-wrap-btn {
    display: inline-table;
    padding: 20px 55px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: 15px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.join-wrap-btn i {
    padding-left: 6px;
    font-size: 13px;
}

.join-wrap-btn:hover {
    background: #2C3B5A;
    color: #fff;
}

.trs-btn:hover, .search-widget .search-submit:hover {
    background: #2C3B5A;
    color: #fff;
}

.video-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    text-align: center;
}

.video-box-btn {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: -35px 0 0 -35px;
    background: #fff;
    color: #fff;
    z-index: 20;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.video-box-btn i {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    line-height: 1;
}

.video-box-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.color-bg-text {
    padding-top: 70px;
    padding-left: 30px;
}

.color-bg-text h3 {
    font-size: 34px;
    text-align: left;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.color-bg-text p {
    text-align: left;
    color: rgba(255, 255, 255, 0.81);
}

.color-bg-link {
    float: left;
    margin-top: 40px;
    padding: 20px 55px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.list-single-main-item {
    padding: 30px 30px;
    border-radius: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

article .list-single-main-item {
    margin-bottom: 0;
}

.comment-reply-title {
    margin-bottom: 20px;
    color: #334e6f;
    font-size: 18px;
    font-weight: 600;
}

.comment-reply-title a {
    color: #334e6f;
}

.list-single-main-item-title {
    margin-bottom: 20px;
}

.list-single-main-item-title h3 {
    color: #334e6f;
    font-size: 18px;
    font-weight: 600;
}

.list-single-main-item-title h3 a {
    color: #334e6f;
}

.list-single-main-item-title .entry-title {
    font-size: 30px;
}

.list-single-main-item p {
    color: #878C9F;
}

.list-single-main-media {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.list-single-main-media img {
    max-width: 100%;
    height: auto;
}

.list-single-main-wrapper .breadcrumbs {
    border-radius: 6px;
    top: -25px;
    background: #fff;
    padding: 15px 20px;
}

.list-single-main-wrapper .breadcrumbs a, .list-single-main-wrapper .breadcrumbs span {
    color: #fff;
    padding-right: 20px;
    font-weight: 600;
}

.list-single-main-wrapper .breadcrumbs span {
    color: rgba(255, 255, 255, 0.71);
}

.list-single-main-wrapper .breadcrumbs a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    margin-top: -2px;
}

.list-single-facts {
    margin: 10px 0 20px;
    padding: 20px 30px;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-single-facts .inline-facts-wrap {
    color: #fff;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3%;
    -ms-flex: 0 33.3%;
    flex: 0 33.3%;
    text-align: center;
}

.list-single-facts .inline-facts-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70px;
    margin-top: -35px;
    background: rgba(255, 255, 255, 0.21);
}

.list-single-facts .inline-facts-wrap:last-child:before {
    display: none;
}

.list-single-facts .inline-facts-wrap i {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.21);
}

.list-single-facts .inline-facts-wrap .num, .single-facts .inline-facts-wrap .num {
    display: block;
    margin: 12px 0;
    font-size: 30px;
    font-weight: 800;
}

.tags-stylwrap a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    color: #888DA0;
    font-weight: 500;
    margin-right: 6px;
    border: 1px solid #eee;
    margin-bottom: 5px;
}

.list-single-tags.blog-tags {
    margin-bottom: 15px;
    display: inline-block;
}

.list-single-contacts {
    margin-top: 20px;
}

.list-single-contacts li {
    float: left;
    width: 100%;
}

.list-single-contacts li span, .list-single-contacts li a {
    float: left;
    text-align: left;
    font-weight: 500;
}

.list-single-contacts li span i {
    margin-right: 7px;
    font-size: 14px;
}

.list-single-contacts li a {
    margin-left: 20px;
    color: #878C9F;
}

.list-author-widget-header {
    padding: 70px 20px;
    text-align: center;
}

.list-author-widget-header img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: 50%;
    margin-left: -50px;
    bottom: -30px;
    border: 6px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.list-author-widget-link {
    display: inline-block;
    position: relative;
    top: -20px;
}

.list-author-widget-link a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.list-author-widget-link a:hover {
    color: rgba(255, 255, 255, 0.71);
}

.no-bor-rad {
    border-radius: 0;
}

/*------Blog------------------------------------------------*/
.list-single-main-wrapper article.fw-post:last-of-type + .section-separator {
    display: none;
}

.list-single-main-media .resp-video {
    padding-top: 0;
    margin-bottom: 0;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination .nav-links > span,
.pagination a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    color: #888DA0;
    background: #fff;
    letter-spacing: 1px;
    margin: 0 2px;
}

.pagination .nav-links > span i,
.pagination a i {
    font-size: 12px;
}

.pagination .nav-links > span.current-page, .pagination .nav-links > span:hover,
.pagination a.current-page,
.pagination a:hover {
    color: #fff;
}

.pagination .nav-links > span.current {
    color: #fff;
}

.card-post {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.card-post-content {
    padding: 15px 20px 0;
    border: 1px solid #eee;
}

.card-post-content h3 {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    padding: 15px 0;
}

.card-post-content h3 a {
    color: #334e6f;
}

.card-post-content .post-opt {
    border-top: 1px solid #eee;
    width: 100%;
    padding: 15px 0 25px;
    margin-top: 20px;
}

.elementor .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.all-posts-link {
    text-align: center;
}

.post-link i {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.post-nav {
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-nav .post-link {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #999;
}

.post-nav .post-link span {
    color: #334e6f;
    font-size: 14px;
}

.post-nav .post-link i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    line-height: 40px;
    font-size: 22px;
}

.post-nav .post-link:hover i {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.post-nav .post-link.prev-post-link {
    padding-left: 40px;
}

.post-nav .post-link.prev-post-link i {
    left: 0;
}

.post-nav .post-link.next-post-link {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    padding-right: 40px;
}

.post-nav .post-link.next-post-link i {
    right: 0;
    text-align: right;
}

.post-author {
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    color: #666;
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 20px;
}

.post-author a {
    font-weight: 600;
    color: #666;
}

.post-opt {
    padding-top: 24px;
    display: inline-block;
    color: #999;
}

.post-opt ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.post-opt li {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.post-opt li span,
.post-opt li a {
    color: #999;
    font-weight: 500;
}

.post-opt li i {
    padding-right: 6px;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button] {
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 13px 20px 13px 20px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-form input::-webkit-input-placeholder, .custom-form textarea::-webkit-input-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
}

.custom-form input:-moz-placeholder, .custom-form textarea:-moz-placeholder {
    color: #888DA0;
    font-weight: 600;
    font-size: 13px;
}

.custom-form textarea {
    height: 200px;
    resize: none;
    padding: 25px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-form label {
    position: relative;
}

.custom-form label i {
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 20px;
}

.custom-form textarea,
.custom-form input {
    margin-bottom: 20px;
}

.custom-form.no-icons input, .custom-form.no-icons textarea {
    padding-left: 10px;
}

.custom-form input.has-icon, .custom-form textarea.has-icon {
    padding-left: 55px;
}

.comments-wrap {
    margin-top: 30px;
}

.comment-item {
    padding: 0 0 30px 110px;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.comment-item:last-child {
    border: none;
    margin-bottom: 0;
}

.comment-item .comment-item {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.comment-item .comment-item:nth-child(3), .comment-item .comment-item:first-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.comment-item .comment-item .comment-avatar {
    top: 40px;
}

.comment-item .comment-item + .comment-item {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-item .comment-item:last-child {
    padding-bottom: 0;
}

.pingback {
    padding-left: 0;
}

.comment-avatar {
    position: absolute;
    top: 0;
    left: 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}

.comment-avatar img {
    width: 80px;
    height: 80px;
}

.comment-text {
    position: relative;
    padding: 0 20px;
}

.comment-text h4.comment-author {
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
}

.comment-date,
.comment-reply a {
    margin-top: 18px;
    font-weight: 500;
    color: #999;
}

.comment-date i {
    margin-right: 10px;
}

.reviews-comments-item.reply-comment-item {
    width: 90%;
    margin-left: 10%;
    padding: 30px 20px 30px 110px;
    border-radius: 6px;
}

.reviews-comments-item.reply-comment-item .review-comments-avatar {
    top: 30px;
}

.reviews-comments-item-text .new-dashboard-item {
    top: 0;
}

.comment-awaiting-moderation {
    margin-top: 1rem;
    display: block;
}

.pager {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.pager .next {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
}

.pager a {
    color: #334e6f;
}

.post-author-block img {
    width: 80px;
    height: 80px;
}

.author-content h5 {
    line-height: 2;
}

.author-social {
    margin-top: 20px;
    padding-top: 20px;
}

.author-social ul {
    list-style: none;
}

.author-social li {
    display: inline-block;
    margin-right: 8px;
    text-align: center;
}

.author-social li a {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
}

.author-social li a:hover {
    background: #2C3B5A;
}

.author-social {
    border-top: 1px solid #eee;
}

#commentform.custom-form label {
    display: block;
}

.post-author-block .author-img {
    position: absolute;
}

.post-author-block .author-content {
    padding-left: 100px;
}

/*------ post-single ------------------------------------------------*/
.box-widget {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}

.widget_tag_cloud .box-widget {
    background: transparent;
    border-radius: 0;
    border: none;
}

.box-widget-item {
    margin-bottom: 30px;
}

.box-widget-item-header {
    display: block;
    margin-bottom: 22px;
}

.box-widget-item-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #334e6f;
}

.about-au-desc,
.box-widget-content {
    position: relative;
    padding: 25px 30px 30px;
}

.widget_categories .box-widget,
.widget_recent_entries .box-widget,
.widget_recent_comments .box-widget,
.widget_archive .box-widget,
.widget_meta .box-widget,
.widget_pages .box-widget,
.widget_rss .box-widget,
.widget_nav_menu .box-widget,
.widget_calendar .box-widget,
.widget_text .box-widget,
.citybook_recent_posts .box-widget,
.citybook_instagram_feed .box-widget {
    position: relative;
    padding: 25px 30px 30px;
}

.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_calendar ul,
.widget_text ul,
.citybook_recent_posts ul,
.citybook_instagram_feed ul {
    list-style: none;
    margin-left: 0;
}

.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_rss li,
.widget_nav_menu li,
.widget_calendar li,
.widget_text li,
.citybook_recent_posts li,
.citybook_instagram_feed li {
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
}

.widget_categories li ul,
.widget_recent_entries li ul,
.widget_recent_comments li ul,
.widget_archive li ul,
.widget_meta li ul,
.widget_pages li ul,
.widget_rss li ul,
.widget_nav_menu li ul,
.widget_calendar li ul,
.widget_text li ul,
.citybook_recent_posts li ul,
.citybook_instagram_feed li ul {
    margin-top: 23px;
}

.widget_categories li ul li:last-child,
.widget_recent_entries li ul li:last-child,
.widget_recent_comments li ul li:last-child,
.widget_archive li ul li:last-child,
.widget_meta li ul li:last-child,
.widget_pages li ul li:last-child,
.widget_rss li ul li:last-child,
.widget_nav_menu li ul li:last-child,
.widget_calendar li ul li:last-child,
.widget_text li ul li:last-child,
.citybook_recent_posts li ul li:last-child,
.citybook_instagram_feed li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_categories li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget_rss li a,
.widget_nav_menu li a,
.widget_calendar li a,
.widget_text li a,
.citybook_recent_posts li a,
.citybook_instagram_feed li a {
    color: #666;
    font-weight: 700;
}

.widget_archive li,
.widget_categories li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget_archive li ul,
.widget_categories li ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.widget_archive li span,
.widget_categories li span {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    color: #999;
}

.box-widget .widget-posts li {
    padding: 8px 0;
    margin-bottom: 19px;
}

.box-widget .widget-posts .widget-posts-img {
    float: left;
    width: 25%;
}

.box-widget .widget-posts .widget-posts-img img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.box-widget .widget-posts .widget-posts-descr {
    float: left;
    width: 60%;
    margin-left: 6%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.box-widget .widget-posts .widget-posts-descr a {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #878C9F;
}

.box-widget .widget-posts .widget-posts-date {
    float: left;
    width: 100%;
    margin-top: 17px;
    font-weight: 500;
    color: #999;
    font-size: 12px;
}

.box-widget .widget-posts .widget-posts-date i {
    padding-right: 10px;
}

.tagcloud a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    margin-right: 2px;
    border: 1px solid #eee;
    font-size: 0.6875rem !important;
    margin-bottom: 5px;
}

.widget_search input {
    border: none;
    background: #fff;
    height: 50px;
    padding: 0 80px 0 20px;
    z-index: 1;
}

.widget_search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}

.widget_search .search-submit:hover {
    background: #2C3B5A;
    color: #fff;
}

li.cat-item:before {
    content: '';
    position: absolute;
    top: 16px;
    width: 100px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -25px;
}

.subscribe-form {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.21);
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.subscribe-form p {
    color: rgba(255, 255, 255, 0.71);
}

.subscribe-form form {
    width: 100%;
}

.subscribe-form .enteremail {
    width: 100%;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.21);
    margin-top: 20px;
}

.subscribe-form .subscribe-button {
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
}

.subscribe-form .subscribe-button i {
    padding-right: 6px;
}

.subscribe-form .subscribe-button:hover {
    color: rgba(255, 255, 255, 0.71);
}

.subscribe-form .subscribe-button:hover i {
    color: white;
}

.subscribe-message {
    color: #fff;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

.subscribe-message i {
    padding-right: 6px;
}

.subscribe-message .valid i {
    color: #5ECFB1;
}

.subscribe-message .error i {
    color: #F00;
}

/*------ to-top------------------------------------------------*/
.to-top {
    position: fixed;
    bottom: 60px;
    right: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    background: #292929;
    z-index: 116;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.to-top:hover, .color-bg-link:hover {
    background: #2C3B5A;
    color: #fff;
}

/*------ Video ------------------------------------------------*/
/* Fix for overflow bug */
.media-container-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: 1;
}

.video-container video {
    width: 100%;
}

.video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.video-iframe iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.media-container.video-parallax {
    height: 120%;
    top: -10%;
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.video-item h3 {
    font-size: 34px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 700;
    padding-bottom: 20px;
}

.video-item p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #eee;
    text-align: left;
    font-size: 13px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.video-item a {
    display: inline-table;
    margin-top: 30px;
}

/*------404------------------------------------------------*/
.error-wrap {
    padding: 40px 0;
    text-align: center;
}

.error-wrap h2 {
    font-size: 134px;
    color: #fff;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 10px;
}

.error-wrap p {
    color: rgba(255, 255, 255, 0.91);
    font-size: 14px;
}

.error-wrap form {
    margin: 30px auto 20px;
    max-width: 550px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.error-wrap form input {
    width: 100%;
    border: none;
    background: #fff;
    height: 50px;
    padding: 0 100px 0 20px;
    z-index: 1;
}

.error-wrap form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}

.error-wrap form .search-submit:hover {
    background: #2C3B5A;
}

.error-wrap a.btn {
    display: inline-table;
    margin-top: 10px;
}

.not-found-post {
    text-align: center;
}

.not-found-post p {
    color: #878C9F;
}

.not-found-post form {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.protected-wrap {
    text-align: center;
    color: #fff;
}

.protected-wrap p {
    text-align: center;
    color: #fff;
}

.protected-wrap label {
    display: block;
    margin: 0 auto;
    max-width: 85%;
    width: 300px;
}

.protected-wrap label input {
    width: 100%;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.21);
    margin-top: 10px;
}

.protected-wrap input[type='submit'] {
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
    max-width: 300px;
    margin: 20px auto 0;
}

.protected-wrap input[type='submit']:hover {
    background: #2C3B5A;
}

.mob-bg {
    display: none;
}

.custom-form input.wpcf7-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 40px;
    border-radius: 6px;
    font-weight: 600;
    border: 0;
}

.selectbox .select {
    margin-top: 15px;
}

.lg-backdrop {
    background: rgba(0, 0, 0, 0.81);
}

.lg-sub-html,
.lg-toolbar {
    background: transparent;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: #292929;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    z-index: 1080;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    line-height: 1;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    background: #2F3B59;
    color: #FFF;
}

.lg-actions .lg-next:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f105";
}

.lg-actions .lg-prev:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f104";
}

/* ------Header------------------------------------------------------------ */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    padding: 0 0 6px 0;
    -webkit-transform: translate3d(0, 0, 0);
    height: 80px;
}

.center-header .header-inner {
    max-width: 1224px;
    margin: 0 auto;
    position: relative;
}

.center-header .header-inner .show-search-button {
    display: block;
}

.center-header .header-search {
    display: none;
    position: absolute;
    left: 20px;
    top: 100px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.dark-header {
    background: #2F3B59;
}

.fs-header {
    padding: 0px 50px;
}

.logo-holder {
    float: left;
    position: relative;
    top: 25px;
    height: 30px;
}

.logo-holder img {
    height: 100%;
    width: auto;
}

.add-list {
    float: right;
    padding: 13px 32px;
    position: relative;
    top: 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

.add-list span {
    padding-left: 4px;
    font-weight: 700;
}

.dark-header .add-list {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.dark-header .add-list:hover {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
}

.show-reg-form {
    float: right;
    color: #666;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
    top: 32px;
    font-size: 13px;
    font-weight: 600;
}

.dark-header .show-reg-form {
    color: #fff;
}

.show-reg-form:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    height: 30px;
    width: 1px;
    margin-top: -15px;
    background: rgba(255, 255, 255, 0.41);
}

.dark-header .show-reg-form:before {
    color: #fff;
    background: rgba(255, 255, 255, 0.21);
}

.show-reg-form i {
    padding-right: 10px;
}

.vis-header-search {
    float: left;
    margin-left: 30px;
    position: relative;
    top: 20px;
}

.header-search-input-item input {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    float: left;
    width: 130px;
}

.header-search-input-item {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.header-search-select-item {
    background: #fff;
    height: 40px;
    border-left: 1px solid #eee;
}

.nice-select {
    float: none;
}

.header-search-select-item .nice-select {
    color: #292929;
    width: 100%;
    border: none;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
}

.header-search-select-item .nice-select .nice-select-search {
    border: 1px solid #eee;
}

.header-search-select-item .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.header-search-select-item .nice-select .list li {
    display: block;
    width: 100%;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.header-search-select-item .nice-select .list li:hover,
.header-search-select-item .nice-select .list li.selected {
    color: #fff;
}

.header-search-input-item, .header-search-select-item, .header-search-button {
    float: left;
}

.header-search-button {
    height: 40px;
    border: none;
    color: #fff;
    line-height: 40px;
    border-radius: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 30px;
    cursor: pointer;
}

.show-search-button {
    display: none;
    color: #fff;
    float: left;
    position: relative;
    margin-left: 20px;
    top: 32px;
    cursor: pointer;
    font-weight: 600;
    padding-left: 18px;
}

.show-search-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    bottom: -6px;
    width: 1px;
    background: rgba(255, 255, 255, 0.21);
}

.show-search-button i {
    padding-right: 8px;
}

/* ------Navigation------------------------------------------------------------ */
.nav-holder {
    float: right;
    position: relative;
    top: 18px;
    margin-right: 30px;
    opacity: 1;
    right: 0;
    visibility: visible;
}

.nav-holder nav {
    position: relative;
    float: right;
}

.nav-holder nav ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

.nav-holder nav li {
    float: left;
    position: relative;
    margin-left: 6px;
    height: 70px;
    margin-bottom: 0;
}

.nav-holder nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    top: 50px;
    left: 0;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-holder nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.nav-holder nav li ul li ul {
    top: -10px;
    left: -100%;
    margin-left: 25px;
    margin-top: 0;
    max-width: 150px;
}

.nav-holder nav li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-right: 0px;
}

.nav-holder nav li ul li {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.nav-holder nav li a {
    float: left;
    padding: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    line-height: 25px;
    letter-spacing: 0px;
    color: #494949;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.nav-holder nav li a:before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    display: none;
}

.nav-holder nav > ul > li.current-menu-item > a:before,
.nav-holder nav > ul > li.current-menu-parent > a:before,
.nav-holder nav > ul > li.current-menu-ancestor > a:before,
.nav-holder nav li a.act-link:before {
    display: block;
}

.nav-holder nav li a i {
    padding-left: 6px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-holder nav li a:hover i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.nav-holder nav li ul a {
    color: #566985;
    float: left;
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding: 5px 15px;
}

.dark-header nav li ul a {
    color: #000;
}

nav li ul a:before, nav li ul a:after {
    display: none;
}

.nav-button-wrap {
    float: right;
    height: 38px;
    width: 38px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    top: 24px;
    margin-right: 16px;
    display: none;
}

.nav-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 20px;
    margin-left: -11px;
    margin-top: -6px;
}

.nav-button span {
    float: left;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*------ footer------------------------------------------------*/
footer.main-footer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 50;
    overflow: hidden;
}

.fwids-row:not(:empty) {
    margin-top: 90px;
}

footer.main-footer.fixed-footer {
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.height-emulator {
    z-index: 1;
}

.dark-footer {
    background: #2C3B5A;
}

.footer-widget h3 {
    font-size: 17px;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.71);
    font-weight: 900;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding-bottom: 25px;
}

.sub-footer {
    background: #24324F;
    padding: 28px 0;
}

.sub-footer.has-fwids {
    margin-top: 40px;
}

.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.61);
    position: relative;
    font-size: 13px;
    position: relative;
    top: 6px;
    font-weight: 500;
}

.footer-social {
    text-align: right;
}

.footer-social ul {
    list-style: none;
    margin-bottom: 0;
}

.footer-social li {
    display: inline-block;
    margin-left: 23px;
    margin-bottom: 0;
}

.footer-social a {
    display: block;
    border-left: none;
    font-size: 16px;
}

.footer-social a:hover {
    color: #999;
}

.footer-menu {
    margin-top: 20px;
}

.footer-menu ul {
    list-style: none;
    margin-bottom: 0;
}

.footer-menu li {
    display: inline-block;
    padding-right: 16px;
    position: relative;
    margin-bottom: 0;
}

.footer-menu li:before {
    content: '';
    position: absolute;
    top: 37%;
    width: 4px;
    height: 4px;
    right: 6px;
    border-radius: 100%;
}

.footer-menu li:last-child:before {
    display: none;
}

.footer-menu li a {
    color: #eee;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.footer-menu li a:hover {
    color: rgba(255, 255, 255, 0.41);
}

.sub-footer .about-widget img {
    float: left;
    width: 120px;
    height: auto;
}

.footer-widget .about-widget h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #bcbcbc;
    padding-top: 6px;
    font-size: 17px;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.footer-widget .footer-contacts-widget p {
    color: #fff;
    text-align: left;
}

.footer-widget .about-widget p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.footer-widget .about-widget .btn {
    float: left;
    margin-top: 20px;
    padding: 13px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}

.footer-contacts {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed rgba(255, 255, 255, 0.21);
    list-style: none;
}

.footer-contacts {
    list-style: none;
    margin-bottom: 0;
}

.footer-contacts li {
    display: block;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-contacts li span {
    color: rgba(255, 255, 255, 0.51);
}

.footer-contacts li a {
    color: rgba(255, 255, 255, 0.81);
    padding-left: 4px;
}

.footer-contacts li i {
    padding-right: 4px;
}

.footer-widget .widget-posts li {
    padding: 13px 0;
    margin-bottom: 8px;
}

.footer-widget .widget-posts-img {
    float: left;
    width: 30%;
}

.footer-widget .widget-posts-img img {
    border-radius: 4px;
}

.footer-widget .widget-comments-img img {
    border-radius: 100%;
}

.footer-widget .widget-posts-descr {
    float: left;
    width: 70%;
    padding-left: 20px;
    text-align: left;
    position: relative;
}

.footer-widget .widget-posts-descr:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 20px;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.21);
}

.footer-widget .widget-posts-descr a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.71);
    font-weight: 600;
    padding-bottom: 20px;
}

.footer-widget .widget-posts-descr a:hover {
    color: #fff;
}

.footer-widget .widget-posts-date {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #999;
    font-weight: 600;
    font-size: 12px;
}

.footer-widget .widget-posts-date i {
    color: rgba(255, 255, 255, 0.41) !important;
    padding-right: 10px;
}

.admin-bar .main-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .main-header {
        top: 46px;
    }
}

/*------Responsive------------------------------------------------*/
@media only screen and (max-width: 1324px) {
    .show-search-button {
        display: block;
    }

    .vis-header-search {
        display: none;
        position: absolute;
        left: 20px;
        top: 100px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
    }

    .slider-container-wrap .sw-btn {
        margin-top: 0;
        top: 10%;
    }

    .slider-container-wrap {
        padding: 250px 0 400px;
    }
}

@media only screen and (max-width: 1064px) {
    .nav-button-wrap, .mob-bg {
        display: block;
    }

    .main-menu {
        position: absolute;
        top: 80px;
        right: -20px;
        width: 300px;
        z-index: 50;
        padding: 15px 10px;
        background: #fff;
        border-bottom-left-radius: 6px;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .vismobmenu {
        opacity: 1;
        right: 0;
        visibility: visible;
    }

    .menusb {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .main-menu .menusb ul {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        list-style: none;
        margin-left: 0;
        margin-bottom: 0;
    }

    .menusb li {
        margin: 0;
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
    }

    .menusb li i {
        position: absolute;
        right: 18px;
        top: 12px;
    }

    .dark-header nav li a {
        color: #566985;
    }

    .menusb a {
        float: left;
        width: 100%;
        padding: 8px 5px;
        position: relative;
        font-weight: 700;
        font-size: 14px;
        color: #566985;
        line-height: 20px;
        text-align: left;
    }

    .menusb a i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .menusb a.back {
        padding-left: 24px;
    }

    .menusb a.back:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        content: "\f177";
        font-size: 14px;
    }

    .process-wrap li {
        padding: 25px 20px;
    }

    .footer-widget, .video-box, .user-profile-menu-wrap {
        margin-bottom: 20px;
    }

    .images-collage {
        margin-bottom: 70px;
    }

    .listing-item-grid .listing-item-cat h3 {
        font-size: 16px;
    }

    .about-wrap .list-single-main-item-title h3 {
        padding-top: 30px;
    }

    .team-box {
        width: 50%;
    }

    .join-wrap-btn {
        display: block;
        float: left;
    }

    .color-bg-text {
        padding-left: 0;
    }

    section.list-single-section {
        padding-top: 100px;
    }

    .share-holder.hid-share {
        position: relative;
        margin: 20px 0 0;
    }

    .share-holder.hid-share .share-container {
        right: inherit;
        left: 0;
    }

    .share-holder.hid-share .share-container:after, .share-holder.hid-share .share-container:before {
        right: inherit;
        left: 20px;
    }

    .single-post .share-holder.hid-share {
        float: right;
    }

    .col-list-wrap {
        width: 100%;
    }

    .map-container.column-map {
        width: 100%;
        position: relative;
        height: 500px;
        top: 0;
    }

    .absolute-main-search-input {
        margin-left: -300px;
        width: 600px;
    }

    .edit-profile-photo {
        margin-top: 40px;
    }

    .edit-profile-photo img {
        width: 100px;
        float: left;
        margin-left: 30px;
    }

    .change-photo-btn {
        margin-top: 0;
    }

    .copyright {
        display: block;
        text-align: left;
        float: left;
        width: 100%;
        margin: 15px 0;
        top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .process-wrap li, .price-item, .time-line-box, .listsearch-input-item, .dashboard-listing-table-text, .dashboard-listing-table-image {
        width: 100%;
    }

    .listsearch-input-item, .box-cat, .dashboard-listing-table-image {
        margin-bottom: 10px;
    }

    .dashboard-listing-table-image {
        padding: 0;
    }

    .price-item, .tl-text {
        margin-bottom: 30px;
    }

    .best-price {
        top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .footer-social {
        float: left;
        margin-top: 15px;
    }

    .footer-social li {
        margin-left: 0;
        margin-right: 23px;
    }

    .hero-section .intro-item h2 {
        font-size: 44px;
    }

    .listing-item-grid .listing-counter, .time-line-container:before, .time-line-container:after, .scroll-nav-wrapper, .show-search-button span, .show-reg-form:before, .listing-view-layout {
        display: none;
    }

    .single-facts .inline-facts-wrap {
        width: 50%;
    }

    .add-list {
        padding: 8px 16px;
        top: 26px;
        font-size: 10px;
    }

    .fs-header {
        padding: 0px 20px;
    }

    .reviews-comments-item {
        padding: 0 0 30px 0;
    }

    .review-comments-avatar {
        position: relative;
        left: 20px;
        float: left;
        margin-bottom: 20px;
    }

    .show-reg-form {
        margin-right: 20px;
    }

    .main-register-holder {
        padding: 0 20px;
    }

    .header-search-input-item input {
        width: 90px;
    }

    .vis-header-search {
        margin-left: 0;
        z-index: 40;
    }

    .absolute-main-search-input {
        margin-left: -150px;
        width: 300px;
    }

    .header-user-menu {
        position: fixed;
        right: 0;
        top: 100px;
        z-index: 30;
    }

    .header-user-name {
        background: #2F3B59;
        padding: 15px 20px;
        border-radius: 6px;
    }

    .header-user-name span {
        top: 4px;
        left: -30px;
    }

    .header-user-name span img {
        width: 100%;
        height: 100%;
    }

    .header-user-name:before {
        bottom: 16px;
        right: -16px;
    }

    .box-cat {
        min-width: 80px;
        padding: 10px 0;
    }

    .logo-holder {
        height: 20px;
        top: 32px;
    }
}

@media only screen and (max-width: 540px) {
    .gallery-item, .single-facts .inline-facts-wrap, .team-box, .cs-countdown-item, .list-single-header-contacts li, .list-single-facts .inline-facts-wrap {
        width: 100%;
    }

    .list-single-header-contacts li {
        text-align: left;
        margin-bottom: 10px;
    }

    .list-single-facts .inline-facts-wrap, .tags-stylwrap a {
        margin-bottom: 10px;
    }

    .hero-section .intro-item h2, .parallax-section .section-title h2, .soon-title, .list-single-header-item h2, .list-single-header-inside .list-single-header-item h2 {
        font-size: 34px;
    }

    .cs-social li {
        margin: 0 5px;
    }

    .error-wrap h2 {
        font-size: 94px;
    }

    .list-single-carousel-wrap {
        height: 300px;
    }

    .fw-carousel .slick-slide-item {
        height: 300px !important;
    }

    .list-single-facts .inline-facts-wrap:before {
        display: none;
    }

    .add-list {
        display: none;
    }

    header.main-header {
        padding: 0 10px;
    }

    .show-reg-form {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1064px) {
    .posts-grid-wrapper {
        display: block;
    }

    .card-post {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .card-post-img img {
        width: 100%;
        height: auto;
    }

    .back-to-filters {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .tablet-resp-one .elementor-column {
        width: 100% !important;
    }

    .tablet-resp-two .elementor-column {
        width: 50% !important;
    }

    .tablet-resp-three .elementor-column {
        width: 33.33% !important;
    }

    .gallery-item,
    .grid-sizer {
        width: 50%;
    }

    .items-grid-holder .items-grid-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
    }

    .main-search-input {
        background: rgba(255, 255, 255, 0.2);
        padding: 14px 20px 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
        display: block;
    }

    .main-search-input-item {
        width: 100%;
        border: 1px solid #eee;
        height: 50px;
        border: none;
        margin-bottom: 10px;
    }

    .main-search-input-item .nice-select {
        background: #fff;
        border-radius: 6px !important;
    }

    .main-search-input-item input {
        border-radius: 6px !important;
        background: #fff;
    }

    .main-search-input-item select {
        padding-left: 15px;
    }

    .main-search-button {
        position: relative;
        width: 100%;
        border-radius: 6px;
        height: 50px;
    }

    .membership-plans-wrap .price-item {
        width: 100%;
    }

    .statistic-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .statistic-container .statistic-item-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 49%;
        -ms-flex: 0 49%;
        flex: 0 49%;
    }

    .elementor .box-cat,
    .box-cat {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .gallery-item,
    .grid-sizer {
        width: 100%;
    }

    .items-grid-holder {
        display: block;
    }

    .mobile-resp-one .elementor-column {
        width: 100% !important;
    }

    .mobile-resp-two .elementor-column {
        width: 50% !important;
    }

    .mobile-resp-three .elementor-column {
        width: 33.33% !important;
    }

    .listing-features ul {
        display: block;
    }

    .list-carousel {
        padding: 0;
    }

    .testimonials-carousel .single-carousel .slick-slide-item {
        margin: 0;
    }

    .images-collage-title {
        top: -35px;
        right: 18%;
    }

    .listsearch-main-inputs,
    .listing-features {
        display: block;
    }

    .statistic-container {
        display: block;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

.list-header-title {
    position: absolute;
    left: -9771px
}

#top-menu {
    display: flex;
    flex-wrap: wrap;
}

#jfn * {
    color: #FFF;
}

#jfn {
    max-width: 100vw;
}

.listing-feature-wrap input[type="checkbox"]:checked:after, .listing-feature-wrap input[type="radio"]:checked:after, .add-feature-checkbox input[type="checkbox"]:checked:after, .add-feature-radio input[type="radio"]:checked:after, .listing-features-loader, .account-box a, .comment-date i, .pager a i, .sticky .list-single-main-item-title h3 a, .info-button:hover, .footer-social li a, .lost_password a:hover, .nav-holder nav li a.act-link, .nav-holder nav li a:hover, .testi-text:before, .testi-text:after, .citybook-tweet .timePosted a:before, .map-popup-contact-infos i, .dark-header .nav-holder nav li ul a:hover, .main-register h3 span strong, .main-register label i, .listsearch-header h3 span, .listing-view-layout li a.active, .listsearch-input-text label i, .distance-title i, .listsearch-input-item i, .filter-tags input:checked:after, .more-filter-option:hover, .distance-title span, .selectbox li.selected, .mapzoom-in:hover, .mapzoom-out:hover, .footer-widget .widget-posts-date, .listsearch-input-text span.loc-act, .list-single-header-contacts li i, .viewed-counter i, .list-single-header-column .custom-scroll-link i, .list-single-header-cat span i, .scroll-nav-wrapper .scroll-nav li a.act-scrlink, .listing-features li i, .list-author-widget-contacts li span i, .list-author-widget-contacts li a:hover, .current-status i, .scroll-nav-wrapper .save-btn i, .list-single-contacts li i, .list-post-counter.single-list-post-counter i, .reviews-comments-item-date i, .list-single-main-item-title span, .section-title-left span, .custom-form label i, .custom-form .quantity span i, .box-widget .widget-posts .widget-posts-date i, .box-widget .widget-posts .widget-posts-descr a:hover, .team-social li a, .team-info h3 a:hover, .section-title h2 a, section.color-bg .header-sec-link a:hover, .user-profile-menu li a.user-profile-act, .user-profile-menu li a.active, .user-profile-menu li a:hover, .log-out-btn, .pass-input-wrap span, .header-user-name:before, .header-user-menu ul li a:hover, .reply-mail a, .dashboard-message-text h4 span, .profile-edit-page-header .breadcrumbs span, .profile-edit-page-header .breadcrumbs a:hover, .reviews-comments-item-link, .fuzone:hover .fu-text i, .radio input[type="radio"]:checked + span:before, .booking-details a, .booking-details span.booking-text, .message-details a, .message-details span.msg-text, .dashboard-listing-table-address i, .post-opt li i, .list-single-main-item-title h3 a:hover, .post-opt li a:hover, .post-link i, .post-link:hover, .tl-text i, .tl-text h3, .features-box .time-line-icon i, .features-box h3, .images-collage-title span, .process-item .time-line-icon i, .card-post-content h3 a:hover, .card-listing .list-post-counter i, .section-subtitle, .process-item:hover .process-count, .footer-contacts li i, .main-search-input-item.location a, .card-listing .geodir-category-location i, .show-reg-form:hover, .show-search-button i, .menusb li a i, .menusb a.back:before, .menusb a.act-link, .sp-cont, .list-single-tags a:hover, .card-listing .geodir-category-content h3 a:hover, .citybook-tweet a:hover, .subscribe-message.error a, .share-holder.hid-share .share-container .share-icon, .footer-contacts li a:hover, .listing-title a:hover, .listings-loader, .no-results-search a, .nav-holder nav li.current-menu-item > a, .nav-holder nav li.current-menu-parent > a, .nav-holder nav li.current-menu-ancestor > a, .logo-text h2, .claim-widget-link a, .claim-success, .sidebar-ad-widget .list-post-counter i, .sidebar-ad-widget .geodir-category-location i, .sidebar-ad-widget .geodir-category-content h3 a:hover {
    color: #5c9ad8
}

.tagcloud a, .navslide-wrap, .slide-progress, nav li a.act-link:before, .hs-nav .navslide-wrap.next-slide-wrap a, .folio-counter, .add-list, .section-separator:before, .listing-carousel-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .card-btn:hover, .footer-widget #subscribe-button, .custom-form .log-submit-btn, .add-list, .parallax-section .section-separator:before, .sw-btn, .color-bg, .mapzoom-in, .mapzoom-out, .infoBox-close, .ctb-modal-close, .header-search-button, .listing-view-layout li a, .listsearch-input-item .selectbox, .rangeslider__fill, .fs-map-btn, .more-filter-option span, .back-to-filters, .back-to-filters span, .pin, .load-more-button, .footer-menu li:before, .pagination a.current-page, .pagination a:hover, .pagination .nav-links > span.current, .section-title .breadcrumbs a:before, .showshare, .scroll-nav-wrapper .scroll-nav li a:before, .list-single-main-wrapper .breadcrumbs, .list-widget-social li a, .btn.transparent-btn:hover, .btn.flat-btn, .accordion a.toggle.act-accordion, .custom-form .quantity input.qty, .widget-posts-link span, .box-item a.gal-link, .custom-form .selectbox, .photoUpload, .user-profile-menu li a span, .tabs-menu li.current a, .tabs-menu li a:hover, .header-social li a:hover, .main-search-button, .selectbox li:hover, .color-overlay, .trs-btn, .testi-counter, .to-top, .header-sec-link a, .card-btn, .profile-edit-page-header .breadcrumbs a:before, .dashboard-listing-table-opt li a.del-btn, .widget_search .search-submit, .box-widget-item .list-single-tags a, .reviews-comments-item-text .new-dashboard-item:hover, .step-item, .video-box-btn, .slick-dots li.slick-active button, .time-line-container:before, .error-wrap form .search-submit, .testimonials-carousel .slick-current .testimonilas-text, .cs-social li a, .cs-countdown-item:before, .listing-counter, .price-head, .price-link, .sp-cont:hover, .cluster div, .lg-actions .lg-next, .lg-actions .lg-prev, .log-out-btn:hover, .map-popup-category, .mapnavigation a:hover, .addfield, .list-author-widget-socials a, .nav-holder nav li.current-menu-item > a:before, .nav-holder nav li.current-menu-parent > a:before, .nav-holder nav li.current-menu-ancestor > a:before, .author-social a, .subscribe-form .subscribe-button, .protected-wrap input[type="submit"], .listsearch-input-item .nice-select, .listsearch-input-item .nice-select .list li.selected.focus, .listsearch-input-item .nice-select .list li:hover, .listsearch-input-item .nice-select .list li.selected, .custom-form .nice-select .list li:hover, .custom-form .nice-select .list li.selected, .custom-form .nice-select, .header-search-select-item .nice-select .list li:hover, .header-search-select-item .nice-select .list li.selected, .main-search-input-item .nice-select .list li:hover, .main-search-input-item .nice-select .list li.selected, .pac-item:hover, .listing-verified, .tooltipwrap .tooltiptext {
    background: #5c9ad8
}

.tooltipwrap .tooltiptext:after {
    border-color: #5c9ad8 transparent transparent transparent
}

.pulse:after {
    -webkit-box-shadow: 0 0 1px 3px #5c9ad8;
    box-shadow: 0 0 1px 3px #5c9ad8
}

.listing-view-layout li a.active, .rangeslider__handle, .list-author-widget-text .btn, .btn.transparent-btn, .log-out-btn, blockquote, .cluster div:before, .header-search-select-item .nice-select:after, .main-search-input-item .nice-select:after {
    border-color: #5c9ad8
}

.selectbox .trigger .arrow {
    border-top: 5px solid #5c9ad8
}

.listing-rating i {
    color: #FACC39
}

.gradient-bg, .listing-geodir-category, .list-single-header-cat a, .box-widget-item .list-single-tags a:hover, .nav-holder nav li a:before, .tagcloud a:hover {
    background-color: #508ed4;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#508ed4), to(#58aad9));
    background: -webkit-linear-gradient(top, #508ed4, #58aad9);
    background: -o-linear-gradient(top, #508ed4, #58aad9)
}

.slick-carouse-wrap .swiper-button-next, .slick-carouse-wrap .swiper-button-prev, .onoffswitch-inner:before, .onoffswitch-inner:after {
    background-color: #5c9ad8
}

.testimonilas-avatar-item:before {
    border-top-color: #5c9ad8
}

.process-end i, .best-price .price-head, .notification.success, .new-dashboard-item, .you-booked, .dashboard-listing-table-opt li a, .package-status, .ad-status, #submit-listing-message.success {
    background-color: #274b6c
}

.profile-edit-header h4 span, .recomm-price i, .opening-hours .current-status, .pricerange, .list-single-header-item h2 a, .item-ad {
    color: #274b6c
}

.recomm-price i, .item-ad {
    border-color: #274b6c
}

.you-booked, .btn.delete-bookmark-btn:hover, .btn.delete-bookmark-btn-clicked:hover, .mapzoom-in:hover, .mapzoom-out:hover, .soc-log a:hover, .ctb-modal-close:hover, .custom-form .log-submit-btn:hover, .custom-form .log-submit-btn:disabled, .listing-claim-form #lclaim-submit:disabled, .stripe-plan-submit:hover, .dark-header, .btn.color-bg:hover, .btn:disabled, .btn.flat-btn:disabled, #edit-profile-submit.disabled, #change-pass-submit.disabled {
    background-color: #ffffff
}

.body-citybook div.datedropper.primary .pick-lg-b .pick-sl:before, .body-citybook div.datedropper.primary .pick-lg-h, .body-citybook div.datedropper.primary .pick-m, .body-citybook div.datedropper.primary .pick-submit, .body-citybook div.datedropper.primary:before {
    background-color: #5c9ad8
}

.body-citybook div.datedropper.primary .pick li span, .body-citybook div.datedropper.primary .pick-btn, .body-citybook div.datedropper.primary .pick-lg-b .pick-wke, .body-citybook div.datedropper.primary .pick-y.pick-jump {
    color: #5c9ad8
}

.body-citybook .td-clock {
    box-shadow: 0 0 0 1px #5c9ad8, 0 0 0 8px rgba(0, 0, 0, .05)
}

.body-citybook .td-clock:before {
    border-left: 1px solid #5c9ad8;
    border-top: 1px solid #5c9ad8
}

.body-citybook .td-select:after {
    box-shadow: 0 0 0 1px #5c9ad8
}

.body-citybook .td-clock .td-time span.on {
    color: #5c9ad8
}

