.site-loading .la-image-loading {
    opacity: 1;
    visibility: visible
}

.la-image-loading.spinner-custom .content {
    width: 100px;
    margin-top: -50px;
    height: 100px;
    margin-left: -50px;
    text-align: center

}
.la-image-loading.spinner-custom .content img {
    width: auto;
    margin: 0 auto

}
.site-loading #page.site {
    opacity: 0;
    transition: all .3s ease-in-out
}

#page.site {
    opacity: 1
}
a i.icon{
	margin-top:2px;
}
.la-image-loading {
    opacity: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    visibility: hidden

}
.la-image-loading .content {
    position: absolute;
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    overflow:hidden;

}
.la-loader.spinner1 {
    width: 40px;
    height: 40px;
    margin: 5px;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation: la-rotateplane 1.2s infinite ease-in-out;
    animation: la-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px

}
.la-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: la-scaleout 1.0s infinite ease-in-out;
    animation: la-scaleout 1.0s infinite ease-in-out

}
.la-loader.spinner3 {
    margin: 15px 0 0 -10px;
    width: 70px;
    text-align: center
}

.la-loader.spinner3 [class*="bounce"] {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: la-bouncedelay 1.4s infinite ease-in-out;
    animation: la-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.la-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s

}
.la-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s

}
.la-loader.spinner4 {
    margin: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: la-rotate 2.0s infinite linear;
    animation: la-rotate 2.0s infinite linear
}

.la-loader.spinner4 [class*="dot"] {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: la-bounce 2.0s infinite ease-in-out;
    animation: la-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)

}
.la-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s

}
.la-loader.spinner5 {
    margin: 5px;
    width: 140px;
    height: 140px
}

.la-loader.spinner5 div {
    width: 33%;
    height: 33%;
    float: left;
    -webkit-animation: la-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: la-cubeGridScaleDelay 1.3s infinite ease-in-out

}
.la-loader.spinner5 div:nth-child(1),
.la-loader.spinner5 div:nth-child(5),
.la-loader.spinner5 div:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s

}
.la-loader.spinner5 div:nth-child(2),
.la-loader.spinner5 div:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.la-loader.spinner5 div:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s

}
.la-loader.spinner5 div:nth-child(4),
.la-loader.spinner5 div:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.la-loader.spinner5 div:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes la-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    
}
}
@keyframes la-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}
    
}


@-webkit-keyframes la-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
}}

@keyframes la-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    
}}

@-webkit-keyframes la-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    
    }
}

@keyframes la-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

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


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


@-webkit-keyframes la-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes la-bounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}


@-webkit-keyframes la-cubeGridScaleDelay {
    0% {
        -webkit-transform: scale3d(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3d(0, 0, 1)
    }
    70% {
        -webkit-transform: scale3d(1, 1, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1)
    }

}
@keyframes la-cubeGridScaleDelay {
    0% {
        transform: scale3d(1, 1, 1)
    }
    35% {
        transform: scale3d(0, 0, 1)
    }
    70% {
        transform: scale3d(1, 1, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }

}
.section-page-header {
    color: #343538;
    background-image: url(//lapa.la-studioweb.com/wp-content/uploads/2018/03/bg-page-header.png);
    background-repeat: repeat;
    background-position: left top

}
.section-page-header .page-title {
    color: #343538;
    font-size: 40px

}
.section-page-header a {
    color: #343538

}
.section-page-header a:hover {
    color: #ffbb9a

}
.section-page-header .page-header-inner {
    padding-top: 25px;
    padding-bottom: 25px
}

@media(min-width: 768px) {
    .section-page-header .page-header-inner {
        padding-top: 25px;
        padding-bottom: 25px
    
}}

@media(min-width: 992px) {
    .section-page-header .page-header-inner {
        padding-top: 170px;
        padding-bottom: 90px
    
}}

@media screen and (min-width:1824px) {
    .section-page-header .page-title {
        font-size: 60px
    
}}

@media screen and (max-width:1199px) {
    .section-page-header .page-title {
        font-size: 30px
    

}}
@media screen and (max-width:991px) {
    .section-page-header .page-title {
        font-size: 20px
    }}


.site-main {
    padding-top: 0px;
    padding-bottom: 0px

}
.single-product .site-main {
    padding-top: 0px
}

body.lapa-body {
    font-size: 14px;
    background-repeat: repeat;
    background-position: left top
}

body.lapa-body.body-boxed #page.site {
    width: 1230px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat;
    background-position: left top
}

body.lapa-body.body-boxed .site-header .site-header-inner>.container {
    width: 1230px

}
.enable-header-transparency .site-header:not(.is-sticky) .site-header-inner {
    background-repeat: repeat;
    background-position: left top;
    background-color: rgba(0, 0, 0, 0)
}

.footer-top {
    background-repeat: repeat;
    background-position: left top;
    background-color: #eff1f5;
    padding-top: 75px;
    padding-bottom: 25px

}
.open-newsletter-popup .lightcase-inlineWrap {
    background-repeat: repeat;
    background-position: left top

}
.site-header .site-branding a {
    height: 110px;
    line-height: 110px
}

.site-header .header-component-inner {
    padding-top: 35px;
    padding-bottom: 35px
}

.site-header .header-main .la_com_action--dropdownmenu .menu,
.site-header .mega-menu>li>.popup {
    margin-top: 55px

}
.site-header .header-main .la_com_action--dropdownmenu:hover .menu,
.site-header .mega-menu>li:hover>.popup {
    margin-top: 35px

}
.site-header.is-sticky .site-branding a {
    height: 100px;
    line-height: 100px

}
.site-header.is-sticky .header-component-inner {
    padding-top: 30px;
    padding-bottom: 30px
}

.site-header.is-sticky .header-main .la_com_action--dropdownmenu .menu,
.site-header.is-sticky .mega-menu>li>.popup {
    margin-top: 50px

}
.site-header.is-sticky .header-main .la_com_action--dropdownmenu:hover .menu,
.site-header.is-sticky .mega-menu>li:hover>.popup {
    margin-top: 30px

}
@media(max-width: 1300px) and (min-width: 992px) {
    .site-header .site-branding a {
        height: 110px;
        line-height: 110px
    }
    .site-header .header-component-inner {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .site-header .header-main .la_com_action--dropdownmenu .menu,
    .site-header .mega-menu>li>.popup {
        margin-top: 55px
    }
    .site-header .header-main .la_com_action--dropdownmenu:hover .menu,
    .site-header .mega-menu>li:hover>.popup {
        margin-top: 35px
    }
    .site-header.is-sticky .site-branding a {
        height: 100px;
        line-height: 100px
    }
    .site-header.is-sticky .header-component-inner {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .site-header.is-sticky .header-main .la_com_action--dropdownmenu .menu,
    .site-header.is-sticky .mega-menu>li>.popup {
        margin-top: 50px
    }
    .site-header.is-sticky .header-main .la_com_action--dropdownmenu:hover .menu,
    .site-header.is-sticky .mega-menu>li:hover>.popup {
        margin-top: 30px
    }
}

@media(max-width: 991px) {
    .site-header-mobile .site-branding a {
        height: 70px;
        line-height: 70px
    }
    .site-header-mobile .header-component-inner {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .site-header-mobile.is-sticky .site-branding a {
        height: 70px;
        line-height: 70px
    }
    .site-header-mobile.is-sticky .header-component-inner {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.header-v6 #header_aside,
.header-v5 #masthead_aside {
    background-repeat: repeat;
    background-position: left top;
    background-color: #fff
}

.header-v6.enable-header-transparency #header_aside,
.header-v5.enable-header-transparency #masthead_aside {
    background-repeat: repeat;
    background-position: left top;
    background-color: rgba(0, 0, 0, 0)

}
.blog_item--thumbnail.format-quote .format-quote-content,
.commentlist .comment-text .description,
.la-blockquote.style-2 p,
.la-blockquote.style-3 p,
.la-members--style-8 .la-member__info-title,
.la-members--style-2 .la-member__info-title,
.la_testimonials--style-1 .testimonial_item--excerpt,
.la_testimonials--style-1 .testimonial_item--role,
.la_testimonials--style-2 .testimonial_item--excerpt,
.la_testimonials--style-3 .testimonial_item--excerpt,
.elm-countdown.elm-countdown-style-3 .countdown-section .countdown-period,
.elm-countdown.elm-countdown-style-4 .countdown-section .countdown-period,
.three-font-family,
.highlight-font-family {
 
}


.gallery .gallery-item a:hover,
.la-loader.spinner1,
.la-loader.spinner2,
.la-loader.spinner3 [class*="bounce"],
.la-loader.spinner4 [class*="dot"],
.la-loader.spinner5 div,
.background-color-primary,
.item--link-overlay:before,
.wc-toolbar .wc-ordering ul li:hover a,
.wc-toolbar .wc-ordering ul li.active a,
.dl-menu .tip.hot,
.mega-menu .tip.hot,
.menu .tip.hot,
.comment-form .form-submit input:hover,
.social-media-link.style-round a:hover,
.social-media-link.style-square a:hover,
.social-media-link.style-circle a:hover,
.social-media-link.style-outline a:hover,
.social-media-link.style-circle-outline a:hover,
.la-members--style-6 .la-member__info-title-role:after,
.la-members--style-7 .la-member__image .item--overlay,
.la-members--style-8 .la-member__info-title a:before,
.la_testimonials--style-1 .testimonial_item--title-role:before,
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.la-timeline-wrap.style-1 .timeline-block .timeline-dot,
.la-woo-product-gallery .woocommerce-product-gallery__trigger,
.product--summary .single_add_to_cart_button:hover,
.wc-tab.entry-content ul li:before,
.wc-tab.entry-content ol li:before,
.woocommerce-product-details__short-description ul li:before,
.woocommerce-product-details__short-description ol li:before,
.woocommerce-MyAccount-navigation li:hover a,
.woocommerce-MyAccount-navigation li.is-active a,
.registration-form .button,
.socials-color a:hover {
    background-color: #000b6a
}

.background-color-secondary,
.la-pagination ul .page-numbers.current,
.slick-slider .slick-dots button,
.showposts-loop .btn-readmore.btn:hover,
.comment-form .form-submit input,
.social-media-link.style-round a,
.social-media-link.style-square a,
.social-media-link.style-circle a,
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button,
.product--summary .single_add_to_cart_button,
.block_heading .block_heading--subtitle:not(empty):before {
    background-color: #343538
}

.background-color-secondary,
.socials-color a {
    background-color: #000b6a
}

.background-color-body {
    background-color: #000b6a
}

.background-color-border {
    background-color: #e8e8e8
}

a:focus,
a:hover,
.search-form .search-button:hover,
.slick-slider .slick-dots li:hover span,
.slick-slider .slick-dots .slick-active span,
.slick-slider .slick-arrow:hover,
.la-slick-nav .slick-arrow:hover,
.vertical-style ul li:hover a,
.vertical-style ul li.active a,
.filter-style-1 ul li:hover a,
.filter-style-1 ul li.active a,
.filter-style-default ul li:hover a,
.filter-style-default ul li.active a,
.filter-style-2 ul li:hover a,
.filter-style-2 ul li.active a,
.filter-style-3 ul li:hover a,
.filter-style-3 ul li.active a,
.wc-toolbar .wc-view-toggle .active,
.wc-toolbar .wc-view-count li.active,
.widget.widget_product_tag_cloud a.active,
.widget.widget_product_tag_cloud .active a,
.widget.product-sort-by .active a,
.widget.widget_layered_nav .active a,
.widget.la-price-filter-list .active a,
.product_list_widget a:hover,
#header_aside .btn-aside-toggle:hover,
.dl-menu .tip.hot .tip-arrow:before,
.mega-menu .tip.hot .tip-arrow:before,
.menu .tip.hot .tip-arrow:before,
.pf-info-wrapper .la-sharing-single-portfolio .social--sharing a:hover,
ul.list-dots.primary > li:before,
ul.list-checked.primary > li:before,
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
.banner-type-5:hover,
.wpb-js-composer [class*="vc_tta-la-"] .vc_active .vc_tta-panel-heading .vc_tta-panel-title,
[class*="vc_tta-la-"] .vc_tta-tabs-list li:hover > a,
[class*="vc_tta-la-"] .vc_tta-tabs-list li.vc_active > a,
[class*="vc_tta-la-"] .tabs-la-3 .vc_tta-tabs-list li.vc_active a,
[class*="vc_tta-la-"] .tabs-la-5 .vc_tta-tabs-list li.vc_active a,
.subscribe-style-01 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.subscribe-style-02 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.subscribe-style-04 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.subscribe-style-05 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.subscribe-style-06 .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_active .vc_tta-panel-title,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel.vc_active .vc_tta-panel-title,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel.vc_active .vc_tta-title-text,
.la-timeline-wrap.style-1 .timeline-block .timeline-subtitle,
.product_item .price ins,
.product--summary .social--sharing a:hover,
.product--summary .add_compare:hover,
.product--summary .add_wishlist:hover,
.cart-collaterals .woocommerce-shipping-calculator .button:hover,
.cart-collaterals .la-coupon .button:hover {
    color: #000b6a

}
.text-color-primary {
    color: #000b6a !important

}
.swatch-wrapper:hover,
.swatch-wrapper.selected,
.social-media-link.style-outline a:hover,
.social-media-link.style-circle-outline a:hover,
.banner-type-3.content-visible-when-hover .box-inner:after,
.banner-type-7 .banner--btn:hover,
[class*="vc_tta-la-"] .tabs-la-3 .vc_tta-tabs-list li.vc_active a,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu,
.mega-menu .mm-popup-narrow ul,
ul.mega-menu .mm-popup-wide .popup>.inner {
    border-color: #000b6a

}
.border-color-primary {
    border-color: #000b6a !important
}

.border-top-color-primary {
    border-top-color: #000b6a !important

}
.border-bottom-color-primary {
    border-bottom-color: #000b6a !important

}
.border-left-color-primary {
    border-left-color: #000b6a !important

}
.border-right-color-primary {
    border-right-color: #000b6a !important
}

.la-pagination ul .page-numbers,
.filter-style-2 ul li a,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.form-row label,
div.quantity,
.widget_recent_entries .pr-item .pr-item--right a:not(:hover),
.widget_recent_comments li.recentcomments a,
.product_list_widget a,
.product_list_widget .amount,
#header_aside .btn-aside-toggle,
.sidebar-inner ul.menu li,
.widget.widget_product_tag_cloud .tagcloud,
.showposts-loop .btn-readmore.btn,
.author-info__name,
.post-navigation .post-title,
.commentlist .comment-text .description,
.comment-form label,
.woocommerce-Reviews span#reply-title,
.woocommerce-Reviews .comment_container .meta .woocommerce-review__author,
.pf-info-wrapper ul .pf-info-value,
.pf-info-wrapper .la-sharing-single-portfolio .social--sharing a,
.la-blockquote.style-3,
ul.list-dots.secondary > li:before,
ul.list-checked.secondary > li:before,
.la-members--style-4 .member-social,
.la-members--style-3 .member-social,
.la-members--style-1 .member-social,
.banner-type-5 .banner--link-overlay,
.la-spa-service-box.spa-service-type-1 .banner--info,
[class*="vc_tta-la-"] .vc_tta-tabs-list li,
[class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list li.vc_active a,
[class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list li:hover a,
[class*="vc_tta-la-"] .tabs-la-5 .vc_tta-tabs-list li a,
[class*="vc_tta-la-"] .tabs-la-6 .vc_tta-tabs-list li:hover > a,
[class*="vc_tta-la-"] .tabs-la-6 .vc_tta-tabs-list li.vc_active > a,
.la_testimonials--style-1 .testimonial_item--inner,
.la_testimonials--style-3 .testimonial_item--inner,
.la_testimonials--style-4 .testimonial_item,
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-01 .wpcf7-form-control-wrap .wpcf7-textarea,
.la-newsletter-popup,
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-email:focus,
.subscribe-style-01 .yikes-easy-mc-form .yikes-easy-mc-email:focus,
.subscribe-style-01 .yikes-easy-mc-form .yikes-easy-mc-submit-button,
.subscribe-style-02 .yikes-easy-mc-form .yikes-easy-mc-email:focus,
.subscribe-style-02 .yikes-easy-mc-form .yikes-easy-mc-submit-button,
.subscribe-style-03 .yikes-easy-mc-form,
.subscribe-style-05 .yikes-easy-mc-form .yikes-easy-mc-email:focus,
.subscribe-style-05 .yikes-easy-mc-form .yikes-easy-mc-submit-button,
.subscribe-style-06 .yikes-easy-mc-form .yikes-easy-mc-email:focus,
.subscribe-style-06 .yikes-easy-mc-form .yikes-easy-mc-submit-button,
.elm-countdown.elm-countdown-style-1 .countdown-section .countdown-amount,
.elm-countdown.elm-countdown-style-3 .countdown-section .countdown-amount,
.elm-countdown.elm-countdown-style-4,
.la-circle-progress .sc-cp-t,
.la-circle-progress .sc-cp-v,
.la-pricing-box-wrap.style-1 .pricing-heading,
.products-list .product_item .price,
.products-list .product_item .product_item--info .add_compare,
.products-list .product_item .product_item--info .add_wishlist,
.products-list-mini .product_item .price,
.products-grid.products-grid-5 .product_item--info .product_item--action,
.products-grid.products-grid-7 .product_item--info .product_item--action,
.la-woo-thumbs .slick-arrow,
.product--summary .entry-summary > .stock,
.product--summary .single-price-wrapper .price > .amount,
.product--summary .product_meta a,
.product--summary .product_meta_sku_wrapper,
.product--summary .social--sharing a,
.product--summary .group_table label,
.product--summary .variations td,
.product--summary .add_compare,
.product--summary .add_wishlist,
.wc-tabs li:hover > a,
.wc-tabs li.active > a,
.wc-tab .wc-tab-title,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.shop_table .product-name a,
.cart-collaterals .shop_table,
.cart-collaterals .woocommerce-shipping-calculator .button,
.cart-collaterals .la-coupon .button,
.woocommerce > p.cart-empty:before,
table.woocommerce-checkout-review-order-table,
.wc_payment_methods .wc_payment_method label,
.woocommerce-order ul strong {
    color: #343538
}

.text-color-secondary {
    color: #343538 !important
}

input:focus,
select:focus,
textarea:focus,
.la-pagination ul .page-numbers.current,
.la-pagination ul .page-numbers:hover,
.showposts-loop .btn-readmore.btn:hover,
.la-woo-thumbs .la-thumb.slick-current:before {
    border-color: #343538
}

.border-color-secondary {
    border-color: #343538 !important
}

.border-top-color-secondary {
    border-top-color: #343538 !important

}
.border-bottom-color-secondary {
    border-bottom-color: #343538 !important
}

.border-left-color-secondary {
    border-left-color: #343538 !important
}

.border-right-color-secondary {
    border-right-color: #343538 !important
}

h,
.h,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6
.h6
.title-xlarge,
table th {
    color: #343538

}
.text-color-heading {
    color: #343538 !important
}

.border-color-heading {
    border-color: #343538 !important
}

.border-top-color-heading {
    border-top-color: #343538 !important
}

.border-bottom-color-heading {
    border-bottom-color: #343538 !important

}
.border-left-color-heading {
    border-left-color: #343538 !important

}
.border-right-color-heading {
    border-right-color: #343538 !important
}

.filter-style-1 ul li a,
.filter-style-default ul li a,
.wc-toolbar .wc-view-count ul,
[class*="vc_tta-la-"] .tabs-la-3 .vc_tta-tabs-list li:hover a {
    color: #9d9d9d
}

.text-color-three {
    color: #9d9d9d !important
}

[class*="vc_tta-la-"] .tabs-la-3 .vc_tta-tabs-list li:hover a {
    border-color: #9d9d9d
}

.border-color-three {
    border-color: #9d9d9d !important

}
.border-top-color-three {
    border-top-color: #9d9d9d !important
}

.border-bottom-color-three {
    border-bottom-color: #9d9d9d !important
}

.border-left-color-three {
    border-left-color: #9d9d9d !important
}

.border-right-color-three {
    border-right-color: #9d9d9d !important

}
bod,
[class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list li a,
.la_testimonials--style-1 .testimonial_item--role,
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-email,
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
    color: #000b6a
}

.text-color-body {
    color: #000b6a !important

}
.border-color-body {
    border-color: #000b6a !important

}
.border-top-color-body {
    border-top-color: #000b6a !important
}

.border-bottom-color-body {
    border-bottom-color: #000b6a !important

}
.border-left-color-body {
    border-left-color: #000b6a !important
}

.border-right-color-body {
    border-right-color: #000b6a !important
}

inpu,
selec,
textarea,
table
table th,
table td,
.elm-loadmore-ajax a,
.share-links a,
.select2-container .select2-selection--single,
.wc-toolbar .wc-ordering,
.wc-toolbar .wc-ordering ul,
.swatch-wrapper,
.widget_shopping_cart_content .total,
.calendar_wrap caption,
.widget-border.widget,
.widget-border-bottom.widget,
.sidebar-inner .widget_archive .menu li a,
.sidebar-inner .widget_tag_cloud .tagcloud a,
.showposts-loop .btn-readmore.btn,
.showposts-grid.grid-2 .blog_item--info,
.showposts-loop.search-main-loop .item-inner,
.commentlist .comment_container,
.social-media-link.style-outline a,
body .vc_toggle.vc_toggle_default,
[class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list li a,
.la_testimonials--style-3 .testimonial_item--inner,
.la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-email,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel,
.la-timeline-wrap.style-1 .timeline-line,
.la-timeline-wrap.style-2 .timeline-title:after,
.products-grid.products-grid-2 .product_item--inner,
.products-grid.products-grid-2 .product_item--thumbnail,
.products-grid.products-grid-3 .product_item--thumbnail,
.products-grid.products-grid-4 .product_item--inner,
.la-woo-thumbs .la-thumb:before,
.product-main-image .la-woo-product-gallery,
.la-p-single-3 .woocommerce-product-gallery__image,
.shop_table.woocommerce-cart-form__contents td {
    border-color: #e8e8e8

}
.border-color {
    border-color: #e8e8e8 !important
}

.border-top-color {
    border-top-color: #e8e8e8 !important
}

.border-bottom-color {
    border-bottom-color: #e8e8e8 !important
}

.border-left-color {
    border-left-color: #e8e8e8 !important

}
.border-right-color {
    border-right-color: #e8e8e8 !important
}

.btn{
    color: #fff;
    background-color: #343538
}

.btn:hover {
    background-color: #000b6a;
    color: #fff
}

.btn.btn-primary {
    background-color: #000b6a;
    color: #fff
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #343538
}

.btn.btn-outline {
    border-color: #e8e8e8;
    color: #343538

}
.btn.btn-outline:hover {
    color: #fff;
    background-color: #000b6a;
    border-color: #000b6a
}

.btn.btn-style-flat.btn-color-primary {
    background-color: #000b6a
}

.btn.btn-style-flat.btn-color-primary:hover {
    background-color: #343538

}
.btn.btn-style-flat.btn-color-white {
    background-color: #fff;
    color: #343538
}

.btn.btn-style-flat.btn-color-white:hover {
    color: #fff;
    background-color: #000b6a
}

.btn.btn-style-flat.btn-color-white2 {
    background-color: #fff;
    color: #343538
}

.btn.btn-style-flat.btn-color-white2:hover {
    color: #fff;
    background-color: #343538
}

.btn.btn-style-flat.btn-color-gray {
    background-color: #000b6a

}
.btn.btn-style-flat.btn-color-gray:hover {
    background-color: #000b6a

}
.btn.btn-style-outline:hover {
    border-color: #000b6a;
    background-color: #000b6a;
    color: #fff
}

.btn.btn-style-outline.btn-color-black {
    border-color: #343538;
    color: #343538
}

.btn.btn-style-outline.btn-color-black:hover {
    border-color: #000b6a;
    background-color: #000b6a;
    color: #fff

}
.btn.btn-style-outline.btn-color-primary {
    border-color: #000b6a;
}

btn-style-outline.btn-color-primary:hover {
    border-color: #343538;
    background-color: #343538;
    color: #fff
}

.btn.btn-style-outline.btn-color-white {
    border-color: #fff;
    
}


tn.btn-style-outline.btn-color-white:hover {
    border-color: #000b6a;
    background-color: #000b6a;
    color: #fff
}

.btn.btn-style-outline.btn-color-white2 {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff
}

.btn.btn-style-outline.btn-color-white2:hover {
    border-color: #343538;
    background-color: #343538;
    color: #fff
}

.btn.btn-style-outline.btn-color-gray {
    border-color: rgba(35, 35, 36, 0.2);
    color: #343538
}

.btn.btn-style-outline.btn-color-gray:hover {
    border-color: #000b6a;
    background-color: #000b6a;
    color: #fff !important
}

.woocommerce.add_to_cart_inline a {
    border-color: #e8e8e8;
    color: #343538
}

.woocommerce.add_to_cart_inline a:hover {
    background-color: #343538;
    border-color: #343538;
    color: #fff
}

.elm-loadmore-ajax a {
    color: #343538

}
.elm-loadmore-ajax a:hover {
    color: #343538;
    border-color: #343538
}

form.track_order .button,
.place-order .button,
.wc-proceed-to-checkout .button,
.widget_shopping_cart_content .button,
.woocommerce-MyAccount-content form .button,
.lost_reset_password .button,
form.register .button,
.checkout_coupon .button,
.woocomerce-form .button {
    background-color: #343538;
    border-color: #343538;
    color: #fff;
    min-width: 150px;
    text-transform: uppercase
}

form.track_order .button:hover,
.place-order .button:hover,
.wc-proceed-to-checkout .button:hover,
.widget_shopping_cart_content .button:hover,
.woocommerce-MyAccount-content form .button:hover,
.lost_reset_password .button:hover,
form.register .button:hover,
.checkout_coupon .button:hover,
.woocomerce-form .button:hover {
    background-color: #000b6a;
    border-color: #000b6a;
    color: #fff
}

.products-list .product_item .product_item--info .add_to_cart_button {
    color: #fff;
    background-color: #343538
}

.products-list .product_item .product_item--info .add_to_cart_button:hover {
    background-color: #000b6a;
    color: #fff
}

.shop_table.cart td.actions .button {
    background-color: transparent;
    color: #343538;
    border-color: #e8e8e8

}
.shop_table.cart td.actions .button:hover {
    color: #fff;
    background-color: #343538;
    border-color: #343538
}

.widget_price_filter .button {
    color: #fff;
    background-color: #343538
}

.widget_price_filter .button:hover {
    color: #fff;
    background-color: #000b6a
}

#masthead_aside,
#header_aside {
    background-color: #fff;
    color: #000b6a
}

#masthead_aside h1,
#masthead_aside .h1,
#masthead_aside h2,
#masthead_aside .h2,
#masthead_aside h3,
#masthead_aside .h3,
#masthead_aside h4,
#masthead_aside .h4,
#masthead_aside h5,
#masthead_aside .h5,
#masthead_aside h6,
#masthead_aside .h6,
#masthead_aside .title-xlarge,
#header_aside h1,
#header_aside .h1,
#header_aside h2,
#header_aside .h2,
#header_aside h3,
#header_aside .h3,
#header_aside h4,
#header_aside .h4,
#header_aside h5,
#header_aside .h5,
#header_aside h6,
#header_aside .h6,
#header_aside .title-xlarge {
    color: #232324
}

#masthead_aside ul:not(.sub-menu) > li > a,
#header_aside ul:not(.sub-menu)>li>a {
    color: #000b6a

}
#masthead_aside ul:not(.sub-menu) > li:hover > a,
#header_aside ul:not(.sub-menu)>li:hover>a {
    color: #ffbb9a
}

.header--aside .header_component--dropdown-menu .menu {
    background-color: #fff

}
.header--aside .header_component>a {
    color: #000b6a
}

.header--aside .header_component:hover>a {
    color: #ffbb9a

}
ul.mega-menu .popup li>a {
    color: #000b6a;
    background-color: rgba(0, 0, 0, 0)
}

ul.mega-menu .popup li:hover>a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)

}
ul.mega-menu .popup li.active>a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

ul.mega-menu .mm-popup-wide .popup li.mm-item-level-2>a {
    color: #000b6a;
    background-color: rgba(0, 0, 0, 0)
}

ul.mega-menu .mm-popup-wide .popup li.mm-item-level-2:hover>a {
    color: #101010;
    background-color: rgba(0, 0, 0, 0)
}

ul.mega-menu .mm-popup-wide .popup li.mm-item-level-2.active>a {
    color: #101010;
    background-color: rgba(0, 0, 0, 0)
}

ul.mega-menu .popup > .inner,
ul.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu,
ul.mega-menu .mm-popup-narrow ul ul {
    background-color: #fff

}
ul.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li li:hover > a,
ul.mega-menu .mm-popup-narrow li.menu-item:hover>a {
    color: #101010;
    background-color: rgba(0, 0, 0, 0)
}

ul.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li li.active > a,
ul.mega-menu .mm-popup-narrow li.menu-item.active>a {
    color: #101010;
    background-color: rgba(0, 0, 0, 0)
}

ul.mega-menu .mm-popup-wide .popup>.inner {
    background-color: #fff
}

ul.mega-menu .mm-popup-wide .inner>ul.sub-menu>li>a {
    color: #fff
}

.site-main-nav .main-menu>li>a {
    color: rgba(0,0,0,0.8);
    background-color: rgba(0, 0, 0, 0);

}
.site-main-nav .main-menu > li.active > a,
.site-main-nav .main-menu>li:hover>a {
    color: #101010;
    background-color: rgba(0, 0, 0, 0)
}

.site-header .header_component>.component-target {
    color: #101010;
}

.site-header .header_component--linktext:hover > a .component-target-text,
.site-header .header_component:not(.la_com_action--linktext):hover>a {
    color: #000b6a;
}

.site-header-top {
    background-color: rgba(0, 0, 0, 0);
    color: #000b6a
}

.site-header-top .header_component .component-target {
    color: #000
}


ite-header-top .header_component a.component-target {
    color: #000b6a
}

.site-header-top .header_component:hover a .component-target-text {
    color: #ffbb9a
}

.enable-header-transparency .site-header:not(.is-sticky) .header_component>.component-target {
    color: #343538

}
.enable-header-transparency .site-header:not(.is-sticky) .header_component>a {
    color: #343538
}

.enable-header-transparency .site-header:not(.is-sticky) .header_component:hover>a {
    color: #ffbb9a

}
.enable-header-transparency .site-header:not(.is-sticky) .site-main-nav .main-menu>li>a {
    color: #343538;
    background-color: rgba(0, 0, 0, 0)
}

.enable-header-transparency .site-header:not(.is-sticky) .site-main-nav .main-menu > li.active > a,
.enable-header-transparency .site-header:not(.is-sticky) .site-main-nav .main-menu>li:hover>a {
    color: #ffbb9a;
    background-color: rgba(0, 0, 0, 0)
}

.enable-header-transparency .site-header:not(.is-sticky) .site-main-nav .main-menu > li.active:before,
.enable-header-transparency .site-header:not(.is-sticky) .site-main-nav .main-menu>li:hover:before {
    background-color: rgba(0, 0, 0, 0)
}

.site-header-mobile .site-header-inner {
    background-color: #fff
}

.site-header-mobile .header_component>.component-target {
    color: #343538

}
.site-header-mobile .mobile-menu-wrap {
    background-color: #fff
}

.site-header-mobile .mobile-menu-wrap .dl-menuwrapper ul {
    background: #fff;
    border-color: rgba(140, 140, 140, 0.2)
}

.site-header-mobile .mobile-menu-wrap .dl-menuwrapper li {
    border-color: rgba(140, 140, 140, 0.2)
}

.site-header-mobile .mobile-menu-wrap .dl-menu>li>a {
    color: #343538;
    background-color: rgba(0, 0, 0, 0)
}

.site-header-mobile .mobile-menu-wrap .dl-menu>li:hover>a {
    color: #ffbb9a;
    background-color: rgba(0, 0, 0, 0)
}

.site-header-mobile .mobile-menu-wrap .dl-menu ul>li>a {
    color: #343538;
    background-color: rgba(0, 0, 0, 0)

}
.site-header-mobile .mobile-menu-wrap .dl-menu ul>li:hover>a {
    color: #fff;
    background-color: #ffbb9a

}
.enable-header-transparency .site-header-mobile:not(.is-sticky) .site-header-inner {
    background-color: #fff
}

.enable-header-transparency .site-header-mobile:not(.is-sticky) .header_component>.component-target {
    color: #343538

}
.cart-flyout {
    background-color: #fff;
    color: #000b6a
}

.cart-flyout .cart-flyout__heading {
    color: #232324;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif
}

.cart-flyout .product_list_widget a {
    color: #000b6a
}

.cart-flyout .product_list_widget a:hover {
    color: #ffbb9a
}

.cart-flyout .widget_shopping_cart_content .total {
    color: #232324

}
.footer-top {
    color: #000b6a

}
.footer-top a {
    color: #789395;
    font-size: 14px;
}

.footer-top a:hover {
    color: #000;
   
}

.footer-top .widget .widget-title {
    color: #000b6a;
    font-size: 18px;

}
.footer-bottom {
    background-color: #000;
    color: #fff;
}
.footer-bottom a:hover {
    color: #fff
}
.site-footer ul li {
    margin-bottom: 10px;
    color: #789395;
    font-size: 14px;
}

.site-header-mobile .mobile-menu-wrap .dl-menu {
    border-width: 1px 0 0;
    border-style: solid;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076)
}

.site-header-mobile .mobile-menu-wrap .dl-menu li {
    border-width: 1px 0 0;
    border-style: solid

}
.site-header-mobile .mobile-menu-wrap .dl-menuwrapper li.dl-subviewopen,
.site-header-mobile .mobile-menu-wrap .dl-menuwrapper li.dl-subview,
.site-header-mobile .mobile-menu-wrap .dl-menuwrapper li:first-child {
    border-top-width: 0
}

.wpb-js-composer [class*="vc_tta-la-"] .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-icon {
    margin-right: 10px

}
.la-myaccount-page .la_tab_control li.active a,
.la-myaccount-page .la_tab_control li:hover a,
.la-myaccount-page .ywsl-label {
    color: #343538

}
.la-myaccount-page .btn-create-account:hover {
    color: #fff;
    background-color: #343538;
    border-color: #343538
}

.btn.btn-style-outline-bottom:hover {
    background: none !important;
    color: #000b6a !important;
    border-color: #000b6a !important
}

.product_item .product_item--thumbnail .wrap-addto .button {
    color: #343538

}
.product_item .product_item--thumbnail .wrap-addto .button:hover {
    color: #fff;
    background-color: #000b6a
}

.product_item .product_item--thumbnail .add_to_cart_button:hover {
    background-color: #000b6a
}

.product--summary .add_compare.added,
.product--summary .add_wishlist.added,
.products-list .product_item .product_item--info .add_compare:hover,
.products-list .product_item .product_item--info .add_compare.added,
.products-list .product_item .product_item--info .add_wishlist:hover,
.products-list .product_item .product_item--info .add_wishlist.added {
    color: #000b6a

}
.elm-loadmore-ajax .btn.btn-style-outline {
    padding: 0;
    border-width: 0 0 1px;
    min-width: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: normal
}

.elm-loadmore-ajax .btn.btn-style-outline:hover {
    color: #000b6a;
    background-color: transparent
}

@media (max-width: 767px) {
    .la-advanced-product-filters {
        background-color: #fff;
        color: #000b6a
    }
    .la-advanced-product-filters .widget-title {
        color: #232324
    }
    .la-advanced-product-filters a {
        color: #000b6a
    }
    .la-advanced-product-filters a:hover {
        color: #ffbb9a
    }

}
.nav-menu-burger {
    color: #343538
}

.header-v6 #header_aside,
.header-v5 #masthead_aside {
    color: #343538
}

.header-v6 #header_aside .header_component > a,
.header-v5 #masthead_aside .header_component>a {
    color: #343538

}
.header-v6 #header_aside .header_component:hover > a,
.header-v5 #masthead_aside .header_component:hover>a {
    color: #ffbb9a
}

.header-v6 #header_aside ul > li > a,
.header-v5 #masthead_aside ul>li>a {
    color: #343538;
    background-color: rgba(0, 0, 0, 0)

}
.header-v6 #header_aside ul > li:hover > a,
.header-v6 #header_aside ul > li.open > a,
.header-v6 #header_aside ul > li.active > a,
.header-v5 #masthead_aside ul > li:hover > a,
.header-v5 #masthead_aside ul > li.open > a,
.header-v5 #masthead_aside ul>li.active>a {
    color: #ffbb9a;
    background-color: rgba(0, 0, 0, 0)
}

.header-v6.enable-header-transparency #header_aside,
.header-v5.enable-header-transparency #masthead_aside {
    color: #343538

}
.header-v6.enable-header-transparency #header_aside .header_component > a,
.header-v5.enable-header-transparency #masthead_aside .header_component>a {
    color: #343538
}

.header-v6.enable-header-transparency #header_aside .header_component:hover > a,
.header-v5.enable-header-transparency #masthead_aside .header_component:hover>a {
    color: #ffbb9a
}

.header-v6.enable-header-transparency #header_aside ul > li > a,
.header-v5.enable-header-transparency #masthead_aside ul>li>a {
    color: #343538;
    background-color: rgba(0, 0, 0, 0)
}

.header-v6.enable-header-transparency #header_aside ul > li:hover a,
.header-v6.enable-header-transparency #header_aside ul > li.open a,
.header-v6.enable-header-transparency #header_aside ul > li.active a,
.header-v5.enable-header-transparency #masthead_aside ul > li:hover a,
.header-v5.enable-header-transparency #masthead_aside ul > li.open a,
.header-v5.enable-header-transparency #masthead_aside ul > li.active a {
    color: #ffbb9a;
    background-color: rgba(0, 0, 0, 0)
}

.header-v7 .site-header__nav-primary .site-category-nav .toggle-category-menu {
    color: #343538;
    background-color: rgba(0, 0, 0, 0)
}

.header-v7 .site-header__nav-primary .site-category-nav:hover .toggle-category-menu {
    color: #ffbb9a;
    background-color: rgba(0, 0, 0, 0)
}
@font-face{
	font-family: 'poppins';
	src: url('fonts/poppins/poppins.eot');
	src: url('fonts/poppins/poppins.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-Bold.woff') format('woff'),
	url('fonts/poppins/poppins.woff2') format('woff2'),
    url('fonts/poppins/Poppins-Bold.ttf') format('truetype'),
    url('fonts/poppins/Poppins-Bold.svg') format('svg');
	font-weight: normal;
    font-style: normal;

}
ul, l{
	list-style:none;
}

ul, ol{
    margin-bottom: 0px;
}
/************** Color Start **************/
.bg_000{
    background-color:#000;
}
.bg_0a0a0a{
    background-color:#0a0a0a;
}
.bg_0e0e0e{
    background-color:#0e0e0e;
}
.bg_111{
    background-color:#111;
}
.bg_10{
    background-color:#101010;
}
.bg_222{
    background-color:#222;
}
.bg_fff{
    background-color:#fff;
}
.bg_f8{
    background-color:#f8f8f8;
}
.bg_f2{
    background-color:#f2f2f2;
}
.bg_595959{
    background-color:#595959;
}
.bg_101010{
    background-color:#101010;
}
.bg_2b2b2b{
    background-color:#191919;
}
.bg_201a16{
    background-color:#201a16;
}
.bg_191411{
    background-color:#191411;
}
/************** Color End **************/

/************** Default Class Start  **************/
.margin_auto{
	margin:auto;
}
.container_default{
    width:100%;
	margin:0 auto;
	display:table;
}
.container_default_block{
	margin:0 auto;
	display:block;
}
.container_full_width{
	width:100%;
	max-width:100%;
}
.container_full_width_90{
    width:100%;
	max-width:90%;
}
.container_680{
	max-width:680px;
}
.container_860{
	max-width:860px;
}
.container_768{
	max-width:768px;
}
.container_991{
	max-width:991px;
}
.container_1080{
	max-width:1080px;
}
.container_1200{
	max-width:1200px;
}
.container_1300{
	max-width:1370px;
	padding:0 50px;
}
.container_1280{
	max-width:1280px;
}
.container_1400{
	max-width:1400px;
}
.container_1500{
	max-width:1500px;
}
.container_1600{
	max-width:1600px;

}
.co_col{
	display:table;
	float:left;
}
.co_col_10{
	width:10%;	
}
.co_col_20, .co_col_5{
	width:20%;	
}
.co_col_25, .co_col_4{
	width:25%;	
}
.co_col_30{
	width:30%;	
}
.co_col_33_33, .co_col_3{
	width:33.3333%;	
}
.co_col_35{
	width:35%;	
}
.co_col_40{
	width:40%;	
}
.co_col_50{
	width:50%;	
}
.co_col_60{
	width:60%;	
}
.co_col_65{
	width:65%;	
}
.co_col_66_6666{
	width:66.6666%;
}
.co_col_70{
	width:70%;
}
.co_col_75{
	width:75%;
}
.co_col_80{
	width:80%;
}
.co_col_90{
	width:90%;
}
.co_col_100{
	width:100%;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.down_button_holder a i {
    background: #36450e;
    color: #8f7e4d;
}
.down_button_animate{
    -moz-animation: bounce 2.2s infinite;
    -webkit-animation: bounce 2.2s infinite;
    animation: bounce 2.2s infinite;    
}
.down_button_holder {
    width: 100%;
    position: absolute;
    bottom: 120px;
    text-align: center;
    z-index: 99;
}
.down_button_holder .down_button {
    font-size: 34px;
    color: #000;
}
.down_button_holder a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    padding-top: 4px;
}
.philip_content{
    position: absolute;
    top: 50%;
    transform: translate(-15%, -50%);
    left: 10%;
    width: auto;
    border-radius:5px;
}
.tittle_main{
	color:#fff;
	font-size:48px;
	text-transform:uppercase;
	text-align:center;
}
span.typed-text {
	background: #000b6a;
}
.philip_img{
	width:100%;
	display:block;
}
.philip_img img {
    width:100%;
}
.free_valuation_sec{
	background: #789395;
	width:100%;
}
.philp_full_width_container{
	width: 100%;
	max-width:100%;
}
.philp_container{
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.philp_container h2{
	font-size: 48px;
    text-transform: uppercase;
    color: #000b6a;
}
.free_valuation_sec .free_valuation_container{
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	display: table;
	color: #fff;
	line-height: 62px;
	font-size: 32px;
	font-family: "Poppins", "Helvetica Neue", Arial, sans-serif
}
.free_valuation_sec .free_valuation_container a{
	background-color: #fff;
    padding: 10px 40px;
    color: #101010;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 28px;
    font-weight: bold;
    float: right;
    line-height: 26px;
    margin: 0;
    border:2px solid #fff;
    transition:0.5s;
}
.free_valuation_sec .free_valuation_container a:hover{
	background-color:transparent;
	color:#fff;
}
.about_us .philp_full_width_container{
	padding:calc(50vh - 340px) 0;
}
.about_us .philp_container{
    background-color: rgba( 255,255,255,0.7);
    padding: 50px;
    border-radius: 10px;
}
.about_us .philp_container h2,
.about_us .philp_container p{
	color: #000;
	margin-bottom:30px;
}
.about_us .philp_container h3, .about_us .philp_container h4{
    color: #000b6a;
    margin-bottom:30px;
}
.about_us .philp_container p{
	font-size:16px;
	margin-bottom:10px;
}
.about_us .philp_container img.logo{
	height: auto;
    max-width: 280px;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
}
.about_us .read_more {
    background: #000b6a;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    margin-top: 10px;
    display: inline-block;
}
.feature_property_sec .slick-dots li button:before{
	display:none;
}
.feature_bg_img_overlay{
	height:100%;
	width:100%;
	background-color: rgba(0,0,0,0.05);
}
.slick-slide{
	outline:none;
}
.slick-slider .slick-dots button{
	border-radius:50%;
	width: 16px;
	height: 16px;
	background-color:#000;
	border-color:2px solid #000;
}
.slick-dots li.slick-active button{
	background-color: #000b6a;
}
.slick-dots{
	bottom: -50px;
}
.slick-dots li button:before{
	color: #000b6a;
	opacity:1;
}
.feature_property_list {
	position:relative;
}
.common_btn{
	color:#000b6a;
	padding:15px;
    padding: 15px 25px 14px;
    font-family: Poppins;
    display:table;
    margin-top:30px;
    border:1px solid #000b6a;
    transition:0.2s;
    transform: translateX(-500px);
    opacity: 0;
    transition: 0.7s ease-out;
}
.common_btn:hover{
	background-color:#000b6a;
	color:#fff;
}
.feature_property_list.slick-active  .common_btn{
	opacity: 1;
   	transform: translateX(0);
   	background: #000b6a;
   	border:0px;
   	color:#fff;
   	border-radius:3px;
	background-size: 120% auto;
}
.feature_property_list.slick-active  .common_btn:hover{
	background-blend-mode: color;
}
.feature_price{
	color: #000;
	font-size: 36px;
	position:relative;
	width:80%;
	transform: translateX(-500px);
    opacity: 0;
    transition: 0.4s ease-out;
    font-weight: 700;
}
.feature_property_list.slick-active .feature_property_details .feature_price{
	opacity: 1;
   	transform: translateX(0);
}
.feature_price:after{
	content:"";
	width: 110px;
	height: 4px;
	background: #000;
	position:absolute;
	right: 70px;
    top: 25px;
}
.number_count_sec{
	transform: translateY(-500px);
    opacity: 0;
    transition: 0.8s ease-out;
}
.number_count{
	font-size: 119px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.3);
    transform: rotate(-90deg);
    display:table;
    margin: 50px 0 60px 0;
    font-weight: 700;
}
.feature_property_list.slick-active  .number_count_sec{
	opacity: 1;
	transform: translateX(0);
}
.feature_property_list{
	padding-left:12px;
}
.feature_property_details h3{
	font-size: 35px;
	text-transform:uppercase;
    line-height: 45px;
    font-family: 'poppins';
    color: #fff;
    margin-bottom: 20px;
    transition: 0.5s ease-out;
   	font-weight:700;
}
.feature_property_list.slick-active .feature_property_details h3{
	opacity: 1;
   transform: translateY(0);
}
.feature_property_desc{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    width:70%;
    transform: translateX(-500px);
    opacity: 0;
    transition: 0.6s ease-out;
}
.feature_property_list.slick-active  .feature_property_desc{
	opacity: 1;
   	transform: translateX(0);
}
.feature_property_details{
	position:absolute;
	width: 42%;
}
.feature_bg_img{
	width:70%;
	height:600px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.feature_property_sec{
	padding:100px 0;
	display:inline-block;
	width: 100%;
	position:relative;
}
.slick-slider .slick-dots {
    bottom: -50px;
}
.slick-slider .slick-dots button {
    border-radius: 0%;
    width: 50px;
    height: 10px;
}
.slick-slider .slick-dots li {
    margin: 0 25px;
}

.app_store {
    background-image: url(img/playstore.png);
    height: 45px;
    width: 123px;
    background-position: center;
    background-size: contain;
    background-color:transparent;
}
.android_app {
    background-image: url(img/appstore.png);
    height: 45px;
    width: 123px;
    background-position: center;
    background-size: contain;
    background-color:transparent;
}
.app_icon_sec span{
	font-size:18px;

}
.app_icon_sec i{
    margin-right: 10px;
    background: #fff;
    font-size: 38px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    box-shadow: 0px 10px 15px #333;
    padding: 10px 20px;
    border-radius: 10px;
	color:#1e1865;
	margin-right:10px;
	position: relative;
	z-index: 2;
	display:table;
	background: #fff;
}
.app_details{
	padding-left:50px;
}
.app_details a{ 
	background: #000b6a;
    display: table;
    border-radius:3px;
    transition: 0.3s;
}
.app_details h4{
	font-size:20px;
	font-family:"Poppins", "Helvetica Neue", Arial, sans-serif;
	color:#000b6a;
	margin-top:0;
}
.app_content_list p{
	font-size:14px;
	margin:10px 0;
    line-height: 120%;
    color: #000;
}
.app_content_list{
	margin-top:50px;
	width:100%;
	float:left;
	display: flex;
	position:relative;
}
.app_content_list:hover .app_icon_sec i{
    color: #789395;
}
.app_content_list:hover .app_details a{ 
    background: #000;
}
.app_section .deafault_title{
    font-size: 30px;
	text-align: left;
	margin:0;
	padding:0;
	font-family:"Poppins", "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	color: #000b6a;
	line-height: 40px;
}
.app_section .deafault_title:after, .app_section .deafault_title:bef{
	display:none;
}
.app_section{
	width:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eff3ff;
	height:100vh;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.app_content.right_side {
    width: 40%;
}

#valuation_form input.common_button {
    background: #000b6a;
    border: 1px solid #000b6a;
}
#header_aside .valuation_content{
    background: #eff1f5;
}