/* ******************************************* 
                DEFAULT CSS
********************************************* */
:root {
  --thm-color: #fe6a13;
  --black-color: #1a1a1a;
  --color-body: #74787c;
  --white-color: #ffffff;
  --bg-color: #f6f6f7;
  --border-color: #d9d9d9;
  --body-font: "Jost", sans-serif;
  --heading-font: "Cormorant Garamond", serif;
}

body {
  color: var(--color-body);
  font-weight: 400;
  font-family: var(--body-font);
}
@font-face {
    font-display: swap !important;
}
/* 
***====================================
=================Thm Btn================
===================================== */
.theme-btns,
input[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--thm-color);
  color: var(--white-color);
  font-family: var(--body-font);
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 40px 0px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 30px;
}

.theme-btns:before,
input[type="submit"]:before {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--black-color);
}

.theme-btns:hover:before {
  top: -40%;
}

.theme-btns:hover {
  color: var(--white-color);
}

.theme-btns {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

/* Top To Bottm */
div#back-top {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  position: fixed;
  right: 50px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  color: var(--white-color);
  font-size: 25px;
  opacity: 1;
  visibility: visible;
  background: var(--thm-color);
}

.elementor-element .menu-area.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--border-color);
  padding: 0;
  transition: 0.4s;
  z-index: 99;
}

/*************************************
******** PRELOADER CSS  **********
*************************************/

.preloader-area {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: var(--white-color);
  z-index: 999999999999999;
}

.theme-loader {
  width: 70px;
  height: 70px;
  margin: auto;
  transform-style: preserve-3d;
  animation: animate 4.59s ease-in-out infinite;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.theme-loader:before,
.theme-loader:after {
  content: "";
  width: 50px;
  height: 50px;
  border: 15px solid var(--thm-color);
  border-radius: 50%;
  position: absolute;
  animation: animate_1 1.73s ease-in-out infinite both reverse;
}

.theme-loader:after {
  border-color: var(--thm-color);
  animation-delay: -0.86s;
}

@keyframes animate {

  0%,
  100% {
    transform: rotateX(8.75deg) rotateY(35deg);
  }

  50% {
    transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
  }
}

@keyframes animate_1 {

  0%,
  100% {
    transform: translateZ(25px) rotateX(14deg);
  }

  33% {
    transform: translateZ(-25px) scale(0.4);
  }

  66% {
    transform: translateZ(-25px);
  }
}

/* 
/*------------------- 2.5. Mobile Menu -------------------*
*/

.merida-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #24231dc4;
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.merida-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background: #eff1f5;
}

.merida-menu-wrapper .mobile-logo a:hover {
  color: var(--thm-color);
}

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

.merida-menu-wrapper .merida-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(--black-color);
  background-color: var(--white-color);
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.merida-mobile-menu ul li ul li {
  padding-left: 10px;
}

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

.merida-mobile-menu ul .merida-item-has-children>a {
  position: relative;
}

.merida-mobile-menu ul .merida-item-has-children>a .merida-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(--thm-color);
  color: var(--white-color);
  border-radius: 50%;
}

.merida-mobile-menu ul .merida-item-has-children>a .merida-mean-expand:before {
  content: "\F64D";
  font-family: "bootstrap-icons";
}

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

.merida-mobile-menu ul .merida-item-has-children.merida-active>a .merida-mean-expand:before {
  content: "\F2EA";
  font-family: "bootstrap-icons";
}

.merida-mobile-menu ul .merida-item-has-children.merida-active>a:after {
  content: "\F2EA";
  font-family: "bootstrap-icons";
}

.merida-mobile-menu>ul {
  padding: 0 40px;
}

.mobile-menu-wrp .merida-mobile-menu>ul {
  padding: 40px 25px;
}

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

.merida-menu-toggle {
  width: 55px;
  height: 55px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: inline-block;
  background: var(--bg-color);
  color: var(--thm-color);
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.merida-menu-toggle:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

@media (max-width: 991px) {
  .merida-header .menu-area {
    padding: 15px 0;
  }
}

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

  .merida-mobile-menu>ul {
    padding: 0 20px;
  }
}

/*------------------- 1.0 Header  -------------------*/
.merida-header {
  position: relative;
  z-index: 41;
}

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

.sticky-wrapper.sticky .menu-area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}


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

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

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

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

.main-menu a {
  display: block;
  position: relative;
  color: var(--black-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}


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

.main-menu>ul>li>a:hover {
  color: var(--thm-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:last-child {
  margin-right: 0 !important;
}

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

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

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  padding: 0;
  left: -27px;
  background: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  border: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu a:hover {
  color: var(--thm-color);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px;
  border-bottom: 1px solid var(--border-color);
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f078";
  position: relative;
  margin-left: 3px;
  top: 1px;
  display: inline-block;
  transition: 0.4s;
  transform: rotate(0deg);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}

.main-menu ul ul li.menu-item-has-children>a:after {
  content: "\f078";
  transform: rotate(-89deg);
  top: 0;
  font-size: 70%;
  right: 0;
  float: right;
}

.main-menu ul.sub-menu li:last-child {
  border: none;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  padding: 15px 20px;
}

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

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

.menu-expand {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black-color);
}

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

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

/* ------------------------------------------- */
/* Mega Menu   ------------------------------ */
/* ----------------------------------------- */

.main-menu li.mega ul ul {
  background: 0 0;
  width: auto;
}

.main-menu li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}

.main-menu li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}

.main-menu>ul>li.mega {
  position: inherit;
}

.main-menu>ul>li.mega>ul {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  left: 0;
  right: 0;
}

.main-menu>ul>li.mega>ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}

.main-menu>ul>li.mega>ul>li {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.main-menu li.mega li li a {
  padding: 3px 15px;
  border-color: transparent;
  font-size: 14px;
  font-weight: normal;
}

.main-menu li.mega li.has-sub a:after {
  display: none;
}

.main-menu ul li.mega ul {
  opacity: 1;
  visibility: visible;
  top: auto;
  box-shadow: none;
}

.main-menu ul li.mega ul li a:hover,
.main-menu ul li.mega ul li.current-menu-item a {
  background: transparent;
  color: var(--thm-color);
}

.main-menu>ul>li.mega>ul li.has-sub ul {
  padding-top: 13px;
  padding-bottom: 1px;
}

.main-menu>ul>li.mega>ul li.has-sub ul {
  padding-top: 13px;
  padding-bottom: 1px;
}

.main-menu>ul>li.mega>ul>li>a {
  padding: 11px 15px;
  border-bottom: 1px solid rgb(223 223 223 / 87%);
}

.main-menu>ul>li.mega.column_2>ul>li {
  width: 49% !important;
}

.main-menu>ul>li.mega.column_3>ul>li {
  width: 33% !important;
}

.main-menu>ul>li.mega.column_4>ul>li {
  width: 24.6% !important;
}

.main-menu>ul>li.mega.column_5>ul>li {
  width: 19.6% !important;
}

.main-menu>ul>li.mega.column_6>ul>li {
  width: 16.3% !important;
}

.main-menu ul li.mega>ul {
  padding: 10px;
  left: 0;
}

.main-menu li.mega>ul.sub-menu ul.sub-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  position: relative;
  left: 0;
  top: 10px;
}

.main-menu li.mega>ul.sub-menu li {
  border-color: transparent;
  left: 0;
}

.main-menu ul li.mega ul li.menu-item-has-children>a:after {
  display: none;
}

/* 
-------- End Mega Menu -----------
*/

.inquiry-list {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white-color);
}

.inquiry-list:hover {
  color: var(--thm-color);
}

.inquiry-list i {
  color: var(--thm-color);
  margin-right: 10px;
}

.inquiry-list .count {
  font-size: 12px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: var(--white-color);
  color: var(--black-color);
  text-align: center;
  border-radius: 99px;
  margin-left: 10px;
}


.header-logo {
    margin-bottom: 0;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 42px;
}
/* Footer Wiget Area Style  */

.footer-widget-area {
  background-color: var(--black-color);
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: 1px solid #2F2D2D;
}

.post-title a:hover {
  color: var(--thm-color);
}

/*  FOOTER COPYRIGHT AREA  */
.footer-copyright-wrapper {
  background-color: var(--black-color);
  padding-top: 30px;
  padding-bottom: 28px;
  text-align: center;
  color: var(--white-color);
}
/* ------- galley wdiget ----- */
.widget.widget_block figure.wp-block-gallery.has-nested-images {
    margin-bottom: 3px;
	margin-top: 20px;
}