@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&amp;family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");

:root {
    --ronmi-font-main: Jost, sans-serif;
    --ronmi-font-second: Libre Caslon Text, serif;
    --ronmi-color-primary: #aa873b;
    --ronmi-color-second: #9a644b;
    --ronmi-color-dark: #191d1b;
    --ronmi-color-text-main: #5f6160;
    --ronmi-bg-color-screen: #f8f8f8;
    --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: #aa873b;
    --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: #1e1e1e;
    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: 18px;
    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;
}

.title-link {
    display: inline;
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, currentColor, currentColor);
}

.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: #aa873b;
}

.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);
    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: 30px;
}

.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 30px;
    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: transparent;
    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;
}

.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: 18px;
    text-align: center;
    outline: none;
    color: #ffffff;
    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;
}

.sticky_header .main-navigation ul li a {
    color: #000;
}

.main-navigation ul ul.sub-menu {
    position: absolute;
    top: calc(100% + 13px);
    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;
    color: #000;
    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: #fbc758;
}

.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-submenu-color-hover);
    background-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%;
    height: 470px;
    background-color: var(--ronmi-color-primary);
    background-size: cover;
    background-position: center;

}

.page-header .page-title {
    color: var(--ronmi-page-header-color-text);
    margin-bottom: 23px;
    flex: 1;
    padding-top: 80px;
}

.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 {
        height: 200px;
        padding: 40px 0;
        background-position: center right;
    }

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

/*--------------------------------------------------------------
# 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: #f8f8f8;
    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: var(--ronmi-color-primary);
    text-transform: uppercase;
    line-height: 28px;
}

.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: #f8f8f8;
}

.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: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}

.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: 10px;
}

.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 #f8f8f8;
}

.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: #aa873b;
    -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(0, 119, 110, 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);
    font-weight: 600;
    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: 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-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: 24px;
    margin-bottom: 11px;
}

.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%;
}

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

.ot-service-item__image img {
    width: 100%;
}

.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: 24px 40px 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;
}

.ot-service-item .ot-service-title {
    margin-bottom: 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;
}

@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: #aa873b;
    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: #aa873b;
    font-size: 48px;
    line-height: 40px;
    font-weight: 600;
}

.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: "Philosopher", Sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    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: "";
    font-family: flaticon;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    top: 0;
    left: 20px;
    background-image: url(img/favicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    color: #aa873b;
    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: 0%;
    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: 12px;
    word-break: normal;
    color: #1e1e1e;
}
.ot-icon-list-wrapper .social_touch .ot-icon-list-item {
    display: inline-block;
    width: 48%;
}

.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 #aa873b;
    -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;
}

.ot-project-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.ot-project-box: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;
}

.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: #d5b165;
    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: 540px;
    position: fixed;
    top: 0;
    bottom: 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;
}

.side-panel .side-panel-block {
    padding: 90px 42px 90px 25px;
    height: 100%;
    width: calc(100% + 17px);
    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;
    background: #2f2f2f;
    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);
}

.side-panel-active .panel-overlay {
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 9998;
}

@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: 40px;
}

#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(img/top_page_contact.jpg);
}

.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: #040807; */
    background-image: url(../img/footer_bg.jpg);
    background-size: cover;
    color: #dce2e6;
}

.site-footer .footer_logo {
    max-width: 150px;
}

.site-footer .ft-sub {
    font-size: 30px;
    line-height: 1.2;
}

.footer-title {
    color: #ffffff;
    /* font-family: "Jost", Sans-serif; */
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
}

.footer-title > span {
    border-bottom: 1px solid #f1f1f1;
}

.footer-widget .c_add,
.footer-widget .c_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: normal;
}

.footer-widget .c_add {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.footer-widget .c_add svg,
.footer-widget .c_phone svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: #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;
}

.footer-widget .c_add svg {
    position: relative;
    width: 2em;
    height: 1.2em;
    top: 7px;
    left: -3px;
}

.footer-widget .c_phone p,
.footer-widget .c_phone a {
    padding-left: 10px;
}

.footer-widget .ot-icon-list-item {
    color: #dce2e6;
    font-size: 18px;
    line-height: 32px;
}

.footer-widget .ot-icon-list-wrapper a,
.footer-widget a {
    color: #dce2e6;
    font-size: 18px;
    line-height: 32px;
}

.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;
}

.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: #aa873b;
    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: #aa873b;
    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: 90px 100px 100px 100px;
    background-color: #fef9f5;
}

.wpcf7 .octf-btn {
    width: 230px;
    background-color: #9a644b;
}

.wpcf7 .octf-btn:hover,
.wpcf7 .octf-btn:focus {
    background-color: #aa873b;
}

.wpcf7 .octf-btn:focus {
    outline: none;
    border-color: transparent;
}

.contact-page {
    z-index: 1;
    position: relative;
}

.contact_map {
    margin-top: -163px;
}

.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;
}

@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: #aa873b;
    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: #f7f7f7;
}

.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: #f8f8f8;
}

.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;
}

@media (min-width: 992px) {
    .about-testi .ot-testimonial-slider,
    .philosophy_testi {
        margin-left: 70px;
        margin-right: 70px;
    }
}

@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;
}

.our-values,
.ronmi-bg-third {
    background-color: #f8f8f8;
}

.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;
}

.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: #aa873b;
    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: #aa873b;
}

.team-form-block {
    background-color: #f8f8f8;
    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: #aa873b;
}

.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: #aa873b;
    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: #f8f8f8;
}

.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: #f8f8f8;
}

.ot-cpt-wrapper .ot-cpt-table-2.ot-cpt-heading {
    color: #ffffff;
    background-color: #aa873b;
}

.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(65%);
}

.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: #aa873b;
}

.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: #aa873b;
}

.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: #f8f8f8;
    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: #aa873b;
}

.octf-btn.btn-cv {
    padding: 25px 87px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.highlight-primary {
    background-color: #aa873b;
    color: #fff;
}

.highlight-second {
    background-color: #ae694f;
    color: #fff;
}

.ronmi-text-primary {
    color: #aa873b;
}

.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: #aa873b;
    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: #f8f8f833;
}

.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: #f8f8f8;
}

.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: #aa873b;
}

@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: 100px;
    padding-right: 100px;
}

.site-header-1 .octf-mainbar-row .octf-col.logo-col {
    /* max-width: 15.5%; */
}

.site-logo-1 img {
    width: 114px;
}

.sticky_header .site-logo-1 img {
    width: 85px;
}

.site-header-1 .octf-mainbar-row .octf-col.menu-col {
    justify-content: flex-end;
}

.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, 0.8);
}

@media (max-width: 1360px) {
    .main-navigation > ul > li {
        margin-right: 15px;
        margin-left: 15px;
    }

    .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, 0.2);
}

.woocommerce-mini-cart li a.remove {
    top: 0;
    margin-top: 0;
    right: 0;
    position: absolute;
    left: auto;
    line-height: 0.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-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: 0.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;
    }
}

.bg_f8f8f8 {
    background: #f8f8f8;
}

/* .section__content--w1760 {
  max-width: 1760px
} */
.section__content {
    position: relative;
    margin: 0 auto;
}

.row-special {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1800px) {
    .row-special {
        margin-left: 0;
        margin-right: 0;
    }
}

.col-25 {
    width: -webkit-calc((100% - 120px)/4);
    width: -moz-calc((100% - 120px)/4);
    width: calc((100% - 120px) / 4);
}

@media (max-width: 991px) {
    .col-25 {
        width: -webkit-calc((100% - 40px)/2);
        width: -moz-calc((100% - 40px)/2);
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 767px) {
    .col-25 {
        width: 100%;
    }
}

.col-50 {
    width: -webkit-calc((100% - 90px)/2);
    width: -moz-calc((100% - 90px)/2);
    width: calc((100% - 90px) / 2);
}

@media (max-width: 991px) {
    .col-50 {
        width: 100%;
    }
}

.home-creative-section {
    padding: 80px 0;
}

.home-creative-section .home-creative__content-wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-creative-section .home-creative__content-wrap .home-creative__content {
    overflow: hidden;
}

.home-creative-section.home-creative--img-right
    .home-creative__content-wrap
    .home-creative__content {
    text-align: right;
}

.home-creative-section.home-creative--img-right
    .home-creative__content-wrap
    .home-creative__content
    .title-bgimg
    h2 {
    margin-right: -18px;
}

.home-creative-section.home-creative--img-right
    .home-creative__content-wrap
    .home-creative__content
    .title-bgimg
    h2
    .line {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .home-creative-section.home-creative--img-right
        .home-creative__content-wrap
        .home-creative__content
        .title-bgimg
        h2 {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .home-creative-section.home-creative--img-right
        .home-creative__content-wrap
        .home-creative__content {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .home-creative-section.home-creative--img-left .home-creative__image {
        margin-bottom: 50px;
    }
}

.home-creative-section
    .home-creative__content-wrap
    .home-creative__content
    .octf-btn,
.home-creative-section
    .home-creative__content-wrap
    .home-creative__content
    .octf-btn:visited {
    color: #3c3c3c;
    background-color: #ebebeb;
}

.home-creative-section.home-creative--img-left
    .home-creative__content-wrap
    .home-creative__content
    .title-bgimg
    h2 {
    margin-left: 0;
}

.home-creative-section.home-creative--img-left
    .home-creative__content-wrap
    .home-creative__content
    .title-bgimg
    h2
    .line {
    margin-left: -36px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-creative-section.home-creative--img-left
        .home-creative__content-wrap
        .home-creative__content
        .title-bgimg
        h2
        .line {
        margin-left: 2px;
    }
}

.title-bgimg {
    margin-bottom: 15px;
}

.title-bgimg h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.title-bgimg h2 {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 20px;
}

.title-bgimg h2 .line {
    display: inline-block;
    height: 5px;
    width: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    -webkit-transition: width 0.5s ease-in-out 0.2s;
    -o-transition: width 0.5s ease-in-out 0.2s;
    -moz-transition: width 0.5s ease-in-out 0.2s;
    transition: width 0.5s ease-in-out 0.2s;
}

@media (max-width: 575px) {
    .title-bgimg h2 .line {
        /* display:none */
    }
}

@media (max-width: 767px) {
    .title-bgimg h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .title-bgimg h2 {
        font-size: 35px;
    }

    .home-creative-section.home-creative--img-right
        .home-creative__content-wrap
        .home-creative__content
        .title-bgimg
        h2
        .line {
        margin-right: 10px;
    }
}

.line--show {
    width: 60px !important;
    -webkit-transition: width 0.5s ease-in-out 0.2s;
    -o-transition: width 0.5s ease-in-out 0.2s;
    -moz-transition: width 0.5s ease-in-out 0.2s;
    transition: width 0.5s ease-in-out 0.2s;
}

.who-ami {
    padding: 80px 0;
}

.who-ami .who-ami__greetings {
    margin-bottom: 30px;
}

.who-ami .who-ami__greetings .who-ami__greetings-left {
    width: 40%;
}

.who-ami .who-ami__greetings .who-ami__greetings-left h2 {
    line-height: 1;
    font-weight: 600;
}

.who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: right;
}

.who-ami .who-ami__greetings .who-ami__greetings-left .name {
    font-size: 50px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 4px solid #333;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .who-ami .who-ami__greetings .who-ami__greetings-left .name {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .who-ami .who-ami__greetings .who-ami__greetings-left {
        width: 100%;
    }

    .who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
        font-size: 28px;
    }

    .who-ami .who-ami__greetings .who-ami__greetings-left .name {
        font-size: 32px;
    }
}

.who-ami .who-ami__greetings .who-ami__greetings-right {
    margin-left: 42%;
    padding: 20px 0;
    padding-left: 50px;
    padding-top: 0;
}

.who-ami .who-ami__greetings .who-ami__greetings-right p {
    line-height: 1.4;
}

@media (max-width: 1199px) {
    .who-ami .who-ami__greetings .who-ami__greetings-right {
        padding: 3px 0;
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .who-ami .who-ami__greetings .who-ami__greetings-right {
        padding: 0;
        margin-top: 20px;
        margin-left: 0;
    }
}

.who-ami .who-ami__title {
    height: 100%;
    position: relative;
}

.who-ami .who-ami__title a.au-btn--dark {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #1b1b1b;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    white-space: nowrap;
}

.who-ami .who-ami__title a.au-btn--dark:hover {
    background: #333;
}

.who-ami .who-ami__title .who-ami__title-text {
    font-family: montserrat, sans-serif;
    white-space: nowrap;
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 20px;
    background: #f8f8f8;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

@media (max-width: 991px) {
    .who-ami .who-ami__title .who-ami__title-text {
        margin-top: 20px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        white-space: normal;
        letter-spacing: 0;
    }

    .who-ami .who-ami__title a.au-btn--dark {
        bottom: -50px;
    }
}

@media (max-width: 1199px) {
    .who-ami .who-ami__title .who-ami__title-text {
        letter-spacing: 1.5px;
        padding: 15px 20px;
    }
}

.lastest-work {
    padding-top: 40px;
}

.lastest-work .section__content {
    position: relative;
    margin: 0 30px;
}

.lastest-work .lastest-work__intro {
    margin-bottom: 40px;
    position: relative;
}

.lastest-work .lastest-work__intro .lastest-work__intro-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1519px) {
    .lastest-work .lastest-work__intro .lastest-work__intro-inner {
        padding: 15px 25px;
    }
}

@media (max-width: 991px) {
    .lastest-work .lastest-work__intro .lastest-work__intro-inner {
        padding: 35px 45px;
    }
}

@media (max-width: 767px) {
    .lastest-work .lastest-work__intro .lastest-work__intro-inner {
        padding: 20px 30px;
    }
}

.lastest-work .lastest-work__intro .lastest-work__title {
    color: #fff;
    font-family: montserrat, sans-serif;
    text-align: right;
}

.lastest-work .lastest-work__intro .lastest-work__title {
    margin-bottom: 10px;
}

.lastest-work .lastest-work__intro .lastest-work__title span {
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 1519px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 30px;
    }
}

@media (max-width: 1741px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 40px;
    }
}

@media (max-width: 1520px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 32px;
    }
}

@media (max-width: 1233px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .lastest-work .lastest-work__intro .lastest-work__title span {
        font-size: 32px;
    }
}

.lastest-work .lastest-work__intro .lastest-work__title .dash {
    position: relative;
    text-transform: capitalize;
}

.lastest-work .lastest-work__intro .lastest-work__title .dash:before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -106px;
}

@media (max-width: 1741px) {
    .lastest-work .lastest-work__intro .lastest-work__title .dash:before {
        width: 45px;
        left: -57px;
    }
}

@media (max-width: 1233px) and (min-width: 1199px) {
    .lastest-work .lastest-work__intro .lastest-work__title .dash:before {
        width: 30px;
        left: -39px;
    }
}

.lastest-work .lastest-work__intro .lastest-work__text {
    font-size: 17px;
    line-height: 1.1;
    text-align: right;
    color: #dcdcdc;
    margin-top: 15px;
}

@media (max-width: 1520px) {
    .lastest-work .lastest-work__intro .lastest-work__text {
        font-size: 13px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .lastest-work .lastest-work__intro .lastest-work__text {
        font-size: 12px;
        margin-top: 10px;
    }
}

.lastest-work .latest-work__item {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.lastest-work .latest-work__item:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastest-work .latest-work__item .link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: block;
}

.lastest-work .latest-work__item:hover .body {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastest-work .latest-work__item .body {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastest-work .latest-work__item .body h3 {
    background-color: #f8f8f8;
    color: #383838;
    padding: 0 15px;
    font-family: var(--ronmi-font-main);
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-animation: fadeOut 0.3s;
    -moz-animation: fadeOut 0.3s;
    -o-animation: fadeOut 0.3s;
    animation: fadeOut 0.3s;
}

/* .lastest-work .latest-work__item:hover .body h3 {
  -webkit-animation: zoomIn .3s;
  -moz-animation: zoomIn .3s;
  -o-animation: zoomIn .3s;
  animation: zoomIn .3s
} */

.lastest-work-2 .lastest-work__intro .lastest-work__title .dash:before {
    width: 50px;
    left: -60px;
}

@media (max-width: 1741px) {
    .lastest-work-2 .lastest-work__intro .lastest-work__title .dash:before {
        width: 35px;
        left: -45px;
    }
}

@media (max-width: 1233px) and (min-width: 1199px) {
    .lastest-work-2 .lastest-work__intro .lastest-work__title .dash:before {
        width: 35px;
        left: -45px;
    }
}

.lastest-work-2 .latest-work__item .image > img {
    width: 100%;
}

.home_advantage_feature {
    background-color: #040807;
}

.home_advantage_feature .ot-icon-box.s-bg {
}

.home_advantage_feature .ot-heading__title {
    color: #fff;
    font-size: 48px;
}

.home_advantage_feature .ot-icon-box__content .icon-box-title {
    color: #fff;
}

.home_advantage_feature .icon-box-des,
.home_advantage_feature p {
    color: #cccccc;
}

/* .home_collections .ot-heading__title {
  font-weight: 600;
} */
.home_collections .projects-box .portfolio-info h5 {
    font-weight: 600;
}

.home_collections .projects-grid.style-1 .portfolio-info {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.home_collections
    .projects-box
    .projects-grid.style-1
    .projects-box
    .portfolio-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.home_collections .projects-box .portfolio-info {
    opacity: 1;
}

@media only screen and (min-width: 1520px) {
    .home_collections .colletion_content .projects-box .portfolio-info {
        padding-left: 15px;
    }

    .home_collections .colletion_content .projects-box .portfolio-info p {
        width: 70%;
    }
}

.home_blog .divider-blog {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    background-color: #0000001a;
}

.home_blog .blog-grid .post-box .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_blog .post-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_export .s-design-client p {
    padding-top: 5px;
    text-transform: uppercase;
}

.home_export .s-design-image {
    right: 15px;
}

.home_export .ot-button .octf-btn {
    background: #1b1b1b;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (max-width: 1520px) {
    .ot-heading__title,
    .home_advantage_feature .ot-heading__title,
    .who-ami .who-ami__greetings .who-ami__greetings-left .name {
        font-size: 40px;
        line-height: 1.2;
    }

    .who-ami .who-ami__greetings .who-ami__greetings-left .greetings {
        font-size: 22px;
    }
}

@media only screen and (min-width: 991px) {
    .home_collections .collection_title {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .home_collections .colletion_content {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ot-heading__title,
    .home_advantage_feature .ot-heading__title,
    .who-ami .who-ami__greetings .who-ami__greetings-left .name {
        font-size: 32px;
        line-height: 1.2;
    }

    .who-ami {
        padding: 60px 0 80px;
    }

    .home_collections {
        padding-top: 40px;
    }

    .who-ami .who-ami__title .who-ami__title-text {
        font-size: 14px;
    }

    .home_export .s-design-client {
        margin-bottom: 20px;
    }

    .home_export .s-design-client p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .lastest-work .section__content {
        margin: 0 0px;
    }

    .copyright-text {
        padding-bottom: 10px;
    }

    .design_by {
        padding-top: 10px;
        border-top: 1px solid #5c5c5c;
        padding-bottom: 0;
    }
}

.packing-details .ot-cpt-wrapper th,
.packing-details .ot-cpt-wrapper td {
    padding: 5px 7px !important;
    width: unset;
    font-size: 16px;
}

.packing-details .ot-cpt-wrapper th {
    background-color: #f8f8f8;
}

.ot-cpt-wrapper th {
    display: table-cell !important;
}

.packing-details .ot-cpt-wrapper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.packing-details h3 {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 23px;
    color: #fff;
    background: url(img/f-bg.jpg);
}

.tiles-calculator input,
.tiles-calculator select {
    color: var(--ronmi-input-color-text);
    font-size: var(--ronmi-input-font-size);
    padding: 8px 24px;
    background-color: var(--ronmi-input-background);
    border: 1px solid #d8dfda;
    box-sizing: border-box;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 30px;
    border-radius: 10px;
}

.calculate-btn {
    background-color: var(--ronmi-color-primary);
    border: none;
    color: white;
    border-radius: 10px;
    padding: 8px 25px;
}

.entry-content .sidebar {
    padding: 50px;
    background-color: #f3f3f3;
    max-width: calc(100% - 50px);
    margin-left: 25px;
    font-family: "Sora", sans-serif;
}

.section-ptb {
    padding: 80px 0;
}

.section-ptb .md-marg {
    padding-left: 25px;
    padding-right: 25px;
}

.section-ptb .sidebar .mb-40 {
    margin-bottom: 40px;
}

.section-ptb .sidebar .categories .title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.section-ptb .sidebar .categories .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.section-ptb .sidebar .categories ul {
    padding-left: 0px;
}
.section-ptb .sidebar .categories .title h6 {
    font-size: 20px;
    font-family: "Sora", sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.section-ptb .sidebar .categories li:active {
    color: #aa873b;
}

.section-ptb .sidebar .categories li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.section-ptb .sidebar .categories li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #1d1d1d;
}

.section-ptb .sidebar .categories li a {
    font-size: 14px;
}
.section-ptb .sidebar .categories li a:hover {
    display: inline-block;
    text-decoration: none;
}

.section-ptb .sidebar .categories li a,
.section-ptb .sidebar .categories li a:hover {
    color: inherit;
}

.section-ptb .shop-products {
    /* padding-right: 50px; */
}

.section-ptb .shop-products .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.section-ptb .shop-products .item .img {
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-ptb .shop-products .item .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.section-ptb .shop-products .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-ptb .shop-products .item .cont h6 {
    background-color: #f5f5f5;
    padding: 12px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2rem;
    text-transform: uppercase;
}

.tilestips {
    background: none repeat scroll 0 0;
    border: transaprent;
    display: inline-block;
    height: 220px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.tilestips div {
    background: #fff url("../img/tilePattern.png") repeat scroll -4px -4px;
    border: 1px solid #000000;
    box-shadow: 0 0 8px 5px #fff;
    left: 52%;
    position: absolute;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
}

.tilestips .tileFt {
    /*background: #868686 none repeat scroll 0 0;*/
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.horzFt {
    border-top: 1px dashed #868686;
    height: 0;
    left: 0;
    top: -20px;
    width: 100%;
}

.vertFt {
    border-left: 1px dashed #868686;
    height: 100%;
    left: -20px;
    top: 0;
    width: 0;
}

.tilestips .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}

.tilestips .horzFt span {
    margin-left: 50%;
    margin-top: -12px;
    transform: translateX(-50%);
}

.tilestips .vertFt span {
    margin-left: 50%;
    margin-top: -12px;
    transform: translateX(-50%);
}

.tilestips .vertFt span {
    margin-left: -27px;
    top: 50%;
    transform: rotate(-90deg) translateX(20%);
}

.catalogue-page .link-content-wrapper {
    margin-top: 15px;
}
.catalogue-page .link-icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}






/****************************************************************
Rajni Style
****************************************************************/
.company_main {
    color: #ffffffb3;
    background-color: #101116;
}
/* Top */
.company_main .text-color-primary {
    color: #aa873b;
}
.company_main .top-wrap h1 {
    font-size: 120px;
    color: #fff;
    font-weight: 400;
    line-height: 140px;
    margin-bottom: 0;
    font-family: "Italiana", Sans-serif;
}
.company_main .feature h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 22px;
}
.company_main .feature p {
    color: #ffffffb3;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 23px;
    display: block;
}
.company_main .btn-link {
    color: #ffffff;
    font-family: "Italiana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 32px;
}
.company_main .btn-link:hover {
    color: #ffffff;
}
.company_main .octf-btn.btn-bg-effect {
    width: 260px;
    padding: 9px 60px 0px 60px;
    font-family: "Italiana", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #aa873b;
    border-color: #aa873b;
}
.bg-studio {
    min-height: 900px;
    background-image: url(img/about/mvv_preview.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.trust_sec .position-img2 img {
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    border: 8px solid #f5f5f5;
}
.trust_sec .position-img3 img {
    border: 8px solid #f5f5f5;
}

.s-design-about {
    padding: 30px 0;
    width: 410px;
    background-color: #aa873b;
    background-image: url(../img/f-bg.jpg);
    background-size: cover;
    background-position: center center;
}
.s-design-about img {
    width: 300px;
    height: 137px;
}
.s-design-light .ot-heading__sub {
    color: #ffffff;
}
.s-design-light .ot-heading__sub span {
    background-color: #dddedb;
}
.s-design-light .ot-heading__title {
    color: #ffffff;
}
.export_top {
  /* background-image: url(../img/export/main_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #101116;
}
.export_top .ot-heading__title {
  color: #fff;
}
.export_top .ot-heading p {  
  color: #fff;
}
.flag_sec {
  background-color: #f8f8f8;
}
.export_buletpoint .ot-icon-box.s-bg {
  padding: 50px 36px 40px 40px;
  background-color: #f8f8f8;
  transition: 0.3s;
  border-left: 2px solid #CABA98;
}
@media only screen and (max-width: 767px) {
  .company_main .top-wrap h1 {
    font-size: 50px;
    line-height: 1;
  }
}






.technical-details table {
    word-break: keep-all;
}

.technical-details table {
    word-break: keep-all;
}
.contact-page .address  {
    max-width: 300px;
    margin: auto;
    width: 100%;
}
    
.contact-page .wpcf7 .main-form .field-label {
    color:  var(--ronmi-color-primary);
}



.infrastructure {
    padding: 0 85px;
}
@media (max-width: 1200px) {
    .infrastructure {
        padding: 0 15px;
    }
}
.infrastructure .single-shop {
    margin-bottom: 15px
}
.contact-page .ot-icon-box__icon {
    margin-bottom: 0;
}
.contact-page .cinfo_desc a {
    color: #1e1e1e;
    font-weight: 400;
}



.section-ptb .sidebar .categories li.active {
    color: #aa873b;
}

@media only screen and (max-width:992px){
    .mar-bo-col{
        margin-top: 25px;
    }
}
