/*!
Theme Name: Samantha
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://bslthemes.com/
Description: Samantha - Fitness WordPress Theme
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.7
Version: 1.1.6
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: samantha
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

/* General Style */
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Red Hat Display', sans-serif;
}
body.menu-layer {
    overflow-x: hidden;
}
p {
    font-size: 18px;
    line-height: 1.7;
    color: #4c4c4c;
    margin: 0;
    font-weight: 400;
}
* {
    margin: 0;
    padding: 0;
}
a,
a:not([href]):not([class]), 
a:not([href]):not([class]):hover,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #060606;
}
a {
    text-decoration: none;
}
a:hover {
    color: #bde800;
}
h1 {
    font-size: 65px;
}
h2 {
    font-family: 'Archivo Black', sans-serif;
    line-height: 60px;
    font-size: 50px;
    margin: 0;
}
h3 {
    font-family: 'Archivo Black', sans-serif;
    line-height: 46px;
    font-size: 36px;
    margin: 0;
}
h4 {
    font-size: 24px;
    line-height: 34px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}
img {
    height: 100%;
    width: auto;
}

.gap {
    padding: 120px 0;
}
.no-top {
    padding-top: 0;
}
.no-bottom {
    padding-bottom: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    display: block;
}
figure {
    overflow: hidden;
}
.background-shape {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1920px;
    background-repeat: no-repeat;
    background-position: top center;
}
/*home 1*/
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bar-menu{
    display: none;
    width: 40px;
    height: 15px;
    background: url(assets/img/burger-menu-icon.svg) no-repeat 0 0;
    background-size: contain;
    cursor: pointer;
}

.menu-bar nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.menu-bar nav ul li {
    display:inline-block;
}

.menu-bar nav a {
    display: block;
    padding: 10px 20px;
    color: #060606;
    font-size: 18px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    min-height: 60px;
    text-decoration: none;
    font-weight:600 ;
}

/* Hide Dropdowns by Default */
.menu-bar nav ul ul {
    display: none;
    position: absolute;
    top: 60px; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
.menu-bar nav ul li:hover > ul {
    display: inherit;
    background-color: #bde800;
}

/* Fisrt Tier Dropdown */
.menu-bar nav ul ul li {
    width:250px;
    float:none;
    display:list-item;
    position: relative;
}
.menu-bar nav ul li ul li:not(:last-child):before {
    position: absolute;
    content: "";
    background-color: #d8ff56;
    height: 1px;
    width: 84%;
    bottom: 0%;
    left: 8%;
}
.menu-bar nav ul li ul li a:hover{
    color: #060606;
    padding-left: 30px;
}
.menu-bar nav ul li ul li a {
    font-weight: bold;
    color: #060606;
}

/* Second, Third and more Tiers */
.menu-bar nav ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 !important;
}
.menu-bar nav ul ul ul li {
    position: relative;
}

.menu-bar nav ul li ul li:hover ul {
    background-color: #e7e4e4;
    margin-left: 170px;
    margin-top: -66px;
}
.menu-bar nav ul li a:hover {
    color: #060606;
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.extras #desktop-menu {
    display: block;
}
.extras .menu-start svg {
    fill: #060606;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 30px;
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}
.line {
    fill: none;
    stroke: #060606;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line2 {
    stroke-dasharray: 38 60;
    stroke-width: 3;
}
.line {
    fill: none;
    stroke: #060606;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}
.line {
    fill: none;
    stroke: #060606;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}
.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}
.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}
.header {
    position: absolute;
    width: 100%;
    top: 2%;
    z-index: 99999;
}
.header .shared-counts-wrap, .footer .shared-counts-wrap, .hambur .shared-counts-wrap {display: none !important;}

.admin-bar .header {
    top: calc(2% + 32px);
}
.admin-bar #mobile-nav.hmburger-menu {
    padding-top: calc(40px + 32px);
}
.admin-bar .res-cross {
    top: calc(32px + 32px);
}
@media only screen and (max-width: 782px) {
  .admin-bar .header {
    top: calc(2% + 46px);
  }
  .admin-bar #mobile-nav.hmburger-menu {
    padding-top: calc(40px + 46px);
  }
  .admin-bar .res-cross {
    top: calc(32px + 46px);
  }
}

.build h2 {
    width: 70%;
    text-transform: uppercase;
    color: #060606;
}
.build p {
    width: 49%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.build-perferct {
    display: flex;
}
/*button*/
.button,
button.button,
a.button,
.btn,
button.btn,
a.btn {
  display: inline-block;
  padding: 18px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 500;
  border: none;
  outline: none;
}
.button:after,
button.button:after,
a.button:after,
.btn:after,
button.btn:after,
a.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.button:before,
button.button:before,
a.button:before,
.btn:before,
button.btn:before,
a.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #060606;
  transition: all 0.3s;
  z-index: -1;
}
.button:hover,
button.button:hover,
a.button:hover,
.btn:hover,
button.btn:hover,
a.btn:hover {
  color: #fff;
}
.button:hover:before,
button.button:hover:before,
a.button:hover:before,
.btn:hover:before,
button.btn:hover:before,
a.btn:hover:before {
  width: 100%;
}

.heading h3 {
    position: relative;
    color: #060606;
}
.points1 h6 {
    font-style: italic;
    font-size: 18px;
    width: 80%;
    font-weight: 400;
    color: #4c4c4c;
    width: 440px;
    height: 232px;
    background-color: #ffffff52;
}
.points1 h6 {
    position: relative;
    line-height: 28px;
    margin-top: 200px;
    font-style: italic;
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    color: #4c4c4c;
    height: 186px;
    background-color: #ffffff52;
    padding: 40px;
    border: 2px #fff solid;
    border-radius: 32px;
    border-bottom-left-radius: 0;
}
.img-girl {
    position: absolute;
    top: 10%;
    height: 90%;
    left: 36%;
    z-index: 99;
    display: flex;
    align-items: end;
}
.img-girl img {
    max-width: 560px !important;
    height: auto;
}
.points1 img {
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
    top: 32%;
    left: 51%;
    animation: bounce-3 20s infinite;
}
.duis {
    width: 35vw;
    padding-top: 30px;
    padding-left: 100px;
    margin-top: 120px;
    position: relative;
}
.duis:before {
    content: "";
    position: absolute;
    top: 25%;
    left: -25%;
    height: 407px;
    width: 816px;
}
.duis h4{
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    position: relative;
    margin: 0;
}
.duis p {
    font-size: 16px;
    font-weight: 600;
    color: #060606;
    width: 60%;
    position: relative;
}
.duis img {
    position: relative;
    max-width: 320px !important;
}
.duis i {
    backdrop-filter: blur(10px);
    border: 1px white solid;
    left: 37%;
    background-color: #ffffff54;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.duis a:hover i {
    border: 0;
}
.points1 h6:before {
    content: url(assets/img/quote-icon.svg);
    position: absolute;
    top: 14%;
}
@keyframes bounce-3 {
        0%   { transform: translateY(0); }

        50%  { transform: translateY(-50px); }
        100% { transform: translateY(0); }
    }
@keyframes bounce-2 {
        0%   { transform: translatex(0); }

        50%  { transform: translatex(-30px); }
        100% { transform: translatex(0); }
    }
ul.funfact li {
    text-align: center;
    position: relative;
}
ul.funfact li p {
    width: 84%;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4c4c4c;
}
ul.funfact li h2 {
    font-family: 'Red Hat Display';
    font-weight: bold;
    font-size: 80px;
    padding-bottom: 20px;
}
ul.funfact {
    background-color: #ffffff8c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    position: relative;
    z-index: 11111;
    border: solid 1px #fff;
    backdrop-filter: blur(10px);
    width: 80%;
    margin-top: -50px;
    box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
-webkit-box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
-moz-box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
}
ul.funfact li:not(:last-child):before {
    content: "";
    position: absolute;
    background-color: #4c4c4c;
    height: 120px;
    width: 1px;
    left: 120%;
    top: 0px;
    mix-blend-mode: lighten;
}
.photo-section{
    position: relative;
}
img.Photo-3 {
    margin-left: 152px;
    max-width: 320px !important;
}
.photo-section:before {
    content: "";
    position: absolute;
    height: 446px;
    width: 520px;
    z-index: -1;
    top: 10%;
    left: 6%;
}
.about-section{
    position: relative;
    background-repeat: no-repeat;
}
.about-section.gap:before {
    content: url(assets/img/Points-color.png);
    position: absolute;
    right: 0;
    top: 0;
    animation: bounce-3 20s infinite;
}
.photo-section:after {
    content: url(assets/img/Points.png);
    position: absolute;
    top: 70%;
    left: 48%;
    animation: bounce-3 20s infinite;
}
img.Photo {
    margin-top: -90px;
    border: 15px solid white !important;
    border-left: 0 !important;
    border-top: 0 !important;
    width: 160px !important;
    height: 160px !important;
    max-width: 160px !important;
}
img.Photo-4 {
    margin-top: -50px;
    border: 15px solid white !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    width: 280px !important;
    height: 280px !important;
    object-fit: cover;
    max-width: 280px !important;
}
.about-info.heading h3 {
    width: 50%;

}
.about-info h3:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 169px;
    width: 35px;
    left: -29%;
    top: -45px;
}
.heading h3:after {
    content: url(assets/img/Points-hiding.png);
    position: absolute;
    left: 30%;
    z-index: -1;
    top: 40%;
    animation: bounce-2 20s infinite;
}
.about-info h3 {
    position: relative;
    width: 50%;
}
.about-info p {
    padding-bottom: 40px;
    padding-left: 70px;
}
.about-info a {
    margin-left: 70px;
}
.heading{
    position: relative;
}
.benefits-section .heading h3 {
    margin: auto;
    text-align: center;
    width: 37%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.benefits-section .heading h3:after{
    left: 60%;
}
.cards {
    padding: 40px;
    padding-top: 50px;
    border: 2px white solid;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
    margin-left: 30px;
}
.cards h4 a:hover {
    color: #fff;
    background-color: #060606;
    border: 1px;
    border: solid 1px transparent;
    border-top: 0;
    border-left: 0;
}
.cards h4 a {
    background-color: #fff;
    margin-left: -80px;
    padding: 10px;
    border: solid 1px #bde800;
    border-top: 0;
    border-left: 0;
    margin-bottom: 40px;
    display: block;
}
.cards p{
    font-size: 16px;
}
.heading h3 {
    position: relative;
    margin-bottom: 50px;
}
.my-program .heading p {
    margin-bottom: 24px;
}
.my-program .heading a{
    display: inline-block;
    margin-bottom: 65px;
}
.heading h3 {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    z-index: 1;
}
.program-img {
    display: flex;
    align-items: center;
}
.program-img img {
    border: solid 1px white !important;
    padding: 15px;
    border-radius: 15px !important;
    margin-right: 15px;
}
.program-img h4 {
    margin-bottom: 0;
}

.program-img h4 a:hover {
    color: #060606;
}
.my-program .col-lg-3 .heading {
    width: 136%;
}
.my-program .program p{
    font-size: 16px;
    padding-top: 25px;
}
.my-program .program {
    padding: 30px;
    border: 2px solid #fff;
    margin-bottom: 65px;
    font-weight: 500;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}
.my-program .program.not{
    margin-bottom: 20px;
}
.smiling img {
    width: 100%;
    margin-top: 0;
}
.calculated-p {
    padding: 30px 35px;
    padding-bottom: 0;
}
.calculated-p p {
    font-size: 16px;
    line-height: 24px;
}
.calculator-section {
    background-color: #060606;
    height: 820px;
    margin-bottom: 130px;
}
.calculator-Photo {
    position: relative;
}
.calculator-Photo img {
    width: 100%;
    position: relative;
}
img.background-calculator {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 13.2%;
    height: 762px;
}
.bmi {
    background-color: #fff;
    margin-top: 116px;
    padding: 40px;
    z-index: -1111;
}
/*tab*/
.calculate-bmi {
    margin-top: 15px;
}
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab {
    height: 60px;
    cursor: pointer;
    padding: 15px 30px;
    background: #fff;
    display: inline-block;
    color: #060606;
    font-size: 18px;
    font-weight: 600;
    border: solid 1px #bee800;
    width: 137px;
    text-align: center;
}
.panels input {
    border: solid 1px #c7c7c7;
    HEIGHT: 65px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    font-size: 18px;
}
.panels input::placeholder {
    COLOR: #c7c7c7;
}
.panel{
  display:block;
  animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.radio{
  display:none;
}
#female:checked ~ .panels #one-panel, #male:checked ~ .panels #one-panel {
    display: block;
    margin-top: 40px;
}
#female:checked ~ .tabs #one-tab, #male:checked ~ .tabs #two-tab {
    background: #bee800;
    color: #060606;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    border: solid 1px #bee800;
}
.nice-select {
    margin-bottom: 20px;
    border: solid 1px #c7c7c7;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    color: #060606;
    font-size: 18px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.nice-select:after {
    right: 8%;
    top: 42%;
    height: 12px;
    width: 12px;
}
.nice-select.open .list{
    width: 100%;
    display: block;
}
a.button.calculate:after {
    background: #060606;
}
a.button.calculate:before {
    background-color: #bee800;
}
a.button.calculate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.weight-scale {
    border: 1px solid #f2f2f2;
    margin-top: 15px;
}
.weight-scale-preview {
    padding: 10px;
    padding-bottom: 180px;
    text-align: center;
    padding-top: 180px;
}
.weight-scale-preview p {
    padding-top: 20px;
    font-size: 16px;
    color: #c7c7c7;
}
.weight-scale-results {
    display: none;
}
.weight-scale-daily, .weight-scale-lose {
    opacity: 0;
    transition: all 0.5s ease 0s;
    position: relative;
}
.weight-scale-lose {
    transition-delay: 0.5s;
    top: 20px;
}
.weight-scale-daily {
    padding: 40px;
    background: linear-gradient(279.63deg, #060606 0%, #4C4C4C 100%);
}
.weight-scale-daily h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
}
.weight-scale-daily h4 span {
    font-size: 36px;
    font-weight: 700;
}
.weight-scale-daily p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #c7c7c7;
}
.weight-scale-lose {
    padding: 40px;
}
.weight-scale-lose ul {
    overflow-y: auto;
    max-height: 260px;
}
.weight-scale-lose ul li {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #F2F2F2;
}
.weight-scale-lose ul li small {
    font-size: 12px;
    line-height: 22px;
    color: #c7c7c7;
    display: block;
}
.weight-scale-lose ul li p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #060606;
}
.weight-scale-lose ul li:last-child {
    border-bottom: none;
    margin-bottom: none;
}

.bmi-calculator .weight-scale-daily {
    opacity: 1;
}
.bmi-calculator .weight-scale-daily p {
    max-width: 90%;
}
.bmi-calculator .weight-scale-results {
    margin-top: 60px;
    padding-right: 40px;
}
.bmi-calculator .weight-scale-range {
    min-height: 186px;
}
.weight-scale-range {
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.weight-scale-range::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    right: -15%;
    top: -10%;
    z-index: -1;
    background-image: url(assets/img/Points-style.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.weight-scale-range h4 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    max-width: 80%;
}
.weight-scale-range p {
    font-size: 14px;
    color: #060606;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 34px;
    align-items: center;
}
.weight-scale-range p span {
    font-size: 24px;
    font-weight: 700;
}
.weight-scale-range .arrows {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 8px;
    height: 12px;
    background: url(assets/img/Arrows.svg) no-repeat 0 0;
    background-size: contain;
}
.bmi-calculator .weight-scale-lose {
    padding: 0;
    top: 0;
    margin-top: 20px;
    opacity: 1;
}
.bmi-calculator .weight-scale-lose ul {
    overflow-x: auto;
    overflow-y: hidden;
    max-height: initial;
    margin: 0 -15px;
    display: flex;
}
.bmi-calculator .weight-scale-lose ul li {
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #F2F2F2;
    padding: 20px;
}
.weight-scale-line {
    padding-top: 44px;
    padding-bottom: 44px;
}
.weight-scale-line .line-areas {
    display: flex;
    position: relative;
}
.weight-scale-line .line-areas::before, .weight-scale-line .line-areas::after {
    content: '';
    position: absolute;
    top: -2px;
    width: 2px;
    height: 24px;
    background: #fff;
    z-index: 2;
}
.weight-scale-line .line-areas::before {
    left: 33.3%;
}
.weight-scale-line .line-areas::after {
    left: 66.6%;
}
.weight-scale-line .line-areas > span {
    display: block;
    width: 33.3%;
    position: relative;
    height: 20px;
}
.weight-scale-line .line-areas .line-tooltip {
    position: absolute;
    top: -44px;
    left: 0px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #060606;
    z-index: 3;
    display: none;
    white-space: nowrap;
    transform: translateX(-50%);
}
.weight-scale-line .line-areas .line-tooltip::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -8px;
    border: 4px solid transparent;
}
.weight-scale-line .line-areas .line-label {
    position: absolute;
    left: 0px;
    bottom: -44px;
    line-height: 24px;
    font-size: 14px;
    color: #4C4C4C;
}

.weight-scale-line .line-areas .line-area-2 {
    background: #FFDE00;
}
.weight-scale-line .line-areas .line-area-3 {
    background: #FF750C;
}
.weight-scale-line .line-areas .line-area-2 .line-tooltip {
    background: #FFDE00;
}
.weight-scale-line .line-areas .line-area-3 .line-tooltip {
    background: #FF750C;
}
.weight-scale-line .line-areas .line-area-2 .line-tooltip::before {
    border-top-color: #FFDE00;
}
.weight-scale-line .line-areas .line-area-3 .line-tooltip::before {
    border-top-color: #FF750C;
}

.bmi .heading h3:after {
    z-index: -1;
    left: 50%;

}
.blog-section .heading p {
    padding-bottom: 40px;
}
.blog-section{
    padding-bottom: 30px;
}
.Post-1 > span {
    display: inline-block;
    background-color: #060606;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}
.Post-1 span a {
    font-size: inherit;
    color: inherit;
    background: inherit;
}
.Post-1 h4 a:hover,
.Post-1 span a:hover{
    margin-left: 0;
    color: inherit;
}
.Post-1 h4 a {
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    width: 91%;
}
.Post-1 > h4 {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    margin: 0;
}
.Post-1 > p span {
    display: none;
}
.Post-1 a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.Post-1 a i{
    margin-left: 10px;
}
.Post-1 a:hover {
    margin-left: 10px;
    color: #060606;
}
.Post {
    background-color: #fff;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.Post.hover-style .Post-1 + figure {
  width: 50%;
}
.Post.hover-style .Post-1 + figure img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.Post-1 h6, 
.Post-1 .h6 {
    padding-top: 20px;
    font-size: 14px;
    color: #c7c7c7;
    display: flex;
    line-height: 22px;
    align-items: baseline;
    margin: 0;
    display: flex;
    align-items: center;
}
.Post-1 h6 i,
.Post-1 .h6 i {
    padding-right: 10px;
    display: block;
}
.Post-1 h6 .shared-counts-wrap,
.Post-1 .h6 .shared-counts-wrap {
  margin: 0;
}
.Post-1 h6 .shared-counts-wrap .shared-counts-button,
.Post-1 .h6 .shared-counts-wrap .shared-counts-button {
  display: none !important;
}
.Post-1 h6 .shared-counts-wrap .shared-counts-button.included_total,
.Post-1 .h6 .shared-counts-wrap .shared-counts-button.included_total {
  display: block !important;
  font-size: 14px;
  line-height: 22px;
}
.Post-1 h6 .shared-counts-wrap .shared-counts-button.included_total .shared-counts-icon-label,
.Post-1 .h6 .shared-counts-wrap .shared-counts-button.included_total .shared-counts-icon-label {
  display: none !important;
}
.Post-2{
    margin-top: 15px;
    margin-left: 40px;
    padding: 25px;
    border: solid 1px #fff;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.Post-2 img {
    width: 100%;
}
.Post-2.Post-1 > span {
    margin-top: 20px;
}
.Post-2 > p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.Post-details h5 {
    font-size: 14px;
    color: #060606;
    margin: 0;
}
.Post-details span {
    color: #c7c7c7;
}
.Post-details {
    padding-top: 25px;
    border-top-style: solid;
    border-top-color: #1c1c1c;
    border-top-width: 1px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Post-2.Post-1 h6,
.Post-2.Post-1 .h6 {
    padding-top: 0;
    padding-left: 10px;
}
.Post-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Post-2.Post-1.post-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 15px;
}
.smth-el-more {
    display: block;
}

.cards-programs {
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials-section .heading {
    text-align: center;
}
.testimonials-section .heading h3:after {
    left: 61%;
}
.testimonials-section .heading p {
    width: 42%;
    margin: auto;
}
.testimonials-section .loop-slider .owl-item {
    opacity: 0.5;
}
.testimonials-section .loop-slider .owl-item.active.center {
    opacity: 1;
}
.slider {
    margin-top: 40px;
}
.slider-img{
    position: relative;
}
.slider-img span {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 96px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.slider {
    margin-top: 40px;
    display: flex;
    align-items: center;
        box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.blockquote{
    position: relative;
    padding-left: 40px;
}
.blockquote:before{
    content: url(assets/img/quote-icon-1.svg);
    position: absolute;
    top: 10%;
    z-index: -1;
}
.blockquote > p,
.blockquote > div > p {
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 70px;
    margin-top: 50px;
    color: #060606;
}
.slider-na {
    display: flex;
    align-items: center;
    border-top: solid;
    border-top-color: #f2f2f2;
    border-top-width: 1px;
    padding-top: 30px;
}
.slider-na img{
    border-radius: 30px;
    margin-right: 30px;
}
.first-name h5{
    font-size: 18px;
}
.first-name p {
    font-size: 16px;
}
.slider-na > img {
    border-radius: 50px;
    margin-right: 30px;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}
.slider-img.beforeAfter img {
    height: auto !important;
    width: 100% !important;
}
.loop-slider.owl-carousel .owl-dots.disabled,
.loop-slider.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.loop-slider.owl-carousel .owl-nav button.owl-prev,
.loop-slider.owl-carousel .owl-nav button.owl-next{

    width: 30px;
    height: 30px;
    border: 1px solid #7c7c7c;
    border-radius: 20px;
}
.loop-slider.owl-theme .owl-dots .owl-dot.active span,
.loop-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #bde800;
}
.loop-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 45%;
    top: 30px;
}
.loop-slider.owl-theme .owl-nav{
    position: relative;
}
.loop-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 45%;
    top: 30px;
}
.loop-slider.owl-theme .owl-nav [class*=owl-]:hover {
    border: 0;
}
.loop-slider.owl-theme .owl-dots {
    padding-top: 40px;
}
.slider-img.beforeAfter {
    width: 100% !important;
    max-width: 299px;
}
.testimonial .col-xl-8 .slider-img.beforeAfter {
    max-width: 275px;
}
.loop-slider .owl-item.active.center{
    opacity: 1;
}
.loop-slider .owl-item.active {
    opacity: 0.2;
}
.gorgeous{
    position: relative;
}
.gorgeous img.gorg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 14%;
    height: auto;
    left: 0%;
    height: 460px;
}
.gorgeous:before {
    content: url(assets/img/Points-style.png);
    position: absolute;
    right: 0;
    animation: bounce-3 20s infinite;
}
.ready-to .heading h6{
    font-weight: 700;
    padding-bottom: 35px;
    margin: 0;
}
.gorgeous img {
    position: relative;
    left: 40%;
    height: 640px;
}
.ready-to{
    margin-bottom: 45px;
}
.ready-to .heading h3:after {
    left: 25%;
}
.ready-to .heading p {

    padding-bottom: 35px;
}
.ready-to .heading {
    margin-left: 50px;
}
footer.one{
  background-color: #060606;
}
.footer-title h3{
    color: #fff;
    text-transform: uppercase;

}
.footer-title p {
    color: #ffffff;
    width: 63%;
    font-weight: 400;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-title input[type="text"],
.footer-title input[type="email"],
.footer-title input[type="tel"] {
    height: 66px;
    width: 318px;
    padding-left: 25px;
    outline: 0;
    margin-right: 40px;
}

.footer-title form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.hero-blog ul.crumbs {
    display: inline-flex;
}

/*input checkbox*/
.checkbox-Website {
    padding-top: 15px;
    width: 100%;
}
.checkbox-Website input[type=checkbox] + span,
.checkbox-Website input[type=checkbox] + label {
  color: #fff;
  font-size: 15px;
}
.checkbox-Website input[type=checkbox] {
  display: none;
}
.checkbox-Website input[type=checkbox] + span:before,
.checkbox-Website input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #fff;
    border-radius: 4px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: sub;
    color: transparent;
    transition: .2s;
}
.checkbox-Website input[type=checkbox] + span:active:before,
.checkbox-Website input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.checkbox-Website input[type=checkbox]:checked + span:before,
.checkbox-Website input[type=checkbox]:checked + label:before {
    vertical-align: top;
    border: 0;
}
.checkbox-Website input[type=checkbox]:disabled + span:before,
.checkbox-Website input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.checkbox-Website input[type=checkbox]:checked:disabled + span:before,
.checkbox-Website input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #F7C28F;
  border-color: #F7C28F;
}

.footer-title{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #4c4c4c;
    border-bottom-width: 1px;
    position: relative;
}
.footer-title .wpcf7-not-valid-tip {
  position: absolute;
  display: none!important;
}

.footer-img .footer-title{
    border: 0;
}
.footer-img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.description p{
    width: 80%;
    color: #f2f2f2;
    padding: 35px 0;
}
.background-title p {
  color: #F2F2F2;
}
ul.social-icons {
    display: flex;
}
ul.social-icons li a {
    text-decoration: none;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    margin-right: 20px;
}
ul.social-icons li a:hover {
    border: 2px solid #bde800;
    color: #bde800;
}

ul.Menu-br {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.Menu-br li a {
    color: #fff;
    font-size: 18px;
}
ul.Menu-br li {
    width: 50%;
    display: block;
    padding-top: 35px;
}
.Menu .title{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c;
    margin: 0;
    font-weight: 400;
}
.Contacts .icon {
    color: #060606;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
}
.Contacts .icon svg {
    fill: #060606;
    max-width: 18px;
    max-height: 18px;
    width: 100%;
}
.Contacts li {
    margin-top: 40px;
}
.Contacts li .icon {
    margin-right: 20px;
}
.Contacts a {
    display: flex;
    font-size: 18px;
    color: white !important;
}
.bottom-section > .elementor-container {
  border-top: solid;
  border-top-color: #4c4c4c;
  border-top-width: 1px;
}
ul.Privacy li a {
    color: #4c4c4c;
    padding-left: 40px;
    font-size: 18px;
}
.Privacy{
    display: flex;
}
.nice-select .list{
    border-radius: 0;
}
.nice-select {
    color: #c7c7c7;
    border-radius: 0;
    border: solid 1px #c7c7c7;
    height: 66px;
}
.nice-select .option{
    color: #060606;
}
.menu-inner {
  background-color: #fff;
  position: fixed;
  right: -45%;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1002;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
  width: 45%;
  padding: 40px 40px;
  height: 100%;
}
header.style1 .menu-inner .social-links {
  display: inline-block;
  width: 100%;
  text-align: initial;
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  -ms-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
header.style1 .menu-inner .menu-list + .social-links {margin-top: 100px;}
body.active header.style1 .menu-inner .social-links {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.active .menu-inner {
  visibility: visible;
  opacity: 1;
  right: 0;
}
body.menu-layer:before {
  content: "";
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0, 0) translate(50%, -50%);
  -moz-transform: scale(0, 0) translate(50%, -50%);
  -webkit-transform: scale(0, 0) translate(50%, -50%);
  -o-transform: scale(0, 0) translate(50%, -50%);
  -ms-transform: scale(0, 0) translate(50%, -50%);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  display: block;
  width: 370vw;
  height: auto;
  padding-top: 370vw;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  border-radius: 50%;
  z-index: 2;
  opacity: .9;
}
body.menu-layer.active:before {
  transform: scale(1, 1) translate(50%, -50%);
  -moz-transform: scale(1, 1) translate(50%, -50%);
  -webkit-transform: scale(1, 1) translate(50%, -50%);
  -o-transform: scale(1, 1) translate(50%, -50%);
  -ms-transform: scale(1, 1) translate(50%, -50%);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 1000;
}
.menu-cls-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  right: 40px;
  top: 40px;
  z-index: 9;
}
.cls-leftright {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #060606;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.cls-rightleft {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #060606;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.menu-cls-btn:hover .cls-leftright,
.menu-cls-btn:hover .cls-leftright, .menu-cls-btn:hover .cls-rightleft {
    background-color: #bde800;
}
.menu-cls-btn:hover .cls-leftright {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-cls-btn:hover .cls-rightleft {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hambur h3{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
}
.hambur > p{
    padding: 40px 0;
    font-size: 18px;
    font-weight: bold;
}
.data-to h6{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-right: 70px;
}
.data-to h6:before {
    content: "";
    background-color: #4c4c4c;
    position: absolute;
    height: 70px;
    width: 1px;
    left: 180%;
}
.data-to{
    display: flex;
    justify-content: center;
    align-items: center;
}
.data-to h6 span.month{
    text-transform: capitalize;
    font-size: 18px;
    display: block;
    color: #060606;
}
.data-to h5 {
    padding-right: 53px;
    font-size: 24px;
    font-weight: bold;
}
.contact-map iframe {
    width: 100%;
    height: 450px;
    margin-top: 50px;
}
.menu-bar nav > ul > li.menu-item-has-children > a{
    position: relative;
}
.menu-bar nav > ul > li.menu-item-has-children > a:before {
    content: "";
    background-image: url(assets/img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 6px;
    width: 10px;
    height: 10px;
}
/*about*/
.hero-section{
    padding-top: 100px;
    padding-bottom: 60px;
    overflow: hidden;
}
ul.crumbs {
    display: flex;
}
.crumbs a{
    color: #060606;
    font-size: 18px;
}
.content .crumbs span{
    color: #c7c7c7;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 40px;
}
.crumbs i {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.content h2 {
    text-transform: uppercase;
    padding-bottom: 30px;
    color: #060606;
}
.content p{
    width: 70%;
    padding-bottom: 20px;
}
.about-photo-section img,
.about-section-photo img{
    width: 100%;
}
.about-section-photo{
    position: relative;
}
img.Photo-about {
    margin-top: 40px;
}
img.Photo-about-1 {
    border: solid 20px white !important;
    margin-left: -55px;
    position: relative;
    height: 100% !important;
}
.about-section-photo:after {
    content: url(assets/img/Point.png);
    position: absolute;
    bottom: 7%;
    animation: bounce-3 20s infinite;
    z-index: 1;
    left: 64%;
}
.about-photo-section {
    position: relative;
    z-index: 2;
}
.about-section-photo:before {
    content: "";
    height: 310px;
    width: 840px;
    position: absolute;
    z-index: -1;
    bottom: -5%;
    left: 14%;
}
.photo-section.about img {
    width: 100%;
    position: relative;
}
.photo-section.about a:hover i {
    border: 0;
}
.photo-section.about i {
    backdrop-filter: blur(10px);
    border: 1px white solid;
    left: 45%;
    background-color: #ffffff54;
    height: 80px;
    width: 80px;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 111;
}

.about-info.heading.about h3 {
    padding: 30px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
    margin-left: -60px;
}
.photo-section.about:after {
    top: 90%;
    left: -10%;
    z-index: -1;
}
.about-info.heading.about.about-info h3:before{
    height: 0px;
    width: 0px;
}
ul.list{
    padding-top: 40px;
}
ul.list li h6 {
    padding-top: 22px;
    padding-left: 25px;
    position: relative;
}

.years ul.list li{
    width: 50%;
}
ul.list li h4 {
    font-size: 18px;
    padding-top: 22px;
    padding-left: 25px;
    position: relative;
}
ul.list li h6:before{
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 62%;
    left: 0;
    border: 3px solid #060606;
    border-top: 0;
    border-left: 0;
}
ul.list li h4:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 62%;
    left: 0;
    border: 3px solid #060606;
    border-top: 0;
    border-left: 0;
}
.about-card-1{
    display: flex;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.about-card-1.card-2{
    background-color: transparent;
    margin: 35px 0;
}
.about-card-1 h2{

    padding-right: 20px;
}
.about-card-1.card-2 h4{
    opacity: .3;
}
.about-card-1 h4{
    font-weight: bold;
}
.story-section {
    background-repeat: no-repeat;
    background-position: center;
}
.story-section .heading h3:after {
    left: 4%;
}
.story-img {
    position: absolute;
    left: 0;
    height: 100%;
    width: calc(50vw - 152px);
}
.story-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.years{
    padding-top: 100px;
}

.years > h6 {
    margin-bottom: 40px;
}
.years h6 {
    font-weight: bold;
    position: relative;
}
.years h6:after {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "";
    border: 5px white solid;
    border-radius: 25px;
    left: -23%;
    top: 30%;
}
.years h6:before {
    height: 1px;
    width: 151px;
    position: absolute;
    content: "";
    top: 55%;
    left: -23%;
}
.years p {
    margin-bottom: 1rem;
}
.years p:last-child {
    margin-bottom: 0;
}
.years span.period{
    font-size: 36px;
}
.years li h5 {
    font-size: 18px;
}
.years ul{
    padding-top: 20px;
}
ul.fast, .fast ul {
    margin-top: 50px;
}
ul.fast li, .fast ul li {
    margin-bottom: 20px;
}
ul.fast li h6:before, .fast ul li:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 25%;
    left: 0;
    border: 3px solid #060606;
    border-top: 0;
    border-left: 0;
}
.fast ul li {
  font-size: 18px;
  padding-bottom: 0.5rem;
  font-weight: 500;
}
ul.fast li h6, .fast ul li {
    position: relative;
    padding-left: 30px;
    line-height: 28px;
}
ul.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about-form{
    padding: 40px;
    padding-top: 0;
    margin-top: 70px;
    background-color: #fff;
}
.about-form input[type="text"],
.about-form input[type="email"],
.about-form input[type="tel"] {
    height: 66px;
    width: 100%;
    padding-left: 25px;
    outline: 0;
    margin-right: 40px;
    border: solid 1px #f2f2f2;
    margin-bottom: 40px;
}
.about-form .button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-to-action{
    position: relative;
    overflow: hidden;
}
.call-to-action:before{
    content: "";
    background-color: #060606;
    position: absolute;
    height: 380px;
    width: 100%;
    bottom: 10%;
    z-index: -11111;
}

.young{
    position: relative;
}
.young:before {
    content: url(assets/img/Points-style.png);
    position: absolute;
    right: 31px;
    animation: bounce-3 20s infinite;
    top: 26%;
    z-index: -1;
}
.young:after {
    content: "";
    position: absolute;
    bottom: 25%;
    height: 380px;
    width: 320px;
    z-index: -2;
    left: 0;
}
.young img{
    z-index: 1111;
    width: 100%;
}
.young h2 {
    z-index: -1;
    text-transform: uppercase;
    font-size: 86px;
    color: #d8ff56;
    position: absolute;
    top: 62%;
    left: 2%;
}
.diploma img {
    border: 20px solid white !important;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%) !important;
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10) !important;
}
.diploma{
    margin-top: 30px;
}
.diploma.quam {
    text-align: end;
    padding-right: 5%;
}
.certificates-Section{
    position: relative;
}
.certificates-Section:before {
    right: 0;
    content: url(assets/img/Points-color.png);
    position: absolute;
    top: 28%;
    animation: bounce-3 20s infinite;
    z-index: -1;
}
.certificates-Section:after {
    content: url(assets/img/Points-color.png);
    position: absolute;
    bottom: 6%;
    animation: bounce-3 20s infinite;
    z-index: -1;
}
.certificates-Section .heading > p {
    max-width: 90%;
}
.footer-img{
    position: relative;
    overflow: hidden;
}
.footer-img:before {
    position: absolute;
    background-color: #060606;
    background: linear-gradient(90deg, #060606 0%, #060606 34.9%, rgba(6, 6, 6, 0.4) 100%);
    height: 580px;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: .9;
}
/*blog 1*/
.hero-blog{
    text-align: center;
    padding-top: 200px;
}
.hero-blog .content p {
    margin: auto;
    width: 42%;
}
.blog-one .title-blog h3 > a{
    position: relative;
    padding: 30px;
    width: 85%;
    background-color: #fff;
    z-index: 0;
    margin-left: -60px;
    font-size: 36px;
}
.blog-card{
    padding-left: 70px;
}
.title-blog p {
    padding-bottom: 40px;
}
.blog-one .blog-card > p {
    padding-bottom: 0;
}
.blog-one .blog-card > p .smth-el-more {
    padding-top: 20px;
}
.blog-one .blog-card .Post-details.blog {
    margin-top: 20px;
    padding-top: 20px;
}
.blog-one .blog-card {
    margin-bottom: 20px;
}
.blog-img{
    position: relative;
    padding-top: 40px;
}
.blog-img img {
    width: 100%;
}
.blog-one .blog-img figure {
    position: relative;
    padding-top: 66%;
    height: 0;   
}
.blog-one .align-items-center .blog-img figure {
    margin-bottom: 1rem !important;
}
.blog-one .blog-img figure img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.blog-img > span {
    position: absolute;
    top: 14%;
    left: 6%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}
.blog-img > span.two {
    position: absolute;
    top: 14%;
    left: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}
.blog-img > span span {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.5rem;
    padding: 10px 15px;
    font-size: 14px;
    border: solid 1px #bde800;
    background-color: #060606;
    color: #fff;
}
.blog-img > span.two span {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.5rem;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #060606;
    color: #fff;
}
.title-blog a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.title-blog a:hover {
    margin-left: 10px;
    color: #060606;
}
.title-blog i {
    margin-left: 10px;
}
.Post-details.blog {
    justify-content: flex-start;
}
.Post-details.blog h6,
.Post-details.blog .h6 {
    font-size: 14px;
    margin: 0;
    margin-left: 25px;
    text-transform: capitalize;
}
.Post-details.blog h6 .shared-counts-wrap,
.Post-details.blog .h6 .shared-counts-wrap {
    display: inline;
}
.Post-details.blog h6 .shared-counts-wrap > a,
.Post-details.blog .h6 .shared-counts-wrap > a {
    display: none !important;
}
.Post-details.blog h6 .shared-counts-wrap .shared-counts-button.included_total,
.Post-details.blog .h6 .shared-counts-wrap .shared-counts-button.included_total {
    font-size: 14px;
    float: none;
    line-height: normal;
    display: inline;
}
.Post-details.blog h6 .shared-counts-wrap .shared-counts-button.included_total span,
.Post-details.blog .h6 .shared-counts-wrap .shared-counts-button.included_total span {
    color: #212529;
}
.Post-details.blog i {
    padding-right: 10px;
    color: #c7c7c7;
}
.view-button{
    text-align: center;
    margin-top: 80px;
    font-weight: 500;
}
a.button.back:after {
    background-color: transparent;
    border: solid 1px #bde800;
}
a.button.back i{
    padding-left: 10px;
}
a.button.back:before{
    border: 0;
}
a.button.back:hover,
a.button.back:hover i{
    color: #060606;
}
/*blog style 2*/
.title-blog.blog-2 h3 > a {
    margin-left: 40px;
    left: 0;
    margin-top: -88px;
    background-color: transparent;
    border: solid 1px #fff;
    backdrop-filter: blur(25px);
    width: 94%;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.no-title .title-blog.blog-2 h3 > a {
    padding: 0;
}
.title-blog.blog-2 .blog-card {
    padding-left: 90px;
    padding-top: 40px;
}

.blog-three .title-blog.blog-2 h3 > a {
    background-color: rgba(255,255,255,0.5);
}
/*404*/
.pricing-table{
    padding-top: 200px;
    position: relative;
    overflow: hidden;
}
.pricing-table span {
    font-family: 'Red Hat Display';
    font-size: 150px;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    left: 14%;
    top: 28%;
}
.pricing-table h2 {
    font-family: 'Red Hat Display';
    font-weight: 800;
}
.pricing-table p{
    font-size: 24px;
    line-height: 34px;
    width: 80%;
    padding: 70px 0 40px 0;
}
.pricing-table-img img{
    width: 100%;
}
.pricing-table-img{
    position: relative;
}
.pricing-table-img:before {
    content: url(assets/img/Points-style.png);
    position: absolute;
    right: 54%;
    animation: bounce-3 20s infinite;
    top: 52%;
    z-index: -1;
}
.pricing-table-img:after {
    content: "";
    position: absolute;
    right: -40%;
    top: 21.4%;
    width: 540px;
    height: 500px;
    z-index: -1;
}
/*Pricing*/
.hero-section.pricing {
    padding-top: 140px;
    padding-bottom: 0;
}
.about-section-photo.place img {
    width: 250px;
    background-color: #fff;
    border: solid 40px #fff;
    margin-top: 0px;
}
.pricing img.Photo-about-1 {
    margin-left: -70px;
    position: relative;
    margin-top: 210px;
}
.about-section-photo.place:after {
    bottom: -69%;
    left: 26%;
    z-index: -1;
}
.about-section-photo.place:before{
    bottom: -40%;
}
.price-one{
    display: flex;
    align-items: center;
}
.price-one h3{
    text-transform: uppercase;
}
.price-one img{
    width: 50px;
    margin-right: 40px;
    max-height: 50px;
}
.price{
   border: solid 1px #fff;
   padding: 30px;
}
.price h2 {
    font-size: 50px;
    background-color: #fff;
    padding: 25px;
    margin: 40px 0;
}
.price h2 .sub {
    font-size: 24px;
    font-family: 'Red Hat Display';
}
.price p {
    font-size: 16px;
    line-height: 26px;
}
.price ul.fast li h6, .price .fast ul li {
    font-size: 16px;
}
.price .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
/*Portfolio*/
ul.fast.progra {
    margin-top: 0px;
    width: 90%;
}
ul.fast.progra li h6:before{
    top: 14%;
}
.card-img{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.card-img > img{
    width: 100%;
}
.card-img > a {
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
}
.card-img:hover > a{
    display: none;
}
.card-img.card-4 > a{
    left: 5%;
}
.card-img-hover .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: 60px;
    font-size: 18px;
}
.card-img-hover {
    padding: 40px;
    position: absolute;
    z-index: 11;
    background-color: #000000cc;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
}
.card-img:hover .card-img-hover{
    opacity: 1;
    top: 0%;
    visibility: visible;
}
.card-img-hover h3 a {
    font-family: 'Red Hat Display';
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
.card-img-hover i{
    padding-right: 5px;
}

.card-img-hover a {
    font-size: 14px;
    padding: 10px 15px;
    background-color: #060606;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
    border: solid 2px #bde800;
    border-top: 0;
    border-left: 0;
}
.card-img-hover p{
    font-size: 16px;
    padding-bottom: 15px;
    color: #fff;

}
.card-img-hover li h6{
    font-size: 16px;
    color: #fff;
}
.card-img-hover ul{
    padding-bottom: 1px;
}
/*next-workout*/
.next-workout{
    padding-top: 60px;
    position: relative;
}
.next-workout img {
    width: 720px;
    height: 366px;
    margin-left: 50px
}
.workout-time {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-around;
    width: 640px;
    padding: 40px;
    margin-top: -120px;
    position: relative;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.workout-time h5,
.workout-time h6{
    font-size: 70px;
    font-weight: bold;
    position: relative;
}
.miss-workout.heading h3 {
    border: solid 3px #ffffff80;
    padding: 30px;
    margin-left: -70px;
    margin-top: 60px;
    backdrop-filter: blur(10px);
    width: 100%;
}
.workout-time h6:before {
    content: "";
    position: absolute;
    height: 70px;
    width: 1px;
    background-color: #f2f2f2;
    z-index: 1;
    top: 23%;
    right: -70%;
}
.workout-time span.month{
    font-size: 24px;
    color: #060606;
    text-transform: uppercase;
    display: block;
}
.the-next-workout .workout-time p {
  margin-bottom: 10px;
}

.miss-workout p {
    padding-left: 90px;
}
.miss-workout.heading .Post-1 {
    padding-left: 90px;
    padding-top: 50px;
}
.blockquot{
    position: relative;
}
.blockquot:before {
    content: url(assets/img/quote-icon.svg);
    position: absolute;
    top: 10%;
    z-index: 0;
}
.slider-img-pag{
    display: flex;
}
.photo .slider-img-pag .blockquot {
    margin-left: 30px;
    margin-right: 10px;
}
.blockquot > p,
.blockquot div p:last-child {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 30px;
}
.blockquot {
    position: relative;
    background-color: #ffffff;
    border-bottom-right-radius: 35px;
    padding: 40px;
    margin-left: 40px;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
    height: 250px;
    margin-top: 10px;
}
.blockquot h6{
    font-size: 16px;
    margin: 0;
}
.blockquot > span{
    font-size: 16px;
    color: #c7c7c7;
}
.testimonial{
    position: relative;
}
.photo-preview {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 29%;
    z-index: 1;
    left: 55%;
}
.photo-preview img {
    border-radius: 50px;
    max-width: 80px;
    max-height: 80px;
}
.photo-preview a {
    padding-left: 20px;
}
.photo.owl-theme .owl-nav.disabled+.owl-dots {
    margin-left: 78%;
    margin-top: -9.5%;
    position: absolute;
}
.card-img.benefits img{
    margin-right: 20px;
    width: 30px;
}
.card-img.benefits h4{
    margin: 0;
}
.card-img.benefits {
    display: flex;
    border: 1px solid #bde800;
    border-left-color: #fff;
    border-top-color: #fff;
    padding: 25px;
    margin-left: -40px;
    margin-top: -60px;
    backdrop-filter: blur(10px);
}
.cardio p{
    font-size: 14px;
}
.cardio {
    background-color: #fff;
    padding: 30px;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
    margin-bottom: 80px;
    width: 90%;
    margin-left: 30px;
}
.cardio.two{
    margin-top: 30px;
}
.benefit ul.fast li h6:before{
    top: 14%;
}
.benefit a.button.calculate {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit .heading h3:after {
    left: 13%;
    top: 79%;
}
.benefit {
    background-repeat: no-repeat;
}
.subscribe{
    overflow: hidden;
}
.subscribe-to .wpcf7-form-control-wrap {
  width: 65%;
}
.subscribe-to input[type="text"],
.subscribe-to input[type="email"],
.subscribe-to input[type="tel"] {
    height: 66px;
    width: 100%;
    padding-left: 25px;
    outline: 0;
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
}
.subscribe-to{
    padding-left:60px;
}
.subscribe-to h3{
  text-transform: uppercase;
}
.subscribe-to p{
    padding-top: 40px;
}
.subscribe-to form {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.subscribe-to input[type=checkbox] + label,
.subscribe-to .checkbox-Website input[type=checkbox] + span
{
    color: #c7c7c7;

}
.subscribe-to input[type="text"]::placeholder,
.subscribe-to input[type="email"]::placeholder,
.subscribe-to input[type="tel"]::placeholder{
    color: #c7c7c7;
}
.subscribe-to input[type=checkbox] + label:before,
.subscribe-to .checkbox-Website input[type=checkbox] + span:before {
  border-color: #c7c7c7;
}
.subscribe-to  .wpcf7-list-item {
  margin-left: 0;
}
.subscribe-section{
    padding-bottom: 60px;
    overflow: hidden;
}
.photos {
    text-align: center;
    position: relative;
}
.photos:before {
    content: "";
    position: absolute;
    top: 0%;
    z-index: 1;
    width: 420px;
    height: 534px;
    right: 0;
}
.photos h2 {
    position: absolute;
    font-size: 170px;
    color: #fbfbfb;
    text-transform: uppercase;
    transform: rotate(270deg);
    top: 45%;
    z-index: 1;
    left: -30%;
}
.photos img {
    position: relative;
    z-index: 1111111111;
    max-width: 440px !important;
}
.online .photos img {
    max-width: 680px !important;
}
.subscribe-wrap {
    background: #fff;
    box-shadow: 0px 20px 30px rgb(6 6 6 / 5%);
    overflow: hidden;
}
/*portfolio details*/
.about-section-photo.portfo img.Photo-about {
    margin-top: 140px;
    height: 510px;
    object-fit: cover;
}
.about-photo-section.details img {
    margin-top: 70px;
    height: 240px;
    width: 240px;
    object-fit: cover;

}
.content > h6 {
    background-color: #060606;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.content > h6 i {
    padding-right: 10px;
}
.content > span{
    font-size: 14px;
    color: #c7c7c7;
    display:block;
    padding-bottom: 40px;
}

.requirements-section .heading h3 {
    width: 80%;
    text-align: center;
    margin: auto;
    padding-bottom: 25px;
}
.requirements-section .heading h3:after{
    left: 62%;
    top: 57%;
}
.number-one {
    display: flex;
    position: relative;
}
.number .number-one > span{
    font-size: 80px;
    font-weight: bold;
    z-index: -1;
    width: 200px;
    height: 148px;
    display:inline-flex;
    align-items: center;
    color: #fff;
    padding-left: 30px;

}
.number h4 span {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    font-weight: bold;
    left: 23%;
    top: 25%;
    padding: 20px;
    padding-bottom: 24px;
    width: 76%;
}
.number p {
    padding-left: 35px;
    padding-top: 40px;
}
.number-one:hover span {
    color: #060606;
}
.number-one h4 a:hover {
    background-color: #060606;
    color: #fff;
}
.number {
    padding-top: 40px;
}
.progress-bar-section .heading {
    width: 75%;
}
.progress-bar-section .heading h3:after{
    left: 55%;
    top: 75%;
}
/*.tooltip*/
.padding-tootip {
    margin-top: 50px;
}
.title {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: bold;
}
.line {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}
.wrapper-progress-bar {
    background: #f2f2f2;
    font-size: 0;
}
.progress-status {
  display: inline-block;
  height: 10px;
  position: relative;
  width: 0;
  transition: width 1.5s ease-in-out;
}
.progress-status .tooltip {
    bottom: 25px;
    color: #fff;
    margin-right: -35px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity 1.5s ease-in-out;
    width: 70px;
}
.progress-status .tooltip.show {
  opacity: 1;
}
.progress-status .tooltip:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bde800 ;
  height: 0;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
}
.progress-status .tooltip p {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.progress-bar-section {
    position: relative;
    padding-bottom: 192px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar {
    position: absolute;
    width: 48%;
    margin-top: 40px;
    background-color: #fff;
    padding: 80px;
    padding-top: 40px;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
    z-index: 1;
}
.progressbar-wrap{
    display: flex;
}
.progress-bar-img img {
    height: 510px !important;
    width: 710px;
    max-width: initial !important;
}
.progress-bar-img{
    position: relative;
}
.map-pin{
    display: none;
}
.progress-bar-img:before {
    z-index: -1;
    content: "";
    position: absolute;
    background-color: #060606;
    height: 510px;
    width: 710px;
    top: 15%;
    left: 10%;
}
.progress-bar-img:after {
    content: url(assets/img/Point.png);
    position: absolute;
    right: 24%;
    animation: bounce-3 20s infinite;
    bottom: -15%;
    z-index: 0;
}
.call-to-action.quote .about-form .button {
    width: 100%;
}
.call-to-action.quote:before {
    top: 56%;
}
.call-to-action.quote .young{
    position: relative;
}
.call-to-action.quote .young h3 {
    position: absolute;
    top: 0%;
    text-transform: uppercase;
    font-family: 'Red Hat Display';
    font-weight: bold;
    width: 60%;
    background-color: #060606;
    color: #fff;
    padding: 20px;
    left: 66%;
    border: 30px solid #fff;
}
.other-workouts-Sections .heading h3:after{
    left: 64%;
}
.other-workouts-Sections .heading h3{
    text-align: center;
}
.other-workouts-Sections .heading p{
    width: 60%;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}
.other-workouts-Sections{
    position: relative;
    overflow: hidden;
}
.other-workouts-Sections:before {
    position: absolute;
    content: "";
    height: 1100px;
    width: 460px;
    z-index: -1;
    right: 0;
    top: 0;
}
.other-workouts-Sections .view-button {
    margin-top: 30px;
}
/*apointment-one*/
.apointment img {
    margin-left: 40px;
    margin-top: 180px;
}
.apointment{
    position: relative;
}
.apointment h3 {
    position: absolute;
    top: 63%;
    text-transform: uppercase;
    font-family: 'Red Hat Display';
    font-weight: bold;
    width: 23%;
    padding: 24px;
    left: -2%;
    border: 1px solid #fff;
        backdrop-filter: blur(10px);
}
.apointment-one {
    position: relative;
    overflow: hidden;
}
.form-apointment {
    right: 16%;
    position: absolute;
    padding: 40px;
    background-color: #fff;
    width: 38%;
    top: 20%;
}
.form-apointment h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.form-apointment p{
    padding-bottom: 40px;
}
.form-apointment .nice-select.Advice{
    color: #060606;
    margin-bottom: 40px;
}
.out-schedule {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
}
.form-apointment .about-form{
    padding: 0;
    margin-top: 0;
}
/*contact*/
ul.Contacts.cantrol li a,
ul.Contacts.cantrol li div > span {
    color: #212529 !important;
    font-weight: 500;
    display: block;
    font-size: 18px;
}
ul.Contacts.cantrol .icon {
    font-size: 40px;
    width: 80px;
    height: 80px;
    min-width: 80px;
}
ul.Contacts.cantrol svg {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    fill: #060606;
}
ul.Contacts.cantrol li {
    display: flex;
    align-items: center;
}
.hero-contact .Menu {
    margin-top: 80px;
}
.Menu h4 {
    font-weight: bold;
}
.hero-contact .heading h3{
   margin-top: 100px;
}
.hero-contact{
    position: relative;
}
.hero-contact .about-form {
    position: absolute;
    left: 46%;
    padding: 38px;
    width: 40%;
    top: 36%;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}
.hero-contact textarea {
    padding-top: 26px;
    width: 100%;
    outline: none;
    border: solid 1px #f2f2f2;
    color: #c7c7c7;

    padding-left: 25px;
    height: 180px;
    margin-bottom: 35px;
}
.subscribe-img img {
    border: solid white 40px !important;
}
.elementor-widget-samantha-cta-subscribe-2 .subscribe-img img {
    max-width: 280px !important;
}
.elementor-widget-samantha-cta-subscribe-2 .subscribe input[type="text"],
.elementor-widget-samantha-cta-subscribe-2 .subscribe input[type="tel"],
.elementor-widget-samantha-cta-subscribe-2 .subscribe input[type="email"] {
    width: 62%;
}
.subscribe {
    position: relative;
    padding-bottom: 200px;
}
.subscribe .container {
    position: relative;
}
.subscribe .container:before {
    left: .75rem;
    right: .75rem;
    z-index: -1;
    position: absolute;
    content: "";
    background-color: #060606;
    height: 273px;
}

.subscribe .button {
    margin-left: 10px;
}
img.one-img {
    margin-bottom: -220px;
    margin-left: 35px;
    object-fit: cover;
}
img.two-img {
    margin-left: 30px;
    margin-top: -100px;
}
.subscribe .form-name{
    display: flex;
    align-items: center;
}
.subscribe input[type="text"],
.subscribe input[type="tel"],
.subscribe input[type="email"] {
    height: 66px;
    width: 68%;
    padding-left: 25px;
    outline: 0;
    margin-right: 38px;
    margin: 0;
}
.subscribe h4{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    padding-top: 46px;
}
.subscribe form {
    padding-top: 15px;
}
/*weekdays-day*/
.weekdays-list {
    margin-bottom: 20px;
}
.weekdays-list .weekdays-day{
    width: 77px;
    height: 36px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #f2f2f2;
    background-color: #c7c7c7;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 0;
}
.weekdays-day:hover, .weekdays-list .weekday-selected{
    background-color: #bde800;
    color: #060606;
}
/*apointment 2*/
.apointment-one.two .form-apointment{
    position: relative;
    width: 100%;
    right: 0;
    top: 14%;
    padding: 39px;
}
.apointment-one.two .apointment img{
    width: 100%;
    z-index: 1;
    position: relative;
}
.apointment-one.two .apointment{
    position: relative;
}
.apointment-one.two .apointment:before {
    content: url(assets/img/Points-big.png);
    position: absolute;
    right: -8%;
    animation: bounce-3 20s infinite;
    bottom: 0%;
    z-index: 1;
}
.apointment-one.two .apointment:after {
    content: "";
    position: absolute;
    right: -35%;
    width: 700px;
    height: 300px;
    bottom: 0%;
    z-index: 0;
}
.apointment-one.two .apointment h3 {
    top: 19%;
    width: 41%;
    left: 68%;
    z-index: 1;
    backdrop-filter: blur(10px);

}
.about-photo-section.online img {
    background-color: #fff;
    width: 200px;
    border-left-width: 82px !important;
    border-bottom-width: 50px !important;
}
.hero-section.online-schedule .about-section-photo:before {
    height: 190px;
}
.meeting-tim h3 {
    color: #fff;
    background-color: #060606;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    font-family: 'Red Hat Display';
    font-weight: bold;
    line-height: 30px;
    font-size: 36px !important;
    margin-bottom: 0 !important;
    width: 120px;
    text-align: center;
}
.meeting-tim h3 span {
    font-size: 18px;
}
.meeting-tim h6 {
    font-size: 14px !important;
    color: #c7c7c7;
    margin-bottom: .5rem !important;
}
.meeting-tim h5 {
    font-size: 16px !important;
    margin-bottom: .5rem !important;
}
.meeting-cads {
    display: flex;
}
.join-meeting a.join{
    font-size: 18px;
    font-weight: 600;
    color: #060606;
    line-height: 28px;
}
.join-meeting span{
    color: #c7c7c7;
    font-size: 16px;
}
.meeting-img.vczapi-list-zoom-meetings--item__image {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}
.meeting-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.join-meeting h4 {
    font-size: 16px !important;
    display: inline-block;
    padding-left: 15px;
}
.join-meeting{
    padding: 25px;
}
.join-meeting a.join {
    font-size: 18px;
    font-weight: bold;
    color: #060606;
    line-height: 28px;
    display: block;
    width: 80%;
    margin-bottom: 20px;
}
.meeting-data {
    margin-top: 50px;
}
.join-meeting .button.back{
    display: flex;
    font-family: 'Red Hat Display', sans-serif;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.meeting-data:hover .meeting-tim h3{
    color: #060606;
}
.the-next-workout .workout-time h6:before{
    height: 0;
}
.the-next-workout .workout-time h5 {
    font-size: 36px;
    padding: 0px 50px;
    margin-top: 0;
    white-space: nowrap;
}
.the-next-workout .workout-time {
    margin-top: 20px;
    margin-left: 128px;
}
.next-img{
    position: relative;
}
.next-img:before {
    content: url(assets/img/Point.png);
    position: absolute;
    right: -34%;
    animation: bounce-3 20s infinite;
    top: 17%;
    z-index: 0;
}
.next-img:after {
    content: url(assets/img/Points1.png);
    position: absolute;
    right: -21%;
    animation: bounce-3 20s infinite;
    bottom: -18%;
    opacity: .1;
    z-index: -1;
}
.next-img img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}
.the-next-workout.heading h3 {
    margin-left: -50px;
    margin-top: 50px;
    width: 68%;
    background-color: #fff;
    padding: 30px;
    z-index: 0;
}
.subscribe-section.online .photos img{
    width: 100%;
}
.subscribe-section.online .photos:before{
    height: 0;
    width: 0;
}
.subscribe-section.online {
    padding: 0;
    overflow: hidden;
}
.subscribe-section.online .subscribe-to{
    position: relative;
}
.subscribe-section.online .subscribe-to:after {
    content: url(assets/img/Points1.png);
    position: absolute;
    right: -38%;
    animation: bounce-3 20s infinite;
    bottom: -52%;
    opacity: .1;
    z-index: -1;
}
/*blog-details*/
.blog-details-data img {
    width: 100%;
}
.blog-details-data h3 {
    text-align: left;
    margin-top: -70px;
    position: relative;
    padding: 30px;
    background-color: #ffffff;
}
.blog-details-data.no-post-thumbnail h3 {
    margin-top: 0;
    padding: 0;
    background: none;
}
.blog-details-data h3.one{
    background-color: transparent;
}
.Post-details.blog {
    justify-content: space-between;
    border: 0;
    margin-top: 0;
}
.gap-health-style {
    margin-left: 228px;
    width: 80%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.no-post-thumbnail .gap-health-style {
    width: auto;
    margin-left: 0;
    padding: 0 100px;
}
.health-style a span {
    background-color: #060606;
    padding: 10px;
    border: 1px solid #bde800;
}
.blog-card .Post-details.blog {
    justify-content: start;
    margin-top: 15px;
    border-top-style: solid;
    border-top-color: #1c1c1c;
    border-top-width: 1px;
}
.blog-card .Post-details.blog h5 {
    margin-left: 0;
}
.Post-details.blog h5 {
    margin-left: 50px;
}
.no-post-thumbnail .Post-details.blog h5 {
    margin-left: 0;
}
.blog-img.details {
    margin-left: 40px;
}
.share {
    display: flex;
    align-items: center;
}
.hero-blog.Details.gap {
    text-align: left;
}
.hero-blog.Details.gap {
    text-align: left;
    background-repeat: no-repeat;
    background-position: top;
}
.details-data {
    padding: 40px 100px;
}
.hero-blog.Details.gap .details-data {
    padding-bottom: 0;
}
.details-data > h4{
    padding-bottom: 30px;
    margin: 0;
}
.details-data > img{
    padding:30px 0 ;
    width: 100%;
}
.details-data > h6{
    padding-bottom: 30px;
    margin: 0;
    font-size: 14px;
    padding-left: 40px;
    color: #c7c7c7;
}
.details-data > h6 {
    padding-bottom: 60px;
    margin: 0;
    font-size: 14px;
    padding-left: 40px;
    color: #c7c7c7;
}
.details-data > h3{
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
}
.details-data > h5{
    font-size: 18px;
    font-family: 'Archivo Black', sans-serif;
    line-height: 28px;
    padding-bottom: 30px;
    margin: 0;
}
.yourself {
    padding: 80px 40px;
    margin: 30px 0;
    border-radius: 30px;
    position: relative;
    border-bottom-right-radius: 0;
}
.yourself p:before {
    content: url(assets/img/quotemarks-icon-1.svg);
    position: absolute;
    top: -24%;
    z-index: -1;
}
.blog-one.gap {
    padding-top: 80px;
}
.yourself p{
    position: relative;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    z-index: 11;
    font-weight: bold;
}
.yourself span {
    position: absolute;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    z-index: 11;
    font-weight: bold;
    right: 8%;
}
.details-data > h5.one{
    font-size: 16px;
    font-family: 'Archivo Black', sans-serif;
    line-height: 26px;
    padding-bottom: 30px;
    margin: 0;
}
.details-data th {
    font-size: 16px;
    padding: 30px 50px;
    background-color: #060606;
    margin-left: 20px;
    color: #fff;
    border: 1px white solid;
}
.details-data td {
    padding: 30px 50px;
    font-size: 16px;
    border: 1px solid #f2f2f2;
}
.details-data table {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.details-data h6.one {
    font-size: 16px;
    font-style: italic;
    color: #c7c7c7;
    padding-left: 0;
    padding-top: 30px;
}
.blog-img-details span{
    background-color: #060606;
    color: #fff;
    top: 14%;
    left: 6%;
    padding: 10px 15px;
    font-size: 14px;
    border: solid 1px #bde800;
}
.hana-evans {
    display: flex;
    align-items: center;
    border-top-width: 1px;
    border-color: #c7c7c7;
    border-top-style: solid;
    padding-top: 48px;
    margin-top: 48px;
    margin-bottom: 60px;
}
.blog-detai{
    position: relative;
}
.blog-detai:before {
    position: absolute;
    height: 200px;
    width: 200px;
    content: "";
    top: 5%;
    left: 5%;
}
.blog-detai img {
    width: 200px;
    margin-right: 40px;
    position: relative;
}
.hana-evans h4{
    font-size: 18px;
    font-weight: bold;
}
.hana-evans ul.social-icons li a{
    color: #060606;
    border: 2px solid #060606;
    margin-left: 0;
    margin-right: 20px;
}
.hana-evans ul.social-icons{
    margin-top: 20px;
}
.hana-evans ul.social-icons li a:hover{
    border: 2px solid #bde800;
}
.previou .previous-post img{
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.previou {
    display: flex;
    max-width: 50%;
}
.previou > * {
    max-width: 100%;
}
.previou h6 {
    font-weight: 800;
    padding: 15px;
    background-color: #fff;
    margin-left: -20px;
    margin-top: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.previou i{
    padding-right: 15px;
}
.previou a {
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
}
.previou-next{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 2rem;
}
.previou.next-post h6 {
    margin-left: 0;
    margin-right: -20px;
    position: relative;
    text-align: end;
}
.previou.next-post {
    text-align: right;
}
.previou.next-post a {
    padding-left: 0px;
    padding-right: 30px;
}
.previou.next-post i{
    padding-right: 0;
    padding-left: 15px;
}
/*comments*/
.comments.gap h3 {
    font-family: 'Red Hat Display';
    font-weight: bold;
}
.comment-data {
    margin: 40px 0 15px 0;
    display: flex;
    align-items: center;
}
.comment-data img{
    padding-right: 20px;
}
.comment-data span{
    font-size: 16px;
    color: #c7c7c7;
}
.comment-reply > a{
    background-color: #060606;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    border-top-left-radius: 0;
}
.comment-data h6{
    font-size: 18px;
    color: #060606;
    font-weight: bold;
}
.comment-data-title p {
    padding: 40px;
    background-color: #fbfbfb;
    border-radius: 35px;
    border-top-left-radius: 0;
}
.comment-reply {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
li.first {
    margin-left: 60px;
}
li.first p,
li.second p{
    background-color: transparent;
    border: 1px solid #f2f2f2;
}
li.second {
    margin-left: 120px;
}
.comment-text textarea {
    padding-top: 26px;
    width: 100%;
    outline: none;
    border: solid 1px #f2f2f2;
    color: #c7c7c7;
    padding-left: 25px;
    height: 180px;
    margin-bottom: 35px;
}
.about-form.comment-text{
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
    padding-top: 40px;
    margin: 0;
}
.about-form.comment-text.form-comment {
    padding: 0;
}
.about-form.comment-text.form-comment.form-comment-open {
    padding: 40px;
}
.about-form.comment-text h6{
    color: #c7c7c7;
    font-size: 14px;
    padding-bottom: 40px;
    padding-top: 10px;
}
.about-form.comment-text input[type="text"],
.about-form.comment-text input[type="email"],
.about-form.comment-text input[type="tel"] {
    margin-bottom: 0;
}
/* schedule */
.table-one th {
    font-size: 24px;
    color: #fff;
    background-color: #060606;
    border: 1px solid #fff;
    height: 90px;
    width: 230px;
    text-align: center;
}
.table-one td {
    padding: 15px;
    border: 1px solid #c7c7c7;
}
.table-one td h6{
    font-size: 16PX;
    font-weight: bold;
}
.table-data{
    padding: 15px;
}
.table-one td span{
    color: #fff;
    font-size: 14px;
}
.table-mobil,.table-mobil-blog{
    display: none;
}

input.range-slider__range {
    color: antiquewhite;
}
.heading.schedule-one p{
    padding-bottom: 40px;
    width: 85%;
}
.owl-carousel .meeting-data .join-meeting .button.back {
    padding: 20px;
}
.owl-carousel .meeting-data {
    margin-top: 0;
    margin-right: 5px;
}
.owl-carousel .meeting-data .meeting-img figure {
  height: 100%;
}
.nonloop .owl-item.cloned {
    opacity: 0;
}
.nonloop .owl-item.cloned.active {
    opacity: 1;
}
.call-to-img img{
    width: 100%;
}
.call-to-img{
    position: relative;
}
.call-to-img img.img-call {
    border: 30px solid #fff;
    position: absolute;
    width: 300px;
    height: 300px;
    top: 61%;
    left: 0%;
}
.call-to-sction .heading {
    padding: 30px;
    padding-left: 60px;
}
.about-form.callto {
    margin-left: -60px;
    position: relative;
    padding-top: 40px;
    margin-top: 15px;
    box-shadow: 0px 20px 30px rgba(6, 6, 6, 0.05);
}


.content1 {
  max-width: 650px;
  margin: 0 auto;
  top: 35%;
  position: relative;
}
.content1 h1 {
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 3rem;
  text-shadow: 0 2px 5px #060606;
}
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000000000;
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Archivo Black';
  font-size: 30PX;
  color: #060606;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;

}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.bmi-calculator .heading h3 {
    text-align: center;
}
.bmi-calculator .heading h3:after{
    left: 55%;
}
.bmi-calculator  .heading p {
    text-align: center;
    width: 50%;
    margin: auto;
}

/**/
/**
 * Range Slider Container
 */
.range-sliders .range-slider-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.range-sliders input[type="range"].range-slider-red {
  background: #060606;
}
.range-sliders .range-slider-group .input-slider {
    width: 90px;
    text-align: center;
    margin-left: 32px;
    border-color: #f2f2f2;
    border-right: 0;
}
.range-sliders .range-slider-group .range-label {
    width: 100%;
    font-size: 16px;
    color: #c7c7c7;
    font-family: 'Red Hat Display';
    line-height: 0;
}

.range-sliders .range-slider-group .range-slider {
    width: calc(70% - 60px);
}


.range-sliders input[type="range"].range-slider-red::-webkit-slider-thumb {
  background-color: #060606;
}

.range-sliders input[type="range"].range-slider-red::-moz-range-thumb {
  background-color: #060606;
}
.range-sliders input[type="range"] {
  width: 100%;
  background: #060606;
  border-radius: 8px;
  height: 2px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.range-sliders input[type="range"]:focus {
  outline: none;
}

.range-sliders input[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
  height: 30px;
  width: 12px;
  border-color: transparent;
  border-radius: 22px;
  background-color: #999;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -15px;
}
.range-sliders .input-slider {
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
  -moz-appearance: textfield;
  appearance: textfield;
}

.range-sliders .input-slider::-webkit-outer-spin-button,
.range-sliders .input-slider::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.cm-kg{
    display: flex;
}
.cm-kg h5 {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    height: 65px;
    font-size: 18px;
    margin: 0;
    margin-top: -19px;
}
.cm-kg a.button.calculate{
    margin-top: 20px;
}
.bmi-calculator .calculate-bmi {
    margin-top: 0px;
    padding: 0px 30px;
}
.bmi-calculator .panels input{
    border: solid 1px #bee800;
}
.time-girl {
    display: flex;
    justify-content: space-between;
}
.color-time {
    background-color: #fff;
    margin-top: 40px;
    padding: 30px 0px;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}
.time-girl h4 {
    left: 39%;
    background-color: #060606;
    color: #fff;
    padding: 40px;
    width: 40%;
    border-radius: 35px;
    border-bottom-right-radius: 0;
}
.bmi-calculator {
    position: relative;
}
.background-wrap {
    height: 584px;
}
.time-girl img {
    position: absolute;
    width: 500px;
    height: 643px !important;
    left: 25%;
    top: -13%;
    object-fit: cover;
}
.background-object{
    position: relative;
}
.background-object:before {
    content: "";
    position: absolute;
    height: 642px;
    width: 403px;
    z-index: 0;
    top: -13%;
    left: 49.2%;
}
.background-object:after {
    content: url(assets/img/Points.png);
    position: absolute;
    right: 55%;
    animation: bounce-3 20s infinite;
    top: 190%;
    z-index: 1;
}



.previou a,
.meeting-tim h3,
.number-one span,
.number-one h4 a,
.cards h4 a,.Post-1 a,
ul.social-icons li a,
ul.Menu-br li a,
nav ul li ul li a,.duis i:hover,
.photo-section.about i,
.title-blog a,
.blog-one .title-blog h3 > a,
a.button.back i,.card-img-hover,
.mobile-nav > ul li > a
 {
    transition: 0.3s ease-in-out;
}

/*mobil*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #060606;
    padding: 40px 80px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: #060606;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: #fff;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.cart-popup {
    position: absolute;
    right: 130px;
    top: 78px;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}
.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}
.show-cart{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.cart-popup .cart-btns a:not(:last-child){
    margin-right: 8px;
}
.cart-popup .cart-btns a:hover{
    color: #fff;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(assets/img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 21px;
    left: -10%;
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    background-image: url(assets/img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
    position: relative;
    padding: 10px 0;
    display: block;
    color: #fff;
}
.mobile-nav > ul li > a {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
    font-family: 'Red Hat Display';
    font-weight: bold;
}
.mobile-nav > ul > li > a {
    line-height: 30px;
    color: white !important;
    font-size: 30px;
    font-family: 'Archivo Black';
    text-transform: uppercase;
}

.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 3333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
#mobile-nav.hmburger-menu {
    width: 60%;
    z-index: 1111;
    background-color: #060606;
    padding: 40px 80px;
}

.res-cross {
    position: absolute;
    width: 40px;
    right: 40px;
    top: 40px;
}
.mobile-nav .cls-leftright {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.mobile-nav .cls-rightleft {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.mobile-nav .res-cross:hover .cls-leftright,
.mobile-nav .res-cross:hover .cls-leftright,.mobile-nav .res-cross:hover .cls-rightleft {
    background-color: #bde800;
}
.mobile-nav .res-cross:hover .cls-leftright {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav .res-cross:hover .cls-rightleft {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.Contacts.mobil {
    margin-top: 60px;
}
ul.Contacts.mobil a {
    display: flex;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Red Hat Display' ;
}
ul.Contacts.mobil li {
    margin-top: 0px;
}
/* **********     ScrollTopButton     ********** */
.scroll-top-btn {
    position: fixed;
    z-index: 999;
    bottom: 1vh;
    right: calc(1.25rem + 1vw);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: 0;
    transition: all 0.3s ease-out;
}

.scroll-top-btn:hover {
  background-color: #060606;
  color: #fff;
  box-shadow: 0px 0px 9px 0px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}


/* Zoom In #1 */
.hover-style figure {
    position: relative;
}
.hover-style figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover-style figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.hover-style figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-style figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.price{
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}



/*-------------------------
widgets
--------------------------*/

.smth-ib-title-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.smth-ib-title-frame i {
  color: #6F6F87;
  font-size: 10px;
  opacity: 0.5;
}

.widget-area .widget_block h2,
.smth-ib-title-frame h2 {
  line-height: 120%;
  font-size: 1.25rem;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
}

.smth-ib-title-frame h2 {
    margin-bottom: 0;
}

.widget-area .widget_block h2:before {
  content: "\f063";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  color: #6F6F87;
  font-size: 10px;
  opacity: 0.5;
  font-weight: 900;
}

.widget-area .widget {
  margin-bottom: 30px;
}

.widget-area ul,
.widget-area ol {
	padding: 0;
	margin: 0;
  list-style: none;
}

.widget-area ul li,
.widget-area ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding: 15px 0;
  border-bottom: solid 1px #F2F3F5;
  color: #6F6F87;
}

.widget-area ul li:first-child,
.widget-area ol li:first-child {
  border-top: solid 1px #F2F3F5;
}

.widget-area ul li a,
.widget-area ol li a {
  font-size: 1rem;
  display: block;
  text-decoration: none;
  color: #231E41;
  transition: 0.3s ease-in-out;
}

.widget-area ul li a:hover,
.widget-area ol li a:hover {
	text-decoration: none;
  transform: translateX(10px);
}

.widget-area .widget_categories ul ul,
.widget-area ul li.page_item_has_children ul,
.widget-area .widget_nav_menu ul ul,
.widget-area ul.wp-block-categories-list ul {
  border-left: 1px solid #F2F3F5;
}
.widget-area .widget_categories ul li,
.widget-area ul li.page_item_has_children,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_comments ul li,
.widget-area ol.wp-block-latest-comments li,
.widget-area .widget_rss ul li,
.widget-area ul.wp-block-categories-list li {
  display: block;
}
.widget-area .widget_categories ul li a,
.widget-area ul li.page_item_has_children a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_recent_comments ul li a,
.widget-area ol.wp-block-latest-comments li a,
.widget-area ul.wp-block-categories-list li a {
  display: inline;
}
.widget-area .widget_categories ul li li,
.widget-area ul li.page_item_has_children li,
.widget-area .widget_nav_menu ul li li,
.widget-area ul.wp-block-categories-list li li {
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.widget-area .widget_categories ul li li:after,
.widget-area ul li.page_item_has_children li:after,
.widget-area .widget_nav_menu ul li li:after,
.widget-area ul.wp-block-categories-list li li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 26px;
  width: 10px;
  height: 1px;
  background: #F2F3F5;
}
.widget-area .widget_categories ul li li:first-child,
.widget-area ul li.page_item_has_children li:first-child,
.widget-area .widget_nav_menu ul li li:first-child,
.widget-area ul.wp-block-categories-list li li:first-child {
  border-top: none;
}

.widget-area .widget_recent_comments ul li .comment-author-link,
.wp-block-latest-comments__comment-author {
	font-weight: 500;
}

.widget-area .widget_rss .rss-date {
  display: inline-block;
  padding: 2px 5px;
  background-color: #F2F3F5;
  font-size: 12px;
  font-weight: 400;
  color: #231E41;
}

.widget-area .widget_rss ul li a {
  transform: none;
  font-weight: 500;
  margin-bottom: 4px;
}

.wp-block-search,
.widget-area .widget_search .search-form {
  position: relative;
  max-width: 400px;
}

.wp-block-search label,
.widget-area .widget_search label {
  margin: 0;
  width: calc(100% - 50px);
}

.wp-block-search input[type=text],
.wp-block-search input[type=search],
.widget-area .widget_search input.search-field {
  height: 50px;
  position: relative;
  padding: 0 20px 0 20px;
  font-size: 1rem;
  background-color: #F9FAFC;
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 1px #F2F3F5;
}

.widget-area select {
    height: 50px;
    position: relative;
    padding: 0 60px 0 20px;
    font-size: 1rem;
    background-color: #F9FAFC;
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #F2F3F5;
    border-right: 10px solid transparent;
}

.widget-area .widget_search input.search-submit,
.wp-block-search .wp-block-search__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  border: none;
  background-color: #bde800;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  background-image: url(assets/img/ui/icons/search.svg);
  font-size: 0px;
  color: transparent;
}

.widget_rss a.rss-widget-feed {
	margin-right: 3px;
	display: inline-block;
    vertical-align: baseline;
}

.widget_rss .rss-date,
.widget_rss cite {
	margin: 5px 0 10px 0;
	display: block;
	font-size: 13px;
	font-weight: 400;
	opacity: 0.8;
}

.widget_rss cite {
	margin: 5px 0 20px 0;
	font-style: normal;
}

.widget-area .widget_text img {
    max-width: 100%;
    height: auto;
}

.widget-area .widget_text p {
    margin: 15px 0;
}

.post-text-bottom .tags-links,
.wp-block-tag-cloud .tagcloud,
.widget-area .widget_tag_cloud .tagcloud {
	font-size: 0px;
}

.post-text-bottom .tags-links a,
.wp-block-tag-cloud .tag-cloud-link,
.widget-area .widget_tag_cloud .tag-cloud-link {
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
    font-size: 1rem !important;
    background-color: #bde800;
    padding: 2px 5px;
    color: #231E41;
    transition: 0.3s ease-in-out;
}

.post-text-bottom .tags-links a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.widget-area .widget_tag_cloud .tag-cloud-link:hover {
    filter: brightness(110%);
}

.post-text-bottom .shared-counts-wrap {
    float: right;
    clear: right;
    width: 50%;
}
.post-text-bottom .shared-counts-wrap.style-icon .shared-counts-button {
    float: right;
}
.post-text-bottom .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
    line-height: 24px;
    height: 24px;
}
.post-text-bottom .shared-counts-wrap + .cat-links, .post-text-bottom .shared-counts-wrap .tag-links {
    max-width: 50%;
}
.post-text-bottom .shared-counts-wrap.style-icon .shared-counts-button.included_total, .post-text-bottom .shared-counts-wrap .shared-counts-label {
    color: #6F6F87;
    font-size: 14px;
    line-height: 24px;
}
.post-text-bottom .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
    fill: #060606;
}
.post-text-bottom .shared-counts-wrap.style-icon .shared-counts-button:hover svg {
    fill: #bde800 !important;
}
@media (max-width: 600px) {
    .post-text-bottom .shared-counts-wrap {
        float: none;
        width: auto;
    }
    .post-text-bottom .shared-counts-wrap.style-icon .shared-counts-button {
        float: left;
    }
    .post-text-bottom .shared-counts-wrap + .cat-links, .post-text-bottom .shared-counts-wrap .tag-links {
        max-width: 100%;
    }
}

.widget-area table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #6F6F87;
}

.widget-area table caption {
	padding: 5px;
	font-weight: 600;
	font-size: 13px;
	border-bottom: none;
	background: #6F6F87;
	text-align: center;
	color: #eee;
}

.widget-area th {
	padding: 5px 0;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border: none;
	text-transform: uppercase;
}

.widget-area td {
	border: none;
	padding: 5px 0;
	font-size: 13px;
	background: none;
	text-align: center;
	border: none;
}

.widget-area tfoot td {
	border: none;
}

.widget-area td.pad {
	background: none;
}

.widget-area td#today {
	background: #bde800;
	color: #000!important;
}

@media (max-width: 992px) {

}

/* Header */

.logo-icon a, .logo-icon a:hover {
    color: #060606;
}
span.logotype__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
span.logotype__title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-color: #BDE800;
}

span.logotype__sub {
	display: none;
}

/* Global */

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.align-left {
	text-align: left !important;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.pull-none {
	float: none !important;
}

.alignright {
	margin-left: 20px !important;
	margin-bottom: 10px !important;
	float: right !important;
	max-width: 50% !important;
}

img.alignright {
  clear: right;
}

.alignleft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	float: left !important;
	max-width: 50% !important;
}

img.alignleft {
  clear: left;
}

.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

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

.full-max-width {
	max-width: 100%;
	width: auto;
}

.centrize {
	display: table !important;
	table-layout: fixed !important;
	height: 100% !important;
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 2;
}

.vertical-center {
	display: table-cell !important;
	vertical-align: middle !important;
}

form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

iframe,
object {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.sticky:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 100%;
	background: #bde800;
	z-index: 3;
}

.post-edit-link {
	text-decoration: underline;
  color: #231E41;
}

.post-edit-link:hover {
	text-decoration: none;
}

.edit-link {
	margin-top: 15px;
	display: block;
}

/* Single Post */

.single-post-text {
    font-size: 18px;
}

.single-post-text>*:first-child,
.single-post-text>div>*:first-child {
	margin-top: 0;
}

.single-post-text>*:last-child {
	margin-bottom: 0;
}

.single-post-text ul,
.single-post-text ol {
  line-height: 2;
}

.single-post-text ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.single-post-text ul>li {
  list-style-type: disc;
}

.single-post-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.single-post-text ol {
  display: block;
  list-style-type: decimal;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.single-post-text ol>li {
  list-style-type: decimal;
}
.single-post-text h1,
.single-post-text h2,
.single-post-text h3,
.single-post-text h4,
.single-post-text h5,
.single-post-text h6 {
    font-family: 'Red Hat Display';
    font-weight: 500;
}
.comments.gap .single-post-text h3 {
    font-weight: 500;
}
.single-post-text p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.single-post-text img {
	max-width: 100%;
}

.single-post-text img+figure {
	margin-top: 20px;
}

.single-post-text table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.single-post-text table th {
    padding: 15px 20px;
	font-size: 1rem;
	font-weight: 700;
	background: transparent;
	border: 1px solid #eee;
	text-align: left;
}

.single-post-text table tbody th {
	background: transparent;
}

.single-post-text table td {
	border: none;
	padding: 10px;
	font-size: 1rem;
	background: none;
	border: 1px solid #eee;
}

.single-post-text table td#today{
	background: rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.single-post-text table caption {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
    caption-side: top;
    text-align: center;
}

@media screen and (max-width: 720px) {
	.single-post-text table th {
		padding: 10px;
		font-size: 14px;
	}
	.single-post-text table td {
		padding: 10px;
		font-size: 14px;
	}
}

.single-post-text {
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-post-text:after {
	content: '';
	position: relative;
	clear: both;
	display: block;
}

.single-post-text img {
	max-width: 100%;
	height: auto;
}

.single-post-text p a:hover {
	text-decoration: underline;
}

.single-post-text dt {
	margin-bottom: 5px;
	font-weight: 700;
    color: #231E41;
}

.single-post-text dd {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.single-post-text blockquote p {
	margin-bottom: 0.5rem!important;
	font-style: normal;
	font-weight: 600;
}

.single-post-text blockquote p:first-child {
	margin-top: 0;
}

.single-post-text blockquote cite {
	font-size: 16px;
	font-style: normal;
}

.single-post-text blockquote cite:before {
	margin-right: 5px;
	content: '-';
}

.single-post-text blockquote cite br {
	display: none;
}

.single-post-text blockquote.has-text-align-right cite:before {
	display: none;
}

.single-post-text blockquote.has-text-align-right cite:after {
	margin-left: 5px;
	content: '-';
}

.single-post-text figure {
	margin: 0 0 20px 0;
	max-width: 100%;
	overflow: auto;
}

.single-post-text figure .wp-caption-text,
.gallery-caption {
	font-style: italic;
}

.bypostauthor strong {
  font-weight: 500;
}

.gallery {
	margin: 30px -10px;
}

.single-post-text .gallery {
	margin-bottom: 0;
}

.single-post-text h1,
.single-post-text h2,
.single-post-text h3,
.single-post-text h4,
.single-post-text h5,
.single-post-text h6 {
	margin-top: 20px;
	margin-bottom: 20px;
    color: #231E41;
}

.single-post-text h1+h2,
.single-post-text h2+h3,
.single-post-text h3+h4,
.single-post-text h4+h5,
.single-post-text h5+h6,
.single-post-text h6 {
	margin-top: 1.25rem;
}

.single-post-text pre.wp-block-code,
.single-post-text pre {
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	background: linear-gradient(159deg, #252532 0%, #23232d 100%);
	background: -webkit-linear-gradient(159deg, #252532 0%, #23232d 100%);
	color: rgba(233, 237, 237, 1);
	font-size: 14px;
}

.single-post-text blockquote {
	margin: 30px 0;
	color: #231E41;
	background: transparent;
	padding: 30px 30px 30px 40px;
	font-style: italic;
	position: relative;
}

.single-post-text blockquote p:last-child {
  margin-bottom: 0px!important;
}

.single-post-text blockquote:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: .3;
	color: #231E41;
	top: 0px;
	left: 0px;
}

.single-post-text blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: .3;
	color: #231E41;
	bottom: 0px;
	right: 0px;
	transform: rotate(180deg);
}

.single-post-text footer {
	width: auto;
}

.gallery .gallery-item {
	margin: 0;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.gallery .gallery-item img {
	max-width: 100%;
	height: auto;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.666%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.single-post-text input[type="text"],
.single-post-text input[type="email"],
.single-post-text input[type="password"],
.single-post-text input[type="tel"] {
    height: 66px;
    width: 100%;
    padding-left: 25px;
    outline: 0;
    margin-right: 40px;
    border: solid 1px #f2f2f2;
}

.single-post-text textarea {
    width: 100%;
    padding-left: 25px;
    outline: 0;
    margin-right: 40px;
    border: solid 1px #f2f2f2;
    resize: none;
    height: 180px;
}

.single-post-text select {
    height: 66px;
    position: relative;
    padding: 0 60px 0 20px;
    font-size: 1rem;
    background-color: #F9FAFC;
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #F2F3F5;
    border-right: 10px solid transparent;
}

.single-post-text label + textarea,
.single-post-text label + input,
.single-post-text label + select {
    margin-top: 10px;
}

.post-password-form .smth-group-input {
    max-width: 400px;
}

.post-text-bottom {
	margin-top: 30px;
    color: #6F6F87;
    font-size: 1rem;
}

.post-text-bottom .social-share {
    line-height: 20px;
}

.post-text-bottom .share-btn {
	position: relative;
	display: inline-block;
	top: 1px;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 1rem;
}

.social-share strong {
	font-weight: 400;
}

.social-share a {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #1a2f33;
	transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.social-share a .icon {
	color: #1a2f33;
}

.social-share a:hover, .social-share a:hover .icon {
	color: #bde800;
}

.social-share a:last-child {
	margin-right: 0;
}

.social-share a .icon {
	font-size: 16px;
}

.social-share span {
	line-height: 28px;
}

.post-text-bottom .cat-links a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #060606;
}
.post-text-bottom .cat-links a:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 2px;
    left: 0px;
    background: #bde800;
}

.post-text-bottom .cat-links a:hover {
    text-decoration: none;
    color: #060606;
}

.post-text-bottom .tags-links {
	margin: 15px 0;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
}

.post-text-bottom .tags-links a {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

.post-text-bottom .tags-links *:nth-child(1) {
	margin-left: 5px;
}

/*-------------------------
comments
-------------------------*/

.smth-comments-list {
	padding: 0;
	margin-top: 30px;
	position: relative;
}

.smth-comments-list + .form-comment {
    margin-top: 90px;
}

.smth-comments-list + .smth-text {
    margin-top: 60px;
}

.smth-comments-list:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #E4E9EA;
	position: absolute;
	left: 32px;
	top: 0;
}

.smth-comments-list>li {
	list-style-type: none;
	position: relative;
}

.smth-comments-list>li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}
.smth-comments-list>li:last-child .smth-comment-box {
    margin-bottom: 0;
}

.smth-comments-list .smth-comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.smth-comments-list .smth-comment-avatar img {
	width: 100%;
	height: 100%;
}

.smth-comments-list .children {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
	list-style: none;
}

.smth-comments-list .comment {
	list-style: none;
}

.comment-info {
	padding: 15px 0 0 0;
	color: #cacace;
}

.comment-info span.comment-reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-reply-link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment-reply-link:after {
	content: '';
	margin-left: 8px;
	content: '\f3e5';
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	line-height: 14px;
	opacity: 0.8;
}

.post-comments .title h5 {
	margin-bottom: 30px;
}

.comment-respond {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 90px;
}

.form-comment .comment-respond {
	margin-top: 0;
	margin-left: 0;
}

.trackback .smth-comment-avatar,
.pingback .smth-comment-avatar {
	display: none;
}

.comment-respond .small,
.comment-respond small {
	font-size: 14px;
}

.comment-respond .title_inner small {
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	display: block;
	font-size: 14px;
	white-space: nowrap;
}

.comment-respond .title_inner small a {
	text-decoration: none;
	opacity: 0.8;
}

.comment-respond .title_inner small a:hover {
	opacity: 1;
}

.comment:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.comment-reply {
	margin-top: 15px;
}

.smth-comment-box {
	width: calc(100% - 90px);
	float: right;
	position: relative;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
    border: solid 1px #F2F3F5;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: -1px 1px 3px 0 rgb(0 0 0 / 5%);
}

.smth-comment-box .smth-comment-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.smth-comment-box .smth-comment-head h6 {
	font-size: 13px;
	line-height: 1.5;
}

.smth-comment-box .smth-comment-head .smth-date {
    padding: 2px 5px;
    background-color: #F2F3F5;
    font-size: 12px;
    font-weight: 400;
    color: #231E41;
}

.smth-comments-list.smth-reply-list>li:last-child .smth-comment-box {
	margin-bottom: 30px !important;
}

.form-comment .smth-group-input textarea {
    background: #fff;
    max-width: 100%;
    height: 180px;
    margin-bottom: 0px;
}

.form-comment .smth-group-input, .comment-form-cookies-consent {
    margin-bottom: 1rem;
}

@media (max-width: 790px) {
	.smth-comments-list:before {
		left: 17px;
	}
	.smth-comments-list .smth-comment-avatar {
		width: 35px;
		height: 35px;
	}
	.smth-reply-list {
		padding-left: 50px;
	}
	.smth-reply-list>li:before {
		top: 17px;
		left: -33px;
	}
	.smth-comment-box {
		width: calc(100% - 50px);
	}
}

.comment-form-cookies-consent label {
	display: inline;
}

.title.comment-reply-title,
.post-comments .title {
	margin: 0 0 30px 0;
	font-size: 17px;
	font-weight: 600;
}

.post-comments > .form-comment > .comment-respond {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.comment-respond .title_inner small {
		position: relative;
		top: 0;
		left: 0;
	}
}

@media (max-width: 1160px) {
	.post-comments .post-comment .image {
		width: 60px;
		height: 60px;
	}
	.post-comments .post-comment .desc {
		margin-left: 80px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.post-comments ul.children {
		padding: 20px 20px 0 80px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}

@media (max-width: 840px) {
	.post-comments ul.children {
		padding: 20px 20px 0 20px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}

@media (max-width: 480px) {
	.post-comments ul.children {
		padding: 15px 15px 15px 15px;
	}
	.post-comments ul.children ul.children {
		padding: 15px 0 0 10px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments .post-comment .image {
		width: 40px;
		height: 40px;
	}
	.post-comments .post-comment .desc {
		margin-left: 55px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.gallery .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-3 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-6 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-7 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-8 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-9 .gallery-item {
		width: 100%;
	}
}

/*-------------------------
WP Block
-------------------------*/

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: 1rem;
	font-style: italic;
	color: #6F6F87;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	padding: 0;
}

.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
	display: none;
}

.wp-block-cover,
.wp-block-cover-image {
	margin: 30px 0;
}

.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	margin-bottom: 30px!important;
}

.wp-block-cover p a:hover,
.wp-block-cover-image p a:hover {
	text-decoration: underline;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 30px 40px !important;
}

.wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0;
}

.wp-block-pullquote blockquote {
	padding-bottom: 30px;
	border-left: none;
	border-bottom: 2px solid #bde800;
}

.wp-block-pullquote.is-style-solid-color {
	background-color: transparent;
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	margin: 1.2rem 0;
	max-width: 480px;
}

.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-group.has-background {
	padding: 20px;
	color: #101010;
}

.wp-block-group.has-background p:first-child {
	margin-top: 0;
}

.wp-block-group.has-background p:last-child {
	margin-bottom: 0;
}

.wp-block-media-text.has-background {
	color: #101010;
}

.wp-block-media-text.has-background .has-large-font-size {
	line-height: 1.7;
}

hr.wp-block-separator {
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid #585d65;
	max-width: 50px;
}

hr.wp-block-separator.is-style-wide {
	max-width: 100%;
}

.wp-block-separator.is-style-dots:before {
	color: #ccc;
}

.wp-block-button {
	margin-bottom: 1.25rem;
}

.wp-block-button a.wp-block-button__link {
	padding: 13px 35px;
	background: #bde800;
	color: #20202a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 46px;
	-webkit-border-radius: 46px;
}

.wp-block-button a.wp-block-button__link:hover {
	color: #20202a;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	padding-top: 11px;
	padding-bottom: 11px;
	border: 2px solid #bde800;
	color: #bde800;
	background: none;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-calendar-nav:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
	float: left;
}

.wp-calendar-nav span.wp-calendar-nav-next {
	float: right;
}

.wp-block-latest-comments__comment {
  line-height: 1.5;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	padding: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	font-weight: 600;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	margin-top: 8px;
	margin-bottom: 22px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #eee;
}

ul.blocks-gallery-grid {
	margin: 0 !important;
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	outline: none!important;
}

body .wp-block-cover-image-text,
body .wp-block-cover-image-text a,
body .wp-block-cover-image-text a:active,
body .wp-block-cover-image-text a:focus,
body .wp-block-cover-image-text a:hover,
body .wp-block-cover-text,
body .wp-block-cover-text a,
body .wp-block-cover-text a:active,
body .wp-block-cover-text a:focus,
body .wp-block-cover-text a:hover,
body section.wp-block-cover-image h2,
body section.wp-block-cover-image h2 a,
body section.wp-block-cover-image h2 a:active,
body section.wp-block-cover-image h2 a:focus,
body section.wp-block-cover-image h2 a:hover {
	color: #fff!important;
}

.wp-block-archives-dropdown .nice-select,
.wp-block-categories-dropdown .nice-select {
	max-width: 390px;
	float: none;
	display: block;
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	max-width: 390px;
}

.wp-block-calendar table {
	background: #fff;
    border: 1px solid #eee;
}

.wp-calendar-table tr th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center!important;
}

.post-password-form label {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
}

.post-password-form label input {
	margin-bottom: 0;
    margin-top: 10px;
	border-left: none;
}

.post-password-form input[type="submit"] {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
	width: 220px;
	background: #bde800;
	text-transform: uppercase;
}

.pswp__caption__center {
	text-align: center;
}

.pswp__button {
	margin-right: 10px!important;
	max-height: 44px!important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 30px;
	padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1a2f33;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 20px;
}

.itemGallery__box {
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
	box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
	border-radius: 5px;
}

.itemGallery__box a {
	position: relative;
	overflow: hidden;
	display: block;
}

.itemGallery__box a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.itemGallery__box img.cover {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.itemGallery__details {
	padding: 30px;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.itemGallery__box:hover a:after {
	opacity: 1;
}

.itemGallery__box:hover img.cover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.itemGallery__box:hover .itemGallery__details {
	opacity: 1;
}

@media (max-width: 720px) {
	.single-post-text table th {
		padding: 8px;
	}
	.single-post-text table td {
		padding: 8px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 10px;
	}
}

@media (max-width: 768px) {
	.blocks-gallery-grid.alignleft,
	.blocks-gallery-grid.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		width: 100%!important;
		max-width: 100%!important;
		margin-right: 0!important;
		float: none!important;
	}
}

@media (max-width: 767px) {
	blockquote {
		margin: 20px 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
		font-size: 1.2em;
		font-style: italic;
		line-height: 1.4;
	}
	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 100%;
	}
	.wp-block-pullquote p {
		font-size: 1.75em;
		line-height: 1.4;
	}
	.single-post-text table th {
		font-size: 12px;
	}
	form.post-password-form label input {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.post-password-form label {
		display: block;
	}
	.post-password-form input[type="submit"] {
		width: 100%;
	}
	.comment-respond {
		margin-left: 50px;
	}
	.single-post-text table th {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	nav.wp-calendar-nav {
		margin-top: 10px;
	}
	.wp-block-categories-list li:last-child, .wp-block-archives-list li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget_categories ul li:last-child {
		margin-bottom: 0;
	}
    .socials-inline {
  	    display: block;
  	    text-align: center;
    }
}

/* Zoom Events */

body .vczapi-pb-3 {
    padding-bottom: 0;
}
.elementor-widget-samantha-zoom-events-carousel .vczapi-list-zoom-meetings--pagination {
    display: none!important;
}

.dpn-zvc-single-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img {
    margin-bottom: 3rem;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell {
    background: #060606;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile {
    display: none;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content {
    padding: 40px;
    background: #fff;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
    font-size: 18px;
}

.dpn-zvc-sidebar-wrapper {
    padding-left: 10%;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn {
    padding: 18px 40px;
}

/* Blog Three */

.blog-one.blog-three {
    padding-top: 0;
}

.blog-three .blog-img {
    min-height: 188px;
}

.blog-three .title-blog {
    margin-bottom: 3rem;
}

/* Sidebar */

.smth-sidebar-frame {
    padding-left: 20%;
}

/* Footer */

.smth-footer-frame .smth-copy {
    padding: 40px 0;
}

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

pagination

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

.smth-pagination,
.pagination,
.page-links {
  margin-top: 30px;
  display: flex;
  color: #6F6F87;
  align-items: center;
  border: none;
  background: none;
  justify-content: center;
}

.page-links {
  clear: both;
}

.type-page .page-links {
  padding-top: 30px;
  margin-top: 30px;
}

.smth-pagination.smth-mt-0 {
  margin-top: 0;
}

.smth-pagination a.page-numbers,
.smth-pagination span.page-numbers,
.pagination a.page-numbers,
.pagination span.page-numbers,
.page-links a.post-page-numbers,
.page-links span.post-page-numbers {
  margin-right: 10px;
  border: none;
}
.page-links a.post-page-numbers,
.page-links span.post-page-numbers {
  margin-left: 10px;
}

.smth-pagination a.page-numbers,
.smth-pagination span.page-numbers,
.pagination a.page-numbers,
.pagination span.page-numbers,
.page-links a.post-page-numbers,
.page-links span.post-page-numbers {
  position: relative;
  background-color: #F9FAFC;
  text-align: center;
  display: block;
  height: 55px;
  width: 55px;
  padding: 0;
  color: #231E41;
  line-height: 55px;
  border: none;
}

.smth-pagination a.page-numbers:after,
.smth-pagination span.page-numbers:after,
.pagination a.page-numbers:after,
.pagination span.page-numbers:after,
.page-links a.post-page-numbers:after,
.page-links span.post-page-numbers:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 2px;
  width: 0;
  background-color: #bde800;
  transition: 0.3s ease-in-out;
}

.smth-pagination a.page-numbers:hover:after,
.smth-pagination span.page-numbers:hover:after,
.pagination a.page-numbers:hover:after,
.pagination span.page-numbers:hover:after,
.page-links a.post-page-numbers:hover:after,
.page-links span.post-page-numbers:hover:after {
  width: 100%;
}

.smth-pagination a.page-numbers:hover,
.smth-pagination span.page-numbers:hover,
.pagination a.page-numbers:hover,
.pagination span.page-numbers:hover,
.page-links a.post-page-numbers:hover,
.page-links span.post-page-numbers:hover {
  background-color: #F9FAFC;
  color: #231E41;
}

.smth-pagination a.page-numbers.current,
.smth-pagination span.page-numbers.current,
.pagination a.page-numbers.current,
.pagination span.page-numbers.current,
.page-links a.post-page-numbers.current,
.page-links span.post-page-numbers.current {
  background-color: #bde800;
  color: #231E41;
}

.smth-pagination a.page-numbers.prev,
.smth-pagination span.page-numbers.prev,
.pagination a.page-numbers.prev,
.pagination span.page-numbers.prev {
  font-size: 12px;
}

.smth-pagination a.page-numbers.next,
.smth-pagination span.page-numbers.next,
.pagination a.page-numbers.next,
.pagination span.page-numbers.next {
  font-size: 12px;
}

.smth-post-navigation {
  margin-top: 60px;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 3px dotted #F2F3F5;
  padding-top: 30px;
}

.smth-post-navigation a,
.smth-post-navigation > span {
  font-size: 12px;
  text-transform: uppercase;
}

.smth-post-navigation i:last-child {
  margin-left: 7px;
}

.smth-post-navigation i:first-child {
  margin-right: 7px;
}

.smth-post-navigation > span {
  opacity: 0.5;
  cursor: default;
}

.smth-post-navigation a span {
  transition: 0.3s ease 0s;
  display: inline-block;
}

.smth-post-navigation a:hover i + span {
  transform: translateX(5px);
}

.smth-post-navigation a:hover span {
  transform: translateX(-5px);
}

/* 404 */

.error404 .pricing-table {
    min-height: calc(100vh - 108px);
}
.admin-bar.error404 .pricing-table {
    min-height: calc(100vh - 140px);
}
.error404 .pricing-table .col-lg-6 {
    position: relative;
}
.error404 .pricing-table span {
    top: -5.7rem;
    left: 10px;
}

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

spaces

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

.smth-mb-90 {
    margin-bottom: 90px !important;
}
.smth-mb-60 {
    margin-bottom: 60px !important;
}
.smth-mb-40 {
    margin-bottom: 40px !important;
}
.smth-mb-30 {
    margin-bottom: 30px !important;
}
.smth-mb-25 {
    margin-bottom: 25px !important;
}
.smth-mb-15 {
    margin-bottom: 15px !important;
}
.smth-mb-10 {
    margin-bottom: 10px !important;
}
.smth-mb-5 {
    margin-bottom: 5px !important;
}
.smth-p-210-90 {
    padding-top: 210px;
    padding-bottom: 90px;
}
.smth-p-90-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.smth-p-90-60 {
    padding-top: 90px !important;
    padding-bottom: 60px !important;
}
.smth-p-90-0 {
    padding-top: 90px !important;
}
.smth-p-0-90 {
    padding-bottom: 90px !important;
}
.smth-p-60-60 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.smth-p-90-30 {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
}
.smth-p-30-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.smth-p-0-30 {
    padding-bottom: 30px;
}
.smth-p-60-0 {
    padding-top: 60px !important;
}
.smth-p-0-60 {
    padding-bottom: 60px !important;
}
.smth-p-60-30 {
    padding-top: 60px;
    padding-bottom: 30px;
}
.smth-m-0 {
    margin: 0 !important;
}
.smth-mt-15 {
    margin-top: 15px !important;
}

.smth-default.page-template-default .Details.gap {
    padding-top: 0;
}

/* Elementor Editor */

div.page .elementor {
    overflow: hidden;
}

/* Elementor Widgets Attributes */

.attr-featured-false .Post-2 figure,
.attr-featured-false .Post-1 figure,
.attr-featured-false .post .blog-img {
  display: none !important;
}

.attr-title-false .Post-2 > h4,
.attr-title-false .Post-1 > h4,
.attr-title-false .post h3 {
  display: none !important;
}

.attr-categories-false .Post-2 > span,
.attr-categories-false .Post-1 > span,
.attr-categories-false .post .blog-img > span {
  display: none !important;
}

.attr-desc-false .Post-2 > p,
.attr-desc-false .Post-1 > p,
.attr-desc-false .post .blog-card > p {
  display: none !important;
}

.attr-details-false .Post-2 .Post-details,
.attr-details-false .Post-1 .Post-details,
.attr-details-false .Post-2 > h6,
.attr-details-false .Post-1 > h6,
.attr-details-false .Post-2 > .h6,
.attr-details-false .Post-1 > .h6,
.attr-details-false .post .Post-details {
  display: none !important;
}

.attr-date-false .Post-1 > h6,
.attr-date-false .Post-1 > .h6,
.attr-date-false .Post-2 .Post-data h6:nth-child(1),
.attr-date-false .post .Post-details h6:nth-child(2),
.attr-date-false .Post-2 .Post-data .h6:nth-child(1),
.attr-date-false .post .Post-details .h6:nth-child(2) {
  display: none !important;
}

.attr-author-false .Post-2 .Post-details h5,
.attr-author-false .post .Post-details h5 {
  display: none !important;
}

.attr-comments-false .Post-2 .Post-data h6:nth-child(3),
.attr-comments-false .post .Post-details h6:nth-child(4),
.attr-comments-false .Post-2 .Post-data .h6:nth-child(3),
.attr-comments-false .post .Post-details .h6:nth-child(4) {
  display: none !important;
}

.attr-share-counts-false .Post-2 .Post-data h6:nth-child(2),
.attr-share-counts-false .post .Post-details h6:nth-child(3),
.attr-share-counts-false .Post-2 .Post-data .h6:nth-child(2),
.attr-share-counts-false .post .Post-details .h6:nth-child(3) {
  display: none !important;
}

.attr-readmore-false .Post-2 > a,
.attr-readmore-false .Post-1 > a,
.attr-readmore-false .post .smth-el-more {
  display: none !important;
}

/* Validations Messages for CF7 */

.wpcf7-form-control-wrap {
    position: relative;
}
.about-form .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.subscribe .wpcf7-response-output,
.subscribe .wpcf7-not-valid-tip,
.subscribe-to .wpcf7-response-output,
.subscribe-to .wpcf7-not-valid-tip,
.footer-title .wpcf7-response-output,
.footer-title .wpcf7-not-valid-tip {
    display: none !important;
}
input.wpcf7-not-valid {
    border-color: red !important;
    outline: 1px solid red !important;
}

.wpcf7-response-output {
    margin-bottom: 0 !important;
    margin-top: 1.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*swiper fix*/
body .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, 
body .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: visible;
}

/*x-icon*/
.fab.fa-twitter.x-icon:before {
    display: none;
}
.fab.fa-twitter.x-icon svg {
    width: 16px;
    display: inline-block;
    vertical-align: top;
}
.details-data ul.social-icons li a svg path {
	fill: #060606;
}
.details-data ul.social-icons li a:hover svg path,
ul.social-icons li a:hover svg path {
	fill: #bde800;
}

/*before-after fix*/
.slider-img.beforeAfter img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: right;
}