/*!
Theme Name: Rofiex
Theme URI: https://bracketweb.com/rofiexwp/
Author: BracketWeb
Author URI: https://themeforest.net/user/bracketweb
Description: Rofiex is the perfect WordPress Theme for your roofing business. It has a very modern and creative look. We designed this template specially for the metal roofing, industrial roofing, construction, roof installation, maintenance, renovation, repair service, roof repair, roofers, roofing, roofing services and roofing company related to any business website.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rofiex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rofiex is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --rofiex-font: "Mulish", sans-serif;
  --rofiex-heading-font: "Montserrat", sans-serif;
  --rofiex-special-font: "Work Sans", serif;
  --rofiex-text: #636363;
  --rofiex-text-rgb: 99, 99, 99;
  --rofiex-text-dark: #92918F;
  --rofiex-text-dark-rgb: 146, 145, 143;
  --rofiex-text-gray: #89868d;
  --rofiex-text-gray-rgb: 137, 134, 141;
  --rofiex-base: #FE574F;
  --rofiex-base-rgb: 254, 87, 79;
  --rofiex-gray: #F5F1EF;
  --rofiex-gray-rgb: 245, 241, 239;
  --rofiex-white: #fff;
  --rofiex-white-rgb: 255, 255, 255;
  --rofiex-black: #000000;
  --rofiex-black-rgb: 0, 0, 0;
  --rofiex-black2: #222222;
  --rofiex-black2-rgb: 34, 34, 34;
  --rofiex-black3: #333333;
  --rofiex-black3-rgb: 51, 51, 51;
  --rofiex-border-color: #DDDDDD;
  --rofiex-border-color-rgb: 221, 221, 221;
  --rofiex-letter-space: 0.1em;
  --rofiex-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--rofiex-black, #000000);
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--rofiex-gray, #F5F1EF);
  cursor: help;
}

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

big {
  font-size: 125%;
}

b,
strong {
  color: var(--rofiex-black, #000000);
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.elementor img {
  max-width: unset;
}

.elementor .e-con {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --container-default-padding-top: 0;
  --container-default-padding-left: 0;
  --container-default-padding-right: 0;
  --container-default-padding-bottom: 0;
}

.admin-bar .sticky-header--cloned {
  margin-top: 32px;
}

.e-font-icon-svg {
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: currentColor;
}

.has-fixed-footer,
.has-fixed-footer body {
  height: 100%;
  overflow: unset;
}
.has-fixed-footer .page-wrapper {
  min-height: 100%;
}
.has-fixed-footer .error-404,
.has-fixed-footer .blog-one,
.has-fixed-footer .blog-single,
.has-fixed-footer .product-details,
.has-fixed-footer .shop-one.product.news-sidebar,
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-bottom: 220px;
}
.has-fixed-footer .blog-details {
  padding-bottom: 0px;
}
.has-fixed-footer .default-footer .site-footer__bottom {
  padding: 34.5px 0;
}
.has-fixed-footer .page-template-default.woocommerce-cart .woocommerce,
.has-fixed-footer .page-template-default.woocommerce-checkout .woocommerce {
  padding-top: 0;
  padding-bottom: 0px;
}
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-top: 0;
  margin-top: -15px;
  margin-bottom: -27px;
  padding-bottom: 0;
}
.has-fixed-footer .woocommerce-checkout .woocommerce {
  margin-top: 0;
  margin-bottom: -30px;
}
.has-fixed-footer .copyright {
  padding: 36px 0;
}

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

ul,
ol {
  margin: 0 3em 0.5em 0;
  padding-right: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
}

.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--rofiex-primary, #f1cf69);
}

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  line-height: 40px;
  color: var(--rofiex-base, #ffffff);
  font-weight: 600;
  font-size: 18px;
  padding-top: 4px;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--moniz-black, #1e1e22);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 500ms ease;
}

/* Links
--------------------------------------------- */
a {
  color: var(--rofiex-black, #000000);
}
a:hover, a:focus, a:active {
  color: var(--rofiex-base, #FE574F);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #eceae0 #eceae0 #eceae0;
  background: #eceae0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #eceae0 #eceae0 #eceae0;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #eceae0 #eceae0 #eceae0;
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

.news-details__left .wp-block-button a:hover {
  background-color: var(--rofiex-gray, #F5F1EF);
  border-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-base, #FE574F);
}

.news-details__left .wp-block-button a {
  transition: all 500ms ease;
}
.news-details__left .wp-block-button a:hover {
  background-color: var(--rofiex-gray, #F5F1EF);
  border-color: var(--rofiex-gray, #F5F1EF);
  color: #fff;
}

.news-details__left .wp-block-button.is-style-squared a {
  border-radius: 0;
}

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],
textarea {
  color: var(--rofiex-black, #000000);
  border: 1px solid #eceae0;
  border-radius: 0px;
  padding: 3px;
}
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,
textarea:focus {
  color: var(--rofiex-black, #000000);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid #eceae0;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
  font-weight: 500;
}

.bypostauthor {
  display: block;
}

.comments-area {
  position: relative;
  display: block;
  border-top: 1px solid #e8e3da;
  padding-top: 52px;
}

.comments-area .comment-one__title {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comments-area .comment-form__title {
  margin-bottom: 45px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-right: 1em;
}
@media (min-width: 992px) {
  .comments-area .comment-list ul.children {
    padding-right: 3em;
  }
}

.comments-area .comment-box {
  position: relative;
}

.comments-area .comment {
  position: relative;
  min-height: 90px;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  right: 0px;
  top: 0px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--rofiex-gray, #F5F1EF);
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--rofiex-gray, #F5F1EF);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--rofiex-gray, #F5F1EF);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body {
  width: 100%;
  position: relative;
  padding-right: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eceae0;
}
@media (max-width: 991px) {
  .comments-area .comment-body {
    padding-right: 0;
  }
}

.comments-area .trackback .comment-body,
.comments-area .pingback .comment-body {
  padding-right: 0;
}

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .comments-area .comment-body .avatar {
    position: relative;
    margin-bottom: 40px;
  }
}

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--rofiex-black);
  font-family: var(--heading-font);
  text-decoration: none;
  text-transform: uppercase;
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}

.comments-area .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--rofiex-base, #FE574F);
  text-decoration: none;
}

.comments-area .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-right: 8px;
  margin-left: 10px;
}

.comments-area .comment-content p {
  position: relative;
  display: block;
  color: var(--rofiex-text, #636363);
  line-height: 1.875em;
  margin-bottom: 1em;
  font-size: 15px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  letter-spacing: var(--rofiex-letter-spacing-two);
  font-weight: 500;
}

.comments-area .comment-content table a {
  color: var(--rofiex-text, #636363);
  text-decoration: none;
}

.comments-area .comment-content table a:hover {
  color: var(--rofiex-gray, #F5F1EF);
}

.comments-area .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comments-area .reply a {
  padding: 8.5px 18px;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--rofiex-white);
  background-color: var(--rofiex-black);
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  appearance: none;
  outline: none !important;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: var(--heading-font);
}

.comments-area .reply a:hover {
  background-color: var(--rofiex-base);
  color: var(--rofiex-black);
}

.comments-area .reply a:hover:before {
  transform: scalex(1);
  transform-origin: right center;
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
  margin-bottom: 45px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: flex;
  color: var(--rofiex-base, #FE574F);
  margin-bottom: 24px;
  margin-top: -30px;
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  color: var(--rofiex-black);
}

.reply-form .logged-in-as a:hover {
  color: var(--rofiex-base);
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--rofiex-base, #FE574F);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--rofiex-black);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form.row {
  --bs-gutter-x: 20px;
}

.comment-respond .comment-form__input-box input[type=text],
.comment-respond .comment-form__input-box input[type=url],
.comment-respond .comment-form__input-box input[type=email] {
  margin-bottom: 20px;
}
.comment-respond .form-submit {
  margin-bottom: 0 !important;
}

.comment-list .comment-respond .form-submit {
  margin-bottom: 30px !important;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.sidebar .widget ul,
.sidebar__single ul {
  margin-right: 0;
  padding-right: 0;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-right: 0.5em;
  margin-top: 15px;
  box-shadow: none;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: var(--rofiex-white, #fff);
  font-weight: 400;
  outline: none;
  color: var(--rofiex-gray, #717178);
  font-size: 16px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--rofiex-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
  background-size: 0.65em auto;
  border-radius: 0;
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
  padding: 50px 45px 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: var(--rofiex-bdr-radius);
}

.sidebar__single.widget_search {
  padding: 35px 30px;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: -1px;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 500ms ease;
  font-weight: 400;
  color: var(--rofiex-color);
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--rofiex-black, #000000);
}

.sidebar .widget.widget_rss,
.sidebar__single.widget_rss {
  padding-bottom: 40px;
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  list-style: none;
}

.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
  position: relative;
}
.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
  content: "";
}
.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  color: var(--rofiex-black, #000000);
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  font-weight: 600;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 32px;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary {
  font-weight: 400;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--rofiex-text, #636363);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--rofiex-base, #FE574F);
  margin-left: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--rofiex-black, #000000);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  margin-right: -5px;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--rofiex-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--rofiex-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 13px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  letter-spacing: 1.2px;
  margin-left: 5px;
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--rofiex-black, #000000);
  background: var(--rofiex-base, #FE574F);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: var(--rofiex-white, #fff);
  height: 64px;
  padding-right: 25px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  color: var(--rofiex-text, #636363);
  border: none;
  border-radius: var(--rofiex-bdr-radius);
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: capitalize;
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-black, #000000);
  line-height: 1;
  fill: var(--rofiex-white, #fff);
  border-radius: 0;
  margin-right: 0;
  transition: all 500ms ease;
  font-size: 14px;
  border-top-left-radius: var(--rofiex-bdr-radius);
  border-bottom-left-radius: var(--rofiex-bdr-radius);
  text-transform: uppercase;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-black, #000000);
  fill: var(--rofiex-black, #000000);
}

.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
  margin-bottom: 0;
}

.wp-calendar-table {
  margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}
.wp-calendar-table caption {
  padding: 0;
  text-align: center;
  color: var(--rofiex-black, #000000);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-calendar-nav a {
  color: var(--rofiex-black, #000000);
  transition: all 500ms ease;
  font-weight: 500;
}
.wp-calendar-nav a:hover {
  color: var(--rofiex-gray, #F5F1EF);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead,
.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--rofiex-black, #000000);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--rofiex-white, #fff);
  font-weight: 400;
  font-size: 18px;
  border: none;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--rofiex-black, #000000);
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
}

tbody {
  background-color: var(--rofiex-white, #fff);
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--rofiex-gray, #F5F1EF);
}
.sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-right: 0;
}
.sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 15px;
  padding-right: 0.7em;
}
.sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}
.sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 15px;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
  margin-top: 7px;
}
.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-right: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  min-height: 45px;
}
.sidebar .widget.widget_recent_entries ul li + li, .sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}
.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
  color: var(--rofiex-color);
  transition: all 500ms ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--rofiex-black, #000000);
  text-shadow: 0 0 1px currentColor;
}
.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--rofiex-black, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: var(--rofiex-white, #fff);
}
.sidebar .widget.widget_recent_entries ul li:hover::before, .sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-black, #000000);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -5px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin: -20px !important;
  padding-right: 20px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  padding-bottom: 20px;
  padding-right: 90px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--rofiex-bdr-radius);
  border-bottom: 1px solid var(--rofiex-border-color, #e8e3da);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: transparent;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  top: 22px;
  right: 1px;
  width: 70px;
  height: auto;
  background-color: var(--rofiex-black, #000000);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
  content: "\f017";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before {
  content: "\f2bd";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author {
  font-size: 14px;
  font-weight: 500;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 16px;
  color: var(--rofiex-black, #000000);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: var(--rofiex-letter-space-small);
  line-height: 28px;
  display: block;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--rofiex-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--rofiex-gray);
  font-size: 14px;
  text-transform: capitalize;
}

.news-one .blog-pagination {
  justify-content: center;
  margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  padding-right: 0;
}

.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  color: var(--rofiex-gray, #F5F1EF);
}
.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 15px;
}
.sidebar .widget ul li,
.sidebar__single ul li {
  font-size: 16px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails,
.sidebar__single.recent-posts-widget-with-thumbnails {
  padding-bottom: 55px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li {
  margin-top: 20px;
}

.widget_nav_menu ul.menu {
  margin-top: -10px;
  margin-bottom: -6px;
}

.widget_recent_entries > ul {
  margin-top: -7px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--rofiex-base);
  color: var(--rofiex-black, #000000);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
  content: "\f086";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: var(--rofiex-base, #976147);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number {
  font-size: 13px;
  padding-bottom: 5px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--rofiex-black, #000000);
  transition: all 500ms ease;
  margin-top: -5px;
  display: block;
  font-family: var(--rofiex-heading-font, "Cormorant");
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  padding-right: 30px;
  padding-left: 30px;
  color: var(--rofiex-text, #636363);
  outline: none;
  border-radius: 0;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-right: -5px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--rofiex-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--rofiex-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  letter-spacing: 1.2px;
  line-height: 30px;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--rofiex-black, #000000);
  background: var(--rofiex-base, #FE574F);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--rofiex-black, #000000);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--rofiex-black, #000000);
}
.sidebar .widget .wp-block-archives {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-archives li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-archives li a::after {
  display: none;
}
.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--rofiex-black, #000000);
  font-weight: 500;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 500;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  color: var(--rofiex-black, #000000);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-latest-posts__list li > a {
  color: var(--rofiex-black, #000000) !important;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--rofiex-base, #FE574F);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--rofiex-text, #636363);
}
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-rss__item::before {
  display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--rofiex-text, #636363);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--rofiex-black, #000000);
  font-weight: 400;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-left: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 10px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--rofiex-base, #FE574F);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-left: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date,
.sidebar .widget .wp-block-archives-dropdown label {
  font-weight: 500;
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
  font-size: 14px;
  color: var(--rofiex-gray, 117, 120, 115);
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-right: 60px;
}
.sidebar .widget #loginform {
  margin-top: -10px;
}
.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  margin-bottom: 10px;
}
.sidebar .widget #loginform p {
  margin: 0;
}
.sidebar .widget #loginform input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--rofiex-black, #000000);
  text-transform: uppercase;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  transition: all 500ms ease;
  border: none;
  border-radius: 0px;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--rofiex-base, #FE574F);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  font-size: 15px;
  text-transform: lowercase;
  color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: var(--rofiex-text, #161617);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta:first-letter {
  text-transform: uppercase;
}

.widget.widget_block h2,
.widget .sidebar__title,
.sidebar .widget .title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-top: -5px;
  font-family: var(--heading-font);
}

h2 .rss-widget-title {
  color: var(--rofiex-black);
}

.sidebar .widget ul.wp-block-social-links li a::after {
  content: "";
}

.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_archive > ul {
  margin-bottom: -10px;
}

.sidebar .widget ::placeholder {
  opacity: 1;
  color: var(--rofiex-text, #636363);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  color: var(--rofiex-black, #000000);
  font-weight: 600;
  font-size: 18px;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.widget.widget_archive ul li a::after,
.sidebar .widget ul.wp-block-categories li a::after,
.sidebar .widget.widget_categories ul li a::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}

.widget.widget_archive ul li,
.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-radius: 0;
  border-color: #fff;
  padding: 0;
  border: 1px solid #e6e1d8;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--rofiex-black, #161617);
  text-shadow: 0 0 0 currentColor;
  accent-color: currentcolor;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--rofiex-gray, #F5F1EF);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/* Custom Animations
--------------------------------------------- */
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    right: 125%;
  }
}
@keyframes shine {
  100% {
    right: 125%;
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***
=============================================
    Zoom Fade Css
=============================================
***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/***
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(1);
    transform: rotate(-180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(0.7);
    transform: rotate(-360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}
@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}
.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/***
=============================================
    Animation1 Css
=============================================
***/
@-webkit-keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
/***
=============================================
    Animation2 Css
=============================================
***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-20px) translateY(30px) rotate(-25deg);
    transform: translateX(-20px) translateY(30px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateX(-40px) translateY(60px) rotate(-45deg);
    transform: translateX(-40px) translateY(60px) rotate(-45deg);
  }
}
@keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-20px) translateY(30px) rotate(-25deg);
    transform: translateX(-20px) translateY(30px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateX(-40px) translateY(60px) rotate(-45deg);
    transform: translateX(-40px) translateY(60px) rotate(-45deg);
  }
}
@-webkit-keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-15px) translateY(20px) rotate(-10deg);
    transform: translateX(-15px) translateY(20px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateX(-60px) translateY(35px) rotate(-15deg);
    transform: translateX(-60px) translateY(35px) rotate(-15deg);
  }
}
@keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-15px) translateY(20px) rotate(-10deg);
    transform: translateX(-15px) translateY(20px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateX(-60px) translateY(35px) rotate(-15deg);
    transform: translateX(-60px) translateY(35px) rotate(-15deg);
  }
}
/***
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(-100px) rotate(-45deg);
    transform-origin: left bottom;
  }
  80% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: right top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(-100px) rotate(-45deg);
    transform-origin: left bottom;
  }
  80% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: right top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(-20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(-20px);
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(-1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(-1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(-20px, 40px) rotate(-180deg);
  }
  30%, 80% {
    transform: translate(-40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(-20px, 40px) rotate(-180deg);
  }
  30%, 80% {
    transform: translate(-40px, 60px) rotate(0deg);
  }
}
@-webkit-keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    transform: rotate(-10deg) translateX(-30px);
  }
}
/*--------------------------------------------------------------
#     animate BubbleCss
--------------------------------------------------------------*/
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 25px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 25px;
  }
}
@keyframes sideWays {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 25px;
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
:root {
  --rofiex-font: "Mulish", sans-serif;
  --rofiex-heading-font: "Montserrat", sans-serif;
  --rofiex-special-font: "Work Sans", serif;
  --rofiex-text: #636363;
  --rofiex-text-rgb: 99, 99, 99;
  --rofiex-text-dark: #92918F;
  --rofiex-text-dark-rgb: 146, 145, 143;
  --rofiex-text-gray: #89868d;
  --rofiex-text-gray-rgb: 137, 134, 141;
  --rofiex-base: #FE574F;
  --rofiex-base-rgb: 254, 87, 79;
  --rofiex-gray: #F5F1EF;
  --rofiex-gray-rgb: 245, 241, 239;
  --rofiex-white: #fff;
  --rofiex-white-rgb: 255, 255, 255;
  --rofiex-black: #000000;
  --rofiex-black-rgb: 0, 0, 0;
  --rofiex-black2: #222222;
  --rofiex-black2-rgb: 34, 34, 34;
  --rofiex-black3: #333333;
  --rofiex-black3-rgb: 51, 51, 51;
  --rofiex-border-color: #DDDDDD;
  --rofiex-border-color-rgb: 221, 221, 221;
  --rofiex-letter-space: 0.1em;
  --rofiex-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-right: 5px;
}

.pl-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-right: 20px;
}

.pl-30 {
  padding-right: 30px;
}

.pr-5 {
  padding-left: 5px;
}

.pr-10 {
  padding-left: 10px;
}

.pr-15 {
  padding-left: 15px;
}

.pr-20 {
  padding-left: 20px;
}

.pr-30 {
  padding-left: 30px;
}

.social {
  position: relative;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .social__list {
    flex-direction: column;
  }
}
.social__list li {
  position: relative;
}

@media (max-width: 767px) {
  .social__list li {
    width: 100%;
  }
}
.social__list li a {
  font-size: 32px;
  color: var(--rofiex-black, #000000);
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 50px 0;
}

@media (max-width: 1199px) {
  .social__list li a {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .social__list li a {
    font-size: 24px;
    gap: 10px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .social__list li a {
    justify-content: center;
  }
}
.social__list li a i {
  color: var(--rofiex-text, #636363);
  position: relative;
  top: 4px;
  transition: all 0.3s ease;
}

.social__list li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.social__list li a:hover i {
  color: var(--rofiex-base, #FE574F);
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}

.social__list li + li {
  position: relative;
}

.social__list li + li::before {
  position: absolute;
  right: -36%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 1199px) {
  .social__list li + li::before {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .social__list li + li::before {
    right: -15%;
  }
}
@media (max-width: 767px) {
  .social__list li + li::before {
    width: 100%;
    height: 1px;
    right: 0;
  }
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--rofiex-base, #FE574F);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  color: var(--rofiex-black, #000000);
}

@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}
::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--rofiex-base, #FE574F);
}

.background-gray {
  background-color: var(--rofiex-gray, #F5F1EF);
}

.background-black {
  background-color: var(--rofiex-black, #000000);
}

.background-black-2 {
  background-color: var(--rofiex-black2, #222222);
}

.rofiex-text-dark {
  color: var(--rofiex-text-dark, #92918F);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.rofiex-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}

.rofiex-btn i {
  font-size: 12px;
  margin-right: 9px;
  color: inherit;
  display: inline-block;
  transition: all 0.2s ease;
}

.rofiex-btn::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}

.rofiex-btn:hover {
  color: var(--rofiex-white, #fff);
}

.rofiex-btn:hover i {
  transform: rotate(-45deg);
}

.rofiex-btn:hover:after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--rofiex-base, #FE574F);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--rofiex-text, #636363);
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}

.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}

.block-title p {
  margin: 0;
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--rofiex-black, #000000);
}

@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}
.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-black, #000000);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--rofiex-base, #FE574F);
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--rofiex-black, #000000);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-top {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  background-color: var(--rofiex-black, #000000);
  z-index: 99;
  opacity: 0;
  padding: 6px;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top::after {
  position: absolute;
  content: "\e94c";
  font-family: "icomoon" !important;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  transform: rotate(90deg);
  color: var(--rofiex-base, #FE574F);
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top__circle path {
  stroke: var(--rofiex-base, #FE574F);
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* post paginations */
.post-pagination {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.post-pagination.text-center {
  justify-content: center;
}

.post-pagination.text-end {
  justify-content: flex-end;
}

.post-pagination--mt0 {
  margin-top: 20px;
}

.post-pagination a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  align-items: center;
  justify-content: center;
  color: var(--rofiex-base, #FE574F);
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  transition: all 400ms ease;
}

.post-pagination a.current, .post-pagination a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.rofiex-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.rofiex-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.rofiex-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: var(--rofiex-white, #fff);
  transition: all 500ms ease;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
  border-color: var(--rofiex-base, #FE574F);
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: var(--rofiex-border-color, #DDDDDD);
  border: none;
  position: relative;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span::after {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--rofiex-base, #FE574F);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--rofiex-base, #FE574F);
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span::after, .rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

/* custom cursor */
.custom-cursor-two {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: var(--rofiex-white, #fff);
  opacity: 0;
  transition: all 500ms ease;
  z-index: 11;
  pointer-events: none;
}

.custom-cursor-two__icon {
  font-size: 22px;
  color: var(--rofiex-black, #000000);
  display: inline-block;
}

.custom-cursor-two__icon--left {
  position: relative;
  top: -3px;
  transform: rotate(180deg);
}

.custom-cursor-two-hover:hover + .custom-cursor-two {
  opacity: 1;
}

.sec-title {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 50px;
    margin-top: -2px;
  }
}
.sec-title__tagline {
  margin: 0;
  color: var(--rofiex-base, #FE574F);
  text-transform: uppercase;
  font-family: var(--rofiex-special-font, "Work Sans", sans-serif);
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
.sec-title__tagline img {
  width: 16px;
  height: auto;
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 7px;
}

@media (min-width: 768px) {
  .sec-title__tagline img {
    width: 24px;
    height: 17px;
    margin-left: 12px;
  }
}
.sec-title__tagline img:last-of-type {
  margin-right: 7px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .sec-title__tagline img:last-of-type {
    margin-right: 12px;
    margin-left: 0;
  }
}
.sec-title.text-left .sec-title__tagline img:last-of-type {
  display: none;
}

.sec-title__title {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 768px) {
  .sec-title__title {
    font-size: 35px;
    line-height: 46px;
  }
}
.sec-title__title--white {
  color: var(--rofiex-white, #fff);
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--rofiex-black, #000000);
  color: var(--rofiex-white, #fff);
  font-family: var(--rofiex-font, "Mulish", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--rofiex-font, "Mulish", sans-serif);
}

.ui-datepicker-calendar td {
  background-color: var(--rofiex-gray, #F5F1EF);
  background-image: none;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  color: var(--rofiex-text, #636363);
}

.ui-datepicker-calendar td a {
  border-color: var(--rofiex-border-color, #DDDDDD);
  background-color: var(--rofiex-gray, #F5F1EF);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--rofiex-border-color, #DDDDDD);
  background-color: var(--rofiex-gray, #F5F1EF);
  background-image: none;
  color: var(--rofiex-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-black, #000000);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  left: 2px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: var(--rofiex-base, #FE574F);
  box-shadow: var(--rofiex-base, #FE574F) 0 1px 3px 0 inset;
  color: var(--rofiex-white, #fff);
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--rofiex-base, #FE574F) !important;
  color: var(--rofiex-white, #fff) !important;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  margin: 0 120px;
  padding: 120px 0;
}

@media (max-width: 1600px) {
  .video-one {
    margin: 0 50px;
  }
}
@media (max-width: 1450px) {
  .video-one {
    margin: 0 30px;
  }
}
@media (max-width: 1300px) {
  .video-one {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .video-one {
    padding: 80px 0;
  }
}
.video-one__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-one__bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(-90deg, rgb(39, 37, 42) 16%, rgba(39, 37, 42, 0) 100%);
  content: "";
}

.video-one__shape {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 161px;
  height: 161px;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 0.15;
  animation: treeMove2 9s linear 0s infinite;
}

@media (max-width: 1500px) {
  .video-one__shape {
    display: none;
  }
}
.video-one__content {
  position: relative;
}

@media (max-width: 991px) {
  .video-one__content .sec-title-two__title br {
    display: none;
  }
}
.video-one__content .sec-title {
  padding-bottom: 25px;
}

.video-one__content__text {
  color: var(--rofiex-white, #fff);
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 42px;
}

@media (max-width: 991px) {
  .video-one__content__text br {
    display: none;
  }
}
.video-one__content .rofiex-btn::after {
  background-color: var(--rofiex-white, #fff);
}

.video-one__content .rofiex-btn:hover {
  color: var(--rofiex-base, #FE574F);
}

.video-one .video-popup {
  width: 95px;
  height: 95px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--rofiex-base, #FE574F);
  margin: 0 auto 0 0;
  position: relative;
  z-index: 2;
  transition: all 300ms ease;
}

@media (max-width: 767px) {
  .video-one .video-popup {
    margin: 40px 20px 0 0;
  }
}
.video-one .video-popup:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.video-one .video-popup .ripple {
  position: absolute;
  top: 50%;
  right: 50%;
  width: calc(100% + 31px);
  height: calc(100% + 31px);
  border-radius: 50%;
  transform: translate(50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-one .video-popup .ripple::before,
.video-one .video-popup .ripple::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.team-one {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-one {
    padding: 80px 0;
  }
}
.team-card {
  position: relative;
  z-index: 1;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 19px;
}

.team-card::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: var(--rofiex-base, #FE574F);
  transition: all 0.5s;
}

.team-card:hover {
  border-color: var(--rofiex-base, #FE574F);
}

.team-card:hover .team-card__title,
.team-card:hover .team-card__designation {
  color: var(--rofiex-white, #fff);
}

.team-card:hover .team-card__social {
  border-color: rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.2);
}

.team-card:hover .team-card__social a {
  color: var(--rofiex-white, #fff);
}

.team-card:hover:after {
  height: 100%;
}

.team-card__image {
  position: relative;
  overflow: hidden;
}

.team-card__image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-card__image::after {
  background: linear-gradient(-90deg, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.05) 0px, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.05) 77%, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.25) 92%, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  right: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
}

.team-card:hover .team-card__image::after {
  right: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: right, top, opacity;
  transition-timing-function: linear;
}

.team-card:hover .team-card__image img {
  transform: rotate(-2deg) scale(1.05);
}

.team-card__content {
  position: relative;
  text-align: center;
  padding: 11px 30px 28px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.team-card__title {
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 3px;
}

.team-card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card__title a:hover {
  background-size: 100% 1px;
}

.team-card__designation {
  margin: 0 0 16px;
  text-transform: capitalize;
  transition: all 0.3s;
}

.team-card__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 16px 0 0;
  transition: all 0.3s;
}

.team-card__social a {
  font-size: 20px;
  color: var(--rofiex-text, #636363);
}

.team-card__social a:hover {
  color: var(--rofiex-black, #000000);
}

.team-card--reverse {
  display: flex;
  flex-direction: column-reverse;
}

.team-card--reverse .team-card__content {
  padding: 30px 30px 9px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card--reverse .team-card__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.team-two {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-two {
    padding: 80px 0;
  }
}
.team-two__bg {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 568px;
}

.team-two__bg::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--rofiex-black2-rgb, 34, 34, 34), 0.8);
}

.team-card-two {
  position: relative;
}

.team-card-two__image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.team-card-two__image img {
  width: 100%;
  height: auto;
  transition: all 500ms ease;
}

.team-card-two__image img:nth-child(2) {
  transition: 0.4s;
  transform: translatey(-50%) scaley(2);
  opacity: 0;
  filter: blur(10px);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-two__image::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--rofiex-black2-rgb, 34, 34, 34), 0.5);
  transition: all 300ms ease;
  visibility: hidden;
  opacity: 0;
}

.team-card-two:hover .team-card-two__image img:nth-child(2) {
  transform: translatey(0) scaley(1);
  opacity: 1;
  filter: blur(0);
}

.team-card-two:hover .team-card-two__image::after {
  visibility: visible;
  opacity: 1;
}

.team-card-two__content {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  padding: 20px 20px 18px;
  background-color: var(--rofiex-white, #fff);
  display: inline-block;
  transform: rotate(-180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.team-card-two__content::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  z-index: -1;
  transition: 0.5s;
}

.team-card-two:hover .team-card-two__content::after {
  height: 100%;
}

.team-card-two__title {
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-card-two__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card-two__title a:hover {
  background-size: 100% 1px;
}

.team-card-two__title a:hover {
  background-size: 1px 100%;
}

.team-card-two:hover .team-card-two__title {
  color: var(--rofiex-white, #fff);
}

.team-card-two__designation {
  margin: 0;
  text-transform: capitalize;
  transition: 0.3s;
}

.team-card-two:hover .team-card-two__designation {
  color: var(--rofiex-white, #fff);
}

.team-card-two__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  left: 30px;
  top: 30px;
  transform: translateX(-100%) scale(0.1);
  z-index: 1;
  transition: 0.7s;
  opacity: 0;
}

.team-card-two__social a {
  width: 40px;
  height: 40px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--rofiex-base, #FE574F);
}

.team-card-two__social a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.team-card-two:hover .team-card-two__social {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.team-details {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-details {
    padding: 80px 0;
  }
}
.team-details__inner {
  position: relative;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  overflow: hidden;
  padding: 29px;
}

@media (max-width: 767px) {
  .team-details__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.team-details__image {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.team-details__image img {
  max-width: 100%;
}

.team-details__content {
  position: relative;
  padding: 3px 0 0 0;
}

@media (min-width: 1200px) {
  .team-details__content {
    margin-right: -53px;
  }
}
.team-details__title {
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 7px;
}

.team-details__designation {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
}

.team-details__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .team-details__social {
    position: relative;
    top: 0;
    justify-content: flex-start;
    margin: 15px 0 0;
  }
}
.team-details__social a {
  width: 36px;
  height: 36px;
  background-color: var(--rofiex-gray, #F5F1EF);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rofiex-base, #FE574F);
  border-radius: 50%;
  font-size: 14px;
  transition: all 500ms ease;
}

.team-details__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-details__social a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.team-details__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.team-details__divider {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--rofiex-border-color, #DDDDDD);
  margin: 24px 0 20px;
}

.team-details__text {
  line-height: 30px;
  letter-spacing: -0.32px;
  margin: 0 0 12px;
}

.team-details__sign {
  position: relative;
  margin: 68px 0 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.team-details__sign img {
  max-width: 100%;
  height: auto;
}

.team-details__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 767px) {
  .team-details__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.team-details__list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
  display: flex;
  align-items: center;
  gap: 10px;
}

.team-details__list li a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-details__list li a:hover {
  background-size: 100% 1px;
}

.team-details__list li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.team-details__list li:hover .team-details__list__icon {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.team-details__list li:hover .team-details__list__icon span {
  animation: iconTranslateY 0.4s forwards;
}

.team-details__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-base, #FE574F);
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.4s;
}

.team-details__list__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-details-info {
  position: relative;
  padding: 120px 0;
  background-color: var(--rofiex-gray, #F5F1EF);
}

@media (max-width: 767px) {
  .team-details-info {
    padding: 80px 0;
  }
}
.team-details-info__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 700;
  margin-bottom: 19px;
}

.team-details-info__text {
  line-height: 30px;
  letter-spacing: -0.32px;
  margin: 0 0 27px;
}

.team-details-info__area {
  margin-top: 50px;
  position: relative;
  background-color: var(--rofiex-white, #fff);
  padding: 55px 40px 52px;
}

@media (max-width: 767px) {
  .team-details-info__area {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.team-details-info__area .team-details-info__title {
  margin-bottom: 35px;
}

.team-details-info__area .team-details-info__text {
  margin: 5px 0 0;
}

.team-details-info__progress {
  position: relative;
  margin-bottom: 26px;
}

.team-details-info__progress__title {
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .team-details-info__progress__title {
    font-size: 16px;
  }
}
.team-details-info__progress__bar {
  width: 100%;
  height: 10px;
  background-color: var(--rofiex-border-color, #DDDDDD);
  position: relative;
  border-radius: 10px;
}

.team-details-info__progress__inner {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--rofiex-base, #FE574F);
  border-radius: 10px;
  transition: all 700ms linear;
  width: 0px;
}

.team-details-info__progress__number {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--rofiex-base, #FE574F);
}

.blog-card {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  overflow: hidden;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
}

.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  overflow: hidden;
}

.blog-card:hover .blog-card__image img:nth-child(2) {
  width: 100%;
  visibility: visible;
}

.blog-card__link {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  width: 48px;
  height: 48px;
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-black, #000000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid var(--rofiex-base, #FE574F);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.5s;
}

.blog-card__link:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.blog-card:hover .blog-card__link {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  top: -22px;
  background-color: var(--rofiex-black, #000000);
  padding: 9px 45px;
  clip-path: polygon(0% 0%, 100% 0, 93% 50%, 100% 100%, 0% 100%);
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta {
    padding: 9px 35px 9px 25px;
    gap: 15px;
  }
}
.blog-card__meta::after {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta::after {
    width: 20px;
  }
}
.blog-card__meta li {
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.blog-card__meta li i {
  margin-left: 8px;
}

.blog-card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}

.blog-card__meta li a:hover {
  color: var(--rofiex-white, #fff);
  text-shadow: 0 0 1px currentColor;
}

.blog-card:hover .blog-card__meta {
  background-color: var(--rofiex-base, #FE574F);
}

.blog-card:hover .blog-card__meta::after {
  background-color: var(--rofiex-black, #000000);
}

.blog-card__content {
  position: relative;
  padding: 47px 30px 27px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__content {
    padding: 47px 22px 27px;
  }
}
.blog-card__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 9px;
}

.blog-card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__title a:hover {
  background-size: 100% 1px;
}

.blog-card__title a:hover {
  color: var(--rofiex-base, #FE574F);
  text-shadow: 0 0 1px currentColor;
}

.blog-card__text {
  margin: 0 0 12px;
}

.blog-card__btn {
  color: var(--rofiex-black3, #333333);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  z-index: 1;
  position: relative;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-card__btn span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}

.blog-card__btn:hover {
  color: var(--rofiex-base, #FE574F);
}

.blog-card__btn:hover span {
  background-size: 100% 1px;
}

.blog-card__btn i {
  color: var(--rofiex-base, #FE574F);
  font-size: 20px;
}

.blog-card--list {
  display: flex;
  align-items: center;
  gap: 0;
}

@media (max-width: 767px) {
  .blog-card--list {
    display: block;
  }
}
.blog-card--list .blog-card__image {
  margin: 0;
  width: 42%;
}

@media (max-width: 767px) {
  .blog-card--list .blog-card__image {
    width: 100%;
  }
}
.blog-card--list .blog-card__image img {
  min-height: 240px;
  object-fit: cover;
}

.blog-card--list .blog-card__link {
  left: 0;
  right: 20px;
}

.blog-card--list .blog-card__content {
  padding: 0 30px;
  width: 58%;
}

@media (max-width: 767px) {
  .blog-card--list .blog-card__content {
    width: 100%;
    padding: 30px;
  }
}
.blog-card--list .blog-card__meta {
  position: relative;
  gap: 20px;
  top: 0;
  padding: 9px 35px;
  margin: 0 0 15px;
}

.blog-card--list .blog-card__meta li {
  font-size: 15px;
}

.blog-card--list .blog-card__meta::after {
  width: 20px;
}

.blog-card--list .blog-card__title {
  margin-bottom: 12px;
}

.blog-one {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-one {
    padding: 80px 0;
  }
}
.blog-one__btn {
  position: relative;
  text-align: left;
  margin: 33px 0 0;
}

@media (max-width: 767px) {
  .blog-one__btn {
    margin: 0 0 45px;
    text-align: right;
  }
}
.blog-one__btn .rofiex-btn {
  background-color: transparent;
  color: var(--rofiex-base, #FE574F);
  border: 1px solid var(--rofiex-base, #FE574F);
}

.blog-one__btn .rofiex-btn::after {
  background-color: var(--rofiex-base, #FE574F);
}

.blog-one__btn .rofiex-btn:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.blog-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .blog-two {
    padding: 80px 0;
  }
}
.blog-card-two {
  position: relative;
  background-color: var(--rofiex-black, #000000);
  transition: all 400ms ease;
  overflow: hidden;
}

.blog-card-two__image {
  position: relative;
  overflow: hidden;
}

.blog-card-two__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
  min-height: 482px;
  object-fit: cover;
}

.blog-card-two__image img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-two__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  content: "";
  background: linear-gradient(-180deg, rgba(var(--rofiex-base-rgb, 254, 87, 79), 0) 0%, rgb(var(--rofiex-base-rgb, 254, 87, 79)) 100%);
  transition: all 400ms ease;
}

.blog-card-two__image::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(var(--rofiex-black-rgb, 0, 0, 0), 0) 0%, rgb(var(--rofiex-black-rgb, 0, 0, 0)) 100%);
  content: "";
  transition: all 400ms ease;
}

.blog-card-two:hover .blog-card-two__image img:nth-child(2) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card-two:hover .blog-card-two__image::after {
  height: 100%;
  visibility: visible;
}

.blog-card-two__date {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50px;
  font-size: 16px;
  color: var(--rofiex-black, #000000);
  border: 1px solid var(--rofiex-base, #FE574F);
  transition: all 400ms ease;
  padding: 4px 22px;
}

.blog-card-two__date i {
  color: var(--rofiex-base, #FE574F);
  transition: all 400ms ease;
}

.blog-card-two:hover .blog-card-two__date {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.blog-card-two:hover .blog-card-two__date i {
  color: var(--rofiex-white, #fff);
}

.blog-card-two__content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 30px 30px 25px;
  transition: all 500ms ease;
  transform: translateY(40px);
}

.blog-card-two:hover .blog-card-two__content {
  transform: translateY(0px);
}

.blog-card-two__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 8px;
  position: relative;
  z-index: 2;
  transition: all 500ms ease;
}

.blog-card-two__meta li {
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.blog-card-two__meta li i {
  margin-left: 6px;
  color: var(--rofiex-base, #FE574F);
}

.blog-card-two__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}

.blog-card-two__meta li a:hover {
  color: var(--rofiex-white, #fff);
  text-shadow: 0 0 1px currentColor;
}

.blog-card-two__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
  color: var(--rofiex-white, #fff);
  margin-bottom: 12px;
  font-weight: 700;
}

.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-two__title a:hover {
  background-size: 100% 1px;
}

.blog-card-two__rm {
  color: var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  z-index: 1;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.blog-card-two__rm span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}

.blog-card-two__rm:hover {
  color: var(--rofiex-white, #fff);
}

.blog-card-two__rm:hover span {
  background-size: 100% 1px;
}

.blog-card-two__rm i {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.blog-card-two:hover .blog-card-two__rm {
  opacity: 1;
  visibility: visible;
}

.blog-three {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .blog-three {
    padding: 80px 0;
  }
}
.blog-card-list {
  position: relative;
  margin: 0 0 10px;
}

.blog-card-list__image {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px;
}

.blog-card-list__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card-list__image img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  overflow: hidden;
}

.blog-card-list:hover .blog-card-list__image img:nth-child(2) {
  width: 100%;
  visibility: visible;
}

.blog-card-list__content {
  position: relative;
  padding: 0;
}

.blog-card-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.blog-card-list__meta li {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
}

.blog-card-list__meta li i {
  color: var(--rofiex-base, #FE574F);
  margin-left: 10px;
}

.blog-card-list__meta li a {
  color: inherit;
}

.blog-card-list__meta li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.blog-card-list__meta .blog-card-list__meta__tag {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  padding: 7px 25px;
  border-radius: 40px;
}

.blog-card-list__meta .blog-card-list__meta__tag:hover {
  background-color: var(--rofiex-black, #000000);
  color: var(--rofiex-white, #fff);
}

.blog-card-list__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog-card-list__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-list__title a:hover {
  background-size: 100% 1px;
}

.blog-card-list__title a:hover {
  color: var(--rofiex-base, #FE574F);
  text-shadow: 0 0 1px currentColor;
}

.blog-card-list__text {
  font-weight: 500;
  margin: 0 0 28px;
}

@media (min-width: 1200px) {
  .blog-card-list__text {
    padding-left: 30px;
  }
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px 12px;
  margin: 0;
}

@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-one__control label {
  display: block;
  line-height: 1;
  font-size: 14px;
  margin: 0 0 8px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}

.form-one__control__icon {
  position: absolute;
  bottom: 17px;
  left: 20px;
  font-size: 16px;
}

.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  font-weight: 400;
}

.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=tel],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  font-weight: 400;
  border: none;
  outline: none;
  padding-right: 30px;
  padding-left: 30px;
}

.form-one textarea {
  height: 135px;
  padding-top: 15px;
}

.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.form-one .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 14px;
  color: var(--rofiex-text, #636363);
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select .dropdown-menu li a {
  padding: 15px 20px;
  color: var(--rofiex-text, #636363);
  font-size: 16px;
}

.form-one .bootstrap-select .dropdown-menu li a:hover,
.form-one .bootstrap-select .dropdown-menu li a.active {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--rofiex-base, #FE574F);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  right: 0;
  top: 0;
  -webkit-transform: translate(calc(-1*(-50% + 5px)), -50%);
  transform: translate(calc(-1*(-50% + 5px)), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--rofiex-base, #FE574F);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--rofiex-base, #FE574F);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  counter-reset: count;
  background-color: var(--rofiex-black2, #222222);
  margin-top: 76px;
  padding: 74px 0 0;
}

.main-footer--two {
  margin-top: 0;
  padding-top: 115px;
}

@media (max-width: 1199px) {
  .main-footer--two {
    padding-top: 70px;
  }
}
.main-footer--two .main-footer__bottom {
  margin-top: 63px;
}

@media (max-width: 1199px) {
  .main-footer--two .main-footer__bottom {
    margin-top: 40px;
  }
}
.main-footer__logo {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: -76px;
  width: 570px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .main-footer__logo {
    width: 100%;
  }
}
.main-footer__logo a {
  background-color: var(--rofiex-black2, #222222);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 30px;
  clip-path: polygon(14% 0%, 86% 0%, 100% 100%, 0% 100%);
}

.main-footer__logo::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 77px;
  background-color: var(--rofiex-base, #FE574F);
  content: "";
  clip-path: polygon(100% 0, 0 0, 57% 100%);
}

@media (max-width: 575px) {
  .main-footer__logo::after {
    display: none;
  }
}
.main-footer__logo::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 77px;
  background-color: var(--rofiex-base, #FE574F);
  content: "";
  clip-path: polygon(100% 0, 0 0, 42% 100%);
}

@media (max-width: 575px) {
  .main-footer__logo::before {
    display: none;
  }
}
.main-footer__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.1;
  background-size: cover;
  background-position: center center;
}

.main-footer__shape {
  position: absolute;
  z-index: 1;
  left: -10px;
  bottom: 0;
  animation: movebounce2 3s linear 0s infinite;
}

.main-footer__shape::after {
  position: absolute;
  left: -90px;
  top: 100px;
  width: 206px;
  height: 110px;
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  z-index: -1;
  transform: rotate(40deg);
}

.main-footer__shape img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1600px) {
  .main-footer__shape {
    display: none;
  }
}
.main-footer .container {
  position: relative;
}

.main-footer__bottom {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 9px 0;
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
  margin-top: 28px;
}

.main-footer__copyright {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
}

.main-footer__shape-1 {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 0;
}

.main-footer__shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1200px) {
  .main-footer__shape-2 {
    display: none;
  }
}
.footer-widget {
  margin-bottom: 40px;
}

.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 35px;
}

.footer-widget__newsletter {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.footer-widget__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: var(--rofiex-black2, #222222);
  color: var(--rofiex-text-dark, #92918F);
  font-size: 14px;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 20px;
  transition: all 500ms ease;
}

.footer-widget__newsletter input[type=text]:focus {
  color: var(--rofiex-white, #fff);
}

.footer-widget__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--rofiex-base, #FE574F);
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.footer-widget__newsletter button[type=submit]:hover {
  color: var(--rofiex-white, #fff);
}

.footer-widget__title {
  font-size: 22px;
  font-weight: bold;
  color: var(--rofiex-white, #fff);
  text-transform: capitalize;
  margin: 0 0 40px;
}

.footer-widget__title--ml-18 {
  margin-right: -18px;
}

@media (max-width: 1028px) {
  .footer-widget__title--ml-18 {
    margin-right: 0px;
  }
}
.footer-widget__info {
  margin-top: -10px;
  margin-bottom: -13px;
}

.footer-widget__info li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  font-weight: 400;
  line-height: 30px;
}

.footer-widget__links li {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .footer-widget--links {
    margin-right: -25px;
  }
}
.footer-widget__links {
  margin-top: -10px;
  margin-bottom: -13px;
}

@media (max-width: 1028px) {
  .footer-widget__links {
    list-style: none;
  }
}
.footer-widget__links li {
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  font-weight: 500;
  line-height: 30px;
}

.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.footer-widget__links li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.footer-widget--post {
  position: relative;
}

@media (min-width: 1200px) {
  .footer-widget--post {
    margin-right: -25px;
  }
}
.footer-widget--post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget--post ul li {
  counter-increment: count;
  display: flex;
  align-items: center;
  gap: 19px;
}

.footer-widget--post ul li + li {
  margin-top: 25px;
}

.footer-widget--post__img {
  position: relative;
}

.footer-widget--post__img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.footer-widget--post__img__number {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-widget--post__img__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.footer-widget--post__content {
  position: relative;
}

.footer-widget--post__date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
  line-height: 22px;
  margin-bottom: 10px;
}

.footer-widget--post__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: var(--rofiex-white, #fff);
  margin: 0;
}

.footer-widget--post__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget--post__title a:hover {
  background-size: 100% 1px;
}

.footer-widget--post__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.footer-widget__text {
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  font-weight: 500;
  line-height: 26px;
  margin: -9px 0 31px;
  max-width: 275px;
}

.footer-widget__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-widget__gallery a {
  position: relative;
  overflow: hidden;
  width: 72px;
  height: 72px;
  border-radius: 10px;
}

.footer-widget__gallery a img {
  width: 100%;
  height: 100%;
}

.footer-widget__gallery a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(var(--rofiex-base-rgb, 254, 87, 79), 0.8);
  border-radius: 8px;
  transition: all 700ms ease;
  transform: scale(0.2);
  opacity: 0;
  z-index: 1;
}

.footer-widget__gallery a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-widget__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 15px;
  color: rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.5);
  transition: all 500ms ease;
  border-radius: 50%;
  border: 1px solid rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.5);
}

.footer-widget__social a:hover {
  background-color: var(--rofiex-base, #FE574F);
  border-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.footer-widget .list-styled {
  padding-right: 0;
}

.mail {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
}

.mail__inner {
  position: relative;
  background-color: var(--rofiex-base, #FE574F);
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 40px 40px;
  margin-bottom: -67px;
  z-index: 2;
}

@media (max-width: 991px) {
  .mail__inner {
    padding: 40px 30px 40px;
  }
}
@media (max-width: 767px) {
  .mail__inner {
    padding: 40px 20px 40px;
  }
}
.mail__inner__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.15;
}

.mail__inner__title {
  margin: 0;
  color: var(--rofiex-white, #fff);
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mail__inner__title {
    margin: 0 0 30px;
  }
}
.mail__inner__newsletter {
  position: relative;
  width: 100%;
}

.mail__inner__newsletter input[type=text] {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  height: 55px;
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  font-weight: 400;
  padding-right: 22px;
  padding-left: 180px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.mail__inner__newsletter input[type=text]:focus {
  color: var(--rofiex-text, #636363);
}

.mail__inner__newsletter button[type=submit] {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 10px;
  font-weight: 700;
  padding: 9.5px 19px;
}

@media (max-width: 400px) {
  .mail__inner__newsletter button[type=submit] {
    padding: 9.5px 15px;
  }
}
.main-footer-four {
  position: relative;
}

.main-footer-four__top {
  padding-top: 127px;
  padding-bottom: 23px;
}

.main-footer-four__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  mix-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-footer-four .container {
  position: relative;
}

.main-footer-four .footer-widget__title {
  margin-bottom: 38px;
}

@media (max-width: 991px) {
  .main-footer-four .footer-widget__title {
    margin-bottom: 25px;
  }
}
.main-footer-four__about-title {
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  letter-spacing: -0.48px;
  margin: 13px 0 14px;
}

.main-footer-four .footer-widget__text {
  margin-bottom: 18px;
}

.main-footer-four__mail {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rofiex-base, #FE574F);
  margin: 0;
}

.main-footer-four__mail a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-footer-four__mail a:hover {
  background-size: 100% 1px;
}

.main-footer-four__mail a:hover {
  color: var(--rofiex-white, #fff);
}

.main-footer-four .footer-widget--contact {
  margin-right: 32px;
}

@media (max-width: 991px) {
  .main-footer-four .footer-widget--contact {
    margin-right: 0;
  }
}
.main-footer-four__number {
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rofiex-white, #fff);
  margin: 46px 0 14px;
}

@media (max-width: 991px) {
  .main-footer-four__number {
    margin-top: 30px;
  }
}
.main-footer-four__number a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-footer-four__number a:hover {
  background-size: 100% 1px;
}

.main-footer-four__number a:hover {
  color: var(--rofiex-base, #FE574F);
}

.main-footer-four .footer-widget__about-info {
  display: block;
  border: none;
  padding: 0;
}

.main-footer-four .footer-widget__links li {
  line-height: 35px;
}

@media (min-width: 1200px) {
  .main-footer-four__links {
    margin-right: 60px;
  }
}
.main-footer-four__bottom {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(var(--rofiex-border-color-rgb, 221, 221, 221), 0.2);
}

.main-footer-four__bottom__inner {
  padding: 24px 0;
}

.main-footer-four__copyright {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  padding: 120px 0;
}

.contact-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  background-color: var(--rofiex-gray, #F5F1EF);
}

@media (max-width: 767px) {
  .contact-one {
    padding: 80px 0;
  }
}
.contact-one__image {
  position: relative;
  max-width: 545px;
}

.contact-one__image img {
  width: 100%;
  height: auto;
}

.contact-one__info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px solid var(--rofiex-border-color, #DDDDDD);
  max-width: 545px;
}

@media (max-width: 575px) {
  .contact-one__info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-one__info__item {
  position: relative;
  z-index: 2;
  padding: 37px 87px 37px 15px;
}

.contact-one__info__item:nth-child(1) {
  border-left: 2px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 2px solid var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 575px) {
  .contact-one__info__item:nth-child(1) {
    border-left: none;
  }
}
.contact-one__info__item:nth-child(2) {
  border-bottom: 2px solid var(--rofiex-border-color, #DDDDDD);
}

.contact-one__info__item:nth-child(3) {
  border-left: 2px solid var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 575px) {
  .contact-one__info__item:nth-child(3) {
    border-left: none;
    border-bottom: 2px solid var(--rofiex-border-color, #DDDDDD);
  }
}
.contact-one__info__item::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  opacity: 0;
  transform: scale(0.8);
  transition: all 400ms ease;
  z-index: -1;
}

.contact-one__info__item:hover::after {
  opacity: 1;
  transform: scale(1);
}

.contact-one__info__item:hover .contact-one__info__icon,
.contact-one__info__item:hover .contact-one__info__title,
.contact-one__info__item:hover .contact-one__info__text {
  color: var(--rofiex-white, #fff);
}

.contact-one__info__icon {
  font-size: 39px;
  line-height: 39px;
  color: var(--rofiex-black, #000000);
  transition: all 300ms ease;
  position: absolute;
  right: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-one__info__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1px;
  transition: all 300ms ease;
}

.contact-one__info__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-black3, #333333);
  margin: 0;
  transition: all 100ms ease;
}

.contact-one__info__text a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__info__text a:hover {
  background-size: 100% 1px;
}

.contact-one__form {
  padding: 85px 60px 70px;
  position: relative;
  z-index: 1;
  background-color: var(--rofiex-white, #fff);
  border-radius: 10px;
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));
  overflow: hidden;
}

@media (max-width: 1199px) {
  .contact-one__form {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .contact-one__form {
    padding: 85px 25px 70px;
  }
}
.contact-one__form::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 125px;
  background-color: var(--rofiex-base, #FE574F);
  content: "";
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 14%, 0% 100%);
  z-index: -1;
}

.contact-one__form__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.contact-one__form__text {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.contact-one__form.form-one .bootstrap-select > .dropdown-toggle, .contact-one__form.form-one input[type=text], .contact-one__form.form-one input[type=tel], .contact-one__form.form-one input[type=email], .contact-one__form.form-one textarea {
  height: 60px;
  background-color: transparent;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-radius: 3px;
  font-weight: 500;
}

.contact-one__form .form-one__group {
  gap: 30px;
}

.contact-one__form .rofiex-btn {
  width: 100%;
  border-radius: 50px;
}

.contact-two {
  position: relative;
  padding: 0 0;
}

.contact-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: var(--rofiex-gray, #F5F1EF);
}

@media (max-width: 991px) {
  .contact-two__bg {
    width: 100%;
  }
}
.contact-two__image {
  position: relative;
}

.contact-two__image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .contact-two__image img {
    min-height: 344px;
    object-fit: cover;
  }
}
.contact-two__form {
  position: relative;
  padding: 65px 0;
}

@media (min-width: 1200px) {
  .contact-two__form {
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .contact-two__form .form-one__group {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-two .form-one .bootstrap-select > .dropdown-toggle,
.contact-two .form-one input[type=text],
.contact-two .form-one input[type=tel],
.contact-two .form-one input[type=email],
.contact-two .form-one textarea {
  background-color: var(--rofiex-white, #fff);
  height: 50px;
  padding-right: 20px;
  font-weight: 500;
}

.contact-two .form-one__control__icon {
  bottom: 12px;
  font-size: 14px;
}

.contact-two .form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.contact-two .rofiex-btn {
  width: 100%;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.main-header__topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .main-header__topbar {
    display: none;
  }
}
.main-header__topbar__info {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 13px 0;
}

.main-header__topbar__info__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
}

.main-header__topbar__info__item span {
  display: inline-block;
  color: var(--rofiex-base, #FE574F);
  margin-left: 8px;
}

.main-header__topbar__info__item span.icon-mail2 {
  position: relative;
  top: 2px;
}

.main-header__topbar__info__item a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__topbar__info__item a:hover {
  background-size: 100% 1px;
}

.main-header__topbar__info__item a:hover {
  color: var(--rofiex-base, #FE574F);
}

.main-header__topbar__info__item + .main-header__topbar__info__item {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.29);
}

@media (max-width: 1199px) {
  .main-header__topbar__info__item + .main-header__topbar__info__item {
    margin-right: 30px;
  }
}
.main-header__topbar__social {
  display: flex;
  align-items: center;
  gap: 0;
}

.main-header__topbar__social a {
  width: 45px;
  height: 50px;
  font-size: 15px;
  color: var(--rofiex-text-dark, #92918F);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}

.main-header__topbar__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-header__topbar__social a:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.main-header__topbar__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--rofiex-black, #000000);
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}
.topbar__info {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 13px 0;
}

.topbar__info__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
}

.topbar__info__item span {
  display: inline-block;
  color: var(--rofiex-base, #FE574F);
  margin-left: 8px;
}

.topbar__info__item span.icon-mail2 {
  position: relative;
  top: 2px;
}

.topbar__info__item a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar__info__item a:hover {
  background-size: 100% 1px;
}

.topbar__info__item a:hover {
  color: var(--rofiex-base, #FE574F);
}

.topbar__info__item + .topbar__info__item {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.29);
}

@media (max-width: 991px) {
  .topbar__info__item + .topbar__info__item {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.topbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.topbar__right__item {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

.topbar__right__item li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar__right__item__divider {
  height: 20px;
  width: 1px;
  background-color: var(--rofiex-white, #fff);
  opacity: 29%;
}

.topbar__right__item select {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--rofiex-gray, #F5F1EF);
}

.topbar__right__item a {
  color: var(--rofiex-gray, #F5F1EF);
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar__right__item a:hover {
  background-size: 100% 1px;
}

.topbar__right__item a:hover {
  color: var(--rofiex-base, #FE574F);
}

.topbar__right__item .bootstrap-select .dropdown-menu.inner {
  background-color: var(--rofiex-white, #fff);
}

.topbar__right__item .bootstrap-select .dropdown-menu li a {
  color: var(--rofiex-black, #000000);
  background: transparent;
  padding: 10px 20px;
}

.topbar__right__item .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.topbar__right__item .bootstrap-select .dropdown-item:hover,
.topbar__right__item .bootstrap-select .dropdown-item.active {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.topbar__right__item .bootstrap-select > .dropdown-toggle {
  padding: 0px 4px;
  padding-left: 4px;
  background: transparent;
  color: var(--rofiex-gray, #F5F1EF);
  border: none;
  outline: none;
  padding-left: 13px;
}

.topbar__right__item .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.topbar__right__item .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: inherit;
  color: var(--rofiex-base, #FE574F);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  background-color: var(--rofiex-white, #fff);
  position: relative;
  width: 100%;
  z-index: 9;
  padding: 0 100px;
}

@media (max-width: 1800px) {
  .main-header {
    padding: 0 30px;
  }
}
@media (max-width: 1300px) {
  .main-header {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding-right: 0;
  }
}
.main-header::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-color: var(--rofiex-black2, #222222);
  z-index: -1;
}

@media (max-width: 991px) {
  .main-header::after {
    display: none;
  }
}
.main-header__inner {
  position: relative;
  padding-right: 31%;
}

@media (max-width: 1800px) {
  .main-header__inner {
    padding-right: 27%;
  }
}
@media (max-width: 1300px) {
  .main-header__inner {
    padding-right: 31%;
  }
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding-right: 370px;
  }
}
@media (max-width: 767px) {
  .main-header__inner {
    padding-right: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.main-header__logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%);
}

@media (max-width: 1800px) {
  .main-header__logo {
    width: 24%;
  }
}
@media (max-width: 1300px) {
  .main-header__logo {
    width: 330px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  }
}
@media (max-width: 767px) {
  .main-header__logo {
    width: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .main-header__logo img {
    max-width: 200px;
  }
}
.main-header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-header__btn {
  margin-right: 40px;
}

@media (max-width: 1500px) {
  .main-header__btn {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__btn.rofiex-btn:hover i {
  transform: none;
}

.main-header__right {
  display: flex;
  align-items: center;
}

.main-header__call {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-right: 20px;
}

@media (max-width: 1450px) {
  .main-header__call {
    display: none;
  }
}
.main-header__call__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.main-header__call__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--rofiex-black2, #222222);
  text-transform: uppercase;
  margin: 0;
}

.main-header__call__text a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__call__text a:hover {
  background-size: 100% 1px;
}

.main-header__call__text a:hover {
  color: var(--rofiex-base, #FE574F);
}

.main-header__cart, .main-header__search {
  font-size: 25px;
  color: var(--rofiex-black, #000000);
  transition: all 500ms ease;
  margin-right: 35px;
  line-height: 1em;
}

@media (max-width: 1500px) {
  .main-header__cart, .main-header__search {
    margin-right: 30px;
  }
}
@media (max-width: 1299px) {
  .main-header__cart, .main-header__search {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-header__cart, .main-header__search {
    margin-right: 10px;
  }
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--rofiex-base, #FE574F);
}

.main-header--two {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9;
  width: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
}

.main-header--two::after {
  display: none;
}

.main-header--two.sticky-header--cloned {
  background-color: var(--rofiex-white, #fff);
  border: none;
  box-shadow: 0px 3px 18px rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.07);
}

.main-header--two .main-header__logo {
  position: relative;
  border: none;
  width: auto;
  height: auto;
  background-color: transparent;
  clip-path: none;
}

.main-header--two .main-header__inner {
  background-color: var(--rofiex-white, #fff);
  border-radius: 100px;
  padding: 0 60px 0 15px;
  display: flex;
  align-items: center;
  max-width: 1510px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding: 15px 30px 15px 15px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__inner {
    padding: 15px 30px;
  }
}
.main-header--two .main-menu {
  margin-right: auto;
}

.main-header--two .main-menu .main-menu__list > li {
  padding-top: 42px;
  padding-bottom: 42px;
}

.main-header--two .mobile-nav__btn span {
  background-color: var(--rofiex-black, #000000);
}

.main-header--two .main-header__btn {
  margin-right: 40px;
}

@media (max-width: 1500px) {
  .main-header--two .main-header__btn {
    margin-right: 30px;
  }
}
@media (max-width: 1299px) {
  .main-header--two .main-header__btn {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__btn {
    display: none;
  }
}
.main-header--two .main-header__toggler {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 84px;
  height: 84px;
  background-color: var(--rofiex-black, #000000);
  border-radius: 50%;
  margin-right: 30px;
  padding: 0 22px;
}

@media (max-width: 1299px) {
  .main-header--two .main-header__toggler {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__toggler {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .main-header--two .main-header__toggler {
    display: none;
  }
}
.main-header--two .main-header__toggler span {
  background-color: var(--rofiex-white, #fff);
  height: 4px;
  width: 40px;
  border-radius: 10px;
  transition: all 400ms ease;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__toggler span {
    width: 30px;
  }
}
.main-header--two .main-header__toggler span:nth-child(2) {
  width: 25px;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__toggler span:nth-child(2) {
    width: 20px;
  }
}
.main-header--two .main-header__toggler span:nth-child(3) {
  width: 35px;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__toggler span:nth-child(3) {
    width: 25px;
  }
}
.main-header--two .main-header__toggler:hover span {
  background-color: var(--rofiex-base, #FE574F);
}

.main-header--three {
  position: relative;
  padding: 0;
  background-color: var(--rofiex-white, #fff);
}

.main-header--three::after {
  display: none;
}

@media (max-width: 1199px) {
  .main-header--three {
    padding: 0;
  }
}
.main-header--three.sticky-header--cloned {
  background-color: var(--rofiex-white, #fff);
  border: none;
  box-shadow: 0px 3px 18px rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.07);
}

.main-header--three .main-header__inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0;
  background-color: transparent;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--three .main-header__logo {
  position: relative;
  z-index: 1;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  clip-path: none;
}

.main-header--three .main-header__logo::after {
  display: none;
}

.main-header--three .main-menu {
  margin-right: auto;
}

.main-header--three .main-header__btn {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.sticky-header--cloned {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  top: 0;
  background-color: var(--rofiex-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.sticky-header--cloned::after,
.sticky-header--cloned .main-header__topbar {
  display: none;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-right: -50px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .mobile-nav__btn {
    margin-right: -40px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--rofiex-black, #000000);
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}

.main-menu .main-menu__list > li.dropdown > a::after {
  position: relative;
  left: 0px;
  top: 2px;
  border-radius: 0px;
  font-size: 10px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: inherit;
  line-height: 10px;
  margin-right: 5px;
}

.main-menu .main-menu__list > li + li {
  margin-right: 42px;
}

@media (max-width: 1590px) {
  .main-menu .main-menu__list > li + li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-right: 24px;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--rofiex-black3, #333333);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--rofiex-base, #FE574F);
  text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  right: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--rofiex-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--rofiex-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > .megamenu {
  position: static;
}

.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  right: -130px !important;
  left: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  left: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--rofiex-base, #FE574F);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-base, #FE574F);
}

.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li > ul {
  top: 0;
  right: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  right: auto;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    right: auto;
    left: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--rofiex-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-right: 15px;
  padding-left: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  left: 20px;
  display: block;
  color: var(--rofiex-black, #000000);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    left: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--rofiex-base, #FE574F);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(50%, -50%) rotate(-45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  background-color: var(--rofiex-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--rofiex-black3-rgb, 51, 51, 51), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--rofiex-black, #000000);
  font-weight: 600;
}

.demo-one__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  background-color: rgba(var(--rofiex-black3-rgb, 51, 51, 51), 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}

.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__btn {
  font-size: 14px;
  padding: 12px 20px;
}

@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--rofiex-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--rofiex-black3-rgb, 51, 51, 51), 0.07);
}

.home-showcase .demo-one__card {
  box-shadow: none;
}

.home-showcase .demo-one__btns {
  flex-direction: column;
}

.home-showcase .demo-one__btn {
  min-width: 135px;
  text-align: center;
  justify-content: center;
}

.home-showcase .demo-one__title {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  background-color: var(--rofiex-black2, #222222);
  padding: 120px 0 90px;
}

.why-choose-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.08;
}

@media (max-width: 767px) {
  .why-choose-one {
    padding: 80px 0 50px;
  }
}
.why-choose-one__image {
  position: relative;
}

.why-choose-one__image img {
  width: 100%;
  border-radius: 50px;
  height: auto;
}

.why-choose-one__box {
  position: relative;
  z-index: 2;
  background-color: transparent;
  padding: 0 30px 31px;
  margin-bottom: 30px;
}

.why-choose-one__box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 256px;
  content: "";
  transition: all 0.5s ease;
  background-color: var(--rofiex-white, #fff);
  z-index: -1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 257" xmlns="http://www.w3.org/2000/svg"><path d="M370 58.0522C370 53.3513 366.726 49.2851 362.133 48.2823L142.054 0.230166C141.353 0.0771666 140.638 0 139.921 0L41.4716 0C39.223 0 37.0401 0.757845 35.2752 2.15117L3.80356 26.9972C1.40146 28.8936 0 31.7856 0 34.846V247C0 252.523 4.47714 257 10 257H360C365.523 257 370 252.523 370 247V58.0522Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 257" xmlns="http://www.w3.org/2000/svg"><path d="M370 58.0522C370 53.3513 366.726 49.2851 362.133 48.2823L142.054 0.230166C141.353 0.0771666 140.638 0 139.921 0L41.4716 0C39.223 0 37.0401 0.757845 35.2752 2.15117L3.80356 26.9972C1.40146 28.8936 0 31.7856 0 34.846V247C0 252.523 4.47714 257 10 257H360C365.523 257 370 252.523 370 247V58.0522Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.why-choose-one__box:hover::after {
  background-color: var(--rofiex-base, #FE574F);
}

.why-choose-one__box__shape {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.5s ease;
  opacity: 0;
}

.why-choose-one__box:hover .why-choose-one__box__shape {
  opacity: 1;
  left: 0;
  bottom: 0;
}

.why-choose-one__box__icon {
  position: relative;
  width: 105px;
  height: 105px;
  background-color: var(--rofiex-base, #FE574F);
  border: 9px solid var(--rofiex-white, #fff);
  border-radius: 50%;
  font-size: 45px;
  color: var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  margin-bottom: 13px;
}

.why-choose-one__box:hover .why-choose-one__box__icon {
  background-color: var(--rofiex-black, #000000);
  animation-name: wobble-horizontal-on-hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.why-choose-one__box__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 14px;
  transition: all 0.3s ease;
}

.why-choose-one__box:hover .why-choose-one__box__title {
  color: var(--rofiex-white, #fff);
}

.why-choose-one__box__text {
  margin: 0 0 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.why-choose-one__box:hover .why-choose-one__box__text {
  color: var(--rofiex-white, #fff);
}

.why-choose-one__box__btn {
  color: var(--rofiex-black3, #333333);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  z-index: 1;
  position: relative;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.why-choose-one__box__btn span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}

.why-choose-one__box__btn:hover span {
  background-size: 100% 1px;
}

.why-choose-one__box__btn i {
  color: var(--rofiex-base, #FE574F);
  font-size: 20px;
  transition: all 0.3s ease;
}

.why-choose-one__box:hover .why-choose-one__box__btn {
  color: var(--rofiex-white, #fff);
}

.why-choose-one__box:hover .why-choose-one__box__btn i {
  color: var(--rofiex-white, #fff);
}

.why-choose-two {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  counter-reset: count;
}

@media (max-width: 767px) {
  .why-choose-two {
    padding: 80px 0;
  }
}
.why-choose-two::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  content: "";
  z-index: -1;
  background-color: var(--rofiex-black, #000000);
  clip-path: polygon(50% 0, 100% 60%, 100% 100%, 0 100%, 0 60%);
}

.why-choose-two__shape {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.why-choose-two__wrapper {
  position: relative;
  z-index: 1;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 15px;
}

.why-choose-two__wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 255px;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--rofiex-base, #FE574F);
}

@media (max-width: 991px) {
  .why-choose-two__wrapper::after {
    display: none;
  }
}
.why-choose-two__content {
  position: relative;
  padding: 40px 50px 40px 0;
}

@media (max-width: 991px) {
  .why-choose-two__content {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .why-choose-two__content {
    padding: 40px 5px;
  }
}
.why-choose-two__content__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 9px;
}

.why-choose-two__content__text {
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 34px;
}

.why-choose-two__box {
  position: relative;
  transition: all 500ms ease;
  background-color: var(--rofiex-white, #fff);
  padding: 16px 72px 16px 100px;
  min-height: 89px;
  margin-top: 30px;
  counter-increment: count;
}

.why-choose-two__box__number {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 13px 7px;
  height: 100%;
  background-color: var(--rofiex-black, #000000);
  font-size: 16px;
  font-weight: 700;
  color: var(--rofiex-white, #fff);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  transition: all 500ms ease;
}

.why-choose-two__box__number::after {
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 22px;
  background-color: var(--rofiex-base, #FE574F);
  content: "";
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transition: all 500ms ease;
}

.why-choose-two__box__number__count {
  position: relative;
  display: inline-block;
}

.why-choose-two__box__number__count::after {
  content: counters(count, ".", decimal-leading-zero);
  display: inline-block;
}

.why-choose-two__box:hover {
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));
}

.why-choose-two__box:hover .why-choose-two__box__number {
  background-color: var(--rofiex-base, #FE574F);
}

.why-choose-two__box:hover .why-choose-two__box__icon {
  background-color: var(--rofiex-black, #000000);
}

.why-choose-two__box:hover .why-choose-two__box__icon i {
  transform: scale(1.05);
}

.why-choose-two__box__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 4px;
}

.why-choose-two__box__text {
  margin: 0;
  font-weight: 500;
}

.why-choose-two__box__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  font-size: 50px;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  justify-content: center;
}

.why-choose-two__box__icon i {
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}

.why-choose-two__image {
  position: relative;
  margin-right: auto;
  max-width: 499px;
}

@media (max-width: 991px) {
  .why-choose-two__image {
    margin: 0 50px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .why-choose-two__image {
    margin: 0 5px;
  }
}
.why-choose-two__image > img {
  min-height: 608px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .why-choose-two__image > img {
    width: auto;
    max-width: 100%;
    min-height: auto;
  }
}
.why-choose-two__image__two {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  border: 8px solid var(--rofiex-white, #fff);
}

.why-choose-two__slide-text {
  position: relative;
  display: block;
  padding: 0;
  white-space: nowrap;
  margin-top: 120px;
}

@media (max-width: 767px) {
  .why-choose-two__slide-text {
    margin-top: 80px;
  }
}
.why-choose-two__slide-text__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  animation: text-scrolling 19s linear infinite;
  will-change: transform;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  gap: 95px;
}

@media (max-width: 767px) {
  .why-choose-two__slide-text__list {
    animation: text-scrolling 7s linear infinite;
  }
}
.why-choose-two__slide-text__list:hover {
  animation-play-state: paused;
}

.why-choose-two__slide-text__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 40px;
  color: var(--rofiex-white, #fff);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin: 0;
  transition: all 300ms ease;
}

.why-choose-two__slide-text__list li:hover {
  color: var(--rofiex-base, #FE574F);
}

.why-choose-two__slide-text__list li::after {
  position: absolute;
  left: -52px;
  top: 0;
  content: "|";
  color: currentColor;
  transform: rotate(-27deg);
}

@keyframes text-scrolling {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  z-index: 1;
}

.funfact-one__list {
  position: relative;
  z-index: 2;
  margin: 0;
  background-color: var(--rofiex-white, #fff);
  padding: 0 40px;
  margin-bottom: -117px;
}

@media (min-width: 768px) {
  .funfact-one__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .funfact-one__list {
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .funfact-one__list {
    padding: 0 20px;
  }
}
.funfact-one__item {
  display: flex;
  align-items: center;
  padding: 15px 0 58px;
  position: relative;
}

@media (max-width: 1199px) {
  .funfact-one__item:last-child {
    margin-top: -55px;
  }
}
@media (max-width: 767px) {
  .funfact-one__item {
    padding: 30px 0;
  }
  .funfact-one__item:last-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .funfact-one__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .funfact-one__item {
    flex: 0 0 auto;
    max-width: none;
  }
}
.funfact-one__item:hover .funfact-one__item__icon i {
  transform: rotateY(-180deg);
}

.funfact-one__item__icon {
  font-size: 110px;
  line-height: 1;
  color: var(--rofiex-base, #FE574F);
  border-left: 1px solid var(--rofiex-border-color, #DDDDDD);
  margin-left: 28px;
  padding-left: 28px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .funfact-one__item__icon {
    font-size: 100px;
    margin-left: 20px;
    padding-left: 20px;
  }
}
.funfact-one__item__icon i {
  display: inline-block;
  transition: all 0.6s ease;
}

.funfact-one__item__count {
  margin: 0 0 6px;
  color: var(--rofiex-black2, #222222);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.funfact-one__item__text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.funfact-two {
  position: relative;
}

.funfact-two__list {
  background-color: var(--rofiex-white, #fff);
  padding: 0;
  margin: 0;
  border-radius: 50px;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  list-style: none;
  display: flex;
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin: 0 0 -173px;
}

@media (max-width: 991px) {
  .funfact-two__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .funfact-two__list {
    flex-direction: column;
    padding: 30px 0;
  }
}
.funfact-two__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  transition: all 500ms ease;
  margin: 0;
  padding: 100px 0 55px;
  flex-grow: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .funfact-two__item {
    padding: 45px 0 20px;
  }
}
.funfact-two__item:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 200px;
  background-color: var(--rofiex-border-color, #DDDDDD);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .funfact-two__item:not(:last-of-type)::before {
    display: none;
  }
}
.funfact-two__item:hover .funfact-two__icon {
  background-color: var(--rofiex-black, #000000);
  animation-name: wobble-horizontal-on-hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.funfact-two__item:hover .funfact-two__icon::after {
  background-color: var(--rofiex-black, #000000);
}

.funfact-two__icon {
  background-color: var(--rofiex-base, #FE574F);
  border-bottom: none;
  width: 90px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 45px;
  color: var(--rofiex-white, #fff);
  transition: all 400ms ease;
}

.funfact-two__icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 38px;
  top: -38px;
  right: -10px;
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
  transition: all 400ms ease;
}

.funfact-two__icon span {
  display: inline-block;
  top: -10px;
  position: relative;
}

.funfact-two__count {
  font-size: 50px;
  font-weight: 700;
  line-height: 26px;
  color: var(--rofiex-black, #000000);
  margin: 35px 0 17px;
}

.funfact-two__text {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  margin: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .testimonials-one {
    padding: 80px 0;
  }
}
.testimonials-one .container {
  max-width: 1730px;
}

.testimonials-one .col-xl-3 {
  width: 25%;
}

@media (max-width: 1499px) {
  .testimonials-one .col-xl-3 {
    width: 33.33333333%;
  }
}
@media (max-width: 1199px) {
  .testimonials-one .col-xl-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonials-one .col-xl-3 {
    width: 100%;
  }
}
.testimonials-card {
  transition: all 500ms ease;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 50px;
  padding: 55px 30px 46px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonials-card {
    padding: 39px 25px 50px;
  }
}
.testimonials-card:hover {
  background-color: var(--rofiex-black, #000000);
}

.testimonials-card:hover .testimonials-card__name,
.testimonials-card:hover .testimonials-card__designation,
.testimonials-card:hover .testimonials-card__content {
  color: var(--rofiex-white, #fff);
}

.testimonials-card:hover .testimonials-card__image {
  border-color: var(--rofiex-white, #fff);
}

.testimonials-card:hover .testimonials-card__shape {
  visibility: hidden;
  opacity: 0;
}

.testimonials-card:hover .testimonials-card__shape-hover {
  visibility: visible;
  opacity: 1;
}

.testimonials-card__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 400ms ease;
}

.testimonials-card__shape-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 400ms ease;
  visibility: hidden;
  opacity: 0;
}

.testimonials-card__image {
  width: 88px;
  height: 88px;
  position: absolute;
  border: 5px solid var(--rofiex-base, #FE574F);
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  border-top: none;
  z-index: 1;
  left: 50px;
  top: 0;
  transition: all 300ms ease;
}

@media (max-width: 400px) {
  .testimonials-card__image {
    left: 25px;
  }
}
.testimonials-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 11px;
  transition: all 300ms ease;
}

.testimonials-card__designation {
  display: block;
  margin: 0 0 23px;
  line-height: 1;
  transition: all 300ms ease;
}

.testimonials-card__content {
  margin: 0 0 26px;
  font-style: italic;
  transition: all 300ms ease;
}

.testimonials-card__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  transition: all 300ms ease;
  color: var(--rofiex-base, #FE574F);
  font-size: 22px;
  letter-spacing: 11px;
}

.testimonials-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .testimonials-two {
    padding: 80px 0;
  }
}
.testimonials-two__item {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 10px 10px 100px 10px;
  padding: 40px 180px 40px 25px;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 767px) {
  .testimonials-two__item {
    padding: 30px;
    border-radius: 10px;
  }
}
.testimonials-two__item::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: auto;
  right: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  transition: 0.5s;
  background-color: var(--rofiex-black, #000000);
  overflow: hidden;
}

.testimonials-two__item:hover:after {
  height: 100%;
  visibility: visible;
}

.testimonials-two__item:hover .testimonials-two__item__bg {
  opacity: 1;
}

.testimonials-two__item:hover .testimonials-two__item__content,
.testimonials-two__item:hover .testimonials-two__item__name,
.testimonials-two__item:hover .testimonials-two__item__designation {
  color: var(--rofiex-white, #fff);
}

.testimonials-two__item:hover .testimonials-two__item__quote {
  opacity: 1;
}

.testimonials-two__item__quote {
  position: absolute;
  left: 30px;
  bottom: 20px;
  transition: 0.3s;
  font-size: 60px;
  line-height: 1;
  color: var(--rofiex-base, #FE574F);
  opacity: 0.2;
}

.testimonials-two__item__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: 0.5s;
}

.testimonials-two__item__border {
  position: absolute;
  width: 113px;
  height: 120px;
  border-radius: 10px;
  border: 2px solid var(--rofiex-base, #FE574F);
  right: -15px;
  top: -15px;
}

.testimonials-two__item__border::after {
  position: absolute;
  content: "";
  width: 113px;
  height: 120px;
  border-radius: 10px;
  border: 2px dotted var(--rofiex-base, #FE574F);
  right: -12px;
  top: -12px;
}

.testimonials-two__item__image {
  position: absolute;
  right: 40px;
  top: 40px;
  border-radius: 10px;
  width: 113px;
  height: 121px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonials-two__item__image {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 15px;
  }
}
.testimonials-two__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-two__item__rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--rofiex-base, #FE574F);
  font-size: 20px;
  letter-spacing: 8px;
  margin: 0 0 14px;
  transition: all 300ms ease;
}

.testimonials-two__item__content {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
  transition: all 300ms ease;
}

.testimonials-two__item__name {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 10px;
  transition: all 300ms ease;
}

.testimonials-two__item__designation {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 300ms ease;
  margin: 0;
}

.testimonials-three {
  position: relative;
  overflow: hidden;
  background-color: var(--rofiex-black, #000000);
  padding: 120px 0;
}

@media (max-width: 767px) {
  .testimonials-three {
    padding: 80px 0;
  }
}
.testimonials-three__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonials-three__content {
  position: relative;
  transform: rotate(-180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}

@media (max-width: 1199px) {
  .testimonials-three__content {
    transform: none;
    writing-mode: inherit;
    margin: 0 0 40px;
  }
}
.testimonials-three__content .sec-title {
  padding: 0;
}

@media (min-width: 1200px) {
  .testimonials-three__content .sec-title__tagline {
    margin: 0 14px 0 0;
  }
  .testimonials-three__content .sec-title__tagline img {
    margin: 0 0 12px 0;
  }
}
.testimonials-three__wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: color-burn;
  background-color: var(--rofiex-black2, #222222);
}

.testimonials-three__wrapper .prev {
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: var(--rofiex-white, #fff);
  transform: rotate(-180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 0;
  color: var(--rofiex-base, #FE574F);
  transition: all 500ms ease;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
}

.testimonials-three__wrapper .prev:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.testimonials-three__wrapper .next {
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 0;
  color: var(--rofiex-white, #fff);
  transition: all 500ms ease;
  position: absolute;
  z-index: 2;
  right: 49px;
  bottom: 0;
}

.testimonials-three__wrapper .next:hover {
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-base, #FE574F);
}

.testimonials-three__item {
  position: relative;
  padding: 56px 30px 93px;
}

@media (max-width: 767px) {
  .testimonials-three__item {
    padding: 35px 22px 80px;
    z-index: 1;
    margin-bottom: 40px;
  }
}
.testimonials-three__item__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials-three__item__rating {
  display: flex;
  align-items: center;
  margin: 0;
}

.testimonials-three__item__rating i {
  color: var(--rofiex-base, #FE574F);
  font-size: 18px;
  letter-spacing: 8px;
}

.testimonials-three__item__quote {
  width: 50px;
  height: 37px;
  background-position: center center;
}

.testimonials-three__item__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--rofiex-white, #fff);
  font-style: italic;
  text-transform: capitalize;
  margin: 30px 0 19px;
}

.testimonials-three__item__content {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
  font-style: italic;
  margin: 0;
}

.testimonials-three__image__wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-three__image__wrapper {
    overflow: hidden;
    height: 395px;
    padding: 30px 0 20px;
  }
}
.testimonials-three__image {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 355px;
}

@media (max-width: 767px) {
  .testimonials-three__image {
    position: relative;
  }
}
.testimonials-three__image .slick-list {
  overflow: visible;
}

.testimonials-three__image .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border: none;
}

.testimonials-three__image .slick-active {
  visibility: visible;
  opacity: 1;
}

.testimonials-three__image__item {
  position: relative;
  background-color: var(--rofiex-black2, #222222);
  border: 1px solid transparent;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 20px;
  transition: all 400ms ease;
  margin-bottom: 20px;
}

.testimonials-three__image__item__image {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.testimonials-three__image__item__image::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  background-color: var(--rofiex-base, #FE574F);
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.testimonials-three__image__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-three__image__item__author {
  position: relative;
  text-align: right;
}

.testimonials-three__image__item__author__name {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--rofiex-white, #fff);
  line-height: 1;
  margin-bottom: 9px;
}

.testimonials-three__image__item__author__designation {
  line-height: 1;
  text-transform: capitalize;
  color: var(--rofiex-white, #fff);
  opacity: 0.7;
  margin: 0;
}

.testimonials-three__image .slick-current.slick-active.slick-center .testimonials-three__image__item {
  border-color: var(--rofiex-base, #FE574F);
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
}

.cta-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cta-one__bg::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(-90deg, rgba(var(--rofiex-base-rgb, 254, 87, 79), 1) 0%, rgba(var(--rofiex-base-rgb, 254, 87, 79), 0.6) 100%);
}

.cta-one__content {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .cta-one__content {
    padding: 120px 0 30px;
  }
}
@media (max-width: 767px) {
  .cta-one__content {
    padding: 80px 0 30px;
  }
}
.cta-one__content .sec-title {
  padding-bottom: 30px;
}

.cta-one__content .sec-title__tagline {
  color: var(--rofiex-white, #fff);
}

.cta-one__content .sec-title__title {
  color: var(--rofiex-white, #fff);
}

.cta-one__content .rofiex-btn {
  background-color: transparent;
  color: var(--rofiex-white, #fff);
  border: 1px solid var(--rofiex-white, #fff);
}

.cta-one__content .rofiex-btn::after {
  background-color: var(--rofiex-white, #fff);
}

.cta-one__content .rofiex-btn:hover {
  color: var(--rofiex-base, #FE574F);
}

.cta-one__image {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 76px 0 0 100px;
}

@media (max-width: 991px) {
  .cta-one__image {
    text-align: right;
    padding: 0 0 0;
  }
}
.cta-one__image__bg {
  position: absolute;
  z-index: -1;
  left: -200px;
  top: 0;
  width: 730px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .cta-one__image__bg {
    display: none;
  }
}
.cta-one__image img {
  max-width: none;
  height: auto;
  animation: movebounce2 3s linear 0s infinite;
}

@media (max-width: 767px) {
  .cta-one__image img {
    max-width: 100%;
  }
}
.cta-one--service-details {
  position: relative;
}

@media (max-width: 991px) {
  .cta-one--service-details {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .cta-one--service-details {
    padding-bottom: 50px;
  }
}
.cta-one--service-details .cta-one__bg::after {
  background: rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.7);
}

.cta-one--service-details .cta-one__content .rofiex-btn {
  border: none;
  background-color: var(--rofiex-base, #FE574F);
}

.cta-two {
  position: relative;
  background-color: var(--rofiex-base, #FE574F);
  padding: 78px 0;
  overflow: hidden;
}

.cta-two__shape {
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  animation: movebounce2 3s linear 0s infinite;
}

@media (max-width: 1199px) {
  .cta-two__shape {
    display: none;
  }
}
.cta-two__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16.1%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media (max-width: 1600px) {
  .cta-two__bg {
    display: none;
  }
}
.cta-two__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 991px) {
  .cta-two__content {
    flex-direction: column;
    gap: 30px;
  }
}
.cta-two__content__title {
  color: var(--rofiex-white, #fff);
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1199px) {
  .cta-two__content__title {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  .cta-two__content__title {
    text-align: center;
  }
}
.cta-two__content__info {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--rofiex-white, #fff);
  border-radius: 10px;
  padding: 26px 40px 26px;
  gap: 20px;
}

.cta-two__content__info i {
  font-size: 39px;
  line-height: 39px;
  color: var(--rofiex-black, #000000);
  flex-shrink: 0;
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}

.cta-two__content__info:hover i {
  transform: scale(0.9);
}

.cta-two__content__info__title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.cta-two__content__info__text {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.cta-two__content__info__text a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.cta-two__content__info__text a:hover {
  background-size: 100% 1px;
}

.cta-two__content__info__text a:hover {
  color: var(--rofiex-base, #FE574F);
}

.tab-section {
  position: relative;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 120px 0;
}

@media (max-width: 767px) {
  .tab-section {
    padding: 80px 0;
  }
}
.tab-section__btns {
  position: relative;
  margin: 0 0 60px;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .tab-section__btns {
    flex-direction: column;
    gap: 15px;
  }
}
.tab-section__btns li {
  display: inline-block;
  width: 100%;
  background-color: var(--rofiex-gray, #F5F1EF);
  position: relative;
  text-align: center;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 22px;
  color: var(--rofiex-black, #000000);
  font-weight: 700;
  text-transform: uppercase;
  padding: 43px 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.tab-section__btns li::after {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 2px;
  height: 60px;
  background-color: var(--rofiex-base, #FE574F);
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 1;
}

.tab-section__btns li:hover, .tab-section__btns li.active-btn {
  background-color: var(--rofiex-white, #fff);
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
}

.tab-section__btns li:hover::after, .tab-section__btns li.active-btn::after {
  visibility: visible;
  opacity: 1;
  bottom: -44px;
}

@media (max-width: 767px) {
  .tab-section__btns li:hover::after, .tab-section__btns li.active-btn::after {
    bottom: -24px;
  }
}
.tab-section__image {
  position: relative;
}

.tab-section__image img {
  max-width: 100%;
  height: auto;
}

.tab-section__content {
  position: relative;
}

@media (max-width: 991px) {
  .tab-section__content {
    margin-top: 15px;
  }
}
.tab-section__content__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 13px;
}

.tab-section__content__text {
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 30px;
}

.tab-section__content__list {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}

.tab-section__content__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
}

.tab-section__content__list li:hover .tab-section__content__list__icon {
  background-color: var(--rofiex-black, #000000);
}

.tab-section__content__list li:hover .tab-section__content__list__icon i {
  transform: rotateY(-180deg);
}

.tab-section__content__list li + li {
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  margin-top: 20px;
  padding-top: 20px;
}

.tab-section__content__list__icon {
  width: 72px;
  height: 72px;
  background-color: var(--rofiex-base, #FE574F);
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--rofiex-white, #fff);
  transition: all 0.4s ease;
}

.tab-section__content__list__icon i {
  display: inline-block;
  top: -5px;
  transition: all 0.5s ease;
}

.skill-one {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 120px 0;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 767px) {
  .skill-one {
    padding: 80px 0;
  }
}
.skill-one__content {
  position: relative;
}

.skill-one__content .sec-title {
  padding-bottom: 20px;
}

.skill-one__content__text {
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 33px;
}

.skill-one__progress {
  position: relative;
  margin-bottom: 26px;
}

.skill-one__progress__title {
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .skill-one__progress__title {
    font-size: 16px;
  }
}
.skill-one__progress__bar {
  width: 100%;
  height: 10px;
  background-color: var(--rofiex-border-color, #DDDDDD);
  position: relative;
  border-radius: 10px;
}

.skill-one__progress__inner {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--rofiex-base, #FE574F);
  border-radius: 10px;
  transition: all 700ms linear;
  width: 0px;
}

.skill-one__progress__number {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--rofiex-base, #FE574F);
}

.skill-one__image {
  position: relative;
  animation: movebounce2 3s linear 0s infinite;
}

@media (max-width: 1199px) {
  .skill-one__image {
    margin-top: 40px;
  }
  .skill-one__image img {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .gallery-page {
    padding: 80px 0;
  }
}
.gallery-page__card {
  position: relative;
  overflow: hidden;
  background-color: var(--rofiex-black, #000000);
}

.gallery-page__card img {
  transform: scale(1);
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}

.gallery-page__card__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--rofiex-base-rgb, 254, 87, 79), 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-page__card__hover .img-popup {
  position: relative;
}

.gallery-page__card:hover img {
  transform: scale(1.05);
}

.gallery-page__card:hover .gallery-page__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.gallery-page__card__icon {
  width: 52px;
  height: 52px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  display: block;
  position: relative;
  transition: all 0.4s ease;
}

.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--rofiex-base, #FE574F);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.gallery-page__card__icon::after {
  transform: translate(50%, -50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 30px 20px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  text-transform: capitalize;
  margin: 0;
  margin-top: -4px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  display: inline-block;
}

.sidebar__title::after {
  content: "";
  width: 50%;
  height: 3px;
  background-color: var(--rofiex-base, #FE574F);
  position: absolute;
  bottom: 0;
  right: 0;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 60px;
  background-color: var(--rofiex-white, #fff);
  font-size: 16px;
  color: var(--rofiex-text, #636363);
  border: none;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  padding: 0;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--rofiex-base, #FE574F);
  transition: all 400ms ease;
}

.sidebar__search button[type=submit]:hover {
  color: var(--rofiex-black, #000000);
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts__item {
  display: flex;
  align-items: center;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__image {
  flex-shrink: 0;
  margin-left: 20px;
}

.sidebar__posts__title {
  margin: 0;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
}

.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar__posts__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.sidebar__posts__meta {
  line-height: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--rofiex-text, #636363);
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 13px;
}

.sidebar__posts__meta i {
  color: var(--rofiex-black, #000000);
}

.sidebar__categories {
  margin-bottom: -5px;
  margin-top: -10px;
}

.sidebar__categories li {
  font-size: 17px;
  font-weight: 400;
  color: var(--rofiex-text, #636363);
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-right: 26px;
  transition: all 500ms ease;
  position: relative;
}

.sidebar__categories li::before {
  content: "\e934";
  font-family: "icomoon" !important;
  font-weight: 400;
  transition: all 500ms ease;
  font-size: 15px;
  color: currentColor;
  position: absolute;
  right: 0;
}

.sidebar__categories li a {
  color: inherit;
  transition: all 500ms ease;
}

.sidebar__categories li:hover {
  color: var(--rofiex-base, #FE574F);
}

.sidebar__categories li + li {
  margin-top: 10px;
}

.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.sidebar__tags a {
  background-color: var(--rofiex-white, #fff);
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  transition: all 500ms ease;
  display: inline-flex;
  padding: 1px 20px;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.sidebar__tags a:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
  border-color: var(--rofiex-base, #FE574F);
}

.sidebar__comments {
  margin-top: -2px;
  margin-bottom: -2px;
}

.sidebar__comments__item {
  display: flex;
  align-items: center;
}

.sidebar__comments__item:not(:last-of-type) {
  margin-bottom: 32px;
}

.sidebar__comments__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rofiex-base, #FE574F);
  font-size: 20px;
  color: var(--rofiex-white, #fff);
  margin-left: 20px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar__comments__item:hover .sidebar__comments__icon {
  background-color: var(--rofiex-black, #000000);
  color: var(--rofiex-white, #fff);
}

.sidebar__comments__title {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-text, #636363);
}

.sidebar__comments__title a {
  color: inherit;
  transition: all 500ms ease;
}

.sidebar__comments__title a:hover {
  color: var(--rofiex-black, #000000);
}

.service-sidebar {
  position: relative;
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__nav {
  margin: 0;
  padding: 30px;
  background-color: var(--rofiex-gray, #F5F1EF);
}

.service-sidebar__nav li {
  position: relative;
}

.service-sidebar__nav li a {
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: var(--rofiex-black, #000000);
  display: block;
  margin: 0;
  padding: 16px 20px;
  padding-right: 20px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-right: 70px;
}

.service-sidebar__nav li a::after {
  content: "\e934";
  font-family: "icomoon" !important;
  transition: all 500ms ease;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.service-sidebar__nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--rofiex-black, #000000);
  z-index: -1;
  transform: scale(0, 1);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}

.service-sidebar__nav li.current a, .service-sidebar__nav li:hover a {
  color: var(--rofiex-white, #fff);
}

.service-sidebar__nav li.current a::after, .service-sidebar__nav li:hover a::after {
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-base, #FE574F);
  transform: rotate(45deg);
}

.service-sidebar__nav li.current a::before, .service-sidebar__nav li:hover a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: right;
}

.service-sidebar__nav li + li {
  margin-top: 16px;
}

.service-sidebar__contact {
  padding: 147px 25px 144px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.service-sidebar__contact::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.7);
}

.service-sidebar__contact__left-triangle {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 41px 0 0 47px;
  border-color: var(--rofiex-base, #FE574F) transparent transparent transparent;
  transform: rotate(0deg);
}

.service-sidebar__contact__right-triangle {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 47px 41px 0;
  border-color: transparent transparent var(--rofiex-base, #FE574F) transparent;
  transform: rotate(0deg);
}

.service-sidebar__contact__icon {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  width: 72px;
  height: 72px;
  background-color: var(--rofiex-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
  margin-bottom: 36px;
}

.service-sidebar__contact__icon i {
  color: var(--rofiex-base, #FE574F);
  font-size: 36px;
  transition: color 500ms ease, transform 500ms ease;
  transform: scale(1);
}

.service-sidebar__contact:hover .service-sidebar__contact__icon {
  background-color: var(--rofiex-base, #FE574F);
}

.service-sidebar__contact:hover .service-sidebar__contact__icon i {
  transform: scale(0.9);
  color: var(--rofiex-white, #fff);
}

.service-sidebar__contact__number {
  position: relative;
  z-index: 1;
  color: var(--rofiex-white, #fff);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.9px;
  margin-bottom: 0;
}

.service-sidebar__contact__number span {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 9px;
}

.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-sidebar__contact__number a:hover {
  background-size: 100% 1px;
}

.service-sidebar__contact__number a:hover {
  color: var(--rofiex-base, #FE574F);
}

/*--------------------------------------------------------------
# Sidebar Popup
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--rofiex-black3, #333333);
  opacity: 0.5;
  cursor: url(../images/close.png), auto;
}

.sidebar-one__close {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  transition: all 0.4s ease;
  cursor: pointer;
}

.sidebar-one__close:hover {
  color: var(--rofiex-base, #FE574F);
}

.sidebar-one__content {
  width: 350px;
  background-color: var(--rofiex-black2, #222222);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  scrollbar-width: none;
}

.sidebar-one__text {
  color: var(--rofiex-gray, #F5F1EF);
  font-weight: 500;
  margin: 35px 0 30px;
}

.sidebar-one__title {
  color: var(--rofiex-white, #fff);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 18px;
}

.sidebar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-one__info li {
  position: relative;
  padding: 0 28px 0 0;
  margin-bottom: 10px;
  color: var(--rofiex-gray, #F5F1EF);
}

.sidebar-one__info li span {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
  color: var(--rofiex-base, #FE574F);
  line-height: inherit;
}

.sidebar-one__info li a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}

.sidebar-one__info li a:hover {
  background-size: 100% 1px;
}

.sidebar-one__info li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.sidebar-one__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 40px;
}

.sidebar-one__social a {
  width: 37px;
  height: 37px;
  background-color: RGBA(var(--rofiex-white-rgb, 255, 255, 255), 0.08);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--rofiex-white, #fff);
}

.sidebar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-one__social a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.sidebar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.sidebar-one__newsletter {
  position: relative;
}

.sidebar-one__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 60px;
  background-color: RGBA(var(--rofiex-white-rgb, 255, 255, 255), 0.08);
  color: var(--rofiex-gray, #F5F1EF);
  font-size: 16px;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 50px;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-radius: 5px;
}

.sidebar-one__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.sidebar-one__newsletter button[type=submit]:hover {
  color: var(--rofiex-base, #FE574F);
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .blog-details {
    padding: 80px 0;
  }
}
.blog-details__image {
  position: relative;
  margin: 0 0 40px;
}

.blog-details__image img {
  max-width: 100%;
  height: auto;
}

.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.blog-details__meta li {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
}

.blog-details__meta li i {
  color: var(--rofiex-base, #FE574F);
  margin-left: 10px;
}

.blog-details__meta li a {
  color: inherit;
}

.blog-details__meta li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.blog-details__meta li img {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--rofiex-base, #FE574F);
}

.blog-details__meta .blog-details__meta__tag {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  padding: 7px 25px;
  border-radius: 40px;
}

.blog-details__meta .blog-details__meta__tag:hover {
  background-color: var(--rofiex-black, #000000);
  color: var(--rofiex-white, #fff);
}

.blog-details__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-details__text {
  font-weight: 500;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .blog-details__text {
    padding-left: 50px;
  }
}
.blog-details__bottom-meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 29px 0;
  margin: 63px 0;
}

@media (max-width: 767px) {
  .blog-details__bottom-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-details__bottom-meta__categories, .blog-details__bottom-meta__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__bottom-meta__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: var(--rofiex-black2, #222222);
  margin-bottom: 0;
  margin-left: 10px;
}

.blog-details__bottom-meta a {
  padding: 4px 19px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-text, #636363);
}

.blog-details__bottom-meta a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.blog-details__paginations {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .blog-details__paginations {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-details__paginations .sidebar__posts__item:not(:last-of-type) {
  border-bottom: 0px solid var(--rofiex-border-color, #e8e3da);
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-details__paginations .sidebar__posts__item {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 20px !important;
}

@media (min-width: 1200px) {
  .blog-details__paginations .sidebar__posts__item {
    padding: 30px;
  }
}
.blog-details__paginations .sidebar__posts__item:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: left;
}

.blog-details__paginations .sidebar__posts__item:nth-of-type(2) .sidebar__posts__image {
  margin-left: 0;
  margin-right: 20px;
}

.blog-details__paginations .sidebar__posts__item:nth-of-type(2) .sidebar__posts__meta {
  flex-direction: row-reverse;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 55px;
}

.comments-one__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

.comments-one__list {
  margin: 0;
  margin-top: 35px;
}

.comments-one__card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .comments-one__card {
    flex-direction: column;
    gap: 25px;
  }
}
.comments-one__card__image {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 30px;
}

.comments-one__card__image img {
  border-radius: 50%;
}

.comments-one__card__title {
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.comments-one__card__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--rofiex-text, #636363);
  margin-bottom: 20px;
  margin-bottom: 30px;
}

.comments-one__card__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  color: var(--rofiex-base, #FE574F);
  text-transform: none;
  margin-right: 20px;
}

.comments-one__card .rofiex-btn {
  padding: 4px 20px;
  border-radius: 5px;
  font-size: 14px;
}

.comments-one__card .rofiex-btn::after {
  bottom: -23px;
}

.comments-one__card__content {
  position: relative;
}

.comments-form {
  margin-top: 68px;
}

.comments-form__title {
  margin: 0;
  margin-top: -4px;
  margin-bottom: -4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.comments-form__form {
  margin-top: 30px;
}

.comments-form__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 30px;
}

.comments-form__input-box textarea,
.comments-form__input-box input[type=text],
.comments-form__input-box input[type=email],
.comments-form__input-box input[type=tel] {
  height: 60px;
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding-right: 30px;
  padding-left: 30px;
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text, #636363);
  text-transform: capitalize;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  display: block;
  font-weight: 400;
}

.comments-form__input-box textarea {
  height: 190px;
}

.comments-form .rofiex-btn:hover i {
  transform: none;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .product {
    padding: 80px 0;
  }
}
.product__sidebar {
  position: relative;
}

.product__sidebar--title {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: -5px;
}

.product__search {
  position: relative;
  display: block;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 15px;
  margin-bottom: 30px;
}

.product__search form {
  border-radius: 0;
  position: relative;
}

.product__search form input[type=text] {
  width: 100%;
  height: 60px;
  background-color: var(--rofiex-white, #fff);
  padding-right: 20px;
  padding-left: 15px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  font-size: 16px;
  color: var(--rofiex-text, #636363);
  border: none;
  outline: none;
  font-weight: 500;
  border-radius: 0;
}

.product__search form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--rofiex-base, #FE574F);
  transition: all 400ms ease;
}

.product__search form button[type=submit]:hover {
  color: var(--rofiex-black, #000000);
}

.product__price-ranger {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger {
    padding: 30px 20px;
  }
}
.product__price-ranger #slider-range {
  margin: 22px 0px 0 0;
  background: var(--rofiex-white, #fff);
  border: none;
  border: 1px solid var(--rofiex-base, #FE574F);
  height: 7px;
  border-radius: 10px;
  position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--rofiex-base, #FE574F);
}

.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -7px;
  background: var(--rofiex-base, #FE574F);
  border: 0;
  height: 18px;
  width: 18px !important;
  border-radius: 50%;
  margin-right: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger #slider-range .ui-slider-handle::after {
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 18px 0px 0 0;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--rofiex-text, #636363);
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  line-height: 30px;
  border: none;
  outline: none;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--rofiex-text, #636363);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  right: -2px;
}

.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  background-color: var(--rofiex-white, #fff);
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  float: left;
  text-align: center;
  border: none;
  color: var(--rofiex-black, #000000);
  font-size: 10px;
  letter-spacing: var(--rofiex-letter-space, 0.1em);
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  cursor: pointer;
  padding: 0 20px;
  height: 38px;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.07);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block input[type=submit] {
    padding: 0 15px;
  }
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.product__categories {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product__categories {
    padding: 30px 20px;
  }
}
.product__categories .product__sidebar--title {
  margin-bottom: 22px;
}

.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product__categories ul li {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--rofiex-text, #636363);
  background-color: var(--rofiex-white, #fff);
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
  padding: 9px 42px 11px 20px;
}

.product__categories ul li::before {
  content: "\e934";
  font-family: "icomoon" !important;
  font-weight: 400;
  transition: all 500ms ease;
  font-size: 14px;
  color: currentColor;
  position: absolute;
  right: 18px;
  top: 1px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.product__categories ul li a {
  color: inherit;
  transition: all 0.3s ease;
}

.product__categories ul li:hover, .product__categories ul li.active {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.product__categories ul li + li {
  margin-top: 10px;
}

.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product__info-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
.product__showing-text {
  margin: 0;
  font-weight: 500;
}

.product__showing-sort {
  margin: 0;
  font-size: 16px;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 210px !important;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
}

.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--rofiex-gray, #F5F1EF) !important;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  color: var(--rofiex-text, #636363) !important;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: left 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 20px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 14px;
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
}

.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  color: var(--rofiex-text, #636363);
  text-transform: capitalize;
  background-color: var(--rofiex-gray, #F5F1EF);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  border-color: var(--rofiex-base, #FE574F);
}

.product__item {
  position: relative;
  background-color: var(--rofiex-white, #fff);
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  overflow: hidden;
  transition: all 500ms ease;
}

.product__item:hover {
  border-color: var(--rofiex-base, #FE574F);
}

.product__item__img {
  background-color: var(--rofiex-white, #fff);
  position: relative;
  text-align: center;
  padding: 29px 15px 0;
}

.product__item__img::after {
  background: rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.3);
  bottom: 0;
  content: "";
  right: 50%;
  position: absolute;
  left: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}

.product__item__img img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  margin: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
  transform: scale(1);
}

.product__item:hover .product__item__img::after {
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.product__item:hover .product__item__img img {
  transform: scale(1.05);
}

.product__item__btn {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 50%;
  color: var(--rofiex-black, #000000);
  font-size: 13px;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.product__item__btn a:nth-child(1) {
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
}

.product__item__btn a:nth-child(2) {
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
}

.product__item__btn a:nth-child(3) {
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
}

.product__item__btn a:nth-child(4) {
  transition: transform 650ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
}

.product__item__btn a + a {
  margin-top: 10px;
}

.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.product__item__content {
  position: relative;
  text-align: center;
  padding: 27px 20px 45px;
}

.product__item__title {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 12px;
}

.product__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product__item__title a:hover {
  background-size: 100% 1px;
}

.product__item__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--rofiex-text, #636363);
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 17px;
}

.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--rofiex-base, #FE574F);
  letter-spacing: 7px;
  margin-bottom: 27px;
}

.product__item__link {
  border-radius: 5px;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
}

.product__item__link:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.product-one {
  position: relative;
}

.product-one__title {
  font-size: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 55px;
  position: relative;
}

@media (max-width: 767px) {
  .product-one__title {
    margin-bottom: 35px;
  }
}
.product-one__title::after {
  position: absolute;
  left: 129px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 490px);
  height: 1px;
  content: "";
  background-color: var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 991px) {
  .product-one__title::after {
    width: calc(100% - 290px);
    left: 0;
  }
}
.product-one__categories {
  position: relative;
  background-color: var(--rofiex-black, #000000);
  border-radius: 20px;
  overflow: hidden;
}

.product-one__categories__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.product-one__categories__list {
  margin: 0;
  padding: 25px 0;
  list-style: none;
  position: relative;
}

.product-one__categories__list li {
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--rofiex-base, #FE574F);
  letter-spacing: -0.32px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-one__categories__list li a {
  color: var(--rofiex-white, #fff);
}

.product-one__categories__list li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.product-one__categories__list li + li {
  border-top: 1px solid rgba(var(--rofiex-border-color-rgb, 221, 221, 221), 0.2);
  padding-top: 14px;
  margin-top: 14px;
}

.product-one .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: -89px;
  margin: 0;
  gap: 15px;
}

@media (max-width: 991px) {
  .product-one .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav {
    position: relative;
    top: 0;
    margin: 40px 0 0;
  }
}
.product-one .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  background-color: transparent;
  border: 1px solid rgba(var(--rofiex-border-color-rgb, 221, 221, 221), 0.75);
  border-radius: 50%;
  color: var(--rofiex-base, #FE574F);
  font-size: 16px;
}

.product-one .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  border-color: var(--rofiex-base, #FE574F);
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.product-two {
  position: relative;
  padding: 0 0 60px;
}

.product-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .product-two__top {
    margin: 0 0 30px;
  }
}
.product-two__top__title {
  font-size: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0;
}

.product-two__top__rm {
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: var(--rofiex-black, #000000);
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product-two__top__rm:hover {
  background-size: 100% 1px;
}

.product-two__top__rm i {
  color: var(--rofiex-base, #FE574F);
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
  width: 12px;
  font-size: 20px;
}

.product-two__top__rm:hover {
  color: var(--rofiex-base, #FE574F);
  text-shadow: 0 0 1px currentColor;
}

.product-two__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -65px auto 40px;
  padding: 0;
}

@media (max-width: 991px) {
  .product-two__filter {
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .product-two__filter {
    padding: 0;
    flex-wrap: wrap;
    margin: 0 0 35px;
    justify-content: flex-start;
  }
}
.product-two__filter__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0 0 9px;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 991px) {
  .product-two__filter__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-two__filter__list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.product-two__filter__list li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  cursor: pointer;
  transition: all 400ms linear;
}

.product-two__filter__list li::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--rofiex-base, #FE574F);
  transition: all 400ms linear;
}

.product-two__filter__list li:hover, .product-two__filter__list li.active {
  color: var(--rofiex-base, #FE574F);
}

.product-two__filter__list li:hover::after, .product-two__filter__list li.active::after {
  width: 100%;
}

.product-three {
  position: relative;
  padding: 60px 0;
}

.product-three__title {
  font-size: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0 0 34px;
  position: relative;
}

.product-three__title::before {
  position: absolute;
  height: 1px;
  width: calc(50% - 118px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  content: "";
  background-color: var(--rofiex-border-color, #DDDDDD);
}

.product-three__title::after {
  position: absolute;
  height: 1px;
  width: calc(50% - 118px);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: "";
  background-color: var(--rofiex-border-color, #DDDDDD);
}

.product-three__item {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 10px;
  min-height: 148px;
  padding: 20px 20px 15px 150px;
}

.product-three__item__img {
  background-color: var(--rofiex-gray, #F5F1EF);
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  padding: 0;
}

.product-three__item__img img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
}

.product-three__item:hover .product-three__item__img img {
  transform: scale(1.03);
}

.product-three__item__ratings {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--rofiex-base, #FE574F);
  letter-spacing: 7px;
  margin-bottom: 14px;
}

.product-three__item__title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 14px;
}

.product-three__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product-three__item__title a:hover {
  background-size: 100% 1px;
}

.product-three__item__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.product-three__item__text {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
}

.product-three__item__price {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--rofiex-black, #000000);
  font-weight: 500;
  margin: 0;
}

.product-four {
  position: relative;
}

.product-four__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .product-four__top {
    margin: 0 0 25px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.product-four__top__title {
  font-size: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0;
}

.product-four__top__rm {
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: var(--rofiex-black, #000000);
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product-four__top__rm:hover {
  background-size: 100% 1px;
}

.product-four__top__rm i {
  color: var(--rofiex-base, #FE574F);
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
  width: 12px;
  font-size: 20px;
}

.product-four__top__rm:hover {
  color: var(--rofiex-base, #FE574F);
  text-shadow: 0 0 1px currentColor;
}

.product-four__carousel {
  position: relative;
  padding: 0 75px;
}

@media (max-width: 1499px) {
  .product-four__carousel {
    padding: 0 30px;
  }
}
@media (max-width: 1299px) {
  .product-four__carousel {
    padding: 0 20px;
  }
}
.product-four .product__item__price {
  margin: 0;
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .product-details {
    padding: 80px 0;
  }
}
.product-details__img {
  background-color: var(--rofiex-white, #fff);
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 570px;
}

@media (max-width: 767px) {
  .product-details__img {
    min-height: 420px;
  }
}
.product-details__img img {
  max-width: 100%;
  height: auto;
}

.product-details__img-search {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  line-height: 1;
}

.product-details__img-search a {
  display: inline-block;
  font-size: 21px;
  color: var(--rofiex-black, #000000);
  transition: all 500ms ease;
}

.product-details__img-search a:hover {
  color: var(--rofiex-base, #FE574F);
}

.product-details__content {
  position: relative;
  margin: 0 0 0;
}

@media (max-width: 991px) {
  .product-details__content {
    margin: 50px 0 0;
  }
}
.product-details__top {
  display: flex;
  align-items: baseline;
  gap: 145px;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .product-details__top {
    flex-direction: column;
    gap: 8px;
  }
}
.product-details__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.product-details__price {
  font-size: 24px;
  color: var(--rofiex-base, #FE574F);
  font-weight: 700;
  margin: 0;
}

.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 9px;
  font-size: 16px;
  color: var(--rofiex-base, #FE574F);
}

.product-details__review a {
  display: inline-block;
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-right: 1px;
  font-weight: 400;
  transition: all 500ms ease;
}

.product-details__review a:hover {
  color: var(--rofiex-base, #FE574F);
}

.product-details__divider {
  width: 100%;
  height: 1px;
  background-color: var(--rofiex-border-color, #DDDDDD);
  margin: 25px 0 21px;
}

.product-details__excerpt {
  margin: 0;
  line-height: 30px;
  margin: 0 0 31px;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin: 32px 0 40px;
}

.product-details__quantity-title {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: bold;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  height: 53px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  height: 53px;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  color: var(--rofiex-base, #FE574F);
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--rofiex-text, #636363);
  font-size: 8px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: transparent;
  border: none;
  border-right: 1px solid var(--rofiex-border-color, #DDDDDD);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.product-details__quantity .quantity-box button:hover {
  color: var(--rofiex-base, #FE574F);
}

.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-details__buttons .rofiex-btn {
  border-radius: 0;
  padding: 15.4px 32px;
  font-size: 15px;
  font-weight: 700;
}

.product-details__buttons .rofiex-btn i {
  font-size: 15px;
  margin: 0 12px 0 0;
  padding-right: 9px;
  border-right: 1px solid rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.2);
  transform: none !important;
}

.product-details__buttons .rofiex-btn.wishlist {
  background-color: var(--rofiex-black, #000000);
}

.product-details__buttons .rofiex-btn.wishlist::after, .product-details__buttons .rofiex-btn.wishlist:hover {
  background-color: var(--rofiex-base, #FE574F);
}

.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.product-details__socials__title {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
  margin-left: 10px;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}
.product-details__socials a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  font-size: 14px;
  color: var(--rofiex-text, #636363);
  transition: all 500ms ease;
  border-radius: 0;
}

.product-details__socials a:hover {
  background-color: var(--rofiex-base, #FE574F);
  border-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.product-details__description {
  position: relative;
  margin: 54px 0 0;
}

.product-details__description__title {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-weight: bold;
}

.product-details__description__lists {
  margin: 32px 0;
  padding: 0;
}

.product-details__description__lists li {
  position: relative;
  padding: 0 30px 0 0;
  font-weight: 700;
  color: var(--rofiex-black, #000000);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product-details__description__lists li {
    min-width: 50%;
  }
}
.product-details__description__lists li span {
  position: absolute;
  right: 0;
  top: 6px;
  transition: all 0.3s ease-in;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
}

.product-details__description__lists li:hover span {
  background-color: var(--rofiex-base, #FE574F);
}

.product-details__description__text {
  margin-bottom: 30px;
  font-weight: 500;
}

.product-details__comment {
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  margin: 32px 0 0;
  padding: 54px 0 0;
  position: relative;
}

.product-details__review-title {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 44px;
  font-weight: bold;
}

.product-details__comment-box {
  position: relative;
  padding: 5px 182px 32px 0;
  margin-bottom: 30px;
  min-height: 166px;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 767px) {
  .product-details__comment-box {
    padding-right: 0;
  }
}
.product-details__comment-box__thumb {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}

@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}
.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product-details__comment-box__meta {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 9px;
  font-weight: bold;
  color: var(--rofiex-black, #000000);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-details__comment-box__date {
  font-size: 16px;
  line-height: 26px;
  display: block;
  text-transform: inherit;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  color: var(--rofiex-base, #FE574F);
  font-weight: 500;
  letter-spacing: 0;
  margin: 3px 0 0 0;
  position: relative;
}

.product-details__comment-box__date::before {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 1px;
  background-color: currentColor;
  content: "";
  margin: 0 15px;
  top: -4px;
}

.product-details__comment-box__text {
  font-weight: 500;
  margin: 0;
}

.product-details__comment-box__ratings {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  letter-spacing: 9px;
  font-size: 16px;
  color: var(--rofiex-base, #FE574F);
}

@media (max-width: 991px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 15px 0 22px;
  }
}
.product-details__form {
  position: relative;
  margin: 55px 0 0;
}

.product-details__form .row {
  --bs-gutter-x: 20px;
}

.product-details__form-title {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: bold;
}

.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 9px;
  font-size: 16px;
  color: var(--rofiex-base, #FE574F);
  margin: 0 0 30px;
}

.product-details__form-ratings__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--rofiex-text, #636363);
  margin: 0 0 0 17px;
}

.product-details__form__form {
  margin-top: 0;
}

.product-details__form__form input[type=text],
.product-details__form__form input[type=tel],
.product-details__form__form input[type=email],
.product-details__form__form textarea {
  height: 60px;
  font-weight: 500;
}

.product-details__form__form textarea {
  height: 190px;
  padding-top: 20px;
}

.product-details__form__form .rofiex-btn:hover i {
  transform: none;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .cart-page {
    padding: 80px 0;
  }
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 31px;
}

@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr th {
  color: var(--rofiex-black, #000000);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 24px;
  text-transform: capitalize;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD) !important;
  box-shadow: none;
}

.cart-page__table thead tr th:last-child {
  text-align: left;
}

.cart-page__table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 30px 0;
  letter-spacing: 0;
}

.cart-page__table tbody tr td:last-child {
  text-align: left;
}

.cart-page__table__meta {
  display: flex;
  align-items: center;
}

.cart-page__table__meta-img {
  width: 100px;
  height: 100px;
  background-color: transparent;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 5px;
  margin-left: 21px;
  border-radius: 0;
}

.cart-page__table__meta-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.cart-page__table__meta-title {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  color: var(--rofiex-black, #000000);
}

.cart-page__table__meta-title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.cart-page__table__meta-title a:hover {
  background-size: 100% 1px;
}

.cart-page__table__meta-title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.cart-page__table__remove {
  display: block;
  color: var(--rofiex-text, #636363);
  font-size: 14px;
}

.cart-page__table__remove:hover {
  color: var(--rofiex-base, #FE574F);
}

.cart-page .product-details__quantity {
  margin: 0;
}

.cart-page__coupone-form {
  position: relative;
  width: 100%;
}

.cart-page__coupone-form__inner {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .cart-page__coupone-form__inner {
    display: block;
  }
}
.cart-page__coupone-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
  margin: 0 0 8px;
}

.cart-page__coupone-form input[type=text] {
  height: 57px;
  width: 260px;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  background-color: transparent;
  padding-right: 20px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text, #636363);
  display: block;
  font-weight: 500;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .cart-page__coupone-form input[type=text] {
    width: 100%;
    margin: 0 0 10px;
  }
}
.cart-page__coupone-form .rofiex-btn {
  border-radius: 0;
}

.cart-page__coupone-form .rofiex-btn.update {
  margin-right: auto;
  background-color: transparent;
  border: 1px solid var(--rofiex-base, #FE574F);
  color: var(--rofiex-base, #FE574F);
}

.cart-page__coupone-form .rofiex-btn.update:hover {
  color: var(--rofiex-white, #fff);
}

.cart-page__coupone-form .rofiex-btn.update:after {
  background-color: var(--rofiex-base, #FE574F);
}

.cart-page__cart-total {
  position: relative;
  margin: 60px auto 0 0;
  max-width: 315px;
}

.cart-page__cart-total__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  margin: 0 0 33px;
  padding: 0 0 20px;
}

.cart-page__cart-total__list {
  position: relative;
  margin: 0 0 24px;
  padding: 0;
}

.cart-page__cart-total__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 12px;
}

.cart-page__cart-total__list li.shipping {
  display: block;
  font-size: 16px;
}

.cart-page__cart-total__list li.shipping p {
  line-height: 26px;
  font-weight: 400;
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  margin: 8px 0 0;
}

.cart-page__cart-total__list li:last-child {
  padding-top: 17px;
  margin-top: 18px;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.cart-page__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.cart-page__buttons .rofiex-btn {
  border-radius: 0;
}

/*--------------------------------------------------------------
# Wishlist
--------------------------------------------------------------*/
.wishlist-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .wishlist-page {
    padding: 80px 0;
  }
}
.wishlist-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .wishlist-page .table-responsive {
    margin-bottom: 30px;
  }
}
.wishlist-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 31px;
}

@media (max-width: 1199px) {
  .wishlist-page__table {
    min-width: 1170px;
  }
}
.wishlist-page__table thead tr th {
  color: var(--rofiex-black, #000000);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 24px;
  text-transform: capitalize;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD) !important;
  box-shadow: none;
}

.wishlist-page__table thead tr th:last-child {
  text-align: left;
}

.wishlist-page__table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 30px 0;
  letter-spacing: 0;
}

.wishlist-page__table tbody tr td:last-child {
  text-align: left;
}

.wishlist-page__table__meta {
  display: flex;
  align-items: center;
}

.wishlist-page__table__meta-img {
  width: 100px;
  height: 100px;
  background-color: transparent;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 5px;
  margin-left: 21px;
  border-radius: 0;
}

.wishlist-page__table__meta-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.wishlist-page__table__meta-title {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  color: var(--rofiex-black, #000000);
}

.wishlist-page__table__meta-title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.wishlist-page__table__meta-title a:hover {
  background-size: 100% 1px;
}

.wishlist-page__table__meta-title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.wishlist-page__table__remove {
  display: block;
  color: var(--rofiex-text, #636363);
  font-size: 14px;
}

.wishlist-page__table__remove:hover {
  color: var(--rofiex-base, #FE574F);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .checkout-page {
    padding: 80px 0;
  }
}
.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 30px;
}

.checkout-page__billing-address {
  position: relative;
}

.checkout-page__billing-address__title {
  font-size: 22px;
  text-transform: capitalize;
  margin: 0 0 41px;
  font-weight: bold;
}

.checkout-page__shipping-address {
  position: relative;
  margin: 54px 0 0;
}

.checkout-page__shipping-address__title {
  font-size: 22px;
  text-transform: capitalize;
  margin: 0 0 21px;
  font-weight: 700;
}

.checkout-page__shipping-address__title input[type=checkbox] {
  display: none;
}

.checkout-page__shipping-address__title label {
  position: relative;
  display: inline-block;
  padding-left: 29px;
  cursor: pointer;
}

.checkout-page__shipping-address__title label span:before {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 20px;
  display: inline-block;
  color: var(--rofiex-white, #fff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__shipping-address__title input[type=checkbox] + label span {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: var(--rofiex-base, #FE574F);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__shipping-address__title input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 20px;
}

.checkout-page__input-box label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
  cursor: pointer;
  margin: 0 0 18px;
}

.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding-right: 30px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text, #636363);
  text-transform: capitalize;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  display: block;
  font-weight: 500;
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
}

.checkout-page__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.checkout-page__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--rofiex-gray, #F5F1EF) !important;
  margin: 0;
  padding: 0;
  padding-right: 30px;
  padding-left: 20px;
  color: var(--rofiex-text, #636363) !important;
  font-size: 16px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: left 25.75px center;
}

.checkout-page__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 14px;
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  color: var(--rofiex-text, #636363);
  text-transform: capitalize;
  background-color: var(--rofiex-gray, #F5F1EF);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  border-color: var(--rofiex-base, #FE574F);
}

.checkout-page__input-box textarea {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
  height: 177px;
  width: 100%;
  background-color: var(--rofiex-gray, #F5F1EF);
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
}

.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}

.checkout-page__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  margin-left: 0px;
  margin-bottom: 0;
  color: var(--rofiex-text, #636363);
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}

.checkout-page__check-box label span:before {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 20px;
  display: inline-block;
  color: var(--rofiex-white, #fff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  right: 0;
  width: 19px;
  height: 19px;
  background-color: var(--rofiex-base, #FE574F);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.checkout-page__your-order {
  position: relative;
  margin: 40px 0 0;
}

.checkout-page__your-order__title {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: bold;
}

.checkout-page__your-order .rofiex-btn {
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  margin-top: 30px;
}

.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
  font-size: 16px;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
  padding: 15.5px 0;
  border: none;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.checkout-page__order-table thead tr th:last-child {
  text-align: left;
}

.checkout-page__order-table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-text, #636363);
  margin: 0;
  padding: 0 0 24px;
  border: none;
}

.checkout-page__order-table tbody tr td:last-child {
  text-align: left;
}

.checkout-page__order-table tbody tr:first-child td {
  padding-top: 25px;
}

.checkout-page__order-table tbody tr:last-child td {
  padding-bottom: 0;
  padding-top: 24px;
  font-weight: 700;
  color: var(--rofiex-black, #000000);
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.checkout-page__payment {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 30px 30px;
  min-height: 295px;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .checkout-page__payment {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: bold;
  color: var(--rofiex-black, #000000);
}

.checkout-page__payment__title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--rofiex-text, #636363);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.checkout-page__payment__title::after {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--rofiex-text, #636363);
  border-radius: 50%;
  transition: all 500ms ease;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
  border-color: var(--rofiex-base, #FE574F);
}

.checkout-page__payment__item--active .checkout-page__payment__title::after {
  background-color: var(--rofiex-base, #FE574F);
}

.checkout-page__payment__content {
  margin-right: 34px;
  margin-bottom: 30px;
  padding-left: 2px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .login-page {
    padding: 80px 0;
  }
}
.login-page__image {
  position: relative;
}

@media (max-width: 991px) {
  .login-page__image {
    margin-bottom: 45px;
  }
}
.login-page__image img {
  width: 100%;
  height: auto;
}

.login-page__wrap {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 0;
  padding: 55px 80px 50px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .login-page__wrap {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .login-page__wrap {
    padding: 40px 25px;
  }
}
.login-page__wrap__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 40px 0 25px;
}

.login-page__form {
  position: relative;
  display: block;
}

.login-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.login-page__form-input-box input[type=text],
.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
  height: 48px;
  width: 100%;
  border: 0.5px solid rgba(var(--rofiex-border-color-rgb, 221, 221, 221), 0.5);
  border-radius: 0;
  background-color: var(--rofiex-white, #fff);
  padding-right: 20px;
  padding-left: 20px;
  outline: none;
  font-size: 15px;
  color: var(--rofiex-text, #636363);
  display: block;
  font-weight: 400;
}

.login-page__form-input-box label {
  display: block;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  color: var(--rofiex-black, #000000);
  letter-spacing: 0.3px;
  margin: 0 16px 7px 0;
}

.login-page__form-input-box__icon {
  position: absolute;
  left: 15px;
  bottom: 13px;
  color: var(--rofiex-text, #636363);
  font-size: 12px;
}

.login-page__form-check-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 0 29px;
}

.login-page__checked-box {
  position: relative;
}

.login-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  margin-left: 0px;
  margin-bottom: 0;
  color: var(--rofiex-text, #636363);
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

.login-page__checked-box label span:before {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: var(--rofiex-text, #636363);
  border-radius: 50%;
  pointer-events: none;
  transform-origin: 34% 66%;
  transition: all 300ms ease;
}

.login-page__checked-box input[type=checkbox] {
  display: none;
}

.login-page__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 20px;
  vertical-align: middle;
  background: var(--rofiex-border-color, #DDDDDD);
  border-radius: 40px;
  cursor: pointer;
  transition: all 300ms ease;
}

.login-page__checked-box input[type=checkbox]:checked + label span:before {
  right: auto;
  right: 22px;
}

.login-page__form-forgot-password {
  position: relative;
  margin-top: 0;
}

.login-page__form-forgot-password a {
  font-size: 14px;
  font-weight: 400;
  color: var(--rofiex-text, #636363);
  position: relative;
  display: inline-block;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.login-page__form-forgot-password a:hover {
  background-size: 100% 1px;
}

.login-page__form-forgot-password a:hover {
  color: var(--rofiex-base, #FE574F);
}

.login-page__form-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.login-page__form-btn-box .rofiex-btn {
  width: 100%;
  font-weight: 700;
  padding: 7px 30px;
}

.login-page__form-btn-box__border {
  height: 1px;
  background-color: var(--rofiex-border-color, #DDDDDD);
  width: 100%;
  margin: 30px 0;
}

.login-page__form-btn-box__google.rofiex-btn {
  background-color: var(--rofiex-black, #000000);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 10px 30px;
}

.login-page__form-btn-box__google.rofiex-btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.login-page__form-btn-box__google.rofiex-btn:after {
  background-color: var(--rofiex-base, #FE574F);
}

.login-page__form-btn-box__google.rofiex-btn:hover {
  background-color: var(--rofiex-base, #FE574F);
}

.login-page__form-btn-box__register-text {
  margin: 22px auto 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: var(--rofiex-black, #000000);
}

.login-page__form-btn-box__register-text a {
  color: var(--rofiex-base, #FE574F);
  position: relative;
  display: inline-block;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.login-page__form-btn-box__register-text a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  padding: 120px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .error-404 {
    padding: 80px 0;
  }
}
.error-404__image {
  position: relative;
  margin-bottom: 13px;
}

.error-404__image img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 3s linear 0s infinite;
}

.error-404__title {
  font-size: 150px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}

.error-404__sub-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 450px) {
  .error-404__sub-title {
    font-size: 28px;
  }
}
.error-404__text {
  font-weight: 500;
  margin-bottom: 27px;
}

.error-404 .rofiex-btn {
  border-radius: 0;
  padding: 14px 38px;
}

.error-404 .rofiex-btn:hover i {
  transform: none;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
}

.faq-one__shape {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 139px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 1599px) {
  .faq-one__shape {
    display: none;
  }
}
.faq-one__image {
  text-align: right;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.faq-one__image img {
  min-height: 793px;
  object-fit: cover;
  max-width: 100%;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 899 793" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H689L761.5 136.5L899 198.25V396.5V793H0V0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 899 793" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H689L761.5 136.5L899 198.25V396.5V793H0V0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right top;
  mask-position: right top;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 767px) {
  .faq-one__image img {
    min-height: 500px;
    width: 100%;
  }
}
.faq-one__image__icon {
  width: 156px;
  height: 156px;
  background-color: var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--rofiex-base, #FE574F);
  font-size: 79px;
  z-index: 1;
  position: absolute;
  left: 55px;
  top: 30px;
}

.faq-one__image__icon::after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  border: 1px dashed var(--rofiex-base, #FE574F);
  border-radius: 50%;
  right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}

.faq-one__image__icon i {
  transition: all 500ms ease;
  transform: scale(1);
}

.faq-one__image__icon:hover i {
  transform: scale(0.9);
}

.faq-one__content {
  position: relative;
  padding: 98px 0;
}

@media (max-width: 767px) {
  .faq-one__content {
    padding: 80px 0;
  }
}
.faq-one__content .sec-title {
  padding-bottom: 23px;
}

.faq-one__content__text {
  font-weight: 500;
  margin: 0 0 31px;
}

.faq-one__accordion {
  position: relative;
}

.faq-one__accordion .accrodion {
  margin: 10px 0 0;
  position: relative;
  background-color: var(--rofiex-white, #fff);
}

.faq-one__accordion .accrodion-title {
  padding: 21px 30px 20px;
  padding-left: 50px;
  cursor: pointer;
}

.faq-one__accordion .accrodion-title h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--rofiex-black, #000000);
  font-size: 16px;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
}

.faq-one__accordion .accrodion-title__icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.faq-one__accordion .accrodion-title__icon::after {
  width: 100%;
  height: 100%;
  position: absolute;
  color: var(--rofiex-text, #636363);
  top: 0;
  right: 0;
  font-family: "icomoon" !important;
  font-size: 16px;
  content: "\e94a";
  font-weight: normal;
  transition: all 500ms ease;
}

.faq-one__accordion .active .accrodion-title h4 {
  color: var(--rofiex-base, #FE574F);
}

.faq-one__accordion .active .accrodion-title__icon::after {
  color: var(--rofiex-base, #FE574F);
  transform: rotate(-90deg);
}

.faq-one__accordion .accrodion-content .inner {
  padding: 12px 28px 23px;
  margin-top: -2px;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.faq-one__accordion .accrodion-content p {
  margin: 0;
  font-weight: 500;
}

.faq-one--page {
  padding: 110px 0 120px;
}

@media (max-width: 767px) {
  .faq-one--page {
    padding: 70px 0 80px;
  }
}
.faq-one--two {
  position: relative;
  background-color: transparent;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .faq-one--two {
    padding: 80px 0;
  }
}
.faq-one--two .contact-one__form {
  padding: 90px 40px 77px;
}

@media (max-width: 1199px) {
  .faq-one--two .contact-one__form {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .faq-one--two .contact-one__form {
    padding: 90px 20px 50px;
  }
}
.faq-one--two .contact-one__form .rofiex-btn {
  height: 60px;
}

.faq-one--two .faq-one__content {
  padding: 0;
}

@media (min-width: 1200px) {
  .faq-one--two .faq-one__content {
    margin-right: 15px;
  }
}
.faq-one--two .faq-one__accordion .accrodion {
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-radius: 5px;
}

.faq-page-search {
  position: relative;
  padding-top: 105px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .faq-page-search {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.faq-page-search__inner {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.faq-page-search__title {
  text-transform: capitalize;
  margin: 0;
  font-weight: bold;
  color: var(--rofiex-black, #000000);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .faq-page-search__title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
  }
}
.faq-page-search__form {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.faq-page-search__form input[type=text] {
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  outline: none;
  display: block;
  background-color: transparent;
  color: var(--rofiex-text, #636363);
  font-size: 14px;
  width: 100%;
  padding-right: 22px;
  height: 55px;
}

.faq-page-search__form__btn {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rofiex-base, #FE574F);
}

.faq-page-search__form__btn:hover {
  color: var(--rofiex-black, #000000);
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-one {
  padding: 240px 0 120px;
  background-color: #0D0D0D;
  position: relative;
}

@media (max-width: 767px) {
  .package-one {
    padding: 200px 0 80px;
  }
}
.package-one__item {
  position: relative;
  z-index: 2;
  padding: 0 0 50px;
  margin-top: 23px;
  background-color: var(--rofiex-white, #fff);
  transition: all 400ms ease;
  text-align: center;
}

.package-one__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  transition: all 400ms ease;
  visibility: hidden;
  opacity: 0;
}

.package-one__item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 400ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.package-one__item__hover {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms ease;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.package-one__item:hover .package-one__item__hover {
  visibility: visible;
  opacity: 0.1;
  transform: scale(1);
}

.package-one__item:hover::before, .package-one__item:hover::after {
  visibility: visible;
  opacity: 1;
}

.package-one__item__title {
  margin: 0;
  position: relative;
  top: -23px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
  font-size: 22px;
  line-height: 20px;
  display: inline-block;
  padding: 13px 20px;
  min-width: 238px;
  clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0 100%, 11% 50%, 0 0);
}

.package-one__item__price {
  color: var(--rofiex-black, #000000);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin: 7px 0 30px;
}

.package-one__item__period {
  background-color: var(--rofiex-gray, #F5F1EF);
  width: 100%;
  color: var(--rofiex-black, #000000);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: 22px;
  padding: 14px 20px;
  position: relative;
  z-index: 1;
  transition: all 400ms ease;
}

.package-one__item__period::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--rofiex-base, #FE574F);
  transition: all 400ms ease;
}

.package-one__item:hover .package-one__item__period {
  color: var(--rofiex-white, #fff);
}

.package-one__item:hover .package-one__item__period::after {
  width: 100%;
}

.package-one__item__list {
  margin: 24px 0 37px;
  padding: 0 55px;
  list-style: none;
}

@media (max-width: 1199px) {
  .package-one__item__list {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .package-one__item__list {
    padding: 0 30px;
  }
}
.package-one__item__list li {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  font-weight: 500;
}

.package-one__item .rofiex-btn {
  background-color: var(--rofiex-black, #000000);
}

.package-one__item .rofiex-btn::after {
  background-color: var(--rofiex-base, #FE574F);
}

.package-one--page {
  background-color: transparent;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .package-one--page {
    padding: 80px 0;
  }
}
.package-one--page .package-one__item {
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(-100px) rotate(-45deg);
    transform: translateY(50px) translateX(-100px) rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes cloudMove {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes startIconOne {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(0.5) rotate(-45deg);
  }
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    right: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    right: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(45deg) translateZ(20px) translateY(20px) translateX(-20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(-1, 0, 0, 0deg);
    transform: rotate3d(-1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(-20px, 40px) rotate(-180deg);
    transform: translate(-20px, 40px) rotate(-180deg);
  }
  30%, 80% {
    -webkit-transform: translate(-40px, 60px) rotate(0deg);
    transform: translate(-40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
}
@keyframes treeMove3 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(3deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translateX(0);
    transform: rotate(-3deg) translateX(0);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(2deg) translateX(-5px);
  }
  50% {
    transform: rotate(4deg) translateX(-10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(-10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes videoZoom {
  0% {
    transform: translate(50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 1;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zumpX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes zumpY {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes shrinkAnim {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 100% 50%;
  }
  10% {
    transform: rotate(-2deg);
  }
  20%, 40%, 60% {
    transform: rotate(4deg);
  }
  30%, 50%, 70% {
    transform: rotate(-4deg);
  }
  80% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(-2deg);
  }
}
@keyframes shrinkAnim2 {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 0% 50%;
  }
  10% {
    transform: rotate(-2deg);
  }
  20%, 40%, 60% {
    transform: rotate(4deg);
  }
  30%, 50%, 70% {
    transform: rotate(-4deg);
  }
  80% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(-2deg);
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(2px, 2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes blinkAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.2), 0 0 0 30px rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.2);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.2), 0 0 0 70px rgba(var(--rofiex-white-rgb, 255, 255, 255), 0);
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(-8px);
  }
  33.3% {
    transform: translateX(6px);
  }
  49.95% {
    transform: translateX(-4px);
  }
  66.6% {
    transform: translateX(2px);
  }
  83.25% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-10px) rotate(-5deg);
    transform: translateY(10px) translateX(-10px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-right: 0;
  padding-left: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--rofiex-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--rofiex-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--rofiex-black, #000000);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--rofiex-black2, #222222);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 18px;
  color: var(--rofiex-white, #fff);
  cursor: pointer;
}

.mobile-nav__close:hover {
  color: var(--rofiex-base, #FE574F);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--rofiex-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-right: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--rofiex-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--rofiex-white, #fff);
  font-size: 12px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--rofiex-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--rofiex-base, #FE574F);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--rofiex-base, #FE574F);
  border: none;
  outline: none;
  color: var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-black, #000000);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-right: 20px;
}

.mobile-nav__social a:hover {
  color: var(--rofiex-base, #FE574F);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--rofiex-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--rofiex-base, #FE574F);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
  color: var(--rofiex-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  left: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  right: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(50%, -50%);
  -khtml-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--rofiex-white, #fff);
  font-size: 15px;
  color: var(--rofiex-text, #636363);
  border: none;
  outline: none;
  height: 66px;
  padding-right: 30px;
}

.search-popup__form .rofiex-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: -1px;
  border-radius: 0;
}

.search-popup__form .rofiex-btn i {
  font-size: 16px;
  margin: 0;
  transform: none;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--rofiex-black, #000000);
  position: relative;
  padding-top: 200px;
  padding-bottom: 203px;
}

@media (max-width: 767px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/backgrounds/page-header-bg-1-1.jpg);
}

.page-header__bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/page-header-bg-overlay.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-header__shape {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 288px;
  height: 230px;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/shapes/page-header-shape.png);
  animation: treeMove 6s linear 0s infinite;
}

@media (max-width: 1490px) {
  .page-header__shape {
    display: none;
  }
}
.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header__title {
  margin: 0 0 16px;
  font-size: 40px;
  color: var(--rofiex-white, #fff);
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .page-header__title {
    font-size: 60px;
  }
}
.page-header--details {
  position: relative;
}

.page-header--details .rofiex-breadcrumb li span {
  color: var(--rofiex-white, #fff);
}

.rofiex-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.rofiex-breadcrumb li {
  font-size: 18px;
  line-height: 20px;
  color: var(--rofiex-base, #FE574F);
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .rofiex-breadcrumb li {
    font-size: 17px;
  }
}
.rofiex-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  font-weight: normal;
  top: 1px;
  margin-right: 5px;
  margin-left: 5px;
  color: var(--rofiex-white, #fff);
}

.rofiex-breadcrumb li a {
  color: var(--rofiex-white, #fff);
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.rofiex-breadcrumb li a:hover {
  background-size: 100% 1px;
}

.rofiex-breadcrumb li a:hover {
  color: var(--rofiex-base, #FE574F);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}

.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 430px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.google-map__contact {
  overflow: hidden;
  background-color: var(--rofiex-gray, #F5F1EF);
}

.contact-map {
  position: relative;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 100px 0;
}

@media (max-width: 767px) {
  .client-carousel {
    padding: 60px 0;
  }
}
.client-carousel__one__item {
  text-align: center;
}

.client-carousel__one__item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 500ms ease;
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}

.client-carousel__one__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.client-carousel--two {
  background-color: transparent;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
  overflow: hidden;
}

.main-slider-one__carousel {
  position: relative;
  width: 100%;
}

.main-slider-one__item {
  background-color: var(--rofiex-black, #000000);
  position: relative;
  z-index: 3;
  padding-top: 228px;
  padding-bottom: 228px;
}

@media (max-width: 1199px) {
  .main-slider-one__item {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__item {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transition-delay: 0s, 0s;
  transform: translatex(-50%) scalex(2);
  filter: blur(10px);
}

.main-slider-one__bg::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/shapes/slider-1-overlay.png);
  z-index: 1;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-slider-one__shape-one {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: scale(1.2) translateY(-100%) translateX(100%);
}

@media (max-width: 1299px) {
  .main-slider-one__shape-one {
    display: none;
  }
}
.main-slider-one__shape-two {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  width: 151px;
  height: 158px;
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: scale(1.2) translateY(100%) translateX(-100%);
  animation: movebounce3 4s linear infinite;
}

@media (max-width: 1299px) {
  .main-slider-one__shape-two {
    display: none;
  }
}
.main-slider-one__content {
  position: relative;
  z-index: 3;
}

.main-slider-one__sub-title {
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--rofiex-special-font, "Work Sans", sans-serif);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 16px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: scale(1.2) translateY(200px);
}

@media (max-width: 767px) {
  .main-slider-one__sub-title {
    font-size: 16px;
  }
}
.main-slider-one__sub-title img {
  width: 24px;
}

.main-slider-one__title {
  color: var(--rofiex-white, #fff);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  text-transform: capitalize;
  margin: 0 0 14px;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: scale(1.2) translateY(200px);
}

@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 38px;
    line-height: 50px;
  }
}
.main-slider-one__text {
  color: var(--rofiex-white, #fff);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 36px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: scale(1.2) translateY(200px);
}

@media (max-width: 767px) {
  .main-slider-one__text br {
    display: none;
  }
}
.main-slider-one__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
  gap: 15px;
  overflow: hidden;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: scale(1.2) translateY(200px);
}

.main-slider-one__btn .rofiex-btn::after {
  background-color: var(--rofiex-white, #fff);
}

.main-slider-one__btn .rofiex-btn:hover {
  color: var(--rofiex-black, #000000);
}

.main-slider-one .slick-active .main-slider-one__bg {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}

.main-slider-one .slick-active .main-slider-one__shape-one {
  opacity: 1;
  transform: scale(1) translateY(0) translateX(0);
  transition-delay: 1100ms;
}

.main-slider-one .slick-active .main-slider-one__shape-two {
  opacity: 1;
  transform: scale(1) translateY(0) translateX(0);
  transition-delay: 1200ms;
}

.main-slider-one .slick-active .main-slider-one__sub-title {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1400ms;
}

.main-slider-one .slick-active .main-slider-one__title {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1600ms;
}

.main-slider-one .slick-active .main-slider-one__text {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1800ms;
}

.main-slider-one .slick-active .main-slider-one__btn {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 2000ms;
}

.main-slider-one__nav {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 112px;
}

@media (max-width: 767px) {
  .main-slider-one__nav {
    height: 282px;
    width: 112px;
    left: 0;
    right: 0;
    bottom: -65px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
  }
}
.main-slider-one__nav .item {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 0;
  transition: all 400ms ease;
}

.main-slider-one__nav .item .main-slider-one__nav__item {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 5px solid var(--rofiex-white, #fff);
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  transition: all 400ms ease;
  cursor: pointer;
}

.main-slider-one__nav .item .main-slider-one__nav__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.main-slider-one__nav .item::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 59px;
  height: 39px;
  background-color: var(--rofiex-base, #FE574F);
  border-radius: 40px;
  z-index: -1;
  font-size: 15px;
  color: var(--rofiex-white, #fff);
  padding-left: 11px;
  content: "\e934";
  font-family: "icomoon" !important;
  transition: all 400ms ease;
}

.main-slider-one__nav .slick-current.slick-center .item::after {
  left: -35px;
}

.main-slider-two {
  position: relative;
  background-color: var(--rofiex-base, #FE574F);
}

.main-slider-two__shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  animation: movebounce2 3s linear 0s infinite;
}

@media (max-width: 1490px) {
  .main-slider-two__shape {
    display: none;
  }
}
.main-slider-two__carousel {
  position: relative;
  z-index: 2;
}

.main-slider-two__carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 60px;
  z-index: 99;
  width: 1170px;
  gap: 20px;
  transform: none;
  text-align: right;
}

@media (max-width: 1199px) {
  .main-slider-two__carousel .owl-dots {
    justify-content: center;
    text-align: center;
    width: 100%;
    bottom: 40px;
  }
}
.main-slider-two__carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: var(--rofiex-border-color, #DDDDDD);
  border: none;
  position: relative;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two__carousel .owl-dots .owl-dot span::after {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--rofiex-white, #fff);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span, .main-slider-two__carousel .owl-dots .owl-dot.active span {
  background-color: var(--rofiex-white, #fff);
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span::after, .main-slider-two__carousel .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}

.main-slider-two__carousel .active .main-slider-two__image {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1900ms;
}

.main-slider-two__carousel .active .main-slider-two__sub-title {
  opacity: 1;
  animation-delay: 1.2s;
  animation-name: rotateInUpLeft;
}

.main-slider-two__carousel .active .main-slider-two__title {
  opacity: 1;
  animation-delay: 1.4s;
  animation-name: rotateInUpRight;
}

.main-slider-two__carousel .active .main-slider-two__text {
  opacity: 1;
  animation-delay: 1.6s;
  animation-name: rotateInUpLeft;
}

.main-slider-two__carousel .active .main-slider-two__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1800ms;
}

.main-slider-two__carousel .container {
  padding-top: 300px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .main-slider-two__carousel .container {
    padding-top: 210px;
    padding-bottom: 120px;
  }
}
.main-slider-two__image {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 49%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(-50%) scalex(2);
  filter: blur(10px);
  overflow: hidden;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.main-slider-two__image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-color: rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.5);
}

@media (max-width: 991px) {
  .main-slider-two__image {
    display: none;
  }
}
.main-slider-two__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}

.main-slider-two__sub-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
  text-transform: uppercase;
  font-family: var(--rofiex-special-font, "Work Sans", sans-serif);
  margin-bottom: 12px;
  position: relative;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-two__sub-title img {
  width: 24px !important;
}

@media (max-width: 767px) {
  .main-slider-two__sub-title {
    font-size: 16px;
  }
}
.main-slider-two__title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--rofiex-white, #fff);
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__title {
    font-size: 52px;
    line-height: 62px;
  }
}
.main-slider-two__text {
  color: var(--rofiex-white, #fff);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 39px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 767px) {
  .main-slider-two__text br {
    display: none;
  }
}
.main-slider-two__btn {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.main-slider-two__btn .rofiex-btn {
  background-color: var(--rofiex-black, #000000);
}

.main-slider-two__btn .rofiex-btn::after {
  background-color: var(--rofiex-white, #fff);
}

.main-slider-two__btn .rofiex-btn:hover {
  color: var(--rofiex-base, #FE574F);
}

.main-slider-three {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.main-slider-three__carousel {
  position: relative;
}

.main-slider-three__carousel.owl-carousel .owl-nav {
  right: 80px;
  margin: auto;
  position: absolute;
  left: 0;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    right: 15px;
  }
}
@media (max-width: 1300px) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    display: flex;
    transform: none;
    top: auto;
    right: 25px;
    bottom: 30px;
    text-align: center;
    justify-content: flex-start;
  }
}
@media (max-width: 991x) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    right: 0;
    justify-content: center;
  }
}
.main-slider-three__carousel.owl-carousel .owl-nav button {
  transition: all 400ms ease;
  width: 60px;
  height: 60px;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: RGBA(var(--rofiex-white-rgb, 255, 255, 255), 0.1);
  border-radius: 50%;
  display: block;
  color: var(--rofiex-white, #fff);
  line-height: 60px;
  font-size: 16px;
  margin: 9px 0;
  text-align: center;
}

@media (max-width: 1300px) {
  .main-slider-three__carousel.owl-carousel .owl-nav button {
    margin: 0 5px;
  }
}
.main-slider-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.main-slider-three__item {
  position: relative;
  padding-top: 210px;
  padding-bottom: 200px;
  background-color: var(--rofiex-black, #000000);
}

@media (max-width: 767px) {
  .main-slider-three__item {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.main-slider-three__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.main-slider-three__left-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.2;
  visibility: hidden;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateX(100%);
}

@media (max-width: 1299px) {
  .main-slider-three__left-image {
    display: none;
  }
}
.main-slider-three__shape-1 {
  position: absolute;
  top: 0;
  left: 33.2%;
  z-index: 2;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateX(-200px);
}

@media (min-width: 991px) and (max-width: 1199px) {
  .main-slider-three__shape-1 {
    left: 29.2%;
  }
}
@media (max-width: 991px) {
  .main-slider-three__shape-1 {
    display: none;
  }
}
.main-slider-three__shape-1 img {
  width: auto !important;
  animation: movebounce2 4s linear infinite;
}

.main-slider-three__shape-2 {
  position: absolute;
  bottom: 0;
  left: 38.4%;
  z-index: 2;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(100%);
}

@media (max-width: 1199px) {
  .main-slider-three__shape-2 {
    display: none;
  }
}
.main-slider-three__shape-2 img {
  width: auto !important;
  animation: movebounce2 4s linear infinite;
}

.main-slider-three__shape-3 {
  position: absolute;
  bottom: 0;
  left: 44%;
  z-index: 2;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(100%);
}

@media (max-width: 1500px) {
  .main-slider-three__shape-3 {
    left: 46.5%;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__shape-3 {
    display: none;
  }
}
.main-slider-three__shape-3 img {
  width: auto !important;
  animation: movebounce2 4s linear infinite;
}

.main-slider-three__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateX(-100%);
  background-color: var(--rofiex-black, #000000);
  opacity: 0.6;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1600px) {
  .main-slider-three__shape-bg {
    left: -200px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main-slider-three__shape-bg {
    left: -350px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__shape-bg {
    display: none;
  }
}
.main-slider-three__shape-bg img {
  width: auto !important;
  mix-blend-mode: luminosity;
}

.main-slider-three__content {
  position: relative;
  z-index: 3;
}

.main-slider-three__video {
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-three__video .video-popup {
  width: 95px;
  height: 95px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--rofiex-base, #FE574F);
  position: relative;
  z-index: 2;
  transform: scale(1);
  transition: all 500ms ease;
}

.main-slider-three__video .video-popup:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  transform: scale(1.07);
}

.main-slider-three__video .video-popup .ripple {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.main-slider-three__video .video-popup .ripple::before,
.main-slider-three__video .video-popup .ripple::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.main-slider-three__video .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-three__video .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-three__title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rofiex-white, #fff);
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.main-slider-three__title-anim {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 0.8;
}

.main-slider-three__title-anim::after {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: currentColor;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition-delay: 1s;
  z-index: 3;
  transform: translateX(100%);
  transition-delay: 1s;
}

.main-slider-three__btn {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-three__arrow {
  position: absolute;
  right: 310px;
  bottom: 15px;
  overflow: hidden;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 1400px) {
  .main-slider-three__arrow {
    right: 250px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__arrow {
    display: none;
  }
}
.main-slider-three__arrow img {
  animation-name: float-bob-y-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.main-slider-three .active .main-slider-three__shape-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1200ms;
}

.main-slider-three .active .main-slider-three__shape-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider-three .active .main-slider-three__shape-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}

.main-slider-three .active .main-slider-three__shape-bg {
  visibility: visible;
  transform: translateX(0);
  transition-delay: 1100ms;
}

.main-slider-three .active .main-slider-three__left-image {
  visibility: visible;
  transform: translateX(0);
  transition-delay: 1400ms;
}

.main-slider-three .active .main-slider-three__video {
  opacity: 1;
  animation-name: rollInLeft;
  animation-delay: 1.6s;
}

.main-slider-three .active .main-slider-three__title {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: bounceInLeft;
}

.main-slider-three .active .main-slider-three__title-anim::after {
  transform: translateX(-1%);
  transition-delay: 2000ms;
}

.main-slider-three .active .main-slider-three__btn {
  opacity: 1;
  animation-delay: 2s;
  animation-name: backInUp;
}

.main-slider-three .active .main-slider-three__arrow {
  opacity: 1;
  animation-delay: 2.3s;
  animation-name: backInUp;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
  position: relative;
}

.feature-one__item {
  position: relative;
  overflow: hidden;
  background-color: var(--rofiex-white, #fff);
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));
  padding-bottom: 12px;
  transition: all 500ms ease;
}

.feature-one__item:hover {
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.1));
  padding-bottom: 44px;
}

.feature-one__item__top {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.feature-one__item__icon {
  width: 104px;
  height: 105px;
  background-color: var(--rofiex-gray, #F5F1EF);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  color: var(--rofiex-base, #FE574F);
  font-size: 55px;
  line-height: 1;
  transition: 400ms ease;
  border: 4px solid var(--rofiex-base, #FE574F);
  border-right: none;
  border-top: none;
}

.feature-one__item__icon i {
  display: inline-block;
  transform: scale(1);
  transition: 500ms ease;
}

.feature-one__item:hover .feature-one__item__icon {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.feature-one__item:hover .feature-one__item__icon i {
  transform: scale(0.9);
}

.feature-one__item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0;
}

.feature-one__item__title span {
  transition: 400ms ease;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.feature-one__item:hover .feature-one__item__title span {
  background-size: 100% 1px;
}

.feature-one__item__text {
  font-weight: 500;
  margin: 25px 30px 18px 25px;
}

.feature-one__item__rm {
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  z-index: 1;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  right: 30px;
  position: absolute;
  bottom: 24px;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.feature-one__item__rm span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}

.feature-one__item__rm:hover {
  color: var(--rofiex-base, #FE574F);
}

.feature-one__item__rm:hover span {
  background-size: 100% 1px;
}

.feature-one__item__rm i {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.feature-one__item:hover .feature-one__item__rm {
  visibility: visible;
  opacity: 1;
}

.feature-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .feature-two {
    padding: 80px 0;
  }
}
.feature-two__item {
  position: relative;
  z-index: 2;
  transition: 300ms ease;
  padding: 0 20px 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature-two__item {
    padding: 0 10px 10px;
  }
}
.feature-two__item:hover::after {
  background-color: var(--rofiex-base, #FE574F);
}

.feature-two__item:hover .feature-two__item__content {
  background-color: var(--rofiex-black, #000000);
  border-color: var(--rofiex-black, #000000);
  transform: translateY(-5px);
}

.feature-two__item:hover .feature-two__item__text,
.feature-two__item:hover .feature-two__item__title {
  color: var(--rofiex-white, #fff);
}

.feature-two__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background-color: var(--rofiex-gray, #F5F1EF);
  content: "";
  transition: 400ms ease;
  z-index: -1;
}

.feature-two__item__content {
  position: relative;
  padding: 28px 30px 25px;
  background-color: var(--rofiex-white, #fff);
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-radius: 10px;
  overflow: hidden;
  transition: 400ms ease;
}

.feature-two__item__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  left: -35px;
  top: -35px;
  z-index: 1;
  color: var(--rofiex-base, #FE574F);
  background-color: rgba(var(--rofiex-base-rgb, 254, 87, 79), 0.15);
  font-size: 45px;
  line-height: 1;
  transition: 300ms ease;
  margin: auto;
  padding: 0 28px 30px 0;
}

.feature-two__item__icon::after {
  position: absolute;
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  width: 100%;
  height: 0%;
  right: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.feature-two__item__icon::before {
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  content: "";
  border: 1px dashed var(--rofiex-base, #FE574F);
  border-radius: 50%;
  position: absolute;
  bottom: -9px;
  right: -9px;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}

.feature-two__item__icon i {
  display: inline-block;
  transform: scale(1);
  transition: 500ms ease;
}

.feature-two__item:hover .feature-two__item__icon {
  color: var(--rofiex-white, #fff);
  border-color: var(--rofiex-base, #FE574F);
}

.feature-two__item:hover .feature-two__item__icon::after {
  height: 100%;
}

.feature-two__item:hover .feature-two__item__icon::before {
  border-color: var(--rofiex-white, #fff);
}

.feature-two__item:hover .feature-two__item__icon i {
  transform: scale(0.9);
}

.feature-two__item__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  transition: 200ms ease;
  text-transform: capitalize;
  margin: 0 0 13px;
  padding-left: 60px;
}

.feature-two__item__text {
  font-weight: 500;
  transition: 200ms ease;
  margin: 0 0 14px;
}

.feature-two__item__rm {
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  z-index: 1;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 200ms ease;
}

.feature-two__item__rm span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 300ms ease;
  display: inline-block;
}

.feature-two__item__rm:hover {
  color: var(--rofiex-base, #FE574F);
}

.feature-two__item__rm:hover span {
  background-size: 100% 1px;
}

.feature-two__item__rm i {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.feature-two__item:hover .feature-two__item__rm {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-one {
    padding: 80px 0;
  }
}
.about-one__shape {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 404px;
  height: 436px;
  animation: movebounce2 4s linear infinite;
}

@media (max-width: 1500px) {
  .about-one__shape {
    display: none;
  }
}
.about-one__image {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.about-one__image img {
  max-width: 100%;
  height: 100%;
}

.about-one__image__shape-one {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 64px;
  height: 98px;
  z-index: -1;
  animation: startIconOne 1.2s infinite alternate;
}

@media (max-width: 1299px) {
  .about-one__image__shape-one {
    display: none;
  }
}
.about-one__image__shape-two {
  position: absolute;
  left: -25px;
  bottom: -25px;
  width: 64px;
  height: 98px;
  z-index: -1;
  animation: startIconOne 1s infinite alternate;
}

@media (max-width: 1299px) {
  .about-one__image__shape-two {
    display: none;
  }
}
.about-one__experiance {
  position: absolute;
  left: 21px;
  bottom: 21px;
  z-index: 2;
  width: 177px;
  height: 177px;
  background-color: var(--rofiex-base, #FE574F);
  border: 6px solid var(--rofiex-white, #fff);
  border-radius: 10px;
  padding: 19px 15px 15px;
  text-align: center;
}

.about-one__experiance__years {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rofiex-white, #fff);
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
}

.about-one__experiance__text {
  color: var(--rofiex-white, #fff);
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  margin: 8px 0 0;
}

.about-one__content {
  position: relative;
  padding: 0 0 0;
}

@media (max-width: 991px) {
  .about-one__content {
    padding: 45px 0 0;
  }
}
.about-one__content .sec-title {
  padding-bottom: 21px;
}

.about-one__content__text {
  font-weight: 500;
  margin: 0 0 27px;
}

.about-one__content__list {
  margin: 0 0 44px;
  padding: 0;
}

.about-one__content__list li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  color: var(--rofiex-black, #000000);
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  margin-bottom: -1px;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .about-one__content__list li {
    font-size: 18px;
  }
}
.about-one__content__list li:hover .about-one__content__list__icon {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.about-one__content__list li:hover .about-one__content__list__icon i {
  transform: rotateY(-180deg);
}

.about-one__content__list li img {
  position: absolute;
  left: 0;
  bottom: 0;
  clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}

@media (max-width: 767px) {
  .about-one__content__list li img {
    display: none;
  }
}
.about-one__content__list__icon {
  width: 87px;
  height: 87px;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 45px;
  color: var(--rofiex-base, #FE574F);
  transition: all 0.4s ease;
}

.about-one__content__list__icon i {
  display: inline-block;
  transition: all 0.6s ease;
}

.about-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .about-two {
    padding: 80px 0;
  }
}
.about-two__image {
  position: relative;
}

@media (max-width: 1199px) {
  .about-two__image {
    max-width: 570px;
  }
}
.about-two__image img {
  width: 100%;
  height: auto;
}

.about-two__experiance {
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  bottom: 0;
  margin: auto;
  width: 190px;
  height: 190px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 0 0;
}

@media (max-width: 767px) {
  .about-two__experiance {
    top: auto;
    bottom: 70px;
  }
}
.about-two__experiance::after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  border: 1px dashed var(--rofiex-base, #FE574F);
  border-radius: 50%;
  right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}

.about-two__experiance__text {
  font-size: 20px;
  font-weight: 500;
  color: var(--rofiex-base, #FE574F);
  line-height: 25px;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.about-two__experiance__text br {
  display: block;
}

.about-two__experiance__years {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 50px;
  font-weight: 700;
  color: var(--rofiex-base, #FE574F);
  line-height: 1;
  gap: 8px;
}

.about-two__content {
  position: relative;
  padding: 0;
}

@media (max-width: 1199px) {
  .about-two__content {
    margin: 0 0 45px;
  }
}
.about-two__content .sec-title {
  padding-bottom: 20px;
}

.about-two__content__text {
  font-weight: 500;
  margin: 0 0 35px;
}

@media (min-width: 1200px) {
  .about-two__content__text {
    padding-left: 50px;
  }
}
.about-two__content__box {
  position: relative;
  padding: 0 100px 0 0;
  min-height: 78px;
}

.about-two__content__box__icon {
  width: 78px;
  height: 78px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rofiex-white, #fff);
  font-size: 42px;
  background-color: var(--rofiex-base, #FE574F);
  position: absolute;
  right: 0;
  top: 0;
}

.about-two__content__box__icon i {
  display: inline-block;
  transition: all 500ms ease;
}

.about-two__content__box:hover .about-two__content__box__icon i {
  transform: rotateY(-180deg);
}

.about-two__content__box__title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 5px;
}

.about-two__content__box__text {
  font-weight: 500;
  margin: 0;
}

@media (min-width: 1200px) {
  .about-two__content__box__text {
    padding-left: 50px;
  }
}
.about-two__content__box-border {
  margin-top: 25px;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding-top: 25px;
  margin-left: 50px;
}

.about-two__content__info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .about-two__content__info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-two__content__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-two__content__info__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
  color: var(--rofiex-base, #FE574F);
  background-color: transparent;
  border: 1px solid var(--rofiex-base, #FE574F);
  transition: all 400ms ease;
}

.about-two__content__info:hover .about-two__content__info__icon {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.about-two__content__info__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-two__content__info__number {
  font-size: 24px;
  font-weight: 600;
  color: var(--rofiex-base, #FE574F);
  margin: 0;
}

.about-two__content__info__number a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-two__content__info__number a:hover {
  background-size: 100% 1px;
}

.about-two__content__info__number a:hover {
  color: var(--rofiex-black, #000000);
}

.about-three {
  position: relative;
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  .about-three {
    padding: 0 0 80px;
  }
}
.about-three__shape {
  position: absolute;
  left: -20px;
  bottom: -190px;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: movebounce2 3s linear 0s infinite;
}

@media (max-width: 1300px) {
  .about-three__shape {
    display: none;
  }
}
.about-three__image {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 1300px) {
  .about-three__image {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .about-three__image {
    justify-content: flex-start;
    max-width: 660px;
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .about-three__image {
    gap: 10px;
    margin: 0 15px;
  }
}
.about-three__image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .about-three__image img {
    min-height: auto;
  }
}
.about-three__experiance {
  position: absolute;
  left: 145px;
  top: 0;
  bottom: 0;
  width: 364px;
  height: 81px;
  margin: auto;
  background-color: var(--rofiex-base, #FE574F);
  border: 6px solid var(--rofiex-white, #fff);
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 0 20px;
}

@media (max-width: 500px) {
  .about-three__experiance {
    width: calc(100% - 30px);
    left: auto;
    right: 20px;
  }
}
.about-three__experiance__text {
  font-size: 20px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
  line-height: 25px;
  text-transform: capitalize;
  margin: 0 0 0;
}

.about-three__experiance__years {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--rofiex-white, #fff);
  line-height: 1;
  gap: 0;
}

.about-three__content {
  position: relative;
  padding: 0;
}

@media (max-width: 1199px) {
  .about-three__content {
    padding: 45px 0 0;
  }
}
.about-three__content .sec-title {
  padding-bottom: 20px;
}

.about-three__content__text {
  font-weight: 500;
  margin: 0 0 26px;
}

.about-three__content__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 30px 0;
  margin: 0 0 23px;
}

@media (max-width: 767px) {
  .about-three__content__box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-three__content__box__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-three__content__box__item__icon {
  font-size: 45px;
  line-height: 45px;
  color: var(--rofiex-base, #FE574F);
  flex-shrink: 0;
  transform: scale(1);
  transition: 500ms ease;
}

.about-three__content__box__item:hover .about-three__content__box__item__icon {
  transform: scale(0.95);
}

.about-three__content__box__item__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0;
}

.about-three__content__box__item__text {
  font-weight: 500;
  margin: 0;
}

.about-three__content__box__item + .about-three__content__box__item {
  position: relative;
}

.about-three__content__box__item + .about-three__content__box__item::after {
  position: absolute;
  right: -25px;
  top: 0;
  height: 51px;
  width: 2px;
  content: "";
  background-color: var(--rofiex-base, #FE574F);
}

.about-three__content__list {
  margin: 0 0 39px;
  padding: 0;
}

.about-three__content__list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: var(--rofiex-black3, #333333);
  margin: 0 0 8px;
}

.about-three__content__list li i {
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  color: var(--rofiex-base, #FE574F);
  transition: all 0.6s ease;
}

.about-three__content__list li:hover i {
  transform: rotateY(-180deg);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 120px 0;
  counter-reset: count;
}

.service-one__shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .service-one {
    padding: 80px 0;
  }
}
.service-one__item {
  position: relative;
  z-index: 2;
  counter-increment: count;
  margin-top: 88px;
}

.service-one__item__icon {
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
  z-index: 3;
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 45px;
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
  margin: 0 auto;
  transition: all 500ms ease;
}

.service-one__item__icon i {
  top: -12px;
  position: relative;
  display: inline-block;
}

.service-one__item__icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 38px;
  top: -38px;
  right: -10px;
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
  transition: all 400ms ease;
}

.service-one__item:hover .service-one__item__icon {
  animation-name: wobble-horizontal-on-hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.service-one__item__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: var(--rofiex-white, #fff);
  border-radius: 10px;
  padding: 40px 30px 0;
  text-align: center;
  transition: all 500ms ease;
}

.service-one__item__title {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-one__item__title a:hover {
  background-size: 100% 1px;
}

.service-one__item__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.service-one__item:hover .service-one__item__title {
  color: var(--rofiex-white, #fff);
}

.service-one__item__text {
  position: relative;
  z-index: 2;
  font-weight: 500;
  transition: all 300ms ease;
  margin: 0 0 18px;
}

.service-one__item:hover .service-one__item__text {
  color: var(--rofiex-white, #fff);
}

.service-one__item__rm {
  color: var(--rofiex-black3, #333333);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 1;
  position: relative;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.service-one__item__rm span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}

.service-one__item__rm:hover span {
  background-size: 100% 1px;
}

.service-one__item__rm i {
  color: var(--rofiex-base, #FE574F);
  font-size: 20px;
  transition: all 0.3s ease;
}

.service-one__item:hover .service-one__item__rm {
  color: var(--rofiex-base, #FE574F);
}

.service-one__item__number {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  line-height: 1;
  color: rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.2);
  transition: all 300ms ease;
  margin: 15px 0 -17px;
}

.service-one__item__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: relative;
  display: inline-block;
}

.service-one__item__number::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -88px;
  margin: 0 auto;
  background-color: rgba(var(--rofiex-base-rgb, 254, 87, 79), 0.2);
  width: 118px;
  height: 118px;
  content: "";
  border-radius: 50%;
  transition: all 300ms ease;
  z-index: -1;
}

.service-one__item:hover .service-one__item__number {
  color: var(--rofiex-white, #fff);
}

.service-one__item:hover .service-one__item__number::after {
  background-color: rgba(var(--rofiex-base-rgb, 254, 87, 79), 1);
}

.service-one__item__hover {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.service-one__item__hover::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--rofiex-black2-rgb, 34, 34, 34), 0.8);
}

.service-one__item:hover .service-one__item__hover {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.service-one--page {
  background-color: transparent;
}

.service-one--page .service-one__item__inner {
  background-color: var(--rofiex-gray, #F5F1EF);
}

.service-one--page .service-one__item__icon {
  border-color: var(--rofiex-gray, #F5F1EF);
}

.service-two {
  position: relative;
  padding: 120px 0;
  counter-reset: count;
}

.service-two__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 567px;
  background-color: var(--rofiex-black, #000000);
}

@media (max-width: 767px) {
  .service-two {
    padding: 80px 0;
  }
}
.service-two__item {
  position: relative;
  z-index: 2;
  transition: all 500ms ease;
  margin: 0 0 20px;
}

.service-two__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--rofiex-gray, #F5F1EF);
  clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
}

.service-two__item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
  transition: all 0.4s ease;
  opacity: 0;
}

.service-two__item:hover::before {
  opacity: 1;
  clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}

.service-two__item__image {
  position: relative;
}

.service-two__item__image img {
  width: 100%;
  height: auto;
}

.service-two__item__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 28px 70px;
}

.service-two__item__icon {
  background-color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 80px;
  height: 60px;
  font-size: 50px;
  color: var(--rofiex-white, #fff);
  margin: 0 auto;
}

.service-two__item__icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 38px;
  top: -38px;
  right: -10px;
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}

.service-two__item__icon i {
  display: inline-block;
  top: -5px;
  position: relative;
  transition: all 500ms ease;
}

.service-two__item:hover .service-two__item__icon i {
  transform: rotateY(-180deg);
}

.service-two__item__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 25px 0 15px;
}

.service-two__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-two__item__title a:hover {
  background-size: 100% 1px;
}

.service-two__item__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.service-two__item__text {
  font-weight: 500;
  margin: 0;
}

@media (max-width: 991px) {
  .service-two__item__text {
    margin: 16px 0 20px;
  }
}
.service-two__item__rm {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 14px;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: 0 auto;
}

.service-two__item__rm:hover {
  background-color: var(--rofiex-black, #000000);
  color: var(--rofiex-white, #fff);
  transform: rotate(-45deg);
}

.service-two .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: -130px;
  margin: 0;
}

@media (max-width: 767px) {
  .service-two .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav {
    position: relative;
    top: 0;
    margin-top: 40px;
  }
  .service-two .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border-color: var(--rofiex-border-color, #DDDDDD);
    color: var(--rofiex-black, #000000);
  }
  .service-two .rofiex-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    border-color: var(--rofiex-base, #FE574F);
    color: var(--rofiex-white, #fff);
  }
}
.service-three {
  position: relative;
  background-color: var(--rofiex-black, #000000);
  padding: 290px 0 120px;
  overflow: hidden;
  counter-reset: count;
}

.service-three__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .service-three__shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-three {
    padding: 250px 0 80px;
  }
}
.service-three__item {
  position: relative;
  z-index: 2;
  transition: all 500ms ease;
  margin: 0;
}

.service-three__item__icon {
  background-color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 80px;
  height: 60px;
  font-size: 50px;
  color: var(--rofiex-white, #fff);
  margin: 40px auto 0;
}

.service-three__item__icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 38px;
  top: -38px;
  right: -10px;
  background-color: var(--rofiex-base, #FE574F);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}

.service-three__item__icon i {
  display: inline-block;
  top: -5px;
  position: relative;
  transition: all 500ms ease;
}

.service-three__item:hover .service-three__item__icon i {
  transform: rotateY(-180deg);
}

.service-three__item__image {
  position: relative;
}

.service-three__item__image img {
  width: 100%;
  height: auto;
}

.service-three__item__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 44px 28px 38px;
  background-color: var(--rofiex-white, #fff);
  transition: all 500ms ease;
}

.service-three__item__content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  z-index: -1;
  background-color: var(--rofiex-base, #FE574F);
  transition: all 500ms ease;
  opacity: 0;
}

.service-three__item:hover .service-three__item__content::after {
  height: 100%;
  opacity: 1;
}

.service-three__item__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.service-three__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-three__item__title a:hover {
  background-size: 100% 1px;
}

.service-three__item:hover .service-three__item__title {
  color: var(--rofiex-white, #fff);
}

.service-three__item__text {
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 0;
}

.service-three__item:hover .service-three__item__text {
  color: var(--rofiex-white, #fff);
}

.service-three__item__rm {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 14px;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  left: 0;
  top: -24px;
  margin: 0 auto;
}

.service-three__item__rm:hover {
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-base, #FE574F);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .service-details {
    padding: 80px 0;
  }
}
.service-details__thumbnail {
  margin-bottom: 24px;
}

.service-details__thumbnail img {
  width: 100%;
}

.service-details__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

.service-details__title-two {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.service-details__text {
  margin: 0 0 18px;
  font-weight: 500;
}

.service-details__quote {
  background-color: var(--rofiex-gray, #F5F1EF);
  border-right: 6px solid var(--rofiex-base, #FE574F);
  padding: 21px 25px 22px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  color: var(--rofiex-black, #000000);
  margin: 30px 0 28px;
}

.service-details__list {
  margin: 0;
  padding: 0;
}

.service-details__list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rofiex-black, #000000);
}

.service-details__list li + li {
  margin-top: 8px;
}

.service-details__list li > i {
  color: var(--rofiex-base, #FE574F);
}

.service-details .mb {
  margin-top: -21px;
  margin-bottom: 32px;
}

.service-details__video {
  position: relative;
  margin-top: 6px;
}

.service-details__video img {
  width: 100%;
  height: auto;
}

.service-details__video .video-popup {
  width: 47px;
  height: 47px;
  transition: all 500ms ease;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

.service-details__video .video-popup i {
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  z-index: 2;
  width: 47px;
  height: 47px;
  transition: all 500ms ease;
  font-size: 14px;
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-details__video .video-popup .ripple {
  content: "";
  border: 1px solid var(--rofiex-white, #fff);
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  border-radius: 50%;
  animation: videoZoom 3s linear infinite;
  animation-delay: 0s;
  animation-delay: 0.55s;
}

.service-details__video .video-popup .ripple::after {
  content: "";
  border: 1px solid var(--rofiex-white, #fff);
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border-radius: 50%;
  animation: videoZoom 1.5s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.service-details__video .video-popup:hover i {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.service-details .faq-one__accordion {
  margin: 53px 0 0;
}

.service-details .faq-one__accordion .accrodion {
  border-radius: 10px;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.05));
  background-color: var(--rofiex-white, #fff);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-one {
  padding: 245px 0 120px;
  position: relative;
  counter-reset: count;
}

@media (max-width: 767px) {
  .portfolio-one {
    padding: 205px 0 80px;
  }
}
.portfolio-one--page {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .portfolio-one--page {
    padding: 80px 0;
  }
}
.portfolio-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 708px;
}

.portfolio-one__bg::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--rofiex-black2-rgb, 34, 34, 34), 0.8);
}

.portfolio-one__carousel {
  position: relative;
  padding: 0 35px;
}

@media (max-width: 991px) {
  .portfolio-one__carousel {
    padding: 0 25px;
  }
}
.portfolio-one__item {
  position: relative;
  overflow: hidden;
  counter-increment: count;
}

.portfolio-one__item::after {
  background: linear-gradient(-90deg, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.05) 0px, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.05) 77%, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0.25) 92%, rgba(var(--rofiex-white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  right: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
}

.portfolio-one__item:hover::after {
  right: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: right, top, opacity;
  transition-timing-function: linear;
}

.portfolio-one__item img {
  width: 100%;
  height: auto;
  transition: all 400ms ease;
}

.portfolio-one__item__content {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: rgba(var(--rofiex-black2-rgb, 34, 34, 34), 0.8);
  padding: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .portfolio-one__item__content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (max-width: 991px) {
  .portfolio-one__item__content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (max-width: 450px) {
  .portfolio-one__item__content {
    padding: 10px;
  }
}
.portfolio-one__item__content__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 33px 40px 30px;
}

@media (max-width: 450px) {
  .portfolio-one__item__content__inner {
    padding: 23px 30px 20px;
  }
}
.portfolio-one__item__content__item {
  position: absolute;
  background-color: var(--rofiex-base, #FE574F);
}

.portfolio-one__item__content__item:nth-child(1) {
  top: -1px;
  right: 0;
  width: 100%;
  height: 6px;
  animation: 2s animateTop linear infinite;
}

.portfolio-one__item__content__item:nth-child(2) {
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  animation: 2s animateRight linear -1s infinite;
}

.portfolio-one__item__content__item:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 6px;
  animation: 2s animateBottom linear infinite;
}

.portfolio-one__item__content__item:nth-child(4) {
  top: 0;
  right: 0;
  height: 100%;
  width: 6px;
  animation: 2s animateLeft linear -1s infinite;
}

.portfolio-one__item:hover .portfolio-one__item__content {
  transform-origin: top center;
  transform: scale(1, 1);
}

.portfolio-one__item__title {
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: var(--rofiex-white, #fff);
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
}

.portfolio-one__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-one__item__title a:hover {
  background-size: 100% 1px;
}

.portfolio-one__item__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.portfolio-one__item__text {
  position: relative;
  z-index: 2;
  color: var(--rofiex-white, #fff);
  font-weight: 500;
  margin: 0 0 15px;
}

.portfolio-one__item__number {
  position: absolute;
  left: 58px;
  bottom: 50px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--rofiex-special-font, "Work Sans", sans-serif);
  font-size: 70px;
  color: transparent;
  -webkit-text-stroke: 2px var(--rofiex-white, #fff);
}

@media (max-width: 575px) {
  .portfolio-one__item__number {
    font-size: 50px;
  }
}
.portfolio-one__item__number::before {
  content: counters(count, ".", decimal-leading-zero);
  display: inline-block;
}

.portfolio-one__item__rm {
  position: relative;
  z-index: 2;
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.portfolio-one__item__rm span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}

.portfolio-one__item__rm:hover {
  color: var(--rofiex-white, #fff);
}

.portfolio-one__item__rm:hover span {
  background-size: 100% 1px;
}

.portfolio-one__item__rm i {
  font-size: 20px;
}

.portfolio-two {
  padding: 120px 0;
  background-color: var(--rofiex-gray, #F5F1EF);
  position: relative;
}

@media (max-width: 767px) {
  .portfolio-two {
    padding: 80px 0;
  }
}
.portfolio-two__wrapper {
  display: flex;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .portfolio-two__wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__wrapper {
    flex-direction: column;
  }
}
.portfolio-two__item {
  position: relative;
  overflow: hidden;
  flex: 1;
  overflow: hidden;
  transition: 0.4s;
  margin: 0;
  line-height: 0;
  height: 479px;
}

@media (max-width: 767px) {
  .portfolio-two__item {
    height: auto;
  }
}
.portfolio-two__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  background: linear-gradient(transparent, var(--rofiex-black2, #222222) 80%, var(--rofiex-black2, #222222) 80%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.portfolio-two__item.active::after {
  height: 100%;
}

.portfolio-two__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.portfolio-two__item.active {
  flex: 1 1 17.1%;
}

@media (max-width: 1199px) {
  .portfolio-two__item.active {
    flex: 1 1 22%;
  }
}
@media (max-width: 991px) {
  .portfolio-two__item.active {
    flex: 1 1 38%;
  }
}
.portfolio-two__item.active .portfolio-two__item__text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 400ms;
}

.portfolio-two__item.active .portfolio-two__item__title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 300ms;
}

.portfolio-two__item.active .portfolio-two__item__rm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 200ms;
}

.portfolio-two__item__content {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  padding: 30px;
}

.portfolio-two__item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  margin: 0 0 3px;
  text-transform: capitalize;
  padding: 1px 20px;
  background-color: var(--rofiex-white, #fff);
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 700ms ease;
}

.portfolio-two__item__title {
  margin: 0 0 24px;
  padding: 8px 20px;
  background-color: var(--rofiex-white, #fff);
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 600ms ease;
}

.portfolio-two__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-two__item__title a:hover {
  background-size: 100% 1px;
}

.portfolio-two__item__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.portfolio-two__item__rm {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  background-color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--rofiex-white, #fff);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 500ms ease;
}

.portfolio-two__item__rm i {
  display: inline-block;
  transition: all 400ms ease;
}

.portfolio-two__item__rm:hover i {
  transform: rotate(-45deg);
}

.portfolio-three {
  padding: 120px 0 90px;
  position: relative;
}

@media (max-width: 767px) {
  .portfolio-three {
    padding: 80px 0 50px;
  }
}
.portfolio-three__btn {
  position: relative;
  text-align: left;
  margin: 58px 0 0;
}

@media (max-width: 991px) {
  .portfolio-three__btn {
    margin: 0 0 45px;
    text-align: right;
  }
}
.portfolio-three .post-filter {
  position: relative;
  height: 479px;
  z-index: 2;
  margin: 0;
  padding: 29px 40px 29px 0;
  list-style: none;
  text-align: left;
}

@media (max-width: 991px) {
  .portfolio-three .post-filter {
    margin: 0 0 30px;
  }
}
.portfolio-three .post-filter::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 100px);
  content: "";
  background-color: var(--rofiex-black, #000000);
}

.portfolio-three .post-filter li {
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.4s;
  background-color: var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 27px;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 18px 45px;
  font-size: 22px;
  color: var(--rofiex-black, #000000);
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .portfolio-three .post-filter li {
    padding: 18px 35px;
  }
}
.portfolio-three .post-filter li i {
  font-size: 45px;
  color: var(--rofiex-base, #FE574F);
  transition: 0.4s;
}

.portfolio-three .post-filter li:hover, .portfolio-three .post-filter li.active {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  border-color: var(--rofiex-base, #FE574F);
}

.portfolio-three .post-filter li:hover i, .portfolio-three .post-filter li.active i {
  color: var(--rofiex-white, #fff);
}

.portfolio-three .post-filter li + li {
  margin-top: 30px;
}

.portfolio-three__item {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  margin: 0;
  height: 479px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .portfolio-three__item {
    height: auto;
  }
}
.portfolio-three__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  background: linear-gradient(transparent, var(--rofiex-black2, #222222) 80%, var(--rofiex-black2, #222222) 80%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.portfolio-three__item:hover::after {
  height: 100%;
}

.portfolio-three__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .portfolio-three__item img {
    min-height: 300px;
  }
}
.portfolio-three__item:hover .portfolio-three__item__text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 100ms;
}

.portfolio-three__item:hover .portfolio-three__item__title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 300ms;
}

.portfolio-three__item:hover .portfolio-three__item__rm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 400ms;
}

.portfolio-three__item__content {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  padding: 30px;
}

.portfolio-three__item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  margin: 0 0 3px;
  text-transform: capitalize;
  padding: 1px 20px;
  background-color: var(--rofiex-white, #fff);
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 500ms ease;
}

.portfolio-three__item__title {
  margin: 0 0 24px;
  padding: 8px 20px;
  background-color: var(--rofiex-white, #fff);
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 400ms ease;
}

.portfolio-three__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-three__item__title a:hover {
  background-size: 100% 1px;
}

.portfolio-three__item__title a:hover {
  color: var(--rofiex-base, #FE574F);
}

.portfolio-three__item__rm {
  position: relative;
  z-index: 2;
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 300ms ease;
}

.portfolio-three__item__rm span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}

.portfolio-three__item__rm:hover {
  color: var(--rofiex-white, #fff);
}

.portfolio-three__item__rm:hover span {
  background-size: 100% 1px;
}

.portfolio-three__item__rm i {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Portfolio details
--------------------------------------------------------------*/
.portfolio-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .portfolio-details {
    padding: 80px 0;
  }
}
.portfolio-details__image {
  position: relative;
  margin: 0 0 30px;
}

.portfolio-details__image img {
  width: 100%;
  height: auto;
}

.portfolio-details__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 16px;
}

.portfolio-details__content {
  position: relative;
}

.portfolio-details__content__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 16px;
}

.portfolio-details__content__title.mt {
  margin-top: 24px;
}

.portfolio-details__content__text {
  font-weight: 500;
  margin: 0 0 20px;
}

.portfolio-details__content__list {
  margin: 25px 0 37px;
  padding: 0;
  list-style: none;
}

.portfolio-details__content__list li {
  font-size: 16px;
  line-height: 28px;
  color: var(--rofiex-black, #000000);
  font-weight: 600;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.portfolio-details__content__list li i {
  color: var(--rofiex-base, #FE574F);
  display: inline-block;
}

.portfolio-details__content__image {
  position: relative;
}

.portfolio-details__content__image img {
  width: 100%;
  height: auto;
}

.portfolio-details__content__image .video-popup {
  width: 62px;
  height: 62px;
  transition: all 500ms ease;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

.portfolio-details__content__image .video-popup i {
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  z-index: 2;
  width: 62px;
  height: 62px;
  transition: all 500ms ease;
  font-size: 16px;
  color: var(--rofiex-base, #FE574F);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-details__content__image .video-popup .ripple {
  content: "";
  border: 1px solid var(--rofiex-white, #fff);
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  border-radius: 50%;
  animation: videoZoom 3s linear infinite;
  animation-delay: 0s;
  animation-delay: 0.55s;
}

.portfolio-details__content__image .video-popup .ripple::after {
  content: "";
  border: 1px solid var(--rofiex-white, #fff);
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border-radius: 50%;
  animation: videoZoom 1.5s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.portfolio-details__content__image .video-popup:hover i {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
}

.portfolio-details__content .mb {
  margin-bottom: 21px;
}

.portfolio-details__info {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
}

.portfolio-details__info__title {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  padding: 20px 30px;
}

.portfolio-details__info__list {
  margin: 0;
  padding: 22px 30px;
  list-style: none;
}

.portfolio-details__info__list li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-text, #636363);
}

.portfolio-details__info__list li span {
  display: block;
  color: var(--rofiex-black, #000000);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  font-weight: 700;
  margin: 0 0 5px;
}

.portfolio-details__info__list li + li {
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 22px 0 0;
  margin: 23px 0 0;
}

.portfolio-details__service {
  margin-top: 40px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 30px 30px;
}

.portfolio-details__service::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.8);
}

.portfolio-details__service__price {
  position: relative;
  z-index: 1;
  font-size: 50px;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  line-height: 1;
  font-weight: 700;
  color: var(--rofiex-base, #FE574F);
  margin-bottom: 18px;
}

.portfolio-details__service__title {
  position: relative;
  z-index: 1;
  color: var(--rofiex-white, #fff);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.portfolio-details__service__text {
  position: relative;
  z-index: 1;
  color: var(--rofiex-white, #fff);
  margin: 0 0 82px;
}

.portfolio-details__service .rofiex-btn {
  border-radius: 0;
}

.portfolio-details__service .rofiex-btn::after {
  background-color: var(--rofiex-white, #fff);
}

.portfolio-details__service .rofiex-btn:hover {
  color: var(--rofiex-base, #FE574F);
}

.portfolio-details .funfact-one__list {
  margin: 60px 0 0;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--rofiex-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.08);
}

body.boxed-wrapper .faq-one__shape,
body.boxed-wrapper .main-header__call {
  display: none;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  position: relative;
  counter-reset: count;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .work-process-one {
    padding: 80px 0;
  }
}
.work-process-one__border {
  width: 100%;
  height: 193px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  top: 150px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  animation: movebounce2 3s linear 0s infinite;
}

@media (max-width: 991px) {
  .work-process-one__border {
    display: none;
  }
}
.work-process-one__item {
  position: relative;
  counter-increment: count;
}

.work-process-one__item__image {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 307 329" xmlns="http://www.w3.org/2000/svg"><path d="M279.515 114.687L135.722 6.83276C129.853 2.45629 121.913 -0.000197909 113.637 -0.000197909C105.361 -0.000197909 97.4206 2.45629 91.551 6.83276C88.6148 9.01718 86.2842 11.6161 84.6938 14.4795C83.1033 17.3429 82.2845 20.4142 82.2845 23.5161C82.2845 26.6181 83.1033 29.6894 84.6938 32.5528C86.2842 35.4162 88.6148 38.0151 91.551 40.1995L-0.000154107 139.383C2.9361 141.568 5.26666 144.167 6.8571 147.03C8.44754 149.893 9.26639 152.965 9.26639 156.067C9.26639 159.169 8.44754 162.24 6.8571 165.103C5.26666 167.967 2.9361 170.566 -0.000154107 172.75L91.551 288.805C85.652 293.199 82.3215 299.17 82.2921 305.406C82.2627 311.641 85.5369 317.63 91.3944 322.055C97.2519 326.479 105.213 328.978 113.526 329C121.839 329.022 129.823 326.566 135.722 322.172L279.515 214.318C297.114 201.1 307 183.183 307 164.502C307 145.822 297.114 127.905 279.515 114.687Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 307 329" xmlns="http://www.w3.org/2000/svg"><path d="M279.515 114.687L135.722 6.83276C129.853 2.45629 121.913 -0.000197909 113.637 -0.000197909C105.361 -0.000197909 97.4206 2.45629 91.551 6.83276C88.6148 9.01718 86.2842 11.6161 84.6938 14.4795C83.1033 17.3429 82.2845 20.4142 82.2845 23.5161C82.2845 26.6181 83.1033 29.6894 84.6938 32.5528C86.2842 35.4162 88.6148 38.0151 91.551 40.1995L-0.000154107 139.383C2.9361 141.568 5.26666 144.167 6.8571 147.03C8.44754 149.893 9.26639 152.965 9.26639 156.067C9.26639 159.169 8.44754 162.24 6.8571 165.103C5.26666 167.967 2.9361 170.566 -0.000154107 172.75L91.551 288.805C85.652 293.199 82.3215 299.17 82.2921 305.406C82.2627 311.641 85.5369 317.63 91.3944 322.055C97.2519 326.479 105.213 328.978 113.526 329C121.839 329.022 129.823 326.566 135.722 322.172L279.515 214.318C297.114 201.1 307 183.183 307 164.502C307 145.822 297.114 127.905 279.515 114.687Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.work-process-one__item__image img {
  max-width: 100%;
  height: auto;
}

.work-process-one__item:hover .work-process-one__item__image {
  animation-name: wobble-horizontal-on-hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.work-process-one__item__content {
  position: relative;
  text-align: center;
  background-color: transparent;
  padding: 198px 25px 0;
  margin-top: -175px;
}

.work-process-one__item__content::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 30px 30px 0 0;
  content: "";
  transition: all 0.5s ease;
  background-color: var(--rofiex-gray, #F5F1EF);
  z-index: -1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 355" xmlns="http://www.w3.org/2000/svg"><path d="M0 50C0 22.3858 22.3858 0 50 0H320C347.614 0 370 22.3858 370 50V284L293 336.5L182 355L91 336.5L0 284V50Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 355" xmlns="http://www.w3.org/2000/svg"><path d="M0 50C0 22.3858 22.3858 0 50 0H320C347.614 0 370 22.3858 370 50V284L293 336.5L182 355L91 336.5L0 284V50Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.work-process-one__item:hover .work-process-one__item__content::after {
  background-color: var(--rofiex-black, #000000);
}

.work-process-one__item__number {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: var(--rofiex-base, #FE574F);
  border: 2px solid var(--rofiex-base, #FE574F);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--rofiex-white, #fff);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition: all 500ms ease;
  transition-delay: 0.1s;
  transform: scale(1);
}

.work-process-one__item__number::before {
  content: counters(count, ".", decimal-leading-zero);
  display: inline-block;
}

.work-process-one__item:hover .work-process-one__item__number {
  border-color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-black, #000000);
  transform: scale(1.1);
}

.work-process-one__item__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s ease;
  margin: 0 0 14px;
}

.work-process-one__item:hover .work-process-one__item__title {
  color: var(--rofiex-white, #fff);
}

.work-process-one__item__text {
  font-weight: 500;
  margin: 0 0 31px;
  transition: all 0.3s ease;
}

.work-process-one__item:hover .work-process-one__item__text {
  color: var(--rofiex-white, #fff);
}

.work-process-one__item__rm {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  background-color: var(--rofiex-black, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  color: var(--rofiex-white, #fff);
  transform: rotate(-45deg);
  margin: 0 auto 0;
}

.work-process-one__item:hover .work-process-one__item__rm {
  background-color: var(--rofiex-base, #FE574F);
  transform: rotate(0deg);
}

/*--------------------------------------------------------------
# Repair
--------------------------------------------------------------*/
.repair-one {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .repair-one {
    padding: 80px 0;
  }
}
.repair-one__content {
  position: relative;
}

.repair-one__content .sec-title {
  padding-bottom: 21px;
}

.repair-one__content__text {
  font-weight: 500;
  margin: 0 0 21px;
}

.repair-one__content__heading {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 30px;
}

.repair-one__content__list {
  margin: 0 0 40px;
  padding: 15px 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  gap: 31px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .repair-one__content__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.repair-one__content__list::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 767px) {
  .repair-one__content__list::after {
    display: none;
  }
}
.repair-one__content__list::before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--rofiex-border-color, #DDDDDD);
}

@media (max-width: 767px) {
  .repair-one__content__list::before {
    display: none;
  }
}
.repair-one__content__list li {
  position: relative;
  padding: 0 28px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .repair-one__content__list li {
    border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
    padding-bottom: 20px;
  }
  .repair-one__content__list li:last-child {
    border: none;
  }
}
.repair-one__content__list li i {
  position: absolute;
  right: 0;
  top: 6px;
  color: var(--rofiex-black, #000000);
  transition: all 400ms ease;
}

.repair-one__content__list li span {
  transition: all 400ms ease;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.repair-one__content__list li:hover i {
  color: var(--rofiex-base, #FE574F);
}

.repair-one__content__list li:hover span {
  background-size: 100% 1px;
}

.repair-one__image {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .repair-one__image {
    margin: 40px 0 0;
  }
}
.repair-one__image::after {
  position: absolute;
  right: -13px;
  bottom: -13px;
  z-index: -1;
  width: 220px;
  height: 220px;
  background-color: var(--rofiex-base, #FE574F);
  content: "";
}

.repair-one__image img {
  max-width: 100%;
  height: auto;
}

.repair-one__image__two {
  position: absolute;
  left: -230px;
  top: 30px;
  display: inline-block;
  border: 7px solid var(--rofiex-white, #fff);
  border-radius: 0 120px 120px 120px;
  transform: rotate(135deg);
  overflow: hidden;
}

.repair-one__image__two img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .repair-one__image__two {
    display: none;
  }
}
.repair-one__image__info {
  position: absolute;
  left: -230px;
  bottom: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 70px;
  border: 10px solid var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  font-weight: 700;
  color: var(--rofiex-black, #000000);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  text-transform: capitalize;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .repair-one__image__info {
    display: none;
  }
}
.repair-one__image__info:hover {
  color: var(--rofiex-base, #FE574F);
}

.repair-one__image__info:hover .repair-one__image__info__icon i {
  transform: scale(1.1);
}

.repair-one__image__info__icon {
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 47px;
  border-radius: 50%;
  flex-shrink: 0;
}

.repair-one__image__info__icon i {
  display: inline-block;
  transition: all 600ms ease;
  transform: scale(1);
}


/* Templates Custom
--------------------------------------------- */
.main-header.default-header .main-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}
.main-header.default-header .main-header__inner .main-header__logo {
  position: unset;
  background-color: transparent;
  clip-path: none;
  display: unset;
}
.main-header.default-header .main-header__inner .main-header__logo a h1 {
  font-weight: 700;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-header.default-header::after {
  display: none;
}

@media (max-width: 1200px) {
  .main-header.default-header .main-header__inner .main-header__logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.mobile-nav__content .logo-box a h1 {
  font-weight: 600;
  color: var(--rofiex-white, #fff);
}

.blog-one.blog-one--page .blog-details {
  padding-top: 0;
  padding-bottom: 0px;
}
.blog-one.blog-one--page .blog-card-list__content .list-unstyled.blog-card-list__meta {
  margin-right: 0px;
}
.blog-one.blog-one--page .blog-card-list__image {
  margin: 0px 0 22px;
}

.blog-one__item {
  margin-bottom: 48px;
}

.blog-card-list__meta .blog-card-list__meta__tag {
  display: inline-block;
}

.blog-card-list .blog-card-list__title a:hover b {
  color: inherit;
}

.blog-one.blog-one--page .blog-card-list__image {
  display: inline-block;
}

.blog-card-list__title a,
.page-header__title {
  max-width: 900px;
  word-wrap: break-word;
}

.post-pagination {
  margin-top: 0px;
}
.post-pagination span {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  align-items: center;
  justify-content: center;
  color: var(--rofiex-base, #FE574F);
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 400ms ease;
}
.post-pagination span:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}
.post-pagination span.current {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.main-footer__bottom.default-footer {
  position: relative;
  padding-top: 37.5px;
  padding-bottom: 34.5px;
  background-color: var(--rofiex-black, #000000);
  z-index: 1;
  color: var(--rofiex-white, #fff);
  margin: 0;
  clip-path: none;
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 35px;
  margin-bottom: 30px;
}

.sidebar .widget h2,
.sidebar .widget .title h2,
.sidebar .widget .title h2 a.rss-widget-title {
  text-transform: capitalize;
  margin: 0;
  margin-top: -4px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  position: relative;
  display: inline-block;
}
.sidebar .widget h2::after,
.sidebar .widget .title h2::after,
.sidebar .widget .title h2 a.rss-widget-title::after {
  content: "";
  width: 50%;
  height: 3px;
  background-color: var(--rofiex-base, #FE574F);
  position: absolute;
  bottom: 0;
  right: 0;
}

.sidebar .widget ul li,
.sidebar .widget ul li a {
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
  font-size: 17px;
  font-weight: 600;
}

.sidebar .widget ul li a:hover,
.wp-calendar-nav a:hover {
  color: var(--rofiex-base, #FE574F);
}

.wp-block-archives-list li,
.sidebar .widget .wp-block-categories li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar .widget .wp-block-archives li + li {
  margin-top: 15px;
}

.sidebar .widget .wp-block-archives-dropdown label,
.wp-block-categories .wp-block-categories__label {
  font-weight: 600;
}

.sidebar .widget select,
.sidebar__single select {
  color: var(--rofiex-black, "#000000");
  font-weight: 600;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-right: 0px;
  padding-right: 0px;
}

.wp-block-latest-comments__comment-meta a {
  color: inherit;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.sidebar .widget .wp-block-latest-comments__comment-date {
  margin-top: 5px;
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-top: 5px;
}

.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--rofiex-text, #636363);
}

.sidebar .widget .wp-block-archives li + li,
.sidebar .widget .wp-block-page-list li + li,
.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li,
.sidebar .widget.widget_archive li + li,
.sidebar .widget_categories ul li + li,
.sidebar .widget.widget_pages li + li,
.sidebar .widget.widget_meta li + li,
.sidebar .widget.widget_nav_menu li + li {
  line-height: 34px;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a {
  font-weight: 600;
}

.sidebar .widget .wp-block-loginout a, .sidebar .widget .wp-block-media-text a {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.sidebar .widget .wp-block-loginout a:hover, .sidebar .widget .wp-block-media-text a:hover {
  background-color: var(--rofiex-black, #000000);
  color: var(--rofiex-white, #fff);
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  line-height: 32px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  font-weight: 700;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  fill: var(--rofiex-white, #fff);
  color: var(--rofiex-white, #fff);
}

.sidebar .widget .wp-block-tag-cloud a,
.sidebar .widget .tagcloud a {
  background-color: var(--rofiex-white, #fff);
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  transition: all 500ms ease;
  display: inline-flex;
  padding: 1px 20px;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
}
.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar .widget .tagcloud a:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
  border-color: var(--rofiex-base, #FE574F);
}

.sidebar .widget.widget_recent_comments ul li,
.sidebar .widget.widget_recent_entries ul li {
  font-weight: 600;
  color: var(--rofiex-black, #000000);
}
.sidebar .widget.widget_recent_comments ul li span,
.sidebar .widget.widget_recent_entries ul li span {
  font-weight: 600;
  color: inherit;
}
.sidebar .widget.widget_recent_comments ul li span:hover,
.sidebar .widget.widget_recent_entries ul li span:hover {
  color: var(--rofiex-base, #FE574F);
}
.sidebar .widget.widget_recent_comments ul li a,
.sidebar .widget.widget_recent_entries ul li a {
  font-weight: 600;
  color: inherit;
}
.sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar .widget.widget_recent_entries ul li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  height: 66px;
}

.has-fixed-footer .blog-one {
  padding: 120px 0px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  font-weight: 700;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-weight: 600;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-align: center;
}
.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--rofiex-black2, #222222);
  color: var(--rofiex-white, #fff);
}

.blog-one.blog-one--page .tag-sticky-2 {
  position: relative;
}

.blog-one.blog-one--page .tag-sticky-2::before {
  position: absolute;
  left: 15px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--rofiex-base);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
}

.blog-one.blog-one--page.default-single .tag-sticky-2::before {
  display: none;
}

.blog-one.blog-one--page.default-single .sidebar ul {
  margin-right: 0px;
  padding: 0px;
}
.blog-one.blog-one--page.default-single .sidebar ol {
  margin-right: 0px;
  padding-right: 0rem;
}

.blog-one.blog-one--page.default-single .blog-details .blog-details__image {
  margin: 0 0 30px;
}

.blog-one.blog-one--page.default-single .wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.blog-one.blog-one--page.default-single .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  align-items: center;
  justify-content: center;
  color: var(--rofiex-base, #FE574F);
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 400ms ease;
}
.blog-one.blog-one--page.default-single .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}
.blog-one.blog-one--page.default-single .wp-block-query-pagination-numbers span.current {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.wp-block-comment-reply-link .comment-reply-link {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff) !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 4px 20px;
}
.wp-block-comment-reply-link .comment-reply-link:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-black, #000000);
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: var(--rofiex-gray, #F5F2EF);
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text-dark, #636363);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  display: block;
  font-weight: 400;
  padding: 15px;
}

.wp-block-post-comments-form .comment-form textarea {
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: var(--rofiex-gray, #F5F2EF);
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text-dark, #636363);
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  display: block;
  font-weight: 400;
  padding: 15px;
}

.blog-one.blog-one--page.default-single .blog-details p + p input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.blog-one.blog-one--page.default-single .blog-details p + p input[type=submit]:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-black, #000000);
}

.comments-area {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.comments-area .comments-one__title {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  color: var(--rofiex-black2, #222222);
}

.comments-area .fn a,
.comments-area .fn {
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  color: var(--rofiex-black, #000000);
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}
.comments-area .comment-body .comment-metadata a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  color: var(--rofiex-base, #FE574F);
  text-transform: none;
}

.comments-area .reply a {
  padding: 4px 20px;
  border-radius: 5px;
  font-size: 14px;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-weight: 600;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
}

.comments-area .comment-respond .comments-form__title {
  margin-bottom: 45px;
}
.comments-area .form-one input[type=text], .comments-area .form-one input[type=email], .comments-area .form-one input[type=tel], .comments-area .form-one textarea {
  margin-bottom: 30px;
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: var(--rofiex-gray, #F5F2EF);
  padding-right: 30px;
  padding-left: 30px;
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text-dark, #222222);
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  display: block;
  font-weight: 400;
}
.comments-area .comment-list .comment-form .form-submit input {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.comments-area .comment-list .comment-form .form-submit input:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-black, #000000);
}

.blog-one.blog-one--page.default-single .blog-details .wp-block-categories-list.wp-block-categories,
.blog-one.blog-one--page.default-single .blog-details .wp-block-archives-list.wp-block-archives {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
  transition: all 0.3s ease;
  z-index: 1;
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-categories-list.wp-block-categories li a,
.blog-one.blog-one--page.default-single .blog-details .wp-block-archives-list.wp-block-archives li a {
  color: var(--rofiex-black, #222222);
  font-weight: 600;
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-categories-list.wp-block-categories li a:hover,
.blog-one.blog-one--page.default-single .blog-details .wp-block-archives-list.wp-block-archives li a:hover {
  color: var(--rofiex-base, #FE574F);
}

.blog-one.blog-one--page.default-single .blog-details ul {
  margin-right: 3px;
}
.blog-one.blog-one--page.default-single .blog-details ul li ul {
  margin-right: 10px;
  padding-right: 1em;
}
.blog-one.blog-one--page.default-single .blog-details ol {
  margin-right: 9px;
}
.blog-one.blog-one--page.default-single .blog-details ol li ul {
  margin-right: 10px;
  padding-right: 1em;
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-search input[type=search] {
  padding: 20px 35px 19px 80px;
}

.blog-one.blog-one--page.default-single .blog-details .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}
.blog-one.blog-one--page.default-single .blog-details .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: inherit;
}
.blog-one.blog-one--page.default-single .blog-details .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: var(--rofiex-base, #FE574F);
}

.blog-one.blog-one--page.default-single .blog-details .blog-card__content a {
  color: var(--rofiex-black, #000000);
  font-weight: 600;
}
.blog-one.blog-one--page.default-single .blog-details .blog-card__content a:hover {
  color: var(--rofiex-base, #FE574F);
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-latest-posts__list.wp-block-latest-posts li,
.blog-one.blog-one--page.default-single .blog-details .wp-block-page-list li,
.blog-one.blog-one--page.default-single .blog-details .wp-block-rss li {
  line-height: 2.125;
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-search .wp-block-search__button {
  text-transform: uppercase;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  line-height: 2.1;
  margin-right: 0;
  transition: 500ms;
  border: none;
  font-weight: 600;
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-rss li {
  position: relative;
  padding-right: 60px;
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rofiex-black);
  width: 44px;
  height: 44px;
  color: var(--rofiex-white);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-tag-cloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-tag-cloud a {
  background-color: var(--rofiex-white, #fff);
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  transition: all 500ms ease;
  display: inline-flex;
  padding: 1px 20px;
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
}
.blog-one.blog-one--page.default-single .blog-details .wp-block-tag-cloud a:hover {
  color: var(--rofiex-white, #fff);
  background-color: var(--rofiex-base, #FE574F);
  border-color: var(--rofiex-base, #FE574F);
}
.blog-one.blog-one--page.default-single .blog-details .page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.blog-one.blog-one--page.default-single .blog-details .page-links .post-page-numbers {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  align-items: center;
  justify-content: center;
  color: var(--rofiex-base, #FE574F);
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 400ms ease;
}
.blog-one.blog-one--page.default-single .blog-details .page-links .post-page-numbers:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}
.blog-one.blog-one--page.default-single .blog-details .page-links span.current {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.wp-block-column.has-background {
  padding: 20px;
}

.wp-block-button .wp-block-button__link.wp-element-button {
  color: var(--rofiex-white, #fff) !important;
}
.wp-block-button .wp-block-button__link.wp-element-button:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff) !important;
}

.wp-block-button.is-style-outline.is-style-outline--1 .wp-block-button__link.wp-element-button {
  color: currentColor !important;
  background: transparent;
}
.wp-block-button.is-style-outline.is-style-outline--1 .wp-block-button__link.wp-element-button:hover {
  border-color: var(--rofiex-base, #FE574F);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}

.wp-block-cover p:not(.has-text-color) {
  color: var(--rofiex-white, #fff);
}

.blog-details .wp-block-cover {
  margin-bottom: 30px;
}

.wp-block-file .wp-block-file__button.wp-element-button, .wp-block-file .wp-block-file__button {
  color: var(--rofiex-white, #fff) !important;
}
.wp-block-file .wp-block-file__button.wp-element-button:hover, .wp-block-file .wp-block-file__button:hover {
  color: var(--rofiex-base, #FE574F) !important;
}

.blog-details blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details .wp-block-quote {
  background-color: var(--rofiex-gray);
  border-right: 2px solid var(--rofiex-black, #000000);
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
}

.blog-details blockquote:not([class*=has-])::before .comment-content blockquote::before,
.blog-details .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transform: rotate(-180deg);
  font-size: 100px;
  color: var(--rofiex-base);
  opacity: 0.4;
  left: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.blog-details__bottom-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px 30px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.blog-details__tags.cat-links a {
  padding: 4px 19px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-text, #636363);
  display: inline-block;
}
.blog-details__tags.cat-links a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.blog-details__tags__box.news-details__tags--tags.tag-links a {
  padding: 4px 19px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-text, #636363);
  display: inline-block;
}
.blog-details__tags__box.news-details__tags--tags.tag-links a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.blog-one.blog-one--page.default-single .blog-details .blog-card__content {
  padding: 0px;
}

.blog-one.blog-one--page.default-single .blog-details .blog-card__content .list-unstyled.blog-details__meta li a {
  color: var(--rofiex-text, #636363);
}
.blog-one.blog-one--page.default-single .blog-details .blog-card__content .list-unstyled.blog-details__meta li a:hover {
  color: var(--rofiex-base, #FE574F);
}
.blog-one.blog-one--page.default-single .blog-details .blog-card__content .list-unstyled.blog-details__meta li a.blog-details__meta__tag {
  color: var(--rofiex-white, #fff);
}
.blog-one.blog-one--page.default-single .blog-details .blog-card__content .list-unstyled.blog-details__meta li a.blog-details__meta__tag:hover {
  color: var(--rofiex-white, #fff);
}

.wp-block-embed :where(figcaption) {
  text-align: right;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: var(--rofiex-gray, #F5F2EF);
  border: 1px solid var(--rofiex-border-color);
  outline: none;
  color: var(--rofiex-text, #838184);
  font-size: 16px;
  font-weight: 500;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--rofiex-font);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='%23222229'%3E%3Cpath d='M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.08-56.134-15.518-15.48-40.656-15.44-56.134 0.08l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.08-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 0.65em;
  border-radius: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-right: 60px;
  min-height: 44px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: pre-wrap;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\e92a";
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rofiex-base);
  width: 44px;
  height: 44px;
  color: var(--rofiex-white);
  margin-left: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  opacity: 1;
}

.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow .wp-block-button a.wp-block-button__link {
  color: var(--rofiex-white, #fff);
}
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow .wp-block-button a.wp-block-button__link:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.comments-area .comment-list .comment-content ul {
  margin: 0 0.6em 0.5em 0;
}
.comments-area .comment-list .comment-content ol {
  margin: 0 0.6em 0.5em 0;
  padding-right: 1.2rem;
}

.sidebar .widget .wp-block-archives li + li {
  margin-top: 10px;
}

.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 6px;
  margin-bottom: 0px;
}

.blog-details .blog-card__content .post-password-form p + p input[type=password] {
  padding: 9px 3px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}

.wp-block-group.has-border-color {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-one.blog-one--page.default-single .blog-details .blog-card {
  background-color: transparent;
}

.blog-one.blog-one--page.default-single .blog-details .blog-card .wp-block-button a.wp-block-button__link {
  color: var(--rofiex-white, #fff);
}
.blog-one.blog-one--page.default-single .blog-details .blog-card .wp-block-button a.wp-block-button__link:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0px;
}

.wp-block-button.is-style-outline.is-style-outline--1 .wp-block-button__link {
  color: #838184 !important;
}
.wp-block-button.is-style-outline.is-style-outline--1 .wp-block-button__link:hover {
  color: var(--rofiex-base, #FE574F);
  border-color: var(--rofiex-base, #FE574F);
  background-color: transparent !important;
}

.wp-block-cover-text a,
.wp-block-cover strong,
.wp-block-cover p {
  color: var(--rofiex-white, #fff);
}

.wp-block-gallery:not(.has-nested-images) figcaption {
  text-align: right;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-left: 30px;
}

.blog-details__bottom-meta .blog-details__tags.cat-links {
  display: flex;
  align-items: center;
  gap: 15px 11px;
  flex-wrap: wrap;
}

.blog-details__bottom-meta .blog-details__tags__box.news-details__tags--tags.tag-links {
  display: flex;
  align-items: center;
  gap: 15px 11px;
  flex-wrap: wrap;
}

.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  border-radius: 6px;
  padding-right: 15px;
  padding-left: 15px;
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text, #636363);
}

.sidebar .widget #loginform .login-submit input[type=submit] {
  border-radius: 10px;
}

.sidebar-one__overlay,
.mobile-nav__overlay,
.search-popup__overlay {
  cursor: url(./assets/images/close.png), auto;
}

.blog-details__bottom-meta .blog-details__tags.cat-links span,
.blog-details__tags__box.news-details__tags--tags.tag-links span {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: var(--rofiex-black2, #222222);
}

.main-slider-one__bg::before {
  background-image: url(./assets/images/shapes/slider-1-overlay.png);
}

.custom-line-height {
  line-height: 26px;
}

.topbar__right__item li .gtranslate_wrapper {
  color: var(--rofiex-white, #fff);
}

.topbar__right__item li select {
  max-width: 80px;
}
.topbar__right__item li select option {
  color: var(--rofiex-black);
}

.footer-widget.footer-widget--links ul {
  margin-right: 0px;
}

.elementor-widget-footer-bg-image {
  position: static;
}

.main-footer {
  overflow: hidden;
}

.main-footer.main-footer--two {
  overflow: hidden;
}

.mobile-nav__contact.list-unstyled {
  margin-right: 0px;
}

.login-page__form-btn-box__border {
  margin: 30px 0px 0px;
}

.login-page__wrap {
  padding: 88px 80px;
}

.sidebar__single.widget.widget_block.widget_search .wp-block-search__button-outside.wp-block-search__icon-button.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
}

.sidebar__single.widget.widget_rofiex_blog_categories_widget .sidebar__categories.list-unstyled li a::after {
  display: none;
}

.sidebar__single.widget.widget_custom_recent_posts_widget .sidebar__posts.list-unstyled .sidebar__posts__title a {
  font-weight: inherit;
}
.sidebar__single.widget.widget_custom_recent_posts_widget .sidebar__posts.list-unstyled .sidebar__posts__title a::after {
  display: none;
}

.widget_rofiex_blog_categories_widget .title h2,
.widget_rofiex_blog_tags_widget .title h2,
.widget_custom_recent_posts_widget .title h2 {
  text-transform: capitalize;
  margin: 0;
  margin-top: -4px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  display: inline-block;
}
.widget_rofiex_blog_categories_widget .title h2::after,
.widget_rofiex_blog_tags_widget .title h2::after,
.widget_custom_recent_posts_widget .title h2::after {
  content: "";
  width: 50%;
  height: 3px;
  background-color: var(--rofiex-base, #FE574F);
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-one .contact-one__form {
  padding: 85px 60px 78px;
}

.faq-one--two .contact-one__form {
  padding: 90px 40px 120px;
}

.product .product__carousel .product__item__content a.added {
  display: none;
}

.elementor-widget-footer-bg-image {
  position: static !important;
}

.main-footer__bg {
  z-index: 10;
}

.elementor .main-footer--two {
  margin-top: 0;
  padding-top: 115px;
}

.page-header__bg::after {
  background-size: cover;
}

.cta-three {
  background-color: var(--rofiex-black, #000000);
}
.cta-three__inner {
  padding: 80px 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .cta-three__inner {
    padding: 49.5px 0;
    padding-right: 60px;
  }
}
.cta-three__inner::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: var(--rofiex-black, #000000);
  z-index: 1;
  clip-path: polygon(100% 50%, 0 0, 0 100%, 100% 50%);
  display: none;
}
@media (min-width: 1200px) {
  .cta-three__inner::before {
    display: block;
  }
}
.cta-three__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000000px;
  right: 100%;
  background-color: var(--rofiex-base, #FE574F);
  display: none;
}
@media (min-width: 1200px) {
  .cta-three__inner::after {
    display: block;
  }
}
@media (min-width: 768px) {
  .cta-three__left {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cta-three__left {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cta-three__image {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .cta-three__image {
    border-left: 10px solid var(--rofiex-base, #FE574F);
  }
}
.cta-three__image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .cta-three__image img {
    max-width: unset;
  }
}
.cta-three__icon {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-base, #FE574F);
  font-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .cta-three__icon {
    margin: 0;
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    font-size: 105px;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .cta-three__icon {
    margin-left: 40px;
  }
}
.cta-three__title {
  font-size: 22px;
  color: var(--rofiex-white, #fff);
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.cta-three__text {
  margin: 0;
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cta-three__text {
    margin-bottom: 0;
  }
}
.cta-three__btn {
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-black, #000000);
}
.cta-three__btn::after {
  background-color: var(--rofiex-base, #FE574F);
}
@media (min-width: 992px) {
  .cta-three__right {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .cta-three .row {
    display: flex;
    align-items: center;
  }
}

.footer-widget {
  position: relative;
  z-index: 11;
}

/* Templates
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 6.9em;
  font-family: star;
  font-weight: 900;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  right: 0;
  color: var(--rofiex-base);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-left: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: var(--rofiex-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: var(--rofiex-base);
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: var(--rofiex-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: var(--rofiex-base) !important;
  letter-spacing: 4px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--rofiex-primary);
  font-size: 16px;
}

.woocommerce-ordering {
  float: left;
}

.woocommerce-pagination {
  overflow: hidden;
  width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

@media screen and (min-width: 992px) {
  .product-content {
    margin-top: 54px;
    padding-bottom: 30px;
  }
}
.product-content.product-description p {
  line-height: 1.875;
}

.product-content.product-description p:not(:last-child) {
  margin-bottom: 30px;
}

.product-details__comment-box p {
  line-height: 1.875;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\e91f";
  font-family: "icomoon" !important;
  font-size: 25px;
  color: #222429;
  top: -20px;
  left: 0;
  text-indent: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
  float: right;
}

.comment-form-rating {
  display: block;
  overflow: hidden;
}

label.rate-this-pro {
  float: right;
  margin-left: 10px;
  font-size: 18px;
}

.comment-form-rating p.stars {
  padding-top: 12px;
}

.comment-form-rating p {
  margin-bottom: 17px;
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
  background-color: var(--rofiex-white, #fff);
}

.shop_table .product-thumbnail img {
  max-width: 70px;
  mix-blend-mode: darken;
  border: 1px solid #e8e3da;
  border-radius: var(--rofiex-bdr-radius);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--rofiex-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child {
  margin-right: 0;
  padding-right: 0;
}

.shop_table tbody tr {
  border: 1px solid #e8e3da;
  border-right: 0;
  border-left: 0;
}

.shop_table td {
  border: 0;
}

.woocommerce-order-details .shop_table td,
.order_details.shop_table tfoot tr th {
  border: 1px solid #e8e3da;
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid #e8e3da;
  border-bottom: 1px solid #e8e3da;
}

.woocommerce-cart-form .shop_table tbody tr:last-child,
.woocommerce-checkout-review-order-table tbody tr,
.cart_totals .shop_table tbody tr,
.cart_totals .shop_table tbody th,
.woocommerce-checkout .shop_table tfoot th {
  border: 0;
  font-family: var(--rofiex-font);
  font-weight: 400;
  font-size: 20px;
}

.cart_totals .shop_table tbody th {
  padding-right: 0;
}

.cart_totals .shop_table tbody th {
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--rofiex-black, #2B2B5E);
}

.cart_totals .shop_table tbody tr.cart-subtotal th,
.cart_totals .shop_table tbody tr.woocommerce-shipping-totals th {
  font-weight: 600;
}

.cart_totals .woocommerce-shipping-methods label,
.cart_totals p.woocommerce-shipping-destination {
  font-size: 16px;
  color: var(--rofiex-text, #82828A);
  font-weight: 500;
  text-transform: capitalize;
}

.cart_totals .woocommerce-shipping-calculator a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.cart_totals .shipping-calculator-form input[type=text],
.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single {
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
}

.cart_totals .shipping-calculator-form input[type=text]:focus,
.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single:focus {
  border: 1px solid var(--rofiex-base);
}

.cart_totals .shop_table tbody tr.cart-subtotal td span.amount,
.cart_totals .shop_table tbody tr.order-total td span.woocommerce-Price-amount {
  color: var(--rofiex-black, #2B2B5E);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  font-size: 16px;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  padding-right: 10px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--rofiex-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--rofiex-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-top: 1px solid #e8e3da;
}

.woocommerce-checkout .shop_table td {
  padding: 10px;
  padding-right: 20px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  font-family: var(--rofiex-font);
  color: var(--rofiex-text, #838184);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 100%;
}

.woocommerce-checkout .shop_table .amount {
  font-family: var(--rofiex-font);
  color: var(--rofiex-text);
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 500ms ease;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: right;
    margin-left: 3.8%;
  }
  .col2-set .form-row-last {
    float: left;
    margin-left: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: var(--rofiex-base);
}

.woocommerce-password-strength.bad {
  color: var(--rofiex-base);
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset -2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset -2px 0 0 #f00;
}

.required {
  color: #f00;
}

/**
 * WooCommerce widgets
 */
.sidebar__single.shop-one__sidebar__item {
  background-color: #fff;
}

.sidebar .wc-block-product-search .wc-block-product-search__fields {
  display: inline-flex;
}

.sidebar .wc-block-product-search .wc-block-product-search__field {
  max-width: 170px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: right;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: right;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--rofiex-base);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  top: -4px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-right: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--rofiex-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.sidebar .widget_product_search .searchform {
  position: relative;
  margin: 0px;
}

.sidebar .widget_product_search .searchform input[type=text],
.sidebar .widget_product_search .searchform input[type=search] {
  position: relative;
  line-height: 40px;
  padding: 19px 35px 19px 80px;
  background: #f4f5f8;
  color: #222429;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid #f4f5f8;
  font-family: var(--rofiex-font);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .widget_product_search .searchform input:focus {
  border-color: #222429;
}

.sidebar .widget_product_search .searchform button {
  position: absolute;
  left: 10px;
  top: 3px;
  border: none;
  outline: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  font-size: 18px;
  color: #222429;
  background: none;
  font-weight: normal;
}

.sidebar .widget_product_search .searchform input:focus + button,
.sidebar .widget_product_search .searchform button:hover {
  color: #181b1f;
}

.sidebar .wc-block-product-search__button {
  border: 1px solid;
  border-color: var(--rofiex-base);
  border-radius: 3px;
  background: var(--rofiex-base);
  color: var(--rofiex-white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--rofiex-base);
  background: var(--rofiex-base);
  color: var(--rofiex-white);
}

.woocommerce-MyAccount-navigation ul,
.sidebar .widget_product_categories ul,
.sidebar .woocommerce-widget-layered-nav ul {
  position: relative;
  margin-top: -9px;
}

.woocommerce-MyAccount-navigation ul li,
.sidebar .widget_product_categories ul li,
.sidebar .woocommerce-widget-layered-nav ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--rofiex-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li:last-child,
.sidebar .widget_product_categories ul li:last-child,
.sidebar .woocommerce-widget-layered-nav ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .woocommerce-widget-layered-nav ul li a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 16px;
  font-family: var(--rofiex-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li > a:hover,
.sidebar .widget_product_categories ul li > a:hover,
.sidebar .woocommerce-widget-layered-nav ul li > a:hover,
.sidebar .widget_product_categories ul li.active > a,
.sidebar .woocommerce-widget-layered-nav ul li.active > a {
  color: #222429;
  text-shadow: 0 0 1px #222429;
}

.woocommerce-MyAccount-navigation ul ul,
.sidebar .widget_product_categories ul ul,
.sidebar .woocommerce-widget-layered-nav ul ul {
  margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li::after,
.sidebar .widget_product_categories ul li:after,
.sidebar .woocommerce-widget-layered-nav ul li:after {
  position: absolute;
  left: 0;
  top: -1px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-top: -1px;
  margin-right: -1.5px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-right: -13px;
}

.sidebar .widget_price_filter .theme-btn {
  border-radius: 5px;
}

.sidebar .widget_price_filter .theme-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}

.widget_price_filter .clear {
  display: none;
}

.widget_price_filter .price_label {
  margin-left: auto;
  padding-top: 3px;
}

.sidebar .widget_price_filter .price_slider_amount {
  font-family: var(--rofiex-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--rofiex-base);
  font-size: 16px;
}

.sidebar .widget_rating_filter a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222429;
}

.sidebar .widget_rating_filter ul {
  margin-top: -10px;
}

.sidebar .widget_recently_viewed_products li + li,
.sidebar .widget_recent_reviews li + li,
.widget_top_rated_products li + li,
.sidebar .widget_products li + li,
.sidebar .wc-block-product-categories li + li {
  margin-top: 20px;
}

.sidebar .widget_recently_viewed_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail,
.sidebar .widget_products li .size-woocommerce_thumbnail {
  width: 60px;
  float: right;
  margin-left: 30px;
}

.sidebar .widget_recently_viewed_products li .product-title,
.sidebar .widget_recent_reviews li .product-title,
.sidebar .widget_products li .product-title,
.sidebar .widget_top_rated_products .product-title {
  display: block;
  text-transform: capitalize;
  color: #222429;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 800;
  margin-top: 10px;
}

.sidebar .widget_recently_viewed_products li ins,
.sidebar .widget_recent_reviews li ins,
.sidebar .widget_products li ins {
  background-color: transparent;
}

.sidebar .widget_recently_viewed_products li .star-rating,
.sidebar .widget_recent_reviews li .star-rating {
  font-size: 14px;
}

.woocommerce-active .content-area .site-main::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-active .content-area .woocommerce-result-count {
  float: right;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--rofiex-font);
  padding-top: 18px;
}

.woocommerce-active .content-area .woocommerce-ordering {
  float: left;
}

.variations_form.cart select,
.woocommerce-active .content-area .woocommerce-ordering select {
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 52px;
  background-color: var(--rofiex-white2, #F6F6F8);
  color: var(--rofiex-black2, #141414);
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  letter-spacing: 0em;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
  background-size: 0.65em auto;
  margin-bottom: 30px;
}

.variations_form.cart select {
  height: 60px;
  background-color: var(--rofiex-white2, #F6F6F8);
  color: var(--rofiex-black2, #141414);
  padding: 14px 30px;
  margin-bottom: 0;
}

.product-cart-btn {
  margin-top: 5px;
}

.product-cart-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

ul.products li.product .button {
  display: inline-block;
}

.shop-one__image {
  text-align: center;
  width: 100%;
}

.wc-proceed-to-checkout a:hover {
  background-color: var(--rofiex-base);
  color: var(--rofiex-white);
}

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

.products .product .price {
  font-size: 18px;
  color: var(--rofiex-text, #82828A);
  text-align: center;
  line-height: 1.222;
  font-weight: 500;
  margin-bottom: 17px;
}

.products .product .shop-one__price ins {
  background-color: transparent;
}

.products .product .star-rating {
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  margin-bottom: 16px;
}

.products .product .woocommerce-loop-product__title {
  margin: 0;
  color: #222429;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
}

ul.products li.product img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

ul.products li.product:hover img {
  filter: grayscale(0);
}

ul.products li.product {
  position: relative;
}

ul.products li.product .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  color: var(--rofiex-text, #636363);
  background-color: var(--rofiex-white2, #F6F6F8);
  font-size: 14px;
  font-weight: 500;
  min-width: 40px;
  min-height: 40px;
  line-height: 1;
  transition: all 500ms ease;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 39px;
}

.woocommerce-pagination ul span {
  background-color: var(--rofiex-base);
  border-color: var(--rofiex-base);
  color: var(--rofiex-white, #ffffff);
}

.woocommerce-pagination ul a:hover {
  background-color: transparent;
  border-color: var(--rofiex-base);
  color: var(--rofiex-base);
}

.woocommerce-pagination ul li a.prev {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul li a.next {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul .prev,
.woocommerce-pagination ul .next {
  padding-top: 0;
}

.woocommerce-active .product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .woocommerce-active .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-active .product__card .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.woocommerce-product-gallery__wrapper {
  margin-top: 0;
  overflow: hidden;
  background-color: var(--rofiex-gray, #F5F1EF);
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
  border: 1px solid #dedee5;
}

.woocommerce-product-gallery__image {
  border-radius: 0px;
}

.woocommerce-active .product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-active .product .related.products {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 20px;
}

.product__card .product_title {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}

.product__card .entry-summary {
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 20px;
  left: 20px;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  color: var(--rofiex-base);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-right: 17px;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.product-details .product-details__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.208;
  text-transform: capitalize;
}

.product-details .product__card .price {
  margin: 0;
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.208;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--rofiex-base, #00CDE5);
}

.single-product .woocommerce-review-link {
  font-size: 16px;
  color: var(--rofiex-text, #82828A);
  text-transform: capitalize;
  line-height: 1.25;
  font-weight: 500;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  position: relative;
  padding-right: 6px;
  padding-left: 6px;
}

.single-product .woocommerce-review-link::before,
.single-product .woocommerce-review-link::after {
  position: absolute;
  top: 0;
}

.single-product .woocommerce-review-link::before {
  content: "(";
  right: 0;
}

.single-product .woocommerce-review-link::after {
  content: ")";
  left: 0;
}

.single-product .woocommerce-review-link:hover {
  color: var(--rofiex-base, #00CDE5);
}

.single-product .woocommerce-review-link:hover {
  background-size: 100% 1px;
}

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 31px;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}

.product-details__quantity {
  margin-bottom: 37px;
}

.product-details__quantity .product-details__quantity-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.75;
  margin-bottom: 0;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 98px;
  height: 53px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  width: 98px;
  height: 50px;
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  padding-right: 30px;
  border-radius: var(--rofiex-bdr-radius);
  color: var(--rofiex-base, #00CDE5);
  font-weight: 700;
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 23px;
  background-color: transparent;
  color: var(--rofiex-text);
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #e9ebee;
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rofiex-extra);
  transition: all 500ms ease;
}

.product-quantity .quantity button:hover,
.single-product .quantity button:hover {
  color: var(--rofiex-base, #00CDE5);
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  bottom: 6px;
  top: auto;
  border-top: 1px solid #e9ebee;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

.single-product .cart h2 {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
  margin-left: 20px;
}

.single-product .woocommerce-variation-add-to-cart .cart-button-wrap,
.single-product .cart .cart-button-wrap {
  margin-top: 30px;
  flex: 0 0 100%;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.single-product .posted_in,
.single-product .sku_wrapper {
  color: var(--rofiex-black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: var(--rofiex-letter-spacing);
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--rofiex-font);
  font-weight: 700;
  color: var(--thm-text);
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  text-transform: capitalize;
}

.single-product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity h2 {
  display: none;
}

.single-product .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--rofiex-font, "Montserrat", serif);
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--rofiex-base);
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
  color: #222429;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-tabs .woocommerce-product-attributes-item__value {
  position: relative;
  top: 3px;
}

#review_form .comment-respond {
  margin-top: 30px;
}

#review_form #commentform {
  margin-top: 9px;
}
#review_form #commentform .row {
  --bs-gutter-x: 20px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.woocommerce-checkout .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cart_totals h2,
.shop_table thead th {
  color: var(--rofiex-black, #2B2B5E);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--rofiex-border-color, #E6E6ED);
  box-shadow: none;
}

.cart_totals h2 {
  padding: 0 0 24px;
}

.shop_table thead th {
  padding-right: 0;
  padding-left: 0;
}

.woocommerce-checkout-review-order-table thead tr th {
  padding: 25px 0;
}

.shop_table thead th:first-child {
  padding-right: 0;
}

.shop_table .product-remove {
  text-align: left;
}

.shop_table tbody td.actions {
  padding-top: 60px;
  padding-right: 0;
}

.shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0px;
}

.cart_totals h2 {
  font-size: 30px;
  font-weight: 700;
}

.shop_table .product-remove a {
  font-size: 16px;
  color: var(--rofiex-text, #82828A);
  font-weight: 900;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 500ms ease;
}

.shop_table .product-remove a span {
  font-weight: 900;
}

.shop_table .product-remove a:hover {
  color: var(--rofiex-base);
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  color: var(--rofiex-black, #2B2B5E);
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  font-weight: 700;
  line-height: 1.222;
  transition: all 500ms ease;
}

.shop_table .product-name a:hover {
  color: var(--rofiex-base);
  background-size: 100% 1px;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #82828A);
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.woocommerce .checkout_coupon input[type=text],
.shop_table .coupon input[type=text] {
  width: 268px;
  height: 62px;
  background-color: var(--rofiex-white, #ffffff);
  padding-right: 18px;
  padding-left: 18px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  font-size: 16px;
  display: block;
  border: none;
  line-height: normal;
  outline: none;
  color: var(--rofiex-text, #82828A);
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
  font-weight: 400;
  transition: all 400ms ease;
}

.woocommerce .checkout_coupon input[type=text]:focus,
.shop_table .coupon input[type=text]:focus {
  color: var(--rofiex-black, #2B2B5E);
  border-color: var(--rofiex-base, #00CDE5);
}

.shop_table .coupon input::placeholder {
  color: var(--rofiex-text);
  opacity: 1;
}

.woocommerce-cart-form .shop_table button[name=apply_coupon] {
  height: 62px;
}

.woocommerce-cart-form .shop_table button[name=update_cart] {
  border: 1px solid var(--rofiex-base, #00CDE5);
  color: var(--rofiex-base, #00CDE5);
  background-color: transparent;
}

.woocommerce-cart-form .shop_table button[name=update_cart]::before,
.woocommerce-cart-form .shop_table button[name=update_cart]::after {
  background-color: var(--rofiex-base, #00CDE5);
}

.woocommerce-cart-form .shop_table button[name=update_cart]:hover {
  color: var(--rofiex-white, #ffffff);
}

.cart_totals td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.cart_totals td {
  font-family: var(--rofiex-font);
  font-size: 18px;
  color: #686a6f;
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart_totals p {
  margin: 0;
}

.cart_totals .shop_table td:last-child {
  text-align: left;
  padding-left: 0px;
}

.shipping-calculator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.shipping-calculator-form p:last-of-type,
.shipping-calculator-form p:nth-child(1),
.shipping-calculator-form p:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shipping-calculator-form ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.shipping-calculator-form input[type=text],
.shipping-calculator-form .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--rofiex-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.shipping-calculator-form p > span {
  display: block;
  width: 100%;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  left: 20px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
}

.woocommerce-cart .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.woocommerce-account .news-details .woocommerce,
.woocommerce-checkout .news-details .woocommerce,
.woocommerce-cart .news-details .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 0px;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--rofiex-black);
  clear: both;
  color: #fff !important;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--rofiex-font);
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  text-align: right;
  display: inline-flex;
}

.woocommerce-error {
  display: inline-block;
}

.woocommerce-error strong {
  color: #fff;
}

.woocommerce-info {
  line-height: 1.7;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: var(--rofiex-base);
  margin-left: 5px;
  margin-right: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--rofiex-base);
}

.woocommerce-error {
  list-style-type: none;
  margin-right: 0;
}

.woocommerce-error {
  background-color: var(--rofiex-base);
}

.demo_store {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: left;
  margin-top: 40px;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#order_review_heading,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-checkout #customer_details h3 {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  color: var(--rofiex-black);
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.208;
  text-transform: capitalize;
}

.woocommerce-checkout #customer_details h3 label {
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #customer_details h3 label input {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout #customer_details h3 label span {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label span::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f4f5f8;
  border-radius: 50%;
  margin-right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label input:checked + span::after {
  content: "\f00c";
  background-color: var(--rofiex-primary);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.rofiex-edit-address h3,
.rofiex-edit-address .form-row {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm label,
.lost_reset_password label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
.rofiex-edit-address label {
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  color: var(--rofiex-black, #2B2B5E);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
}

.woocommerce-checkout #customer_details {
  position: relative;
  margin-top: 30px;
}

.woocommerce-form-login input[type=text],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-login input[type=password],
.lost_reset_password input[type=text],
.rofiex-edit-address input[type=text],
.rofiex-edit-address input[type=email],
.rofiex-edit-address input[type=password],
.rofiex-edit-address input[type=tel],
.rofiex-edit-address input[type=url],
.rofiex-edit-address input[type=file],
.rofiex-edit-address input[type=number],
.rofiex-edit-address textarea,
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=url],
.woocommerce-EditAccountForm input[type=file],
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details input[type=password],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=url],
.woocommerce-checkout #customer_details input[type=file],
.woocommerce-checkout #customer_details input[type=number],
.woocommerce-checkout #customer_details textarea {
  position: relative;
  display: block;
  height: 61px;
  width: 100%;
  color: var(--rofiex-text, #82828A);
  line-height: 40px;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: var(--rofiex-white2, #F6F6F8);
  border: none;
  outline: none;
  transition: all 400ms ease;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--rofiex-text, #82828A);
  line-height: 28px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--rofiex-font);
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
  height: 220px;
  resize: none;
}

.woocommerce-EditAccountForm ::placeholder,
.woocommerce-checkout #customer_details ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-moz-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-ms-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details label.error {
  color: #ff0000;
  font-size: 12px;
  text-transform: capitalize;
  text-align: right;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.rofiex-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 61px;
  background-color: var(--rofiex-white2, #F6F6F8);
  color: var(--rofiex-text, #82828A);
  padding: 14px 30px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  transition: all 400ms ease;
  border-radius: 0;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.rofiex-edit-address .select2-selection--single .select2-selection__arrow {
  top: 12px;
  left: 20px;
}

.woocommerce-checkout #customer_details #shipping_address_1_field,
.woocommerce-checkout #customer_details #shipping_postcode_field,
.woocommerce-checkout #customer_details #billing_email_field,
.woocommerce-checkout #customer_details #shipping_address_2_field,
.woocommerce-checkout #customer_details #billing_address_2_field,
.woocommerce-checkout #customer_details #billing_address_1_field {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-checkout .shipping_address {
  margin-bottom: 30px;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 60px;
}

.return-to-shop {
  margin-top: 30px !important;
  text-align: right !important;
}

.woocommerce-checkout .shop_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .shop_table ul li {
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}
.woocommerce-checkout .shop_table ul li label {
  margin-bottom: 0;
}

form.woocommerce-checkout .shop_table tfoot td,
form.woocommerce-checkout .shop_table tfoot th {
  padding-right: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

form.woocommerce-checkout .shop_table tfoot tr:first-child th,
form.woocommerce-checkout .shop_table tfoot tr:first-child td {
  padding-top: 15px;
}

form.woocommerce-checkout .shop_table tfoot tr:last-child th,
form.woocommerce-checkout .shop_table tfoot tr:last-child td {
  padding-top: 20px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  color: var(--rofiex-gray);
  font-size: 24px;
  font-weight: 300;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: var(--rofiex-white2, #F6F6F8);
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
  padding: 30px 30px 18px 30px;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.woocommerce-checkout-payment .place-order {
  padding-right: 30px;
  padding-bottom: 12px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 0;
  padding-bottom: 30px;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  color: var(--rofiex-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 20px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--rofiex-base);
  border-color: var(--rofiex-base);
  content: "\f00c";
}

.woocommerce-checkout-payment .wc_payment_methods li img {
  mix-blend-mode: multiply;
  width: 170px;
  margin-left: 10px;
  margin-right: 10px;
}

.checkout_coupon p,
.woocommerce-checkout-payment .place-order p,
.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 15px;
  line-height: 30px;
  color: var(--rofiex-text, #636363);
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  font-weight: 500;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-top: 20px;
}

.wc_payment_methods .payment_box {
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.woocommerce-ResetPassword .woocommerce-Button {
  margin-top: 20px;
}

.checkout_coupon {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 540px;
}

.checkout_coupon p:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.checkout_coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: var(--rofiex-primary);
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 10px;
  font-family: var(--rofiex-font);
  font-size: 14px;
  color: #686a6f;
  height: 64px;
  margin: 0;
}

.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
  display: block;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

legend {
  float: none;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
}

.woocommerce-MyAccount-content,
.woocommerce-order p,
.woocommerce-order address,
.woocommerce-order-overview li {
  font-family: var(--rofiex-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--rofiex-base, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: var(--rofiex-black, #2B2B5E);
}

.woocommerce-order-details {
  margin-bottom: 60px;
  margin-top: 60px;
}

.woocommerce-Addresses {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.woocommerce-EditAccountForm p:nth-child(4),
.woocommerce-EditAccountForm p:nth-child(6),
.woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 20px;
}

.woocommerce-EditAccountForm p > span {
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm input + span {
  margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 35px 45px;
  background: var(--rofiex-gray, #F5F1EF);
}

@media (max-width: 991px) {
  .shop_table button[name=update_cart] {
    position: relative;
    margin-top: 20px;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive .product-thumbnail {
    justify-content: center;
  }
  table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td.actions {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  table.shop_table_responsive tr td.actions .coupon {
    text-align: right;
  }
  table.shop_table_responsive tr td.actions .coupon button[type=submit] {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
  .woocommerce-EditAccountForm p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout #order_review {
  width: 100%;
  overflow: hidden;
  display: block;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  float: right;
  width: 49%;
  margin-left: 30px;
  overflow: hidden;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  float: left;
  width: 48%;
}

@media (max-width: 991px) {
  .woocommerce-checkout #order_review,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
    width: 100%;
    float: none;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 23px;
}

abbr[title] {
  border-bottom: none;
}

/* end woocommerce checkout  */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 45px;
  left: 35px;
  display: block;
  z-index: 99;
  text-indent: -999999px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: right;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: var(--rofiex-base);
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

.shop-one__product-count {
  display: inline-block;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-text, #82828A);
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
}

a.thm-btn.wishlist {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.yith-wcwl-add-button > a i {
  margin-left: 0;
}

.checkout-button,
.return-to-shop .button,
.shop_table .button,
.form-row.place-order .button,
.woocommerce-form-coupon .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base);
  color: var(--rofiex-white);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 50px;
  transition: 500ms;
  line-height: 28px;
  border-radius: 0px;
  z-index: 1;
  overflow: hidden;
}

.widget_price_filter .price_slider_amount .button.thm-btn {
  padding: 3px 10px;
  font-size: 12px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
input[type=textarea]:focus-visible,
.product-quantity .quantity input,
#customer_details textarea {
  outline-style: none;
}

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

.entry-summary ins {
  background: transparent;
}

.product-details__social + .yith-wcwl-add-to-wishlist {
  display: none !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table .cart_item:first-child td {
  padding-top: 30px;
}

.woocommerce-checkout .shop_table td:last-child {
  padding-left: 0;
}

form.woocommerce-checkout .shop_table tfoot th {
  padding-right: 0;
}

.product-details__content__quantity__text {
  font-size: 14px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label,
.single-product .woocommerce-grouped-product-list-item__label label {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}
.variations_form.cart label a:hover,
.woocommerce-tabs .woocommerce-product-attributes-item__label a:hover,
.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--rofiex-base, #FE574F);
}

.variations_form.cart label {
  font-family: var(--heading-font);
  font-weight: 600;
}

.product-details__content__quantity {
  padding-right: 10px;
}

.shop-one__sidebar .sidebar__single ul li ul {
  margin-top: 0;
}

.sidebar__single.shop-one__sidebar__item.widget .wc-block-product-categories-list-item-count::after {
  content: ")";
  position: static;
  font-family: inherit;
  font-weight: inherit;
}

.sidebar__single.shop-one__sidebar__item.widget li::after {
  display: none;
}

.checkout_coupon {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .woocommerce-cart-form__contents {
    border: 0;
  }
  .woocommerce-cart-form__contents caption {
    font-size: 1.3em;
  }
  .woocommerce-cart-form__contents thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .woocommerce-cart-form__contents tr {
    border-bottom: 1px solid var(--rofiex-extra);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--rofiex-extra);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--rofiex-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--rofiex-font);
  }
  .woocommerce-cart-form__contents td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
    content: attr(aria-label);
    */
    content: attr(data-title);
    font-weight: bold;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
.product-details__content__rating {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e3da;
}

.product-review .comments-area .comment-box .info {
  margin-bottom: 0;
}

.product__all-content ins {
  background-color: transparent;
}

.product-details__title ins span {
  margin-right: 0;
}

.product__all-btn-box .thm-btn {
  padding: 6px 25px;
}

.product__all-btn-box .thm-btn:focus {
  color: #fff;
}

.product-details__title del span {
  text-decoration: line-through;
}

.rofiex-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  border-top-color: var(--rofiex-primary);
}

@keyframes sp-anime {
  100% {
    transform: rotate(-360deg);
  }
}
.is-hide {
  display: none;
}

.woocommerce-form-register,
.woocommerce-form-login {
  margin-top: 20px;
}

.shop-category.widget_block.widget_categories {
  padding: 30px 20px;
}

.sidebar .shop-category h2 {
  margin-bottom: 23px;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar.shop-one__sidebar .widget_categories ul li {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li + li {
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 999;
  padding: 6px 0;
}

.woo-widget .wc-block-components-filter-submit-button {
  font-size: 13px;
  font-weight: 800;
  background-color: var(--rofiex-base);
  line-height: 1em;
  padding: 13px 19px 13px;
  transition: all 500ms ease;
  border-radius: 0;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 10px;
  margin-right: 0;
  margin-top: 0;
  font-weight: 600;
  background: var(--rofiex-white);
  font-family: var(--heading-font);
  color: var(--rofiex-black);
  text-transform: uppercase;
  letter-spacing: var(--rofiex-letter-space, 0.1em);
  box-shadow: 0px 10px 30px 0px rgba(var(--rofiex-black4-rgb), 0.07);
}

.woo-widget div .wc-block-components-filter-submit-button:hover {
  background-color: var(--rofiex-base, #1a1414) !important;
  color: var(--rofiex-white) !important;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--rofiex-base);
  background: var(--track-background);
  height: 6px;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 6px;
}

input[type=range i] {
  appearance: auto;
  cursor: default;
  padding: initial;
  border: initial;
  margin: 0;
  accent-color: var(--rofiex-base);
}

.wc-block-price-filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--rofiex-letter-spacing);
  margin: 0;
  margin-bottom: 22px;
}

.shop-one__sidebar.sidebar .widget ul li::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-40%);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 12px;
  color: var(--rofiex-text);
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--rofiex-white, #fff);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a,
.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::after {
  padding-right: 27px;
}

.shop-one__sidebar.sidebar .price,
.sidebar .price {
  padding: 0;
}

.shop-one__sidebar.sidebar .wc-block-components-sort-select__label {
  float: right;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__info {
  display: block;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__image {
  width: 100%;
  height: 100%;
}

.wc-block-featured-category__link,
.wc-block-featured-category__title,
.wc-block-featured-product__description,
.wc-block-featured-product__link {
  padding: 0;
}

.sidebar .widget_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail {
  width: 100%;
  float: unset;
}

.shop-one__sidebar.sidebar .wc-block-stock-filter__title {
  font-size: 16px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  max-width: unset;
  margin-bottom: 5px;
}

.wc-block-product-categories-list--has-images li ul,
.wc-block-product-categories-list--has-images li ul li.wc-block-product-categories-list-item {
  margin-right: 0;
}

.sidebar .select2-container .select2-selection--single {
  height: 60px;
  margin-bottom: 5px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0 20px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  margin-left: 10px;
}

.shop-one__sidebar.sidebar .wc-block-product-categories__dropdown select {
  padding-right: 10px;
  background-image: none;
}

.woocommerce-product-search button,
.woocommerce-widget-layered-nav button {
  background: var(--rofiex-base);
  color: #fff;
  line-height: 32px;
  width: 100%;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
.sidebar .widget ul.wc-block-grid__products li::after,
.sidebar .widget .wc-block-product-categories-list li::after,
.sidebar .widget .widget_shopping_cart_content ul li:after,
.sidebar ul.product_list_widget li:after {
  content: " ";
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: 100%;
}

.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
  margin-bottom: 30px;
  margin-top: 0;
}

.wc-block-grid__product:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}

.wc-block-grid__products,
.wc-block-components-review-list-item__item,
.wc-block-product-categories {
  margin-bottom: 0;
}

.wc-block-components-price-slider {
  margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  margin-bottom: 20px;
}

.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--rofiex-black, #2B2B5E);
}

.wc-block-grid__product .wc-block-grid__product-price {
  font-size: 18px;
  color: var(--rofiex-text, #82828A);
  text-align: center;
  line-height: 1.222;
  font-weight: 500;
  margin-bottom: 17px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
  border-radius: 0;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background-color: var(--rofiex-black, #2B2B5E);
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--rofiex-base);
  border-color: var(--rofiex-base);
  text-transform: capitalize;
  color: #fff;
}

.woo-widget .select2-container--default .select2-selection--single {
  border: 1px solid #e6e1d8;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
}

.wc-block-components-price-slider__range-input {
  top: -2px;
}

.wc-blocks-filter-wrapper h3,
.woocommerce-account h3 {
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 28px;
}

.sidebar .wc-block-components-price-slider::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wc-block-components-price-slider__range-text {
  float: right;
  margin: 0;
  padding-top: 6px;
}
.sidebar .wc-block-components-price-slider__range-text span:first-child::after {
  content: "-";
  margin-right: 5px;
  margin-left: 5px;
}
.sidebar .wc-block-components-price-slider__actions {
  float: left;
}

.product__add-to-cart {
  display: flex;
  justify-content: space-around;
  margin-top: 14px;
}

ul.products .product__add-to-cart .add_to_cart_button.thm-btn {
  position: relative;
  z-index: 1;
}

.product-one .add_to_cart_button.thm-btn.loading,
.woosw-list .add_to_cart_button.loading,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.loading {
  color: transparent;
}

.product-one .add_to_cart_button.thm-btn.loading::after,
.woosw-list .add_to_cart_button.loading::after,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.loading::after {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  left: 5px;
}

.product-one .product__item .thm-btn:hover {
  color: var(--rofiex-white);
  background-color: var(--rofiex-base);
}

.product-one .added_to_cart {
  height: 38px;
  background-color: var(--rofiex-base);
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--rofiex-white);
  padding: 13px 27px;
  text-transform: uppercase;
}

.product-one .price ins {
  background: transparent;
}

.product-one .product__item__btn {
  left: 30px;
}

.product-two .add_to_cart_button.added,
.product-one .add_to_cart_button.added,
.woosw-list .add_to_cart_button.added,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.added,
.product-widget .add_to_cart_button.thm-btn.added {
  display: none;
}

.woocommerce-Reviews .comment {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

.product__items ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  float: right;
}

.product__items ul.products li {
  width: 100%;
  border: 0;
  margin-bottom: 0;
  float: none;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: none !important;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .product__items ul.products li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .product__items ul.products li {
    width: 33.333%;
  }
}

.product__all-img {
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
  background-color: var(--rofiex-white2, #F6F6F8);
  border-radius: var(--rofiex-bdr-radius);
  border-bottom: 0;
}

.product__all-content {
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
  border-top: 0;
  margin-top: 0;
  padding: 28px 30px 30px 30px;
  border-radius: var(--rofiex-bdr-radius);
}

.product__sidebar .widget,
.product__sidebar-single {
  padding: 30px;
}

.product__sidebar .product__sidebar-single .wp-block-categories {
  margin-top: -17px;
}

.cart_totals .woocommerce-shipping-methods label {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout-review-order-table td:first-child {
  color: var(--rofiex-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-transform: capitalize;
}
.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
  text-align: left;
}

.shop-one.product.news-sidebar {
  padding: 120px 0;
}

.shop_table tbody .cart_item td.product-name {
  position: relative;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item td.product-name {
  right: 0;
}

.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__button.has-icon {
  color: var(--treck-black, #687469);
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.wp-block-search__button svg {
  min-height: 2.5em;
  min-width: 2.5em;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  text-align: left;
  margin-left: 10px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  border-radius: var(--rofiex-bdr-radius);
}

.product .blog-sidebar__meta,
.product .blog-sidebar__btn,
.product .blog-sidebar__date {
  display: none;
}

p.comment-notes {
  margin-bottom: 10px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.rofiex-edit-address button[type=submit],
.checkout_coupon button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-checkout-payment #place_order,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit,
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn,
.entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn,
.woosw-list .add_to_cart_button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: var(--rofiex-black, #2B2B5E);
}

.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn {
  background-color: var(--rofiex-black);
  color: var(--rofiex-white);
}

.woosq-popup .woosw-btn:hover,
.product-details .cart .woosw-btn:hover {
  background-color: var(--rofiex-base);
}

.woosw-added:hover {
  background-color: var(--rofiex-base);
}

.woosw-list .added_to_cart.wc-forward {
  padding: 16px 45px 13px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.shop_table .coupon .thm-btn {
  line-height: 27px;
}

.wc-proceed-to-checkout a {
  padding: 23px 50px;
}

.entry-summary .thm-btn.cart-btn {
  margin-left: 10px;
}

.wp-block-heading,
.product__sidebar-title {
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  margin-top: -7px;
  margin-bottom: 23px;
}

.shop-category.product__sidebar-single ul.wp-block-categories li a {
  margin-right: 20px;
  font-weight: 500;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-size: 14px;
}

@media (min-width: 992px) {
  .product__items ul.products.columns-1 li {
    width: calc(100% / 1);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-2 li {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-3 li {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-4 li {
    width: calc(100% / 4);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-5 li {
    width: calc(100% / 5);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-6 li {
    width: calc(100% / 6);
  }
}

.product__item__btn .woosw-btn-text-icon .woosw-btn-text {
  display: none;
}

.product-details__buttons .woosw-btn-icon {
  display: none;
}

.blog-sidebar__single.product .blog-one__meta,
.blog-sidebar__single.product .rofiex-btn {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-details .product__card .price {
  font-size: 24px;
  line-height: 1.208;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--rofiex-base, #00CDE5);
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
}

.review-form-one__title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product__all-content .thm-btn,
.product__item .thm-btn,
.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 14px 16.5px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.product__all-content .thm-btn::before,
.product__all-content .thm-btn::after,
.product__item .thm-btn::before,
.product__item .thm-btn::after,
.product .added_to_cart::before,
.product .added_to_cart::after {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.product__all-content .thm-btn::before,
.product__item .thm-btn::before,
.product .added_to_cart::before {
  top: 0;
  right: 0;
  left: auto;
}

.product__all-content .thm-btn::after,
.product__item .thm-btn::after,
.product .added_to_cart::after {
  bottom: 0;
  left: 0;
  right: auto;
}

.product__all-content .thm-btn:hover::before,
.product__item .thm-btn:hover::before,
.product .added_to_cart:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.product__all-content .thm-btn:hover::after,
.product__item .thm-btn:hover::after,
.product .added_to_cart:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 3px;
}

.woosw-list .add_to_cart_button,
.entry-summary .thm-btn.cart-btn,
.woocommerce-checkout-payment #place_order,
.checkout_coupon button[type=submit],
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn,
.cart_totals .shipping-calculator-form button[type=submit],
.add_to_cart_inline a.product_type_grouped {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.woosw-list .add_to_cart_button:before,
.entry-summary .thm-btn.cart-btn:before,
.woocommerce-checkout-payment #place_order:before,
.checkout_coupon button[type=submit]:before,
.wc-proceed-to-checkout a::before,
.shop_table button[name=update_cart]::before,
.shop_table .coupon .thm-btn::before,
.cart_totals .shipping-calculator-form button[type=submit]::before,
.add_to_cart_inline a.product_type_grouped::before,
.woosw-list .add_to_cart_button:after,
.woosq-popup .woosw-btn:after,
.product-details .cart .woosw-btn:after,
.entry-summary .thm-btn.cart-btn:after,
.woocommerce-checkout-payment #place_order:after,
.checkout_coupon button[type=submit]:after,
.wc-proceed-to-checkout a::after,
.shop_table button[name=update_cart]::after,
.shop_table .coupon .thm-btn::after,
.cart_totals .shipping-calculator-form button[type=submit]::after,
.add_to_cart_inline a.product_type_grouped::after {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.woosw-list .add_to_cart_button:before,
.entry-summary .thm-btn.cart-btn::before,
.woocommerce-checkout-payment #place_order:before,
.checkout_coupon button[type=submit]:before,
.wc-proceed-to-checkout a::before,
.shop_table button[name=update_cart]::before,
.shop_table .coupon .thm-btn::before,
.cart_totals .shipping-calculator-form button[type=submit]::before,
.add_to_cart_inline a.product_type_grouped::before {
  top: 0;
  right: 0;
  left: auto;
}

.woosw-list .add_to_cart_button:after,
.entry-summary .thm-btn.cart-btn:after,
.woocommerce-checkout-payment #place_order:after,
.checkout_coupon button[type=submit]:after,
.wc-proceed-to-checkout a::after,
.shop_table button[name=update_cart]::after,
.shop_table .coupon .thm-btn::after,
.cart_totals .shipping-calculator-form button[type=submit]::after,
.add_to_cart_inline a.product_type_grouped::after {
  bottom: 0;
  left: 0;
  right: auto;
}

.woosw-list .add_to_cart_button:hover::before,
.entry-summary .thm-btn.cart-btn:hover::before,
.woocommerce-checkout-payment #place_order:hover::before,
.checkout_coupon button[type=submit]:hover::before,
.wc-proceed-to-checkout a:hover::before,
.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.shop_table button[name=update_cart]:hover::before,
.shop_table .coupon .thm-btn:hover::before,
.cart_totals .shipping-calculator-form button[type=submit]:hover::before,
.add_to_cart_inline a.product_type_grouped:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.checkout_coupon button[type=submit] {
  height: 62px;
}

.product__item__btn {
  left: 40px;
}

.woosq-popup .entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn {
  padding: 16.5px 35px;
}

.entry-footer {
  margin-top: 0px;
  margin-right: 15px;
}

.woosw-list .product .added_to_cart {
  height: 58px;
}

.blog-one .woocommerce {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 35px;
  left: 30px;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a:hover::after {
  color: var(--rofiex-base);
}

.product-two .thm-btn {
  background-color: var(--rofiex-base);
  letter-spacing: 0;
  font-size: 14px;
  padding: 4.2px 21px;
}

.product-two .thm-btn:hover {
  background-color: var(--rofiex-black);
  color: var(--rofiex-white);
  letter-spacing: 0;
  font-size: 14px;
  padding: 4.2px 21px;
}

.product-two .added_to_cart {
  background-color: var(--rofiex-black);
  color: var(--rofiex-white);
  letter-spacing: 0;
  font-size: 14px;
  padding: 10.4px 21px;
  text-transform: uppercase;
  font-weight: 600;
}

.product-two .added_to_cart:hover {
  background-color: var(--rofiex-base);
}

.main-header__cart__quantity {
  font-size: 10px;
  position: relative;
  top: -18px;
  background: var(--rofiex-base);
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: white;
  right: -6px;
}

/**
 * Start Default Woocommerce css
 */
.wp-block-woocommerce-cart {
  position: relative;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items thead tr th {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 235%;
  color: var(--rofiex-black, #2B2B5E);
  padding: 0 0 11px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--rofiex-border-color, #E6E6ED);
  box-shadow: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #82828A);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--rofiex-border-color, #E6E6ED);
  padding: 30px 0;
  letter-spacing: 0;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image {
  position: relative;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image a {
  display: block;
  width: 119px;
  height: 119px;
  background-color: var(--rofiex-white, #fff);
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
  margin-left: 34px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name {
  transition: all 0.4s ease;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  font-weight: bold;
  color: var(--rofiex-black, #2B2B5E);
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  display: flex;
  align-items: center;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 70%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name:hover {
  color: var(--rofiex-base, #00CDE5);
  background-size: 100% 1px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__prices {
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td ins {
  background: transparent;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-badge {
  font-size: 16px;
  font-weight: 700;
  color: var(--rofiex-base, #00CDE5);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  gap: 5px;
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__quantity {
  line-height: 1;
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid var(--rofiex-border-color, #E6E6ED);
  width: 150px;
  height: 50px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  width: 45px;
  height: 50px;
  border-left: 1px solid var(--rofiex-border-color, #E6E6ED);
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  min-width: 45px;
  box-shadow: none;
  transition: all 0.4s ease;
  color: var(--rofiex-text);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  color: var(--rofiex-base, #00CDE5);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  border-left: none;
  border-right: 1px solid var(--rofiex-border-color, #E6E6ED);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: 50px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  color: var(--rofiex-base, #00CDE5);
  outline: none;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  box-shadow: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link {
  position: relative;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  font-weight: 900;
  font-size: 20px;
  color: var(--rofiex-base, #00CDE5);
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after {
  color: var(--rofiex-black, #2B2B5E);
}
.wp-block-woocommerce-cart .wc-block-components-sidebar {
  padding-right: 0;
  width: 35%;
  margin-right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
  margin: 0 0 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:before {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:after {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:before {
  top: 0;
  right: 0;
  left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:after {
  bottom: 0;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  color: var(--rofiex-black, #2B2B5E);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  margin: 0 0 0px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  font-size: 18px;
  color: var(--rofiex-black, #2B2B5E);
  font-weight: 700;
  text-transform: inherit;
}
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--rofiex-black, #2B2B5E);
  text-align: right;
  margin: 0 0 20px;
  padding: 0;
}
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel,
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 20px 0;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon-link {
  font-weight: 700;
  color: var(--rofiex-black, #2B2B5E);
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link:hover,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon-link:hover {
  color: var(--rofiex-base, #00CDE5);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=url] {
  height: 60px;
  border: none;
  background-color: var(--rofiex-white2, #F6F6F8);
  outline: none;
  font-size: 14px;
  color: var(--rofiex-text, #82828A);
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  display: block;
  font-weight: 500;
  margin-left: 10px;
  padding: 0 25px;
  border-radius: 0;
}
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=url] {
  box-shadow: none;
  padding-top: 12px;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-cart .wc-block-components-text-input label {
  right: 25px;
}
.wp-block-woocommerce-cart .wc-block-components-radio-control__description,
.wp-block-woocommerce-cart .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-cart .wc-block-components-totals-item__description {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-shipping-address {
  margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
  padding: 0 0 20px;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link) {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):before {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):after {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):before {
  top: 0;
  right: 0;
  left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):after {
  bottom: 0;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link) span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.wp-block-woocommerce-cart .wc-block-components-shipping-calculator-address__button {
  width: auto;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border-radius: 0;
  padding: 0 0;
  border-color: var(--rofiex-border-color, #E6E6ED);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  box-shadow: none;
  background: var(--rofiex-white2, #F6F6F8);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  border-top: 1px solid var(--rofiex-border-color, #E6E6ED);
  font-size: 14px;
  color: var(--rofiex-text, #82828A);
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  display: block;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
  background-color: var(--rofiex-base, #00CDE5);
  color: var(--rofiex-white, #fff);
}
.wp-block-woocommerce-cart .wc-block-components-validation-error {
  font-size: 14px;
  color: var(--rofiex-base, #00CDE5);
}
.wp-block-woocommerce-cart .wc-block-components-validation-error p {
  font-size: inherit;
}

@media (max-width: 991px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    padding: 20px 0;
  }
  .wc-block-components-product-metadata,
  .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    display: none;
  }
  .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    overflow: auto;
  }
  .is-medium table.wc-block-cart-items,
  .is-small table.wc-block-cart-items,
  .is-large.wc-block-cart .wc-block-cart-items,
  .is-mobile table.wc-block-cart-items,
  .is-small table.wc-block-cart-items,
  .is-large.wc-block-cart .wc-block-cart-items {
    min-width: 1020px;
    overflow: auto;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 155px 0 !important;
    padding: 0 !important;
  }
  .wc-block-cart table.wc-block-cart-items,
  .wc-block-cart table.wc-block-cart-items td,
  .wc-block-cart table.wc-block-cart-items th {
    margin: 0 !important;
  }
  .wc-block-cart-item__wrap {
    padding: 25px 0 !important;
  }
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    padding: 80px 0 !important;
  }
}
.woocommerce-cart .product-page.section-space-bottom {
  padding-top: 100px;
  padding-bottom: 40px;
}

.woocommerce-checkout .product-page.section-space-bottom {
  padding-top: 100px;
  padding-bottom: 52px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-address-form__country input[type=text],
.wc-block-components-form .wc-block-components-address-form__state input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-address-form-wrapper .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  background-color: var(--rofiex-white2, #F6F6F8) !important;
  border: 1px solid transparent !important;
  color: var(--rofiex-text, #82828A);
}

.wc-block-components-order-summary__button-text {
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  font-weight: 700;
  color: var(--rofiex-black, #2B2B5E);
  font-size: 20px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-weight: 500;
  color: var(--rofiex-base, #00CDE5) !important;
  font-size: 16px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  font-size: 16px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  font-weight: 500 !important;
  font-size: 16px;
}

.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
  font-size: 16px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 16px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: var(--rofiex-black);
}

.components-button.wc-block-components-button {
  font-weight: 600;
  font-size: 15px;
  background-color: var(--rofiex-base, #00CDE5);
  color: var(--rofiex-white);
  text-transform: uppercase;
}

.woocommerce-checkout .components-button.wc-block-components-button {
  min-height: 2.8em !important;
}

.woocommerce-checkout .components-button.wc-block-components-button:hover {
  background-color: var(--rofiex-base, #00CDE5);
}

.woocommerce-grouped-product-list .product-details__quantity {
  margin-bottom: 0px;
  margin-top: 40px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: var(--rofiex-black);
  text-transform: capitalize;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
}

.product__item__btn {
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 2;
}

.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--rofiex-white2, #F6F6F8);
  border-radius: 50%;
  color: var(--rofiex-black, #2B2B5E);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn a + a {
  margin-top: 10px;
}

.product__item__btn a:hover {
  background-color: var(--rofiex-base, #00CDE5);
  color: var(--rofiex-white, #fff);
}

.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transition: all 500ms ease;
}

.product-page .product__item__price .added_to_cart {
  padding-bottom: 25px;
}

.shop-category.product__sidebar-single ul.wp-block-categories li a:hover,
.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a:hover::after {
  color: #ffffff;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  font-weight: 500;
}

.sidebar--shop .wp-block-heading,
.product-details__title,
.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email],
.product-details .comment-form textarea,
.woocommerce .checkout_coupon input[type=text],
.shop_table .coupon input[type=text] {
  text-transform: capitalize;
}

form.woocommerce-checkout .shop_table tfoot tr th {
  color: var(--rofiex-black, #000000);
  font-size: 16px;
  font-weight: 700;
}

.shop_table .product-thumbnail img {
  border: 0px solid #e8e3da;
}

.product-quantity input[type=number] {
  border: 1px solid var(--rofiex-border-color, #DDDDDD);
}

.product-details__review-title {
  color: var(--rofiex-black, #2B2B5E);
  font-weight: 600;
}

.product-details__comment-box {
  position: relative;
  padding: 15px 212px 64px 0;
  margin-bottom: 50px;
  min-height: 166px;
  border-bottom: 1px solid var(--rofiex-border-color, #E6E6ED);
}

.product-details__comment-box__thumb {
  width: 166px;
  height: 166px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}

.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product-details__comment-box__date {
  font-weight: 500;
  font-size: 16px;
  color: var(--rofiex-text, #82828A);
  padding-right: 15px;
  text-transform: capitalize;
}

.product-details__comment-box__meta {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 14px;
}

.product-details__comment-box__ratings {
  position: absolute;
  left: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--rofiex-base);
}

.product-details__review-title {
  margin-bottom: 50px;
}

.comment-form-rating p.stars {
  padding-top: 8px;
}

.comment-form-rating {
  padding-bottom: 10px;
}

.product-review .form-submit {
  margin-top: 30px;
}

.comment-form-rating label.rate-this-pro {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--rofiex-black, #2B2B5E);
}

.product-review .comment-form-rating p.stars {
  padding-top: 4px;
}

.product-details .comment-form textarea {
  height: 195px;
  display: block;
  width: 100%;
  background-color: var(--rofiex-white2, #F6F6F8);
  color: var(--rofiex-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
}

.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email] {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--rofiex-white2, #F6F6F8);
  color: var(--rofiex-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 20px;
}

.comment-respond .name-field .review-form__input-box,
.comment-respond .email-field .review-form__input-box {
  margin-top: 30px;
}

.comment-respond .name-field .review-form__input-box {
  margin-left: 2.5px;
}

.comment-respond .email-field .review-form__input-box {
  margin-right: 2.5px;
}

@media (max-width: 767px) {
  .comment-respond .name-field .review-form__input-box {
    margin-left: 0;
  }
  .comment-respond .email-field .review-form__input-box {
    margin-right: 0;
  }
}
.shop-one .shop-one__sidebar .widget .wp-block-search input[type=search] {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-page {
    padding-top: 100px;
  }
  .shop-one__product-count {
    display: block;
  }
  .woocommerce-active .content-area .woocommerce-ordering {
    float: none;
  }
  .variations_form.cart select,
  .woocommerce-active .content-area .woocommerce-ordering select {
    margin-bottom: 40px;
  }
  .woocommerce-pagination ul {
    margin-top: 20px;
  }
}
.product__categories ul.sidebar__categories {
  margin-bottom: -14px;
  margin-top: -16px;
}

.product__categories ul.sidebar__categories li {
  margin: 0;
}

.product__categories ul.sidebar__categories li a {
  color: var(--rofiex-text, #82828A);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

.product__categories ul.sidebar__categories li a::before {
  width: 0;
}

.product__categories ul.sidebar__categories li a::after {
  content: "";
}

.product__categories ul.sidebar__categories li a:hover {
  background-color: var(--rofiex-base, #00CDE5);
  color: var(--rofiex-white, #fff) !important;
  text-shadow: 0 0 1px currentColor;
  padding: 15px 20px;
}

.product-details__socials .product-details__socials__item {
  gap: 10px;
  display: flex;
}

@media (min-width: 992px) {
  .product-content.product-description p:last-of-type {
    line-height: 1.875;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-details__comment-box {
    padding-right: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}
.product-details__review-title {
  font-size: 24px;
  line-height: 1.541;
  font-weight: 700;
}

.woocommerce-active .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > * {
  margin-bottom: 0;
}

.wc-block-components-form button,
.wc-block-components-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.wc-block-components-form button::before,
.wc-block-components-form button::after,
.wc-block-components-button::before,
.wc-block-components-button::after {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.wc-block-components-form button::before,
.wc-block-components-button::before {
  top: 0;
  right: 0;
  left: auto;
}

.wc-block-components-form button::after,
.wc-block-components-button::after {
  bottom: 0;
  left: 0;
  right: auto;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
  color: var(--rofiex-base, #00CDE5);
  border-color: var(--rofiex-base, #00CDE5);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
  color: var(--rofiex-black, #2B2B5E);
  border-color: var(--rofiex-black, #2B2B5E);
}

.product-details .woocommerce-variation-price {
  margin-bottom: 20px;
}

.product-details .woocommerce-variation-price .price {
  margin-right: 0;
}

.product-type-external .entry-summary form.cart {
  display: flex;
  gap: 20px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin-bottom: 0;
}

.wp-block-woocommerce-empty-cart-block .wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: -16px;
}

.product-details .woosw-btn-has-icon .woosw-btn-icon {
  display: none;
}

.shop-one__sidebar .widget .wp-block-search input[type=search] {
  font-size: 14px;
  font-weight: 500;
}

.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__button.has-icon {
  color: var(--rofiex-base, #00CDE5);
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  border: 0px;
  font-size: 14px;
}

.shop-one__sidebar .wc-block-components-price-slider {
  margin-bottom: 5px;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 14px 24px;
  font-family: var(--rofiex-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--rofiex-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rofiex-base, #00CDE5);
  z-index: 1;
  letter-spacing: 0.1em;
  transition: 500ms;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::before,
.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::after {
  content: "";
  background-color: var(--rofiex-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::before {
  top: 0;
  right: 0;
  left: auto;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::after {
  bottom: 0;
  left: 0;
  right: auto;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

@media (min-width: 992px) {
  .shop_table .coupon {
    min-width: 445px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px 15px;
  }
  .woocommerce-cart-form .shop_table button[name=update_cart] {
    position: absolute;
    top: 60px;
    left: 0;
    cursor: pointer;
    height: 62px;
  }
}
.sidebar--shop .wc-block-components-price-slider__range-input-wrapper {
  margin-bottom: 20px;
}

.sidebar--shop .wc-block-components-price-slider__range-input-progress {
  height: 7px;
  color: var(--rofiex-base, #00CDE5);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  background-color: var(--rofiex-black, #2B2B5E);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
  background-color: var(--rofiex-base, #00CDE5);
}

.shop_table tbody .cart_item td:first-child {
  padding-right: 0;
  width: 120px;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .cart-collaterals {
    display: block;
  }
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.wc-proceed-to-checkout a {
  padding: 20px 29.5px;
}

.woosq-popup .entry-summary .product_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

input[type=url] {
  background-color: var(--rofiex-white, #ffffff);
  height: 64px;
  font-weight: 400;
  padding-right: 15px;
  padding-left: 15px;
  color: var(--rofiex-text, #82828A);
}

.woosw-copy-btn .button {
  color: var(--rofiex-white, #ffffff);
  text-transform: capitalize;
  background-color: var(--rofiex-black, #2B2B5E);
  transition: all 500ms ease;
  font-size: 14px;
  height: 64px;
  border: 1px solid var(--rofiex-black, #2B2B5E);
  transition: all 500ms ease;
}

.woosw-copy-btn .button:hover {
  background-color: var(--rofiex-base, #00CDE5);
  border: 1px solid var(--rofiex-base, #00CDE5);
}

.woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 1.5em;
}

.woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
}

.cart .product-details__buttons button {
  position: relative;
}

.cart .product-details__buttons button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

.woocommerce-product-gallery__wrapper a img {
  border: 1px solid var(--rofiex-gray, #F5F1EF);
}

.product__item__btn a {
  background-color: var(--rofiex-white, #fff);
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li + li {
  padding: 3px 0;
}

.product__items ul.products li {
  width: 100%;
  border: 0;
  margin-bottom: 0;
  float: none;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: none !important;
  padding-bottom: 30px;
}

.product__item {
  padding: 9px;
}

.product-page {
  padding: 120px 0;
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media screen and (mix-width: 992px) {
  .product-page {
    padding-bottom: 100px;
  }
}
@media screen and (mix-width: 767px) {
  .product-page {
    padding-bottom: 80px;
  }
}
.wc-block-components-review-list.wc-block-components-review-list .wc-block-components-review-list-item__product a::after {
  display: none;
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__published-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--rofiex-text, #636363);
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 0px;
}

.wc-block-featured-category__title::after,
.wc-block-featured-product__title::after {
  display: none;
}

.wc-block-featured-category .wp-block-button.aligncenter a,
.wc-block-featured-product__link .wp-block-button.aligncenter a {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 32px;
  transition: 0.4sease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.wc-block-featured-category .wp-block-button.aligncenter a:hover,
.wc-block-featured-product__link .wp-block-button.aligncenter a:hover {
  background-color: var(--rofiex-black2, #222222);
  color: var(--rofiex-white, #fff);
}

.wc-block-grid.has-1-columns .wc-block-grid__product a::after {
  display: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link a::after {
  display: none;
}

.widget_shopping_cart,
.widget_product_search,
.widget_product_categories,
.widget_product_categories,
.widget_product_tag_cloud,
.widget_products,
.widget_recent_reviews,
.widget_top_rated_products {
  position: relative;
  padding: 35px !important;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item a {
  width: 100%;
  display: block;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item a::after {
  display: none;
}

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-mini-cart__buttons.buttons a {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 28px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.woocommerce-mini-cart__buttons.buttons a:hover {
  background-color: var(--rofiex-black2, #222222);
  color: var(--rofiex-white, #fff);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--rofiex-black, "#000000");
  font-weight: 600;
  font-size: 16px;
  line-height: 58px;
  border: none;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.sidebar .widget_product_categories ul li a::after {
  display: none;
}
.sidebar .widget_product_categories ul li::after {
  font-size: 16px;
}

.widget.woocommerce.widget_products .product_list_widget li a::after,
.widget.woocommerce.widget_recent_reviews .product_list_widget li a::after,
.widget.woocommerce.widget_top_rated_products .product_list_widget li a::after {
  display: none;
}

.wc-block-product-categories__dropdown {
  width: 100%;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item a img {
  width: 100%;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li a img {
  width: 100%;
}

.wc-block-mini-cart {
  display: unset !important;
}

.sidebar .widget_product_categories ul a {
  font-weight: 700 !important;
}

.sidebar .widget .title h2 a.rss-widget-title {
  margin-bottom: 0px;
}
.sidebar .widget .title h2 a.rss-widget-title::after {
  display: none;
}

.product__all-content .thm-btn::before,
.product__item .thm-btn::before {
  display: none;
}

.product__all-content .thm-btn:hover::after,
.product__item .thm-btn:hover::after {
  display: none;
}

ul.products .product__add-to-cart .add_to_cart_button.thm-btn.product__item__link {
  border-radius: 5px;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
}
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.product__item__link:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.products .product .price {
  font-size: 16px;
}

.woocommerce-pagination .page-numbers li a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  align-items: center;
  justify-content: center;
  color: var(--rofiex-base, #FE574F);
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  transition: all 400ms ease;
}
.woocommerce-pagination .page-numbers li a:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}
.woocommerce-pagination .page-numbers li span {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--rofiex-gray, #F5F1EF);
  align-items: center;
  justify-content: center;
  color: var(--rofiex-base, #FE574F);
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  transition: all 400ms ease;
}
.woocommerce-pagination .page-numbers li span:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}
.woocommerce-pagination .page-numbers li span.current {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.product-details .product-details__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-details__quantity .product-details__quantity-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.entry-summary .thm-btn.cart-btn {
  border-radius: 0;
  padding: 15.4px 32px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
}

.entry-summary .thm-btn.cart-btn::before {
  display: none;
}

.entry-summary .thm-btn.cart-btn::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}

.entry-summary .thm-btn.cart-btn:hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.comment-form-rating label.rate-this-pro {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--rofiex-text, #636363);
}

.product-details__comment-box__date {
  font-size: 16px;
  line-height: 26px;
  display: block;
  text-transform: inherit;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  color: var(--rofiex-base, #FE574F);
  font-weight: 500;
  letter-spacing: 0;
  margin: 3px 0 0 0;
  position: relative;
}

.product-details .comment-form textarea,
.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email] {
  display: block;
  width: 100%;
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--rofiex-text, #636363);
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-right: 30px;
  padding-left: 30px;
}

.product-details.section-space .content-area .product {
  padding: 0px;
}

.has-fixed-footer .product-details {
  padding-bottom: 120px;
}

.woocommerce-grouped-product-list .product-details__quantity {
  margin: 15px auto;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items thead tr th {
  color: var(--rofiex-black, #000000);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 24px;
  text-transform: capitalize;
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  color: var(--rofiex-black, #000000);
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td ins {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-badge {
  font-size: 16px;
  font-weight: 500;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  font-size: 18px;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
}

.wp-block-woocommerce-cart .wc-block-components-text-input label {
  top: 30px;
}

.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):before {
  display: none;
}

.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link) {
  border-radius: 0;
  padding: 15.4px 32px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link)::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-address-form__country input[type=text],
.wc-block-components-form .wc-block-components-address-form__state input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-address-form-wrapper .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout__add-note .wc-block-components-textarea {
  border: none;
  background-color: var(--rofiex-gray, #F5F1EF) !important;
  outline: none;
  color: var(--rofiex-text, #636363) !important;
  text-transform: capitalize;
  font-family: var(--rofiex-font, "Mulish", sans-serif) !important;
  display: block;
  font-weight: 500;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  border: none !important;
}

.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding-right: 30px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  color: var(--rofiex-text, #636363);
  text-transform: capitalize;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  display: block;
  font-weight: 500;
}

.wp-block-woocommerce-checkout {
  padding-top: 0px !important;
}

.shop_table .coupon .thm-btn::before {
  display: none;
}

.shop_table .coupon .thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  padding: 14px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.shop_table .coupon .thm-btn::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
.shop_table .coupon .thm-btn:hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.woocommerce-cart-form .shop_table button[name=update_cart]::before {
  display: none;
}

.woocommerce-cart-form .shop_table button[name=update_cart] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  padding: 14px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid var(--rofiex-base, #FE574F);
  color: var(--rofiex-base, #FE574F);
}
.woocommerce-cart-form .shop_table button[name=update_cart]::after {
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
.woocommerce-cart-form .shop_table button[name=update_cart]:hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.cart-collaterals .cart_totals h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.cart_totals .shop_table tbody tr.cart-subtotal th,
.cart_totals .shop_table tbody th {
  font-size: 18px;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
}

.wc-proceed-to-checkout a::before {
  display: none;
}

.wc-proceed-to-checkout a {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  padding: 20px 29.5px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.wc-proceed-to-checkout a::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
.wc-proceed-to-checkout a:hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: unset !important;
}

.wc-block-components-radio-control--highlight-checked {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 30px 30px;
  min-height: 295px;
  border-radius: 6px;
}

.wc-block-components-radio-control__label {
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  color: var(--rofiex-black, #000000);
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  color: var(--rofiex-black, #000000);
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a {
  font-weight: 700;
}

.wc-block-components-form button::before, .wc-block-components-button::before {
  display: none;
}

.wc-block-components-form button {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  padding: 20px 29.5px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.wc-block-components-form button::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
.wc-block-components-form button:hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 700 !important;
  color: var(--rofiex-black, #000000);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 14px 28px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link)::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button,
.wc-block-components-totals-item__label {
  font-size: 18px;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  justify-content: center;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 30px 30px;
  margin-top: 6px;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
}

.shop_table thead th:first-child,
.woocommerce-checkout-review-order-table th:last-child {
  font-size: 16px;
  color: var(--rofiex-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
  border: none;
}

.woocommerce-checkout #customer_details textarea {
  font-size: 16px;
  font-weight: 500;
  color: var(--rofiex-text, #636363);
  background-color: var(--rofiex-gray, #F5F1EF);
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 30px 30px;
  border: none;
}

.woocommerce-checkout-payment #place_order:before {
  display: none;
}

.woocommerce-checkout-payment #place_order {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding: 16px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.woocommerce-checkout-payment #place_order::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
.woocommerce-checkout-payment #place_order:hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: bold;
  color: var(--rofiex-black, #000000);
}

.product .added_to_cart {
  border-radius: 5px;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
}
.product .added_to_cart:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}
.product .added_to_cart::before {
  display: none;
}
.product .added_to_cart::after {
  display: none;
}

.woocommerce-product-gallery__trigger::after {
  content: "\e943";
}

.product-details .cart .woosw-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--rofiex-black, #000000);
  color: var(--rofiex-white, #fff);
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  padding: 15.4px 32px;
  font-size: 15px;
  font-weight: 700;
}
.product-details .cart .woosw-btn::after {
  content: "";
  background-color: var(--rofiex-base, #FE574F);
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
.product-details .cart .woosw-btn:hover::after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}

.product-details__socials .social-links-two {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-one.blog-one--page article.product {
  padding: 0px;
}

.blog-one.blog-one--page .blog-one__item.product.type-product .list-unstyled.blog-card-list__meta {
  display: none;
}

.product .item .product__item__content .product__item__price .price ins {
  background: unset;
}
.product .item .product__item__content .thm-btn {
  border-radius: 5px;
  background-color: var(--rofiex-gray, #F5F1EF);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--rofiex-black, #000000);
}
.product .item .product__item__content .thm-btn:hover {
  background-color: var(--rofiex-base, #FE574F);
  color: var(--rofiex-white, #fff);
}

.shop-category.product__sidebar-single.widget.sidebar__single.widget_block .widget-inner .wp-block-heading {
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  color: var(--rofiex-black, #000000);
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
}

.shop-category.product__sidebar-single.widget.sidebar__single.widget_rofiex_blog_categories_widget .widget-inner .product__sidebar-title {
  font-family: var(--rofiex-heading-font, "Montserrat", sans-serif);
  color: var(--rofiex-black, #000000);
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
}
