/*!
Theme Name: Proven Layout 3.0
Theme URI: http://underscores.me/
Author: Oozle Media
Author URI: https://www.oozlemedia.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proven-layout-3-0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Proven Layout 3.0 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*$theme-color-1: #BE9269;
$theme-color-2: #C9A28D;
$theme-color-3: #F8F6F1;
$theme-color-4: #5E4960;*/
h1, h2, h3, h4, h5, h6 {
  color: #000;
}

a {
  color: var(--theme-color1);
}
a:hover {
  color: var(--theme-color2);
}

body {
  font-family: var(--body-fonts);
  color: #666;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--head-fonts);
  margin: 0;
  margin-bottom: 20px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  color: var(--theme-color1);
}

body:not(.wp-admin) h1, .h1, .acf-block-preview h1, .h1 {
  font-size: 40px;
  line-height: 1.23;
}

body:not(.wp-admin) h2, .h2, .acf-block-preview h2, .h2 {
  font-size: 40px;
  line-height: 1.27;
}

body:not(.wp-admin) h3, .h3, .acf-block-preview h3, .h3 {
  font-size: 24px;
  line-height: 1.33;
}

body:not(.wp-admin) h4, .h4, .acf-block-preview h4, .h4 {
  font-size: 24px;
  line-height: 1.41;
}

body:not(.wp-admin) h5, .h5, .acf-block-preview h5, .h5 {
  font-size: 22px;
  line-height: 1.36;
}

body:not(.wp-admin) h6, .h6, .acf-block-preview h6, .h6 {
  font-size: 19px;
  line-height: 1.36;
}

body:not(.wp-admin) body, .acf-block-preview body {
  font-size: 18px;
}

body:not(.wp-admin) a, .acf-block-preview a {
  font-size: 16px;
  line-height: 1;
}

body:not(.wp-admin) p, .acf-block-preview p {
  font-size: 16px;
  line-height: 1.75;
}

body:not(.wp-admin) .font16, .acf-block-preview .font16 {
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 768px) {
  body:not(.wp-admin) h1, .h1, .acf-block-preview h1, .h1 {
    font-size: 40px;
    line-height: 1.23;
  }
  body:not(.wp-admin) h2, .h2, .acf-block-preview h2, .h2 {
    font-size: 40px;
    line-height: 1.27;
  }
  body:not(.wp-admin) h3, .h3, .acf-block-preview h3, .h3 {
    font-size: 26px;
    line-height: 1.33;
  }
  body:not(.wp-admin) h4, .h4, .acf-block-preview h4, .h4 {
    font-size: 24px;
    line-height: 1.41;
  }
  body:not(.wp-admin) h5, .h5, .acf-block-preview h5, .h5 {
    font-size: 22px;
    line-height: 1.36;
  }
  body:not(.wp-admin) h6, .h6, .acf-block-preview h6, .h6 {
    font-size: 18px;
    line-height: 1.36;
  }
  body:not(.wp-admin) body, .acf-block-preview body {
    font-size: 18px;
  }
  body:not(.wp-admin) a, .acf-block-preview a {
    font-size: 16px;
    line-height: 1;
  }
  body:not(.wp-admin) p, .acf-block-preview p {
    font-size: 16px;
    line-height: 1.66;
  }
  body:not(.wp-admin) .font16, .acf-block-preview .font16 {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  body:not(.wp-admin) h1, .h1, .acf-block-preview h1, .h1 {
    font-size: 55px;
    line-height: 1.23;
  }
  body:not(.wp-admin) h2, .h2, .acf-block-preview h2, .h2 {
    font-size: 44px;
    line-height: 1.27;
  }
  body:not(.wp-admin) h3, .h3, .acf-block-preview h3, .h3 {
    font-size: 28px;
    line-height: 1.33;
  }
  body:not(.wp-admin) h4, .h4, .acf-block-preview h4, .h4 {
    font-size: 24px;
    line-height: 1.41;
  }
  body:not(.wp-admin) h5, .h5, .acf-block-preview h5, .h5 {
    font-size: 22px;
    line-height: 1.36;
  }
  body:not(.wp-admin) h6, .h6, .acf-block-preview h6, .h6 {
    font-size: 18px;
    line-height: 1.36;
  }
  body:not(.wp-admin) body, .acf-block-preview body {
    font-size: 18px;
  }
  body:not(.wp-admin) a, .acf-block-preview a {
    font-size: 18px;
    line-height: 1;
  }
  body:not(.wp-admin) p, .acf-block-preview p {
    font-size: 18px;
    line-height: 1.66;
  }
  body:not(.wp-admin) .font16, .acf-block-preview .font16 {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 1480px) {
  body:not(.wp-admin) h1, .h1, .acf-block-preview h1, .h1 {
    font-size: 65px;
    line-height: 1.23;
  }
  body:not(.wp-admin) h2, .h2, .acf-block-preview h2, .h2 {
    font-size: 55px;
    line-height: 1.27;
  }
  body:not(.wp-admin) h3, .h3, .acf-block-preview h3, .h3 {
    font-size: 30px;
    line-height: 1.33;
  }
  body:not(.wp-admin) h4, .h4, .acf-block-preview h4, .h4 {
    font-size: 24px;
    line-height: 1.41;
  }
  body:not(.wp-admin) h5, .h5, .acf-block-preview h5, .h5 {
    font-size: 22px;
    line-height: 1.36;
  }
  body:not(.wp-admin) h6, .h6, .acf-block-preview h6, .h6 {
    font-size: 18px;
    line-height: 1.36;
  }
  body:not(.wp-admin) body, .acf-block-preview body {
    font-size: 18px;
  }
  body:not(.wp-admin) a, .acf-block-preview a {
    font-size: 18px;
    line-height: 1;
  }
  body:not(.wp-admin) p, .acf-block-preview p {
    font-size: 18px;
    line-height: 1.66;
  }
  body:not(.wp-admin) .font16, .acf-block-preview .font16 {
    font-size: 16px;
    line-height: 1;
  }
}
html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

::placeholder {
  opacity: 1;
}

.hidden, [hidden] {
  display: none;
}

button, select, input[type=submit], input[type=reset], input[type=radio], input[type=checkbox], [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

iframe, form, video, textarea, select, body, section, figure, div, span, button, .button, input, a {
  box-sizing: border-box;
}

img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
}

.page h2, .error404 h2 {
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .page h2, .error404 h2 {
    padding-bottom: 40px;
  }
}
.page h2:after, .error404 h2:after {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 25px;
  height: 2px;
  left: 0;
  bottom: 5px;
}
.page h2:before, .error404 h2:before {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0px;
}
.page .line-center h2:after, .page .line-center h2:before, .error404 .line-center h2:after, .error404 .line-center h2:before {
  right: 0;
  margin: auto;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 20px;
}
ul li, ol li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: var(--body-fonts);
}

p {
  margin: 0;
  margin-bottom: 20px;
}

p:last-of-type {
  margin: 0;
}

textarea, select, body, section, figure, div, span, button, input {
  box-sizing: border-box;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe, form, video {
  max-width: 100%;
  width: 100%;
  display: block;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.anim {
  opacity: 0;
  will-change: opacity, transform;
}
.anim.stop {
  transform: translateY(60px);
}
.anim.sleft {
  transform: translateY(60px);
}
.anim.sright {
  transform: translateY(-60px);
}
.anim.sbottom {
  transform: translateY(-60px);
}
.anim.in {
  transform: translate(0);
  opacity: 1;
  transition: 0.5s opacity, 0.75s transform;
}

/* header css */
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  object-fit: contain;
}

.container-fluid {
  border-bottom: 1px solid #BE9269;
}

.menu-toggle {
  display: flex;
  align-items: center;
}
.menu-toggle .menu-toggle-button span {
  width: 33px;
  display: block;
  height: 1px;
  background: #000;
  margin-bottom: 10px;
  margin: 0 0 10px auto;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.menu-toggle .menu-toggle-button span:last-child {
  margin-bottom: 0;
}
.menu-toggle .menu-toggle-button span:nth-child(2) {
  transition: none;
}
.menu-toggle .menu-toggle-button.active span {
  transform: rotate(-45deg);
  margin: 0px 0;
}
.menu-toggle .menu-toggle-button.active span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle .menu-toggle-button.active span:nth-child(3) {
  width: 0;
  transition: 0s;
}

.top-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  padding: 18.5px 0;
}
.top-header .contact-info {
  max-width: 100%;
  width: 100%;
  border-top: 1px solid #E5E0E5;
}
.top-header .logo {
  padding: 9px;
  max-width: 200px;
  padding-left: 30px;
}
@media (min-width: 430px) {
  .top-header .logo {
    max-width: 245px;
  }
}
@media (min-width: 1800PX) {
  .top-header .logo {
    max-width: 309px;
  }
}
.top-header .logo img {
  object-fit: contain;
  height: auto;
  width: 100%;
}
.top-header .menu-toggle {
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.top-header .menu-toggle .cmenu-toggle {
  padding: 10px 0px;
  cursor: pointer;
}
.top-header .button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding: 15px 0;
}
@media (min-width: 360px) {
  .top-header .button-group {
    flex-direction: row;
  }
}
.top-header .button-group .button {
  font-size: 14px;
  margin-right: 0;
  max-width: 175px;
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 10px;
  color: #fff;
}
.top-header .button-group .button:hover:after {
  filter: none;
}
@media (min-width: 360px) {
  .top-header .button-group .button {
    margin-right: 10px;
  }
}
@media (min-width: 480px) {
  .top-header .button-group .button {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .top-header .button-group .button {
    padding: 15px 25px;
  }
}
@media (min-width: 1600px) {
  .top-header .button-group .button {
    font-size: 18px;
    padding: 18px 30px;
  }
}
.top-header .button-group .button:after {
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 10px;
  height: 15px;
}
@media (min-width: 991px) {
  .top-header .button-group .button:after {
    width: 14px;
    height: 17px;
    margin-left: 15px;
  }
}
.top-header .button-group .button:last-child {
  margin-right: 0;
}
@media (min-width: 430px) {
  .top-header .button-group .button {
    margin-right: 10px;
    max-width: unset;
    width: unset;
  }
  .top-header .button-group .button:last-child {
    margin-right: 0;
  }
}
.top-header .button-group .button:nth-child(even) {
  background-color: #000;
  transition: all 0.5s;
}
.top-header .button-group .button:nth-child(even):hover {
  background-color: var(--theme-color1);
}

.main-navigation {
  position: absolute;
  left: -100%;
  transition: 0.5s ease-in-out;
  bottom: 0;
  background: linear-gradient(296deg, var(--gradientcolor1) 0%, var(--gradientcolor2) 93%);
  max-width: 100%;
  top: 0;
  right: 0;
  height: min-content;
  top: 119px;
  padding-bottom: 60px;
  z-index: 1;
  min-height: 100vh;
}
.main-navigation .menu-item-has-children {
  padding: 8px 15px !important;
  padding-bottom: 13px !important;
}
@media (min-width: 1200px) {
  .main-navigation .menu-item-has-children {
    padding: 0 12px !important;
  }
}
.main-navigation.open {
  width: 100%;
  left: 0;
}
.main-navigation .menu-item {
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid #fff;
}
.main-navigation .menu-item:hover > a {
  color: #fff;
  transition: all 0.5s;
}
.main-navigation .menu-item.menu-open .dropdown::after {
  transform: rotate(226deg);
  top: 6px;
  transition: all 0.5s;
}
.main-navigation .sub-menu {
  display: none;
  position: relative;
  transition: inherit;
  margin: 0;
  top: 0;
  width: 100%;
  order: 3;
  padding: 0;
}
.main-navigation .sub-menu .menu-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main-navigation .menu-item a {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  width: 88%;
  display: block;
  cursor: pointer;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .main-navigation .menu-item a {
    width: auto;
  }
}
.main-navigation .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 6px;
  cursor: pointer;
}
.main-navigation .dropdown:after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  cursor: pointer;
  top: -3px;
  position: relative;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .main-navigation .dropdown {
    margin-right: 0;
    width: unset;
    height: unset;
  }
}
.main-navigation .menu {
  padding: 0;
}

.header-theme-2.button-count-three .banner-box {
  padding-top: 260px;
}
.header-theme-2.noscroll .top-header .button-group {
  display: none;
}
.header-theme-2 .sticky .top-header {
  border-bottom: none;
  border: none;
  display: none;
}
.header-theme-2 .sticky .main-navigation {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  height: auto;
  min-height: fit-content;
}
.header-theme-2 .top-header {
  order: 1;
  padding: 0;
}
.header-theme-2 .top-header .button-group {
  margin-right: 0px !important;
  padding-bottom: 0;
}
.header-theme-2 .top-header .menu-toggle {
  padding-right: 30px;
}
.header-theme-2 .top-header .contact-info {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .header-theme-2 .top-header .contact-info {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.header-theme-2 .site-header {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header-theme-2 .menu-toggle .menu-toggle-button span {
  background: #fff;
}
.header-theme-2 .container-fluid {
  display: flex;
  flex-direction: column;
}
.header-theme-2 .main-navigation {
  position: relative;
  left: 0;
  max-width: 100%;
  min-height: auto;
  background: transparent;
  padding: 20px 0;
  top: 0;
  order: -1;
}
.header-theme-2 .main-navigation.open .menu-header-menu-container {
  left: 0;
  width: 100%;
}
.header-theme-2 .main-navigation .header-right-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header-theme-2 .main-navigation .header-right-content {
    width: 75%;
  }
}
@media (min-width: 1450px) {
  .header-theme-2 .main-navigation .header-right-content {
    max-width: 72%;
  }
}
.header-theme-2 .main-navigation .menu-toggle {
  position: absolute;
  top: 40px;
  right: 15px;
}
.header-theme-2 .main-navigation .menu {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .header-theme-2 .main-navigation .menu {
    padding: 25px 0;
  }
}
@media (min-width: 1450px) {
  .header-theme-2 .main-navigation .menu {
    padding: 43px 0;
  }
}
@media (min-width: 1200px) {
  .header-theme-2 .main-navigation .menu .menu-item {
    padding: 0;
  }
}
.header-theme-2 .main-navigation .menu .menu-item:hover a {
  color: #000;
}
.header-theme-2 .navigation-list {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .header-theme-2 .navigation-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-theme-2 .logo {
  max-width: 16%;
  width: 100%;
  min-width: 240px;
  height: 60px;
}
@media (min-width: 1400px) {
  .header-theme-2 .logo {
    min-width: 309px;
  }
}
.header-theme-2 .logo img {
  object-fit: contain;
  height: auto;
  width: 100%;
}
.header-theme-2 .menu-header-menu-container {
  position: absolute;
  left: -100%;
  transition: all 0.6s;
  background: linear-gradient(296deg, var(--gradientcolor1) 0%, var(--gradientcolor2) 93%);
  min-height: 100vh;
  height: min-content;
  top: 97px;
  width: 100%;
}
@media (min-width: 1200px) {
  .header-theme-2 .menu-header-menu-container {
    width: 100%;
    position: inherit;
    left: auto;
    background: transparent;
    min-height: auto;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  @keyframes submenuRotate {
    0% {
      transform: rotateX(90deg);
    }
    100% {
      transform: rotateX(0deg);
    }
  }
  .top-header .button-group .button:after {
    display: block;
  }
  .container-fluid {
    padding: 0 30px;
  }
  .top-header {
    display: flex;
    justify-content: space-between;
    padding: 18.5px 0;
    flex-wrap: nowrap;
    align-items: center;
  }
  .top-header .logo {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .top-header .contact-info {
    display: flex;
    align-items: center;
    border: none;
    width: auto;
    padding: 0;
  }
  .top-header .contact-info .button-group {
    display: flex;
    margin-right: 0px;
  }
  .main-navigation {
    background: var(--theme-color4);
    margin: 0 -60px;
    padding: 32px 60px;
    position: relative;
    left: inherit;
    max-width: none;
    height: auto;
    min-height: auto;
    top: 0;
  }
  .main-navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
  }
  .main-navigation ul .menu-item {
    display: flex;
    position: relative;
    transition: all 0.6s;
    padding: 0 12px;
    border: 0;
    gap: 2px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .main-navigation ul .menu-item {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul .menu-item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .main-navigation ul .menu-item a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .main-navigation ul .menu-item a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .main-navigation ul .menu-item a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul .menu-item .sub-menu {
    position: absolute;
    display: none;
    min-width: 200px;
    transition: 0.7s ease;
  }
  .main-navigation ul .menu-item .sub-menu li {
    width: 100%;
    display: block;
    padding: 0;
  }
  .main-navigation ul .menu-item .sub-menu li a {
    padding: 14px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    width: 100%;
    border-bottom: 1px solid var(--theme-color1);
    color: #fff;
  }
  .main-navigation ul .menu-item .sub-menu li a:hover {
    background: var(--theme-color1);
  }
  .main-navigation ul .menu-item .dropdown:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 7px;
    width: 7px;
    margin-left: 10px;
    position: absolute;
    top: -3px;
    transition: all 0.6s;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .main-navigation ul .menu-item .dropdown:after {
    height: 8px;
    width: 8px;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul .menu-item:hover .dropdown {
    border-color: var(--theme-color1);
    transform: rotate(180deg);
  }
  .main-navigation ul .menu-item:hover a {
    color: var(--theme-color1);
  }
  .main-navigation ul .menu-item:hover .sub-menu {
    position: absolute;
    max-width: 100%;
    min-width: max-content;
    width: 100%;
    z-index: 1;
    right: auto;
    padding-left: 0;
    display: block;
    top: 20px;
    padding-top: 52px;
    min-width: 200px;
    animation: 0.7s ease submenuRotate;
    transform-origin: top;
    transform: rotateX(0deg);
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .main-navigation .menu-item:hover .sub-menu {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .header-theme-2 .container-fluid {
    padding: 0;
  }
  .header-theme-2 .top-header {
    padding: 0;
    border-bottom: 1px solid rgba(243, 242, 243, 0.2);
    order: inherit;
    justify-content: end;
  }
  .header-theme-2 .top-header .logo {
    padding-left: 60px;
  }
  .header-theme-2 .main-navigation {
    margin: 0;
    background: transparent;
    padding: 18px 0;
    order: inherit;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding: 0 50px;
  }
  .main-navigation ul .menu-item {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) and (min-width: 1800px) {
  .main-navigation ul .menu-item {
    padding: 0 25px;
  }
}
@media (min-width: 2350px) {
  .site-header .container-fluid {
    padding: 0 12vw;
    position: relative;
  }
  .header-theme-2 .container-fluid .main-navigation:before {
    background: transparent;
  }
  .header-theme-2 .top-header:before {
    background: transparent;
  }
  .header-theme-2 .site-header.sticky {
    background: #323332;
    padding: 15px 0;
  }
}
.white-popup {
  display: none; /* Hide popup by default */
  background: #fff;
  padding: 20px;
  max-width: 400px;
  margin: 20px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.white-popup {
  width: 100vw;
  min-width: 30vw;
  max-height: 100%;
  padding: 40px;
}
.white-popup p {
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.white-popup .disclaimer p {
  min-height: auto;
}
.white-popup .gform_footer .button:after {
  display: none;
}

.header-theme-1 .top-header, .error404 .top-header {
  padding: 29px 0;
  height: 120px;
}
.header-theme-1 .top-header .contact-info, .error404 .top-header .contact-info {
  border-top: none;
}
.header-theme-1 .top-header .main-navigation .current-menu-item a, .error404 .top-header .main-navigation .current-menu-item a {
  color: #fff !important;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .header-theme-1 .top-header .main-navigation .current-menu-item a, .error404 .top-header .main-navigation .current-menu-item a {
    color: #BE9269 !important;
  }
}
@media (min-width: 1200px) {
  .header-theme-1 .top-header .main-navigation .current-menu-item:after, .error404 .top-header .main-navigation .current-menu-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -50px;
    left: 0;
    right: 0;
    background: #BE9269;
  }
}
@media (min-width: 1450px) {
  .header-theme-1 .top-header .main-navigation .current-menu-item:after, .error404 .top-header .main-navigation .current-menu-item:after {
    bottom: -46px;
  }
}
@media (min-width: 1200px) {
  .header-theme-1 .main-navigation, .error404 .main-navigation {
    background: var(--theme-color4);
    margin: 0 0px;
    position: relative;
    left: inherit;
    max-width: none;
    height: auto;
    padding: 0;
    min-height: auto;
    top: 0;
    background: transparent;
  }
}
.header-theme-1 .menu li a, .error404 .menu li a {
  color: #000;
}
.header-theme-1 .button-group, .error404 .button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: -127px;
  left: 0;
  margin: auto;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 420px) {
  .header-theme-1 .button-group, .error404 .button-group {
    flex-direction: row;
    bottom: -73px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .header-theme-1 .button-group, .error404 .button-group {
    flex-direction: column;
    position: unset;
  }
}
@media (min-width: 1600px) {
  .header-theme-1 .button-group, .error404 .button-group {
    margin-right: 0px;
    flex-direction: row;
  }
}
.header-theme-1 .button-group .button, .error404 .button-group .button {
  margin-bottom: 5px;
  font-size: 13px;
  margin-right: 0;
  max-width: 200px;
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 420px) {
  .header-theme-1 .button-group .button, .error404 .button-group .button {
    margin-right: 10px !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header-theme-1 .button-group .button, .error404 .button-group .button {
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .header-theme-1 .button-group .button, .error404 .button-group .button {
    padding: 14px 15px;
    margin-bottom: 0px;
    margin-right: 10px !important;
    max-width: unset;
    width: unset;
  }
}
.header-theme-1 .button-group .button:last-child, .error404 .button-group .button:last-child {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
.header-theme-1 .button-group .button:after, .error404 .button-group .button:after {
  width: 11px;
  height: 11px;
  margin-left: 10px;
}

.white-popup {
  display: none; /* Hide popup by default */
  background: linear-gradient(296deg, var(--gradientcolor1) 0%, var(--gradientcolor2) 93%);
  color: #fff;
  border-radius: 22px;
  padding: 20px;
  max-width: 660px;
  margin: 20px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.white-popup {
  width: 100vw;
  min-width: 30vw;
  max-height: 100%;
  padding: 40px;
}
.white-popup p {
  min-height: 100px;
  display: flex;
  max-height: 250px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: block;
}
.white-popup p a {
  color: #000;
  transition: all 0.5s;
}
.white-popup p a:hover {
  color: #fff;
}
.white-popup .disclaimer p {
  min-height: auto;
}
.white-popup .gform_footer .button:after {
  display: none;
}
@media (max-width: 960px) {
  .white-popup {
    max-width: 400px;
    width: 100%;
    padding: 40px 22px;
  }
  .white-popup .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]), .white-popup .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select, .white-popup .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea {
    min-height: 41px;
  }
}

.footer {
  background: #f8f6f1;
}
.footer .main-footer {
  background-color: #000;
}
.footer .wrapper {
  max-width: 1650px;
}
.footer .footer-box {
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
  flex-direction: column;
}
.footer .footer-box ul {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .footer .footer-box {
    flex-direction: unset;
    justify-content: space-between;
  }
}
.footer .footer-box .wid30 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .footer .footer-box .wid30 {
    max-width: 27.902%;
    width: 100%;
    padding-top: 90px;
  }
}
.footer .footer-box .wid30 .footer-logo {
  display: flex;
  justify-content: flex-start;
  max-width: 309px;
  height: 60px;
}
@media (min-width: 1024px) {
  .footer .footer-box .wid30 .footer-logo {
    max-width: 412px;
    height: 80px;
  }
}
.footer .footer-box .wid30 .footer-left-content {
  padding-top: 30px;
}
.footer .footer-box .wid30 .footer-left-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .footer .footer-box .wid30 .footer-left-content p {
    line-height: 2.12;
  }
}
.footer .footer-box .wid60 {
  max-width: 100%;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .footer .footer-box .wid60 {
    max-width: 65%;
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer .footer-box .wid60 {
    max-width: 59.1%;
    width: 100%;
    justify-content: space-between;
  }
}
.footer .footer-box .wid60 .footer-col {
  padding-top: 50px;
}
@media (min-width: 664px) {
  .footer .footer-box .wid60 .footer-col {
    max-width: 50%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-box .wid60 .footer-col {
    max-width: unset;
    width: auto;
    padding-top: 0px;
    justify-content: space-between;
  }
}
.footer .footer-box .wid60 .footer-col .menu-title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  font-family: var(--body-fonts);
}
@media (min-width: 1024px) {
  .footer .footer-box .wid60 .footer-col .menu-title {
    font-size: 22px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.footer .footer-box .wid60 .footer-col .menu-title:after {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 25px;
  height: 2px;
  left: 0;
  bottom: 5px;
}
.footer .footer-box .wid60 .footer-col .menu-title:before {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.footer .footer-box .wid60 .footer-col .menu .menu-item {
  padding: 0;
  margin-bottom: 20px;
}
.footer .footer-box .wid60 .footer-col .menu .menu-item a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-box .wid60 .footer-col .menu .menu-item a:hover {
  color: #fff;
  transition: all 0.5s;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details {
  align-items: baseline;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details i {
  padding-right: 10px;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details i img {
  max-width: 14px;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details ul {
  margin-bottom: 30px;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details ul li {
  margin: 0;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 1.87;
  margin: 0;
  display: inline-block;
  margin: 0;
  font-weight: 500;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details ul li a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details ul li a:hover {
  color: #fff;
  transition: all 0.5s;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details:last-child {
  margin-bottom: 0px;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details .footer-address {
  margin-bottom: 0;
}
.footer .footer-box .wid60 .footer-col .footer-contact-inner .footer-contact-details .footer-address li p {
  display: block;
}
.footer .copyright {
  padding: 40px 0 59px 0;
  justify-content: center;
  flex-direction: column-reverse;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer .copyright {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}
.footer .copyright .copyright-left p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  max-width: 620px;
  width: 100%;
  display: block;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .footer .copyright .copyright-left p {
    text-align: left;
    padding-top: 0px;
  }
}
.footer .copyright .copyright-left a {
  font-size: 16px;
  color: #999999;
  position: relative;
  margin-right: 30px;
}
.footer .copyright .copyright-left a:before {
  content: "";
  width: 1px;
  display: block;
  background: #666;
  position: absolute;
  height: 100%;
  right: -15px;
}
.footer .copyright .copyright-left a:last-child:before {
  content: none;
}
.footer .copyright .copyright-left a:hover {
  color: #fff;
  transition: all 0.5s;
}
.footer .copyright .social-link {
  display: flex;
  flex-wrap: wrap;
}
.footer .copyright .social-link a {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  object-fit: cover;
  display: flex;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer .copyright .social-link a {
    width: 60px;
    height: 60px;
  }
}
.footer .copyright .social-link a img {
  width: 23px;
  height: 18px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .footer .copyright .social-link a img {
    width: auto;
    height: auto;
  }
}
.footer .copyright .social-link a:last-child {
  margin-right: 0px;
}
.footer .copyright .social-link a:hover {
  color: #fff;
  border: 1px solid #BE9269;
  background-color: #BE9269;
}
.footer .copyright .social-link a:hover img {
  transform: scale(1.1);
}

.hero-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner.darkSkin .section-title, .hero-banner.darkSkin .sub-heading, .hero-banner.darkSkin .main-title, .hero-banner.darkSkin h4, .hero-banner.darkSkin h3, .hero-banner.darkSkin p {
  color: #fff;
}
@media (min-width: 991px) {
  .hero-banner .slide {
    position: relative;
  }
}
.hero-banner .slide .hero-banner-details {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1650px;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details {
    min-height: 886px;
    position: unset;
    padding: 46px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero-banner .slide .hero-banner-details .banner-box {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero-banner .slide .hero-banner-details .banner-box .banner-image:after {
  position: absolute;
  content: "";
  background: linear-gradient(357deg, rgba(248, 246, 241, 0.4) 9%, rgba(248, 246, 241, 0.6) 20%, rgba(248, 246, 241, 0.8) 33%, rgba(248, 246, 241, 0.8) 31%, rgba(248, 246, 241, 0.8) 51%, rgba(248, 246, 241, 0.9) 98%);
  width: 100%;
  height: 100%;
  inset: 0;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-box .banner-image:after {
    content: none;
  }
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-box {
    max-width: 60%;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    position: inherit;
    justify-content: flex-start;
  }
}
.hero-banner .slide .hero-banner-details .banner-box .media-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.hero-banner .slide .hero-banner-details .banner-box .media-wrap span {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
.hero-banner .slide .hero-banner-details .banner-box .media-wrap .iframeAdd iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.hero-banner .slide .hero-banner-details .banner-box .media-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-banner .slide .hero-banner-details .banner-box .media-wrap video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-banner .slide .hero-banner-details .banner-box .heading-group {
  position: relative;
  text-align: center;
  padding: 30px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-box .heading-group {
    text-align: left;
    padding: 0;
  }
}
.hero-banner .slide .hero-banner-details .banner-box .heading-group .main-title {
  margin-bottom: 40px;
  max-width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.hero-banner .slide .hero-banner-details .banner-box .heading-group .main-title:before {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 50px;
  height: 2px;
  left: 0;
  top: 0px;
  right: 0;
  margin: auto;
}
.hero-banner .slide .hero-banner-details .banner-box .heading-group .main-title:after {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 25px;
  height: 2px;
  left: 0;
  top: -5px;
  right: 0;
  margin: auto;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-box .heading-group .main-title {
    text-align: left;
    padding-top: 30px;
  }
  .hero-banner .slide .hero-banner-details .banner-box .heading-group .main-title:before {
    left: 0;
    margin: unset;
  }
  .hero-banner .slide .hero-banner-details .banner-box .heading-group .main-title:after {
    left: 0;
    margin: unset;
  }
}
@media (min-width: 1600px) {
  .hero-banner .slide .hero-banner-details .banner-box .heading-group .main-title {
    max-width: 92%;
  }
}
.hero-banner .slide .hero-banner-details .banner-box .heading-group .sub-heading {
  color: #000;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--body-fonts);
}
.hero-banner .slide .hero-banner-details .banner-box .heading-group .button {
  margin-top: 20px;
}
.hero-banner .slide .hero-banner-details .banner-box .heading-group:last-child {
  margin: 0 !important;
}
.hero-banner .slide .hero-banner-details .banner-form {
  width: 100%;
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-form {
    margin-top: 0;
    margin-bottom: 0px;
    max-width: 40%;
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
.hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap {
  background: transparent;
  padding: 60px;
  padding: 30px 20px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  background: linear-gradient(180deg, rgba(190, 146, 105, 0.75) 0%, rgba(190, 146, 105, 0.8) 15%, rgba(190, 146, 105, 0.85) 61%, rgba(190, 146, 105, 0.9) 73%, rgb(190, 146, 105) 94%);
  border-radius: 20px;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap {
    padding: 30px 30px;
  }
}
@media (min-width: 1400px) {
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap {
    padding: 50px 40px;
  }
}
.hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-sub-heading, .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-sub-heading, .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title {
    text-align: left;
  }
}
.hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--head-fonts);
  position: relative;
}
.hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title:before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 25px;
  height: 2px;
  left: 0;
  margin: 0 auto;
  top: -21px;
  right: 0;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title:before {
    font-size: 30px;
  }
}
.hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title:after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 50px;
  height: 2px;
  left: 0;
  margin: 0 auto;
  top: -30px;
  right: 0;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title:before {
    width: 2px;
    height: 25px;
    left: -25px;
    bottom: 0px;
    top: 0;
    right: unset;
    margin: auto;
  }
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title:after {
    width: 2px;
    height: 50px;
    left: -30px;
    bottom: 0px;
    top: 0;
    right: unset;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title:before {
    left: -35px;
  }
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-title:after {
    left: -41px;
  }
}
.hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .form-sub-heading {
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 400px;
  margin: auto;
  margin-bottom: 15px;
  line-height: 1.36;
}
.hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .gform_footer {
  display: block;
  text-align: center;
}
@media (min-width: 991px) {
  .hero-banner .slide .hero-banner-details .banner-form .inner-box-wrap .gform_footer {
    display: inline-block;
  }
}
.hero-banner .slide.short .banner-box .banner-image {
  max-height: 900px;
}
.hero-banner .slide.short .banner-box .banner-image:after {
  position: absolute;
  content: "";
  background: rgb(248, 246, 241);
  width: 100%;
  background: linear-gradient(357deg, rgba(248, 246, 241, 0.4) 9%, rgba(248, 246, 241, 0.6) 20%, rgba(248, 246, 241, 0.8) 33%, rgba(248, 246, 241, 0.8) 31%, rgba(248, 246, 241, 0.8) 51%, rgba(248, 246, 241, 0.9) 98%);
  height: 100%;
  inset: 0;
}
@media (min-width: 991px) {
  .hero-banner .slide.short .banner-box .banner-image:after {
    background: linear-gradient(270deg, rgba(248, 246, 241, 0) 40%, rgba(248, 246, 241, 0.8) 53%, rgba(248, 246, 241, 0.85) 55%, rgba(248, 246, 241, 0.9) 57%, rgba(248, 246, 241, 0.95) 59%, rgb(248, 246, 241) 94%);
  }
}
.hero-banner .slide.short .main-title span {
  font-size: inherit !important;
}
.hero-banner .slide .form-description p {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 768px) {
  .hero-banner .slide .form-description p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-banner .slide .form-description p {
    text-align: left;
  }
}
.hero-banner .slide .form-description p strong {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1220px) {
  .hero-banner .slide .form-description p strong {
    font-size: 18px;
  }
}
.hero-banner .slide .form-description p:last-child {
  margin-bottom: 0 !important;
}
.hero-banner form .button .text {
  font-family: var(--body-fonts);
}

.header-theme-2 .hero-banner .slide .hero-banner-details {
  padding-top: 0;
}
@media (min-width: 991px) {
  .header-theme-2 .hero-banner .slide .hero-banner-details {
    padding-top: 257px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.single .slick-arrow, .page .slick-arrow {
  background-image: url(assets/images/sliderArrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.0823529412);
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 30%;
  margin-right: 0;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 400px) {
  .single .slick-arrow, .page .slick-arrow {
    right: 34%;
  }
}
@media (min-width: 680px) {
  .single .slick-arrow, .page .slick-arrow {
    right: 38%;
  }
}
@media (min-width: 1280px) {
  .single .slick-arrow, .page .slick-arrow {
    right: 44%;
    width: 70px;
    height: 70px;
  }
}
.single .slick-arrow:after, .page .slick-arrow:after {
  display: none;
}
.single .slick-arrow.slick-next, .page .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.single .slick-arrow.slick-prev, .page .slick-arrow.slick-prev {
  left: 30%;
  z-index: 2;
}
@media (min-width: 400px) {
  .single .slick-arrow.slick-prev, .page .slick-arrow.slick-prev {
    left: 34%;
  }
}
@media (min-width: 680px) {
  .single .slick-arrow.slick-prev, .page .slick-arrow.slick-prev {
    left: 38%;
  }
}
@media (min-width: 1280px) {
  .single .slick-arrow.slick-prev, .page .slick-arrow.slick-prev {
    left: 43%;
  }
}

.image-content.darkSkin .section-title, .image-content.darkSkin .sub-heading, .image-content.darkSkin .content, .image-content.darkSkin h4, .image-content.darkSkin h3 {
  color: #fff;
}
.image-content.darkSkin .button:hover {
  background-color: #fff;
  color: #000;
}
.image-content.darkSkin .button:hover:after {
  filter: brightness(0);
  transition: all 0.6s;
}
.image-content.wave-option-show {
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {
  .image-content.wave-option-show {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1921px) {
  .image-content.wave-option-show {
    padding-bottom: 200px !important;
  }
}
.image-content .wrapper.full-wrapper {
  max-width: 1680px;
}
@media (min-width: 1200px) {
  .image-content .wrapper.full-wrapper {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1400px) {
  .image-content .wrapper.full-wrapper {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1921px) {
  .image-content .wrapper.full-wrapper {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 991px) {
  .image-content.left-icon:before {
    background-image: url(assets/images/hair-dryer-left.png);
    background-position: left bottom;
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .image-content.left-icon:before {
    width: 347px;
    height: 367px;
  }
}
@media (min-width: 991px) {
  .image-content.right-icon:after {
    background-image: url(assets/images/hair-dryer-right.png);
    background-position: right bottom;
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    bottom: 3vw;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .image-content.right-icon:after {
    bottom: 11vw;
    width: 196px;
    height: 208px;
  }
}
.image-content .col-set {
  flex-direction: column-reverse;
}
@media (min-width: 991px) {
  .image-content .col-set {
    flex-direction: unset;
  }
  .image-content .col-set > .column {
    width: calc((100% - (2 - 1) * 30px) / 2);
  }
  .image-content .col-set > .column:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .image-content .col-set > .column:nth-child(2n) {
    margin-right: 0;
  }
}
.image-content .media {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 991px) {
  .image-content .media {
    margin-top: 0;
    max-width: 100%;
  }
}
.image-content .media .image img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
}
.image-content .heading-group {
  text-align: center;
}
@media (min-width: 580px) {
  .image-content .heading-group {
    text-align: left;
    padding-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .image-content .heading-group {
    padding-left: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .image-content .heading-group {
    padding-left: 70px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1480px) {
  .image-content .heading-group {
    padding-left: 90px;
    padding-bottom: 80px;
  }
}
.image-content .heading-group .section-title {
  margin-bottom: 20px;
  text-transform: none;
  text-align: center;
}
.image-content .heading-group .section-title:after, .image-content .heading-group .section-title:before {
  right: 0;
  margin: auto;
}
@media (min-width: 580px) {
  .image-content .heading-group .section-title {
    text-align: left;
    margin-bottom: 30px;
  }
  .image-content .heading-group .section-title:after, .image-content .heading-group .section-title:before {
    right: unset;
    margin: unset;
  }
}
.image-content .heading-group .sub-heading {
  margin-bottom: 30px;
  font-family: var(--body-fonts);
  font-size: 14px;
  text-align: left;
}
@media (min-width: 580px) {
  .image-content .heading-group .sub-heading {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .image-content .heading-group .sub-heading {
    font-size: 18px;
  }
}
.image-content .heading-group .content ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 30px;
}
.image-content .heading-group .content ul li {
  margin: 15px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.36;
  padding: 18px;
  font-weight: 700;
  box-shadow: 0px 10px 65px 0px rgba(0, 0, 0, 0.0588235294);
  background: #fff;
  color: #2C2C2C;
  border-radius: 9px;
  border: 1px solid hsla(0, 0%, 17%, 0.15);
}
@media (min-width: 768px) {
  .image-content .heading-group .content ul li {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .image-content .heading-group .content ul li {
    font-size: 24px;
    padding: 24px;
    margin: 30px 0;
  }
}
.image-content .heading-group .content ul li:before {
  content: "";
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: block;
  background: url(assets/images/education-icon.png);
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .image-content .heading-group .content ul li:before {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
}
.image-content .heading-group .content ol {
  position: relative;
  padding-left: 0;
  counter-reset: list-number;
  margin-bottom: 30px;
}
.image-content .heading-group .content ol li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .image-content .heading-group .content ol li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .image-content .heading-group .content ol li {
    font-size: 18px;
  }
}
.image-content .heading-group .content ol li:before {
  counter-increment: list-number;
  content: counter(list-number);
  min-width: 30px;
  height: 30px;
  background: #786d79;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
.image-content .heading-group .button {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .image-content .right-image {
    flex-direction: row-reverse;
  }
}
.image-content .right-image .heading-group {
  padding-left: 0;
}
@media (min-width: 991px) {
  .image-content .right-image .heading-group {
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .image-content .right-image .heading-group {
    padding-right: 70px;
  }
}
@media (min-width: 1480px) {
  .image-content .right-image .heading-group {
    padding-right: 90px;
  }
}
@media (min-width: 991px) {
  .image-content .right-image .media .image {
    transform: translateX(30px);
  }
}
@media (min-width: 768px) {
  .image-content .default-wrapper .tablisting {
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .image-content .default-wrapper .tablisting {
    padding-bottom: 80px;
  }
}
@media (min-width: 1921px) {
  .image-content .default-wrapper .tablisting {
    padding-bottom: 100px;
  }
}
.image-content .tablisting {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .image-content .tablisting {
    padding-bottom: 0px;
  }
}
@media (min-width: 1921px) {
  .image-content .tablisting {
    padding-bottom: 100px;
  }
}
.image-content .tablisting .custom-tabs {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(348deg, var(--gradientcolor1) 0%, var(--gradientcolor2) 93%);
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs {
    display: flex;
    width: 100%;
    margin-top: 84px;
  }
}
.image-content .tablisting .custom-tabs .tab-block {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}
.image-content .tablisting .custom-tabs .tab-block .tab-title {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
  transition: all 0.6s;
  font-family: var(--body-fonts);
}
.image-content .tablisting .custom-tabs .tab-block .tab-title:hover {
  background: #fff;
  color: var(--theme-color2);
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block .tab-title {
    padding: 30px;
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .image-content .tablisting .custom-tabs .tab-block .tab-title {
    padding: 40px;
  }
}
.image-content .tablisting .custom-tabs .tab-block.active .tab-title {
  background-color: #fff;
  color: var(--theme-color1);
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block:nth-child(2) .tab-title {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.image-content .tablisting .custom-tabs .tab-block:last-child .tab-title {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block:last-child .tab-title {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
  }
}
.image-content .tablisting .custom-tabs .tab-block:first-child .tab-title {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block:first-child .tab-title {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
  }
}
.image-content .tablisting .custom-tabs .tab-block .tab-body {
  display: none;
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block .tab-body {
    width: 300%;
  }
}
.image-content .tablisting .custom-tabs .tab-block .tab-body ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 20px 5px 20px;
}
@media (min-width: 768px) {
  .image-content .tablisting .custom-tabs .tab-block .tab-body ul {
    padding: 40px 20px 25px 20px;
  }
}
.image-content .tablisting .custom-tabs .tab-block .tab-body ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
@media (min-width: 768px) {
  .image-content .tablisting .custom-tabs .tab-block .tab-body ul li {
    max-width: 50%;
    font-size: 16px;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block .tab-body ul li {
    max-width: 33.33%;
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .image-content .tablisting .custom-tabs .tab-block .tab-body ul li {
    padding: 0 50px;
  }
}
.image-content .tablisting .custom-tabs .tab-block .tab-body ul li:before {
  content: "";
  display: block;
  min-width: 30px;
  height: 30px;
  background-image: url(assets/images/list.png);
  border-radius: 50%;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block:nth-child(2) .tab-body {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs .tab-block:nth-child(3) .tab-body {
    position: relative;
    left: -200%;
  }
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs.block-count-2 .tab-block .tab-body {
    width: 200%;
  }
}
@media (min-width: 1024px) {
  .image-content .tablisting .custom-tabs.block-count-1 .tab-block .tab-body {
    width: 100%;
  }
}

.cta-bar-section {
  padding: 50px 0;
}
.cta-bar-section.darkSkin .cta-title {
  color: #000 !important;
}
@media (min-width: 991px) {
  .cta-bar-section {
    padding: 55px 0;
  }
}
.cta-bar-section .row-wrap {
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
@media (min-width: 991px) {
  .cta-bar-section .row-wrap {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.cta-bar-section .row-wrap .button {
  margin-right: 0;
  width: max-content;
  margin: 0 auto;
}
.cta-bar-section .row-wrap .button:hover {
  background-color: var(--button-hover-color);
  color: #fff;
}
@media (min-width: 991px) {
  .cta-bar-section .row-wrap .button {
    width: auto;
    margin: 0;
    min-width: 208px;
  }
}
.cta-bar-section .row-wrap .cta-title {
  color: #fff;
  line-height: 1.25;
  margin-bottom: 40px;
  text-align: center;
  padding-right: 10px;
}
@media (min-width: 991px) {
  .cta-bar-section .row-wrap .cta-title {
    margin-bottom: 0px;
    max-width: 850px;
    text-align: left;
  }
}

.testimonials {
  clip-path: inset(0 0 0 0);
  position: relative;
  overflow: hidden;
}
.testimonials .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.testimonials .background-image img {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  top: 0;
  opacity: 0.95;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonials .heading-group {
  width: 100%;
}
.testimonials .heading-group .btn-wrap {
  display: flex;
  padding: 22.5px 38.5px;
  gap: 30px;
  width: max-content;
  padding-right: 0;
  display: none;
}
@media (min-width: 768px) {
  .testimonials .heading-group .btn-wrap {
    display: flex;
  }
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) {
  background-color: transparent;
  border: none;
  color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  line-height: 0;
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn):after {
  display: none;
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg {
  height: 22px;
  width: 60px;
  transition: 250ms all ease;
  cursor: pointer;
  align-items: center;
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(20%) saturate(802%) hue-rotate(348deg) brightness(92%) contrast(81%);
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg path {
  transition: 250ms all ease;
  height: 100%;
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg#left {
  transform: rotate(180deg);
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg#left:hover path {
  d: path("M0 10H48L44 6L45.5 4.5L54 11L45.5 17.5L44 16L48 12H0V10Z");
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}
.testimonials .heading-group .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg#right:hover path {
  d: path("M0 10H50L45 5L46.5 3.5L54 11L46.5 18.5L45 17L50 12H0V10Z");
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}
.testimonials .heading-group .section-title {
  margin-bottom: 15px;
  width: 100%;
}
.testimonials .heading-group .section-title:after, .testimonials .heading-group .section-title:before {
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .testimonials .heading-group .section-title {
    text-align: left;
  }
  .testimonials .heading-group .section-title:after, .testimonials .heading-group .section-title:before {
    right: unset;
    margin: unset;
  }
}
@media (min-width: 768px) {
  .testimonials .heading-group .section-title {
    margin-bottom: 50px;
    width: unset;
  }
}
.testimonials .testimonials-content .slickSlides {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .slickSlides {
    padding-bottom: 0px;
  }
}
.testimonials .testimonials-content .content {
  font-size: 16px;
  line-height: 1.87;
  font-style: italic;
}
.testimonials .testimonials-content .content:before {
  content: "";
  background: url(assets/images/testimonial-star.png);
  width: 150px;
  height: 17px;
  display: inline-block;
  left: 0;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  background-size: contain;
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .content:before {
    margin-bottom: 35px;
  }
}
.testimonials .testimonials-content .info-content {
  margin-top: 15px;
  line-height: 1.3;
}
.testimonials .testimonials-content .name {
  color: #000;
  margin-top: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.testimonials .testimonials-content .name:before {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 15px;
  height: 2px;
  left: -25px;
  bottom: 0px;
  margin: auto;
  top: 0;
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .name:before {
    width: 25px;
    left: -40px;
  }
}
@media (min-width: 991px) {
  .testimonials .testimonials-content .name:before {
    width: 30px;
    left: -50px;
  }
}
.testimonials .testimonials-content .slick-list {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .slick-list {
    margin-left: -15px;
  }
}
@media (min-width: 1280px) {
  .testimonials .testimonials-content .slick-list {
    margin-left: -30px;
  }
}
.testimonials .testimonials-content .slick-list .slick-track {
  display: flex;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .slick-list .slick-track {
    align-items: inherit;
  }
}
.testimonials .testimonials-content .slide {
  padding: 15px 30px;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .slide {
    padding: 15px 15px;
  }
}
@media (min-width: 1280px) {
  .testimonials .testimonials-content .slide {
    padding: 20px 30px;
  }
}
.testimonials .testimonials-content .slide .testimonial-box {
  padding: 25px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .slide .testimonial-box {
    max-width: none;
    padding: 30px 40px;
  }
}
@media (min-width: 991px) {
  .testimonials .testimonials-content .slide .testimonial-box {
    padding: 50px;
  }
}
.testimonials .testimonials-content .btn-wrap {
  display: flex;
  max-width: 40%;
  margin: auto;
}
@media (min-width: 768px) {
  .testimonials .testimonials-content .btn-wrap {
    display: none;
  }
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) {
  background-color: transparent;
  border: none;
  color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  line-height: 0;
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn):after {
  display: none;
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg {
  height: 22px;
  width: 60px;
  transition: 250ms all ease;
  cursor: pointer;
  align-items: center;
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(20%) saturate(802%) hue-rotate(348deg) brightness(92%) contrast(81%);
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg path {
  transition: 250ms all ease;
  height: 100%;
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg#left {
  transform: rotate(180deg);
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg#left:hover path {
  d: path("M0 10H48L44 6L45.5 4.5L54 11L45.5 17.5L44 16L48 12H0V10Z");
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}
.testimonials .testimonials-content .btn-wrap button:not(.testimonials-section .prev-btn):not(.testimonials-section .next-btn) svg#right:hover path {
  d: path("M0 10H50L45 5L46.5 3.5L54 11L46.5 18.5L45 17L50 12H0V10Z");
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}
.testimonials .slick-slide {
  position: relative;
}
.testimonials .slick-slide .testimonial-box:after {
  position: absolute;
  content: "";
  width: 116px;
  height: 86px;
  background: url(assets/images/testimonial-icon.png);
  right: 25px;
  background-repeat: no-repeat;
  bottom: 0;
  background-size: cover;
}
@media (min-width: 991px) {
  .testimonials .slick-slide .testimonial-box:after {
    right: 50px;
    width: 182px;
    height: 130px;
  }
}

.gallery-section .section-title, .gallery-section .sub-contain {
  margin-bottom: 40px;
}
.gallery-section .gallery a {
  max-width: 20%;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gallery-section .gallery a {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.gallery-section .gallery img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 1/1;
  width: 100%;
}
.gallery-section .gallery .slick-arrow {
  top: 42%;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.231372549);
}
.gallery-section .gallery .slick-arrow:hover {
  background-color: var(--theme-color1);
}
.gallery-section .gallery .slick-prev {
  left: 40px;
}
.gallery-section .button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gallery-section .button-link {
    margin-top: 60px;
  }
}
@media (min-width: 991px) {
  .gallery-section .button-link {
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .gallery-section .button-link {
    margin-top: 100px;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.single .mfp-close, .page .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.single .mfp-close:hover, .single .mfp-close:focus, .page .mfp-close:hover, .page .mfp-close:focus {
  opacity: 1;
}
.single .mfp-close:active, .page .mfp-close:active {
  top: 1px;
}
.single .mfp-close-btn-in .mfp-close, .page .mfp-close-btn-in .mfp-close {
  color: #333;
}
.single .mfp-close:after, .page .mfp-close:after {
  display: none;
}

.single .mfp-arrow, .page .mfp-arrow {
  position: absolute;
  top: 45%;
  left: 10%;
  background: url(assets/images/sliderArrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.0823529412);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}
.single .mfp-arrow:after, .page .mfp-arrow:after {
  display: none;
}

.mfp-arrow.mfp-arrow-right {
  right: 10%;
  left: unset;
  transform: rotate(180deg);
  margin-right: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.faq-section .wrapper {
  max-width: 1380px;
}
.faq-section.darkSkin .section-title, .faq-section.darkSkin .sub-heading, .faq-section.darkSkin .content, .faq-section.darkSkin h4, .faq-section.darkSkin h3, .faq-section.darkSkin .sub-content, .faq-section.darkSkin .faq-list-title, .faq-section.darkSkin .faq-title, .faq-section.darkSkin .faq-body {
  color: #fff !important;
}
.faq-section .heading-group .section-title {
  margin-bottom: 40px;
}
.faq-section .heading-group .sub-content {
  margin-bottom: 40px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .faq-section .heading-group .sub-content {
    margin-bottom: 70px;
  }
}
.faq-section .heading-group .faq-list-title {
  margin-bottom: 50px;
  border-top: 1px solid #E5E0E5;
  padding-top: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .faq-section .heading-group .faq-list-title {
    padding-top: 80px;
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .faq-section .heading-group .faq-list-title {
    padding-top: 100px;
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.faq-section .faq-block {
  margin-bottom: 30px;
  counter-increment: step-counter;
}
.faq-section .faq-block.active .faq-title {
  color: #000 !important;
}
.faq-section .faq-block:last-child {
  margin-bottom: 0;
}
.faq-section .faq-block .faq-title {
  line-height: 1.54;
  border-radius: 15px;
  padding: 20px 20px;
  border: 1px solid var(--theme-color4);
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #000;
  padding-left: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 0%, 0.15);
  font-family: var(--body-fonts);
}
.faq-section .faq-block .faq-title:hover {
  color: #000;
}
@media (min-width: 768px) {
  .faq-section .faq-block .faq-title {
    padding: 22px 22px;
    font-size: 22px;
    padding-left: 75px;
  }
}
@media (min-width: 1024px) {
  .faq-section .faq-block .faq-title {
    padding-left: 98px;
  }
}
.faq-section .faq-block .faq-title::after {
  content: "";
  min-width: 12px;
  height: 12px;
  background-image: url(assets/images/plus-faq.svg);
  background-size: contain;
  margin-left: 10px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .faq-section .faq-block .faq-title::after {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 991px) {
  .faq-section .faq-block .faq-title::after {
    width: 20px;
    height: 20px;
  }
}
.faq-section .faq-block .faq-title strong {
  position: absolute;
  display: flex;
  align-items: center;
  width: 40px;
  border-radius: 50%;
  left: 15px;
  line-height: 1;
  color: var(--theme-color1);
  font-size: 16px;
  height: 40px;
  font-weight: 600;
  margin: 0 20px 0 0px;
  background-color: var(--theme-color3);
  justify-content: center;
  font-family: var(--head-fonts);
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
@media (min-width: 768px) {
  .faq-section .faq-block .faq-title strong {
    width: 45px;
    font-size: 20px;
    height: 45px;
  }
}
@media (min-width: 991px) {
  .faq-section .faq-block .faq-title strong {
    width: 50px;
    font-size: 24px;
    left: 20px;
    height: 50px;
  }
}
.faq-section .faq-block .faq-title strong:after {
  content: counter(step-counter);
}
.faq-section .faq-block .faq-title strong:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid hsla(0, 0%, 0%, 0.15);
  border-radius: 50%;
  padding: 1px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.faq-section .faq-block.active .faq-title {
  background: #fff;
  color: #000;
  position: relative;
  border: none;
  display: flex;
  border: 1px solid transparent;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 20px 75px 0px rgba(0, 0, 0, 0.0705882353);
}
.faq-section .faq-block.active .faq-title::after {
  content: "";
  height: 2px;
  background-image: url(assets/images/minus-faq.svg);
}
.faq-section .faq-block .faq-body {
  display: none;
  padding: 18px 20px;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {
  .faq-section .faq-block .faq-body {
    padding: 20px 75px;
  }
}
@media (min-width: 1024px) {
  .faq-section .faq-block .faq-body {
    padding: 20px 98px;
  }
}
.faq-section .faq-block .faq-body ul {
  margin: 20px 0;
}
.faq-section .faq-block .faq-body ul li {
  display: flex;
  margin-bottom: 10px;
}
.faq-section .faq-block .faq-body ul li:before {
  content: "";
  display: block;
  min-width: 24px;
  height: 24px;
  background-image: url(assets/images/list.png);
  border-radius: 50%;
  margin-right: 10px;
  filter: brightness(0) saturate(100%);
  background-size: contain;
}
.faq-section .faq-block .faq-body ol {
  margin: 20px 0;
}
.faq-section .faq-block .faq-body ol li {
  margin-bottom: 15px;
  list-style: auto !important;
}

.full-form .wrapper {
  padding: 0;
}
@media (min-width: 640px) {
  .full-form .wrapper {
    padding: 0 15px;
  }
}
.full-form .wrapper .inner-box-wrap {
  max-width: 100%;
  border-radius: 0;
  background: linear-gradient(179deg, rgba(190, 146, 105, 0.8) 0%, rgba(190, 146, 105, 0.8) 15%, rgba(190, 146, 105, 0.9) 61%, rgb(190, 146, 105) 73%, rgb(190, 146, 105) 94%);
  padding: 36px;
}
@media (min-width: 640px) {
  .full-form .wrapper .inner-box-wrap {
    border-radius: 15px;
  }
}
@media (min-width: 991px) {
  .full-form .wrapper .inner-box-wrap {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .full-form .wrapper .inner-box-wrap {
    padding: 66px 60px;
  }
}
.full-form .wrapper .inner-box-wrap .form-content-wrap {
  display: block;
  text-align: center;
}
@media (min-width: 991px) {
  .full-form .wrapper .inner-box-wrap .form-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.full-form .wrapper .inner-box-wrap .form-content-wrap .form-sub-heading {
  order: 2;
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.full-form .wrapper .inner-box-wrap .form-content-wrap .form-title {
  order: 1;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  text-transform: capitalize;
  font-family: var(--head-fonts);
}
.full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields {
  display: grid;
}
.full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html {
  display: block;
}
@media (min-width: 1024px) {
  .full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html .form-title {
  order: 1;
  position: relative;
}
.full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html .form-sub-heading {
  order: 2;
  position: relative;
  font-size: 16px;
}
.full-form .gform_wrapper.gform-theme--framework form .gform_footer {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .full-form .gform_wrapper.gform-theme--framework form .gform_footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.full-form .gform_wrapper.gform-theme--framework form .gform_footer .gformButton {
  max-width: 100% !important;
  position: relative;
  order: 1;
}
@media (min-width: 640px) {
  .full-form .gform_wrapper.gform-theme--framework form .gform_footer .gformButton {
    max-width: 50% !important;
    text-align: left;
    order: 2;
  }
}
.full-form .gform_wrapper.gform-theme--framework form .gform_footer .disclaimer {
  max-width: 100%;
  margin-top: 0;
  order: 2;
  position: relative;
  text-align: center;
}
@media (min-width: 640px) {
  .full-form .gform_wrapper.gform-theme--framework form .gform_footer .disclaimer {
    max-width: 50%;
    text-align: left;
    order: 1;
  }
}

/*----- Tabs -----*/
.tabHead {
  order: -1;
}

.tabCont {
  display: none;
  width: 100%;
}

.tabHead {
  padding: 18px;
  font-size: 16px;
  background: var(--theme-color4);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  font-family: var(--head-fonts);
}
.tabHead:nth-last-child(2) {
  border-radius: 0 10px 10px 0;
}
.tabHead:first-child {
  border-radius: 10px;
}

.tabHead.isOpen {
  background: var(--theme-color1);
}

.titlePriceWrap .pricingCards {
  justify-content: space-between;
}

/*----- Tabs Ends -----*/
.titlePriceWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.titlePriceWrap p {
  padding: 20px 0;
}
.titlePriceWrap span {
  font-weight: 600;
  color: var(--theme-color4);
  font-size: 14px;
}
.titlePriceWrap:last-child {
  border-bottom: none;
}

.pricingCards .column3 {
  column-count: 1;
  gap: 0;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .pricingCards .column3 {
    column-count: 2;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .pricingCards .column3 {
    column-count: 3;
    gap: 30px;
    margin-top: 70px;
  }
}
.pricingCards .sCard {
  -webkit-column-break-inside: avoid;
  margin-bottom: 30px;
}
.pricingCards .cradHead {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.pricingCards .cradDesc {
  padding-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.pricingCards .contWrap {
  padding: 30px;
  height: 100%;
  border-radius: 15px;
  background: rgba(190, 146, 105, 0.2509803922);
}
.pricingCards .wrapper {
  max-width: 1680px;
}

@media (min-width: 768px) {
  .tabHead {
    padding: 26px;
    font-size: 20px;
  }
  .pricingCards .cradHead {
    font-size: 22px;
  }
  .pricingCards .cradDesc {
    font-size: 17px;
  }
  .pricingCards .contWrap {
    padding: 40px;
  }
  .titlePriceWrap p {
    padding: 18px 0;
  }
  .titlePriceWrap span {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  .tabHead {
    padding: 30px 30px;
    font-size: 24px;
  }
  .pricingCards .cradHead {
    font-size: 24px;
  }
  .pricingCards .cradDesc {
    font-size: 16px;
  }
  .titlePriceWrap span {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .tabHead {
    padding: 36px 38px;
    font-size: 28px;
  }
  .pricingCards .cradHead {
    font-size: 28px;
  }
}
@media (min-width: 991px) {
  .content-sidebar .wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 33.6vw;
    height: 100%;
    object-fit: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(assets/images/ta-icon.svg);
    background-position: left bottom;
    left: 0;
    bottom: -4vw;
  }
  .content-sidebar .wrapper.no-mask .wrapper:before {
    display: none;
  }
}
@media (min-width: 991px) {
  .content-sidebar:before {
    background-image: url(assets/images/hair-dryer-left.png);
    background-position: left top;
    position: absolute;
    content: "";
    max-width: 200px;
    width: 100%;
    height: 200px;
    top: -10.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (min-width: 991px) and (min-width: 1600px) {
  .content-sidebar:before {
    max-width: 255px;
    height: 292px;
  }
}
.content-sidebar .main-section-title {
  margin-bottom: 40px;
}
.content-sidebar .main-section-content {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .content-sidebar .col-set > .column {
    width: calc((100% - (2 - 1) * 30px) / 2);
  }
  .content-sidebar .col-set > .column:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .content-sidebar .col-set > .column:nth-child(2n) {
    margin-right: 0;
  }
}
.content-sidebar .right-sidebar {
  flex-direction: column-reverse;
}
.content-sidebar .right-sidebar .service-boxs {
  margin: 50px auto 0;
  transform: inherit;
}
.content-sidebar .heading-group {
  text-align: center;
}
.content-sidebar .heading-group .section-title {
  margin-bottom: 20px;
  font-family: var(--head-fonts);
}
.content-sidebar .heading-group .section-title:after, .content-sidebar .heading-group .section-title:before {
  right: 0;
  margin: auto;
}
@media (min-width: 991px) {
  .content-sidebar .heading-group .section-title {
    margin-bottom: 40px;
  }
  .content-sidebar .heading-group .section-title:after, .content-sidebar .heading-group .section-title:before {
    right: unset;
    margin: unset;
  }
}
.content-sidebar .heading-group .sub-heading {
  margin-bottom: 30px;
  font-family: var(--body-fonts);
  font-size: 14px;
}
@media (min-width: 768px) {
  .content-sidebar .heading-group .sub-heading {
    font-size: 18px;
  }
}
.content-sidebar .heading-group .content ol {
  position: relative;
  padding-left: 0;
  counter-reset: list-number;
  margin-bottom: 30px;
}
.content-sidebar .heading-group .content ol li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .content-sidebar .heading-group .content ol li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .content-sidebar .heading-group .content ol li {
    font-size: 18px;
  }
}
.content-sidebar .heading-group .content ol li:before {
  counter-increment: list-number;
  content: counter(list-number);
  min-width: 30px;
  height: 30px;
  background: #786d79;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
.content-sidebar .heading-group .content strong {
  display: block;
  color: #BE9269;
  font-weight: 600;
  text-transform: uppercase;
}
.content-sidebar .heading-group .button {
  margin-top: 30px;
}
.content-sidebar .service-boxs {
  width: 100%;
  max-width: 400px;
  background: linear-gradient(179deg, rgba(190, 146, 105, 0.8) 0%, rgba(190, 146, 105, 0.8) 15%, rgba(190, 146, 105, 0.9) 61%, rgb(190, 146, 105) 73%, rgb(190, 146, 105) 94%);
  border-radius: 20px;
  border: 1px solid #000;
}
.content-sidebar .service-boxs .inner-box-wrap form {
  padding: 27px;
}
@media (min-width: 1280px) {
  .content-sidebar .service-boxs .inner-box-wrap form {
    padding: 40px;
  }
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_body .gform_fields {
  display: grid;
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .content-sidebar .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
    margin-bottom: 20px;
  }
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html {
  display: block;
}
@media (min-width: 1024px) {
  .content-sidebar .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html .form-title {
  order: 1;
  position: relative;
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html .form-sub-heading {
  order: 2;
  position: relative;
  font-size: 16px;
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_footer .gformButton {
  max-width: max-content;
  padding: 16px 26px !important;
}
@media (min-width: 640px) {
  .content-sidebar .gform_wrapper.gform-theme--framework form .gform_footer .gformButton {
    order: 2;
  }
}
@media (min-width: 991px) {
  .content-sidebar .gform_wrapper.gform-theme--framework form .gform_footer .gformButton {
    padding: 20px 30px !important;
  }
}
.content-sidebar .gform_wrapper.gform-theme--framework form .gform_footer .disclaimer {
  max-width: 100%;
  margin-top: 0;
  order: 2;
  position: relative;
  text-align: center;
}
@media (min-width: 640px) {
  .content-sidebar .gform_wrapper.gform-theme--framework form .gform_footer .disclaimer {
    max-width: 50%;
    text-align: left;
    order: 1;
  }
}
.content-sidebar .full-width {
  align-items: center;
}
.content-sidebar .full-width .service-boxs {
  max-width: unset;
  margin: 15px auto 0;
}
.content-sidebar .full-width .heading-group {
  max-width: unset;
}
@media (min-width: 991px) {
  .content-sidebar .full-width .heading-group {
    max-width: 450px;
  }
}
.content-sidebar .sidebar-title {
  line-height: normal;
  position: relative;
  color: #fff;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-sidebar .sidebar-title:after {
  content: "";
  display: block;
  min-width: 30px;
  background-repeat: no-repeat;
  height: 30px;
  background-image: url(assets/images/watch.png);
}
.content-sidebar .timetable-list {
  padding: 14px 26px;
}
.content-sidebar .timetable-list .list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #fff;
  padding: 13px 0;
}
.content-sidebar .timetable-list .list-content:last-child {
  border-bottom: none;
}
.content-sidebar .timetable-list .list-content strong {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.6px;
  padding-right: 0;
  max-width: 42%;
  width: 100%;
}
.content-sidebar .timetable-list .list-content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.6px;
  text-align: left;
  width: 100%;
}
.content-sidebar .service-box-data {
  padding: 10px;
}
.content-sidebar .service-box-data.timeTable {
  padding: 0;
}
.content-sidebar .service-box-data .text-content {
  background: #fff;
  border-radius: 9px;
  padding: 20px;
}
.content-sidebar .service-box-data .text-content ul {
  padding: 0;
}
.content-sidebar .service-box-data .text-content li {
  display: flex;
  margin-bottom: 10px;
}
.content-sidebar .service-box-data .text-content li::before {
  content: "";
  display: block;
  min-width: 24px;
  height: 24px;
  background-image: url(assets/images/list.png);
  border-radius: 50%;
  margin-right: 10px;
  filter: brightness(0) saturate(100%);
  background-size: contain;
}
.content-sidebar .service-box-data .text-content li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .content-sidebar .timetable-list {
    padding: 14px 30px;
  }
  .content-sidebar .timetable-list .list-content strong {
    font-size: 16px;
    padding-right: 20px;
    max-width: 44%;
  }
  .content-sidebar .timetable-list .list-content p {
    font-size: 16px;
  }
  .content-sidebar .sidebar-title {
    padding: 40px 35px 30px 40px;
  }
  .content-sidebar .right-sidebar.full-width .service-boxs {
    margin: 15px auto 30px;
  }
}
@media (min-width: 991px) {
  .content-sidebar .right-sidebar {
    flex-direction: row-reverse;
  }
  .content-sidebar .right-sidebar .service-boxs {
    margin: 0 0 0 auto;
    transform: translateX(30px);
  }
  .content-sidebar .right-sidebar.full-width .service-boxs {
    margin: 0 0 0 auto;
    transform: translateX(0px);
    margin: 15px auto 40px;
  }
  .content-sidebar .section-title {
    text-align: left;
  }
  .content-sidebar .heading-group {
    text-align: left;
  }
  .content-sidebar .main-section-content {
    margin-bottom: 70px;
  }
  .content-sidebar .timetable-list {
    padding: 14px 40px;
  }
  .content-sidebar .timetable-list .list-content strong {
    font-size: 18px;
  }
  .content-sidebar .timetable-list .list-content p {
    font-size: 18px;
  }
}
@media (min-width: 991px) {
  .blog .col-set > .column, .archive .col-set > .column, .search .col-set > .column, .single .col-set > .column {
    width: calc((100% - (2 - 1) * 40px) / 2);
  }
  .blog .col-set > .column:not(:nth-child(2n)), .archive .col-set > .column:not(:nth-child(2n)), .search .col-set > .column:not(:nth-child(2n)), .single .col-set > .column:not(:nth-child(2n)) {
    margin-right: 40px;
  }
  .blog .col-set > .column:nth-child(2n), .archive .col-set > .column:nth-child(2n), .search .col-set > .column:nth-child(2n), .single .col-set > .column:nth-child(2n) {
    margin-right: 0;
  }
}
.blog .col-set .column, .archive .col-set .column, .search .col-set .column, .single .col-set .column {
  margin-bottom: 40px;
}
.blog .col-set .column.blog-list, .archive .col-set .column.blog-list, .search .col-set .column.blog-list, .single .col-set .column.blog-list {
  margin-bottom: 40px;
  padding: 15px 15px 30px 15px;
  border-radius: 9px;
  box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 767px) {
  .blog .col-set .column.blog-list, .archive .col-set .column.blog-list, .search .col-set .column.blog-list, .single .col-set .column.blog-list {
    padding: 15px 15px 40px 15px;
  }
}
.blog .categeries-box, .archive .categeries-box, .search .categeries-box, .single .categeries-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.blog .categeries-box .categeries-list, .archive .categeries-box .categeries-list, .search .categeries-box .categeries-list, .single .categeries-box .categeries-list {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .blog .categeries-box .categeries-list, .archive .categeries-box .categeries-list, .search .categeries-box .categeries-list, .single .categeries-box .categeries-list {
    max-width: 48.246%;
    margin-bottom: 0;
  }
}
.blog .categeries-box .categeries-list:after, .archive .categeries-box .categeries-list:after, .search .categeries-box .categeries-list:after, .single .categeries-box .categeries-list:after {
  content: "";
  position: absolute;
  background: url(assets/images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  cursor: pointer;
}
.blog .categeries-box .search-bar, .archive .categeries-box .search-bar, .search .categeries-box .search-bar, .single .categeries-box .search-bar {
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 767px) {
  .blog .categeries-box .search-bar, .archive .categeries-box .search-bar, .search .categeries-box .search-bar, .single .categeries-box .search-bar {
    max-width: 48.246%;
  }
}
.blog .categeries-box .search-bar .btn, .archive .categeries-box .search-bar .btn, .search .categeries-box .search-bar .btn, .single .categeries-box .search-bar .btn {
  position: absolute;
  right: 15px;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.blog .categeries-box .search-bar .btn:after, .archive .categeries-box .search-bar .btn:after, .search .categeries-box .search-bar .btn:after, .single .categeries-box .search-bar .btn:after {
  display: none;
}
.blog .categeries-box .search-bar .btn.disable, .archive .categeries-box .search-bar .btn.disable, .search .categeries-box .search-bar .btn.disable, .single .categeries-box .search-bar .btn.disable {
  pointer-events: none;
  opacity: 0.4;
}
.blog .categeries-box select, .archive .categeries-box select, .search .categeries-box select, .single .categeries-box select {
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border-radius: 7px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: #666;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-family: var(--head-fonts);
  line-height: normal;
}
@media (min-width: 767px) {
  .blog .categeries-box select, .archive .categeries-box select, .search .categeries-box select, .single .categeries-box select {
    padding: 21px 25px;
    font-size: 18px;
    line-height: 1;
  }
}
.blog .categeries-box input, .archive .categeries-box input, .search .categeries-box input, .single .categeries-box input {
  font-size: 16px;
  padding: 20px;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  width: 100%;
  color: #666;
  font-family: var(--head-fonts);
  line-height: normal;
}
@media (min-width: 767px) {
  .blog .categeries-box input, .archive .categeries-box input, .search .categeries-box input, .single .categeries-box input {
    padding: 21px 25px;
    font-size: 18px;
    line-height: 1;
  }
}
.blog article, .archive article, .search article, .single article {
  height: 100%;
}
.blog .blog-thumbnail-image, .archive .blog-thumbnail-image, .search .blog-thumbnail-image, .single .blog-thumbnail-image {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .blog .blog-thumbnail-image, .archive .blog-thumbnail-image, .search .blog-thumbnail-image, .single .blog-thumbnail-image {
    margin-bottom: 40px;
  }
}
.blog .blog-thumbnail-image a, .archive .blog-thumbnail-image a, .search .blog-thumbnail-image a, .single .blog-thumbnail-image a {
  position: relative;
  padding-top: 100%;
  display: block;
}
.blog .blog-thumbnail-image a img, .archive .blog-thumbnail-image a img, .search .blog-thumbnail-image a img, .single .blog-thumbnail-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: cover;
  object-position: center;
}
.blog .blog-details, .archive .blog-details, .search .blog-details, .single .blog-details {
  padding: 0;
}
@media (min-width: 767px) {
  .blog .blog-details, .archive .blog-details, .search .blog-details, .single .blog-details {
    padding: 0 25px;
  }
}
.blog .blog-details .blog-content, .archive .blog-details .blog-content, .search .blog-details .blog-content, .single .blog-details .blog-content {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .blog .blog-details .blog-content, .archive .blog-details .blog-content, .search .blog-details .blog-content, .single .blog-details .blog-content {
    margin-bottom: 40px;
  }
}
.blog .blog-pagination, .archive .blog-pagination, .search .blog-pagination, .single .blog-pagination {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .blog .blog-pagination, .archive .blog-pagination, .search .blog-pagination, .single .blog-pagination {
    margin-top: 60px;
  }
}
.blog .blog-pagination .pagination, .archive .blog-pagination .pagination, .search .blog-pagination .pagination, .single .blog-pagination .pagination {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog .blog-pagination .pagination .page-numbers, .archive .blog-pagination .pagination .page-numbers, .search .blog-pagination .pagination .page-numbers, .single .blog-pagination .pagination .page-numbers {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: var(--head-fonts);
  color: #637079;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .blog .blog-pagination .pagination .page-numbers, .archive .blog-pagination .pagination .page-numbers, .search .blog-pagination .pagination .page-numbers, .single .blog-pagination .pagination .page-numbers {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 18px;
  }
}
.blog .blog-pagination .pagination .page-numbers:hover, .archive .blog-pagination .pagination .page-numbers:hover, .search .blog-pagination .pagination .page-numbers:hover, .single .blog-pagination .pagination .page-numbers:hover {
  background: var(--theme-color1);
  color: #fff;
  border: none;
}
.blog .blog-pagination .pagination .page-numbers:hover .btn, .archive .blog-pagination .pagination .page-numbers:hover .btn, .search .blog-pagination .pagination .page-numbers:hover .btn, .single .blog-pagination .pagination .page-numbers:hover .btn {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(214deg) brightness(107%) contrast(101%);
}
.blog .blog-pagination .pagination .page-numbers.current, .archive .blog-pagination .pagination .page-numbers.current, .search .blog-pagination .pagination .page-numbers.current, .single .blog-pagination .pagination .page-numbers.current {
  background-color: var(--theme-color2);
  color: #fff;
  border: none;
}
.blog .blog-pagination .pagination .page-numbers.next, .archive .blog-pagination .pagination .page-numbers.next, .search .blog-pagination .pagination .page-numbers.next, .single .blog-pagination .pagination .page-numbers.next {
  margin-left: 10px;
  margin-right: 0;
}
@media (min-width: 767px) {
  .blog .blog-pagination .pagination .page-numbers.next, .archive .blog-pagination .pagination .page-numbers.next, .search .blog-pagination .pagination .page-numbers.next, .single .blog-pagination .pagination .page-numbers.next {
    margin-left: 30px;
    margin-right: 0;
  }
}
.blog .blog-pagination .pagination .page-numbers.prev, .archive .blog-pagination .pagination .page-numbers.prev, .search .blog-pagination .pagination .page-numbers.prev, .single .blog-pagination .pagination .page-numbers.prev {
  margin-right: 20px;
}
@media (min-width: 767px) {
  .blog .blog-pagination .pagination .page-numbers.prev, .archive .blog-pagination .pagination .page-numbers.prev, .search .blog-pagination .pagination .page-numbers.prev, .single .blog-pagination .pagination .page-numbers.prev {
    margin-right: 50px;
  }
}
.blog .blog-pagination .pagination .page-numbers .btn, .archive .blog-pagination .pagination .page-numbers .btn, .search .blog-pagination .pagination .page-numbers .btn, .single .blog-pagination .pagination .page-numbers .btn {
  width: 14px;
  height: 14px;
}
@media (min-width: 767px) {
  .blog .blog-pagination .pagination .page-numbers .btn, .archive .blog-pagination .pagination .page-numbers .btn, .search .blog-pagination .pagination .page-numbers .btn, .single .blog-pagination .pagination .page-numbers .btn {
    width: 18px;
    height: 18px;
  }
}
.blog .blog-pagination .pagination .page-numbers .btn.prev, .archive .blog-pagination .pagination .page-numbers .btn.prev, .search .blog-pagination .pagination .page-numbers .btn.prev, .single .blog-pagination .pagination .page-numbers .btn.prev {
  background: url(assets/images/prev-blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog .blog-pagination .pagination .page-numbers .btn.next, .archive .blog-pagination .pagination .page-numbers .btn.next, .search .blog-pagination .pagination .page-numbers .btn.next, .single .blog-pagination .pagination .page-numbers .btn.next {
  background: url(assets/images/next-blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog .blog-banner-section, .archive .blog-banner-section, .search .blog-banner-section, .single .blog-banner-section {
  position: relative;
  margin-bottom: 50px;
}
.blog .blog-banner-section .blog-banner-image, .archive .blog-banner-section .blog-banner-image, .search .blog-banner-section .blog-banner-image, .single .blog-banner-section .blog-banner-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.blog .blog-banner-section .blog-banner-image img, .archive .blog-banner-section .blog-banner-image img, .search .blog-banner-section .blog-banner-image img, .single .blog-banner-section .blog-banner-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog .blog-banner-section .blog-banner-image:after, .archive .blog-banner-section .blog-banner-image:after, .search .blog-banner-section .blog-banner-image:after, .single .blog-banner-section .blog-banner-image:after {
  background: linear-gradient(357deg, rgba(248, 246, 241, 0) 40%, rgba(248, 246, 241, 0.8) 53%, rgba(248, 246, 241, 0.7) 55%, rgba(248, 246, 241, 0.7) 57%, rgba(248, 246, 241, 0.7) 59%, rgb(248, 246, 241) 94%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
}
@media (min-width: 991px) {
  .blog .blog-banner-section .blog-banner-image:after, .archive .blog-banner-section .blog-banner-image:after, .search .blog-banner-section .blog-banner-image:after, .single .blog-banner-section .blog-banner-image:after {
    background: linear-gradient(270deg, rgba(248, 246, 241, 0) 40%, rgba(248, 246, 241, 0.8) 53%, rgba(248, 246, 241, 0.7) 55%, rgba(248, 246, 241, 0.7) 57%, rgba(248, 246, 241, 0.7) 59%, rgb(248, 246, 241) 94%);
  }
}
.blog .blog-banner-section .heading-group, .archive .blog-banner-section .heading-group, .search .blog-banner-section .heading-group, .single .blog-banner-section .heading-group {
  min-height: 650px;
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 30px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 767px) {
  .blog .blog-banner-section .heading-group, .archive .blog-banner-section .heading-group, .search .blog-banner-section .heading-group, .single .blog-banner-section .heading-group {
    min-height: 650px;
  }
}
.blog .blog-banner-section .heading-group .main-title, .archive .blog-banner-section .heading-group .main-title, .search .blog-banner-section .heading-group .main-title, .single .blog-banner-section .heading-group .main-title {
  color: #000;
}

.single .blog-banner-section {
  margin-bottom: 0;
}
.single .singleblog .typography {
  padding: 50px 0;
}
.single .singleblog .wrapper {
  max-width: 1600px;
}
.single .singleblog .wrapper.dflex {
  align-items: flex-start;
}
.single .singleblog .sidebar {
  width: 100%;
}
.single .singleblog .sidebar .gform_widget {
  padding: 30px 20px;
  border: 1px solid #000;
  background: linear-gradient(180deg, rgba(190, 146, 105, 0.75) 0%, rgba(190, 146, 105, 0.8) 15%, rgba(190, 146, 105, 0.85) 61%, rgba(190, 146, 105, 0.9) 73%, rgb(190, 146, 105) 94%);
  border-radius: 20px;
}
.single .singleblog .sidebar .gform_widget .disclaimer {
  color: #fff;
}
.single .singleblog .sidebar .widgettitle {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: var(--body-fonts);
}
@media (min-width: 1600px) {
  .single .singleblog .sidebar .widgettitle {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .single .singleblog .sidebar {
    position: sticky;
    top: 20px;
    right: 0;
    max-width: 400px;
  }
}
@media (min-width: 1600px) {
  .single .singleblog .sidebar {
    max-width: 500px;
  }
}
.single .singleblog .blogContent {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .single .singleblog .blogContent {
    max-width: calc(100% - 540px);
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #888;
    border-bottom: none;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .single .singleblog .blogContent {
    max-width: calc(100% - 540px);
  }
}
.single .withoutBanner .singleblog {
  padding: 150px 0;
}

.search .blog-pagination {
  margin-bottom: 60px;
}

.no-results {
  padding: 100px 0;
}
.no-results .inner-wrap {
  border: 6px double #e8a53c;
  padding: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.no-results .inner-wrap .page-content p {
  margin-bottom: 20px;
}
.no-results .inner-wrap .page-content .search-bar {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.no-results .inner-wrap .page-content .search-bar .btn {
  position: absolute;
  right: 15px;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.no-results .inner-wrap .page-content .search-bar .btn:after {
  display: none;
}
.no-results .inner-wrap .page-content .search-bar .btn.disable {
  pointer-events: none;
  opacity: 0.4;
}
.no-results .inner-wrap .page-content .search-bar input {
  font-size: 16px;
  padding: 20px;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  width: 100%;
  color: #666;
  font-family: var(--head-fonts);
  line-height: normal;
}
@media (min-width: 767px) {
  .no-results .inner-wrap .page-content .search-bar input {
    padding: 21px 25px;
    font-size: 18px;
    line-height: 1;
  }
}

.cta-content-box.darkSkin .cta-title, .cta-content-box.darkSkin .cta-content {
  color: #fff;
}
.cta-content-box.darkSkin h2:after, .cta-content-box.darkSkin h2:before {
  background-color: #fff;
}
@media (min-width: 991px) {
  .cta-content-box.icon-show:before {
    background-image: url(assets/images/relaxing-spa-scene-with-candles-flowers-stones-wooden-table-wellness-center.png);
    background-position: left bottom;
    position: absolute;
    content: "";
    max-width: 200px;
    width: 100%;
    height: 200px;
    bottom: -36px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }
}
@media (min-width: 1600px) {
  .cta-content-box.icon-show:before {
    max-width: 382px;
    height: 329px;
  }
}
.cta-content-box .inner-box-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.cta-content-box .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta-content-box .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-content-box .cta-content-inner-box {
  padding: 54px 15px;
  height: 100%;
}
@media (min-width: 480px) {
  .cta-content-box .cta-content-inner-box {
    padding: 54px 30px;
  }
}
@media (min-width: 768px) {
  .cta-content-box .cta-content-inner-box {
    padding: 54px 60px;
  }
}
@media (min-width: 1200px) {
  .cta-content-box .cta-content-inner-box {
    padding: 54px 80px;
  }
}
.cta-content-box .cta-content-inner-box .cta-title {
  margin-bottom: 20px;
}
.cta-content-box .cta-content-inner-box .cta-icon-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.cta-content-box .cta-content-inner-box .cta-icon-image img {
  display: block;
  border-radius: 50%;
  max-width: 120px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cta-content-box .cta-content-inner-box .cta-icon-image img {
    max-width: 180px;
  }
}
.cta-content-box .cta-content-inner-box .cta-content {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 1100px;
}
@media (min-width: 768px) {
  .cta-content-box .cta-content-inner-box .cta-content {
    font-size: 18px;
  }
}
.cta-content-box .cta-content-inner-box .button {
  margin-right: 0;
}
.cta-content-box .cta-content-inner-box.align-left {
  background: linear-gradient(90deg, rgb(190, 146, 105) 33%, rgba(190, 146, 105, 0.77) 54%, rgba(190, 146, 105, 0.66) 72%, rgba(190, 146, 105, 0.2) 100%);
}
.cta-content-box .cta-content-inner-box.align-left .cta-content {
  margin-left: 0;
  max-width: 1200px;
}
.cta-content-box .cta-content-inner-box.align-left .cta-icon-image {
  justify-content: left;
}
.cta-content-box .cta-content-inner-box.align-left .button {
  margin-top: 20px;
  background: #000;
}
.cta-content-box .cta-content-inner-box.align-left .button:hover {
  background: #fff;
  color: #000;
}
.cta-content-box .cta-content-inner-box.align-left .button:hover:after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7500%) hue-rotate(360deg) brightness(90%) contrast(101%);
  transition: all 0.6s;
}

.locations-link-section.darkSkin .section-title, .locations-link-section.darkSkin .section-content {
  color: #fff;
}
.locations-link-section .locations-link-inner {
  margin: 0 auto;
  height: 100%;
  max-width: 1000px;
}
.locations-link-section .locations-link-inner.acenter {
  text-align: center;
}
.locations-link-section .locations-link-inner .button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  padding: 15px 0;
  margin-bottom: 24px;
}
@media (min-width: 360px) {
  .locations-link-section .locations-link-inner .button-group {
    flex-direction: row;
  }
}
@media (min-width: 424px) {
  .locations-link-section .locations-link-inner .button-group {
    justify-content: center;
  }
}
.locations-link-section .locations-link-inner .button-group .button {
  max-width: 160px;
  width: 100%;
  margin-right: 0;
  color: #000;
}
.locations-link-section .locations-link-inner .button-group .button:hover {
  color: #fff;
}
.locations-link-section .locations-link-inner .button-group .button:hover:after {
  filter: none;
}
.locations-link-section .locations-link-inner .button-group .button:after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(12%) hue-rotate(336deg) brightness(99%) contrast(84%);
  transition: all 0.6s;
}
@media (min-width: 991px) {
  .locations-link-section .locations-link-inner .button-group .button {
    font-size: 18px;
    padding: 18px 30px;
  }
}
@media (min-width: 430px) {
  .locations-link-section .locations-link-inner .button-group .button {
    max-width: unset;
    width: unset;
  }
}
.locations-link-section .locations-link-inner .button-group .button:nth-child(even) {
  background-color: var(--theme-color1);
}
.locations-link-section .locations-link-inner .button-group .button:nth-child(even):hover {
  background-color: var(--theme-color2);
}
.locations-link-section .locations-link-inner .button-group .button:last-child {
  background-color: var(--theme-color2);
}
.locations-link-section .locations-link-inner .button-group .button:last-child:hover {
  background-color: var(--theme-color1);
}
.locations-link-section .locations-link-inner .section-content {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .locations-link-section .locations-link-inner .section-content {
    font-size: 18px;
    padding: 18px 30px;
  }
}
.locations-link-section .locations-link-inner .section-content P {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .locations-link-section .locations-link-inner .section-content P {
    font-size: 18px;
  }
}
.locations-link-section .locations-link-inner .section-content a {
  color: var(--theme-color4);
  text-decoration: underline;
  line-height: 1.1;
  font-size: 16px;
}
.locations-link-section .locations-link-inner .section-content a:hover {
  color: var(--theme-color1);
}
.locations-link-section .section-content ul {
  margin: 20px 0;
}
.locations-link-section .section-content ul li {
  list-style: disc !important;
  margin-bottom: 15px;
}
.locations-link-section .section-content ol {
  margin: 20px 0;
}
.locations-link-section .section-content ol li {
  margin-bottom: 15px;
  list-style: auto !important;
}

.partners .wrapper {
  padding: 0;
}
@media (min-width: 991px) {
  .partners .wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .partners .wrapper {
    padding: 0 15px;
  }
}
.partners.darkSkin .section-title, .partners.darkSkin .sub-heading, .partners.darkSkin .content {
  color: #fff;
}
@media (min-width: 1480px) {
  .partners.cblock {
    padding: 100px 0;
  }
}
@media (min-width: 991px) {
  .partners .col-set > .column {
    width: calc((100% - (2 - 1) * 30px) / 2);
  }
  .partners .col-set > .column:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .partners .col-set > .column:nth-child(2n) {
    margin-right: 0;
  }
}
.partners .media {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 991px) {
  .partners .media {
    margin-bottom: 0;
    text-align: left;
  }
}
.partners .media .image {
  justify-content: center;
}
@media (min-width: 991px) {
  .partners .media .image {
    justify-content: unset;
  }
}
.partners .media .image img {
  border-radius: 11px;
  width: auto;
  object-fit: cover;
  display: block;
  height: 80px;
  margin: 11px;
}
@media (min-width: 991px) {
  .partners .media .image img {
    margin-right: 30px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.partners .heading-group .section-title {
  margin-bottom: 20px;
  font-family: var(--head-fonts);
}
@media (min-width: 991px) {
  .partners .heading-group .section-title {
    margin-bottom: 30px;
  }
}
.partners .content-box:first-child {
  padding-left: 0px;
  padding-left: 0px;
  padding-bottom: 60px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
@media (min-width: 991px) {
  .partners .content-box:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.partners .content-box:last-child {
  padding-top: 60px;
}
@media (min-width: 991px) {
  .partners .content-box:last-child {
    padding-top: 0px;
  }
}
@media (min-width: 991px) {
  .partners .content-box {
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .partners .content-box {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  .partners .content-box {
    padding-left: 50px;
  }
}
.partners:after {
  content: none;
}
@media (min-width: 991px) {
  .partners:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, 0.2);
    margin: auto;
    top: 0;
  }
}

.ta-choose-your-plan .section-title {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .ta-choose-your-plan .section-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .ta-choose-your-plan .section-title {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .ta-choose-your-plan .col-set {
    margin-bottom: -45px;
    justify-content: center;
  }
}
.ta-choose-your-plan .col-set .column {
  margin-bottom: 90px;
  border-radius: 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: visible;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .col-set .column {
    margin-bottom: 75px;
    border-radius: 20px;
  }
}
.ta-choose-your-plan .top-content {
  padding: 20px 25px;
  position: relative;
  z-index: 2;
}
.ta-choose-your-plan .top-content p {
  font-size: 14px;
  font-weight: 400;
}
.ta-choose-your-plan .top-content strong {
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  background: #000;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .top-content strong {
    font-size: 20px;
    margin-top: 64px;
  }
}
.ta-choose-your-plan .top-content strong:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .top-content {
    padding: 25px 40px;
  }
}
.ta-choose-your-plan .top-content:before {
  content: "";
  top: 0;
  background: url(assets/images/your-plan-image.png);
  width: 100%;
  height: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .top-content:before {
    height: 200px;
  }
}
.ta-choose-your-plan .top-content .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ta-choose-your-plan .top-content .right {
  margin-top: 20px;
  margin-right: 20px;
}
.ta-choose-your-plan .top-content .right .plan-title {
  padding: 0;
  color: var(--theme-color1);
  font-family: var(--body-fonts);
}
.ta-choose-your-plan .top-content .right .plan-title:after, .ta-choose-your-plan .top-content .right .plan-title:before {
  display: none;
}
.ta-choose-your-plan .top-content .right .plan-title span {
  display: block;
  font-weight: 400;
  color: #666;
}
.ta-choose-your-plan .plan-box {
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .plan-box {
    padding: 0 30px;
  }
}
@media (min-width: 991px) {
  .ta-choose-your-plan .plan-box {
    padding: 0 40px;
  }
}
.ta-choose-your-plan .plan-box .content p {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #000;
  line-height: 1.875;
  font-style: italic;
}
@media (min-width: 991px) {
  .ta-choose-your-plan .plan-box .content p {
    margin-bottom: 40px;
  }
}
.ta-choose-your-plan .plan-box .content ul {
  padding: 0;
}
.ta-choose-your-plan .plan-box .content ul li {
  position: relative;
  margin: 15px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  color: #666;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .plan-box .content ul li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .ta-choose-your-plan .plan-box .content ul li {
    margin: 25px 0;
  }
}
.ta-choose-your-plan .plan-box .content ul li:before {
  content: "";
  border-radius: 50%;
  display: block;
  background: url(assets/images/plan-icon.png);
  min-width: 16px;
  width: 16px;
  height: 17px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ta-choose-your-plan .plan-box .button {
  display: flex;
  width: max-content;
  margin-top: 25px;
  margin-bottom: -25px;
}
@media (min-width: 991px) {
  .ta-choose-your-plan .plan-box .button {
    margin-top: 40px;
    margin-bottom: -30px;
  }
}

.ta-skills-listing-boxs .heading-group {
  max-width: 1075px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .ta-skills-listing-boxs .heading-group {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .ta-skills-listing-boxs .heading-group {
    margin-bottom: 60px;
  }
}
.ta-skills-listing-boxs.wave-option-show .column {
  z-index: 1 !important;
}
.ta-skills-listing-boxs.pb0 {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .col-set {
    margin-bottom: -45px;
    justify-content: center;
  }
}
.ta-skills-listing-boxs .col-set .column {
  margin-bottom: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.0470588235);
  overflow: hidden;
  z-index: 0;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  height: fit-content;
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .col-set .column {
    margin-bottom: 75px;
  }
}
@media (min-width: 991px) {
  .ta-skills-listing-boxs .col-set .column {
    height: auto;
  }
}
.ta-skills-listing-boxs .background-image {
  display: flex;
  justify-content: center;
}
@media (min-width: 991px) {
  .ta-skills-listing-boxs .background-image {
    display: unset;
  }
}
.ta-skills-listing-boxs .background-image img {
  width: 40vw;
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .background-image img {
    width: 20vw;
  }
}
@media (min-width: 991px) {
  .ta-skills-listing-boxs .background-image img {
    position: absolute;
    height: auto;
    object-fit: contain;
    right: -55px;
    bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .ta-skills-listing-boxs .background-image img {
    opacity: 1;
    width: 50%;
  }
}
.ta-skills-listing-boxs .top-content {
  padding-left: 0;
  padding-right: 5px;
  padding: 80px 45px;
  position: relative;
  background-color: #fff;
  z-index: -1;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .top-content {
    min-height: 175px;
  }
}
@media (min-width: 1024px) {
  .ta-skills-listing-boxs .top-content {
    min-height: 220px;
  }
}
.ta-skills-listing-boxs .top-content .box-title {
  line-height: 1.36;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  padding: 5px 0;
  font-size: 18px;
  z-index: 4;
  max-width: 400px;
  font-family: var(--body-fonts);
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .top-content .box-title {
    font-size: 24px;
  }
}
.ta-skills-listing-boxs .top-content:before {
  content: "";
  top: 0;
  background: url(assets/images/skilles-image.png);
  width: 100%;
  height: -webkit-fill-available;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}
.ta-skills-listing-boxs .top-content .text-shadow {
  font-size: 45px !important;
  position: absolute;
  opacity: 0.5;
  text-transform: uppercase;
  color: rgba(190, 146, 105, 0.3098039216);
  font-weight: 900;
  left: -8px;
  vertical-align: middle;
  margin: auto;
  font-family: var(--body-fonts);
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .top-content .text-shadow {
    font-size: 70px !important;
  }
}
@media (min-width: 1200px) {
  .ta-skills-listing-boxs .top-content .text-shadow {
    font-size: 100px !important;
  }
}
.ta-skills-listing-boxs .box-inner {
  background: #fff;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .box-inner {
    padding: 30px;
  }
}
@media (min-width: 991px) {
  .ta-skills-listing-boxs .box-inner {
    padding: 50px;
    height: 100%;
  }
}
.ta-skills-listing-boxs .box-inner .content p {
  text-align: left;
}
.ta-skills-listing-boxs .box-inner .content ul {
  padding: 0;
}
.ta-skills-listing-boxs .box-inner .content ul li {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  color: #666;
}
@media (min-width: 768px) {
  .ta-skills-listing-boxs .box-inner .content ul li {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .ta-skills-listing-boxs .box-inner .content ul li {
    margin-bottom: 20px;
  }
}
.ta-skills-listing-boxs .box-inner .content ul li:before {
  content: "";
  border-radius: 50%;
  display: block;
  background: url(assets/images/skils-icon.svg);
  min-width: 12px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ta-skills-listing-boxs .box-inner .button {
  display: flex;
  width: max-content;
  margin-top: 20px;
}
@media (min-width: 991px) {
  .ta-skills-listing-boxs .box-inner .button {
    margin-top: 40px;
  }
}

.ta-choose-your-plan .section-title {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .ta-choose-your-plan .section-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .ta-choose-your-plan .section-title {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .ta-choose-your-plan .col-set {
    margin-bottom: -45px;
    justify-content: center;
  }
}
.ta-choose-your-plan .col-set .column {
  margin-bottom: 90px;
  border-radius: 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: visible;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .col-set .column {
    margin-bottom: 75px;
    border-radius: 20px;
  }
}
.ta-choose-your-plan .top-content {
  padding: 20px 25px;
  position: relative;
  z-index: 2;
}
.ta-choose-your-plan .top-content p {
  font-size: 14px;
  font-weight: 400;
}
.ta-choose-your-plan .top-content strong {
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  background: #000;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .top-content strong {
    font-size: 20px;
    margin-top: 64px;
  }
}
.ta-choose-your-plan .top-content strong:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .top-content {
    padding: 25px 40px;
  }
}
.ta-choose-your-plan .top-content:before {
  content: "";
  top: 0;
  background: url(assets/images/your-plan-image.png);
  width: 100%;
  height: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .top-content:before {
    height: 200px;
  }
}
.ta-choose-your-plan .top-content .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ta-choose-your-plan .top-content .right {
  margin-top: 20px;
  margin-right: 20px;
}
.ta-choose-your-plan .top-content .right .plan-title {
  padding: 0;
  color: var(--theme-color1);
  font-family: var(--body-fonts);
}
.ta-choose-your-plan .top-content .right .plan-title:after, .ta-choose-your-plan .top-content .right .plan-title:before {
  display: none;
}
.ta-choose-your-plan .top-content .right .plan-title span {
  display: block;
  font-weight: 400;
  color: #666;
}
.ta-choose-your-plan .plan-box {
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .plan-box {
    padding: 0 30px;
  }
}
@media (min-width: 991px) {
  .ta-choose-your-plan .plan-box {
    padding: 0 40px;
  }
}
.ta-choose-your-plan .plan-box .content p {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #000;
  line-height: 1.875;
  font-style: italic;
}
@media (min-width: 991px) {
  .ta-choose-your-plan .plan-box .content p {
    margin-bottom: 40px;
  }
}
.ta-choose-your-plan .plan-box .content ul {
  padding: 0;
}
.ta-choose-your-plan .plan-box .content ul li {
  position: relative;
  margin: 15px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  color: #666;
}
@media (min-width: 768px) {
  .ta-choose-your-plan .plan-box .content ul li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .ta-choose-your-plan .plan-box .content ul li {
    margin: 25px 0;
  }
}
.ta-choose-your-plan .plan-box .content ul li:before {
  content: "";
  border-radius: 50%;
  display: block;
  background: url(assets/images/plan-icon.png);
  min-width: 16px;
  width: 16px;
  height: 17px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ta-choose-your-plan .plan-box .button {
  display: flex;
  width: max-content;
  margin-top: 25px;
  margin-bottom: -25px;
}
@media (min-width: 991px) {
  .ta-choose-your-plan .plan-box .button {
    margin-top: 40px;
    margin-bottom: -30px;
  }
}

@media (min-width: 768px) {
  .our-locations .col-set {
    margin-bottom: -45px;
    justify-content: center;
  }
}
.our-locations .col-set .column {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .our-locations .col-set .column {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.our-locations .tabs {
  display: flex;
}
.our-locations .tab-content {
  padding-top: 50px;
}
@media (min-width: 991px) {
  .our-locations .tab-content {
    padding-top: 60px;
  }
}
.our-locations .tab-content .tab-inner {
  justify-content: center;
  text-align: center;
}
.our-locations .filter-tab ul {
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 991px) {
  .our-locations .filter-tab ul {
    margin-top: 60px;
  }
}
.our-locations .filter-tab ul li {
  list-style: none;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
}
.our-locations .filter-tab ul li a {
  padding: 18px 44px;
  transition: all 0.5s;
  position: relative;
  border-radius: 32px;
  max-width: 150px;
  color: #000;
  display: flex;
  width: 100%;
  justify-content: space-around;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.our-locations .filter-tab ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  background: url(assets/images/tab-icon.png);
  top: 0;
  margin: auto;
  left: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.our-locations .filter-tab ul li a:hover {
  background: var(--theme-color1);
  color: #fff;
  border: 1px solid var(--theme-color1);
}
.our-locations .filter-tab ul li a:hover:before {
  background: url(assets/images/location-white-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.our-locations .filter-tab ul li.active a {
  background: var(--theme-color1);
  color: #fff;
  border: 1px solid var(--theme-color1);
}
.our-locations .filter-tab ul li.active a:before {
  background: url(assets/images/location-white-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.our-locations .filter-tab ul li:last-child {
  margin-right: 0;
}
.our-locations .post-box {
  border: 1px solid rgba(190, 146, 105, 0.41);
  border-radius: 20px;
  height: 100%;
}
.our-locations .post-box .entry-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 1;
}
.our-locations .post-box .entry-content {
  padding: 30px 15px;
}
@media (min-width: 991px) {
  .our-locations .post-box .entry-content {
    padding: 50px 15px;
  }
}
.our-locations .post-box .entry-content .number-list {
  margin-bottom: 26px;
}
.our-locations .post-box .entry-content .number-list P {
  margin-bottom: 0;
  line-height: 1.77;
  font-size: 18px;
}
.our-locations .post-box .entry-content .number-list a {
  line-height: 1.77;
  font-size: 18px;
  font-weight: 600;
}
.our-locations .post-box .entry-content .number-list:last-child {
  margin-bottom: 0;
}
.our-locations .post-box .entry-content .address-inner {
  margin-bottom: 26px;
}
.our-locations .post-box .entry-content .address-inner a {
  line-height: 1.77;
  font-size: 18px;
  font-weight: 500;
}
.our-locations .post-box .entry-thumbnail {
  position: relative;
  z-index: 0;
}
.our-locations .post-box .entry-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 37.9%, #2C2C2C 100%);
  z-index: 0;
}
.our-locations .post-box .entry-thumbnail img {
  aspect-ratio: 2/1.1893;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  position: relative;
}

.ta-full-form.darkSkin .form-title, .ta-full-form.darkSkin .form-sub-heading, .ta-full-form.darkSkin .content, .ta-full-form.darkSkin h4, .ta-full-form.darkSkin h3, .ta-full-form.darkSkin .column-content p {
  color: #fff;
}
.ta-full-form.darkSkin h2:after, .ta-full-form.darkSkin h2:before {
  background-color: #fff;
}
.ta-full-form.darkSkin h2 span {
  color: #000;
}
@media (min-width: 991px) {
  .ta-full-form:before {
    background-image: url(assets/images/hair-dryer-left.png);
    background-position: left top;
    position: absolute;
    content: "";
    max-width: 200px;
    width: 100%;
    height: 200px;
    top: -10.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (min-width: 991px) and (min-width: 1600px) {
  .ta-full-form:before {
    max-width: 255px;
    height: 292px;
  }
}
@media (min-width: 991px) {
  .ta-full-form .wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 34.6vw;
    height: 100%;
    object-fit: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(assets/images/ta-icon.svg);
    background-position: left bottom;
    left: 0;
    bottom: -7vw;
  }
  .ta-full-form .wrapper.no-mask .wrapper:before {
    display: none;
  }
}
.ta-full-form .wrapper .inner-box-wrap {
  max-width: 100%;
  border-radius: 0;
  background: linear-gradient(179deg, rgba(190, 146, 105, 0.8) 0%, rgba(190, 146, 105, 0.8) 15%, rgba(190, 146, 105, 0.9) 61%, rgb(190, 146, 105) 73%, rgb(190, 146, 105) 94%);
  padding: 40px 20px;
  border: 1px solid #000;
  border-radius: 20px;
}
@media (min-width: 991px) {
  .ta-full-form .wrapper .inner-box-wrap {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .ta-full-form .wrapper .inner-box-wrap {
    padding: 66px 100px;
  }
}
.ta-full-form .wrapper .inner-box-wrap .form-content-wrap {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .ta-full-form .wrapper .inner-box-wrap .form-content-wrap {
    margin-bottom: 60px;
  }
}
.ta-full-form .wrapper .inner-box-wrap .form-content-wrap .form-sub-heading {
  order: 2;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}
.ta-full-form .wrapper .inner-box-wrap .form-content-wrap .form-title {
  order: 1;
  position: relative;
  font-weight: 600;
}
.ta-full-form .wrapper .inner-box-wrap .form-content-wrap .form-description {
  text-align: center;
  width: 100%;
}
.ta-full-form .wrapper .inner-box-wrap .form-content-wrap .form-description strong {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1220px) {
  .ta-full-form .wrapper .inner-box-wrap .form-content-wrap .form-description strong {
    font-size: 18px;
  }
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields {
  display: grid;
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
    column-gap: 40px;
    row-gap: 40px !important;
  }
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html {
  display: block;
}
@media (min-width: 1024px) {
  .ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html .form-title {
  order: 1;
  position: relative;
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield_html .form-sub-heading {
  order: 2;
  position: relative;
  font-size: 16px;
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_footer .gformButton {
  max-width: max-content;
  padding: 16px 26px !important;
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_footer .gformButton .text {
  font-family: var(--body-fonts);
}
@media (min-width: 640px) {
  .ta-full-form .gform_wrapper.gform-theme--framework form .gform_footer .gformButton {
    order: 2;
  }
}
.ta-full-form .gform_wrapper.gform-theme--framework form .gform_footer .disclaimer {
  max-width: 100%;
  margin-top: 0;
  order: 2;
  position: relative;
  text-align: center;
}
@media (min-width: 640px) {
  .ta-full-form .gform_wrapper.gform-theme--framework form .gform_footer .disclaimer {
    max-width: 50%;
    text-align: left;
    order: 1;
  }
}

.ta-program-section .wrapper {
  max-width: 1650px;
}
.ta-program-section:before, .ta-program-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.ta-program-section:before {
  background-image: url(assets/images/mobile-mask-left.png);
  background-position: left bottom;
}
@media (min-width: 768px) {
  .ta-program-section:before {
    background-image: url(assets/images/program-left-mask.png);
    background-position: left bottom;
  }
}
.ta-program-section:after {
  background-image: url(assets/images/moblie-mask-right.png);
  background-position: right top;
}
@media (min-width: 768px) {
  .ta-program-section:after {
    background-image: url(assets/images/program-right-mask.png);
    background-position: right bottom;
  }
}
.ta-program-section.no-mask:after, .ta-program-section.no-mask:before {
  display: none;
}
.ta-program-section .section-title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ta-program-section .section-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 991px) {
  .ta-program-section .section-title {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .ta-program-section .section-title {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .ta-program-section .col-set {
    margin-bottom: -45px;
    justify-content: center;
  }
}
.ta-program-section .col-set .column {
  margin-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ta-program-section .col-set .column {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ta-program-section .program-box {
  position: relative;
  max-width: 372px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ta-program-section .program-box .icon-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  border-radius: 9px;
  max-height: 400px;
  margin-bottom: 30px;
}
.ta-program-section .program-box .icon-image img {
  display: block;
  width: 100%;
  transition: transform 2s linear;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.ta-program-section .program-box .icon-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 37.9%, #2C2C2C 100%);
  z-index: 0;
}
@media (min-width: 768px) {
  .ta-program-section .program-box {
    max-width: 375px;
    margin: 0 auto;
    height: 100%;
  }
  .ta-program-section .program-box .program-card-content {
    padding: 0 20px;
    text-align: center;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
  }
  .ta-program-section .program-box .icon-image {
    margin-bottom: 30px;
  }
}
.ta-program-section .program-box .program-title {
  margin-bottom: 20px;
  font-family: var(--body-fonts);
  font-weight: 500;
}
.ta-program-section .program-box .content {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .ta-program-section .program-box .content {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.ta-program-section .program-box .button {
  margin-right: 0;
}
@media (min-width: 768px) {
  .ta-program-section .program-box .button {
    margin-right: 0;
    width: max-content;
  }
}

.ta-schedules-section .wrapper {
  max-width: 1360px;
}
.ta-schedules-section.darkSkin .section-title, .ta-schedules-section.darkSkin .sub-heading, .ta-schedules-section.darkSkin .content, .ta-schedules-section.darkSkin h4, .ta-schedules-section.darkSkin h3, .ta-schedules-section.darkSkin .heading-content, .ta-schedules-section.darkSkin .bottom-content {
  color: #fff;
}
.ta-schedules-section.darkSkin h2:after, .ta-schedules-section.darkSkin h2:before {
  background-color: #fff;
}
.ta-schedules-section.darkSkin .button:hover {
  background-color: #fff;
  color: #000;
}
.ta-schedules-section.darkSkin .button:hover:after {
  filter: brightness(0);
  transition: all 0.6s;
}
.ta-schedules-section:before, .ta-schedules-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.ta-schedules-section:before {
  background-image: url(assets/images/mobile-mask-left.png);
  background-position: left bottom;
}
@media (min-width: 768px) {
  .ta-schedules-section:before {
    background-image: url(assets/images/program-left-mask.png);
    background-position: left bottom;
  }
}
.ta-schedules-section:after {
  background-image: url(assets/images/moblie-mask-right.png);
  background-position: right top;
}
@media (min-width: 768px) {
  .ta-schedules-section:after {
    background-image: url(assets/images/program-right-mask.png);
    background-position: right bottom;
  }
}
.ta-schedules-section.no-mask:after, .ta-schedules-section.no-mask:before {
  display: none;
}
.ta-schedules-section .heading-group {
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .ta-schedules-section .heading-group {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .ta-schedules-section .heading-group {
    margin-bottom: 50px;
  }
}
.ta-schedules-section .heading-group .heading-content {
  max-width: 1075px;
  margin: auto;
  text-align: center;
}
.ta-schedules-section .bottom-group {
  max-width: 1075px;
  margin: auto;
  text-align: center;
}
.ta-schedules-section .bottom-group .bottom-content {
  margin: 20px 0;
}
@media (min-width: 991px) {
  .ta-schedules-section .bottom-group .bottom-content {
    margin: 40px;
  }
}
@media (min-width: 1280px) {
  .ta-schedules-section .bottom-group .bottom-content {
    margin: 50px 0;
  }
}
@media (min-width: 768px) {
  .ta-schedules-section .col-set {
    margin-bottom: -45px;
    justify-content: center;
  }
}
.ta-schedules-section .col-set .column {
  margin-bottom: 50px;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ta-schedules-section .col-set .column {
    margin-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ta-schedules-section .schedules-box {
  padding: 40px;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
}
.ta-schedules-section .schedules-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(190, 146, 105, 0.1) 0%, rgba(190, 146, 105, 0.3) 17%, rgba(190, 146, 105, 0.55) 40%, rgba(190, 146, 105, 0.74) 72%, rgb(190, 146, 105) 100%);
  inset: 0;
  z-index: -1;
  opacity: 0.4;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #BE9269;
}
@media (min-width: 768px) {
  .ta-schedules-section .schedules-box {
    max-width: 506px;
  }
}
.ta-schedules-section .schedules-box .schedules-title {
  margin-bottom: 20px;
  font-family: var(--head-fonts);
}
.ta-schedules-section .schedules-box .icon-image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: -80px;
  margin-bottom: 30px;
  max-width: 80px;
  height: 80px;
}
.ta-schedules-section .schedules-box .icon-image img {
  display: block;
  object-fit: contain;
}
.ta-schedules-section .schedules-box .content {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ta-schedules-section .schedules-box .content {
    font-size: 18px;
    line-height: 1.6;
  }
}
.ta-schedules-section .schedules-box .button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  margin-right: 0;
  width: max-content;
  margin-bottom: -26px;
  padding: 15px 22px;
  font-size: 16px;
  font-weight: 500;
}

.ta-video.darkSkin .main-title, .ta-video.darkSkin .content, .ta-video.darkSkin h4, .ta-video.darkSkin h3 {
  color: #fff;
}
.ta-video .heading-group {
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 991px) {
  .ta-video .heading-group {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .ta-video .heading-group {
    margin-bottom: 60px;
  }
}
.ta-video .video-inner {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 30px;
  overflow: hidden;
  border: 9px solid #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.ta-video .video-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.ta-column-image-content.darkSkin .section-title, .ta-column-image-content.darkSkin .sub-heading, .ta-column-image-content.darkSkin .content, .ta-column-image-content.darkSkin h4, .ta-column-image-content.darkSkin h3, .ta-column-image-content.darkSkin .column-content {
  color: #fff;
}
.ta-column-image-content.darkSkin h2:after, .ta-column-image-content.darkSkin h2:before {
  background-color: #fff;
}
.ta-column-image-content.darkSkin .button:hover {
  background-color: #fff;
  color: #000;
}
.ta-column-image-content.darkSkin .button:hover:after {
  filter: brightness(0);
  transition: all 0.6s;
}
.ta-column-image-content .image img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
  margin-left: -10%;
  max-height: unset;
  max-width: unset;
}
@media (min-width: 768px) {
  .ta-column-image-content .image img {
    margin-top: -80%;
  }
}
.ta-column-image-content .heading-group.nowrap {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ta-column-image-content .heading-group.nowrap {
    flex-wrap: nowrap;
  }
}
.ta-column-image-content .heading-group .section-title {
  margin-bottom: 30px;
  text-align: left;
  max-width: 700px;
}
.ta-column-image-content .column-content {
  column-count: 1;
  width: 100%;
  display: block;
  column-gap: 100px;
}
@media (min-width: 991px) {
  .ta-column-image-content .column-content {
    column-count: 2;
    column-gap: 9px;
  }
}
@media (min-width: 1100px) {
  .ta-column-image-content .column-content {
    column-gap: 100px;
  }
}
.ta-column-image-content .column-content p {
  break-inside: avoid;
}
.ta-column-image-content .column-content ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 30px;
}
.ta-column-image-content .column-content ul li {
  margin: 15px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.36;
  padding: 18px;
  font-weight: 700;
  box-shadow: 0px 10px 65px 0px rgba(0, 0, 0, 0.0588235294);
  background: #fff;
  color: #2C2C2C;
  border-radius: 9px;
  border: 1px solid hsla(0, 0%, 17%, 0.15);
}
@media (min-width: 768px) {
  .ta-column-image-content .column-content ul li {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .ta-column-image-content .column-content ul li {
    font-size: 24px;
    padding: 24px;
    margin: 30px 0;
  }
}
.ta-column-image-content .column-content ul li:before {
  content: "";
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: block;
  background: url(assets/images/education-icon.png);
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .ta-column-image-content .column-content ul li:before {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
}
.ta-column-image-content .column-content ol {
  position: relative;
  padding-left: 0;
  counter-reset: list-number;
  margin-bottom: 30px;
}
.ta-column-image-content .column-content ol li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ta-column-image-content .column-content ol li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .ta-column-image-content .column-content ol li {
    font-size: 18px;
  }
}
.ta-column-image-content .column-content ol li:before {
  counter-increment: list-number;
  content: counter(list-number);
  min-width: 30px;
  height: 30px;
  background: #786d79;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
.ta-column-image-content .button {
  margin-top: 30px;
}
.ta-column-image-content .right-image {
  flex-direction: row-reverse;
}

.ta-full-image-content.wave-option-show {
  padding-bottom: 0 !important;
  padding-top: 15px !important;
}
.ta-full-image-content.darkSkin .section-title, .ta-full-image-content.darkSkin .sub-heading, .ta-full-image-content.darkSkin .content, .ta-full-image-content.darkSkin h4, .ta-full-image-content.darkSkin h3 {
  color: #fff;
}
.ta-full-image-content.darkSkin h2:after, .ta-full-image-content.darkSkin h2:before {
  background-color: #fff;
}
.ta-full-image-content:after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 29.7vw;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(assets/images/ta-icon2.svg);
  right: 0;
  bottom: 0;
  background-position: right bottom;
}
.ta-full-image-content.no-mask:after, .ta-full-image-content.no-mask:before {
  display: none;
}
@media (min-width: 991px) {
  .ta-full-image-content .content-row.dflex {
    flex-wrap: nowrap;
  }
}
.ta-full-image-content .content-row.right-image {
  padding-left: calc((100% - 1350px) / 2) !important;
  overflow: hidden;
  padding: 5px 0;
}
.ta-full-image-content .content-row.right-image .heading-group {
  padding: 30px;
}
@media (min-width: 1400px) {
  .ta-full-image-content .content-row.right-image .heading-group {
    margin-right: 56px;
    padding: 0;
  }
}
.ta-full-image-content .content-row.left-image {
  padding-right: calc((100% - 1350px) / 2) !important;
  padding: 5px 0;
}
@media (min-width: 1600px) {
  .ta-full-image-content .content-row.left-image {
    align-items: flex-start;
  }
}
.ta-full-image-content .content-row.left-image .heading-group {
  padding: 30px;
}
@media (min-width: 1400px) {
  .ta-full-image-content .content-row.left-image .heading-group {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .ta-full-image-content .content-row.left-image .media-image {
    margin-top: -160px;
  }
}
.ta-full-image-content .content-row.default-shape .media {
  border: none;
  border-radius: unset;
  outline: none;
  background: unset;
  padding: unset;
}
.ta-full-image-content .content-row.round-shape .media {
  border: 2px solid #000;
  border-radius: 50%;
  background: #EDE2D7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  position: relative;
}
@media (min-width: 991px) {
  .ta-full-image-content .content-row.round-shape .media {
    max-width: 100%;
  }
}
.ta-full-image-content .content-row.round-shape .media:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 16px solid #fff;
  border-radius: 50%;
  inset: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.ta-full-image-content .content-row.round-shape.left-image .media {
  margin-right: 45px;
}
@media (min-width: 991px) {
  .ta-full-image-content .content-row.round-shape.left-image .media {
    max-width: 100%;
    margin-left: -150px;
  }
}
@media (min-width: 1400px) {
  .ta-full-image-content .content-row.round-shape.left-image .media {
    margin-left: -240px;
  }
}
.ta-full-image-content .content-box {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .ta-full-image-content .content-box {
    padding-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  .ta-full-image-content .content-box {
    padding-top: 100px;
  }
}
.ta-full-image-content .media {
  height: 300px;
  width: min-content;
  min-width: 300px;
  overflow: hidden;
}
@media (min-width: 420px) {
  .ta-full-image-content .media {
    height: 362px;
    min-width: 362px;
  }
}
@media (min-width: 991px) {
  .ta-full-image-content .media {
    max-width: 100%;
    margin-right: -150px;
    height: 55vw;
    width: 55%;
    min-width: 55vw;
  }
}
@media (min-width: 1400px) {
  .ta-full-image-content .media {
    margin-right: -240px;
    height: 59vw;
    min-width: 58vw;
  }
}
@media (min-width: 1921px) {
  .ta-full-image-content .media {
    min-width: 1200px;
    height: 1200px;
  }
}
.ta-full-image-content .media .image img {
  width: 100%;
  display: block;
  height: 100%;
}
.ta-full-image-content .heading-group {
  text-align: center;
}
@media (min-width: 580px) {
  .ta-full-image-content .heading-group {
    text-align: left;
  }
}
.ta-full-image-content .heading-group .section-title {
  margin-bottom: 20px;
  text-transform: none;
}
.ta-full-image-content .heading-group .section-title:after, .ta-full-image-content .heading-group .section-title:before {
  right: 0;
  margin: auto;
}
@media (min-width: 580px) {
  .ta-full-image-content .heading-group .section-title {
    margin-bottom: 30px;
    text-align: left;
  }
  .ta-full-image-content .heading-group .section-title:after, .ta-full-image-content .heading-group .section-title:before {
    right: unset;
    margin: unset;
  }
}
.ta-full-image-content .heading-group .sub-heading {
  margin-bottom: 30px;
  font-family: var(--body-fonts);
  font-size: 14px;
  text-align: center;
}
@media (min-width: 580px) {
  .ta-full-image-content .heading-group .sub-heading {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .ta-full-image-content .heading-group .sub-heading {
    font-size: 18px;
  }
}
.ta-full-image-content .heading-group .content ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 30px;
}
.ta-full-image-content .heading-group .content ul li {
  margin: 15px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.36;
  padding: 18px;
  font-weight: 700;
  box-shadow: 0px 10px 65px 0px rgba(0, 0, 0, 0.0588235294);
  background: #fff;
  color: #2C2C2C;
  border-radius: 9px;
  border: 1px solid hsla(0, 0%, 17%, 0.15);
}
@media (min-width: 768px) {
  .ta-full-image-content .heading-group .content ul li {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .ta-full-image-content .heading-group .content ul li {
    font-size: 24px;
    padding: 24px;
    margin: 30px 0;
  }
}
.ta-full-image-content .heading-group .content ul li:before {
  content: "";
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: block;
  background: url(assets/images/education-icon.png);
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .ta-full-image-content .heading-group .content ul li:before {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
}
.ta-full-image-content .heading-group .content ol {
  position: relative;
  padding-left: 0;
  counter-reset: list-number;
  margin-bottom: 30px;
}
.ta-full-image-content .heading-group .content ol li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ta-full-image-content .heading-group .content ol li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .ta-full-image-content .heading-group .content ol li {
    font-size: 18px;
  }
}
.ta-full-image-content .heading-group .content ol li:before {
  counter-increment: list-number;
  content: counter(list-number);
  min-width: 30px;
  height: 30px;
  background: #786d79;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
.ta-full-image-content .heading-group .content strong {
  color: #000;
  font-weight: 500;
}
.ta-full-image-content .heading-group .button {
  margin-top: 30px;
}
.ta-full-image-content .right-image {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 991px) {
  .ta-full-image-content .right-image {
    flex-direction: row-reverse;
  }
}
.ta-full-image-content .left-image {
  flex-direction: column-reverse;
}
@media (min-width: 991px) {
  .ta-full-image-content .left-image {
    flex-direction: row;
  }
}
.ta-full-image-content .wrapper {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .ta-full-image-content .wrapper.pull-programs {
    margin-top: -150px;
  }
}
@media (min-width: 1600px) {
  .ta-full-image-content .wrapper.pull-programs {
    margin-top: -250px;
  }
}
.ta-full-image-content .wrapper .section-title {
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  .ta-full-image-content .wrapper .section-title {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .ta-full-image-content .wrapper .section-title {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .ta-full-image-content .wrapper .col-set {
    margin-bottom: -45px;
    justify-content: center;
  }
}
.ta-full-image-content .wrapper .col-set .column {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}
@media (min-width: 768px) {
  .ta-full-image-content .wrapper .col-set .column {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ta-full-image-content .wrapper .program-box {
  position: relative;
  max-width: 372px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 50px 30px;
}
.ta-full-image-content .wrapper .program-box:after {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 25px;
  height: 2px;
  left: 0;
  top: 5px;
  right: 0;
  margin: 0 auto;
}
.ta-full-image-content .wrapper .program-box:before {
  position: absolute;
  content: "";
  background-color: #BE9269;
  width: 50px;
  height: 2px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.ta-full-image-content .wrapper .program-box .icon-image img {
  max-width: 110px;
  max-height: 110px;
}
@media (min-width: 768px) {
  .ta-full-image-content .wrapper .program-box {
    max-width: 375px;
    margin: 0 auto;
    height: 100%;
  }
  .ta-full-image-content .wrapper .program-box .icon-image {
    margin-bottom: 30px;
  }
}
.ta-full-image-content .wrapper .program-box .program-title {
  margin-bottom: 20px;
}
.ta-full-image-content .wrapper .program-box .content {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .ta-full-image-content .wrapper .program-box .content {
    font-size: 18px;
    line-height: 1.6;
  }
}

/*--- Classes for columns structure ---*/
.wrapper {
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
}
.wrapper.pullleft, .wrapper.pullright {
  max-width: calc(1380px + (100% - 1380px) / 2);
}
.wrapper.pullleft {
  margin-right: 0;
  padding-right: 0;
}
.wrapper.pullright {
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 991px) {
  .wrapper {
    padding: 0 15px;
  }
}

.wid100 {
  max-width: 100%;
}

.wid100, .wid75, .wid70, .wid60, .wid50, .wid40, .wid35, .wid25 {
  width: 100%;
}

.wid75 {
  max-width: 75%;
}

.wid70 {
  max-width: 70%;
}

.wid60 {
  max-width: 60%;
}

.wid50 {
  max-width: 50%;
}

.wid40 {
  max-width: 40%;
}

.wid35 {
  max-width: 35%;
}

.wid33 {
  max-width: 33.3333%;
}

.wid25 {
  max-width: 25%;
}

.col-set .column {
  width: 100%;
}
@media (min-width: 768px) {
  .col-set.column2 > .column {
    width: calc((100% - (2 - 1) * 30px) / 2);
  }
  .col-set.column2 > .column:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .col-set.column2 > .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .col-set.column3 > .column {
    width: calc((100% - (2 - 1) * 30px) / 2);
  }
  .col-set.column3 > .column:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .col-set.column3 > .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .col-set.column3 > .column {
    width: calc((100% - (3 - 1) * 40px) / 3);
  }
  .col-set.column3 > .column:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .col-set.column3 > .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .col-set.column4 > .column {
    width: calc((100% - (3 - 1) * 30px) / 3);
  }
  .col-set.column4 > .column:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .col-set.column4 > .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .col-set.column4 > .column {
    width: calc((100% - (4 - 1) * 40px) / 4);
  }
  .col-set.column4 > .column:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .col-set.column4 > .column:nth-child(4n) {
    margin-right: 0;
  }
}

/*---- Display Clases  ---*/
.dflex {
  display: flex;
  flex-wrap: wrap;
}
.dflex.acenter {
  align-items: center;
}
.dflex.atop {
  align-items: start;
}
.dflex.nowrap {
  flex-wrap: nowrap;
}
.dflex.justCenter {
  justify-content: center;
}
.dflex.justSB {
  justify-content: space-between;
}
.dflex.acenterBl {
  align-items: baseline;
}

.dtab {
  display: table;
}

.dcell {
  display: table-cell;
  align-content: center;
  vertical-align: center;
}

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

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

/*-- buttons --*/
.single button, .single .button, .single input[type=submit],
.single input[type=reset], .page button, .page .button, .page input[type=submit],
.page input[type=reset], .error404 button, .error404 .button, .error404 input[type=submit],
.error404 input[type=reset], .blog button, .blog .button, .blog input[type=submit],
.blog input[type=reset], .archive button, .archive .button, .archive input[type=submit],
.archive input[type=reset], .search button, .search .button, .search input[type=submit],
.search input[type=reset], .acf-block-preview button, .acf-block-preview .button, .acf-block-preview input[type=submit],
.acf-block-preview input[type=reset] {
  padding: 16px 26px;
  color: #fff;
  background: var(--button-color);
  border-color: transparent;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.6s;
  font-size: 16px;
  justify-content: center;
}
.single button:after, .single .button:after, .single input[type=submit]:after,
.single input[type=reset]:after, .page button:after, .page .button:after, .page input[type=submit]:after,
.page input[type=reset]:after, .error404 button:after, .error404 .button:after, .error404 input[type=submit]:after,
.error404 input[type=reset]:after, .blog button:after, .blog .button:after, .blog input[type=submit]:after,
.blog input[type=reset]:after, .archive button:after, .archive .button:after, .archive input[type=submit]:after,
.archive input[type=reset]:after, .search button:after, .search .button:after, .search input[type=submit]:after,
.search input[type=reset]:after, .acf-block-preview button:after, .acf-block-preview .button:after, .acf-block-preview input[type=submit]:after,
.acf-block-preview input[type=reset]:after {
  content: "";
  display: block;
  background: url(assets/images/white-arrow.png);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  min-width: 13px;
  transition: all 0.5s;
}
@media (min-width: 1280px) {
  .single button, .single .button, .single input[type=submit],
  .single input[type=reset], .page button, .page .button, .page input[type=submit],
  .page input[type=reset], .error404 button, .error404 .button, .error404 input[type=submit],
  .error404 input[type=reset], .blog button, .blog .button, .blog input[type=submit],
  .blog input[type=reset], .archive button, .archive .button, .archive input[type=submit],
  .archive input[type=reset], .search button, .search .button, .search input[type=submit],
  .search input[type=reset], .acf-block-preview button, .acf-block-preview .button, .acf-block-preview input[type=submit],
  .acf-block-preview input[type=reset] {
    padding: 19px 30px;
    font-size: 18px;
    letter-spacing: 1.8px !important;
  }
}
.single button:hover, .single .button:hover, .single input[type=submit]:hover,
.single input[type=reset]:hover, .page button:hover, .page .button:hover, .page input[type=submit]:hover,
.page input[type=reset]:hover, .error404 button:hover, .error404 .button:hover, .error404 input[type=submit]:hover,
.error404 input[type=reset]:hover, .blog button:hover, .blog .button:hover, .blog input[type=submit]:hover,
.blog input[type=reset]:hover, .archive button:hover, .archive .button:hover, .archive input[type=submit]:hover,
.archive input[type=reset]:hover, .search button:hover, .search .button:hover, .search input[type=submit]:hover,
.search input[type=reset]:hover, .acf-block-preview button:hover, .acf-block-preview .button:hover, .acf-block-preview input[type=submit]:hover,
.acf-block-preview input[type=reset]:hover {
  color: #fff;
  background-color: var(--button-hover-color);
  border-color: transparent;
}
.single button:hover:after, .single .button:hover:after, .single input[type=submit]:hover:after,
.single input[type=reset]:hover:after, .page button:hover:after, .page .button:hover:after, .page input[type=submit]:hover:after,
.page input[type=reset]:hover:after, .error404 button:hover:after, .error404 .button:hover:after, .error404 input[type=submit]:hover:after,
.error404 input[type=reset]:hover:after, .blog button:hover:after, .blog .button:hover:after, .blog input[type=submit]:hover:after,
.blog input[type=reset]:hover:after, .archive button:hover:after, .archive .button:hover:after, .archive input[type=submit]:hover:after,
.archive input[type=reset]:hover:after, .search button:hover:after, .search .button:hover:after, .search input[type=submit]:hover:after,
.search input[type=reset]:hover:after, .acf-block-preview button:hover:after, .acf-block-preview .button:hover:after, .acf-block-preview input[type=submit]:hover:after,
.acf-block-preview input[type=reset]:hover:after {
  transform: rotate(45deg);
}
.single .quiz-button, .page .quiz-button, .error404 .quiz-button, .blog .quiz-button, .archive .quiz-button, .search .quiz-button, .acf-block-preview .quiz-button {
  background: var(--theme-color1);
  color: #fff;
  position: fixed;
  bottom: 50%;
  transform: rotate(270deg);
  font-size: 14px;
  line-height: 1.62;
  width: 175px;
  z-index: 2;
  right: -70px;
  text-transform: capitalize;
  border-radius: unset;
  padding: 9px 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.single .quiz-button:after, .page .quiz-button:after, .error404 .quiz-button:after, .blog .quiz-button:after, .archive .quiz-button:after, .search .quiz-button:after, .acf-block-preview .quiz-button:after {
  filter: none;
  transition: all 0.6s;
  transform: rotate(44deg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 11px !important;
  width: 11px !important;
}
.single .quiz-button:hover, .page .quiz-button:hover, .error404 .quiz-button:hover, .blog .quiz-button:hover, .archive .quiz-button:hover, .search .quiz-button:hover, .acf-block-preview .quiz-button:hover {
  background: #000;
}
@media (min-width: 768px) {
  .single .quiz-button, .page .quiz-button, .error404 .quiz-button, .blog .quiz-button, .archive .quiz-button, .search .quiz-button, .acf-block-preview .quiz-button {
    padding: 9px 20px;
    font-size: 16px;
    width: 200px;
    right: -81px;
  }
}

/*-- Gutenburg Blocks --*/
.cblock {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .cblock {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .cblock {
    padding: 100px 0;
  }
}
@media (min-width: 1480px) {
  .cblock {
    padding: 150px 0;
  }
}

.ptb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.img-wrap {
  position: relative;
}
.img-wrap img {
  width: 100%;
  height: auto;
}
.img-wrap.fit {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}
.pull-section {
  padding-bottom: 50px;
}
@media (min-width: 640px) {
  .pull-section {
    padding-bottom: 325px;
  }
}
@media (min-width: 991px) {
  .pull-section .heading-group {
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .pull-section .heading-group {
    padding-left: 60px;
  }
}
@media (min-width: 991px) {
  .pull-section .right-image .heading-group {
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .pull-section .right-image .heading-group {
    padding-left: 60px;
  }
}

/* Ensuring SVG and its path are displayed correctly */
/* Adjust the arrow icon specifically */
.arrowIcon svg {
  width: 12px; /* Set the width of the SVG */
  height: 12px; /* Set the height of the SVG */
  fill: white; /* Set the fill color if necessary */
}

.pull-section + .cblock {
  margin-top: 0;
}
@media (min-width: 640px) {
  .pull-section + .cblock {
    margin-top: -225px;
  }
}

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

.cblock.ptb0 .transform-bottom {
  transform: translateY(80px);
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .cblock.ptb0 .transform-bottom {
    transform: translateY(80px);
  }
}
@media (min-width: 991px) {
  .cblock.ptb0 .transform-bottom {
    transform: translateY(110px);
  }
}

.noscroll {
  overflow: hidden;
}
.noscroll .site-main {
  filter: blur(10px);
}

/*-- form --*/
.gform_wrapper.gform-theme--framework .gform_validation_errors {
  display: none;
}
.gform_wrapper.gform-theme--framework .gform_heading {
  display: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields {
  display: grid;
  row-gap: 0;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
  margin-bottom: 15px;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select {
  cursor: pointer;
  background-position: center right 34px;
  background-image: url(/wp-content/uploads/2024/07/select-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select.placeholder-shown {
  color: #666666;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]), .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea {
  padding: 0 19px;
  font-size: 18px;
  color: #000;
  border-radius: 30px;
  border: none;
  min-height: 50px;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right 20px;
  font-weight: 500;
}
@media (min-width: 1400px) {
  .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]), .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea {
    min-height: 70px;
    border-radius: 70px;
    padding: 0 35px;
  }
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]):focus, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select:focus, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio])::placeholder, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]) .gfield_select, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select::placeholder, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select .gfield_select, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea .gfield_select {
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #666666;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio])::-webkit-inner-spin-button, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select::-webkit-inner-spin-button, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea::-webkit-inner-spin-button {
  display: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield .gfield_validation_message, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield .validation_message {
  color: #fff;
  padding-left: 20px;
  display: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gfield_description.validation_message.gfield_validation_message {
  display: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gfield_error input, .gform_wrapper.gform-theme--framework form .gform_body .gfield_error select, .gform_wrapper.gform-theme--framework form .gform_body .gfield_error textarea {
  border: 1px solid #F00 !important;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNy40OTQsNDI2LjA2NkwyODIuODY0LDUzLjUzN2MtNS42NzctOS40MTUtMTUuODctMTUuMTcyLTI2Ljg2NS0xNS4xNzJjLTEwLjk5NSwwLTIxLjE4OCw1Ljc1Ni0yNi44NjUsMTUuMTcyICAgIEw0LjUwNiw0MjYuMDY2Yy01Ljg0Miw5LjY4OS02LjAxNSwyMS43NzQtMC40NTEsMzEuNjI1YzUuNTY0LDkuODUyLDE2LjAwMSwxNS45NDQsMjcuMzE1LDE1Ljk0NGg0NDkuMjU5ICAgIGMxMS4zMTQsMCwyMS43NTEtNi4wOTMsMjcuMzE1LTE1Ljk0NEM1MTMuNTA4LDQ0Ny44MzksNTEzLjMzNiw0MzUuNzU1LDUwNy40OTQsNDI2LjA2NnogTTI1Ni4xNjcsMTY3LjIyNyAgICBjMTIuOTAxLDAsMjMuODE3LDcuMjc4LDIzLjgxNywyMC4xNzhjMCwzOS4zNjMtNC42MzEsOTUuOTI5LTQuNjMxLDEzNS4yOTJjMCwxMC4yNTUtMTEuMjQ3LDE0LjU1NC0xOS4xODYsMTQuNTU0ICAgIGMtMTAuNTg0LDAtMTkuNTE2LTQuMy0xOS41MTYtMTQuNTU0YzAtMzkuMzYzLTQuNjMtOTUuOTI5LTQuNjMtMTM1LjI5MkMyMzIuMDIxLDE3NC41MDUsMjQyLjYwNSwxNjcuMjI3LDI1Ni4xNjcsMTY3LjIyN3ogICAgIE0yNTYuNDk4LDQxMS4wMThjLTE0LjU1NCwwLTI1LjQ3MS0xMS45MDgtMjUuNDcxLTI1LjQ3YzAtMTMuODkzLDEwLjkxNi0yNS40NywyNS40NzEtMjUuNDdjMTMuNTYyLDAsMjUuMTQsMTEuNTc3LDI1LjE0LDI1LjQ3ICAgIEMyODEuNjM4LDM5OS4xMSwyNzAuMDYsNDExLjAxOCwyNTYuNDk4LDQxMS4wMTh6IiBmaWxsPSIjRDgwMDI3Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 1em auto;
}
.gform_wrapper.gform-theme--framework form .gfield_html {
  margin-bottom: 0 !important;
}

.quiz-form .gfield_html {
  display: block !important;
}
.quiz-form .gquiz-response-content h2 {
  margin: 34px 0 0;
}
.quiz-form .gquiz-response-content h3 {
  margin: 24px 0 0;
}
.quiz-form .gquiz-response-content li {
  list-style: disc !important;
  padding: 5px 0;
}
.quiz-form .arrowIcon {
  display: none !important;
}
.quiz-form .gform_page_footer .button {
  padding: 12px 26px !important;
  color: #fff !important;
  background: var(--button-color) !important;
  border-color: transparent !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  transition: all 0.6s !important;
  font-family: "Open Sans" !important;
}
@media (min-width: 1280px) {
  .quiz-form .gform_page_footer .button {
    font-size: 18px !important;
    padding: 12px 28px !important;
  }
}
.quiz-form .gform_page_footer .button:hover {
  color: #000 !important;
  background-color: var(--button-hover-color) !important;
  border-color: transparent !important;
}
.quiz-form .gform_page_footer .button:hover:after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(12%) hue-rotate(336deg) brightness(99%) contrast(84%);
  transition: all 0.6s;
}

.gform_footer {
  margin-top: 0;
  display: block;
  text-align: center;
}
@media (min-width: 991px) {
  .gform_footer {
    text-align: left;
  }
}
.gform_footer .gformButton {
  padding: 16px 20px;
  font-size: 16px !important;
  background-color: #000 !important;
  min-height: 50px !important;
  text-transform: uppercase !important;
  border-radius: 30px !important;
  transition: all 0.6s !important;
  font-weight: 600 !important;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gform_footer .gformButton {
    font-size: 18px !important;
  }
}
@media (min-width: 991px) {
  .gform_footer .gformButton {
    width: unset !important;
    padding: 16px 40px;
    letter-spacing: 1.8px !important;
  }
}
.gform_footer .gformButton:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.gform_footer .gformButton:hover:after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(12%) hue-rotate(336deg) brightness(99%) contrast(84%);
  transition: all 0.6s;
}
.gform_footer .gformButton:hover .arrowIcon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(12%) hue-rotate(336deg) brightness(99%) contrast(84%);
  transition: all 0.6s;
  transform: rotate(313deg);
}
.gform_footer .gformButton .text {
  text-transform: uppercase;
  font-family: var(--body-fonts);
}
.gform_footer .gformButton .arrowIcon {
  margin-left: 10px;
  vertical-align: middle;
  transform: rotateX(180deg);
}
.gform_footer .gformButton .arrowIcon svg {
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.gform_footer .disclaimer {
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 26px;
}

#customize-controls .description, #customize-controls p, #customize-controls a {
  font-size: 14px;
  line-height: 1.4;
}

body button.customize-partial-edit-shortcut-button:after {
  display: none;
}

body button.customize-partial-edit-shortcut-button {
  padding: 0;
}

.wp-customizer .wp-full-overlay-sidebar-content * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.error-404 {
  padding: 100px 0;
  padding-top: 300px;
}
.error-404 .main-box {
  border: 6px double #e8a53c;
  padding: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.error-404 .main-box .button {
  margin: 30px 0 0 0;
}

.comments-area {
  padding: 50px 0;
  border-top: 2px dashed #000;
  position: relative;
  margin-top: 50px;
}
.comments-area:before {
  border-top: 2px dashed #000;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 6px;
}

.comments-area .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  display: flex;
  flex-direction: column;
}
.comments-area .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
  margin-bottom: 10px;
}
.comments-area .comment-form-comment textarea, .comments-area .comment-form-comment input, .comment-form-author textarea, .comment-form-author input, .comment-form-email textarea, .comment-form-email input, .comment-form-url textarea, .comment-form-url input {
  max-width: 100%;
  resize: none;
  border: 1px solid #ccc;
  padding: 10px;
}
@media (min-width: 767px) {
  .comments-area .comment-form-comment textarea, .comments-area .comment-form-comment input, .comment-form-author textarea, .comment-form-author input, .comment-form-email textarea, .comment-form-email input, .comment-form-url textarea, .comment-form-url input {
    max-width: 50%;
  }
}
.comments-area .comment-form-comment textarea:focus, .comments-area .comment-form-comment input:focus, .comment-form-author textarea:focus, .comment-form-author input:focus, .comment-form-email textarea:focus, .comment-form-email input:focus, .comment-form-url textarea:focus, .comment-form-url input:focus {
  outline: #e8a53c;
}
.comments-area .comment-form-comment input, .comment-form-author input, .comment-form-email input, .comment-form-url input {
  height: 50px;
}

.comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: auto;
  margin: 0;
  position: relative;
}
.comment-form-cookies-consent input[type=checkbox]::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: transparent;
}
.comment-form-cookies-consent input[type=checkbox]:checked:after {
  background: #F01F6D;
}

.comment-list {
  padding: 0;
}
.comment-list .comment {
  margin-bottom: 30px;
}
.comment-list .comment .comment-body {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 10px;
}
.comment-list .children {
  margin-top: 20px;
  padding-left: 30px;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-author {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.comment-author img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.comment-author .says {
  margin-left: 10px;
}

.comment-content {
  margin-bottom: 10px;
}

.comment-respond {
  margin-top: 30px;
}
.comment-respond .comment-reply-title small {
  margin-left: 20px;
}

.typography blockquote {
  border-radius: 5px;
  padding: 30px;
  background: linear-gradient(#fff3e1 0 0) padding-box, linear-gradient(to bottom, #F01F6D, #e8a53c) border-box;
  border-left: 2px solid transparent;
  line-height: 1.3;
  font-size: 14px;
  border-right: 5px solid #fff3e1;
  margin: 0;
  margin-bottom: 30px;
}
.typography ul {
  padding: 0;
  margin-bottom: 30px;
}
.typography ul li {
  display: flex;
  margin-bottom: 10px;
}
.typography ul li:before {
  content: "";
  display: block;
  min-width: 24px;
  height: 24px;
  background-image: url(assets/images/list.png);
  border-radius: 50%;
  margin-right: 10px;
  filter: brightness(0) saturate(100%);
  background-size: contain;
}
.typography .wp-block-image {
  margin: 20px 0;
}
.typography .wp-block-table {
  margin: 20px 0;
}

.wawe-decore {
  position: absolute;
  bottom: -2px;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  width: 100%;
  left: 0;
  right: 0;
}
.wawe-decore.rotate {
  transform: rotate(180deg);
}
.wawe-decore svg {
  width: 100vw;
  height: auto;
  left: 0;
  right: 0;
}
@media (min-width: 991px) {
  .wawe-decore.right-scissor:after {
    position: absolute;
    content: "";
    width: 143px;
    height: 140px;
    background: url(./assets/images/wawe-top-right-icon.png);
    top: -40px;
    right: 20vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .wawe-decore.right-scissor:after {
    top: -44px;
  }
}
@media (min-width: 991px) {
  .wawe-decore.left-scissor:before {
    position: absolute;
    content: "";
    width: 143px;
    height: 143px;
    background: url(./assets/images/wawe-bottom-left-icon.png);
    left: 20vw;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -83px;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .wawe-decore.left-scissor:before {
    bottom: -78px;
  }
}

.blog .footer, .single .footer, .archive .footer, .error404 .footer, .search .footer {
  background: transparent;
}

.footer .wawe-decore {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-bottom: -2px;
  position: relative;
}

.cblock.wave-option-show {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .cblock.wave-option-show {
    padding-bottom: 130px;
  }
}
@media (min-width: 991px) {
  .cblock.wave-option-show {
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .cblock.wave-option-show {
    padding-bottom: 240px;
  }
}
@media (min-width: 1600px) {
  .cblock.wave-option-show {
    padding-bottom: 300px;
  }
}
@media (min-width: 1921px) {
  .cblock.wave-option-show {
    padding-bottom: 350px;
  }
}

.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.sub-quetos .heading-group .sub-heading {
  border-radius: 5px;
  padding: 30px;
  background: linear-gradient(#eedccb 0 0) padding-box, linear-gradient(to bottom, #be9269, #be9269) border-box;
  border-left: 2px solid transparent;
  line-height: 1.3;
  font-size: 14px;
  border-right: 5px solid #eedccb;
}
@media (min-width: 768px) {
  .sub-quetos .heading-group .sub-heading {
    font-size: 18px;
  }
}

.cosmetology-content h2:after, .cosmetology-content h2:after {
  display: none;
}

.quiz-form .inner-box-wrap {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%) !important;
  border: none !important;
}
.quiz-form .gfield_html {
  margin-bottom: 20px !important;
}
.quiz-form .gform_page_footer .button:hover {
  color: #fff !important;
}
.quiz-form .ginput_container input:not([type=checkbox]):not([type=radio]), .quiz-form .ginput_container select {
  min-height: 50px !important;
}

/*# sourceMappingURL=style.css.map */
