/* Banner */
.banner-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 940px;
    height: 100%;
    background-position: left center;
    background-size: cover;
    z-index: -1;
}

.banner-content {
    padding: 285px 0 150px;
}

.banner-content .sub-title,
.section-title .sub-title {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-left: 15px;
    line-height: 1.5;
    display: inline-block;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 11px;
}

.banner-content .sub-title::before,
.section-title .sub-title::before,
.section-title.text-center .sub-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: #ffe8dd;
}

.banner-content h2 {
    font-size: 72px;
    letter-spacing: -2px;
    line-height: 1.15;
    margin-bottom: 10px;
}

.banner-img-wrap {
    margin-top: 51px;
    position: relative;
}

.banner-img-wrap .man-img {
    margin-left: -40px;
}

.banner-img-wrap .banner-sup {
    position: absolute;
    right: -90px;
    bottom: 60px;
    z-index: -1;
}

.banner-btn .mixlix-btn:first-child {
    margin-right: 15px;
}

.banner-btn .mixlix-btn {
    margin-top: 15px;
}

.banner-shape li {
    position: absolute;
    z-index: -1;
    list-style: none;
}

.banner-shape li:nth-child(5n+1) {
    left: 9.5%;
    top: 53%;
}

.banner-shape li:nth-child(5n+2) {
    left: 47%;
    top: 35%;
}

.banner-shape li:nth-child(5n+3) {
    right: 22%;
    top: 25%;
}

.banner-shape li:nth-child(5n+4) {
    right: 5%;
    top: 41%;
}

.banner-shape li:nth-child(5n+5) {
    right: 8%;
    bottom: 2%;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.capsule-banner {
    padding: 193px 0 78px;
}

.capsule-banner-bg {
    position: absolute;
    right: 0;
    top: 0;
    background-position: left bottom;
    background-size: cover;
    min-width: 808px;
    min-height: 100%;
}

.capsule-banner-content {
    margin-right: 66px;
}

.capsule-banner-content .sub-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 13px;
}

.capsule-banner-content .title {
    text-transform: uppercase;
    font-size: 120px;
    letter-spacing: -4px;
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.capsule-banner-content .capsule-info {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    clip-path: polygon(17% 0%, 100% 0%, 84% 100%, 0% 100%);
    background: #ffeeed;
    padding: 17px 54px;
    margin-left: 20px;
    position: relative;
}

.capsule-banner-content .capsule-info strong {
    display: block;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: .9;
    margin-bottom: 7px;
}

.capsule-banner-content .capsule-info::before {
    content: "";
    position: absolute;
    left: 18px;
    top: -5px;
    width: 5px;
    height: 95px;
    transform: rotate(21.9deg);
    -webkit-transform: rotate(21.9deg);
    -moz-transform: rotate(21.9deg);
    -ms-transform: rotate(21.9deg);
    -o-transform: rotate(21.9deg);
}

.capsule-banner-btn {
    margin: 21px 0 0 99px;
}

.capsule-banner .banner-img {
    margin-left: -38%;
}

.capsule-banner .banner-img img {
    max-width: unset;
}

.capsule-banner-shape {
    position: absolute;
    left: -7%;
    bottom: 0;
    width: 392px;
    height: 392px;
    background: #fff4f4;
    border-radius: 50%;
    z-index: -1;
}

/* Brand */
.brand-wrap {
    border-bottom: 2px solid #f0f0f0;
}

.brand-item {
    display: flex;
    min-height: 59px;
    align-items: center;
    justify-content: center;
}

.brand-item>a {
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.brand-item>a img {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    filter: grayscale(1);
    opacity: .5;
    max-width: 100%;
}

.brand-item>a:hover img {
    filter: grayscale(0);
    opacity: 1;
}


/* Features */
.section-title {
    position: relative;
    z-index: 1;
}

.section-title.text-center .sub-title {
    padding-right: 15px;
    margin-bottom: 9px;
}

.section-title.text-center .sub-title::after {
    left: auto;
    right: 0;
}

.section-title .title {
    font-size: 60px;
    letter-spacing: -2.5px;
    margin-bottom: 0;
    line-height: 1.19;
}

.section-title .overlay-title {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    font-size: 200px;
    font-weight: 700;
    line-height: .75;
    color: #f7f7f7;
    letter-spacing: -3px;
    z-index: -1;
}

.features-item {
    border: 2px solid #f4f4f4;
    padding: 48px 45px 43px 45px;
    position: relative;
    transition: .4s ease-out;
}

.features-icon img {
    width: 80px;
}

.features-content h3 {
    font-size: 24px;
    margin-bottom: 17px;
    transition: .4s ease-out;
}

.features-content p {
    margin-bottom: 0;
    transition: .4s ease-out;
}

.features-count {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 140px;
    font-weight: 700;
    color: #fff;
    line-height: .8;
    font-family: 'Poppins', sans-serif;
    z-index: -1;
    opacity: 0;
    transition: .4s ease-out;
}

.features-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: .4s ease-out;
    opacity: 0;
}

.features-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    transition: .4s ease-out;
    opacity: 0;
}

.features-item:hover,
.features-item.active {
    border-color: transparent;
}

.features-item:hover::before,
.features-item:hover::after,
.features-item.active::before,
.features-item.active::after {
    opacity: 1;
}

.features-item:hover .features-count,
.features-item.active .features-count {
    color: #2a2a2a;
    opacity: 1;
}

.features-item:hover .features-content h3,
.features-item.active .features-content h3 {
    color: #fff;
}

.features-item:hover .features-content p,
.features-item.active .features-content p {
    color: #b5b5b5;
}

.capsule-features-item {
    text-align: center;
}

.capsule-features-item {
    text-align: center;
    border: 2px solid #f1f1f1;
    padding: 49px 50px;
    position: relative;
    overflow: hidden;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.cf-icon {
    margin-bottom: 15px;
}

.cf-icon img {
    max-width: 80px !important;
}

.cf-content .title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.cf-overlay-icon {
    position: absolute;
    top: -60px;
    right: -60px;
    opacity: .04;
    z-index: -1;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.cf-overlay-icon img {
    max-width: 200px !important;
}

.capsule-features-item:hover {
    border-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.capsule-features-item:hover .cf-overlay-icon {
    top: -70px;
    right: -70px;
}

/* Choose-area */
.choose-content {
    margin-left: 95px;
}

.choose-content>.btn {
    margin-top: 30px;
}

.choose-list-wrap {
    padding-left: 125px;
}

.choose-list-wrap ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    text-align: right;
    margin-bottom: 33px;
    margin-right: -55px;
}

.choose-list-wrap ul li:last-child {
    margin-bottom: 0;
}

.choose-list-wrap .icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    flex: 0 0 70px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(255, 122, 2, 0.1);
    font-size: 30px;
    color: #fff;
    margin-left: 30px;
}

.choose-list-wrap .content h4 {
    font-size: 24px;
    letter-spacing: -.5px;
    margin-bottom: 10px;
}

.choose-list-wrap .content p {
    margin-bottom: 0;
}

.choose-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: #edf8ff;
    z-index: -1;
}

.choose-img {
    position: absolute;
    left: -205px;
    top: 50%;
    transform: translateY(-50%);
}

.choose-img .shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: unset;
}

/* Video-area */
.video-content {
    padding: 0 0 120px;
}

.section-title.white-title .title {
    color: #fff;
}

.video-active {
    margin-left: 38px;
}

.video-item {
    position: relative;
}

.video-item img {
    max-width: 100%;
    border-radius: 30px 30px 0px 0px;
}

.video-item .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    z-index: 1;
}

.ripple-white {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.video-item .popup-video i {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.video-content p {
    color: #999999;
    line-height: 1.8;
}

.video-content .slider-nav .slick-arrow {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    background: #2f2f2f;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    position: relative;
    margin-right: 12px;
    font-size: 20px;
    z-index: 1;
}

.video-content .slider-nav .slick-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in;
}

.video-content .slider-nav .slick-arrow:hover::before {
    opacity: 1;
}

.video-content .slider-nav {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.cap-video-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 290px 0 120px;
    z-index: 1;
}

.cap-video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: .7;
    z-index: -1;
}

.cap-video-img img {
    max-width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1) !important;
    border: 10px solid #fff !important;
}

.cap-video-img {
    position: relative;
    margin-bottom: -170px;
    z-index: 2;
}

.cap-video-img .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.capsule-video-area .capsule-section-title .sub-title {
    color: #b6b6b6;
}

.capsule-video-area .capsule-section-title .title {
    color: #fff;
}

.cap-video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/* Gallery */
.product-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.product-menu li {
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #bfbfbf;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    transition: .3s linear;
    position: relative;
    cursor: pointer;
}

.product-menu li::before {
    content: "\f067";
    width: 40px;
    height: 40px;
    background: #f3f3f3;
    display: block;
    flex: 0 0 40px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    color: #777777;
    transition: .3s linear;
    margin-right: 25px;
}

.product-menu li+li {
    margin-top: 30px;
}

.product-menu li::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
}

.product-menu li.active::before {
    background: transparent;
    color: #fff;
    transform: rotate(135deg);
}

.product-menu li.active::after {
    opacity: 1;
}

.product-menu li.active {
    color: #222222;
}

.gallery-product-item {
    position: relative;
    overflow: hidden;
}

.gallery-product-item img {
    max-width: 100%;
    transition: .4s ease-in-out;
    transform: rotate(0deg) scale(1);
}

.gallery-product-item:hover img {
    transform: rotate(-5deg) scale(1.1);
}

.gallery-product-item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.mfp-bottom-bar {
    margin-top: -30px;
}

.mfp-title {
    color: #F3F3F3;
    padding-right: 45px;
    font-size: 14px;
}

/* Fact */
.fact-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgb(194 194 194 / 20%);
    padding: 25px 30px;
}

.fact-item .chart {
    position: relative;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    margin-right: 25px;
}

.fact-item .chart .percentage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -.8px;
}

.fact-item .chart .percentage>small {
    font-weight: 700;
    font-size: 14px;
}

.fact-content .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.fact-content span {
    font-size: 16px;
    color: #999999;
    display: block;
}

/* Faq */
.faq-wrapper .accordion>.card {
    border-radius: 16px !important;
    border: none;
    background: #edf8ff;
    margin-bottom: 15px;
}

.faq-wrapper .accordion>.card:last-child {
    margin-bottom: 0;
}

.faq-wrapper .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.faq-wrapper .accordion>.card>.card-header button {
    border: none;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    padding: 23px 90px 23px 40px;
    line-height: 1.4;
    position: relative;
}

.faq-wrapper .accordion>.card>.card-header button::after {
    position: absolute;
    content: "\f068";
    top: 15px;
    right: 15px;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(137, 137, 137, 0.2);
    transition: .3s ease-in;
}

.faq-wrapper .accordion>.card>.card-header button::before {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(255, 122, 2, 0.1);
    opacity: 1;
    transition: .3s ease-in;
}

.faq-wrapper .accordion>.card>.card-header button.collapsed:after {
    content: "\f067";
    color: #222;
    background: #fff;
}

.faq-wrapper .accordion>.card>.card-header button.collapsed::before {
    opacity: 0;
}

.faq-wrapper .accordion>.card .card-body {
    padding: 0 40px 35px 40px;
    line-height: 26px;
    font-size: 16px;
}

.faq-wrapper {
    margin-right: 20px;
}

.faq-img-wrap {
    position: relative;
    margin-left: 30px;
    top: 30px;
}

.faq-img-wrap .img-shape {
    width: 540px;
    height: 540px;
    background: #edf8ff;
    border-radius: 50%;
    margin-top: 45px;
}

.faq-img-wrap>img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 366px;
    margin: -45px auto 0;
}

.faq-style-two {
    margin-right: 0;
}

.faq-style-two .accordion>.card {
    border-radius: 35px;
    border: none;
    background: #fff4f4;
    margin-bottom: 15px;
}

.faq-style-two .accordion>.card>.card-header button {
    padding: 23px 40px 23px 80px;
}

.faq-style-two .accordion>.card>.card-header button::before {
    display: none;
}

.faq-style-two .accordion>.card>.card-header button::after {
    right: auto;
    left: 20px;
    box-shadow: none;
    color: #fff;
}

.faq-style-two .accordion>.card>.card-header button.collapsed:after {
    content: "\f067";
    color: #222;
    background: #fff;
}

.faq-style-two .accordion>.card .card-body {
    padding: 13px 55px 30px 30px;
    line-height: 26px;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.faq-style-two .accordion>.card .card-body::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url(../images/faq_quote.png);
    width: 140px;
    height: 120px;
    background-repeat: no-repeat;
    z-index: -1;
}

.faq-style-two .faq-card-img {
    width: 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}

.faq-style-two .faq-card-img img {
    max-width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.faq-style-two .faq-card-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.faq-style-two .faq-card-content p span {
    font-weight: 700;
}

.cap-faq-img {
    position: relative;
    margin-left: 20px;
}

.faq-round-shape {
    position: absolute;
    right: -42%;
    top: 0;
    z-index: -1;
}


/* Pricing */
.gray-bg .section-title .overlay-title {
    color: #f7fcff;
}

.pricing-nav.nav-tabs {
    border-bottom: none;
    max-width: 520px;
    margin: 0 auto 40px;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
}

.pricing-nav.nav-tabs li {
    margin: 0 7px;
}

.pricing-nav.nav-tabs li a {
    padding: 13px 42px;
    font-size: 16px;
    font-weight: 700;
    color: #999999;
    border: none;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.pricing-nav.nav-tabs li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: .3s ease-in;
    opacity: 0;
    z-index: -1;
}

.pricing-nav.nav-tabs li a.active {
    color: #fff;
}

.pricing-nav.nav-tabs li a.active::before {
    opacity: 1;
}

.pricing-tab-content .row .col {
    max-width: 410px;
    flex-basis: 410px;
}

.pricing-box {
    position: relative;
    background: #fff;
    padding: 60px;
}

.pricing-head .title {
    font-size: 72px;
    line-height: .8;
    margin-bottom: 14px;
}

.pricing-head>span {
    display: block;
    font-size: 14px;
}

.pricing-head,
.pricing-list {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #efefef;
}

.pricing-list ul li {
    font-size: 14px;
}

.pricing-list ul li+li {
    margin-top: 20px;
}

.pricing-list ul li i {
    float: right;
    margin-top: 2px;
    color: #d9d9d9;
}

.pricing-bottom .price {
    font-size: 72px;
    line-height: .9;
    letter-spacing: -3px;
    margin-bottom: 8px;
    display: inline-block;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-bottom>p {
    font-size: 14px;
    margin-bottom: 31px;
}

.pricing-bottom>p>span {
    font-weight: 700;
    color: #777777;
}

.pricing-box.best-pack {
    margin-top: 30px;
    background: #222222;
}

.pricing-box.best-pack .best-value {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 45px;
    line-height: 1.3;
}

.pricing-box.best-pack .pricing-head .title {
    color: #fff;
}

.pricing-box.best-pack .pricing-head>span {
    color: #999999;
}

.pricing-box.best-pack .pricing-head,
.pricing-box.best-pack .pricing-list {
    border-bottom: 2px solid #343434;
}

.pricing-box.best-pack .pricing-list ul li {
    color: #999999;
}

.pricing-box.best-pack .pricing-list ul li i {
    color: #444444;
}

.pricing-box.best-pack .pricing-bottom .price {
    color: #fff;
    background-image: none !important;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.pricing-box.best-pack .pricing-bottom>p {
    color: #999999;
}

.pricing-box.best-pack .pricing-bottom>p>span {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-area .tab-pane.active {
    animation: slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ingredients */
.capsule-section-title .sub-title {
    font-size: 20px;
    display: block;
    margin-bottom: 14px;
    line-height: 1;
}

.capsule-section-title .title {
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 1.1;
    margin-bottom: 0;
}

.ingredients-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
    position: relative;
    margin-left: -78px;
    z-index: 1;
}

.ingredients-icon {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    text-align: center;
    line-height: 90px;
    background: #fff;
    font-size: 44px;
    margin-right: 30px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.ingredients-content {
    flex-grow: 1;
    margin-top: 30px;
}

.ingredients-content .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 19px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    letter-spacing: -.3px;
}

.ingredients-content p {
    margin-bottom: 0;
}

.ingredients-item:last-child {
    margin-bottom: 0;
}

.ingredients-img {
    text-align: center;
}

.ingredients-img img {
    max-width: 100%;
}

.ingredients-wrapper [class*="col-"]:first-child .ingredients-item {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 0;
    margin-right: -78px;
}

.ingredients-wrapper [class*="col-"]:first-child .ingredients-item .ingredients-icon {
    margin-right: 0;
    margin-left: 30px;
}

.ingredients-item:hover .ingredients-icon {
    color: #fff;
}

/* Shop */
.shop-item {
    text-align: center;
    background: #fff;
    padding: 0 35px 40px;
    margin: 95px 0 30px;
    position: relative;
}

.shop-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
}

.shop-item:hover::before {
    width: 100%;
}

.shop-thumb {
    display: inline-block;
    margin: -95px 0 35px;
    position: relative;
}

.shop-content .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop-content .price {
    margin-bottom: 0;
    line-height: 1;
    font-size: 24px;
    letter-spacing: -.5px;
}

.product-overlay-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    opacity: 0;
}

.product-overlay-btn ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product-overlay-btn ul li {
    margin: 0 8px;
}

.product-overlay-btn ul li a {
    display: block;
    height: 50px;
    width: 50px;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(201, 80, 74, 0.2);
    border-radius: 50%;
    line-height: 50px;
    font-size: 16px;
}

.product-overlay-btn ul li a:hover {
    color: #fff;
}

.shop-item:hover .product-overlay-btn {
    bottom: 20px;
    opacity: 1;
}

.quickview .modal-dialog {
    max-width: 1000px;
    margin: 0 auto;
}

.quickview .modal-body {
    padding: 45px;
}

.quickview-product-img {
    text-align: center;
}

.quickview-product-img img {
    max-width: 100%;
}

.quickview-product-content .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.quickview-product-content .title {
    font-size: 32px;
    margin-bottom: 25px;
}

.quickview-product-content .price {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    font-family: Poppins;
    display: inline-block;
}

.quickview-product-content .product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.product-rating .rating-star {
    letter-spacing: -.5px;
    color: #febd00;
    font-size: 13px;
}

.product-rating p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
}

.quickview-product-content .price del {
    margin-left: 10px;
    opacity: .3;
    float: right;
}

.product-quickview-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-quickview-quantity>.q-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 11px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    flex: 0 0 100%;
}

.quickview-cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.quickview-cart-plus-minus {
    position: relative;
}

.quickview-cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    color: #282828;
    font-weight: 600;
}

.quickview-cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
}

.quickview-cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}

.quickview-cart-plus-minus .qtybutton.dec {
    font-size: 18px;
}

.product-quickview-quantity>.cart-btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 12px 16px;
    min-width: 145px;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 12px;
    text-transform: uppercase;
}

.product-quickview-quantity>.cart-btn:hover {
    background: transparent;
}

.product-quickview-quantity>.wishlist-btn {
    margin-bottom: 12px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
}

.product-quickview-quantity>.wishlist-btn:hover {
    background: #222;
}

.products-quickview-info ul li {
    font-size: 14px;
}

.products-quickview-info ul li span {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #222;
    margin-right: 7px;
    text-transform: capitalize;
}

.products-quickview-info ul li+li {
    margin-top: 5px;
}

.products-quickview-info .stock-status {
    color: #4eb92d;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.products-quickview-info {
    padding-top: 20px;
    margin-top: 12px;
    border-top: 1px solid #efefef;
}

.quickview .close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    float: unset;
    z-index: 9;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
}

.quickview .close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Shop-details */
.shop-details-price {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.shop-details-price .rating {
    font-size: 16px;
    letter-spacing: -1px;
    color: #ff9b26;
    margin-right: 40px;
}

.shop-details-price .price {
    margin-bottom: 0;
    line-height: 1;
    font-size: 36px;
    letter-spacing: -.8px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop-details-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.shop-purchase-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    border: none!important;
}

.cart-plus-minus .num-block {
    width: 190px;
    margin-right: 20px;
    position: relative;
}

.cart-plus-minus .num-block::before,
.cart-plus-minus .num-block::after {
    content: "";
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background: #f5f5f5;
}

.cart-plus-minus .num-block::after {
    left: auto;
    right: 65px;
}

.cart-plus-minus input {
    border: 2px solid #ebebeb;
    width: 100%;
    padding: 16px 75px!important;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}


.cart-plus-minus .qtybutton-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.cart-plus-minus .qtybutton-box span {
    font-size: 20px;
    color: #bfbfbf;
    cursor: pointer;
    user-select: none;
}

.cart-plus-minus .qtybutton-box .plus {
    margin-left: auto;
}

.tab-add-to-cart {
    padding: 10px 10px 10px 35px!important;
    border-radius: 50px;font-size: 16px;
    font-weight: 700;
}

.shop-details-area .row .col-5 {
    flex: 0 0 37%;
    max-width: 37%;
}

.shop-details-area .row .col-7 {
    flex: 0 0 63%;
    max-width: 63%;
}

.shop-details-img-wrap {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.shop-details-nav-wrap {
    border: none;
    display: block;
    width: 190px;
    flex: 0 0 190px;
    margin-left: auto;
}

.shop-details-img {
    position: relative;
    text-align: center;
}

.shop-details-img img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 291px;
    margin: -25px auto;
}

.shop-details-img .img-shape {
    width: 458px;
    height: 458px;
    background: #e5f7fb;
    border-radius: 50%;
    margin-top: 25px;
}

.shop-details-nav-wrap .nav-item {
    padding-bottom: 40px;
}

.shop-details-nav-wrap .nav-item:last-child {
    padding-bottom: 0;
}

.shop-details-nav-wrap .nav-item .nav-link {
    border: none !important;
    padding: 0;
    position: relative;
    text-align: center;
    margin-right: 20px;
}

.shop-details-nav-wrap .nav-item .nav-link img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 113px;
    margin: -29px auto;
}

.shop-details-nav-wrap .nav-item .nav-link .img-shape {
    width: 170px;
    height: 170px;
    background: #e5f7fb;
    border-radius: 50%;
    margin-top: 29px;
}

.shop-details-img-wrap .tab-content .tab-pane:nth-child(3n+2) .shop-details-img .img-shape,
.shop-details-nav-wrap .nav-item:nth-child(3n+2) .nav-link .img-shape {
    background: #fff3eb;
}

.shop-details-img-wrap .tab-content .tab-pane:nth-child(3n+3) .shop-details-img .img-shape,
.shop-details-nav-wrap .nav-item:nth-child(3n+3) .nav-link .img-shape {
    background: #f3f3f3;
}

.shop-details-nav-wrap .nav-item .rating {
    position: absolute;
    right: -20px;
    bottom: 18%;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(137, 137, 137, 0.2);
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    padding: 7px 13px;
    line-height: 1;
}

.shop-details-nav-wrap .nav-item .rating i {
    color: #ff9b26;
    margin-right: 5px;
}

/* Product-info */
.product-info-img {
    position: relative;
    z-index: 1;
}

.product-info-img .img-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.product-info-content>p {
    margin-bottom: 35px;
}

.product-info-list ul li {
    display: flex;
    align-items: center;
}

.product-info-list ul li+li {
    margin-top: 16px;
}

.product-info-list .icon {
    width: 40px;
    height: 40px;
    background: #ffefee;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    flex: 0 0 40px;
    font-size: 16px;
    margin-right: 20px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.product-info-list .content span {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    min-width: 65px;
    display: inline-block;
    margin-right: 10px;
}

.product-info-list li:hover .icon {
    color: #fff;
}

/* Cta */
.cta-content {
    display: flex;
    align-items: center;
    background: #edf8ff;
    border-radius: 50px;
    padding: 30px 60px;
}

.cta-content .title {
    font-size: 20px;
    margin-bottom: 0;
    width: 70%;
    flex: 0 0 70%;
}

.cta-content .make-order {
    display: inline-flex;
    margin-left: auto;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 700;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.cta-content .make-order::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.custom-order-area {
    padding: 70px 0;
}

.custom-order-title .sub-title {
    display: block;
    color: #fff;
    margin-bottom: 12px;
}

.custom-order-title .title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-size: 36px;
}

.custom-order-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.custom-order-btn .capsule-btn {
    background: #b43f39;
    padding: 19px 35px;
    margin-right: 20px;
}

/* Testimonial */
.testimonial-item {
    border: 2px solid #ffeeed;
    padding: 49px 45px;
    position: relative;
    box-shadow: 0px 16px 32px 0px rgba(201, 80, 74, 0.04);
    margin-bottom: 50px;
    z-index: 1;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.testimonial-item::before {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-image: url(../images/testi_quote.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 120px;
    z-index: -1;
}

.testimonial-rating {
    line-height: 1;
    font-size: 16px;
    color: #ffb400;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.testi-avatar-wrap {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.testi-avatar-thumb {
    flex: 0 0 50px;
    width: 50px;
    margin-right: 16px;
}

.testi-avatar-info {
    flex-grow: 1;
}

.testi-avatar-info h5 {
    font-size: 18px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 7px;
}

.testi-avatar-info span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}

.testimonial-active .slick-active.slick-center .testimonial-item {
    box-shadow: 0px 16px 32px 0px rgba(201, 80, 74, 0.1);
}

/* Newsletter */
.cap-newsletter-wrap {
    margin-bottom: 30px;
    min-height: 210px;
    display: flex;
    align-items: center;
    padding: 65px 45px;
}

.cap-newsletter-title {
    flex-grow: 1;
}

.cap-newsletter-title .sub-title {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}

.cap-newsletter-title .title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: -1px;
    color: #fff;
}

.cap-newsletter-form {
    width: 335px;
}

.cap-newsletter-form form {
    position: relative;
}

.cap-newsletter-form form input {
    width: 100%;
    font-size: 14px;
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #cf625c;
    padding: 17px 70px 19px 20px;
}

.cap-newsletter-form form input::placeholder {
    font-size: 14px;
    color: #eab6b3;
}

.cap-newsletter-form form button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    background: #b2312b;
    color: #fff;
    font-size: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* Contact */
.contact-form-wrap {
    padding: 80px;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: -70px;
}

.contact-form-wrap .form-grp {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-wrap .form-grp input,
.contact-form-wrap .form-grp textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 23px 65px 23px 40px;
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 400;
}

.contact-form-wrap .form-grp input::placeholder,
.contact-form-wrap .form-grp textarea::placeholder {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 400;
}

.contact-form-wrap .form-grp i {
    position: absolute;
    right: 40px;
    top: 26px;
}

.contact-form-wrap .form-grp .custom-select {
    border: none;
    background: #fff;
    color: #a5a5a5;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    padding: 23px 65px 23px 40px;
    outline: none;
    font-size: 16px;
    height: 70px;
}

.custom-select:focus {
    box-shadow: none;
}

.contact-form-wrap .form-grp textarea {
    min-height: 260px;
    max-height: 260px;
}

.contact-form-wrap form .btn {
    padding: 19px 40px 19px 40px;
}

.contact-map {
    min-height: 770px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.contact-info-box {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(133, 133, 133, 0.06);
}

.contact-info-box-head {
    padding: 35px 40px;
}

.contact-info-box-content {
    padding: 45px 40px;
}

.contact-info-box-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-info-box-content li:last-child {
    margin-bottom: 0;
}

.contact-info-box-content li i {
    margin-right: 30px;
    font-size: 16px;
    margin-top: 3px;
}

.contact-info-box-content li span {
    display: block;
    flex-grow: 1;
    font-weight: 500;
}

.contact-info-box-head h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.contact-info-box-head span {
    color: #fff;
    font-size: 14px;
}

.contact-info-area .row [class*="col-"]:nth-child(3) .contact-info-box-head {
    background: #222;
}

.contact-info-area .row [class*="col-"]:nth-child(3) .contact-info-box-content li i {
    color: #222;
}

.contact-info-area .row [class*="col-"]:nth-child(3) .contact-info-box-head span {
    color: #aeaeae;
}

.contact-info-area {
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/