/*General*/
@media (min-width: 1340px) {
  .ohm-remove-spacing {
    margin-bottom: 0 !important;
  }

  .ohm-bottom-space-small {
    margin-bottom: 23.5px !important;
  }

  .ohm-top-space-small {
    margin-top: 23.5px !important;
  }

  .ohm-top-space-big {
    margin-top: 94px !important;
  }

  .ohm-bottom-space-big {
    margin-bottom: 94px !important;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-remove-spacing {
    margin-bottom: 0 !important;
  }

  .ohm-bottom-space-small {
    margin-bottom: 23.5px !important;
  }

  .ohm-top-space-small {
    margin-top: 23.5px !important;
  }

  .ohm-top-space-big {
    margin-top: 94px !important;
  }

  .ohm-bottom-space-big {
    margin-bottom: 94px !important;
  }
}
@media (max-width: 790px) {
  .ohm-remove-spacing {
    margin-bottom: 0 !important;
  }

  .ohm-bottom-space-small {
    margin-bottom: 18.5px !important;
  }

  .ohm-top-space-small {
    margin-top: 18.5px !important;
  }

  .ohm-top-space-big {
    margin-top: 74px !important;
  }

  .ohm-bottom-space-big {
    margin-bottom: 74px !important;
  }
}
@media (min-width: 1340px) {
  .ohm-heading {
    margin-bottom: 47px !important;
  }
  .ohm-heading.ohm-extra-big .elementor-heading-title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 4.73px;
    text-transform: uppercase;
  }
  .ohm-heading.ohm-medium .elementor-heading-title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 3.19px;
    text-transform: uppercase;
  }
  .ohm-heading.ohm-small .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .ohm-heading.ohm-extra-small .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-heading {
    margin-bottom: 47px !important;
  }
  .ohm-heading.ohm-extra-big .elementor-heading-title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4.73px;
    text-transform: uppercase;
  }
  .ohm-heading.ohm-medium .elementor-heading-title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3.19px;
    text-transform: uppercase;
  }
  .ohm-heading.ohm-small .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .ohm-heading.ohm-extra-small .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}
@media (max-width: 790px) {
  .ohm-heading {
    margin-bottom: 37px !important;
  }
  .ohm-heading.ohm-extra-big .elementor-heading-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4.73px;
    line-height: 33px;
    text-transform: uppercase;
  }
  .ohm-heading.ohm-medium .elementor-heading-title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3.19px;
    text-transform: uppercase;
  }
  .ohm-heading.ohm-small .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .ohm-heading.ohm-extra-small .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}

@media (min-width: 1340px) {
  .ohm-btn .elementor-button-link {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 40px;
    font-size: 16px;
    min-width: 140px;
  }
  .ohm-btn .elementor-button-link:hover {
    background-color: #282E3B !important;
    border-color: #282E3B !important;
    color: #fff !important;
  }
  .ohm-btn.ohm-white .elementor-button-link {
    border-color: #fff;
    color: #fff !important;
  }
  .ohm-btn.ohm-link-button .elementor-button-link {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    min-width: unset;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:hover {
    color: #7C612F !important;
    background-color: transparent !important;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:hover:after {
    background-color: #7C612F !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link {
    color: #fff !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link:after {
    background-color: #fff !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link:hover {
    color: #7C612F !important;
    background-color: transparent !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link:hover:after {
    background-color: #7C612F !important;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-btn .elementor-button-link {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 40px;
    font-size: 15px;
    min-width: 140px;
  }
  .ohm-btn .elementor-button-link:hover {
    background-color: #282E3B !important;
    border-color: #282E3B !important;
    color: #fff !important;
  }
  .ohm-btn.ohm-white .elementor-button-link {
    border-color: #fff;
    color: #fff !important;
  }
  .ohm-btn.ohm-link-button .elementor-button-link {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    min-width: unset;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:hover {
    color: #7C612F !important;
    background-color: transparent !important;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:hover:after {
    background-color: #7C612F !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link {
    color: #fff !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link:after {
    background-color: #fff !important;
  }
}
@media (max-width: 790px) {
  .ohm-btn .elementor-button-link {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 35px;
    font-size: 14px;
    min-width: 130px;
  }
  .ohm-btn .elementor-button-link:focus {
    background-color: #282E3B !important;
    border-color: #282E3B !important;
    color: #fff !important;
  }
  .ohm-btn.ohm-white .elementor-button-link {
    border-color: #fff;
    color: #fff !important;
  }
  .ohm-btn.ohm-link-button .elementor-button-link {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    min-width: unset;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:focus {
    color: #7C612F !important;
    background-color: transparent !important;
  }
  .ohm-btn.ohm-link-button .elementor-button-link:focus:after {
    background-color: #7C612F !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link {
    color: #fff !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link:after {
    background-color: #fff !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link:focus {
    color: #7C612F !important;
    background-color: transparent !important;
  }
  .ohm-btn.ohm-link-button.ohm-white .elementor-button-link:focus:after {
    background-color: #7C612F !important;
  }
}

.ohm-fix-btns .ohm-btn-flexbox-fix-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ohm-fix-btns .ohm-btn-flexbox-fix-wrapper .ohm-btn {
  margin-right: 1rem;
}
.ohm-fix-btns.btns-left .ohm-btn-flexbox-fix-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.ohm-fix-btns.btns-center .ohm-btn-flexbox-fix-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ohm-fix-btns.btns-center .ohm-btn-flexbox-fix-wrapper .ohm-btn {
  margin-right: 1rem;
  margin-left: 1rem;
}
.ohm-fix-btns.btns-right .ohm-btn-flexbox-fix-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ohm-fix-btns.btns-right .ohm-btn-flexbox-fix-wrapper .ohm-btn {
  margin-right: 0;
  margin-left: 1rem;
}

@media (min-width: 1340px) {
  .ohm-text {
    margin-bottom: 47px !important;
  }
  .ohm-text .elementor-text-editor,
.ohm-text .elementor-text-editor p {
    font-family: "Kannada MN", Sans-serif;
    font-size: 17px;
  }
  .ohm-text .elementor-text-editor:last-child,
.ohm-text .elementor-text-editor p:last-child {
    margin-bottom: 0 !important;
  }
  .ohm-text.ohm-big .elementor-text-editor,
.ohm-text.ohm-big .elementor-text-editor p {
    font-family: "Kannada MN", Sans-serif;
    font-size: 25px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-text {
    margin-bottom: 47px !important;
  }
  .ohm-text .elementor-text-editor,
.ohm-text .elementor-text-editor p {
    font-family: "Kannada MN", Sans-serif;
    font-size: 16px;
  }
  .ohm-text .elementor-text-editor:last-child,
.ohm-text .elementor-text-editor p:last-child {
    margin-bottom: 0 !important;
  }
  .ohm-text.ohm-big .elementor-text-editor,
.ohm-text.ohm-big .elementor-text-editor p {
    font-family: "Kannada MN", Sans-serif;
    font-size: 22px;
  }
}
@media (max-width: 790px) {
  .ohm-text {
    margin-bottom: 37px !important;
  }
  .ohm-text .elementor-text-editor,
.ohm-text .elementor-text-editor p {
    font-family: "Kannada MN", Sans-serif;
    font-size: 15px;
  }
  .ohm-text .elementor-text-editor:last-child,
.ohm-text .elementor-text-editor p:last-child {
    margin-bottom: 0 !important;
  }
  .ohm-text.ohm-big .elementor-text-editor,
.ohm-text.ohm-big .elementor-text-editor p {
    font-family: "Kannada MN", Sans-serif;
    font-size: 19px;
  }
}

@media (min-width: 1340px) {
  .ohm-divider {
    margin-bottom: 47px !important;
  }
  .ohm-divider .elementor-divider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ohm-divider .elementor-divider-separator {
    width: 5% !important;
    border: 5px solid;
  }
  .ohm-divider.ohm-white .elementor-divider-separator {
    border-color: #fff;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-divider {
    margin-bottom: 47px !important;
  }
  .ohm-divider .elementor-divider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ohm-divider .elementor-divider-separator {
    width: 5% !important;
    border: 5px solid;
  }
  .ohm-divider.ohm-white .elementor-divider-separator {
    border-color: #fff;
  }
}
@media (max-width: 790px) {
  .ohm-divider {
    margin-bottom: 37px !important;
  }
  .ohm-divider .elementor-divider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ohm-divider .elementor-divider-separator {
    width: 10% !important;
    border: 5px solid;
  }
  .ohm-divider.ohm-white .elementor-divider-separator {
    border-color: #fff;
  }
}

/*Headers*/
.ohm-component-v2_modern-header---hamburger-logoCenter-cta {
  /*
  The header always has two states: transparent and scrolled.
  Each state has its own class:

  - .ohm-transparent-header (transparent)
  - .ohm-slide-header-in (scrolled)

  Make sure to always use these states!
  */
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-logo svg path {
  fill: #7C612F;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-menu-items ul li, .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-menu-items ul a {
  color: #000;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-lang-switcher-only ul li, .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-lang-switcher-only ul a {
  color: #000;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-hamburger-menu svg path {
  fill: #000;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in {
  background-color: #fff !important;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-logo svg path {
  fill: #7C612F;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-menu-items ul li, .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-menu-items ul a {
  color: #000;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-lang-switcher-only ul li, .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-lang-switcher-only ul a {
  color: #000;
}
.ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-hamburger-menu svg path {
  fill: #000;
}
@media (min-width: 1340px) {
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta {
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap {
    height: 88px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-logo svg {
    height: 65px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-hamburger-menu svg {
    height: 20px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-book-btn .elementor-button-link {
    padding: 10px 12px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only {
    padding-right: 18px;
    margin-right: 15px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only .wpml-ls-current-language::before {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    right: -17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 5px;
    opacity: 1 !important;
    cursor: pointer;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only li {
    font-family: "Kannada MN";
    font-size: 15px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header.ohm-header-big-logo .ohm-logo {
    position: absolute;
    left: 0;
    right: 0;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header.ohm-header-big-logo .ohm-logo svg {
    height: 230px !important;
    width: auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap {
    height: 65px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-hamburger-menu svg {
    height: 20px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-book-btn .elementor-button-link {
    padding: 10px 12px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only {
    padding-right: 18px;
    margin-right: 15px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only .wpml-ls-current-language::before {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    right: -17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 5px;
    opacity: 1 !important;
    cursor: pointer;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only li {
    font-family: "Kannada MN";
    font-size: 15px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta {
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap {
    height: 88px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-logo svg {
    height: 65px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-hamburger-menu svg {
    height: 20px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-book-btn .elementor-button-link {
    padding: 10px 12px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only {
    padding-right: 18px;
    margin-right: 15px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only .wpml-ls-current-language::before {
    content: " ";
    position: absolute;
    width: 7px;
    height: 7px;
    right: -17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 4px;
    opacity: 1 !important;
    cursor: pointer;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only li {
    font-family: "Kannada MN";
    font-size: 14px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header.ohm-header-big-logo .ohm-logo {
    position: absolute;
    left: 0;
    right: 0;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header.ohm-header-big-logo .ohm-logo svg {
    height: 200px !important;
    width: auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap {
    height: 65px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-hamburger-menu svg {
    height: 20px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-book-btn .elementor-button-link {
    padding: 10px 12px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only {
    padding-right: 18px;
    margin-right: 15px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only .wpml-ls-current-language::before {
    content: " ";
    position: absolute;
    width: 7px;
    height: 7px;
    right: -17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 4px;
    opacity: 1 !important;
    cursor: pointer;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only li {
    font-family: "Kannada MN";
    font-size: 14px;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta {
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap {
    height: 80px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-logo svg {
    height: 50px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-hamburger-menu svg {
    height: 19px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-book-btn .elementor-button-link {
    padding: 10px 12px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only {
    padding-right: 18px;
    margin-right: 15px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only::before {
    content: " ";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 4px;
    opacity: 1 !important;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only li {
    font-family: "Kannada MN";
    font-size: 14px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header.ohm-header-big-logo .ohm-logo {
    position: absolute;
    left: 0;
    right: 0;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-transparent-header.ohm-header-big-logo .ohm-logo svg {
    height: 145px !important;
    width: auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap {
    height: 55px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-logo svg {
    height: 45px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-hamburger-menu svg {
    height: 15px;
    width: auto;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-book-btn .elementor-button-link {
    padding: 10px 12px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only {
    padding-right: 18px;
    margin-right: 15px;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only::before {
    content: " ";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 4px;
    opacity: 1 !important;
  }
  .ohm-component-v2_modern-header---hamburger-logoCenter-cta.ohm-slide-header-in .ohm-inner-col-wrapper .elementor-widget-wrap .ohm-lang-switcher-only li {
    font-family: "Kannada MN";
    font-size: 14px;
  }
}

/*Footers*/
@media (min-width: 1340px) {
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-heading {
    padding-bottom: 30px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 23px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group.elementor-field-type-submit {
    max-width: 195px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6196078431) !important;
    border: none;
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    opacity: 1;
    font-family: "Kannada MN", Sans-serif;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input::-webkit-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input::-moz-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input:-ms-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input::-ms-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input::placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input:focus {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input:hover {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group input:active {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group button[type=submit] {
    border: 1px solid #fff;
    text-transform: uppercase;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group button[type=submit]:focus {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group button[type=submit]:hover {
    outline: 0;
    background-color: #fff;
    color: #000;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper .elementor-field-group button[type=submit]:active {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-heading {
    margin-bottom: 35px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 19px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-info-list ul li .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 15px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-info-list ul li .elementor-icon-list-text:hover {
    color: #7C612F;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-logo svg {
    height: 150px;
    width: auto;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-heading {
    margin-bottom: 0 !important;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 13px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col.ohm-img-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col.ohm-img-col .ohm-award {
    width: auto;
    display: block;
    margin-bottom: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col.ohm-img-col img {
    width: auto;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-heading {
    padding-bottom: 30px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 23px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-form-fields-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group.elementor-field-type-submit {
    max-width: 195px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6196078431) !important;
    border: none;
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    opacity: 1;
    font-family: "Kannada MN", Sans-serif;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::-webkit-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::-moz-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:-ms-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::-ms-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:focus {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:hover {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:active {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group button[type=submit] {
    border: 1px solid #fff;
    text-transform: uppercase;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group button[type=submit]:focus {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group button[type=submit]:hover {
    outline: 0;
    background-color: #fff;
    color: #000;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group button[type=submit]:active {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section {
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-heading {
    margin-bottom: 30px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 19px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-info-list ul li .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 15px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-info-list ul li .elementor-icon-list-text:hover {
    color: #7C612F;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-logo svg {
    height: 120px;
    width: auto;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom {
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-heading {
    margin-bottom: 0 !important;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 13px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col.ohm-img-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col.ohm-img-col .ohm-award {
    width: auto;
    display: block;
    margin-bottom: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col.ohm-img-col img {
    width: auto;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 790px) and (max-width: 900px) {
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-heading .elementor-heading-title {
    font-size: 2vw !important;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-info-list ul li .elementor-icon-list-text {
    font-size: 1.5vw !important;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-heading .elementor-heading-title {
    font-size: 1.5vw !important;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_footer---modern-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 23px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6196078431) !important;
    border: none;
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    opacity: 1;
    font-family: "Kannada MN", Sans-serif;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::-webkit-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::-moz-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:-ms-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::-ms-input-placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input::placeholder {
    opacity: 0.6;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:focus {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:hover {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group input:active {
    outline: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group button[type=submit] {
    border: 1px solid #fff;
    text-transform: uppercase;
  }
  .ohm-component-v2_footer---modern-footer .ohm-newsletter-col .ohm-newsletter-form .elementor-field-group button[type=submit]:focus {
    background-color: #fff;
    color: #000;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section {
    padding-top: 60px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col {
    margin-bottom: 35px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-heading {
    margin-bottom: 25px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 19px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-info-list ul li .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 15px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-info-list ul li .elementor-icon-list-text:hover {
    color: #7C612F;
  }
  .ohm-component-v2_footer---modern-footer .ohm-info-section .ohm-info-col .ohm-logo svg {
    height: 90px;
    width: auto;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .elementor-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col {
    margin-bottom: 35px;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-heading {
    margin-bottom: 0 !important;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-heading .elementor-heading-title {
    font-family: "Kannada MN", Sans-serif;
    font-size: 14px;
    color: #333333;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-award {
    width: auto;
    display: block;
    margin-bottom: 0;
  }
  .ohm-component-v2_footer---modern-footer .ohm-footer-bottom .ohm-info-col .ohm-award img {
    width: auto;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*Popups*/
/*Elements*/
@media (min-width: 1340px) {
  .ohm-component-v2_HeroImage {
    min-height: 75vh !important;
    margin-top: 165px;
  }
  .ohm-component-v2_HeroImage .ohm-inner {
    margin-top: -45px;
  }
  .ohm-component-v2_HeroImage .ohm-inner .ohm-heading .elementor-heading-title {
    font-size: 75px;
    line-height: 75px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_HeroImage {
    min-height: 70vh !important;
    margin-top: 148px;
  }
  .ohm-component-v2_HeroImage .ohm-inner {
    margin-top: -35px;
  }
  .ohm-component-v2_HeroImage .ohm-inner .ohm-heading .elementor-heading-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_HeroImage {
    min-height: 60vh !important;
    margin-top: 110px;
  }
  .ohm-component-v2_HeroImage .ohm-inner {
    margin-top: -29px;
  }
  .ohm-component-v2_HeroImage .ohm-inner .ohm-heading .elementor-heading-title {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (min-width: 1340px) {
  .ohm-component-v2_IntroTextSection {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 700px;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-heading .elementor-heading-title {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-heading.ohm-small .elementor-heading-title {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-text {
    text-align: left !important;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-text.ohm-big {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-btn {
    margin-right: 15px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_IntroTextSection {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 600px;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-heading .elementor-heading-title {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col.ohm-small .elementor-heading-title {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-text {
    text-align: left !important;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-text.ohm-big {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-btn {
    margin-right: 15px;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_IntroTextSection {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-heading .elementor-heading-title {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-heading.ohm-small .elementor-heading-title {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-text {
    text-align: left !important;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-text.ohm-big {
    text-align: left;
  }
  .ohm-component-v2_IntroTextSection .ohm-col .ohm-btn {
    margin-right: 15px;
  }
}

@media (min-width: 1340px) {
  .ohm-component-v2_CardsBeneathEachOther {
    padding-bottom: 47px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .elementor-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col {
    width: calc(50% - 23.5px);
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-img-col .ohm-img .swiper-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col {
    padding: 10px 60px;
    margin-top: auto;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-heading {
    margin-bottom: auto !important;
    padding-bottom: 20px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    width: auto;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-icon {
    min-width: 4px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 13px;
    text-transform: uppercase;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_CardsBeneathEachOther {
    padding-bottom: 47px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .elementor-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col {
    width: calc(50% - 23.5px);
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-img-col .ohm-img .swiper-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col {
    padding: 10px 40px;
    margin-top: auto;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-heading {
    margin-bottom: auto !important;
    padding-bottom: 20px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    width: auto;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-icon {
    min-width: 4px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-section .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_CardsBeneathEachOther {
    padding-bottom: 37px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-img-col {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-img-col .ohm-img {
    height: 300px !important;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col .ohm-icon-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    width: auto;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-icon {
    min-width: 4px;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 13px;
    text-transform: uppercase;
  }
  .ohm-component-v2_CardsBeneathEachOther .ohm-col.ohm-text-col .ohm-btn {
    margin-left: 17px;
    margin-right: 17px;
  }
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0 !important;
}

@media (min-width: 1340px) {
  .ohm-component_simple-two-col-text {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component_simple-two-col-text .elementor-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohm-component_simple-two-col-text .ohm-col {
    width: calc(50% - 23.5px) !important;
  }
  .ohm-component_simple-two-col-text .ohm-col.ohm-col-left .elementor-widget-wrap {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .ohm-component_simple-two-col-text .ohm-col.ohm-col-left .ohm-heading.ohm-remove-spacing {
    margin-bottom: 0 !important;
  }
  .ohm-component_simple-two-col-text .ohm-col.ohm-col-right {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component_simple-two-col-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component_simple-two-col-text .elementor-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohm-component_simple-two-col-text .ohm-col {
    width: calc(50% - 23.5px) !important;
  }
  .ohm-component_simple-two-col-text .ohm-col.ohm-col-left .elementor-widget-wrap {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .ohm-component_simple-two-col-text .ohm-col.ohm-col-left .ohm-heading.ohm-remove-spacing {
    margin-bottom: 0 !important;
  }
  .ohm-component_simple-two-col-text .ohm-col.ohm-col-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 790px) {
  .ohm-component_simple-two-col-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 17px;
    padding-right: 17px;
  }
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0 !important;
}

@media (min-width: 1340px) {
  .ohm-component_tall-portrait-img-text-left .ohm-inner {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col {
    width: 60%;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-heading.ohm-big {
    margin-bottom: auto !important;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-text {
    margin-top: auto;
    margin-bottom: 23.5px !important;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper {
    margin-top: auto;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-accordion-item {
    border-left: none;
    border-right: none;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-accordion-title {
    color: #fff;
    font-family: "Kannada MN", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 27px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-tab-title {
    padding-left: 0;
    padding-right: 0;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-tab-content {
    color: #fff;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-img-col {
    width: 40%;
    padding-left: 25px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-img-col .ohm-img img {
    min-height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component_tall-portrait-img-text-left .ohm-inner {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col {
    width: 60%;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-heading.ohm-big {
    margin-bottom: auto !important;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-text {
    margin-top: auto;
    margin-bottom: 23.5px !important;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper {
    margin-top: auto;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-accordion-item {
    border-left: none;
    border-right: none;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-accordion-title {
    color: #fff;
    font-family: "Kannada MN", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-tab-title {
    padding-left: 0;
    padding-right: 0;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-tab-content {
    color: #fff;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-img-col {
    width: 40%;
    padding-left: 40px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-inner .ohm-col.ohm-img-col .ohm-img img {
    min-height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 790px) {
  .ohm-component_tall-portrait-img-text-left .ohm-col.ohm-text-col {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-accordion-item {
    border-left: none;
    border-right: none;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-accordion-title {
    color: #fff;
    font-family: "Kannada MN", Sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 27px;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-tab-title {
    padding-left: 0;
    padding-right: 0;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-col.ohm-text-col .ohm-faq-wrapper .elementor-tab-content {
    color: #fff;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-col.ohm-img-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ohm-component_tall-portrait-img-text-left .ohm-col.ohm-img-col .ohm-img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1340px) {
  .ohm-component_TestimonialsCarousel {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 37px;
    padding-right: 37px;
    border-top: 1px solid #d9d9d9;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel {
    max-width: 60%;
    margin: auto;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .swiper-slide {
    padding-left: 70px;
    padding-right: 70px;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .elementor-testimonial__text {
    font-size: 16px;
    font-style: normal;
    font-family: "Kannada MN", Sans-serif;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .elementor-testimonial__name {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Kannada MN", Sans-serif;
    font-weight: normal;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .eicon-chevron-left:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .eicon-chevron-right:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 25px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component_TestimonialsCarousel {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 27px;
    padding-right: 27px;
    border-top: 1px solid #d9d9d9;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel {
    max-width: 70%;
    margin: auto;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .swiper-slide {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .elementor-testimonial__text {
    font-size: 16px;
    font-style: normal;
    font-family: "Kannada MN", Sans-serif;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .elementor-testimonial__name {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Kannada MN", Sans-serif;
    font-weight: normal;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .eicon-chevron-left:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .eicon-chevron-right:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 25px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
@media (max-width: 790px) {
  .ohm-component_TestimonialsCarousel {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 17px;
    padding-right: 17px;
    border-top: 1px solid #d9d9d9;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .elementor-testimonial__text {
    font-size: 16px;
    font-style: normal;
    font-family: "Kannada MN", Sans-serif;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .elementor-testimonial__name {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Kannada MN", Sans-serif;
    font-weight: normal;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .eicon-chevron-left:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .ohm-component_TestimonialsCarousel .ohm-col .ohm-testimonial-carousel .eicon-chevron-right:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 25px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

@media (min-width: 1340px) {
  .ohm-component-v2_ThreeCardsNextToEachOther {
    padding-top: 94px;
    padding-bottom: 94px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-inner.ohm-inner-img-section .elementor-row {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-inner.ohm-inner-heading .ohm-heading {
    margin-bottom: 94px !important;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col:nth-child(1) {
    padding-right: 10px;
    margin-right: 0 !important;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0 !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col:nth-child(3) {
    padding-left: 10px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_ThreeCardsNextToEachOther {
    padding-top: 94px;
    padding-bottom: 94px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-inner.ohm-inner-img-section .elementor-row {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-inner.ohm-inner-heading .ohm-heading {
    margin-bottom: 94px !important;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col:nth-child(1) {
    padding-right: 10px;
    margin-right: 0 !important;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0 !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col:nth-child(3) {
    padding-left: 10px;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_ThreeCardsNextToEachOther {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther.ohm-inner-heading .ohm-heading {
    margin-bottom: 74px !important;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col {
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component-v2_ThreeCardsNextToEachOther .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 37px;
  }
}

@media (min-width: 1340px) {
  .ohm-component_RoomsFilter {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 17px;
    margin-bottom: 12px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text {
    border-right: none;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3.19px;
    text-transform: uppercase;
    line-height: 16px;
    border-right: 2px solid #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:hover {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:hover:after {
    content: " ";
    background-color: #7C612F;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:focus {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:focus:after {
    content: " ";
    background-color: #7C612F;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:active {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:active:after {
    content: " ";
    background-color: #7C612F;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component_RoomsFilter {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 17px;
    margin-bottom: 12px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text {
    border-right: none;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3.19px;
    text-transform: uppercase;
    line-height: 16px;
    border-right: 2px solid #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:hover {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:hover:after {
    content: " ";
    background-color: #7C612F;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:focus {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:focus:after {
    content: " ";
    background-color: #7C612F;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:active {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:active:after {
    content: " ";
    background-color: #7C612F;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
@media (max-width: 790px) {
  .ohm-component_RoomsFilter {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 12px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text {
    border-right: none;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3.19px;
    text-transform: uppercase;
    line-height: 16px;
    border-right: 2px solid #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:hover {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:focus {
    color: #7C612F;
  }
  .ohm-component_RoomsFilter .ohm-col .ohm-list-items .elementor-icon-list-text:active {
    color: #7C612F;
  }
}

@media (min-width: 1340px) {
  .ohm-component-v2_FeaturedAmenitiesIconList {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner.ohm-inner-icon-section {
    max-width: 70%;
    margin: auto;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row .ohm-heading {
    margin-bottom: 94px !important;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row .ohm-icon-col:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section .ohm-col {
    border-left: 1px solid rgba(0, 0, 0, 0.1294117647);
    padding-left: 20px;
    padding-right: 20px;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section .ohm-col .ohm-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #B89346;
    font-size: 14px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_FeaturedAmenitiesIconList {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner.ohm-inner-icon-section {
    max-width: 80%;
    margin: auto;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row .ohm-heading {
    margin-bottom: 94px !important;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row .ohm-icon-col:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section .ohm-col {
    border-left: 1px solid rgba(0, 0, 0, 0.1294117647);
    padding-left: 20px;
    padding-right: 20px;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section .ohm-col .ohm-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #B89346;
    font-size: 14px;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_FeaturedAmenitiesIconList {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section.ohm-inner .elementor-row .ohm-heading {
    margin-bottom: 74px !important;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section .ohm-col {
    width: 30%;
  }
  .ohm-component-v2_FeaturedAmenitiesIconList .ohm-section .ohm-col .ohm-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #B89346;
    font-size: 14px;
  }
}

@media (min-width: 1340px) {
  .ohm-templ-slider-gallery {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section {
    max-width: 60vw;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide {
    overflow: visible;
    min-height: 70vh;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide .swiper-slide-inner {
    height: 50px;
    position: absolute !important;
    top: 101% !important;
    left: 0 !important;
    width: auto !important;
    display: block !important;
    white-space: nowrap;
    color: #000;
    text-align: left;
    padding-left: 10px;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide-prev {
    opacity: 0;
    visibility: hidden;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide-next {
    opacity: 0;
    visibility: hidden;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .elementor-swiper-button-prev {
    display: block;
    left: -70px;
    border: none;
    padding: 0;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .elementor-swiper-button-next {
    display: block;
    right: -70px;
    border: none;
    padding: 0;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-templ-slider-gallery {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section {
    max-width: 70vw;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide {
    overflow: visible;
    min-height: 60vh;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide .swiper-slide-inner {
    height: 50px;
    position: absolute !important;
    top: 101% !important;
    left: 0 !important;
    width: auto !important;
    display: block !important;
    white-space: nowrap;
    color: #000;
    text-align: left;
    padding-left: 10px;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide-prev {
    opacity: 0;
    visibility: hidden;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide-next {
    opacity: 0;
    visibility: hidden;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .elementor-swiper-button-prev {
    display: block;
    left: -50px;
    border: none;
    padding: 0;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .elementor-swiper-button-next {
    display: block;
    right: -50px;
    border: none;
    padding: 0;
  }
}
@media (max-width: 790px) {
  .ohm-templ-slider-gallery {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide {
    overflow: visible;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide .swiper-slide-inner {
    height: 50px;
    position: absolute !important;
    top: 102% !important;
    left: 0 !important;
    width: auto !important;
    display: block !important;
    white-space: nowrap;
    color: #000;
    text-align: left;
    padding-left: 10px;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide-prev {
    opacity: 0;
    visibility: hidden;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .swiper-slide-next {
    opacity: 0;
    visibility: hidden;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .elementor-swiper-button-prev {
    display: block;
    left: -20px;
    border: none;
    padding: 0;
  }
  .ohm-templ-slider-gallery .ohm-inner.ohm-inner-img-section .elementor-swiper-button-next {
    display: block;
    right: -20px;
    border: none;
    padding: 0;
  }
}

@media (min-width: 1340px) {
  .ohm-component-v2_popup---sidebarPopupMenu {
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 74px;
    padding-right: 74px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items {
    margin-bottom: 60px !important;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big {
    font-family: "Bodoni", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 52px;
    font-weight: bold;
    letter-spacing: 3.25px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a {
    color: #2F2E2E;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:hover {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:focus {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:active {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small {
    font-family: "Kannada MN", Sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 19px;
    margin-top: 22px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a {
    color: #2F2E2E;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:hover {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:focus {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:active {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small.ohm-extra-space {
    margin-top: 50px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small.ohm-hide-desktop {
    display: none;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li:hover {
    color: #7C612F;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_popup---sidebarPopupMenu {
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 54px;
    padding-right: 54px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items {
    margin-bottom: 60px !important;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big {
    font-family: "Bodoni", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 3.25px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a {
    color: #2F2E2E;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:hover {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:focus {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:active {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small {
    font-family: "Kannada MN", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    margin-top: 20px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a {
    color: #2F2E2E;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:hover {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:focus {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:active {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small.ohm-extra-space {
    margin-top: 50px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small.ohm-hide-desktop {
    display: none;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_popup---sidebarPopupMenu {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 34px;
    padding-right: 34px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items {
    margin-bottom: 30px !important;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big {
    font-family: "Bodoni", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 3.25px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a {
    color: #2F2E2E;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:focus {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-big a:active {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small {
    font-family: "Kannada MN", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    margin-top: 22px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a {
    color: #2F2E2E;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:focus {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small a:active {
    color: #7C612F;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-menu-items ul li.ohm-menu-small.ohm-extra-space {
    margin-top: 50px;
  }
  .ohm-component-v2_popup---sidebarPopupMenu .ohm-book-btn {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1340px) {
  .ohm-component_menuWidgetWrapper {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component_menuWidgetWrapper .ohm-inner-content .ohm-text {
    max-width: 55%;
    margin: auto;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item {
    width: 100%;
    padding-right: 0;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item .ohm-fb-tab-item-title {
    font-family: "Kannada MN", Sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item .ohm-fb-tab-item-title:hover {
    color: #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item.active {
    border-bottom: 2px solid #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item.active .ohm-fb-tab-item-title {
    color: #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap {
    border-top: 1px solid #000;
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 74px;
    padding-right: 74px;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap .ohm_single_dish {
    margin-bottom: 30px;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap .ohm-dish-name {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component_menuWidgetWrapper {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component_menuWidgetWrapper .ohm-inner-content .ohm-text {
    max-width: 60%;
    margin: auto;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item {
    width: 100%;
    padding-right: 0;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item .ohm-fb-tab-item-title {
    font-family: "Kannada MN", Sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item .ohm-fb-tab-item-title:hover {
    color: #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item.active {
    border-bottom: 2px solid #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item.active .ohm-fb-tab-item-title {
    color: #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap {
    border-top: 1px solid #000;
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 54px;
    padding-right: 54px;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap .ohm_single_dish {
    margin-bottom: 30px;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap .ohm-dish-name {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
}
@media (max-width: 790px) {
  .ohm-component_menuWidgetWrapper {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items {
    display: block !important;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item {
    padding-right: 0;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item .ohm-fb-tab-item-title {
    font-family: "Kannada MN", Sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item .ohm-fb-tab-item-title:hover {
    color: #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item.active {
    border-bottom: 2px solid #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-items .ohm-fb-tab-item.active .ohm-fb-tab-item-title {
    color: #7C612F;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap {
    border-top: 1px solid #000;
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap .ohm_single_dish {
    margin-bottom: 30px;
  }
  .ohm-component_menuWidgetWrapper .ohm-fb-tab-content-wrap .ohm-dish-name {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
}

@media (min-width: 1340px) {
  .ohm-booking-widget-shortcode-wrapper {
    padding-left: 37px;
    padding-right: 37px;
    height: 84px;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner {
    padding-top: 12.3333333333px;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner.ohm-prepare-stick-to-bottom {
    position: fixed;
    padding-left: 37px;
    padding-right: 37px;
    background-color: white;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
    border-top: 1px solid #282E3B;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner.ohm-prepare-stick-to-bottom.ohm-stick-to-bottom {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner.ohm-prepare-stick-to-bottom.ohm-stick-to-bottom .ohm-bw-nr-of-guests.active {
    top: unset;
    bottom: 48px;
  }
  .ohm-booking-widget-shortcode-wrapper form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-from {
    width: 28% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-till {
    width: 28% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-nr-of-guests {
    width: 18% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit {
    width: 18% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-display-date {
    font-size: 1rem !important;
    width: 100% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-display-date:after {
    right: 3px !important;
    bottom: 0.6rem !important;
    width: 9px !important;
    height: 9px !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-date-label {
    font-size: 0.8rem !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests {
    border: 1px solid #000;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests ul {
    border: none !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests ul li:hover {
    background-color: #f7f7f7;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner {
    width: 100% !important;
    margin-top: auto;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 1rem !important;
    font-family: "Kannada MN", Sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:hover, .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:focus, .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:active {
    background-color: #282E3B;
    color: #fff !important;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-booking-widget-shortcode-wrapper {
    padding-left: 27px;
    padding-right: 27px;
    height: 84px;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner {
    padding-top: 13.5px;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner.ohm-prepare-stick-to-bottom {
    position: fixed;
    padding-left: 27px;
    padding-right: 27px;
    background-color: white;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
    border-top: 1px solid #282E3B;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner.ohm-prepare-stick-to-bottom.ohm-stick-to-bottom {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner.ohm-prepare-stick-to-bottom.ohm-stick-to-bottom .ohm-bw-nr-of-guests.active {
    top: unset;
    bottom: 48px;
  }
  .ohm-booking-widget-shortcode-wrapper form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
    margin-bottom: 1rem;
    width: 23% !important;
    padding-bottom: 0.4rem;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-display-date {
    font-size: 1rem !important;
    width: 100% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-display-date:after {
    right: 3px !important;
    bottom: 0.6rem !important;
    width: 9px !important;
    height: 9px !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-date-label {
    font-size: 0.8rem !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests {
    border: 1px solid #000;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests ul {
    border: none !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests ul li:hover {
    background-color: #f7f7f7;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner {
    width: 100% !important;
    margin-top: auto;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 1rem !important;
    font-family: "Kannada MN", Sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:hover, .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:focus, .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:active {
    background-color: #282E3B;
    color: #fff !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1340px) {
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-from {
    width: 28% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-till {
    width: 28% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-nr-of-guests {
    width: 18% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit {
    width: 18% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit] {
    font-size: 0.9rem !important;
  }
}
@media (min-width: 790px) and (max-width: 900px) {
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit] {
    font-size: 1.5vw !important;
  }
}
@media (max-width: 790px) {
  .ohm-booking-widget-shortcode-wrapper {
    padding-left: 17px;
    padding-right: 17px;
    height: 131px;
  }
  .ohm-booking-widget-shortcode-wrapper .ohm-inner {
    padding-top: 17px;
  }
  .ohm-booking-widget-shortcode-wrapper form {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
    margin-bottom: 1rem;
    width: 30% !important;
    padding-bottom: 0.4rem;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-display-date {
    font-size: 1rem !important;
    width: 100% !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-display-date:after {
    right: 3px !important;
    bottom: 8px !important;
    width: 9px !important;
    height: 9px !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-date-label {
    font-size: 0.8rem !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests {
    border: 1px solid #000;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-bw-nr-of-guests ul {
    border: none !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit {
    border-bottom: none !important;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner {
    width: auto !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 1rem !important;
    font-family: "Kannada MN", Sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
  }
  .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:hover, .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:focus, .ohm-booking-widget-shortcode-wrapper form .ohm-col.ohm-submit .ohm-col-inner button[type=submit]:active {
    background-color: #282E3B;
    color: #fff !important;
  }
}

@media (min-width: 1340px) {
  .flatpickr-prev-month:hover svg {
    fill: #000 !important;
  }
  .flatpickr-prev-month:focus svg {
    fill: #000 !important;
  }
  .flatpickr-prev-month:active svg {
    fill: #000 !important;
  }

  .flatpickr-next-month:hover svg {
    fill: #000 !important;
  }
  .flatpickr-next-month:focus svg {
    fill: #000 !important;
  }
  .flatpickr-next-month:active svg {
    fill: #000 !important;
  }

  .flatpickr-month {
    overflow: visible !important;
    padding-top: 4px;
    padding-bottom: 20px;
  }
  .flatpickr-month .flatpickr-current-month {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  .flatpickr-month .numInputWrapper {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flatpickr-month .numInputWrapper input.cur-year {
    background-color: white !important;
  }
  .flatpickr-month .numInputWrapper .arrowUp {
    border: none !important;
  }
  .flatpickr-month .numInputWrapper .arrowUp:hover {
    opacity: 1;
  }
  .flatpickr-month .numInputWrapper .arrowUp:after {
    content: " ";
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: none;
    position: absolute;
    right: 5px;
    top: 7px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .flatpickr-month .numInputWrapper .arrowDown {
    border: none !important;
  }
  .flatpickr-month .numInputWrapper .arrowDown:hover {
    opacity: 1;
  }
  .flatpickr-month .numInputWrapper .arrowDown:after {
    content: " ";
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: none;
    position: absolute;
    right: 5px;
    top: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .flatpickr-prev-month:hover svg {
    fill: #000 !important;
  }
  .flatpickr-prev-month:focus svg {
    fill: #000 !important;
  }
  .flatpickr-prev-month:active svg {
    fill: #000 !important;
  }

  .flatpickr-next-month:hover svg {
    fill: #000 !important;
  }
  .flatpickr-next-month:focus svg {
    fill: #000 !important;
  }
  .flatpickr-next-month:active svg {
    fill: #000 !important;
  }

  .flatpickr-month {
    overflow: visible !important;
    padding-top: 4px;
    padding-bottom: 20px;
  }
  .flatpickr-month .flatpickr-current-month {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  .flatpickr-month .numInputWrapper {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flatpickr-month .numInputWrapper input.cur-year {
    background-color: white !important;
  }
  .flatpickr-month .numInputWrapper .arrowUp {
    border: none !important;
  }
  .flatpickr-month .numInputWrapper .arrowUp:hover {
    opacity: 1;
  }
  .flatpickr-month .numInputWrapper .arrowUp:after {
    content: " ";
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: none;
    position: absolute;
    right: 5px;
    top: 7px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .flatpickr-month .numInputWrapper .arrowDown {
    border: none !important;
  }
  .flatpickr-month .numInputWrapper .arrowDown:hover {
    opacity: 1;
  }
  .flatpickr-month .numInputWrapper .arrowDown:after {
    content: " ";
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: none;
    position: absolute;
    right: 5px;
    top: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media (max-width: 790px) {
  .ohm-flatpickr-mobile-tab {
    background-color: #282E3B;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
  }

  .flatpickr-prev-month {
    fill: white !important;
    color: white !important;
  }
  .flatpickr-prev-month:hover svg {
    fill: white !important;
  }
  .flatpickr-prev-month:focus svg {
    fill: white !important;
  }
  .flatpickr-prev-month:active svg {
    fill: white !important;
  }

  .flatpickr-next-month {
    fill: white !important;
    color: white !important;
  }
  .flatpickr-next-month:hover svg {
    fill: white !important;
  }
  .flatpickr-next-month:focus svg {
    fill: white !important;
  }
  .flatpickr-next-month:active svg {
    fill: white !important;
  }

  .flatpickr-month {
    overflow: visible !important;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .flatpickr-month .flatpickr-current-month {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flatpickr-month .numInputWrapper {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flatpickr-month .numInputWrapper input.cur-year {
    background-color: white !important;
  }
  .flatpickr-month .numInputWrapper .arrowUp {
    opacity: 1;
    border: none;
  }
  .flatpickr-month .numInputWrapper .arrowUp:after {
    content: " ";
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: none;
    position: absolute;
    right: 0px;
    top: 7px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .flatpickr-month .numInputWrapper .arrowDown {
    opacity: 1;
    border: none;
  }
  .flatpickr-month .numInputWrapper .arrowDown:after {
    content: " ";
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: none;
    position: absolute;
    right: 0px;
    top: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media (min-width: 1340px) {
  .ohm-component_FilterableGallery {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container {
    border-bottom: 2px solid #f7f7f7;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container .elementor-gallery-title {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active {
    color: #7C612F;
    border-bottom: 2px solid #7C612F;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component_FilterableGallery {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container {
    border-bottom: 2px solid #f7f7f7;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container .elementor-gallery-title {
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25x;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active {
    color: #7C612F;
    border-bottom: 2px solid #7C612F;
  }
}
@media (max-width: 790px) {
  .ohm-component_FilterableGallery {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container {
    border-bottom: 2px solid #f7f7f7;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container .elementor-gallery-title {
    text-transform: uppercase;
  }
  .ohm-component_FilterableGallery .ohm-filterable-gallery .elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active {
    color: #7C612F;
    border-bottom: 2px solid #7C612F;
  }
}

@media (min-width: 1340px) {
  .ohm-component_informationTabs {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component_informationTabs .ohm-inner {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-wrapper {
    background-color: transparent;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-wrapper .elementor-tab-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-color: #fff;
    border-bottom: 2px solid #7C612F !important;
    color: #7C612F;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper {
    background-color: #fff;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 94px;
    padding-right: 94px;
    font-size: 16px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component_informationTabs {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component_informationTabs .ohm-inner {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-wrapper {
    background-color: transparent;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-wrapper .elementor-tab-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-color: #fff;
    border-bottom: 2px solid #7C612F !important;
    color: #7C612F;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper {
    background-color: #fff;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 94px;
    padding-right: 94px;
    font-size: 15px;
  }
}
@media (max-width: 790px) {
  .ohm-component_informationTabs {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component_informationTabs .ohm-inner {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper {
    background-color: transparent;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active {
    background-color: #fff;
    border-bottom: 2px solid #7C612F !important;
    color: #7C612F;
  }
  .ohm-component_informationTabs .ohm-info-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 15px;
    background-color: #fff;
  }
}

@media (min-width: 1340px) {
  .ohm-component-v2_Forms---ContactForm {
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-heading.ohm-remove-spacing {
    margin-bottom: 8px !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-text {
    max-width: 70%;
    margin: auto;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form {
    max-width: 70%;
    margin: auto;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form label {
    display: none;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 17px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-webkit-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-moz-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input:-ms-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-ms-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 17px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-webkit-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-moz-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea:-ms-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-ms-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    text-transform: uppercase;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:hover {
    outline: 0;
    background-color: #282E3B;
    color: #fff !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:focus {
    outline: 0;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:active {
    outline: 0;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form .recaptcha-notice {
    font-size: 14px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_Forms---ContactForm {
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-heading.ohm-remove-spacing {
    margin-bottom: 8px !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-text {
    max-width: 70%;
    margin: auto;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form {
    max-width: 70%;
    margin: auto;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form label {
    display: none;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-webkit-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-moz-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input:-ms-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-ms-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-webkit-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-moz-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea:-ms-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-ms-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    text-transform: uppercase;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:hover {
    outline: 0;
    background-color: #282E3B;
    color: #fff !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:focus {
    outline: 0;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:active {
    outline: 0;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form .recaptcha-notice {
    font-size: 14px;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_Forms---ContactForm {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-heading.ohm-remove-spacing {
    margin-bottom: 8px !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form label {
    display: none;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-webkit-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-moz-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input:-ms-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::-ms-input-placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form input::placeholder {
    opacity: 0.7 !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-webkit-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-moz-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea:-ms-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::-ms-input-placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form textarea::placeholder {
    opacity: 0.7 !important;
    padding-top: 25px;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    text-transform: uppercase;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:hover {
    outline: 0;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:focus {
    outline: 0;
    background-color: #282E3B;
    color: #fff !important;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form button[type=submit]:active {
    outline: 0;
  }
  .ohm-component-v2_Forms---ContactForm .ohm-form .recaptcha-notice {
    font-size: 14px;
  }
}

.ohm-google-maps-pro-wrapper {
  /*
  For the Google Maps we use the WP Google Maps Pro plugin.
  This plugin will provide a shortcode which you can use in
  your template to add the google maps. The map style itself
  can be added by using the Snazzymaps code provided by your
  designer. You can add the Snazzymaps code in the settings of the plugin
  for your map.

  This code snippet provides a setup for the SCSS for the Google maps
  generated by the shortcode. Make sure to put the shortcode inside a
  section and give this section the 'ohm-google-maps-pro-wrapper' class.
  You can use this setup to style the map to your design.

  Be creative and have fun! :)
  */
}
.ohm-google-maps-pro-wrapper .wpgmp_tabs_container {
  top: 0;
}
.ohm-google-maps-pro-wrapper .wpgmp_tabs_container .wpgmp_tabs li {
  text-transform: uppercase;
}
.ohm-google-maps-pro-wrapper .wpgmp_tabs_container .wpgmp_tabs li a.active {
  background-color: #000;
  font-family: "Bodoni", sans-serif;
  letter-spacing: 3.64px;
}
.ohm-google-maps-pro-wrapper .wpgmp_tabs_container .wpgmp_toggle_main_container .wpgmp_tab_item {
  border-color: #000;
}
.ohm-google-maps-pro-wrapper .wpgmp_tabs_container .wpgmp_toggle_main_container .wpgmp_tab_item a {
  padding-left: 0;
}
.ohm-google-maps-pro-wrapper .wpgmp_tabs_container .wpgmp_toggle_main_container .wpgmp_tab_item img {
  display: none;
}
.ohm-google-maps-pro-wrapper .wpgmp_tabs_container .wpgmp_toggle_container {
  left: 0;
  background-color: #000;
  margin-left: 0;
  text-transform: uppercase;
}
.ohm-component-v2_PlainTextSection {
  /*
  The Plain Text Section has one simple text editor widget.

  Note that this component is an exception for using HTML tags such as h1 as
  last selector for the CSS. This is because in this case these HTML tags are
  directly added by the text editor widget.
  */
}
.ohm-component-v2_PlainTextSection .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: unset;
}
.ohm-component-v2_PlainTextSection .ohm-text b {
  font-weight: 600;
}
.ohm-component-v2_PlainTextSection .ohm-text i {
  font-style: italic;
}
.ohm-component-v2_PlainTextSection .ohm-text a {
  font-weight: bold;
}
@media (min-width: 1340px) {
  .ohm-component-v2_PlainTextSection {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text {
    max-width: 900px;
    margin: 0 auto;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h1 {
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 4.73px;
    text-transform: uppercase;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h2 {
    font-size: 42px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h3 {
    font-size: 28px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h4 {
    font-size: 28px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h5 {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h6 {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor a:hover {
    color: #7C612F;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_PlainTextSection {
    padding-top: 94px;
    padding-bottom: 94px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text {
    max-width: 80%;
    margin: 0 auto;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h1 {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4.73px;
    text-transform: uppercase;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h2 {
    font-size: 40px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h3 {
    font-size: 26px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h4 {
    font-size: 26px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h5 {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h6 {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor a:hover {
    color: #7C612F;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_PlainTextSection {
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h1 {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4.73px;
    line-height: 33px;
    text-transform: uppercase;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h2 {
    font-size: 25px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h3 {
    font-size: 25px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h4 {
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h5 {
    font-size: 15px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor h6 {
    font-size: 15px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .ohm-component-v2_PlainTextSection .ohm-text .elementor-text-editor a:hover {
    color: #7C612F;
  }
}

@media (max-width: 790px) {
  .language-switcher-popup-v2 h2 {
    font-family: "Kannada MN", Sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 0.2px !important;
  }
}

@media (min-width: 1340px) {
  .ohm-two-cards-wrapper {
    padding-top: 94px;
    padding-bottom: 94px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ohm-two-cards-wrapper .ohm-inner .elementor-row {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .ohm-two-cards-wrapper .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-add-padding {
    padding-left: #fff;
    padding-right: #000;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-text {
    padding-left: 47px;
    padding-right: 47px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    width: auto;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-icon {
    min-width: 4px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-two-cards-wrapper {
    padding-top: 94px;
    padding-bottom: 94px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-two-cards-wrapper .ohm-inner .elementor-row {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .ohm-two-cards-wrapper .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-text {
    padding-left: 27px;
    padding-right: 27px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    width: auto;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-icon {
    min-width: 4px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media (max-width: 790px) {
  .ohm-two-cards-wrapper {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-add-padding {
    padding-left: 17px;
    padding-right: 17px;
  }
  .ohm-two-cards-wrapper .ohm-col .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 37px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-heading {
    margin-bottom: 23.5px !important;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    width: auto;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-icon {
    min-width: 4px;
  }
  .ohm-two-cards-wrapper .ohm-col .ohm-icon-list .elementor-icon-list-items .elementor-icon-list-text {
    font-family: "Kannada MN", Sans-serif;
    font-size: 13px;
    text-transform: uppercase;
  }
}

.ohm-component-v2_page---404NotFound .ohm-divider {
  margin-bottom: 20px !important;
}
@media (min-width: 1340px) {
  .ohm-component-v2_page---404NotFound .ohm-img img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ohm-component-v2_page---404NotFound .ohm-text-col {
    padding-left: 40px;
  }
}
@media (min-width: 790px) and (max-width: 1340px) {
  .ohm-component-v2_page---404NotFound {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ohm-component-v2_page---404NotFound .ohm-img img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ohm-component-v2_page---404NotFound .ohm-text-col {
    padding-left: 40px;
  }
  .ohm-component-v2_page---404NotFound .ohm-heading .elementor-heading-title {
    font-size: 3.5vw;
  }
}
@media (max-width: 790px) {
  .ohm-component-v2_page---404NotFound .ohm-img img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ohm-component-v2_page---404NotFound .ohm-text-col {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

/*Elementor Editor Fixer*/
.elementor-editor-active .elementor-edit-area {
  margin-top: 215px !important;
}

.ohm-disable-scroll {
  overflow-y: hidden !important;
}

body > .elementor-location-header > .elementor-section-wrap {
  margin-top: -1px;
}

.flatpickr-rContainer {
  margin: 0 auto;
}

.mfp-arrow:focus, mfp-arrow:active {
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.elementor-swiper-button {
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

* {
  text-rendering: geometricPrecision;
}

/*flyout close butotn*/
.elementor-popup-modal .dialog-lightbox-close-button:before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
  right: 15px;
}

.elementor-popup-modal .dialog-lightbox-close-button:after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  right: 15px;
}

.elementor-popup-modal i.eicon-close {
  opacity: 0;
}