/* Variables */
:root {
  --iq-title-text: #ffffff;
  --iq-body-text: #D1D0CF;
  --iq-body-bg : #141414;
  --iq-primary: #e94d3e;
  --iq-secondary:#83878a;
  --iq-success: #14e788;
  --iq-warning: #f68a04;
  --iq-danger:#545E75;
  --iq-info: #007aff;
  --iq-dark: #000000;
  --iq-light: #fafafb;
  --iq-white: #ffffff;
  --iq-black: #ffffff;
  --iq-gray: #b1b1b1;
  --iq-dark1:#a2a4af;
  --iq-light-primary: rgba(226,14,2,0.2);
  --iq-light-secondary: rgba(131,135,138,0.2);
  --iq-light-success: rgba(20,231,136,0.2);
  --iq-light-danger:rgba(84,94,117,0.2);
  --iq-light-warning:rgba(246,138,4,0.2);
  --iq-light-info: rgba(0,122,255,0.2);
  --iq-light-light:rgba(250,250,251,0.2);
  --iq-light-dark: rgba(0,0,0,0.2);
  --iq-primary-hover: #bf000a;
   --iq-secondary-hover: #807e7e;
  --iq-success-hover: #42f9d9;
  --iq-danger-hover: #3c4354;
  --iq-warning-hover: #fdb45e;
  --iq-info-hover: #c280ea;
  --iq-dark-hover: #44454e;
  --iq-light-hover: #eaeeff;
  --iq-border: #141414;
  --iq-border-light: #141414;
  --iq-border-danger: #ff9273;
  --iq-light-card:#191919;
  --iq-primary-rgb: 100, 114, 248;
  --iq-primary-light: #f3fffe;
  --iq-bg1:#363636;
  --iq-disable:#313946;
}

/*****************************
    Typography
*****************************/
body {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  overflow-x: hidden; 
  background-color: #191919;
}

a {
  outline: medium none !important;
  color: #e94d3e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: #e94d3e;
    text-decoration: none !important; }
  a:hover {
    color: #e94d3e;
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: #e94d3e; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  font-weight: 600;
  text-transform: uppercase; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h1 {
  font-size: 58px;
  font-style: normal; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

p {
  font-weight: 600;
  color: #212529;
  letter-spacing: 1px;
}

*::-moz-selection {
  background: #e94d3e;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #e94d3e;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #e94d3e;
  color: #ffffff;
  text-shadow: none; }

/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px; }

/* form-control */
.form-control-lg,
.form-select-lg {
  border-radius: 0.5rem;
  color: #6c757d !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(233 77 62 / 45%);
}

/*.form-control {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  background-clip: inherit !important; 
}
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #e94d3e; }

.form-control::-moz-placeholder {
  color: #3a4957; }

.form-control::-ms-input-placeholder {
  color: #3a4957; }

.form-control::-webkit-input-placeholder {
  color: #3a4957; }

input.form-control {
  height: 50px; }
*/
/* Inner Header Shape */
.cls-1 {
  fill: #fff;
  fill-rule: evenodd; }

.cls-1-dark {
  fill: #18191c;
  fill-rule: evenodd; }

/* Dark Form */
.dark-form h6 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500; }

.dark-form .form-control {
  background-color: #0c0c0c;
  border-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal; }

.dark-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4); }

.dark-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

.dark-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

.dark-form .select2-container--default .select2-selection--single {
  background-color: #0c0c0c; }

.dark-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal; }

.dark-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: rgba(255, 255, 255, 0.4); }

.dark-page .select2-container--open .select2-dropdown {
  background: #0c0c0c;
  border-color: #0c0c0c; }

.dark-page .select2-container--default .select2-results > .select2-results__options {
  color: rgba(255, 255, 255, 0.4); }

.dark-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.4); }

.dark-page .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.4); }

.dark-page .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #000000;
  border-color: #000000;
  color: rgba(255, 255, 255, 0.4); }

/* custom-file */
.custom-file {
  height: 50px; }
  .custom-file .custom-file-input {
    height: 50px;
    color: #333333;
    border-radius: 3px;
    border-color: #ebebeb; }
    .custom-file .custom-file-input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #e94d3e; }
  .custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-color: #ebebeb;
    padding: 15px 90px 15px 20px;
    border-radius: 3px; }
    .custom-file .custom-file-label:after {
      height: 48px;
      padding: 14px 25px; }

.custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e94d3e; }

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
  background: #e94d3e;
  border-color: #e94d3e; }

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent; }

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #ebebeb; }

.custom-control-label:before {
  top: 2px; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf; }

/* border  */
.border {
  border-color: #ebebeb !important; }

.border-top {
  border-top-color: #ebebeb !important; }

.border-left {
  border-left-color: #ebebeb !important; }

.border-right {
  border-right-color: #ebebeb !important; }

.border-bottom {
  border-bottom-color: #ebebeb !important; }

/* badge  */
.badge {
  border-radius: 3px; }
  .badge + .badge {
    margin-left: 6px; }

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal; }

.badge-primary {
  background: #e94d3e; }

/* back-to-to */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 50px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
  background: #e94d3e;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999; }
  .back-to-top a:hover {
    color: #ffffff; }
  .back-to-top a:focus {
    color: #ffffff; }

/* pagination */
.pagination .page-item .page-link {
  padding: 14px 28px;
  color: #666666;
  border-color: #ebebeb;
  margin: 0 4px; }
  .pagination .page-item .page-link span {
    display: block; }
  .pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination .page-item.active .page-link {
  background: #e94d3e;
  border-color: #e94d3e;
  color: #ffffff; }

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 10px solid #e94d3e;
  padding-left: 30px;
  font-style: italic;
  display: block; }

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #e94d3e;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1; }
  .blockquote-quote p {
    position: relative; }
  .blockquote-quote i {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 0;
    font-size: 60px;
    line-height: 60px;
    color: #dfdfdf; }

iframe {
  width: 100%; }

/* table */
.table {
  border-spacing: 0 1px;
  font-size: 16px;
  font-weight: 600; }
  .table td {
    padding: 14px 20px; }
  .table th {
    padding: 14px 20px; }

.table-bordered td {
  border-color: #ebebeb; }

.table-bordered th {
  border-color: #ebebeb; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #040404; }
  .table-striped tbody tr:nth-of-type(odd) td {
    color: #ffffff; }

.table-striped .avatar {
  margin-right: 15px; }

.table-striped tr td {
  color: #ffffff; }

.table td,
.table th {
  vertical-align: middle; }

.table-skew {
  padding: 0 30px; }

@media (max-width: 767px) {
  .table td,
  .table th {
    white-space: nowrap; } }

/*****************************
    Helper Classes
*****************************/
.text-initial {
  text-transform: initial!important;
}
.text-primary {
  color: #e94d3e !important; }

.text-secondary {
  color: #000000 !important; }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #333333 !important; }

.text-light {
  color: #666666 !important; }

.text-success {
  color: #0abb0a !important; }

.text-danger {
  color: #f52626 !important; }

.text-primary-soft {
  color: rgba(218, 29, 37, 0.5) !important; }

.text-stroke-white {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block; }

.text-stroke-primary {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e94d3e;
  display: block; }

.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #18191c;
  display: block; }

.skew-reverse {
  display: inline-block; }

.bg-primary {
  background: #e94d3e !important; }

.bg-dark {
  background: #18191c !important; }

.bg-dark-02 {
  background: #0c0c0c !important; }

.bg-secondary {
  background: #000000 !important; }

.bg-facebook {
  background: #5d82d1 !important; }

.bg-pinterest {
  background: #e13138 !important; }

.bg-linkedin {
  background: #238cc8 !important; }

.bg-white-soft {
  background: rgba(255, 255, 255, 0.1); }

.bg-dark-soft {
  background: rgba(0, 0, 0, 0.1); }

.space-ptb {
  padding: 90px 0; }

.space-pt {
  padding: 90px 0 0; }

.space-pb {
  padding: 0 0 90px; }

.h-100vh {
  height: 100vh !important; }

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }

hr {
  border-top-color: rgba(255, 255, 255, 0.1); }

hr.hr-dark {
  border-top-color: rgba(0, 0, 0, 0.1); }

.footer-border-top {
  border: 1px solid #18191c; }

.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%; }

/*form-group*/
.form-group {
  margin-bottom: 1.25rem; }

.bg-overlay-black-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-10:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-20:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-30:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-40:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-60:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-80:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-90:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-20:before {
    background: rgba(218, 29, 37, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-50:before {
    background: rgba(218, 29, 37, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-70:before {
    background: rgba(218, 29, 37, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-90:before {
    background: rgba(218, 29, 37, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-20:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-90:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-left-100 {
  position: relative; }
  .bg-overlay-left-100:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    background-color: #e94d3e;
    width: 100%;
    height: 100%; }

.bg-overlay-right-100 {
  position: relative; }
  .bg-overlay-right-100:before {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    background-color: #000000;
    width: 100%;
    height: 100%; }

.bg-overlay-left {
  position: relative; }
  .bg-overlay-left:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    background-color: #000000;
    width: 46%;
    height: calc(100% - -20px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }

.half-overlay-left {
  position: relative; }
  .half-overlay-left:before {
    position: absolute;
    content: "";
    top: -40px;
    background-color: #e94d3e;
    width: 106%;
    height: 100%;
    right: -5%; }
  .half-overlay-left:after {
    position: absolute;
    content: "";
    top: -40px;
    background-color: #e94d3e;
    width: 100%;
    height: 100%;
    right: 100%;
    z-index: -1; }

.half-overlay-right {
  position: relative; }
  .half-overlay-right:before {
    position: absolute;
    content: "";
    top: 0;
    background-color: #000000;
    width: 106%;
    left: -5%;
    height: 100%;
    z-index: -1; }
  .half-overlay-right:after {
    position: absolute;
    content: "";
    top: 0;
    background-color: #000000;
    width: 100%;
    left: 100%;
    height: 100%;
    z-index: -1; }

/*our-since*/
.our-since {
  padding: 30px;
  width: 42%;
  background: #000000;
  position: absolute;
  top: 0; }

/* Margin negative */
.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-n6 {
  margin: -5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important; }

.m-n7 {
  margin: -7rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -7rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important; }

.m-n8 {
  margin: -10rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -10rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -10rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -10rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -10rem !important; }

.m-n9 {
  margin: -12rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -12rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -12rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -12rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -12rem !important; }

.m-n10 {
  margin: -14rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -14rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -14rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -14rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -14rem !important; }

.avatar {
  width: 50px;
  height: 50px;
  display: inline-block; }

.avatar.avatar-sm {
  width: 30px;
  height: 30px; }

.avatar.avatar-md {
  width: 40px;
  height: 40px; }

.avatar.avatar-lg {
  width: 75px;
  height: auto; }

.avatar.avatar-xl {
  width: 80px;
  height: 80px; }

.avatar.avatar-xll {
  width: 100px;
  height: 100px; }

.avatar.avatar-xlll {
  width: 120px;
  height: 120px; }

.avatar.avatar-xllll {
  width: 180px;
  height: 180px; }

.font-sm {
  font-size: 13px; }

.font-md {
  font-size: 16px; }

.font-lg {
  font-size: 17px; }

.font-xl {
  font-size: 21px; }

.font-xxl {
  font-size: 30px; }

.font-xxxl {
  font-size: 40px;
  line-height: 40px; }

.line-h-sm {
  line-height: 13px; }

.line-h-md {
  line-height: 16px; }

.line-h-lg {
  line-height: 17px; }

.line-h-xl {
  line-height: 21px; }

.line-h-xxl {
  line-height: 30px; }

.line-h-xxxl {
  line-height: 40px; }

.b-radius-none {
  border-radius: 0 !important; }

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important; }

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important; }

.sticky-top {
  z-index: 8; }

.z-index-1 {
  z-index: 1; }

.z-index-9 {
  z-index: 9; }

.z-index-99 {
  z-index: 99; }

.z-index-999 {
  z-index: 999; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.top-0 {
  top: 0; }

.overflw-x-hidden {
  overflow-x: hidden; }

.overflw-y-hidden {
  overflow-y: hidden; }

.position-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  text-align: center; }

.fill-primary {
  fill: #e94d3e;
  fill-rule: evenodd;
  opacity: 0.3; }

.fill-light {
  fill: #f8f8f8;
  fill-rule: evenodd; }

.fill-secondary {
  fill: #000000;
  fill-rule: evenodd;
  opacity: 0.6; }

.half-section-prl {
  padding: 0px 250px 0px 100px; }

.p-lg-6 {
  padding: 5rem !important; }

.px-lg-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.py-lg-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important; }

.pt-lg-6 {
  padding-top: 5rem !important; }

.pb-lg-6 {
  padding-bottom: 5rem !important; }

.pl-lg-6 {
  padding-left: 5rem !important; }

.pr-lg-6 {
  padding-right: 5rem !important; }

.list ul {
  padding: 0px; }
  .list ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px; }

.author-text {
  border-left: 4px solid #e94d3e !important;
  padding: 5px 0px 0px 20px; }

@media (max-width: 1599px) {
  .bmi-form {
    overflow-x: hidden;
    padding-top: 40px;
    margin-top: -40px; } }

@media (max-width: 991px) {
  .bmi-form .col-lg-6.half-overlay-right,
  .bmi-form .col-lg-6.half-overlay-left {
    padding: 0 30px; }
  .bmi-form .half-overlay-left:after,
  .bmi-form .half-overlay-right:after {
    content: none; }
  .bmi-form {
    padding-top: 0px;
    margin-top: 40px; } }

@media (max-width: 575px) {
  /*our-since*/
  .our-since {
    padding: 20px;
    width: 70%; } }

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  padding: 0 12px;
  margin-bottom: 20px; }
  .accordion .accordion-item .accordion-header {
    background: none;
    border: 1px solid #ebebeb;
    padding: 0; }
    .accordion .accordion-item .accordion-header:before {
      border-bottom: 1px solid #ebebeb; }
    .accordion .accordion-item .accordion-header .accordion-button {
      position: relative;
      font-size: 22px;
      color: #e94d3e;
      padding: 17px 30px 17px 30px;
      width: 100%;
      text-align: left;
      border: 1px solid #ebebeb; }
      .accordion .accordion-item .accordion-header .accordion-button:focus {
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
    .accordion .accordion-item .accordion-header .accordion-button.collapsed {
      color: #333333; }
  .accordion .accordion-item .accordion-collapse {
    border: 1px solid #ebebeb; }
    .accordion .accordion-item .accordion-collapse .accordion-body {
      padding: 30px;
      border: 1px solid #ebebeb; }

/* accordion-02 */
.accordion.accordion-02 .accordion-item {
  margin-bottom: 10px; }
  .accordion.accordion-02 .accordion-item .accordion-header {
    margin-bottom: 0;
    border: none; }
    .accordion.accordion-02 .accordion-item .accordion-header .accordion-button {
      font-size: 18px;
      padding: 10px 0 10px 30px;
      border: none;
      font-weight: 500; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
        background-size: 1rem; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:before {
        line-height: 12px;
        font-size: 8px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        border: 1px solid #18191c;
        width: 15px;
        height: 15px;
        line-height: 12px;
        border-radius: 50%;
        z-index: 9;
        text-align: center; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
        display: none; }
  .accordion.accordion-02 .accordion-item .accordion-collapse {
    border: none; }
    .accordion.accordion-02 .accordion-item .accordion-collapse .accordion-body {
      padding: 0;
      border: none; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #e94d3e; }

.accordion .accordion-button.collapsed:after {
  display: none; }

.accordion .accordion-button:not(.collapsed):after {
  display: none; }

/*****************************
  Feature box
*****************************/
.feature-box {
  margin-bottom: 15px;
  padding: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.5); }
  
.feature-box img{
  height: 20px;
}
  .feature-box h4 {
    color: #ffffff; }
  .feature-box i {
    color: #e94d3e; }
  .feature-box:hover {
    background: rgb(233 77 62 / 49%); }
    .feature-box:hover i {
      color: #000000; }

.feature-box.active {
  background: #e94d3e; }
  .feature-box.active i {
    color: #000000; }

.feature-box-02 {
  position: relative;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .feature-box-02 .feature-box-icon {
    position: relative;
    display: inline-block; }
    .feature-box-02 .feature-box-icon i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #000000;
      color: #ffffff;
      width: 100px;
      height: 100px;
      margin: 0 auto;
      position: relative; }
    .feature-box-02 .feature-box-icon .feature-step-number {
      background: #e94d3e;
      color: #ffffff;
      border-radius: 50%;
      position: absolute;
      top: -15px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      right: -15px;
      font-size: 14px;
      font-weight: 400;
      z-index: 1; }

.feature .feature-img {
  padding-bottom: 130px; }
  .feature .feature-img img {
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 300px;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .feature .feature-img img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.feature .feature-content .title {
  position: relative; }
  .feature .feature-content .title:before {
    height: 65px;
    width: 3px;
    position: absolute;
    content: "";
    left: 50%;
    top: -95px;
    background: #000000; }

/* Dark Feature */
.dark-feature.feature .feature-img img {
  border-radius: 0px;
  width: auto;
  height: auto; }

.dark-feature.feature .feature-img {
  padding-bottom: 0; }

.dark-feature.feature .feature-img img:hover {
  -webkit-transform: inherit;
          transform: inherit; }

.dark-feature.feature .feature-content {
  background-color: #000000;
  padding: 30px;
  margin: -30px 30px 0px 30px;
  z-index: 1;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.dark-feature.feature .feature-content p {
  color: rgba(255, 255, 255, 0.4); }

.dark-feature.feature .feature-content .title {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal; }

.dark-feature.feature .feature-content .title:before {
  content: none; }

.feature-box-03 .feature-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.feature-box-03 .feature-title-icon h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  margin-bottom: 0; }

.feature-box-03 .feature-title-icon i {
  font-size: 60px;
  min-width: 80px; }

.feature-box-03.right-alignment {
  text-align: right; }

.feature-box-03.right-alignment .feature-title-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.feature-box-03 .feature-content p {
  color: rgba(255, 255, 255, 0.4); }

@media (max-width: 575px) {
  .feature-box-03.right-alignment {
    text-align: left; }
  .feature-box-03.right-alignment .feature-title-icon {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit; }
  .feature .feature-img img {
    width: 270px; } }

/*****************************
  Testimonial
*****************************/
/* Testimonial Style 01 */
.testimonial-bg {
  background-repeat: no-repeat;
  background-position: right; }

.testimonial-style-01 .testimonial-dec p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4); }

.owl-carousel.testimonial-style-01 .owl-nav i {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.5); }

.owl-carousel.testimonial-style-01 .owl-nav i:hover {
  background-color: transparent;
  color: #e94d3e; }

.owl-carousel.testimonial-style-01 .owl-nav i:before {
  font-size: 22px; }

.owl-carousel.testimonial-style-01 .fa-chevron-left:before {
  content: "\f12b";
  font-family: Flaticon;
  font-style: normal;
  margin-left: 5px; }

.owl-carousel.testimonial-style-01 .fa-chevron-right:before {
  content: "\f12c";
  font-family: Flaticon;
  font-style: normal;
  margin-right: 5px; }

.owl-carousel.testimonial-style-01 .testimonial-author span {
  color: rgba(255, 255, 255, 0.5); }

/* Testimonial Style 02 */
.testimonial-style-02 .testimonial-item {
  background: #0c0c0c;
  padding: 40px; }
  .testimonial-style-02 .testimonial-item .testimonial-content i {
    background: #e94d3e;
    color: #ffffff;
    font-size: 42px;
    border-radius: 0%;
    padding: 15px; }
  .testimonial-style-02 .testimonial-item .testimonial-content p {
    color: #ffffff; }
  .testimonial-style-02 .testimonial-item .testimonial-author .testimonial-name h6 {
    color: #e94d3e; }
  .testimonial-style-02 .testimonial-item .testimonial-author .testimonial-name span {
    color: #ffffff; }

/* Testimonial Style 03 */
.testimonial-style-3 .testimonial-info ul li i {
  font-size: 18px;
  margin-bottom: 15px; }

.testimonial-style-3 .testimonial-info .testimonial-content {
  margin-bottom: 20px; }

.testimonial-style-3 .testimonial-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .testimonial-style-3 .testimonial-details .testimonial-name {
    margin-left: 20px; }

.testimonial-style-3 .testimonial-content i {
  font-size: 18px; }

.testimonial.testimonial-style-3 {
  padding: 0; }

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  padding: 0 12px;
  margin-bottom: 20px; }
  .accordion .accordion-item .accordion-header {
    background: none;
    border: 1px solid #ebebeb;
    padding: 0; }
    .accordion .accordion-item .accordion-header:before {
      border-bottom: 1px solid #ebebeb; }
    .accordion .accordion-item .accordion-header .accordion-button {
      position: relative;
      font-size: 22px;
      color: #e94d3e;
      padding: 17px 30px 17px 30px;
      width: 100%;
      text-align: left;
      border: 1px solid #ebebeb; }
      .accordion .accordion-item .accordion-header .accordion-button:focus {
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
    .accordion .accordion-item .accordion-header .accordion-button.collapsed {
      color: #333333; }
  .accordion .accordion-item .accordion-collapse {
    border: 1px solid #ebebeb; }
    .accordion .accordion-item .accordion-collapse .accordion-body {
      padding: 30px;
      border: 1px solid #ebebeb; }

/* accordion-02 */
.accordion.accordion-02 .accordion-item {
  margin-bottom: 10px; }
  .accordion.accordion-02 .accordion-item .accordion-header {
    margin-bottom: 0;
    border: none; }
    .accordion.accordion-02 .accordion-item .accordion-header .accordion-button {
      font-size: 18px;
      padding: 10px 0 10px 30px;
      border: none;
      font-weight: 500; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
        background-size: 1rem; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:before {
        line-height: 12px;
        font-size: 8px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        border: 1px solid #18191c;
        width: 15px;
        height: 15px;
        line-height: 12px;
        border-radius: 50%;
        z-index: 9;
        text-align: center; }
      .accordion.accordion-02 .accordion-item .accordion-header .accordion-button:after {
        display: none; }
  .accordion.accordion-02 .accordion-item .accordion-collapse {
    border: none; }
    .accordion.accordion-02 .accordion-item .accordion-collapse .accordion-body {
      padding: 0;
      border: none; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #e94d3e; }

.accordion .accordion-button.collapsed:after {
  display: none; }

.accordion .accordion-button:not(.collapsed):after {
  display: none; }

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative; }
  .newsletter .form-control {
    padding-right: 180px;
    height: 50px; }
  .newsletter .btn {
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 0;
    padding: 14px 30px; }

/*****************************
  Counter
*****************************/
.counter .timer {
  font-size: 48px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif; }

.counter.counter-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .counter.counter-02 .counter-icon .icon {
    padding-right: 20px;
    font-size: 40px;
    color: #e94d3e; }
  .counter.counter-02 .counter-content {
    vertical-align: top; }
    .counter.counter-02 .counter-content .timer {
      font-size: 35px;
      color: #333333;
      font-weight: 600;
      display: block;
      line-height: 28px;
      margin-bottom: 8px; }

/* counter border style */
.counter-border-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }
  .counter-border-style .counter-content {
    display: grid; }
  .counter-border-style li {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    padding: 30px 40px;
    list-style: none;
    border: 1px solid transparent; }
    .counter-border-style li:nth-child(1), .counter-border-style li:nth-child(2) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .counter-border-style li:nth-child(1), .counter-border-style li:nth-child(3) {
      border-right: 1px solid rgba(255, 255, 255, 0.15); }

@media (max-width: 575px) {
  .counter-border-style li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .counter-border-style li:last-child {
      border-bottom: none; }
    .counter-border-style li:nth-child(1) {
      border-right: none; }
    .counter-border-style li:nth-child(3) {
      border-right: none; } }

/*****************************
  Tabs
*****************************/
.nav-tabs {
  border: none; }
  .nav-tabs .nav-item {
    margin-bottom: 10px;
    margin-right: 10px; }
    .nav-tabs .nav-item:last-child {
      margin-right: 0; }
    .nav-tabs .nav-item .nav-link {
      border: none;
      font-size: 16px;
      padding: 12px 30px;
      border-radius: 0;
      font-weight: 600;
      background: #000000;
      color: #ffffff; }
      .nav-tabs .nav-item .nav-link span {
        display: block; }
    .nav-tabs .nav-item .nav-link.active {
      background: #e94d3e;
      color: #ffffff; }

/* Dark table style 01 */
.table-bg {
  background-repeat: no-repeat; }

.dark-table .nav-tabs .nav-item .nav-link {
  background-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.5); }

.dark-table .nav-tabs .nav-item .nav-link.active {
  background-color: #191919; }

.table-dark {
  border: 1px solid;
  border-color: #191919; }

.table-dark thead tr th {
  border: none;
  padding: 20px;
  text-align: center; }

.table-dark tr th {
  background-color: #191919;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 18px; }

.table-dark tr td {
  background: #0c0c0c;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  text-align: center; }

.table-dark tr td .coach-avatar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* Dark table style 02 */
.table-dark.table-dark-style-02 {
  border-color: #000000; }

.table-dark.table-dark-style-02 tr th {
  background-color: #000000; }

/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 10px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0; }
  .owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 10px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0; }
  .owl-carousel .owl-nav i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #e94d3e;
    background: #000000;
    border: 0px solid #ebebeb;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .owl-carousel .owl-nav i:before {
      display: block; }
    .owl-carousel .owl-nav i:hover {
      background: #e94d3e;
      color: #000000; }

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block; }

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot span {
    background: #ddd;
    display: inline-block;
    width: 12px;
    min-height: 12px;
    margin-top: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
  .owl-carousel .owl-dots .owl-dot:hover span {
    background: #e94d3e; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #e94d3e; }

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0; }

.owl-nav-bottom .owl-nav {
  bottom: 0;
  top: inherit; }
  .owl-nav-bottom .owl-nav .owl-next {
    right: 45%;
    bottom: -70px;
    top: inherit; }
  .owl-nav-bottom .owl-nav .owl-prev {
    left: 45%;
    bottom: -70px;
    top: inherit; }

.owl-nav-top-left .owl-nav {
  bottom: 0;
  top: inherit; }
  .owl-nav-top-left .owl-nav .owl-next {
    right: 0;
    top: -80px;
    -webkit-transform: inherit;
            transform: inherit; }
  .owl-nav-top-left .owl-nav .owl-prev {
    left: inherit;
    right: 50px;
    top: -80px;
    -webkit-transform: inherit;
            transform: inherit; }
  .owl-nav-top-left .owl-nav i {
    border: 1px solid transparent; }
    .owl-nav-top-left .owl-nav i:hover {
      border-color: #ebebeb; }

.owl-nav-top-right .owl-nav {
  top: 0;
  bottom: inherit; }
  .owl-nav-top-right .owl-nav .owl-next {
    right: 20px;
    top: 20px;
    bottom: inherit;
    -webkit-transform: inherit;
            transform: inherit; }
  .owl-nav-top-right .owl-nav .owl-prev {
    left: inherit;
    right: 80px;
    top: 20px;
    bottom: inherit;
    -webkit-transform: inherit;
            transform: inherit; }

.owl-dots-bottom-center .owl-dots {
  bottom: 30px !important;
  position: absolute; }
  .owl-dots-bottom-center .owl-dots .owl-dot span {
    background: #ffffff; }

.owl-dots-bottom-right .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto; }
  .owl-dots-bottom-right .owl-dots .owl-dot span {
    background: #ffffff; }

.owl-dots-bottom-left .owl-dots {
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 0; }
  .owl-dots-bottom-left .owl-dots .owl-dot span {
    background: #ffffff; }

/* Client Logo */
.our-clients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.owl-carousel .owl-item .property-item {
  margin-bottom: 0; }

.carousel-control-next,
.carousel-control-prev {
  opacity: .6; }

/*****************************
  Date time Picker
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #e94d3e; }
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #e94d3e; }

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px; }

.bootstrap-datetimepicker-widget table th {
  font-size: 14px; }

.bootstrap-datetimepicker-widget table td span.active {
  background: #e94d3e; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem; }

/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px; }
  .countdown span {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    color: #e94d3e; }
  .countdown p {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #333333; }

/*****************************
  Button
*****************************/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase; }

button {
  outline: medium none !important;
  color: #e94d3e; }

/* btn */
.btn {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 0; }
  .btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #e94d3e;
  border-color: #e94d3e; }
.btn-outline-primary{
  color: #e94d3e !important;
  border: 2px solid #e94d3e !important;
  color: #e94d3e;
}
body .btn-outline-primary:hover {
  color: #fff !important;
  background-color: #e94d3e !important;
  border: 2px solid #e94d3e !important;
}
.btn-primary {
  background: #e94d3e;
  border: 2px solid #e94d3e;
  color: #ffffff;
  position: relative; }
  .btn-primary:hover {
    background: #e14637;
    border-color: #e14637;
    color: #ffffff !important; }
    .btn-primary:hover:not(:disabled):not(.disabled).active {
      background: #e94d3e;
      border-color: #e94d3e;
      color: #ffffff; }
    .btn-primary:hover:not(:disabled):not(.disabled):active {
      background: #e94d3e;
      border-color: #e94d3e;
      color: #ffffff; }
  .btn-primary:focus {
    background: #e14637;
    border-color: #e14637;
    color: #ffffff; }
  .btn-primary:focus {
    background: #e14637;
    border-color: #e14637;
    color: #ffffff; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #e94d3e;
  border-color: #e94d3e; }

.btn-secondary {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  position: relative; }
  .btn-secondary:hover {
    background: black;
    border-color: black; }
    .btn-secondary:hover:not(:disabled):not(.disabled).active {
      background: #000000;
      border-color: #000000; }
    .btn-secondary:hover:not(:disabled):not(.disabled):active {
      background: #000000;
      border-color: #000000; }
  .btn-secondary:focus {
    background: black;
    border-color: black; }
  .btn-secondary:focus {
    background: black;
    border-color: black; }

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #000000;
  border-color: #000000; }

.btn-dark {
  background: #18191c;
  border-color: #18191c; }
  .btn-dark:hover {
    background: #24252a;
    border-color: #24252a; }

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff; }

.btn i {
  padding-right: 10px; }

.btn + .btn {
  margin-left: 3px; }

.btn-link {
  color: #e94d3e; }
  .btn-link:hover {
    color: #18191c;
    text-decoration: none;
    outline: none; }
  .btn-link:focus {
    color: #18191c;
    text-decoration: none;
    outline: none; }

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #18191c; }

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #18191c; }
  .btn-white:hover {
    background: #dfdfdf;
    border-color: #dfdfdf;
    color: #18191c; }
  .btn-white:active {
    color: #18191c; }
  .btn-white:focus {
    color: #18191c; }

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #18191c; }

.btn-light:active {
  color: #18191c; }

.btn-light:focus {
  color: #18191c; }

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #18191c; }

.btn.btn-sm {
  padding: 6px 24px; }

.btn.btn-md {
  padding: 9px 26px; }

.btn.btn-lg {
  padding: 13px 30px; }

.btn.btn-xl {
  padding: 16px 40px; }

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-app i {
    font-size: 40px; }

.btn-outline-secondary {
  border: 2px solid #ebebeb;
  color: #333333; }
  .btn-outline-secondary:hover {
    background: #333333;
    color: #ffffff;
    border-color: #18191c; }
  .btn-outline-secondary:focus {
    background: #18191c;
    color: #ffffff;
    border-color: #18191c; }

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #18191c;
  color: #ffffff;
  border-color: #18191c; }

/* btn-skew */
.btn-skew span {
  display: block; }

.play-video-lg {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  display: block;
  border-radius: 50%;
  text-align: center; }

.play-video-md {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  display: block;
  border-radius: 50%;
  text-align: center; }

.play-video-02 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  background: #e94d3e;
  color: #ffffff;
  display: block;
  border-radius: 0;
  text-align: center; }
  .play-video-02:hover {
    color: #e94d3e;
    background: #ffffff; }
  .play-video-02:focus {
    color: #e94d3e;
    background: #ffffff; }

/*****************************
		Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333;
    font-weight: normal;
    line-height: inherit;
    text-transform: capitalize; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted {
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 10px;
  height: 21px;
  width: 14px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #e94d3e; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f8f8f8; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(218, 29, 37, 0.1);
  color: #e94d3e; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 8; }

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  height: 50px;
  padding: 15px 20px;
  border-radius: 0; }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px; }

.select2-results__option[aria-selected] {
  text-transform: capitalize; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

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

.select2-container--open .select2-dropdown {
  background: #f8f8f8;
  padding: 7px;
  border: 1px solid #ebebeb; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px; }

/*****************************
  Team
*****************************/
.team {
  position: relative; 
}
.carousel-theme .team .team-info {
    padding: 20px 36px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0)0, rgba(0,0,0,0.3)40%, rgba(0,0,0,0.7)70%, rgba(0,0,0,0.9)100%);
}
  .team .team-info {
    padding: 20px 36px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;left: 0;
    width: 100%;
}
    .team .team-info .team-name h5 a {
      color: #ffffff; }
      .team .team-info .team-name h5 a:hover {
        color: #e94d3e; }
    .team .team-info .team-name span {
      color: #ffffff; }
  .team .share {
    margin-left: auto; }
    .team .share .share-icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #000000;
      color: #ffffff;
      display: block; }
    .team .share .share-box {
      position: absolute;
      bottom: 75px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .team .share .share-box li {
        margin-bottom: 7px; }
        .team .share .share-box li a {
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background: #e94d3e;
          color: #ffffff;
          display: block; }
          .team .share .share-box li a:hover {
            background: #000000;
            color: #ffffff; }
  .team:hover .share-box {
    opacity: 1;
    bottom: 100px;
    visibility: visible; }

/*****************************
	Progress Bar
*****************************/
.progress {
  background: #f8f8f8; }

.progress .progress-bar {
  background: #000000; }

/*****************************
	Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px; }

.irs--flat .irs-bar {
  background: #e94d3e;
  height: 6px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background: transparent;
  color: #e94d3e;
  font-size: 13px;
  font-weight: 600; }

.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #e94d3e;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background: #e94d3e; }

/*****************************
	Gallery
*****************************/
.my-shuffle-container {
  margin-left: -15px;
  margin-right: -15px; }
  .my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 15px; }

.grid-item .portfolio-item {
  position: relative;
  overflow: hidden; }
  .grid-item .portfolio-item:before {
    content: "";
    background: rgba(24, 25, 28, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9; }
  .grid-item .portfolio-item:hover:before {
    opacity: 1; }
  .grid-item .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 15px; }
  .grid-item .portfolio-item .portfolio-img {
    margin-left: auto; }
    .grid-item .portfolio-item .portfolio-img i {
      font-size: 20px; }
  .grid-item .portfolio-item .portfolio-category {
    margin-bottom: 5px; }
    .grid-item .portfolio-item .portfolio-category a {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      margin-right: 8px; }
      .grid-item .portfolio-item .portfolio-category a:hover {
        color: #18191c; }
      .grid-item .portfolio-item .portfolio-category a:last-child {
        margin-right: 0; }
  .grid-item .portfolio-item .portfolio-info {
    position: absolute;
    width: 95%;
    bottom: -60px;
    left: 50%;
    padding: 15px;
    opacity: 0;
    z-index: 99;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #e94d3e; }
    .grid-item .portfolio-item .portfolio-info .portfolio-title {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      font-family: "Ubuntu", sans-serif;
      display: block; }
      .grid-item .portfolio-item .portfolio-info .portfolio-title:hover {
        color: #18191c; }
  .grid-item .portfolio-item .portfolio-icon a {
    position: absolute;
    right: 0;
    top: -15px;
    opacity: 0;
    color: #ffffff;
    margin: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    background: #e94d3e;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99; }

.grid-item:hover .portfolio-item .portfolio-icon a {
  top: 0;
  opacity: 1; }

.single-pagination a {
  color: #333333; }
  .single-pagination a:hover {
    color: #e94d3e; }

.my-shuffle-container .portfolio-item .portfolio-info {
  margin-bottom: 0px; }

.filters-group {
  display: table;
  margin: 0 auto 50px;
  text-align: center; }
  .filters-group button {
    margin: 0 1px 4px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    background: #000000;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .filters-group button span {
      display: block; }
    .filters-group button:hover {
      background: #e94d3e;
      color: #ffffff; }
  .filters-group button.active {
    background: #e94d3e;
    color: #000000; }

.bg-dark .portfolio-item .portfolio-info .portfolio-title {
  color: #ffffff; }
  .bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {
    color: #e94d3e; }

/*************************************
         shuffle
 *************************************/
.my-shuffle-container.grid-style .grid-item {
  padding: 0 !important; }

.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px; }

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
  float: left; }

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px; }

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px; }

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px; }

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 15px; }

.masonry.my-shuffle-container .grid-item {
  padding: 15px;
  float: left; }

.masonry.my-shuffle-container .m-col-3 {
  width: 25%; }

.masonry.my-shuffle-container .m-col-4 {
  width: 40%; }

.masonry.my-shuffle-container .m-col-5 {
  width: 50%; }

.masonry.my-shuffle-container .m-col-6 {
  width: 50%; }

.masonry.my-shuffle-container .m-col-7 {
  width: 65%; }

@media (max-width: 767px) {
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%; } }

@media (max-width: 575px) {
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container .grid-item {
    width: 100%; }
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%; } }

/*****************************
    Header
*****************************/
.header {
  z-index: 9;
  position: relative; }
  .header .container-fluid {
    padding: 0 60px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }

/* Header default */
.header .is-sticky.navbar {
  background: #ffffff; }

/* topbar */
.header .topbar {
  background: #ffffff;
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 18px; }

.header .topbar a {
  color: #333333; }
  .header .topbar a:hover {
    color: #e94d3e; }

.header .topbar .dropdown {
  margin-right: 20px; }
  .header .topbar .dropdown .dropdown-toggle {
    padding: 12px 0; }
    .header .topbar .dropdown .dropdown-toggle i {
      font-size: 10px; }
  .header .topbar .dropdown .dropdown-menu a {
    color: #333333; }
    .header .topbar .dropdown .dropdown-menu a:hover {
      color: #e94d3e; }

.header .topbar .social {
  display: inline-block; }
  .header .topbar .social ul {
    margin: 0; }
    .header .topbar .social ul li {
      display: inline-block;
      padding: 0 4px; }
      .header .topbar .social ul li a {
        color: #333333; }
        .header .topbar .social ul li a:hover {
          color: #e94d3e; }

.header .topbar .login {
  display: inline-block; }
  .header .topbar .login a {
    color: #333333; }
    .header .topbar .login a:hover {
      color: #e94d3e; }

.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px; }

.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px; }

.topbar .dropdown .dropdown-menu a:hover {
  color: #e94d3e; }

.navbar {
  padding: 0; }

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase; }
  .navbar .navbar-nav .nav-link i {
    font-weight: bold; }
  .navbar .navbar-nav .nav-link:hover {
    color: #e94d3e; }

.dropdown-menu {
  z-index: 9999; }

.navbar-collapse {
  position: relative; }

.navbar-light {
  color: #ffffff;
  background-color: #f8f8f8;
  border-color: #ebebeb; }

.navbar-light .navbar-nav > li > a {
  color: #ffffff; }

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-brand {
  padding: 30px 0px;
  margin-right: 0; }

.navbar-brand img {
  height: 43px; }

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; }

.header .navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #333333;
  text-transform: capitalize;
  font-size: 14px; }

.header .navbar-nav li > a:hover {
  color: #e94d3e; }

.header .navbar-nav li > a i {
  margin-left: 5px;
  font-size: 10px; }

.header .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  text-align: right; }

.megamenu {
  padding: 20px 20px;
  width: 100%; }

.megamenu > div > li > ul {
  padding: 0;
  margin: 0; }

.megamenu > div > li > ul > li {
  list-style: none; }

.megamenu .card {
  outline: none; }

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000000; }

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #18191c;
  white-space: normal; }

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #18191c;
  background-color: #f8f8f8; }

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #f8f8f8; }

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.megamenu.dropdown-header {
  color: #e94d3e;
  font-size: 18px; }

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
  color: #e94d3e;
  background: none; }

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit; }

.header .megamenu .dropdown-item {
  padding: 0px; }

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px; }

.navbar .navbar-nav .dropdown-menu li.active > a {
  padding-left: 20px !important; }

.header .navbar .dropdown > .dropdown-menu li > a:hover {
  padding-left: 20px !important; }

.header .navbar .dropdown-menu {
  padding: 15px; }

.header .navbar .dropdown-menu li a i {
  margin-left: auto; }

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  position: relative; }

.navbar .dropdown > .dropdown-menu li > a:hover, .navbar .dropdown > .dropdown-menu li.active a {
  background: rgba(239, 49, 57, 0.1);
  color: #ef3139;
  padding-left: 15px; }

.navbar .dropdown > .dropdown-menu li > a:after {
  content: "";
  background: #e94d3e;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 2px;
  top: 4px;
  bottom: 5px;
  margin: auto;
  border: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.navbar .dropdown > .dropdown-menu li:hover > a:after {
  content: "";
  background: #e94d3e;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 9px;
  top: 4px;
  bottom: 5px;
  margin: auto;
  border: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.navbar .dropdown > .dropdown-menu li.active > a:after {
  content: "";
  background: #e94d3e;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 9px;
  top: 4px;
  bottom: 5px;
  margin: auto;
  border: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* Header default */
.header.default {
  background: #000000; }
  .header.default .navbar .navbar-brand {
    margin-right: 0px; }
  .header.default .navbar .navbar-nav .nav-link {
    color: #ffffff; }
    .header.default .navbar .navbar-nav .nav-link:hover {
      color: #e94d3e; }
  .header.default .navbar .navbar-nav .nav-item.active .nav-link {
    color: #e94d3e; }
  .header.default .navbar .navbar-nav .dropdown-menu li.active > a {
    color: #e94d3e;
    padding-left: 10px; }

/* Header transparent */
.header.default.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.navbar .navbar-nav .dropdown-menu li.active > a {
  color: #e94d3e;
  padding-left: 10px; }

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
      align-self: inherit;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: right; }

.header-transparent .login a {
  color: #ffffff; }
  .header-transparent .login a:hover {
    color: #e94d3e; }

/* header transparent style 02 */
.header-transparent-style-02 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.header-transparent-style-02 .navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 22px; }

.header-transparent-style-02 .navbar .navbar-nav .nav-item.active .nav-link {
  color: #e94d3e; }

.header .navbar .navbar-nav .nav-item.active .nav-link:after {
  content: "";
  background: #e94d3e;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  border: inherit; }

.header .navbar .navbar-nav .nav-item:hover .nav-link:after {
  content: "";
  background: #e94d3e;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  border: inherit; }

.header-transparent-style-02 .navbar .navbar-nav .nav-link:hover {
  color: #e94d3e; }

.header .is-sticky.navbar {
  position: fixed !important;
  width: 100%;
  background: #000000 !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 100px; }
  .header .is-sticky.navbar .navbar-brand {
    display: block; }
  .header .is-sticky.navbar .header-contact-info {
    display: none !important; }
  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 20px; }

.header-transparent .is-sticky.navbar {
  position: fixed !important;
  width: 100%;
  background: #18191c;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9; }
  .header-transparent .is-sticky.navbar .header-contact-info {
    display: none !important; }
  .header-transparent .is-sticky.navbar .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }

.nav-title {
  line-height: 1.6; }

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 630px; }
  .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 450px; }
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1; }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
            transform: translate3d(15px, 10px, 0); }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
            transform: translate3d(-15px, 10px, 0); }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

.place-card-large {
  display: none !important; }

@media (max-width: 1199px) {
  .header .container {
    max-width: 96%; } }

@media (max-width: 991px) {
  .header .is-sticky .navbar {
    top: 0;
    right: 0; }
  .header-right-bg:before {
    left: 0;
    height: 100%;
    -webkit-transform: inherit;
            transform: inherit; }
  .header .is-sticky.navbar {
    padding: 0 20px; }
  .header.default {
    padding: 0; }
    .header.default .navbar-brand {
      display: block; }
  .header.default .navbar-toggler {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  /* header transparent */
  .header-transparent-style-02 .navbar .navbar-nav .nav-link {
    color: #333333; }
  .header-transparent-style-02 .navbar .navbar-nav .nav-item.active .nav-link:before {
    content: none; }
  .header-transparent-style-02 .navbar .navbar-nav .nav-item.active .nav-link:after {
    content: none; }
  .header-transparent-style-02 .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .header .navbar .navbar-nav .nav-item.active .nav-link:after,
  .header .navbar .navbar-nav .nav-item.active .nav-link:before {
    display: none; }
  .header .navbar .navbar-nav .nav-item:hover .nav-link:after,
  .header .navbar .navbar-nav .nav-item:hover .nav-link:before {
    display: none; } }

@media (max-width: 575px) {
  .header.default .navbar-toggler {
    padding: 0;
    height: 60px; } }

/*****************************
  		Sidebar
*****************************/
.categorize li a {
  background: #f8f8f8;
  color: #000000;
  padding: 16px 30px;
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600; }
  .categorize li a span {
    display: block; }

.categorize li a.active {
  border-left: 5px solid #e94d3e;
  color: #e94d3e; }

/*****************************
    Banner
*****************************/
.banner-home .swiper-container {
  position: relative; }
  .banner-home .swiper-container:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 103px;
    left: 110px;
    background: rgba(255, 255, 255, 0.05); }
  .banner-home .swiper-container .swiper-slide .banner {
    height: 938px;
    padding-top: 103px; }
    .banner-home .swiper-container .swiper-slide .banner .banner-content {
      position: relative;
      z-index: 1; }
      .banner-home .swiper-container .swiper-slide .banner .banner-content h3 {
        letter-spacing: 4.4px;
        font-weight: 400; }
    .banner-home .swiper-container .swiper-slide .banner .banner-title {
      font-size: 60px;
      line-height: 60px; }
  .banner-home .swiper-container .social {
    position: absolute;
    left: -60px;
    top: 47%;
    z-index: 999;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .banner-home .swiper-container .social ul li {
      margin-right: 20px;
      display: inline-block; }
      .banner-home .swiper-container .social ul li a {
        font-size: 18px;
        color: #ffffff; }
        .banner-home .swiper-container .social ul li a:hover {
          color: #e94d3e; }
    .banner-home .swiper-container .social .share {
      margin-right: 40px;
      position: relative; }
      .banner-home .swiper-container .social .share:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 2px;
        right: 100px;
        top: 6px;
        background: #e94d3e; }

/*****************************
    Banner
*****************************/
.banner-home-shop .swiper-container {
  position: relative; }
  .banner-home-shop .swiper-container .swiper-slide .banner {
    height: 938px;
    padding-top: 60px; }
    .banner-home-shop .swiper-container .swiper-slide .banner .banner-content {
      position: relative;
      z-index: 1; }
      .banner-home-shop .swiper-container .swiper-slide .banner .banner-content h3 {
        letter-spacing: 4.4px;
        font-weight: 400; }
    .banner-home-shop .swiper-container .swiper-slide .banner .banner-title {
      font-size: 120px;
      line-height: 110px; }
  .banner-home-shop .swiper-container .social {
    position: absolute;
    left: -60px;
    top: 47%;
    z-index: 999;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .banner-home-shop .swiper-container .social ul li {
      margin-right: 20px;
      display: inline-block; }
      .banner-home-shop .swiper-container .social ul li a {
        font-size: 18px;
        color: #ffffff; }
        .banner-home-shop .swiper-container .social ul li a:hover {
          color: #e94d3e; }
    .banner-home-shop .swiper-container .social .share {
      margin-right: 40px;
      position: relative; }
      .banner-home-shop .swiper-container .social .share:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 2px;
        right: 60px;
        top: 6px;
        background: #e94d3e; }

.banner-home-shop .icon-btn {
  background-image: inherit;
  height: 50px;
  width: 70px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .banner-home-shop .icon-btn:hover {
    background-color: rgba(218, 29, 37, 0.1);
    color: #e94d3e; }

.banner-home-shop:before {
  content: '';
  background: #e94d3e;
  height: 370px;
  width: 400px;
  display: inline-block;
  position: absolute;
  left: -175px;
  top: -192px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg); }

/*inner-banner*/
.inner-banner {
  position: relative;
  padding: 100px 0 160px; }
  .inner-banner .banner-shape {
    position: absolute;
    bottom: -26px; }
  .inner-banner h1 {
    font-weight: 500; }

/* breadcrumb */
.breadcrumb {
  background: #e94d3e;
  border: 2px solid #e94d3e;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 35px;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 99;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 0; }
  .breadcrumb .breadcrumb-item {
    padding-right: 5px;
    display: inline-block;
    font-size: 20px; }
    .breadcrumb .breadcrumb-item a {
      color: #ffffff; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #000000; }
    .breadcrumb .breadcrumb-item:before {
      color: #ffffff; }
  .breadcrumb .breadcrumb-item.active {
    color: #000000; }

/* Banner shop */
.banner-shop {
  padding: 300px 0;
  height: 90vh;
  position: relative; }
  .banner-shop .banner-shop-image {
    position: absolute;
    left: 3%;
    bottom: 0;
    z-index: 1; }
  .banner-shop .banner-shop-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .banner-shop .banner-shop-shape-02 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }

.banner .icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  text-align: center;
  background: #dfdfdf;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  font-size: 30px; }
  .banner .icon-btn:hover {
    background: #e94d3e; }
  .banner .icon-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.banner .swiper-button-prev.icon-btn {
  left: 100px; }
  .banner .swiper-button-prev.icon-btn i {
    margin-left: -90px;
    font-size: 50px; }

.banner .swiper-button-next.icon-btn {
  right: 100px; }
  .banner .swiper-button-next.icon-btn i {
    margin-right: -90px;
    font-size: 50px; }

.banner-home .swiper-container-horizontal .swiper-pagination-bullets {
  right: 60px !important;
  left: auto; }
  .banner-home .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px;
    display: block;
    width: 16px;
    height: 16px;
    left: inherit !important;
    border-radius: 0; }

.banner-home .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transform: none;
          transform: none; }

.banner-home .swiper-pagination-bullet-active {
  background: #e94d3e;
  opacity: 1; }

.banner-home .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: inherit;
  top: 50%;
  -webkit-transform: inherit;
          transform: inherit;
  width: auto !important; }

.swiper-button-next, .swiper-button-prev {
  z-index: 8; }

/* Banner Dark */
.banner-dark .banner-content {
  padding: 240px 0 260px 0px; }

.banner-dark h2 {
  font-size: 90px;
  line-height: 90px; }

.banner-dark h1 {
  font-size: 176px;
  line-height: 176px; }

.banner-dark p {
  font-size: 16px; }

.banner-dark .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px; }

.banner-dark .navigation .icon-btn {
  background-image: inherit;
  height: auto;
  width: auto;
  position: inherit;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.banner-dark .navigation .icon-btn:hover {
  color: #e94d3e; }

.banner-dark .navigation .icon-btn i {
  font-size: 30px; }

.banner-dark .navigation .swiper-button-prev i {
  margin-right: 10px; }

.banner-dark .navigation .swiper-button-next i {
  margin-left: 10px; }

.banner-dark .social {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1; }

.banner-dark .social ul li {
  text-align: center;
  padding-bottom: 62px;
  position: relative; }

.banner-dark .social ul li:before {
  content: "";
  height: 40px;
  width: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 12px;
  left: 10px; }

.banner-dark .social ul li:last-child:before {
  content: none; }

.banner-dark .social ul li a {
  color: #ffffff;
  text-transform: uppercase; }

.banner-dark .social ul li a:hover {
  color: #e94d3e; }

.banner-dark .Join-membership {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1; }

/* Banner Yoga */
.banner-yoga {
  position: relative; }
  .banner-yoga .banner-content {
    padding: 95px 70px 330px; }
    .banner-yoga .banner-content h2 {
      font-size: 100px;
      line-height: 1;
      color: #000000;
      font-weight: 500; }
  .banner-yoga:before {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 500px;
    display: inline-block;
    position: absolute;
    top: 0; }
  .banner-yoga .icon-btn {
    color: #e94d3e;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner-yoga .icon-btn:hover {
      color: #ffffff; }

/*****************************
    Responsive
*****************************/
@media (max-width: 1199px) {
  .banner-home .swiper-container .swiper-slide .banner {
    height: 838px; }
  .banner-home-shop:before {
    height: 350px;
    width: 370px; } }

@media (max-width: 991px) {
  /* Banner Dark */
  .banner-dark h1 {
    font-size: 150px;
    line-height: 150px; }
  .banner-dark h2 {
    font-size: 70px;
    line-height: 70px; }
  .banner-dark .banner-content {
    padding: 180px 0 180px 0px; }
  .banner.banner-yoga .banner-content {
    padding: 80px 60px 250px; }
    .banner.banner-yoga .banner-content h2 {
      font-size: 90px; }
  .banner.banner-yoga:before {
    height: 470px; }
  .banner-home-shop .navigation {
    display: none; }
  .banner-home-shop:before {
    height: 310px;
    width: 330px; }
  .banner-home .swiper-container .swiper-slide .banner {
    height: 690px; }
    .banner-home .swiper-container .swiper-slide .banner .banner-title {
      font-size: 90px;
      line-height: 80px; }
    .banner-home .swiper-container .swiper-slide .banner .banner-content h3 {
      letter-spacing: 3px;
      font-size: 26px; }
    .banner-home .swiper-container .swiper-slide .banner .banner-content .lead {
      font-size: 16px; }
  .banner-home .swiper-container .social {
    display: none !important; } }

@media (max-width: 767px) {
  /* Banner Dark */
  .banner-dark h1 {
    font-size: 120px;
    line-height: 120px; }
  .banner-dark h2 {
    font-size: 50px;
    line-height: 50px; }
  .banner-dark .navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px; }
    .banner-dark .navigation .icon-btn {
      margin-left: 0;
      margin-right: 20px; }
  .banner-dark .banner-content {
    padding: 140px 0 200px 0px; }
  .banner-home-shop .swiper-container .swiper-slide .banner {
    height: 800px;
    padding: 0px 20px; }
    .banner-home-shop .swiper-container .swiper-slide .banner .banner-title {
      font-size: 80px;
      line-height: 70px; }
  .banner.banner-yoga .banner-content {
    padding: 50px 50px 130px; }
    .banner.banner-yoga .banner-content h2 {
      font-size: 70px; }
  .banner.banner-yoga:before {
    height: 300px; }
  .banner-home .swiper-container .swiper-slide .banner {
    height: 600px;
    padding-bottom: 0; }
    .banner-home .swiper-container .swiper-slide .banner .banner-title {
      font-size: 70px;
      line-height: 70px; }
    .banner-home .swiper-container .swiper-slide .banner .banner-content h3 {
      letter-spacing: 1px;
      font-size: 22px; }
    .banner-home .swiper-container .swiper-slide .banner .banner-content .lead {
      font-size: 14px; } }

@media (max-width: 575px) {
  /* Banner Dark */
  .banner-dark h1 {
    font-size: 80px;
    line-height: 80px; }
  .banner-dark h2 {
    font-size: 40px;
    line-height: 40px; }
  .banner-dark .banner-content p {
    display: none; }
  .social {
    display: none; }
  .banner-home-shop .swiper-container .swiper-slide .banner {
    height: 700px;
    padding: 0px 20px; }
    .banner-home-shop .swiper-container .swiper-slide .banner .banner-title {
      font-size: 50px;
      line-height: 55px; }
    .banner-home-shop .swiper-container .swiper-slide .banner .banner-content h3 {
      letter-spacing: 3.4px;
      font-weight: 300; }
  .banner.banner-yoga .banner-content {
    padding: 30px 40px 100px; }
    .banner.banner-yoga .banner-content h2 {
      font-size: 46px; }
  .banner.banner-yoga:before {
    height: 230px; }
  .banner-home .swiper-container .swiper-slide .banner {
    height: 400px; }
    .banner-home .swiper-container .swiper-slide .banner .banner-title {
      font-size: 50px;
      line-height: 50px; } }

/*****************************
    Layout
*****************************/
/* section title */
.section-title {
  margin-bottom: 0; }
  .section-title .sub-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    font-family: 'Barlow';
    letter-spacing: 1px;
}
  .section-title .pre-title {
    font-size: 16px; }
  .section-title .title-shape {
    display: inline-block;
    width: 16px; }
    .section-title .title-shape:before {
      content: "";
      background: #000000;
      height: 20px;
      width: 8px;
      left: 0;
      top: 0;
      position: absolute; }
    .section-title .title-shape:after {
      content: "";
      background: #e94d3e;
      height: 20px;
      width: 8px;
      left: 8px;
      top: 0;
      position: absolute; }
  .section-title .dark-title .title-shape:before {
    background-color: #ffffff; }
  .section-title .theme-title .title-shape:after {
    background-color: #ffffff; }

/* About box */
.map iframe.contact-map {
  height: 620px;
  width: 100%;
  border: 0; }

.map-box iframe {
  border: 0;
  width: 100%;
  height: 200px; }

/* Load more */
.more-row {
  display: none; }

/* Dark page */
.dark-page {
  background-color: #000000; }

.classe-item .classe-image {
  position: relative; }

.classe-item .classe-meta {
  position: relative;
  background: #18191c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 16px;
  margin: -20px 20px 0 20px; }
  .classe-item .classe-meta li {
    position: relative; }
    .classe-item .classe-meta li a {
      font-size: 12px;
      color: #ffffff;
      font-weight: 600; }

/*****************************
  Shop
*****************************/
/* Product */
.product {
  text-align: center; }
  .product .product-image {
    position: relative; }
    .product .product-image .product-overlay {
      opacity: 0;
      text-align: center;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .product .product-image .product-overlay .add-to-cart a {
        display: inline-block;
        background: #e94d3e;
        color: #ffffff;
        text-transform: capitalize;
        padding: 10px 20px;
        border-radius: 0;
        font-weight: bold; }
        .product .product-image .product-overlay .add-to-cart a span {
          display: inline-block; }
  .product:hover .product-image .product-overlay {
    opacity: 1; }
  .product .product-description .product-title {
    margin: 20px 0px 10px; }
    .product .product-description .product-title a {
      font-size: 20px;
      font-weight: bold;
      color: #333333; }
      .product .product-description .product-title a:hover {
        color: #e94d3e; }
  .product .product-description .product-price {
    font-size: 14px;
    font-weight: bold; }
    .product .product-description .product-price del {
      color: #666666; }
    .product .product-description .product-price ins {
      color: #000000;
      text-decoration: none; }

/* Product Detail */
.shop-single .nav-tabs-02 .nav-item .nav-link {
  font-size: 16px; }

.shop-single .product-detail .product-price-rating .product-price {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-price-rating .product-price h4 {
    font-size: 20px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-price-rating .product-price h4 span {
      font-size: 24px;
      color: #e94d3e;
      margin-left: 8px; }

.shop-single .product-detail .product-price-rating .product-rating {
  margin: 20px 0; }
  .shop-single .product-detail .product-price-rating .product-rating i {
    color: #e94d3e; }

.shop-single .product-detail .product-summary {
  margin-top: 30px; }
  .shop-single .product-detail .product-summary a {
    color: #333333;
    margin-right: 10px; }
    .shop-single .product-detail .product-summary a i {
      color: #e94d3e;
      margin-right: 10px; }
    .shop-single .product-detail .product-summary a:hover {
      color: #e94d3e; }

.shop-single .product-detail hr {
  margin: 30px 0; }

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-detail-meta span {
    display: block;
    margin: 10px 0; }

.shop-single .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }
  .shop-single .product-detail .product-detail-social span {
    font-weight: 800; }
  .shop-single .product-detail .product-detail-social ul {
    padding-left: 15px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-detail-social ul li {
      display: inline-block;
      list-style-type: none;
      float: left;
      margin-right: 20px;
      font-size: 16px; }

.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px; }

.form-group .product-rating {
  color: #e94d3e; }

.slider-slick .slider-nav .slick-next:before {
  position: absolute;
  right: -15px;
  top: 50%;
  z-index: 999;
  color: #214d63;
  font-size: 30px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%); }

.slider-slick .slider-nav .slick-prev:before {
  position: absolute;
  left: -15px;
  top: 50%;
  z-index: 999;
  color: #214d63;
  font-size: 30px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%); }

.slider-slick .slider-nav:hover .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 1; }

.slider-slick .slider-nav:hover .slick-next {
  right: 0;
  opacity: 1; }

.slider-slick .slider-nav .slick-prev {
  opacity: 0;
  width: 30px;
  height: 50%;
  background: #e94d3e;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slider-slick .slider-nav .slick-next {
  opacity: 0;
  width: 30px;
  height: 50%;
  background: #e94d3e;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px; }

/* commentlist */
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .commentlist .comment-content {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .commentlist .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .commentlist .comment-content .reviews .rating {
        margin-left: auto; }
        .commentlist .comment-content .reviews .rating i {
          color: #e94d3e; }

.form-check-label {
  padding-left: 20px; }

/* Shop Sidebar */
.shop-sidebar .widget {
  margin-bottom: 50px; }
  .shop-sidebar .widget .widget-title {
    margin-bottom: 30px; }
  .shop-sidebar .widget .price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .shop-sidebar .widget .price-filter a {
      margin-left: auto; }
  .shop-sidebar .widget .custom-control-label {
    line-height: 20px; }
  .shop-sidebar .widget .form-check {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 0; }
    .shop-sidebar .widget .form-check:last-child {
      margin-bottom: 0; }
    .shop-sidebar .widget .form-check span {
      float: right; }
  .shop-sidebar .widget .social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
    font-size: 16px; }
  .shop-sidebar .widget .tagcloud ul li {
    margin-bottom: 10px;
    display: inline-block; }
    .shop-sidebar .widget .tagcloud ul li a {
      color: #333333;
      line-height: 32px;
      border: 1px solid #ebebeb;
      padding: 0 16px;
      display: block; }
      .shop-sidebar .widget .tagcloud ul li a span {
        display: block; }
      .shop-sidebar .widget .tagcloud ul li a:hover {
        background: #e94d3e;
        border: 1px solid #e94d3e;
        color: #ffffff; }
  .shop-sidebar .widget .widget-categories ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    display: block; }
    .shop-sidebar .widget .widget-categories ul li a:hover {
      color: #e94d3e; }

.search-field {
  padding-left: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb;
  height: 50px;
  border-radius: 0;
  width: 100%; }

/* Checkout */
.checkout-info {
  padding: 25px 25px 25px 120px;
  background: #f8f8f8;
  position: relative; }
  .checkout-info:before {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 25px;
    content: "\f2f6";
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    z-index: 8;
    color: #dfdfdf;
    font-weight: 600; }

.checkout-info-coupon .checkout-info:before {
  content: "\f3ff"; }

.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 2px dashed #ebebeb; }

.checkout-review {
  padding: 15px 30px 30px;
  border: 1px solid #ebebeb; }
  .checkout-review .table tr th {
    padding: 15px 0;
    font-size: 18px; }
  .checkout-review .table tr th.shipping {
    font-size: 14px; }
  .checkout-review .table tr td {
    padding: 15px 0;
    font-size: 14px; }
  .checkout-review .table tr td.amount {
    font-size: 18px; }

/* Cart */
.cart-table .table {
  border: 1px solid #ebebeb;
  margin-bottom: 0; }
  .cart-table .table tr th {
    border: none;
    padding: 15px 10px;
    color: #333333; }
  .cart-table .table tr td {
    border: none;
    border-top: 1px solid #ebebeb;
    padding: 15px 10px;
    color: #333333; }
    .cart-table .table tr td.product-remove {
      padding: 15px 25px;
      text-align: center; }
    .cart-table .table tr td.product-quantity .form-control {
      width: 100px; }
    .cart-table .table tr td a {
      color: #333333; }
      .cart-table .table tr td a:hover {
        color: #e94d3e; }
    .cart-table .table tr td .form-group {
      margin-bottom: 0px; }

.cart-table .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 15px 10px; }
  .cart-table .actions .coupon .input-text {
    border: 1px solid #ebebeb;
    border-radius: 0px;
    height: 48px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #214d63;
    border-radius: 0px; }
  .cart-table .actions .coupon .btn {
    padding: 10px 20px; }
  .cart-table .actions .update-cart {
    margin-left: auto; }

.cart-table .table td.product-thumbnail img {
  width: 70px;
  height: auto; }

.cart-totals {
  background: #f8f8f8;
  padding: 20px; }
  .cart-totals .cart-totals-title {
    margin-bottom: 20px;
    text-align: center; }
  .cart-totals .table tr th {
    text-align: left;
    border: none;
    border-top: 1px solid #ebebeb;
    vertical-align: top;
    background: #ffffff; }
  .cart-totals .table tr td {
    text-align: right;
    border: none;
    border-top: 1px solid #ebebeb;
    background: #ffffff; }
  .cart-totals .table tr.shipping .form-group {
    margin-bottom: 0; }
  .cart-totals .table tr.shipping .form-check-label {
    padding-left: 0px; }
  .cart-totals .table tr.shipping p {
    margin-bottom: 0; }
  .cart-totals .table tr.order-total th {
    font-size: 18px;
    font-weight: bold; }
  .cart-totals .table tr.order-total td {
    font-size: 26px;
    font-weight: bold; }
  .cart-totals .table .cart-subtotal th {
    font-size: 18px;
    font-weight: bold;
    border: none; }
  .cart-totals .table .cart-subtotal td {
    font-size: 18px;
    font-weight: bold;
    border: none; }
  .cart-totals .checkout-button {
    width: 100%;
    text-align: center;
    padding: 15px 25px; }

.checkout label {
  margin-bottom: 10px; }

/*****************************
    Blog
*****************************/
/* Blog post */
.blog-post .blog-post-categorise {
  margin-top: -25px; }
  .blog-post .blog-post-categorise .blog-post-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 15px;
    background: #000000;
    position: relative;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-post .blog-post-categorise .blog-post-meta li {
      margin-right: 8px;
      padding-right: 15px;
      position: relative; }
      .blog-post .blog-post-categorise .blog-post-meta li:before {
        content: "/";
        position: absolute;
        right: 0; }
      .blog-post .blog-post-categorise .blog-post-meta li:last-child {
        padding: 0px;
        margin-right: 0; }
        .blog-post .blog-post-categorise .blog-post-meta li:last-child:before {
          display: none; }

.blog-post .blog-post-content .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.widget .search {
  position: relative; }
  .widget .search input {
    padding-right: 64px;
    height: 50px;
    padding-left: 20px; }
  .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #e94d3e;
    color: #000000;
    padding: 18px 20px;
    cursor: pointer;
    margin: 0;
    border-radius: 0 3px 3px 0px; }

/* Blog sidebar */
.blog-sidebar .widget {
  margin-bottom: 30px; }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0; }
  .blog-sidebar .widget .widget-title {
    margin-bottom: 20px; }
  .blog-sidebar .widget ul.list-style li {
    margin-bottom: 10px; }
    .blog-sidebar .widget ul.list-style li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666666;
      width: 100%; }
      .blog-sidebar .widget ul.list-style li a:hover {
        color: #e94d3e; }
    .blog-sidebar .widget ul.list-style li:last-child {
      margin-bottom: 0; }
  .blog-sidebar .widget .gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-sidebar .widget .gallery ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 19%;
              flex: 0 0 19%;
      margin: 0 1% 1% 0; }
      .blog-sidebar .widget .gallery ul li:nth-child(5n+5) {
        margin-right: 0; }
  .blog-sidebar .widget .social ul li {
    padding: 10px 10px 10px 20px;
    border: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-sidebar .widget .social ul li a {
      color: #333333;
      font-weight: 600;
      text-transform: capitalize; }
      .blog-sidebar .widget .social ul li a i {
        width: 15px; }
    .blog-sidebar .widget .social ul li .follow {
      background: #f8f8f8;
      padding: 3px 18px;
      font-size: 12px; }
      .blog-sidebar .widget .social ul li .follow:hover {
        background: #333333;
        color: #ffffff; }
    .blog-sidebar .widget .social ul li:last-child {
      margin-bottom: 0; }
  .blog-sidebar .widget .social ul .facebook a {
    color: #466ca9; }
  .blog-sidebar .widget .social ul .facebook .follow:hover {
    background: #466ca9; }
  .blog-sidebar .widget .social ul .twitter a {
    color: #20b5e6; }
  .blog-sidebar .widget .social ul .twitter .follow:hover {
    background: #20b5e6; }
  .blog-sidebar .widget .social ul .youtube a {
    color: #d92c20; }
  .blog-sidebar .widget .social ul .youtube .follow:hover {
    background: #d92c20; }
  .blog-sidebar .widget .social ul .linkedIn a {
    color: #13799f; }
  .blog-sidebar .widget .social ul .linkedIn .follow:hover {
    background: #13799f; }
  .blog-sidebar .widget .popular-tag ul li {
    display: inline-block;
    margin-bottom: 4px; }
    .blog-sidebar .widget .popular-tag ul li a {
      padding: 6px 20px;
      display: block;
      border: 1px solid #ebebeb;
      color: #666666; }
      .blog-sidebar .widget .popular-tag ul li a span {
        display: block; }
      .blog-sidebar .widget .popular-tag ul li a:hover {
        color: #e94d3e;
        border-color: #e94d3e; }

.blog-sidebar .widget.recent-posts a {
  color: #333333; }
  .blog-sidebar .widget.recent-posts a:hover {
    color: #e94d3e; }

.blog-post-quote {
  position: relative;
  padding: 40px; }
  .blog-post-quote .blog-post-title a:hover {
    color: #333333 !important; }
  .blog-post-quote .blog-post-meta li:before {
    color: #ffffff; }
  .blog-post-quote .post-quote {
    font-size: 60px;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-bottom: 20px; }

/* Blog Dark */
.blog-post-dark .blog-post-content {
  background-color: #000000;
  padding: 0px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.blog-post-dark .blog-post-content .blog-post-title h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500; }

.blog-post-dark .blog-post-content p {
  color: rgba(255, 255, 255, 0.4); }

.blog-post-dark .blog-post-content .btn-link {
  color: #e94d3e; }

.blog-post-dark .blog-post-content .btn-link:hover {
  color: rgba(255, 255, 255, 0.5); }

.blog-post-dark .blog-post-categorise .blog-post-meta li a {
  color: rgba(255, 255, 255, 0.4); }

.blog-post-dark .blog-post-categorise .blog-post-meta li a:hover {
  color: #e94d3e; }

/* Blog detail */
.blog-detail .blog-post-content {
  text-align: left; }

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navigation .nav-links .nav-previous {
    width: 47%;
    border: 1px solid #ebebeb;
    margin-right: 3%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .navigation .nav-links .nav-previous a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666666; }
      .navigation .nav-links .nav-previous a:hover .pagi-text {
        color: #ffffff;
        background: #e94d3e; }
    .navigation .nav-links .nav-previous .nav-title {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .navigation .nav-links .nav-previous .pagi-text {
      border-right: 1px solid #ebebeb;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .navigation .nav-links .nav-previous:hover {
      background: #f8f8f8; }
  .navigation .nav-links .nav-next {
    width: 47%;
    border: 1px solid #ebebeb;
    margin-left: 3%;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .navigation .nav-links .nav-next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666666;
      padding-left: 15px; }
      .navigation .nav-links .nav-next a:hover .pagi-text {
        color: #ffffff;
        background: #e94d3e; }
    .navigation .nav-links .nav-next .nav-title {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      margin-left: auto; }
    .navigation .nav-links .nav-next .pagi-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      border-left: 1px solid #ebebeb; }
    .navigation .nav-links .nav-next:hover {
      background: #f8f8f8; }
  .navigation .nav-links .pagi-text {
    display: inline-block;
    padding: 12px 25px;
    color: #666666;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .navigation .nav-links .nav-title {
    margin: 12px 20px; }

.owl-carousel .blog-post {
  padding: 0 10px; }

/*****************************
  Not Found
*****************************/
.error-404 h1 {
  font-size: 300px;
  line-height: 300px;
  margin-bottom: 30px;
  color: #000000; }

.error-404 strong {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  display: block;
  margin-bottom: 20px; }

.error-404 span {
  font-size: 16px;
  font-weight: 600; }

/*****************************
  Footer
*****************************/
.footer {
  background: #000000; }
  .footer .footer-useful-List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-useful-List ul {
      width: 50%;
      display: inline-block; }
      .footer .footer-useful-List ul li {
        margin-bottom: 15px; }
        .footer .footer-useful-List ul li a {
          color: #ffffff; }
  .footer .footer-insta ul li img {
    width: 65px;
    height: auto; }
  .footer .footer-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .footer-tag li {
      margin-right: 3px;
      margin-bottom: 3px;
      display: block; }
      .footer .footer-tag li a {
        background: #000000;
        color: #ffffff;
        padding: 10px 16px;
        display: block; }
        .footer .footer-tag li a span {
          display: block; }
        .footer .footer-tag li a:hover {
          background: #e94d3e;
          color: #000000; }
  .footer .footer-bottom {
    padding: 40px 0; }
    .footer .footer-bottom .footer-logo img {
      height: 50px; }

.social-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-round li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: #e94d3e;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px; }
    .social-round li a:hover {
      background: #e14637;
      color: #ffffff; }

.footer-contact-info a span {
  font-size: 12px; }

/* Footer Dark */
.footer-dark {
  background-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.4); }
  .footer-dark h4 {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5); }
  .footer-dark .display-6 {
    font-size: 30px;
    color: #e94d3e; }
  .footer-dark ul li a {
    color: rgba(255, 255, 255, 0.4);
    line-height: 38px; }
    .footer-dark ul li a:hover {
      color: #e94d3e; }
  .footer-dark form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    border: none; }

.footer.footer-dark .footer-bottom {
  padding: 20px 0; }

.footer-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4); }

.footer-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

.footer-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

/*************************
       1700px
*************************/
@media (max-width: 1600px) {
  .testimonial .testimonial-content {
    font-size: 20px; }
  .header-transparent .call {
    display: none; } }

@media (max-width: 1500px) {
  .banner .icon-btn {
    display: none; } }

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px; }
  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 12px; }
  #slider h1 {
    font-size: 50px;
    line-height: 50px; }
  #slider .carousel-item .slider-content span {
    font-size: 30px;
    line-height: 30px; }
  #slider .btn-link {
    margin-top: 10px; }
  .owl-nav-left.owl-carousel .owl-nav .owl-prev {
    top: 45%; }
  .inner-banner .banner-shape {
    bottom: -29px; } }

@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px; }
  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 6px; }
  .owl-nav-left.owl-carousel .owl-nav .owl-prev {
    top: 44%; }
  .countdown span {
    font-size: 30px;
    line-height: 40px; }
  .header-transparent .login {
    display: none; }
  .header-transparent .navbar-brand {
    margin-right: 20px; }
  .about-box-border {
    width: 92%; }
  .owl-nav-bottom .owl-nav .owl-prev {
    left: 44%; }
  .banner-shop {
    padding: 200px 0; }
  .inner-banner .banner-shape {
    bottom: -33px; }
  .banner-home .swiper-container:before {
    background: none !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav li:hover ul.dropdown-menu {
    width: 8rem; }
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 140px; } }

@media (max-width: 991px) {
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding-top: 60px; }
  .space-pb {
    padding-bottom: 60px; }
  .btn {
    padding: 12px 20px; }
  .header .container {
    max-width: 100%; }
  .header .topbar .social {
    margin-right: 0; }
  /*header*/
  .header .container-fluid {
    padding: 0 20px; }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 0; }
  .header .is-sticky.navbar .navbar-toggler {
    right: 20px; }
  .header .header-left-bg {
    display: none; }
  .megamenu {
    margin-left: 0;
    margin-right: 0; }
  .megamenu > li {
    margin-bottom: 30px; }
  .megamenu > li:last-child {
    margin-bottom: 0; }
  .megamenu.dropdown-header {
    padding: 3px 15px !important; }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff; }
  .header .navbar-nav > li {
    display: block; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #f8f8f8;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll; }
  .header .navbar .dropdown-menu .dropdown-menu {
    background: #ffffff; }
  .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
    background: #f8f8f8; }
  .header .add-listing {
    margin-right: 50px; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .navbar-brand img {
    height: 34px; }
  .navbar .navbar-nav {
    padding: 10px 0; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .navbar .navbar-nav .nav-link i {
    margin-left: auto; }
  .header .navbar .nav-title {
    margin-bottom: 10px !important;
    margin-top: 20px; }
  .navbar .dropdown > .dropdown-menu li > a {
    font-size: 13px; }
  .header .navbar-nav > li {
    border-bottom: 1px solid #ebebeb; }
  .header .navbar-nav > li:last-child {
    border-bottom: 0; }
  .header.default .navbar .navbar-nav .nav-link {
    color: #333333; }
  .header-transparent {
    position: relative;
    background: #333333; }
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #333333; }
  .header .topbar {
    margin-bottom: 0; }
  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .banner .display-4 {
    font-size: 34px; }
  #slider h1 {
    font-size: 30px;
    line-height: 30px; }
  #slider .carousel-item .slider-content span {
    font-size: 20px;
    line-height: 20px; }
  #slider .btn-link {
    margin-top: 10px;
    font-size: 14px; }
  .banner-home .swiper-pagination {
    display: none; }
  /*location*/
  .location-item.location-item-big {
    min-height: 320px; }
  .feature-info {
    padding: 24px; }
  .navigation .nav-links .nav-previous {
    margin-right: 0; }
  .testimonial-03 .testimonial-content p {
    font-size: 16px; }
  .testimonial-03 .testimonial-content .quotes {
    top: 40px; }
  .testimonial-03 .testimonial-content {
    padding: 90px 40px 30px 40px; }
  .testimonial-main {
    padding: 80px 0; }
  .owl-nav-bottom .owl-nav .owl-prev {
    left: 43%; }
  .owl-nav-bottom .owl-nav .owl-next {
    right: 43%; }
  .display-1 {
    font-size: 5.5rem; }
  .display-2 {
    font-size: 5.0rem; }
  .display-3 {
    font-size: 4.0rem; }
  .display-4 {
    font-size: 3.0rem; }
  .about-box-border {
    display: none; }
  .page-title {
    padding: 80px 0; }
  .half-overlay-left:before {
    -webkit-transform: inherit;
            transform: inherit;
    right: -40px;
    top: 0; }
  .half-overlay-right:before {
    -webkit-transform: inherit;
            transform: inherit; }
  .banner .banner-content {
    padding: 100px 0; }
  .banner .banner-title {
    font-size: 60px;
    line-height: 60px; }
  .banner-shop {
    height: auto;
    padding: 130px 0; }
  .col-lg-6.half-overlay-right, .col-lg-6.half-overlay-left {
    padding: 30px; }
  .half-overlay-right:before {
    width: 100%;
    left: 0; }
  .half-overlay-left:before {
    width: 100%;
    right: 0; }
  .inner-banner .banner-shape {
    bottom: -36px; }
  .banner-home .swiper-container:before {
    background: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%; } }

@media (max-width: 767px) {
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 17px; }
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding-top: 50px; }
  .space-pb {
    padding-bottom: 50px; }
  .container {
    max-width: 100%; }
  .category ul .category-item a {
    display: block; }
  .category ul .category-item a span {
    padding-left: 0; }
  .header .topbar .dropdown .dropdown-toggle {
    padding: 4px 0;
    display: inline-block; }
  .footer .footer-bottom {
    margin-top: 40px; }
  .testimonial-03 .testimonial-content {
    margin-left: 0; }
  .carousel .carousel-item img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover; }
  .testimonial {
    padding: 0px 50px; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: none; }
  #slider .carousel-item .slider-content span {
    margin-bottom: 10px; }
  .cart-table .actions {
    display: block; }
  .cart-table .actions .coupon input {
    margin-bottom: 15px; }
  .owl-nav-bottom .owl-nav .owl-prev, .owl-nav-bottom .owl-nav .owl-next {
    display: none; }
  .bg-overlay-left:before {
    display: none; }
  .slider-slick {
    overflow: hidden; }
  .banner-yoga .swipeinner {
    padding: 40px 0; }
  .error-404 img {
    width: 150px; }
  .error-404 h1 {
    font-size: 180px;
    line-height: 180px; }
  .inner-banner .banner-shape {
    bottom: -40px; } }

@media (max-width: 575px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 24px; }
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding-top: 40px; }
  .space-pb {
    padding-bottom: 40px; }
  .section-title {
    margin-bottom: 20px; }
  .navbar-light .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .header .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .table-skew {
    padding: 0 10px; }
  .banner {
    padding: 60px 0; }
  .banner .lead {
    font-size: 16px; }
  #slider h1 {
    font-size: 16px;
    line-height: 16px; }
  #slider .carousel-item .slider-content span {
    font-size: 14px;
    line-height: 14px; }
  #slider .btn-link {
    display: none; }
  .category ul .category-item {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    text-align: center; }
  .category ul .category-item a .category-icon {
    margin-right: 0; }
  .testimonial .testimonial-content {
    font-size: 16px; }
  .location-list ul {
    padding: 0; }
  .banner .banner-shape {
    display: none; }
  .banner .banner-content {
    padding: 50px 0; }
  .banner .btn {
    padding: 7px 20px; }
  .banner .banner-title {
    font-size: 40px;
    line-height: 40px; }
  .banner-yoga {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .nav-tabs .nav-item .nav-link {
    padding: 20px 10px; }
  .nav-tabs.nav-pills .nav-item .nav-link {
    padding: 10px; }
  .pagination .page-item .page-link {
    padding: 12px 15px; }
  .navigation .nav-links .nav-previous {
    margin-right: 0; }
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    padding: 8px 16px; }
  .countdown {
    margin: 0px 10px; }
  .countdown span {
    font-size: 24px;
    line-height: 24px; }
  .countdown p {
    font-size: 14px; }
  .error-404 h1 {
    font-size: 150px;
    line-height: 150px; }
  .owl-nav-top-left .owl-nav {
    bottom: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 50px; }
  .owl-nav-top-left .owl-nav .owl-next {
    right: inherit;
    top: inherit;
    left: 50%;
    -webkit-transform: inherit;
            transform: inherit; }
  .owl-nav-top-left .owl-nav .owl-prev {
    left: inherit;
    right: 50%;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-right: 1px !important; }
  .owl-nav-top-right .owl-nav {
    bottom: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 50px; }
  .owl-nav-top-right .owl-nav .owl-next {
    right: inherit;
    top: inherit;
    left: 50%;
    -webkit-transform: inherit;
            transform: inherit;
    border: 1px solid #ebebeb; }
  .owl-nav-top-right .owl-nav .owl-prev {
    left: inherit;
    right: 50%;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-right: 1px !important;
    border: 1px solid #ebebeb; }
  .owl-carousel .owl-nav i {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
  .search input {
    padding-right: 120px; }
  .modal.login .modal-header {
    padding: 15px; }
  .modal.login .modal-body {
    padding: 15px; }
  .navigation .nav-links {
    display: block; }
  .navigation .nav-links .nav-previous {
    width: 100%; }
  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 15px; }
  .accordion-style-2 .card-header .accordion-title i {
    padding-left: 12px; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0; }
  .testimonial-02 .testimonial-content {
    font-size: 16px; }
  .testimonial {
    padding: 0px 30px; }
  .testimonial-dec .h3 {
    font-size: 18px; }
  .display-1 {
    font-size: 4.0rem; }
  .display-2 {
    font-size: 3.5rem; }
  .display-3 {
    font-size: 2.6rem; }
  .display-4 {
    font-size: 2.2rem; }
  .testimonial .testimonial-quote {
    display: none; }
  .blog-post .blog-post-meta {
    margin: 0 10px; }
  .accordion .card {
    padding: 0 16px; }
  .error-404 img {
    width: 90px; }
  .error-404 h1 {
    font-size: 100px;
    line-height: 80px; }
  .inner-banner .banner-shape {
    bottom: -45px; } }

@media (max-width: 400px) {
  .social-icon-02 ul li a {
    width: 33px;
    height: 33px;
    line-height: 33px; }
  .btn + .btn {
    margin-left: 0; }
  .gm-control-active.gm-fullscreen-control {
    display: none !important; }
  .banner {
    padding: 10px 0; }
  .banner .btn {
    padding: 6px 20px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .share-box .share-box-social {
    min-width: 170px; }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-top: 27px;
    padding-bottom: 27px; }
  .navbar .navbar-nav .nav-link i {
    margin-top: 5px; } 
}
.sub-banners .col-lg-4{
  padding: 0;
}
/*# sourceMappingURL=../css/style.css.map */

/*
      8. 4-columns plans block with parallax effect
  */
  .plans {
    position: relative;
  }
  .plans h3 {
    margin-top: 90px;
    color: #fff;
    font-size: 27pt;
    line-height: 1.2em;
  }
  .plans h3 span {
    font-size: 27pt;
  }
  .plans .item {
    border: 6px solid #6fbf98;
    position: relative;
    text-align: center;
    -webkit-border-top-left-radius: 48px;
    -moz-border-radius-topleft: 48px;
    border-top-left-radius: 48px;
    -webkit-border-top-right-radius: 48px;
    -moz-border-radius-topright: 48px;
    border-top-right-radius: 48px;
    -webkit-border-bottom-left-radius: 36px;
    -moz-border-radius-bottomleft: 36px;
    border-bottom-left-radius: 36px;
    -webkit-border-bottom-right-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 36px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 36px;
    background-clip: padding-box;
    transition: all .3s ease;
  }
  .plans .item:hover {
    transition: all 0.4s ease;
  }
  @media (min-width: 1230px) {
    .plans .item:hover {
      margin-top: -10px;
    }
  }
  .plans .item.label-recomend:after {
    content: "";
    position: absolute;
    background: url("../images/label-recomended.png") no-repeat 100% 0;
    width: 96px;
    top: 0;
    right: 0;
    height: 96px;
    display: block;
  }
  .plans .item ul {
    text-align: left;
    margin: 10px auto;
    list-style: none;
  }
  .plans .item ul li {
    font-size: 13pt;
    font-weight: 300;
    color: #dcd4e0;
  }
  .plans .item ul li.yes {
    color: #fff;
  }
  .plans .item ul li.yes:before {
    content: "\f00c";
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    color: #6fbf98;
    position: absolute;
    margin: 7px 0 0 -26px;
  }
  .plans .item .header {
    background: #6fbf98;
    text-align: center;
    -webkit-border-top-left-radius: 36px;
    -moz-border-radius-topleft: 36px;
    border-top-left-radius: 36px;
    -webkit-border-top-right-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 36px;
    -moz-background-clip: padding;
    border-top-right-radius: 36px;
    background-clip: padding-box;
  }
  .plans .item .header.header-light {
    background: #6f6078;
    color: #fff;
  }
  .plans .item .header.header-light .sub {
    font-size: 13pt;
  }
  .plans .item .header.header-light .sub span {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
  }
  .plans .item .header.header-light > span {
    margin: 15px 0 10px;
  }
  .plans .item .header > span {
    color: #fff;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    font-size: 42pt;
    text-transform: uppercase;
    display: block;
  }
  .plans .item .header .sub {
    font-size: 14pt;
    color: #18111f;
    text-transform: uppercase;
  }
  .plans .item .header .sub span {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: #23182C;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13pt;
    font-weight: 700;
    text-align: center;
  }
  @media (max-width: 1229px) {
    .plans .item {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .plans {
      padding: 0 0 60px 0;
    }
    .plans h3 {
      margin-top: 60px;
    }
  }
  .plans.plans-inner {
    padding-bottom: 0;
    min-height: auto;
  }
  .plans.plans-inner .item {
    background: #F8F6F9;
    /*			&:hover { margin-top: 0; }*/
  }


  /*******/
  /* Carousel preview login */
  .modal-content {
      position: relative;
      background: rgba(0, 0, 0, 0.6);
      -webkit-backdrop-filter: blur(0.625em);
      backdrop-filter: blur(0.625em);
      padding: 1.563em;
      box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0em 0 1.25em 0  rgba(0, 0, 0, 0.5);
      display: block;
      margin: 0 auto;
  }
  .sign-user_card {
      position: relative;
      background: rgba(0, 0, 0, 0.6);
      -webkit-backdrop-filter: blur(0.625em);
      backdrop-filter: blur(0.625em);
      padding: 1.563em;
      box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0em 0 1.25em 0  rgba(0, 0, 0, 0.5);
      display: block;
      margin: 0 auto;
  }
  .sign-in-page .form-control:focus, .m-profile .form-control:focus {
    color: var(--iq-primary);
  }
  .post-img img {
    border-radius: 0.45rem;
  }

  /**Modal**/
  #modal-themes .modal-content,
  #modal-themes .modal-header{
    line-height: 0;
    border: none;
  }
  #modal-themes .modal-footer{
    border-color: #333333;
  }
  #modal-themes .img-modal-themes,
  #modal-themes .img-modal-themes video{
    border-radius: 0.3rem 0.3rem 0 0;
  }
  #modal-themes button.close.img-modal-themes-close {
    position: absolute;
    top: 5px;
    right: 10px;
    text-shadow: none;
    margin: 0;
    color: #fff;
    opacity: 1;
    pointer-events: unset;
    background: #171717;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
/*PricingTable*/
.pricing-table-triptik--table>div:nth-child(odd) {
  background: #eeee;
  border-radius: 0.5rem;
}
.pricing-table-triptik--table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.pricing-table-triptik--table > div > div {
  width: 233px;
  text-align: center;
  font-weight: 600;
  color: #060606;
}
/*Colors*/

.text-green   { color: #3e6529 !important;}
.text-gold    { color: #c79f74 !important;}
.text-yellow  { color: #fcc000 !important;}
.text-blue    { color: #83d0f5 !important;}
.text-corail  { color: #d57d72 !important;}
.text-wood    { color: #c35d22 !important;}
.text-lightgold  { color: #f9bf80 !important;}
.text-bubble  { color: #f193be !important;}
.text-red     { color: #be0d0d !important;}
.text-pink    { color: #efa5ad !important;}

.bg-gradient-green:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(62,101,41,0.2)70%, rgba(62,101,41,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-gold:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(199,159,116,0.2)70%, rgba(199,159,116,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-yellow:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(252,192,0,0.2)70%, rgba(252,192,0,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-blue:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(131,208,245,0.2)70%, rgba(131,208,245,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-corail:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(213,125,114,0.2)70%, rgba(213,125,114,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-wood:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(195,93,34,0.2)70%, rgba(195,93,34,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-lightgold:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(249,191,128,0.2)70%, rgba(249,191,128,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-bubble:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(241,147,190,0.2)70%, rgba(241,147,190,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-red:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(190,13,13,0.2)70%, rgba(190,13,13,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-gradient-pink:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(239,165,173,0.2)70%, rgba(239,165,173,0.4)100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Pricing block column */

.tptk-block-columns{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1172px;margin:0 auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.tptk-block-columns.has-2-columns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px}
.tptk-block-columns.has-2-columns .tptk-block-column{width:500px}
.tptk-block-columns.simple-to-use--blocks{margin-left:auto;margin-right:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.tptk-block-columns>.tptk-block-column:only-child,.tptk-block-columns>.block-editor-inner-blocks:only-child>.block-editor-block-list__layout>[data-type="core/column"]{-ms-flex-preferred-size:calc(100%);flex-basis:calc(100%)}
.tptk-block-columns>.tptk-block-column:first-child:nth-last-child(3),.tptk-block-columns>.tptk-block-column:first-child:nth-last-child(3) ~ div{-ms-flex-preferred-size:calc(33.3333333% - 30px);flex-basis:calc(33.3333333% - 30px)}
.tptk-block-columns>.tptk-block-column:first-child:nth-last-child(4),.tptk-block-columns>.tptk-block-column:first-child:nth-last-child(4) ~ div{-ms-flex-preferred-size:calc(25% - 30px);flex-basis:calc(25% - 30px)}
.tptk-block-column{-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px);min-width:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;word-break:break-word;overflow-wrap:break-word}
.tptk-block-column:not(:first-child){margin-left:30px}
.tptk-block-column .tptk-block-column:nth-child(2n){margin-left:30px}
.column-1{-ms-flex-preferred-size:calc((1 * 6.25%) - 6px);flex-basis:calc((1 * 6.25%) - 6px)}
.column-2{-ms-flex-preferred-size:calc((2 * 6.25%) - 6px);flex-basis:calc((2 * 6.25%) - 6px)}
.column-3{-ms-flex-preferred-size:calc((3 * 6.25%) - 6px);flex-basis:calc((3 * 6.25%) - 6px)}
.column-4{-ms-flex-preferred-size:calc((4 * 6.25%) - 6px);flex-basis:calc((4 * 6.25%) - 6px)}
.column-5{-ms-flex-preferred-size:calc((5 * 6.25%) - 6px);flex-basis:calc((5 * 6.25%) - 6px)}
.column-6{-ms-flex-preferred-size:calc((6 * 6.25%) - 6px);flex-basis:calc((6 * 6.25%) - 6px)}
.column-7{-ms-flex-preferred-size:calc((7 * 6.25%) - 6px);flex-basis:calc((7 * 6.25%) - 6px)}
.column-8{-ms-flex-preferred-size:calc((8 * 6.25%) - 6px);flex-basis:calc((8 * 6.25%) - 6px)}
.column-9{-ms-flex-preferred-size:calc((9 * 6.25%) - 6px);flex-basis:calc((9 * 6.25%) - 6px)}
.column-10{-ms-flex-preferred-size:calc((10 * 6.25%) - 6px);flex-basis:calc((10 * 6.25%) - 6px)}
.column-11{-ms-flex-preferred-size:calc((11 * 6.25%) - 6px);flex-basis:calc((11 * 6.25%) - 6px)}
.column-12{-ms-flex-preferred-size:calc((12 * 6.25%) - 6px);flex-basis:calc((12 * 6.25%) - 6px)}
.column-13{-ms-flex-preferred-size:calc((13 * 6.25%) - 6px);flex-basis:calc((13 * 6.25%) - 6px)}
.column-14{-ms-flex-preferred-size:calc((14 * 6.25%) - 6px);flex-basis:calc((14 * 6.25%) - 6px)}
.column-15{-ms-flex-preferred-size:calc((15 * 6.25%) - 6px);flex-basis:calc((15 * 6.25%) - 6px)}
.uscreen2020 .tptk-block-column:not(:first-child):not(.content):not(.image){margin-left:6px}
.uscreen2020 .tptk-block-columns:not(.image-text):not(.articles){max-width:1442px}
.columns-with-articles img{margin-bottom:20px}
.columns-with-articles .caption-uppercase{margin-bottom:8px}
.columns-with-heading-checklist{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:130px}
.columns-with-heading-checklist .tptk-block-column{border-radius:8px;border:solid 1px rgba(204,207,213,0.5);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}
.columns-with-heading-checklist h3{margin:0;font-size:20px;line-height:1.5;font-weight:600;background-color:#f6f7f8;padding:18px 26px}
.columns-with-heading-checklist ul{margin:0;padding:0 26px 26px 26px;list-style-type:none}
.columns-with-heading-checklist ul:first-of-type{padding-top:26px}
.columns-with-heading-checklist ul.warning-checkmarks li:before{content:"";width:20px;height:21px;background:url(../svg/invalid-name.svg) no-repeat left top;float:left;background-size:contain;margin-right:16px;-ms-flex-negative:0;flex-shrink:0;-webkit-transform:translateY(6px);transform:translateY(6px)}
.columns-with-heading-checklist ul li{margin-top:30px;font-size:18px;line-height:1.67;color:#637282;display:-webkit-box;display:-ms-flexbox;display:flex}
.columns-with-heading-checklist ul li:first-child{margin-top:0}
.columns-with-heading-checklist ul li:before{content:"";width:20px;height:21px;background:url(../svg/check-list.svg) no-repeat left top;float:left;background-size:contain;margin-right:16px;-ms-flex-negative:0;flex-shrink:0;-webkit-transform:translateY(6px);transform:translateY(6px)}
.uscreen-boxes{width:1172px;margin:0 auto 130px auto;padding:0 15px 20px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box}
.uscreen-boxes.small-images figure{height:125px}
.uscreen-boxes.small-images svg:not([role]){margin:46px auto 31px auto;display:block;height:44px}
.uscreen-boxes--tablet-portrait-horizontal figure{margin:40px 0 !important}
.uscreen-boxes>.tptk-block-column{border-radius:10px;-webkit-box-shadow:0 .5px 7px 0 rgba(199,206,213,0.65);box-shadow:0 .5px 7px 0 rgba(199,206,213,0.65);background-color:#fff;padding:0 0 20px 0}
.uscreen-boxes figure{height:176px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.uscreen-boxes figure img{max-width:100%;height:auto}
.uscreen-boxes h3{font-size:22px;margin:7px 0 12px 0;padding:0 25px;text-align:center}
.uscreen-boxes p{text-align:center;padding:0 25px;font-size:15px;line-height:1.6;color:#637282;margin:10px 0 0 0}
.uscreen-list{width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box}
.uscreen-list>.tptk-block-column{margin-bottom:40px}
.uscreen-list h3{font-size:25px;line-height:33px;margin-bottom:17px}
.uscreen-list p{color:#637282;font-size:16px;line-height:156%}
.uscreen-list p.has-text-color{font-size:13px}
.has-dark-background-color .description-row{color:var(--very-light-blue);border-color:#2f3443}
.description-row{color:var(--battleship-grey);border-bottom:solid 1px var(--brown-grey);padding-bottom:50px;margin-bottom:50px}
.description-row h3{font-weight:bold;font-size:25px;line-height:35px;margin-top:0;margin-bottom:1em}
.description-row .tptk-block-column{margin-bottom:0}
.description-row .column-11 figure{margin:0 80px 0 20px}
.description-row .column-11 figure:last-child{margin-right:0}
.description-row .tptk-block-image{float:left;text-align:center}
.description-row figcaption{font-size:20px;line-height:35px}
.logos-listing{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 135px 30px 135px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex}
.logos-listing.ott-gradient{background:-webkit-gradient(linear,left bottom,left top,from(#020024),color-stop(54%,rgba(10,14,21,0.8)),color-stop(72%,#0e1115),to(rgba(20,21,22,0)));background:linear-gradient(0,#020024 0,rgba(10,14,21,0.8) 54%,#0e1115 72%,rgba(20,21,22,0) 100%)}
.logos-listing .tptk-block-column{margin-bottom:20px;-ms-flex-preferred-size:auto;flex-basis:auto}
.tptk-block-group .logos-listing{padding:0 0 30px 0}
.tptk-admin .image-stick-to-side,.tptk-admin .hero-grid{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}
.image-stick-to-side{display:grid;grid-template-rows:1fr;grid-template-areas:". .";-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100% !important;-webkit-box-sizing:border-box;box-sizing:border-box}
.image-stick-to-side.has-background .text,.image-stick-to-side.has-background .text-wide{padding-top:35px;padding-bottom:35px}
.image-stick-to-side.image-left-side{grid-template-columns:minmax(auto,1055px) minmax(-webkit-min-content,520px);grid-template-columns:minmax(auto,1055px) minmax(min-content,520px);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:calc((100% - 1172px) / 2)}
.image-stick-to-side.image-left-side.text-wide{grid-template-columns:minmax(auto,1055px) minmax(-webkit-min-content,620px);grid-template-columns:minmax(auto,1055px) minmax(min-content,620px)}
.image-stick-to-side.image-left-side .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;justify-self:normal}
.image-stick-to-side.image-left-side .image.image-has-shadow img{-webkit-filter:drop-shadow(-50px 31px 25px rgba(0,0,0,0.1));filter:drop-shadow(-50px 31px 25px rgba(0,0,0,0.1))}
.image-stick-to-side.image-left-side .text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:6.197916666vw}
.image-stick-to-side.image-right-side{grid-template-columns:minmax(-webkit-min-content,520px) minmax(auto,1055px);grid-template-columns:minmax(min-content,520px) minmax(auto,1055px);padding-left:calc((100% - 1172px) / 2)}
.image-stick-to-side.image-right-side.text-wide{grid-template-columns:minmax(-webkit-min-content,620px) minmax(auto,1055px);grid-template-columns:minmax(min-content,620px) minmax(auto,1055px)}
.image-stick-to-side.image-right-side .image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0}
.image-stick-to-side.image-right-side .image.image-has-shadow img{-webkit-filter:drop-shadow(50px 31px 25px rgba(0,0,0,0.1));filter:drop-shadow(50px 31px 25px rgba(0,0,0,0.1))}
.image-stick-to-side.image-right-side .text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:6.197916666vw;margin-left:0 !important}
.image-stick-to-side .image{max-width:1055px;margin-left:0 !important;margin-bottom:0}
.image-stick-to-side .image img{display:block;-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:calc(100vh - 100px)}
.image-stick-to-side .text .h2{font-size:50px;line-height:60px}
.hero-grid{height:100vh;min-height:650px;max-width:100% !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:minmax(calc((100% - 1172px) / 2), 35px) 64px 64px 64px 64px 64px 64px 64px 64px minmax(auto, 1486px);display:grid;overflow:hidden}
.hero-grid--small{height:auto;min-height:unset;grid-template-columns:minmax(calc((100% - 1172px) / 2), 35px) repeat(16, 1fr);padding:165px 0 100px 0}
.hero-grid--plans-toggler{grid-column:10 / 17;grid-row:1;margin-left:0 !important}
.hero-grid--text{grid-column:2 / 9;grid-row:1;z-index:1}
.hero-grid--image{grid-column:6 / 11;grid-row:1;margin-left:0 !important;margin-bottom:0 !important;text-align:center}
.hero-grid--image.is-vertically-aligned-bottom{-ms-flex-item-align:end;align-self:end}
.hero-grid--image img{max-height:100vh;width:auto;display:block}
.statistics-listing>div{border-right:1px solid #fff}
.statistics-listing>div:last-child{border:0}
.image-text{max-width:1172px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:88px;padding:0 35px}
.image-text>.tptk-block-column{max-width:50%;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:0;flex-shrink:0}
.image-text .content{-ms-flex-negative:1;flex-shrink:1;margin-left:0;padding:0 75px 0 170px}
.image-text h2{font-size:50px;line-height:120%;margin-bottom:19px}
.horizontal-timeline{border-top:1px solid rgba(14,71,151,0.38);padding-top:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.horizontal-timeline .tptk-block-column{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:0;flex-shrink:0}
.horizontal-timeline .tptk-block-column:last-child{margin-bottom:0}
.horizontal-timeline p{color:#0b2e79;font-weight:600;font-size:20px;line-height:22px;text-align:center}
.team-columns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.team-columns img{display:block}
.team-columns h4{font-size:30px;line-height:1;margin:30px 0 20px 0}
.articles{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1172px;padding:0 35px}
.articles>div{max-width:505px}
.articles img{display:block !important;margin-bottom:45px}
.articles h3{font-size:25px;line-height:33px;margin-bottom:14px}
.articles p{font-size:18px;line-height:167%;margin-bottom:17px}
.display-grid{display:grid}
.grid-template-columns-3{grid-template-columns:repeat(3,1fr)}
.grid-gap-100{grid-gap:100px}
@media(max-width:1420px){.uscreen2020 .tptk-block-columns:not(.image-text):not(.articles){max-width:1242px}
.logos-listing{padding:0 35px 30px 35px}
}@media(max-width:1242px){.image-stick-to-side.image-left-side{padding-right:35px}
.image-stick-to-side.image-right-side{padding-left:35px}
}@media(max-width:1060px){.image-stick-to-side.image-left-side{grid-template-columns:1fr 520px}
.image-stick-to-side.image-right-side{grid-template-columns:520px 1fr}
}@media(max-width:1024px){.column-1-tablet-landscape{-ms-flex-preferred-size:calc((1 * 6.25%) - 6px);flex-basis:calc((1 * 6.25%) - 6px)}
.column-2-tablet-landscape{-ms-flex-preferred-size:calc((2 * 6.25%) - 6px);flex-basis:calc((2 * 6.25%) - 6px)}
.column-3-tablet-landscape{-ms-flex-preferred-size:calc((3 * 6.25%) - 6px);flex-basis:calc((3 * 6.25%) - 6px)}
.column-4-tablet-landscape{-ms-flex-preferred-size:calc((4 * 6.25%) - 6px);flex-basis:calc((4 * 6.25%) - 6px)}
.column-5-tablet-landscape{-ms-flex-preferred-size:calc((5 * 6.25%) - 6px);flex-basis:calc((5 * 6.25%) - 6px)}
.column-6-tablet-landscape{-ms-flex-preferred-size:calc((6 * 6.25%) - 6px);flex-basis:calc((6 * 6.25%) - 6px)}
.column-7-tablet-landscape{-ms-flex-preferred-size:calc((7 * 6.25%) - 6px);flex-basis:calc((7 * 6.25%) - 6px)}
.column-8-tablet-landscape{-ms-flex-preferred-size:calc((8 * 6.25%) - 6px);flex-basis:calc((8 * 6.25%) - 6px)}
.column-9-tablet-landscape{-ms-flex-preferred-size:calc((9 * 6.25%) - 6px);flex-basis:calc((9 * 6.25%) - 6px)}
.column-10-tablet-landscape{-ms-flex-preferred-size:calc((10 * 6.25%) - 6px);flex-basis:calc((10 * 6.25%) - 6px)}
.column-11-tablet-landscape{-ms-flex-preferred-size:calc((11 * 6.25%) - 6px);flex-basis:calc((11 * 6.25%) - 6px)}
.column-12-tablet-landscape{-ms-flex-preferred-size:calc((12 * 6.25%) - 6px);flex-basis:calc((12 * 6.25%) - 6px)}
.column-13-tablet-landscape{-ms-flex-preferred-size:calc((13 * 6.25%) - 6px);flex-basis:calc((13 * 6.25%) - 6px)}
.column-14-tablet-landscape{-ms-flex-preferred-size:calc((14 * 6.25%) - 6px);flex-basis:calc((14 * 6.25%) - 6px)}
.column-15-tablet-landscape{-ms-flex-preferred-size:calc((15 * 6.25%) - 6px);flex-basis:calc((15 * 6.25%) - 6px)}
.columns-with-heading-checklist{margin-bottom:120px;padding:0 15px}
.uscreen-boxes{width:100%;margin-bottom:120px}
.uscreen-list{width:100%}
.description-row .column-11 figure{margin:0 30px 30px 30px}
.image-stick-to-side.image-left-side{-webkit-transform:none;transform:none}
.image-stick-to-side.image-left-side .text{margin-left:45px}
.image-stick-to-side.image-right-side .text{margin-right:45px}
.hero-grid{min-height:calc(100vh - 145px);height:auto;padding-top:110px;padding-bottom:35px}
.hero-grid--small{min-height:unset}
.hero-grid--image{grid-column:7 / 11}
.image-text .content{padding:0 0 0 50px}
}@media(max-width:768px),(max-width:812px) and (orientation:landscape){.column-1-tablet-portrait{-ms-flex-preferred-size:calc((1 * 6.25%) - 6px);flex-basis:calc((1 * 6.25%) - 6px)}
.column-2-tablet-portrait{-ms-flex-preferred-size:calc((2 * 6.25%) - 6px);flex-basis:calc((2 * 6.25%) - 6px)}
.column-3-tablet-portrait{-ms-flex-preferred-size:calc((3 * 6.25%) - 6px);flex-basis:calc((3 * 6.25%) - 6px)}
.column-4-tablet-portrait{-ms-flex-preferred-size:calc((4 * 6.25%) - 6px);flex-basis:calc((4 * 6.25%) - 6px)}
.column-5-tablet-portrait{-ms-flex-preferred-size:calc((5 * 6.25%) - 6px);flex-basis:calc((5 * 6.25%) - 6px)}
.column-6-tablet-portrait{-ms-flex-preferred-size:calc((6 * 6.25%) - 6px);flex-basis:calc((6 * 6.25%) - 6px)}
.column-7-tablet-portrait{-ms-flex-preferred-size:calc((7 * 6.25%) - 6px);flex-basis:calc((7 * 6.25%) - 6px)}
.column-8-tablet-portrait{-ms-flex-preferred-size:calc((8 * 6.25%) - 6px);flex-basis:calc((8 * 6.25%) - 6px)}
.column-9-tablet-portrait{-ms-flex-preferred-size:calc((9 * 6.25%) - 6px);flex-basis:calc((9 * 6.25%) - 6px)}
.column-10-tablet-portrait{-ms-flex-preferred-size:calc((10 * 6.25%) - 6px);flex-basis:calc((10 * 6.25%) - 6px)}
.column-11-tablet-portrait{-ms-flex-preferred-size:calc((11 * 6.25%) - 6px);flex-basis:calc((11 * 6.25%) - 6px)}
.column-12-tablet-portrait{-ms-flex-preferred-size:calc((12 * 6.25%) - 6px);flex-basis:calc((12 * 6.25%) - 6px)}
.column-13-tablet-portrait{-ms-flex-preferred-size:calc((13 * 6.25%) - 6px);flex-basis:calc((13 * 6.25%) - 6px)}
.column-14-tablet-portrait{-ms-flex-preferred-size:calc((14 * 6.25%) - 6px);flex-basis:calc((14 * 6.25%) - 6px)}
.column-15-tablet-portrait{-ms-flex-preferred-size:calc((15 * 6.25%) - 6px);flex-basis:calc((15 * 6.25%) - 6px)}
.columns-with-heading-checklist{margin-bottom:100px}
.uscreen-boxes{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:550px}
.uscreen-boxes--tablet-portrait-horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.uscreen-boxes--tablet-portrait-horizontal .tptk-block-column{padding:30px !important;-webkit-box-sizing:border-box;box-sizing:border-box}
.uscreen-boxes--tablet-portrait-horizontal figure{float:left;margin:0 40px 0 0 !important}
.uscreen-boxes h3{padding:0 15px}
.uscreen-boxes p{padding:0 15px}
.uscreen-list{max-width:550px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.uscreen-list>.tptk-block-column{width:100%;margin-bottom:30px}
.description-row .column-11 figure{margin-right:20px;margin-left:20px}
.description-row figcaption{font-size:16px;line-height:150%}
.logos-listing{-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}
.logos-listing .tptk-block-column{-ms-flex-preferred-size:calc(33.33333% - 12px);flex-basis:calc(33.33333% - 12px)}
.logos-listing .tptk-block-column:nth-child(3n+1){text-align:left;margin-left:0}
.logos-listing .tptk-block-column:nth-child(3n){text-align:right}
.image-stick-to-side{display:block}
.image-stick-to-side.has-background .text,.image-stick-to-side.has-background .text-wide{padding-bottom:0}
.image-stick-to-side.image-left-side .text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;padding-left:35px;padding-right:35px}
.image-stick-to-side.image-right-side{padding-left:0}
.image-stick-to-side.image-right-side .image{padding-left:35px}
.image-stick-to-side.image-right-side .text{margin-right:0;padding-right:35px;padding-left:35px}
.image-stick-to-side .text{-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:50px}
.hero-grid{display:block;min-height:auto}
.hero-grid--small{display:block;padding:100px 35px 40px 35px}
.hero-grid--small .hero-grid--text{padding:0;margin-bottom:10px}
.hero-grid--text{padding:0 35px 0 35px;margin-bottom:35px}
.hero-grid--text h1{font-size:40px;line-height:45px;margin-bottom:10px}
.hero-grid--image{grid-column:8 / 11}
.image-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.image-text.image-left{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.image-text .content{padding:0;max-width:550px;margin-bottom:32px}
.grid-gap-100{grid-gap:65px}
}@media(max-width:667px){.tptk-block-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.tptk-block-columns.has-2-columns .tptk-block-column{width:100%;margin-bottom:30px;margin-left:0}
.tptk-block-column{margin-bottom:65px}
.tptk-block-column:not(:first-child){margin-left:0}
.tptk-block-column .tptk-block-column:nth-child(2n){margin-left:0}
.column-1{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-2{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-3{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-4{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-5{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-6{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-7{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-8{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-9{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-10{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-11{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-12{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-13{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-14{-ms-flex-preferred-size:100%;flex-basis:100%}
.column-15{-ms-flex-preferred-size:100%;flex-basis:100%}
.columns-with-articles .tptk-block-column{margin:0 0 25px 0;min-width:unset}
.columns-with-heading-checklist{margin-bottom:95px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.columns-with-heading-checklist .tptk-block-column{width:100%;margin-bottom:30px}
.uscreen-list{padding-top:20px}
.description-row{padding-bottom:25px;margin-bottom:25px}
.description-row ul li{font-size:18px !important;line-height:35px !important;margin-bottom:0}
.logos-listing{padding:0 35px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.logos-listing{padding:0 35px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.logos-listing img{max-height:18px;width:auto}
.image-stick-to-side .text .h2{font-size:40px;line-height:1}
.image-stick-to-side .text{padding:0 35px}
.hero-grid--small{padding-bottom:20px}
.hero-grid--plans-toggler{margin-bottom:0}
.statistics-listing>div{border:0}
.image-text>.tptk-block-column{max-width:100%}
.horizontal-timeline{border:0;border-left:1px solid rgba(14,71,151,0.38)}
.horizontal-timeline .tptk-block-column{margin-bottom:35px}
.horizontal-timeline p{text-align:left;padding-left:24px}
.team-columns .tptk-block-column:last-child{margin-bottom:0}
.articles>div{max-width:100%}
.articles img{margin-bottom:25px}
.grid-template-columns-3{grid-template-columns:1fr}
.grid-gap-100{grid-gap:45px}
}@media(max-width:480px){.uscreen2020 .tptk-block-column:not(:first-child):not(.content):not(.image){margin-left:0}
.uscreen-boxes--tablet-portrait-horizontal figure{float:none;margin:30px 0 !important}
.uscreen-boxes>.tptk-block-column{width:100%}
.uscreen-list{-ms-flex-wrap:wrap;flex-wrap:wrap}
.description-row .column-11{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.description-row .column-11 figure{margin:0 0 30px 0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:50%;flex-basis:50%}
.description-row .column-11 figure:nth-child(2n){margin-right:0}
.image-text h2{font-size:40px}
}

.anual-monthly-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#dfe2e6;border-radius:30px;overflow:hidden;width:340px;max-width:100%;margin:0 auto 61px auto;white-space:nowrap}
.anual-monthly-button.annually .anual-monthly-button--active-container{background-color:#006aff}
.anual-monthly-button.annually .anual-monthly-button--active-container button{color:#fff}
.anual-monthly-button.monthly .anual-monthly-button-monthly{background-color:#006aff;color:#fff;border-radius:30px}
.anual-monthly-button.monthly .anual-monthly-button--active-container-save{opacity:.6}
.anual-monthly-button.monthly .anual-monthly-button--active-container{background-color:#dfe2e6}
.anual-monthly-button.monthly .anual-monthly-button--active-container button{color:#637282}
.anual-monthly-button button{background:0;border:0;padding:10px;text-align:center;cursor:pointer;min-width:100px;color:#637282;outline:0}
.anual-monthly-button--active-container{padding:6px;border-radius:30px}
.anual-monthly-button--active-container-save{padding:10px 15px;background-color:#fff;border-radius:30px;text-align:center;color:#006aff;cursor:pointer}
.tippy:focus{outline:0}
.tippy-tooltip{background:#fff;border-radius:9px;-webkit-box-shadow:0 9px 16px 0 rgba(224,229,238,0.5);box-shadow:0 9px 16px 0 rgba(224,229,238,0.5);padding:18px}
.tippy svg{height:20px;width:20px}
.tippy-box{-webkit-transform:translateX(0);transform:translateX(0);background:#fff !important;border-radius:6px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.15);box-shadow:0 4px 8px rgba(0,0,0,0.15)}
.tippy-content{background:#fff;color:var(--battleship-grey);font-size:14px;line-height:22px;text-align:center;border-radius:6px;padding:15px !important}
.tippy-backdrop{background:#fff;-webkit-box-shadow:0 0 25px black;box-shadow:0 0 25px black}
.tippy-arrow{background:#fff}
.tippy-box[data-theme~='uscreen'][data-placement^='top']>.tippy-arrow::before{border-top-color:#fff !important}
.tippy-box[data-theme~='uscreen'][data-placement^='bottom']>.tippy-arrow::before{border-bottom-color:#fff !important}
.tippy-box[data-theme~='uscreen'][data-placement^='left']>.tippy-arrow::before{border-left-color:#fff !important}
.tippy-box[data-theme~='uscreen'][data-placement^='right']>.tippy-arrow::before{border-right-color:#fff !important}
.pricing-page{position:relative}
.pricing-page .about-page__titles{padding-bottom:14px}
.pricing-page .get-started__title{margin-bottom:30px}
.pricing-page .about-page__subtitle{margin-bottom:25px;font-size:20px}
.pricing-page .about-page__subtitle--big{font-size:23px}
.pricing-page .first-screen__title{margin-top:0;font-size:34px}
.pricing-page .first-screen__subtitle{font-size:20px}
.pricing-page .first-screen__slider-wrapper{-webkit-box-shadow:none;box-shadow:none}
.pricing-page .first-screen:after{content:'';position:absolute;z-index:1;bottom:-16vw;right:-12vw;left:auto;width:55vw;height:82vw;background-color:#fff;-webkit-transform:rotate(24deg);transform:rotate(24deg)}
.base-features-included{padding-bottom:130px}
.base-features-included h2{text-align:center;margin-bottom:45px}
.base-features-included__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 auto}
.base-features-included__row p{margin:0 0 30px 0;font-size:18px;font-weight:600;line-height:1.7;text-align:left;padding-left:30px;position:relative;background:url("../svg/check-black.svg") left center no-repeat;width:29%}
.base-features-included__row p i{background:url("../svg/icn-question.svg") center no-repeat;width:14px;height:14px;display:inline-block;vertical-align:middle;position:relative;cursor:pointer}
.base-features-included__row p i span{position:absolute;top:-15px;left:0;background:#fff;color:#637282;z-index:-1;opacity:0}
.pricing-table{padding-bottom:130px}
.pricing-table__blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.pricing-table__blocks.monthly .pricing-table__block-price-old{display:none}
.pricing-table__block{width:350px;max-width:310px;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:660px;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 9px 16px 0 rgba(224,229,238,0.5);box-shadow:0 9px 16px 0 rgba(224,229,238,0.5);border:solid 1px #e5eaed;position:relative;padding:30px 28px;margin-left:8px;margin-right:8px;padding-bottom:115px;margin-top:3px}
.pricing-table__block.active{z-index:2;border:0;border-top:4px solid #006aff;margin-top:0}
.pricing-table__block.active .pricing-table__block-price strong{color:#006aff}
.pricing-table__block.active .pricing-table__block-price sup{color:#006aff}
.pricing-table__block.active .pricing-table__block-link span{color:#fff;border-color:#006aff;background:#006aff}
.pricing-table__block.basic .pricing-table__block-price-old{right:30px}
.pricing-table__block.basic h2{color:#00acff}
.pricing-table__block.plus h2{color:#34c8af}
.pricing-table__block.pioneer h2{color:#fa6d91}
.pricing-table__block.enterprice{background-color:rgba(244,244,245,0.8)}
.pricing-table__block.enterprice h2{color:#006aff}
.pricing-table__block.enterprice .pricing-table__block-compare{background-color:rgba(244,244,245,0.8)}
.pricing-table__block h2{margin:0 auto;margin-bottom:12px;font-size:30px;font-weight:600;text-align:center;color:#344154}
.pricing-table__block h3{margin:0 auto;margin-bottom:21px;font-size:16px;font-weight:300;text-align:center;color:#637282;min-height:36px}
.pricing-table__block p{font-size:18px;line-height:1.5;text-align:left;color:#344154;margin:0 auto 20px auto}
.pricing-table__block ul{margin:0;padding:0}
.pricing-table__block ul li{display:block;font-size:16px;font-weight:300;line-height:1.56;text-align:left;color:#637282}
.pricing-table__block ul li.with-icon{padding-right:30px;position:relative}
.pricing-table__block ul li.with-icon:after{content:'';display:block;position:absolute;top:50%;right:0;background-size:cover !important;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}
.pricing-table__block ul li.with-icon.mobile:after{width:15px;height:22px;background:url("https://s3.amazonaws.com/unode1/assets/2/VC3H4tiTxSxOZ1c2T7yt_icon-mobile.svg") center no-repeat}
.pricing-table__block ul li.with-icon.tv:after{width:21px;height:21px;background:url("https://s3.amazonaws.com/unode1/assets/2/iyXJe0IRvysrvDgQC0Pu_icon-tv.svg") center no-repeat}
.pricing-table__block ul li i{background:url("../svg/icn-question.svg") center no-repeat;width:14px;height:14px;display:inline-block;vertical-align:middle;position:relative;cursor:pointer}
.pricing-table__block ul li i span{position:absolute;top:-15px;left:0;background:#fff;color:#637282;z-index:-1;opacity:0}
.pricing-table__block ul li+li{margin-top:19px}
.pricing-table__block-price{text-align:center;margin-bottom:15px}
.pricing-table__block-price sup{font-size:19px;letter-spacing:-0.9px;text-align:center;color:#006aff;top:-1em}
.pricing-table__block-price strong{font-size:48px;letter-spacing:-2px;text-align:center;color:#006aff}
.pricing-table__block-price strong span{font-size:21px;letter-spacing:1.6px;white-space:nowrap;position:relative;top:-9px}
.pricing-table__block-price sub{font-size:18px;font-weight:300;line-height:1.67;text-align:right;color:#637282}
.pricing-table__block-compare{font-size:16px;font-weight:600;color:#006aff;white-space:nowrap;padding:15px 20px;border:1px solid #006aff;border-radius:50px;text-decoration:none;position:absolute;bottom:34px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:pointer;display:block}
.pricing-table__block-price-wrapper{position:relative;max-width:190px;margin:0 auto}
.pricing-table__block-price-old{text-align:center;margin-bottom:15px;position:absolute;top:0;right:15px}
.pricing-table__block-price-old:before{content:'';position:absolute;top:50%;left:-2%;width:110%;height:2px;background-color:#e74f76;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}
.pricing-table__block-price-old sup{font-size:18px;letter-spacing:-0.9px;text-align:center;color:#e74f76;top:0;left:.1em}
.pricing-table__block-price-old strong{font-size:20px;letter-spacing:-2px;text-align:center;color:#e74f76}
.pricing-table__block-link{display:block;text-align:center;cursor:pointer;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #ccc}
.pricing-table__block-link span{display:inline-block;vertical-align:middle;border-radius:30px;border:solid 1px #006aff;font-size:16px;font-weight:600;text-align:center;color:#006aff;padding:16px 30px}
i.denied{width:20px;height:20px;display:inline-block;vertical-align:middle;background:url("https://s3.amazonaws.com/unode1/assets/2/OiYUkOeSry6Y0POMyrTR_denied.svg") center no-repeat;background-size:cover}
i.check{width:24px;height:18px;display:inline-block;vertical-align:middle;background:url("https://s3.amazonaws.com/unode1/assets/2/Lkk8viz4SHKXcgAlefvl_check.svg ") center no-repeat;background-size:cover}
.try-before-buy{background-color:rgba(244,247,250,0.95);padding:60px 0;text-align:center}
.try-before-buy h2{font-size:34px;font-weight:bold;color:#1b2733;margin:0 auto;margin-bottom:20px}
.try-before-buy p{font-size:20px;font-weight:500;line-height:1.5;color:#637282;margin:0 auto;margin-bottom:30px}
.contact-us-page{background-color:#f6f9fe;min-height:100vh;padding:50px 15px}
.contact-us-page--logo{display:block;text-align:center;margin-bottom:53px}
.contact-us-page--form{max-width:650px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:30px 32px;border-radius:12px;-webkit-box-shadow:0 .5px 2px 0 #c7ced5;box-shadow:0 .5px 2px 0 #c7ced5;background-color:#fff}
.contact-us-page--form-title{margin:0 auto;margin-bottom:10px;font-size:25px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#1b2733}
.contact-us-page--form-subtitle{font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.39;letter-spacing:normal;color:#637282;margin:0 auto 37px auto}
.contact-us-page--form-row+.contact-us-page--form-row{margin-top:22px}
.contact-us-page--form-label{display:block;font-size:15px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#344154;margin-bottom:12px}
.contact-us-page--form-checkbox{display:block;position:relative;cursor:pointer}
.contact-us-page--form-checkbox label{display:block;position:relative;font-size:15px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.6;letter-spacing:normal;color:#344154;padding-left:30px}
.contact-us-page--form-checkbox label:before{content:'';position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);left:0;width:15px;height:15px;border-radius:2px;background-color:#fff;border:1px solid #d7dee5}
.contact-us-page--form-checkbox input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1}
.contact-us-page--form-checkbox input:checked+label::before{border-color:#006aff;background:#006aff url("https://s3.amazonaws.com/unode1/assets/2/L4bY8AMRVWdgIoxCUMZQ_checked.svg") center no-repeat;background-size:cover}
.contact-us-page--form-field{border-radius:8px;background-color:#fff;border:1px solid #d7dee5;outline:0;padding:15px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;color:#344154;font-size:16px}
.contact-us-page--form-field::-webkit-input-placeholder{color:#637282}
.contact-us-page--form-field::-moz-placeholder{color:#637282}
.contact-us-page--form-field:-moz-placeholder{color:#637282}
.contact-us-page--form-field:-ms-input-placeholder{color:#637282}
.contact-us-page--form-field[type="submit"]{background-color:#006aff;border-color:#006aff;color:#fff;margin-top:30px}
.contact-us-page--form-field--select{color:#637282;background:url("https://s3.amazonaws.com/unode1/assets/2/61tgvhTeRVyxQODZMA3A_dropdown-arrow.svg") center right 23px no-repeat;-moz-appearance:none;appearance:none;-webkit-appearance:none}
.pricing-page-header{background:#006aff;min-height:677px;margin:0;padding-top:185px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box}
.pricing-page-header:before{display:none}
.compare-plans-page-header{background:#e9ecf0;min-height:677px;margin:0;padding-top:185px;padding-bottom:350px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box}
.compare-plans-page-header:before{display:none}
.compare-plans-page-header .what-is-uscreen--title{color:#060606}
.compare-plans-page-header .what-is-uscreen--subtitle{color:#637282}
.pricing-table-v2{position:relative;margin-top:-295px}
.pricing-table-v2 .container{max-width:1040px}
.pricing-table-v2.compare-plans-table{margin-top:-250px}
.pricing-table-v2.compare-plans-table .pricing-table-v2--table{-webkit-box-shadow:none;box-shadow:none}
.pricing-table-v2.compare-plans-table .pricing-table-v2--header>div:nth-child(1){background:#e9ecf0}
.pricing-table-v2 cite{font-style:normal}
.pricing-table-v2 sup{font-size:22px;font-weight:600;color:#e74f76;margin-left:9px;position:absolute;opacity:0;-webkit-transition:opacity 100ms ease;transition:opacity 100ms ease}
.pricing-table-v2 sup.active{opacity:1}
.pricing-table-v2 .popular{text-transform:uppercase;color:#006aff;font-size:15px;font-weight:700;background:#fff;text-align:center;border-top-left-radius:10px;border-top-right-radius:10px;display:block;padding:18px 0 0 0;line-height:15px;position:absolute;top:-33px;left:0;right:0}
.pricing-table-v2--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;float:right;width:100%}
.pricing-table-v2--header>div{background:#fff;width:233px;text-align:center;position:relative}
.pricing-table-v2--header>div:nth-child(1){background:#006aff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:341px}
.pricing-table-v2--header>div:nth-child(2){border-top-left-radius:10px}
.pricing-table-v2--header>div:nth-child(4){border-top-right-radius:10px}
.pricing-table-v2--header>div.custom p{font-size:27px;max-width:100px;margin:0 auto}
.pricing-table-v2--header h3{margin:33px 0 20px 0;font-size:22px;font-weight:600;color:#1b2733}
.pricing-table-v2--header p{margin:0;font-size:54px;font-weight:600;min-height:78px;position:relative}
.pricing-table-v2--header small{font-size:20px;font-weight:600}
.pricing-table-v2--header span{color:#637282;font-size:18px;line-height:21px;min-height:21px;display:block}
.pricing-table-v2--header .button-container{margin-top:32px}
.pricing-table-v2--table{background:#fff;display:inline-block;width:100%;-webkit-box-shadow:0 .5px 4px 0 rgba(199,206,213,0.61);box-shadow:0 .5px 4px 0 rgba(199,206,213,0.61);padding:32px 18px 10px 18px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:32px}
.pricing-table-v2--table h3{margin:15px 0 18px 16px;font-size:20px;font-weight:600}
.pricing-table-v2--table h3:not(:first-child){margin:58px 0 18px 16px}
.pricing-table-v2--table>div{display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px 16px}
.pricing-table-v2--table>div:nth-child(odd){background:#f3f5f5;border-radius:8px}
.pricing-table-v2--table>div.pricing-table-v2--footer{background:#fff;margin-top:15px}
.pricing-table-v2--table>div>div{width:233px;text-align:center;font-weight:600;color:#060606}
.pricing-table-v2--table>div>div .icons-container{position:absolute;display:inline-block}
.pricing-table-v2--table>div>div .icon{padding-left:12px}
.pricing-table-v2--table>div>div:first-child{min-width:305px;text-align:left;-ms-flex-negative:0;flex-shrink:0;position:relative}
.pricing-table-v2--see-more{border-radius:10px;background-color:#f3f5f5;margin-bottom:130px}
.pricing-table-v2--see-more a{color:#006aff;padding:36px;display:inline-block;text-decoration:none;font-size:24px;font-weight:600;background-size:23px}
.switcher-container{width:100%;max-width:260px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}
.switcher-container--inner{display:-webkit-box;display:-ms-flexbox;display:flex}
.switcher-container--inner span{font-size:14px;font-weight:500;color:#fff;text-transform:uppercase;border:1px solid #656d7e;padding:11px 15px;width:130px;text-align:center}
.switcher-header{font-size:12px;font-weight:600;display:block;color:#006aff;text-align:left}
.switch input{position:absolute;opacity:0}
.switch{display:inline-block;font-size:20px;height:60px;width:100%;position:absolute;margin:0;cursor:pointer}
.switch div{height:56px;width:128px;border:1px solid #fff;-webkit-transition:all 300ms;transition:all 300ms}
.switch input:checked+div{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.pricing-table-v2--mobile{display:none;margin:0 0 50px 0;overflow:unset}
.pricing-table-v2--mobile .plan-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-shadow:0 1px 3px 0 #e6e6e6;box-shadow:0 1px 3px 0 #e6e6e6;position:-webkit-sticky;position:sticky;top:51px;background:#fff;z-index:99}
.pricing-table-v2--mobile .plan-options button{font-size:20px;padding:15px 0;font-weight:700;display:block;margin:0 auto;width:100%;cursor:pointer;border:0;outline:0;border-bottom:3px solid #fff;background:#fff}
.pricing-table-v2--mobile .plan-options>div{text-align:center;width:100%;background:#fff}
.pricing-table-v2--mobile .plan-options>div.active button{color:#006aff;border-bottom:3px solid #006aff}
.closed .vertical{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.closed .horizontal{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:1}
.opened{opacity:1}
.opened .vertical{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.opened .horizontal{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}
.circle-plus{height:33px;width:33px;font-size:1em;opacity:.7;position:absolute;top:50%;-webkit-transform:translateY(-16px);transform:translateY(-16px);right:20px}
.circle-plus .circle{position:relative;width:29px;height:29px;border-radius:100%;border:solid 2px #dfdad7;margin:0}
.circle-plus .circle .horizontal{position:absolute;background-color:#006aff;width:16px;height:2px;left:50%;margin-left:-8px;top:50%;margin-top:-1px}
.circle-plus .circle .vertical{position:absolute;background-color:#006aff;width:2px;height:16px;left:50%;margin-left:-1px;top:50%;margin-top:-8px}
.plan-categories--item__heading{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px;line-height:1.09;border-bottom:solid 1px #ececec;position:relative}
.plan-categories--item__heading h3{margin:0;padding-right:45px}
.plan-categories--item__heading h3 .icon{margin:0 5px;-webkit-transform:translateY(7px);transform:translateY(7px);display:inline-block}
.plan-categories--item__content>div{border-bottom:solid 1px #ececec;font-size:18px;padding:30px 20px;display:none}
.plan-categories--item__content>div.active{display:block}
.pricing-table-v2--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;float:right;width:100%}
.pricing-table-v2--header .switcher-container{background:#fff;width:100%;border-top-left-radius:10px;position:relative;padding:30px 34px 0 34px;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%}
.pricing-table-v2--header .switcher-container:after{content:'';height:10px;position:absolute;top:-10px;right:0;border-bottom-right-radius:10px;border-left:10px solid #e9ecf0}
.pricing-table-v2--header .switcher-container:before{content:'';width:10px;height:10px;position:absolute;top:-10px;right:0;background:#fff}
.pricing-table-v2--header .switcher-container--inner{display:-webkit-box;display:-ms-flexbox;display:flex}
.pricing-table-v2--header .switcher-container--inner span{font-size:16px;font-weight:600;color:#000;text-transform:none;border:0;padding:0;min-height:unset;display:inline-block;width:auto}
.pricing-table-v2--header .switcher-header{font-size:12px;font-weight:600;display:block;color:#006aff;text-align:left}
.pricing-table-v2--header .switch input{position:absolute;opacity:0}
.pricing-table-v2--header .switch{display:inline-block;font-size:20px;height:23px;width:42px;background:#006aff;border-radius:1em;position:relative;margin:0 16px}
.pricing-table-v2--header .switch>div{width:19px;height:19px}
.pricing-table-v2--header .switch div{margin:1px;height:19px;width:19px;border-radius:1em;background:#FFF;-webkit-transition:all 300ms;transition:all 300ms}
.pricing-table-v2--header .switch input:checked+div{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.pricing-columns{margin-top:-20px;margin-bottom:60px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.pricing-columns .tptk-block-group{margin:0}
.pricing-columns .tptk-block-group__inner-container{padding:0}
.pricing-columns .tptk-block-group__inner-container .tptk-block-separator{margin:20px 0}
.pricing-columns .has-normal-font-size{font-size:15px;font-weight:500}
.pricing-columns>div{padding:45px 60px 45px 60px;margin-left:0 !important;background:#f5f5f7}
.pricing-columns>div.highlight{background:#fff;-webkit-box-shadow:0 4px 40px rgba(0,0,0,0.08);box-shadow:0 4px 40px rgba(0,0,0,0.08);border-radius:0 0 20px 20px;position:relative;border:2px solid #deebfd}
.pricing-columns>div:first-child{border-radius:20px 0 0 20px}
.pricing-columns>div:last-child{border-radius:0 20px 20px 0}
.pricing-columns h3{font-size:35px;line-height:86%;margin-bottom:15px}
.pricing-columns .subtitle{font-size:16px;line-height:150%;margin-bottom:15px}
.pricing-columns .tptk-block-button{width:100%}
.pricing-columns .tptk-block-button>a{width:100%;margin-bottom:8px}
.pricing-columns .price{font-size:35px;line-height:86%;font-weight:700;margin:17px 0 20px;text-align:center}
.pricing-columns .subscribers{font-size:20px;line-height:24px;font-weight:600;margin-bottom:28px}
.pricing-columns .pricing-list li{font-size:16px !important;line-height:156% !important;margin-bottom:15px !important}
.pricing-columns .pricing-list li .icon{-webkit-transform:translateY(5px);transform:translateY(5px);display:inline-block}
.plus_price_container{position:relative;width:260px;margin:0 auto}
.plus_price_container .starts_at{position:absolute;width:45px;font-size:14px;text-align:right;line-height:1}
.plus_paragraph{line-height:24px}
.blue_link{color:#006aff !important}
.uscreenplus span{color:#006aff;font-size:25px;margin-left:-8px}
.new-switcher{max-width:300px;margin:37px auto 0}
.new-switcher .switcher-container--inner{background:#e5e5e5;border-radius:50px;padding:5px}
.new-switcher .switcher-container--inner span{color:black;font-weight:700;border:0;width:145px;border-radius:50px;padding:11px 0;opacity:.4;text-transform:none;z-index:1;cursor:pointer}
.new-switcher .switcher-container--inner span.switch-selected{z-index:1;opacity:1}
.new-switcher .switch div{width:145px;border:0;border-radius:50px;background:white}
.new-switcher .switch input:checked+div{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.plans-switch{margin-bottom:105px}
.pricing_header{position:absolute;top:-39px;background:#deebfd;width:100%;left:-2px;text-align:center;border-radius:10px 10px 0 0;font-size:14px;font-weight:700;border:2px solid #deebfd;border-bottom:0;text-transform:uppercase}
.pricing_faqs .schema-faq-answer{color:#6a7786}
.animated-form .ajax-loader{display:none !important}
.animated-form .btn-wrap{position:relative;-webkit-transition:width 300ms ease,color 50ms ease;transition:width 300ms ease,color 50ms ease}
.animated-form .btn-wrap .btn-icon{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.animated-form .btn-wrap .wpcf7-submit{-webkit-transition:padding 300ms ease;transition:padding 300ms ease;outline:0;cursor:pointer}
.animated-form .btn-wrap svg{position:absolute;height:20px;top:50%;left:20px;margin-top:-10px;opacity:0;-webkit-transition:opacity 500ms ease;transition:opacity 500ms ease}
.animated-form .btn-wrap svg#check-svg{left:24px}
.animated-form .btn-wrap.in-progress #loader-svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;display:block;opacity:1}
.animated-form .btn-wrap.in-progress .wpcf7-submit{padding-left:50px}
.animated-form .btn-wrap.in-progress .btn-icon{opacity:1;z-index:1}
.animated-form .btn-wrap.complete .wpcf7-submit{color:#22c954;width:58px;padding-left:15px;padding-right:15px;background:#22c954;border-color:#22c954}
.animated-form .btn-wrap.complete #loader-svg{opacity:0}
.animated-form .btn-wrap.complete #check-svg{opacity:1}
.animated-form .btn-wrap.white-submit-button{margin:20px 0 0 0}
.animated-form .btn-wrap.white-submit-button .wpcf7-submit{padding:12px 20px;margin-top:0;width:100%;border:0}
.animated-form .btn-wrap.white-submit-button #loader-svg path,.animated-form .btn-wrap.white-submit-button #check-svg path{stroke:#006aff}
.animated-form .btn-wrap.white-submit-button #check-svg{left:50%;-webkit-transform:translateX(-6px);transform:translateX(-6px)}
.animated-form .btn-wrap.white-submit-button.complete .wpcf7-submit{width:50px}
.animated-form .btn-wrap.white-submit-button.complete #loader-svg path,.animated-form .btn-wrap.white-submit-button.complete #check-svg path{stroke:#fff}
.grecaptcha-badge{display:none}
.contact-us-article{padding:0 20px;margin-bottom:130px}
.contact-us-article .existing-client{margin-bottom:36px;display:block}
.contact-us-article--you-can-also{border-radius:10px;-webkit-box-shadow:0 1px 4px 0 #c1c6ca;box-shadow:0 1px 4px 0 #c1c6ca;background-color:#fff;padding:30px 32px;margin-top:-30px}
.contact-us-article--you-can-also-title{font-size:25px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#060606;margin:0 auto;margin-bottom:24px}
.contact-us-article--you-can-also-links{display:block;margin-bottom:38px}
.contact-us-article--you-can-also-links a{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:0}
.contact-us-article--you-can-also-links a+a{margin-top:22px}
.contact-us-article--you-can-also-links a img{margin-right:15px}
.contact-us-article--you-can-also-links a span{font-size:18px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.19;letter-spacing:normal;color:#006aff}
.contact-us-article--you-can-also-map{border-radius:20px;overflow:hidden}
.contact-us-article--you-can-also-map>img{width:100%}
.contact-us-article--content{max-width:1020px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.contact-us-article--content>div:nth-of-type(1){width:calc(100% - 526px)}
.contact-us-article--content>div:nth-of-type(2){width:482px;margin-left:44px}
.contact-us-article--form h2{font-size:25px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#060606;margin:0 auto;margin-bottom:10px}
.contact-us-article--form h3{font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#060606;margin:0 auto;margin-bottom:22px}
.contact-us-article--form p{font-size:18px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.39;letter-spacing:normal;color:#637282;margin:0 auto;margin-bottom:16px}
.contact-us-article--form p+h3{margin-top:37px}
.contact-us-article--form-radio-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.contact-us-article--form-radio-buttons>div+div{margin-left:65px}
.contact-us-article--form-label{display:block;font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#060606;margin-bottom:12px}
.contact-us-article--form-label .required{color:red}
.contact-us-article--form-input{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d7dee5;border-radius:8px;background-color:#fff;padding:16px 20px;font-size:16px;color:#060606;width:100%}
.contact-us-article--form-select{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d7dee5;border-radius:8px;background-color:#fff;padding:16px 20px;font-size:16px;width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:51px;background:url("https://s3.amazonaws.com/unode1/assets/4832/S7CWZylQASFG0CsXXfUw_select-custom-arrow.svg ") right 23px center no-repeat;background-size:11px;color:#7b7b7b;-webkit-transition:color .3s;transition:color .3s}
.contact-us-article--form-select::-ms-expand{display:none}
.contact-us-article--form-textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d7dee5;border-radius:8px;background-color:#fff;padding:16px 20px;font-size:16px;color:#060606;width:100%;min-height:170px;resize:vertical}
.contact-us-article--form-submit{border-radius:8px;background-color:#006aff;display:block;width:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px 25px;font-size:16px;text-align:left;color:#fff;font-weight:bold;border:1px solid #006aff;cursor:pointer}
.contact-us-article--form-group{display:block;position:relative}
.contact-us-article--form-group+.contact-us-article--form-group{margin-top:22px}
.modal-contact-form .submit-button-group{width:100%}
.modal-contact-form .contact-us-article--form-submit{width:100%;text-align:center}
.contact-us-article--form-radio-buttons .wpcf7-list-item{position:relative;cursor:pointer;padding-left:40px;min-height:26px;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:65px}
.contact-us-article--form-radio-buttons .wpcf7-list-item.first{margin-left:0}
.contact-us-article--form-radio-buttons .wpcf7-list-item input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;cursor:pointer}
.contact-us-article--form-radio-buttons .wpcf7-list-item input+span{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#060606}
.contact-us-article--form-radio-buttons .wpcf7-list-item input+span:before{content:'';display:block;position:absolute;top:0;left:0;width:26px;height:26px;border:1px solid #d7dee5;border-radius:50%;-webkit-transition:border-color .3s;transition:border-color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}
.contact-us-article--form-radio-buttons .wpcf7-list-item input+span:after{content:'';display:block;position:absolute;top:50%;left:11px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:5px;height:5px;background-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%}
.contact-us-article--form-radio-buttons .wpcf7-list-item input:checked+span:before{border-color:#006aff}
.contact-us-article--form-radio-buttons .wpcf7-list-item input:checked+span:after{width:16px;height:16px;background-color:#006aff;left:5px}
.submit-button-group{display:inline-block}
@media(min-width:768px) and (max-width:992px){.pricing-table-v2{width:100%;overflow-x:auto;padding-top:33px}
.pricing-table-v2--header>div{min-width:234px}
.pricing-table-v2--header>div:nth-child(1){width:37%;min-width:239px}
.pricing-table-v2--table{padding-left:2%;padding-right:2%;min-width:941px}
.pricing-table-v2--table>div{padding-left:2%;padding-right:2%}
.pricing-table-v2--table>div>div{min-width:234px}
.pricing-table-v2--table>div>div:first-child{width:220px}
}@media(max-width:1200px){.pricing-columns>div{height:890px}
.pricing-columns>div.highlight{height:920px}
}@media(max-width:1024px){.pricing-table-v2--header{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.pricing-table-v2--header>div{width:234px}
.pricing-table-v2--header>div:nth-child(1){width:294px}
.pricing-table-v2--table>div>div{width:234px;-ms-flex-negative:0;flex-shrink:0}
.pricing-table-v2--table>div>div:first-child{min-width:0;width:259px}
.pricing-table-v2--see-more{margin-bottom:120px}
}@media(max-width:992px){.pricing-page .first-screen:after{display:none}
.base-features-included__row{display:grid;grid-auto-columns:auto;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:540px;grid-gap:30px}
.base-features-included__row p{width:auto;font-size:15px;margin-bottom:0}
.pricing-table__block{padding:30px 15px 140px 15px}
.pricing-table__block.active{margin-left:15px;margin-right:15px}
.pricing-table__block h3{font-size:13px}
.pricing-table__block p{font-size:14px}
.pricing-table__block strong span{font-size:15px}
.pricing-table__block ul li{font-size:16px}
.pricing-table__block-price strong{font-size:45px}
.pricing-table__block-link span{padding:14px 20px}
.pricing-columns-group .tptk-block-group__inner-container{padding:0}
.pricing-columns{margin-top:0;margin-bottom:40px;display:block}
.pricing-columns>div{padding:30px 35px 50px;border-bottom:20px solid #f2f2f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.pricing-columns>div h3,.pricing-columns>div .subtitle,.pricing-columns>div .tptk-block-buttons{-ms-flex-negative:0;flex-shrink:0}
.pricing-columns>div .price{margin-top:0}
.pricing-columns>div .tptk-block-group:first-child{width:280px;margin-right:75px}
.pricing-columns>div.highlight{-webkit-box-shadow:none;box-shadow:none;border-radius:0}
.pricing-columns>div{height:auto}
.pricing-columns>div.highlight{height:auto}
.contact-us-article{padding:40px 20px}
.contact-us-article--you-can-also{margin-top:50px}
.contact-us-article--content{-ms-flex-wrap:wrap;flex-wrap:wrap}
.contact-us-article--content>div:nth-of-type(1){width:100%;margin-left:0}
.contact-us-article--content>div:nth-of-type(2){width:100%;margin-left:0}
}@media(max-width:768px),(max-width:812px) and (orientation:landscape){.pricing-table{padding-bottom:60px}
.pricing-table__blocks{display:block;padding:0 10px}
.pricing-table__block{padding:30px}
.pricing-table__block{width:100%;max-width:320px;min-height:0;margin:0 auto 30px auto}
.pricing-table__block+.pricing-table__block{margin-top:60px}
.pricing-table__block.active{margin:0 auto 30px auto}
.pricing-table__block-compare{position:static;-webkit-transform:none;transform:none;text-align:center;max-width:150px;margin:20px auto 0 auto}
.pricing-table-v2{width:100%;overflow-x:auto;padding-top:33px}
.pricing-table-v2--header>div{min-width:234px}
.pricing-table-v2--header>div:nth-child(1){width:37%;min-width:239px}
.pricing-table-v2--table{padding-left:2%;padding-right:2%;min-width:941px}
.pricing-table-v2--table>div{padding-left:2%;padding-right:2%}
.pricing-table-v2--table>div>div{min-width:234px}
.pricing-table-v2--table>div>div:first-child{width:220px}
.pricing-table-v2--see-more{margin-bottom:100px}
.switcher-container{margin-top:40px}
.pricing-table-v2--header .switcher-container{padding-left:6%;padding-right:6%;min-width:234px}
.animated-form br{display:none}
}@media(max-width:667px){.pricing-page .first-screen__title br{display:none}
.pricing-page .first-screen__subtitle br{display:none}
.base-features-included__row{display:grid}
.base-features-included__row p{width:calc(100% - 30px);padding-left:30px}
.contact-us-page{padding-top:80px}
.contact-us-page--logo{display:none}
.contact-us-page--form{padding:24px 16px}
.contact-us-page--form-subtitle{font-size:16px}
.pricing-page-header{min-height:677px;padding-top:185px;margin:0}
.compare-plans-page-header{min-height:677px;padding-top:185px;padding-bottom:280px;margin:0}
.pricing-table-v2--table{min-width:941px}
.pricing-table-v2--see-more{margin-bottom:95px}
.pricing-table-v2--see-more a{background-position:90% center;padding-right:15%}
.switcher-container{margin-top:0}
.pricing-columns>div{display:block;margin-bottom:0}
.pricing-columns>div .tptk-block-group:first-child{width:100%;margin-right:0;margin-bottom:30px}
.pricing-header{margin-bottom:20px}
.contact-us-article{padding:32px 20px}
.contact-us-article--form-radio-buttons .wpcf7-list-item{margin-left:30px}
}@media(max-width:480px){.pricing-table-v2 .popular{display:none}
.pricing-table-v2--header .switcher-container{padding:10px 20px}
.pricing-table-v2--header .switcher-container:after{display:none}
.pricing-table-v2--header .switcher-container:before{display:none}
.new-switcher .switcher-container--inner span{width:160px}
.plans-switch{margin-bottom:55px}
.pricing-columns .tptk-block-button{margin-bottom:0}
.pricing-columns .tptk-block-button>a{margin-bottom:0}
}@media(max-width:320px){.plan-categories--item__heading{font-size:14px;padding:20px}
.plan-categories--item__content>div{padding:20px;font-size:14px}
}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}
}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}