@import url(../fonts/recoleta/stylesheet.css);
@import url(../fonts/gordita/stylesheet.css);
@import url(../vendor/bootstrap/css/bootstrap.min.css);
@import url(navbar.css);
@import url(framework.css);
@import url(../fonts/bootstrap-icons/font-css.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url(../vendor/fancybox/dist/jquery.fancybox.min.css);
@import url(../vendor/slick/slick.css);
@import url(animate.min.css);
@import url(custom-animation.css);
@import url(../vendor/selectize.js/selectize.css);
@import url(../vendor/animated-headline-master/style.css);
@import url(../vendor/fullScroll/jquery.pagepiling.css);
@import url(../vendor/aos-next/dist/aos.css);
@import url(../vendor/intl-tel/build/css/intlTelInput.css);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

.small{
    font-size: 0.72em;
    line-height: 1.7em;
}

.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
    text-align: center;
}
.ctn-preloader .animation-preloader .icon {
    display: inline-block;
    position: relative;
}
.ctn-preloader .animation-preloader .icon span {
    animation: spinner 1.5s infinite linear;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.ctn-preloader .animation-preloader .icon span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 12px;
    left: 0;
    box-shadow: 0 0 10px var(--red-two);
    border-radius: 50%;
    background: #ff303a;
}
.ctn-preloader .animation-preloader .txt-loading {
    user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: var(--heading);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 70px;
    position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: Recoleta;
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    color: rgb(0 0 0 / 14%);
    position: relative;
    font-size: 70px;
    line-height: 70px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}
.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out;
}
@keyframes spinner {
        to {
        transform: rotateZ(360deg);
    }
}
@keyframes letters-loading {
    0%, 100%, 75% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%, 50% {
        opacity: 1;
        transform: rotateY(0);
    }
}
@media screen and (max-width:500px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    background: #ff303a;
    display: none;
    transition: all .3s ease-in-out;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 0;
}
:root {
    --text-color: #292929;
    --heading: #000;
    --red-one: #FF2759;
    --red-two: #FB1B1D;
    --deep-cyan: #EBF1EE;
    --light-cyan: #F4FAFE;
    --light-blue: #F1F7FD;
    --deep-blue: #EBF6FF;
}
::selection {
    background-color: #2a2a2a;
    color: #fff;
}
body {
    font-family: gorditaregular;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    line-height: 1.6em;
    color: var(--text-color);
}
.main-page-wrapper {
    overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    color: var(--heading);
    font-weight: 400;
}
.h1, h1 {
    font-size: 100px;
}
.h2, h2 {
    font-size: 52px;
}
.h3, h3 {
    font-size: 36px;
}
.h4, h4 {
    font-size: 24px;
    /*font-family: gorditamedium;*/
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6);
}
:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
}
::placeholder {
    color: rgba(0, 0, 0, .6);
}
.dark-bg ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.dark-bg :-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.dark-bg ::placeholder {
    color: rgba(255, 255, 255, .5);
}
.dark-style ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.dark-style :-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.dark-style ::placeholder {
    color: rgba(255, 255, 255, .5);
}
.svg path, .tran3s {
    transition: all .3s ease-in-out;
}
.tran4s {
    transition: all .4s ease-in-out;
}
.tran5s {
    transition: all .5s ease-in-out;
}
.tran6s {
    transition: all .6s ease-in-out;
}
.text-right{
    text-align: right;
}
.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.text-lg {
    font-size: 24px;
    line-height: 1.7em;
}
.cs-screen {
    position: absolute;
}
.shapes {
    position: absolute;
    z-index: -1;
}
/*.font-recoleta {
    font-family: Recoleta;
}*/
.light-bg {
    background-color: #fffbf9;
}
.dark-bg {
    background-color: #121212;
}
.bg-light-cyan {
    background-color: var(--light-cyan);
}
.bg-deep-cyan {
    background-color: var(--deep-cyan);
}
.bg_gradient{
	background: linear-gradient(-210deg, rgba(9, 167, 174, 0.62) 10%, rgb(0, 121, 181) 80%);
}
.bg_gradient_1{
    background: linear-gradient(-180deg, rgba(191, 222, 238, 0.8) 20%, rgba(218, 253, 255, 0) 100%);
}
.border-radius{
    border-radius: 20px;
}
hr{
    width: 80%;
    margin: 40px auto!important;
}
.hero-spacing {
    margin: 135px 65px 0;
}
.box-layout {
    padding-left: 65px;
    padding-right: 65px;
}
.slick-dots {
    padding-left: 0;
    margin-bottom: 0;
}
.border-left {
    border-left: 1px solid rgba(0, 0, 0, .08)!important;
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .08)!important;
}
.border-top {
    border-top: 1px solid rgba(0, 0, 0, .08)!important;
}
.border0{
    border:0;
}

table{
    font-size: 16px;
    line-height: 1.4em;
    caption-side:unset;
}
table thead th,
table tbody td{}

table.product_table thead th{
    padding: 8px 18px !important;
}
table.product_table tbody td{
    padding: 13px 18px !important;
}
table caption{
    text-align: center;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*color: #142653;*/
    color: #00709b;
    padding: .8em 0;
    /*background: #dee2e6;*/
    /*background: #f6f6f6;*/
}


.title-style-one .upper-title {
    font-family: Montserrat;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 48, 58, 0.9);
    letter-spacing: 2px;
    padding-bottom: 0px;
}
.title-style-one .title {
    font-weight: 600;
    font-size: 42px;
    color: #142653;
    line-height: 1.16em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.title-style-one.white-vr .title {
    color: #fff;
}
.title-style-one.white-vr .upper-title {
    color: rgba(255, 255, 255, .5);
}
.title-style-one .title span {
    color: #009cd9;
    position: relative;
    display: inline-block;
}
.title-style-one .title span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #009cd9;
    left: 0;
    bottom: 2px;
}
.title-style-two .title {
    /*font-family: Recoleta;*/
    font-weight: 600;
    font-size: 38px;
    line-height: 1.25em;
    margin-bottom: 0;
}
.title-style-two.white-vr .title {
    color: #fff;
}
.title-style-two .title span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.title-style-two .title span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 3px;
    background: #ff303a;
    left: 2px;
    bottom: 4px;
}
.title-style-three .title {
    /*font-family: Recoleta;*/
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}
.title-style-three.white-vr .title {
    color: #fff;
}
.title-style-three .title span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.title-style-three .title span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 3px;
    background: #ff303a;
    left: 2px;
    bottom: 4px;
}
.title-style-four .title {
    /*font-family: Recoleta;*/
    font-size: 58px;
    color: #2d5a95;
    line-height: 1.24em;
    margin-bottom: 0;
}
.title-style-four.white-vr .title {
    color: #fff;
}
.title-style-five .title {
    font-family: gorditabold;
    font-size: 68px;
    line-height: 1.18em;
    margin-bottom: 0;
}
.title-style-five.white-vr .title {
    color: #fff;
}
.title-style-five .upper-title {
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    letter-spacing: 2px;
    padding-bottom: 12px;
}
.title-style-six .title {
    font-family: gorditamedium;
    font-size: 58px;
    line-height: 1.24em;
    letter-spacing: 0;
    margin-bottom: 0;
}
.title-style-six .upper-title {
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    letter-spacing: 3px;
    padding-bottom: 12px;
}
.title-style-seven .title {
    font-family: gorditablack;
    font-size: 100px;
    line-height: 1em;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.title-style-seven .title span {
    display: inline-block;
    position: relative;
}
.title-style-seven .title span img {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.title-style-seven p {
    font-size: 22px;
    line-height: 1.68em;
    padding-top: 80px;
    color: #454545;
}
.title-style-seven.white-vr .title {
    color: #fff;
}
.title-style-seven .title .bg-shape:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../images/shape/shape_52.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.title-style-eight .title {
    font-family: gorditablack;
    font-size: 82px;
    line-height: 1.15em;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.title-style-eight.white-vr .title {
    color: #fff;
}
.title-style-eight .title span {
    display: inline-block;
    position: relative;
}
.title-style-eight .title span img {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
}
.title-style-nine .title {
    font-family: gorditabold;
    font-size: 72px;
    line-height: 1.22em;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.title-style-nine.white-vr .title {
    color: #fff;
}
.title-style-nine .upper-title {
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    letter-spacing: 2px;
    padding-bottom: 18px;
}
.title-style-ten .title {
    font-family: gorditamedium;
    font-size: 42px;
    line-height: 1.22em;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.title-style-ten .title span {
    color: #ff303a;
}
.ripple-btn {
    position: relative;
}
.ripple-btn:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    transform: scale(0);
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
}
.ripple-btn:hover:before {
    transform: scale(1);
    opacity: 0;
    transition: all .5s ease-in-out;
}
.ripple-btn.theme-btn-one:hover {
    background: #161616;
}
body .theme-btn-one {
    font-family: gorditamedium;
    font-size: 17px;
    color: #fff;
    padding: 0 42px;
    text-align: center;
    line-height: 58px;
    background: #161616;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
body .theme-btn-one.border0 {
    border-radius: 0;
}
body .theme-btn-one.xs {
    font-size: 14px;
    text-transform: uppercase;
}
body .theme-btn-one img {
    vertical-align: 0;
    margin-left: 10px;
    display: inline-block;
}
body .theme-btn-one:active, body .theme-btn-one:hover {
    background: #ff303a;
}
body .theme-btn-two {
    font-family: gorditamedium;
    font-size: 17px;
    color: var(--heading);
    padding: 0 40px;
    text-align: center;
    line-height: 51px;
    border: 2px solid var(--heading);
    border-radius: 6px;
    transition: all .3s ease-in-out;
}
body .theme-btn-two:hover {
    background: #ff303a;
    border-color: #ff303a;
    color: #fff;
}
body .theme-btn-three {
    font-family: gorditamedium;
    font-size: 18px;
    transition: all .3s ease-in-out;
}
body .theme-btn-three.white-vr {
    color: #fff;
}
body .theme-btn-three.btn-color {
    color: #ff303a;
}
body .theme-btn-three i {
    margin-left: 3px;
    font-size: 17px;
    vertical-align: -1px;
}
body .theme-btn-three.white-vr:hover, body .theme-btn-three:hover {
    color: #ff303a;
    text-decoration: underline;
}
body .theme-btn-four {
    font-family: gorditamedium;
    font-size: 18px;
    color: #fff;
    padding: 0 28px;
    min-width: 180px;
    text-align: center;
    line-height: 51px;
    border: 2px solid #ff303a;
    background: #ff303a;
    transition: all .3s ease-in-out;
}
body .theme-btn-four:hover {
    background: 0 0;
    color: #ff303a;
}
body .theme-btn-five {
    font-family: gorditamedium;
    color: #292929;
    padding-bottom: 3px;
    transition: all .3s ease-in-out;
}
body .theme-btn-five:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--heading);
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}
body .theme-btn-five:hover {
    color: var(--red-two);
}
body .theme-btn-five:hover:before {
    background: var(--red-two);
}
body .theme-btn-six {
    font-family: gorditamedium;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 32px;
    line-height: 55px;
    border-radius: 5px;
    background: var(--red-two);
    transition: all .3s ease-in-out;
}
body .theme-btn-six:hover {
    background: var(--heading);
}
body .theme-btn-seven {
    font-family: gorditamedium;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 32px;
    text-align: center;
    line-height: 48px;
    background: #161616;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    white-space: nowrap;
}
body .theme-btn-seven:hover {
    background: #ff303a;
}
body .theme-btn-eight {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--heading);
    padding: 0 31px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 48px;
    border: 2px solid var(--heading);
    transition: all .3s ease-in-out;
}
body .theme-btn-eight:hover {
    background: #ff303a;
    border-color: #ff303a;
    color: #fff;
}
body .theme-btn-nine {
    font-family: gorditamedium;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--heading);
    padding: 0 35px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 55px;
    border: 1px solid var(--heading);
    transition: all .3s ease-in-out;
}
body .theme-btn-nine:hover {
    background: var(--heading);
    color: #fff;
}
body .theme-btn-ten {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    position: relative;
    transition: all .3s ease-in-out;
}
body .theme-btn-ten:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: rgba(255, 255, 255, .26);
}
body .theme-btn-ten:hover {
    letter-spacing: 6px;
    color: #ff303a;
}
body .theme-btn-eleven {
    font-family: gorditamedium;
    font-size: 18px;
    color: var(--heading);
    padding: 0 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 58px;
    border: 2px solid var(--heading);
    transition: all .3s ease-in-out;
}
body .theme-btn-eleven:hover {
    background: #ff303a;
    border-color: #ff303a;
    color: #fff;
}
body .theme-btn-twelve {
    font-family: gorditamedium;
    font-size: 18px;
    background: var(--heading);
    color: #fff;
    padding: 0 48px;
    text-align: center;
    letter-spacing: 0;
    line-height: 62px;
    transition: all .3s ease-in-out;
}
body .theme-btn-twelve:hover {
    background: #ff303a;
}
body .theme-btn-twelve.outline {
    border: 2px solid #fff;
    background: 0 0;
    line-height: 58px;
}
body .theme-btn-twelve.outline:hover {
    background: #ff303a;
    border-color: #ff303a;
}
body .theme-btn-thirteen {
    font-family: gorditamedium;
    font-size: 17px;
    line-height: 60px;
    letter-spacing: -.36px;
    color: #fff;
    background: #ff303a;
    padding: 0 30px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
body .theme-btn-thirteen:hover {
    background: var(--heading);
}
.page-pagination-one ul li {
    font-family: gorditamedium;
    font-size: 20px;
    color: #3e3e3e;
    margin-right: 20px;
}
.page-pagination-one ul li a {
    transition: all .3s ease;
}
.page-pagination-one ul.justify-content-center li {
    margin: 0 10px;
}
.page-pagination-one ul li.active a, .page-pagination-one ul li:hover a {
    color: #ff303a;
}
.page-pagination-one ul li.arrow {
    font-size: 28px;
    color: #000;
}
.page-pagination-one ul li:nth-child(6) a {
    font-size: 18px;
}
.page-pagination-one ul li a span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
}
.page-pagination-one ul li a:hover span, .page-pagination-one ul li.active a span {
    background: #232323;
    color: #fff;
}
.page-pagination-one.round-style ul li {
    margin: 0 5px;
}
.dark-bg .page-pagination-one ul li, .dark-bg .page-pagination-one ul li.arrow, .dark-layout .page-pagination-one ul li, .dark-layout .page-pagination-one ul li.arrow {
    color: rgba(255, 255, 255, .8);
}
.page-pagination-two ul li a {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    margin: 0 10px;
    transition: all .3s ease;
}
.page-pagination-two ul li a:hover, .page-pagination-two ul li.active a {
    background: #000;
    color: #fff;
    transform: scale(1.2);
    font-size: 1.2em;
}
.page-pagination-three ul li a {
    font-family: gorditamedium;
    width: 35px;
    line-height: 35px;
    border: 1px solid #e4e4e4;
    border-right: none;
    font-size: 15px;
    color: #000;
    text-align: center;
    transition: all .3s ease;
}
.page-pagination-three ul li:last-child a {
    border-right: 1px solid #e4e4e4;
}
.page-pagination-three ul li a:hover, .page-pagination-three ul li.active a {
    background: #ffe3ea;
    color: var(--red-two);
    border-color: #ffb2c5;
    border-right: 1px solid #ffb2c5;
}
.page-pagination-four ul li span {
    font-family: gorditamedium;
    font-size: 17px;
    color: #000;
}
.page-pagination-four ul li .icon {
    width: 48px;
    line-height: 46px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-size: 22px;
    transition: all .3s ease;
}
.page-pagination-four ul li.active .icon, .page-pagination-four ul li:hover .icon {
    background: var(--red-two);
    color: #fff;
    border-color: var(--red-two);
}

.nav-tabs {
    border: 0;
    padding: 0;
}
.nav-tabs .nav-link {
    padding: 5px 18px;
    font-size: 21px;
    font-family: Montserrat;
    font-weight: 500;
    color: initial;
    border: none;
    margin-right: 7px;
    letter-spacing: 0;
    border-radius: 4px;
}
.nav-tabs .nav-link::last-child{
    margin-right: 0;
}
.nav-tabs .nav-link.active {
    background: #ff303a;
    color: #fff;
}

.theme-main-menu {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 40px;
    transition: all .4s ease-out;
}
.theme-main-menu.sticky-menu.fixed {
    z-index: 990;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .3);
}
.theme-main-menu .inner-content {
    position: relative;
}
.theme-main-menu .mega-dropdown, .theme-main-menu .navbar {
    position: static;
}
.theme-main-menu.sticky-menu.fixed.dark-bg, .theme-main-menu.sticky-menu.fixed.white-vr {
    background: #1d1d21;
}
.theme-main-menu .logo-xl img{
    width: 321px;
    transition: all .3s ease-in-out;
}
.theme-main-menu.sticky-menu.fixed .logo-xl img{
    width: 215px;
}
.theme-menu-one .right-widget .login-btn {
    /*margin-right: 60px;*/
}
.theme-menu-one .right-widget .login-btn span {
    font-family: 'gorditamedium';
    margin: 0 0 0 6px;
    transition: all .3s ease-in-out;
    color: var(--heading);
}
.theme-menu-one .right-widget .login-btn:hover span {
    text-decoration: underline;
}
.theme-menu-one.white-vr .right-widget .login-btn span, .white-vr .navbar .navbar-nav .nav-link {
    color: #fff;
}
.theme-main-menu .right-widget .cart-group-wrapper .dropdown-toggle:after {
    display: none;
}
.theme-main-menu .right-widget .cart-group-wrapper .dropdown-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    position: relative;
    transition: all .3s ease-in-out;
}
/*.theme-main-menu .right-widget .cart-group-wrapper .dropdown-toggle:hover {
    background: rgba(0, 0, 0, .04);
}*/
.theme-main-menu .right-widget .cart-group-wrapper .item-count {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff303a;
    line-height: 16px;
    text-align: center;
    font-size: 9px;
    color: #fff;
    right: 2px;
    top: 0;
}
.theme-main-menu .cart-group-wrapper .dropdown-menu {
    width: 150px;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow:0 5px 20px -6px rgba(102, 114, 140, 0.5);
}
.theme-main-menu .right-widget .cart-group-wrapper .item-img {
    width: 70px;
    height: 75px;
    padding: 5px;
    background: #f5f5f5;
}
.theme-main-menu .right-widget .cart-group-wrapper .item-info {
    width: calc(100% - 70px);
    padding-left: 20px;
    position: relative;
}
.theme-main-menu .right-widget .cart-group-wrapper .item-info .name {
    font-size: 17px;
    color: #1f1f1f;
    margin: 0 0 5px;
}
.theme-main-menu .right-widget .cart-group-wrapper .item-info .name:hover {
    text-decoration: underline;
}
.theme-main-menu .right-widget .cart-group-wrapper .item-info .price {
    font-family: gorditamedium;
    font-size: 18px;
    color: #000;
    letter-spacing: -1px;
}
.theme-main-menu .right-widget .cart-group-wrapper .item-info .price .quantity {
    font-size: 17px;
    color: rgba(31, 31, 31, .3);
    margin-left: 7px;
}
.theme-main-menu .right-widget .cart-group-wrapper .selected-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.theme-main-menu .right-widget .cart-group-wrapper .selected-item a{
	display: block;
	width: 100%;
}
.theme-main-menu .right-widget .cart-group-wrapper .selected-item:last-child {
    /*margin-bottom: 21px;*/
    margin-bottom: 0;
    border-bottom: 0;
}
.theme-main-menu .right-widget .cart-group-wrapper .subtotal .title {
    font-size: 18px;
    color: #1f1f1f;
}
.theme-main-menu .right-widget .cart-group-wrapper .subtotal .total-price {
    font-family: gorditamedium;
    font-size: 20px;
    letter-spacing: 0;
    color: #000;
}
.theme-main-menu .right-widget .cart-group-wrapper .subtotal {
    padding-bottom: 7px;
}
.theme-main-menu .right-widget .cart-group-wrapper .button-group a {
    font-family: gorditamedium;
    display: block;
    line-height: 43px;
    border: 1px solid #dbdbdb;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #1f1f1f;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: all .3s ease-in-out;
}
.theme-main-menu .right-widget .cart-group-wrapper .button-group a:hover {
    color: #fff;
    background: #212121;
}
.theme-main-menu .right-widget .eCommerce-search {
    width: 335px;
    position: relative;
}
.theme-main-menu .right-widget .eCommerce-search input {
    width: 100%;
    font-size: 17px;
    border: none;
    font-style: italic;
    padding-left: 35px;
    padding-right: 15px;
    background: 0 0;
}
.theme-main-menu .right-widget .eCommerce-search .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.theme-main-menu .user-profile-action .dropdown-toggle:after {
    display: none;
}
.theme-main-menu .user-profile-action .dropdown-menu {
    width: 220px;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 20px 10px 25px 30px;
    box-shadow: 0 5px 20px -6px rgba(102, 114, 140, 0.2);
}
.theme-main-menu .user-profile-action .dropdown-menu ul li a {
    font-size: 17px;
    line-height: 42px;
    color: #000;
    padding-left: 30px;
    position: relative;
    transition: all .3s ease-in-out;
}
.theme-main-menu .user-profile-action .dropdown-menu ul li a:hover {
    color: #ff303a;
}
.theme-main-menu .user-profile-action .dropdown-menu ul li a .icon {
    position: absolute;
    left: 0;
    top: 12px;
}
.theme-main-menu .user-profile-action .dropdown-menu ul li a:hover .icon path {
    fill: #ff303a;
}
.theme-main-menu .mobile-content .search-form {
    margin: 40px auto 40px;
    width: 100%;
    position: relative;
}
.theme-main-menu .mobile-content .search-form input {
    width: 100%;
    height: 50px;
    border: 2px solid var(--heading);
    border-radius: 6px;
    font-size: 16px;
    padding: 0 50px 0 15px;
}
.theme-main-menu .mobile-content .search-form button {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
    color: var(--heading);
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.theme-main-menu .mobile-content .search-form button:hover {
    color: #ff303a;
}
.theme-main-menu .mobile-content .address-block .title {
    font-family: gorditamedium;
    font-size: 18px;
    margin-bottom: 15px;
}
.theme-main-menu .mobile-content .address-block p {
    font-size: 16px;
    line-height: 1.6em;
    color: var(--heading);
}
.theme-main-menu .mobile-content .address-block p a {
    font-size: 20px;
    color: #ff303a;
    margin-top: 3px;
}
.theme-main-menu .mobile-content .address-block p a:hover {
    text-decoration: underline;
}
.theme-main-menu.dark-bg .right-widget .cart-group-wrapper .dropdown-toggle:hover {
    background: rgba(255, 255, 255, .06);
}
.theme-main-menu .dark-style .mobile-content .search-form input {
    background: #323232;
    border: none;
    color: #fff;
}
.theme-main-menu .dark-style .mobile-content .address-block .title, .theme-main-menu .dark-style .mobile-content .search-form button, .theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .item-info .price, .theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .subtotal .title, .theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .subtotal .total-price {
    color: #fff;
}
.theme-main-menu .dark-style .mobile-content .address-block p, .theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .item-info .name, .theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .item-info .price .quantity {
    color: rgba(255, 255, 255, .6);
}
.theme-main-menu .cart-group-wrapper .dropdown-menu.dark-dropdown {
    background: #212121;
    box-shadow: 0 50px 100px rgba(0, 0, 0, .12);
}
.theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .selected-item {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .button-group a {
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
}
.theme-main-menu .right-widget .cart-group-wrapper .dark-dropdown .button-group a:hover {
    background: #000;
}
.theme-main-menu.theme-menu-two {
    padding-left: 40px;
    padding-right: 40px;
}
.theme-main-menu.theme-menu-two .inner-content {
    background: rgba(255, 255, 255, .5);
    border-radius: 15px;
    padding: 12px 35px;
    transition: all .3s ease-in-out;
}
.theme-main-menu.theme-menu-two.fixed .inner-content {
    padding: 0;
}
.theme-menu-two .right-widget .contact-btn {
    font-family: gorditamedium;
    width: 160px;
    line-height: 44px;
    font-size: 17px;
    text-align: center;
    border: 2px solid var(--heading);
    border-radius: 8px;
    color: var(--heading);
}
.theme-menu-two .right-widget .menu-search-btn {
    width: 45px;
    height: 45px;
    border: 2px solid var(--heading);
    border-radius: 50%;
    font-size: 18px;
    color: var(--heading);
    margin-right: 22px;
}
.theme-menu-two .right-widget .contact-btn:hover, .theme-menu-two .right-widget .menu-search-btn:hover {
    background: #ff303a;
    color: #fff;
    border-color: #ff303a;
}
.theme-search-form {
    background: rgba(23, 22, 26, .96);
    border: none;
    height: 50vh;
    padding: 0 12px;
}
.theme-search-form .close-btn {
    position: absolute;
    right: 40px;
    top: 30px;
    color: rgba(255, 255, 255, .7);
    font-size: 22px;
    box-shadow: none;
}
.theme-search-form .close-btn:focus, .theme-search-form .close-btn:hover {
    color: #ff303a;
}
.theme-search-form form {
    height: 60px;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
}
.theme-search-form form input {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 8px;
    padding: 0 60px 0 20px;
    background: rgb(255 255 255 / 3%);
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
}
.theme-search-form form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.theme-search-form form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.theme-search-form form ::placeholder {
    color: rgba(255, 255, 255, .5);
}
.theme-search-form form button {
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 5px;
    bottom: 5px;
    width: 50px;
    border-radius: 8px;
    background: 0 0;
    color: #fff;
    transition: all .3s ease;
}
.theme-search-form form button:hover {
    color: #ff303a;
}
.theme-main-menu.theme-menu-three .lang-select a {
    font-size: 19px;
    color: #fff;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}
.theme-main-menu.theme-menu-three .lang-select a:hover {
    color: #ff303a;
    text-decoration: underline;
}
.theme-main-menu.theme-menu-three .lang-select {
    margin-right: 45px;
}
.theme-main-menu.theme-menu-three.sticky-menu.fixed {
    background: #232227;
}
.theme-main-menu.theme-menu-four {
    padding: 0;
}
.theme-menu-four .logo {
    width: 100px;
    height: 100px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.theme-menu-four .search-form {
    width: 470px;
    position: relative;
    height: 60px;
    margin-left: calc(12vw - 100px);
}
.theme-menu-four .search-form input {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-style: italic;
}
.theme-menu-four .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0 0;
    color: #fff;
    font-size: 20px;
}
.theme-menu-four .search-form button:hover {
    color: #ff303a;
}
.theme-menu-four .sidebar-nav-button {
    width: 100px;
    height: 100px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.theme-menu-four .right-widget .login-btn span {
    font-family: gorditamedium;
    margin: 0 60px 0 12px;
    transition: all .3s ease-in-out;
    color: #fff;
}
.theme-menu-four .right-widget .login-btn:hover span {
    text-decoration: underline;
}
.theme-menu-five.theme-main-menu {
    padding: 50px 12px;
}
.theme-menu-five.theme-main-menu.sticky-menu.fixed {
    background: #080808;
    padding: 20px 12px;
}
.theme-menu-five .inner-content {
    position: relative;
}
.theme-menu-five .inner-content .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}
.theme-menu-five .navbar .navbar-nav .nav-link {
    font-family: gorditaregular;
    font-size: 20px;
    color: #fff;
    margin: 0 15px;
}
.theme-menu-five .navbar .navbar-nav .nav-link.active {
    color: #ff303a;
}
.theme-menu-five .navbar .navbar-nav .nav-item {
    width: 13vw;
    min-width: 220px;
    text-align: center;
}
.theme-menu-five .navbar .navbar-nav .nav-item:nth-child(2) {
    margin-right: 8vw;
}
.theme-main-menu.theme-menu-six {
    padding-left: 50px;
    padding-right: 50px;
}
.theme-main-menu.theme-menu-six .navbar {
    margin-left: calc(11vw - 112px);
}
.theme-main-menu.theme-menu-six .right-widget {
    margin-left: auto;
}
.theme-menu-six .right-widget .login-btn {
    margin-right: 50px;
}
.theme-menu-six .right-widget .login-btn span {
    font-family: gorditamedium;
    margin: 0 0 0 12px;
    transition: all .3s ease-in-out;
    color: var(--heading);
}
.theme-menu-six .right-widget .login-btn:hover span {
    text-decoration: underline;
}
.theme-menu-six .right-widget .search-form {
    width: 20vw;
    min-width: 300px;
    position: relative;
    height: 50px;
    margin-right: 4vw;
    margin-bottom: 20px;
}
.theme-menu-six .right-widget .search-form input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: 0 0;
    border: none;
    padding: 0 0 0 35px;
    border-bottom: 2px solid #000;
    font-style: italic;
}
.theme-menu-six .right-widget .search-form button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: 0 0;
    color: #000;
    font-size: 19px;
}
.theme-menu-six .right-widget .search-form button:hover {
    color: #ff303a;
}
.offcanvas.sidebar-nav {
    width: 500px;
    border: none;
    padding: 40px 40px 20px;
    max-height: 100%;
    overflow-y: auto;
}
.offcanvas.sidebar-nav .offcanvas-header {
    padding: 0;
    text-align: right;
}
.sidebar-nav .offcanvas-header .close-btn {
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 30px;
    top: 15px;
}
.sidebar-nav .offcanvas-header .close-btn:hover {
    color: #ff303a;
}
.sidebar-nav .sidebar-nav-item {
    padding: 5px 0 55px;
    /*text-align: center;*/
}
.sidebar-nav .sidebar-nav-item .nav-item>a {
    font-size: 24px;
    line-height: 2.42em;
    color: var(--heading);
    position: relative;
    display: block;
    transition: all .3s ease-in-out;
}
.sidebar-nav .sidebar-nav-item .nav-item.active>a, .sidebar-nav .sidebar-nav-item .nav-item:hover>a {
    color: #ff303a;
}
.sidebar-nav .sidebar-nav-item .dropdown-toggle::after {
    display: none;
}
.sidebar-nav .sidebar-nav-item ul li{
    position: relative;
}
.sidebar-nav .sidebar-nav-item .dropdown-toggle{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
}
.sidebar-nav .sidebar-nav-item .dropdown-toggle::before {
    content: "\f282";
    position: absolute;
    margin: 0;
    border: none;
    font-size: 18px;
    right: 11px;
    top: 3px;
    font-family: bootstrap-icons;
    font-weight: 700;
    line-height: 50px;
    transition: transform .3s ease-in-out;
}
.sidebar-nav .sidebar-nav-item .dropdown-toggle.show::before {
    transform: rotate(180deg);
}
.sidebar-nav .sidebar-nav-item .dropdown-menu {
    position: static!important;
    border: none;
    background: var(--light-cyan);
    transform: scale(1)!important;
    padding: 10px 0;
    /*text-align: center;*/
}
.sidebar-nav .sidebar-nav-item .dropdown-menu a {
    font-size: 16px;
    line-height: 26px;
    color: var(--heading);
    padding: 0 15px;
    margin-bottom: 16px;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover {
    color: #ff303a;
}
.sidebar-nav .sidebar-nav-item .dropdown-menu a span {
    position: relative;
    white-space: normal;
    display: block;
    width: 100%;
}
.sidebar-nav .sidebar-nav-item .dropdown-menu a span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #ff303a;
    transform: scale(0 , 1);
    transform-origin: 0 0;
    transition: all .3s ease-in-out;
}
.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover span:before {
    transform: scale(1);
}
.sidebar-nav .search-form {
    margin: 20px auto 70px;
    width: 100%;
    position: relative;
}
.sidebar-nav .search-form input {
    width: 100%;
    height: 60px;
    border: 2px solid var(--heading);
    border-radius: 6px;
    font-size: 17px;
    padding: 0 50px 0 20px;
}
.sidebar-nav .search-form button {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
    color: var(--heading);
    font-size: 22px;
    transition: all .3s ease-in-out;
}
.sidebar-nav .search-form button:hover {
    color: #ff303a;
}
.sidebar-nav .address-block .title {
    font-family: gorditamedium;
    font-size: 22px;
    padding-bottom: 14px;
    margin-bottom: 0;
}
.sidebar-nav .address-block p {
    font-size: 19px;
    line-height: 1.6em;
    color: var(--heading);
    padding-bottom: 30px;
    margin-bottom: 0;
}
.sidebar-nav .address-block p a {
    font-size: 22px;
    color: #ff303a;
    margin-top: 2px;
}
.sidebar-nav .address-block p a:hover {
    text-decoration: underline;
}
.sidebar-nav .social-icon a {
    font-size: 19px;
    margin-right: 19px;
    color: #333;
    transition: all .3s ease-in-out;
}
.sidebar-nav .social-icon a:hover {
    color: #ff303a;
}
.dark-style.sidebar-nav {
    background: #121212;
}
.dark-style.sidebar-nav .sidebar-nav-item .dropdown-menu {
    background: #000;
}
.dark-style.sidebar-nav .offcanvas-header .close-btn {
    color: rgba(255, 255, 255, .8);
}
.dark-style.sidebar-nav .address-block .title, .dark-style.sidebar-nav .search-form button, .dark-style.sidebar-nav .sidebar-nav-item .nav-item>a {
    color: #fff;
}
.dark-style.sidebar-nav .address-block p, .dark-style.sidebar-nav .sidebar-nav-item .dropdown-menu a, .dark-style.sidebar-nav .social-icon a {
    color: rgba(255, 255, 255, .75);
}
.dark-style.sidebar-nav .offcanvas-header .close-btn:hover, .dark-style.sidebar-nav .search-form button:hover, .dark-style.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover, .dark-style.sidebar-nav .sidebar-nav-item .nav-item.active>a, .dark-style.sidebar-nav .sidebar-nav-item .nav-item:hover>a, .dark-style.sidebar-nav .social-icon a:hover {
    color: #ff303a;
}
.dark-style.sidebar-nav [class*=theme-btn-] {
    background: #ff303a;
}
.dark-style.sidebar-nav .search-form input {
    background: #323232;
    border: none;
    color: #fff;
}
.offcanvas.sidebar-nav.full-screen {
    width: 100vw;
    height: 100vh;
    padding: 20px 15px;
    transition: all .5s ease-in-out;
}
.sidebar-nav.full-screen .sidebar-nav-item {
    padding: 40px 0;
}
.sidebar-nav.full-screen .sidebar-nav-item .nav-item {
    font-family: Recoleta;
}
.sidebar-nav.full-screen .sidebar-nav-item .nav-item>a {
    font-size: 100px;
    line-height: 1.4em;
    color: #e7e7e7;
}
.sidebar-nav.full-screen .sidebar-nav-item .nav-item a.show, .sidebar-nav.full-screen .sidebar-nav-item .nav-item:hover>a {
    color: #000;
}
.sidebar-nav.full-screen .sidebar-nav-item .nav-item>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #ff303a;
    left: 0;
    top: 50%;
    z-index: 1;
    transition: all .3s ease-in-out;
    opacity: 0;
    border: none;
    margin: 0;
    vertical-align: middle;
    transform: translateY(-50%) scale(.5 , 1);
}
.sidebar-nav.full-screen .sidebar-nav-item .nav-item a.show:after, .sidebar-nav.full-screen .sidebar-nav-item .nav-item:hover>a:after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}
.sidebar-nav.full-screen .sidebar-nav-item .dropdown-toggle::before {
    right: -30px;
}
.sidebar-nav.full-screen .sidebar-nav-item .dropdown-menu a {
    font-size: 35px;
    line-height: 2em;
}
.sidebar-nav.full-screen.dark-style .sidebar-nav-item .nav-item>a {
    color: #383838;
}
.sidebar-nav.full-screen.dark-style .sidebar-nav-item .nav-item a.show, .sidebar-nav.full-screen.dark-style .sidebar-nav-item .nav-item:hover>a {
    color: #fff;
}
.hero-banner-one {
    position: relative;
    z-index: 1;
}
.hero-banner-one .hero-heading {
    line-height: 1.1em;
}
.hero-banner-one .hero-heading span:after, .hero-banner-one .hero-heading span:before {
    content: '';
    width: 49%;
    height: 4px;
    position: absolute;
    bottom: 2px;
    left: 13px;
    background: var(--heading);
}
.hero-banner-one .hero-heading span:after {
    background: #ff303a;
    left: auto;
    right: 8px;
}
.hero-banner-one .hero-heading span em {
    font-style: normal;
    color: #ff303a;
}
.hero-banner-one .hero-sub-heading {
    color: var(--heading);
    padding: 30px 40px 55px 0;
}
.hero-banner-one form {
    max-width: 565px;
    height: 80px;
    position: relative;
}
.hero-banner-one form input {
    border: none;
    background: #f4f4f4;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 190px 0 30px;
}
.hero-banner-one form button {
    position: absolute;
    right: 10px;
    top: 8px;
    bottom: 8px;
    background: #242424;
    width: 180px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.hero-banner-one form button:hover {
    background: #ff303a;
}
.hero-banner-one form ::-webkit-input-placeholder {
    color: #0b0b0b;
}
.hero-banner-one form :-ms-input-placeholder {
    color: #0b0b0b;
}
.hero-banner-one .term-text {
    font-size: 16px;
    color: #979797;
    padding-top: 20px;
}
.hero-banner-one .term-text a {
    color: var(--heading);
}
.hero-banner-one .term-text a:hover {
    text-decoration: underline;
}
.hero-banner-one .illustration-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    max-width: 46%}
.partner-slider-one p {
    font-size: 20px;
    color: var(--heading);
    padding-bottom: 60px;
}
.partner-slider-one p span {
    font-family: gorditamedium;
}
.partner-slider-one-border .partner-slider-one {
    max-width: 1500px;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 70px;
}
.vcamp-feature-section-one .bg-wrapper {
    padding: 100px 15px 80px;
    position: relative;
    z-index: 1;
}
.vcamp-feature-section-one .bg-wrapper .shape-one {
    left: 14%;
    bottom: 8%;
    animation: jumpTwo 5s infinite linear;
}
.vcamp-feature-section-one .meta-info-text {
    color: #4c4e57;
    padding: 30px 0 45px;
}
.card-style-one {
	padding: 20px 25px;
    /*background: var(--light-cyan);*/
    margin-bottom: 20px;
}
.card-style-one .icon {
    width: 77px;
    height: 77px;
    background: #fff;
    border-radius: 50%}
.card-style-one .icon.style-two {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
.card-style-one:hover .icon img {
    /*transform: rotate(360deg);*/
    transform: scale(1.2Z);
}
.card-style-one .title {
    font-size: 24px;
    color: #fff;
    padding: 20px 0 10px;
    margin-bottom: 0;
}
.card-style-one .arrow-icon:hover img {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.card-style-one p {
    padding: 0 50px 32px 0;
    margin-bottom: 0;
}
.vcamp-text-block-one {
    position: relative;
    z-index: 1;
}
.vcamp-text-block-one .text-wrapper {
    padding-top: 40px;
}
.vcamp-text-block-one .video-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--heading);
    padding: 15px 16px 18px 13px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    animation: ripple 3s linear infinite;
}
.vcamp-text-block-one .video-icon::after, .vcamp-text-block-one .video-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.vcamp-text-block-one .video-icon::after {
    animation-delay: 3s;
}
.vcamp-text-block-one .meta-info-text {
    padding: 45px 30px 50px 0;
}
.vcamp-text-block-one .text-wrapper h6 {
    font-family: gorditamedium;
    font-size: 25px;
    padding: 65px 0 12px;
}
.vcamp-text-block-one .meta-info-text-two {
    font-size: 22px;
    line-height: 1.85em;
    padding-right: 30px;
    margin-bottom: 0;
}
.vcamp-text-block-one .img-container {
    padding: 0 0 50px 110px;
}
.vcamp-text-block-one .quote-wrapper {
    position: absolute;
    width: 410px;
    background: #fff;
    border-radius: 14px;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 25px 30px 36px 48px;
    box-shadow: 0 40px 80px rgba(23, 42, 65, .06);
    animation: jumpTwo 8s infinite linear;
}
.vcamp-text-block-one .quote-wrapper blockquote {
    font-size: 20px;
    line-height: 1.75em;
    padding-bottom: 16px;
}
.vcamp-text-block-one .quote-wrapper .name {
    font-family: gorditamedium;
    font-size: 20px;
    margin-bottom: 0;
}
.vcamp-text-block-one .quote-wrapper .name span {
    font-family: gorditaregular;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}
.vcamp-text-block-one .quote-wrapper .icon {
    position: absolute;
    right: 43px;
    bottom: 32px;
}
.vcamp-text-block-one .illustration {
    animation: jumpTwo 5s infinite linear;
}
.vcamp-text-block-one .video-img-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.vcamp-text-block-one .video-img-box .video-icon {
    background: #ff303a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}
.vcamp-text-block-one .left-img-meta {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 45%}
.vcamp-text-block-one .left-img-meta .shape-one {
    top: -88px;
    right: -93px;
    z-index: 1;
    animation: fade-in 1.5s infinite linear;
}
.vcamp-text-block-one .shape-two {
    right: 5%;
    bottom: -9%;
    animation: jumpThree 5s infinite linear;
}
.counter-section-one .inner-container {
    max-width: 1790px;
    padding: 0 12px;
    margin: 0 auto;
}
.counter-block-one .main-count {
    font-size: 60px;
    color: var(--heading);
    line-height: initial;
    margin-bottom: -8px;
}
.feedback-section-one .bg-wrapper {
    padding: 150px 15px 120px;
    background: #f6eae0;
    position: relative;
    z-index: 5;
}
.feedback-section-one .inner-content .icon {
    width: 68px;
    height: 68px;
    background: var(--heading);
    border-radius: 50%}
.feedback-section-one .inner-content blockquote {
    font-size: 36px;
    line-height: 1.8em;
    color: var(--heading);
    padding-bottom: 50px;
}
.feedback-section-one .inner-content blockquote span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.feedback-section-one .inner-content blockquote span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    background: #ff303a;
    left: 2px;
    bottom: 2px;
}
.feedback-section-one .inner-content .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}
.feedback-section-one .inner-content .name {
    font-size: 20px;
    font-family: gorditamedium;
}
.feedback-section-one .inner-content .name span {
    font-family: gorditaregular;
    font-size: 15px;
}
.feedback-section-one .slider-arrow li {
    width: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin: 0 8px;
    font-size: 35px;
    color: var(--heading);
    transition: all .3s ease-in-out;
    transform: scale(.7);
}
.feedback-section-one .slider-arrow li:hover {
    opacity: 1;
    transform: scale(1);
}
.feedback-section-one .slider-arrow {
    position: absolute;
    right: 18%;
    bottom: 0;
    z-index: 1;
}
.feedback-section-one .screen-one {
    right: 0;
    bottom: 0;
    max-width: 50.1%}
.card-style-two {
    border-top: 1px solid #e4e4e4;
    padding-top: 65px;
    margin-bottom: 60px;
}
.card-style-two .icon {
    width: 55px;
    height: 55px;
    background: #f2f2f2;
    border-radius: 50%}
.card-style-two:hover .icon img {
    transform: rotate(360deg);
}
.card-style-two .title {
    font-size: 24px;
    padding: 30px 0 20px;
    margin-bottom: 0;
}
.card-style-two p {
    font-size: 17px;
    margin-bottom: 0;
}
.feedback-section-two .bg-wrapper {
    padding: 100px 0 100px;
    position: relative;
    z-index: 5;
    max-width: 1785px;
    margin: 0 auto;
}
.feedback_slider_two {
    max-width: 1325px;
    margin: 65px -80px 0 auto;
}
.testimonial-block-one {
    background: var(--deep-cyan);
    border-radius: 10px;
    padding: 26px 25px 25px 45px;
    position: relative;
}
.testimonial-block-one .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /*background: var(--heading);*/
    position: absolute;
    top: 9px;
    left: 14px;
    color: #444;
}
.testimonial-block-one .icon img{
	/*width: 30px;*/
}
.testimonial-block-one p {
    font-size: 18px;
    line-height: 1.7em;
    padding-bottom: 12px;
}
.testimonial-block-one .name {
    font-size: 20px;
    color: #1b1b1b;
    position: relative;
    padding-left: 28px;
}
.testimonial-block-one .name:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: var(--heading);
    left: 0;
    top: 13px;
}
.testimonial-block-one .name span {
    font-size: 18px;
    color: #c1c1c1;
}
.testimonial-block-one .rating li {
    font-size: 16px;
    margin-right: 10px;
    color: #797979;
}
.testimonial-block-one .rating li .bi-star-fill {
    color: #ffc545;
}
.feedback_slider_two .item {
    margin: 0 25px;
}
.feedback-section-two .slider-arrows li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #2a2a2a;
    font-size: 18px;
    margin-left: 12px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.feedback-section-two .slider-arrows li:hover {
    background: #ff303a;
    color: #fff;
}
.dark-bg .testimonial-block-one {
    background: rgba(255, 255, 255, .05);
}
.dark-bg .testimonial-block-one blockquote {
    color: #d4d4d4;
}
.dark-bg .testimonial-block-one .name {
    color: #fff;
}
.dark-bg .testimonial-block-one .name:before {
    background: #fff;
}
.dark-bg .testimonial-block-one .name span {
    color: #a4a4a4;
}
.dark-bg .testimonial-block-one .icon {
    background: #ff303a;
}
.blog-meta-one {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 145px;
    border-bottom: 2px solid var(--heading);
    width: 100%}
.blog-meta-one.top-border {
    border-top: 2px solid var(--heading);
}
.blog-meta-one.feature-post {
    background: #f6f6f6;
    padding: 75px 50px 145px;
    border-bottom-color: #f6f6f6;
}
.blog-meta-one.feature-post .post-footer {
    left: 50px;
    right: 50px;
}
.blog-meta-one .tag {
    font-family: gorditamedium;
    display: inline-block;
    line-height: 27px;
    border-radius: 20px;
    letter-spacing: 1px;
    background: var(--heading);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all .3s ease-in-out;
}
.blog-meta-one .tag:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}
.blog-meta-one .title {
    font-family: gorditamedium;
    font-size: 26px;
    line-height: 1.3em;
    color: var(--heading);
    display: block;
    margin: 23px 0 17px;
}
.blog-meta-one:hover .title {
    text-decoration: underline;
}
.blog-meta-one .post-info {
    font-family: gorditamedium;
    font-size: 16px;
    color: var(--heading);
}
.blog-meta-one .post-info .date {
    font-family: gorditaregular;
    color: #aaa;
}
.blog-meta-one .post-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.blog-meta-one .post-footer .read-more:hover {
    transform: translateX(-5px);
}
.contact-section-one .bg-wrapper {
    padding: 85px 0 80px;
    background: #fbf3f3;
    position: relative;
    z-index: 5;
}
.contact-meta-one p {
    padding: 36px 35px 45px 0;
}
.contact-meta-one .help-text {
    color: rgba(0, 0, 0, .5);
    padding-bottom: 12px;
}
.contact-meta-one .help-text span {
    font-family: gorditamedium;
    color: #ff303a;
}
.contact-meta-one .call-button {
    font-size: 26px;
    color: var(--heading);
    transition: all .3s ease;
}
.contact-meta-one .call-button:hover {
    color: #ff303a;
    text-decoration: underline;
}
.form-style-one {
    background: #fff;
    border-radius: 15px;
    padding: 65px 55px 80px;
    margin-right: 45px;
    position: relative;
    z-index: 1;
}
.form-style-one.with-border {
    box-shadow: 5px 5px 0 #000;
    margin-right: 103px;
}
.contact-section-four .form-style-one {
    /*border-top: 1px solid #e0e0e0;*/
    border-radius: 0;
    padding: 0 0;
    margin: 0 0;
}
.contact-section-four .form-style-one.border0 {
    border: none;
}
.form-style-one .shape-one {
    right: -103px;
    bottom: -84px;
    animation: jumpThree 5s infinite linear;
}
.form-style-one label {
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 5px;
}
.form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea {
    display: block;
    width: 100%!important;
    max-width: 100%;
    border: 2px solid var(--heading);
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
}
.form-style-one .input-group-meta input {
    height: 60px;
}
.form-style-one .input-group-meta textarea {
    min-height: 140px;
    padding: 15px 20px;
}
/*.contact-section-four .form-style-one .input-group-meta textarea {
    min-height: 200px;
}*/
.form-style-one .selectize-input {
    display: block!important;
    font-size: 16px;
    line-height: 56px;
    height: 60px;
    color: rgba(0, 0, 0, .6);
    border-radius: 8px;
    padding: 0 0 0 20px;
    border: 2px solid var(--heading);
    box-shadow: none;
}
.form-style-one .selectize-input .item {
    line-height: 56px;
    color: var(--heading);
    display: block;
}
.form-style-one .selectize-dropdown {
    border: none;
    box-shadow: 0 13px 35px -12px rgb(35 35 35 / 10%);
    margin: 0;
}
.form-style-one .selectize-dropdown .option {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 35px;
}
.form-style-one .selectize-dropdown .active, .form-style-one .selectize-dropdown .option:hover {
    color: #fff;
    background: #ff303a;
}
.form-style-one .agreement-checkbox label {
    position: relative;
    font-size: 15px;
    color: var(--heading);
    cursor: pointer;
    letter-spacing: -.5px;
    padding-left: 22px;
    line-height: 18px;
    transition: all .1s ease-in-out;
}
.form-style-one .agreement-checkbox label a {
    color: var(--p-color);
    text-decoration: underline;
}
.form-style-one .agreement-checkbox input[type=checkbox] {
    display: none;
}
.form-style-one .agreement-checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    line-height: 9px;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, .3);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all .1s ease-in-out;
}
.form-style-one .agreement-checkbox input[type=checkbox]:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #000;
    color: #fff;
    border-color: #000;
}
#contact-form .input-group-meta {
    position: relative;
}
#contact-form .form-group .help-block {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-size: 12px;
    line-height: 22px;
    color: #ff303a;
}
#contact-form .form-group .help-block ul {
    margin-bottom: 0;
}
.address-block-one .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #e6e6e6;
    border-radius: 50%}
.address-block-one .title {
    font-family: gorditamedium;
    font-size: 24px;
    padding: 20px 0 14px;
    margin-bottom: 0;
}
.address-block-one p {
    font-size: 18px;
    line-height: 1.65em;
    color: #737373;
    margin-bottom: 0;
}
.address-block-one p .call {
    /*font-size: 22px;*/
    color: #ff303a;
}
.address-block-one p .call:hover {
    text-decoration: underline;
}
.address-block-one p .webaddress {
    color: var(--heading);
    text-decoration: underline;
}
.vcamp-footer-one .bg-wrapper {
    padding: 90px 0 70px;
    background: var(--light-blue);
    position: relative;
    z-index: 5;
}
.vcamp-footer-one .bg-wrapper .illustration {
    max-width: 25%;
    left: 7%;
    bottom: 0;
}
.vcamp-footer-one .subscribe-area .subscribe-form form {
    position: relative;
    height: 66px;
    max-width: 540px;
    margin-left: auto;
}
.vcamp-footer-one .subscribe-area .subscribe-form form input {
    width: 100%;
    height: 100%;
    border: 2px solid var(--heading);
    font-size: 17px;
    padding: 0 150px 0 20px;
    font-style: italic;
    border-radius: 7px;
    background: 0 0;
}
.vcamp-footer-one .subscribe-area .subscribe-form form button {
    position: absolute;
    width: 135px;
    background: var(--heading);
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 7px 7px 0;
    color: #fff;
    transition: all .3s ease-in-out;
}
.vcamp-footer-one .subscribe-area .subscribe-form form button img {
    vertical-align: baseline;
}
.vcamp-footer-one .subscribe-area .subscribe-form p {
    text-align: right;
    font-size: 15px;
    color: #969696;
    padding-top: 15px;
    margin-bottom: 0;
}
.vcamp-footer-one .subscribe-area .subscribe-form p a {
    color: var(--heading);
}
.vcamp-footer-one .subscribe-area .subscribe-form p a:hover {
    text-decoration: underline;
}
.vcamp-footer-one .subscribe-area-two {
    background: url(../images/media/img_39.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 95px 0 70px;
}
.vcamp-footer-one .subscribe-area-two:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 45%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0466274) 0, #0a090b 25.38%, #121115 63.05%);
}
.vcamp-footer-one .subscribe-area-two ::-webkit-input-placeholder {
    color: #404040;
}
.vcamp-footer-one .subscribe-area-two :-ms-input-placeholder {
    color: #404040;
}
.vcamp-footer-one .subscribe-area-two ::placeholder {
    color: #404040;
}
.vcamp-footer-one .subscribe-area-two .subscribe-form form {
    position: relative;
    height: 66px;
    max-width: 500px;
    margin-left: auto;
}
.vcamp-footer-one .subscribe-area-two .subscribe-form form input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    padding: 0 150px 0 20px;
    color: #404040;
    background: #fff;
}
.vcamp-footer-one .subscribe-area-two .subscribe-form form button {
    position: absolute;
    width: 135px;
    background: var(--red-two);
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    transition: all .3s ease-in-out;
}
.vcamp-footer-one .subscribe-area-two .subscribe-form form button.bg-two {
    background: #ff303a;
}
.vcamp-footer-one .subscribe-area-two .subscribe-form p {
    text-align: right;
    font-size: 15px;
    color: #969696;
    padding-top: 15px;
    margin-bottom: 0;
}
.vcamp-footer-one .subscribe-area-two .subscribe-form p a {
    color: #fff;
}
.vcamp-footer-one .subscribe-area-two .subscribe-form p a:hover {
    text-decoration: underline;
}
.vcamp-footer-one .top-footer .shape {
    max-width: 152px;
}
.vcamp-footer-one .top-footer .footer-title {
    font-size: 26px;
    padding: 8px 0 20px 0;
    margin-bottom: 0;
    font-weight: 500;
}
.vcamp-footer-one .top-footer .footer-nav-link{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.vcamp-footer-one .top-footer .footer-nav-link li{
	flex-basis: 50%;
}
.vcamp-footer-one .top-footer .footer-nav-link a {
    line-height: 1.6em;
    color: #515151;
    font-size: 14px;
    transition: all .3s ease-in-out;
    display: block;
    margin-bottom: 11px;
    padding-right: 15px;
}
.vcamp-footer-one .top-footer .footer-nav-link a:hover {
    color: #ff303a;
    text-decoration: underline;
}
.vcamp-footer-one .top-footer [class*=col-] {
    margin-bottom: 35px;
}
.vcamp-footer-one .bottom-footer {
    padding: 35px 0 15px;
}
.vcamp-footer-one .bottom-footer .footer-nav a {
    font-family: gorditalight;
    font-size: 13px;
    color: var(--heading);
    margin-right: 22px;
}
.vcamp-footer-one .bottom-footer .footer-nav a:hover {
    text-decoration: underline;
}
.vcamp-footer-one .bottom-footer .copyright {
    font-size: 13px;
    margin: 0;
}
.vcamp-footer-one .bottom-footer .social-icon a {
    font-size: 19px;
    margin-left: 19px;
    color: #333;
    transition: all .3s ease-in-out;
}
.vcamp-footer-one .bottom-footer .social-icon a:hover {
    color: #ff303a;
}
.vcamp-footer-one.dark-bg {
    position: relative;
    padding: 240px 0 0;
    color: #fff;
}
.vcamp-footer-one.dark-bg.image-bg {
    background-image: url(../images/footer_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}
.vcamp-footer-one.dark-bg .subscribe-area .subscribe-form form input {
    border: 2px solid #272727;
    background: #272727;
    color: rgba(255, 255, 255, .5);
}
.vcamp-footer-one.dark-bg .subscribe-area .subscribe-form form button {
    background: #ff303a;
}
.vcamp-footer-one.dark-bg .subscribe-area .subscribe-form p a, .vcamp-footer-one.dark-bg .top-footer .footer-title {
    color: #fff;
}
.vcamp-footer-one.dark-bg .bottom-footer .copyright, .vcamp-footer-one.dark-bg .bottom-footer .footer-nav a, .vcamp-footer-one.dark-bg .bottom-footer .social-icon a, .vcamp-footer-one.dark-bg .top-footer .footer-nav-link a {
    color: rgba(255, 255, 255, .7);
}
.vcamp-footer-one.dark-bg .top-footer .footer-nav-link a:hover {
    /*color: #ff303a;*/
    color: #81d7ff;
    text-decoration: underline;
}
.vcamp-footer-one.dark-bg .bottom-footer .social-icon a:hover {
    color: #fff;
}
.vcamp-footer-one.dark-bg .bottom-footer {
    padding-top: 40px;
    border-top: 1px solid rgba(168, 168, 168, 0.3);
}
.hero-banner-two {
    background: url(../images/shape/shape_02.svg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 250px 0 0;
    height: 1100px;
}
.hero-banner-two .container {
    max-width: 1440px;
    padding: 0 12px;
}
.hero-banner-two .main-content {
    position: relative;
}
.hero-banner-two .shape-one {
    top: -2%;
    right: 31%;
    animation: jumpTwo 5s infinite linear;
}
.hero-banner-two .text-wrapper {
    max-width: 660px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.hero-banner-two .hero-heading {
    font-size: 90px;
    line-height: 1.11em;
    margin-bottom: 0;
}
.hero-banner-two .hero-heading span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.hero-banner-two .hero-heading span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ff303a;
    left: 0;
    bottom: 2px;
}
.hero-banner-two .hero-sub-heading {
    color: var(--heading);
    padding: 23px 40px 25px 0;
}
.hero-banner-two .button-group .demo-button {
    line-height: 55px;
    border-radius: 8px;
    background: #161616;
    font-size: 18px;
    margin-right: 60px;
    color: #fff;
    padding: 0 30px;
}
.hero-banner-two .button-group .demo-button:hover {
    background: #ff303a;
}
.hero-banner-two .button-group .callback-button {
    font-family: gorditamedium;
    font-size: 16px;
    color: var(--heading);
}
.hero-banner-two .button-group .callback-button:hover {
    text-decoration: underline;
}
.vcamp-feature-section-three .meta-info-text {
    color: var(--heading);
    margin-bottom: 0;
}
.card-style-three .icon {
    width: 65px;
    height: 65px;
    background: #161616;
    border-radius: 50%}
.card-style-three:hover .icon img {
    transform: rotate(360deg);
}
.card-style-three .title {
    font-size: 24px;
    padding: 32px 0 26px;
    margin-bottom: 0;
}
.card-style-three ul li {
    line-height: 39px;
    color: var(--heading);
}
.card-style-three ul li:hover {
    text-decoration: underline;
}
.card-style-three p {
    line-height: 1.83em;
}
.vcamp-feature-section-three .service-title {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
}
.vcamp-feature-section-three.dark-bg {
    padding: 180px 0 350px;
    position: relative;
    z-index: 1;
}
.vcamp-feature-section-three.dark-bg .shape-one {
    top: -100px;
    right: 0;
    animation: fade-in 1.5s infinite linear;
}
.vcamp-feature-section-three.dark-bg .service-title {
    background: #ff303a;
}
.dark-bg .card-style-three .icon {
    background: rgba(255, 255, 255, .1);
}
.dark-bg .card-style-three .title {
    color: #fff;
}
.dark-bg .card-style-three ul li {
    color: rgba(255, 255, 255, .65);
}
.vcamp-feature-section-three.dark-bg .border-line {
    background: rgba(255, 255, 255, .3);
    margin-bottom: 110px;
}
.feedback-section-three {
    position: relative;
    z-index: 1;
}
.feedback-section-three .shape-one {
    left: 0;
    bottom: -115px;
    animation: jumpTwo 5s infinite linear;
}
.feedback-section-three .inner-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 185px 0 185px 130px;
}
.feedback-section-three .text-wrapper {
    max-width: 400px;
    float: left;
}
.feedback-section-three .text-wrapper p {
    font-size: 20px;
    line-height: 1.75em;
    color: rgba(255, 255, 255, .7);
    padding: 30px 0 85px;
    margin-bottom: 0;
}
.feedback-section-three .slider-wrapper {
    max-width: 85%;
    float: right;
    margin-left: auto;
    margin-right: -350px;
}
.feedback_slider_three .block-wrapper {
    position: relative;
}
.feedback_slider_three .block-wrapper .screen {
    width: 100%}
.feedback_slider_three .block-wrapper .overlay-content {
    position: absolute;
    height: 285px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 35px;
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, .634119) 57.49%, #fff 100%);
}
.feedback_slider_three .block-wrapper:hover .overlay-content {
    opacity: 1;
    transform: translateY(0);
}
.feedback_slider_three .block-wrapper .overlay-content a {
    font-family: gorditamedium;
    font-size: 22px;
    color: var(--heading);
    width: 100%}
.feedback_slider_three .item {
    margin: 0 25px;
}
.feedback_slider_three .slick-dots {
    position: absolute;
    left: -135px;
    bottom: 9%;
    padding: 0;
    margin-bottom: 0;
}
.feedback_slider_three .slick-dots li {
    display: inline-block;
}
.feedback_slider_three .slick-dots li button {
    text-indent: -50000px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
    transition: all .3s ease-in-out;
}
.feedback_slider_three .slick-dots li.slick-active button {
    background: #fff;
}
.vcamp-feature-section-four {
    position: relative;
    z-index: 1;
}
.vcamp-feature-section-four .shape-one {
    right: 5%;
    top: -18%;
    animation: jumpThree 5s infinite linear;
}
.vcamp-feature-section-four .text-wrapper {
    background: #fff;
    box-shadow: 5px 5px 0 #000;
    border-radius: 24px;
    padding: 60px 15px 70px 70px;
    margin-right: 10px;
}
.vcamp-feature-section-four .text-wrapper .meta-info-text {
    padding: 37px 40px 50px 0;
}
.card-style-four .icon {
    height: 65px;
}
.card-style-four .icon img {
    max-height: 100%;
    display: inline-block;
}
.card-style-four:hover .icon img {
    transform: translateY(-8px);
}
.card-style-four .title {
    font-size: 24px;
    padding: 30px 0 20px;
    margin-bottom: 0;
}
.card-style-four .title .main-count{
    font-weight: 600;
}
.card-style-four p {
    font-size: 17px;
    line-height: 1.76em;
    color: #4f4f4f;
    margin-bottom: 0;
}
.feedback-section-four {
    background: url(../images/shape/shape_07.svg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 214px 0 140px;
}
.feedback-section-four.bg-white {
    background: 0 0;
}
.feedback-section-four .shape-two {
    top: -57px;
    left: 7%;
    animation: jumpThree 5s infinite linear;
}
.feedback-section-four .shape-three {
    top: -29%;
    right: 0;
    animation: fade-in 1.5s infinite linear;
}
.feedback-section-four .shape-four {
    bottom: -80px;
    right: 8%;
    animation: jumpThree 5s infinite linear;
}
.feedback-section-four .shape-five {
    top: 0;
    right: 0;
    animation: fade-in 1.5s infinite linear;
}
.feedback-section-four .image-container {
    position: relative;
    padding: 0 0 90px 70px;
}
.feedback-section-four .image-container.style-two:before {
    content: '';
    position: absolute;
    width: 75%;
    height: 83%;
    left: 5%;
    bottom: 11%;
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: #ff303a;
    transform: rotate(-5.5deg);
}
.feedback-section-four .image-container .shape-one {
    left: 0;
    bottom: 0;
    z-index: 1;
    animation: jumpThree 5s infinite linear;
}
.feedback-section-four .feedback-wrapper {
    padding: 0 25px 0 90px;
}
.feedback-section-four .feedback-wrapper .icon {
    width: 62px;
    height: 62px;
    padding: 15px;
    background: var(--heading);
    border-radius: 50%;
    margin-bottom: 35px;
}
.feedback-section-four .feedback-wrapper blockquote {
    font-size: 42px;
    line-height: 1.54em;
    color: var(--heading);
    padding-bottom: 30px;
}
.feedback-section-four .feedback-wrapper blockquote span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.feedback-section-four .feedback-wrapper blockquote span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    background: #ff303a;
    left: 2px;
    bottom: 14px;
}
.feedback-section-four .feedback-wrapper .name {
    font-family: gorditamedium;
    font-size: 20px;
    color: #1b1b1b;
    padding-left: 35px;
    position: relative;
    line-height: 1.55em;
}
.feedback-section-four .feedback-wrapper .name span {
    font-size: 18px;
    font-family: gorditaregular;
    color: #818181;
}
.feedback-section-four .feedback-wrapper .name:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background: var(--heading);
    left: 0;
    top: 14px;
}
.feedback_slider_four .slick-dots {
    position: absolute;
    left: 0;
    width: 492px;
    bottom: 2%;
    text-align: right;
}
.feedback_slider_four .slick-dots li {
    display: inline-block;
}
.feedback_slider_four .slick-dots li button {
    text-indent: -50000px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--heading);
    margin: 0 4px;
    transition: all .3s ease-in-out;
}
.feedback_slider_four .slick-dots li.slick-active button {
    background: var(--heading);
}
.contact-section-two {
    position: relative;
    z-index: 1;
}
.partner-section-two {
    position: relative;
    z-index: 1;
}
.partner-section-two .shape-one {
    top: 37%;
    right: 10%;
    animation: jumpTwo 5s infinite linear;
}
.partner-section-two .partent-logos {
    max-width: 1170px;
    margin: 130px auto 0;
    border: 1px solid #dedede;
    border-bottom: none;
    border-right: none;
}
.partner-section-two .partent-logos .logo {
    height: 175px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.partner-section-two .partent-logos .logo:hover img {
    transform: scale(1.1);
}
.address-section-two {
    position: relative;
    z-index: 6;
}
.address-section-two .inner-content {
    max-width: 1170px;
    margin: 0 auto -70px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 30px -9px rgba(35, 35, 35, .5);
    overflow: hidden;
}
.address-section-two.bg-color .inner-content {
    max-width: 100%;
    background: var(--light-cyan);
    border-radius: 0;
    margin: 0;
}
.address-section-two.bg-color .inner-content .shape-one {
    left: 1%;
    top: 4%;
    transform: translate(-50% , -50%);
    animation: fade-in 1s infinite linear;
}
.address-block-two{
    padding: 26px 25px 20px;
    height: 100%;
    text-align: center;
}
/*.address-section-two .column:nth-child(odd){
	background-color: #00b6bd;
}*/
.address-section-two .column:nth-child(odd){
	background-color: #009abd;
}
.address-section-two .column:nth-child(even){
	background-color: #007fbd;
}
/*.address-section-two .column:nth-child(4){
	background-color: #045aa6;
}*/
.address-block-two img{
	width: 23px;
	display: inline-flex;
	margin-right: 8px;
    vertical-align: sub;
}
.address-block-two.border-right {
    border-right: 1px solid #e4e4e4;
}
.address-block-two .text-meta {
    /*padding-left: 10px;*/
}
.address-block-two .text-meta .title {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
}
.address-block-two .text-meta p {
    font-size: 13px;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 0;
}
.address-block-two .text-meta p a {
    /*font-size: 24px;*/
    /*color: #ff303a;*/
}
.address-block-two .text-meta p a:hover {
    text-decoration: underline;
    color: initial;
}
.hero-banner-three {
    background-color: #161616;
    background-image: url(../images/shape/bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 0;
    height: 1100px;
}
.hero-banner-three .hero-heading {
    font-size: 90px;
    line-height: 1.11em;
    color: #fff;
    margin-bottom: 0;
}
.hero-banner-three .sub-heading {
    vertical-align: middle;
    font-size: 32px;
    color: #fff;
    position: relative;
}
.hero-banner-three .sub-heading span {
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background: #fff;
    margin-left: 5px;
}
.hero-banner-three .hero-sub-heading {
    font-size: 20px;
    line-height: 1.8em;
    color: #fff;
    padding: 20px 0 50px;
}
.hero-banner-three .button-group .case-study-button {
    font-family: gorditamedium;
    font-size: 16px;
    color: #fff;
}
.hero-banner-three .button-group .case-study-button:hover {
    text-decoration: underline;
}
.hero-banner-three .slider-wrapper {
    padding: 0 12px;
    margin: 140px auto 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero-banner-three .slider-wrapper .video-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    max-height: 790px;
    overflow: hidden;
    background: #fff;
}
.hero-banner-three .slider-wrapper .video-wrapper video {
    display: block;
    margin: 0 auto;
}
.vcamp-text-block-two {
    background: var(--light-cyan);
    padding: 90px 0 0;
    position: relative;
    z-index: 1;
}
.vcamp-text-block-two .text-wrapper {
    padding: 0 0 100px 84px;
}
.vcamp-text-block-two .meta-info-text {
    padding: 45px 30px 45px 0;
}
.vcamp-text-block-two .img-container {
    z-index: 1;
    display: inline-block;
}
.vcamp-text-block-two .img-container:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, .494482) 44.97%, var(--light-cyan) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 280px;
}
.vcamp-text-block-two .img-container .shape-one {
    left: 20px;
    bottom: 0;
    animation: fade-in 1.5s infinite linear;
}
.vcamp-text-block-two .quote-wrapper {
    position: absolute;
    width: 410px;
    background: #fff;
    bottom: -60px;
    left: -90px;
    z-index: 1;
    padding: 25px 30px 36px 48px;
    box-shadow: 0 30px 60px rgba(7, 23, 28, .08);
    animation: jumpTwo 8s infinite linear;
}
.vcamp-text-block-two .quote-wrapper blockquote {
    font-size: 20px;
    line-height: 1.75em;
    padding-bottom: 16px;
}
.vcamp-text-block-two .quote-wrapper .name {
    font-family: gorditamedium;
    font-size: 20px;
    margin-bottom: 0;
}
.vcamp-text-block-two .quote-wrapper .name span {
    font-family: gorditaregular;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}
.vcamp-text-block-two .quote-wrapper .icon {
    position: absolute;
    right: 43px;
    bottom: 32px;
}
.vcamp-text-block-two .shape-two {
    right: 0;
    top: -18%;
    animation: fade-in 1s infinite linear;
}
.feedback-section-five .slider-wrapper {
    max-width: 1870px;
    padding: 0 12px;
    margin: 110px auto 0;
}
.feedback-section-five .feedback_slider_three .slick-dots {
    position: static;
    margin-top: 80px;
    text-align: center;
}
.feedback-section-five .feedback_slider_three .slick-dots li {
    display: inline-block;
}
.feedback-section-five .feedback_slider_three .slick-dots li button {
    border: none;
    background: #e4e7ef;
}
.feedback-section-five .feedback_slider_three .slick-dots li.slick-active button {
    background: #212121;
}
.feedback-section-six {
    background: var(--light-cyan);
    position: relative;
    z-index: 1;
    padding: 190px 0 115px;
}
.feedback-section-six .quote-icon {
    left: 50%;
    top: 0;
    transform: translate(-50% , -50%);
}
.feedback-section-six .shape-one {
    right: -20px;
    top: 0;
    transform: translateY(-50%);
    animation: fade-in 1s infinite linear;
}
.feedback-section-six .shape-two {
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    animation: fade-in 1s infinite linear;
}
.feedback-section-six .slider-wrapper {
    max-width: 1920px;
    margin: 80px auto 0;
}
.feedback_slider_five .block-wrapper {
    background: #fff;
    padding: 38px 45px 42px;
}
.feedback_slider_five .block-wrapper .icon {
    height: 72px;
}
.feedback_slider_five .block-wrapper p {
    font-size: 20px;
    line-height: 1.75em;
    padding: 15px 0 30px;
}
.feedback_slider_five .block-wrapper .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 25px;
}
.feedback_slider_five .block-wrapper .name {
    font-family: gorditamedium;
    color: var(--heading);
    line-height: 25px;
}
.feedback_slider_five .block-wrapper .name span {
    font-family: gorditaregular;
    color: #c1c1c1;
    display: block;
    font-size: 16px;
}
.feedback_slider_five .item {
    margin: 0 22px;
}
.feedback-section-six .slider-arrow li {
    width: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin: 0 8px;
    font-size: 35px;
    color: var(--heading);
    transition: all .3s ease-in-out;
    transform: scale(.7);
}
.feedback-section-six .slider-arrow li:hover {
    opacity: 1;
    transform: scale(1);
}
.blog-meta-two .date {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(42, 42, 42, .7);
    margin: 30px 0 0;
}
.blog-meta-two .title {
    font-family: gorditamedium;
    font-size: 28px;
    line-height: 1.3em;
    color: var(--heading);
    display: block;
    margin: 14px 0;
}
.blog-meta-two:hover .title {
    text-decoration: underline;
}
.blog-meta-two .post-meta .theme-btn-three {
    font-size: 16px;
}
.contact-section-three {
    position: relative;
    z-index: 6;
}
.contact-section-three.image-bg {
    background: url(../images/media/img_88.jpg) no-repeat center;
    background-size: cover;
}
.contact-section-three.image-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .5);
}
.contact-section-three.image-bg .bg-wrapper {
    margin: 0;
}
.contact-section-three.image-bg .bg-wrapper:before {
    display: none;
}
.contact-section-three .bg-wrapper {
    background: #fff;
    padding: 100px 80px 85px;
    position: relative;
    box-shadow: 0 -10px 20px rgba(13, 24, 46, .03);
    margin-bottom: -200px;
}
.contact-section-three .bg-wrapper:before {
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    top: -30px;
    height: 70%;
    box-shadow: 0 -10px 20px rgba(13, 24, 46, .03);
    z-index: -1;
}
.contact-section-three .form-style-two {
    padding-right: 40px;
}
.form-style-two label {
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    display: block;
    margin-bottom: -10px;
}
.form-style-two .input-group-meta input, .form-style-two .input-group-meta textarea {
    display: block;
    width: 100%!important;
    max-width: 100%;
    font-size: 17px;
}
.form-style-two .input-group-meta input {
    height: 55px;
    border: none;
    border-bottom: 2px solid var(--heading);
}
.form-style-two .input-group-meta textarea {
    min-height: 140px;
    padding: 15px 20px;
    border: 2px solid var(--heading);
}
.contact-section-three .contact-meta-one p {
    padding-bottom: 20px;
}
.form-style-two .selectize-input {
    display: block!important;
    font-size: 16px;
    line-height: 53px;
    height: 55px;
    background: 0 0;
    color: rgba(0, 0, 0, .6);
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--heading);
    box-shadow: none;
}
.form-style-two .selectize-input .item {
    line-height: 53px;
    color: var(--heading);
    display: block;
}
.form-style-two .selectize-dropdown {
    border: none;
    border-radius: 0;
    box-shadow: 0 13px 35px -12px rgb(35 35 35 / 10%);
    margin: 0;
}
.form-style-two .selectize-dropdown .option {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 35px;
}
.form-style-two .selectize-dropdown .active, .form-style-two .selectize-dropdown .option:hover {
    color: #fff;
    background: #ff303a;
}
.hero-banner-four {
    margin: 135px 0 -100px;
    position: relative;
    background: #161616;
    z-index: 5;
}
.hero_slider_two .content-wrapper {
    position: relative;
}
.hero_slider_two .hero-img {
    width: 100%;
    min-height: 800px;
    height: calc(100vh - 135px);
    object-fit: cover;
    object-position: top center;
}
.hero_slider_two .slider-inner {
    position: absolute;
    width: 620px;
    right: 80px;
    bottom: 0;
    padding: 70px 15px 50px 80px;
}
.hero_slider_two .slider-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-color: #eb0000;
}
.hero_slider_two .hero-content .video-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--heading);
    padding-right: 5px;
    position: relative;
    animation: ripple 3s linear infinite;
}
.hero_slider_two .hero-content .video-icon::after, .hero_slider_two .hero-content .video-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.hero_slider_two .hero-content .video-icon::after {
    animation-delay: 3s;
}
@keyframes ripple {
    0% {
    box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .1);
}
100% {
    box-shadow: 0 0 0 4rem transparent;
}
}.hero_slider_two .hero-content .hero-heading {
    font-family: gorditabold;
    font-size: 85px;
    line-height: 1.1em;
    color: #fff;
    padding: 40px 0 40px;
    margin-bottom: 0;
}
.hero_slider_two .hero-content .hero-sub-heading {
    font-size: 22px;
    line-height: 1.75em;
    color: #fff;
    padding: 0 60px 40px 0;
}
.hero_slider_two .hero-content .theme-btn-one {
    width: 200px;
}
@-webkit-keyframes fadeInUpSD {
    0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUpSD {
    0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.hero_slider_two .slick-active .hero-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
}
.vcamp-text-block-three {
    position: relative;
    padding: 300px 0 200px;
    z-index: 1;
}
.vcamp-text-block-three .text-wrapper {
    padding-left: 50px;
}
.vcamp-text-block-three .text-wrapper h6 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--red-two);
}
.vcamp-text-block-three .text-wrapper p {
    font-family: gorditalight;
    font-size: 60px;
    line-height: 1.36em;
    color: #fff;
    letter-spacing: -1px;
    padding: 27px 0 34px;
}
.vcamp-text-block-three .text-wrapper p span {
    color: var(--red-two);
}
.vcamp-text-block-three .text-wrapper .name {
    font-family: gorditalight;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    padding-left: 30px;
}
.vcamp-text-block-three .text-wrapper .name:before {
    content: '';
    width: 19px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 15px;
}
.vcamp-text-block-three .img-container {
    padding: 0 0 7% 7%}
.vcamp-text-block-three .img-container:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 7%;
    right: 7%;
    left: 0;
    bottom: 0;
    background: #ff3c3c;
}
.vcamp-text-block-three .shape-one {
    right: 0;
    bottom: -110px;
    animation: fade-in 1s infinite linear;
}
.vcamp-text-block-three .counter-block {
    margin-bottom: 30px;
}
.vcamp-text-block-three .counter-block .main-count {
    font-family: gorditabold;
    font-size: 58px;
    color: #fff;
    line-height: initial;
    margin-bottom: 8px;
}
.vcamp-text-block-three .counter-block p {
    color: #fff;
}
.vcamp-text-block-three .text-block h4 {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    margin: 20px 0 21px;
    padding-right: 10px;
    position: relative;
}
.vcamp-text-block-three .text-block h4:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    background: var(--red-two);
    bottom: 6px;
    left: 100%}
.vcamp-text-block-three .text-block p {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 35px;
    line-height: 36px;
}
.vcamp-text-block-four .left-side {
    background: url(../images/media/img_23.jpg) no-repeat center;
    background-size: cover;
}
.vcamp-text-block-four .right-side {
    background: url(../images/media/img_24.jpg) no-repeat center;
    background-size: cover;
}
.vcamp-text-block-four .right-side .content-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-color: #eb0000;
}
.vcamp-text-block-four .text-wrapper {
    max-width: 660px;
    padding: 145px 0 130px;
}
.vcamp-text-block-four .right-side .text-wrapper {
    padding-left: 55px;
}
.vcamp-text-block-four .text-wrapper .title {
    font-family: gorditabold;
    font-size: 68px;
    line-height: 1.17em;
    color: #fff;
}
.vcamp-text-block-four .text-wrapper p {
    font-family: gorditalight;
    font-size: 22px;
    color: #fff;
    padding: 40px 0 34px;
}
.vcamp-text-block-four .text-wrapper .more-button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--heading);
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 26px;
}
.our_products {
	/*background-color: #004e66;*/
	/*background: url(../images/products_bg.jpg) no-repeat center fixed;*/
	background-size: cover;
    position: relative;
    padding: 100px 0 100px;
    z-index: 1;
}
.our_products::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    /*background-color: rgba(0, 78, 102, 1);*/
    background: linear-gradient(180deg, rgba(0, 78, 102, 1) 0, rgba(0, 78, 102, 0.5) 62%, rgba(0, 78, 102, 0));
    z-index: -1;
}
.our_products .slider-wrapper {
    max-width: 1920px;
    margin: 50px auto 0;
    /*transform: translateX(14.2%);*/
}
.case-block-one{
    overflow: hidden;
}
.case-block-one .img-meta {
    /*min-height: 595px;*/
    object-fit: cover;
    object-position: top center;
    position: relative;
}
.case-block-one .hover-content {
    position: absolute;
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    z-index: 1;
    padding: 22px 22px 22px 30px;
    color: #fff;
    background: rgb(0, 172, 200, 0.9);
    opacity: 0;
    transform: translateX(40px);
    box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.4);
    transition: all .4s ease-in-out;
    overflow-y: auto;
}
.case-block-one .hover-content .icon {
    width: 65px;
    height: 65px;
    padding: 10px;
    background: var(--heading) 000;
    border-radius: 50%
}
.case-block-one .hover-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4em;
    padding: 0px 0 15px;
    margin-bottom: 0;
}
.case-block-one .hover-content .web {
    font-family: gorditamedium;
    font-size: 25px;
    color: #fff;
    /*text-decoration: underline;*/
}
.case-block-one .hover-content .arrow {
    display: inline-block;
    width: 39px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: rgba(0, 0, 0, .15);
}
.case-block-one .hover-content a:hover .arrow {
    background: var(--heading);
}
.case-block-one:hover .hover-content {
    opacity: 1;
    transform: translateX(0);
}
.product_slider .item {
    margin: 0 30px;
}
.product_slider .item .case-block-one .hover-content h3 {
  font-size: 28px;
}

.specifications .card-style-one{
	border-radius: 25px;
}
.specifications .card-style-one img{
	width: 48px;
}
.specifications .card-style-one.first{}
.specifications .card-style-one.second{
	margin-top: 30px;
}
.specifications .card-style-one.third{}

/*-- --*/
.our_products .slider-arrows li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    margin-left: 12px;
    cursor: pointer;
    transform: scale(.8);
    transition: all .3s ease-in-out;
}
.our_products .slider-arrows li:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    transform: scale(1);
}
.our_products .shape-one {
    left: 0;
    bottom: -110px;
    animation: fade-in 1s infinite linear;
}
.vcamp-text-block-five .text-wrapper p {
    padding-top: 55px;
    margin-bottom: 0;
}
.accordion-style-one .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f2e4d2;
}
.accordion-style-one .accordion-item:last-child{
    border-bottom: 0;
}
.accordion-style-one .accordion-button {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 500;
    padding: 30px 30px 30px 0;
    box-shadow: none;
    border-radius: 0;
    color: var(--heading);
    background: 0 0;
    position: relative;
    transition: all .3s ease-in-out;
}
.accordion-style-one .accordion-button:not(.collapsed) {
    padding-bottom: 0px;
}
.accordion-style-one .accordion-body {
    padding: 22px 25px 22px 12px;
}
.accordion-style-one .accordion-body p {
    font-size: 20px;
    line-height: 1.8em;
}
.accordion-style-one .accordion-button::after {
    content: '+';
    font-family: gorditaregular;
    font-size: 28px;
    background-image: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
}
.accordion-style-one .accordion-button:not(.collapsed)::after {
    content: "-"}
.feedback-section-seven {
    position: relative;
    z-index: 5;
}
.feedback_slider_six .feedback-wrapper .icon {
    width: 58px;
    height: 58px;
    padding: 15px;
    background: var(--heading);
    border-radius: 50%;
    margin-bottom: 50px;
}
.feedback_slider_six .feedback-wrapper blockquote {
    font-size: 28px;
    line-height: 1.84em;
    color: var(--heading);
    padding-bottom: 46px;
}
.feedback_slider_six .feedback-wrapper .name {
    font-family: gorditamedium;
    font-size: 20px;
    color: var(--heading);
    padding-left: 54px;
    position: relative;
    line-height: 1.55em;
}
.feedback_slider_six .feedback-wrapper .name span {
    font-family: gorditaregular;
    color: #818181;
}
.feedback_slider_six .feedback-wrapper .name:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: var(--heading);
    left: 0;
    top: 14px;
}
.feedback_slider_six .slick-dots {
    position: absolute;
    right: 0;
    bottom: -5px;
    text-align: right;
    margin: 0;
    padding: 0;
}
.feedback_slider_six .slick-dots li {
    display: inline-block;
}
.feedback_slider_six .slick-dots li button {
    text-indent: -50000px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #e4e7ef;
    margin: 0 4px;
    transition: all .3s ease-in-out;
}
.feedback_slider_six .slick-dots li.slick-active button {
    background: var(--red-two);
}
.counter-section-two {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 46%}
.counter-section-two .img-meta {
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
}
.counter-section-two .counter-container {
    position: absolute;
    width: 504px;
    background: #fff;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.counter-block-two {
    padding: 30px 10px;
}
.counter-block-two .main-count {
    font-size: 52px;
    color: var(--heading);
    line-height: initial;
}
.counter-block-two p {
    color: #969696;
    font-size: 17px;
    margin-bottom: 0;
}
.counter-block-two.bg-color {
    background: var(--red-two);
}
.counter-block-two.bg-color .main-count, .counter-block-two.bg-color p {
    color: #fff;
}
.team_slider_one {
    margin: 120px auto 0;
}
.team-block-one .overlay-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    padding: 0 0 38px 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .544058) 62%, rgba(0, 0, 0, .615498) 100%);
    z-index: 1;
}
.team-block-one .name {
    font-family: gorditamedium;
    font-size: 24px;
    color: #fff;
}
.team-block-one .position {
    color: #fff;
    padding: 2px 0 30px;
}
.team-block-one .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.team-block-one .social-icon a:hover {
    background: var(--red-two);
    border-color: var(--red-two);
}
.team-block-one .hover-content {
    transform: translateY(34px);
}
.team-block-one:hover .hover-content {
    transform: translateY(0);
}
.team-block-one:hover .social-icon a {
    opacity: 1;
}
.team_slider_one .item {
    margin: 0 20px;
}
.team-section-one .slider-arrows li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: var(--heading);
    font-size: 28px;
    margin-left: 12px;
    cursor: pointer;
    transform: scale(.8);
    transition: all .3s ease-in-out;
}
.team-section-one .slider-arrows li:hover {
    background: var(--heading);
    color: #fff;
    transform: scale(1);
}
.team-section-one.dark-bg {
    padding: 120px 0 390px;
}
.team-section-one .mix {
    width: calc(100%/4 - (((4 - 1) * 1rem)/ 4));
    display: inline-block;
    margin-top: 40px;
    padding: 0 20px;
}
.team-section-one .mixitUp-container {
    margin: 0 -20px;
}
.fancy-banner-one {
    background: url(../images/media/img_30.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.fancy-banner-one:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-color: #eb0000;
}
.fancy-banner-one .inner-content {
    padding: 125px 0;
}
.fancy-banner-one p {
    font-size: 24px;
    line-height: 1.75em;
    color: #fff;
    padding-bottom: 24px;
}
.fancy-banner-one .theme-btn-one {
    width: 300px;
    line-height: 75px;
    font-size: 20px;
    background: var(--heading);
}
.vcamp-footer-two.dark-footer {
    background: #161616;
}
.vcamp-footer-two.bg_img{
	background-color: #efefef;
	background: url(../images/footer_bg.png) no-repeat center;
	background-size: cover;
}
.vcamp-footer-two .title {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .7);
    letter-spacing: 3px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.vcamp-footer-two .footer-list a {
    line-height: 40px;
    color: var(--heading);
    transition: all .3s ease-in-out;
}
.vcamp-footer-two .footer-list a:hover, .vcamp-footer-two.dark-footer .footer-list a:hover {
    text-decoration: underline;
    color: var(--red-two);
}
.vcamp-footer-two .newsletter p {
    font-size: 19px;
    color: var(--heading);
    padding: 10px 0 24px;
}
.vcamp-footer-two .newsletter p span {
    text-decoration: underline;
    color: var(--red-two);
}
.vcamp-footer-two .newsletter form {
    height: 70px;
    position: relative;
    margin-bottom: 12px;
}
.vcamp-footer-two .newsletter form input {
    width: 100%;
    height: 100%;
    border: none;
    background: #eee;
    border-radius: 8px;
    padding: 0 125px 0 20px;
    font-size: 16px;
    color: var(--heading);
}
.vcamp-footer-two .newsletter form ::placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1;
}
.vcamp-footer-two .newsletter form :-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}
.vcamp-footer-two .newsletter form ::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}
.vcamp-footer-two .newsletter form button {
    position: absolute;
    font-size: 16px;
    font-family: gorditamedium;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 115px;
    border-radius: 8px;
    background: var(--red-two);
    color: #fff;
    transition: all .3s ease-in-out;
}
.vcamp-footer-two .newsletter form button.dark-btn {
    background: var(--heading);
}
.vcamp-footer-two .newsletter form button.dark-btn:hover {
    background: var(--red-two);
}
.vcamp-footer-two .newsletter .info {
    font-size: 14px;
    color: #979797;
}
.vcamp-footer-two .bottom-footer {
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding: 35px 0 0;
    margin-top: 45px;
}
.vcamp-footer-two .bottom-footer .footer-nav a {
    font-family: gorditamedium;
    font-size: 16px;
    color: var(--heading);
    margin-right: 25px;
}
.vcamp-footer-two .bottom-footer .footer-nav a:hover {
    text-decoration: underline;
}
.vcamp-footer-two .bottom-footer .copyright {
    font-size: 16px;
    color: #373737;
}
.vcamp-footer-two .bottom-footer .social-icon a {
    font-size: 20px;
    margin-left: 20px;
    color: var(--heading);
    transition: all .3s ease-in-out;
}
.vcamp-footer-two .bottom-footer .social-icon a:hover, .vcamp-footer-two.dark-footer .bottom-footer .social-icon a:hover {
    color: var(--red-two);
}
.vcamp-footer-two.dark-footer .title {
    color: rgba(255, 255, 255, .5);
}
.vcamp-footer-two.dark-footer .bottom-footer .footer-nav a, .vcamp-footer-two.dark-footer .bottom-footer .social-icon a, .vcamp-footer-two.dark-footer .footer-list a, .vcamp-footer-two.dark-footer .newsletter form input, .vcamp-footer-two.dark-footer .newsletter p {
    color: #fff;
}
.vcamp-footer-two.dark-footer .newsletter form input {
    background: rgba(255, 255, 255, .11);
}
.vcamp-footer-two.dark-footer .newsletter form ::placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
.vcamp-footer-two.dark-footer .newsletter form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.vcamp-footer-two.dark-footer .newsletter form ::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.vcamp-footer-two.dark-footer .bottom-footer {
    border-top-color: rgba(255, 255, 255, .08);
}
.vcamp-footer-two.dark-footer .bottom-footer .copyright {
    color: rgba(255, 255, 255, .7);
}
.hero-banner-five {
    position: relative;
    z-index: 1;
}
.hero-banner-five .video-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--heading);
    padding: 15px 16px 18px 13px;
    position: relative;
    animation: ripple 3s linear infinite;
}
.hero-banner-five .video-icon::after, .hero-banner-five .video-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.hero-banner-five .video-icon::after {
    animation-delay: 3s;
}
.hero-banner-five .hero-heading {
    font-family: gorditabold;
    line-height: 1.1em;
    padding: 38px 0 64px;
    margin-bottom: 0;
}
.hero-banner-five .hero-sub-heading {
    color: var(--heading);
    padding-bottom: 36px;
}
.hero-banner-five form {
    max-width: 565px;
    height: 80px;
    position: relative;
}
.hero-banner-five form input {
    border: none;
    background: #f4f4f4;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 190px 0 30px;
}
.hero-banner-five form button {
    position: absolute;
    right: 10px;
    top: 8px;
    bottom: 8px;
    background: #242424;
    width: 180px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.hero-banner-five form button:hover {
    background: #ff303a;
}
.hero-banner-five form ::-webkit-input-placeholder {
    color: #0b0b0b;
}
.hero-banner-five form :-ms-input-placeholder {
    color: #0b0b0b;
}
.hero-banner-five .term-text {
    font-size: 16px;
    color: #979797;
    padding-top: 20px;
    margin-bottom: 0;
}
.hero-banner-five .term-text a {
    color: var(--heading);
}
.hero-banner-five .term-text a:hover {
    text-decoration: underline;
}
.hero-banner-five .illustration-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 46%;
    animation: jumpTwo 5s infinite linear;
}
.case-block-two .img-meta {
    /*min-height: 350px;*/
    object-fit: cover;
    object-position: top center;
}
.case-block-two .hover-content {
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    bottom: 8px;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-in-out;
}
.case-block-two .hover-content a {
    color: #fff;
}
.case-block-two:hover .hover-content {
    opacity: 1;
}
.fancy-banner-two {
    background: url(../images/media/img_35.jpg) no-repeat center;
    background-size: cover;
    height: 800px;
}
.fancy-banner-two.sm {
    height: 690px;
}
.fancy-banner-two .video-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--heading);
    padding-right: 8px;
    position: relative;
    animation: ripple 3s linear infinite;
}
.fancy-banner-two .video-icon::after, .fancy-banner-two .video-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.fancy-banner-two .video-icon::after {
    animation-delay: 3s;
}
.fancy-banner-two .counter-section-two {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%}
.fancy-banner-two .counter-block-two {
    padding: 20px 10px;
}
.fancy-banner-two .counter-block-two .main-count {
    font-family: gorditamedium;
    font-size: 60px;
}
.feedback-section-eight .feedback-wrapper {
    padding: 0 25px 0 95px;
}
.feedback-section-eight .feedback-wrapper .icon {
    width: 62px;
    height: 62px;
    padding: 15px;
    background: var(--heading);
    border-radius: 50%;
    margin-bottom: 27px;
}
.feedback-section-eight .feedback-wrapper blockquote {
    font-size: 48px;
    line-height: 1.687em;
    color: var(--heading);
    padding-bottom: 50px;
}
.feedback-section-eight .feedback-wrapper blockquote span {
    color: var(--red-two);
    position: relative;
    display: inline-block;
}
.feedback-section-eight .feedback-wrapper blockquote span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    background: var(--red-two);
    left: 2px;
    bottom: 14px;
}
.feedback-section-eight .feedback-wrapper .name {
    font-family: gorditamedium;
    font-size: 20px;
    color: #1b1b1b;
    padding-left: 35px;
    position: relative;
    line-height: 1.55em;
}
.feedback-section-eight .feedback-wrapper .name span {
    font-size: 18px;
    font-family: gorditaregular;
    color: #818181;
}
.feedback-section-eight .feedback-wrapper .name:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background: var(--heading);
    left: 0;
    top: 18px;
}
.feedback-section-eight .feedback_slider_four .slick-dots {
    position: static;
    text-align: right;
    width: 495px;
    margin-top: 38px;
}
.feedback-section-eight .feedback_slider_four .slick-dots li button {
    margin: 0 0 0 7px;
}
.blog-section-three {
    background: var(--light-cyan);
    padding: 130px 0 160px;
}
.blog-meta-three {
    position: relative;
    z-index: 1;
    padding: 35px 50px 115px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(31, 44, 64, .03);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}
.blog-meta-three:hover {
    transform: translateY(-5px);
}
.blog-meta-three .tag {
    font-family: gorditamedium;
    display: inline-block;
    line-height: 27px;
    border-radius: 20px;
    letter-spacing: 1px;
    background: var(--heading);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all .3s ease-in-out;
}
.blog-meta-three .tag:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}
.blog-meta-three .title {
    font-family: gorditamedium;
    font-size: 24px;
    line-height: 1.3em;
    color: var(--heading);
    display: block;
    margin: 23px 0 28px;
}
.blog-meta-three:hover .title {
    text-decoration: underline;
}
.blog-meta-three .post-info {
    font-family: gorditamedium;
    font-size: 16px;
    color: var(--heading);
}
.blog-meta-three .post-info .date {
    font-family: gorditaregular;
    color: #aaa;
}
.blog-meta-three .post-footer {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 27px;
}
.blog-meta-three .post-footer .read-more:hover {
    transform: translateX(-5px);
}
.fancy-banner-three {
    background: url(../images/media/img_39.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.fancy-banner-three.bg-white {
    background: 0 0;
}
.fancy-banner-three.bg-white .title {
    color: var(--heading);
}
.fancy-banner-three .title {
    font-size: 72px;
    line-height: 1.16em;
    color: #fff;
    margin-bottom: 0;
}
.fancy-banner-three .title span {
    text-decoration: underline;
}
.fancy-banner-three .inner-content {
    padding: 140px 0;
}
.fancy-banner-three [class*=theme-btn-] {
    width: 230px;
    line-height: 68px;
    font-size: 20px;
    border-radius: 8px;
}
.fancy-banner-four .bg-wrapper {
    background: var(--light-blue);
    padding: 80px 0;
    position: relative;
    z-index: 5;
    margin-top: -190px;
}
.fancy-banner-four .shape-one {
    top: -87px;
    left: -92px;
    z-index: 1;
    animation: fade-in 1.5s infinite linear;
}
.fancy-banner-four .title {
    font-size: 72px;
    line-height: 1.16em;
    margin-bottom: 0;
}
.fancy-banner-four .title span {
    text-decoration: underline;
}
.fancy-banner-four .inner-content {
    padding: 140px 0;
}
.fancy-banner-four [class*=theme-btn-] {
    font-family: gorditaregular;
    width: 210px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 8px;
}
.inside-hero-one {
    background: #f9f2ec;
    text-align: center;
    padding: 105px 0 115px;
}
.inside-hero-one .page-title {
    font-size: 72px;
    font-weight: 500;
}
.inside-hero-one p {
    font-size: 20px;
    padding-top: 24px;
    margin-bottom: 0;
}
.inside-hero-two {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 240px 0 100px;
    position: relative;
    z-index: 1;
}
.inside-hero-two .page-title {
    font-size: 38px;
    font-family: gorditamedium;
    color: #fff;
    text-shadow: 0 2px 48px rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.inside-hero-two p {
    font-size: 20px;
    padding-top: 12px;
    color: #fff;
    text-shadow: 0 2px 48px rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.inside-hero-two .shape-one {
    right: 0;
    bottom: -80px;
    animation: fade-in 1.5s infinite linear;
}
.inside-hero-three {
    padding: 225px 0 150px;
    position: relative;
    z-index: 1;
}
.inside-hero-three.bg-color {
    background: #f9f2ec;
}
.inside-hero-three .shape-one {
    bottom: -60px;
    right: 6%;
    animation: jumpTwo 4s infinite linear;
}
.inside-hero-three .page-title {
    font-size: 72px;
    line-height: 1.25em;
    font-weight: 500;
    margin-bottom: 0;
}
.inside-hero-three .page-title span {
    position: relative;
    display: inline-block;
    color: #ff303a;
}
.inside-hero-three .page-title span:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #ff303a;
}
.inside-hero-three p {
    font-size: 24px;
    line-height: 1.83em;
    margin-bottom: 0;
}

/*-- breadcrumbs --*/
.breadcrumbs{
    background: #ececec;
}
.breadcrumbs ul{
    padding: 6px 15px 7px;
    display: flex;
    flex-direction: row;
}
.breadcrumbs ul li{
    font-size: 12px;
    line-height: 1.5em;
    margin-right: 16px;
    position: relative;
}
.breadcrumbs ul li:last-child{
    margin-right: 0;
}
.breadcrumbs ul li a{
    display: block;
    text-decoration: underline;
}
.breadcrumbs ul li::after{
    content: '/';
    position: absolute;
    top: 1px;
    right: -11px;
}
.breadcrumbs ul li:last-child::after{
    content: none;
}


.highlight_txt{
    font-size: 1.6rem;
    font-weight: 400;
    padding: 25px;
    background: #fff5dd;
    margin-bottom: 35px;
    line-height: 1.5;
    text-align: center;
    /*font-family: recoleta;*/
}
.card-style-five {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.card-style-five:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .358835) 50.1%, rgba(0, 0, 0, .615498) 100%);
}
.card-style-five .img-meta {
    width: 100%;
    min-height: 680px;
    object-fit: cover;
    object-position: top center;
}
.card-style-five .hover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 30px 60px 68px 50px;
    transform: translateY(72px);
    transition: all .3s ease-in-out;
}
.card-style-five .hover-content:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
    top: 0;
    background: #ff303a;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.card-style-five .hover-content .title a {
    display: block;
    position: relative;
    font-size: 42px;
    line-height: 1.23em;
    color: #fff;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.card-style-five .hover-content .title a:before {
    content: '+';
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #fff;
    transition: all .3s ease-in-out;
}
.card-style-five:hover .hover-content .title a:before, .slick-center .card-style-five .hover-content .title a:before {
    content: '-';
    transform: rotate(360deg);
}
.card-style-five .hover-content p {
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: scale(1 , 0);
}
.card-style-five:hover .hover-content p, .slick-center .card-style-five .hover-content p {
    opacity: 1;
    transform: scale(1);
}
.card-style-five:hover .hover-content:before, .slick-center .card-style-five .hover-content:before {
    opacity: 1;
}
.card-style-five:hover .hover-content, .slick-center .card-style-five .hover-content {
    transform: translateY(0);
}
.partner-section-three .logo {
    height: 50px;
    margin-top: 43px;
}
.partner-section-three .logo:hover img {
    transform: scale(1.1);
}
.partner-section-three .info-text {
    font-size: 20px;
    padding-bottom: 10px;
}
.partner-section-three .info-text span {
    font-family: gorditamedium;
}
.feedback-section-nine .bg-wrapper {
    padding: 120px 0 110px;
    background: var(--deep-cyan);
    position: relative;
    z-index: 5;
}
.feedback_slider_seven {
    max-width: 1530px;
    margin: 80px auto 0;
}
.feedback_slider_seven .item {
    margin: 0 22px;
}
.feedback_slider_seven .slick-dots {
    text-align: center;
    margin-top: 75px;
}
.feedback_slider_seven .slick-dots li {
    display: inline-block;
}
.feedback_slider_seven .slick-dots li button {
    text-indent: -50000px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--heading);
    margin: 0 4px;
    transition: all .3s ease-in-out;
}
.feedback_slider_seven .slick-dots li.slick-active button {
    background: var(--heading);
}
.counter-block-three .main-count {
    font-family: gorditabold;
    font-size: 58px;
    color: var(--heading);
    line-height: initial;
    margin-bottom: 0;
}
.vcamp-feature-section-six {
    background: var(--light-cyan);
    padding: 165px 0 140px;
    position: relative;
    z-index: 1;
}
.vcamp-feature-section-six .shape-one {
    right: 0;
    top: -9%;
    animation: fade-in 1.5s infinite linear;
}
.vcamp-feature-section-six .shape-two {
    left: 19%;
    bottom: -9%;
    animation: fade-in 1.5s infinite linear;
}
.vcamp-feature-section-six .text-wrapper p {
    padding-top: 42px;
    margin-bottom: 0;
}
.card-style-six {
    background: #fff;
    padding: 32px 38px 40px;
    margin-bottom: 35px;
}
.card-style-six .icon {
    height: 54px;
}
.card-style-six h4 {
    font-size: 24px;
    padding: 18px 0 20px;
    margin-bottom: 0;
}
.card-style-six p {
    color: #4f4f4f;
    margin-bottom: 0;
}
.case-study-three {
    overflow: hidden;
}
.control-nav-one button {
    display: inline-block;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    padding: 0 35px;
    margin: 0 .8%;
    transition: all .3s ease-in-out;
}
.control-nav-one button.mixitup-control-active {
    background: #000;
    border-color: #000;
    color: #fff;
}
.case-block-three {
    overflow: hidden;
    margin-top: 80px;
}
.case-block-three .screen {
    width: 100%}
.case-block-three .overlay-content {
    position: absolute;
    height: 285px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 35px;
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, .634119) 57.49%, #fff 100%);
}
.case-block-three:hover .overlay-content {
    opacity: 1;
    transform: translateY(0);
}
.case-block-three .overlay-content a {
    font-family: gorditamedium;
    font-size: 22px;
    color: var(--heading);
    width: 100%}
.case-study-three .gap, .case-study-three .mix {
    width: calc(100%/3 - (((3 - 1) * 1rem)/ 3));
    display: inline-block;
}
.case-study-three .mixitUp-container {
    margin: 0 -25px;
}
.case-study-three .mix {
    padding: 0 20px;
}
.case-study-three .mix .case-block-one .hover-content{
    padding: 28px 22px;
    vertical-align: baseline;
}
.case-study-four {
    border-top: 1px solid #eaeaea;
    overflow: hidden;
}
.control-nav-two button, .control-nav-two li {
    display: inline-block;
    line-height: 50px;
    border-radius: 8px;
    padding: 0 33px;
    margin: 0 .8%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.control-nav-two button.mixitup-control-active, .control-nav-two li.is-checked {
    background: #000;
    color: #fff;
}
.dark-bg .control-nav-two button {
    color: #fff;
}
.dark-bg .control-nav-two button.mixitup-control-active {
    background: #ff303a;
}
.case-study-four .gap, .case-study-four .mix {
    width: 100%}
.case-block-four {
    padding: 140px 0 125px;
    margin-top: 90px;
    z-index: 1;
}
.case-block-four .text-wrapper .icon {
    width: 68px;
    height: 68px;
    background: var(--heading);
    border-radius: 50%}
.case-block-four .text-wrapper blockquote {
    font-size: 36px;
    line-height: 1.8em;
    color: var(--heading);
    padding-bottom: 70px;
    margin-bottom: 0;
}
.case-block-four .text-wrapper blockquote span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.case-block-four .text-wrapper blockquote span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    background: #ff303a;
    left: 2px;
    bottom: 2px;
}
.case-block-four .text-wrapper .info-meta {
    width: 87%}
.case-block-four .text-wrapper .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}
.case-block-four .text-wrapper .name {
    font-size: 20px;
    font-family: gorditamedium;
}
.case-block-four .text-wrapper .name span {
    font-family: gorditaregular;
    font-size: 15px;
}
.case-block-four .text-wrapper .more {
    width: 39px;
    line-height: 29px;
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background: var(--heading);
    margin-left: auto;
    transition: all .3s ease-in-out;
}
.case-block-four .text-wrapper:hover .more {
    background: #ff303a;
}
.case-block-four .screen {
    position: absolute;
    bottom: 0;
    max-width: 45%}
.case-block-four .screen.screen-right {
    right: 0;
}
.case-block-four .screen.screen-left {
    left: 0;
}
.case-study-five {
    padding: 140px 0 400px;
    position: relative;
    z-index: 1;
}
.case-study-five .shape-one {
    top: -127px;
    right: 2%;
    animation: fade-in 1.5s infinite linear;
}
.control-nav-three button {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin: 0 3%;
    transition: all .3s ease-in-out;
}
.control-nav-three button.mixitup-control-active {
    color: #ff303a;
}
.case-study-five .gap, .case-study-five .mix {
    width: calc(100%/2 - (((2 - 1) * 1rem)/ 2));
    display: inline-block;
}
.case-study-five .mixitUp-container {
    margin: 0 -25px;
}
.case-study-five .mix {
    padding: 0 25px;
}

.fancybox-content{cursor: default!important;}

.inside-hero-four.bg-color {
    background: #f6eae0;
}
.inside-hero-four {
    padding: 130px 0 0;
    position: relative;
    z-index: 1;
}
.inside-hero-four h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .35);
    margin-bottom: 0;
}
.inside-hero-four .page-title {
    font-size: 72px;
    line-height: 1.25em;
    padding: 9px 0 25px;
    margin-bottom: 0;
}
.inside-hero-four .page-title span {
    position: relative;
    display: inline-block;
    color: #ff303a;
}
.inside-hero-four .page-title span:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #ff303a;
}
.inside-hero-four p {
    font-size: 24px;
    line-height: 1.83em;
    margin-bottom: 0;
}
.inside-hero-four .screen {
    margin: 75px auto 0;
}
.inside-hero-four .shape-one {
    top: 21%;
    right: 4%;
    animation: jumpTwo 5s infinite linear;
}
.inside-hero-four .shape-two {
    left: 9%;
    bottom: 18%;
    animation: jumpThree 5s infinite linear;
}
.case-details-one {
    padding: 175px 0 130px;
    position: relative;
    z-index: 1;
}
.case-details-one .shape-one {
    top: -127px;
    right: 0;
    animation: fade-in 1.5s infinite linear;
}
.case-details-one .sub-heading {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 42px;
}
.case-details-one .title {
    font-size: 62px;
    line-height: 1.24em;
    font-weight: 500;
    padding-bottom: 38px;
    margin-bottom: 0;
}
.case-details-one p {
    font-size: 19px;
    line-height: 2em;
    padding-bottom: 24px;
}
.case-details-one .border-block {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 120px 0 90px;
    margin: 80px 0 100px;
}
.case-details-one .img-meta {
    margin: 35px 0 80px;
}
.case-details-one.dark-bg {
    padding-bottom: 380px;
}
.case-details-one.dark-bg .sub-heading {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 0 2px;
    background: #ff303a;
}
.case-details-one.dark-bg .title {
    color: #fff;
}
.case-details-one.dark-bg p {
    color: rgba(255, 255, 255, .8);
}
.case-details-one.dark-bg .border-block {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.fancy-banner-five .bg-wrapper {
    background: var(--light-blue);
    text-align: center;
    padding: 65px 0 85px;
    border-radius: 20px;
    position: relative;
    z-index: 5;
}
.fancy-banner-five.reverse-space .bg-wrapper {
    margin-top: -220px;
}
.fancy-banner-five .bg-wrapper.dark-bg {
    background: #333;
}
.fancy-banner-five .bg-wrapper.dark-bg .title {
    color: #fff;
}
.fancy-banner-five .title {
    font-size: 69px;
    line-height: 1.21em;
    padding-bottom: 37px;
}
.fancy-banner-five [class*=theme-btn-] {
    width: 200px;
    border-radius: 9px;
}
.pricing-nav-one {
    margin: 70px 0 100px;
    border: none;
}
.pricing-nav-one .nav-item .nav-link {
    font-family: gorditamedium;
    font-size: 18px;
    line-height: 61px;
    border: 2px solid #000;
    padding: 0 15px;
    width: 150px;
    text-align: center;
    color: #000;
    transition: all .3s ease-in-out;
}
.pricing-nav-one .nav-item:nth-child(1) .nav-link {
    border-right: none;
    border-radius: 10px 0 0 10px;
}
.pricing-nav-one .nav-item:nth-child(2) .nav-link {
    border-left: none;
    border-radius: 0 10px 10px 0;
}
.pricing-nav-one .nav-item .nav-link.active {
    background: #000;
    color: #fff;
}
.pricing-table-area-one .pr-table-wrapper {
    border: 1px solid #ececec;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    padding: 25px 25px 40px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.pricing-table-area-one .pr-table-wrapper.most-popular:after {
    content: url(../images/shape/popular-tag.svg);
    position: absolute;
    top: -97px;
    right: -87px;
}
.pricing-table-area-one .pr-table-wrapper .pack-name {
    font-family: gorditamedium;
    font-size: 28px;
    color: #000;
}
.pricing-table-area-one .pr-table-wrapper .pack-details {
    color: #878787;
    padding: 5px 0 45px;
}
.pricing-table-area-one .pr-table-wrapper .top-banner {
    padding: 9px 5px 15px 22px;
    color: #000;
    text-align: left;
}
.pricing-table-area-one .pr-table-wrapper .price {
    font-size: 40px;
    font-family: gorditamedium;
    padding: 25px 20px 0 0;
}
.pricing-table-area-one .pr-table-wrapper .price sup {
    font-size: 20px;
    top: -22px;
}
.pricing-table-area-one .pr-table-wrapper .top-banner span {
    font-size: 22px;
}
.pricing-table-area-one .pr-table-wrapper .top-banner em {
    font-size: 14px;
    font-style: normal;
    display: block;
    margin-top: -7px;
}
.pricing-table-area-one .pr-table-wrapper .pr-feature {
    text-align: left;
    padding: 38px 0 48px 20px;
    list-style: none;
}
.pricing-table-area-one .pr-table-wrapper .pr-feature li {
    position: relative;
    line-height: 42px;
    color: rgba(0, 0, 0, .7);
    padding-left: 30px;
}
.pricing-table-area-one .pr-table-wrapper .pr-feature li:before {
    content: url(../images/icon/icon_51.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.pricing-table-area-one .pr-table-wrapper .trial-button {
    display: block;
    font-size: 16px;
    font-family: gorditamedium;
    color: #000;
    line-height: 52px;
    border: 2px solid #000;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.pricing-table-area-one .pr-table-wrapper .trial-text {
    font-size: 16px;
    padding-top: 20px;
}
.pricing-table-area-one .pr-table-wrapper:hover {
    box-shadow: 0 15px 60px rgba(0, 0, 0, .05);
}
.pricing-table-area-one .pr-table-wrapper .trial-button:hover, .pricing-table-area-one .pr-table-wrapper.active .trial-button {
    background: #000;
    color: #fff;
}
.pricing-section-one.dark-bg {
    padding: 160px 0 350px;
    position: relative;
    z-index: 1;
}
.pricing-section-one.dark-bg .shape-one {
    top: -110px;
    right: 0;
    animation: fade-in 1.5s infinite linear;
}
.pricing-section-one.dark-bg .nav-item .nav-link {
    border-color: #ff303a;
    color: #fff;
}
.pricing-section-one.dark-bg .nav-item .nav-link.active {
    background: #ff303a;
}
.pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .pack-name, .pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .top-banner, .pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .trial-button {
    color: #fff;
}
.pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .pack-details, .pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .pr-feature li, .pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .trial-text {
    color: rgba(255, 255, 255, .5);
}
.pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .top-banner {
    background: rgba(255, 255, 255, .15);
}
.pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .trial-button {
    border-color: #fff;
}
.pricing-section-one.dark-bg .pr-table-wrapper:not(.active) .pr-feature li:before {
    content: url(../images/icon/icon_54.svg);
}
.pricing-section-one.dark-bg .pr-table-wrapper.most-popular:after {
    content: url(../images/shape/popular-tag-w.svg);
}
.pricing-section-one.dark-bg .pr-table-wrapper.active {
    background: #fff;
}
.pricing-section-one.dark-bg .pr-table-wrapper.active .top-banner {
    background: #ffefef;
}
.pricing-section-one.dark-bg .pr-table-wrapper .trial-button:hover {
    background: #ff303a;
    border-color: #ff303a;
}
.fancy-banner-six .inner-content {
    background: var(--deep-blue);
    padding: 20px 30px;
    border-radius: 10px;
    z-index: 5;
}
.fancy-banner-six.reverse-space .inner-content {
    margin-top: -130px;
}
.fancy-banner-six.reverse-space .shape-one {
    top: -80px;
    left: -88px;
    z-index: 1;
    animation: fade-in 1.5s infinite linear;
}
.fancy-banner-six .inner-content .icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    padding: 23px;
}
.fancy-banner-six .inner-content .text {
    max-width: calc(100% - 90px);
}
.fancy-banner-six .inner-content h3 {
    font-size: 34px;
    font-weight: 500;
}
.fancy-banner-six .inner-content h3 span {
    color: #ff303a;
}
.fancy-banner-six .theme-btn-four {
    border-radius: 8px;
}
.accordion-style-two .accordion-tag {
    font-family: gorditamedium;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a5a5a5;
    margin-bottom: 35px;
}
.accordion-style-two .accordion-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
}
.accordion-style-two .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.accordion-style-two .accordion-button {
    font-family: gorditamedium;
    font-size: 20px;
    min-height: 1.75em;
    padding: 34px 10px 34px 0;
    box-shadow: none;
    border-radius: 0;
    color: var(--heading);
    background: 0 0;
    transition: all .3s ease-in-out;
}
.accordion-style-two .accordion-button:not(.collapsed) {
    padding-bottom: 15px;
}
.accordion-style-two .accordion-body {
    padding: 0 50px 25px 0;
}
.accordion-style-two .accordion-body p {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 0;
}
.accordion-style-two .accordion-button::after {
    content: url(../images/icon/icon_53.svg);
    background-image: none;
    width: auto;
    height: auto;
}
.accordion-style-two .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.inside-hero-five {
    padding: 250px 0 150px;
}
.inside-hero-five .illustration {
    animation: jumpTwo 5s infinite linear;
}
.vcamp-feature-section-seven {
    padding: 120px 0 130px;
    position: relative;
    z-index: 5;
    /*background: var(--deep-cyan);*/
}
.vcamp-feature-section-seven.style-two {
    background: var(--light-blue);
}
.vcamp-feature-section-seven .shape-one {
    top: -50px;
    left: 10%;
    animation: jumpThree 5s infinite linear;
}
.vcamp-feature-section-seven .shape-two {
    bottom: -60px;
    right: 10%;
    animation: jumpTwo 5s infinite linear;
}
.vcamp-feature-section-seven .shape-three {
    top: -100px;
    left: 0;
    animation: fade-in 1.1s infinite linear;
}
.card-style-seven {
    background: #fff;
    /*background: var(--deep-cyan);*/
    border-radius: 8px;
    padding: 40px 70px 38px 50px;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 18px -16px rgba(9, 9, 9, 0.2);
}
.card-style-seven:hover {
    transform: translateY(-5px);
}
.card-style-seven .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #ff303a;
    margin-bottom: 25px;
}
.card-style-seven h4 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 15px;
}
.card-style-seven p {
    line-height: 34px;
}
.card-style-seven p span {
    font-family: gorditamedium;
    text-decoration: underline;
    display: inline-block;
}
.dark-bg .card-style-seven {
    background: 0 0;
    padding: 0;
    transform: none;
}
.dark-bg .card-style-seven h4 {
    color: #fff;
}
.dark-bg .card-style-seven p {
    color: rgba(255, 255, 255, .65);
    padding-right: 50px;
}
.dark-bg .card-style-seven p span {
    color: #fff;
}
.fancy-banner-seven .inner-content {
    padding: 75px 60px;
    background: var(--light-blue);
}
.fancy-banner-seven h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.fancy-banner-seven p {
    font-size: 20px;
    margin-bottom: 0;
}
.fancy-banner-seven p a {
    font-family: gorditamedium;
    text-decoration: underline;
    color: #000;
    transition: all .3s ease-in-out;
}
.fancy-banner-seven p a:hover {
    color: #ff303a;
}
.fancy-banner-seven .theme-btn-four {
    border-radius: 8px;
    padding: 0 35px;
}
.card-style-eight {
    padding: 65px 45px 50px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    margin-top: 40px;
    transition: all .3s ease-in-out;
}
.card-style-eight:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .04);
    transform: translateY(-5px);
}
.card-style-eight .icon {
    height: 26px;
    margin-bottom: 25px;
}
.card-style-eight h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.team-section-two .mix {
    width: calc(100%/3 - (((3 - 1) * 1rem)/ 3));
    display: inline-block;
    margin-top: 70px;
    padding: 0 25px;
}
.team-section-two .mixitUp-container {
    margin: 0 -25px;
}
.team-block-two .img-meta {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}
.team-block-two .img-meta img {
    border-radius: 15px;
    transition: all .5s ease-in-out;
}
.team-block-two .img-meta:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.team-block-two .name {
    font-size: 24px;
}
.team-block-two p {
    color: #a7a7a7;
    margin-bottom: 0;
}
.team_slider_two .item {
    margin: 0 18px;
}
.feedback-section-ten {
    position: relative;
    padding: 200px 0 160px;
    z-index: 2;
}
.feedback-section-ten.dark-bg {
    padding-bottom: 340px;
    z-index: 1;
}
.feedback-section-ten.light-bg {
    background: var(--deep-cyan);
}
.feedback-section-ten .inner-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 12px;
}
.feedback-section-ten .shape-one {
    top: -75px;
    right: 10%;
    animation: jumpThree 5s infinite linear;
}
.feedback-section-ten .shape-two {
    bottom: -70px;
    left: 8%;
    animation: jumpTwo 5s infinite linear;
}
.feedback-section-ten .shape-three {
    bottom: -180px;
    right: -70px;
    animation: fade-in 1.1s infinite linear;
}
.feedback-section-ten .shape-four {
    top: -100px;
    right: 0;
    animation: fade-in 1.1s infinite linear;
}
.testimonial-block-two {
    padding: 17px 55px 35px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.testimonial-block-two:hover {
    border-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .04);
}
.testimonial-block-two .logo {
    height: 72px;
}
.testimonial-block-two p {
    font-size: 24px;
    line-height: 1.7em;
    margin: 23px 0 52px;
}
.testimonial-block-two .name {
    font-family: gorditamedium;
    font-size: 20px;
    color: var(--heading);
    line-height: 28px;
}
.testimonial-block-two .name span {
    font-family: gorditaregular;
    color: #c1c1c1;
    display: block;
    font-size: 16px;
}
.testimonial-block-two .icon {
    width: 37px;
}
.blog-section-four .blog-meta-wrapper {
    column-count: 2;
    grid-column-gap: 50px;
}
.blog-meta-four {
    margin-bottom: 80px;
    display: inline-block;
}
.blog-meta-four .img-meta img {
    border-radius: 9px;
}
.blog-meta-four .tag {
    font-family: gorditamedium;
    display: inline-block;
    line-height: 27px;
    border-radius: 20px;
    letter-spacing: 1px;
    background: #ff303a;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 15px;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.blog-meta-four .post-info {
    font-family: gorditamedium;
    font-size: 16px;
    color: var(--heading);
    margin-top: 23px;
}
.blog-meta-four .post-info .date {
    font-family: gorditaregular;
    color: #aaa;
}
.blog-meta-four .title {
    font-family: gorditamedium;
    font-size: 28px;
    line-height: 1.35em;
    color: var(--heading);
    display: block;
    margin: 11px 0 38px;
}
.blog-meta-four:hover .title {
    text-decoration: underline;
}
.blog-meta-four .post-footer .read-more:hover {
    transform: translateX(-5px);
}
.blog-sidebar .blog-sidebar-search form {
    height: 65px;
    position: relative;
}
.blog-sidebar .blog-sidebar-search input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 0 60px 0 20px;
}
.blog-sidebar .blog-sidebar-search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    color: #000;
}
.blog-sidebar .sidebar-title {
    font-size: 24px;
    margin-bottom: 30px;
}
.blog-sidebar .blog-sidebar-category ul li a {
    font-size: 16px;
    line-height: 36px;
    display: block;
    color: #000;
    transition: all .3s ease-in-out;
}
.blog-sidebar .blog-sidebar-category ul li a:hover {
    text-decoration: underline;
    color: #ff303a;
}
.blog-sidebar .sidebar-banner-add {
    background-size: cover;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}
.blog-sidebar .sidebar-banner-add .banner-content {
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
    padding: 40px 50px;
    text-align: center;
}
.blog-sidebar .sidebar-banner-add .banner-content h4 {
    line-height: 31px;
}
.blog-sidebar .sidebar-banner-add .banner-content p {
    font-size: 15px;
    margin: 20px 0 15px;
}
.blog-sidebar .sidebar-banner-add .banner-content a {
    font-family: gorditamedium;
    font-size: 14px;
    color: #fff;
    width: 140px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #212121;
}
.blog-section-four.dark-bg {
    padding: 120px 0 170px;
}
.dark-bg .blog-meta-four .post-info, .dark-bg .blog-meta-four .title, .dark-bg .blog-sidebar .blog-sidebar-search button, .dark-bg .blog-sidebar .sidebar-title {
    color: #fff;
}
.dark-bg .blog-sidebar .blog-sidebar-search input {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}
.dark-bg .blog-sidebar .blog-sidebar-category ul li a {
    color: rgba(255, 255, 255, .65);
}
.dark-bg .blog-sidebar .blog-sidebar-category ul li a:hover {
    color: #ff303a;
}
.blog-meta-five {
    margin-bottom: 70px;
}
.blog-meta-five.text-style {
    padding: 35px 50px 40px;
    border: 2px solid #000;
    border-radius: 9px;
}
.blog-meta-five .img-meta img {
    border-radius: 9px;
}
.blog-meta-five .tag {
    font-family: gorditamedium;
    display: inline-block;
    line-height: 27px;
    border-radius: 15px;
    letter-spacing: 1px;
    background: #ff303a;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 15px;
}
.blog-meta-five .img-meta .tag {
    position: absolute;
    left: 30px;
    bottom: 20px;
}
.blog-meta-five .post-info {
    font-family: gorditamedium;
    font-size: 16px;
    color: var(--heading);
    margin-top: 32px;
}
.blog-meta-five.text-style .post-info {
    margin-top: 23px;
}
.blog-meta-five .post-info .date {
    font-family: gorditaregular;
    color: #aaa;
}
.blog-meta-five .title {
    font-family: gorditamedium;
    font-size: 32px;
    line-height: 1.3em;
    width: 71%;
    color: var(--heading);
    display: block;
    margin: 23px 0 28px;
}
.blog-meta-five:hover .title {
    text-decoration: underline;
}
.blog-meta-five.text-style .title {
    width: 95%}
.blog-section-five.dark-bg {
    padding: 150px 0 150px;
}
.dark-bg .blog-meta-five {
    margin-bottom: 100px;
}
.dark-bg .blog-meta-five .img-meta img {
    border-radius: 0;
}
.dark-bg .blog-meta-five .title {
    color: #fff;
}
.dark-bg .blog-meta-five .tag {
    border-radius: 0;
    margin-top: 60px;
}
.dark-bg .blog-meta-five .theme-btn-three {
    color: rgba(255, 255, 255, .7);
}
.dark-bg .blog-meta-five .theme-btn-three:hover {
    color: #ff303a;
}
.dark-bg .blog-meta-five.text-style {
    padding: 0 50px 50px;
    border: none;
    background: rgba(255, 255, 255, .07);
    border-radius: 9px;
}
.dark-bg .blog-meta-five.text-style .title {
    width: 72%}
.inside-hero-six .bg-container {
    background: #f9f2ec;
    padding: 92px 0;
}
.blog-pubish-date {
    font-size: 16px;
}
.blog-pubish-date a {
    font-family: gorditamedium;
    color: #000;
}
.blog-pubish-date a:hover {
    text-decoration: underline;
}
.blog-heading-one {
    font-family: gorditamedium;
    font-size: 52px;
    line-height: 1.44em;
    margin-bottom: 0;
}
.blog-breadcrumb .breadcrumb-item, .blog-breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #000;
}
.blog-breadcrumb .breadcrumb-item.active {
    font-family: gorditamedium;
}
.blog-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f285";
    font-family: bootstrap-icons!important;
    font-size: 14px;
}
.blog-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}
.blog-details-one .blog-details-content {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.blog-details-one .blog-details-content .image-meta {
    margin-bottom: 54px;
}
.blog-details-one .blog-details-content p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 32px;
}
.blog-details-one .blog-details-content h4 {
    color: #303030;
    line-height: 35px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
}
.blog-details-one .blog-details-content h2 {
    font-family: gorditamedium;
    font-size: 36px;
    padding-top: 10px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.blog-details-one .blog-details-content .tags li:first-child {
    font-family: gorditamedium;
    color: #000;
    padding-right: 5px;
}
.blog-details-one .blog-details-content .tags li {
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
}
.blog-details-one .blog-details-content .tags li a:hover {
    color: #000;
    text-decoration: underline;
}
.blog-details-one .blog-details-content .share-icon li:first-child {
    font-family: gorditamedium;
    color: #000;
    font-size: 16px;
}
.blog-details-one .blog-details-content .share-icon li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: #eeeded;
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}
.blog-details-one .blog-details-content .share-icon li a:hover {
    background: #ff303a;
    color: #fff;
}
.blog-details-one .blog-details-content .bottom-widget {
    padding-top: 25px;
}
.blog-details-one .blog-inner-title {
    font-family: gorditamedium;
    font-size: 42px;
    letter-spacing: -1px;
}
.blog-comment-area {
    margin: 100px 0 100px;
}
.blog-comment-area .comment .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%}
.blog-comment-area .comment .comment-text {
    width: calc(100% - 60px);
    padding-left: 25px;
    position: relative;
}
.blog-comment-area .comment .name {
    font-family: gorditamedium;
    font-size: 20px;
    letter-spacing: -1px;
}
.blog-comment-area .comment .date {
    font-size: 15px;
    color: #adadad;
}
.blog-comment-area .comment p {
    font-size: 16px;
    line-height: 28px;
    padding: 12px 50px 0 0;
}
.blog-comment-area .comment .reply-btn {
    font-family: gorditamedium;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    width: 65px;
    line-height: 27px;
    background: #2c2c2c;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
}
.blog-comment-area .comment .reply-btn:hover {
    background: #ff303a;
}
.blog-comment-area .comment {
    margin-top: 45px;
}
.blog-comment-form form label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    display: block;
    padding-bottom: 3px;
}
.blog-comment-form form input {
    display: block;
    font-size: 17px;
    width: 100%;
    height: 60px;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 0 25px;
    background: 0 0;
}
.blog-comment-form form textarea {
    display: block;
    font-size: 17px;
    width: 100%;
    max-width: 100%;
    height: 190px;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 20px 25px;
    background: 0 0;
}
.blog-comment-form.bg-color form textarea {
    height: 140px;
}
.blog-comment-form.bg-color {
    background: var(--light-blue);
    padding: 65px 60px 70px;
}
.blog-details-one.dark-bg {
    padding: 105px 0 150px;
}
.blog-details-one.dark-bg .blog-details-content p, .dark-bg .blog-comment-area .comment p, .dark-bg .blog-comment-form p {
    color: rgba(255, 255, 255, .8);
}
.blog-details-one.dark-bg .blog-details-content .share-icon li:first-child, .blog-details-one.dark-bg .blog-details-content .tags li:first-child, .blog-details-one.dark-bg .blog-details-content h2, .blog-details-one.dark-bg .blog-details-content h4, .blog-details-one.dark-bg .blog-inner-title, .dark-bg .blog-comment-area .comment .name {
    color: #fff;
}
.blog-details-one.dark-bg .blog-details-content .tags li, .dark-bg .blog-comment-form form label {
    color: rgba(255, 255, 255, .55);
}
.blog-details-one.dark-bg .blog-details-content .tags li a:hover {
    color: #ff303a;
}
.blog-details-one.dark-bg .blog-details-content .share-icon li a {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}
.blog-details-one.dark-bg .blog-details-content .share-icon li a:hover {
    background: #ff303a;
}
.blog-details-one.dark-bg .blog-details-content {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.dark-bg .blog-comment-form form input, .dark-bg .blog-comment-form form textarea {
    border: none;
    background: rgba(255, 255, 255, .18);
    color: #fff;
}
.dark-bg .blog-comment-form form .theme-btn-four {
    border-radius: 5px;
}
.inside-hero-seven .bg-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 215px 0 140px;
}
.blog-heading-two {
    font-family: gorditamedium;
    font-size: 61px;
    line-height: 1.22em;
    margin-bottom: 34px;
}
.inside-hero-seven .blog-heading-two, .inside-hero-seven .blog-pubish-date, .inside-hero-seven .blog-pubish-date a {
    color: #fff;
}
.inside-hero-eight {
    padding: 190px 0 30px;
}
.inside-hero-eight .breadcrumb-item+.breadcrumb-item {
    padding: 0 8px;
}
.map-area-one .mapouter {
    height: 400px;
}
.map-area-two .mapouter, .mapouter .gmap_canvas, .mapouter .gmap_iframe {
    height: 100%;
    width: 100%}
.contact-section-five .form-wrapper {
    padding: 60px 0 85px;
}
.form-style-three {
    max-width: 648px;
    padding-left: 100px;
}
.form-style-three .form-title {
    font-size: 62px;
    color: #fff;
}
.form-style-three label {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}
.form-style-three .input-group-meta input, .form-style-three .input-group-meta textarea {
    display: block;
    width: 100%!important;
    max-width: 100%;
    border: none;
    border-radius: 8px;
    background: #f2f2f2;
    padding: 0 20px;
    font-size: 16px;
}
.form-style-three .input-group-meta input {
    height: 60px;
}
.form-style-three .input-group-meta textarea {
    min-height: 165px;
    padding: 15px 20px;
}
.form-style-three [class*=theme-btn-] {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
}
.form-style-three .selectize-input {
    display: block!important;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, .6);
    border-radius: 8px;
    padding: 0 0 0 20px;
    border: none;
    box-shadow: none;
}
.form-style-three .selectize-input .item {
    line-height: 60px;
    color: var(--heading);
    display: block;
}
.form-style-three .selectize-dropdown {
    border: none;
    border-radius: 8px;
    box-shadow: 0 13px 35px -12px rgb(35 35 35 / 10%);
    margin: -1px 0 0;
}
.form-style-three .selectize-dropdown .option {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 35px;
}
.form-style-three .selectize-dropdown .active, .form-style-three .selectize-dropdown .option:hover {
    color: #fff;
    background: #ff303a;
}
.dark-bg .form-style-three label {
    color: rgba(255, 255, 255, .5);
}
.dark-bg .form-style-three .input-group-meta input, .dark-bg .form-style-three .input-group-meta textarea {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}
.dark-bg .intl-tel-input .country-list {
    background: #353535;
    color: #fff;
}
.dark-bg .form-style-three .selectize-input {
    background: rgba(255, 255, 255, .15);
}
.dark-bg .form-style-three .selectize-dropdown {
    background: #353535;
}
.dark-bg .form-style-three .selectize-dropdown .option, .dark-bg .form-style-three .selectize-input .item {
    color: #fff;
}
.address-block-three .icon {
    width: 35px;
    margin-top: 7px;
}
.address-block-three .icon img {
    margin-left: auto;
}
.address-block-three .text {
    width: calc(100% - 35px);
    padding-left: 30px;
}
.address-block-three .title {
    font-family: gorditamedium;
    font-size: 28px;
    padding: 0 0 17px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.address-block-three p {
    font-size: 19px;
    line-height: 1.65em;
    color: #878787;
    margin-bottom: 0;
}
.address-block-three p .call {
    font-size: 22px;
    color: #ff303a;
}
.address-block-three p .call:hover {
    text-decoration: underline;
}
.address-block-three p .webaddress {
    color: var(--heading);
    text-decoration: underline;
}
.faq-sidebar {
    position: sticky;
    top: 100px;
    height: 100vh;
}
.faq-nav-one .list-group {
    background: var(--deep-blue);
    border: none;
    border-radius: 0;
    padding: 25px 15px 35px 30px;
}
.faq-nav-one .list-group a {
    font-size: 22px;
    line-height: 55px;
    color: #000;
    padding: 0;
    border: none;
    background: 0 0;
}
.faq-nav-one .list-group a.active {
    color: #ff303a;
}
.faq-section-two {
    padding: 140px 0 140px;
}
.faq-section-two .nav-tabs {
    border: 0;
}
.faq-section-two .nav-tabs .nav-link {
    line-height: 40px;
    padding: 0 28px;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    border: none;
    margin: 0 13px;
    letter-spacing: 0;
    border-radius: 0;
}
.faq-section-two .nav-tabs .nav-link.active {
    background: #ff303a;
    color: #fff;
}
.accordion-style-three .accordion-item {
    border: none;
    margin-bottom: 17px;
    background: rgba(255, 255, 255, .1);
    border-radius: 0;
}
.accordion-style-three .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.accordion-style-three .accordion-button {
    font-size: 20px;
    min-height: 1.75em;
    padding: 26px 20px 26px 35px;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.accordion-style-three .accordion-button:not(.collapsed) {
    padding-bottom: 19px;
}
.accordion-style-three .accordion-body {
    padding: 0 50px 38px 35px;
}
.accordion-style-three .accordion-body p {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 0;
    color: #d4d4d4;
}
.accordion-style-three .accordion-button::after {
    content: url(../images/icon/icon_66.svg);
    background-image: none;
    width: auto;
    height: auto;
}
.accordion-style-three .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.faq-section-two .request-faq h2 {
    font-size: 44px;
    margin-bottom: 25px;
    color: #fff;
}
.faq-section-two .request-faq .theme-btn-four {
    font-size: 13px;
    text-transform: uppercase;
}
.user-data-page .illustration-wrapper {
    width: 48%;
    padding: 40px 0 0;
    min-height: 100vh;
    text-align: center;
}
.user-data-page .illustration-wrapper blockquote {
    font-size: 32px;
    line-height: 1.56em;
    color: #0e0e0e;
    padding: 0 15px 15px;
}
.user-data-page .illustration-wrapper .bio {
    font-family: gorditamedium;
    font-size: 24px;
    color: #000;
    display: block;
    padding-bottom: 15px;
}
.user-data-page .illustration-wrapper .illustration-holder {
    width: 100%}
.user-data-page .form-wrapper {
    width: 100%;
    height: 100%;
    /*padding: 50px 5% 20px;*/
    position: relative;
}
.user-data-page .go-back-button {
    font-size: 15px;
    font-family: gorditamedium;
    color: #000;
}
.user-data-page .go-back-button:hover {
    color: #ff303a;
    text-decoration: underline;
}
.user-data-page .form-wrapper h2 {
    font-size: 62px;
    line-height: 1.161em;
}
.user-data-page .form-wrapper h2 span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.user-data-page .form-wrapper h2 span:before {
    content: '';
    position: absolute;
    width: 97%;
    height: 4px;
    background: #ff303a;
    left: 0;
    bottom: 0;
}
.user-data-page .form-wrapper .header-info {
    font-size: 17px;
    color: var(--heading);
    /*letter-spacing: -1px;*/
}
.user-data-page .form-wrapper .header-info a {
    text-decoration: underline;
    color: #ff303a;
}
.user-data-page .form-wrapper .copyright-text {
    font-size: 15px;
}
.user-data-form .input-group-meta {
    position: relative;
    margin-bottom: 15px;
    padding-top: 20px;
}
.user-data-form .input-group-meta input {
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #535353;
    border-radius: 6px;
    padding: 0 46px 0 16px;
    background: 0 0;
}
.user-data-form .input-group-meta label {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
    display: inline-block;
    margin-bottom: 2px;
    position: absolute;
    top: 4px;
    background: #fff;
    left: 16px;
    padding: 0 7px;
}
.user-data-form .input-group-meta .placeholder_icon {
    position: absolute;
    height: 60px;
    top: 14px;
    right: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    z-index: 1;
    color: rgba(0, 0, 0, .45);
    font-size: 17px;
}
.user-data-form .input-group-meta .valid-sign img {
    opacity: 0;
    transition: all .2s ease-in-out;
}
.user-data-form .input-group-meta input:valid+.valid-sign img {
    opacity: 1;
}
.user-data-form .input-group-meta .placeholder_icon img {
    position: relative;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.user-data-form .input-group-meta .placeholder_icon span {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    position: relative;
}
.user-data-form .input-group-meta .placeholder_icon span:before {
    content: '';
    width: 2px;
    height: 26px;
    background: #000;
    position: absolute;
    top: 16px;
    left: 24px;
    transform: rotate(45deg);
    z-index: 5;
    transition: all .2s ease-in-out;
}
.user-data-form .input-group-meta .placeholder_icon span.eye-slash:before {
    opacity: 0;
}
.user-data-form .agreement-checkbox label {
    position: relative;
    font-size: 15px;
    color: var(--heading);
    cursor: pointer;
    padding-left: 22px;
    line-height: 18px;
    transition: all .1s ease-in-out;
}
.user-data-form .agreement-checkbox label a {
    color: var(--p-color);
    text-decoration: underline;
}
.user-data-form .agreement-checkbox input[type=checkbox] {
    display: none;
}
.user-data-form .agreement-checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    line-height: 11px;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, .3);
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all .1s ease-in-out;
}
.user-data-form .agreement-checkbox input[type=checkbox]:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #000;
    color: #fff;
    border-color: #000;
}
.user-data-form .agreement-checkbox a {
    position: relative;
    font-size: 15px;
    color: #1e1e1e;
}
.user-data-form .agreement-checkbox a:hover {
    text-decoration: underline;
    color: var(--p-color);
}
.user-data-form .theme-btn-one {
    font-size: 14px;
    text-transform: uppercase;
}
.user-data-page .full-height {
    min-height: 100vh;
    padding: 20px 0;
    flex-direction: column;
    text-align: center;
}
.full-height .user-data-form .button-solid-one {
    width: 200px;
    margin: 0 auto 30px;
}
.full-height-layout {
    min-height: 100vh;
    padding: 40px 12px;
    position: relative;
    z-index: 5;
    background: url(../images/assets/bg_01.png) no-repeat center;
    background-size: cover;
    overflow-x: hidden;
}
.coming-soon-content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.coming-soon-content h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.coming-soon-content h1 {
    font-size: 100px;
    line-height: 1.18em;
    padding: 8px 0 30px;
}
.coming-soon-content p {
    font-size: 24px;
    line-height: 1.66em;
    padding-bottom: 55px;
}
.coming-soon-content form {
    max-width: 620px;
    height: 75px;
    position: relative;
    margin: 0 auto;
}
.coming-soon-content form input {
    display: block;
    width: 100%;
    border: none;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 0 190px 0 20px;
    height: 100%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .05);
}
.coming-soon-content form button {
    width: 185px;
    background: #151515;
    color: #fff;
    font-family: gorditamedium;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    transition: all .3s ease-in-out;
}
.coming-soon-content form button:hover {
    background: #ff303a;
}
.coming-soon-content .social-icon a {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 17px;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    color: #333;
    margin: 0 5px;
    transition: all .3s ease-in-out;
}
.coming-soon-content .social-icon a:hover {
    background: #ff303a;
    color: #fff;
}
.coming-soon-content .social-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.full-height-layout .shape-one {
    top: 8%;
    left: 45%;
    animation: jumpTwo 5s infinite linear;
}
.full-height-layout .shape-two {
    top: 6%;
    right: 45%;
    animation: jumpThree 5s infinite linear;
}
.full-height-layout .shape-three {
    top: 20%;
    right: 8%}
.full-height-layout .shape-four {
    bottom: 20%;
    left: 8%}
.full-height-layout .shape-five {
    top: 20%;
    left: 10%;
    animation: moveclouds 10s alternate infinite;
}
.full-height-layout .shape-six {
    bottom: 20%;
    right: 10%;
    animation: moveclouds2 10s alternate infinite;
}
.error-page {
    background: #232132;
    min-height: 100vh;
    padding: 185px 10% 50px;
    position: relative;
    z-index: 2;
}
.error-page h6 {
    font-size: 24px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: 5px;
}
.error-page h1 {
    font-size: 82px;
    color: #fff;
    padding: 10px 0 25px;
}
.error-page p {
    color: #fff;
    margin-bottom: 55px;
}
.error-page .theme-btn-four {
    font-size: 14px;
}
.error-page .illustration {
    max-width: 64%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#page-scroll-container-one {
    min-height: 100vh;
    position: relative;
}
#page-scroll-container-one .section {
    background: #fff;
    padding-top: 123px;
}
.spl-section-one .category-list li {
    font-size: 110px;
    line-height: 1.166em;
    font-weight: 500;
    color: #e7e7e7;
    position: relative;
}
.spl-section-one .category-list li span {
    display: inline-block;
    position: relative;
}
.spl-section-one .category-list li.active {
    color: #000;
}
.spl-section-one .category-list li span:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 6px;
    background: #ff303a;
    left: 0;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.spl-section-one .category-list li.active span:before {
    opacity: 1;
}
.spl-section-one .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
    margin: 0 8px 0 0;
    border: 1px solid #000;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.spl-section-one .carousel-indicators .active {
    background: #ff303a;
    border-color: #ff303a;
}
.spl-section-one .carousel-indicators {
    width: 100%;
    bottom: -50px;
    margin: 0;
    justify-content: start;
}
#pp-nav {
    display: none;
}
.page-scroll-element-one .scroll-bar {
    width: 3px;
    height: 100px;
    background: #000;
    position: fixed;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
    z-index: 9;
}
.page-scroll-element-one .scroll-bar:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ff303a;
    animation: jumpTwo 3s infinite linear;
}
.page-scroll-element-one .scroll-bar span {
    position: absolute;
    font-family: gorditamedium;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transform: rotate(-90deg);
    top: 137%;
    left: -34px;
    color: #000;
}
.page-scroll-element-one .social-elemnet {
    position: fixed;
    z-index: 9;
    right: -45px;
    top: 50%;
    transform: rotate(-90deg) translate(0, 0);
}
.page-scroll-element-one .social-elemnet li {
    font-family: gorditamedium;
    color: #000;
    margin: 0 2px;
}
.page-scroll-element-one .social-elemnet li a:hover {
    color: #ff303a;
}
.page-scroll-element-one .chat-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ff303a;
    position: fixed;
    right: 65px;
    bottom: 4vh;
    z-index: 9;
    animation: rippleTwo 3s linear infinite;
}
.page-scroll-element-one .chat-icon::after, .page-scroll-element-one .chat-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.page-scroll-element-one .chat-icon::after {
    animation-delay: 3s;
}
@keyframes rippleTwo {
    0% {
    box-shadow: 0 0 0 .1rem rgba(1, 1, 1, .1);
}
100% {
    box-shadow: 0 0 0 4rem rgba(1, 1, 1, 0);
}
}.page-scroll-element-one .section-no {
    font-family: gorditamedium;
    font-size: 20px;
    color: #000;
    transform: rotate(-90deg);
    position: fixed;
    bottom: 4vh;
    left: 58px;
}
.dark-bg #page-scroll-container-one .category-list li {
    color: #1f1f1f;
}
.dark-bg #page-scroll-container-one .category-list li.active, .dark-bg.page-scroll-element-one .scroll-bar span, .dark-bg.page-scroll-element-one .section-no, .dark-bg.page-scroll-element-one .social-elemnet li {
    color: #fff;
}
.dark-bg #page-scroll-container-one .section {
    background: #121212;
}
.dark-bg.page-scroll-element-one .scroll-bar {
    background: #fff;
}
.dark-bg .spl-section-one .carousel-indicators [data-bs-target] {
    border: 1px solid #fff;
}
.dark-bg .spl-section-one .carousel-indicators .active {
    border-color: #ff303a;
}
.hero-banner-seven {
    padding: 240px 0 150px;
    background: #080808;
    position: relative;
}
.hero-banner-seven .main-content {
    max-width: 1535px;
    padding: 0 12px;
    margin: 0 auto;
}
.hero-banner-seven .img-meta-card p {
    font-size: 18px;
    line-height: 35px;
    color: #a3a2a3;
    padding-left: 80px;
}
.hero-banner-seven .img-meta-card p span {
    display: inline-block;
    color: #fff;
}
.hero-banner-seven .title {
    font-family: gorditablack;
    color: #fff;
    font-size: 145px;
    text-align: center;
    line-height: 1.05em;
    letter-spacing: -1px;
}
.hero-banner-seven .title .line-shape {
    display: inline-block;
    position: relative;
}
.hero-banner-seven .title .line-shape:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../images/shape/shape_52.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.hero-banner-seven .scroll-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -20px;
    z-index: 1;
    animation: jumpTwo 5s infinite linear;
}
.vcamp-feature-section-nine .row {
    margin: 0 -30px;
}
.vcamp-feature-section-nine [class*=col-] {
    padding: 0 30px;
}
.card-style-nine {
    padding: 35px 30px 80px;
    background: #f4f4f4;
    border-radius: 50px;
    text-align: center;
}
.card-style-nine .img-holder {
    height: 265px;
}
.card-style-nine h3 {
    font-family: gorditabold;
    font-size: 36px;
    line-height: 1.33em;
    letter-spacing: 0;
    padding-top: 45px;
}
.vcamp-text-block-seven .text-wrapper p {
    margin-bottom: 30px;
    padding-top: 12px;
    color: #454545;
}
.vcamp-text-block-seven .text-wrapper .name {
    font-family: gorditamedium;
    font-size: 18px;
    padding-left: 32px;
    position: relative;
    margin-top: 60px;
}
.vcamp-text-block-seven .text-wrapper .name span {
    font-size: 16px;
    font-family: gorditaregular;
    color: #b9b9b9;
}
.vcamp-text-block-seven .text-wrapper .name:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 2px;
    background: var(--heading);
    left: 0;
    top: 10px;
}
.vcamp-text-block-eight {
    padding: 135px 0 120px;
    position: relative;
    z-index: 1;
}
.vcamp-text-block-eight .text-wrapper h6 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.8px;
    padding-bottom: 20px;
}
.vcamp-text-block-eight .text-wrapper h2 {
    font-family: gorditablack;
    font-size: 82px;
    line-height: 1.19em;
    letter-spacing: -1px;
    color: #fff;
}
.vcamp-text-block-eight .illustration {
    left: 11vw;
    max-width: 35%;
    top: 50%;
    transform: translateY(-50%);
}
.vcamp-text-block-nine {
    position: relative;
    z-index: 1;
}
.vcamp-text-block-nine .text-wrapper h2 {
    font-family: gorditablack;
    font-size: 82px;
    line-height: 1.13em;
    letter-spacing: -1px;
}
.vcamp-text-block-nine .text-wrapper p {
    padding: 45px 0 40px;
}
.vcamp-text-block-nine .illustration {
    right: 0;
    max-width: 42%;
    bottom: 0;
}
.vcamp-text-block-ten {
    padding: 240px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vcamp-text-block-ten .city-list {
    position: absolute;
    top: -65px;
    bottom: -65px;
    left: -10px;
    animation: moveUp 30s alternate infinite;
}
.vcamp-text-block-ten .city-list li {
    font-family: gorditabold;
    font-size: 100px;
    line-height: 1.3em;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, .25);
}
.team-block-three {
    text-align: center;
    margin-top: 55px;
}
.team-block-three .name {
    font-family: gorditabold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 35px 0 2px;
}
.team-block-three .designation {
    font-size: 16px;
    color: #989898;
    padding-bottom: 15px;
}
.team-block-three .social-icon li a {
    width: 32px;
    height: 32px;
    font-size: 17px;
    background: var(--heading);
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    margin: 0 6px;
    transition: all .3s ease;
}
.team-block-three .social-icon li a:hover {
    background: #ff303a;
}
.team-block-three:hover .name a {
    text-decoration: underline;
    color: var(--heading);
}
.blog-section-six {
    padding: 150px 0 130px;
}
.blog-section-six .blog-meta-three {
    background: 0 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
    padding: 35px 60px 36px 25px;
}
.blog-section-six .blog-meta-three.featured-post {
    background: rgba(255, 255, 255, .08);
    border-color: transparent;
}
.blog-section-six .blog-meta-three .tag {
    background: rgba(255, 255, 255, .1);
}
.blog-section-six .blog-meta-three .title {
    font-family: gorditabold;
    font-size: 36px;
    color: #fff;
    line-height: 1.46em;
    margin-bottom: 50px;
}
.blog-section-six .blog-meta-three .post-info {
    color: #fff;
}
.hero-banner-eight {
    position: relative;
    z-index: 5;
    margin-top: 135px;
}
.hero-banner-eight .social-elemnet {
    position: absolute;
    z-index: 9;
    left: -5px;
    top: 44%;
    transform: rotate(-90deg) translate(0, 0);
}
.hero-banner-eight .social-elemnet li {
    font-family: gorditamedium;
    color: #000;
    margin: 0 5px;
}
.hero-banner-eight .social-elemnet li a:hover {
    color: #ff303a;
}
.hero-banner-eight .scroll-bar {
    width: 3px;
    height: 100px;
    background: #000;
    position: absolute;
    top: 45%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 9;
}
.hero-banner-eight .scroll-bar:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ff303a;
}
.hero-banner-eight .banner-content {
    padding: 60px 11vw;
    max-width: 2000px;
    margin: 0 auto;
}
.hero-banner-eight .text-wrapper {
    max-width: 610px;
}
.hero-banner-eight .hero-heading {
    font-family: gorditabold;
    line-height: 1.1em;
    letter-spacing: -1px;
}
.hero-banner-eight .hero-sub-heading {
    letter-spacing: -1px;
    padding: 38px 0 32px;
}
.hero-banner-eight .term-text {
    font-size: 16px;
    color: #979797;
    padding-top: 14px;
}
.hero-banner-eight .term-text a {
    color: var(--heading);
}
.hero-banner-eight .term-text a:hover {
    text-decoration: underline;
}
.hero-banner-eight .img-wrapper img {
    transform: rotate(4.3deg);
}
.hero-banner-eight .img-wrapper:before {
    content: '';
    position: absolute;
    width: 94%;
    height: 100%;
    left: -19%;
    bottom: -6%;
    z-index: -1;
    background: #ff303a;
    transform: rotate(-7.16deg);
}
.hero-banner-eight .img-wrapper {
    margin-bottom: 6%}
.vcamp-text-block-eleven .meta-info-text {
    font-size: 36px;
    line-height: 1.55em;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.vcamp-text-block-eleven .meta-info-text span {
    display: inline-block;
    color: #ff303a;
    text-decoration: underline;
}
.vcamp-text-block-eleven .main-content {
    position: relative;
    z-index: 1;
    margin: 190px 0 90px;
}
.vcamp-text-block-eleven .main-content .left-img-meta {
    position: absolute;
    width: 45%;
    height: 140%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vcamp-text-block-eleven .main-content .left-img-meta img {
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
}
.vcamp-text-block-twelve {
    position: relative;
    z-index: 1;
}
.vcamp-text-block-twelve .text-wrapper .video-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--heading);
    padding: 15px 16px 18px 13px;
    position: relative;
    animation: ripple 3s linear infinite;
}
.vcamp-text-block-twelve .text-wrapper .video-icon::after, .vcamp-text-block-twelve .text-wrapper .video-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.vcamp-text-block-twelve .text-wrapper .video-icon::after {
    animation-delay: 3s;
}
.vcamp-text-block-twelve .text-wrapper .meta-info-text {
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 40px;
}
.vcamp-text-block-twelve .text-wrapper ul li {
    line-height: 33px;
    color: #474747;
    position: relative;
    margin-bottom: 25px;
    padding-left: 35px;
}
.vcamp-text-block-twelve .text-wrapper ul li:before {
    content: url(../images/icon/icon_75.svg);
    position: absolute;
    left: 0;
    top: 1px;
}
.vcamp-text-block-twelve .text-wrapper ul li span {
    font-family: gorditamedium;
    color: #000;
    display: inline-block;
    position: relative;
}
.vcamp-text-block-twelve .text-wrapper ul li span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 2px;
    width: 100%;
    background: #ff303a;
}
.vcamp-text-block-twelve .right-img-meta {
    position: absolute;
    width: 47%;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vcamp-text-block-twelve .right-img-meta .main-img {
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
}
.vcamp-text-block-twelve.dark-bg, .vcamp-text-block-twelve.dark-bg .text-wrapper ul li {
    color: rgba(255, 255, 255, .7);
}
.vcamp-text-block-twelve.dark-bg .text-wrapper ul li span {
    color: #fff;
}
.vcamp-text-block-twelve.dark-bg .text-wrapper ul li:before {
    content: url(../images/icon/icon_97.svg);
}
.vcamp-text-block-twelve .right-img-meta .video-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ff303a;
    padding: 15px 16px 18px 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    animation: ripple 3s linear infinite;
}
.vcamp-text-block-twelve .right-img-meta .video-icon::after, .vcamp-text-block-twelve .right-img-meta .video-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.vcamp-text-block-twelve .right-img-meta .video-icon::after {
    animation-delay: 3s;
}

/*-- social-elemnet --*/
.social-elemnet {
    position: fixed;
    z-index: 99;
    right: -56px;
    top: 58%;
    transform: rotate(-90deg) translate(0, 0);
    background: #fff;
    border-radius: 9px 9px 0 0;
    overflow: hidden;
    box-shadow: -5px 0px 7px rgba(4, 4, 4, 0.3);
}
.social-elemnet li {
    font-family: gorditamedium;
    color: #000;
    /*margin: 0 5px;*/
}
.social-elemnet li a{
    padding: 6px 18px;
    color: #fff;
    transform: rotate(90deg) translate(0, 0);
}
.social-elemnet li.fb{background-color: #3b5998;}
.social-elemnet li.tw{background-color: #1696d2;}
.social-elemnet li.lin{background-color: #0e76a8;}
.social-elemnet li:hover{
    background-color: #ff303a;
}

/*--  --*/
.chat-icon {
    font-size: 31px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #2bc48a;
    position: fixed;
    z-index: 99;
    left: 25px;
    bottom: 20px;
    transition: all 0.3s ease-in-out;
    animation: rippleTwo 3s linear infinite;
    box-shadow: 0px 2px 4px rgba(1, 1, 1, 0.6);
}
.chat-icon::after, .chat-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.chat-icon::after {
    animation-delay: 3s;
}
.whatsapp_btn:hover, 
.whatsapp_btn:focus,
.whatsapp_btn:active{
    color: #2bc48a;
    background-color: #222;
}



.hero-banner-six {
    position: relative;
    z-index: 5;
    /*margin-top: 135px;*/
    background: url(../images/banner_bg.jpg) no-repeat center;
    background-size: cover;
    /*background: radial-gradient(53.3% 53.3% at 50% 46.7%, #feffff 0, #cff2f2 100%);*/
}
.hero-banner-six .scroll-bar {
    width: 3px;
    height: 100px;
    background: #000;
    position: absolute;
    top: calc(50% - 45px);
    right: 65px;
    transform: translateY(-50%);
    z-index: 9;
}
.hero-banner-six .scroll-bar:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
}
.hero-banner-six .scroll-bar span {
    position: absolute;
    font-family: gorditamedium;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transform: rotate(-90deg);
    top: 137%;
    left: -34px;
    color: #000;
}
.hero-banner-six .product-text{
	z-index: 4;
}
.hero-banner-six .product-text h6 {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #676767;
    transition: all .5s ease-in-out;
}
.hero-banner-six .product-text h2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1em;
    padding: 20px 0 30px;
    transition: all .8s ease-in-out;
}
.hero-banner-six .product-text p {
    transition: all 1s ease-in-out;
}
.hero-banner-six .product-text [class*=theme-btn-] {
    transition: all 1.3s ease-in-out;
}
.hero-banner-six .section-no {
    font-family: gorditamedium;
    font-size: 20px;
    color: #000;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 50px;
    left: 60px;
}
.hero-banner-six .shop-hero-slider-one .item {
    padding: 180px 0 90px;
}
/*.hero-banner-six .product-text {
    padding: 150px 0;
}*/
.hero-banner-six .product-img, .hero-banner-six .product-text * {
    transform: translateY(50px);
}
.hero-banner-six .slick-active .product-img, .hero-banner-six .slick-active .product-text * {
    transform: translateY(0);
}
.product-slider-arrow-one li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: var(--heading);
    font-size: 28px;
    margin-left: 8px;
    cursor: pointer;
    transform: scale(.8);
    transition: all .3s ease-in-out;
}
.product-slider-arrow-one li:hover {
    background: var(--heading);
    color: #fff;
    transform: scale(1);
}
.product-block-one {
    position: relative;
    background: #f5f5f5;
    height: 470px;
    z-index: 5;
}
.product-block-one:hover .product-img {
    transform: scale(.95);
}
.product-block-one .category-tag {
    background: #fff;
    line-height: 33px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    padding: 0 18px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.product-block-one .category-tag:hover {
    background: #ff303a;
    color: #fff;
    border-radius: 5px;
}
.product_slider_space {
    margin: 0 -20px;
}
.product_slider_space .item {
    margin: 0 20px;
}
.shop-new-collection-section .banner-text-meta {
    position: relative;
    padding: 210px 65px;
    z-index: 1;
    overflow: hidden;
}
.shop-new-collection-section .banner-text-meta .fancy-text {
    font-family: Recoleta;
    font-size: 24px;
    color: var(--red-two);
    line-height: initial;
}
.shop-new-collection-section .banner-text-meta h3 {
    font-family: gorditamedium;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 0 35px;
}
.shop-new-collection-section .banner-text-meta .promo-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 66%;
    max-height: 100%}
.product-block-two .img-holder {
    position: relative;
    background: #f5f5f5;
    height: 470px;
    z-index: 5;
    margin-bottom: 22px;
}
.product-block-two .img-holder.style-two {
    height: auto;
}
.product-block-two .img-holder .tag-one {
    font-family: gorditamedium;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 14px;
    line-height: 25px;
    border-radius: 3px;
    background: #ff303a;
    position: absolute;
    right: 20px;
    top: 20px;
}
.product-block-two .img-holder .tag-two {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    padding: 0 14px;
    line-height: 25px;
    border-radius: 3px;
    background: #3c3c3c;
    position: absolute;
    right: 20px;
    top: 20px;
}
.product-block-two .img-holder .cart-icon {
    display: block;
    width: 35px;
    line-height: 35px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: scale(.5);
}
.product-block-two .img-holder .cart-icon:hover {
    color: #fff;
    background: #ff303a;
}
.product-block-two .img-holder .cart-button {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    line-height: 48px;
    background: #1f1f1f;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s ease-in-out;
}
.product-block-two:hover .img-holder .cart-button {
    opacity: 1;
    transform: translateY(0);
}
.product-block-two .img-holder .cart-button:hover {
    background: #ff303a;
}
.product-block-two .product-title {
    letter-spacing: 0;
    color: #9f9f9f;
    font-size: 17px;
    transition: all .3s ease-in-out;
}
.product-block-two .rating li {
    font-size: 14px;
    margin-left: 5px;
    color: #b3b3b3;
}
.product-block-two .rating li .bi-star-fill {
    color: #ffcb65;
}
.product-block-two .price {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}
.product-block-two:hover .product-img {
    transform: scale(.95);
}
.product-block-two:hover .cart-icon {
    opacity: 1;
    transform: scale(1);
}
.product-block-two:hover .product-title {
    color: #000;
    text-decoration: underline;
}
.product-section-three {
    background: var(--light-blue);
}
.product-block-three {
    background: #fff;
    padding: 30px 15px 60px;
    text-align: center;
}
.product-block-three .img-holder {
    position: relative;
    height: 470px;
    z-index: 5;
    margin-bottom: 35px;
}
.product-block-three .img-holder img {
    max-height: 100%}
.product-block-three .img-holder .cart-icon {
    display: block;
    width: 35px;
    line-height: 35px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: scale(.5);
}
.product-block-three .img-holder .cart-icon:hover {
    color: #fff;
    background: #ff303a;
}
.product-block-three .product-title {
    letter-spacing: 0;
    color: #9f9f9f;
    font-size: 17px;
    margin: 5px 0 10px;
    transition: all .3s ease-in-out;
}
.product-block-three .rating li {
    font-size: 14px;
    margin: 0 3px;
    color: #b3b3b3;
}
.product-block-three .rating li .bi-star-fill {
    color: #ffcb65;
}
.product-block-three .price {
    font-size: 24px;
    color: #000;
}
.product-block-three:hover .product-img {
    transform: scale(.95);
}
.product-block-three:hover .cart-icon {
    opacity: 1;
    transform: scale(1);
}
.product-block-three:hover .product-title {
    color: #000;
    text-decoration: underline;
}
.product-block-three .img-holder .tag-one {
    font-family: gorditamedium;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 14px;
    line-height: 25px;
    border-radius: 3px;
    background: #ff303a;
    position: absolute;
    right: 0;
    top: 0;
}
.product-block-three .img-holder .tag-two {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    padding: 0 14px;
    line-height: 25px;
    border-radius: 3px;
    background: #0f0f0f;
    position: absolute;
    right: 0;
    top: 0;
}
#page-scroll-container-two {
    min-height: 100vh;
    position: relative;
}
.page-scroll-element-two .social-elemnet {
    position: fixed;
    z-index: 9;
    left: -20px;
    top: 47%;
    transform: rotate(-90deg) translate(0, 0);
}
.page-scroll-element-two .social-elemnet li {
    font-family: gorditamedium;
    color: #fff;
    margin: 0 5px;
}
.page-scroll-element-two .social-elemnet li a:hover {
    color: #ff303a;
}
.page-scroll-element-two .scroll-bar {
    width: 3px;
    height: 100px;
    background: rgba(255, 255, 255, .26);
    position: fixed;
    top: 50%;
    right: 49px;
    transform: translateY(-50%);
    z-index: 9;
}
.page-scroll-element-two .scroll-bar:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    animation: jumpTwo 3s infinite linear;
}
.page-scroll-element-two .section-no {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-family: gorditamedium;
    letter-spacing: 3px;
    font-size: 20px;
    color: #fff;
    transform: rotate(-90deg);
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.page-scroll-element-two .chat-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 25px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all .3s ease-in-out;
}
.page-scroll-element-two .chat-icon:hover {
    color: #ff303a;
}
#page-scroll-container-two .section {
    background: #121212;
    padding-top: 100px;
}
.spl-section-two .main-wrapper {
    padding: 0 12vw;
}
.spl-section-two .main-wrapper .text-holder {
    max-width: 512px;
}
.spl-section-two .main-wrapper .text-holder .item-title {
    font-size: 130px;
    line-height: .93em;
    color: #fff;
}
.spl-section-two .main-wrapper .product-info {
    margin: 50px -15px 50px;
}
.spl-section-two .main-wrapper .product-info>li {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.spl-section-two .main-wrapper .product-info .label-title {
    font-family: gorditamedium;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .3);
}
.spl-section-two .main-wrapper .product-info .price {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: initial;
}
.spl-section-two .size-custome-input li label {
    position: relative;
    font-size: 20px;
    color: #fff;
    transition: all .25s ease-in-out;
}
.spl-section-two .size-custome-input li {
    position: relative;
    margin-right: 20px;
}
.spl-section-two .size-custome-input li:last-child {
    margin-right: 0;
}
.spl-section-two .size-custome-input li input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}
.spl-section-two .size-custome-input li input[type=radio]:checked+label {
    color: #ff303a;
}
.spl-section-two .color-custome-input li {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
}
.spl-section-two .color-custome-input li:last-child {
    margin-right: 0;
}
.spl-section-two .color-custome-input li input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.spl-section-two .color-custome-input li label {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}
.spl-section-two .color-custome-input li label:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all .25s ease-in-out;
}
.spl-section-two .color-custome-input li input[type=radio]:checked+label:before {
    opacity: 1;
}
.spl-section-two .text-holder .shop-btn {
    width: 200px;
    line-height: 53px;
    border: 1px solid #ffd085;
    text-align: center;
    font-family: gorditamedium;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    background: #000;
}
.spl-section-two .text-holder .shop-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 4px;
    top: 4px;
    z-index: -1;
    background: #ffd085;
    opacity: 0;
    transition: all .25s ease-in-out;
}
.spl-section-two .text-holder .shop-btn:hover:after {
    opacity: 1;
}
.spl-section-two .text-holder .add-to-fav {
    font-size: 24px;
    color: #fff;
    margin: 0 20px 0 55px;
}
.spl-section-two .text-holder .add-cart-btn {
    font-family: gorditalight;
    font-size: 42px;
    color: #fff;
}
.spl-section-two .text-holder .add-cart-btn:hover, .spl-section-two .text-holder .add-to-fav:active, .spl-section-two .text-holder .add-to-fav:focus, .spl-section-two .text-holder .add-to-fav:hover {
    color: #ff303a;
}
.spl-section-two .main-wrapper .text-holder {
    max-width: 512px;
    position: relative;
    z-index: 2;
}
.spl-section-two .main-wrapper .product-img-holder {
    background: #ffd085;
    max-width: 535px;
    height: 670px;
    position: relative;
    z-index: 1;
}
.spl-section-two .main-wrapper .product-img-holder .product-img {
    max-width: initial;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.spl-section-two .main-wrapper .product-img-holder .offer-img {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: -1;
}
.inside-hero-nine {
    background: #fff;
    padding: 175px 0 0;
}
.inside-hero-nine .main-wrapper {
    padding-bottom: 80px;
}
.inside-hero-nine .page-title {
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 30px;
}
.inside-hero-nine .main-wrapper p {
    font-size: 24px;
}
.inside-hero-nine .breadcrumb-area {
    padding: 3px 0 23px;
}
.breadcrumb-style-one .breadcrumb-item, .breadcrumb-style-one .breadcrumb-item a {
    font-size: 17px;
    color: #949494;
}
.breadcrumb-style-one .breadcrumb-item.active {
    font-family: gorditamedium;
    color: #000;
}
.breadcrumb-style-one .breadcrumb-item+.breadcrumb-item::before {
    content: url(../images/icon/icon_77.svg);
    margin-top: 1px;
}
.breadcrumb-style-one .breadcrumb-item a:hover {
    text-decoration: underline;
}
.inside-hero-nine .share-dropdown .dropdown-toggle {
    font-family: gorditamedium;
    font-size: 17px;
    color: #000;
}
.inside-hero-nine .share-dropdown .dropdown-toggle::after {
    content: '+';
    border: none;
    vertical-align: middle;
    transition: all .2s ease;
}
.inside-hero-nine .share-dropdown .dropdown-toggle.show::after {
    transform: rotate(45deg);
}
.inside-hero-nine .share-dropdown .dropdown-menu {
    min-width: 120px;
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 5px 20px -6px rgba(102, 114, 140, 0.2);
}
.inside-hero-nine .share-dropdown .dropdown-menu .social-icon a {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background: #212121;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-size: 15px;
    transition: all .2s ease;
}
.inside-hero-nine .share-dropdown .dropdown-menu .social-icon a:hover {
    background: #ff303a;
}
.shop-filter-one .selectize-input {
    min-width: 170px;
    line-height: 45px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    outline: 0;
    background: 0 0!important;
    padding: 0 15px 0 15px;
}
.shop-filter-one .selectize-input .item, .shop-filter-one .selectize-input input {
    font-size: 15px;
    color: #4f4f4f;
}
.shop-filter-one .selectize-dropdown {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    box-shadow: 0 50px 100px 0 rgba(229, 232, 235, .2);
    cursor: pointer;
}
.shop-filter-one .selectize-dropdown .option {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 26px;
}
.shop-filter-one .selectize-dropdown .active, .shop-filter-one .selectize-dropdown .option:hover {
    color: #fff;
    background: #ff303a;
}
.shop-filter-one .selectize-control.single .selectize-input:after {
    right: 8px;
}
.dark-layout .shop-filter-one .selectize-dropdown {
    background: #212121;
}
.dark-layout .shop-filter-one .selectize-dropdown .option {
    color: #fff;
}
.product-section-five {
    background: var(--light-blue);
    padding: 150px 0 140px;
}
.shop-filter-sidebar {
    background: #fff;
    padding: 38px 0 0;
}
.shop-filter-sidebar .search-area {
    padding: 0 40px 35px;
}
.shop-filter-sidebar .search-area form {
    height: 60px;
    position: relative;
}
.shop-filter-sidebar .search-area input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #f6f6f6;
    border: none;
    padding: 0 50px 0 20px;
    font-size: 17px;
    font-style: italic;
}
.shop-filter-sidebar .search-area button {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    color: var(--heading);
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.shop-filter-sidebar .search-area button:hover {
    color: #ff303a;
}
.shop-filter-accordion .accordion-item {
    border: none;
    border-top: 1px solid #efefef;
    border-radius: 0;
    background: 0 0;
}
.shop-filter-accordion .accordion-button {
    font-family: gorditamedium;
    font-size: 22px;
    padding: 32px 40px;
    box-shadow: none;
    border-radius: 0;
    color: var(--heading);
    background: 0 0;
    transition: all .3s ease-in-out;
}
.shop-filter-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 20px;
}
.shop-filter-accordion .accordion-body {
    padding: 0 40px 30px;
}
.shop-filter-accordion .accordion-body p {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 0;
}
.shop-filter-accordion .accordion-button::after {
    content: '+';
    font-family: gorditaregular;
    font-size: 28px;
    background-image: none;
    width: auto;
    height: auto;
}
.shop-filter-accordion .accordion-button:not(.collapsed)::after {
    content: "-"}
.shop-filter-sidebar .category-filter .dropdown-toggle {
    color: #060606;
    letter-spacing: -1px;
    line-height: 50px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}
.shop-filter-sidebar .category-filter .dropdown-toggle::after {
    display: none;
}
.shop-filter-sidebar .category-filter .dropdown-toggle::before {
    content: "\f282";
    position: absolute;
    margin: 0;
    border: none;
    font-size: 14px;
    right: 0;
    top: 0;
    font-family: bootstrap-icons;
    font-weight: 700;
    transition: transform .3s ease-in-out;
}
.shop-filter-sidebar .category-filter .dropdown-toggle.show::before {
    transform: rotate(180deg);
}
.shop-filter-sidebar .category-filter .dropdown-toggle.show, .shop-filter-sidebar .category-filter .dropdown-toggle:hover {
    color: #ff303a;
}
.shop-filter-sidebar .category-filter .dropdown-menu {
    position: static!important;
    border: none;
    transform: scale(1)!important;
    padding: 0 0 5px;
    background: 0 0;
}
.shop-filter-sidebar .category-filter .dropdown-menu a {
    font-size: 16px;
    line-height: 31px;
    color: var(--heading);
    padding: 0 0 0 27px;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.shop-filter-sidebar .category-filter .dropdown-menu a:hover {
    color: #ff303a;
    text-decoration: underline;
}
.shop-filter-sidebar .price-filter-input li {
    position: relative;
}
.shop-filter-sidebar .price-filter-input li label {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    padding-left: 25px;
    position: relative;
    color: #000;
    transition: all .25s ease-in-out;
}
.shop-filter-sidebar .price-filter-input li label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 13px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .3);
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 12px;
    transition: all .1s ease-in-out;
}
.shop-filter-sidebar .price-filter-input li input[type=checkbox]:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #ff303a;
    color: #fff;
    border-color: #ff303a;
}
.shop-filter-sidebar .price-filter-input li input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}
.shop-filter-sidebar .price-filter-input li input[type=checkbox]:checked+label {
    color: #ff303a;
}
.shop-filter-sidebar .color-custome-input li {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    margin: 0 15px 0 0;
}
.shop-filter-sidebar .color-custome-input li:last-child {
    margin-right: 0;
}
.shop-filter-sidebar .color-custome-input li input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.shop-filter-sidebar .color-custome-input li label {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.shop-filter-sidebar .color-custome-input li label:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 2px solid #000;
    border-radius: 50%;
    opacity: 0;
    transition: all .25s ease-in-out;
}
.shop-filter-sidebar .color-custome-input li input[type=checkbox]:checked+label:before {
    opacity: 1;
}
.shop-filter-sidebar .size-custome-input li label {
    font-family: gorditamedium;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 15px;
    color: #000;
    transition: all .25s ease-in-out;
}
.shop-filter-sidebar .size-custome-input li {
    position: relative;
    margin-right: 12px;
}
.shop-filter-sidebar .size-custome-input li:last-child {
    margin-right: 0;
}
.shop-filter-sidebar .size-custome-input li input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}
.shop-filter-sidebar .size-custome-input li input[type=checkbox]:checked+label {
    background: #ff303a;
    border-color: #ff303a;
    color: #fff;
}
.product-section-five .product-block-three .img-holder {
    height: 330px;
}
.product-section-five .product-block-three {
    padding-bottom: 50px;
}
.product-section-five.dark-layout {
    background: #000;
    color: rgba(255, 255, 255, .7);
}
.dark-layout ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
.dark-layout :-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
.dark-layout ::placeholder {
    color: rgba(255, 255, 255, .8);
}
.dark-layout .shop-filter-sidebar {
    background: 0 0;
    padding: 0;
}
.dark-layout .shop-filter-accordion .accordion-body, .dark-layout .shop-filter-accordion .accordion-button, .dark-layout .shop-filter-sidebar .search-area {
    padding-left: 0;
    padding-right: 0;
}
.dark-layout .shop-filter-sidebar .search-area input {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.dark-layout .shop-filter-accordion .accordion-item {
    border-top-color: rgba(255, 255, 255, .15);
}
.dark-layout .shop-filter-sidebar .category-filter .dropdown-menu a, .dark-layout .shop-filter-sidebar .price-filter-input li label {
    color: rgba(255, 255, 255, .7);
}
.dark-layout .shop-filter-sidebar .color-custome-input li label:before, .dark-layout .shop-filter-sidebar .price-filter-input li label:before {
    border-color: rgba(255, 255, 255, .7);
}
.dark-layout .product-block-three {
    background: rgba(255, 255, 255, .09);
}
.dark-layout .product-block-three .img-holder .tag-two {
    background: rgba(255, 255, 255, .25);
}
.dark-layout .product-block-three .price, .dark-layout .shop-filter-accordion .accordion-button, .dark-layout .shop-filter-one .selectize-input .item, .dark-layout .shop-filter-one .selectize-input input, .dark-layout .shop-filter-sidebar .category-filter .dropdown-toggle, .dark-layout .shop-filter-sidebar .search-area button, .dark-layout .shop-filter-sidebar .size-custome-input li label {
    color: #fff;
}
.dark-layout .product-block-three:hover .product-title, .dark-layout .shop-filter-sidebar .category-filter .dropdown-menu a:hover, .dark-layout .shop-filter-sidebar .category-filter .dropdown-toggle.show, .dark-layout .shop-filter-sidebar .category-filter .dropdown-toggle:hover {
    color: #ff303a;
}
.product-section-six {
    padding: 250px 0 100px;
}
.product-details-one .product-img-tab {
    border: none;
}
.product-details-one .product-img-tab .nav-link {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 5px;
    height: 88px;
    margin-bottom: 12px;
}
.product-details-one .product-img-tab .nav-link img {
    max-height: 100%}
.product-details-one .product-img-tab .nav-link.active {
    background: #fff;
    border-color: #000;
}
.product-details-one .product-img-tab-content {
    background: #f6f6f6;
}
.product-details-one .product-info .stock-tag {
    display: inline-block;
    font-family: gorditamedium;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #eaeaea;
    border-radius: 3px;
    line-height: 29px;
    padding: 0 13px;
}
.product-details-one .product-info .product-name {
    font-family: gorditamedium;
    font-size: 42px;
    margin: 30px 0 10px;
}
.product-details-one .product-info .rating li {
    font-size: 13px;
    margin-right: 6px;
    color: #b3b3b3;
}
.product-details-one .product-info .rating li .bi-star-fill {
    color: #ffcb65;
}
.product-details-one .product-info .rating li a {
    font-size: 18px;
    color: #000;
    margin-left: 12px;
}
.product-details-one .product-info .rating li a:hover {
    text-decoration: underline;
}
.product-details-one .product-info .price {
    font-family: gorditamedium;
    font-size: 28px;
    letter-spacing: -1px;
    color: #000;
    padding: 36px 0 16px;
}
.product-details-one .product-info .availability {
    color: #989ca2;
    letter-spacing: -.5px;
}
.product-details-one .product-info .description-text {
    line-height: 35px;
    padding: 15px 0 10px;
}
.product-details-one .product-info .product-feature {
    margin-bottom: 20px;
}
.product-details-one .product-info .product-feature li {
    font-size: 20px;
    line-height: 37px;
    position: relative;
    padding-left: 30px;
}
.product-details-one .product-info .product-feature li:before {
    content: url(../images/icon/icon_82.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.product-details-one .product-info .customize-order h6 {
    font-family: gorditamedium;
    font-size: 18px;
    margin-bottom: 25px;
}
.product-details-one .product-info .quantity .button-group {
    border: 1px solid #e3e3e3;
    display: inline-block;
}
.product-details-one .product-info .quantity ul li {
    line-height: 40px;
    max-height: 40px;
}
.product-details-one .product-info .quantity ul li button {
    font-size: 25px;
    color: #c9c9c9;
    background: 0 0;
    width: 32px;
}
.product-details-one .product-info .quantity ul .product-value {
    font-size: 18px;
    height: 40px;
    color: #313131;
    max-width: 45px;
    background: 0 0;
    border: none;
    text-align: center;
    padding-left: 5px;
}
.product-details-one .product-info .color-custome-input li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    margin: 10px 10px 0 0;
}
.product-details-one .product-info .color-custome-input li:last-child {
    margin-right: 0;
}
.product-details-one .product-info .color-custome-input li input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.product-details-one .product-info .color-custome-input li label {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.product-details-one .product-info .color-custome-input li label:before {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
    transition: all .25s ease-in-out;
}
.product-details-one .product-info .color-custome-input li input[type=radio]:checked+label:before {
    opacity: 1;
}
.product-details-one .product-info .size-custome-input li label {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e3e3e3;
    text-align: center;
    font-size: 16px;
    color: #b1b1b1;
    transition: all .25s ease-in-out;
}
.product-details-one .product-info .size-custome-input li {
    position: relative;
    margin-right: 12px;
}
.product-details-one .product-info .size-custome-input li:last-child {
    margin-right: 0;
}
.product-details-one .product-info .size-custome-input li input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}
.product-details-one .product-info .size-custome-input li input[type=radio]:checked+label {
    border-color: #000;
    color: #000;
}
.product-details-one .product-review-tab .nav-tabs {
    border-bottom: 1px solid #ebebeb;
}
.product-details-one .product-review-tab .nav-tabs .nav-link {
    font-family: gorditamedium;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding: 0 0 25px 0;
    position: relative;
    margin: 0 55px 0 0;
    border: none;
    border-radius: 0;
}
.product-details-one .product-review-tab .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    z-index: 1;
    background: #000;
    transform: scale(0 , 1);
    transition: all .3s ease;
}
.product-details-one .product-review-tab .nav-tabs .nav-link.active:before {
    transform: scale(1);
}
.product-details-one .product-review-tab .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}
.product-details-one .product-review-tab .tab-content h5 {
    font-family: gorditamedium;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 18px;
}
.product-details-one .product-review-tab .tab-content p {
    color: rgba(0, 0, 0, .7);
    line-height: 37px;
}
.product-details-one .product-review-tab .tab-content .product-feature li {
    color: rgba(0, 0, 0, .7);
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.product-details-one .product-review-tab .tab-content .product-feature li:before {
    content: url(../images/icon/icon_83.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.product-details-one .user-comment-area {
    padding-right: 200px;
}
.product-details-one .user-comment-area .single-comment {
    padding-bottom: 40px;
}
.product-details-one .user-comment-area .single-comment:last-child {
    padding-bottom: 0;
}
.product-details-one .user-comment-area .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%}
.product-details-one .user-comment-area .user-comment-data {
    padding-left: 30px;
    position: relative;
}
.product-details-one .user-comment-area .user-comment-data .name {
    font-family: gorditamedium;
    font-size: 18px;
    margin-bottom: 4px;
}
.product-details-one .user-comment-area .rating li {
    font-size: 14px;
    margin: 0 3px;
    color: #b3b3b3;
}
.product-details-one .user-comment-area .rating li .bi-star-fill {
    color: #ffcb65;
}
.product-details-one .user-comment-area .user-comment-data p {
    padding-top: 8px;
    line-height: 33px;
}
.card-style-ten .icon {
    width: 65px;
    height: 65px;
    background: #161616;
    border-radius: 50%}
.card-style-ten:hover .icon img {
    transform: rotate(360deg);
}
.card-style-ten h4 {
    font-family: gorditamedium;
    font-size: 24px;
    line-height: 1.37em;
    letter-spacing: -1px;
    margin-top: 40px;
}
.cart-list-form {
    position: relative;
}
.cart-list-form table {
    margin: 0;
}
.cart-list-form .table th {
    font-family: gorditamedium;
    font-size: 15px;
    letter-spacing: 2px;
    border: none;
    border-bottom: 2px solid #000;
    padding: 0 0 32px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
}
.cart-list-form .table th:first-child {
    text-align: left;
}
.cart-list-form .table tbody td {
    padding: 0 0 70px;
    border: none;
    vertical-align: middle;
    text-align: center;
}
.cart-list-form .table tbody tr:first-child td {
    padding-top: 60px;
}
.cart-list-form .table tbody tr:last-child td {
    padding-bottom: 40px;
}
.cart-list-form .table .product-thumbnails {
    width: 85px;
}
.cart-list-form .table .product-thumbnails img {
    max-height: 100%;
    max-width: none;
}
.cart-list-form .table .product-img {
    display: block;
    max-width: 85px;
    max-height: 85px;
    overflow: hidden;
}
.cart-list-form .table .product-info {
    padding-left: 30px;
    text-align: left;
}
.cart-list-form .table .product-info .product-name {
    font-family: gorditamedium;
    letter-spacing: -.5px;
    font-size: 20px;
    color: #1f1f1f;
}
.cart-list-form .table .product-info .serial {
    font-size: 15px;
    color: rgba(31, 31, 31, .33);
    padding-bottom: 6px;
}
.cart-list-form .table .product-info ul li {
    font-family: gorditamedium;
    display: inline-block;
    font-size: 15px;
    color: #404040;
    padding-right: 15px;
}
.cart-list-form .table .price {
    font-size: 20px;
    color: #1d1d1d;
}
.cart-list-form .table .quantity li {
    display: inline-block;
    line-height: 40px;
    max-height: 40px;
}
.cart-list-form .table .quantity li .btn {
    font-size: 24px;
    padding: 0;
    border: none;
    vertical-align: inherit;
    color: #1d1d1d;
    background: 0 0;
}
.cart-list-form .table .quantity .product-value {
    font-size: 20px;
    color: #1d1d1d;
    max-width: 55px;
    background: 0 0;
    border: none;
    text-align: center;
    padding-left: 12px;
}
.cart-list-form .table .remove-product {
    color: #d6d6d6;
    font-size: 22px;
}
.cart-list-form .table .remove-product:hover {
    color: #000;
}
.cart-section .cart-footer {
    border-top: 2px solid #545454;
    margin-top: 28px;
    padding-top: 40px;
}
.cart-section .cart-footer .coupon-form input {
    width: 240px;
    height: 50px;
    border: none;
    border-bottom: 2px solid #545454;
    font-size: 16px;
    margin-right: 30px;
}
.cart-section .cart-footer .coupon-form ::placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.cart-section .cart-footer .coupon-form :-ms-input-placeholder {
    color: #c4c4c4;
}
.cart-section .cart-footer .coupon-form ::-ms-input-placeholder {
    color: #c4c4c4;
}
.cart-section .cart-footer .cart-total-section {
    text-align: right;
}
.cart-section .cart-footer .cart-total-table tr th {
    font-size: 18px;
    color: rgba(29, 29, 29, .33);
    font-weight: 400;
    padding-right: 26px;
}
.cart-section .cart-footer .cart-total-table tr td {
    font-size: 20px;
    color: #1d1d1d;
}
.cart-section .cart-footer .cart-total-table tr td, .cart-section .cart-footer .cart-total-table tr th {
    padding-bottom: 16px;
}
.cart-section .cart-footer .theme-btn-seven {
    line-height: 50px;
    padding: 0 35px;
}
.cart-section .cart-footer .cart-total-section {
    padding-right: 82px;
}
.checkout-toggle-area p {
    margin-bottom: 8px;
    color: rgba(0, 0, 0, .8);
}
.checkout-toggle-area p button {
    font-family: gorditamedium;
    font-size: 16px;
    letter-spacing: 0;
    color: #1a1a1a;
    background: 0 0;
    display: inline-block;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.checkout-toggle-area p button:hover {
    color: #ff303a;
}
.checkout-toggle-area form input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 0 30px;
    margin-bottom: 20px;
}
.checkout-toggle-area form input:focus {
    border-color: #777;
}
.checkout-toggle-area form .lost-passw {
    color: #636067;
    font-size: 14px;
    margin: 12px 0 35px;
}
.checkout-toggle-area form .lost-passw:hover {
    color: #ff303a;
    text-decoration: underline;
}
.checkout-toggle-area form button {
    line-height: 50px;
}
.checkout-toggle-area form p {
    padding-top: 30px;
}
.checkout-form .main-title {
    font-family: gorditamedium;
    font-size: 24px;
    letter-spacing: -1px;
    padding-bottom: 55px;
}
.checkout-form .single-input-wrapper {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #1a1a1a;
    border: none;
    letter-spacing: 0;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 55px;
}
.checkout-form ::placeholder {
    color: #1a1a1a;
    opacity: 1;
    font-family: gorditamedium;
}
.checkout-form :-ms-input-placeholder {
    color: #1a1a1a;
    font-family: gorditamedium;
}
.checkout-form ::-ms-input-placeholder {
    color: #1a1a1a;
    font-family: gorditamedium;
}
.checkout-form .single-input-wrapper:focus {
    border-bottom-color: #545454;
}
.checkout-form .selectize-input {
    width: 100%;
    line-height: 44px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    box-shadow: none;
    outline: 0;
    padding: 0 15px 0 0;
}
.checkout-form .selectize-control {
    margin-bottom: 60px;
}
.checkout-form .selectize-input .item, .checkout-form .selectize-input input {
    font-size: 16px;
    color: #1a1a1a;
}
.checkout-form .selectize-dropdown {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    box-shadow: 0 50px 100px 0 rgba(229, 232, 235, .2);
    cursor: pointer;
}
.checkout-form .selectize-dropdown .option {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 22px;
}
.checkout-form .selectize-dropdown .active, .checkout-form .selectize-dropdown .option:hover {
    color: #fff;
    background: #1a1a1a;
}
.checkout-form .selectize-control.single .selectize-input:after {
    right: 8px;
}
.checkout-form .checkbox-list li label {
    position: relative;
    font-family: gorditamedium;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 15px;
    padding-left: 28px;
    color: #1a1a1a;
    cursor: pointer;
    margin: 0 0 24px;
}
.checkout-form .checkbox-list li input[type=checkbox] {
    display: none;
}
.checkout-form .checkbox-list li label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1px;
}
.checkout-form .checkbox-list li input[type=checkbox]:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #373737;
    color: #fff;
    border-color: #373737;
}
.checkout-form .checkbox-list {
    padding-bottom: 44px;
    margin-top: -24px;
}
.checkout-form .other-note-area p {
    font-family: gorditamedium;
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.checkout-form .other-note-area textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px;
    resize: none;
    height: 145px;
}
.checkout-form .order-confirm-sheet .order-review {
    background: #f5f5f5;
    padding: 50px 40px;
}
.checkout-form .order-confirm-sheet .order-review .product-review {
    width: 100%}
.checkout-form .order-confirm-sheet .order-review .product-review tbody th span {
    font-family: gorditamedium;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody tr:first-child th span {
    font-size: 18px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody td {
    font-size: 17px;
    color: #1d1d1d;
    text-align: right;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody td, .checkout-form .order-confirm-sheet .order-review .product-review tbody th {
    padding-bottom: 15px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
    font-size: 16px;
    text-transform: uppercase;
    color: #242424;
    font-weight: 600;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot td {
    text-align: right;
    font-size: 20px;
    color: #222;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot td, .checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li {
    padding: 0 0 12px 30px;
    position: relative;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li label {
    position: relative;
    font-family: gorditamedium;
    font-size: 18px;
    line-height: 15px;
    color: #1a1a1a;
    cursor: pointer;
    margin: 0 0 13px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 14px;
    font-weight: 700;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: -30px;
    top: -1px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #373737;
    color: #fff;
    border-color: #373737;
}
.checkout-form .order-confirm-sheet .order-review .payment-list {
    padding: 30px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}
.checkout-form .credit-card-form {
    margin-top: 12px;
    display: none;
}
.checkout-form .credit-card-form h6 {
    font-size: 15px;
    margin-bottom: 5px;
}
.checkout-form .credit-card-form input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 18px;
}
.checkout-form .credit-card-form span {
    padding: 0 5px;
    margin-bottom: 18px;
}
.checkout-form .order-confirm-sheet .policy-text {
    font-size: 15px;
    line-height: 22px;
    color: #979797;
    padding: 23px 0 4px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #1a1a1a;
    cursor: pointer;
    padding-left: 33px;
    margin-bottom: 35px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox] {
    display: none;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: 7px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox]:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #373737;
    color: #fff;
    border-color: #373737;
}
.hero-banner-nine {
    position: relative;
}
.hero-banner-nine .social-elemnet {
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 47%;
    transform: rotate(-90deg) translate(0, 0);
}
.hero-banner-nine .social-elemnet li {
    font-family: gorditamedium;
    color: #fff;
    margin: 0 5px;
}
.hero-banner-nine .social-elemnet li a:hover {
    color: #ff303a;
}
.hero-banner-nine .scroll-bar {
    width: 3px;
    height: 100px;
    background: #fff;
    position: absolute;
    top: calc(50% - 45px);
    right: 65px;
    transform: translateY(-50%);
    z-index: 9;
}
.hero-banner-nine .scroll-bar:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ff303a;
}
.hero-banner-nine .scroll-bar span {
    position: absolute;
    font-family: gorditamedium;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transform: rotate(-90deg);
    top: 137%;
    left: -34px;
    color: #fff;
}
.hero_slider_three .bg-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    padding: 150px 0;
}
.hero-banner-nine .hero-heading {
    font-size: 120px;
    line-height: .91em;
    letter-spacing: -.5px;
    color: #fff;
}
.hero-banner-nine .hero-heading span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.hero-banner-nine .hero-heading span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ff303a;
    left: 0;
    bottom: 2px;
}
.hero-banner-nine .hero-sub-heading {
    color: #fff;
    padding: 40px 0 50px;
}
.hero-banner-nine .video-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ff303a;
    padding: 19px 15px 18px 13px;
    position: relative;
    animation: ripple 3s linear infinite;
}
.hero-banner-nine .video-icon::after, .hero-banner-nine .video-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}
.hero-banner-nine .video-icon::after {
    animation-delay: 3s;
}
.hero-banner-nine .section-no {
    font-family: gorditamedium;
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 50px;
    left: 60px;
}
.hero-banner-ten {
    background: url(../images/media/img_74.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    padding: 220px 0 150px;
}
.hero-banner-ten .hero-heading {
    line-height: 1em;
    color: #fff;
}
.hero-banner-ten .hero-heading span {
    color: #ff303a;
    position: relative;
    display: inline-block;
}
.hero-banner-ten .hero-heading span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ff303a;
    left: 0;
    bottom: -6px;
}
.hero-banner-ten .hero-sub-heading {
    color: #fff;
    padding: 23px 0 36px;
    line-height: 32px;
}
.hero-banner-ten .button-group a {
    width: 300px;
    line-height: 52px;
    text-align: center;
    border-radius: 28px;
    transition: all .3s ease-in-out;
}
.hero-banner-ten .button-group .btn-one {
    font-family: gorditamedium;
    color: #fff;
    font-size: 17px;
    letter-spacing: -.3px;
    background: rgba(255, 255, 255, .15);
}
.hero-banner-ten .button-group .btn-one:hover {
    background: #ff303a;
}
.hero-banner-ten .button-group .btn-two {
    color: #ff303a;
    font-size: 16px;
    letter-spacing: -.3px;
}
.hero-banner-ten .button-group .btn-two:hover {
    text-decoration: underline;
}
.form-style-four {
    padding: 45px 50px;
    border-radius: 15px;
    background: #fff;
}
.form-style-four h3 {
    font-family: gorditamedium;
    font-size: 38px;
    line-height: 1.26em;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 24px;
}
.form-style-four label {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}
.form-style-four .input-group-meta input {
    display: block;
    width: 100%;
    height: 60px;
    max-width: 100%;
    border: 2px solid var(--heading);
    border-radius: 8px;
    padding: 0 20px;
    font-size: 17px;
}
.form-style-four .agreement-checkbox label {
    position: relative;
    font-size: 15px;
    color: #a9a9a9;
    cursor: pointer;
    padding-left: 22px;
    line-height: 18px;
    transition: all .1s ease-in-out;
}
.form-style-four .agreement-checkbox label a {
    color: #000;
    text-decoration: underline;
}
.form-style-four .agreement-checkbox input[type=checkbox] {
    display: none;
}
.form-style-four .agreement-checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    line-height: 11px;
    border-radius: 2px;
    border: 1px solid #c9c9c9;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all .1s ease-in-out;
}
.form-style-four .agreement-checkbox input[type=checkbox]:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #000;
    color: #fff;
    border-color: #000;
}
.form-style-four form .theme-btn-one {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #000;
    width: 100%;
    background: #fdd395;
}
.form-style-four form .theme-btn-one:hover {
    color: #fff;
}
.card-style-eleven .icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 27px;
    border: 1px solid #ff303a;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.card-style-eleven p {
    font-size: 17px;
    margin: 22px 0 0;
}
.card-style-eleven:hover .icon {
    box-shadow: 0 0 35px rgba(0, 0, 0, .09);
    border-color: #fff;
}
.subscribe-section-one .title {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.subscribe-section-one .subscribe-form-one form {
    position: relative;
    height: 66px;
    max-width: 540px;
}
.subscribe-section-one .subscribe-form-one form input {
    width: 100%;
    height: 100%;
    border: 2px solid var(--heading);
    font-size: 16px;
    padding: 0 150px 0 20px;
    border-radius: 7px;
    background: 0 0;
}
.subscribe-section-one .subscribe-form-one form button {
    font-family: gorditamedium;
    position: absolute;
    width: 135px;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 2px solid var(--heading);
    border-radius: 0 7px 7px 0;
    color: #000;
    transition: all .3s ease-in-out;
}
.subscribe-section-one .subscribe-form-one form button img {
    vertical-align: baseline;
}
.subscribe-section-one .subscribe-form-one p {
    font-size: 15px;
    color: #969696;
    padding-top: 15px;
    margin-bottom: 0;
}
.subscribe-section-one .subscribe-form-one p a {
    color: var(--heading);
}
.subscribe-section-one .subscribe-form-one p a:hover {
    text-decoration: underline;
}
.subscribe-section-one .subscribe-form-two p {
    font-size: 20px;
    color: var(--heading);
    padding: 0 0 25px;
}
.subscribe-section-one .subscribe-form-two p span {
    text-decoration: underline;
    color: #ff303a;
}
.subscribe-section-one .subscribe-form-two form {
    height: 70px;
    position: relative;
    margin-bottom: 12px;
    max-width: 540px;
}
.subscribe-section-one .subscribe-form-two form input {
    width: 100%;
    height: 100%;
    border: none;
    background: #eee;
    border-radius: 8px;
    padding: 0 125px 0 20px;
    font-size: 16px;
    color: var(--heading);
}
.subscribe-section-one .subscribe-form-two form ::placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1;
}
.subscribe-section-one .subscribe-form-two form :-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}
.subscribe-section-one .subscribe-form-two form ::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}
.subscribe-section-one .subscribe-form-two form button {
    position: absolute;
    font-size: 16px;
    font-family: gorditamedium;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 115px;
    border-radius: 8px;
    background: #ff303a;
    color: #fff;
    transition: all .3s ease-in-out;
}
.subscribe-section-one .subscribe-form-two form button.dark-btn {
    background: var(--heading);
}
.subscribe-section-one .subscribe-form-two form button.dark-btn:hover {
    background: var(--red-two);
}
.subscribe-section-one .subscribe-form-two .info {
    font-size: 14px;
    color: #979797;
}
.subscribe-section-two {
    background: var(--light-cyan);
    position: relative;
}
.subscribe-section-two form {
    position: relative;
    height: 70px;
    max-width: 580px;
    margin: auto;
}
.subscribe-section-two form input {
    width: 100%;
    height: 100%;
    border: 2px solid var(--heading);
    font-size: 16px;
    padding: 0 150px 0 30px;
    border-radius: 35px;
    background: #fff;
}
.subscribe-section-two form button {
    position: absolute;
    width: 140px;
    background: var(--heading);
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 35px 35px 0;
    color: #fff;
    transition: all .3s ease-in-out;
}
.subscribe-section-two form button img {
    vertical-align: baseline;
}
.subscribe-section-three {
    border: 2px solid #151515;
    border-radius: 28px;
}
.subscribe-section-three .subscribe-form form {
    height: 75px;
    position: relative;
    margin-bottom: 12px;
    max-width: 510px;
    margin-left: auto;
}
.subscribe-section-three .subscribe-form form input {
    width: 100%;
    height: 100%;
    border: none;
    background: #eee;
    border-radius: 8px;
    padding: 0 150px 0 20px;
    font-size: 16px;
    color: var(--heading);
}
.subscribe-section-three .subscribe-form form ::placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1;
}
.subscribe-section-three .subscribe-form form :-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}
.subscribe-section-three .subscribe-form form ::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}
.subscribe-section-three .subscribe-form form button {
    position: absolute;
    font-size: 16px;
    font-family: gorditamedium;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 140px;
    border-radius: 8px;
    background: #251f21;
    color: #fff;
    transition: all .3s ease-in-out;
}
.subscribe-section-three .subscribe-form form button:hover {
    background: #ff303a;
}
.subscribe-section-three .subscribe-form p {
    text-align: right;
    font-size: 15px;
    color: #969696;
    margin-bottom: 0;
}
.subscribe-section-three .subscribe-form p a {
    color: var(--heading);
}
.subscribe-section-three .subscribe-form p a:hover {
    text-decoration: underline;
}
.case-study-six {
    padding: 90px 0;
    max-width: 2000px;
    overflow: hidden;
}
.case-study-six .slider-wrapper {
    margin: 0 -20vw;
}
.case_slider_two {
    margin: 0 -25px;
}
.case_slider_two .item {
    padding: 0 25px;
}
.case-block-five .img-holder {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    margin-bottom: 36px;
}
.case-block-five .img-holder:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.case-block-five .text {
    opacity: 0;
    transition: all .3s ease-in-out;
}
.case-block-five .text .tag {
    font-family: gorditamedium;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ff303a;
    margin-bottom: 12px;
}
.case-block-five .text a {
    font-size: 36px;
    line-height: 1.27em;
    color: #fff;
    letter-spacing: -1px;
    max-width: 600px;
}
.case-block-five .text a:hover {
    text-decoration: underline;
}
.slick-center .case-block-five .img-holder:before {
    opacity: 0;
}
.slick-center .case-block-five .text {
    opacity: 1;
}
.case-study-six .slider-arrows li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    margin-left: 8px;
    cursor: pointer;
    transform: scale(.8);
    transition: all .3s ease-in-out;
}
.case-study-six .slider-arrows li:hover {
    background: #ff303a;
    transform: scale(1);
}
.case-study-seven .grid-sizer, .case-study-seven .isotop-item {
    width: 33.3333333%}
.case-block-six {
    overflow: hidden;
    position: relative;
}
.case-block-six .title a {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}
.case-block-six .title span {
    text-decoration: underline;
}
.case-block-six .hover-valina {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 30px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.case-block-six:hover .hover-valina {
    opacity: 1;
}
.case-block-six .hover-valina:after, .case-block-six .hover-valina:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.case-block-six .hover-valina:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.case-block-six .hover-valina:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.case-block-six:hover .hover-valina:after, .case-block-six:hover .hover-valina:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.case-block-six .hover-valina>div {
    text-align: center;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.case-block-six .hover-valina .title a {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.case-block-six .hover-valina p {
    opacity: 0;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: all .3s ease-in-out;
    transition-delay: .15s;
}
.case-block-six .hover-valina .zoom {
    font-size: 22px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: all .3s ease-in-out;
    transition-delay: .2s;
}
.case-block-six:hover .hover-valina .title a, .case-block-six:hover .hover-valina .zoom, .case-block-six:hover .hover-valina p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.case-block-six .img-box img {
    width: 100%;
    transition: all 1s ease-in-out;
}
.case-block-six:hover .img-box>img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.form-section-one .form-style-five {
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 48px 0 50px;
}
.form-style-five .input-group-meta label {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}
.form-style-five .input-group-meta input {
    display: block;
    width: 100%;
    height: 60px;
    max-width: 100%;
    border: 2px solid var(--heading);
    border-radius: 10px;
    padding: 0 20px 0 55px;
    font-size: 17px;
}
.form-style-five .input-group-meta .icon-placeholder {
    position: absolute;
    left: 25px;
    bottom: 19px;
}
.form-style-five .agreement-checkbox label {
    position: relative;
    font-size: 15px;
    color: var(--heading);
    cursor: pointer;
    letter-spacing: -.5px;
    padding-left: 22px;
    line-height: 18px;
    text-align: left;
    transition: all .1s ease-in-out;
}
.form-style-five .agreement-checkbox label a {
    color: var(--p-color);
    text-decoration: underline;
}
.form-style-five .agreement-checkbox input[type=checkbox] {
    display: none;
}
.form-style-five .agreement-checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    line-height: 9px;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, .3);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all .1s ease-in-out;
}
.form-style-five .agreement-checkbox input[type=checkbox]:checked+label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: #000;
    color: #fff;
    border-color: #000;
}
.form-section-two {
    background: url(../images/media/img_73.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
    padding: 120px 0;
}
.form-section-two.user-data-page .form-wrapper {
    width: 100%;
    padding: 60px 60px 75px;
    background: #fff;
    border-radius: 20px;
}
.team-block-four .img-meta {
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 12px;
}
.team-block-four p {
    font-size: 15px;
    color: #b6b6b6;
    letter-spacing: -.2px;
    margin-bottom: 10px;
}
.team-block-four .name {
    letter-spacing: -.4px;
}
.faq-search-filter {
    height: 60px;
    position: relative;
    overflow: hidden;
}
.faq-search-filter input {
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 6px;
    font-style: italic;
    padding: 0 70px 0 20px;
}
.faq-search-filter.radius input {
    border-radius: 35px;
    padding-left: 35px;
}
.faq-search-filter button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68px;
    color: #000;
    font-size: 20px;
}
.faq-search-filter button:hover {
    color: #ff303a;
}
.accordion-style-four .accordion-item {
    border: none;
    border-radius: 0;
}
.accordion-style-four .accordion-button {
    font-family: gorditamedium;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -.5px;
    padding: 20px 0 20px 40px;
    box-shadow: none;
    border-radius: 0;
    color: var(--heading);
    background: 0 0;
    transition: all .3s ease-in-out;
}
.accordion-style-four .accordion-button:not(.collapsed) {
    padding-bottom: 15px;
}
.accordion-style-four .accordion-body {
    padding: 0 10px 0 40px;
}
.accordion-style-four .accordion-body p {
    font-size: 17px;
    line-height: 1.8em;
}
.accordion-style-four .accordion-button::after {
    content: '+';
    position: absolute;
    left: 0;
    top: 19px;
    font-family: gorditaregular;
    font-size: 28px;
    background-image: none;
    width: auto;
    height: auto;
}
.accordion-style-four .accordion-button:not(.collapsed)::after {
    content: "-";
    color: #ff303a;
}
.faq-section-three .request-faq h2 {
    font-family: gorditamedium;
    font-size: 36px;
    margin-bottom: 25px;
}
.faq-section-four .bg-wrapper {
    background: var(--light-blue);
}
.faq-section-four .wrapper {
    max-width: 1570px;
    margin: 0 auto;
    padding: 60px 12px 100px;
}
.faq-section-four .faq-block {
    background: #fff;
    border-radius: 10px;
    padding: 40px 45px 10px;
    margin-bottom: 40px;
}
.faq-section-four .faq-block h4 {
    letter-spacing: -.3px;
    margin-bottom: 32px;
}
.faq-section-four .faq-block p {
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 28px;
}
.ui-list-item-one li {
    font-size: 20px;
    color: #000;
    margin-bottom: 47px;
    padding-left: 40px;
    position: relative;
}
.ui-list-item-one li:before {
    content: url(../images/icon/icon_95.svg);
    position: absolute;
    left: 0;
    top: -1px;
}
.vcamp-text-block-thirteen .img-media {
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 24px;
}
.ui-list-item-two li {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.ui-list-item-two li:before {
    content: url(../images/icon/icon_96.svg);
    position: absolute;
    left: 0;
    top: -1px;
}
.vcamp-text-block-fourteen .img-wrapper img {
    transform: rotate(4.3deg);
}
.vcamp-text-block-fourteen .img-wrapper:before {
    content: '';
    position: absolute;
    width: 69%;
    height: 98%;
    left: 4%;
    bottom: -6%;
    z-index: -1;
    background: #ff303a;
    transform: rotate(-6.16deg);
}
.vcamp-text-block-fourteen .img-wrapper {
    margin-bottom: 6%;
    padding-left: 19%;
    padding-right: 10%
}
.ui-list-item-three li {
    font-size: 16px;
    color: #000;
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
}
.ui-list-item-three li:last-child{
    margin-bottom: 0;
}
.dark-bg .ui-list-item-three li {
    color: #fff;
}
.ui-list-item-three li:before {
    content: "\f26e";
    font-family: bootstrap-icons;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    background: #ff303a;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
    color: #fff;
}
.counter-block-four .icon {
    width: 45px;
}
.counter-block-four .icon img {
    margin-left: auto;
}
.counter-block-four .text {
    width: calc(100% - 45px);
    padding-left: 27px;
}
.counter-block-four .text .main-count {
    font-size: 60px;
    line-height: initial;
    margin: -18px 0 2px;
}
.counter-block-five .icon {
    height: 50px;
}
.counter-block-five .icon img {
    max-height: 100%}
.counter-block-five .main-count {
    font-size: 60px;
    line-height: initial;
    margin: 22px 0 -5px;
}
.dark-bg .counter-block-five .main-count, .dark-bg .counter-block-five p {
    color: #fff;
}
.dark-bg .counter-block-five {
    padding: 80px 12px 90px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.dark-bg [class*=col-]:last-child .counter-block-five {
    border: none;
}
.fancy-banner-eight form {
    max-width: 630px;
    height: 80px;
    position: relative;
}
.fancy-banner-eight form input {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    border: none;
    border-radius: 7px;
    padding: 0 200px 0 20px;
}
.fancy-banner-eight form button {
    position: absolute;
    font-family: gorditamedium;
    width: 200px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    background: var(--heading);
    color: #fff;
    font-size: 17px;
    border-radius: 7px;
}
.vcamp-footer-three {
    padding: 70px 0;
}
.vcamp-footer-three .footer-nav a {
    color: #fff;
    font-size: 18px;
    margin: 3px 1.6vw;
    transition: all .3s ease-in-out;
}
.vcamp-footer-three .social-icon a {
    font-size: 18px;
    margin-left: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
}
.vcamp-footer-three .footer-nav a:hover, .vcamp-footer-three .social-icon a:hover {
    color: #ff303a;
}
.vcamp-footer-four .inner-content {
    padding: 60px 0;
    position: relative;
}
.vcamp-footer-four .footer-nav {
    margin: 0 -20px;
}
.vcamp-footer-four .footer-nav li>a {
    color: #000;
    font-size: 18px;
    margin: 3px 20px;
    transition: all .3s ease-in-out;
}
.vcamp-footer-four .footer-nav .logo {
    margin: auto;
}
.vcamp-footer-four .footer_logo a{
    margin: auto;
    color: #fff;
}
.vcamp-footer-four .footer-nav li>a:hover {
    color: #ff303a;
}
.vcamp-feature-section-twelve {
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.vcamp-feature-section-twelve:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
    background-color: #888;
}
.vcamp-feature-section-twelve .footer_logo a{
    color: #fff;
    font-size: 38px;
    font-family: gorditabold;
}
.vcamp-feature-section-twelve .card-style-one {
    margin: 0;
    background: #fff;
    padding: 55px 20px 40px 40px;
    height: 100%}
.vcamp-feature-section-twelve .card-style-one .icon.style-two {
    border-radius: 50%}
.vcamp-feature-section-twelve .card-style-one p {
    padding-right: 0;
}
.card-style-twelve .num {
    font-family: gorditalight;
    font-size: 60px;
    color: #e1e1e1;
    line-height: initial;
}
.card-style-twelve h4 {
    font-size: 20px;
    font-family: gorditabold;
    margin: 14px 0 25px;
}


/*--- sidebar ---*/
.sidebar{}
.sidebar ul{
    padding-right: 20px;
}
.sidebar ul li{
    margin-bottom: 15px;
}
.sidebar ul li a{
    font-size: 14px;
    line-height: 1.5em;
}


.content_box h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 18px;
}
.content_box hr{
    width: 100%;
}






/*--- tab-content ---*/
.tab-content .ui-list-item-three li,
.tab-content table tr{
    font-size: 15px;
    line-height: 1.5em;
}
.tab-content .ui-list-item-three li::before{
    top: 4px;
}


/*-----  -----*/
.product_list{
    margin-bottom: 20px;
}
.product_list .case-block-one,
.product_list .case-block-two{
    box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.4);
}
.product_list .case-block-one .hover-content{
    background: rgba(64, 76, 94, 0.94);
}
.product_list .product_table{}

.product_list .product_table ul li,
.product_list .product_table h5{
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.product_list .product_table ul li:last-child,
.product_list .product_table h5:last-child{
    margin-bottom: 0;
}






.modal_box{
    padding: 14px 24px 24px;
}
.modal_box .title{
    font-size: 28px;
    font-family: recoleta;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.modal_box hr{
    margin: 10px auto 20px!important;
}
/*.fancybox-slide{overflow: hidden;}*/
