/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/*******************
        General
 **********************/
.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
}

.wide {
    width: 100%;
    max-width: 100%;
}


/*******************
        Top Bar
 **********************/
.utility-bar {
    z-index: 1000;
    min-height: 56px !important;
    max-height: 56px !important;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
}

/* Top Bar Off */
.hide_utility_bar .utility-bar {
    display: none;
}

/* Top Bar Sticky */
.sticky_topbar .utility-bar {
    position: fixed;
}

/* Wp Admin Bar  */
.admin-bar .utility-bar {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .utility-bar {
        top: 46px;
    }
}


/************************
        Navigation
*************************/
.nav-area {
    z-index: 900;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    padding: 10px 0 !important;
    -webkit-transition: 0.3s background-color ease, 0.3s backgroud, 0.3s border-bottom-color, 0.3s border-bottom-width;
    -o-transition: 0.3s background-color ease, 0.3s backgroud, 0.3s border-bottom-color, 0.3s border-bottom-width;
    transition: 0.3s background-color ease, 0.3s backgroud, 0.3s border-bottom-color, 0.3s border-bottom-width;
}

.nav-area .wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.nav-area .wrap .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-area .wrap .navbar .btn {
    margin-left: 20px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar ul li {
    margin: 0;
    padding: 0 15px;
    display: inline;
}

.navbar ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}


/* Fixed State */
.nav-area.fixed {
    position: fixed;
}


.hide_utility_bar .nav-area {
    top: 0;
}

/* No Fixed Top Bar */
.admin-bar.no_sticky_topbar .nav-area {
    top: 88px;
}

.admin-bar.hide_utility_bar .nav-area {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar.hide_utility_bar .nav-area {
        top: 46px;
    }
}


@media (max-width: 782px) {
    .admin-bar.no_sticky_topbar .nav-area {
        top: 102px;
    }
}

/* Fixed Top Bar + WP Bar */
.admin-bar.sticky_topbar .nav-area {
    top: 88px;
}

@media (max-width: 782px) {
    .admin-bar.sticky_topbar .nav-area {
        top: 102px;
    }
}


/* Fixed Top Bar without WP Bar */
.no-logged-in.sticky_topbar .nav-area {
    top: 56px;
}


/* Fixed Navigation with static Top Bar */
.no_sticky_topbar .nav-area.fixed {
    top: 0;
}

/* Fixed Navigation with static Top Bar  + Admin Bar */
.no_sticky_topbar.admin-bar .nav-area.fixed {
    top: 32px;
}

@media (max-width: 782px) {
    .no_sticky_topbar.admin-bar .nav-area.fixed {
        top: 46px;
    }
}

/* Satic Top Bar without WP Bar */
.no-logged-in.no_sticky_topbar .nav-area {
    top: 56px;
}

.no-logged-in.no_sticky_topbar .nav-area.fixed {
    top: 0;
}


/* Hidden Top Bar */
.hide_utility_bar.admin-bar .nav-area.fixed {
    top: 32px;
}

@media (max-width: 782px) {
    .hide_utility_bar.admin-bar .nav-area.fixed {
        top: 46px;
    }
}


/************************
        Customizer
*************************/

.customize-partial-edit-shortcuts-shown.sticky_topbar .nav-area {
    top: 56px;
}

.customize-partial-edit-shortcuts-shown.no_sticky_topbar .nav-area {
    top: 56px;
}

.customize-partial-edit-shortcuts-shown.no_sticky_topbar .nav-area.fixed {
    top: 0;
}


/************************
        Home Header
*************************/


.header_home {
    padding-top: 56px;
}

.admin-bar .header_home {
    padding-top: calc(56px + 32px);
}

@media (max-width: 782px) {
    .admin-bar .header_home {
        padding-top: calc(56px + 46px);
    }
}


.hide_utility_bar .header_home {
    padding-top: 0;
    overflow: hidden;
}

.home-slider {
    display: flex;
}

.home-slider.vertical {
    display: block !important;
}

/************************
         Header Inner
*************************/

.header-inner {
    padding-top: 56px;
}

.admin-bar .header-inner {
    padding-top: calc(56px + 32px);
}

@media (max-width: 782px) {
    .admin-bar .header-inner {
        padding-top: calc(56px + 46px);
    }
}

.hide_utility_bar .header-inner {
    padding-top: 0;
}


/************************
    Header Inner in Header
*************************/
.header-inner.in_header .page-title {
    display: none;
}

.header-inner.in_header .image-instead {
    display: block;
}

/************************
    Header Inner in Content
*************************/

.header-inner.in_content {
    width: 1000px !important;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
    margin-top: 125px;
}

.no_sticky_topbar .header-inner.in_content {
    margin-top: calc(210px - 32px);
}

@media (max-width: 782px) {
    .no_sticky_topbar .header-inner.in_content {
        margin-top: calc(185px - 46px);
    }
}

.no_sticky_topbar.admin-bar .header-inner.in_content {
    margin-top: 225px;
}

.admin-bar.sticky_topbar .header-inner.in_content {
    margin-top: 210px;
}

.sticky_topbar .header-inner.in_content {
    margin-top: calc(210px - 32px);
}

@media (max-width: 782px) {
    .sticky_topbar .header-inner.in_content {
        margin-top: calc(185px - 46px);
    }
}

.header-inner.in_content .page-overlay, .header-inner.in_content .blog-page-overlay {
    display: none;
}

.header-inner.in_header.ho-banner-image {
    padding-top: 155px;
}

.header-inner.in_content .image-instead {
    display: none;
}

/************************
         Header Block Instead of Image
*************************/

.image-instead {
    height: 130px;
    position: relative;
}

@media (max-width: 1024px) {
    .image-instead {
        height: 95px;
    }
}

@media (max-width: 660px) {
    .image-instead {
        height: 80px;
    }
}

/************************
        404 Error Styles
*************************/
.wrap-404 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 180px;
    padding-bottom: 120px;
}

.wrap-404 .error-caption {
    font-size: 240px;
    font-family: "Montserrat", sans-serif;
    color: rgb(123, 123, 123);
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

.wrap-404 .error-title {
    margin-bottom: 0;
    margin-top: 35px;
    line-height: 1;
    font-size: 50px;
    font-family: "Raleway", sans-serif;
    color: rgb(123, 123, 123);
    text-align: center;
    font-weight: 500;
}

.wrap-404 .error-subtitle {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    color: rgb(123, 123, 123);
    line-height: 1.2;
    text-align: center;
}

.wrap-404 .btn-wrap {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 1400px) {
    .wrap-404 {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .wrap-404 .error-caption {
        font-size: 140px;
    }

    .wrap-404 .error-title {
        font-size: 36px;
    }

    .wrap-404 .error-subtitle {

        margin-top: 26px;
        font-size: 18px;
    }

    .wrap-404 .btn-wrap {
        margin-top: 55px;
    }
}


@media (max-width: 767px) {

    .wrap-404 .error-caption {
        font-size: 120px;
    }

    .wrap-404 .error-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .wrap-404 .error-subtitle {
        margin-top: 26px;
        font-size: 18px;
        line-height: 1.5;
    }

    .wrap-404 .btn-wrap {
        margin-top: 55px;
    }
}

/************************
        Utility Bar Widgets
*************************/


/*****************************Topbar CSS*********************************/
.wrap-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px !important;
    margin: auto !important;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px !important;
}

.mobile-nav-widget-area {
    display: none;
}

.utility-bar .simple-social-icons ul {
    margin: 0 !important;
}

.utility-bar-left .simple-social-icons ul li:first-child {
    margin-left: 0 !important;
}

.utility-bar-right .simple-social-icons ul li:last-child {
    margin-right: 0 !important;
}


.utility-bar-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-left: 15px;
}


.utility-bar-left .widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.utility-bar-left .widget-area .widget {
    margin-left: 20px;
}

.utility-bar-left .widget-area .widget:first-child {
    margin-left: 0;
}


/****************

Right Widget Area

****************/


.utility-bar-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.utility-bar-right .widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.utility-bar-right .widget-area .widget {
    margin-left: 20px;
}

.utility-bar-right .widget-area .widget:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    .utility-bar .utility-bar-left, .utility-bar-right span.mk_title {
        display: none !important;
    }

    .utility-bar-right {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    .utility-bar-right .widget-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}


/****************

Grid Section

****************/

.grid-section {
    background-color: #F3F3F3;
    padding: 60px 0;
}

.grid-section .section-title {
    margin-bottom: 20px;
    background-color: #F3F3F3;
    padding: 0 15px;
}

.grid-pages {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
}

.grid-pages .column {
    width: 50%;
}

.grid-pages .page-item-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-pages .page-item-wrap.square:after {
    content: "";
    padding-bottom: 85%;
    display: block;
}

.grid-pages .page-item-wrap.rect:after {
    content: "";
    padding-bottom: 55%;
    display: block;
}


.grid-pages .page-item-wrap .page-item {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.grid-pages .page-item-wrap .page-item .image-overlay {
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
}


.grid-pages .page-item-wrap .page-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 5;
    opacity: 0;
}

.grid-pages .page-item-wrap .page-item .content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding-top: 58px
}


.grid-pages .page-item-wrap .page-item .content .page-title {
    font-weight: 300;
    font-size: 50px;
    display: block;
    line-height: 1.15;
    margin-bottom: 5px;
    text-shadow: 3px 3px #4F4F4F;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding-left: 15px;
    padding-right: 15px;
}

.grid-pages .page-item-wrap .page-item .content .other-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    min-height: 110px;
}

.grid-pages .page-item-wrap .page-item .content .page-description {
    display: block;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.grid-pages .page-item-wrap .page-item .content .btn {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}


/* Hover */
.grid-pages .page-item-wrap .page-item:hover .overlay {
    opacity: 1;
}

.grid-pages .page-item-wrap .page-item:hover .content {
    padding-top: 0;
}

.grid-pages .page-item-wrap .page-item:hover .content .other-content {
    opacity: 1;
}

@media (max-width: 767px) {
    .grid-pages .column {
        width: 100%;
    }

    .grid-pages .page-item-wrap.square:after {
        padding-bottom: 100%;
    }

    .grid-pages .page-item-wrap.rect:after {
        padding-bottom: 100%;
    }

    .grid-pages .page-item-wrap .page-item .content .page-title {
        font-size: 35px;
    }

    .grid-pages .page-item-wrap .page-item .content .page-description {
        font-size: 16px;
    }
}


/****************

Map Section

****************/

.map-section {
    padding-top: 70px;
    padding-bottom: 110px;
    background-color: #fff;
}

.map-section-wide {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}


.page-template-home-page-php .map-section.no-gap {
    padding-top: 0 !important;
}

.page-template-home-page-php .map-section.no-gap .maps-wrap .map {
    margin-top: 0;
}

/****************

Footer Playful

****************/

.footer-playful {
    padding-top: 55px;
    padding-bottom: 40px;
}

.footer-playful .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-playful .footer-col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 3);
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
}

.footer-playful .footer-col:after {
    display: block;
    content: "";
    height: calc(100% - 50px);
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #252627;
}

.footer-playful .footer-col:last-child:after {
    display: none;
}

.footer-playful .footer-col .widget {
    margin-bottom: 50px;
    text-align: center;
}

.footer-playful .footer-col .widget .widget-title {
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 25px !important;
}

.footer-playful .footer-col .widget h1,
.footer-playful .footer-col .widget h2,
.footer-playful .footer-col .widget h3,
.footer-playful .footer-col .widget h4,
.footer-playful .footer-col .widget h5,
.footer-playful .footer-col .widget h6 {
    margin: 0;
    display: block;
    margin-bottom: 20px;
}

.footer-playful .footer-col .widget .btn {
    white-space: nowrap;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-top: 10px;
}

.footer-playful .footer-col .widget p, .footer-playful .footer-col .textwidget p {
    margin-top: 0;
    margin-bottom: .6em;
    line-height: 1.35;
}

.footer-playful .footer-col .widget p:last-child {
    margin-bottom: 0;
}

.simple-social-icons ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 991px) {
    .footer-playful .footer-row {
        padding-top: 0;
    }

    .footer-playful .footer-col .widget {
        margin: 45px 0;
    }

    .footer-playful .footer-col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-playful .footer-col:after {
        display: block;
        bottom: 0;
        width: 100%;
        right: 0;
        left: 0;
        top: auto;
        height: 1px;
    }

}


@media (max-width: 660px) {
    .footer-playful .footer-col {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/** Footer Playfull Copyright Area */

.footer-playful .copyright-area .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-top: 10px;
}

.footer-playful .copyright-area .col-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}

.footer-playful .copyright-area .col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
}

@media (max-width: 400px) {
    .footer-playful .copyright-area .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}


/****************

Home Slider

****************/

@media (min-width: 1025px) {
    .home-slider-wrapper.slider-long .bx-viewport {
        max-height: 955px !important;
        height: 955px !important;
    }

    .home-slider-wrapper.slider-long .home-slider_slide {
        height: 955px !important;
        max-height: 955px !important;
    }

    .home-slider-wrapper.slider-short .bx-viewport {
        max-height: 655px !important;
        height: 655px !important;
    }

    .home-slider-wrapper.slider-short .home-slider_slide {
        height: 655px !important;
        max-height: 655px !important;
        min-width: 100vw;
    }
}

.home-slider-wrapper  .home-slider_slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    max-height: 100%;
    min-height: 100% !important;
}


.home-slider_slide {
    overflow: hidden;
    position: relative;
}

.home-slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}


/* Slider Css */
.slider-content {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform: translateY(calc(-50% + 70px));
    -ms-transform: translateY(calc(-50% + 70px));
    transform: translateY(calc(-50% + 70px));
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    z-index: 2;
}

.slider-content h1 {
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 1024px) {

    .slider-content h1 {
        font-size: 45px;
    }
}


@media (max-width: 768px) {
    .home-slider-wrapper .bx-viewport {
        min-height: 500px !important;
    }

    .home-slider-wrapper .home-slider_slide {
        min-height: 500px !important;
    }

    .bxslider {
        height: 100%;
    }

    .bxslider > li {
        position: relative;
        height: 100%;
    }

    .slider-content h1 {
        font-size: 35px;
    }

    .bx-wrapper .bxslider > li img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .home-slider-wrapper .slider-content {
        font-size: 11px;
        line-height: 14px;
    }
}


@media (max-width: 720px) {
    .slider-content h1 {
        font-size: 30px;
        padding: 0 15px;
        margin-bottom: 25px;
    }
}