/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #F68B21;
  --theme-color-2: #d60012c4;
  --title-color: #121212;
  --body-color: #6F6E77;
  --smoke-color: #F4F4F4;
  --smoke-color2: #FFF9F3;
  --black-color: #000000;
  --black-color-2: #363739;
  --gray-color: #D9D9D9;
  --white-color: #ffffff;
  --light-color: #CDCDCD;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E0E0E0;
  --title-font: 'Inter', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --style-font: 'Red Hat Display', cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}



















/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}






.red{
  color: red !important;
}

.pt-80{
  padding-top: 80px;
}






body.theme-blue {
  --theme-color: #d60012c4;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
.header-layout1 .header-right .langauge a.nice-select.open,
.header-layout2 .header-right .langauge a.nice-select.open,
.header-layout3 .header-right .langauge a.nice-select.open,
.header-layout5 .header-right .langauge a.nice-select.open,
.header-layout6 .header-right .langauge a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
.header-layout1 .header-right .langauge input.nice-select.open,
.header-layout2 .header-right .langauge input.nice-select.open,
.header-layout3 .header-right .langauge input.nice-select.open,
.header-layout5 .header-right .langauge input.nice-select.open,
.header-layout6 .header-right .langauge input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open,
.header-layout1 .header-right .langauge textarea.nice-select.open,
.header-layout2 .header-right .langauge textarea.nice-select.open,
.header-layout3 .header-right .langauge textarea.nice-select.open,
.header-layout5 .header-right .langauge textarea.nice-select.open,
.header-layout6 .header-right .langauge textarea.nice-select.open {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: #006b9f;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}


a:active,
a.nice-select.open,
.header-layout1 .header-right .langauge a.nice-select.open,
.header-layout2 .header-right .langauge a.nice-select.open,
.header-layout3 .header-right .langauge a.nice-select.open,
.header-layout5 .header-right .langauge a.nice-select.open,
.header-layout6 .header-right .langauge a.nice-select.open, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 1.227;
}

.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;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.25;
  }
  .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;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
















/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: #006b9f !important;
}

.text-theme2 {
  color: var(--theme-color-2) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: #006b9f;
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

























/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.font-style {
  font-family: var(--style-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}


















/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: #006b9f !important;
}

.bg-theme2 {
  background-color: var(--theme-color-2) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-bottom-center {
  background-size: auto;
  background-position: bottom center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}
















/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

















/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.25em;
}

.sub-title {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #006b9f;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: -0.34em;
}

.sub-title:has(img) {
  margin-top: 0;
}

.sub-title img {
  margin: -5px 10px 0 0;
}

.box-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  /* Medium devices */
}

@media (max-width: 1399px) {
  .box-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .box-title {
    font-size: 18px;
  }
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: #006b9f;
}

.sec-text {
  max-width: 720px;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

.title-area .themeholy-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

hr.title-line {
  margin-top: 0;
  background-color: var(--border-color);
  opacity: 1;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 120px;
    margin-bottom: -82px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 100px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .sub-title img {
    max-width: 60px;
  }
}






























/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index-3 {
  z-index: 3;
}

@media (min-width: 2320px) {
  .shape-mockup.shape-1 {
    left: -5% !important;
  }
}

@media (max-width: 1899px) {
  .shape-mockup.shape-1 {
    left: 0% !important;
  }
}

@media (min-width: 1922px) {
  .shape-mockup.shape-2 {
    top: 10% !important;
    right: 10% !important;
  }
}

@media (max-width: 1899px) {
  .shape-mockup.shape-2 {
    top: 10% !important;
    right: 10% !important;
  }
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: #006b9f;
  color: var(--white-color);
  padding: 0.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.themeholy-social.author-social a {
  background-color: var(--gray-color);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  font-size: 18px;
}

.themeholy-social.author-social .info-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.themeholy-social a {
  display: inline-block;
  width: var(--icon-size, 45px);
  height: var(--icon-size, 45px);
  line-height: var(--icon-size, 45px);
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.themeholy-social a:last-child {
  margin-right: 0;
}

.themeholy-social a:hover {
  background-color: #006b9f;
  color: var(--white-color);
}

.themeholy-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}

.themeholy-social.style2 a:hover {
  border-color: #006b9f;
  color: var(--white-color);
  background-color: #006b9f;
}

.themeholy-social.color-theme a {
  color: var(--body-color);
  border-color: #006b9f;
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

#blog-sec .btn-group {
  /* Medium devices */
}

@media (max-width: 991px) {
  #blog-sec .btn-group {
    margin-bottom: 30px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

.btn-group.style2 {
  gap: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px;
  }
}

.btn-group.style3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.call-btn {
  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: 30px;
}

.call-btn:has(.call-btn) {
  gap: 50px;
}

.call-btn .btn-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--white-color);
}

.call-btn .btn-title:hover {
  color: #006b9f;
}






























/*------------------- 4.1. Widget  -------------------*/
.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;
}

.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: -17px 0 0px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  border: none;
  margin: 0;
  padding: 17px 30px 17px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--body-color);
  position: relative;
}

.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
  content: '\f07c';
  font-family: var(--icon-font);
  color: var(--title-color);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: #006b9f;
}

.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
  color: #006b9f;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li i,
.widget_meta li i,
.widget_pages li i,
.widget_archive li i,
.widget_categories li i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu li:hover i,
.widget_meta li:hover i,
.widget_pages li:hover i,
.widget_archive li:hover i,
.widget_categories li:hover i {
  color: #006b9f;
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_categories ul li {
  display: block;
  position: relative;
}

.widget_categories ul li:last-child a {
  border-bottom: 1px solid transparent;
}

.widget_categories ul li a {
  display: block;
  border: none;
  margin: 0;
  padding: 17px 30px 17px 35px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--title-color);
  position: relative;
  border-bottom: 1px solid var(--gray-color);
}

.widget_categories ul li a:before {
  content: '\f07c';
  font-family: var(--icon-font);
  color: var(--title-color);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_categories ul li span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_categories ul li i {
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_categories ul li:hover a {
  color: #006b9f;
}

.widget_categories ul li:hover a:before {
  color: #006b9f;
}

.widget_categories ul li:hover ~ span {
  color: #006b9f;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.themeholy-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.widget.widget-author {
  margin-right: 16px;
  padding: 0;
  border-radius: 20px;
  margin-right: 0;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget .themeholy-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget.widget_info {
  background-color: var(--white-color);
  max-width: 370px;
  min-height: 384px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .widget.widget_info {
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 991px) {
  .widget.widget_info {
    left: 0px;
    bottom: 0px;
    position: relative;
    padding: 20px 0 0 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .widget.widget_info {
    max-width: 100%;
    min-height: 100%;
  }
}

.widget.widget_info .widget_title {
  margin: 0px 0 30px 0;
}

.widget_title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.11em 0 30px 0;
  padding-bottom: 15px;
  overflow: hidden;
}

.widget_title:before, .widget_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  background-color: var(--gray-color);
}

.widget_title:after {
  -webkit-animation: sectionShape 8s linear infinite;
          animation: sectionShape 8s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #006b9f;
  z-index: 9;
  width: 79px;
  height: 2px;
}

.widget_title .shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.widget_title .shape:after, .widget_title .shape:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  margin-top: -3px;
  overflow: hidden;
}

.widget_title .shape:before {
  -webkit-animation: sectionShape 8s linear infinite;
          animation: sectionShape 8s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #006b9f;
  z-index: 9;
  width: 79px;
  height: 4px;
  border-radius: 30px;
}

.widget_title .shape:after {
  width: 100%;
  height: 2px;
  margin: 0;
  margin-top: -1px;
  background-color: var(--gray-color);
  left: 0;
}

.widget_title.style2 .shape:before {
  background-color: var(--theme-color-2);
}

.widget_title.style3 .shape:before {
  background-color: #006b9f;
}

.widget .widget-content {
  padding: 0 40px 40px 40px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget .search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  font-size: 16px;
  background-color: #006b9f;
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 60px;
  height: 60px;
}

.widget .search-form button:hover {
  color: var(--white-color);
}

.wp-block-tag-cloud.style2 a,
.tagcloud.style2 a {
  background-color: transparent;
  padding: 8px 20px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: capitalize;
  line-height: 1;
  padding: 10px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--black-color-2);
  background-color: var(--white-color);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: #006b9f;
  color: var(--white-color) !important;
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -10px;
  margin-bottom: -10px;
}

.recent-post {
  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;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.recent-post:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post.style2 .post-title .text-inherit:hover {
  color: var(--theme-color-2);
}

.recent-post.style2 .recent-post-meta a i {
  color: var(--theme-color-2);
}

.recent-post.style2 .recent-post-meta a:hover {
  color: var(--theme-color-2);
}

.recent-post.style3 {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post.style3 .post-title .text-inherit:hover {
  color: #006b9f;
}

.recent-post.style3 .recent-post-meta a i {
  color: #006b9f;
}

.recent-post.style3 .recent-post-meta a:hover {
  color: #006b9f;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 74px;
  overflow: hidden;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  max-width: 240px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: var(--title-color);
  font-family: var(--title-font);
  text-transform: capitalize;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  margin-bottom: 2px;
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: #006b9f;
}

.recent-post .recent-post-meta a:hover {
  color: #006b9f;
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*Page Title -------------------------*/
.page-single {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 6px 50px rgba(229, 229, 229, 0.6);
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
  /* Small devices */
}

.page-single.service-single {
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  margin-right: 0;
}

@media (min-width: 1300px) {
  .page-single.service-single {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .page-single {
    padding: 20px;
  }
}

.themeholy-dance.page-single {
  margin-bottom: 0;
}

.sidebar-area {
  position: relative;
  margin-bottom: -10px;
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 0px;
  height: 60px;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  position: relative;
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-left: 30px;
}

.sidebar-area ol.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: #006b9f;
  font-family: var(--icon-font);
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.wp-block-latest-comments__comment a {
  color: var(--body-color);
  font-size: 14px;
}

.wp-block-latest-comments__comment a:hover {
  color: #006b9f;
}

/* recent  details -------------------*/
.recent-title {
  position: relative;
}

.recent-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  min-width: 100px;
  min-height: 4px;
  background-color: #006b9f;
}

.related-btn {
  margin-bottom: 50px;
}

.blog-slide-wrapp {
  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;
  margin-right: 30px !important;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 0;
  margin: 30px 0;
}

.blog-slide-wrapp .blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog-slide-wrapp .blog-post {
    gap: 15px;
  }
}

.blog-slide-wrapp .blog-post img {
  min-width: 80px;
  height: 80px;
  border-radius: 14px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog-slide-wrapp .blog-post img {
    min-width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}

.blog-slide-wrapp .blog-post .title {
  font-family: var(--body-font);
  color: var(--title-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .blog-slide-wrapp .blog-post .title {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .blog-slide-wrapp .blog-post .title {
    display: none;
  }
}

.author-widget-wrap {
  text-align: center;
}

.author-widget-wrap.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap.style2 {
    display: block;
  }
}

.author-widget-wrap .avater {
  min-width: 290px;
  border-radius: 20px 0px 0px 20px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater {
    min-width: 100%;
  }
}

.author-widget-wrap .avater img {
  border-radius: 20px 0px 0px 20px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
  }
}

.author-widget-wrap .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--title-color);
  margin-bottom: 9px;
}

.author-widget-wrap .name a {
  color: inherit;
}

.author-widget-wrap .name a:hover {
  color: #006b9f;
}

.author-widget-wrap .author-info {
  text-align: left;
  padding-right: 20px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .author-info {
    padding: 20px;
  }
}

.author-widget-wrap .author-bio {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 20px;
}

.author-widget-wrap .author-social {
  display: block;
}

.author-widget-wrap .author-social a {
  font-size: 16px;
  color: var(--body-color);
  position: relative;
  border-right: 1px solid var(--gray-color);
  padding: 6px 15px 6px 0;
  margin-right: 12px;
}

.author-widget-wrap .author-social a:last-child {
  padding: 6px 0 6px 0;
  margin-right: 0;
  border-right: none;
}

.author-widget-wrap .author-social a:hover {
  color: #006b9f;
}

.download-widget-wrap .themeholy-btn {
  width: 100%;
}

.download-widget-wrap .themeholy-btn:first-child {
  margin-bottom: 10px;
}

.download-widget-wrap .themeholy-btn.style2 {
  color: var(--body-color);
}

.download-widget-wrap .themeholy-btn.style2:before, .download-widget-wrap .themeholy-btn.style2:after {
  background-color: #006b9f;
}

.download-widget-wrap .themeholy-btn.style2:hover {
  color: var(--white-color);
  border-color: #006b9f;
}

.widget_banner {
  background-color: var(--title-color);
  position: relative;
  text-align: center;
  min-width: 350px;
  height: 330px;
  display: block;
  margin-left: auto;
  right: 60px;
  margin-bottom: 0;
  margin-top: 40px;
  z-index: 9;
  /* Extra small devices */
  /* Large devices */
  /* Medium devices */
}

.widget_banner .widget_title:before, .widget_banner .widget_title:after {
  display: none;
}

@media (max-width: 575px) {
  .widget_banner {
    min-width: 100%;
    height: 100%;
    right: auto;
    left: 0 !important;
  }
}

.widget_banner.style2 {
  min-width: 100%;
  height: 100%;
  right: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .widget_banner.style2 {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .widget_banner.style2 {
    left: 0px;
    right: auto;
    margin: 0 auto 40px 0;
  }
}

@media (max-width: 1199px) {
  .widget_banner {
    right: 40px;
  }
}

@media (max-width: 991px) {
  .widget_banner {
    left: 40px;
    right: auto;
    margin: 0 auto 40px 0;
  }
}

.widget_banner:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, #000000 100%);
  z-index: -1;
}

.widget_banner .banner-image {
  min-width: 190px;
}

.widget_banner .banner-image img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.widget_banner .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget_banner .widget_title {
  font-family: var(--title-font);
  color: var(--white-color);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 16px;
}

.widget_banner .widget_desc {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #9B9B9C;
}

.widget_banner:has(.widget-map) {
  padding: 0;
  line-height: 0px;
}

.widget_banner .btn-group {
  margin-top: 25px;
}

.widget_banner-two {
  position: relative;
  z-index: 9;
  margin-left: 60px;
  min-height: 500px;
  margin-bottom: 0;
  /* Large devices */
  /* Medium Large devices */
  /* Medium devices */
}

.widget_banner-two .widget_title:before, .widget_banner-two .widget_title:after {
  display: none;
}

@media (max-width: 1199px) {
  .widget_banner-two {
    min-height: 100%;
  }
}

@media (max-width: 1299px) {
  .widget_banner-two {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .widget_banner-two {
    margin-top: 20px;
  }
}

.widget_banner-two:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
  background: linear-gradient(180deg, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
  z-index: -1;
}

.widget_banner-two .widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 40px;
  margin: 0 0 20px 0;
  padding-bottom: 0px;
  max-width: 177px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .widget_banner-two .widget_title {
    max-width: 100%;
  }
}

.widget-map iframe {
  min-height: 280px;
}

.widget-banner .banner-text {
  margin-bottom: 23px;
  color: var(--white-color);
}

.widget-banner .banner-link {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--white-color);
}

.widget-banner .banner-link i {
  color: var(--white-color);
  margin-right: 4px;
}

.widget-banner .banner-link:hover {
  color: #006b9f;
}

.widget-banner .banner-link:last-child {
  margin-bottom: -0.4em;
}

.widget_info .widget_title {
  margin: 29px 0 10px 0;
}

.widget_info .themeholy-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.widget_info .themeholy-video {
  margin-bottom: 20px;
}

.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list i {
  color: #006b9f;
  width: 16px;
  margin-right: 2px;
  font-size: 16px;
}

.info-list strong {
  font-weight: 500;
  color: var(--title-color);
}

.info-list li {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.info-list li .title {
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 1px;
}

.info-list li .text {
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
}

.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--body-color);
}

.price_slider_wrapper .ui-slider {
  height: 6px;
  position: relative;
  width: 100%;
  background-color: #006b9f;
  border: none;
  margin-top: 15px;
  margin-bottom: 25px;
  cursor: pointer;
  border-radius: 0;
}

.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: #006b9f;
}

.price_slider_wrapper .ui-slider-handle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  margin-top: -5px;
  z-index: 2;
  background-color: var(--white-color);
  border: 3px solid #006b9f;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}

.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

.price_slider_wrapper .ui-slider-handle:last-child {
  -webkit-transform: translateX(-9px);
      -ms-transform: translateX(-9px);
          transform: translateX(-9px);
}

.price_slider_wrapper button,
.price_slider_wrapper .button {
  position: relative;
  background-color: transparent;
  color: #006b9f;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.price_slider_wrapper button:before,
.price_slider_wrapper .button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 43px;
  height: 2px;
  background-color: #006b9f;
}

.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: transparent;
}

.price_wrapper {
  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;
}

.widget_offer {
  /* Medium devices */
}

@media (max-width: 991px) {
  .widget_offer {
    margin-bottom: 10px;
  }
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}

.widget_shopping_cart ul li {
  list-style-type: none;
}

.widget_shopping_cart.style2 .cart_list a:not(.remove):hover {
  color: var(--theme-color-2);
}

.widget_shopping_cart.style2 .cart_list a.remove:hover {
  color: var(--theme-color-2);
}

.widget_shopping_cart.style3 .cart_list a:not(.remove):hover {
  color: #006b9f;
}

.widget_shopping_cart.style3 .cart_list a.remove:hover {
  color: #006b9f;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: #006b9f;
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: #006b9f;
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 5px;
}

.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}

.widget_shopping_cart .total strong {
  font-family: var(--title-font);
}

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .themeholy-btn {
  margin-right: 15px;
}

.widget_shopping_cart .themeholy-btn:last-child {
  margin-right: 0;
}

.sidebar-area .widget_shopping_cart .themeholy-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: #006b9f;
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
  color: #006b9f;
  background-color: var(--white-color);
  border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--white-color);
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  padding: 0;
}

.widget_recent_comments ul li,
.wp-block-latest-comments ul li {
  position: relative;
  list-style: none;
  padding-left: 35px;
}

.widget_recent_comments ul li:before,
.wp-block-latest-comments ul li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: #006b9f;
  font-family: var(--icon-font);
}

.widget_recent_comments ul li a,
.wp-block-latest-comments ul li a {
  color: var(--body-color);
}

.widget_recent_comments ul li a:hover,
.wp-block-latest-comments ul li a:hover {
  color: #006b9f;
}

.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}

.widget_recent_entries ul li > a:hover {
  color: #006b9f;
}

.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}

.widget .wp-block-search {
  margin-bottom: 0;
}

.wp-block-group__inner-container h2 {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.wp-block-group__inner-container h2:after {
  content: "";
  height: 24px;
  width: 100%;
  background-image: url("../img/theme-img/widget_title_footer.png");
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  bottom: -30px;
  left: 0;
}

ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: var(--title-color);
}

.wp-block-tag-cloud {
  margin-right: -10px;
  margin-bottom: 10px;
}

.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0;
}

.wp-block-cover:last-child {
  margin-bottom: 0px;
}

.wp-block-video:last-child {
  margin: 0;
}

ul.wp-block-rss.wp-block-rss:last-child {
  margin-bottom: 0;
}

pre.wp-block-verse:last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  margin: 0 0 0em;
}

.post-password-form {
  margin-bottom: 0;
  margin-top: 20px;
}

.wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}

ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}

.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: #006b9f;
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: #006b9f;
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #006b9f;
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss a:hover,
.wp-block-rss a:hover {
  color: #006b9f;
}

.textwidget {
  margin-top: -0.1em;
}

.sidebar-area .widget_shopping_cart .as-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

.sidebar-area .widget_shopping_cart .as-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}

@media (max-width: 330px) {
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.as-search {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
  border: none;
  border-radius: 0px;
  overflow: hidden;
}

.as-search .search-grid-content {
  padding: 30px;
}

.as-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.as-search .search-grid-meta a,
.as-search .search-grid-meta span {
  color: var(--body-color);
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.as-search .search-grid-meta a i,
.as-search .search-grid-meta span i {
  font-size: 14px;
  color: var(--body-color);
  margin: 0;
}

.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.as-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
}

.search-grid-meta.blog-meta {
  text-align: left;
}

.nof-title {
  margin-top: -0.2em;
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  padding: 0 25px;
  padding-right: 45px;
}

.widget .search-form input {
  padding-right: 45px;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 30px 15px 30px 15px;
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
  display: none;
}

.format-quote blockquote cite {
  margin-top: 15px;
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.style-left-icon,
  blockquote.is-large,
  blockquote.is-style-large,
  blockquote.has-text-align-right,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
  }
}

blockquote.has-text-align-right cite:before,
.wp-block-quote.has-text-align-right cite:before {
  right: 0;
  left: unset;
}

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 4rem;
  font-weight: 600;
  width: 60px;
  height: 45px;
  opacity: 0.06;
}

blockquote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite {
  padding-left: 0;
  padding-right: 60px;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  right: unset;
  left: 60px;
}

blockquote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.style-left-icon:not(.has-text-align-right) cite,
blockquote.is-large:not(.has-text-align-right) cite,
blockquote.is-style-large:not(.has-text-align-right) cite,
blockquote.has-text-align-right:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.style-left-icon:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.has-text-align-right) cite,
.wp-block-quote.has-text-align-right:not(.has-text-align-right) cite {
  text-align: left;
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 22px;
  text-align: right;
}

.wp-block-pullquote cite:before {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
}

@media (max-width: 1399px) {
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.5em;
  }
}

.wp-block-pullquote cite {
  font-family: var(--body-font);
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  padding-left: 0px;
  margin-left: 0px;
}

blockquote:before,
.wp-block-quote:before {
  /* content: "\f10e"; */
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 60px;
  height: 45px;
  opacity: 0.06;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 60px;
  /* Small devices */
}

@media (max-width: 1399px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    padding: 30px;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
}

select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.wp-block-image figure {
  margin: 0;
}

ol.wp-block-latest-comments {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.1em;
  }
}

.wp-block-pullquote cite,
.wp-block-pullquote p {
  padding-left: 0px;
  margin-left: 0px;
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.style-left-icon,
  blockquote.is-large,
  blockquote.is-style-large,
  blockquote.has-text-align-right,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
  }
}

.as-blog-wrapper .as-pagination {
  margin-bottom: 0px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .as-blog-wrapper .as-pagination {
    margin-bottom: 30px;
  }
}

.content-none-search .widget_search input {
  height: 60px;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}

.footer-widget input:focus,
.footer-widget select:focus {
  border-color: #006b9f;
  background-color: transparent;
}

.footer-widget .form-group > i {
  color: #006b9f;
  top: 18px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  border-bottom: none;
  margin: 0 0 30px 0 !important;
  padding: 0 0 14px 0;
}

.footer-widget .widget_title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #006b9f;
}

.footer-widget .widget_title:after {
  display: none;
}

.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: -5px;
}

.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: -5px;
}

.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 20px;
  margin-bottom: 18px;
  font-family: var(--body-font);
  color: white;
  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_nav_menu a {
  line-height:1.8!important;
}

.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: "\f054";
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.8em;
  background-color: transparent;
  border: none;
  color: inherit;
}

.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: #006b9f;
}

.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: #006b9f;
}

.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;
}

.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;
}

.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 28px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: #006b9f;
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: #006b9f;
}

.themeholy-widget-about .about-logo {
  margin-bottom: 30px;
}

.themeholy-widget-about .about-text {
  margin-bottom: 38px;
  margin-top: -0.5em;
  color: white;
}

.footer-text {
  margin-top: -0.46em;
  margin-bottom: 25px;
  color: #CDCDCD;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}

.icon-group a:last-child {
  margin-right: 0;
}

.newsletter-widget {
  position: relative;
  max-width: 290px;
}

.newsletter-area {
  position: relative;
  z-index: 10;
}

.newsletter-form.style2 .form-control {
  min-width: 300px;
  min-height: 60px;
  border-radius: 0;
  background-color: var(--black-color-2);
  border: 1px solid var(--black-color-2);
}

.newsletter-form.style2 .form-control::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control::placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .themeholy-btn {
  max-width: 60px;
  width: 60px;
  height: 60px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  padding: 16px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .newsletter-form.style2 .themeholy-btn {
    margin-top: 0;
  }
}

.newsletter-form.style2 .themeholy-btn i {
  margin-left: 0;
}

.newsletter-form.style3 .form-control {
  min-width: 520px;
  min-height: 60px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: var(--white-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .newsletter-form.style3 .form-control {
    min-width: 100%;
  }
}

.newsletter-form.style3 .form-control:hover {
  border: 1px solid var(--theme-color-2);
}

.newsletter-form.style3 .themeholy-btn {
  max-width: 164px;
  min-height: 60px;
  padding: 16px 29px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
  /* Extra small devices */
}

.newsletter-form.style3 .themeholy-btn:hover {
  background-color: var(--title-color);
}

.newsletter-form.style3 .themeholy-btn i {
  color: #006b9f;
}

.newsletter-form.style3 .themeholy-btn:hover i {
  color: var(--white-color);
}

@media (max-width: 575px) {
  .newsletter-form.style3 .themeholy-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.newsletter-form {
  position: relative;
  overflow: hidden;
}

.newsletter-form .form-control {
  min-width: 630px;
  border-radius: 4px;
  min-height: 70px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .newsletter-form .form-control {
    min-width: 500px;
  }
}

@media (max-width: 767px) {
  .newsletter-form .form-control {
    min-width: 400px;
  }
}

@media (max-width: 575px) {
  .newsletter-form .form-control {
    min-width: 350px;
    min-height: 50px;
  }
}

@media (max-width: 375px) {
  .newsletter-form .form-control {
    min-width: 300px;
  }
}

.newsletter-form .form-control:hover {
  border: 1px solid #006b9f;
}

.newsletter-form .themeholy-btn {
  max-width: 190px;
  padding: 16px 40px;
  text-transform: capitalize;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 4px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .newsletter-form .themeholy-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 260px;
}

.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

.sidebar-gallery .gallery-btn:hover {
  color: #006b9f;
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.sidebar-gallery .gallery-thumb:before {
  content: '';
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--title-color);
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
}

.sidebar-gallery .gallery-thumb:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Large devices */
@media (max-width: 1199px) {
  .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 {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .themeholy-widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

.newsletter-title {
  margin-bottom: 0;
  margin-top: -8px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .newsletter-title {
    text-align: center;
    margin-bottom: 20px;
  }
}

















































/*------------------- 4.2. Header  -------------------*/
.themeholy-header {
  position: relative;
  z-index: 41;
}
.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sticky-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.sticky-wrapper.sticky {
  top: 0;
}
.sticky-wrapper.sticky .header-logo {
  padding-bottom: 0;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .sticky-wrapper.sticky .header-logo {
    margin-top: 0;
  }
}
.themeholy-header .sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.themeholy-header .sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  -webkit-animation: headerSticky 0.95s ease forwards;
  animation: headerSticky 0.95s ease forwards;
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--body-font);
  text-transform: uppercase;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 14px;
}
@media (max-width: 1199px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.main-menu > ul > li > a {
  padding: 36px 0;
  color: var(--title-color);
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f068";
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 900;
  top: 0;
  font-size: 12px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.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;
  transform: scaleY(1);
  z-index: 9;
  color: black!important;
}

.submenu-container {
  position: relative;
}

@media screen and (min-width: 992px)
{
  .sub-menu {
  position: absolute;
  top: 100%; /* directly below the navbar */
  left: 0;
  width: 100%;
  background-color: var(--white-color);
  padding: 0px 40px 0;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  display:flex;
  z-index: 999;
  gap: 10px;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
  border-top: 2px solid #d3d3d3;
  box-shadow: -4px 0 8px -3px rgba(0, 0, 0, 0.1);
}  
}

.sub-menu li {
  flex: 1 1 200px;
  list-style: none;
}

.sub-menu li a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sub-menu li a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}






.themeholy-menu-wrapper .themeholy-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid #006b9f;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}



.themeholy-menu-wrapper.themeholy-body-visible .themeholy-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 400px) {
  .themeholy-menu-wrapper .themeholy-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .themeholy-mobile-menu > ul {
    padding: 0 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 27%;
  }
  .header-layout1 .menu-bg {
    width: 78%;
  }
  .header-layout1 .header-logo img {
    max-height: 120px !important;
    margin-left: 20px !important;
  }
  .head-row{display: flex !important;}
  .col-50per{width: 50% !important;}
  .ham-header{display: flex !important; justify-content:end;}
}
.header-layout4 .themeholy-menu-toggle {
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .header-layout4 .themeholy-menu-toggle {
    margin-top: -9px;
  }
}

@media (max-width: 767px) {
  .header-layout4 .themeholy-menu-toggle {
    margin-top: 6px;
  }
}
.themeholy-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: #006b9f;
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
}

.themeholy-menu-toggle:hover {
  background-color: var(--title-color);
}

.themeholy-menu-toggle.style-text, .themeholy-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.themeholy-menu-toggle.style-text i, .themeholy-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.themeholy-menu-toggle.style-text-white {
  color: var(--white-color);
}

.header-layout8 .menu-area:after {
  width: 22%;
  right: 0;
  -webkit-clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
  /* Extra large devices */
  /* Large devices */
}

@media (min-width: 2099px) {
  .header-layout8 .menu-area:after {
    width: 35%;
  }
}
@media (max-width: 1899px) {
  .header-layout8 .menu-area:after {
    width: 28%;
  }
}
@media (max-width: 1699px) {
  .header-layout8 .menu-area:after {
    width: 27%;
  }
}
@media (max-width: 1500px) {
  .header-layout8 .menu-area:after {
    width: 26%;
  }
}
@media (max-width: 1199px) {
  .header-layout8 .menu-area:after {
    display: none;
  }
}

.header-layout8 .menu-area:before {
  width: 25%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (min-width: 2299px) {
  .header-layout8 .menu-area:before {
    width: 24%;
  }
}
@media (max-width: 1699px) {
  .header-layout8 .menu-area:before {
    width: 16%;
  }
}
@media (max-width: 1399px) {
  .header-layout8 .menu-area:before {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .header-layout8 .menu-area:before {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .header-layout8 .menu-area:before {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .header-layout8 .menu-area:before {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .header-layout8 .menu-area:before {
    width: 60%;
  }
}

.header-layout8 .menu-area {
  background-color: #d60012c4;
  position: relative;
  background-size: auto;
  background-repeat: repeat;
  z-index: 2;
}

.header-layout8 .menu-area:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #006b9f;
  z-index: -1;
}

.header-layout8 .menu-area:before{
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  /* background-color: #d60012c4; */
  z-index: -1;
}

.mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem 2rem;
        border-bottom: 1px solid #eee;
        font-size:60px;
      }
      .mobile-menu {
        padding: .75rem 1rem 1rem;
        max-height: calc(100dvh - 60px);
        overflow: auto;
      }
      .mobile-menu ul { list-style: none; margin: 0; padding: 0; font-size:50px; line-height:100px;  }
      .mobile-menu li { border-bottom: 1px solid #f2f2f2; }
      .mobile-menu a {
        display: block;
        padding: .9rem 0;
        text-decoration: none;
      }

      /* Mega menu visibility helper for desktop hover */
      // .submenu-active .mega-menu { display: block !important; }
      .mega-menu.d-none { display: none !important; }

      /* Small utility for the “×” button */
      .btn-reset {
        background: none; border: 0; padding: 0; margin: 0;
        line-height: 1; cursor: pointer; font-size: 5rem;
      }

      /* Hide desktop nav on small screens if not already hidden by your CSS */
      @media (max-width: 991.98px) {
        nav.main-menu { display: none !important; }
      }

      .themeholy-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: 1;
    visibility: hidden;
      }
      .themeholy-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--theme-color-2);
}
.themeholy-menu-wrapper .themeholy-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: #006b9f;
  border-radius: 50%;
}

.themeholy-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

      .themeholy-menu-wrapper.menu-open {
        /* when JS adds .menu-open, show the menu */
        transform: translateX(0);
        display: block;
        opacity: 1;
        visibility: hidden;
      }


      .themeholy-menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.4);
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease;
        z-index: 9998;
      }
      .themeholy-menu-overlay.is-visible {
        opacity: 1;
        visibility: visible;
      }









/* .menu-area.submenu-active .sub-menu {
  display: flex!important;
} */

.sub-menu .row{
  border-left: 2px solid #d3d3d3;
  display: flex;
  justify-content: center;
  align-items:center;
  box-shadow: -4px 0 8px -3px rgba(0, 0, 0, 0.1);
}
.menu-area .sub-menu img{
   height: 90px;
   width: auto; 
}

.menu-area .sub-menu h3{
   height: 75px;
   width: auto; 
   text-align: center;
   padding-top: 20px;
}

.mega-menu-right{
    display: flex;
    gap:10px;
  }
  
.mega-menu-left span,  .mega-menu-right span {
 background-color: rgb(0, 107, 159);
 color:white!important;
 padding: 10px;
 text-align: center;
}

.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: 33px;
  /* Extra large devices */
}

.header-button .icon-btn {
  position: relative;
  color: var(--title-color);
  border-color: transparent;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0;
  font-size: var(--btn-font-size, 16px);
}

.header-button .icon-btn:hover {
  color: #006b9f;
}

.header-button .icon-btn:hover .badge {
  background-color: var(--white-color);
  color: #006b9f;
}

.header-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: max-content;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  /* border-right: 2px solid rgba(255, 255, 255, 0.15); */
  padding-right: 25px;
  max-height: 20px;
  line-height: 20px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-links li {
    font-size: 14px;
    padding-right: 20px;
  }
}

.header-links li:last-child {
  border-right: 1px solid transparent;
  padding-right: 0;
}

.header-links li:not(:last-child) {
  margin: 0 20px 0 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-links li:not(:last-child) {
    margin: 0 15px 0 0;
  }
}

.header-links li > i {
  font-size: 18px;
  margin-right: 6px;
  color: white;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-links li > i {
    font-size: 16px;
    width: 15px;
    height: 15px;
  }
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: var(--title-color);
}

.header-links a:hover {
  color: #006b9f;
}

.header-links i {
  color: var(--title-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social{
    display: flex;
    justify-content: space-evenly;
}

.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--title-color);
}

.header-social a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin: 0 10px 0 0;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a:hover {
  color: #006b9f;
}

.header-logo {
  padding-bottom: 24px;
  /* Medium devices */
  /* Small devices */
}

.header-logo.style3 {
  padding-bottom: 0;
}

@media (min-width: 1922px) {
  .header-logo.style3 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header-logo {
    padding-bottom: 0;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    margin-top: 0;
  }
}

@media (min-width: 1922px) {
  .header-logo {
    margin-left: -50px;
  }
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
}

.header-layout1 .header-top {
  position: relative;
  padding: 12px 0;
  z-index: 4;
  /* Small devices */
}

@media (max-width: 767px) {
  .header-layout1 .header-top {
    display: none;
  }
}

/* .header-layout1 .header-links {
  margin-left: 148px;
}

@media (max-width: 1599px) {
  .header-layout1 .header-links {
    margin-left: 230px;
  }
}

@media (max-width: 1499px) {
  .header-layout1 .header-links {
    margin-left: 250px;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .header-links {
    margin-left: 200px;
  }
}

@media (max-width: 1199px) {
  .header-layout1 .header-links {
    margin-left: 250px;
  }
}

@media (max-width: 991px) {
  .header-layout1 .header-links {
    margin-left: 210px;
  }
} */

.header-layout1 .header-links li,
.header-layout1 .header-links span,
.header-layout1 .header-links p,
.header-layout1 .header-links a {
  font-family: var(--body-font);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout1 .header-links li,
  .header-layout1 .header-links span,
  .header-layout1 .header-links p,
  .header-layout1 .header-links a {
    font-size: 14px;
  }
}

.header-layout1 .header-links a:hover {
  color: #006b9f;
}

.header-layout1 .header-links li .link-title {
  font-weight: 500;
}

.header-layout1 .header-right {
  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;
  margin-right: -180px;
  /* Medium devices */
}

@media (max-width: 1699px) {
  .header-layout1 .header-right {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .header-layout1 .header-right {
    display: none;
  }
}

.header-layout1 .header-right .langauge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  /* Large devices */
}

.header-layout1 .header-right .langauge.lang-dropdown {
  position: relative;
}

.header-layout1 .header-right .langauge.lang-dropdown .dropdown-toggle {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  padding-left: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
  margin-right: 30px;
}

.header-layout1 .header-right .langauge.lang-dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  border-bottom: 2px solid #006b9f;
  border-radius: 0;
}

.header-layout1 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout1 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
  background-color: #006b9f;
  color: var(--white-color);
}

@media (max-width: 1199px) {
  .header-layout1 .header-right .langauge {
    display: none;
  }
}

.header-layout1 .header-right .langauge img {
  min-width: 24px;
  min-height: 24px;
}

.header-layout1 .header-right .langauge .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  padding-left: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
  margin-right: 30px;
}

.header-layout1 .header-right .langauge .nice-select:after {
  content: "\f107";
  right: 35px;
  top: -14px;
  border-bottom: none;
  border-right: none;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout1 .header-right .langauge .nice-select.open:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout1 .header-right .langauge .nice-select.open .list {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.header-layout1 .header-right .langauge .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}

.header-layout1 .header-right .langauge .nice-select .option.selected {
  color: #006b9f !important;
  background: #006b9f !important;
}

.header-layout1 .header-right .langauge .nice-select .option.selected.focus {
  color: #fff !important;
  background: #006b9f !important;
}

.header-layout1 .header-right .langauge .nice-select .option:hover, .header-layout1 .header-right .langauge .nice-select .option.focus {
  background: #006b9f !important;
  color: #fff !important;
}

.header-layout1 .header-right .header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout1 .header-right .header-social a:hover {
  color: #006b9f;
}

@media (max-width: 1420px) {
  .header-layout1 .header-button .themeholy-btn {
    display: none;
  }
}

.header-layout1 .header-button .icon-btn {
  position: relative;
  color: var(--title-color);
  font-size: 22px;
}

.header-layout1 .header-button .icon-btn:hover {
  color: #006b9f;
}

.header-layout1 .header-button .icon-btn i {
  border-right: 1px solid var(--light-color);
  padding-right: 27px;
  max-height: 30px;
  line-height: 25px;
  color: var(--title-color);
  font-weight: 500;
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 3;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout1 .menu-area {
    padding: 15px 0;
  }
}

.header-layout1 .main-menu {
  /* Extra large devices */
  /* Large devices */
}

@media (min-width: 2299px) {
  .header-layout1 .main-menu {
    margin-left: 50px;
  }
}

@media (max-width: 1500px) {
  .header-layout1 .main-menu {
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .header-layout1 .main-menu {
    margin-right: 50px;
  }
}

@media (max-width: 1040px) {
  .header-layout1 .main-menu {
    margin-right: 10px;
  }
}

.header-layout1 .sticky-wrapper {
  position: relative;
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper.sticky .menu-area {
    padding: 11px 0;
  }
}

.header-layout1 .sticky-wrapper.sticky .logo-bg {
  height: 149px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg {
    height: 137px;
  }
}

.header-layout1 .sticky-wrapper.sticky .logo-bg:after {
  height: calc(100% - 1px);
}

@media (min-width: 2299px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg:after {
    top: 0%;
    right: 4%;
  }
}

@media (max-width: 2299px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg:after {
    top: 0%;
    right: 4%;
  }
}

@media (max-width: 1399px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg:after {
    top: 0%;
    right: -2%;
  }
}

.header-layout1 .menu-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 0px);
}

.header-layout1 .menu-shape .top-shape {
  background-color: var(--title-color);
  height: calc(100% - 100px);
  background-size: auto;
  background-repeat: repeat;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .header-layout1 .menu-shape .top-shape {
    height: calc(100% - 85px);
  }
}

@media (max-width: 767px) {
  .header-layout1 .menu-shape .top-shape {
    display: none;
  }
}

.header-layout1 .menu-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 81%;
  -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
}

.header-layout1 .logo-bg {
  position: absolute;
  top: -51%;
  left: 0;
  width: 22%;
  height: 150px;
}

@media (min-width: 2399px) {
  .header-layout1 .logo-bg {
    width: 32%;
  }
}

@media (max-width: 2399px) {
  .header-layout1 .logo-bg {
    width: 29%;
  }
}

@media (max-width: 2199px) {
  .header-layout1 .logo-bg {
    width: 24%;
  }
}

@media (max-width: 1899px) {
  .header-layout1 .logo-bg {
    width: 23%;
  }
}

@media (max-width: 1699px) {
  .header-layout1 .logo-bg {
    width: 20%;
  }
}

@media (max-width: 1420px) {
  .header-layout1 .logo-bg {
    width: 24%;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .logo-bg {
    width: 22%;
  }
}

.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-layout1 .logo-bg:before {
  background-color: #006b9f;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 83% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 83% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.header-layout1 .logo-bg:after {
  top: 0px;
  right: 4px;
  left: auto;
  width: 222.29px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-clip-path: path("M0.707031 0L135.912 19.1896L223 150L142.211 10.4819L0.707031 0Z");
          clip-path: path("M0.707031 0L135.912 19.1896L223 150L142.211 10.4819L0.707031 0Z");
}

@media (min-width: 2299px) {
  .header-layout1 .logo-bg:after {
    top: 2%;
    right: 7%;
  }
}

@media (max-width: 2299px) {
  .header-layout1 .logo-bg:after {
    top: 2%;
    right: 35px;
  }
}

@media (max-width: 2099px) {
  .header-layout1 .logo-bg:after {
    top: 2%;
    right: 25px;
  }
}

@media (max-width: 1999px) {
  .header-layout1 .logo-bg:after {
    top: 0%;
    right: 4px;
  }
}

@media (max-width: 1899px) {
  .header-layout1 .logo-bg:after {
    top: 2%;
    right: 25px;
  }
}

@media (max-width: 1699px) {
  .header-layout1 .logo-bg:after {
    top: 2%;
    right: -10px;
  }
}

@media (max-width: 1499px) {
  .header-layout1 .logo-bg:after {
    top: 0%;
    right: -3%;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .logo-bg:after {
    display: none;
  }
}

.header-layout1 .logo-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 1420px) {
  .header-layout1 .menu-area {
    --main-container: 1620px;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .menu-area .container {
    max-width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 27%;
  }
  .header-layout1 .menu-bg {
    width: 78%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 32%;
    top: -74%;
  }
  .header-layout1 .menu-bg {
    width: 53%;
  }
  .header-layout1 .header-logo img {
    max-height: 80px;
  }
}

@media (max-width: 850px) {
  .header-layout1 .logo-bg {
    width: 34%;
    top: -74%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout1 .logo-bg {
    width: 45%;
  }
  .header-layout1 .menu-bg {
    width: 55%;
  }
  .header-layout1 .header-logo img {
    max-height: 50px;
    max-width: 160px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .logo-bg {
    width: 57%;
  }
  .header-layout1 .menu-bg {
    width: 57%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 60%;
  }
  .header-layout1 .menu-bg {
    width: 60%;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: relative;
}

.header-layout2 .header-top {
  position: relative;
  padding: 3px 0;
  z-index: 9;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout2 .header-top {
    display: none;
  }
}

.header-layout2 .header-logo {
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .header-layout2 .header-logo {
    margin-left: -30px;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .header-layout2 .header-logo {
    margin-left: 0;
  }
}

.header-layout2 .header-links {
  margin-left: 230px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout2 .header-links {
    margin-left: 230px;
  }
}

@media (max-width: 1399px) {
  .header-layout2 .header-links {
    margin-left: 350px;
  }
}

.header-layout2 .header-links li,
.header-layout2 .header-links span,
.header-layout2 .header-links p,
.header-layout2 .header-links a {
  font-family: var(--body-font);
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.header-layout2 .header-links li .link-title {
  font-weight: 700;
  color: var(--white-color);
}

.header-layout2 .header-right {
  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;
  margin-right: -130px;
  /* Medium Large devices */
}

@media (min-width: 1999px) {
  .header-layout2 .header-right {
    margin-right: 0;
  }
}

@media (max-width: 1599px) {
  .header-layout2 .header-right {
    margin-right: 0;
  }
}

@media (max-width: 1299px) {
  .header-layout2 .header-right {
    display: none;
  }
}

.header-layout2 .header-right .langauge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-layout2 .header-right .langauge.lang-dropdown {
  position: relative;
}

.header-layout2 .header-right .langauge.lang-dropdown .dropdown-toggle {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  padding-left: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
  margin-right: 30px;
}

.header-layout2 .header-right .langauge.lang-dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  border-bottom: 2px solid #006b9f;
  border-radius: 0;
}

.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
  background-color: #006b9f;
  color: var(--white-color);
}

.header-layout2 .header-right .langauge img {
  min-width: 24px;
  min-height: 24px;
}

.header-layout2 .header-right .langauge .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  padding-left: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
  margin-right: 30px;
}

.header-layout2 .header-right .langauge .nice-select:after {
  content: "\f107";
  right: 35px;
  top: -14px;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-bottom: none;
  border-right: none;
}

.header-layout2 .header-right .langauge .nice-select.open:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout2 .header-right .langauge .nice-select.open .list {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.header-layout2 .header-right .langauge .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}

.header-layout2 .header-right .langauge .nice-select .option.selected {
  color: #006b9f !important;
  background: #006b9f !important;
}

.header-layout2 .header-right .langauge .nice-select .option.selected.focus {
  color: #fff !important;
  background: #006b9f !important;
}

.header-layout2 .header-right .langauge .nice-select .option:hover, .header-layout2 .header-right .langauge .nice-select .option.focus {
  background: #006b9f !important;
  color: #fff !important;
}

.header-layout2 .header-right .header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 15px 0 0;
}

.header-layout2 .header-right .header-social a:hover {
  color: #006b9f;
}

.header-layout2 .header-button .icon-btn {
  position: relative;
  color: var(--title-color);
  font-size: 22px;
}

.header-layout2 .header-button .icon-btn .themeholy-btn {
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout2 .header-button .icon-btn .themeholy-btn {
    display: none;
  }
}

.header-layout2 .header-button .icon-btn i {
  border-right: 1px solid var(--light-color);
  padding-right: 27px;
  max-height: 30px;
  line-height: 25px;
}

.header-layout2 .menu-area {
  position: relative;
  z-index: 3;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout2 .menu-area {
    padding: 15px 0;
  }
}

@media (max-width: 1299px) {
  .header-layout2 .main-menu {
    margin-right: -25px;
  }
}

.header-layout2 .sticky-wrapper {
  position: relative;
}

.header-layout2 .sticky-wrapper.sticky {
  /* Medium devices */
}

.header-layout2 .sticky-wrapper.sticky .header-logo {
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .header-layout2 .sticky-wrapper.sticky .header-logo {
    margin-left: -30px;
  }
}

@media (max-width: 575px) {
  .header-layout2 .sticky-wrapper.sticky .header-logo {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header-layout2 .sticky-wrapper.sticky .menu-area {
    padding: 7px 0;
  }
}

.header-layout2 .sticky-wrapper.sticky .logo-bg {
  height: 149px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout2 .sticky-wrapper.sticky .logo-bg {
    height: 105px;
  }
}

.header-layout2 .sticky-wrapper.sticky .logo-bg:before {
  height: 94%;
}

.header-layout2 .sticky-wrapper.sticky .logo-bg:after {
  display: none;
}

@media (min-width: 2299px) {
  .header-layout2 .sticky-wrapper.sticky .logo-bg:after {
    display: none;
  }
}

.header-layout2 .menu-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 0px);
}

.header-layout2 .menu-shape .top-shape {
  background-color: var(--theme-color-2);
  height: calc(100% - 100px);
  background-size: auto;
  background-repeat: repeat;
}

.header-layout2 .menu-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 81%;
  -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
}

.header-layout2 .logo-bg {
  position: absolute;
  top: -41%;
  left: 0;
  width: 22%;
  height: 140px;
  /* Medium devices */
}

@media (min-width: 2399px) {
  .header-layout2 .logo-bg {
    width: 32%;
  }
}

@media (max-width: 2399px) {
  .header-layout2 .logo-bg {
    width: 28%;
  }
}

@media (max-width: 1999px) {
  .header-layout2 .logo-bg {
    width: 26%;
  }
}

@media (max-width: 1699px) {
  .header-layout2 .logo-bg {
    width: 22%;
  }
}

@media (max-width: 1599px) {
  .header-layout2 .logo-bg {
    width: 20%;
  }
}

@media (max-width: 1499px) {
  .header-layout2 .logo-bg {
    width: 18%;
  }
}

@media (max-width: 1399px) {
  .header-layout2 .logo-bg {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .header-layout2 .logo-bg {
    height: 122px;
  }
}

.header-layout2 .logo-bg:before, .header-layout2 .logo-bg:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-layout2 .logo-bg:before {
  background-color: #006b9f;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 88% 100%, 88% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 88% 100%, 88% 100%, 0% 100%);
  z-index: 2;
}

.header-layout2 .logo-bg:after {
  top: 0px;
  right: -20px;
  left: auto;
  width: 100px;
  height: 40px;
  background-color: #d60012c4;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout2 .logo-bg:after {
    display: none;
  }
}

@media (min-width: 1400px) {
  .header-layout2 .menu-area {
    --main-container: 1522px;
  }
}

/* Extra large devices */
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout2 .header-button .themeholy-btn {
    display: none;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout2 .logo-bg {
    width: 26%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .logo-bg {
    width: 30%;
  }
  .header-layout2 .menu-bg {
    width: 78%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .logo-bg {
    width: 53%;
  }
  .header-layout2 .menu-bg {
    width: 53%;
  }
  .header-layout2 .header-logo img {
    max-height: 80px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout2 .logo-bg {
    width: 55%;
  }
  .header-layout2 .menu-bg {
    width: 55%;
  }
  .header-logo img {
    max-height: 50px;
    max-width: 160px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout2 .logo-bg {
    width: 57%;
  }
  .header-layout2 .menu-bg {
    width: 57%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout2 .logo-bg {
    width: 60%;
  }
  .header-layout2 .menu-bg {
    width: 60%;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 .header-top {
  --main-container: 1520px;
  position: relative;
  padding: 12px 0;
  z-index: 4;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout3 .header-top {
    display: none;
  }
}

.header-layout3 .menu-area {
  --main-container: 1520px;
  padding: 0 28px;
  margin-left: 0;
  position: relative;
  z-index: 3;
  /* Extra large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  .header-layout3 .menu-area {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .header-layout3 .menu-area {
    padding: 15px 0;
  }
}

.header-layout3 .menu-area .header-logo {
  padding-bottom: 0;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .header-layout3 .menu-area .header-logo {
    max-height: 50px;
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .header-layout3 .menu-area .header-logo {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .header-layout3 .menu-area .header-logo {
    margin-left: 0;
  }
}

.header-layout3 .main-menu {
  margin-left: -30px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .header-layout3 .main-menu {
    margin-left: 0;
  }
}

.header-layout3 .header-links li,
.header-layout3 .header-links span,
.header-layout3 .header-links p,
.header-layout3 .header-links a {
  font-family: var(--body-font);
  color: #CDCDCD;
  font-size: 16px;
  font-weight: 400;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout3 .header-links li,
  .header-layout3 .header-links span,
  .header-layout3 .header-links p,
  .header-layout3 .header-links a {
    font-size: 14px;
  }
}

.header-layout3 .header-links li .link-title {
  color: var(--white-color);
  font-weight: 500;
}

.header-layout3 .header-right {
  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;
}

.header-layout3 .header-right .langauge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-layout3 .header-right .langauge img {
  min-width: 24px;
  min-height: 24px;
}

.header-layout3 .header-right .langauge .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  padding-left: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
  margin-right: 30px;
}

.header-layout3 .header-right .langauge .nice-select:after {
  content: "\f107";
  right: 35px;
  top: -14px;
  border-bottom: none;
  border-right: none;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout3 .header-right .langauge .nice-select.open:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout3 .header-right .langauge .nice-select.open .list {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.header-layout3 .header-right .langauge .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}

.header-layout3 .header-right .langauge .nice-select .option.selected {
  color: #006b9f !important;
  background: #006b9f !important;
}

.header-layout3 .header-right .langauge .nice-select .option.selected.focus {
  color: #fff !important;
  background: #006b9f !important;
}

.header-layout3 .header-right .langauge .nice-select .option:hover, .header-layout3 .header-right .langauge .nice-select .option.focus {
  background: #006b9f !important;
  color: #fff !important;
}

.header-layout3 .header-right .header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 0px 0 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout3 .header-right .header-social a:hover {
  color: #006b9f;
}

@media (max-width: 1599px) {
  .header-layout3 .header-button .themeholy-btn {
    display: none;
  }
}

.header-layout3 .header-button .icon-btn {
  position: relative;
  color: var(--title-color);
  font-size: 22px;
}

.header-layout3 .header-button .icon-btn:hover {
  color: #006b9f;
}

.header-layout3 .header-button .icon-btn i {
  border-right: 1px solid var(--light-color);
  padding-right: 27px;
  max-height: 30px;
  line-height: 25px;
}

.header-layout3 .menu-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 0px);
}

.header-layout3 .menu-shape .top-menu-shape {
  background-color: var(--theme-color-2);
  height: calc(100% - 50px);
  background-size: auto;
  background-repeat: repeat;
  position: relative;
  z-index: -1;
}

.header-layout3 .sticky-wrapper {
  max-width: 1520px;
  margin: 0px auto 0 auto;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout3 .sticky-wrapper {
  position: relative;
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout3 .sticky-wrapper.sticky .menu-area {
    padding: 11px 0;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .menu-area .container {
    max-width: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout3 .header-logo img {
    max-height: 80px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout3 .logo-bg {
    width: 45%;
  }
  .header-layout3 .menu-bg {
    width: 55%;
  }
  .header-layout3 .header-logo img {
    max-height: 50px;
    max-width: 160px;
  }
}

@media (min-width: 1420px) {
  .header-layout1 .menu-area {
    --main-container: 1620px;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .menu-area .container {
    max-width: 100%;
  }
}































/* Extra large devices */
/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 27%;
  }
  .header-layout1 .menu-bg {
    width: 78%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 32%;
    top: -74%;
  }
  .header-layout1 .menu-bg {
    width: 53%;
  }
  .header-layout1 .header-logo img {
    max-height: 80px;
  }
}

@media (max-width: 850px) {
  .header-layout1 .logo-bg {
    width: 34%;
    top: -74%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout1 .logo-bg {
    width: 45%;
  }
  .header-layout1 .menu-bg {
    width: 55%;
  }
  .header-layout1 .header-logo img {
    max-height: 50px;
    max-width: 160px;
  }
}



/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .logo-bg {
    width: 57%;
  }
  .header-layout1 .menu-bg {
    width: 57%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 60%;
  }
  .header-layout1 .menu-bg {
    width: 60%;
  }
}

.langauge.lang-dropdown {
  position: relative;
}

.langauge.lang-dropdown .dropdown-toggle {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  padding-left: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
  margin-right: 30px;
}

.langauge.lang-dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  border-bottom: 2px solid #006b9f;
  border-radius: 0;
}

.langauge.lang-dropdown .gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.langauge.lang-dropdown .gtranslate_wrapper a:hover {
  background-color: #006b9f;
  color: var(--white-color);
}

.hide-icon .main-menu ul.sub-menu li a:hover {
  padding-left: 0;
}

.hide-icon .main-menu ul.sub-menu li a:before {
  display: none !important;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.footer-wrapper .themeholy-social a {
  background-color: white;
  color: var(--body-color);
  border: 1px solid var(--black-color);
}

.footer-wrapper .themeholy-social a:hover {
  background-color: #006b9f;
  border-color: #006b9f;
  color: var(--white-color);
}

.widget-area {
  padding-top: var(--section-space);
  /* padding-bottom: 66px; */
}

.copyright-wrap {
  padding: 24px 0;
  background-size: 100% auto;
}

.copyright-wrap .footer-links {
  text-align: right;
  /* Medium devices */
}

@media (max-width: 991px) {
  .copyright-wrap .footer-links {
    display: none;
  }
}

.copyright-wrap .footer-links ul {
  margin: 0;
  padding: 0;
}

.copyright-wrap .footer-links ul li {
  display: inline-block;
}

.copyright-wrap .footer-links ul li:last-child a {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.copyright-wrap .footer-links ul li a {
  color: var(--light-color);
  border-right: 1px solid var(--light-color);
  padding-right: 15px;
  margin-right: 15px;
}

.copyright-wrap .footer-links ul li a:hover {
  color: var(--white-color);
}

.copyright-wrap .footer-links ul li .slash {
  display: inline-block;
  margin: 0 20px;
}

@media (max-width: 1024px) {
  #menu-footer-menu {
    display: none;
  }
}

#menu-footer-menu ul {
  margin: 0;
  padding: 0;
}

#menu-footer-menu ul li {
  display: inline-block;
}

#menu-footer-menu ul li a {
  color: var(--light-color);
}

#menu-footer-menu ul li a:hover {
  color: var(--white-color);
}

#menu-footer-menu ul li .slash {
  display: inline-block;
  margin: 0 20px;
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: #006b9f;
}

.copyright-text a:hover {
  color: var(--white-color);
}

.footer-layout1,
.footer-layout3 {
  background-color: var(--title-color);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.footer-layout1:before,
.footer-layout3:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #006b9fcf 42.92%, #006b9f 100%); 
   /* background: linear-gradient(180deg, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%); */
  z-index: -1;
}

.footer-layout1 .copyright-wrap,
.footer-layout3 .copyright-wrap {
  background-color: #0000008c;
}

.footer-layout1 .copyright-wrap .copyright-text,
.footer-layout3 .copyright-wrap .copyright-text {
  color: var(--light-color);
}

.footer-layout1 .widget-area,
.footer-layout3 .widget-area {
  padding-top: 93px;
  /* padding-bottom: 66px; */
}

.footer-layout1.cta-sec,
.footer-layout3.cta-sec {
  padding: 0;
}

.themeholy-widget-contact {
  max-width: 265px;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.info-box:last-child {
  margin-bottom: -5px;
}

.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 29px;
  font-size: 14px;
  background-color: transparent;
  color: #006b9f;
  border: 1px solid #006b9f;
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--light-color);
  margin-top: -0.45em;
  margin-bottom: 0;
}

.info-box_link {
  display: inline-block;
  color: var(--light-color);
}

.info-box_link:hover {
  color: #006b9f;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .footer-layout1 {
    background-size: cover;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .copyright-wrap {
    background-size: cover;
  }
}

/* footer 2 ---------------------------------- */
.footer-layout2 {
  --border-color: #e0e0e0;
  background-color: var(--smoke-color2);
}

.footer-layout2 .footer-widget .widget_title,
.footer-layout2 .footer-widget .recent-post .post-title {
  color: var(--title-color);
}

.footer-layout2 .footer-widget .recent-post .post-title {
  font-weight: bold;
}

.footer-layout2 .copyright-wrap {
  background-color: #006b9f;
}

.footer-layout2 .copyright-text {
  color: var(--white-color);
}

.footer-layout2 .copyright-text a {
  color: var(--title-color);
}

.footer-layout2 .copyright-text a:hover {
  color: var(--white-color);
}

.footer-layout2 .themeholy-social a {
  color: var(--body-color);
  border: 1px solid #006b9f;
  box-shadow: none;
}

.footer-layout2 .themeholy-social a:hover {
  color: var(--white-color);
}

.footer-top {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top.style2 {
  padding: 40px 0;
}

.footer-top.style2 .footer-newsletter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-top.style2 .footer-newsletter .newsletter-form .form-control {
  min-width: 450px;
  border-radius: 0px;
  min-height: 60px;
  background-color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .footer-top.style2 .footer-newsletter .newsletter-form .form-control {
    min-width: 350px;
  }
}

@media (max-width: 375px) {
  .footer-top.style2 .footer-newsletter .newsletter-form .form-control {
    min-width: 100%;
  }
}

.footer-top.style2 .footer-newsletter .newsletter-form .themeholy-btn {
  max-width: 164px;
  padding: 17px 28px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  margin: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .footer-top.style2 .footer-newsletter .newsletter-form .themeholy-btn {
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}

.footer-logo {
  position: relative;
  z-index: 2;
  padding: 0 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .footer-logo {
    padding: 0;
  }
}

.footer-logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: -45px;
  width: 310px;
  height: 140px;
  background-color: #006b9f;
  z-index: -1;
  /* Large devices */
}

@media (max-width: 1199px) {
  .footer-logo:before {
    display: none;
  }
}

.footer-logo img {
  text-align: center;
}

.footer-newsletter {
  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;
  gap: 25px;
}

.footer-newsletter .newsletter-title {
  max-width: 425px;
  margin-bottom: -7px;
  margin-right: 80px;
  /* Medium devices */
}

@media (max-width: 1399px) {
  .footer-newsletter .newsletter-title {
    margin-right: 0;
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .footer-newsletter .newsletter-title {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-newsletter {
    padding: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-newsletter {
    -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;
    text-align: center;
  }
  .footer-newsletter .newsletter-title {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .footer-newsletter {
    padding: 35px 20px 40px 20px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .newsletter-form {
    -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 3 ---------------------------------- */
.footer-logo2 {
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  padding: 125px 12px 60px 12px;
}

.footer-layout3 {
  background-color: var(--smoke-color2);
  background-size: cover;
}

.footer-layout4 {
  position: relative;
  z-index: 2;
}

.footer-layout4:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #121212 45.22%, rgba(18, 18, 18, 0.85) 100%);
  background: linear-gradient(180deg, #121212 45.22%, rgba(18, 18, 18, 0.85) 100%);
  z-index: -1;
}

.footer-layout4 .widget-area {
  padding-top: 92px;
  padding-bottom: 66px;
}

.footer-layout4 .copyright-wrap {
  background-color: var(--black-color);
}

.footer-widget .recent-post {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .copyright-text {
    text-align: center;
  }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu-wrapper {
  position: relative;
}

.breadcumb-menu {
  position: relative;
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0;
  background-color: var(--white-color);
  min-width: 360px;
  display: inline-block;
  min-height: 30px;
  line-height: 30px;
  padding: 15px 120px;
  margin-bottom: -1px;
  -webkit-clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
          clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .breadcumb-menu {
    min-width: 100%;
    padding: 15px 28px;
  }
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  font-family: var(--title-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  position: relative;
  color: var(--title-color);
}

.breadcumb-menu li:after {
  content: "\f101";
  position: relative;
  margin-left: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #006b9f;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: #006b9f;
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.18em 0 -0.14em 0;
  line-height: 1.1;
  padding-bottom: 110px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .breadcumb-title {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .breadcumb-title {
    padding-bottom: 80px;
  }
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 110px 0 0 0;
  text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 90px 0 0 0;
  }
  .breadcumb-menu {
    margin: 20px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 80px 0 0 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 80px 0 0 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 34px;
  }
}

































/*------------------- 4.00. Products  -------------------*/
.themeholy-product {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: var(--white-color);
  padding-bottom: 0px;
  border-radius: 0px;
}

.themeholy-product .product-title {
  font-size: 20px;
  margin: 10px 0 10px 0;
}

.themeholy-product .product-title a {
  color: inherit;
}

.themeholy-product .product-title a:hover {
  color: #006b9f;
}

.themeholy-product .price {
  display: block;
  color: var(--body-color);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: -0.4em;
}

.themeholy-product .price del {
  margin-left: 5px;
  color: #a9a9a9;
}

.themeholy-product .product-img {
  --space: 20px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 0px;
  z-index: 2;
  margin: 0 0 30px 0;
}

.themeholy-product .product-img:before {
  --space: 20px;
  content: '';
  height: calc(100% - var(--space)*2);
  width: calc(100% - var(--space)*2);
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: var(--title-color);
  z-index: 1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.themeholy-product .product-img img {
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.themeholy-product .star-rating {
  margin: 0 auto 5px auto;
  width: 100px;
  font-size: 14px;
}

.themeholy-product .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.themeholy-product .actions .icon-btn {
  --btn-size: 40px !important;
  line-height: 42px !important;
  font-size: 14px;
  border-color: #006b9f;
  color: var(--white-color);
  background: #006b9f;
  border-radius: 0px;
}

.themeholy-product .actions .icon-btn i {
  margin-right: 1px;
}

.themeholy-product .actions .icon-btn:hover {
  color: #006b9f;
  background: var(--white-color);
  border-color: var(--white-color);
}

.themeholy-product .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}

.themeholy-product .actions > * > a {
  margin: 0;
}

.themeholy-product .product-tag {
  width: 60px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  background-color: #006b9f;
  line-height: 31px;
  color: var(--white-color);
  border-radius: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.themeholy-product .icon-btn {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: -1px;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.themeholy-product .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 0;
}

.themeholy-product .tinv-wishlist a:hover {
  background-color: #006b9f;
  color: var(--white-color);
}

.themeholy-product .add_to_cart_button.added {
  display: none;
}

.themeholy-product .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #006b9f;
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 0px;
}

.themeholy-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}

.themeholy-product .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.themeholy-product .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}

.themeholy-product:hover .product-img:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
  opacity: 0.7;
}

.themeholy-product:hover .product-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.themeholy-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.themeholy-product:hover .icon-btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.themeholy-product.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  height: 100%;
}

.themeholy-product.list-view .product-img {
  width: 100%;
  max-width: 200px;
  margin: 0;
}

.themeholy-product.list-view .star-rating {
  margin: 0 auto 10px 0;
  width: 93px;
}

.themeholy-product.list-view .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid var(--border-color);
  border-left: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 25px;
}

.themeholy-product.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}

.themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}

.themeholy-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.themeholy-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.themeholy-product.list-view .added_to_cart:after {
  font-size: 16px;
}

.themeholy-product.list-view .action-btn {
  padding: 8px 15px;
}

.themeholy-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}

.themeholy-product.list-view .product-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}

.themeholy-product.list-view .product-price {
  font-size: 14px;
}

#productCarousel .slick-arrow {
  top: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-content .container {
  position: relative;
}

.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product > div {
  height: auto;
}

.th-sort-bar {
  padding: 0;
  margin: 0 0 24px 0;
}

.th-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.th-sort-bar .single-select,
.th-sort-bar select {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  border-radius: 0px;
  color: var(--body-color);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.th-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}

.th-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
}

.th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
  color: #006b9f;
}

.product-thumb-area {
  position: relative;
}

.product-thumb-area .product-thumb-tab {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.product-thumb-tab {
  --thumb: 87px;
  --gap: 0px;
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
  border-radius: 0px;
}

.product-thumb-tab .tab-btn img {
  max-width: 100%;
  width: 100%;
  border-radius: inherit;
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-right: 15px;
}

.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 0px;
  position: relative;
}

.product-big-img .img {
  width: 100%;
  border-radius: 0px;
}

.product-big-img .img img {
  width: 100%;
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}

.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.product-thumb,
.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 0px;
  position: relative;
}

.product-thumb .img,
.product-big-img .img {
  width: 100%;
  border-radius: 0px;
}

.product-thumb .img img,
.product-big-img .img img {
  width: 100%;
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}

.product-thumb .add_to_wishlist,
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-right: 10px;
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}

.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}

.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: #006b9f;
}

.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-style1 {
  border-bottom: 1px solid #ececec;
  margin: 85px auto 33px auto;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .product-tab-style1 {
    gap: 20px;
  }
}

.woocommerce-table {
  margin-bottom: 0;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  box-shadow: none;
}

.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  box-shadow: none;
  margin-bottom: 0;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin-bottom: 24px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .th-post-comment {
    padding: 15px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .th-comment-form {
    padding: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-Reviews .comment-list {
    display: block;
  }
  .woocommerce-Reviews .th-comment-form {
    padding: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .th-comment-form {
    padding: 40px 20px;
  }
}

#productTabContent {
  margin-bottom: -10px;
}

#additional_information {
  margin-bottom: 40px;
}

#reviews {
  margin-bottom: 40px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  padding-left: 15px;
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}

.share-title i {
  color: #006b9f;
}

.summary-content,
.product-about {
  padding-left: 24px;
}

.summary-content .product-title,
.product-about .product-title {
  margin: -0.4em 0 18px 0;
  font-weight: 800;
}

.summary-content > .price,
.product-about > .price {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  display: block;
  margin-bottom: 28px;
  margin-right: 10px;
  line-height: inherit;
}

.summary-content > .price del,
.product-about > .price del {
  color: var(--gray-color);
  font-weight: 500;
  margin-left: 15px;
}

.summary-content .product-rating,
.product-about .product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 25px;
}

.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 91px;
  font-size: 12px;
  margin-right: 8px;
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}

.summary-content .checklist,
.product-about .checklist {
  margin: 30px 0 40px 0;
}

.summary-content .checklist li,
.product-about .checklist li {
  font-weight: 400;
}

.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin: 33px 0 27px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.summary-content .actions .themeholy-btn,
.product-about .actions .themeholy-btn {
  padding: 16px 30px;
}

.summary-content .actions .themeholy-btn .btn-icon,
.product-about .actions .themeholy-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--border-color);
  border-radius: 4px;
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: #006b9f;
  color: var(--white-color);
  border-color: #006b9f;
}

.summary-content .share,
.product-about .share {
  margin-top: 25px;
}

.summary-content .themeholy-social a,
.product-about .themeholy-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0;
}

.summary-content .themeholy-social a:hover,
.product-about .themeholy-social a:hover {
  border-color: #006b9f;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  border-radius: 4px;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: #006b9f;
  color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 0px;
  height: 60px;
}

.summary-content .quantity:after, .summary-content .quantity:after,
.product-about .quantity:after,
.product-about .quantity:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
  position: absolute;
  top: 0;
  left: 55px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 112px;
  height: 56px;
  background-color: transparent;
  color: var(--title-color);
  text-align: left;
  padding: 0 21px;
  font-weight: 500;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  content: "";
  position: absolute;
  color: var(--title-color);
  background-color: transparent;
  right: 4px;
  border: none;
  line-height: 60px;
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
  bottom: 12px;
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
  top: 8px;
}

.product-details .th-comments-wrap {
  margin-top: 0;
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: #006b9f;
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

.woosq-product .thumbnails img {
  padding: 10px;
}

.woosq-product .thumbnails .slick-dots {
  bottom: auto;
  margin-top: 30px;
}

.woosq-product .thumbnails .slick-dots li ~ li {
  margin-left: 5px;
}

.woosq-product .thumbnails .slick-dots li button {
  background: #006b9f;
  position: relative;
}

.woosq-product .thumbnails .slick-dots li button:before {
  display: none;
}

#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
  display: none;
}

.mfp-woosq .mfp-close {
  width: 44px;
  height: 44px;
  line-height: initial;
}

.woocommerce-Reviews .th-post-comment {
  border-radius: 0px;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  margin-right: 0 !important;
  box-shadow: none;
}

.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  box-shadow: none;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  /* Small devices */
}

@media (max-width: 767px) {
  .woocommerce-Reviews .comment-list {
    display: block;
  }
}

.woocommerce-Reviews .comment-list li {
  max-width: 100%;
  margin: 12px;
  padding-bottom: 20px;
  /* Small devices */
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 30px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin-bottom: 0px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .th-post-comment {
    padding: 30px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .th-comment-form {
    padding: 30px !important;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .th-comment-form {
    padding: 40px 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-product.list-view .product-img {
    max-width: 150px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }
  .product-thumb-area {
    margin-right: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .th-sort-bar select {
    min-width: auto;
  }
  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
  }
  .summary-content .actions,
  .product-about .actions {
    margin: 0;
  }
  .product-big-img .img {
    height: 540px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
  }
  .product-thumb-tab {
    margin-left: -10px;
  }
  .th-product-box.list-view .product-img {
    max-width: 150px;
  }
  .th-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .th-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .th-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-sort-bar {
    text-align: center;
  }
  .th-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .th-sort-bar .single-select,
  .th-sort-bar select {
    margin: 0 auto;
    width: 100%;
  }
  .th-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .th-product-box.list-view .product-img {
    max-width: 130px;
  }
  .th-product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn {
    border-radius: 0px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-thumb-tab .indicator {
    border-radius: 0px;
  }
  .product-big-img .img {
    height: 370px;
  }
  .product-grid {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .summary-content .product-title,
  .product-about .product-title {
    margin: 0 0 7px 0;
  }
  .summary-content > .price,
  .product-about > .price {
    font-size: 24px;
    margin-bottom: 9px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .th-product.list-view .product-img {
    max-width: 130px;
  }
}

.woosq-product .thumbnails .slick-list {
  display: block;
}

























/*------------------- Header -------------------*/
/*----------------------- Header Start ----------------------*/
.header-layout8 {
  position: relative;
}

.header-layout8 .header-top {
  background-color: var(--title-color);
}

.header-layout8 .header-right {
  margin: 0;
}

.header-layout8 .sticky-wrapper {
  position: relative;
}

.header-layout8 .header-logo {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout8 .header-logo {
    margin: 0;
  }
}

.header-layout8 .menu-area {
  background-color: #d60012c4;
  position: relative;
  background-size: auto;
  background-repeat: repeat;
  z-index: 2;
}

.header-layout8 .menu-area:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #006b9f;
  z-index: -1;
}

.header-layout8 .menu-area:before{
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  /* background-color: #d60012c4; */
  z-index: -1;
}

.header-layout8 .menu-area:before {
  width: 25%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (min-width: 2299px) {
  .header-layout8 .menu-area:before {
    width: 24%;
  }
}
@media (max-width: 1699px) {
  .header-layout8 .menu-area:before {
    width: 16%;
  }
}
@media (max-width: 1399px) {
  .header-layout8 .menu-area:before {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .header-layout8 .menu-area:before {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .header-layout8 .menu-area:before {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .header-layout8 .menu-area:before {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .header-layout8 .menu-area:before {
    width: 60%;
  }
}

.header-layout8 .menu-area:after {
  width: 22%;
  right: 0;
  -webkit-clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
  /* Extra large devices */
  /* Large devices */
}

@media (min-width: 2099px) {
  .header-layout8 .menu-area:after {
    width: 35%;
  }
}
@media (max-width: 1899px) {
  .header-layout8 .menu-area:after {
    width: 28%;
  }
}
@media (max-width: 1699px) {
  .header-layout8 .menu-area:after {
    width: 27%;
  }
}
@media (max-width: 1500px) {
  .header-layout8 .menu-area:after {
    width: 26%;
  }
}
@media (max-width: 1199px) {
  .header-layout8 .menu-area:after {
    display: none;
  }
}

.header-layout8 .header-logo {
  padding: 0;
}

.header-layout8 .header-button .icon-btn {
  position: relative;
  color: var(--white-color);
  font-size: 22px;
  /* Extra small devices */
}

.header-layout8 .header-button .icon-btn:hover {
  background-color: transparent;
}

@media (max-width: 575px) {
  .header-layout8 .header-button .icon-btn {
    display: none;
  }
}

.header-layout8 .header-button .icon-btn:first-child {
  border-right: 1px solid var(--white-color);
  padding-right: 27px;
  max-height: 30px;
  line-height: 25px;
}

.header-layout8 .header-button .icon-btn i {
  color: var(--white-color);
  border: none;
  padding: 0;
}

.header-layout8 .header-button .themeholy-btn {
  margin-left: 30px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout8 .header-button .themeholy-btn {
    display: none;
    margin-left: 0;
  }
}

.header-layout8 .main-menu > ul > li > a {
  color: var(--white-color);
}

.header-layout8 .main-menu > ul > li > a:hover {
  color: #f4a1a8;
}

@media (min-width: 1400px) {
  .header-layout8 .th-container {
    --main-container: 1620px;
  }
}

/*----------------------- Header End ----------------------*/











.header-layout4 .header-logo {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout4 .header-logo {
    margin-top: 0;
  }
}



.header-layout4 .header-logo {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  /* Medium devices */
}


@media (max-width: 991px) {
  .header-layout4 .header-logo {
    margin-top: 0;
  }
}


/* Extra large devices */
@media (max-width: 1500px) {
  .header-logo img {
    max-height: 75px;
  }
}

.header-layout6 .header-logo {
  padding-bottom: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout6 .header-logo {
    margin: 0;
  }
}


.header-layout7 .sticky-wrapper.sticky .header-logo {
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .header-layout7 .sticky-wrapper.sticky .header-logo {
    height: 86px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .header-layout7 .sticky-wrapper.sticky .header-logo {
    padding-top: 25px;
  }
}




.header-layout7 .header-logo {
  padding-bottom: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout7 .header-logo {
    margin: 0;
  }
}





.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}







/* FOR HORIZONTAL SCROLLBAR */
.download-nav-tab {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px solid #ddd; 
        padding: 0;
        margin: 0;
        list-style: none;
        -webkit-overflow-scrolling: touch; 
    }

    .download-nav-tab li {
        flex: 0 0 auto; 
        margin-right: 10px; 
    }

    .download-nav-tab li a {
        display: block;
        padding: 10px 15px;
        white-space: nowrap;
    }


    .download-nav-tab::-webkit-scrollbar {
        height: 6px;
    }

    .download-nav-tab::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }










/* FOR CLOSE BUTTON */
.file_modal .close_file_modal {
    background-image: url(/assets-clamptek/images/theme/icon-search-cancel.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    position: fixed;
    right: 30px;
    top: 20px;
}



/* FOR DOWNLOAD BUTTON */
#id-product-detail-block .copywriting .model-downloads .tab-container .side-toolbar a:after {
    content: "";
    display: inline-block;
    background-image: url(/assets-clamptek/images/theme/download_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 20px;
    margin-left: 15px;
    vertical-align: middle;
}











.goto-top-container .goto-top:before {
    content: " ";
    position: absolute;
    top: 21px;
    left: 17px;
    background-image: url(/assets-clamptek/images/theme/red_arrow_down_h.svg);
    width: 14px;
    height: 25px;
    background-repeat: no-repeat;
}
*, *:before, *:after {
    box-sizing: inherit;
}

.themeholy-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.themeholy-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.themeholy-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.themeholy-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.themeholy-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-color);
  padding-left: 18px;
}

.themeholy-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;
}

.themeholy-mobile-menu ul li.themeholy-active > a {
  color: #006b9f;
}

.themeholy-mobile-menu ul li.themeholy-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.themeholy-mobile-menu ul li ul li {
  padding-left: 20px;
}

.themeholy-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.themeholy-mobile-menu ul .menu-item-has-children > a .themeholy-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.themeholy-mobile-menu ul .menu-item-has-children > a .themeholy-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.themeholy-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.themeholy-mobile-menu ul .menu-item-has-children.themeholy-active > a .themeholy-mean-expand:before {
  content: '\f068';
}

.themeholy-mobile-menu ul .menu-item-has-children.themeholy-active > a:after {
  content: "\f068";
}

.themeholy-mobile-menu > ul {
  padding: 0 40px;
}

.themeholy-mobile-menu > ul > li:last-child {
  border-bottom: none;
}