@font-face {
    font-family: 'sofia_prosemibold';
    src: url('../fonts/sofia_pro_semi_bold_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_semi_bold_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_proregular';
    src: url('../fonts/sofia_pro_regular_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_regular_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_promedium';
    src: url('../fonts/sofia_pro_medium_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_medium_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.btn-slayout {
    font-size: 15px;
    padding: 18px 50px 16.5px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    min-width: 238px;
}

.btn-slayout.ver1 {
    background-image: linear-gradient(122deg, #008060, #008060);
    background: #008060;
    color: #fff;
    -webkit-box-shadow: 3px 4px 16px 0px rgb(149 192 72 / 68%);
    box-shadow: 3px 4px 16px 0px rgb(126 197 164 / 68%);
}

.btn-slayout.ver1:hover,
.btn-slayout.ver1:focus {
    -webkit-box-shadow: 0px 2px 30px 5px rgb(255 37 37 / 68%);
    box-shadow: 0px 2px 30px 5px rgb(126 197 164 / 68%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-slayout.ver2 {
    background: #fff;
    color: #008060;
    -webkit-box-shadow: 3px 4px 16px 0px rgb(158 158 158 / 40%);
    box-shadow: 3px 4px 16px 0px rgb(158 158 158 / 40%);
}

.btn-slayout.ver2:hover,
.btn-slayout.ver2:focus {
    -webkit-box-shadow: 0px 2px 30px 5px rgb(255 37 37 / 68%);
    box-shadow: 0px 2px 40px 5px rgb(126 197 164 / 50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.spl-slideshow-btom {
    height: 194px;
    margin: 0 auto;
    position: relative;
    transform: translate3d(0, 0, 0);
    display: flex;
    width: 100%;
    overflow: hidden;
}

.spl-slideshow-btom .move {
    height: 100%;
    transform: translate3d(0, 0, 0);
    display: flex;
    animation: moveSlideshow 12s linear infinite;
}

.spl-slideshow-btom .move>img {
    height: 194px;
    width: auto;
}

.spl-slideshow-btom:hover .move {
    animation-play-state: paused;
}

.spl-slideshow-btom:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.spl-slideshow-btom:hover img:hover {
    -webkit-filter: none;
    filter: none;
}

@keyframes moveSlideshow {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-102%);
        /*The width of the page needs to be taken into consideration*/
    }
}

@keyframes moveSlideshow2 {
    0% {
        transform: translateX(-102%);
    }

    100% {
        transform: translateX(0%);        
        /*The width of the page needs to be taken into consideration*/
    }
}

.spl-bottom-cta {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background: #fff;
    padding: 9px 20px 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px -9px 16px 0px rgb(158 158 158 / 40%);
    box-shadow: 0px -9px 16px 0px rgb(158 158 158 / 40%);
}

.spl-bottom-cta h6 img{margin-top: -6px;}

@media screen and (max-width: 576px) {
    .spl-bottom-cta {
        width: 95%;
    }
}

.cursor-pointer {
    cursor: pointer;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding-left: 19px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

/*----------------------------Auto Clear--------------------------------*/

@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-ts-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-ts-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-ts-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-ts-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-ts-6:nth-child(odd) {
        clear: left;
    }
}

/*-----------------------CUSTOM 5 COLUMNS---------------------------*/

.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width: 479px) {

    .col-ts-15,
    .col-ts-25,
    .col-ts-35,
    .col-ts-45 {
        float: left;
    }

    .col-ts-15 {
        width: 20%;
    }

    .col-ts-25 {
        width: 40%;
    }

    .col-ts-35 {
        width: 60%;
    }

    .col-ts-45 {
        width: 80%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .col-xs-15,
    .col-xs-25,
    .col-xs-35,
    .col-xs-45 {
        float: left;
    }

    .col-xs-15 {
        width: 20%;
    }

    .col-xs-25 {
        width: 40%;
    }

    .col-xs-35 {
        width: 60%;
    }

    .col-xs-45 {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .col-sm-15,
    .col-sm-25,
    .col-sm-35,
    .col-sm-45 {
        float: left;
    }

    .col-sm-15 {
        width: 20%;
    }

    .col-sm-25 {
        width: 40%;
    }

    .col-sm-35 {
        width: 60%;
    }

    .col-sm-45 {
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .col-md-15,
    .col-md-25,
    .col-md-35,
    .col-md-45 {
        float: left;
    }

    .col-md-15 {
        width: 20%;
    }

    .col-md-25 {
        width: 40%;
    }

    .col-md-35 {
        width: 60%;
    }

    .col-md-45 {
        width: 80%;
    }
}

@media (min-width: 1200px) {

    .col-lg-15,
    .col-lg-25,
    .col-lg-35,
    .col-lg-45 {
        float: left;
    }

    .col-lg-15 {
        width: 20%;
    }

    .col-lg-25 {
        width: 40%;
    }

    .col-lg-35 {
        width: 60%;
    }

    .col-lg-45 {
        width: 80%;
    }
}

/*-----------------------
CUSTOM COL < 480
---------------------------*/

@media (max-width: 479px) {

    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11 {
        float: left;
    }

    .col-ts-12 {
        width: 100%;
    }

    .col-ts-11 {
        width: 91.66666667%;
    }

    .col-ts-10 {
        width: 83.33333333%;
    }

    .col-ts-9 {
        width: 75%;
    }

    .col-ts-8 {
        width: 66.66666667%;
    }

    .col-ts-7 {
        width: 58.33333333%;
    }

    .col-ts-6 {
        width: 50%;
    }

    .col-ts-5 {
        width: 41.66666667%;
    }

    .col-ts-4 {
        width: 33.33333333%;
    }

    .col-ts-3 {
        width: 25%;
    }

    .col-ts-2 {
        width: 16.66666667%;
    }

    .col-ts-1 {
        width: 8.33333333%;
    }
}

/*=========================================*/

html,
body {
    font-family: 'sofia_proregular', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

label {
    font-weight: normal;
    color: #333333;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #af2b00;
    /*opacity: .8;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: normal;
    color: #333333;
    margin-top: 0;
}

blockquote,
q {
    font-size: 14px;
    font-style: italic;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-left: 4px solid #82b440;
}

.container-outer {
    width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.container-inner {
    width: 1190px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (min-width: 1280px) {

    .container-ultra,
    .container-outer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .content-homepage .row{
        margin-left: -40px;
        margin-right: -40px;
    }

    .row>[class^=" col-"],
    .row>[class*=" col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-homepage .row>[class^=" col-"],
    .content-homepage .row>[class*=" col-"]{
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*header*/

.header {
    background: url("../images/banner-top.png") top center no-repeat;
    position: relative;
    padding-top: 86px;
    padding-bottom: 54px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 10;
    transition: padding 0.5s;
}

.main-header.menu-bg {
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 20px;
    padding-bottom: 20px;
}

/*.main-menu*/

.main-menu {
    padding-left: 0;
    list-style: none;
}

.main-menu li {
    display: inline-block;
    padding: 6px 26px;
}

.main-menu li a {
    line-height: 1.3;
    font-family: 'sofia_prosemibold', sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.main-menu li a:hover,.main-menu li a:focus{
    opacity: 0.8;
}

.menu-bg .main-menu li a{
    color: #000;
}

.menu-bg .main-menu li a:hover , .menu-bg .main-menu li a:focus{
    opacity: 0.8;
}

.main-menu li:first-child {
    padding-left: 0;
}

.main-menu li:last-child {
    padding-right: 0;
}


/*.header-link*/
.header-link a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    height: 40px;
    line-height: 28px;
    border-radius: 50px;
    color: #008060;
    border: 2px solid;
    padding: 5px 5px 5px 20px;
    text-align: center;
    letter-spacing: 0.025em;
}

.header-link a img {
    padding-left: 5px;
    width: 32px;
    vertical-align: top;
}

.header-link a:hover {
    color: #008060;
}


/*.banner-content*/
.banner-content {
    padding-top: 23px;
}

.banner-content a {
    display: inline-block;
}

.banner-content h1 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.25;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.banner-content h1 span {
    color: #ffffff;
}

@media (min-width: 567px) {
    .banner-content h1 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .banner-content h1 {
        font-size: 36px;
        margin-top: 46px;
    }
}

@media (min-width: 1025px) {
    .banner-content h1 {
        font-size: 48px;
        margin-top: 59px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    line-height: 1.42857;
    color: #333333;
}

.banner-content .explore-btn{
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    min-width: 199px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #ffa6a8 0%, #b8e5ff33 100%);
    position: relative;
    overflow: hidden;
}

.spl-btn-view-now {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    min-width: 165px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #ffa6a8 0%, #b8e5ff33 100%);
    position: relative;
    overflow: hidden;
}

.banner-content .explore-btn::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.banner-content .explore-btn:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.spl-btn-view-now:hover,
.spl-btn-view-now:focus {
    color: #fff;
}



/*.banner-content .explore-btn::after {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
    padding-left: 8px;
    vertical-align: middle;
}*/

/*speed-wrap*/
.speed-wrap {
    padding-top: 68px;
}


/*tab-wrap*/
.tab-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    background: linear-gradient(#fff, #f6f6f6);
}

.tab-container {
    position: relative;
}

.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}

.ecome-tabs .tab-link {
    padding-left: 0;
    list-style: none;
    padding-bottom: 25px;
}

.ecome-tabs .tab-link li button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ecome-tabs .tab-link li {
    display: inline-block;
    margin: 0 3px 10px 3px;
}

.ecome-tabs .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

.ecome-tabs .tab-link li button {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: #868686;
    line-height: 32px;
    margin: 0 15px;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

.ecome-tabs .tab-link li button::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    border-bottom: 2px solid #ff3333;
}

.ecome-tabs .tab-link li button.active::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ecome-tabs .tab-link li:hover button {
    color: #000;
}

.ecome-tabs .tab-link li:hover button::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ecome-tabs .tab-link li:hover a,
.ecome-tabs .tab-link li.active a {
    color: #fff;
    background: linear-gradient(45deg, #ffa6a8 0%, #b8e5ff33 100%);
}

.ecome-tabs .tab-link li:hover a::before,
.ecome-tabs .tab-link li.active a::before {
    display: none;
}


/*.demo*/
.demo-item .demo-thumb-wrap {
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.demo-item .demo-thumb {
    background-size: 100% auto;
    -webkit-transition: all 8s;
    -moz-transition: all 8s;
    -o-transition: all 8s;
    transition: all 8s;
    background-position: center top;
    position: relative;
    padding-top: 90%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 15px 0 rgb(50 50 50 / 5%);
}

.demo-item:hover .demo-thumb {
    background-position: center bottom;
}


.demo-item .demo-thumb.demo_highlights1 {
    background-image: url('../images/home4.jpg');
}

.demo-item .demo-thumb.demo_highlights2 {
    background-image: url('../images/home2.jpg');
}

.demo-item .demo-thumb.demo_highlights3 {
    background-image: url('../images/home1.jpg');
}

.demo-item .demo-thumb.demo_highlights4 {
    background-image: url('../images/home3.jpg');
}

.demo-item .demo-thumb.demo_highlights5 {
    background-image: url('../images/home5.jpg');
}


.demo-item .demo-thumb.demo1 {
    background-image: url('../images/home1.jpg');
}

.demo-item .demo-thumb.demo2 {
    background-image: url('../images/home2.jpg');
}

.demo-item .demo-thumb.demo3 {
    background-image: url('../images/home3.jpg');
}

.demo-item .demo-thumb.demo4 {
    background-image: url('../images/home4.jpg');
}

.demo-item .demo-thumb.demo5 {
    background-image: url('../images/home5.jpg');
}

.demo-item .demo-thumb.demo6 {
    background-image: url('../images/home6.jpg');
}

.demo-item .demo-thumb.demo7 {
    background-image: url('../images/home7.jpg');
}

.demo-item .demo-thumb.demo8 {
    background-image: url('../images/home8.jpg');
}

.demo-item .demo-thumb.demo9 {
    background-image: url('../images/home9.jpg');
}

.demo-item .demo-thumb.demo10 {
    background-image: url('../images/home10.jpg');
}

.demo-item .demo-thumb.demo11 {
    background-image: url('../images/home11.jpg');
}

.demo-item .demo-thumb.demo12 {
    background-image: url('../images/home12.jpg');
}

.demo-item .demo-thumb.demo13 {
    background-image: url('../images/home13.jpg');
}

.demo-item .demo-thumb.demo14 {
    background-image: url('../images/home14.jpg');
}

.demo-item .demo-thumb.demo15 {
    background-image: url('../images/home15.jpg');
}

.demo-item .demo-thumb.demo16 {
    background-image: url('../images/home16.jpg');
}

.demo-item .demo-thumb.demo17 {
    background-image: url('../images/home17.jpg');
}

.demo-item .demo-thumb.demo18 {
    background-image: url('../images/home18.jpg');
}

.demo-item .demo-thumb.demo19 {
    background-image: url('../images/home19.jpg');
}

.demo-item .demo-thumb.demo20 {
    background-image: url('../images/home20.jpg');
}

.demo-item .demo-thumb.demo21 {
    background-image: url('../images/home21.jpg');
}

.demo-item .demo-thumb.demo22 {
    background-image: url('../images/home22.jpg');
}

.demo-item .demo-thumb.moredesign {
    border: 2px solid #E9E9E9;
}
.demo-item .demo-thumb.moredesign img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.demo-item .demo-thumb.shoplayout1 {
    background-image: url('../images/collection-page-pagination.jpg');
}

.demo-item .demo-thumb.shoplayout2 {
    background-image: url('../images/collection-page-shopinfinity.jpg');
}

.demo-item .demo-thumb.shoplayout3 {
    background-image: url('../images/collection-page-shoplist.jpg');
}

.demo-item .demo-thumb.shoplayout4 {
    background-image: url('../images/collection-page-background.jpg');
}

.demo-item .demo-thumb.shoplayout5 {
    background-image: url('../images/collection-page-fullwidth.jpg');
}

.demo-item .demo-thumb.shoplayout6 {
    background-image: url('../images/collection-page-sidebar.jpg');
}

.demo-item .demo-thumb.shopheading1 {
    background-image: url('../images/collection-page-small-heading.jpg');
}

.demo-item .demo-thumb.shopheading2 {
    background-image: url('../images/collection-page-banner-heading.jpg');
}

.demo-item .demo-thumb.shopheading3 {
    background-image: url('../images/collection-page-pagination.jpg');
}

.demo-item .demo-thumb.shopheading4 {
    background-image: url('../images/collection-page-icon-category.jpg');
}

.demo-item .demo-thumb.shopheading5 {
    background-image: url('../images/collection-page-mini-category.jpg');
}

.demo-item .demo-thumb.shopheading6 {
    background-image: url('../images/collection-page-background.jpg');
}

.demo-item .demo-thumb.shopfilter1 {
    background-image: url('../images/collection-page-top-filter.jpg');
}

.demo-item .demo-thumb.shopfilter2 {
    background-image: url('../images/collection-page-filter-drawer.jpg');
}

.demo-item .demo-thumb.shopfilter3 {
    background-image: url('../images/collection-page-off-canvas-filter.jpg');
}

.demo-item .demo-thumb.shopfilter4 {
    background-image: url('../images/collection-page-brand-filter.jpg');
}

.demo-item .demo-thumb.shopfilter5 {
    background-image: url('../images/collection-page-sticky-filter.jpg');
}

.demo-item .demo-thumb.shopfilter6 {
    background-image: url('../images/collection-page-acordition-filter.jpg');
}

.demo-item .demo-thumb.prop1 {
    background-image: url('../images/product-detail-vertical-thumbnail.jpg');
}

.demo-item .demo-thumb.prop2 {
    background-image: url('../images/product-detail-horizontal-thumbnail.jpg');
}

.demo-item .demo-thumb.prop3 {
    background-image: url('../images/product-detail-sticky.jpg');
}

.demo-item .demo-thumb.prop4 {
    background-image: url('../images/product-detail-sticky-center.jpg');
}

.demo-item .demo-thumb.prop5 {
    background-image: url('../images/product-detail-width-background.jpg');
}

.demo-item .demo-thumb.prop6 {
    background-image: url('../images/product-detail-gallery-basic.jpg');
}

.demo-item .demo-thumb.prop7 {
    background-image: url('../images/product-detail-slider-large.jpg');
}

.demo-item .demo-thumb.prop8 {
    background-image: url('../images/product-detail-slider-center.jpg');
}

.demo-item .demo-thumb.prop9 {
    background-image: url('../images/product-detail-slider-gallery.jpg');
}

.demo-item .demo-thumb.prop10 {
    background-image: url('../images/product-detail-extra-sidebar.jpg');
}

.demo-item .demo-thumb.prop11 {
    background-image: url('../images/product-detail-gallery-modern.jpg');
}

.demo-item .demo-thumb.prot1 {
    background-image: url('../images/product-detail-simple.jpg');
}

.demo-item .demo-thumb.prot2 {
    background-image: url('../images/product-detail-variable-color.jpg');
}

.demo-item .demo-thumb.prot3 {
    background-image: url('../images/product-detail-variable-image.jpg');
}

.demo-item .demo-thumb.prot4 {
    background-image: url('../images/product-detail-variable-select.jpg');
}

.demo-item .demo-thumb.prot5 {
    background-image: url('../images/product-detail-affiliate.jpg');
}

.demo-item .demo-thumb.prot6 {
    background-image: url('../images/product-detail-boosted-sale.jpg');
}

.demo-item .demo-thumb.prot7 {
    background-image: url('../images/product-detail-countdown.jpg');
}

.demo-item .demo-thumb.prot8 {
    background-image: url('../images/product-detail-video.jpg');
}

.demo-item .demo-thumb.prot9 {
    background-image: url('../images/product-detail-trust-sale.jpg');
}

.demo-item .demo-thumb.prot10 {
    background-image: url('../images/product-detail-promo-text.jpg');
}

.demo-item .demo-thumb.product-hover1 {
    background-image: url('../images/product-hover-style1.jpg');
}

.demo-item .demo-thumb.product-hover2 {
    background-image: url('../images/product-hover-style2.jpg');
}

.demo-item .demo-thumb.product-hover3 {
    background-image: url('../images/product-hover-style3.jpg');
}

.demo-item .demo-thumb.product-hover4 {
    background-image: url('../images/product-hover-style4.jpg');
}

.demo-item .demo-thumb.product-hover5 {
    background-image: url('../images/product-hover-all-style.jpg');
}

.demo-item .demo-thumb.page1 {
    background-image: url('../images/aboutus-page.jpg');
}

.demo-item .demo-thumb.page2 {
    background-image: url('../images/aboutus-page2.jpg');
}

.demo-item .demo-thumb.page3 {
    background-image: url('../images/contactus-page.jpg');
}

.demo-item .demo-thumb.page4 {
    background-image: url('../images/contactus-page2.jpg');
}

.demo-item .demo-thumb.page5 {
    background-image: url('../images/cart-page.jpg');
}

.demo-item .demo-thumb.page6 {
    background-image: url('../images/register-page.jpg');
}

.demo-item .demo-thumb.page7 {
    background-image: url('../images/404error-page.jpg');
}

.demo-item .demo-thumb.blog1 {
    background-image: url('../images/blog-page.jpg');
}

.demo-item .demo-thumb.blog2 {
    background-image: url('../images/article-page.jpg');
}

.demo-item .demo-thumb.blog3 {
    background-image: url('../images/article-audio.jpg');
}

.demo-item .demo-thumb.blog4 {
    background-image: url('../images/article-video.jpg');
}


.demo-item .demo-thumb.other1 {
    background-image: url('../images/poup-newsletter.jpg');
}

.demo-item .demo-thumb.other2 {
    background-image: url('../images/search-popup.jpg');
}

.demo-item .demo-thumb.other3 {
    background-image: url('../images/quickview.jpg');
}

.demo-item .demo-thumb.other4 {
    background-image: url('../images/ajax-add-to-cart.jpg');
}

.demo-item .demo-thumb.other5 {
    background-image: url('../images/minicart.jpg');
}

.demo-item .demo-thumb>a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.demo-item .demo-title {
    margin-top: 30px;
    font-size: 18px;
    font-family: 'sofia_prosemibold', sans-serif;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}
.demo-item .demo-title a{
    color: #000;
}

/*block-content*/

/*.block-content.style1*/
.block-content.style1 {
    text-align: left;
}

.block-content.style1 h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    padding-bottom: 26px;
    position: relative;
    padding-top: 49px;
    margin-bottom: 29px;
}

.block-content.style1 h4::before {
    content: '';
    height: 1px;
    width: 80px;
    background: linear-gradient(90deg, #ffa6a8, #b8e5ff33);
    position: absolute;
    bottom: 0;
    left: 0;
}

.block-content.style1 p {
    color: #999999;
    margin-bottom: 0;
}


/*.block-content.style2*/
.block-content.style2 {
    text-align: center;
}

.block-content.style2 h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 13px;
}

.block-content.style2 p {
    color: #999999;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 90px;
}

.block-content.style2 p::before {
    content: '';
    height: 1px;
    width: 80px;
    background: linear-gradient(90deg, #ffa6a8, #b8e5ff33);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*.block-content.style3*/
.block-content.style3 {
    text-align: center;
}

.block-content.style3 h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
}

.block-content.style3 p {
    color: #999999;
    position: relative;
    padding-bottom: 28px;
}

.block-content.style3 p::before {
    content: '';
    height: 1px;
    width: 80px;
    background: linear-gradient(90deg, #ffa6a8, #b8e5ff33);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*highlight-wrap*/
.highlight-wrap {
    background: linear-gradient(#fff, #fff);
}

.highlight-inner {
    padding-bottom: 120px;
    margin-bottom: 30px;
}

.highlight-inner img {
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
}

.highlight-top {
    padding-top: 171px;
    background: url("../images/highlight-bg.jpg") top center no-repeat;
}

.highlight-bottom {
    background: url("../images/under-bg.jpg") bottom left no-repeat;
}

.container-ultra {
    width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.col-ultra {
    width: 43.902439%;
    float: right;
    margin-top: -475px;
}


/*plugin-wrap*/
.plugin-wrap {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.plugin-inner {
    display: table;
    width: 100%;
}

.plugin-block {
    display: table-cell;
    padding-top: 52px;
    padding-bottom: 94px;
    width: 33.333333%;
}

.plugin-block:not(:last-child) {
    border-right: 1px solid #e7e7e7;
}

.plugin-block h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 3px;
}


/*product-page-wrap*/
.product-page-wrap {
    background: url(../images/single-product-bg.jpg) center center no-repeat;
    padding-top: 110px;
}

.product-page-wrap img {
    margin-bottom: -196px;
    -webkit-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}


/*.feature-wrap*/
.feature-wrap {
    padding-top: 320px;
    padding-bottom: 56px;
    background-color: #f8f8f8;
}


/*grid-icon*/
.grid-icon {
    /*    margin-left: -15px;
    margin-right: -15px;*/
    overflow: hidden;
    padding-left: 0;
    list-style: none;
    text-align: center;
    padding-top: 63px;
}

.grid-icon li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 12.5%;
}

.grid-icon li:nth-child(8n+1) {
    clear: left;
}

.grid-icon li img {
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
}

.grid-icon li:hover img {
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}

.grid-icon li h6 {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    padding-top: 10px;
    padding-bottom: 34px;
}


/*footer*/
.footer {
    text-align: center;
}

.banner-footer {
    background: url("../images/banner-footer.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 171px;
    padding-bottom: 0;
    position: relative;
}

.banner-footer img{
    margin: auto;
}

.banner-footer::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    pointer-events: none;*/
}

.banner-footer-inner {
    position: relative;
    z-index: 1;
}

.banner-footer-inner-overlay {
    background: url("../images/bg_ocean.png") center bottom no-repeat;
    padding-top: 15%;
}

.banner-footer p {
    font-family: 'sofia_proregular', sans-serif;
    letter-spacing: 0.025em;
    font-size: 25px;
    color: #999999;
    margin-bottom: 25px;
}

.banner-footer h3 {
    font-size: 48px;
    line-height: 50px;
    font-family: 'sofia_prosemibold', sans-serif;
    color: #fff;
    margin-bottom: 62px;
}

.banner-footer a {
    display: inline-block;
    min-width: 250px;
    line-height: 1;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 22px 5px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-footer a:hover,
.banner-footer a:focus {
    color: #008060;
    -webkit-box-shadow: 0px 2px 30px 5px rgb(255 37 37 / 68%);
    box-shadow: 0px 2px 40px 5px rgb(126 197 164 / 50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.banner-footer a span {
    vertical-align: middle;
    font-size: 29px;
    padding-right: 8px;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.footer-bottom {
    padding: 49px 0 56px 0;
}

.pl-200 {
    padding-left: 200px;
}

.pt-310 {
    padding-top: 310px;
}

.mt--315 {
    margin-top: -385px;
}

@media (max-width: 1199px) {
    .banner-content {
        padding-top: 0;
    }

    .highlight-top,
    .highlight-bottom {
        background: none;
    }

    .highlight-top {
        padding-top: 50px;
    }

    .col-ultra {
        margin-top: 0;
        width: 100%;
    }

    .pl-200 {
        padding-left: 0;
    }

    .product-page-wrap {
        padding-top: 50px;
    }

    .product-page-wrap img {
        margin-bottom: -50px;
    }

    .feature-wrap {
        padding-top: 100px;
    }

    .block-content.style2 p {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .grid-icon li {
        width: 16.6666666%;
    }

    .grid-icon li:nth-child(8n+1) {
        clear: none;
    }

    .grid-icon li:nth-child(6n+1) {
        clear: left;
    }
}

@media (max-width: 1024px) {
    .header {
        padding-bottom: 60px;
        padding-top: 0;
    }

    .main-header {
        position: static;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .main-header.menu-bg {
        background: transparent;
    }
}

@media (max-width: 991px) {
    .grid-icon li {
        width: 25%;
    }

    .grid-icon li:nth-child(6n+1) {
        clear: none;
    }

    .grid-icon li:nth-child(4n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    br {
        /*display: none;*/
    }

    .banner-footer h3,
    .banner-content h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .banner-content h1 span {
        font-size: 30px;
    }

    .header-logo,
    .header-nav,
    .header-link {
        text-align: center;
    }

    .main-menu {
        padding-bottom: 15px;
    }

    .main-menu li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-menu li:last-child {
        padding-right: 15px;
    }

    .block-content.style1 h4 {
        padding-bottom: 15px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .highlight-inner {
        padding-bottom: 40px;
        margin-bottom: 10px;
    }

    .pt-310 {
        padding-top: 0;
    }

    .mt--315 {
        margin-top: 0;
    }

    .plugin-inner {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .plugin-block {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .plugin-block:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
    }

    .grid-icon li {
        width: 33.3333333%;
    }

    .grid-icon li:nth-child(4n+1) {
        clear: none;
    }

    .grid-icon li:nth-child(3n+1) {
        clear: left;
    }

    .ecome-tabs .tab-link li,
    .ecome-tabs .tab-link li button {
        display: block;
    }
}

@media (max-width: 479px) {
    .grid-icon li {
        width: 50%;
    }

    .grid-icon li:nth-child(3n+1) {
        clear: none;
    }

    .grid-icon li:nth-child(2n+1) {
        clear: left;
    }
}

.spl-popup-warning {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
    backface-visibility: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.spl-popup-warning .spl-popup-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
}

.spl-popup-warning .spl-popup-wrapper {
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.spl-popup-warning .spl-popup-wrapper .spl-popup-body {
    position: relative;
    width: 650px;
    max-width: 100%;
    min-height: 250px;
    background: #fafafa;
    color: #343a40;
    padding: 30px;
    border-radius: 10px;
}

.spl-popup-warning .spl-popup-wrapper .spl-popup-body .spl-close-popup {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 58px;
    height: 30px;
    line-height: 30px;
    color: #9E9E9E;
    text-align: center;
}

.spl-popup-warning .spl-popup-wrapper .spl-popup-body .spl-close-popup:hover,
.spl-popup-warning .spl-popup-wrapper .spl-popup-body .spl-close-popup:focus {
    color: #000;
}

.pass-info {
    font-weight: 400;
    font-size: 12px;
    color: #c9c9c9;
    margin: 0;
}
.pass-info span{
    font-size: 16px;
    font-weight: bold;
}

.color-gray {
    color: #9E9E9E;
}

.mar-t-15 {
    margin-top: 15px;
}

.btn-shadow {
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    background: #008060;
    box-shadow: 3px 4px 16px 0px #7ec5a4;
    margin-top: 15px;
}

.btn-shadow:hover,
.btn-shadow:focus {
    box-shadow: 0px 2px 30px 5px #7ec5a4;
}

.d-block {
    display: block;
}

.btn-ques-icon svg{
    margin-top: -8px;
}

.btn-ques-icon svg,
.btn-ques-icon svg path {
    fill: #9E9E9E;
}

.btn-ques-icon:hover svg,
.btn-ques-icon:hover svg path,
.btn-ques-icon:focus svg,
.btn-ques-icon:focus svg path {
    fill: #000;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1920px;
}

.img-thumb-home {
    max-width: 770px;
}

.counter-text {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.4;
    font-weight: normal;
    position: relative;
    z-index: 2;
    opacity: 0.8;
}

.counter-text span.sub{
    font-size: 30px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 60%;
}

.counter-text sup{
    font-size: 40px;
}

.counter-text span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}

.slick-slide:focus {
    outline: none;
}

.s-head .number {
    color: #4166E0;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -3px;
    text-shadow: 2px 1px 1px #ffa6a8;
}

.s-head .title {
    font-size: 30px;
    font-weight: 600;
}

.s-head .title span {
    font-family: 'Yellowtail', cursive;
    background-image: url('../images/highlight-text.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.s-head.ver2 .title span {
    background-image: url('../images/highlight-text2.png');
    padding-left: 30px;
    padding-right: 30px;
}

.s-head .subtitle {
    color: #999999;
}

.button-under-line {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    position: relative;
    color: #000;
    line-height: 32px;
    text-transform: uppercase;
}

.button-under-line::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 2px solid #ff3333;
}

.header-link a {
    position: relative;
    overflow: hidden;
}

.header-link a:hover {
    color: #fff;
    border: none;
    padding: 7px 7px 7px 20px;
}

.header-link a::before {
    background: #008060;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(.4, 0, .2, 1);
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1), -webkit-transform 0.4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.header-link a:hover::before {
    webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

@media (min-width: 1200px) {
    .main-header .container-fluid{
        padding: 0 50px;
    }
    .container-fluid {
        padding: 0 90px;
    }
}

@media (min-width: 1400px) {
    .header {
        height: 100vh;
    }
}

.header {
    overflow: hidden;
}

.section-carousel-center .item3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    max-width: 850px;
}

.section-carousel-center .item2 {
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 4;
    max-width: 555px;
}

.section-carousel-center .item4 {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 4;
    max-width: 555px;
}

.section-carousel-center .item1 {
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: 3;
    max-width: 480px;
}

.section-carousel-center .item5 {
    position: absolute;
    bottom: 0;
    right: -40px;
    z-index: 3;
    max-width: 480px;
}

@media (min-width: 1921px) {
    .section-carousel-center .item3{
        max-width: 1200px;
    }
    .section-carousel-center .item2{
        left: 65px;
        max-width: 650px;
    }
    .section-carousel-center .item4{
        right: 65px;
        max-width: 650px;
    }
}

.section-carousel-center .demo-item .demo-thumb.demo_highlights3 {
    padding-top: 64%;
}

.section-carousel-center .demo-item .demo-thumb.demo_highlights2,
.section-carousel-center .demo-item .demo-thumb.demo_highlights4 {
    padding-top: 68%;
}

.section-carousel-center .demo-item .demo-thumb.demo_highlights1,
.section-carousel-center .demo-item .demo-thumb.demo_highlights5 {
    padding-top: 56%;
}

.section-carousel-center .demo-item:hover .demo-thumb {
    background-position: unset;
}

.header {
    height: 90vh;
}

@media screen and (min-width: 1024px) {
    .header {
        height: 110vh;
    }
}

@media screen and (max-width: 576px) {
    .header {
        height: 82vh;
    }
}

@media screen and (max-width: 1023px) {
    .header-link a {
        font-size: 12px;
    }
}

.info-4 {
    background: url(../images/bg_4.png) no-repeat center;
    position: relative;
    z-index: 9;
}

.info-4 .widget-text-heading {
    margin-bottom: 50px;
}

.widget-text-heading.default .widget-heading span {
    font-size: 50px;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1680px) {
    .widget-text-heading.default .widget-heading span {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .widget-text-heading.default .widget-heading span {
        font-size: 22.5px;
    }
}

.widget-text-heading.default .description {
    color: #9e9e9e;
    font-size: 24px;
}

@media (min-width: 768px) and (max-width: 1680px) {
    .widget-text-heading.default .description {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .widget-text-heading.default .description {
        font-size: 16px;
    }
}

.counters {
    text-align: center;
}

@media (min-width: 1000px) {
    .counters {
        margin-bottom: 115px;
        margin-top: 57px;
    }
}

@media (min-width: 480px) and (max-width: 1000px) {
    .counters {
        margin-bottom: 90px;
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .counters {
        margin-bottom: 28px;
    }
}

.counters .counter-wrap {
    color: #008060;
    font-size: 48px;
    font-weight: 700;
}

.counters .counter-wrap .counter {
    position: relative;
    display: inline-block;
}

.counters .counter-wrap .image-icon {
    display: block;
    margin: 0 auto 20px auto;
}
.por{
    position: relative;
}
.counters .title-heading h3 {
    color: #9e9e9e;
    margin: 7px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 480px) and (max-width: 768px) {
    .counters .title-heading h3 {
        font-size: 14px;
    }
}

.counters.count-black .image-icon {
    padding-bottom: 10px;
}

.counters.count-black .counterUp {
    color: #232323;
}

.counters.plus .counter {
    position: relative;
}

.counters.plus .counter:after {
    content: "+";
    position: absolute;
    right: -15px;
    width: 15px;
    height: 15px;
}

.number-plus .counter {
    position: relative;
}

.number-plus .counter:after {
    content: "+";
    position: absolute;
    top: -14px;
    right: -30px;
    width: 40px;
    height: 40px;
    font-size: 40px;
}

.count-white h5 {
    color: #FFF;
}

.pbr-testimonial {
    padding-bottom: 68px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1025px) {
    .pbr-testimonial {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .pbr-testimonial {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .pbr-testimonial .slick-dots li.slick-active button:before {
        opacity: 0.5;
    }
}
.slick-dots li{
    width: 10px;
    height: 10px;
}

.pbr-testimonial.testimonial-home .testimonials-body {
    height: auto !important;
}

.pbr-testimonial.testimonial-home .testimonials-body .testimonials-description p {
    font-size: 18px !important;
    line-height: 32px !important;
}

.pbr-testimonial.testimonial-home .content-bottom {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
}

@media (max-width: 1367px) {
    .pbr-testimonial.testimonial-home .testimonials-body .testimonials-description p {
        font-size: 16px !important;
        line-height: 25px !important;
        padding: 10px 5px !important;
    }

    .pbr-testimonial.testimonial-home .content-bottom {
        margin: 20px auto 0;
    }

    .pbr-testimonial.testimonial-home .content-bottom .testimonials-name {
        font-size: 16px;
    }

    .pbr-testimonial.testimonial-home .content-bottom .testimonials-job {
        font-size: 14px;
    }
}

.pbr-testimonial.testimonial-home div.slider-item:last-child {
    margin-right: 0;
}

@media (min-width: 1200px) {
    .pbr-testimonial.testimonial-home div.slider-item:nth-child(even) {
        margin-top: 80px;
    }
}

@media (min-width: 1025px) {
    .pbr-testimonial.testimonial-home div.slider-item {
        margin-right: 30px;
    }
}

.pbr-testimonial .testimonials-body {
    background: #FFF;
    padding: 35px;
    margin: 20px 30px 60px 35px;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1680px) {
    .pbr-testimonial .testimonials-body {
        min-height: 375px;
    }
}

@media (min-width: 768px) and (max-width: 1680px) {
    .pbr-testimonial .testimonials-body {
        min-height: 390px;
    }
}

@media (max-width: 768px) {
    .pbr-testimonial .testimonials-body {
        padding: 30px 15px 15px;
        margin: 20px 30px;
        min-height: 430px;
    }
}

.pbr-testimonial .testimonials-description {
    color: #656565;
}

.pbr-testimonial .testimonials-description p {
    line-height: 36px;
    text-indent: 50px;
    padding: 10px 19px;
    position: relative;
}

@media (min-width: 1680px) {
    .pbr-testimonial .testimonials-description p {
        font-size: 20px;
    }
}

@media (max-width: 1680px) {
    .pbr-testimonial .testimonials-description p {
        font-size: 17px;
        line-height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .pbr-testimonial .testimonials-description p {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    .pbr-testimonial .testimonials-description p {
        font-size: 16px;
    }
}

.pbr-testimonial .testimonials-description p:after {
    background: url("../images/quote.png") no-repeat;
    content: "";
    left: -8px;
    position: absolute;
    top: 0;
    width: 49px;
    height: 36px;
}

@media (min-width: 768px) and (max-width: 1025px) {
    .pbr-testimonial .testimonials-description p:after {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .pbr-testimonial .testimonials-description p:after {
        left: 2px;
    }
}

.pbr-testimonial .content-bottom {
    left: 0;
    margin: 33px auto 0;
    position: absolute;
    right: 0;
}

@media (min-width: 1680px) {
    .pbr-testimonial .content-bottom {
        bottom: 38px;
        left: 35px;
        right: 35px;
    }
}

@media (min-width: 1200px) and (max-width: 1680px) {
    .pbr-testimonial .content-bottom {
        left: 15px;
        right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1680px) {
    .pbr-testimonial .content-bottom {
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .pbr-testimonial .content-bottom {
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    .pbr-testimonial .content-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1025px) {
    .pbr-testimonial .content-bottom {
        text-align: center;
    }
}

.pbr-testimonial .testimonials-avatar {
    margin-right: 22px;
}

.pbr-testimonial .testimonials-name {
    margin-bottom: 2px;
    font-size: 18px;
}

.pbr-testimonial .testimonials-job {
    font-size: 16px;
}

@media (min-width: 1025px) and (max-width: 1680px) {
    .pbr-testimonial.left .slider-item {
        width: 370px !important;
    }
}

.pbr-testimonial.v4 .author-img img {
    margin: 0 auto;
    min-width: 151px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.pbr-testimonial.v4 .quote-text p {
    color: #656565;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    padding: 30px 15px 50px 15px;
}

@media (min-width: 1024px) {
    .pbr-testimonial.v4 .quote-text {
        max-width: 985px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .pbr-testimonial.v4 .quote-text p {
        font-size: 18px;
        line-height: normal;
    }
}

.pbr-testimonial.v4 .author-name .name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.pbr-testimonial.v4 .author-name .job {
    font-size: 16px;
    color: #9e9e9e;
}

.pbr-testimonial.v4 .arrows_2 {
    margin-top: 20px;
}

.pbr-testimonial img {
    border-radius: 50%;
    max-width: 70px;
    width: 70px;
    height: 70px;
}

@media (max-width: 1025px) {
    .pbr-testimonial img {
        text-align: center;
        margin: 0 auto 20px;
    }
}

.testimonials .widget-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.testimonials .testimonials-quote {
    background-color: #fff;
    color: #2b2b2b;
    margin-bottom: 12px;
    padding: 15px;
    position: relative;
}

@media (min-width: 1650px) {
    .container {
        max-width: 1550px;
    }
}

@media (max-width: 768px) {
    .pbr-testimonial .testimonials-avatar {
        margin-right: 0;
    }
}

.btn-shop {
    font-size: 14px;
}

.related-item {
    overflow: hidden;
}

.related-item:hover .content-banner {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.content-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
    background-color: #fff;
    padding: 8px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.image-dot{
    position: absolute;
    left: 49.5%;
    top: 17.5%;
}

#expert-heading {
    position: absolute;
    top: 36%;
    left: 6.5%;
    z-index: 1;
}

#expert-heading img {
    max-width: 50px;
}

#expert-heading .wpb_wrapper {
    display: flex;
    align-items: center;
}

#expert-heading .wpb_wrapper h2 {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 20px;
    letter-spacing: 1px;
    padding-top: 8px;
    opacity: 0.2;
}

@media screen and (max-width: 566px) {
    #expert-heading img {
        max-width: 70px;
    }

    #expert-heading .wpb_wrapper h2 {
        font-size: 70px;
    }

    #expert-heading {
        top: 52%;
    }

    .spl-logo-img {
        width: 125px !important;
    }
}

@media screen and (max-width: 556px),
screen and (max-height: 736px) {
    #expert-heading {
        top: 51%;
    }

    .header {
        height: 85vh;
    }
}


@media (min-height: 737px) and (max-width: 556px) {
    #expert-heading {
        top: 51%;
    }

    .header {
        height: 70vh;
    }
}

@media (min-width: 567px) {
    #expert-heading img {
        max-width: 100px;
    }

    #expert-heading .wpb_wrapper h2 {
        font-size: 80px;
    }
}

@media (min-width: 768px) {
    #expert-heading img {
        max-width: 150px;
    }

    #expert-heading .wpb_wrapper h2 {
        font-size: 120px;
    }

    #expert-heading {
        top: 48%;
    }
}

@media (min-width: 1025px) {
    #expert-heading {
        top: 42%;
    }
}

@media (min-width: 1200px) {
    #expert-heading .wpb_wrapper h2 {
        font-size: 180px;
    }

    #expert-heading {
        top: 36%;
    }
}

.banner-ref-spl {
    margin-top: 115px;
    margin-bottom: 60px;
}

.s-head-center-vh-vw {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.s-head .title.fz-48 {
    font-size: 48px;
}

.counters .counter-wrap .counter.s-heading-fz {
    font-size: 72px;
    letter-spacing: -5px;
    font-family: 'sofia_prosemibold';
}

.section-testimonial {
    margin-bottom: 100px;
}

@media (min-width: 1360px) {
    .pbr-infor-about.infor-style-v2 .widget-content {
        padding-left: 100px;
    }
}

@media (min-width: 1680px) {
    .pbr-infor-about.infor-style-v2 {
        padding-top: 78px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .pbr-infor-about.infor-style-v2 {
        max-width: 680px;
        margin: 0 auto 30px;
    }
}

.pbr-infor-about.infor-style-v2 .image {
    margin-bottom: 28px;
    background: rgba(95, 142, 62, 0.05);
    line-height: 65px;
    text-align: center;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}

@media (min-width: 1025px) and (max-width: 1680px) {
    .pbr-infor-about.infor-style-v2 .image {
        line-height: 70px;
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .pbr-infor-about.infor-style-v2 .image {
        text-align: center;
        margin: auto;
    }
}

@media (min-width: 1025px) and (max-width: 1680px) {
    .pbr-infor-about.infor-style-v2 img {
        width: 25px;
    }
}

.pbr-infor-about.infor-style-v2 .title-heading {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}


@media (min-width: 1200px) {
    .pbr-infor-about.infor-style-v2 .title-heading {
        font-size: 40px;
    }
}

.pbr-infor-about.infor-style-v2 .subtitle {
    font-size: 40px;
    line-height: 1;
    color: #232323;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

@media (min-width: 567px) {
    .pbr-infor-about.infor-style-v2 .subtitle {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .pbr-infor-about.infor-style-v2 .subtitle {
        font-size: 75px;
    }
}

.pbr-infor-about.infor-style-v2 .description {
    color: #9e9e9e;
    margin-bottom: 70px;
    font-size: 24px;
    line-height: 36px;
    padding-top: 24px;
}

@media (max-width: 1680px) {
    .pbr-infor-about.infor-style-v2 .description {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .pbr-infor-about.infor-style-v2 .description {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .pbr-infor-about.infor-style-v2 .description {
        margin: auto;
        max-width: 420px;
        padding-bottom: 30px;
        text-align: center;
    }
}

.counter-text {
    width: 75%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner-ref-spl {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .s-head .title.fz-48 {
        font-size: 35px;
    }

    .demo-item .demo-title {
        margin-bottom: 40px;
    }

    .banner-footer {
        padding-bottom: 115px;
    }

    .banner-footer img {
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .btn-slayout.ver1.me-5 {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .pbr-testimonial .testimonials-description p {
        text-indent: 56px;
    }

    .product-page-wrap img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .banner-footer a {
        min-width: 160px;
        padding: 15px 5px;
    }

    .banner-content h1 {
        margin-bottom: 20px !important;
    }

    .btn-slayout.ver1.me-5 {
        margin-right: 0 !important;
    }

    .block-content.style2 {
        margin-bottom: 65px;
    }

    .banner-footer {
        padding-bottom: 60px;
    }

    .banner-footer img {
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .feature-wrap {
        padding-top: 60px;
    }

    .grid-icon {
        padding-top: 40px;
    }

    .pbr-infor-about.infor-style-v2 .description {
        padding-top: 0;
    }

    .banner-footer p {
        font-size: 16px;
    }

    .banner-footer h3 {
        font-size: 25px;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .product-page-wrap {
        padding-bottom: 49px;
    }

    .counters .counter-wrap .counter.s-heading-fz {
        font-size: 65px;
    }

    .demo-item .demo-title {
        margin-bottom: 50px;
    }

    .counter-text {
        width: 100%;
        font-size: 20px;
        z-index: 2;
        position: relative;
    }

    .counter-text span {
        font-size: 10px;
    }

    .counter-text span.sub{
        font-size: 20px;
    }

    .banner-ref-spl {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .section-carousel-center .item2 {
        left: -15px;
    }

    .section-carousel-center .item3 {
        bottom: -1px;
    }

    .section-carousel-center .item4 {
        right: -15px;
    }

    .section-testimonial {
        margin-bottom: 30px;
    }

    .banner-footer h3,
    .banner-footer a {
        margin-bottom: 20px;
    }

    .banner-footer {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .pbr-infor-about.infor-style-v2 .description {
        margin-bottom: 30px;
    }

    .header-link {
        line-height: 1;
    }

    .header-link a {
        padding: 5px 11px;
        font-size: 12px;
        height: auto;
        line-height: 1.4;
    }

    .burger-menu {
        position: absolute;
        width: 50px;
        height: 50px;
        background: transparent;
        cursor: pointer;
        padding: 17px 14px;
        right: 0;
        top: 17px;
        z-index: 400;
        transition: all .35s ease-out;
        -webkit-transition: all .35s ease-out;
        -ms-transition: all .35s ease-out
    }

    .burger-menu span {
        display: block;
        position: relative;
        width: 24px;
        height: 2px;
        margin-top: 8px;
        background: #000;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out
    }

    .burger-menu span:before {
        content: '';
        position: absolute;
        top: -8px;
        width: 24px;
        height: 2px;
        left: 0;
        background: #000;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out
    }

    .burger-menu span:after {
        content: '';
        position: absolute;
        top: 8px;
        width: 24px;
        height: 2px;
        left: 0;
        background: #000;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out
    }

    .burger-menu.active span {
        background: transparent;
    }

    .burger-menu.active span:before {
        top: 0;
        width: 24px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg)
    }

    .burger-menu.active span:after {
        top: 0;
        width: 24px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        height: 2px
    }

    .menu-mobile-s {
        position: absolute;
        top: 90px;
        right: 0;
        width: 100%;
        padding-right: .75rem;
        padding-left: .75rem;
        background: #ffeef5;
        z-index: 3;
    }

    .menu-mobile-s ul {
        border: 1px solid #e1e1e1;
    }

    .menu-mobile-s ul li {
        display: block;
    }

    .menu-mobile-s ul li a {
        display: block;
        border-bottom: 1px solid #ebebeb;
        padding: 10px;
        font-weight: 600;
        line-height: 20px;
        font-size: 14px;
    }
}


.col-2dot4,
.col-lg-2dot4,
.col-md-2dot4,
.col-sm-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.dropdown-toggle {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    min-width: 160px;
    padding: 9px 5px;
}

.ecome-tabs .dropdown-menu.nav.show {
    display: flex !important;
}

.ecome-tabs .dropdown-menu.nav {
    display: none !important;
}

.ecome-tabs .dropdown-menu.nav {
    display: none !important;
}

.ecome-tabs .dropdown-menu .nav-link.active {
    color: #5f8e3e;
}

.ecome-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.ecome-tabs .dropdown-menu {
    border: 1px solid #000;
    border-radius: 0;
}

.testimonials-job svg {
    width: 99px;
}

.content-homepage .title-block {
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
}
.content-homepage .title-block h2{
    font-size: 36px;
    line-height: 36px;
    font-family: 'sofia_prosemibold', sans-serif;
    max-width: 380px;
    color: #000;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 60px;
}

#shop.content-layout{
    padding: 130px 0 550px;
    background: #1c1c1c;
    position: relative;
}

#shop.content-layout:before {
    content: '';
    background: url('../images/bg-shop.png') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.content-layout .title-block {
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
}
.content-layout .title-block h1{
    font-size: 48px;
    line-height: 48px;
    font-family: 'sofia_prosemibold', sans-serif;
    max-width: 100%;
    color: #fff;
    margin: auto;
    margin-bottom: 80px;
}

.content-layout .layout-item{
    flex: 0 0 auto;
    width: 20%;
}
@media (min-width: 1280px) {
    .content-layout .layout-item{
        padding-left: 40px;
        padding-right: 40px;
    }
    .content-layout .row{
        margin-left: -40px;
        margin-right: -40px; 
    }
}

.layout-item .shop-layout-thumb{
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}
.layout-item .shop-layout-thumb:hover .demo-layout img{
    opacity: 0.5;
}
.layout-item .demo-layout{
    -webkit-transition: all 8s;
    -moz-transition: all 8s;
    -o-transition: all 8s;
    transition: all 8s;
    position: relative;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-repeat: no-repeat;
}

.container-shop_layout {
    z-index: 2;
    position: relative;
}
.layout-item .layout-title{
    margin-top: 25px; 
    margin-bottom: 100px;
    text-align: center; 
    font-size: 16px;
    font-family: 'sofia_proregular',sans-serif;
    font-weight: normal;
}
.layout-item .layout-title a{
    color: #fff;
}

#product.content-product-layout{
    position: relative;
    margin-top: -500px; 
}
.content-product-layout .title-block {
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
}
.content-product-layout .title-block h1{
    font-size: 48px;
    line-height: 48px;
    font-family: 'sofia_prosemibold', sans-serif;
    max-width: 415px;
    color: #fff;
    margin: auto;
    margin-bottom: 50px;
}

@media (min-width: 1280px) {
    .container-product_layout .layout-pr-item{
        padding-left: 40px;
        padding-right: 40px;    
    }
    .container-product_layout .row{
        margin-left: -40px;
        margin-right: -40px;
    }
}
.container-product_layout .layout-pr-item{
    padding-left: 20px;
    padding-right: 20px; 
}
.container-product_layout .row{
    margin-left: -20px;
    margin-right: -20px;
}
.layout-pr-item .layout-pr-box{
    text-align: center;
}
.layout-pr-item .layout-image{
    max-height: 500px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgb(50 50 50 / 20%);
    border-radius: 5px;
}
.layout-pr-item .layout-image img{
    border-radius: 5px;
    margin: auto;
}
.container-product_layout .slick-arrow{
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0px 5px 15px 0 rgb(50 50 50 / 20%);
}
.container-product_layout .slick-next {
    right: 8px;
}
.container-product_layout .slick-prev {
    left: 10px;
    z-index: 2;
}
.layout-pr-item .layout-content h4{
    margin: 25px 0 0 0;
    font-size: 16px;
    font-family: 'sofia_proregular',sans-serif;
    color: #000;
}
.layout-pr-item .layout-content h4 a{
    color: #000;   
}
.container-product_layout .slick-prev:before {
    content: "";
    background: url('../images/slick-arrow.jpg') center no-repeat;
    width: 11px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%,-50%) rotate(180deg);
    opacity: 0.5;
}
.container-product_layout .slick-next:before{
    content: "";
    background: url('../images/slick-arrow.jpg') center no-repeat;
    width: 11px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
}

.container-product_layout .slick-next:hover:before,
.container-product_layout .slick-prev:hover:before{
    opacity: 1;
}

.content-banner-other{
    padding-top: 160px;
}

.content-banner-other .banner-wrap{
    width: 100%;
    display: flex;
    align-items: center;
}

.content-banner-other .banner-wrap .item-left{
    width: 65%;
    display: inline-block;
    float: left;    
    margin-top: -170px;
}

.content-banner-other .banner-wrap .item-right{
    width: 35%;
    display: inline-block;
    text-align: center;     
}

.content-banner-other .title-block{
    font-weight: 700;
    position: relative;
    z-index: 2;
    max-width: 850px;
}
.content-banner-other .title-block h1{
    font-size: 120px;
    font-family: 'sofia_prosemibold',sans-serif;
    line-height: 130px;
    max-width: 100%;
    color: #3b3b3b;
    margin-bottom: 50px;
}
.content-banner-other .title-block h1 .text_1{
    color: #008060;
}
.content-banner-other .title-block h1 .text_2{
    color: #a6fee5;
}
.content-banner-other .title-block p{
    font-size: 24px;
    font-family: 'sofia_proregular',sans-serif;
    font-weight: 400;
    color: #3b3b3b;
    margin-bottom:0 ;
}

.content-list-features{
    margin-top: -140px;
    margin-bottom: 90px;
    position: relative;
}
.content-list-features .feature-item{
    margin-bottom: 40px;
}

.content-list-features .feature-box:hover {
    cursor: pointer;
    transform: translateY(-5px);
} 
.content-list-features .feature-box{
    background: #fff;
    box-shadow: 0 0 70px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 35px 35px 0;
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
}

.feature-content {
    min-height: 240px;
}
.feature-content h3{
    font-size: 24px;
    line-height: 1.2;
    font-family: 'sofia_prosemibold',sans-serif;
    color: #000000;
    margin-bottom: 15px;
}
.feature-content p{
    font-size: 18px;
    line-height: 26px;
    font-family: 'sofia_proregular',sans-serif;
    font-weight: 400;
    color: #767676;   
    margin: 0; 
}


.container-parallax .mouse{
    position: absolute;
}

#img1{
    left: -8%;
    top: 90%;
}
#img2{
    left: 4%;
    top: 75%;
    z-index: 2;
}
#img3{
    left: 35%;
    top: 14%;
}
#img4{
    right: 7%;
    bottom: 45%;
}
#img5{
    left: 45%;
    bottom: 30%;
    z-index: 3;
}
#img6{
    left: 9%;
    bottom: 10%;
    z-index: 3;
}
.content-list-sale{
    background: #008060;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 180px 0 270px;
}
.content-list-sale .background-overlay{
    background-image: url('../images/bg_line.png');
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}
.content-list-sale .shape-bottom{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -2px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.content-list-sale .shape-bottom svg{
    z-index: -1;
    height: 200px;
    transform: translateX(-51%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 51%;
}
.content-list-sale .shape-bottom svg .elementor-shape-fill{
    fill: #FFF;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.content-list-sale .content-heading{
    max-width: 620px;
    margin-top: 80px;
    z-index: 2;
    position: relative;
}
.content-list-sale .heading-primary-wrap{
    margin-bottom: 50px;
}
.content-list-sale .heading-primary-wrap h1{
    color: #fefefe;
    font-size: 90px;
    line-height: 115px;
    font-family: 'sofia_prosemibold',sans-serif;        
}
.content-list-sale .description-wrap{
    font-size: 24px;
    line-height: 36px;
    color: #e9e9e9;
    font-family: 'sofia_promedium';
}
.content-list-sale .content-icon-wrap{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-content: flex-start;
    position: relative;
    z-index: 2;
}
.content-list-sale .content-icon-wrap .icon-item{
    width: 25%; 
}

.icon-widget-container{
    margin-bottom: 75px;
    text-align: center;
}
.icon-image-wrap{
    width: 160px;
    height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 45px rgb(0 0 0 / 15%);
    margin: auto;
}
.icon-widget-container:hover .icon-image-wrap{
    cursor: pointer;
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
.caption-icon h3{
    font-size: 24px;
    color: #ffffff;
    font-family: 'sofia_prosemibold',sans-serif;
    margin: 30px 0 0 0;
}

.content-list-info {
    position: relative;
    margin-top: -200px;
    z-index: 2;
}

.content-list-info .heading-primary-wrap h1{
    font-size: 80px;
    line-height: 1.2;
    font-family: 'sofia_prosemibold',sans-serif;
    color: #3b3b3b;
}
.content-list-info .heading-primary-wrap h1 sup{
    color: #008060;
}
.content-list-info .heading-description-wrap{
    font-size: 24px;
    line-height: 36px;
    font-family: 'sofia_promedium'; 
    color: #767676;   
}
.list-info-wrap .row.content{
    align-items: center;
}
.content-list-info .content-widget-container{
    margin-top: 75px;
}


.ld-empty-space{height: 30px;}
#product-layout.list-shop-layout{
    padding-top: 70px;
    position: relative;
}



.main-carousel {
    display: flex;  
}
.flickity-enabled{
    flex-wrap: wrap;
}
.main-carousel>:not([class*=col-]):not(.has-width){
    flex: 1 0 100%;
}

.main-carousel .flickity-slider>*{
    min-height: 100%;
}
.carousel-cell{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow .3s;
    flex: 1 0;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.carousel-cell .pr-item-layout{
    display: flex;
    flex-grow: 1;
    align-items: inherit;
    width: 100%;
    min-height: inherit;
    position: relative;
}

.pr-item-layout .pr-box-layout {
    display: flex;
    flex: 1 0 100%;
    align-items: inherit;
    white-space: nowrap;
    min-height: inherit;
    position: relative;
}

.pr-item-layout .pr-item-content{
    display: flex;
    position: relative;
    transition: box-shadow .3s ease,background .3s ease;
    text-align: start;
    justify-content: flex-start;
    flex-direction: row;
    border-radius: 10px;
    align-items: center;
    padding: 22px 35px;
    background: #f8f8f8;
    height: 80px;
}
.img_hover{
    display: none;
}

.pr-item-layout:hover .pr-item-content{
    background: #242424;
    opacity: 1 !important;
}
.pr-item-layout:hover .pr-item-content h3{
    color: #aeaeae;
} 


.pr-item-content .iconbox-icon-wrap{
    min-width: 35px;
    max-width: 100%;
    margin-inline-end: 20px;
}

.pr-item-content h3{
    display: inline-block;
    font-size: 17px;
    line-height: 1.5em;
    margin: 0;
} 

.marquee_text{
    position: absolute;
    top: -75px;
    z-index: 1;
}

.marquee_text:before{
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,128,96,1) 70%);
    height: 50%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}

.marquee_text marquee{
    font-size: 450px;
    line-height: 1;
    letter-spacing: -25px;
    color: #007155;
    opacity: 30%;
    font-family: 'sofia_prosemibold';
}

.trust-partners-content-marquee-left {
    margin-bottom: 20px;
}
.trust-partners-content-marquee-right{
    margin-bottom: 20px;
}
.opacity_1 .pr-item-layout .pr-item-content{
    opacity: 0.8;
}
.opacity_2 .pr-item-layout .pr-item-content{
    opacity: 0.6;
}
.opacity_3 .pr-item-layout .pr-item-content{
    opacity: 0.4;
}
.marquee-container {
  overflow-x: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
}
.marquee-container .marquee ul{
    display: flex;
    padding: 0;
}
.marquee-container .marquee ul li{
    margin: 0 10px;
    list-style: none;
}
.js-slick-layout{
    padding-right: 20px;
    padding-left: 20px;
}
.marquee-container:hover div {
  animation-play-state: var(--pause-on-hover);
}
.marquee-container:active div {
  animation-play-state: var(--pause-on-click);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay::before, .overlay::after {
  background: linear-gradient(to right, var(--gradient-color));
  content: "";
  height: 100%;
  position: absolute;
  width: var(--gradient-width);
  z-index: 2;
}
.overlay::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.overlay::before {
  left: 0;
  top: 0;
}

.marquee {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}



@media (max-width: 1500px){
    .content-list-sale .content-icon-wrap .icon-item{
        width: calc(100% / 3);
    }
}

@media (max-width: 1199px) {
    .content-banner-other .title-block h1{
        font-size: 90px;
        line-height: 100px;
    }
    .content-list-features .feature-box{
        padding: 35px 35px 0;
    }
    .content-list-sale .content-icon-wrap .icon-item{
        width: calc(100% / 3);
    }
    #product.content-product-layout{
        margin-top: -400px;
    }
    #img5{
        bottom: 21%;   
    }
}

@media (max-width: 1024px) {
    .content-layout .layout-item{
        width: calc(100% / 3);
    }
    .content-banner-other .title-block h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .content-list-features{
        margin-top: -70px;
    }
}

@media (max-width: 992px){
    .content-list-sale .content-icon-wrap   {
        margin-top: 70px;        
    }
}

@media (max-width: 768px) {
    .content-layout .layout-item{
        width: 50%;
    }
}

@media (max-width: 767px) {
    .content-list-sale .content-icon-wrap .icon-item{
        width: 50%;
    }
    #product-layout.list-shop-layout{
        margin-bottom: 50px; 
        padding-top: 40px;
    }
}

@media (max-width: 567px) {
    .content-layout .title-block h1{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    #shop.content-layout{
        padding: 50px 0 360px;
    }
    .content-banner-other .banner-wrap{
        flex-wrap: wrap;
    }
    .content-banner-other .banner-wrap .item-left{
        width: 100%;
    }
    .content-banner-other .banner-wrap .item-right{
        width: 100%;
        margin-top: 70px;
    }
    .content-list-sale .heading-primary-wrap h1{
        font-size: 55px;
        line-height: 65px;
    }
    .content-list-sale .description-wrap{
        font-size: 16px;
        line-height: 18px;
    }
    .content-list-info .content-widget-container{
        margin-top: 30px;
    }
    .content-list-info .heading-primary-wrap h1{
        font-size: 45px;
        margin-bottom: 20px;
    }
    .content-list-info .heading-description-wrap{
        font-size: 18px;
        line-height: 20px;
    }
    .icon-image-wrap{
        width: 130px;
        height: 130px;
    }
    .content-homepage .title-block img{
        width: 70px;
    }
    .content-homepage .title-block h2{
        font-size: 25px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 45px;
    }
    .content-homepage .title-block h2 span{
        display: block;
    }
    .layout-item .layout-title{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .content-banner-other .title-block h1{
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .content-banner-other .title-block p{
        font-size: 18px;
        line-height: 20px;
    }
    .content-list-sale{
        padding-top: 0; 
    }
    .content-list-sale .heading-primary-wrap{
        margin-bottom: 25px;
    }
    .content-list-sale .heading-primary-wrap h1{
        font-size: 45px;
        line-height: 45px;
    }
    .content-list-sale .content-icon-wrap{
        margin-top: 40px;
    }
    .caption-icon h3{
        margin: 5px 0 0 0;
        font-size: 18px;
    }
    .icon-widget-container{
        margin-bottom: 35px;
    }
    .content-list-features .feature-item{
        margin-bottom: 20px;
    }
    .layout-pr-item .layout-content h4{
        margin: 10px 0 0 0;
    }
    .carousel-cell{
        margin-inline-start: 5px;
        margin-inline-end: 5px;
    }
    .pr-item-layout .pr-item-content{
        padding: 10px 25px;
        height: 60px;
    }
    .trust-partners-content-marquee-left {
        margin-bottom: 20px;
    }
    .content-product-layout .title-block h1{
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .content-product-layout .title-block h1 span{
        display: block;
    }
    #product.content-product-layout {
        margin-top: -315px;
    }
    #img1{
        width: 100px;
    }
    #img2{
        width: 20px;
    }
    #img5 {
        bottom: 32%;
        width: 50px;
        left: 78%;
    }
    #img6{
        width: 20px;
    }
    .burger-menu{top: 12px;}
    .layout-pr-item .layout-image{
        max-height: 410px;
    }
    .image-dot{display: none;}
    .btn-slayout.ver1{
        margin-right: 0 !important;
    }
    .js-slick-layout .slick-dots{
        left: 0;
    }
}

@media (max-width: 375px) {
    .spl-bottom-cta h6{
        font-size: 14px;
    }
}

.logo_bg_2{display: none;}
.menu-bg .logo_bg_1{display: none;}
.menu-bg .logo_bg_2{display: block;}

span.new {
    color: #fff;
    text-transform: uppercase;
    background: red;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    width: 45px;
    line-height: 45px;
    height: 45px;
    font-size: 13px;
    right: 10px;
}

.partner-eclusive{
    padding: 0 0 100px;
}
.partner-eclusive .widget-text-heading{
     margin-bottom: 50px;
}
.partner-eclusive ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 -25px;
    padding: 0;
}
.partner-eclusive ul li a {
    align-items: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 25px;
}
.partner-eclusive .partner-logo-lists ul li a {
    background: #fff;
    box-shadow: 0 20px 100px rgb(0 0 0 / 9%);
    padding: 30px 20px;
    transition: all .3s ease;
}
@media screen and (min-width: 1280px){
    .partner-eclusive .partner-logo-lists ul li a:hover {
    transform: translate3d(0,-15px,0);
    }
}

@media screen and (max-width: 767px){
    .partner-eclusive ul{
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .partner-eclusive ul li{
        width: 50%;
    }
    .partner-eclusive ul li:nth-child(1),.partner-eclusive ul li:nth-child(2){
        margin-bottom: 10px;
    }
    .partner-eclusive ul li a {
        margin: 0 5px;
        padding: 20px!important;
    }
}