@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
  --ronmi-font-main: Lato, sans-serif;
  --ronmi-font-second: Mulish, sans-serif;
  --ronmi-color-primary: #e31e24;
  --ronmi-color-second: #9a644b;
  --ronmi-color-dark: #191d1b;
  --ronmi-color-text-main: #5f6160;
  --ronmi-bg-color-screen: #fff9f5;
  --ronmi-line-height-text: 32px;
  --ronmi-font-weight-text: 400;
  --ronmi-font-size-text: 18px;
  --ronmi-heading-margin: 0 0 20px;
  --ronmi-h1-font-size: 64px;
  --ronmi-h1-line-height: 72px;
  --ronmi-h2-font-size: 48px;
  --ronmi-h2-line-height: 64px;
  --ronmi-h3-font-size: 36px;
  --ronmi-h3-line-height: 42px;
  --ronmi-h4-font-size: 30px;
  --ronmi-h4-line-height: 40px;
  --ronmi-h5-font-size: 24px;
  --ronmi-h5-line-height: 36px;
  --ronmi-h6-font-size: 18px;
  --ronmi-h6-line-height: 32px;
  --ronmi-input-color-text: #5f6160;
  --ronmi-input-font-size: 16px;
  --ronmi-input-background: #fff;
  --ronmi-menu-font-size: 16px;
  --ronmi-menu-color: #5f6160;
  --ronmi-submenu-color-hover: #fff;
  --ronmi-submenu-bg-color: #fff;
  --ronmi-page-header-color-text: #fff;
  --ronmi-btn-font-size: 18px;
  --ronmi-btn-text-color: #fff;
  --ronmi-btn-font-weight: 500;
  --ronmi-btn-line-height: 1;
  --ronmi-color-link: #191d1b;
  --ronmi-color-link-hover: #e31e24;
  --ronmi-arrow-slider-color: #b6b5b4;
  --ronmi-bg-body-dark-scheme: #0b0b0d;
  --ronmi-bg-color-screen-dark-scheme: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  :root {
    --ronmi-h1-font-size: 42px;
    --ronmi-h1-line-height: 48px;
    --ronmi-h2-font-size: 36px;
    --ronmi-h2-line-height: 42px;
    --ronmi-h3-font-size: 28px;
    --ronmi-h3-line-height: 34px;
    --ronmi-h4-font-size: 21px;
    --ronmi-h4-line-height: 28px;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: var(--ronmi-font-main);
  font-size: var(--ronmi-font-size-text);
  line-height: var(--ronmi-line-height-text);
  font-weight: var(--ronmi-font-weight-text);
  color: var(--ronmi-color-text-main);
  word-break: break-word;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-dark);
  font-weight: var(--ronmi-font-weight-text);
  margin: var(--ronmi-heading-margin);
}

h1 {
  font-size: var(--ronmi-h1-font-size);
  line-height: var(--ronmi-h1-line-height);
}

h2 {
  font-size: var(--ronmi-h2-font-size);
  line-height: var(--ronmi-h2-line-height);
}

h3 {
  font-size: var(--ronmi-h3-font-size);
  line-height: var(--ronmi-h3-line-height);
}

h4 {
  font-size: var(--ronmi-h4-font-size);
  line-height: var(--ronmi-h4-line-height);
}

h5 {
  font-size: var(--ronmi-h5-font-size);
  line-height: var(--ronmi-h5-line-height);
}

h6 {
  font-size: var(--ronmi-h6-font-size);
  line-height: var(--ronmi-h6-line-height);
}

p {
  margin: 0 0 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  position: relative;
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-dark);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 30px 0;
  padding: 115px 180px 40px 58px;
  background-color: var(--ronmi-bg-color-screen);
  border-left: 3px solid #9a644b;
}

blockquote:before {
  display: block;
  position: absolute;
  content: "\f113";
  left: 58px;
  top: 50px;
  font-family: "flaticon";
  font-size: 37px;
  color: #9a644b;
  line-height: 1;
}

blockquote cite {
  display: inline-block;
  font-family: var(--ronmi-font-main);
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  color: var(--ronmi-color-second);
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bg-primary,
.ronmi-bg-primary {
  background: var(--ronmi-color-primary);
}

.bg-second,
.ronmi-bg-second {
  background: var(--ronmi-color-second);
}

.text-primary,
.ronmi-text-primary {
  color: var(--ronmi-color-primary);
}

.text-second,
.ronmi-text-second {
  color: var(--ronmi-color-second);
}

.lead {
  font-size: 20px;
  font-weight: 400;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.font14 {
  font-size: 14px;
}

.text-light {
  color: #fff;
}

.text-light * {
  color: #fff;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

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

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.projects-box .title-link {
  display: inline;
  text-transform: uppercase;
}

.title-link:hover {
  background-size: 100% 1px;
}

.item-link {
  position: relative;
}

.item-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}

.item-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-textual a {
  position: relative;
}

.btn-textual a:before,
.btn-textual a:after {
  content: "";
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn-textual a:before {
  width: 100%;
}

.btn-textual a:after {
  width: 0;
}

.btn-textual a:hover:before {
  width: 0;
  right: 0;
  left: auto;
  transition: all 0.5s;
}

.btn-textual a:hover:after {
  width: 100%;
  transition: all 0.5s;
  transition-delay: 0.2s;
}

.ot-slider .ot-dots-classic {
  margin-top: 45px;
}

.ot-slider .ot-dots-classic .owl-dot {
  background: transparent;
}

.ot-slider .ot-dots-classic .owl-dot:first-child {
  padding-left: 0;
}

.ot-slider .ot-dots-classic .owl-dot:first-child span {
  margin-left: 0;
}

.ot-slider .ot-dots-classic .owl-dot:last-child {
  padding-right: 0;
}

.ot-slider .ot-dots-classic .owl-dot:last-child span {
  margin-right: 0;
}

.ot-slider .ot-dots-classic .owl-dot span {
  background-color: #8c8e8d;
  margin: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-slider .ot-dots-classic .owl-dot.active span,
.ot-slider .ot-dots-classic .owl-dot:hover span {
  background-color: var(--ronmi-color-primary);
}

.ot-slider .ot-dots-classic .owl-dot.active span {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.ot-slider .ot-dots-custom {
  margin-top: 45px;
}

.ot-slider .ot-dots-custom .owl-dot {
  padding: 8px;
  margin-right: 12px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: border-color 0.3s linear;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
}

.ot-slider .ot-dots-custom .owl-dot:last-child {
  margin-right: 0;
}

.ot-slider .ot-dots-custom .owl-dot span {
  background-color: #8c8e8d;
  margin: 0;
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
}

.ot-slider .ot-dots-custom .owl-dot.active,
.ot-slider .ot-dots-custom .owl-dot:hover {
  border-color: #e31e24;
}

.ot-slider .ot-dots-custom .owl-dot.active span,
.ot-slider .ot-dots-custom .owl-dot:hover span {
  background-color: var(--ronmi-color-primary);
}

.ot-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ot-slider .owl-nav button {
  position: relative;
  line-height: 1;
  background: none;
  border: none;
  outline: none;
}

.ot-slider .owl-nav button svg {
  display: block;
  width: 58px;
  height: auto;
  fill: currentColor;
}

.ot-slider .owl-nav button.owl-prev {
  margin-left: -80px;
}

.ot-slider .owl-nav button.owl-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ot-slider .owl-nav button.owl-prev:before {
  left: -23px;
}

.ot-slider .owl-nav button.owl-next {
  margin-right: -80px;
}

.ot-slider .owl-nav button.owl-next:before {
  right: -23px;
}

.ot-slider .owl-nav button[class*=owl-] {
  padding: 0;
  color: var(--ronmi-arrow-slider-color);
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
}

.ot-slider .owl-nav button[class*=owl-]:hover {
  color: var(--ronmi-color-primary);
  background: none;
}

.ot-slider .owl-nav button:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid currentColor;
  -webkit-transform: translateY(calc(-50% - 1px));
  -ms-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-heading-with-slider .custom-nav {
  display: flex;
  padding-left: 20px;
  margin-top: 46px;
}

.ot-heading-with-slider .custom-nav button {
  position: relative;
  line-height: 1;
  background: none;
  border: none;
  outline: none;
}

.ot-heading-with-slider .custom-nav button svg {
  display: block;
  width: 58px;
  height: auto;
  fill: currentColor;
}

.ot-heading-with-slider .custom-nav button.owl-prev {
  margin-left: -80px;
}

.ot-heading-with-slider .custom-nav button.owl-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ot-heading-with-slider .custom-nav button.owl-prev:before {
  left: -23px;
}

.ot-heading-with-slider .custom-nav button.owl-next {
  margin-right: -80px;
}

.ot-heading-with-slider .custom-nav button.owl-next:before {
  right: -23px;
}

.ot-heading-with-slider .custom-nav button[class*=owl-] {
  padding: 0;
  color: var(--ronmi-arrow-slider-color);
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
}

.ot-heading-with-slider .custom-nav button[class*=owl-]:hover {
  color: var(--ronmi-color-primary);
  background: none;
}

.ot-heading-with-slider .custom-nav button:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid currentColor;
  -webkit-transform: translateY(calc(-50% - 1px));
  -ms-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-heading-with-slider .custom-nav button.owl-prev {
  margin-left: 0;
  margin-right: 30px;
}

.ot-heading-with-slider .custom-nav button.owl-prev:before {
  left: -20px;
}

.ot-heading-with-slider .custom-nav button.owl-next {
  margin-right: 0;
}

.ot-heading-with-slider .custom-nav button.owl-next:before {
  right: -20px;
}

.ot-heading-with-slider .custom-nav button svg {
  width: 37px;
}

.ot-heading-with-slider .custom-nav button:before {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scroll-down {
  animation: MoveUpDown 1.5s linear infinite;
}

/* Custome Style Home 9 Begin*/
.arrow-home9 .ot-slider .owl-nav button svg {
  display: none;
}

.arrow-home9 .ot-slider .owl-nav button {
  position: relative;
  font-size: 42px;
  opacity: 1 !important;
}

.arrow-home9 .owl-nav button.owl-prev {
  margin-right: 30px !important;
  margin-left: 0 !important;
}

.arrow-home9 .owl-nav button.owl-prev:before,
.arrow-home9 .owl-nav button.owl-next:before {
  font-family: flaticon;
  display: contents;
  border: none;
  width: 1em;
  height: 1em;
}

.arrow-home9 .owl-nav button.owl-prev:before {
  content: "\f122";
}

.arrow-home9 .owl-nav button.owl-next:before {
  content: "\f121";
}

.divider-element .elementor-widget-container>div {
  position: relative;
  padding-top: 30px;
}

.divider-element .elementor-widget-container>div:before,
.divider-element .elementor-widget-container>div:after {
  position: absolute;
  content: "";
  top: 0;
  transition: width 0.3s linear;
}

.divider-element .elementor-widget-container>div:before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
}

.divider-element .elementor-widget-container>div:after {
  width: 0;
  height: 1px;
  background-color: #dd7e0f;
  right: 0;
}

.divider-element .elementor-widget-container>div:hover:before {
  width: 0;
  right: 0;
  left: auto;
}

.divider-element .elementor-widget-container>div:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

/*Custome Style Home 9 End*/
@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 0;
  }

  50% {
    bottom: 10px;
  }
}

@keyframes MoveUpRight {

  0%,
  100% {
    left: calc(100% + 12px);
  }

  50% {
    left: calc(100% + 25px);
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  position: relative;
  display: inline-block;
  font-family: var(--ronmi-font-main);
  font-size: var(--ronmi-btn-font-size);
  font-weight: var(--ronmi-btn-font-weight);
  line-height: var(--ronmi-btn-line-height);
  background-color: var(--ronmi-color-primary);
  padding: 20px 30px;
  color: var(--ronmi-btn-text-color) !important;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0px;
    display: inline-flex;
  align-items: center;
  justify-content: center;
}
.octf-btn.octf-btn-primary span {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
    transition: all 0.3s linear;
}
.octf-btn.octf-btn-primary:hover span {
  transform: translateX(5px); /* Arrow moves slightly right */
}
.octf-btn.octf-btn-primary i {
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.octf-btn-primary:visited {
  color: var(--ronmi-btn-text-color);
  background-color: var(--ronmi-color-primary);
}

.octf-btn-primary:hover,
.octf-btn-primary:focus {
  color: var(--ronmi-btn-text-color);
  background-color: var(--ronmi-color-second);
}

.octf-btn-second {
  color: var(--ronmi-btn-text-color);
  background-color: var(--ronmi-color-second);
}

.octf-btn-second:visited {
  color: var(--ronmi-btn-text-color);
  background-color: var(--ronmi-color-second);
}

.octf-btn-second:hover,
.octf-btn-second:focus {
  color: var(--ronmi-btn-text-color);
  background-color: var(--ronmi-color-primary);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=file],
textarea {
  color: var(--ronmi-input-color-text);
  font-size: var(--ronmi-input-font-size);
  padding: 14px 16px;
  background-color: var(--ronmi-input-background);
  border: 1px solid #d8dfda;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=file]:focus,
textarea:focus {
  color: var(--ronmi-input-color-text);
}

.dark-scheme input[type=text],
.dark-scheme input[type=email],
.dark-scheme input[type=url],
.dark-scheme input[type=password],
.dark-scheme input[type=search],
.dark-scheme input[type=number],
.dark-scheme input[type=tel],
.dark-scheme input[type=range],
.dark-scheme input[type=date],
.dark-scheme input[type=month],
.dark-scheme input[type=week],
.dark-scheme input[type=time],
.dark-scheme input[type=datetime],
.dark-scheme input[type=datetime-local],
.dark-scheme input[type=color],
.dark-scheme input[type=file],
.dark-scheme textarea {
  color: #cccccc;
  background-color: var(--ronmi-bg-color-screen-dark-scheme);
  border-color: transparent;
}

select {
  border: 1px solid #d8dfda;
  outline: none;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--ronmi-input-color-text);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--ronmi-input-color-text);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--ronmi-input-color-text);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--ronmi-input-color-text);
}

/* Mailchimp subscribe email */
.mc4wp-form-fields .main-form {
  position: relative;
  font-family: var(--ronmi-font-main);
}

.mc4wp-form-fields .main-form input[type=email] {
  font-family: var(--ronmi-font-main);
  font-size: 14px;
  height: 50px;
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 130px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mc4wp-form-fields .main-form input[type=email]::placeholder {
  color: #fff;
}

.mc4wp-form-fields .main-form input[type=submit] {
  font-family: var(--ronmi-font-main);
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.mc4wp-form-fields .main-form p label {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #bbbbbc;
  margin-top: 27px;
  max-width: 430px;
}

.mc4wp-form-fields .main-form [type=checkbox]:not(:checked),
.mc4wp-form-fields .main-form [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

.mc4wp-form-fields .main-form [type=checkbox]:not(:checked)+span,
.mc4wp-form-fields .main-form [type=checkbox]:checked+span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  cursor: pointer;
}

.mc4wp-form-fields .main-form [type=checkbox]:not(:checked)+span:before,
.mc4wp-form-fields .main-form [type=checkbox]:checked+span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: #545558;
  border-radius: 3px;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

.mc4wp-form-fields .main-form [type=checkbox]:not(:checked)+span:after,
.mc4wp-form-fields .main-form [type=checkbox]:checked+span:after {
  content: "\f11b";
  font-family: Flaticon;
  position: absolute;
  top: 16px;
  left: 6.5px;
  font-size: 11px;
  color: #fff;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mc4wp-form-fields .main-form [type=checkbox]:not(:checked)+span:after {
  opacity: 0;
}

.mc4wp-form-fields .main-form [type=checkbox]:checked+span:after {
  opacity: 1;
}

/* Contact form 7 */
.wpcf7 .main-form {
  font-size: 14px;
  color: var(--ronmi-color-primary);
}

.wpcf7 .main-form input:not([type=checkbox]),
.wpcf7 .main-form textarea {
  display: block;
  width: 100%;
  background: #fff;
}

.wpcf7 .main-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.wpcf7 .main-form .field-label {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1;
}

.wpcf7 .main-form .wpcf7-list-item {
  margin: 0 20px 0 0;
}

.wpcf7 .main-form .wpcf7-list-item-label {
  display: none;
}

.wpcf7 .main-form .wpcf7-checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}

.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:not(:checked),
.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:not(:checked)+span,
.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:checked+span {
  position: relative;
  padding-left: 43px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:not(:checked)+span:before,
.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:checked+span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background: #545558;
  border-radius: 3px;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:not(:checked)+span:after,
.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:checked+span:after {
  content: "\f11b";
  font-family: Flaticon;
  position: absolute;
  top: 16px;
  left: 6.5px;
  font-size: 11px;
  color: #fff;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:not(:checked)+span:after {
  opacity: 0;
}

.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:checked+span:after {
  opacity: 1;
}

.wpcf7 form.invalid div.wpcf7-response-output {
  margin: 20px 0 0;
  border-color: #dc3232;
}

.wpcf7 .cs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  justify-content: space-around;
  gap: 10px;
}

.wpcf7 .cs-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.wpcf7 .cs-form>* {
  margin-bottom: 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.dark-scheme .wpcf7 .main-form {
  font-size: 16px;
  color: #fff;
}

.dark-scheme .wpcf7 .main-form input:not([type=checkbox]),
.dark-scheme .wpcf7 .main-form textarea {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}

.dark-scheme .wpcf7 .main-form .field-label {
  margin-bottom: 13px;
}

.dark-scheme .wpcf7 .main-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.dark-scheme ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}

.dark-scheme ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.dark-scheme :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}

.dark-scheme :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 600px) {
  .wpcf7 .cs-form {
    display: block;
    text-align: center;
  }

  .wpcf7 .cs-form input {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--ronmi-color-link);
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

a:visited {
  color: var(--ronmi-color-link);
}

a:hover,
a:focus,
a:active {
  color: var(--ronmi-color-link-hover);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  padding: 10px 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#site-logo img {
  height: 50px;
}

.ot-site-logo a {
  display: inline-block;
  vertical-align: middle;
}

.ot-site-logo img.logo-static {
  display: block;
}

.ot-site-logo img.logo-scroll {
  display: none;
}

.site-header .is-stuck .ot-site-logo img.logo-static {
  display: none;
}

.site-header .is-stuck .ot-site-logo img.logo-scroll {
  display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul,
.vertical-main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 10;
}

/* .site-header.header-transparent {
  position: absolute;
  background-color: transparent;
  z-index: 999;
  box-shadow: none;
} */

.site-header.header-transparent .elementor-section:not(.is-stuck, .ot-mega-menu, .ot-side-menu) {
  background-color: transparent !important;
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row>[class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  /* padding-right: 15px; */
  padding-left: 15px;
}

/* .octf-mainbar-row .octf-col.menu-col {
  justify-content: flex-end;
} */

.octf-mainbar-row>[class^=octf-col] {
  flex-flow: row nowrap;
}

.octf-mainbar-row>[class^=octf-col].text-left {
  justify-content: flex-start;
}

.octf-mainbar-row>[class^=octf-col].text-center {
  justify-content: center;
}

.octf-mainbar-row>[class^=octf-col].text-right {
  justify-content: flex-end;
}

.octf-main-header .octf-row>div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
  z-index: 10;
  margin-right: 58px;
}

.main-navigation ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  font-weight: var(--ronmi-font-weight-text);
}

.main-navigation>ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation>ul>li {
  margin: 0px 29px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-navigation>ul>li.menu-item-has-children {
  margin-right: 42px;
}

.main-navigation>ul>li:last-child {
  margin-right: 0;
}

.main-navigation>ul>li:first-child {
  margin-left: 0;
}

.main-navigation>ul>li>a>span,
.vertical-main-navigation>ul>li>a>span:not(.arrow) {
  position: relative;
}

.main-navigation>ul>li>a>span:after,
.vertical-main-navigation>ul>li>a>span:not(.arrow):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}

.main-navigation ul>li>a,
.vertical-main-navigation ul>li>a {
  position: relative;
  display: inline-block;
  padding: 22px 0;
  font-size: var(--ronmi-menu-font-size);
  text-align: center;
  outline: none;
  color: var(--ronmi-menu-color);
  white-space: nowrap;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation ul>li.menu-item-has-children>a:after {
  font-family: "flaticon";
  content: "\f116";
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -3px;
  line-height: 1;
}

.main-navigation ul ul.sub-menu {
  position: absolute;
  top: calc(100% + 22px);
  left: -30px;
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: var(--ronmi-submenu-bg-color);
  min-width: 230px;
  white-space: nowrap;
  padding: 15px 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 7px 0px rgba(27, 36, 34, 0.1);
  -webkit-box-shadow: 0 0 7px 0px rgba(27, 36, 34, 0.1);
  -moz-box-shadow: 0 0 7px 0px rgba(27, 36, 34, 0.1);
}

.main-navigation ul ul.sub-menu:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 20px;
  top: -4px;
  left: 28px;
  opacity: 1;
  z-index: -1;
  background-color: var(--ronmi-submenu-bg-color);
  -webkit-transform: rotate(60deg) skewX(30deg);
  -ms-transform: rotate(60deg) skewX(30deg);
  transform: rotate(60deg) skewX(30deg);
}

.main-navigation ul ul.sub-menu:after {
  position: absolute;
  content: "";
  height: 13px;
  width: 100%;
  top: -13px;
  left: 0;
  z-index: -1;
  background-color: transparent;
}

.main-navigation ul ul.sub-menu ul:before,
.main-navigation ul ul.sub-menu ul:after {
  display: none;
}

.main-navigation ul li li {
  display: block;
  position: relative;
}

.main-navigation ul li li a {
  display: block;
  text-align: left;
  padding: 4px 30px;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation ul li li.menu-item-has-children>a:after {
  right: 30px;
}

/*Menu parent hover*/
.main-navigation>ul>li>a:hover,
.main-navigation>ul>li.current-menu-item>a,
.main-navigation>ul>li.current-menu-ancestor>a,
.vertical-main-navigation>ul>li>a:hover,
.vertical-main-navigation>ul>li.current-menu-item>a,
.vertical-main-navigation>ul>li.current-menu-ancestor>a {
  color: var(--ronmi-color-primary);
}

.main-navigation>ul>li>a:hover>span:not(.arrow):after,
.main-navigation>ul>li.current-menu-item>a>span:not(.arrow):after,
.main-navigation>ul>li.current-menu-ancestor>a>span:not(.arrow):after,
.vertical-main-navigation>ul>li>a:hover>span:not(.arrow):after,
.vertical-main-navigation>ul>li.current-menu-item>a>span:not(.arrow):after,
.vertical-main-navigation>ul>li.current-menu-ancestor>a>span:not(.arrow):after {
  transform: scaleX(1);
  transform-origin: left;
}

/*Sub menu hover*/
.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current-menu-ancestor>a {
  color: var(--ronmi-color-primary);
 
}

.main-navigation ul li ul.sub-menu ul.sub-menu {
  left: 100%;
  top: -15px;
}

.main-navigation ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

section.is-stuck {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

section.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.admin-bar .is-stuck,
.admin-bar .site-header-vertical,
.admin-bar .header-overlay {
  top: 32px;
}

@media screen and (min-width: 1024px) {
  section.is-stuck {
    -webkit-box-shadow: 4px 4px 30px 0px rgba(63, 118, 110, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(63, 118, 110, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(63, 118, 110, 0.15);
  }
}

/* Menu vertical */
.octf-menu-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.octf-menu-hamburger.on-right {
  left: auto;
  right: 0;
}

.octf-menu-hamburger.on-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

.octf-menu-hamburger.on-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.octf-menu-hamburger.on-right.open-menu,
.octf-menu-hamburger.on-left.open-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.admin-bar .octf-menu-hamburger {
  top: 32px;
}

.octf-menu-hamburger.open-menu {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#menu-hamburger-close {
  position: fixed;
  top: 20px;
  color: var(--ronmi-color-dark);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#menu-hamburger-close i:before {
  font-size: 16px;
}

#menu-hamburger-close.on-left {
  left: 40px;
}

#menu-hamburger-close.on-right {
  right: 40px;
}

@media (max-width: 782px) {

  .admin-bar .is-stuck,
  .admin-bar .site-header-vertical,
  .admin-bar .octf-menu-hamburger {
    top: 46px;
  }
}

@media (max-width: 600px) {

  .admin-bar .is-stuck,
  .admin-bar .site-header-vertical {
    top: 0;
  }
}

/*--------------------------------------------------------------
## Vertical Header
--------------------------------------------------------------*/
.vertical-main-navigation {
  width: 100%;
}

.vertical-main-navigation>ul {
  display: block;
}

.vertical-main-navigation>ul>li {
  margin: 0;
  padding: 0;
  float: none;
}

.vertical-main-navigation>ul>li a {
  font-size: 48px;
}

.vertical-main-navigation ul li {
  display: block;
  position: relative;
  text-align: center;
}

.vertical-main-navigation ul>li>a {
  padding: 0;
  line-height: 1;
}

.vertical-main-navigation ul>li.menu-item-has-children>a:after {
  position: absolute;
  content: "\f116";
  font-family: "flaticon";
  font-size: 0.5em;
  font-weight: bold;
  right: 0;
  top: 50%;
  margin-top: -3px;
  line-height: 1;
}

.vertical-main-navigation ul>li.menu-item-has-children>a {
  padding-right: 20px;
}

.vertical-main-navigation ul>li.menu-item-has-children>a span.arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-main-navigation ul>li.menu-item-has-children>a span.arrow svg {
  display: block;
  width: 0.4em;
  height: 0.4em;
  fill: currentColor;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.vertical-main-navigation ul>li.menu-item-has-children>a:hover span.arrow svg {
  fill: var(--ronmi-color-primary);
}

.vertical-main-navigation ul>li.menu-item-has-children>a.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vertical-main-navigation>ul>li>a:hover:before,
.vertical-main-navigation>ul>li.current-menu-item>a:before {
  width: 100%;
}

.vertical-main-navigation ul ul {
  display: none;
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: none 0s ease;
  -webkit-transition: none 0s ease;
  -moz-transition: none 0s ease;
  -o-transition: none 0s ease;
  -ms-transition: none 0s ease;
}

.vertical-main-navigation ul li li a {
  padding: 10px 0;
}

.vertical-main-navigation ul li li a:hover,
.vertical-main-navigation ul ul li.current-menu-item>a {
  color: var(--ronmi-color-primary);
}

@media only screen and (min-width: 1025px) {
  .header-vertical .site-content {
    margin-left: 340px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header-vertical .site-footer {
    margin-left: 340px;
  }

  .site-header-vertical {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    outline: 0;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .site-header-vertical .header-desktop {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
  }
}

/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {

  .octf-main-header,
  .header-desktop {
    display: none;
  }

  .header_mobile {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }

  .header_mobile.open,
  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 15px 0px;
  }

  .header_mobile .mlogo_wrapper img {
    height: 50px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background-color: var(--ronmi-color-dark);
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background-color: var(--ronmi-color-dark);
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background-color: var(--ronmi-color-dark);
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .mobile_nav {
    display: none;
  }

  .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }

  .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    display: none;
  }

  .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 119, 110, 0.2);
  }

  .mobile_nav .mobile_mainmenu>li:last-child>a {
    border: none;
  }

  .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow {
    color: var(--ronmi-color-text-main);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i {
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i:before {
    font-size: 12px;
  }

  .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mobile_nav .mobile_mainmenu>li>a:hover,
  .mobile_nav .mobile_mainmenu>li.current-menu-item>a,
  .mobile_nav .mobile_mainmenu>li.current-menu-ancestor>a {
    color: var(--ronmi-color-primary);
  }

  .mobile_nav .mobile_mainmenu li li a:hover,
  .mobile_nav .mobile_mainmenu ul>li.current-menu-item>a,
  .mobile_nav .mobile_mainmenu ul>li.current-menu-ancestor>a {
    color: var(--ronmi-color-primary);
  }
}

@media only screen and (max-width: 767px) {
  .mlogo_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  padding: 100px 0;
  background-color: var(--ronmi-color-primary);
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-header::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header .page-header-content{
  z-index: 2;
  position: relative;
}
.page-header .page-title {
  color: var(--ronmi-page-header-color-text);
  margin-bottom: 23px;
  flex: 1;
}

.page-header .breadcrumbs {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.page-header .breadcrumbs li {
  display: inline-block;
  color: var(--ronmi-page-header-color-text);
}

.page-header .breadcrumbs li:before {
  display: inline-block;
  content: "/";
  margin: 0 8px;
}

.page-header .breadcrumbs li:first-child:before {
  display: none;
}

.page-header .breadcrumbs li a {
  color: var(--ronmi-page-header-color-text);
}

.single-post .page-header-content {
  padding-left: 100px;
  padding-right: 100px;
}

.single-post .page-header .post-box {
  margin-bottom: 22px;
}

.single-post .page-header .page-title {
  margin-bottom: 0;
}

.single-post .page-header {
  height: 600px;
}

.single-post .page-header .entry-media {
  justify-content: center;
}

.single-post .page-header.text-left .entry-media {
  justify-content: flex-start;
}

.single-post .page-header.text-right .entry-media {
  justify-content: flex-end;
}

.single-post .page-header .entry-meta a {
  color: #fff;
}

.single-post .page-header .entry-meta a:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .single-post .page-header .entry-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .single-post .page-header .entry-media .posted-in {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .page-header .container {
    width: 100%;
  }

  .page-header .page-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .page-header .breadcrumbs {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .single-post .page-header {
    height: 400px;
  }

  .single-post .page-header-content {
    padding: 0;
  }

  .page-header {

    padding: 40px 0;
  }

  .page-header .page-title {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 37px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #fff9f5;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*posts and pages*/
.entry-content {
  padding: 100px 0 110px;
}

.post-box {
  margin-bottom: 40px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.post-box:not(.has-post-thumbnail, .format-gallery, .format-image, .format-video) .post-inner,
.post-box.format-audio .post-inner,
.post-box.format-link .post-inner,
.post-box.format-quote .post-inner {
  padding: 40px 40px 30px;
  border: 1px solid rgba(0, 119, 110, 0.2);
  margin-bottom: 10px;
}

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

.post-box .post-inner {
  display: inline-block;
  width: 100%;
  background: #fff;
}

.post-box p {
  margin-bottom: 0;
}

.post-box .entry-media {
  position: relative;
  margin-bottom: 23px;
}

.post-box .entry-media.post-cat-abs {
  margin-bottom: 16px;
}

.post-box .entry-media.post-cat-abs img {
  width: 100%;
}

.post-box .entry-media.post-cat-abs .post-cat {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.post-box .entry-media.post-cat-abs .entry-meta {
  margin-top: 34px;
}

.post-box .inner-post {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.post-box .post-cat {
  display: inline-block;
}

.post-box .post-cat a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 7px 10px;
  margin-right: 10px;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--ronmi-color-primary);
  word-break: normal;
}

.post-box .post-cat a:hover {
  background-color: var(--ronmi-color-second);
}

.post-box .posted-in {
  flex-wrap: wrap;
}

.post-box .entry-meta {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 4px !important;
}

.post-box .entry-meta>span {
  display: inline-block;
  position: relative;
  margin-right: 35px;
}

.post-box .entry-meta>span:last-child {
  margin-right: 0;
}

.post-box .entry-meta a {
  padding-left: 25px;
  color: var(--ronmi-color-primary);
}

.post-box .entry-meta a:before {
  position: absolute;
  font-size: 16px;
  font-family: "flaticon";
  left: 0;
  top: 50%;
  color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-box .entry-meta a:hover {
  color: var(--ronmi-color-second);
}

.post-box .entry-meta>span.posted-on a:before {
  content: "\f11e";
}

.post-box .entry-meta>span.byline a:before {
  content: "\f123";
  font-size: 21px;
  margin-left: -4px;
}

.post-box .entry-meta>span.comment-num a:before {
  content: "\f120";
}

.post-box .entry-title {
  line-height: 48px;
}

.post-box .entry-title a:hover {
  color: var(--ronmi-color-second);
}

.post-box .entry-footer a {
  display: inline-block;
  font-weight: 500;
  color: var(--ronmi-color-primary);
  margin-top: 20px;
}

.post-box .entry-footer a:hover {
  color: var(--ronmi-color-second);
}

.post-box .padding-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 0 40px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

.post-box .padding-box+.inner-post {
  border-top: none;
  padding-top: 20px;
}

.post-box .ot-slider button.owl-prev {
  margin-left: 50px !important;
}

.post-box .ot-slider button.owl-next {
  margin-right: 50px !important;
}

.post-box .ot-slider button[class*=owl-] {
  color: #fff;
}

.post-box .ot-slider .ot-dots-classic {
  position: absolute;
  margin: 0;
  bottom: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post-box .ot-slider .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
}

.post-box .ot-slider .owl-dot.active span,
.post-box .ot-slider .owl-dot:hover span {
  background-color: #fff;
}

.post-box .audio-box {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 32px;
}

.post-box .audio-box iframe {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: none;
}

.post-box .link-box {
  position: relative;
  padding-left: 40px;
  padding-bottom: 35px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 119, 110, 0.1);
}

.post-box .link-box a {
  font-family: var(--ronmi-font-second);
  font-size: 24px;
  line-height: 36px;
  color: var(--ronmi-color-dark);
  background-size: 100% 1px;
}

.post-box .link-box:before {
  display: block;
  font-family: "flaticon";
  font-size: 24px;
  color: var(--ronmi-color-second);
  position: absolute;
  content: "\f108";
  left: 0;
  top: 6px;
  line-height: 1;
}

.post-box .quote-box {
  overflow: hidden;
  margin-bottom: 32px;
}

.post-box .quote-box .quote-text {
  position: relative;
  font-family: var(--ronmi-font-second);
  font-size: 24px;
  line-height: 36px;
  color: var(--ronmi-color-dark);
  padding-left: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 119, 110, 0.1);
}

.post-box .quote-box .quote-text span {
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
}

.post-box .quote-box .quote-text:before {
  display: block;
  font-family: "flaticon";
  font-size: 37px;
  color: var(--ronmi-color-second);
  position: absolute;
  content: "\f113";
  left: 0;
  top: 5px;
  line-height: 1;
}

.post-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -40px;
  margin-left: -40px;
  color: #fff;
}

.post-box .btn-play span {
  border-color: rgba(255, 255, 255, 0.8);
}

.post-box .btn-play:hover {
  color: var(--ronmi-color-second);
}

.post-box .btn-play:hover span {
  border-color: var(--ronmi-color-second);
}

.page-pagination {
  margin-top: 40px;
  margin-bottom: 0;
  clear: both;
}

.page-pagination li {
  display: inline-block;
}

.page-pagination li a,
.page-pagination li span {
  display: block;
  height: 62px;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  color: var(--ronmi-color-primary);
  background-color: #fff;
  line-height: 62px;
}

.page-pagination li a i:before,
.page-pagination li span i:before {
  font-size: 16px;
}

.page-pagination li a:not(.prev, .next),
.page-pagination li span {
  width: 62px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid rgba(0, 119, 110, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.page-pagination li a.next {
  text-align: right;
  margin-left: 20px;
}

.page-pagination li a.prev {
  margin-right: 25px;
}

.page-pagination li span,
.page-pagination li a:hover {
  color: #fff;
  background-color: var(--ronmi-color-second);
  border-color: #9a644b;
}

.page-pagination li a.prev:hover,
.page-pagination li a.next:hover {
  color: var(--ronmi-color-second);
  background-color: transparent;
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}

.blog-post>.inner-post {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.blog-post>.inner-post p:not(:last-child) {
  margin-bottom: 20px;
}

.blog-post>.inner-post .entry-summary {
  padding-bottom: 50px;
  overflow: hidden;
}

.blog-post.format-audio .post-cat,
.blog-post.format-quote .post-cat,
.blog-post.format-link .post-cat,
.blog-post.format-standard:not(.has-post-thumbnail) .post-cat {
  left: 0;
}

.blog-post .padding-box {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.blog-post .tagcloud {
  margin: 0 -2px;
  float: left;
}

.blog-post .tagcloud a {
  display: inline-block;
  font-size: 16px !important;
  color: var(--ronmi-color-text-main);
  background-color: #fff;
  text-transform: lowercase;
  padding: 6px 9px;
  margin: 0 2px;
  margin-bottom: 10px;
  line-height: 1;
  border: 1px solid rgba(0, 119, 110, 0.2);
  vertical-align: top;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

.blog-post .tagcloud a:hover {
  color: #fff;
  background-color: var(--ronmi-color-second);
}

.blog-post .entry-footer {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 119, 110, 0.1);
}

.blog-post .share-post {
  float: right;
}

.blog-post .share-post a {
  margin-left: 6px;
  margin-top: 0;
}

.blog-post .author-bio {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.blog-post .author-bio .author-image {
  display: inline-block;
  width: 100px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog-post .author-bio .author-info {
  padding: 0 80px;
}

.blog-post .author-bio .author-info h5 {
  text-transform: capitalize;
  margin-bottom: 13px;
}

.blog-post .author-bio .author-info .des {
  margin-bottom: 25px;
}

.blog-post .author-bio .author-info .author-socials a {
  font-size: 16px;
  margin-right: 18px;
  color: var(--ronmi-color-primary);
  vertical-align: middle;
}

.blog-post .author-bio .author-info .author-socials a:hover {
  color: var(--ronmi-color-second);
}

.blog-post .author-bio .author-info .author-socials a:last-child {
  margin-right: 0;
}

.blog-post:hover {
  box-shadow: none;
}

.post-nav {
  margin-bottom: 90px;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 119, 110, 0.2);
}

.post-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  line-height: 1;
  min-height: 70px;
  padding: 18px 25px;
  border: 1px solid rgba(0, 119, 110, 0.2);
}

.post-nav a .info-post-prev,
.post-nav a .info-post-next {
  flex: 2;
}

.post-nav a i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: var(--ronmi-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
}

.post-nav a i:before {
  display: inline-block;
  font-size: 16px;
}

.post-nav a i:hover {
  background-color: var(--ronmi-color-second);
}

.post-nav a:hover {
  background-color: var(--ronmi-bg-color-screen);
  border-color: #fff9f5;
}

.post-nav h6 {
  font-size: 20px;
  margin-bottom: 3px;
}

.post-nav h6>span {
  line-height: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.post-nav h6>span:hover {
  color: var(--ronmi-color-second);
}

.post-nav span:not(.title-link) {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: var(--ronmi-color-text-main);
}

.post-nav .post-prev,
.post-nav .post-next {
  width: calc(50% - 12px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.post-nav .post-prev {
  float: left;
  text-align: right;
}

.post-nav .post-prev a i:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-nav .post-next {
  float: right;
  text-align: left;
}

.related-posts .post-box:not(.has-post-thumbnail, .format-gallery, .format-image, .format-video) .post-inner,
.related-posts .post-box.format-audio .post-inner,
.related-posts .post-box.format-link .post-inner,
.related-posts .post-box.format-quote .post-inner,
.blog-grid .post-box:not(.has-post-thumbnail, .format-gallery, .format-image, .format-video) .post-inner,
.blog-grid .post-box.format-audio .post-inner,
.blog-grid .post-box.format-link .post-inner,
.blog-grid .post-box.format-quote .post-inner {
  padding: 30px 30px 20px;
}

.related-posts .post-box .entry-title,
.blog-grid .post-box .entry-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.related-posts .post-box .entry-media,
.blog-grid .post-box .entry-media {
  margin-bottom: 18px;
}

.related-posts .post-box .entry-media.post-cat-abs,
.blog-grid .post-box .entry-media.post-cat-abs {
  margin-bottom: 5px;
}

.related-posts .post-box .entry-media:not(.post-cat-abs) .posted-in,
.blog-grid .post-box .entry-media:not(.post-cat-abs) .posted-in {
  margin-bottom: 20px;
  margin-right: 0;
}

.related-posts .post-box .entry-meta,
.blog-grid .post-box .entry-meta {
  margin-bottom: 9px;
}

.related-posts .post-box .entry-meta>span:not(:last-child),
.blog-grid .post-box .entry-meta>span:not(:last-child) {
  margin-right: 20px;
}

.related-posts .post-box .entry-meta span.comment-num,
.blog-grid .post-box .entry-meta span.comment-num {
  display: none;
}

.related-posts .post-box .entry-footer a,
.blog-grid .post-box .entry-footer a {
  margin-top: 0px;
}

.related-posts .post-box .link-box,
.blog-grid .post-box .link-box {
  padding-bottom: 30px;
}

.related-posts .post-box .quote-box .quote-text,
.blog-grid .post-box .quote-box .quote-text {
  font-size: 20px;
  line-height: 32px;
  padding-left: 50px;
}

.related-posts .post-box .quote-box .quote-text span,
.blog-grid .post-box .quote-box .quote-text span {
  font-size: 16px;
}

.related-posts .post-box .quote-box .quote-text:before,
.blog-grid .post-box .quote-box .quote-text:before {
  font-size: 30px;
}

.related-posts .post-box .ot-slider .ot-dots-classic,
.blog-grid .post-box .ot-slider .ot-dots-classic {
  bottom: 15px;
}

.blog-grid-cat__no .blog-grid .post-cat {
  display: none;
}

.related-posts {
  margin-top: 90px;
  margin-bottom: 80px;
}

.related-posts .post-box {
  margin-bottom: 0;
}

.related-posts h2 {
  margin-bottom: 25px;
}

/* Blog grid*/
.blog-grid:after {
  content: "";
  display: block;
  clear: both;
}

.blog-grid .masonry-post-item {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-grid.pf_2_cols .masonry-post-item {
  width: 50%;
}

.blog-grid.pf_3_cols .masonry-post-item {
  width: 33.3333333333%;
}

.blog-grid.pf_4_cols .masonry-post-item {
  width: 25%;
}

.blog-grid:not(.ot-blog-slider) {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-grid:not(.ot-blog-slider) .masonry-post-item {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  .blog-grid.pf_2_cols .masonry-post-item:nth-child(2n+1) {
    clear: both;
  }

  .blog-grid.pf_3_cols .masonry-post-item:nth-child(3n+1) {
    clear: both;
  }

  .blog-grid.pf_4_cols .masonry-post-item:nth-child(4n+1) {
    clear: both;
  }

  .blog-grid.pf_4_cols .btn-play i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 991px) {

  .blog-grid.pf_3_cols .masonry-post-item,
  .blog-grid.pf_4_cols .masonry-post-item {
    width: 50%;
  }

  .blog-grid.pf_3_cols .masonry-post-item:nth-child(2n+1),
  .blog-grid.pf_4_cols .masonry-post-item:nth-child(2n+1) {
    clear: both;
  }

  .content-area.col-md-9 {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .blog-list .entry-media:not(.post-cat-abs) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-list .entry-media:not(.post-cat-abs) .posted-in {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .blog-grid .masonry-post-item,
  .blog-grid.pf_4_cols .masonry-post-item,
  .blog-grid.pf_3_cols .masonry-post-item,
  .blog-grid.pf_2_cols .masonry-post-item {
    width: 100%;
    clear: both;
  }

  .blog-post .author-bio .author-info {
    padding: 0 20px;
  }

  .post-nav {
    margin-bottom: 60px;
  }

  .post-nav .post-prev,
  .post-nav .post-next {
    width: 100%;
  }

  .post-nav .post-prev {
    margin-bottom: 25px;
  }

  .related-posts {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .post-box .ot-slider .ot-dots-classic {
    bottom: 20px;
  }

  .post-box .posted-in {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  blockquote {
    font-size: 20px;
    padding-right: 50px;
  }

  .single-post .entry-content {
    padding: 60px 0;
  }
}

/**theme check**/
.blocks-gallery-caption {
  margin-bottom: 15px;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  margin-top: 7px;
  margin-bottom: 26px;
}

.site-main article.page {
  overflow: hidden;
}

.page-links {
  clear: both;
  padding-top: 25px;
  font-weight: 600;
  color: #1b1d21;
}

.page-links a {
  color: #1b1d21;
}

.page-links a:hover {
  text-decoration: underline;
}

.page-links span,
.page-links a {
  display: inline-block;
  margin-left: 7px;
}

.page-links-title {
  font-weight: 500;
}

.page-links>span:not(.page-links-title) {
  color: #888;
}

.post-password-form input[type=password] {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-password-form input[type=submit] {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  background: #1a1a1a;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  color: #fff;
  outline: none;
  min-width: 122px;
  font-family: "Titillium Web", sans-serif;
}

.post-password-form input[type=submit]:hover {
  background: transparent;
  color: #1a1a1a;
}

.sticky .post-inner {
  background: #1a1b1e;
  color: #fff;
}

.sticky .post-cat a {
  background: #fff;
  color: #1a1a1a;
}

.sticky .post-cat a:hover {
  background: #eee;
}

.sticky .inner-post .entry-meta {
  color: #ccc;
}

.post-box.sticky .entry-meta a {
  color: #bbb;
}

.post-box.sticky .entry-footer .btn-details {
  color: #fff;
}

.sticky .btn-details:before {
  background: #666;
}

.post-box.sticky .entry-meta a:hover {
  color: #fff;
}

.post-box.sticky .entry-footer .btn-details:hover {
  color: #fff;
}

.sticky .inner-post .entry-title a {
  color: #fff;
}

/*Wp latest version 5.9.x*/
.widget-area .widget_block label,
.widget-area .widget_block h2 {
  display: block;
  font-family: var(--ronmi-font-second);
  font-size: 24px;
  line-height: 36px;
  color: var(--ronmi-color-primary);
  margin-bottom: 20px;
}

.widget-area .widget_block ul:not(.recent-news)>li,
.widget-area .widget_block ol>li {
  margin-bottom: 11px;
  line-height: 24px;
}

.widget-area .wp-block-search__inside-wrapper {
  position: relative;
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__input {
  width: 100%;
  padding: 0 60px 0 30px;
  height: 62px;
  line-height: 1;
  border-color: rgba(63, 118, 110, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 62px;
  width: 62px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  color: #fff;
  background: var(--ronmi-color-primary);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button:before {
  font-family: "flaticon";
  content: "\f101";
  font-size: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background: var(--ronmi-color-second);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area>ol,
.comments-area>ul {
  list-style: none;
  padding-left: 0;
}

.comments-area ol .comment-respond,
.comments-area ul .comment-respond {
  margin-top: -30px;
  margin-bottom: 40px;
}

.comments-area .comment-list {
  margin-bottom: 80px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
}

.comments-area .comment-item {
  margin-bottom: 50px;
  overflow: hidden;
}

.comments-area .comment-item .gravatar {
  float: left;
}

.comments-area .comment-item .gravatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comments-area .comment-item .comment-content:not(.pingback) {
  padding-left: 80px;
}

.comments-area .comment-item.trackback .comment-content,
.comments-area .comment-item.pingback .comment-content {
  padding-left: 0;
}

.comments-area .comment-item .comment-meta {
  position: relative;
  color: var(--ronmi-color-primary);
  text-transform: uppercase;
}

.comments-area .comment-item .comment-meta a {
  color: var(--ronmi-color-primary);
}

.comments-area .comment-item .comment-meta .comment-author {
  font-family: var(--ronmi-font-main);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--ronmi-color-primary);
}

.comments-area .comment-item .comment-meta .comment-author:after {
  content: " |";
  margin-right: 5px;
  margin-left: 5px;
}

.comments-area .comment-item .comment-meta .comment-time {
  font-size: 14px;
}

.comments-area .comment-item .comment-reply-link {
  font-size: 18px;
  font-weight: 500;
  margin-left: 20px;
  color: var(--ronmi-color-primary);
  text-transform: capitalize;
}

.comments-area .comment-item .comment-text {
  position: relative;
  margin-left: 20px;
}

.comments-area .comment-item .comment-text p {
  padding: 20px 30px 20px 30px;
  background-color: var(--ronmi-bg-color-screen);
}

.comments-area .comment-item .comment-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
  border-top: 17px solid #fff9f5;
}

.comments-area ul.children {
  padding-left: 100px;
  list-style: none;
}

.comment-respond .comment-reply-title {
  margin-bottom: 12px;
}

.comment-respond .comment-reply-title small {
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  margin-left: 5px;
}

.comment-respond .comment-reply-title small a {
  color: #ad1010;
}

.comment-respond .comment-reply-title small a:hover {
  color: var(--ronmi-color-primary);
}

.comment-form p {
  margin-bottom: 25px;
  line-height: 1;
}

.comment-form p label {
  margin-left: 8px;
}

.comment-form p.form-submit {
  margin-bottom: 0;
}

.comment-form span.text-primary {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.comment-form .comment-notes {
  margin-bottom: 37px;
}

.comment-form .logged-in-as {
  margin-bottom: 37px;
}

.comment-form .logged-in-as a {
  color: var(--ronmi-color-text-main);
}

.comment-form .logged-in-as a:hover {
  color: var(--ronmi-color-second);
}

.comment-form input[type=text],
.comment-form input[type=email] {
  width: 100%;
}

.comment-form .octf-btn {
  text-transform: none;
  min-width: 230px;
}

@media only screen and (max-width: 768px) {
  .comments-area ul.children {
    padding-left: 30px;
  }

  .comment-form .octf-btn {
    font-size: 16px;
    min-width: auto;
    padding: 15px 23px;
  }
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ul,
.widget ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget ul li,
.widget ol li {
  position: relative;
}

.widget .tagcloud {
  margin: 0 -2px -10px;
}

.widget .tagcloud a {
  display: inline-block;
  font-size: 16px !important;
  color: var(--ronmi-color-text-main);
  background-color: #fff;
  text-transform: lowercase;
  padding: 6px 9px;
  margin: 0 2px;
  margin-bottom: 10px;
  line-height: 1;
  border: 1px solid rgba(0, 119, 110, 0.2);
  vertical-align: top;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.widget .tagcloud a:hover {
  color: #fff;
  background-color: var(--ronmi-color-second);
}

.widget-area .widget {
  margin-bottom: 45px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  color: var(--ronmi-color-primary);
  margin-bottom: 20px;
}

.widget-area .widget ul:not(.recent-news)>li {
  position: relative;
  margin-bottom: 11px;
  line-height: 24px;
}

.widget-area .widget ul:not(.recent-news)>li:last-child {
  margin-bottom: 0;
}

.widget-area .widget ul:not(.recent-news)>li a {
  position: relative;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.widget-area .widget ul:not(.recent-news)>li a:hover {
  color: var(--ronmi-color-second);
}

.widget-area .widget ul:not(.recent-news)>li .posts-count {
  color: #5f5f5d;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.widget-area .widget ul:not(.recent-news)>li.recentcomments a:before {
  display: none;
}

.widget-area .widget select {
  width: 100%;
  padding: 8px;
  outline: none;
}

.widget-area .widget table caption {
  margin-bottom: 10px;
}

.widget-area .widget table td,
.widget-area .widget table th {
  border-color: #aaa;
  text-align: center;
}

.widget-area .widget_categories ul li a,
.widget-area .widget_product_categories ul li a,
.widget-area .widget_archive ul li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.widget-area .widget_categories ul li a:before,
.widget-area .widget_product_categories ul li a:before,
.widget-area .widget_archive ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #e31e24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
}

.widget-area .widget_categories ul li a+span,
.widget-area .widget_product_categories ul li a+span,
.widget-area .widget_archive ul li a+span {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.widget-area .widget_categories ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover {
  color: var(--ronmi-color-second);
}

.widget-area .widget_categories ul li a:hover:before,
.widget-area .widget_product_categories ul li a:hover:before,
.widget-area .widget_archive ul li a:hover:before {
  background-color: #9a644b;
}

.widget-area .widget_categories ul li a:hover+span.posts-count,
.widget-area .widget_categories ul li a:hover+span.count,
.widget-area .widget_product_categories ul li a:hover+span.posts-count,
.widget-area .widget_product_categories ul li a:hover+span.count,
.widget-area .widget_archive ul li a:hover+span.posts-count,
.widget-area .widget_archive ul li a:hover+span.count {
  color: var(--ronmi-color-second);
}

/* recent post */
.widget .recent-news li:not(:last-child) {
  margin-bottom: 30px;
}

.widget .recent-news .thumb {
  margin-right: 20px;
}

.widget .recent-news .thumb img {
  min-width: 80px;
  width: 80px;
}

.widget .recent-news h6 {
  margin-bottom: 5px;
  line-height: 30px;
}

.widget .recent-news .post-on {
  display: block;
  font-size: 16px;
  line-height: 1;
}

/* search */
.search-form {
  position: relative;
}

.search-form .search-field {
  width: 100%;
  padding: 0 60px 0 30px;
  height: 62px;
  line-height: 1;
  border-color: rgba(0, 119, 110, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.search-form .search-submit {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 62px;
  width: 62px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: var(--ronmi-color-primary);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.search-form .search-submit i {
  display: block;
}

.search-form .search-submit i:before,
.search-form .search-submit i:after {
  display: block;
  font-size: 20px;
}

.search-form .search-submit:hover {
  background: var(--ronmi-color-second);
}

/* author */
.author-widget_wrapper {
  padding: 0 20px;
  background: transparent;
}

.author-widget_wrapper .author-widget_image-wrapper {
  margin-bottom: 23px;
}

.author-widget_wrapper .author-widget_image-wrapper .author-widget_image {
  width: 100%;
  max-width: 130px;
}

.author-widget_wrapper .author-widget_title {
  margin-bottom: 5px;
}

.author-widget_wrapper .author-widget_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 23px;
}

.author-widget_social a,
.blog-post .share-post a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
  cursor: pointer;
  margin-right: 4px;
  color: var(--ronmi-color-primary);
  background-color: #fff;
  border: 1px solid rgba(143, 86, 82, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.author-widget_social a:last-child,
.blog-post .share-post a:last-child {
  margin-right: 0px;
}

.author-widget_social a:hover,
.blog-post .share-post a:hover {
  color: #fff;
  background-color: var(--ronmi-color-primary);
}

/*--------------------------------------------------------------
## Responsive Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.bypostauthor {
  color: inherit;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
/* OT Heading */
.ot-heading__title {
  display: block;
  position: relative;
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-dark);
  margin: 0;
  padding: 0;
  z-index: 2;
}

.ot-heading__sub {
  display: inline-block;
  color: var(--ronmi-color-second);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.ot-heading__sub span {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-color: var(--ronmi-color-text-main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-heading__sub span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  border: 1px solid currentColor;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-heading__sub.dflex {
  display: inline-flex;
  align-items: center;
}

.ot-heading__desc {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ot-heading br {
    display: none;
  }
}

.ot-icon-box__icon {
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-bottom: 22px;
  font-size: 36px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-icon-box__icon i {
  position: relative;
  display: block;
  color: var(--ronmi-color-second);
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-icon-box__icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ot-icon-box__icon svg {
  display: block;
  width: 70px;
  height: 70px;
  fill: var(--ronmi-color-second);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-icon-box__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ot-icon-box__content .icon-box-title {
  display: block;
  color: var(--ronmi-color-dark);
  word-break: normal;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
}



.ot-icon-box__content .icon-box-title a {
  color: var(--ronmi-color-dark);
}

.ot-icon-box__content .icon-box-title a:hover {
  color: var(--ronmi-color-second);
}

.ot-icon-box__content .icon-box-features-list {
  margin-top: 20px;
}

.ot-icon-box__content ul,
.ot-icon-box__content ol {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.ot-icon-box__content ul .icon-box-features-item,
.ot-icon-box__content ol .icon-box-features-item {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.ot-icon-box__content ul .icon-box-features-icon,
.ot-icon-box__content ol .icon-box-features-icon {
  margin-right: 20px;
}

.ot-icon-box__content ul .icon-box-features-icon svg,
.ot-icon-box__content ol .icon-box-features-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: var(--ronmi-color-second);
}

.ot-icon-box__content ul .icon-box-features-icon i,
.ot-icon-box__content ol .icon-box-features-icon i {
  width: 1em;
  height: 1em;
  color: var(--ronmi-color-second);
}

.ot-icon-box__content .icon-box-btn {
  margin-top: 11px;
  font-weight: 500;
}

.ot-icon-box__content .icon-box-btn a {
  display: inline-flex;
  line-height: 1;
  color: var(--ronmi-color-primary);
}

.ot-icon-box__content .icon-box-btn a:hover {
  color: var(--ronmi-color-second);
}

.ot-icon-box__content .icon-box-btn a i {
  margin-left: 10px;
}

.ot-icon-box__content .icon-box-btn a i:before {
  font-size: 17px;
}

.ot-view-stacked .ot-icon-box__icon {
  padding: 0.5em;
  background-color: var(--ronmi-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 768px) {

  .ot-position-left .ot-icon-box,
  .ot-position-right .ot-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ot-position-left .ot-icon-box__icon,
  .ot-position-right .ot-icon-box__icon {
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ot-position-left .ot-icon-box {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ot-position-left .ot-icon-box__icon {
    margin-right: 28px;
  }

  .ot-position-right .ot-icon-box {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ot-position-right .ot-icon-box__icon {
    margin-left: 28px;
  }

  .ot-vertical-align-top .ot-icon-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ot-vertical-align-middle .ot-icon-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ot-vertical-align-bottom .ot-icon-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .ot-icon-box__icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.ot-process-box__icon {
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-process-box__icon i {
  position: relative;
  display: block;
  color: currentColor;
  width: 1em;
  height: 1em;
}

.ot-process-box__icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ot-process-box__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.ot-process-box__icon img {
  display: block;
  width: 1em;
}

.ot-process-box .process-box-title {
  display: inline-block;
  color: var(--ronmi-color-dark);
  word-break: normal;
  font-size: 24px;
  margin-bottom: 18px;
}

.ot-process-box__content {
  font-size: 16px;
  line-height: 30px;
}

.ot-process-box__divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
  background-color: rgba(0, 119, 110, 0.2);
}

.ot-process-box__divider span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--ronmi-color-second);
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}

.ot-process-box__btn {
  margin-top: 11px;
  font-weight: 500;
}

.ot-process-box__btn a {
  display: inline-flex;
  line-height: 1;
  color: var(--ronmi-color-primary);
}

.ot-process-box__btn a:hover {
  color: var(--ronmi-color-second);
}

.ot-process-box__btn a i {
  margin-left: 10px;
}

.ot-process-box__btn a i:before {
  font-size: 17px;
}

.ot-process-box:hover .ot-process-box__divider span {
  transform: scaleX(1);
  transform-origin: left;
}

.ot-view-stacked .ot-process-box__icon {
  padding: 0.75em;
  background-color: var(--ronmi-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-view-stacked .ot-process-box:hover .ot-process-box__icon {
  background-color: var(--ronmi-color-second);
}

.ot-service-box {
  text-align: left;
}

.ot-service-box__icon-title {
  align-items: center;
  margin-bottom: 11px;
}

.ot-service-box__icon {
  display: inline-flex;
  margin-right: 20px;
  font-size: 42px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-service-box__icon i {
  position: relative;
  color: var(--ronmi-color-second);
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-service-box__icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ot-service-box__icon svg {
  width: 1em;
  height: 1em;
  fill: var(--ronmi-color-second);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-service-box__icon img {
  width: 42px;
}

.ot-service-box__title {
  display: inline-block;
  color: var(--ronmi-color-dark);
  margin: 0;
  word-break: normal;
  font-size: 24px;
}

.ot-service-box__title a {
  color: var(--ronmi-color-dark);
}

.ot-service-box__title a:hover {
  color: var(--ronmi-color-second);
}

.ot-service-box__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ot-service-box__content .service-box-btn {
  margin-top: 11px;
  font-weight: 500;
}

.ot-service-box__content .service-box-btn a {
  display: inline-flex;
  line-height: 1;
  color: var(--ronmi-color-primary);
}

.ot-service-box__content .service-box-btn a:hover {
  color: var(--ronmi-color-second);
}

.ot-service-box__content .service-box-btn a i {
  margin-left: 10px;
}

.ot-service-box__content .service-box-btn a i:before {
  font-size: 17px;
}

/* OT Service Item */
.ot-service-item {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ot-service-item__image {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  overflow: hidden;
}

.boxes-sec .ot-service-item:hover .ot-service-item__image img {
  transform: scale(1.1); /* Zoom effect */
}


.ot-service-item__image img {
  width: 100%;
  transition: transform 0.5s ease;
}

.ot-service-item__content-wrap {
  position: absolute;
  width: calc(100% - 40px);
  height: auto;
  max-height: 100%;
  left: 20px;
  bottom: 20px;
  overflow: hidden;
}

.ot-service-item__inner {
  padding: 20px;
  color: var(--ronmi-color-dark);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}
.industri-sec .col-xl-2.col-lg-4.col-md-6.mb-xl-0{
  padding-left: 10px;
  padding-right: 10px;
}
.industri-sec .ot-service-title {
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.industri-sec .ot-service-item .ot-service-des p {
 font-size: 14px;
 margin-bottom: 0;
}

.industri-sec .ot-service-item{
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
}
.boxes-sec .ot-service-item .ot-service-item__image{
  border: 1px solid #e2e2e2;
}
.ot-service-item .ot-service-title {
  margin-bottom: 0;
}
.industri-sec.leather-section li{
  font-size: 18px !important;
  line-height: 32px;
  color: #5f6160;
}
.boxes-sec .ot-service-title{
  font-size: 18px;
  line-height: 30px;
}
.indystry-slider .title-box{
  padding: 5px 0;
}
.ot-service-item .ot-service-des {
  visibility: hidden;
  opacity: 0;
  padding-top: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-service-item .ot-service-des p {
  margin-bottom: 10px;
}

.ot-service-item .ot-service-btn a {
  color: var(--ronmi-color-primary);
  font-weight: var(--ronmi-btn-font-weight);
}

.ot-service-item .ot-service-btn a:hover {
  color: var(--ronmi-color-second);
}

.ot-service-item:hover .ot-service-item__inner {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.ot-service-item:hover .ot-service-des {
  visibility: visible;
  opacity: 1;
}

.ot-service-infobox {
  text-align: left;
  padding: 0 40px 0 46px;
  border-left: 1px solid rgba(0, 119, 110, 0.2);
}

.ot-service-infobox .image__wrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.ot-service-infobox .content__wrapper {
  margin-bottom: 40px;
}

.leather-section .folio-cate ul {
  display: flex;
  margin-bottom: 0;
}
.leather-section .folio-cate ul li {
  padding-left: 9px;
  padding-right: 9px;
  border-right: 1px solid #585756;
  line-height: 26px;
}
.leather-section .folio-cate ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.leather-section .ot-service-item__image img{
  height: 377px;
  object-fit: cover;
}
.leather-section .ot-service-item__inner {
  transform: translateY(31%);
}
@media (max-width: 1200px) {
  .ot-service-item__inner {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .ot-service-item .ot-service-des {
    visibility: visible;
    opacity: 1;
  }
}

.number-box__number {
  margin-bottom: 29px;
}

.number-box__number span {
  font-family: var(--ronmi-font-second);
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-color: var(--ronmi-color-primary);
  color: #fff;
  min-width: 60px;
  min-height: 60px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.number-box__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.number-box__content .number-box-title {
  display: block;
  color: var(--ronmi-color-dark);
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 30px;
  font-weight: 500;
}

.number-box__content .number-box-title a:hover {
  color: var(--ronmi-color-second);
}

.number-box__content .number-box-des {
  line-height: 30px;
}

.number-box__content .number-box-des> :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .ot-position-left .number-box,
  .ot-position-right .number-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ot-position-left .number-box__number,
  .ot-position-right .number-box__number {
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ot-position-left .number-box {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ot-position-left .number-box__number {
    margin-right: 28px;
  }

  .ot-position-right .number-box {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ot-position-right .number-box__number {
    margin-left: 28px;
  }

  .ot-vertical-align-top .number-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ot-vertical-align-middle .number-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ot-vertical-align-bottom .number-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .number-box__number {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Button */
.octf-btn.btn-bg-effect {
  text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
  .octf-btn.btn-bg-effect {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    min-height: 260px;
    color: #fff;
    padding: 30px;
    background-color: var(--ronmi-color-primary);
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .octf-btn.btn-bg-effect:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 11px;
    right: -10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: inherit;
  }

  .octf-btn.btn-bg-effect:hover {
    transform: translate(0);
  }

  .octf-btn.btn-bg-effect:hover:after {
    top: 0;
    right: 0;
    border-color: transparent;
  }
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 19px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 19px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.ot-progress-line__title {
  position: relative;
  font-family: var(--ronmi-font-second);
  font-size: 24px;
  color: var(--ronmi-color-dark);
  line-height: 1.2;
  overflow: hidden;
  margin-bottom: 11px;
}

.ot-progress-line__title .ot-progress-title {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}

.ot-progress-line__inner {
  height: 4px;
  background-color: rgba(0, 119, 110, 0.2);
}

.ot-progress-line__inner .ot-progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--ronmi-color-primary);
  -webkit-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}

.ot-progress-circle {
  font-size: 16px;
}

.ot-progress-circle__inner {
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
}

.ot-progress-circle__inner canvas {
  display: block;
}

.ot-progress-circle__inner:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: calc(100% - 29px);
  height: calc(100% - 29px);
  border-radius: 50%;
  z-index: -1;
  border: 1px solid rgba(154, 100, 75, 0.2);
}

.ot-progress-circle__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  flex-direction: column;
}

.ot-progress-circle .ot-progress-title {
  font-family: var(--ronmi-font-main);
  color: var(--ronmi-color-text-main);
  font-size: var(--ronmi-font-size-text);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.ot-progress-circle .ot-progress-percent {
  font-family: var(--ronmi-font-second);
  font-size: 48px;
  line-height: 1;
  color: var(--ronmi-color-second);
  margin-bottom: 12px;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.ot-pricing-table {
  text-align: center;
  padding: 60px 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ot-pricing-table__icon {
  display: inline-block;
  font-size: 50px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.ot-pricing-table__icon i,
.ot-pricing-table__icon svg,
.ot-pricing-table__icon img {
  display: block;
  width: 1em;
  height: 1em;
}

.ot-pricing-table__icon i {
  position: relative;
  color: var(--ronmi-color-second);
}

.ot-pricing-table__icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ot-pricing-table__icon svg {
  fill: var(--ronmi-color-second);
}

.ot-pricing-table__title {
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.ot-pricing-table__subtitle {
  display: block;
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 30px;
}

.ot-pricing-table__price {
  font-family: var(--ronmi-font-second);
  font-size: 64px;
  line-height: 1;
  color: var(--ronmi-color-primary);
  margin-bottom: 3px;
}

.ot-pricing-table__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 27px;
}

.ot-pricing-table__divider span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  height: 1px;
  background-color: rgba(0, 119, 110, 0.2);
  width: 100%;
}

.ot-pricing-table__features-list ul,
.ot-pricing-table__features-list ol {
  display: inline-block;
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 36px;
  margin-bottom: 30px;
}

.ot-pricing-table__features-list ul li.pricing-features-item,
.ot-pricing-table__features-list ol li.pricing-features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ot-pricing-table__features-list ul .pricing-features-icon,
.ot-pricing-table__features-list ol .pricing-features-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
}

.ot-pricing-table__features-list ul .pricing-features-icon i,
.ot-pricing-table__features-list ol .pricing-features-icon i {
  position: relative;
  display: block;
  color: var(--ronmi-color-primary);
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-pricing-table__features-list ul .pricing-features-icon i:before,
.ot-pricing-table__features-list ol .pricing-features-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ot-pricing-table__features-list ul .pricing-features-icon svg,
.ot-pricing-table__features-list ol .pricing-features-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: var(--ronmi-color-primary);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-pricing-table__features-list ul .pricing-features-text,
.ot-pricing-table__features-list ol .pricing-features-text {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 19px;
}

.ot-pricing-table__footer .octf-btn {
  width: 100%;
}

.ot-view-stacked .ot-pricing-table__icon {
  padding: 0.5em;
  background-color: var(--ronmi-bg-color-screen);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Comparison Table */
article.ot-cpt-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ot-cpt-fbox-heading,
.ot-cpt-heading {
  font-family: var(--ronmi-font-second);
  width: 100%;
  height: 130px;
  font-size: 24px;
  color: var(--ronmi-color-dark);
  text-align: center;
}

.ot-cpt-heading {
  line-height: 1;
}

.ot-cpt-wrapper .ot-cpt-feature {
  font-size: 20px;
  text-align: left;
}

.ot-cpt-text span {
  display: inline-block;
  text-align: center;
  min-width: 24px;
  min-height: 24px;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-cpt-text span.ot-flaticon-check-1 {
  color: var(--ronmi-color-primary);
}

.ot-cpt-text span.ot-flaticon-check-1:before {
  font-size: 14px;
}

.ot-cpt-text span.ot-flaticon-close {
  color: #ff6b52;
}

.ot-cpt-text span.ot-flaticon-close:before {
  font-size: 12px;
}

.ot-cpt-btn .octf-btn {
  width: 100%;
  padding: 18px 40px;
  white-space: normal;
}

.ot-cpt-btn .octf-price-link-detail {
  display: block;
  margin-top: 21px;
  font-weight: 500;
  color: var(--ronmi-color-primary);
}

.ot-cpt-btn .octf-price-link-detail:hover {
  color: var(--ronmi-color-second);
}

.ot-cpt-wrapper ul {
  display: none;
  top: 0px;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.ot-cpt-wrapper li {
  list-style: none;
  flex: 1;
  position: relative;
}

.ot-cpt-wrapper li:hover {
  cursor: pointer;
}

.ot-cpt-wrapper li.ot-cpt-heading.active {
  background-color: var(--ronmi-bg-color-screen);
}

.ot-cpt-wrapper table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.ot-cpt-wrapper th {
  background-color: var(--ronmi-bg-color-screen);
  display: none;
}

.ot-cpt-wrapper td,
.ot-cpt-wrapper th {
  vertical-align: middle;
}

.ot-cpt-wrapper table {
  border: none;
}

.ot-cpt-wrapper table th,
.ot-cpt-wrapper table td {
  border: none;
}

.ot-cpt-wrapper table tr td:first-child,
.ot-cpt-wrapper table tr td:last-child,
.ot-cpt-wrapper td,
.ot-cpt-wrapper th {
  padding: 6px 40px;
  empty-cells: show;
}

.ot-cpt-wrapper table tr:nth-child(3) td {
  padding-top: 35px;
}

.ot-cpt-wrapper table tr:last-child td {
  padding-top: 35px;
  padding-bottom: 30px;
}

.ot-cpt-wrapper td,
.ot-cpt-wrapper th {
  text-align: center;
}

.ot-cpt-wrapper td+td,
.ot-cpt-wrapper th+th {
  text-align: center;
}

.ot-cpt-wrapper tr:first-child {
  background: none !important;
}

.ot-cpt-wrapper tr td:nth-child(2) {
  display: table-cell;
}

.ot-cpt-wrapper td:nth-child(1) {
  display: table-cell;
}

.ot-cpt-wrapper td {
  display: none;
}

.ot-cpt-wrapper .sep {
  background: #f5f5f5;
  font-weight: bold;
}

.ot-cpt-price-wrapper {
  display: block;
  font-family: var(--ronmi-font-main);
  font-size: 18px;
  color: var(--ronmi-color-text-main);
  line-height: 1;
  margin-top: 12px;
}

.ot-cpt-wrapper .ot-cpt-price {
  font-size: 24px;
  font-weight: 500;
  color: var(--ronmi-color-second);
}

.ot-cpt-wrapper .ot-cpt-period {
  align-self: flex-start;
}

.feature-heading-blank.ot-cpt-wrapper .hide {
  border: unset !important;
  background: unset !important;
}

.ot-cpt-wrapper .hide.ot-cpt-hide.ot-cpt-fbox-heading {
  border: 0px solid black;
}

.ot-cpt-btn:hover {
  color: #fff;
}

.ot-cpt-wrapper i.fa.fa-check,
.ot-cpt-wrapper i.fas.fa-check {
  color: #38f146;
}

.ot-cpt-wrapper i.fa.fa-close,
.ot-cpt-wrapper i.fas.fa-times {
  color: #ff0000;
}

.button-heading-blank.ot-cpt-wrapper tr:last-child td:first-child {
  background: none !important;
  border: none !important;
}

.ot-cpt-wrapper tr:last-child {
  background: none !important;
}

tbody tr:nth-child(2) {
  background: none !important;
}

.ot-cpt-wrapper .hide.ot-cpt-hide {
  display: none !important;
}

@media (min-width: 1025px) {
  .ot-cpt-wrapper .ot-cpt-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ot-cpt-wrapper td,
  .ot-cpt-wrapper .ot-cpt-header {
    width: 292px;
  }

  .ot-cpt-wrapper td+td,
  .ot-cpt-wrapper th+th {
    width: auto;
  }

  .ot-cpt-wrapper td,
  .ot-cpt-wrapper th {
    display: table-cell !important;
  }
}

@media (max-width: 1024px) {
  .ot-cpt-wrapper ul {
    display: flex;
  }

  .ot-cpt-wrapper tbody tr.ot-cpt-header {
    display: none;
  }

  .ot-cpt-wrapper tbody tr.ot-cpt-header {
    display: none;
  }

  .ot-cpt-wrapper .hide.ot-cpt-hide.ot-cpt-fbox-heading {
    display: flex !important;
    align-items: center;
  }

  .ot-cpt-fbox-heading,
  .ot-cpt-heading {
    height: auto;
    min-height: 90px;
  }
}

@media (max-width: 1024px) {
  .ot-pricing-table {
    margin: auto;
  }
}

@media (max-width: 650px) {
  .ot-cpt-btn .octf-btn {
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .ot-pricing-table {
    max-width: 100%;
  }
}

.ot-switcher {
  margin: 0 auto;
  background-color: var(--ronmi-bg-color-screen);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.ot-switcher span {
  font-weight: 500;
  min-width: 144px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-switcher span.active {
  color: var(--ronmi-btn-text-color);
  background-color: var(--ronmi-color-primary);
}

/* Tabs */
.ot-tabs__heading {
  margin-bottom: 0;
  overflow: hidden;
}

.ot-tabs__heading .tab-link {
  float: left;
  margin-right: 30px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-tabs__heading .tab-link.current,
.ot-tabs__heading .tab-link:hover {
  color: var(--ronmi-color-second);
}

.ot-tabs__heading .tab-link:last-child {
  margin-right: 0;
}

.ot-tabs__heading .is-line {
  position: relative;
}

.ot-tabs__heading .is-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}

.ot-tabs__heading .is-line:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.ot-tabs__heading .is-line.current:after {
  transform: scaleX(1);
  transform-origin: left;
}

.ot-tabs__content {
  display: none;
  padding: 21px 0;
}

.ot-tabs__content.current {
  display: inherit;
}

.ot-tabs__content h5 {
  font-size: 22px;
  line-height: 36px;
}

.ot-tabs__content ul,
.ot-tabs__content ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.ot-tabs__content ul li,
.ot-tabs__content ol li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 5px;
}

.ot-tabs__content ul li:before,
.ot-tabs__content ol li:before {
  content: "\f11b";
  position: absolute;
  font-family: "flaticon";
  font-size: 12px;
  color: #e31e24;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ot-tabs__content ul li:last-child,
.ot-tabs__content ol li:last-child {
  margin-bottom: 0;
}

.ot-tabs p:last-child {
  margin-bottom: 0;
}

/*Client logo slider*/
.ot-client-logo-slider .client-logo {
  display: inline-block;
  width: 100%;
  opacity: 1;
  will-change: opacity, visibility;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.ot-client-logo-slider .client-hover-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.ot-client-logo-slider .client_link {
  display: block;
  position: relative;
  line-height: 0;
  text-align: center;
}

.ot-client-logo-slider .client_link img {
  display: inline-block;
  width: auto;
}

.ot-client-logo-slider .client_link:hover .client-logo {
  opacity: 0;
  visibility: hidden;
}

.ot-client-logo-slider .client_link:hover .client-hover-logo {
  opacity: 1;
  visibility: visible;
}

.ot-image-slider {
  text-align: center;
}

.ot-image-slider .owl-item img {
  width: auto;
  display: inline-block;
}

.ot-counter {
  display: block;
}

.ot-counter span {
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-second);
  font-size: 48px;
  line-height: 40px;
}

.ot-counter__title {
  margin-bottom: 0;
}

.ot-counter__desc {
  margin-bottom: 0;
  font-size: 16px;
}

.ot-counter .number-wrapper {
  letter-spacing: -0.2;
  margin-bottom: 11px;
}

.ot-counter .number-wrapper,
.ot-counter .title-desc-wrapper {
  word-break: normal;
}

.ot-position-top .ot-counter .dflex {
  display: inline-flex;
}

.ot-position-left .ot-counter,
.ot-position-right .ot-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ot-position-left .ot-counter__title,
.ot-position-right .ot-counter__title {
  margin-top: 0;
}

.ot-position-left .ot-counter .number-wrapper,
.ot-position-right .ot-counter .number-wrapper {
  margin-bottom: 0;
}

.ot-position-left .ot-counter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ot-position-left .ot-counter .number-wrapper {
  margin-right: 20px;
}

.ot-position-right .ot-counter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ot-position-right .ot-counter .number-wrapper {
  margin-left: 20px;
}

/*Accordition*/
.ot-acc-item {
  background-color: #fff;
  padding: 22px 0 21px;
  border-bottom: 1px solid rgba(0, 119, 110, 0.1);
}

.ot-acc-item__title {
  font-family: var(--ronmi-font-second);
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
  color: var(--ronmi-color-dark);
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-acc-item__title i {
  float: right;
  text-align: center;
  font-size: 10px;
}

.ot-acc-item__title i.up {
  display: none;
}

.ot-acc-item__title i.down {
  margin-top: 5px;
}

.ot-acc-item__title i:before {
  font-size: 20px;
}

.ot-acc-item__title span.up {
  display: none;
}

.ot-acc-item__title svg {
  display: block;
  width: 20px;
  fill: currentColor;
}

.ot-acc-item__content {
  display: none;
  padding-top: 21px;
}

.ot-acc-item__content p:last-child,
.ot-acc-item__content ul:last-child {
  margin-bottom: 0;
}

.ot-acc-item__time {
  display: inline-block;
  font-size: 16px;
}

.ot-acc-item.current .ot-acc-item__title i.down {
  display: none;
}

.ot-acc-item.current .ot-acc-item__title i.up {
  display: inherit;
}

.ot-acc-item.current .ot-acc-item__title span.down {
  display: none;
}

.ot-acc-item.current .ot-acc-item__title span.up {
  display: inherit;
}

.ot-acc-item.current .ot-acc-item__title,
.ot-acc-item:hover .ot-acc-item__title {
  color: var(--ronmi-color-primary);
}

.ot-acc-item:last-child {
  border-bottom: none;
}

.ot-testimonial__item {
  text-align: center;
  overflow: hidden;
}

.ot-testimonial__item .ot-tcontent {
  font-family: var(--ronmi-font-second);
  font-size: 36px;
  line-height: 48px;
  color: var(--ronmi-color-dark);
  padding-bottom: 36px;
}

.ot-testimonial__item .ot-tmeta {
  width: 100%;
  line-height: 1;
}

.ot-testimonial__item .ot-tmeta-inner {
  display: inline-block;
}

.ot-testimonial__item .ot-tmeta .ot-timage {
  padding-right: 20px;
}

.ot-testimonial__item .ot-tmeta .ot-timage img {
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-testimonial__item .ot-tmeta .ot-tinfo {
  text-align: left;
}

.ot-testimonial__item .ot-tmeta .ot-tname {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.ot-testimonial__item .ot-tmeta .ot-tjob {
  display: block;
  font-size: 14px;
  color: var(--ronmi-color-primary);
  text-transform: uppercase;
}

.ot-testimonial__item .ot-tquote {
  line-height: 1;
  margin-bottom: 20px;
}

.ot-testimonial__item .ot-tquote img {
  width: auto;
  display: inline-block;
}

.ot-testimonial__item .ot-tdivider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
}

.ot-testimonial__item .ot-tdivider span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  height: 1px;
  background-color: rgba(0, 119, 110, 0.1);
  width: 100%;
}

.ot-testimonial-vertical .ot-testimonial__item {
  text-align: left;
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tquote {
  position: relative;
  width: 170px;
  height: 170px;
  background-color: #f7f7f5;
  margin-bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tquote img {
  max-width: 37px;
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tquote:after {
  position: absolute;
  content: "\f113";
  font-family: flaticon;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  color: #e31e24;
  border: 1px solid currentColor;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tcontent {
  padding-right: 15%;
  padding-left: 50px;
  padding-bottom: 0;
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tmeta {
  font-size: 18px;
  margin-top: 25px;
  color: var(--ronmi-color-text-main);
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tmeta .ot-tinfo {
  flex-wrap: wrap;
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tmeta .ot-tname {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  margin-right: 5px;
  color: var(--ronmi-color-primary);
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tmeta .ot-tjob {
  font-size: inherit;
  text-transform: inherit;
  color: inherit;
}

.ot-testimonial-vertical .ot-testimonial__item .ot-tmeta-inner {
  display: flex;
  align-items: center;
}

.ot-testimonial-vertical .ot-dots-custom {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ot-testimonial-vertical .ot-dots-custom .owl-dot {
  display: block;
  margin-right: 0;
}

.ot-testimonial-vertical .ot-dots-custom .owl-dot:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .ot-testimonial-vertical .ot-testimonial__item .ot-tquote {
    display: none;
  }

  .ot-testimonial-vertical .ot-testimonial__item .ot-tcontent {
    padding-left: 0;
  }
}

.ot-team {
  text-align: left;
  background: transparent;
}

.ot-team__thumb {
  display: inline-block;
  position: relative;
  margin-bottom: 22px;
}

.ot-team__info .t-name {
  margin-bottom: 6px;
}

.ot-team__info .t-name a:hover {
  color: var(--ronmi-color-second);
}

.ot-team__info .t-role {
  display: block;
  font-size: 14px;
  color: var(--ronmi-color-primary);
  text-transform: uppercase;
  line-height: 1.2;
}

.ot-team.content-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.ot-team.content-reverse .ot-team__thumb {
  margin-bottom: 0;
}

.ot-team.content-reverse .ot-team__info {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 21px;
}

.ot-team.content-reverse .ot-team__info .t-name {
  margin-bottom: 0;
  margin-top: 10px;
}

.ot-team:not(.team-overlay-info) .t-social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.ot-team:not(.team-overlay-info) .t-social a {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--ronmi-color-primary);
  background-color: #fff;
  padding: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-team:not(.team-overlay-info) .t-social a:last-child {
  margin-bottom: 0;
}

.ot-team:not(.team-overlay-info) .t-social a i,
.ot-team:not(.team-overlay-info) .t-social a svg {
  display: block;
  width: 1em;
  height: 1em;
}

.ot-team:not(.team-overlay-info) .t-social a svg {
  fill: currentColor;
}

.ot-team:not(.team-overlay-info) .t-social a:hover {
  color: #fff;
  background-color: var(--ronmi-color-primary);
}

.ot-team:not(.team-overlay-info):hover .t-social {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.ot-heading-with-slider .ot-heading__title {
  margin-bottom: 15px;
}

/*Team Overlay Info*/
.team-overlay-info {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.team-overlay-info .ot-team__thumb {
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0;
}

.team-overlay-info .ot-team__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 26px 30px;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(25, 29, 27, 0.4);
  vertical-align: top;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.team-overlay-info .ot-team__info>div {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.team-overlay-info .t-social {
  display: flex;
  margin-top: 9px;
}

.team-overlay-info .t-social a {
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
}

.team-overlay-info .t-social a:hover {
  color: var(--ronmi-color-primary);
}

.team-overlay-info:hover .ot-team__info {
  opacity: 1;
}

@media (max-width: 991px) {
  .ot-heading-with-slider .flex-middle {
    display: block;
  }

  .ot-heading-with-slider .ot-heading {
    margin-bottom: 35px;
  }

  .ot-heading-with-slider .ot-slider {
    margin-top: 60px;
  }
}

.ot-hotspots {
  display: inline-block;
  position: relative;
  width: 100%;
}

.ot-hotspots__image {
  display: inline-block;
}

.ot-hotspots__image img {
  width: 100%;
}

.ot-hotspots-wrap-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ot-hotspots__btn {
  display: flex;
  align-items: center;
  padding: 17px;
  color: #fff;
  border: 1px solid currentColor;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-hotspots__btn .hotspots-point {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(20px, 38.89%);
  height: min(20px, 38.89%);
  line-height: 1;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ot-hotspots__tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  right: initial;
  top: initial;
  min-width: 168px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ot-hotspots__tooltip .tooltip-content {
  position: relative;
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-dark);
  background-color: #fff;
  padding: 3px;
  text-align: center;
  margin-bottom: 17px;
}

.ot-hotspots__tooltip .tooltip-content:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -4px;
  width: 15px;
  height: 15px;
  background: inherit;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ot-hotspots__item {
  position: absolute;
  cursor: pointer;
}

.ot-hotspots__item:hover .ot-hotspots__tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media (max-width: 1199px) {
  .ot-hotspots__btn .hotspots-point {
    width: min(10px, 38.89%);
    height: min(10px, 38.89%);
  }
}

.video-popup {
  display: inline-block;
  position: relative;
  width: 100%;
}

.video-popup .video-image {
  display: inline-block;
}

.video-popup .video-image img {
  width: 100%;
}

.video-popup a {
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: var(--ronmi-color-primary);
}

.video-popup a i {
  margin-left: 8%;
}

.video-popup a i:before {
  font-size: 21px;
}

.video-popup a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 119, 110, 0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: border-color 0.3s linear;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
}

.video-popup a .circle-1 {
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
}

.video-popup a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}

.video-popup .video-title {
  margin-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--ronmi-color-primary);
  letter-spacing: 0.5px;
}

.video-popup .btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.ot-countdown {
  text-align: center;
  display: flex;
  margin-bottom: 0;
}

.ot-countdown li {
  display: inline-block;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
}

.ot-countdown li span {
  display: block;
  font-family: var(--ronmi-font-second);
  font-size: 100px;
  margin-bottom: 15px;
  white-space: nowrap;
  color: var(--ronmi-font-primary);
}

.ot-countdown li p {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ot-countdown li.seperator {
  font-size: 72px;
  font-weight: bold;
  color: var(--ronmi-font-primary);
  margin-top: 12px;
}

@media (max-width: 767px) {
  .ot-countdown li p {
    font-size: 14px;
  }

  .ot-countdown li span,
  .ot-countdown li.seperator {
    font-size: 42px;
  }

  .ot-countdown li span {
    margin-bottom: 10px;
  }

  .ot-countdown li.seperator {
    line-height: 55px;
    margin-top: -6px;
  }
}

.ot-icon-list-wrapper ul {
  margin-bottom: 0;
}

.ot-icon-list-wrapper ul.--inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ot-icon-list-wrapper .ot-icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  word-break: normal;
  color: var(--ronmi-color-text-main);
}

.ot-icon-list-wrapper .ot-icon-list-item a {
  color: currentColor;
}

.ot-icon-list-wrapper .ot-icon-list-item a:hover {
  color: var(--ronmi-color-primary);
}

.ot-icon-list-wrapper .ot-icon-list-item:last-child {
  margin-bottom: 0;
}

.ot-icon-list-wrapper .ot-icon-list-item.--inline-item {
  margin-bottom: 0;
  margin-right: 30px;
  word-break: break-word;
}

.ot-icon-list-wrapper .ot-icon-list-item.--inline-item:last-child {
  margin-right: 0;
}

.ot-icon-list-wrapper .ot-icon-list-icon {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-icon-list-wrapper .ot-icon-list-icon+.ot-icon-list-text {
  align-self: center;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
  display: block;
  width: 1em;
  height: 1em;
  color: var(--ronmi-color-second);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-icon-list-wrapper .ot-icon-list-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: var(--ronmi-color-second);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-icon-list-wrapper .ot-icon-list-text {
  transition: background-size 0.3s linear;
  -webkit-transition: background-size 0.3s linear;
  -moz-transition: background-size 0.3s linear;
  -o-transition: background-size 0.3s linear;
  -ms-transition: background-size 0.3s linear;
}

.ot-view-stacked .ot-icon-list-icon {
  padding: 0.5em;
  background-color: var(--ronmi-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*Image gallery*/
.ot-image-gallery .gallery-icon {
  position: relative;
}

.ot-image-gallery .gallery-icon .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-image-gallery .gallery-icon .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  color: #fff;
}

.ot-image-gallery .gallery-icon .overlay i:before {
  display: block;
  font-size: 22px;
}

.ot-image-gallery .gallery-icon:hover .overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {

  .ot-image-gallery .gallery.gallery-columns-2 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-3 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-4 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-5 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-6 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-7 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-8 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-9 .gallery-item,
  .ot-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100%;
  }
}

/**** isotope filtering ****/
.project_filters {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 0;
}

.project_filters:after {
  content: "";
  display: block;
  clear: both;
}

.project_filters.no-arrow li a:before {
  display: none;
}

.project_filters li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 33px;
  margin-right: 33px;
}

.project_filters li:last-child {
  margin-right: 0;
}

.project_filters li:first-child {
  margin-left: 0;
}

.project_filters li a {
  display: block;
  color: var(--ronmi-color-dark);
}

.project_filters li a:focus,
.project_filters li a:active {
  color: var(--ronmi-color-second);
}

.project_filters li a.selected,
.project_filters li a:hover {
  color: var(--ronmi-color-second);
  background-size: 100% 1px;
}

.project_filters li a sup {
  vertical-align: middle;
  font-size: small;
}

/* projects-grid
================================================== */
.projects-grid .project-item {
  display: inline-block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.projects-grid .grid-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.projects-grid.pf_2_cols .project-item,
.projects-grid.pf_2_cols .grid-sizer {
  width: 50%;
}

.projects-grid.pf_2_cols .project-item.w_double,
.projects-grid.pf_2_cols .grid-sizer.w_double {
  width: 100%;
}

.projects-grid.pf_3_cols .project-item,
.projects-grid.pf_3_cols .grid-sizer {
  width: 33.3333333333%;
}

.projects-grid.pf_3_cols .project-item.w_double,
.projects-grid.pf_3_cols .grid-sizer.w_double {
  width: 66.66666666%;
}

.projects-grid.pf_4_cols .project-item,
.projects-grid.pf_4_cols .grid-sizer {
  width: 25%;
}

.projects-grid.pf_4_cols .project-item.w_double,
.projects-grid.pf_4_cols .grid-sizer.w_double {
  width: 50%;
}

.project-filter-wrapper .projects-grid {
  margin: -15px;
}

.project-filter-wrapper .projects-grid .project-item {
  padding: 15px;
}

.project-filter-wrapper .projects-grid .project-item.w_double .projects-thumbnail img {
  margin-top: -15px;
}

.project-filter-wrapper.project-scattered-image .projects-box {
  width: auto;
}

.project-filter-wrapper.project-scattered-image .projects-box .projects-thumbnail,
.project-filter-wrapper.project-scattered-image .projects-box .portfolio-info {
  width: auto;
}

.project-filter-wrapper.project-scattered-image .project-item:nth-of-type(2n+3) {
  text-align: right;
}

.project-filter-wrapper.project-scattered-image .project-item:nth-of-type(3) {
  margin-top: 100px;
}

.project-filter-wrapper.project-scattered-image .project-item:nth-of-type(4n+1) {
  text-align: left;
}

.projects-grid {
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-project-slider .custom-nav {
  margin-bottom: 0;
}

.projects-grid,
.ot-project-slider {
  position: relative;
  /* info style 1 */
  /* info style 2 */
  /* info hidden */
  /* overlay info style-4 */
}

.projects-grid.style-1 .portfolio-info,
.ot-project-slider.style-1 .portfolio-info {
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}

.projects-grid.style-1 .projects-box:hover .portfolio-info,
.ot-project-slider.style-1 .projects-box:hover .portfolio-info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.projects-grid.style-2 .portfolio-info,
.ot-project-slider.style-2 .portfolio-info {
  background: #fff;
  position: static;
  opacity: 1;
}

.projects-grid.style-2 .portfolio-info .portfolio-info-inner,
.ot-project-slider.style-2 .portfolio-info .portfolio-info-inner {
  max-width: 370px;
  padding-left: 0;
  padding-right: 0;
}

.projects-grid.style-2 .portfolio-info,
.ot-project-slider.style-2 .portfolio-info {
  transition-duration: 0.3s;
}

.projects-grid.style-2 .portfolio-info .portfolio-exc,
.ot-project-slider.style-2 .portfolio-info .portfolio-exc {
  opacity: 0;
}

.projects-grid.style-2 .projects-box:hover .portfolio-info,
.ot-project-slider.style-2 .projects-box:hover .portfolio-info {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}

.projects-grid.style-2 .projects-box:hover .portfolio-info .portfolio-exc,
.ot-project-slider.style-2 .projects-box:hover .portfolio-info .portfolio-exc {
  opacity: 1;
}

.projects-grid.style-3 .projects-thumbnail,
.ot-project-slider.style-3 .projects-thumbnail {
  position: relative;
}

.projects-grid.style-3 .projects-thumbnail .overlay,
.ot-project-slider.style-3 .projects-thumbnail .overlay {
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.projects-grid.style-3 .projects-thumbnail .overlay i:before,
.ot-project-slider.style-3 .projects-thumbnail .overlay i:before {
  font-size: 21px;
}

.projects-grid.style-3 .projects-box:hover .overlay,
.ot-project-slider.style-3 .projects-box:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.projects-grid.style-3 .portfolio-info,
.ot-project-slider.style-3 .portfolio-info {
  display: none;
}

.projects-grid.style-4 .projects-box .portfolio-info,
.ot-project-slider.style-4 .projects-box .portfolio-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(30, 29, 39, 0.4);
  border-left: 2px solid #e31e24;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}

.projects-grid.style-4 .projects-box:hover .portfolio-info,
.ot-project-slider.style-4 .projects-box:hover .portfolio-info {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.projects-grid.img-scale .projects-box:hover img,
.ot-project-slider.img-scale .projects-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* projects-box */
.projects-box {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.projects-box .portfolio-info {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  vertical-align: middle;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.projects-box .portfolio-info .portfolio-info-inner {
  padding: 12px 30px 18px;
  width: 100%;
  text-align: left;
  z-index: 1;
}

.projects-box .portfolio-info .portfolio-info-inner.info-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.projects-box .portfolio-info h5 {
  margin-bottom: 0;
  line-height: 32px;
}

.projects-box .portfolio-info h5 a {
  color: currentColor;
}

.projects-box .portfolio-info .portfolio-cates {
  color: var(--ronmi-color-dark);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.projects-box .portfolio-info .portfolio-cates a {
  position: relative;
  color: currentColor;
  margin-left: 18px;
}

.projects-box .portfolio-info .portfolio-cates a:before {
  position: absolute;
  content: "";
  left: -9px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}

.projects-box .portfolio-info .portfolio-cates a:first-child {
  margin-left: 0;
}

.projects-box .portfolio-info .portfolio-cates a:first-child:before {
  display: none;
}

.projects-box .portfolio-info .portfolio-exc {
  margin-top: 14px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.projects-box .portfolio-info .portfolio-exc p {
  margin-bottom: 0;
}

.projects-box .portfolio-info .portfolio-btn {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}

.projects-box .portfolio-info .portfolio-btn a {
  display: inline-flex;
  line-height: 1;
  color: var(--ronmi-color-dark);
}

.projects-box .portfolio-info .portfolio-btn a i {
  margin-left: 10px;
}

.projects-box .portfolio-info .portfolio-btn a i:before {
  font-size: 17px;
}

.projects-box .portfolio-info .portfolio-btn a:hover {
  color: var(--ronmi-color-primary);
}

.projects-box .portfolio-info.full-width {
  width: 100%;
  left: 0;
}

.projects-box .projects-thumbnail {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.projects-box .projects-thumbnail .overlay {
  display: none;
}

.projects-box img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.projects-box:hover .portfolio-info {
  opacity: 1;
}

.ot-project-slider .owl-nav {
  display: block;
  text-align: left;
  bottom: -70px;
  top: auto;
  transform: translateY(0);
}

.ot-project-slider .owl-nav button.owl-prev {
  margin-right: 50px;
  margin-left: 23px;
}

.ot-project-slider .owl-nav button.owl-next {
  margin-right: 23px;
}

/*** load more button ***/
.btn-block {
  text-align: center;
  clear: both;
}

.btn-block .octf-btn {
  margin-top: 50px;
  padding: 18px 60px;
}

.btn-block .octf-btn svg {
  vertical-align: top;
}

/* Project box*/
.ot-project-box .ot-project-meta {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.ot-project-box .ot-project-image {
  position: relative;
  overflow: hidden;
}

.ot-project-box .ot-project-image>img {
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}

.ot-project-box .project-cat {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 27px;
}

.ot-project-box .project-cat span a {
  position: relative;
  padding-right: 10px;
}

.ot-project-box .project-cat span a:after {
  position: absolute;
  content: "|";
  right: 0;
  top: 50%;
  color: currentColor;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ot-project-box .project-cat span:last-child a {
  padding-right: 0;
}

.ot-project-box .project-cat span:last-child a:after {
  display: none;
}

.ot-project-box .project-title {
  margin-bottom: 0;
}

.ot-project-box .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-project-box .overlay i {
  font-size: 20px;
}

.ot-project-box .overlay svg {
  width: 20px;
  fill: #fff;
}

.img-bt-infra:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.img-bt-infra:hover .ot-project-image>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* project carousel */
.project-slider .projects-box {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.project-slider .projects-box img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.project-slider .projects-box .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px 50px;
  width: 100%;
  z-index: 1;
}

.project-slider .projects-box .portfolio-info h5 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.project-slider .projects-box .portfolio-info h5 a {
  color: #fff;
}

.project-slider .projects-box .portfolio-info .portfolio-cates {
  color: #e9e9e9;
  font-family: "Libre Caslon Text", serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.project-slider .projects-box .portfolio-info .portfolio-cates a {
  color: #e9e9e9;
  line-height: 1;
  display: inline;
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #e9e9e9, #f5f5f5);
}

.project-slider .projects-box .portfolio-info .portfolio-cates a:hover {
  background-size: 100% 1px;
}

.project-slider .projects-box .portfolio-info .portfolio-cates span:first-child {
  display: none;
}

.project-slider.img-scale .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.project-bottom {
  border-top: 1px solid #d2e1e6;
  padding-bottom: 100px;
}

.single-portfolio-navigation {
  padding-top: 50px;
}

.single-portfolio-navigation .post-nav {
  margin-bottom: 0;
}

.single-portfolio-navigation .info-post span span {
  margin: 0 3px;
}

.single-portfolio-navigation .info-post span span:last-child {
  display: none;
}

.portfolio-related-posts-wrap {
  padding-top: 90px;
}

.portfolio-related-posts-wrap .portfolio-exc {
  display: none;
}

.portfolio-related-title-wrap h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {

  .projects-grid.pf_4_cols .grid-sizer,
  .projects-grid.pf_4_cols .project-item {
    width: 33.333333%;
  }

  .projects-grid.pf_4_cols .grid-sizer.w_double,
  .projects-grid.pf_4_cols .project-item.w_double {
    width: 66.666666%;
  }
}

@media only screen and (max-width: 1024px) {
  .project-bottom {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .heading-project-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .heading-project-slider {
    margin-bottom: 40px;
  }

  .heading-project-slider .custom-nav {
    margin-top: 25px;
  }

  .projects-grid .project-item,
  .projects-grid .grid-sizer,
  .projects-grid.pf_3_cols .grid-sizer,
  .projects-grid.pf_3_cols .project-item,
  .projects-grid.pf_4_cols .grid-sizer,
  .projects-grid.pf_4_cols .project-item {
    width: 50%;
  }

  .projects-grid .project-item.w_double,
  .projects-grid .grid-sizer.w_double,
  .projects-grid.pf_3_cols .grid-sizer.w_double,
  .projects-grid.pf_3_cols .project-item.w_double,
  .projects-grid.pf_4_cols .grid-sizer.w_double,
  .projects-grid.pf_4_cols .project-item.w_double {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {

  .projects-grid.pf_3_cols .project-item,
  .projects-grid .grid-sizer,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_2_cols .project-item {
    width: 100%;
  }

  .project_filters li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .project-filter-wrapper.project-scattered-image .project-item:nth-of-type(3) {
    margin-top: 0;
  }
}

/*Hover Box Overlay*/
.ot-hover-box {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.ot-hover-box__image {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.ot-hover-box__image img {
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}

.ot-hover-box__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-hover-box__content .flex-middle {
  width: 100%;
  height: 100%;
}

.ot-hover-box__content .box-content-inner {
  color: #fff;
}

.ot-hover-box__content .box-content-inner img {
  display: inline-block;
  max-width: 80px;
  margin-bottom: 12px;
}

.ot-hover-box__content .box-content-inner i {
  font-size: 32px;
}

.ot-hover-box__content .box-content-inner svg {
  width: 32px;
  fill: #fff;
}

.ot-hover-box__content .box-content-inner p {
  margin-bottom: 0;
}

.ot-hover-box__content .box-content-inner h5 {
  margin-bottom: 10px;
  color: #fff;
}

.ot-hover-box__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ot-hover-box:hover .ot-hover-box__content {
  opacity: 1;
}

.ot-hover-box:hover .ot-hover-box__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*Hover Image*/
.ot-hover-image {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}

.ot-hover-image__inner {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

.ot-hover-image__inner>img {
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  width: 100%;
  object-fit: cover;
}

.ot-hover-image .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-hover-image .overlay i {
  font-size: 36px;
}

.ot-hover-image .overlay svg {
  width: 36px;
  fill: #fff;
}

.ot-hover-image .overlay img {
  max-width: 80px;
}

.ot-hover-image__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.ot-hover-image:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.ot-hover-image:hover .ot-hover-image__inner>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.link-content-wrapper {
  font-family: var(--ronmi-font-second);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.link-content-wrapper .link-icon {
  display: block;
  line-height: 1;
}

.link-content-wrapper .link-icon svg,
.link-content-wrapper .link-icon i {
  width: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.link-content-wrapper .link-icon i {
  color: currentColor;
}

.link-content-wrapper .link-icon svg {
  fill: currentColor;
}

.link-content-wrapper .link-text[data-number] {
  position: relative;
  padding-left: 60px;
}

.link-content-wrapper .link-text[data-number]:before {
  position: absolute;
  content: attr(data-number);
  top: 7px;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.elementor-edit-area-active .elementor-inner-section {
  margin-top: 15px;
}

body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  font-family: var(--ronmi-font-second);
  font-weight: var(--ronmi-font-weight-text);
  color: var(--ronmi-color-dark);
}

.elementor-widget-heading h1.elementor-heading-title {
  font-size: var(--ronmi-h1-font-size);
  line-height: var(--ronmi-h1-line-height);
}

.elementor-widget-heading h2.elementor-heading-title {
  font-size: var(--ronmi-h2-font-size);
  line-height: var(--ronmi-h2-line-height);
}

.elementor-widget-heading h3.elementor-heading-title {
  font-size: var(--ronmi-h3-font-size);
  line-height: var(--ronmi-h3-line-height);
}

.elementor-widget-heading h4.elementor-heading-title {
  font-size: var(--ronmi-h4-font-size);
  line-height: var(--ronmi-h4-line-height);
}

.elementor-widget-heading h5.elementor-heading-title {
  font-size: var(--ronmi-h5-font-size);
  line-height: var(--ronmi-h5-line-height);
}

.elementor-widget-heading h6.elementor-heading-title {
  font-size: var(--ronmi-h6-font-size);
  line-height: var(--ronmi-h6-line-height);
}

div.elementor-widget-text-editor,
.elementor-widget-icon-list li.elementor-icon-list-item,
.elementor-widget-icon-list li.elementor-icon-list-item a {
  font-family: var(--ronmi-font-main);
}

div.elementor-widget-text-editor,
.elementor-widget-icon-list span.elementor-icon-list-text {
  color: var(--ronmi-color-text-main);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.elementor-default .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/*Fix error social-icon display: inline-block*/
.elementor-icon.elementor-social-icon {
  display: inline-flex;
}

.elementor-section>.elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .elementor .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 750px;
  }

  .elementor-element .container {
    width: 720px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 970px;
  }

  .elementor-element .container {
    width: 940px;
    padding: 0;
  }
}

@media (min-width: 1230px) {
  .elementor .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
  }

  .elementor-element .container {
    width: 1170px;
    padding: 0;
  }
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.octf-cta-header {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.octf-cta-header .toggle_search {
  cursor: pointer;
}

.octf-cta-header .toggle_search i {
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  line-height: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.octf-cta-header .toggle_search i.ot-flaticon-close:before {
  font-size: 16px;
}

.octf-cta-header .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  width: 340px;
}

.octf-cta-header .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.octf-cta-header .h-search-form-field .h-search-form-inner input {
  background: transparent;
  font-weight: 400;
}

.octf-cta-header .h-search-form-field .h-search-form-inner button {
  color: #fff;
}

.octf-cta-header .h-search-form-field .h-search-form-inner button i:before {
  font-weight: normal;
}

.octf-cta-header .h-search-form-field.show {
  -webkit-animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
## Mini Cart
--------------------------------------------------------------*/
.octf-cart {
  position: relative;
}

.site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  background-color: #fff;
  color: #fff;
  width: 342px;
  padding: 35px;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: -15px;
}

.site-header-cart .widget_shopping_cart_content {
  text-align: left;
}

.octf-cart:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.octf-cart:hover .site-header-cart:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0px;
}

.cart-contents {
  position: relative;
  display: inline-block;
  color: var(--ronmi-color-dark);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--ronmi-bg-color-screen);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cart-contents i:before {
  display: block;
  font-size: 18px;
}

.cart-contents .cart-count {
  position: absolute;
  top: 0px;
  right: -11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background-color: var(--ronmi-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .site-header-cart {
    display: none;
  }
}

/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: var(--ronmi-color-dark);
}

.header-mobile .is-stuck .cart-contents .count {
  background: #fff;
  color: var(--ronmi-color-dark);
}

.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: var(--ronmi-color-dark);
  line-height: 2;
}

.mmenu-toggle button i:before {
  font-size: 28px;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background-color: var(--ronmi-color-dark);
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.mmenu-wrapper.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  width: 327px;
  padding: 20px 52px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.mmenu-wrapper .mmenu-close {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.mmenu-wrapper .mobile-nav {
  min-width: 240px;
}

.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
}

.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}

.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}

.mmenu-wrapper .mobile_mainmenu li a {
  padding: 6px 30px 6px 0;
  display: block;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 7px 12px 7px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow i {
  display: inline-block;
  line-height: 1;
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow i:before {
  display: inline-block;
  font-size: 8px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow.active i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mmenu-wrapper.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mmenu-wrapper.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mmenu-wrapper.on-left .mmenu-close {
  text-align: right;
}

.mmenu-wrapper.on-left .mmenu-close i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mmenu-active .mmenu-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

.site-overlay {
  /* cursor: url(images/close.png) 16 16, default; */
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

.admin-bar section:not(.is-stuck) .mmenu-wrapper {
  top: 32px;
}

@media only screen and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 46px;
  }
}

/*--------------------------------------------------------------
## Menu Hamburger
--------------------------------------------------------------*/
.menu-hamburger-toggle {
  display: inline-block;
}

.menu-hamburger-toggle a {
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 20px;
  text-align: center;
  background: #f6f5f6;
  color: #191d1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.menu-hamburger-toggle a i:before {
  font-size: 1em;
}

.side-menu-active .menu-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 1;
}

.panel-btn i {
  color: var(--ronmi-color-dark);
  cursor: pointer;
}

.panel-btn i:before {
  line-height: 2;
  font-size: 22px;
}

.admin-bar .side-panel {
  top: 32px;
}

.side-panel {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  z-index: 9999;
  /* -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); */
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.side-panel .side-panel-block {
  padding:35px;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--ronmi-color-dark);
  box-sizing: border-box;
}

.side-panel .side-panel-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;

  text-align: center;
}

.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel.side-panel-open {
  /* -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); */
  opacity: 1;
  visibility: visible;
  
}

.side-panel-active .panel-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}
/* 

.side-panel>div {
    width: 240vw;
    height: 240vw;
    color: #FEFEFE;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-flex: 0;
    flex: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.side-panel.side-panel-open>div {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
}

.side-panel>div>div {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 0;
    flex: none;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}
.side-panel.side-panel-open>div>div {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
} */

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*back to top*/
#back-to-top {
  background: var(--ronmi-color-primary);
  color: #fff;
  border: 0 none;
  cursor: pointer;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  outline: medium none;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 150px;
}

#back-to-top i:before {
  display: inline-block;
  font-size: 17px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  padding: 130px 0 150px;
  align-items: center;
  background-color: #fff;
}

.error-404 .error-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}

.error-404 h1 {
  font-size: 250px;
  line-height: 1;
  color: var(--ronmi-color-second);
}

.error-404 h2 {
  margin-bottom: 18px;
}

.error-404 .page-content {
  font-size: 18px;
  line-height: 32px;
  max-width: 425px;
  margin: auto;
}

.error-404 .page-content form {
  margin: 30px 15px;
}

.error-404 .page-content form button {
  color: var(--ronmi-color-primary);
  background: transparent;
}

.error-404 .btn {
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 600px) {
  .error-404 {
    padding: 60px 0 80px;
  }

  .error-404 h1 {
    font-size: 120px;
  }

  .error-404 h2 {
    font-size: 28px;
  }

  .error-404 .page-content {
    font-size: 14px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
body.dark-scheme {
  color: #cccccc;
  background-color: var(--ronmi-bg-body-dark-scheme);
}

.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h3,
.dark-scheme h4,
.dark-scheme h5,
.dark-scheme h6,
.dark-scheme a,
.dark-scheme blockquote {
  color: #fff;
}

.dark-scheme .site-header-vertical {
  background-color: #171719;
}

.dark-scheme .site-header,
.dark-scheme .site-header-cart {
  background-color: var(--ronmi-bg-body-dark-scheme);
}

.dark-scheme .cart-contents,
.dark-scheme blockquote {
  background-color: var(--ronmi-bg-color-screen-dark-scheme);
}

.dark-scheme .main-navigation ul>li>a,
.dark-scheme .vertical-main-navigation ul>li>a {
  color: #fff;
}

.dark-scheme .main-navigation ul ul.sub-menu,
.dark-scheme .main-navigation ul ul.sub-menu:before {
  background-color: var(--ronmi-bg-body-dark-scheme);
}

.dark-scheme #mmenu_toggle button,
.dark-scheme #mmenu_toggle button:before,
.dark-scheme #mmenu_toggle button:after {
  background-color: #fff;
}

/* Dark Blog */
.dark-scheme .post-box .post-inner {
  background-color: var(--ronmi-bg-body-dark-scheme);
}

.dark-scheme .post-box .link-box a,
.dark-scheme .post-box .quote-box .quote-text {
  color: #fff;
}

.dark-scheme .blog-post .tagcloud a {
  color: #fff;
  background-color: var(--ronmi-color-dark);
  border-color: #191d1b;
}

.dark-scheme .blog-post .tagcloud a:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ronmi-color-dark);
}

.dark-scheme .blog-post .share-post a {
  color: #fff;
}

.dark-scheme .blog-post .author-bio .author-image {
  border-color: #0a0a0a;
}

.dark-scheme .post-nav a:before {
  color: #fff;
}

.dark-scheme .widget-area .widget .widget-title:before {
  border-color: #fff;
}

.dark-scheme .widget-area .widget ul:not(.recent-news)>li a {
  color: #fff;
}

.dark-scheme .widget-area .widget ul:not(.recent-news)>li a:hover {
  color: var(--ronmi-color-second);
}

.dark-scheme .widget-area .widget_categories ul li a+span.posts-count,
.dark-scheme .widget-area .widget_archive ul li a+span.posts-count,
.dark-scheme .widget-area .widget_nav_menu ul li a+span.posts-count,
.dark-scheme .widget-area .widget_product_categories ul li a+span.posts-count {
  color: #fff;
}

.dark-scheme .widget-area .widget_categories ul li a:hover,
.dark-scheme .widget-area .widget_archive ul li a:hover,
.dark-scheme .widget-area .widget_nav_menu ul li a:hover,
.dark-scheme .widget-area .widget_product_categories ul li a:hover {
  color: var(--ronmi-color-second);
}

.dark-scheme .widget-area .widget_categories ul li a:hover+span.posts-count,
.dark-scheme .widget-area .widget_archive ul li a:hover+span.posts-count,
.dark-scheme .widget-area .widget_nav_menu ul li a:hover+span.posts-count,
.dark-scheme .widget-area .widget_product_categories ul li a:hover+span.posts-count {
  color: var(--ronmi-color-second);
}

.dark-scheme .widget .recent-news h6 a:hover {
  color: var(--ronmi-color-second);
}

.dark-scheme .widget .tagcloud a {
  color: #fff;
  background-color: var(--ronmi-bg-color-screen-dark-scheme);
  border-color: transparent;
}

.dark-scheme .widget .tagcloud a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #191d1b;
}

.dark-scheme .author-widget_social a,
.dark-scheme .blog-post .share-post a {
  background-color: var(--ronmi-bg-color-screen-dark-scheme);
  border-color: transparent;
}

.dark-scheme .author-widget_social a:hover,
.dark-scheme .blog-post .share-post a:hover {
  background-color: var(--ronmi-color-second);
}

.dark-scheme .page-pagination li a.next,
.dark-scheme .page-pagination li a.prev {
  background-color: transparent;
}

.dark-scheme .post-nav a:hover {
  background-color: var(--ronmi-bg-color-screen-dark-scheme);
  border-color: transparent;
}

.dark-scheme .comments-area .comment-item .comment-text p {
  background-color: var(--ronmi-bg-color-screen-dark-scheme);
}

.dark-scheme .comments-area .comment-item .comment-text:before {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* Dark Portfolio */
.dark-scheme .projects-box .portfolio-info {
  background-color: rgba(25, 26, 27, 0.8);
}

.dark-scheme .projects-box .portfolio-info .portfolio-cates,
.dark-scheme .project_filters li a {
  color: #fff;
}

.dark-scheme .project_filters li a.selected,
.dark-scheme .project_filters li a:hover {
  color: var(--ronmi-color-second);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

/* Custom Css HTML */
@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.page-header-blog {
  background-image: url(images/top_page_blog.jpg);
}

.page-header-post {
  background-image: url(images/top_page_post.jpg);
}

.page-header-contact {
  background-image: url(../images/banner/leather-banner.webp);
}

.page-header-about {
  background-image: url(images/top_page_about.jpg);
}

.page-header-team {
  background-image: url(images/top_page_team.jpg);
}

.page-header-process {
  background-image: url(images/top_page_process.jpg);
}

.page-header-philosophy {
  background-image: url(images/top_page_philosophy.jpg);
}

.page-header-pricing {
  background-image: url(images/top_page_pricing.jpg);
}

.page-header-service {
  background-image: url(images/top_page_services.jpg);
}

.page-header-service-single {
  background-image: url(images/top_page_single_service2.jpg);
}

.page-header-service-single-2 {
  background-image: url(images/top_page_single_service.jpg);
}

.page-header-service-single-3 {
  background-image: url(images/top_page_single_service3.jpg);
}

.page-header-career {
  background-image: url(images/top_page_career.jpg);
}

.page-header-typography {
  background-image: url(images/top_page_typo.jpg);
}

.page-header-elements {
  background-image: url(images/top_page_element.jpg);
}

.page-header-portfolio {
  background-image: url(images/top_single_portfolio2.jpg);
}

.page-header-portfolio-single {
  background-image: url(images/top_single_portfolio1.jpg);
}

.page-header-portfolio-single2 {
  background-image: url(images/top_single_portfolio2.jpg);
}

.page-header-shop {
  background-image: url(images/top_page_shop.jpg);
}

.instagram_widget .widget-insta-feeds {
  display: table;
}

.instafeed-gallery .instafeed-item {
  display: inline-block;
  width: 33.33333333%;
  position: relative;
}

.instafeed-gallery .instafeed-item a {
  display: inline-block;
  position: relative;
  margin: 5px;
  background: #f1f1f1;
}

.instafeed-gallery .instafeed-item a img {
  max-width: 100%;
  height: auto;
}

.instafeed-gallery .instafeed-item .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.instafeed-gallery .instafeed-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.instafeed-gallery .instafeed-item .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  color: #fff;
}

.space-1 {
  height: 1px;
  width: 100%;
}

.space-2 {
  height: 2px;
  width: 100%;
}

.space-3 {
  height: 3px;
  width: 100%;
}

.space-4 {
  height: 4px;
  width: 100%;
}

.space-5 {
  height: 5px;
  width: 100%;
}

.space-6 {
  height: 6px;
  width: 100%;
}

.space-7 {
  height: 7px;
  width: 100%;
}

.space-8 {
  height: 8px;
  width: 100%;
}

.space-9 {
  height: 9px;
  width: 100%;
}

.space-10 {
  height: 10px;
  width: 100%;
}

.space-15 {
  height: 15px;
  width: 100%;
}

.space-20 {
  height: 20px;
  width: 100%;
}

.space-25 {
  height: 25px;
  width: 100%;
}

.space-30 {
  height: 30px;
  width: 100%;
}

.space-35 {
  height: 35px;
  width: 100%;
}

.space-40 {
  height: 40px;
  width: 100%;
}

.space-45 {
  height: 45px;
  width: 100%;
}

.space-50 {
  height: 50px;
  width: 100%;
}

.space-55 {
  height: 55px;
  width: 100%;
}

.space-60 {
  height: 60px;
  width: 100%;
}

.space-65 {
  height: 65px;
  width: 100%;
}

.space-70 {
  height: 70px;
  width: 100%;
}

.space-75 {
  height: 75px;
  width: 100%;
}

.space-80 {
  height: 80px;
  width: 100%;
}

.space-85 {
  height: 85px;
  width: 100%;
}

.space-90 {
  height: 90px;
  width: 100%;
}

.space-95 {
  height: 95px;
  width: 100%;
}

.space-100 {
  height: 100px;
  width: 100%;
}

.space-105 {
  height: 105px;
  width: 100%;
}

.space-110 {
  height: 110px;
  width: 100%;
}

.space-115 {
  height: 115px;
  width: 100%;
}

.space-120 {
  height: 120px;
  width: 100%;
}

.space-130 {
  height: 130px;
  width: 100%;
}

.space-140 {
  height: 140px;
  width: 100%;
}

.space-150 {
  height: 150px;
  width: 100%;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-t10 {
  margin-top: 10px;
}

.lead {
  font-weight: 400;
}

.ronmi-bg-primary {
  background: var(--ronmi-color-primary);
}

.ronmi-bg-second {
  background: var(--ronmi-color-second);
}

.ronmi-text-primary {
  color: var(--ronmi-color-primary);
}

.ronmi-text-second {
  color: var(--ronmi-color-second);
}

a.octf-btn-white {
  background-color: #ffffff;
  color: var(--ronmi-color-primary);
}

a.octf-btn.octf-btn-white:hover {
  background-color: var(--ronmi-color-second);
  color: #ffffff;
}

.site-footer {
  background-color: #e31e24;
  color: #DCE2E6;
}


.footer-widget .ot-icon-list-item {
  color: #DCE2E6;
  font-size: 18px;
  line-height: 26px;
}

.footer-widget .ot-icon-list-wrapper a,
.footer-widget a {
  color: #DCE2E6;
  font-size: 18px;
  line-height: 26px;
}

.footer-widget .ot-icon-list-item a:hover,
.footer-widget a:hover {
  color: #DCE2E6;
}

.footer-widget .ft-phone {
  color: #FFFFFF;
  font-family: "Libre Caslon Text", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.copyright-text {
  color: #DCE2E6;
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.primary-sidebar .widget_media_image {
  max-width: 350px;
}

.comment-form span.ronmi-text-primary {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* Contact Info */
.cinfo_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: normal;
  color: var(--ronmi-color-text-main);
}

.cinfo_title {
  color: #5F6160;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 27px;
  margin-bottom: 20px;
}

.cinfo .cinfo-icon {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.cinfo .cinfo-icon {
  font-size: 18px;
}

.cinfo .cinfo-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #e31e24;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

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

.cinfo_desc {
  color: #e31e24;
  font-weight: 500;
  line-height: 32px;
}

.cinfo p {
  color: #191D1B;
  font-family: "Jost", Sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.contact-form-block {
  padding: 30px;
  background-color: #e31e2408;
 
}

.wpcf7 .octf-btn {
  width: 230px;
  background-color: #9a644b;
}

.wpcf7 .octf-btn:hover,
.wpcf7 .octf-btn:focus {
  background-color: #e31e24;
}

.wpcf7 .octf-btn:focus {
  outline: none;
  border-color: transparent;
}

.contact-page {
  z-index: 1;
  position: relative;
}


.map {
  height: 700px;
}

.map iframe {
  width: 100%;
  height: 700px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

#ajax-form label {
  display: block;
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.error {
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #ff6b52;
  letter-spacing: 1px;
  display: none;
}

#ajaxsuccess {
  color: #4BD48B;
  border: 1px solid #4BD48B;
  font-family: "Jost", Sans-serif;
  line-height: 60px;
  height: 60px;
  display: none;
  padding-left: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
  .cinfo {
    position: relative;
    border-left: 2px solid #e31e24;

    padding: 10px 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}
.cinfo::before{
  content: '';
position: absolute;
left: 0;
}
.filter-bar-wrapper {
  background-color: #fff;

  padding: 80px 0;
}
.nav-img {
    margin-top: 20px;
    margin-right: -20px;
}
.link-image-action {
    position: absolute;
    top: 20px;
    right: 20px;
}
.nav-img .item {

    float: left;
}
/* .nav-img .item div {
    padding-right: 20px;
} */


.border-l-filter{
  padding-left: 14px;
  border-left: 1px solid #e31e24;
}

.filter-item {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.filter-item label {
  font-size: 11px;
  color: #555;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.filter-item select {

  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 4px 8px;
  background: transparent;
  appearance: none;
  font-weight: 600;
  color: #111;
}

.filter-item select:focus {
  outline: none;
  border-color: #000;
}
.filter-sticky {
    position: sticky;
    top: 90px;
    z-index: 1;
}
.form-control:focus{
  box-shadow: none;
  border-color: #000;
}
.filter-bar p{
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
}
.product-card {
  overflow: hidden;
}

.product-img {
  overflow: hidden;
  position: relative;
}

.product-img img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  display: block;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-info {
  padding: 10px 0px;
}

.product-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
}

.product-info h2 a {
  color: #111;
  text-decoration: none;
  transition: color 0.3s;
}

.product-info h2 a:hover {
  color: #e31e24;
}

.product-info p {
  margin-bottom: 8px;
  color: #555;
  font-size: 16px;
  line-height: 20px;
}
/* .product-list-sec{
  margin-top: 50px !important;
} */
.product-detail h3 {

  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.product-table .table-t {
  display: flex;
  padding: 8px 10px;
  
}

.product-table .table-t.bg {
  background-color: #f3f3f3;
}

.product-table .label {
  flex: 1;
  font-weight: 500;
  color: #222;
}

.product-table .value {
  flex: 2;
  color: #444;
}
.dwn-box{
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.dwn-box .inq_box{
  padding: 10px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .contact-form-block {
    padding: 30px;
  }
}

/* About Us */
hr {
  background-color: rgba(63, 118, 110, 0.2);
  margin-bottom: 32px;
  margin-top: 32px;
}

.lead-about {
  color: #e31e24;
  font-family: "Libre Caslon Text", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.btn-large {
  width: 270px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-radius: 35px;
}

.ot_list_s1 {
  margin-left: 30px;
}

.about-studio {
  background-color: #FFF9F5;
}

.position-img1 {
  position: absolute;
  width: 300px;
  max-width: 300px;
  top: 7%;
  left: -42%;
}

.position-img2 {
  width: 370px;
  max-width: 370px;
  top: -38.8%;
  right: -28.5%;
  position: absolute;
}

.position-img3 {
  width: 370px;
  max-width: 370px;
  bottom: -50%;
  right: 0;
  position: absolute;
}

.ot-icon-box__icon.icon-large {
  font-size: 48px;
}

.btn-medium {
  width: 230px;
}

.about-icon-box .icon-box-title {
  font-size: 20px;
  line-height: 30px;
}

.about-testi {
  background-color: #FFF9F5;
}

.ot-testimonial-slider .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.ot-client-logo-slider .owl-stage {
  display: flex;
  align-items: center;
}

.cta {
  background-image: url(images/team_bg_04.jpg);
  background-repeat: no-repeat;
  position: relative;
}

.overlay-cta {
  background-color: #000000;
  opacity: 0.6;
  z-index: 0;
}
.design-box{
    background: #e31e2424;
    padding: 30px;
    text-align: center;
}
.cta-button {
    background-color: #e31e24;
    color: #fff !important;
    padding: 10px;
    width: 40%;
    border-radius: 5px;
    text-align: center;
}
article.blog-post h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 30px;
    font-weight: 600;
}
.entry-title-new {
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
@media (min-width: 992px) {

  .about-testi .ot-testimonial-slider,
  .philosophy_testi {
    margin-left: 170px;
    margin-right: 170px;
  }
}

@media (max-width: 1200px) {

  .position-img1,
  .position-img2,
  .position-img3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .ot-testimonial__item .ot-tcontent {
    font-size: 24px;
  }
}

/* Our Team */
.team {
  background-color: #f9feff;
}

.ronmi-bg-third {
  background-color: #FFF9F5;
}

.ot-view-stacked .ot-icon-box.s1 .ot-icon-box__icon {
  font-size: 24px;
  padding: 18px;
  margin-bottom: 30px;
}

.ot-view-stacked .ot-icon-box.s1 .ot-icon-box__icon svg {
  fill: #fff;
}

/* .ot-icon-box.s1 .icon-box-des {
  font-size: 20px;
  display: none;
}
.quality-sec .ot-icon-box:hover .icon-box-des{
  display: block;
} */

.team-desc-block h2 {
  color: #191D1B;
  font-family: "Libre Caslon Text", Sans-serif;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 8px;
}

.team-desc-block h6 {
  color: #e31e24;
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
}

.team-desc-block ul li {
  margin-bottom: 12px;
}

.team-desc-block ul li:last-child {
  margin-bottom: 0;
}

.team-desc-block ul li span {
  font-weight: 500;
  color: #e31e24;
}

.team-form-block {
  background-color: #FFF9F5;
  padding: 90px 100px;
}

@media (max-width: 767px) {
  .team-form-block {
    padding: 30px;
  }
}

.text-primary {
  color: var(--ronmi-color-primary) !important;
}

.fill-color-primary svg {
  fill: var(--ronmi-color-primary);
}

.video-popup-light a {
  color: #FFFFFF;
}

/* Out Philosophy */
.video-popup-light a span {
  border-color: #FFFFFF;
}

.repeater-item-1 {
  right: 29%;
  top: 39%;
}

.repeater-item-2 {
  right: 16%;
  top: 61%;
}

.repeater-item-3 {
  left: 35%;
  top: 24%;
}

.repeater-item-4 {
  left: 26%;
  top: 38%;
}

.repeater-item-5 {
  left: 22%;
  top: 30%;
}

.repeater-item-6 {
  left: 8%;
  top: 45%;
}

/* Pricing */
.ot-pricing-table__divider.s1 span {
  height: 2px;
}

.ot-pricing-table.feature {
  border-top: 2px solid #AE694F;
}

.feature .ot-pricing-table__price {
  color: #AE694F;
}

.feature .octf-btn-primary {
  background-color: #AE694F;
}

.feature .octf-btn-primary:hover {
  background-color: var(--ronmi-color-primary);
  ;
}

.pricing-border {
  border: 1px solid #3F766E33;
}

.ot-pricing-table.primary-feature {
  background-color: #e31e24;
}

.primary-feature .ot-pricing-table__icon {
  background-color: #FFFFFF1A;
}

.primary-feature .ot-pricing-table__price {
  color: #FFFFFF;
}

.primary-feature .ot-pricing-table__features-list,
.primary-feature .ot-pricing-table__features-list ul .pricing-features-icon i {
  color: #FFFFFF;
}

.primary-feature .ot-pricing-table__title {
  color: #FFFFFF;
}

.primary-feature .octf-btn {
  color: #e31e24;
  background-color: #FFFFFF;
}

.ot-cpt-wrapper table td,
.ot-cpt-wrapper table th,
.ot-cpt-wrapper .hide.ot-cpt-hide.ot-cpt-fbox-heading {
  border: 1px solid #3F766E33;
}

.ot-cpt-wrapper tr td:nth-child(odd) {
  background-color: #FFF9F5;
}

.ot-cpt-wrapper tr td.ot-cpt-fbox-heading {
  background-color: #FFFFFF;
}

.ot-cpt-table-1.ot-cpt-heading,
.ot-cpt-table-3.ot-cpt-heading {
  background-color: #FFF9F5;
}

.ot-cpt-wrapper .ot-cpt-table-2.ot-cpt-heading {
  color: #FFFFFF;
  background-color: #e31e24;
}

.ot-cpt-table-2 .ot-cpt-price-wrapper .ot-cpt-price,
.ot-cpt-table-2 .ot-cpt-price-wrapper .ot-cpt-period {
  color: #FFFFFF;
}

.ot-cpt-feature {
  color: #5F616080;
}

/* services page */
.ot-service-item__inner.s_main {
  transform: translateY(70%);
}

.ot-icon-box.s_main {
  padding: 40px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-icon-box.s_main:hover {
  background-color: #e31e24;
}

.ot-icon-box.s_main:hover *,
.s_main .ot-icon-box__content .icon-box-title a:hover {
  color: #fff;
  fill: #fff;
}

.ot-icon-box.s_main .icon-box-des {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-acc-item.current .ot-acc-item__title,
.ot-acc-item:hover .ot-acc-item__title {
  color: #AE694F;
}

.s_service_single1 .ot-icon-box__icon {
  font-size: 14px;
  padding: 11px;
}

.s_service_single1 .ot-icon-box__icon svg {
  fill: #FFFFFF;
}

.ot-tabs__heading .tab-link {
  line-height: 32px;
}

.list-medium svg {
  font-size: 14px;
}

.list-large svg,
.list-large .ot-icon-list-icon {
  font-size: 18px;
}

.list_icon_small .ot-icon-list-icon {
  font-size: 12px;
  margin-right: 20px;
}

.ot-icon-list-wrapper .fill-color-primary svg {
  fill: #e31e24;
}

.career-box {
  padding: 50px 30px;
  border: 1px solid #3F766E33;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.career-box:hover {
  background-color: #FFF9F5;
  border-color: transparent;
}

.career-box h4 {
  color: #191D1B;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3F766E33;
}

.career-box p {
  color: #5F6160;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}

.career-box .ot-icon-list-item {
  font-size: 16px;
  line-height: 36px;
}

.career-box .ot-icon-list-wrapper .ot-icon-list-item {
  margin-bottom: 0;
}

.career-box .ot-icon-list-wrapper .ot-icon-list-icon {
  font-size: 18px;
}

.career-box .ot-icon-list-wrapper .ot-icon-list-icon svg {
  fill: #e31e24;
}

.octf-btn.btn-cv {
  padding: 25px 87px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.highlight-primary {
  background-color: #e31e24;
  color: #fff;
}

.highlight-second {
  background-color: #ae694f;
  color: #fff;
}

.ronmi-text-primary {
  color: #e31e24;
}

.ronmi-text-second {
  color: #9a644b;
}

.text-underline {
  text-decoration: underline;
}

input[type="file"] {
  cursor: pointer;
}

/* 404 */
.error-404 .page-content label {
  display: block;
}

.error-404 .search-form .search-submit:hover {
  background-color: transparent;
  color: var(--ronmi-color-second);
}

/* coming soon */
.coming-soon {
  display: flex;
  align-items: center;
  background-image: url(images/coming_soon.jpg);
  text-align: center;
}

@media(min-width: 768px) {
  .coming-soon {
    height: 100vh;
  }
}

.cs-content img {
  width: 114px;
}

.cs-content h2,
.cs-content h5 {
  color: #fff;
}

.cs-content p {
  color: #FFFFFFCC;
  font-family: "Jost", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.cs-content .ot-countdown li span {
  color: #fff;
}

.coming-soon .field-label {
  font-size: 14px;
}

.wpcf7 .main-form.cs-form input:not([type=checkbox]) {
  width: calc(100% - 230px);
}

@media(max-width: 767px) {
  .wpcf7 .cs-form {
    display: block;
  }

  .wpcf7 .main-form.cs-form input:not([type=checkbox]) {
    width: 100%;
  }
}

.cs-form .octf-btn {
  background-color: #e31e24;
  width: 230px;
}

.cs-form .octf-btn:focus {
  outline: none;
}

.cs-form .octf-btn:hover {
  background-color: #9a644b;
}

.cs-footer {
  text-align: center;
  color: #FFFFFF;
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cs-content .author-widget_social a {
  color: #fff;
  background-color: transparent;
  border-color: #FFF9F533;
}

.cs-content .author-widget_social a:hover {
  background-color: #3F766E;
  border-color: #3F766E;
}

/* Element */
.ot-icon-box__icon.icon-small {
  font-size: 41px;
}

.ot-progress-line__inner.progress-second-color .ot-progress-bar {
  background-color: var(--ronmi-color-second);
}

.tabs_s2 .ot-tabs__heading .is-line.current:after {
  display: none;
}

.tabs_s2 .ot-tabs__heading .tab-link {
  padding: 0px 10px 0px 10px;
  line-height: 34px;
}

.tabs_s2 .ot-tabs__heading .tab-link.current,
.tabs_s2 .ot-tabs__heading .tab-link:hover {
  background-color: var(--ronmi-color-second);
  color: #fff;
}

.icon-service-box {
  padding: 40px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.icon-service-box:hover {
  background-color: #FFF9F5;
}

.icon-service-box .ot-icon-box__icon {
  font-size: 43px;
}

.counter-number-primary span {
  color: var(--ronmi-color-primary);
}

.counter-block {
  padding: 80px 100px 80px 100px;
}

@media (min-width: 1200px) {
  .testimonial-element {
    margin-left: 170px;
    margin-right: 170px;
  }
}

.ot-cpt-wrapper li.ot-cpt-table-2.ot-cpt-heading {
  color: #FFFFFF;
  background-color: #e31e24;
}

@media(max-width: 767px) {
  .counter-block {
    padding: 40px 60px 40px 60px;
    text-align: center;
  }

  .counter-block .number-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
  }

}

/* Portfolio */
.project-filter-wrapper .projects-grid.nogap {
  margin: 0;
}

.project-filter-wrapper .projects-grid.nogap .project-item {
  padding: 0;
}

.project-filter-wrapper .projects-grid.nogap .project-item.w_double .projects-thumbnail img {
  margin-top: 0;
}

@media (max-width: 929px) {
  .container-fluid .project_filters li {
    margin-bottom: 10px;
  }

  .container-fluid .project_filters {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Portfolio single */
.folio-single-content h2 {
  color: #191D1B;
  font-family: "Libre Caslon Text", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.folio-single-content p {
  color: #5F6160;
  font-family: "Jost", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.folio-detail-block {
  padding: 35px 40px 25px 40px;
}

.folio-detail-block p,
.folio-detail-info p {
  color: #5F6160;
  font-family: "Jost", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0;
}

.folio-detail-info p {
  margin-bottom: 10px;
}

.folio-detail-block h4,
.folio-detail-info h4 {
  color: #191D1B;
  font-family: "Libre Caslon Text", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 0;
}

.folio-detail-info h4 {
  line-height: 1.5;
}

@media(max-width: 576px) {
  .folio-detail-block h4 {
    line-height: 1.5;
    margin-top: 10px;
  }
}

.gallery {
  position: relative;
  display: table;
}

@media (min-width: 1200px) {
  .folio-right-detail3 {
    padding-left: 40px;
  }
}

.divider-folio {
  background-color: #3F766E33;
}

.author-widget_social.style-2 a {
  font-size: 20px;
  width: auto;
  height: auto;
  border: none;
  margin-right: 15px;
}

.author-widget_social.style-2 a:last-child {
  margin-right: 0;
}

.author-widget_social.style-2 a:hover {
  color: var(--ronmi-color-second);
  background-color: transparent;
  transform: translateY(-8px);
}

@media (min-width: 576px) and (max-width: 992px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
}

.gallery {
  margin: -15px;
}

.gallery-item {
  padding: 15px;
}

.main-navigation>ul>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}

.main-navigation>ul>li>a:hover:before,
.main-navigation>ul>li.current-menu-item>a:before {
  transform: scaleX(1);
  transform-origin: left;
}

/* Home */
.site-header-1 .container-fluid,
.site-header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.site-header-1 .octf-mainbar-row .octf-col.logo-col {
  max-width: 15.5%;
}

.site-logo-1 img {
  width: 114px;
}

.site-header-1 .octf-mainbar-row .octf-col.menu-col {
  justify-content: flex-start;
}

.site-header-1 .octf-cta-header .toggle_search i {
  color: #1B2422;
}

.octf-social-header {
  margin-right: 50px;
}

.octf-social-header ul {
  display: flex;
  align-items: center;
}

.octf-social-header ul li {
  margin-right: 30px;
  margin-left: 30px;
}

.octf-social-header ul li:first-child {
  margin-left: 0;
}

.octf-social-header ul li:last-child {
  margin-right: 0;
}

.octf-social-header ul li a {
  font-family: "Jost", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.octf-social-header ul li a span {
  color: #5F5F5D;
}

.ot-service-item__inner {
  -webkit-transform: translateY(58%);
  -ms-transform: translateY(58%);
  transform: translateY(58%);
}

.ot-service-item__inner.s_main {
  padding-right: 32px;
  -webkit-transform: translateY(58%);
  -ms-transform: translateY(58%);
  transform: translateY(58%);
}

.ot-service-item .ot-service-des p {
  color: rgba(25, 29, 27, .8);
}
@media (max-width: 1600px) {
.main-navigation>ul>li.menu-item-has-children {
  margin-right: 30px;
}
.main-navigation>ul>li{
  margin-right: 16px;
  margin-left: 16px;
}
}
@media (max-width: 1360px) {
  .main-navigation>ul>li {
    margin-right: 12px;
    margin-left: 12px;
  }

  .octf-social-header ul li {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 1230px) {
  .octf-social-header {
    display: none;
  }
}

/* mini cart */
.octf-cart {
  margin-left: 25px;
}

.woocommerce-mini-cart li {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 23px;
}

.woocommerce-mini-cart li:before,
.woocommerce-mini-cart li:after {
  content: ' ';
  display: table;
}

.woocommerce-mini-cart li:after {
  clear: both;
}

.woocommerce-mini-cart li img {
  width: 90px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
  border: 1px solid rgba(0, 119, 110, .2);
}

.woocommerce-mini-cart li a.remove {
  top: 0;
  margin-top: 0;
  right: 0;
  position: absolute;
  left: auto;
  line-height: .8;
  font-weight: 400;
  font-size: 25px;
  color: red !important;
  height: 1em;
  width: 1em;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  border: 0;
}

.woocommerce-mini-cart li a.remove:hover {
  color: #fff !important;
  background: red;
}

.woocommerce-mini-cart li a:not(.remove) {
  display: block;
  font-weight: 400;
  line-height: 28px;
  color: var(--ronmi-color-text-main);
}

.woocommerce-mini-cart li .quantity {
  color: var(--ronmi-color-text-main);
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.woocommerce-mini-cart li .amount {
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-primary);
  font-weight: 400;
}

.woocommerce-mini-cart__total {
  font-family: var(--ronmi-font-second);
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 18px;
}

.woocommerce-mini-cart__total strong {
  min-width: 40px;
  display: inline-block;
}

.woocommerce-mini-cart__total strong {
  color: var(--ronmi-color-dark);
  font-weight: 500;
  font-size: 18px;
}

.woocommerce-mini-cart__total .amount {
  font-size: 18px;
  line-height: 32px;
  color: var(--ronmi-color-dark);
  font-weight: 400;
  font-size: 18px;
}

.woocommerce-mini-cart__buttons .button {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  background-color: var(--ronmi-color-primary);
  text-transform: capitalize;
  padding: 22px 12px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  float: left;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.woocommerce-mini-cart__buttons .button:last-child {
  margin-right: 0;
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover {
  background-color: var(--ronmi-color-dark);
}

.woocommerce-mini-cart__buttons .button.checkout {
  background-color: var(--ronmi-bg-color-screen);
  color: var(--ronmi-color-dark);
}

.woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: var(--ronmi-color-dark);
  color: #fff;
}

.parap-color {
  color: #191D1BCC;
}

.hotspots__item1 {
  right: 29%;
  top: 39%;
}

.hotspots__item2 {
  right: 16%;
  top: 61%;
}

.hotspots__item3 {
  left: 35%;
  top: 24%;
}

.hotspots__item4 {
  left: 26%;
  top: 38%;
}

.hotspots__item5 {
  left: 22%;
  top: 30%;
}

.hotspots__item6 {
  left: 8%;
  top: 45%;
}

.post-box .entry-meta.meta-s2 span:first-child a {
  padding-left: 0;
}

.post-box .entry-meta.meta-s2 span:not(:first-child) a {
  border-left: 1px solid var(--ronmi-color-primary);
}

.post-box .entry-meta.meta-s2>span.posted-on a:before {
  display: none;
}

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

.align-left .owl-theme .owl-dots {
  text-align: left;
}

.octf-btn-large {
  width: 230px;
}

.ml-30 {
  margin-left: 30px;
}

.octf-cta-header .h-search-form-field.show {
  display: block;
}

@media(min-width: 992px) and (max-width: 1200px) {
  .s-design-about {
    max-width: 330px;
  }
}

@media(min-width: 992px) {
  .mr-lg-85 {
    margin-right: 85px;
  }

  .mr-lg-115 {
    margin-right: 115px;
  }

  .position-lg-absolute {
    position: absolute;
  }

  .s-design-image img {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .full-height {
    height: 100vh;
  }
}

@media(max-width: 767px) {
  .version-design h1.ot-heading__title {
    line-height: 52px;
  }

  .octf-btn.octf-btn-design {
    width: 180px;
    height: 180px;
    padding: 59px 30px 59px 30px;
  }

  .design-section-bg-fixed {
    min-height: 400px;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 100%;
  }
}

@media(max-width: 1024px) {
  .tp-img-res img {
    opacity: .6;
    width: 100% !important;
    height: 100% !important;
  }
}

.rev_slider .tp-caption img,
.tp-simpleresponsive .tp-caption img {
  max-width: 100% !important;
  max-height: inherit;
}

.tp-img-ar img {
  opacity: 0.3;
}

.nav-home.tparrows {
  cursor: pointer;
  background: transparent;
  position: absolute;
  display: block;
  z-index: 1000;
  width: 58px;
  transition: 0.3s;
}

.nav-home.tparrows:before {
  display: block;
  text-align: center;
}

.nav-home.tparrows.tp-rightarrow:before,
.nav-home.tparrows.tp-leftarrow:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 103 16' xmlns='http://www.w3.org/2000/svg' fill='%23b6b5b3'%3E%3Cpath d='M102.707 8.70711C103.098 8.31658 103.098 7.68342 102.707 7.29289L96.3431 0.928932C95.9526 0.538408 95.3195 0.538408 94.9289 0.928932C94.5384 1.31946 94.5384 1.95262 94.9289 2.34315L100.586 8L94.9289 13.6569C94.5384 14.0474 94.5384 14.6805 94.9289 15.0711C95.3195 15.4616 95.9526 15.4616 96.3431 15.0711L102.707 8.70711ZM0 9H102V7H0L0 9Z'/%3E%3C/svg%3E%0A");
  transition: all 0.2s linear;
}

.nav-home.tparrows.tp-leftarrow:before {
  transform: rotate(180deg);
}

.nav-home.tparrows.tp-rightarrow:after,
.nav-home.tparrows.tp-leftarrow:after {
  position: absolute;
  content: '';
  top: -5px;
  width: 50px;
  height: 50px;
  border: 1px solid #b6b5b3;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.nav-home.tparrows.tp-leftarrow:after {
  left: -24px;
}

.nav-home.tparrows.tp-rightarrow:after {
  right: -24px;
}

/*
.nav-home.tparrows:hover:before {
    filter: brightness(0) saturate(100%) invert(93%) sepia(70%) saturate(0%) hue-rotate(206deg) brightness(106%) contrast(107%);
}
.nav-home.tparrows:hover:after {
    border-color: #ffffff;
}
*/
.nav-home.tparrows:hover {
  background-color: transparent;
}

.ot-slider.dots-custom .ot-dots-classic .owl-dot {
  padding: 8px;
  margin-right: 12px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: border-color 0.3s linear;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
}

.ot-slider.s-design-testi .ot-dots-classic .owl-dot:not(:last-child),
.ot-slider.dots-custom .ot-dots-classic .owl-dot:not(:last-child) {
  margin-bottom: 12px;
}

.ot-slider.dots-custom .ot-dots-classic .owl-dot:hover,
.ot-slider.dots-custom .ot-dots-classic .owl-dot.active {
  border-color: #847968;
}

.ot-slider.dots-custom .ot-dots-classic .owl-dot span {
  background-color: #8c8e8d;
  margin: 0;
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
}

.ot-slider.dots-custom .ot-dots-classic .owl-dot span {
  background: #292B2E4D;
}

.ot-slider.dots-custom .ot-dots-classic .owl-dot:hover span,
.ot-slider.dots-custom .ot-dots-classic .owl-dot.active span {
  background: #847968;
}

.ot-slider.dots-custom .ot-dots-classic .owl-dot.active span {
  transform: none;
}

@media(max-width: 1024px) {
  .nav-home.tparrows.tp-leftarrow {
    margin-left: -60px;
  }

  .nav-home.tparrows.tp-rightarrow {
    margin-right: -60px;
  }
}

@media(max-width: 793px) {
  .nav-home.tparrows {
    display: none;
  }
}

@media(min-width: 794px) {
  .tp-bullets.hesperiden {
    display: none;
  }
}

/* Home Page css */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  border-bottom: 1px solid #f2f2f2;
}

.google_box {
  position: relative;
  margin: 1px 40px 0 0;
}

.google_box i {
  font-size: 20px;
}

.goog-te-gadget {
  position: absolute;
  right: -10px;
  top: 2px;
  opacity: 0;
  width: 55px;
}

.inq_btn.octf-btn {
  width: 120px !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.form-control {
  border-radius: 0px !important;
}
.modern-tile-calculator h3{
  color: #e31e24;
}
.cta-design {
  background-image: url(../images/contact/Contact.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.cta-cust.faux-sec-main{
  background-image: url(../images/synthetic/Need-leather-that.webp);
}

/* new css start*/

.cust-product-sec .project-box {
  height: 100%;
}

.cust-product-sec .ot-hover-image .ot-hover-image__inner {
  height: 100%;
}

.cust-product-sec .ot-hover-image .ot-hover-image__inner img {
  height: 100%;
}

.cust-product-sec .ot-hover-image__link {
  height: 100%;
  display: contents;
}

.cta-design.cta-cust h2 {
  color: #FFFFFF;
  font-family: "Philosopher", Sans-serif;
  margin-bottom: 15px;
}

.cta-design.cta-cust p {
  color: #FFFFFFCC;
  font-family: "Didact Gothic", Sans-serif;
}

.octf-btn.octf-btn-design {
  width: 220px;
  height: 220px;
  padding: 79px 30px 79px 30px;
  border-radius: 50% 50% 50% 50%;
  font-family: "Philosopher", Sans-serif;
  line-height: 30px;
  fill: #847968;
  color: #847968;
  background-color: #02010100;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #847968;
}

.octf-btn.octf-btn-design-light {
  color: #fff;
  border-color: #fff;
}

.octf-btn.octf-btn-design:hover {
  color: #FFFFFF;
  background-color: #e31e24;
  border-color: #e31e24;
}

.s-design-about {
  width: 410px;
  background-color: #847968;
}

.s-design-about img {
  width: 272px;
  height: 250px;
}

.section-design-about {
  min-height: 835px;
}

.sec-padding {
  padding: 120px 0;
}

.sec-margin {
  margin: 120px auto;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.social-title {
  font-family: 'Lato',sans-serif;
}

.btm-ft {
  font-size: 16px;
}

/* new css end*/
.octf-main-header .octf-mainbar-row {
  justify-content: end;
  flex-wrap: wrap;
}

.site-logo img {
  width: 150px;
  max-width: 150px;
}

.footer-widget .ot-icon-list-item a:hover,
.footer-widget a:hover {
  color: #666;
}

.nav-home-4.tparrows:hover:after {
  border-color: #e31e24 !important;
}

.footer-widget.version-design {
  padding-left: 30px;
}

.s-design-about img {
  filter: brightness(0) invert(1);
}
.expo-new{
  margin: 180px 0;
}
.indystry-slider .owl-nav button{
  padding: 0 !important;
}
.owl-theme .owl-nav{
  margin-top: 0;
}
.entry-header h3{
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #585756;

}
@media(max-width:1600px) {
.expo-new{
  margin: 120px 0;
}
}

@media(max-width:1450px) {
  .main-navigation>ul>li.menu-item-has-children {
    margin-right: 20px;
  }

  .main-navigation>ul>li.menu-item-has-children {
    margin-right: 20px !important;
  }
  
  .google_box {
    position: relative;
    margin: 0px 20px 0 0;
  }

}


@media(max-width:1400px) {

  .site-header-1 .container-fluid,
  .site-header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media(max-width:1300px){
  .site-header-1 .container-fluid, .site-header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  }
@media(max-width:1250px) {

  .site-header-1 .container-fluid,
  .site-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media(max-width:1200px) {
  .section-design-about {
    min-height: auto;
  }

  .footer-widget.version-design {
    padding-left: 0px;
  }
  .sec-margin {
    margin: 100px auto;
  }
  .sec-padding {
    padding: 100px auto;
  }
  .expo-new{
    margin: 100px 0;
  }

}

@media(max-width:991px) {
  .sec-padding {
    padding: 80px 0;
  }

  .sec-margin {
    margin: 80px auto;
  }
  .expo-new{
    margin: 80px 0;
  }

  .footer-widget.version-design {
    padding-left: 0px;
  }

}

@media(max-width:768px) {
  .sec-padding {
    padding: 60px 0;
  }

  .sec-margin {
    margin: 60px auto;
  }
  .expo-new{
    margin: 60px 0;
  }
  /* .footer-title{
    margin-bottom: 5px !important;
  } */
  .ot-icon-list-wrapper .ot-icon-list-item {
    margin-bottom: 0;
  }
}



.ps-60 {
  padding-left: 60px;
}
/* 
p {
  text-align: justify;
} */

.ot-heading__title {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

ul.columns-2 {
  columns: 2;
}

.mb-30 {
  margin-bottom: 30px;
}


.sec-about .about-cnt {
  margin-top: 40px;
}

.about-vector {
  position: relative;
}

.sec-about .box {
  background: #e31e24;
  height: 120px;
  margin-top: 30px;
}

.sec-about .box p {
  margin-bottom: 0;
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-transform: uppercase;
}

.banner_img {
height:calc(100vh - 82px);
width: 100%;
}

.home_banner {
  position: relative;
  height: calc(100vh - 82px);
}
.home_banner .slide::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: calc(100vh - 82px);
}

/* .home_banner .slide-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: auto;
} */
/* .home_banner .slide-cnt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  color: #fff;
  margin: auto;
  z-index: 9;
  max-width: 900px;
} */

/* .slide{
  display: flex !important;
    justify-content: center !important;
} */
.slide-cnt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
      position: absolute;
    bottom: 80px;

padding-left: 30px;
padding-right: 30px;
    z-index: 2;

}
.home_banner .slide-cnt .ot-heading__title {
  color: #FFF;
  text-align: left;
}

.home_banner .slide-cnt p {
  color: #FFF;
}

.home_banner .slide-cnt .ot-heading__sub {
  color: #FFF;
}

.custom-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  pointer-events: none;
  transform: translateY(-50%);
  padding: 0 100px;
  gap: 40px;
  z-index: 3;
}

.nav-btn {
  background: transparent;
  /* Adjust background transparency */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  z-index: 1000;
  outline: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-btn:hover {
  background: transparent;
  border: 1px solid #fff;
}

.nav-btn:focus {
  outline: none;
}

.arrow-circle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}

/* @media only screen and (max-width:1023px) {
  .banner_img {
    height: auto;
    width: auto;
  }
} */

.connect-section {
  position: relative;
}

.connect-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.connect-section .cnt {
  position: relative;
  z-index: 1;
}

.fearurs-sec {
  display: flex;
  flex-wrap: wrap;
}

.featurs-box .ot-icon-box {
  text-align: center;
  padding: 20px;
  transition: 0.3s ease-in-out;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* height: 100%; */
  /* border: 1px solid #e2e2e2; */
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 8px; */
}
.featurs-box .ot-icon-box .box-inner{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e31e24;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.featurs-cnt{
  margin-top: -50px;
}
.featurs-box {
  transition: 0.3s ease-in-out;
}
.featurs-box-inner{
  row-gap: 40px;
}
.featurs-box:hover{
  margin-top: -20px;
  
}
.featurs-box:hover .ot-icon-box{
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.featurs-box .ot-icon-box__icon {
  /* width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e31e24;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; */
}

/* .featurs-box:hover{
  background: rgba(255, 255, 255, 0.1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

} */
.featurs-box:hover .icon-box-title {
  color: #e31e24;
}

.our-val-sec .ot-progress-title {
  line-height: 24px;
}


.spinny-words {
  display: inline-block;
  min-width: 125px;
  text-align: left;
}

.spinny-words span {
  position: absolute;
  top: 54px;
  opacity: 0;
  animation: rotateWord 18s linear infinite 0s;
}

.spinny-words span:nth-child(2) {
  animation-delay: 3s;
}

.spinny-words span:nth-child(3) {
  animation-delay: 6s;
}

.spinny-words span:nth-child(4) {
  animation-delay: 9s;
}

.spinny-words span:nth-child(5) {
  animation-delay: 12s;
}

.spinny-words span:nth-child(6) {
  animation-delay: 15s;
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    transform: translateY(-30px);
  }

  5% {
    opacity: 1;
    transform: translateY(0px);
  }

  17% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 0;
    transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.ot-heading__title {
  position: relative;
}


.export-inner {
  margin-left: 100px;
}

.last-top .ot-hover-box__image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.last-top .ot-hover-box__image {
  height: 250px;
  width: 100%;
}

.center-last .ot-hover-box__image {
  height: 838px;
  width: 100%;
}

.center-last .ot-hover-box__image img {
  height: 838px;
  width: 100%;
  object-fit: cover;
}

.third-last .ot-hover-box__image img {
  height: 545px;
  width: 100%;
  object-fit: cover;
}

.third-last .ot-hover-box__image {
  height: 545px;
  width: 100%;
}

.third-one .ot-hover-box__image img {
  height: 397px;
  width: 100%;
  object-fit: cover;
}

.third-one .ot-hover-box__image {
  height: 397px;
  width: 100%;
}
.sec-first .ot-hover-box__image img {
  height: 714px;
  width: 100%;
  object-fit: cover;
}
.sec-first .ot-hover-box__image{
  height: 714px;
  width: 100%;
  object-fit: cover;
}
.product-cnt .title{
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  color: #e31e24;
  font-family: 'Lato',sans-serif;
} 
.product-cnt{
  position: relative;
  z-index: 1;
}
.product-cnt .para{

  font-size: 14px;
  line-height: 1;
  color: #585756;
  font-weight: 400;
  margin-bottom: 5px;
} 
.ot-hover-box__image{
  position: relative;
}
.ot-hover-box__image .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-hover-box__image .overlay {
  background-color: #FFFFFFCC;
}
.ot-hover-box:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.ot-hover-box__image .overlay svg {
  width: 36px;
  fill: #e31e24;
}
.ot-hover-box:hover .ot-hover-box__image img {
  transform: none !important;
}

.pr-30{
  padding-right: 30px;
}
.pl-30{
  padding-left: 30px;
}
h1.ot-heading__title-main{
       margin: 100px 0 100px 0;
    font-size: 65px;
    color: #000;
    font-weight: 400;
    line-height: 75px;
    letter-spacing: -.05em;
    word-break: break-word;
}
.ot-heading__title{
    margin: 0 0 30px 0;
    font-size: 50px;
    color: #000;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -.05em;

    word-break: break-word;
}
.project-box{
  padding: 0 10px;
}
.ot-progress-circle .ot-progress-percent-two {
  font-family: var(--ronmi-font-second);
  font-size: 48px;
  line-height: 1;
  color: var(--ronmi-color-second);
  margin-bottom: 12px;
}
.new-slide h5 a{
  color: #fff !important;
}
.new-slide  .portfolio-cates a{
  color: #fff !important;
}
.new-slide .projects-thumbnail img{
  height: 300px;
}

.project-box .folio-cate ul li {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.project-box .ot-title-link h3 {
  margin-bottom: 2px;
  font-family: 'Lato',sans-serif;
  font-size: 22px;
  line-height: 30px;
}
.title-export{
  font-size: 24px;
  line-height: 30px;
}



.main-title-bm{
  margin-bottom: 60px;
}
.sec-product .project-box .ot-title-link{
  margin-top: 14px;
  margin-bottom: 4px;
}
.sec-product .project-box .folio-cate{
  margin-bottom: 30px;
}
.sec-product .ot-image-gallery-new{
  margin-bottom: 40px;
}
.sec-product .project-box .ot-hover-image__inner img{
  width: 100%;
  object-fit: cover;
  border: 1px solid #e2e2e2;
}
.main-menu-title{
  margin-left: 30px;
  margin-right: 30px;
  background-color: #a0836b;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
cursor: pointer;
  font-size: 16px;
  margin-top: 28px;
  margin-bottom: 18px;
  color:#fff;
}
.main-menu-title a{
    color:#fff;
}
.title-industries{
    margin-left: 30px;
  margin-right: 30px;
    margin-bottom: 4px;
    font-weight: 500;
    text-decoration: underline;
}
.main-menu-title .badge{
  font-weight: 400;
  background-color: #697169;
  position: absolute;
  top: -28px;
  right: -30px;
}
.badge-cust::after {
  content: " ";
  width: 0;
  height: 0;
  background: #697169;
  position: absolute;
  top: 14px;
  left: 28px;
  border: 3px solid #697169;
  border-width: 5px 3px 3px 5px;
  border-color: #697169 transparent transparent #697169;
  background: none;
  transform: rotate(230deg);
}
.ot-icon-box img{
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.ot-icon-box{
  border-radius: 5px;
}
ul.product-cnt{
  columns: 2;
}
.site-footer .container{
  max-width: 1600px;
}
.site-footer .main-title{
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
}
.site-footer .main-title a{
  font-weight: 500;
}
.footer-title {
  color: #e31e24 !important;
  font-family:'Lato',sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
  font-weight: 500 !important;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  color: #000;
}
.home_banner .para{
  text-align: justify;
}
.post-box .post-inner .entry-media .main-blog {
  overflow: hidden; /* Ensures the image doesn't go outside the container */
}

.post-box .post-inner .entry-media img {
  transition: transform 0.5s ease-in-out;
  transform: scale(1) rotate(0);
}

/*.post-box .post-inner:hover .entry-media img {
  transform: scale(1.2);
}*/

h3.color-cnt{
  font-size: 24px !important;
  font-weight: 400;
  margin-bottom: 0;
}
.ft-main-cnt{
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 30px;
  color: #000 !important;
}
.ronmi-text-new{
  color: #697169;
}


/*about page*/

.why-choose-sec .ot-position-left{
  margin-bottom: 20px;
}
.our-values .ot-icon-box__icon svg {
  display: block;
  width: 45px;
  height: 45px;
}
.our-values .ot-icon-box__content .icon-box-title{
  margin-bottom: 10px;
  font-weight: 500;
}
.manufacturing-sec .ot-view-stacked{
  padding: 0px 30px 0 30px;
}
.manufacturing-sec .ot-view-stacked .ot-process-box{
  text-align: left;
}
.manufacturing-sec  .ot-process-box__content{
  text-align: justify;
}
.connector {
  width: 50px;
  height: 2px;
  background-color: #ccc;
}
.manufacturing-sec{
display: flex;
flex-direction: column;
}
.manufacturing-sec .ot-process-box__icon {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: -120px;
}
.manufacturing-sec .ot-process-box__icon img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.manufacturing-sec .ot-process-box__icon svg {
  width: 80px;
  height: 80px;
}
.side-box {
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  color: #e31e24;
  background: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-cust-last{
  margin-top: 60px;
  margin-bottom: 60px;
}

.quality-sec .ot-icon-box:hover .ot-icon-box__content .icon-box-title a ,.quality-sec .ot-icon-box:hover .ot-icon-box__content .icon-box-des{
  color: #fff;
}
.quality-sec .ot-icon-box.s-bg {
  padding: 50px 36px 40px 40px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
  border-left: 1px solid #CABA98;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.quality-sec .ot-icon-box__content .icon-box-title{
  margin-bottom: 14px;
}
.quality-sec .hv-img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.quality-sec .hv-img img{
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  height: 100%;
}
.quality-sec .ot-icon-box:hover .hv-img{
  opacity: 1;

}
.mt-60{
  margin-top: 60px;
}
.ot-project-box{
  cursor: pointer;
}
.manufacturing-sec .ot-view-stacked {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #FFF9F5;
  margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.manufacturing-sec  .ot-process-box__icon{
  flex-shrink: 0;
  margin-top: 20px;
}
.row-reverse{
  flex-direction: row-reverse;
}
.side-box {
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 50%;
  color: #e31e24;
  background: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indystry-slider .ot-service-item .ot-service-item__image img{
  height: 360px;
  object-fit: cover;
}
.synthetic-sec .ot-counter span {
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-second);
  font-size: 34px;
  line-height: 38px;
}
.ot-counter-2 span {
  font-family: var(--ronmi-font-second);
  color: var(--ronmi-color-second);
  font-size: 32px;
  line-height: 44px;
}
/* .app-section{
    background-color: #FFF9F5;
} */
.app-section .ot-service-infobox .info-title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 30px;

}
.cta-design.cta-cust.faux-sec-main h2 {
  color: #FFFFFF;
  font-family: "Philosopher", Sans-serif;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 60px;
}
.app-section .ot-service-infobox .info-des{
  color: #fff;
}
.app-section .ot-service-infobox .info-des p{
  color: #FFFFFF;
  font-family: "Public Sans", Sans-serif;
  font-weight: 100;
}
.app-section .owl-item:nth-child(odd) .ot-service-infobox {
  background-color: #e31e24; /* Background color for odd columns */
  padding: 30px;
}

.app-section .owl-item:nth-child(even) .ot-service-infobox {
  background-color: #697169; /* Background color for even columns */
  padding: 30px;
}
.app-section .ot-service-infobox .image__wrapper{
  width: 100%;
}
.app-section  .quality-slider .quality-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.app-section  .quality-slider .ot-service-infobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.app-section .ot-service-infobox .image__wrapper img{
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.pricing-img-wrap {
  padding: 80px 0;
  background-color: #F0EFED;
}
.sec-pricing {
  background-color: #e31e24;
}
.pricing-wrap {
  padding: 20px 50px 20px 50px;
}

.box-shade{
  position: relative;
}
.box-shade .cnt p{
color: #fff;
font-size: 20px;
}
.box-shade {
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* Add rounded corners if needed */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.box-shade:hover {
  transform: translateY(-10px); /* Lifts the box slightly */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds a deeper shadow */
}

.box-shade img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.box-shade:hover img {
  transform: scale(1.05); /* Slight zoom effect on the image */
}

.box-shade .cnt {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.box-shade:hover .cnt {
  opacity: 1; /* Text appears on hover */
}
.new-sec{
  background-color: #697169;
  padding: 20px;
  height: 100%;
}
.sec-pricing-right {
  background-color: #697169;
}
.new-sec-right{
  background-color:#e31e24;
}
.box-shade-finish {
  position: relative;
  padding: 20px 0 20px;
  background: #ffffff; /* Subtle background color */
  border-radius: 20px; /* Rounded corners */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease; /* Smooth animations */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

.box-shade-finish:hover {
  transform: translateY(-10px) rotateX(10deg) rotateY(-10deg); /* Tilt on hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
}
.triangle {
  /* width: 100%; */
  /* clip-path: polygon(50% 100%, 110% 0%, -10% 0%); */
  /* top: 0; */
  height: 100px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;

}

/* Image fitted into the triangle */
.triangle img {
  /* width: 100%; */
  height: 100%;
  border-radius: 20px;
  object-fit: cover; /* Ensures the image covers the shape */
  /* position: absolute;
  top: 0;
  left: 0; */
}
.cnt-new p{
  font-size: 20px;
}
.faux-sec-main{
  margin-left: 100px;
  margin-right: 100px;
}
.feature-box-info h3 {
  color: #e31e24;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 24px;
}
.product-info .s-design-image {
  right: 15px;
}
.img-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.product-info-app .portfolio-info-inner{
  margin-top: 20px;
  position: absolute;
  bottom: 15px;
  background: #fff;
  width: 80%;
  padding: 10px;
  margin: 0 auto;
}
.product-info-app .portfolio-info-inner .app-title{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
/*app*/



  .round_circle_box {
      display: block;
      width: 330px;
      height: 330px;
      margin: 0 auto;
  }
.logo_center{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.round_circle_box {
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff
}
.fearturs-title-name{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
.features-box{
  height: 80px;
  width: 80px;
  background: #e31e24;
  border-radius: 50px;
  border: 6px solid #fff;
  padding: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-left-cnt {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
  justify-content: left;
  margin-bottom: 14px;
}
.features-right-cnt {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 24px;
  margin-bottom: 14px;
}
.flex-main{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.flex-main .features-left-cnt:nth-child(even){
  padding-left: 60px;
}
.flex-main .features-right-cnt:nth-child(even){
  padding-right: 60px;
}
.flex-main .features-left-cnt:last-child{
  margin-bottom: 0;
}
.flex-main .features-right-cnt:last-child{
  margin-bottom: 0;
}
.ot-counter-2  .ot-counter__title{
  font-size: 17px;
  font-weight: 500;
}
.octf-btn.octf-btn-white {
  background-color: #ffffff;
  color: #17181C !important;
}
.faux-sec-main a.octf-btn.octf-btn-white:hover {
  background-color: #ffffff;
  color: #e31e24 !important;
}
/* HomePage CSS */
.artoon_logo img{
  width: 30px;
  margin-right: 7px;
}

.trust-img {
  margin-left: -275px;
}
.process-box{
  position: relative;
  padding: 24px;
  transition: all 0.5s;
  border-left: 1px solid #e31e24;
  margin-bottom: 30px;
}

.process-circle h3{
  position: relative;
}

.process-box h3{
  font-size: 20px;
  margin-top: 0;
  line-height: 28px;
}

.process-circle {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
  backface-visibility: hidden; /* Ensure smooth flip */
}


.map-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* Initially hidden */
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

/* Hover Effect */
.process-box:hover .process-circle {
  opacity: 0;
  transform: scale(0.5); /* Shrinks and fades out flag */
}

.process-box:hover .map-txt {
  transform: translate(-50%, -50%) scale(1); /* Scales up country name */
  opacity: 1; /* Fades in country name */
}
.trust-block {
  margin-left: -200px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.catalog-sec .team-block-one .inner-box {
  position: relative;
  padding-left: 56px;
  padding-top: 60px;
  margin-bottom: 45px;
}
.catalog-sec .team-block-one .image {
  position: relative;
  margin-bottom: 10px;
}
.catalog-sec .team-block-one .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: rgba(105, 113, 105, 0.6);
  content: "";
  transition: all 700ms ease;
}
.catalog-sec .team-block-one .image img {
  width: 100%;
}
.catalog-sec .team-block-one .author-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.catalog-sec .team-block-one .inner-box:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  border: 1px solid #e7e7e7;
}
.catalog-sec .team-block-one .social-icon {
  position: absolute;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 110px;
  top: 22px;
  left: 56px;
}
.team-block-one .social-icon:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  height: 1px;
  width: 100px;
  background: #e31e24;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.catalog-sec .team-block-one .inner-box:hover .social-icon:before {
  transform: scaleX(1);
}
.catalog-sec .team-block-one .inner-box:hover .social-icon a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.catalog-sec .team-block-one .social-icon li:nth-child(even) a {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.catalog-sec ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.catalog-sec .team-block-one .social-icon li {
  margin: 0 10px;
}
.catalog-sec  .team-block-one .social-icon a {
  color: #697169;
  transition: .5s ease;
  transform: translateY(50px);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.catalog-sec .team-block-one .inner-box:hover .image:before {
  height: 100%;
}
.entry-title-new{
  font-size: 22px;
  line-height: 28px;
}
.text-dark-social{
  font-size: 18px;
  font-weight: 600;
}
.box-shape{
  overflow: hidden;
  position: relative;
}
.box-shape::before {
  content: "";
  position: absolute;
  top: 0;
  width: 55%;
  left: 50%;
  height: 100%;
  background: linear-gradient(170deg, #FFF, transparent 75%);
  transform: skew(-10deg);
  opacity: 0.8;
  transition: all 0.5s ease-out;
}
.box-shape:hover:before {
  left: 100%;
}
.sm-title-block{
  font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 12px;

}

/* .bg-primary-arc.app-section .info-des ul{
  padding-left: 0;
} */
.cust-btn{
  padding: 14px 20px;
  font-size: 16px;
}
.cust-btn:hover{
    background: #fff !important;
    color: #9a644b !important;
}
.cta-design:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0 0 0 / 60%);
}
.leather-slider .ot-service-item {
  margin-bottom: 0;
}
.fw-500{
  font-weight: 500;
}
.page-header .breadcrumbs li a , .page-header .breadcrumbs li{
  font-size: 18px;
}
.arrow-home9 .owl-nav button svg {
  display: none;
}
.arrow-home9 .owl-nav button {
  position: relative;
  font-size: 42px !important;
  opacity: 1 !important;
}
.arrow-home9 .owl-nav {
  bottom: -70px;
  position: absolute;
  width: 100%;
  display: block;
  text-align: left;
  top: auto;
  transform: translateY(0);
}
.arrow-home9 .owl-nav button[class*=owl-]:hover {
  color: #e31e24;
  background-color: transparent;
}
.arrow-home9 .owl-nav button.owl-next, .arrow-home9 .owl-nav button.owl-prev, .arrow-home9 button.owl-dot{
  color: #b3b3b3;
}
.features-box{
  flex-shrink: 0;
}
.our-values .ot-view-stacked{
  transition: all 600ms ease;
      border-left: 1px solid #e2e2e2;
      padding-left: 20px;
}
.our-values .ot-view-stacked:hover .ot-icon-box__icon{
  transform: scale(-1) rotate(-180deg);
  transition: all 600ms ease;
}
.our-values{
  margin-top: 150px;
}


/*ilex*/

.mega-menu .product-menu{
  padding-right: 60px;
}
.mega-menu .product-menu li a img{
  overflow: hidden;
  transition: 0.5s ease;
}
.img-res{
  display: inline-block;
  overflow: hidden;
}
.mega-menu .product-menu li:hover img{
  scale: 1.1;
}
.new-btn-collection {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Mulish", Sans-serif;
}

.mega-menu .product-menu p {
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0;
    color: #000;
    line-height: 30px;
}
.mega-menu p.title-menu {
    font-size: 22px !important;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    line-height: 32px;
}
.application-icons-i li{
  margin-bottom: 25px !important;
}
.mega-menu .application-icons-i li a{
  display: flex;
  align-items: center;
  gap: 24px;
}
.mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-menu li{
  margin-bottom: 30px !important;
}
.mega-menu ul li {
    margin-bottom: 15px;
    position: relative;
}

.mega-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.mega-menu ul li a:hover {
    color: #e31e24; /* Lavish hover color */
}
.size-mt{
  margin-top: 25px;
}

/* 
.mega-menu .app-menu{
  margin-top: 60px;
} */
.mega-menu .application-icons {
  columns: 2;
}

.mega-menu .application-icons-i li img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px !important;
    object-fit: contain;
}

.mega-menu .application-icons li div {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.mega-menu ul li img {

    margin-top: 8px;
    object-fit: contain;
}

/* Special: Reduce margin bottom for size list */
.mega-menu .col-lg-3 ul li {
    margin-bottom: 10px;
}

/* Remove unwanted bullet points */
.mega-menu ul li::before {
    display: none;
}

.mega-menu .size-data li a {
    font-weight: 400;
    line-height: 31px;
    color: #000;
    margin: 0;
    background-color: #F3F3F3;
    border-radius: 5px;
    padding: 2px 8px;
    display: inline-block;
}
.mega-menu .application-icons li a:hover div{
  color:#e31e24;
}


.slide-cnt .slide-text {
    margin: 0;
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -.05em;
    word-break: break-word;
}

.img-ft-left{
  margin-left: -25rem;
}
.img-ft-left img{
  width: 100%;
    margin-top: -1.66667rem;
    margin-bottom: -1.66667rem;

}
.new-up{
  margin-top: 150px;
}
.border-l-line{
  border-left: 4px solid #e31e24;
    padding-left: 26px;
}
.product-sec .product-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-sec.product-img img {
  width: 100%;
  display: block;
  vertical-align: middle;
}

/* Make text visible and centered over image */
.product-sec .product-cnt {
  position: absolute;
  bottom: 20px;       /* Adjust distance from bottom */
  width: 100%;
  z-index: 10;
  text-align: center;

}
.product-sec .product-cnt h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}
/* Add vertical margin top and bottom to left and right images */
.product-sec .col-lg-4:first-child .product-img,
.product-sec .col-lg-4:last-child .product-img {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* No vertical margin on center image */
.product-sec .col-lg-4:nth-child(2) .product-img {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.product-sec .col-lg-4:nth-child(2) .product-img img{
  object-fit: cover;

}
.app-img {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.app-cnt{
  position: relative;
}
.app-img:hover h3{
  color: #e31e24;
}
.app-img h3{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 16px;
}
.app-sec {
      background: #f9f9f9;
}
.app-sec li{
  list-style-type: none;
  text-align: center;
}
.app-sec .application-icons{
  text-align: center;
}
.finish-img{
    width: 160px;
    height: 160px;
    margin: auto;
}
.finish-img img{
    transform-style: preserve-3d;
    object-fit: cover;
    width: 100%;
    height: 160px;
    border: 1px solid #e2e2e2;
  }
    .finish-sec .finish-inner:hover {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.finish-box{
  width: 20%;
}
   
.finish-inner{
transition: 0.5s;
  padding: 40px 30px;
}
 .finish-sec .finish-inner:hover .finish-img {
    transform: rotateY(180deg);
    transition: 0.5s;
}
 .finish-sec .finish-inner:hover .finish-cnt h3{
  color: #e31e24;
 }
.finish-sec .finish-cnt h3{
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
  margin-bottom: 0;
}
.size-floor h3{
    font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #e31e24;
}
.size-floor a{
  font-size: 16px;
  font-weight: 500;
}
.size-floor.box-floor{
  border: 1px solid #e9e9e9;
  padding: 20px;
}
h3.ot-service-title{
  font-size: 24px;
  line-height: 30px;
}

.product-img {
  position: relative;
  overflow: hidden;
  isolation: isolate; /* Creates new stacking context */
}

.product-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* .product-img:hover::before {
  opacity: 1;
} */

.product-img img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
margin: 0 auto;
  height: auto;
  display: block;
}

.product-img:hover img {
  transform: scale(1.08);
}

.product-cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 2;
  color: white;
}
.app-img {
  perspective: 1000px; 
  position: relative; 
 width: 100%; 
   cursor: pointer; 
}

.flip-card-inner {
  position: relative;
  width: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  display: block; 
border-radius:40px;
}
.flip-card-inner img{
border-radius:40px;
}

.app-img:hover .flip-card-inner {
  transform: rotateY(180deg);
}

 .back-image {

  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
      margin: 0 auto;
  border-radius: 4px; /* optional */
  bottom: 0;
  height: auto;
}

.back-image {
  transform: rotateY(180deg);
  /* hide behind front initially */
}
.octf-btn-primary.btn-outline{
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff ;
}


.not-found-page ul.list-unstyled li {
    margin-bottom: 10px;
    font-size: 16px;
}

.not-found-page ul.list-unstyled li a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.not-found-page ul.list-unstyled li a:hover {
    color: #e31e24;
}
.site-footer .container-fluid{
  padding-left: 30px;
  padding-right: 30px;
}
.goog-te-combo{
  width: 55px;
}
.top {

    background-image: url(../images/about/about-bg.webp);
    background-position: top left;
    background-repeat: no-repeat;
}
.big-text-light {
    font-size: 132px;
    color: #e31e2424 !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 150px;
    font-weight: 800;
    letter-spacing: 5px;
}
.img-bt-infra{
  border: 1px solid #e31e24;
}
.category-tabs li {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin-right: 0;
}


.size-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.size-list li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  line-height: 20px;
  cursor: pointer;
}
.size-list li a{
  font-size: 16px;
  line-height: 20px;
}
.size-list, .category-tabs {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.category-tabs .active , .size-list .active{
    border: 1px solid #e31e24;
}
.size-list li a , .category-tabs li a{
  color: #000;
}
.catalog-box .cata-title{
  font-size: 22px;
  margin-top: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.cata-finish{
    font-size: 16px;
    line-height: 22px;
    color: #858585;
}
.catalog-box{
  padding: 10px 10px 24px 10px;
  border: 1px solid #e31e24;
height:100%;
}
.cata-btn{
  position: absolute;
  bottom: -18px;
}
.cust-table th h3{
  font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.cust-table tr td{
  font-size: 15px;
  line-height: 25px;
}
.main-table{
 overflow-x: auto;
}
.cust-table{
  margin-bottom: 0;
 
    min-width: 1000px;
}
.map-sec iframe{
  width: 100%;
  height: 600px;
}
.modern-tile-calculator .form-select{
  padding: 6px 16px;

}
.event-box h2{
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 34px;
}
.event-box {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.event-box img {
	overflow: hidden;
	/*transition: transform 0.6s ease;
	will-change: transform;*/
	height: 350px;
	object-fit: contain;
	border: 1px solid #ccc;
	width:100%;
}

/*.event-box:hover img {
  transform: scale(1.04);
}*/

.contact-form-block input ,.contact-form-block textarea{
  width: 100%;
      padding: 6px 14px;
      border-radius: 0;
}
.feature-sec{
  background-color: #f9f9f9;
}
.feature-sec .circle-box img {
    width: 80px;
}
.feature-inner h3{
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 30px;
}
.view-ic{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.view-ic i{
  color: #e31e24;
}
.view-ic{
  color: #e31e24;
  opacity: 0;
   transition: 0.5s ease-in-out;
   background-color: #fff;
   width: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
}
.catalog-box .image:hover .view-ic {
  opacity: 1;
  z-index: 2;
}
.catalog-box .image{
  position: relative;
}
.event-box a{
      display: block;
    overflow: hidden;
}
.logo img{
  height: 100px;
}
.logo {
    text-align: center;
}

@media(max-width:1500px){
  .manufacturing-sec .ot-process-box__icon {
    margin-left: 0;
}
}
@media(max-width:1400px){
.faux-sec-main {
  margin-left: 15px;
  margin-right: 15px;
}
}
@media(max-width:1227px){
  .banner_img {
    height: calc(100vh - 126px);
    width: 100% !important;
    object-fit: cover;
  }
  
  .home_banner {
    position: relative;
    height: calc(100vh - 126px);
  }
  .home_banner .slide::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: calc(100vh - 126px);
  }
}

@media(max-width:1200px){
/* .home_banner .slide-cnt {
  max-width:100%;
  right: 50px;
  left: 50px;
} */

.main-title-bm {
  margin-bottom: 50px;
}
.custom-nav{
  padding: 0 50px;
}
.manufacturing-sec .ot-view-stacked {
  margin-bottom: 30px;
}
.order-cust-last {
  margin-top: 30px;
  margin-bottom: 0px;
}
.flex-main .features-left-cnt:nth-child(even){
  padding-left: 0px;
}
.flex-main .features-right-cnt:nth-child(even){
  padding-right: 0px;
}

.features-right-cnt {
  display: flex;
  align-items: center;
  padding-left: 40px;
  justify-content: left;
  gap: 24px;
  margin-bottom: 14px;
  flex-direction: row-reverse;
}


}
@media(max-width:1199px){
.order-cust-last{
  order: 3;
}
.manufacturing-sec .ot-process-box__icon {
  width: 150px;
  height: 150px;

}
.pricing-img-wrap {
  padding: 50px 0;
  background-color: #F0EFED;
}
.sec-pricing-right >.row{
  flex-direction: column-reverse;
}
.sec-finished-right .container >.row{
  flex-direction: column-reverse;
}
.octf-main-header .octf-sidepanel {
    margin-left: 28px;
}
.main-navigation {
    margin-right: 30px;
}
.mega-menu p.title-menu {
    font-size: 20px !important;
    margin-bottom: 10px;
}
.mega-menu .product-menu p {
    font-size: 22px !important;
    line-height: 30px;
}
.product-menu li {
    margin-bottom: 20px !important;
}
.mega-menu .product-menu {
    padding-right: 16px;
}
h1.ot-heading__title-main {
    margin: 80px 0 80px 0;
    font-size: 70px;
    color: #000;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -.05em;
    word-break: break-word;
}
}
@media(max-width:1100px){
.main-navigation > ul > li > a {
    font-size: 14px !important;
}
}

@media(max-width:1024px){
.home_banner {
  position: relative;
  height: calc(100vh - 88px);
}
.banner_img{
  height: calc(100vh - 88px);
}
.home_banner .slide::after{
  height: calc(100vh - 88px);
}
.main-menu-title {
  margin-left: 0px;
  margin-right: 0px;
}

}
@media(max-width:991px){
  .home_banner {
    position: relative;
    height: 450px;
  }
  .banner_img{
    height: 450px;
  }
  .home_banner .slide::after{
    height: 450px;
  }

    .slide-cnt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
padding-right: 10px;
}

  .custom-nav {
    padding: 0 50px;
}
.home_banner p.mb-40{
  margin-bottom: 30px;
}
.home_banner .ot-button.mt-40{
  margin-bottom: 30px;
}
.ot-heading__title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 24px;
}
.spinny-words span {
  top: 46px;
}
h1.ot-heading__title-main {
  font-size: 60px;
  line-height: 70px;
      margin: 80px 0 80px 0;
}
.main-title-bm {
  margin-bottom: 45px;
}
.featurs-box-inner {
  row-gap: 30px;
}
.mb-60 {
  margin-bottom: 40px;
}
.related-posts .post-box .entry-footer a, .blog-grid .post-box .entry-footer a {
  margin-top: 0px;
}
.related-posts .post-box .entry-title, .blog-grid .post-box .entry-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 12px;
}
.post-box .entry-media.post-cat-abs .entry-meta {
  margin-top: 20px;
}
.order-last-third{
  padding-left: 30px;
  padding-right: 30px;
}
.manufacturing-sec .ot-process-box__icon{
  margin: 10px;
}
.ot-view-stacked .connector{
  display: none;
}
.features-right-cnt {
  flex-direction: row-reverse;
}
.flex-main .features-left-cnt:last-child {
  margin-bottom: 14px;
}
.flex-main .features-right-cnt:last-child {
  margin-bottom: 14px;
}
.trust-block {
  margin-left: 0;
}
.trust-img {
  margin-left: 0;
}
.manufacturing-sec .ot-view-stacked{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manufacturing-sec  .ot-process-box__content {
  text-align: center;
}
.manufacturing-sec .ot-process-box__title{
text-align: center;
  }

  .pricing-wrap {
    padding: 20px 30px 20px 30px;
}
.mega-menu .app-menu {
    margin-top: 0px;
}
.mega-menu ul li{
  margin-bottom: 4px;
}
.mega-menu .application-icons li div {
  margin-bottom: 8px;
}
.img-ft-left img{
  margin-bottom: 0;
  margin-top: 0;
}
.img-ft-left {
    margin-left: 0;
}
.new-up{
  margin-top: auto;
}
.our-values {
    margin-top: 0;
}
.finish-box {
    width: 33.33%;
    margin-bottom: 30px;
}
}

  @media(max-width:768px){
    .modern-tile-calculator .form-select {
    padding: 9px 16px;
    font-size: 14px;
}
    .big-text-light{
  font-size: 40px !important;
  line-height: 60px;
    }
    .finish-box {
    width: 50%;
    margin-bottom: 30px;
}
   .home_banner {
    position: relative;
    height: 400px;
  }
  .banner_img{
    height: 400px;
  }
  .home_banner .slide::after{
    height: 400px;
  }
    .slide-cnt .slide-text {
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -.05em;
    word-break: break-word;
}
  .ot-heading__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}
.features-right-cnt {
justify-content: left;
}
.home_banner .para{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.home_banner .ot-button.mt-40 {
  margin-top: 20px;
}
.home_banner .slide-cnt{
 padding-left: 20px;
 left: 0;
}
.custom-nav{
  padding: 0 20px;
}
.spinny-words span {
  top: 40px;
}
h1.ot-heading__title-main {
  font-size: 40px;
  line-height: 50px;
  margin: 60px 0 60px 0;
}
.octf-btn.octf-btn-design {
  width: 180px;
  height: 180px;
  padding: 20px !important;
}
.faux-sec-main {
  margin-left: 0;
  margin-right: 0;
}
.cta-design.cta-cust.faux-sec-main h2 {
  line-height: 40px;
}
.trust-block{
  padding: 30px;
}
.google_box {
    position: relative;
    margin: 0px 6px 0 0;
}
.octf-sidepanel {
    margin-left: 82px;
}
.product-sec .product-cnt h3 {
  
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
  }

  @media(max-width:572px){
    .home_banner .spinny-wrapper p br{
      display: none;
    }
    ul.columns-2 {
      columns: 1;
  }
  .mega-menu .application-icons {
    columns: 1;
}
.side-panel .side-panel-block{
  padding: 15px 0;
}
  }
  @media(max-width:575px){
  ul.product-cnt {
    columns: 1;
}
.footer-title {
  line-height: 24px;
  margin-bottom: 16px;
}
    .finish-box {
    width: 100%;
    margin-bottom: 30px;
            padding: 15px;
}
  }

  @media(max-width:431px){
  .spinny-words span {
    top: 76px;
  }}

  p {
    font-size: 16px;
    line-height: 28px;
}
.mobile-inquiry{
  display: flex;
  align-items: center;
}

@media(max-width:500px){

  .octf-menu-mobile.octf-cta-header{
    align-items: center;
  }
  .round_circle_box {
    display: block;
    width: 280px;
    height: 280px;
    margin: 0 auto;
}
.get-quote-text{
  font-size: 14px;
}

.header_mobile .mlogo_wrapper {
  padding: 10px 0px;
}
.new-collect{
  font-size: 14px;
}

.new-btn-collection{
  gap: 12px;
}
}

.whatsappicon {
  position: fixed;
  bottom: 10px;
  left: 30px;
  width: 50px;
  height: 50px;
  z-index: 9999;
}
.whatsappicon img {
  max-width: 80%;
} 
#notification {
  position: fixed;
  bottom: 65px;
  left: 20px;
  z-index: 9999;
  border-color: #0062cc;
  background-color: #fff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
  border-radius: 5px;
  width: 280px;
  height: auto;
  padding: 20px;
}
#notification p {
  /* text-align: justify; */
  color: #000;
  font-size: 15px;
  line-height: 28px;
}
#notification table td {
  padding: 10px 0 10px 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
}
.tableimg {
  width: 60px;
  margin-right: 15px;
}
#notification a {
  color: #000 !important;
  font-weight: 600;
}
#notification .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,0,0,.075)!important;
} 
.spac-sec .container-fluid{
  padding-left: 30px;
  padding-right: 30px;
}
.myproductimg {
    object-fit: contain;
    object-position: center;
    height: 270px !important;
    border: solid 1px #ddd;
    width: 100%;
}
.product-card{
margin-bottom:20px;
}
.single-product .item{
border: solid 1px #ddd;
}
.single-product .item img{
height:500px;
  object-fit: contain;
  
}
.nav-img .item img{
height:130px;
  object-fit: contain;
  border: solid 1px #ddd;
}
.product-table .table-t:nth-child(even) {
  background-color: #f3f3f3; 
}
