@font-face {
  font-family: 'Outfit';
  src: url('../Fonts/Outfit/Outfit-Black.eot');
  src: url('../Fonts/Outfit/Outfit-Black.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/Outfit/Outfit-Black.woff2') format('woff2'),
    url('../Fonts/Outfit/Outfit-Black.woff') format('woff'),
    url('../Fonts/Outfit/Outfit-Black.ttf') format('truetype'),
    url('../Fonts/Outfit/Outfit-Black.svg#Outfit-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../Fonts/Inter/Inter18pt-Regular.eot');
  src: url('../Fonts/Inter/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/Inter/Inter18pt-Regular.woff2') format('woff2'),
    url('../Fonts/Inter/Inter18pt-Regular.woff') format('woff'),
    url('../Fonts/Inter/Inter18pt-Regular.ttf') format('truetype'),
    url('../Fonts/Inter/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




@media only screen and (min-width: 1300px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters)/ 2);
    padding-right: calc(var(--container-gutters)/ 2)
  }

  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container-xl.px-0,
  .container-xxl.px-0,
  .container.px-0 {
    max-width: var(--main-container)
  }

  .th-container {
    --main-container: 1408px
  }

  .th-container2 {
    --main-container: 1760px
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}


:root {
  --theme-color: #1C2D37;
  --theme-color2: #E6BC28;
  --title-color: #0D0D0C;
  --title-dark: #364440;
  --body-color: #6E7070;
  --smoke-color: #C0CDD1;
  --smoke-color2: #666666;
  --smoke-color3: #C2D6C2;
  --black-color: #000000;
  --black-color2: #1B1B1B;
  --black-color3: #1A1A1A;
  --gray-color: #DDE8DD;
  --gray-color2: #E5E4E9;
  --gray-color3: #F3F5F6;
  --white-color: #ffffff;
  --light-color: #A4B5BA;
  --yellow-color: #E2B93B;
  --success-color: #27AE60;
  --error-color: #EB5757;
  --th-border-color: #CDCDCD;
  --th-border-color2: #E6E6E6;
  --title-font: 'Outfit', sans-serif !important;
  --body-font: "Inter" !important;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-space-bottom: 45px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #fafafa;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Outfit" !important;
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

@media (max-width: 1299px) {

  .h1,
  h1 {
    font-size: 70px;
  }
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.333;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/*- Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 60px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/*- Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}



/* .space {
  padding-top: 120px;
  padding-bottom: 120px
}

@media (max-width: 991px) {

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
}


 


@media (max-width: 991px) {

  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
} */

 .text-theme{
    color: var(--white-color) !important;
} 

/*------------------- Mobile Menu -------------------*/
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 991px) {
  .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }

  .header-button {
    margin: 22px 0;
  }
}

.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--theme-color);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-dark);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active>a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active>a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 35%;
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand {
  position: absolute;
  inset: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: transparent;
  color: var(--title-dark);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.th-mobile-menu ul .menu-item-has-children>a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: none;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
  content: '\f068';
} */

.th-mobile-menu ul .menu-item-has-children.th-active>a:after {
  content: "\f068";
}

.th-mobile-menu>ul,
.th-mobile-cta {
  padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

.th-menu-toggle.sidebar-btn {
  width: auto;
}

.th-menu-toggle.sidebar-btn:hover {
  background: transparent;
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .th-mobile-menu>ul,
  .th-mobile-cta {
    padding: 0 20px;
  }
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
  box-shadow: none;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}

.sidemenu-wrapper .recent-post .post-title,
.sidemenu-wrapper .widget_title {
  color: var(--title-color);
}

.sidemenu-wrapper .th-widget-contact .info-box_text .icon img {
  -webkit-filter: none;
  filter: none;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*- Extra small devices */
@media (max-width: 575px) {
  .sidemenu-wrapper {
    background: transparent;
  }

  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }

  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .th-btn {
    margin-bottom: 10px;
  }
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}

.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--theme-color);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\e28b";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

.rating-select p.stars a:hover~a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active~a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--white-color);
}

.main-menu a:hover {
  color: var(--theme-color2);
}

.main-menu>ul>li {
  margin: 0 20px;
}

.main-menu>ul>li>a {
  padding: 46.5px 0;
}

.main-menu>ul>li>a:hover {
  color: var(--theme-color2);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:has(.sub-menu)>a:after,
.main-menu ul li:has(.mega-menu)>a:after,
.main-menu ul li.menu-item-has-children>a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--white-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu)>a:hover:after,
.main-menu ul li:has(.mega-menu)>a:hover:after,
.main-menu ul li.menu-item-has-children>a:hover:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--theme-color2);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1) translateX(0%);
  -ms-transform: scaleY(1) translateX(0%);
  transform: scaleY(1) translateX(0%);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}

.main-menu ul li:has(.sub-menu)>a:after,
.main-menu ul li:has(.mega-menu)>a:after,
.main-menu ul li.menu-item-has-children>a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  /* margin-left: 4px; */
  top: 50%;
  background-image: url('../FontAwesomeIcons/f107.svg');
  /* FIX PATH */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}

.main-menu ul li:has(.sub-menu)>a:hover:after,
.main-menu ul li:has(.mega-menu)>a:hover:after,
.main-menu ul li.menu-item-has-children>a:hover:after {
  content: "";
  /* -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); */
  /* color: var(--theme-color2); */
  transform: rotate(360deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "";
  background-image: url('../FontAwesomeIcons/e1b1-grey house.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  /* REQUIRED */
  height: 15px;
  /* REQUIRED */
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
  padding-left: 27px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.sidebar-btn .line {
  display: block;
  height: 1px;
  width: 32px;
  background: var(--white-color);
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sideMenuInfo.sidebar-btn .line {
  background: var(--title-color);
}

@media (max-width: 1500px) {
  .main-menu>ul>li {
    margin: 0 10px;
  }
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-button .icon-btn:hover .badge {
  background-color: var(--title-dark);
}

.header-button .th-btn {
  padding: 16px 24px;
}

.sidebar-btn .line {
  display: block;
  height: 1px;
  width: 32px;
  background: var(--white-color);
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sideMenuInfo.sidebar-btn .line {
  background: var(--title-color);
}

.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}

.sidebar-btn .line:nth-child(2) {
  width: 20px;
}

.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn.style2 .line {
  margin-right: 0;
}

.sidebar-btn.style2 .line:first-child {
  width: 20px;
}

.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}

.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}

.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn.style3 .line {
  margin-right: 0;
}

.sidebar-btn.style3 .line:first-child {
  width: 32px;
}

.sidebar-btn.style3 .line:nth-child(2) {
  width: 27px;
}

.sidebar-btn.style3:hover .line:first-child {
  width: 32px;
}

.sidebar-btn.style3:hover .line:nth-child(2) {
  width: 32px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}

.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #363739;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px;
}

.header-links li>i {
  margin-right: 11px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links .social-links a {
  font-size: 14px;
}

.header-notice {
  margin: 0;
}

.dropdown-link {
  position: relative;
}

.dropdown-link>a {
  color: var(--body-color);
}

.dropdown-link>a i {
  color: var(--theme-color);
  margin-right: 5px;
}

.dropdown-toggle::after {
  content: "";
  background-image: url("../FontAwesomeIcons/f078 chevron-down.svg");
  width: 20px;
  height: 20px;
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 0px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--th-border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu a {
  color: var(--title-dark) !important;
}

.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  gap: 15px;
}

.header-icons .icon-btn {
  font-size: 18px;
}

.header-icons .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-icons .icon-btn:hover .badge {
  background-color: var(--title-dark);
}

.header-search {
  position: relative;
}

.header-search input {
  height: 46px;
  border: 1px solid var(--th-border-color);
  width: 500px;
  max-width: 100%;
  /*- Large devices */
}

.header-search input:focus {
  border-color: var(--theme-color);
}

@media only screen and (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

@media (max-width: 1199px) {
  .header-search input {
    max-width: 350px;
  }
}

.header-search button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  width: 50px;
  height: 46px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 0 99px 99px 0;
}

.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
  /*- Medium Large devices */
}

@media (max-width: 1299px) {
  .menu-expand {
    font-size: 15px;
  }
}

.menu-expand i {
  margin-right: 15px;
}

.menu-expand:hover {
  color: var(--white-color);
}

.header-layout2 .main-menu a {
  color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited,
a {
  text-decoration: none;
  outline: 0;
}

.header-layout2 .main-menu ul li:has(.sub-menu)>a:after,
.header-layout2 .main-menu ul li:has(.mega-menu)>a:after,
.header-layout2 .main-menu ul li.menu-item-has-children>a:after {
  color: var(--title-color);
}

.header-layout2 .main-menu>ul>li>a:hover {
  color: var(--theme-color);
  text-shadow: 0px 0px 0px var(--theme-color), 0px 0px 0px var(--theme-color), 0px 0px 0px var(--theme-color);
}

.header-layout2 .sticky-wrapper.sticky {
  background: var(--white-color);
}

.header-layout2 .th-menu-toggle.sidebar-btn {
  width: 56px;
  background: var(--title-dark);
}

.header-layout2 .header-button .th-btn {
  padding: 14px;
}

.header-layout2 .main-menu>ul>li>a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--title-color);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout2 .main-menu>ul>li>a:hover:before {
  width: 100%;
}

@media (min-width: 1600px) {
  .header-layout2 {
    --main-container: 1760px;
  }
}

/* ===== Header Language Switcher ===== */
.header-lang {
  position: relative;
}

.header-lang .language {
  overflow: visible;
}

/* Button */
.header-lang .language .btn {
  min-width: 9rem;
  background-image: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
  padding: 6px 14px;
  border-radius: 4px;
}

/* Icon */
.header-lang .language .icon {
  color: var(--theme-color2);
  position: relative;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
  height: 1.4em;
  width: 1.4em;
  flex-shrink: 0;
}

.header-lang .language .icon svg,
.header-lang .language .icon img {
  display: block;
  height: 100%;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.header-lang .dropdown.open-up .dropdown-menu {
  top: 100% !important;
}

@media (max-width: 991px) {
  .th-mobile-language {
    padding: 0 40px;
  }

  .th-mobile-language .header-lang {
    text-align: left;
  }
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 18.5px 24px;
  min-width: 125px;
  border-radius: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.th-btn.btn-mask {
  border-radius: 0;
  -webkit-mask-image: url(../Images/theme-img/btn-shape.png);
  mask-image: url(../Images/theme-img/btn-shape.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background: var(--theme-color2);
  color: var(--title-color);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 20px 24px;
}

.th-btn:focus:before,
.th-btn:hover:before,
.th-btn.active:before {
  -webkit-animation: shine 1.5s ease-out infinite;
  animation: shine 1.5s ease-out infinite;
}

.th-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.3;
}

.th-btn.th-btn-icon:after {
  content: '';
  position: relative;
  background-image: url(../Icons/Site/arrow-right.svg);
  background-size: 100% 100%;
  width: 16px !important;
  height: 16px !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

.th-btn.btn-mask:hover,
.th-btn.btn-mask:active,
.th-btn.btn-mask:focus {
  border-radius: 50px;
}

.th-btn.btn-mask .th-btn-icon {
  -webkit-filter: none;
  filter: none;
  color: var(--title-color);
}

.th-btn.btn-mask .th-btn-icon img {
  width: 16px;
}

.th-btn.btn-mask .btn-icon {
  -webkit-filter: none;
  filter: none;
}

.header-logo-white {
  display: none;
}

/************************************************ Widget ************************************************/
.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: var(--title-dark);
  margin-bottom: 24px;
  position: relative;
  border-radius: 8px;
  border: 0;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
  border-radius: 0px;
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group>i {
  background-color: var(--white-color);
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--white-color);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 30px 0;
}

.widget_title:after,
.widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: rgba(164, 181, 186, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget_title:after {
  background-color: var(--gray-color);
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin-bottom: 0;
}

.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.th-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.th-widget-contact .info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid var(--body-color);
  border-radius: 50%;
  text-align: center;
}

.th-widget-contact .info-box_text .icon img {
  -webkit-filter: contrast(0) brightness(2) opacity(0.7);
  filter: contrast(0) brightness(2) opacity(0.7);
}

.th-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}

.th-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}

.th-widget-contact .info-box_text a {
  color: inherit;
}

.th-widget-contact .info-box_text a:hover {
  color: var(--theme-color2);
}

.th-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

/********************************************* Footer *********************************************/

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --th-border-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  background-color: #212428;
  overflow: hidden;
}

.footer-wrapper .social-links a {
  margin: 0 30px 0 0;
}

.widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-links ul {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  position: relative;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: var(--body-font);
  color: var(--light-color);
}

.footer-links a:hover {
  color: var(--white-color);
}

.copyright-wrap {
  padding: 20px 0;
  background-size: 100% auto;
  background-color: rgba(23, 26, 30, 0.4);
}

.copyright-wrap .copyright-text {
  color: var(--theme-color);
}

.copyright-wrap .copyright-text a {
  color: var(--theme-color);
}

.copyright-wrap .copyright-text a:hover {
  color: var(--title-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

.newsletter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*- Medium devices */
  /*- Extra small devices */
}

.newsletter-wrap .newsletter-title {
  font-size: 38px;
  font-weight: 500;
  color: var(--theme-color);
  max-width: 480px;
  line-height: 1.210;
  margin-bottom: -0.25em;
  margin-top: -0.25em;
  /*- Medium devices */
  /*- Small devices */
}

/*- Footer Area 2---------------------------------- */
.footer-layout2 {
  --body-color: #6E7070;
}

.footer-layout2 .newsletter-wrap {
  border-bottom: 1px solid #DDE8DD;
  padding-bottom: 75px;
  /*- Medium devices */
}

.footer-layout2 .newsletter-wrap .newsletter-form {
  /*- Extra small devices */
}

.footer-layout2 .newsletter-wrap .newsletter-form .form-group input {
  background: transparent;
  border: 1px solid var(--body-color);
  border-radius: 50px;
  height: 64px;
  min-width: 416px;
  /*- Large devices */
  /*- Extra small devices */
}

@media (max-width: 1199px) {
  .footer-layout2 .newsletter-wrap .newsletter-form .form-group input {
    min-width: auto;
  }
}

@media (max-width: 575px) {
  .footer-layout2 .newsletter-wrap .newsletter-form .form-group input {
    height: 56px;
  }
}

.footer-layout2 .newsletter-wrap .newsletter-form .th-btn {
  height: 64px;
  /*- Extra small devices */
}

@media (max-width: 575px) {
  .footer-layout2 .newsletter-wrap .newsletter-form .th-btn {
    height: 56px;
  }
}

@media (max-width: 575px) {
  .footer-layout2 .newsletter-wrap .newsletter-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .footer-layout2 .newsletter-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer-layout2 .widget-area {
  padding-bottom: 75px;
  /*- Medium devices */
}

@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-bottom: 25px;
  }
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-layout2 .footer-widget .widget_title {
  color: var(--title-color);
}

.footer-layout2 .widget .th-social a {
  box-shadow: none;
  border-color: #C2D6C2;
  color: var(--title-dark);
  --icon-size: 32px;
  line-height: 32px;
  font-size: 14px;
}

.footer-layout2 .widget .th-social a:hover {
  background: var(--title-dark);
  color: var(--white-color);
}

.footer-layout2 .th-widget-contact .info-box_text .icon img {
  -webkit-filter: none;
  filter: none;
}

.footer-layout2 .th-widget-contact .info-box_text a:hover {
  color: var(--theme-color);
}

.footer-layout2 .footer-widget.widget_meta a:hover,
.footer-layout2 .footer-widget.widget_pages a:hover,
.footer-layout2 .footer-widget.widget_archive a:hover,
.footer-layout2 .footer-widget.widget_categories a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}

.footer-layout2 .footer-widget.widget_meta a:hover:before,
.footer-layout2 .footer-widget.widget_pages a:hover:before,
.footer-layout2 .footer-widget.widget_archive a:hover:before,
.footer-layout2 .footer-widget.widget_categories a:hover:before,
.footer-layout2 .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 20px 0px 20px 32px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer-layout2 .copyright-wrap .copyright-text {
  color: #C2D6C2;
}

.footer-layout2 .copyright-wrap .copyright-text a {
  color: #C2D6C2;
}

.footer-layout2 .copyright-wrap .copyright-text a:hover {
  color: var(--theme-color2);
}

.footer-layout2 .footer-links {
  padding-bottom: 17px;
}

.footer-layout2 .footer-links a {
  color: #C2D6C2;
}

.footer-layout2 .footer-links a:hover {
  color: var(--theme-color2);
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 22px;
  margin-bottom: 21px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  content: "";
  position: absolute;
  /* FIX */
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 12px;
  /* IMPORTANT */
  height: 12px;

  background-image: url("../FontAwesomeIcons/f105.svg");
  background-size: contain;
  background-repeat: no-repeat;

  transition: transform 0.3s ease;
  /* REQUIRED for animation */
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color2);
  left: 5px;
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .newsletter-wrap .newsletter-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .newsletter-wrap .newsletter-title {
    font-size: 24px;
  }
}

.facebook,
.instagram,
.linkedin {
  width: 16px;
  height: 16px;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  transition: transform 0.3s ease, background-image 0.3s ease;
}

.facebook {
  background-image: url('../FontAwesomeIcons/f39e-grey facebook-f.svg');
}

.instagram {
  background-image: url('../FontAwesomeIcons/e055-grey instagram.svg');
}

.linkedin {
  background-image: url('../FontAwesomeIcons/f0e1-grey linkedin.svg');
}

.footer-layout2 .widget .th-social a:hover .facebook {
  background-image: url('../FontAwesomeIcons/f39e-white facebook-f.svg');
}

.footer-layout2 .widget .th-social a:hover .instagram {
  background-image: url('../FontAwesomeIcons/e055-white instagram.svg');
}

.footer-layout2 .widget .th-social a:hover .linkedin {
  background-image: url('../FontAwesomeIcons/f0e1-white linkedin.svg');
}

.footer-layout2 .widget .th-social a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.th-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  background-color: transparent;
  color: var(--theme-color);
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
}

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

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about {
  max-width: 354px;
  margin-bottom: -0.5em;
}

.th-widget-about .about-logo {
  margin-bottom: 44px;
}

.bg-title-dark {
  background-color: var(--title-dark) !important;
}

/******************************** Mobile Menu ********************************/
.play-btn.style3:hover>i,
.play-btn.style4:hover>i,
.play-btn.style5:hover>i,
.th-menu-toggle:hover,
.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--white-color);
}

.menu-cross {
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 50%;
  background-image: url('../FontAwesomeIcons/f00d-white.svg');
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}

.menu-cross:hover {
  background-image: url('../FontAwesomeIcons/f00d xmark.svg');
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-dark);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: "";
  position: absolute;
  /* FIX */
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  /* IMPORTANT */
  height: 12px;
  background-image: url("../FontAwesomeIcons/f105.svg");
  background-size: contain;
  background-repeat: no-repeat;

  transition: transform 0.3s ease;
}

.th-mobile-menu ul li.th-active>a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active>a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand {
  position: absolute;
  inset: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: transparent;
  color: var(--title-dark);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before,
.th-mobile-menu ul .menu-item-has-children>a:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  background-image: url("../FontAwesomeIcons/f-067 plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transition: 0.3s ease;
}

/*
===================================
    HIDE EXTRA :after IF NEEDED
===================================
*/
.th-mobile-menu ul .menu-item-has-children>a:after {
  display: none;
}

/*
===================================
    ACTIVE STATE → MINUS SVG
===================================
*/
.th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before,
.th-mobile-menu ul .menu-item-has-children.th-active>a:after {

  background-image: url("../FontAwesomeIcons/f068 minus.svg");
}

.th-mobile-menu>ul,
.th-mobile-cta {
  padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

.th-menu-toggle.sidebar-btn {
  width: auto;
}

.th-menu-toggle.sidebar-btn:hover {
  background: transparent;
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .th-mobile-menu>ul,
  .th-mobile-cta {
    padding: 0 20px;
  }
}

/* scroll-top */

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22%;
  width: 28px;
  height: 28px;
  background-image: url("../FontAwesomeIcons/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border-radius: 50%;
  box-shadow: none;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}