@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');

:root {
    --ronmi-font-main: Lexend, sans-serif;
    --ronmi-font-second: Libre Caslon Text, serif;
    --ronmi-color-primary: #e04a05;
    --ronmi-color-second: #f3820c;
    --ronmi-color-dark: #191d1b;
    --ronmi-color-gray: #d7d7d7;
    --ronmi-color-gray-1: #f1f1f1;
    --ronmi-color-text-main: #5f6160;
    --ronmi-bg-color-screen: #fff9f5;
    --ronmi-line-height-text: 32px;
    --ronmi-font-weight-text: 400;
    --ronmi-font-size-text: 18px;
    --ronmi-heading-margin: 0 0 20px;
    --ronmi-h1-font-size: 60px;
    --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: #e04a05;
    --ronmi-arrow-slider-color: #b6b5b4;
    --ronmi-bg-body-dark-scheme: #0b0b0d;
    --ronmi-bg-color-screen-dark-scheme: rgba(255, 255, 255, .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
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    overflow: hidden;
    font-display: swap
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-display: swap;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: var(--ronmi-font-main);
    font-size: var(--ronmi-font-size-text);
    line-height: 1.6;
    font-weight: var(--ronmi-font-weight-text);
    color: var(--ronmi-color-text-main);
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ronmi-font-second);
    color: var(--ronmi-color-dark);
    font-weight: var(--ronmi-font-weight-text);
    margin: var(--ronmi-heading-margin)
}

h1 {
    font-size: var(--ronmi-h1-font-size);
    line-height: var(--ronmi-h1-line-height)
}

h2 {
    font-size: var(--ronmi-h2-font-size);
    line-height: var(--ronmi-h2-line-height)
}

h3 {
    font-size: var(--ronmi-h3-font-size);
    line-height: var(--ronmi-h3-line-height)
}

h4 {
    font-size: var(--ronmi-h4-font-size);
    line-height: var(--ronmi-h4-line-height)
}

h5 {
    font-size: var(--ronmi-h5-font-size);
    line-height: var(--ronmi-h5-line-height)
}

h6 {
    font-size: var(--ronmi-h6-font-size);
    line-height: var(--ronmi-h6-line-height)
}

p {
    margin: 0 0 20px
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    position: relative;
    font-family: var(--ronmi-font-second);
    color: var(--ronmi-color-dark);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 30px 0;
    padding: 115px 180px 40px 58px;
    background-color: var(--ronmi-bg-color-screen);
    border-left: 3px solid #9a644b
}

blockquote:before {
    display: block;
    position: absolute;
    content: "\f113";
    left: 58px;
    top: 50px;
    font-family: "flaticon";
    font-size: 37px;
    color: #9a644b;
    line-height: 1
}

blockquote cite {
    display: inline-block;
    font-family: var(--ronmi-font-main);
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    color: var(--ronmi-color-second)
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 16px
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

.bg-primary,
.ronmi-bg-primary {
    background: var(--ronmi-color-primary)
}

.bg-second,
.ronmi-bg-second {
    background: var(--ronmi-color-second)
}

.text-primary,
.ronmi-text-primary {
    color: var(--ronmi-color-primary)
}

.text-second,
.ronmi-text-second {
    color: var(--ronmi-color-second)
}

.lead {
    font-size: 20px;
    font-weight: 400
}

.clear-both {
    clear: both
}

.unstyle {
    list-style: none;
    padding-left: 0
}

.font14 {
    font-size: 14px
}

.text-light {
    color: #fff
}

.text-light * {
    color: #fff
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.dtable {
    display: table
}

.dcell {
    display: table-cell;
    vertical-align: middle
}

.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.overflow {
    overflow: hidden
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .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 .3s ease;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .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 .5s
}

.btn-textual a:hover:after {
    width: 100%;
    transition: all .5s;
    transition-delay: .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    -ms-transition: border-color .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 .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear
}

.ot-slider .ot-dots-custom .owl-dot.active,
.ot-slider .ot-dots-custom .owl-dot:hover {
    border-color: #e04a05
}

.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: 0;
    -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 .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .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 .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .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
}

.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 .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
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }
}

@keyframes MoveUpRight {

    0%,
    100% {
        left: calc(100% + 12px)
    }

    50% {
        left: calc(100% + 25px)
    }
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff;
    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;
    max-width: 100%
}

figure {
    margin: 1em 0
}

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: .4375em
}

.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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 {
    color: var(--ronmi-input-color-text)
}

::-moz-placeholder {
    color: var(--ronmi-input-color-text)
}

:-ms-input-placeholder {
    color: var(--ronmi-input-color-text)
}

:-moz-placeholder {
    color: var(--ronmi-input-color-text)
}

.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, .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: .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 .275s;
    transition: all .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 .2s;
    transition: all .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
}

.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 {}

.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:not(:checked),
.wpcf7 .main-form .wpcf7-checkbox [type=checkbox]:checked {
    position: absolute;
    left: 0;
    opacity: .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 .275s;
    transition: all .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 .2s;
    transition: all .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, .7);
    background-color: rgba(255, 255, 255, .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 {
    color: rgba(255, 255, 255, .7)
}

.dark-scheme::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.dark-scheme:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.dark-scheme:-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

@media (max-width:600px) {
    .wpcf7 .cs-form {
        display: block;
        text-align: center
    }

    .wpcf7 .cs-form input {
        margin-bottom: 10px
    }
}

a {
    color: var(--ronmi-color-link);
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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
}

#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
}

.main-navigation ul,
.vertical-main-navigation ul {
    list-style: none;
    padding-left: 0
}

.site-header {
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 10
}

.site-header.header-transparent {
    position: absolute;
    background-color: #fff;
    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: .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-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
    z-index: 10
}

.main-navigation ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    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: 0 29px;
    padding: 0 0;
    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%
}
@media only screen and (max-width: 1599px) {
    .main-navigation>ul>li {
        margin: 0 20px;
    }
}
.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 .3s ease;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease
}

.main-navigation ul>li>a,
.vertical-main-navigation ul>li>a {
    position: relative;
    display: inline-block;
    padding: 22px 0;
    font-size: var(--ronmi-menu-font-size);
    text-align: center;
    outline: none;
    color: var(--ronmi-menu-color);
    white-space: nowrap;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.main-navigation ul>li.menu-item-has-children>a:after {
    font-family: "flaticon";
    content: "\f116";
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -3px;
    line-height: 1
}

.main-navigation ul ul.sub-menu {
    position: absolute;
    top: calc(100% + 13px);
    left: -30px;
    float: none;
    margin: 0 0;
    padding: 0 0;
    background-color: var(--ronmi-submenu-bg-color);
    min-width: 230px;
    white-space: nowrap;
    padding: 15px 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-shadow: 0 0 7px 0 rgba(27, 36, 34, .1);
    -webkit-box-shadow: 0 0 7px 0 rgba(27, 36, 34, .1);
    -moz-box-shadow: 0 0 7px 0 rgba(27, 36, 34, .1)
}

.main-navigation ul ul.sub-menu:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 20px;
    top: -4px;
    left: 28px;
    opacity: 1;
    z-index: -1;
    background-color: var(--ronmi-submenu-bg-color);
    -webkit-transform: rotate(60deg) skewX(30deg);
    -ms-transform: rotate(60deg) skewX(30deg);
    transform: rotate(60deg) skewX(30deg)
}

.main-navigation ul ul.sub-menu:after {
    position: absolute;
    content: "";
    height: 13px;
    width: 100%;
    top: -13px;
    left: 0;
    z-index: -1;
    background-color: transparent
}

.main-navigation ul ul.sub-menu ul:before,
.main-navigation ul ul.sub-menu ul:after {
    display: none
}

.main-navigation ul li li {
    display: block;
    position: relative
}

.main-navigation ul li li a {
    display: block;
    text-align: left;
    padding: 4px 30px;
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.main-navigation ul li li.menu-item-has-children>a:after {
    right: 30px
}

.main-navigation>ul>li>a:hover,
.main-navigation>ul>li.current-menu-item>a,
.main-navigation>ul>li.current-menu-ancestor>a,
.vertical-main-navigation>ul>li>a:hover,
.vertical-main-navigation>ul>li.current-menu-item>a,
.vertical-main-navigation>ul>li.current-menu-ancestor>a {
    color: var(--ronmi-color-primary)
}

.main-navigation>ul>li>a:hover>span:not(.arrow):after,
.main-navigation>ul>li.current-menu-item>a>span:not(.arrow):after,
.main-navigation>ul>li.current-menu-ancestor>a>span:not(.arrow):after,
.vertical-main-navigation>ul>li>a:hover>span:not(.arrow):after,
.vertical-main-navigation>ul>li.current-menu-item>a>span:not(.arrow):after,
.vertical-main-navigation>ul>li.current-menu-ancestor>a>span:not(.arrow):after {
    transform: scaleX(1);
    transform-origin: left
}

.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(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@-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 .65s cubic-bezier(.23, 1, .32, 1) both;
    -moz-animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both;
    animation: stickySlideDown .65s cubic-bezier(.23, 1, .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 0 rgba(63, 118, 110, .15);
        -moz-box-shadow: 4px 4px 30px 0 rgba(63, 118, 110, .15);
        box-shadow: 4px 4px 30px 0 rgba(63, 118, 110, .15)
    }
}

.octf-menu-hamburger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
    transition: .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-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: .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: .4em;
    height: .4em;
    fill: currentColor;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 {
    display: none
}

@media only screen and (max-width:1024px) {

    .octf-main-header,
    .header-desktop {
        display: none
    }

    .header_mobile {
        display: block;
        width: 100%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease
    }

    .header_mobile.open,
    .header_mobile.is-stuck {
        box-shadow: 2px 2px 15px 0 rgba(42, 67, 113, .15);
        -webkit-box-shadow: 2px 2px 15px 0 rgba(42, 67, 113, .15);
        -moz-box-shadow: 2px 2px 15px 0 rgba(42, 67, 113, .15)
    }

    .header_mobile .mlogo_wrapper {
        position: relative;
        padding: 3px 0
    }

    .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: 0;
        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 .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .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 .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .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 .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .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, .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 .3s ease-in-out;
        -moz-transition: transform .3s ease-in-out;
        transition: transform .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 {
    position: relative;
    width: 100%;
    background-color: var(--ronmi-color-primary);
    background-size: cover;
    background-position: center;
    padding: 200px 0 100px
}

.page-header::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5)
}

.page-header .dcell {
    position: relative;
    z-index: 9
}

.page-header .page-title {
    color: var(--ronmi-page-header-color-text);
    margin-bottom: 23px;
    flex: 1;
    font-family: "Jost", Sans-serif
}

.page-header .breadcrumbs {
    margin-bottom: 0;
    font-size: 16px;
    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;
        padding-top: 115px
    }

    .page-header .page-title {
        font-size: 30px;
        margin-bottom: 5px
    }
}

.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
}

.screen-reader-text:focus {
    background-color: #fff9f5;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(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
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.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
}

.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
}

.entry-content {
    padding: 100px 0 80px
}

.post-box {
    margin-bottom: 40px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .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, .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, .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, .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, .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 {
    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, .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, .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, .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, .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 .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear
}

.post-nav a i:before {
    display: inline-block;
    font-size: 16px
}

.post-nav a i:hover {
    background-color: var(--ronmi-color-second)
}

.post-nav a:hover {
    background-color: var(--ronmi-bg-color-screen);
    border-color: #fff9f5
}

.post-nav h6 {
    font-size: 20px;
    margin-bottom: 3px
}

.post-nav h6>span {
    line-height: 30px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: 23px;
    line-height: 36px;
    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: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
    }
}

.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, .1)
}

.post-password-form input[type=submit] {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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
}

.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, .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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-area>ol,
.comments-area>ul {
    list-style: none;
    padding-left: 0
}

.comments-area ol .comment-respond,
.comments-area ul .comment-respond {
    margin-top: -30px;
    margin-bottom: 40px
}

.comments-area .comment-list {
    margin-bottom: 80px
}

.comments-area .comments-title {
    margin-bottom: 30px
}

.comments-area .comment-item {
    margin-bottom: 50px;
    overflow: hidden
}

.comments-area .comment-item .gravatar {
    float: left
}

.comments-area .comment-item .gravatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.comments-area .comment-item .comment-content:not(.pingback) {
    padding-left: 80px
}

.comments-area .comment-item.trackback .comment-content,
.comments-area .comment-item.pingback .comment-content {
    padding-left: 0
}

.comments-area .comment-item .comment-meta {
    position: relative;
    color: var(--ronmi-color-primary);
    text-transform: uppercase
}

.comments-area .comment-item .comment-meta a {
    color: var(--ronmi-color-primary)
}

.comments-area .comment-item .comment-meta .comment-author {
    font-family: var(--ronmi-font-main);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--ronmi-color-primary)
}

.comments-area .comment-item .comment-meta .comment-author:after {
    content: " |";
    margin-right: 5px;
    margin-left: 5px
}

.comments-area .comment-item .comment-meta .comment-time {
    font-size: 14px
}

.comments-area .comment-item .comment-reply-link {
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    color: var(--ronmi-color-primary);
    text-transform: capitalize
}

.comments-area .comment-item .comment-text {
    position: relative;
    margin-left: 20px
}

.comments-area .comment-item .comment-text p {
    padding: 20px 30px 20px 30px;
    background-color: var(--ronmi-bg-color-screen)
}

.comments-area .comment-item .comment-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    border-left: 20px solid transparent;
    border-top: 17px solid #fff9f5
}

.comments-area ul.children {
    padding-left: 100px;
    list-style: none
}

.comment-respond .comment-reply-title {
    margin-bottom: 12px
}

.comment-respond .comment-reply-title small {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    margin-left: 5px
}

.comment-respond .comment-reply-title small a {
    color: #ad1010
}

.comment-respond .comment-reply-title small a:hover {
    color: var(--ronmi-color-primary)
}

.comment-form p {
    margin-bottom: 25px;
    line-height: 1
}

.comment-form p label {
    margin-left: 8px
}

.comment-form p.form-submit {
    margin-bottom: 0
}

.comment-form span.text-primary {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.comment-form .comment-notes {
    margin-bottom: 37px
}

.comment-form .logged-in-as {
    margin-bottom: 37px
}

.comment-form .logged-in-as a {
    color: var(--ronmi-color-text-main)
}

.comment-form .logged-in-as a:hover {
    color: var(--ronmi-color-second)
}

.comment-form input[type=text],
.comment-form input[type=email] {
    width: 100%
}

.comment-form .octf-btn {
    text-transform: none;
    min-width: 230px
}

@media only screen and (max-width:768px) {
    .comments-area ul.children {
        padding-left: 30px
    }

    .comment-form .octf-btn {
        font-size: 16px;
        min-width: auto;
        padding: 15px 23px
    }
}

.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, .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
}

.blog_detail_page .widget .widget-title {
    font-size: var(--ronmi-h5-font-size);
    line-height: var(--ronmi-h5-line-height);
    font-weight: var(--ronmi-font-weight-text);
    font-family: var(--ronmi-font-second);
    margin: var(--ronmi-heading-margin)
}

.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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: #e04a05;
    -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 .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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)
}

.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
}

.blog_detail_page .widget .recent-news p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500
}

.widget .recent-news .post-on {
    display: block;
    font-size: 16px;
    line-height: 1
}

.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, .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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-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, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.author-widget_social a:last-child,
.blog-post .share-post a:last-child {
    margin-right: 0
}

.author-widget_social a:hover,
.blog-post .share-post a:hover {
    color: #fff;
    background-color: var(--ronmi-color-primary)
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.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: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.bypostauthor {
    color: inherit
}

.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
}

.ot-heading__title {
    display: block;
    position: relative;
    font-family: var(--ronmi-font-second);
    color: var(--ronmi-color-dark);
    margin: 0;
    padding: 0;
    z-index: 2
}

.ot-heading__sub {
    display: inline-block;
    color: var(--ronmi-color-second);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px
}

.ot-heading__sub span {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-color: var(--ronmi-color-gray);
    -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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-icon-box__icon i {
    position: relative;
    display: block;
    color: var(--ronmi-color-second);
    width: 1em;
    height: 1em;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: 26px;
    font-weight: 500;
    margin-bottom: 11px;
    font-family: "Jost", Sans-serif
}

.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: .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .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 .3s ease;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .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: .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-service-box__icon i {
    position: relative;
    color: var(--ronmi-color-second);
    width: 1em;
    height: 1em;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 {
    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, .9);
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%);
    transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.ot-service-item .ot-service-title {
    margin-bottom: 0
}

.ot-service-item .ot-service-des {
    visibility: hidden;
    opacity: 0;
    padding-top: 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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
    }
}

.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, .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: 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .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: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .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: .1em
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, .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, .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: 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 19px;
    -webkit-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 19px;
    -webkit-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, .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, .2)
}

.ot-progress-line__inner .ot-progress-bar {
    height: 100%;
    width: 0;
    background-color: var(--ronmi-color-primary);
    -webkit-transition: all 1s .5s;
    -o-transition: all 1s .5s;
    transition: all 1s .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, .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 .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .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, .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: .5em;
    background-color: var(--ronmi-bg-color-screen);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

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: 0;
    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: 0 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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-switcher span.active {
    color: var(--ronmi-btn-text-color);
    background-color: var(--ronmi-color-primary)
}

.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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-tabs__heading .tab-link.current,
.ot-tabs__heading .tab-link:hover {
    color: #f3820c
}

.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 .3s ease;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .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 p {
    font-size: 18px;
    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: #e04a05;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ot-tabs__content ul li.stone_panel:before,
.ot-tabs__content ol li.stone_panel:before {
    display: none
}

.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
}

.ot-client-logo-slider .client-logo {
    display: inline-block;
    width: 100%;
    opacity: 1;
    will-change: opacity, visibility;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, visibility .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 .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, visibility .3s ease-out
}

.ot-client-logo-slider .client_link {
    display: block;
    position: relative;
    line-height: 0;
    text-align: center
}

.ot-client-logo-slider .client_link img {
    display: inline-block;
    width: auto
}

.ot-client-logo-slider .client_link:hover .client-logo {
    opacity: 0;
    visibility: hidden
}

.ot-client-logo-slider .client_link:hover .client-hover-logo {
    opacity: 1;
    visibility: visible
}

.ot-image-slider {
    text-align: center
}

.ot-image-slider .owl-item img {
    width: auto;
    display: inline-block
}

.ot-counter {
    display: block
}

.ot-counter span {
    font-family: var(--ronmi-font-second);
    color: var(--ronmi-color-second);
    font-size: 48px;
    line-height: 40px
}

.ot-counter__title {
    margin-bottom: 0
}

.ot-counter__desc {
    margin-bottom: 0;
    font-size: 16px
}

.ot-counter .number-wrapper {
    letter-spacing: -.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
}

.ot-acc-item {
    background-color: #fff;
    padding: 22px 0 21px;
    border-bottom: 1px solid rgba(0, 119, 110, .1)
}

.ot-acc-item__title {
    font-family: var(--ronmi-font-main);
    cursor: pointer;
    justify-content: space-between;
    overflow: hidden;
    color: var(--ronmi-color-dark);
    margin-bottom: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-acc-item__title i {
    float: right;
    text-align: center;
    font-size: 10px
}

.ot-acc-item__title i.up {
    display: none
}

.ot-acc-item__title i.down {
    margin-top: 5px
}

.ot-acc-item__title i:before {
    font-size: 20px
}

.ot-acc-item__title span.up {
    display: none
}

.ot-acc-item__title svg {
    display: block;
    width: 20px;
    fill: currentColor
}

.ot-acc-item__content {
    display: none;
    padding-top: 21px
}

.ot-acc-item__content p:last-child,
.ot-acc-item__content ul:last-child {
    margin-bottom: 0
}

.ot-acc-item__time {
    display: inline-block;
    font-size: 16px
}

.ot-acc-item.current .ot-acc-item__title i.down {
    display: none
}

.ot-acc-item.current .ot-acc-item__title i.up {
    display: inherit
}

.ot-acc-item.current .ot-acc-item__title span.down {
    display: none
}

.ot-acc-item.current .ot-acc-item__title span.up {
    display: inherit
}

.ot-acc-item.current .ot-acc-item__title,
.ot-acc-item:hover .ot-acc-item__title {
    color: var(--ronmi-color-primary)
}

.ot-acc-item:last-child {
    border-bottom: none
}

.ot-testimonial__item {
    text-align: center;
    overflow: hidden
}

.ot-testimonial__item .ot-tcontent {
    font-family: var(--ronmi-font-second);
    font-size: 36px;
    line-height: 48px;
    color: var(--ronmi-color-dark);
    padding-bottom: 36px
}

.ot-testimonial__item .ot-tmeta {
    width: 100%;
    line-height: 1
}

.ot-testimonial__item .ot-tmeta-inner {
    display: inline-block
}

.ot-testimonial__item .ot-tmeta .ot-timage {
    padding-right: 20px
}

.ot-testimonial__item .ot-tmeta .ot-timage img {
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ot-testimonial__item .ot-tmeta .ot-tinfo {
    text-align: left
}

.ot-testimonial__item .ot-tmeta .ot-tname {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 11px
}

.ot-testimonial__item .ot-tmeta .ot-tjob {
    display: block;
    font-size: 14px;
    color: var(--ronmi-color-primary);
    text-transform: uppercase
}

.ot-testimonial__item .ot-tquote {
    line-height: 1;
    margin-bottom: 20px
}

.ot-testimonial__item .ot-tquote img {
    width: auto;
    display: inline-block
}

.ot-testimonial__item .ot-tdivider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 27px
}

.ot-testimonial__item .ot-tdivider span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr;
    height: 1px;
    background-color: rgba(0, 119, 110, .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: "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    color: #e04a05;
    border: 1px solid currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../img/logo/favicon.webp);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat
}

.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 .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 {
    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, .4);
    vertical-align: top;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .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 .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .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: 100px;
    height: 100px;
    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: 100px;
    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, .8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: border-color .3s linear;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    -ms-transition: border-color .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: .5px
}

.video-popup .btn-inner {
    position: absolute;
    top: 66%;
    left: 50%;
    -webkit-transform: translateY(-66%) translateX(-50%);
    -ms-transform: translateY(-66%) translateX(-50%);
    transform: translateY(-66%) translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.elegance .video-popup .btn-inner {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

@media (max-width:768px) {
    .video-popup .video-image {
        height: 50vh
    }

    .video-popup .video-image img {
        object-fit: cover;
        height: 50vh
    }

    .video-popup .video_title h1 {
        margin-bottom: 0
    }

    .video-popup .video_title p {
        display: none
    }
}

@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: var(--ronmi-color-text-main)
}

.ot-icon-list-wrapper .ot-icon-list-item a {
    color: currentColor
}

.ot-icon-list-wrapper .ot-icon-list-item a:hover {
    color: var(--ronmi-color-primary)
}

.ot-icon-list-wrapper .ot-icon-list-item:last-child {
    margin-bottom: 0
}

.ot-icon-list-wrapper .ot-icon-list-item.--inline-item {
    margin-bottom: 0;
    margin-right: 30px;
    word-break: break-word
}

.ot-icon-list-wrapper .ot-icon-list-item.--inline-item:last-child {
    margin-right: 0
}

.ot-icon-list-wrapper .ot-icon-list-icon {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 11px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: #f3820c;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-icon-list-wrapper .ot-icon-list-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: var(--ronmi-color-second);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-icon-list-wrapper .ot-icon-list-text {
    transition: background-size .3s linear;
    -webkit-transition: background-size .3s linear;
    -moz-transition: background-size .3s linear;
    -o-transition: background-size .3s linear;
    -ms-transition: background-size .3s linear
}

.ot-view-stacked .ot-icon-list-icon {
    padding: .5em;
    background-color: var(--ronmi-color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ot-image-gallery .gallery-icon {
    position: relative
}

.ot-image-gallery .gallery-icon .overlay {
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-image-gallery .gallery-icon .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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%
    }
}

.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 .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-project-slider .custom-nav {
    margin-bottom: 0
}

.projects-grid,
.ot-project-slider {
    position: relative
}

.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: .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, .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .4);
    border-left: 2px solid #e04a05;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .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 {
    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, .9);
    opacity: 0;
    vertical-align: middle;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .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: 0;
    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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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
}

.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
}

.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 .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .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, .3);
    color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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)
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .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
}

.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
}

.project-slider .projects-box {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.project-slider .projects-box img {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: .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
    }
}

.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 .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .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, .3);
    vertical-align: middle;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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)
}

.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 .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear
}

.ot-hover-image .overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.elementor-default .elementor-widget-text-editor p:last-child {
    margin-bottom: 0
}

.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
    }
}

.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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .2);
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 3px 3px 15px 0 rgba(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 .5s cubic-bezier(.23, 1, .32, 1) both;
    animation: searchSlideUp .5s cubic-bezier(.23, 1, .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)
    }
}

.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, .1);
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .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(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.octf-cart:hover .site-header-cart:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px;
    left: 0
}

.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: 0;
    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
    }
}

.header-mobile {
    display: none
}

.header-mobile .is-stuck {
    background-color: var(--ronmi-color-dark)
}

.header-mobile .is-stuck .cart-contents .count {
    background: #fff;
    color: var(--ronmi-color-dark)
}

.mmenu-toggle button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    color: var(--ronmi-color-dark);
    line-height: 2
}

.mmenu-toggle button i:before {
    font-size: 28px
}

.mmenu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 310px;
    height: 100vh;
    background-color: var(--ronmi-color-dark);
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .1)
}

.mmenu-wrapper .mobile_mainmenu li.current-menu-item a {
    color: #e04a05
}

.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 .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    transition: transform .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, .7);
    visibility: visible;
    opacity: 1;
    z-index: 9998
}

.site-overlay {
    background: transparent;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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-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, .7);
    visibility: visible;
    opacity: 1;
    z-index: 9998
}

.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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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, .7);
    visibility: visible;
    opacity: 1;
    z-index: 9998
}

@media only screen and (max-width:782px) {
    .admin-bar .side-panel {
        top: 46px
    }
}

#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 .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .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)
}

.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
    }
}

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-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, .1)
}

.dark-scheme .projects-box .portfolio-info {
    background-color: rgba(25, 26, 27, .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)
}

@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
    }
}

@media (min-width:1230px) {
    .container {
        max-width: 1200px
    }
}

.page-header-contact {
    background-image: url('../img/main_banner.webp')
}

.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, .3);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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: #e04a05;
    color: #DCE2E6
}

.footer-title {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px
}

.footer-widget .quick-links .ot-icon-list-item {
    display: inline-block;
    width: 49%
}

.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
}

.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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.cinfo .cinfo-icon {
    font-size: 18px
}

.cinfo .cinfo-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: #e04a05;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.cinfo .cinfo-text {
    align-self: center
}

.cinfo_desc {
    color: #e04a05;
    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: 40px;
    background-color: #FEF9F5
}

.wpcf7 .octf-btn {
    width: 230px;
    background-color: #9a644b
}

.wpcf7 .octf-btn:hover,
.wpcf7 .octf-btn:focus {
    background-color: #e04a05
}

.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
    }
}

hr {
    background-color: rgba(63, 118, 110, .2);
    margin-bottom: 32px;
    margin-top: 32px
}

.lead-about {
    color: #e04a05;
    font-family: "Libre Caslon Text", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px
}

.btn-large {
    width: 270px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-radius: 35px
}

.ot_list_s1 {
    margin-left: 30px
}

.about-studio {
    background-color: #FFF9F5
}

.position-img1 {
    position: absolute;
    width: 300px;
    max-width: 300px;
    top: 7%;
    left: -42%
}

.position-img2 {
    width: 370px;
    max-width: 370px;
    top: -38.8%;
    right: -28.5%;
    position: absolute
}

.position-img3 {
    width: 370px;
    max-width: 370px;
    bottom: -50%;
    right: 0;
    position: absolute
}

.ot-icon-box__icon.icon-large {
    font-size: 48px
}

.btn-medium {
    width: 230px
}

.about-icon-box .icon-box-title {
    font-size: 20px;
    line-height: 30px
}

.about-testi {
    background-color: #FFF9F5
}

.ot-testimonial-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.ot-client-logo-slider .owl-stage {
    display: flex;
    align-items: center
}

.cta {
    background-repeat: no-repeat;
    position: relative
}

.overlay-cta {
    background-color: #000000;
    opacity: .6;
    z-index: 0
}

@media (min-width:992px) {

    .about-testi .ot-testimonial-slider,
    .philosophy_testi {
        margin-left: 170px;
        margin-right: 170px
    }
}

@media (max-width:1200px) {

    .position-img1,
    .position-img2,
    .position-img3 {
        display: none
    }
}

@media (max-width:767px) {
    .ot-testimonial__item .ot-tcontent {
        font-size: 24px;
        line-height: 1.4
    }
}

.team {
    background-color: #f9feff
}

.our-values,
.ronmi-bg-third {
    background-color: #FFF9F5
}

.ot-view-stacked .ot-icon-box.s1 .ot-icon-box__icon {
    font-size: 24px;
    padding: 18px;
    margin-bottom: 30px
}

.ot-view-stacked .ot-icon-box.s1 .ot-icon-box__icon svg {
    fill: #fff
}

.ot-icon-box.s1 .icon-box-des {
    font-size: 20px
}

.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: #e04a05;
    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: #e04a05
}

.team-form-block {
    background-color: #FFF9F5;
    padding: 90px 100px
}

@media (max-width:767px) {
    .team-form-block {
        padding: 30px
    }
}

.text-primary {
    color: var(--ronmi-color-primary) !important
}

.fill-color-primary svg {
    fill: var(--ronmi-color-primary)
}

.video-popup-light a {
    color: #FFFFFF
}

.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%
}

.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: #e04a05
}

.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: #e04a05;
    background-color: #FFFFFF
}

.ot-cpt-wrapper table td,
.ot-cpt-wrapper table th,
.ot-cpt-wrapper .hide.ot-cpt-hide.ot-cpt-fbox-heading {
    border: 1px solid #3F766E33
}

.ot-cpt-wrapper tr td:nth-child(odd) {
    background-color: #FFF9F5
}

.ot-cpt-wrapper tr td.ot-cpt-fbox-heading {
    background-color: #FFFFFF
}

.ot-cpt-table-1.ot-cpt-heading,
.ot-cpt-table-3.ot-cpt-heading {
    background-color: #FFF9F5
}

.ot-cpt-wrapper .ot-cpt-table-2.ot-cpt-heading {
    color: #FFFFFF;
    background-color: #e04a05
}

.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
}

.ot-service-item__inner.s_main {
    transform: translateY(65%)
}

.ot-icon-box.s_main {
    padding: 40px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-icon-box.s_main:hover {
    background-color: #e04a05
}

.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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.ot-acc-item.current .ot-acc-item__title,
.ot-acc-item:hover .ot-acc-item__title {
    color: #f3820c
}

.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: #e04a05
}

.career-box {
    padding: 50px 30px;
    border: 1px solid #3F766E33;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.career-box:hover {
    background-color: #FFF9F5;
    border-color: transparent
}

.career-box h4 {
    color: #191D1B;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3F766E33
}

.career-box p {
    color: #5F6160;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px
}

.career-box .ot-icon-list-item {
    font-size: 16px;
    line-height: 36px
}

.career-box .ot-icon-list-wrapper .ot-icon-list-item {
    margin-bottom: 0
}

.career-box .ot-icon-list-wrapper .ot-icon-list-icon {
    font-size: 18px
}

.career-box .ot-icon-list-wrapper .ot-icon-list-icon svg {
    fill: #e04a05
}

.octf-btn.btn-cv {
    padding: 25px 87px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px
}

.highlight-primary {
    background-color: #e04a05;
    color: #fff
}

.highlight-second {
    background-color: #ae694f;
    color: #fff
}

.ronmi-text-primary {
    color: #e04a05
}

.ronmi-text-second {
    color: #9a644b
}

.text-underline {
    text-decoration: underline
}

input[type="file"] {
    cursor: pointer
}

.error-404 .page-content label {
    display: block
}

.error-404 .search-form .search-submit:hover {
    background-color: transparent;
    color: var(--ronmi-color-second)
}

.coming-soon {
    display: flex;
    align-items: center;
    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: #e04a05;
    width: 230px
}

.cs-form .octf-btn:focus {
    outline: none
}

.cs-form .octf-btn:hover {
    background-color: #9a644b
}

.cs-footer {
    text-align: center;
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.cs-content .author-widget_social a {
    color: #fff;
    background-color: transparent;
    border-color: #FFF9F533
}

.cs-content .author-widget_social a:hover {
    background-color: #3F766E;
    border-color: #3F766E
}

.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: 0 10px 0 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 .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.icon-service-box:hover {
    background-color: #FFF9F5
}

.icon-service-box .ot-icon-box__icon {
    font-size: 43px
}

.counter-number-primary span {
    color: var(--ronmi-color-primary)
}

.counter-block {
    padding: 80px 100px 80px 100px
}

@media (min-width:1200px) {
    .testimonial-element {
        margin-left: 170px;
        margin-right: 170px
    }
}

.ot-cpt-wrapper li.ot-cpt-table-2.ot-cpt-heading {
    color: #FFFFFF;
    background-color: #e04a05
}

@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
    }
}

.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
    }
}

.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 .3s ease;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease
}

.main-navigation>ul>li>a:hover:before,
.main-navigation>ul>li.current-menu-item>a:before {
    transform: scaleX(1);
    transform-origin: left
}

.site-header-1 .container-fluid,
.site-header .container-fluid {
    padding-left: 100px;
    padding-right: 100px
}
@media only screen and (max-width: 1599px) {
    .site-header-1 .container-fluid,
    .site-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}
.site-header-1 .octf-mainbar-row .octf-col.logo-col {
    max-width: 15.5%
}

.site-logo-1 img {
    width: 114px
}

.site-header-1 .octf-mainbar-row .octf-col.menu-col {
    justify-content: flex-start
}

.site-header-1 .octf-cta-header .toggle_search i {
    color: #1B2422
}

.octf-social-header {
    margin-right: 50px
}

.octf-social-header ul {
    display: flex;
    align-items: center
}

.octf-social-header ul li {
    margin-right: 30px;
    margin-left: 30px
}

.octf-social-header ul li:first-child {
    margin-left: 0
}

.octf-social-header ul li:last-child {
    margin-right: 0
}

.octf-social-header ul li a {
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400
}

.octf-social-header ul li a span {
    color: #5F5F5D
}

.ot-service-item__inner {
    -webkit-transform: translateY(58%);
    -ms-transform: translateY(58%);
    transform: translateY(58%)
}

.ot-service-item__inner.s_main {
    padding-right: 32px;
    -webkit-transform: translateY(58%);
    -ms-transform: translateY(58%);
    transform: translateY(58%)
}

.ot-service-item .ot-service-des p {
    color: rgba(25, 29, 27, .8)
}

@media (max-width: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
    }
}

.octf-cart {
    margin-left: 25px
}

.woocommerce-mini-cart li {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 23px
}

.woocommerce-mini-cart li:before,
.woocommerce-mini-cart li:after {
    content: ' ';
    display: table
}

.woocommerce-mini-cart li:after {
    clear: both
}

.woocommerce-mini-cart li img {
    width: 90px;
    float: left;
    margin-left: 0;
    margin-right: 20px;
    border: 1px solid rgba(0, 119, 110, .2)
}

.woocommerce-mini-cart li a.remove {
    top: 0;
    margin-top: 0;
    right: 0;
    position: absolute;
    left: auto;
    line-height: .8;
    font-weight: 400;
    font-size: 25px;
    color: red !important;
    height: 1em;
    width: 1em;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
    border: 0
}

.woocommerce-mini-cart li a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce-mini-cart li a:not(.remove) {
    display: block;
    font-weight: 400;
    line-height: 28px;
    color: var(--ronmi-color-text-main)
}

.woocommerce-mini-cart li .quantity {
    color: var(--ronmi-color-text-main);
    font-weight: 600;
    font-size: 18px;
    display: block
}

.woocommerce-mini-cart li .amount {
    font-family: var(--ronmi-font-second);
    color: var(--ronmi-color-primary);
    font-weight: 400
}

.woocommerce-mini-cart__total {
    font-family: var(--ronmi-font-second);
    border-top: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 18px
}

.woocommerce-mini-cart__total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce-mini-cart__total strong {
    color: var(--ronmi-color-dark);
    font-weight: 500;
    font-size: 18px
}

.woocommerce-mini-cart__total .amount {
    font-size: 18px;
    line-height: 32px;
    color: var(--ronmi-color-dark);
    font-weight: 400;
    font-size: 18px
}

.woocommerce-mini-cart__buttons .button {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    background-color: var(--ronmi-color-primary);
    text-transform: capitalize;
    padding: 22px 12px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    float: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.woocommerce-mini-cart__buttons .button:last-child {
    margin-right: 0
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover {
    background-color: var(--ronmi-color-dark)
}

.woocommerce-mini-cart__buttons .button.checkout {
    background-color: var(--ronmi-bg-color-screen);
    color: var(--ronmi-color-dark)
}

.woocommerce-mini-cart__buttons .button.checkout:hover {
    background-color: var(--ronmi-color-dark);
    color: #fff
}

.parap-color {
    color: #191D1BCC
}

.hotspots__item1 {
    right: 29%;
    top: 39%
}

.hotspots__item2 {
    right: 16%;
    top: 61%
}

.hotspots__item3 {
    left: 35%;
    top: 24%
}

.hotspots__item4 {
    left: 26%;
    top: 38%
}

.hotspots__item5 {
    left: 22%;
    top: 30%
}

.hotspots__item6 {
    left: 8%;
    top: 45%
}

.post-box .entry-meta.meta-s2 span:first-child a {
    padding-left: 0
}

.post-box .entry-meta.meta-s2 span:not(:first-child) a {
    border-left: 1px solid var(--ronmi-color-primary)
}

.post-box .entry-meta.meta-s2>span.posted-on a:before {
    display: none
}

.align-left .ot-testimonial__item {
    text-align: left
}

.align-left .owl-theme .owl-dots {
    text-align: left
}

.octf-btn-large {
    width: 230px
}

.ml-30 {
    margin-left: 30px
}

.octf-cta-header .h-search-form-field.show {
    display: block
}

@media(min-width:992px) and (max-width:1200px) {
    .s-design-about {
        max-width: 330px
    }
}

@media(min-width:992px) {
    .mr-lg-115 {
        margin-right: 115px
    }

    .position-lg-absolute {
        position: absolute
    }

    .s-design-image img {
        max-width: none
    }
}

@media (min-width:768px) {
    .full-height {
        height: 100vh
    }
}

@media(max-width:767px) {
    .version-design h1.ot-heading__title {
        line-height: 52px
    }

    .octf-btn.octf-btn-design {
        width: 180px;
        height: 180px;
        padding: 59px 30px 59px 30px
    }

    .design-section-bg-fixed {
        min-height: 400px
    }

    .gallery-columns-4 .gallery-item {
        max-width: 100%
    }
}

@media(max-width:1024px) {
    .tp-img-res img {
        opacity: .6;
        width: 100% !important;
        height: 100% !important
    }
}

.rev_slider .tp-caption img,
.tp-simpleresponsive .tp-caption img {
    max-width: 100% !important;
    max-height: inherit
}

.tp-img-ar img {
    opacity: .3
}

.nav-home.tparrows {
    cursor: pointer;
    background: transparent;
    position: absolute;
    display: block;
    z-index: 1000;
    width: 58px;
    transition: .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 .928932C95.9526 .538408 95.3195 .538408 94.9289 .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 .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 .2s linear
}

.nav-home.tparrows.tp-leftarrow:after {
    left: -24px
}

.nav-home.tparrows.tp-rightarrow:after {
    right: -24px
}

.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 .3s linear;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    -ms-transition: border-color .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 .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .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
    }
}

.ot-icon-list-wrapper ul.f_social_icon {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, #2f3336, transparent);
    border-radius: 0;
    padding: 15px 25px
}

.footer-widget .f_social_icon li {
    display: inline-block
}

.footer-widget .f_social_icon li a img {
    max-width: 50px
}

.products_main h1 {
    font-size: 90px;
    line-height: 1.2
}

.products_main .breadcrumbs {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 1px solid #a7a7a7
}

.products_main .breadcrumbs li {
    display: inline-block;
    color: #a7a7a7
}

.products_main .breadcrumbs li a {
    color: #e04a05
}

.products_main .breadcrumbs li:before {
    display: inline-block;
    content: "/";
    margin: 0 8px;
    color: #000
}

.products_main .breadcrumbs li:first-child:before {
    display: none
}

@media only screen and (min-width:1025px) {
    .products_main .octf-btn {
        font-family: 'Libre Caslon Text';
        font-size: 17px;
        font-weight: 500;
        line-height: 1.3;
        text-transform: capitalize
    }

    .products_main .octf-btn.btn-bg-effect {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 236px;
        min-height: 236px;
        color: #fff;
        padding: 0;
        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%
    }

    .products_main .octf-btn.btn-bg-effect:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 11px;
        right: -10px;
        border: 1px solid rgba(255, 255, 255, .4);
        border-radius: 50%;
        transition: inherit
    }

    .products_main .octf-btn.btn-bg-effect:hover {
        transform: translate(0)
    }

    .products_main .octf-btn.btn-bg-effect:hover:after {
        top: 0;
        right: 0;
        border-color: transparent
    }

    .products_main .octf-btn.btn-bg-effect span>img {
        filter: invert(1);
        max-width: 60px;
        margin-bottom: 10px
    }
}

.products_main .octf-btn.btn-bg-effect {
    display: inline-flex;
    flex-direction: column;
    color: #fff
}

.products_main .octf-btn.btn-bg-effect span>img {
    filter: invert(1);
    max-width: 80px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .products_main h1 {
        font-size: 35px;
        margin-bottom: 0
    }
}

.collection_sizes .ot-tabs__heading {
    display: flex;
    justify-content: center
}

.collection_sizes .button-89 {
    --b: 2px;
    --s: .45em;
    --color: #373B44;
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background: conic-gradient(from 90deg at var(--b) var(--b), #0000 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .6em;
    font-size: 16px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation
}

.collection_sizes .button-89.current {
    color: #fff;
    padding: 9px;
    padding-top: 15px
}

.collection_sizes .button-89.current>span {
    background-color: #f3820c;
    padding: 12px 20px
}

.collection_sizes .button-89:active {
    background: var(--color);
    color: #fff
}

.collection_sizes .ot-tabs__content h5 {
    font-size: 25px;
    font-weight: 500
}

.collection_sizes .ot-tabs__content .ot-title-link p {
    font-size: 15px
}

.product_details .product-slide .single-product .link-image-action i {
    color: #000
}

.product_details .product-slide .single-product .item {
    background-color: #FFF9F5
}

.product_details .product-slide .single-product .item img {
    border: 1px solid #dcdcdc;
    box-shadow: rgba(0, 0, 0, .1) 0 0 5px 0, rgba(0, 0, 0, .1) 0 0 1px 0
}

.product_details .product-slide .nav-img .item div {
    border: 1px solid #dcdcdc;
    padding-right: 0;
    margin-right: 20px;
    background-color: #FFF9F5
}

.product_details .entry-summary .ot-heading__title {
    line-height: 1.2
}

.product_details .entry-summary .price {
    font-size: 25px;
    color: #f3820c
}

.product_details .entry-summary .price del {
    font-size: 20px;
    color: #a7a7a7
}

.product_details .entry-summary .price ins {
    font-weight: 500
}

.product_details .entry-summary p {
    font-size: 17px;
    line-height: 1.5
}

.product_details .entry-summary .table th {
    background-color: #333;
    color: #fff;
    font-weight: 500
}

.product_details .entry-summary .table td,
.product_details .entry-summary .table th {
    font-size: 17px;
    padding: 3px 15px;
    vertical-align: middle;
    line-height: 2
}

.product_details .entry-summary hr {
    background-color: rgba(63, 118, 110, .2);
    margin-bottom: 25px;
    margin-top: 25px
}

.product_details .tech_icons_list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.product_details .tech_icons_list .tech_icons_list_items {
    display: inline-block;
    width: 49%;
    padding-right: 10px
}

.product_details .pro_tech_icon {
    display: flex;
    align-items: center
}

.product_details .pro_tech_icon p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 10px
}

.product_details .pro_tech_icon img {
    max-width: 90px
}

.product_details .redirect_buttons .octf-btn {
    padding: 14px 30px;
    background-color: #333333
}

#st-1 {
    text-align: start !important
}

.related_products .ot-service-slider .ot-service-item {
    background-color: #FFF9F5
}

.related_products .ot-service-slider .ot-service-item__inner {
    text-align: center;
    padding: 10px
}

.related_products .ot-service-slider .ot-service-item .ot-service-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Jost", Sans-serif
}

.home_collection .s-design-project .ot-title-link h5 {
    margin-bottom: 5px;
    font-family: "Jost", Sans-serif;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .collection_sizes .ot-tabs__heading {
        display: inline-block
    }

    .collection_sizes .ot-tabs__heading .tab-link {
        margin-right: 10px
    }

    .collection_sizes .button-89.current {
        padding: calc(.5em + var(--s)) calc(.1em + var(--s))
    }

    .collection_sizes .button-89.current>span {
        padding: 12px 13px
    }

    .product_details .redirect_buttons .octf-btn {
        padding: 12px 20px;
        font-size: 16px
    }

    .product_details .entry-summary .table td,
    .product_details .entry-summary .table th {
        line-height: 1.6
    }

    .home_collection_btn {
        display: none
    }

    .footer_logo {
        max-width: 160px
    }

    .footer-widget .f_social_icon li a img {
        max-height: 50px;
        max-width: auto
    }

    .footer-widget .ot-icon-list-wrapper .f_social_icon a {
        font-size: 13px
    }

    .ot-heading__title.sm_heading {
        font-size: 34px
    }

    .d-none-small {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .ml-35 {
        margin-left: 35px
    }
}

.explore-btn {
    width: 120px;
    height: 120px;
    background-color: #e04a05;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: .3s
}

.explore-btn:visited {
    color: white
}

.explore-btn:hover {
    background-color: #000
}

.export_section .rel_img {
    position: relative
}

.export_section .abs_img {
    position: absolute;
    right: 10px;
    bottom: -90px;
    border: 10px solid #fff
}

@media only screen and (max-width:575px) {
    .export_section .abs_img {
        display: none
    }
}

.country_flag {
    position: relative
}

.country_name {
    position: absolute;
    top: 104px;
    left: 80px
}

@media only screen and (max-width:1200px) {
    .country_name {
        top: 85px;
        left: 50px
    }
}

@media only screen and (max-width:992px) {
    .country_name {
        top: 104px;
        left: 70px;
        font-size: 14px
    }
}

.border_artisan {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    padding: 30px
}

.ot-tabs__heading .tab_artisan.tab-link.current,
.ot-tabs__heading .tab_artisan.tab-link:hover {
    color: white;
    background: #f3820c;
    border: none;
    padding: 5px 10px
}

.tab_artisan {
    padding: 5px 10px;
    border: 1px solid black
}

.pl-lg-30 {
    padding-left: 30px
}

@media only screen and (max-width:992px) {
    .d-inline-block.tab_main {
        display: block !important
    }

    .ot-tabs__heading .tab-link.tab_artisan {
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }

    .pt-sm-50 {
        padding-top: 50px
    }

    .space-100 {
        height: 60px
    }

    .ot-heading-with-slider .custom-nav button:before {
        width: 50px;
        height: 50px
    }

    .mb-sm-10 {
        margin-bottom: 10px
    }

    .pl-lg-30 {
        padding-left: 0
    }
}

.artisan_color {
    color: var(--ronmi-color-link-hover) !important
}

.blog_size h2 {
    font-size: 35px;
    line-height: 1.5
}

.blog_size h3 {
    font-size: 30px
}

.blog_size h4 {
    font-size: 27px
}

.recent_blog h6 {
    font-size: 16px
}

.blog_banner h1 {
    font-size: 44px;
    line-height: 35px
}

@media only screen and (max-width:767px) {
    .blog_size h2 {
        font-size: 29px
    }

    .blog_size h3 {
        font-size: 25px
    }

    .blog_size h4 {
        font-size: 24px
    }

    .blog_banner h1 {
        font-size: 25px !important
    }
}

.blog_detail_page ul li span {
    font-weight: 300;
    color: rgb(88, 87, 86)
}

.h5_to_h3 {
    font-size: 24px;
    font-family: "Jost", Sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important
}

.h5_to_p {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 36px !important
}

.h2_to_h3 {
    font-size: 48px !important
}

.h3_to_h2 {
    font-size: 36px !important
}

.h4_to_h3 {
    font-size: 30px
}

.li_to_h4 {
    font-size: 18px;
    color: #5f6160;
    font-family: 'Jost' !important
}

.ot-heading__title.product_title {
    font-size: 35px !important
}

.faq_product {
    font-size: 22px;
    font-weight: 400
}

@media only screen and (max-width:575px) {
    .h2_to_h3 {
        font-size: 36px !important
    }

    .h3_to_h2 {
        font-size: 28px !important
    }

    .h4_to_h3 {
        font-size: 21px
    }

    .ot-heading__title.product_title {
        font-size: 26px !important
    }

    .blog_page.entry-content {
        padding: 50px 0 0
    }

    .space-xs-100 {
        height: 100px
    }

    .vm_section {
        background-size: inherit !important
    }

    .catalogue_page.entry-content {
        padding: 50px 0 30px
    }

    .mb-sm-15 {
        margin-bottom: 15px
    }

    .ot-tabs__content h5 {
        font-size: 18px;
        line-height: 29px
    }

    .faq_section .ot-acc-item__content {
        font-size: 16px
    }

    .space-xs-50 {
        height: 50px
    }

    .space-xs-40 {
        height: 40px
    }

    .footer_logo {
        max-width: 120px
    }
}

.toc>li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.toc>li:last-child {
    border-bottom: none
}

.toc>li>a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    display: block;
    transition: color .3s
}

.toc li ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 15px
}

.toc li ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.toc li ul li:last-child {
    border-bottom: none
}

.toc li ul li a {
    text-decoration: none;
    color: #555;
    display: block;
    transition: color .3s
}

.toc li ul li ul {
    margin: 10px 0 0 15px
}

.toc li ul li ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2
}

.toc li ul li ul li:last-child {
    border-bottom: none
}

.toc li ul li ul li a {
    text-decoration: none;
    color: #777;
    display: block;
    transition: color .3s
}

.toc a:hover {
    color: #f3820c
}

.toc>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd
}

.toc>li:last-child::after {
    display: none
}

.toc {
    border: 2px solid #ddd;
    padding: 20px !important;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.toc h2,
.toc h3,
.toc h4 {
    margin-top: 20px;
    font-size: 1.2em;
    color: #333
}

.toc h3 {
    font-size: 1em;
    color: #555
}

.toc h4 {
    font-size: .9em;
    color: #777
}

@media (max-width:768px) {
    .toc {
        max-width: 100%;
        padding: 15px
    }

    .toc>li>a {
        font-size: 1.1em
    }

    .toc li ul li a {
        font-size: .95em
    }

    .toc li ul li ul li a {
        font-size: .9em
    }
}

@media (max-width:480px) {
    .toc {
        max-width: 100%;
        padding: 10px
    }

    .toc>li>a {
        font-size: 1em
    }

    .toc li ul li a {
        font-size: .9em
    }

    .toc li ul li ul li a {
        font-size: .85em
    }
}

.social-media {
    padding: 40px 0
}

.social-feed-container {
    display: flex;
    flex-wrap: wrap
}

.video-card {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.video-card iframe {
    width: 100%;
    height: 200px;
    border: none
}

.video-info {
    padding: 10px;
    padding-top: 0;
    background: #fff
}

.video-info h6 {
    font-size: 16px;
    font-family: "Jost", Sans-serif;
    font-weight: 500;
    margin: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

#artisan_color {
    color: var(--ronmi-color-link-hover)
}

.product_details .product-slide .item {
    max-height: 600px;
    width: auto
}

.product_details .product-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#whatsapp-link {
    background-color: #25D366
}

.error-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh
}

@media only screen and (max-width:768px) {
    .video-sec .mob_img {
        max-width: 1200px
    }

    .video-sec.home_inspiration .video_title {
        min-width: 85%
    }

    .video-popup .video-image {
        height: auto
    }

    .space-sm-60 {
        height: 60px
    }

    .design-section-bg-fixed {
        min-height: 225px !important;
        background-attachment: unset
    }

    .collection_sizes .ot-tabs__heading .tab-link {
        margin-right: 30px
    }

    .collection_main .ot-tabs__heading {
        margin-left: 3%
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .youtube_video_collection iframe {
        width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .error-404 h1 {
        font-size: 150px
    }
}

@media only screen and (min-width:400px) and (max-width:575px) {
    .collection_main .ot-tabs__heading {
        margin-left: 9%
    }
}

@media only screen and (min-width:376px) and (max-width:400px) {
    .collection_main .ot-tabs__heading {
        margin-left: 1%
    }
}

@media only screen and (max-width:350px) {
    .collection_main .ot-tabs__heading {
        margin-left: 0
    }
}

@media only screen and (min-width:350px) and (max-width:375px) {
    .collection_main .ot-tabs__heading {
        margin-left: 1%
    }
}

.widget-author .thumb {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 1, .1)
}

.widget-author .thumb img {
    max-width: 100px
}

.root-blog .news-content p {
    font-size: 16px
}

.blog_detail_page hr {
    background-color: #b9b9b9;
    margin-bottom: 10px;
    margin-top: 30px
}

.review_section .ot-testimonial__item .ot-tcontent {
    font-size: 25px;
    line-height: 40px
}

.ot-client-logo-slider .client_link img {
    width: 80px
}

.home_products .home_sizes ul li h4 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
    color: #d8d8d8;
    font-family: var(--ronmi-font-main)
}

.home_sizes ul li>a:hover h4 {
    color: #e04a0566
}

.elegance h3.ot-heading__title,
.exports_sec h3.ot-heading__title,
.home_blog h3.ot-heading__title {
    font-size: 48px !important
}

.home_inspiration .video_title h3 {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 60px;
    line-height: 72px
}

.review_section .ot-heading p.ot-heading__title {
    color: #292b2e;
    font-size: 36px;
    font-weight: 400
}

.review_section .ot-tinfo .ot-tname {
    font-family: var(--ronmi-font-second);
    color: var(--ronmi-color-dark)
}

@media only screen and (max-width:1400px) {
    .home_products .home_sizes ul li h4 {
        font-size: 50px
    }
}

@media only screen and (max-width:768px) {
    .home_products .home_sizes ul li h4 {
        font-size: 22px;
        font-weight: 600
    }
}

#blog-content strong a {
    color: var(--ronmi-color-link-hover) !important;
}
