/*!
Theme Name: Noile
Theme URI: https://bracketweb.com/noilewp/
Author: Bracket Web
Author URI: https://themeforest.net/user/layerdrops
Description: Noile is a modern creative Business Agency WordPress Theme. This fits all agencies whether you are a business agency, web agency, freelancer, portfolio agency, web design company, web designer, digital marketing, or any type of design agency websites and businesses.
Version: 1.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noile
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.

noile 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 {
  --noile-size-8xl: 150px;
  --noile-size-7xl: 96px;
  --noile-size-6xl: 48px;
  --noile-size-5xl: 32px;
  --noile-size-4xl: 24px;
  --noile-size-3xl: 20px;
  --noile-size-2xl: 18px;
  --noile-size-xl: 16px;
  --noile-size-lg: 15px;
  --noile-size-md: 14px;
  --noile-size-sm: 13px;
  --noile-body-size: 16px;
  --noile-body-line-height: 1.875;
  --noile-font: "Sora", sans-serif;
  --noile-font2: "Syne", sans-serif;
  --noile-heading-font: "Epilogue", sans-serif;
  --noile-base: #D94645;
  --noile-base-rgb: 217, 70, 69;
  --noile-base2: #BE403F;
  --noile-base2-rgb: 190, 64, 63;
  --noile-base3: #F42549;
  --noile-base3-rgb: 244, 37, 73;
  --noile-primary: #1d1d1d;
  --noile-primary-rgb: 29, 29, 29;
  --noile-secondary: #A0A1A6;
  --noile-secondary-rgb: 160, 161, 166;
  --noile-white: #ffffff;
  --noile-white-rgb: 255, 255, 255;
  --noile-white2: #F6F6F6;
  --noile-white2-rgb: 246, 246, 246;
  --noile-white3: #F7F7F7;
  --noile-white3-rgb: 247, 247, 247;
  --noile-white4: #F4E5E5;
  --noile-white4-rgb: 244, 229, 229;
  --noile-black: #222222;
  --noile-black-rgb: 34, 34, 34;
  --noile-black2: #0E1C31;
  --noile-black2-rgb: 14, 28, 49;
  --noile-black3: #282828;
  --noile-black3-rgb: 40, 40, 40;
  --noile-gray: #777777;
  --noile-gray-rgb: 119, 119, 119;
  --noile-gray2: #9AA5B3;
  --noile-gray2-rgb: 154, 165, 179;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--noile-black, #222222);
  font-family: var(--noile-font, "Sora", 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(--noile-gray, #777777);
  cursor: help;
}

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

big {
  font-size: 125%;
}

b,
strong {
  color: var(--noile-black, #222222);
}

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

.has-fixed-footer,
.has-fixed-footer body {
  height: 100%;
  overflow: unset;
}
.has-fixed-footer .page-wrapper {
  min-height: 100%;
  margin-bottom: -100px;
}
.has-fixed-footer .error-page,
.has-fixed-footer .blog-page,
.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: 220px;
}
.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: 50px;
}
.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 0 0.5em 3em;
  padding-left: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* 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(--noile-primary, #f1cf69);
}

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  line-height: 40px;
  color: var(--noile-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(--noile-black, #222222);
}
a:hover, a:focus, a:active {
  color: var(--noile-base, #D94645);
}
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(--noile-gray, #777777);
  border-color: var(--noile-gray, #777777);
  color: var(--noile-base, #D94645);
}

.news-details__left .wp-block-button a {
  transition: all 500ms ease;
}
.news-details__left .wp-block-button a:hover {
  background-color: var(--noile-gray, #777777);
  border-color: var(--noile-gray, #777777);
  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(--noile-black, #222222);
  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(--noile-black, #222222);
}

/* 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 #eeede5;
  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-left: 1em;
}
@media (min-width: 992px) {
  .comments-area .comment-list ul.children {
    padding-left: 3em;
  }
}

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

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

.comments-area .comment-box .author-thumb {
  position: relative;
  left: 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(--noile-gray, #777777);
  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(--noile-gray, #777777);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--noile-gray, #777777);
  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-left: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eceae0;
}
@media (max-width: 991px) {
  .comments-area .comment-body {
    padding-left: 0;
  }
}

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

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 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(--noile-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(--noile-base, #D94645);
  text-decoration: none;
}

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

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

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

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

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

.comments-area .reply a {
  padding: 4px 22px;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--noile-white);
  background-color: var(--noile-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(--noile-base);
  color: var(--noile-black);
}

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

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 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(--noile-base, #D94645);
  margin-bottom: 24px;
  margin-top: -30px;
}

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

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

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

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

.comment-form__title small a:hover {
  color: var(--noile-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-left: 0;
  padding-left: 0;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-left: 0.5em;
  margin-top: 15px;
  box-shadow: none;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: var(--noile-white, #ffffff);
  font-weight: 400;
  outline: none;
  color: var(--noile-gray, #717178);
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--noile-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: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: 0;
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
  padding: 45px;
  background-color: var(--noile-gray, #777777);
  border-radius: var(--noile-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;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 300ms ease;
  font-weight: 400;
}

.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(--noile-black, #222222);
  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(--noile-secondary, #A0A1A6);
  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(--noile-base, #D94645);
  margin-right: 10px;
}

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

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

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

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: var(--noile-white, #ffffff);
  height: 70px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  border: none;
  border-radius: var(--noile-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(--noile-white, #ffffff);
  background-color: var(--noile-black, #222222);
  line-height: 1;
  fill: var(--noile-white, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 14px;
  border-top-right-radius: var(--noile-bdr-radius);
  border-bottom-right-radius: var(--noile-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(--noile-base, #D94645);
  color: var(--noile-black, #222222);
  fill: var(--noile-black, #222222);
}

.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(--noile-black, #222222);
  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(--noile-black, #222222);
  transition: all 500ms ease;
  font-weight: 500;
}
.wp-calendar-nav a:hover {
  color: var(--noile-gray, #777777);
}

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

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--noile-white, #ffffff);
  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(--noile-black, #222222);
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
}

tbody {
  background-color: var(--noile-white, #ffffff);
}

.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-right: 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(--noile-gray, #777777);
}
.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-left: 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-left: 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-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--noile-secondary, #A0A1A6);
  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(--noile-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(--noile-black, #222222);
  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(--noile-black, #222222);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: var(--noile-white, #ffffff);
}
.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(--noile-base, #D94645);
  color: var(--noile-black, #222222);
}
.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;
}
.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: 30px;
  padding-left: 105px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--noile-bdr-radius);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: #fff;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 70px;
  height: auto;
  background-color: var(--noile-black, #222222);
}
.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-right: 5px;
  color: var(--noile-base, #D94645);
}
.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-right: 5px;
  color: var(--noile-base, #D94645);
}
.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: 12px;
  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(--noile-black, #222222);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: var(--noile-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(--noile-base, #D94645);
}
.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(--noile-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--noile-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-left: 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(--noile-gray, #777777);
}
.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(--noile-base);
  color: var(--noile-black, #222222);
}

.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-right: 5px;
  color: var(--noile-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(--noile-black, #222222);
  transition: all 500ms ease;
  margin-top: -5px;
  display: block;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  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-left: 30px;
  padding-right: 30px;
  color: var(--noile-secondary, #A0A1A6);
  outline: none;
  border-radius: 0;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-left: -5px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--noile-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--noile-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  letter-spacing: 1.2px;
  line-height: 30px;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--noile-black, #222222);
  background: var(--noile-base, #D94645);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--noile-black, #222222);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--noile-black, #222222);
}
.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(--noile-black, #222222);
  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(--noile-black, #222222);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--noile-base, #D94645);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--noile-font, "Sora", sans-serif);
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--noile-base, #D94645);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-left: 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-left: 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(--noile-secondary, #A0A1A6);
  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(--noile-black, #222222);
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--noile-base, #D94645);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--noile-base, #D94645);
}
.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(--noile-secondary, #A0A1A6);
}
.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-left: 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(--noile-secondary, #A0A1A6);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--noile-black, #222222);
  font-weight: 400;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-left: 10px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--noile-base, #D94645);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--noile-base, #D94645);
}
.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(--noile-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-left: 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-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--noile-black, #222222);
  text-transform: uppercase;
  font-family: var(--noile-font, "Sora", sans-serif);
  transition: all 500ms ease;
  border: none;
  border-radius: 0px;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--noile-base, #D94645);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: 16px;
  text-transform: lowercase;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: var(--noile-black, #161617);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--noile-base, #D94645);
}
.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(--noile-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(--noile-secondary, #A0A1A6);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  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;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--noile-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-left: auto;
  margin-right: 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(--noile-gray, #777777);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 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 {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: 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% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 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: 0 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: 0 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: 0 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: 0 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: 0 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: 0 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: 0 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: 0 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: 0 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: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left 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: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left 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-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 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
# Common
# Cards
# Forms
# Navigation
# Mobile Nav
# Sidebar
# Search Popup
# Page Header
# Page Sidebar
# Google Map
# FAQ Accordion
# Animations
# Main Slider
# Service
# Get Work
# About
# Case Study
# Solution
# Clients
# Team
# FAQ
# Brand
# Video
# Business
# Mini Banner
# Testimonials
# Gallery
# Pricing
# Shop
# Contact
# Blog
# Footer
# Error
# Boxed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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-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-110 {
  padding-bottom: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.noile-btn {
  position: relative;
  padding: 20px 32px 18px 32px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 1.571;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 1;
  overflow: hidden;
}

.noile-btn::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}

.noile-btn:hover::after {
  width: 300px;
  transform: rotate(0deg);
}

.slide-title__heading {
  font-size: var(--noile-size-7xl);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
}

.sec-title__top-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sec-title__top {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-base, #D94645);
  text-transform: capitalize;
  line-height: 1.875;
  margin-bottom: 0;
  margin-left: 10px;
}

.sec-title__heading {
  font-size: var(--noile-size-6xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.208;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--noile-font, "Sora", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-size: var(--noile-body-size);
  line-height: var(--noile-body-line-height);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--noile-base, #D94645);
  display: inline-block;
}

span {
  display: inline-block;
}

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

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

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
}

input,
textarea {
  color: var(--noile-primary, #1d1d1d);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
}

p {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
}

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

a,
button,
img,
p,
svg,
svg path,
span,
i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.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(--noile-base, #D94645);
}

/* owl carousel slider dots customize */
.noile-owl__carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px !important;
}

@media (max-width: 575px) {
  .noile-owl__carousel .owl-dots {
    margin-top: 40px;
  }
}
.noile-owl__carousel .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  margin: 0 6px;
  border-radius: 2px;
}

.noile-owl__carousel .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.5);
  margin: 0;
}

.noile-owl__carousel .owl-dots .owl-dot.active {
  border-color: var(--noile-base, #D94645);
}

.noile-owl__carousel .owl-dots .owl-dot.active span {
  background: var(--noile-base, #D94645);
}

/* tiny slider button customize */
.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(--noile-base, #D94645);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: var(--noile-body-size);
  font-weight: 500;
  color: var(--noile-black, #222222);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: var(--noile-size-2xl);
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--noile-secondary, #A0A1A6);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

/* preloader */
.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 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%;
}

/* social media */
.social-list {
  display: flex;
  align-items: center;
}

.social-list .social-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-list .social-link:nth-child(odd) {
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.05);
}

.social-list .social-link:nth-child(even) {
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.social-list .social-link i {
  font-size: var(--noile-size-sm);
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.5);
}

.social-list .social-link:hover {
  background-color: var(--noile-base, #D94645);
}

.social-list .social-link:hover i {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 1);
}

/* post paginations */
.pagination-box {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid rgba(var(--noile-primary-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}

.pagination-box .row {
  align-items: center;
}

.pagination-box__prev-box {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .pagination-box__prev-box {
    justify-content: center;
    align-items: center;
  }
}
.pagination-box__next-box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .pagination-box__next-box {
    justify-content: center;
    align-items: center;
  }
}
.pagination-box__prev,
.pagination-box__next {
  display: flex;
  align-items: center;
}

.pagination-box__prev:hover p,
.pagination-box__next:hover p {
  color: var(--noile-base, #D94645);
}

.pagination-box__prev:hover path,
.pagination-box__next:hover path {
  stroke: var(--noile-base, #D94645);
}

.pagination-box__text--prev {
  margin-left: 15px;
}

.pagination-box__text--next {
  margin-right: 15px;
}

.pagination-box__icon {
  font-size: 16px;
  color: var(--noile-primary, #1d1d1d);
}

.pagination-box__text {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.pagination-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-box__item:not(:last-child) {
  margin-right: 10px;
}

.pagination-box__item--active a {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}

.pagination-box__link {
  width: 50px;
  height: 50px;
  color: var(--noile-secondary, #A0A1A6);
  background-color: var(--noile-white2, #F6F6F6);
  border-radius: 50%;
  text-align: center;
  line-height: 51.5px;
}

.pagination-box__link:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 425px) {
  .pagination-box__link {
    width: 45px;
    height: 45px;
    line-height: 46.5px;
  }
}
/* responsive font-size */
@media (max-width: 1599px) {
  :root {
    --noile-size-8xl: 130px;
    --noile-size-7xl: 90px;
  }
}
@media (max-width: 1399px) {
  :root {
    --noile-size-8xl: 110px;
    --noile-size-7xl: 70px;
    --noile-size-6xl: 45px;
    --noile-size-4xl: 22px;
  }
}
@media (max-width: 1199px) {
  :root {
    --noile-size-8xl: 80px;
    --noile-size-7xl: 60px;
    --noile-size-6xl: 41px;
  }
}
@media (max-width: 991px) {
  :root {
    --noile-size-8xl: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --noile-size-7xl: 50px;
    --noile-size-5xl: 27px;
    --noile-size-4xl: 21px;
    --noile-size-xl: 15px;
  }
}
@media (max-width: 575px) {
  :root {
    --noile-size-8xl: 50px;
    --noile-size-7xl: 40px;
    --noile-size-6xl: 35px;
    --noile-size-5xl: 25px;
    --noile-size-2xl: 17px;
  }
}
@media (max-width: 425px) {
  :root {
    --noile-size-8xl: 45px;
    --noile-size-7xl: 38px;
    --noile-size-6xl: 33px;
    --noile-size-4xl: 20px;
    --noile-size-2xl: 16px;
    --noile-size-xl: 15px;
  }
}
@media (max-width: 375px) {
  :root {
    --noile-size-7xl: 35px;
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.team__card {
  position: relative;
  padding: 42px 30px 50px 29px;
  border: 1px solid var(--noile-white2, #F6F6F6);
  background-color: var(--noile-white, #ffffff);
  z-index: 1;
}

@media (max-width: 1599px) {
  .team__card {
    padding: 25px 20px 25px 20px;
  }
}
.team__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
  z-index: -1;
}

.team__card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
  z-index: -1;
}

.team__card:hover::before,
.team__card:hover::after {
  border-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  height: 100%;
}

.team__card:hover {
  border-color: transparent;
}

.team__card-info {
  margin-bottom: 42px;
}

@media (max-width: 1399px) {
  .team__card-info {
    margin-bottom: 30px;
  }
}
.team__card-profession {
  margin-bottom: 11px;
}

.team__card-name {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  .team__card-name {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .team__card-name {
    font-size: 20px;
  }
}
.team__card-img-box {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-bottom: 30px;
}

.team__card-img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.team__card-social-link:nth-child(odd) {
  background-color: var(--noile-white2, #F6F6F6) !important;
}

.team__card-social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08) !important;
}

.team__card-social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}

.team__card-social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}

.team__card-social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}

@media (max-width: 1399px) {
  .team__card-social-link {
    width: 40px !important;
    height: 40px !important;
  }
}
.testimonial__item {
  position: relative;
  padding: 56px 50px 42px 49px;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid var(--noile-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .testimonial__item {
    padding-left: 29px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial__item {
    padding: 49px 25px 35px 24px;
  }
}
@media (max-width: 375px) {
  .testimonial__item {
    padding: 40px 15px;
  }
}
.testimonial__info {
  display: flex;
  align-items: center;
}

.testimonial__img-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 14px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

@media (max-width: 375px) {
  .testimonial__img-box {
    width: 58px;
    height: 58px;
  }
}
.testimonial__img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

@media (max-width: 375px) {
  .testimonial__img {
    width: 58px;
    height: 58px;
  }
}
.testimonial__name {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-bottom: 0;
}

.testimonial__review-box {
  display: flex;
  align-items: center;
}

.testimonial__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.testimonial__review-icon {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}

.testimonial__review-text {
  margin-bottom: 0;
}

.testimonial__text-box {
  margin-top: 22px;
  margin-bottom: 40px;
}

@media (max-width: 425px) {
  .testimonial__text-box {
    margin-bottom: 30px;
  }
}
.testimonial__text {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.666;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}

.testimonial__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial__quote-box {
  display: flex;
  align-items: center;
}

.testimonial__quote-icon {
  font-size: 40px;
  color: var(--noile-base, #D94645);
}

.testimonial__quote-icon:not(:last-child) {
  margin-right: 6px;
}

.testimonial__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: 0;
  right: 0;
  animation: zump3 3s infinite linear;
}

.testimonial__shape-one--slide {
  right: 30px;
}

@media (max-width: 991px) {
  .testimonial__shape-one {
    right: 0px;
    width: 20px;
    height: 20px;
  }
}
.testimonial__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 30px;
  right: 30px;
  animation: rectMove 8s linear 0s infinite;
}

.testimonial__shape-two--slide {
  right: 60px;
}

@media (max-width: 991px) {
  .testimonial__shape-two {
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.testimonial__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 10px;
  right: 50px;
  animation: rectMove 8s linear 2s infinite;
}

.testimonial__shape-three--slide {
  right: 80px;
}

@media (max-width: 991px) {
  .testimonial__shape-three {
    width: 12px;
    height: 12px;
    top: 8px;
    right: 32px;
  }
}
.testimonial__shape-four {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 50px;
  right: 0;
  animation: zump 3s infinite linear;
}

@media (max-width: 991px) {
  .testimonial__shape-four {
    display: none;
  }
}
.case-study__item {
  position: relative;
  z-index: 1;
}

.case-study__item-img-box {
  position: relative;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.case-study__item-img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--noile-primary-rgb), 0.5);
  z-index: 1;
  transition: all 0.3s linear;
}

.case-study__item-img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.case-study__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (max-width: 1599px) {
  .case-study__item-btn {
    width: 70px;
    height: 70px;
  }
}
.case-study__item-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.case-study__item-btn-icon {
  font-size: 18px;
  color: var(--noile-base, #D94645);
}

.case-study__item-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}

.case-study__item-btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-primary, #1d1d1d);
}

.case-study__item-btn:hover .case-study__item-btn-icon {
  transform: rotate(41deg);
  color: var(--noile-white, #ffffff);
}

.case-study__item-desc {
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  line-height: 1;
  padding: 11px 7px 10px 20px;
  position: absolute;
  left: 0;
  bottom: 107px;
  background-color: var(--noile-base, #D94645);
  z-index: 11;
  margin-bottom: 0;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease 350ms, visibility 500ms ease 350ms, transform 500ms ease 350ms;
}

@media (max-width: 1599px) {
  .case-study__item-desc {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .case-study__item-desc {
    bottom: 76px;
  }
}
@media (max-width: 991px) {
  .case-study__item-desc {
    bottom: 81px;
  }
}
@media (max-width: 767px) {
  .case-study__item-desc {
    bottom: 91px;
  }
}
@media (max-width: 425px) {
  .case-study__item-desc {
    bottom: 81px;
  }
}
.case-study__item-title {
  font-size: var(--noile-size-3xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.4;
  text-transform: capitalize;
  padding: 11.5px 17px 16.5px 20px;
  position: absolute;
  left: 0;
  bottom: 50px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 111;
  margin-bottom: 0;
  transform: translateX(200px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease 350ms, visibility 500ms ease 350ms, transform 500ms ease 350ms;
}

@media (max-width: 1799px) {
  .case-study__item-title {
    font-size: 20px;
    bottom: 50px;
  }
}
@media (max-width: 1599px) {
  .case-study__item-title {
    bottom: 54px;
    font-size: 17px;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .case-study__item-title {
    bottom: 25px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .case-study__item-title {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .case-study__item-title {
    bottom: 40px;
  }
}
@media (max-width: 425px) {
  .case-study__item-title {
    font-size: 15px;
    bottom: 30px;
  }
}
.case-study__item:hover .case-study__item-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.case-study__item:hover .case-study__item-img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.case-study__item:hover .case-study__item-desc {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.case-study__item:hover .case-study__item-title {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.pricing__item {
  position: relative;
  padding: 49px 50px 41px;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid var(--noile-white2, #F6F6F6);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

@media (max-width: 1599px) {
  .pricing__item {
    padding: 49px 40px 30px;
  }
}
@media (max-width: 1399px) {
  .pricing__item {
    padding: 49px 30px 30px;
  }
}
@media (max-width: 435px) {
  .pricing__item {
    padding: 49px 20px 20px;
  }
}
.pricing__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}

.pricing__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}

.pricing__item:hover::before,
.pricing__item:hover::after {
  border-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  height: 100%;
}

.pricing__item:hover {
  border-color: transparent;
}

.pricing__category {
  position: absolute;
  top: -10px;
  right: 50px;
  padding: 5px 21.5px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #D94645);
  margin-bottom: 0;
  z-index: 11;
}

.pricing__price-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .pricing__price-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.pricing__title-box {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .pricing__title-box {
    margin-bottom: 15px;
  }
}
.pricing__icon {
  width: 54px;
  height: 50px;
}

.pricing__title-inner {
  margin-left: 19px;
}

.pricing__title {
  font-size: var(--noile-size-4xl);
  text-transform: capitalize;
  margin-bottom: 4px;
}

@media (max-width: 1399px) {
  .pricing__title {
    font-size: 20px;
  }
}
.pricing__valitidy {
  margin-bottom: 0;
}

.pricing__price {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .pricing__price {
    width: 100%;
    text-align: right;
  }
}
.pricing__price-one {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  color: var(--noile-base, #D94645);
  line-height: 1.875;
}

.pricing__price-two {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  font-weight: 600;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
}

@media (max-width: 1399px) {
  .pricing__price-two {
    font-size: 20px;
  }
}
.pricing__line-box {
  margin-top: 42px;
  margin-bottom: 41px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.pricing__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 1px;
  background-color: var(--noile-base, #D94645);
}

.pricing__list-box {
  margin-bottom: 42px;
}

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

.pricing__list-item:not(:last-child) {
  margin-bottom: 13px;
}

.pricing__list-text {
  position: relative;
  margin-bottom: 0;
  padding-left: 19px;
}

.pricing__list-text::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 16px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: -4px;
}

.pricing__btn {
  padding: 15.5px 28px 13.5px 28px;
}

.shop-product__card {
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.shop-product__img-box {
  position: relative;
  overflow: hidden;
}

.shop-product__img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7);
  z-index: 1;
  transition: all 0.3s linear;
}

.shop-product__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (max-width: 1599px) {
  .shop-product__btn {
    width: 70px;
    height: 70px;
  }
}
.shop-product__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.shop-product__btn-icon {
  font-size: 24px;
  color: var(--noile-base, #D94645);
}

.shop-product__btn:hover {
  background-color: var(--noile-base, #D94645);
}

.shop-product__btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-base, #D94645);
}

.shop-product__btn:hover .shop-product__btn-icon {
  color: var(--noile-white, #ffffff);
}

.shop-product__img {
  width: 100%;
}

.shop-product__category {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: table;
  padding: 10px 21.5px;
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  background-color: var(--noile-primary, #1d1d1d);
  margin-bottom: 0;
  z-index: 11;
}

.shop-product__card:hover .shop-product__btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.shop-product__card:hover .shop-product__img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.shop-product__card:hover .shop-product__category {
  background-color: var(--noile-base, #D94645);
}

.shop-product__content {
  padding: 22px 29px 30px;
}

@media (max-width: 1399px) {
  .shop-product__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
}
.shop-product__name {
  display: block;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-3xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.7;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.shop-product__name:hover {
  color: var(--noile-base, #D94645);
}

.shop-product__price-review-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 21px;
}

@media (max-width: 375px) {
  .shop-product__price-review-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop-product__price-inner {
  display: flex;
  align-items: flex-end;
  margin-right: 28px;
}

@media (max-width: 1399px) {
  .shop-product__price-inner {
    margin-right: 20px;
  }
}
@media (max-width: 375px) {
  .shop-product__price-inner {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.shop-product__price-new {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-right: 6px;
  margin-bottom: 0;
}

.shop-product__price-old {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
}

.shop-product__review-inner {
  display: flex;
  align-items: center;
}

.shop-product__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.shop-product__review-icon {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}

.shop-product__review-text {
  margin-bottom: 0;
}

.shop-product__btn-box {
  display: flex;
  align-items: center;
}

.shop-product__icon {
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
}

.shop-product__btn-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--noile-white2, #F6F6F6);
  margin-right: 30px;
}

@media (max-width: 375px) {
  .shop-product__btn-wishlist {
    padding: 10px 20px;
    margin-right: 20px;
  }
}
.shop-product__btn-wishlist .icon-wishlist {
  margin-right: 8px;
  vertical-align: middle;
}

.shop-product__btn-wishlist:hover {
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
}

.shop-product__btn-wishlist:hover .icon-wishlist {
  color: var(--noile-white, #ffffff);
}

.shop-product__btn-circle {
  margin-right: 20px;
}

.shop-product__btn-circle:hover span,
.shop-product__btn-bookmark:hover span {
  color: var(--noile-base, #D94645);
}

.blog__card-img-box {
  display: block;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.blog__card-img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.blog__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}

.blog__card:hover .blog__card-category {
  background-color: var(--noile-base, #D94645);
}

.blog__card:hover .blog__card-img {
  transform: scale(1.1) rotate(3deg);
}

.blog__card-comment-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.blog__card-comment-item-divider {
  margin-left: 15px;
  margin-right: 15px;
}

.blog__card-comment {
  margin-bottom: 0;
}

.blog__card-title {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog__card-title:hover {
  color: var(--noile-base, #D94645);
}

.blog__card-author {
  display: flex;
  align-items: center;
}

.blog__card-author-img-box {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.blog__card-author-img {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  mix-blend-mode: luminosity;
  vertical-align: top;
}

.blog__card-author-name {
  margin-bottom: 0;
}

.blog__card-author-name-highlight {
  color: var(--noile-primary, #1d1d1d);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.contact__form-title {
  font-size: var(--noile-size-5xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 36px;
}

.contact__input-title {
  display: block;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.875;
  margin-bottom: 0;
}

.contact__form-input {
  border: 0;
  outline: 0;
  width: 100%;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding-top: 0;
  padding-bottom: 9px;
  text-transform: capitalize;
}

.contact__form-message {
  height: 105px;
  padding-bottom: 0;
}

.contact__form-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.contact__form-text span {
  color: var(--noile-base, #D94645);
}

.contact__form-btn-box {
  margin-top: 17px;
}

.contact__form-btn {
  border: 0;
  outline: 0;
  padding-left: 39px;
  padding-right: 39px;
  background-color: var(--noile-base, #D94645);
}

.contact__form-btn::after {
  background-color: var(--noile-primary, #1d1d1d);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Main Header */
.main-header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Main Header Two */
.main-header-two {
  background-color: var(--noile-white, #ffffff);
}

@media (min-width: 1600px) {
  .main-header-two .container {
    max-width: 1744px;
  }
}
/* Topbar */
.topbar {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 99;
}

@media (max-width: 1199px) {
  .topbar {
    display: none;
  }
}
.topbar__shape-one {
  width: 47.5px;
  height: 100%;
  fill: var(--noile-black, #222222);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1599px) {
  .topbar__shape-one {
    left: -10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-one {
    left: -15px;
  }
}
.topbar__shape-two {
  width: 28px;
  height: 25px;
  fill: var(--noile-black, #222222);
  position: absolute;
  left: 20px;
  bottom: 0;
}

@media (max-width: 1599px) {
  .topbar__shape-two {
    left: 10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-two {
    left: 2px;
  }
}
.topbar__shape-three {
  width: 47.5px;
  height: 100%;
  fill: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1599px) {
  .topbar__shape-three {
    right: -10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-three {
    right: -15px;
  }
}
.topbar__shape-four {
  width: 28px;
  height: 25px;
  fill: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  right: 20px;
}

@media (max-width: 1599px) {
  .topbar__shape-four {
    right: 10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-four {
    right: 2px;
  }
}
.topbar__page-list {
  display: flex;
  align-items: center;
}

.topbar__page-link {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}

.topbar__page-link:hover {
  color: var(--noile-base, #D94645);
}

.topbar__page-divider {
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1;
  margin-left: 8px;
  margin-right: 11px;
}

.topbar__right {
  display: flex;
  align-items: center;
}

.topbar__right-item:not(:first-child) {
  margin-left: 25px;
}

.topbar__info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.topbar__info-item {
  display: flex;
  align-items: center;
}

.topbar__info-item:not(:last-child) {
  margin-right: 15px;
}

.topbar__info-icon {
  font-size: var(--noile-size-lg);
  color: var(--noile-base, #D94645);
}

.topbar__info-icon.icon-email {
  font-size: 12px;
}

.topbar__info-text {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  font-weight: 400;
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 0;
  margin-left: 8px;
}

.topbar__info-text--email:hover {
  color: var(--noile-base, #D94645);
}

.topbar__language {
  display: flex;
  align-items: center;
}

.topbar__language img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 9px;
}

.topbar__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 70px;
}

.topbar__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
}

.topbar__language .bootstrap-select > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid var(--noile-secondary, #A0A1A6);
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-top: -6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Topbar Two */
.topbar-two {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1399px) {
  .topbar-two {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.topbar-two .topbar__right-item:not(:first-child) {
  margin-left: 28px;
}

@media (max-width: 1399px) {
  .topbar-two .topbar__right-item:not(:first-child) {
    margin-left: 25px;
  }
}
@media (max-width: 1399px) {
  .topbar-two .social-list {
    display: none;
  }
}
/* Topbar Three */
.topbar-three {
  background-color: var(--noile-white2, #F6F6F6);
}

/* Header */
.header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 1199px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__logo {
  margin-right: 97px;
}

.header__logo img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .header__logo {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .header__logo {
    max-width: 190px;
  }
  .header__logo img {
    width: 100%;
  }
}
.header__info {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .header__info {
    display: none;
  }
}
.header__phone {
  display: flex;
  align-items: center;
}

.header__phone:hover .header__phone-icon {
  background-color: var(--noile-base, #D94645);
  border-color: transparent;
}

.header__phone:hover .header__phone-icon span {
  color: var(--noile-white, #ffffff);
}

.header__phone:hover .header__phone-number {
  color: var(--noile-base, #D94645);
}

.header__email {
  display: flex;
  align-items: center;
  margin-left: 84px;
}

.header__email:hover .header__email-icon {
  background-color: var(--noile-base, #D94645);
  border-color: transparent;
}

.header__email:hover .header__email-icon span {
  color: var(--noile-white, #ffffff);
}

.header__email:hover .header__email-address {
  color: var(--noile-base, #D94645);
}

.header__phone-icon,
.header__email-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
}

.header__phone-icon span,
.header__email-icon span {
  font-size: var(--noile-size-2xl);
  color: var(--noile-base, #D94645);
}

.header__phone-title,
.header__email-title {
  font-size: var(--noile-size-md);
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.header__phone-number,
.header__email-address {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  font-size: var(--noile-size-xl);
  line-height: 1;
  margin-bottom: 0;
}

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

.header__btn {
  background-color: var(--noile-base, #D94645);
}

.header__btn::after {
  background-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 1199px) {
  .header__btn {
    display: none;
  }
}
.header .sidebar-btn__toggler {
  display: none;
}

.header .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--noile-primary, #1d1d1d);
}

.header .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--noile-primary, #1d1d1d);
}

.header .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--noile-primary, #1d1d1d);
}

.header .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--noile-primary, #1d1d1d);
}

.header .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--noile-primary, #1d1d1d);
}

.header .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--noile-primary, #1d1d1d);
}

.header .sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}

@media (max-width: 1199px) {
  .header .sidebar-btn__toggler {
    display: grid;
    margin-left: 16px;
  }
}
/* Header Two */
.header-two .header__logo {
  margin-right: 309px;
}

.header-two .header__logo img {
  max-width: 100%;
}

@media (max-width: 1599px) {
  .header-two .header__logo {
    margin-right: 100px;
  }
}
@media (max-width: 1399px) {
  .header-two .header__logo {
    margin-right: 70px;
  }
}
.header-two .sidebar-btn__toggler {
  position: relative;
  display: grid;
}

@media (max-width: 1199px) {
  .header-two .sidebar-btn__toggler {
    margin-left: 16px;
  }
}
.header-two .sidebar-btn__toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .header-two .sidebar-btn__toggler::after {
    display: none;
  }
}
.header-two .sidebar-btn__toggler:hover::after {
  border-color: var(--noile-base, #D94645);
}

.header-two__social {
  margin-right: 65px;
}

@media (max-width: 1399px) {
  .header-two__social {
    margin-right: 45px;
  }
}
@media (max-width: 1199px) {
  .header-two__social {
    display: none;
  }
}
.header-two__social-link {
  height: 60px !important;
}

.header-two__social-link:nth-child(odd) {
  background: var(--noile-white2, #F6F6F6) !important;
}

.header-two__social-link:nth-child(even) {
  background: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08) !important;
}

.header-two__social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}

.header-two__social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}

.header-two__social-link:hover i {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 1) !important;
}

/* Header Three */
.header-three {
  background-color: var(--noile-white, #ffffff);
}

/* Main menu One */
.main-menu-one {
  background-color: var(--noile-primary, #1d1d1d);
  position: relative;
  z-index: 91;
}

@media (max-width: 1199px) {
  .main-menu-one {
    display: none;
  }
}
.main-menu-one .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.main-menu-one__logo {
  display: none;
}

.main-menu-one__social {
  margin-right: 100px;
}

@media (max-width: 1399px) {
  .main-menu-one__social {
    margin-right: 60px;
  }
}
.main-menu-one__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-menu-one .mobile-nav__toggler {
  display: none;
}

/* Main menu Two */
.main-menu-two {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 1199px) {
  .main-menu-two {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-menu-two__left {
  display: flex;
  align-items: center;
}

.main-menu-two__logo {
  margin-right: 95px;
}

@media (max-width: 1399px) {
  .main-menu-two__logo {
    margin-right: 40px;
  }
}
.main-menu-two__logo img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .main-menu-two__logo {
    margin-right: 0;
  }
}
.main-menu-two__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-menu-two .sidebar-btn__toggler {
  display: grid;
}

.main-menu-two .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--noile-primary, #1d1d1d);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--noile-primary, #1d1d1d);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--noile-primary, #1d1d1d);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--noile-primary, #1d1d1d);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--noile-primary, #1d1d1d);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--noile-primary, #1d1d1d);
}

.main-menu-two .sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}

/* Main menu Two */
.main-menu-three .container {
  display: block;
  z-index: 111;
}

.main-menu-three__wrapper {
  padding-left: 50px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  background-color: var(--noile-primary, #1d1d1d);
  margin-bottom: -40px;
}

@media (max-width: 1199px) {
  .main-menu-three__wrapper {
    display: none;
  }
}
.main-menu-three__right {
  display: flex;
  align-items: flex-end;
  align-items: center;
}

.main-menu-three__logo {
  display: none;
}

.main-menu-three__agency {
  display: grid;
  grid-template-columns: 36px auto;
  grid-column-gap: 30px;
  align-items: center;
  margin-right: 55px;
}

@media (max-width: 1599px) {
  .main-menu-three__agency {
    display: none;
  }
}
.main-menu-three__agency-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 28px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.main-menu-three__agency-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.main-menu-three__agency-icon i {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}

.main-menu-three__agency-title {
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.666;
  margin-bottom: 0;
}

.main-menu-three__agency:hover .main-menu-three__agency-icon {
  background-color: var(--noile-base, #D94645);
}

.main-menu-three__agency:hover .main-menu-three__agency-icon::after {
  right: 0;
  border-color: var(--noile-base, #D94645);
}

.main-menu-three__agency:hover .main-menu-three__agency-icon i {
  color: var(--noile-white, #ffffff);
}

.main-menu-three__bar {
  display: none;
}

.main-menu-three .sidebar-btn__toggler {
  display: none;
}

.main-menu-three__btn {
  padding: 30px 40px 28px;
  background-color: var(--noile-black3, #282828);
}

@media (max-width: 1199px) {
  .main-menu-three__btn {
    display: none;
  }
}
.main-menu-one,
.main-menu-two,
.main-menu-three,
.stricky-header {
  /* after third level no menu */
}

.main-menu-one .main-menu__list,
.main-menu-one .main-menu__list ul,
.main-menu-two .main-menu__list,
.main-menu-two .main-menu__list ul,
.main-menu-three .main-menu__list,
.main-menu-three .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-menu-one .main-menu__list,
  .main-menu-one .main-menu__list ul,
  .main-menu-two .main-menu__list,
  .main-menu-two .main-menu__list ul,
  .main-menu-three .main-menu__list,
  .main-menu-three .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: none;
  }
}
.main-menu-one .main-menu__list,
.main-menu-two .main-menu__list,
.main-menu-three .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  margin-right: auto;
}

.main-menu-one .main-menu__list > li + li,
.main-menu-two .main-menu__list > li + li,
.main-menu-three .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 51px;
}

@media (max-width: 1399px) {
  .main-menu-one .main-menu__list > li + li,
  .main-menu-two .main-menu__list > li + li,
  .main-menu-three .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu-one .main-menu__list > li,
.main-menu-two .main-menu__list > li,
.main-menu-three .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 22.25px;
  padding-bottom: 22.25px;
  position: relative;
}

.main-menu-one .main-menu-two__left .main-menu__list > li,
.main-menu-two .main-menu-two__left .main-menu__list > li,
.main-menu-three .main-menu-two__left .main-menu__list > li,
.stricky-header .main-menu-two__left .main-menu__list > li {
  padding-top: 42.25px;
  padding-bottom: 42.25px;
}

.main-menu-one .main-menu-three__left .main-menu__list > li,
.main-menu-two .main-menu-three__left .main-menu__list > li,
.main-menu-three .main-menu-three__left .main-menu__list > li,
.stricky-header .main-menu-three__left .main-menu__list > li {
  padding-top: 22px;
  padding-bottom: 22px;
}

.main-menu-one .main-menu__list > li > a,
.main-menu-two .main-menu__list > li > a,
.main-menu-three .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  display: flex;
  align-items: center;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 2.222;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

@media (max-width: 1399px) {
  .main-menu-one .main-menu__list > li > a,
  .main-menu-two .main-menu__list > li > a,
  .main-menu-three .main-menu__list > li > a,
  .stricky-header .main-menu__list > li > a {
    font-size: var(--noile-size-xl);
  }
}
.main-menu-one .main-menu-two__left .main-menu__list > li > a,
.main-menu-two .main-menu-two__left .main-menu__list > li > a,
.main-menu-three .main-menu-two__left .main-menu__list > li > a,
.stricky-header .main-menu-two__left .main-menu__list > li > a {
  color: var(--noile-primary, #1d1d1d);
}

.main-menu-one .main-menu__list > li.dropdown > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.dropdown > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.dropdown > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.dropdown > a > i.fa-angle-down {
  font-size: 16px;
  color: var(--noile-secondary, #A0A1A6);
  margin-left: 8px;
}

.main-menu-one .main-menu__list > li.current > a,
.main-menu-one .main-menu__list > li:hover > a,
.main-menu-one .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-one .main-menu__list > li.current > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.current > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.main-menu-three .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.current > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.current > a > i.fa-angle-down {
  color: var(--noile-base, #D94645);
  text-shadow: 0px 0 0 currentColor;
}

.main-menu-one .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.dropdown:hover > a > i.fa-angle-down {
  transform: rotate(180deg);
}

.main-menu-one .main-menu__list li ul,
.main-menu-two .main-menu__list li ul,
.main-menu-three .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu-one .main-menu__list li:hover > ul,
.main-menu-two .main-menu__list li:hover > ul,
.main-menu-three .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu-one .main-menu__list li ul li,
.main-menu-two .main-menu__list li ul li,
.main-menu-three .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu-one .main-menu__list li ul li + li,
.main-menu-two .main-menu__list li ul li + li,
.main-menu-three .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--noile-black, #222222), 0.1);
}

.main-menu-one .main-menu__list li ul li a,
.main-menu-two .main-menu__list li ul li a,
.main-menu-three .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 2.222;
  text-transform: capitalize;
  color: var(--noile-black, #222222);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: 500ms;
}

@media (max-width: 1399px) {
  .main-menu-one .main-menu__list li ul li a,
  .main-menu-two .main-menu__list li ul li a,
  .main-menu-three .main-menu__list li ul li a,
  .stricky-header .main-menu__list li ul li a {
    font-size: var(--noile-size-md);
  }
}
.main-menu-one .main-menu__list li ul li:hover > a,
.main-menu-two .main-menu__list li ul li:hover > a,
.main-menu-three .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--noile-base, #D94645);
  color: var(--noile-white, #ffffff);
}

.main-menu-one .main-menu__list li ul li > ul,
.main-menu-two .main-menu__list li ul li > ul,
.main-menu-three .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu-one .main-menu__list li ul li > ul.right-align,
.main-menu-two .main-menu__list li ul li > ul.right-align,
.main-menu-three .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-one .main-menu__list li ul li > ul ul,
.main-menu-two .main-menu__list li ul li > ul ul,
.main-menu-three .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.stricky-header-one .mobile-nav__toggler,
.stricky-header-two .mobile-nav__toggler,
.stricky-header-three .mobile-nav__toggler,
.header .mobile-nav__toggler,
.main-menu-two .mobile-nav__toggler {
  width: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  display: none;
  cursor: pointer;
  transition: 500ms;
}

.stricky-header-one .mobile-nav__toggler-bars,
.stricky-header-two .mobile-nav__toggler-bars,
.stricky-header-three .mobile-nav__toggler-bars,
.header .mobile-nav__toggler-bars,
.main-menu-two .mobile-nav__toggler-bars {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--noile-primary, #1d1d1d);
  margin: 6px 0;
}

@media (max-width: 1199px) {
  .stricky-header-one .mobile-nav__toggler,
  .stricky-header-two .mobile-nav__toggler,
  .stricky-header-three .mobile-nav__toggler,
  .header .mobile-nav__toggler,
  .main-menu-two .mobile-nav__toggler {
    display: block;
  }
}
.sidebar-btn__toggler {
  width: 32px;
  border: 0;
  outline: 0;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 0;
}

@media (max-width: 1199px) {
  .sidebar-btn__toggler {
    width: 30px;
    grid-gap: 6px;
  }
}
.sidebar-btn__toggler span {
  width: 4px;
  height: 4px;
  background-color: rgba(var(--noile-white-rgb), 0.2);
  border-radius: 50%;
}

.sidebar-btn__toggler span:nth-child(4) {
  background-color: var(--noile-base, #D94645);
}

.sidebar-btn__toggler span:nth-child(5) {
  background-color: var(--noile-base, #D94645);
}

.sidebar-btn__toggler span:nth-child(6) {
  background-color: var(--noile-base, #D94645);
}

.sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}

@media (max-width: 1199px) {
  .stricky-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.stricky-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stricky-header-one .main-menu-one__logo {
  display: block;
  margin-right: 75px;
}

.stricky-header-one .main-menu-one__logo img {
  max-width: 100%;
}

@media (max-width: 1399px) {
  .stricky-header-one .main-menu-one__logo {
    margin-right: 30px;
  }
}
.stricky-header-one .main-menu-one__social {
  display: none;
}

.stricky-header-one .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stricky-header-one .mobile-nav__toggler-bars {
  background-color: var(--noile-white, #ffffff);
}

.stricky-header-two {
  background-color: var(--noile-white, #ffffff);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--noile-primary, #1d1d1d);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--noile-primary, #1d1d1d);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--noile-primary, #1d1d1d);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--noile-primary, #1d1d1d);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--noile-primary, #1d1d1d);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--noile-primary, #1d1d1d);
}

.stricky-header-two .sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}

@media (min-width: 1600px) {
  .stricky-header-three .container {
    max-width: 1744px;
  }
}
.stricky-header-three .main-menu-three__wrapper {
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .stricky-header-three .main-menu-three__wrapper {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .stricky-header-three .main-menu-three__logo {
    display: block;
  }
  .stricky-header-three .main-menu-three__logo img {
    max-width: 100%;
  }
}
.stricky-header-three .mobile-nav__toggler {
  display: none;
}

.stricky-header-three .mobile-nav__toggler-bars {
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 1199px) {
  .stricky-header-three .mobile-nav__toggler {
    display: block;
  }
}
.stricky-header-three .sidebar-btn__toggler {
  display: none;
}

@media (max-width: 1199px) {
  .stricky-header-three .sidebar-btn__toggler {
    display: grid;
    margin-left: 16px;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: url("../images/close.svg"), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .noile-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--noile-white, #ffffff);
  cursor: pointer;
}

.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(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--noile-white-rgb), 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-secondary, #A0A1A6);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li.dropdown > a > i.fa-angle-down {
  display: none;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--noile-white, #ffffff);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  border: none;
  outline: none;
  color: #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(--noile-white, #ffffff);
  color: var(--noile-primary, #1d1d1d);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__language {
  display: flex;
  align-items: center;
}

.mobile-nav__language img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 70px;
}

.mobile-nav__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
}

.mobile-nav__language .bootstrap-select > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid var(--noile-secondary, #A0A1A6);
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-top: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--noile-primary, #1d1d1d);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--noile-base, #D94645);
}

.mobile-nav__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  font-family: var(--noile-font, "Sora", sans-serif);
  color: var(--noile-secondary, #A0A1A6);
  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(--noile-white, #ffffff);
}

.mobile-nav__contact li > i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--noile-base, #D94645);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__socila {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav__socila-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__socila-link i {
  font-size: 16px;
  color: var(--noile-secondary, #A0A1A6);
}

.mobile-nav__socila-link:hover {
  background-color: var(--noile-base, #D94645);
}

.mobile-nav__socila-link:hover i {
  color: var(--noile-white, #ffffff);
}

.mobile-nav__container .main-menu-one__left,
.mobile-nav__container .main-menu-two__left,
.mobile-nav__container .main-menu-three__wrapper {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-nav__container .main-menu-one__social,
.mobile-nav__container .main-menu-one__right,
.mobile-nav__container .main-menu-two__right,
.mobile-nav__container .main-menu-two__logo,
.mobile-nav__container .main-menu-three__right,
.mobile-nav__container .main-menu-three__logo {
  display: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*-------------------------------------
# Sidebar One
-------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: url("../images/close.svg"), auto;
}

.sidebar-one__content {
  width: 300px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sidebar-one__content::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 24px;
  color: var(--noile-white, #ffffff);
  cursor: pointer;
}

.sidebar-one__close:hover {
  color: var(--noile-base, #D94645);
}

.sidebar-one__item:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-one__title {
  font-size: var(--noile-size-3xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.5;
  margin-bottom: 15px;
}

.sidebar-one__about-desc {
  margin-bottom: 0;
}

.sidebar-one__information-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sidebar-one__information-item {
  display: flex;
  align-items: flex-start;
}

.sidebar-one__information-item:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-one__information-icon {
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  margin-top: 7px;
  margin-right: 10px;
  line-height: normal;
}

.sidebar-one__information-icon.icofont-home {
  margin-top: 5px;
  font-size: 16px;
}

.sidebar-one__information-icon.icofont-clock-time {
  margin-top: 5.5px;
  font-size: 15px;
}

.sidebar-one__information-icon.icon-email {
  margin-top: 9px;
  font-size: 12px;
}

.sidebar-one__information-icon.icon-phone {
  margin-top: 7px;
  font-size: 14px;
}

.sidebar-one__information-address {
  margin-bottom: 0;
}

.sidebar-one__information-text {
  font-size: var(--noile-size-md);
  margin-bottom: 0;
}

.sidebar-one__information-text-link {
  color: var(--noile-secondary, #A0A1A6);
}

.sidebar-one__information-text-link:hover {
  color: var(--noile-base, #D94645);
}

.sidebar-one__socila {
  margin-bottom: 10px;
  margin-right: 0;
}

.sidebar-one__newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-one__newsletter-input {
  border: 0;
  outline: 0;
  color: var(--noile-white, #ffffff) !important;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 15px;
  padding-right: 10px;
  background-color: rgba(var(--noile-white-rgb), 0.05);
}

.sidebar-one__newsletter-btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-color: var(--noile-base, #D94645);
}

.sidebar-one__newsletter-btn i {
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 991;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--noile-black, #222222);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .noile-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}

.search-popup__content .noile-btn:hover {
  background-color: var(--noile-black, #222222);
  color: #fff;
}

.search-popup__content .noile-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding-top: 148px;
  padding-bottom: 142px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  overflow: hidden;
}

.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}

.page-header__vartical-text {
  position: relative;
  position: absolute;
  top: 77px;
  left: 60px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-lg);
  color: var(--noile-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 11;
  transition: all 2s ease;
}

.page-header__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 111;
}

.page-header__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 111;
}

@media (max-width: 1799px) {
  .page-header__vartical-text {
    left: 50px;
  }
}
@media (max-width: 1599px) {
  .page-header__vartical-text {
    display: none;
  }
}
.page-header__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}

.page-header__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.page-header__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.page-header__circle-text {
  position: relative;
  position: absolute;
  top: 50%;
  right: 107px;
  transform: translateY(-50%);
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 111;
}

@media (max-width: 1899px) {
  .page-header__circle-text {
    right: 180px;
  }
}
@media (max-width: 1799px) {
  .page-header__circle-text {
    right: 230px;
  }
}
@media (max-width: 1699px) {
  .page-header__circle-text {
    right: 275px;
  }
}
@media (max-width: 1599px) {
  .page-header__circle-text {
    right: 280px;
  }
}
@media (max-width: 1499px) {
  .page-header__circle-text {
    right: 320px;
  }
}
@media (max-width: 1399px) {
  .page-header__circle-text {
    right: 190px;
  }
}
@media (max-width: 1199px) {
  .page-header__circle-text {
    right: 200px;
  }
}
@media (max-width: 991px) {
  .page-header__circle-text {
    top: -5%;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .page-header__circle-text {
    display: none;
  }
}
.page-header__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}

.page-header__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.page-header__curved-circle--item {
  width: 164px;
}

.page-header__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-white-rgb), 0.4);
  letter-spacing: 0.2em;
}

.page-header__curved-circle--item span:first-child {
  color: rgba(var(--noile-white-rgb), 0.7);
}

.page-header__circle-text:hover .page-header__curved-circle--item span {
  color: var(--noile-white, #ffffff);
}

.page-header .container {
  position: relative;
  z-index: 11;
}

.page-header__circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -45px;
  left: -26px;
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}

@media (max-width: 1399px) {
  .page-header__circle {
    top: -60px;
    left: -20px;
  }
}
@media (max-width: 1199px) {
  .page-header__circle {
    width: 220px;
    height: 220px;
    left: -7px;
  }
}
@media (max-width: 767px) {
  .page-header__circle {
    width: 200px;
    height: 200px;
    top: -55px;
  }
}
@media (max-width: 575px) {
  .page-header__circle {
    top: -45px;
    left: 12px;
    width: 180px;
    height: 180px;
  }
}
.page-header__inner {
  position: relative;
  z-index: 111;
}

@media (max-width: 575px) {
  .page-header__inner {
    padding-left: 12px;
  }
}
.page-header__heading {
  margin-bottom: 25px;
}

.page-header__breadcrumb-wrap {
  display: flex;
  align-items: flex-start;
  padding-left: 7px;
}

@media (max-width: 575px) {
  .page-header__breadcrumb-wrap {
    padding-left: 0px;
  }
}
.page-header__arrow {
  font-size: 18px;
  color: var(--noile-white, #ffffff);
  margin-top: 5px;
  margin-right: 16px;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 575px) {
  .page-header__arrow {
    margin-right: 8px;
  }
}
@media (max-width: 425px) {
  .page-header__arrow {
    display: none;
  }
}
.page-header__shape-one {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 11;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1599px) {
  .page-header__shape-one {
    width: 350px;
  }
}
@media (max-width: 1399px) {
  .page-header__shape-one {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .page-header__shape-one {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .page-header__shape-one {
    width: 160px;
    bottom: -75px;
  }
}
@media (max-width: 575px) {
  .page-header__shape-one {
    width: 150px;
    bottom: -110px;
  }
}
.page-header__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}

.page-header__shape-one path:nth-child(2) {
  fill: #D33D3C;
}

.noile-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.noile-breadcrumb__item {
  position: relative;
  font-size: var(--noile-size-4xl);
  font-weight: 400;
  color: rgba(var(--noile-white-rgb), 0.6);
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .noile-breadcrumb__item {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .noile-breadcrumb__item {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .noile-breadcrumb__item {
    font-size: 16px;
  }
}
.noile-breadcrumb__item-divider,
.noile-breadcrumb__link {
  position: relative;
  display: inline-block;
  font-size: var(--noile-size-4xl);
  font-weight: 400;
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .noile-breadcrumb__item-divider,
  .noile-breadcrumb__link {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .noile-breadcrumb__item-divider,
  .noile-breadcrumb__link {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .noile-breadcrumb__item-divider,
  .noile-breadcrumb__link {
    font-size: 16px;
  }
}
.noile-breadcrumb__link:hover {
  color: rgba(var(--noile-white-rgb), 0.6);
}

/*--------------------------------------------------------------
# Page Sidebar
--------------------------------------------------------------*/
/*-------------------------------------
# Page Sidebar
-------------------------------------*/
.page-sidebar__single {
  padding: 27px 30px 30px;
  background-color: var(--noile-white3, #F7F7F7);
}

@media (max-width: 425px) {
  .page-sidebar__single {
    padding: 17px 20px 20px;
  }
}
.page-sidebar__single:not(:last-child) {
  margin-bottom: 30px;
}

.page-sidebar__title {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.page-sidebar__search-form {
  display: flex;
  align-items: center;
}

@media (max-width: 375px) {
  .page-sidebar__search-form {
    flex-direction: column;
  }
}
.page-sidebar__search-input {
  border: 0;
  outline: 0;
  padding: 10px 10px 10px 19px;
  width: calc(100% - 56px);
  height: 50px;
  background-color: var(--noile-white, #ffffff);
}

.page-sidebar__search-input::placeholder {
  color: var(--noile-secondary, #A0A1A6);
}

@media (max-width: 375px) {
  .page-sidebar__search-input {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-sidebar__search-btn {
  position: relative;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 50px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
  z-index: 1;
}

.page-sidebar__search-btn::after {
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}

.page-sidebar__search-btn:hover::after {
  width: 350px;
}

@media (max-width: 375px) {
  .page-sidebar__search-btn {
    width: 100%;
  }
}
.page-sidebar__search-icon {
  font-size: 14px;
  color: var(--noile-white, #ffffff);
}

.page-sidebar__service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.page-sidebar__service-item:not(:last-child) {
  margin-bottom: 10px;
}

.page-sidebar__service-link {
  padding: 10px 20px;
  display: block;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  background-color: var(--noile-white, #ffffff);
  text-transform: capitalize;
}

.page-sidebar__service-link:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 425px) {
  .page-sidebar__service-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-sidebar__social-link:nth-child(odd) {
  background-color: var(--noile-white, #ffffff) !important;
}

.page-sidebar__social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb), 0.08) !important;
}

.page-sidebar__social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}

.page-sidebar__social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}

.page-sidebar__social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}

.page-sidebar__contact {
  position: relative;
  padding: 131px 30px 132px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.page-sidebar__contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--noile-primary-rgb), 0.7);
  background-blend-mode: overlay;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-sidebar__contact {
    padding-top: 100px;
    padding-bottom: 101px;
  }
}
@media (max-width: 425px) {
  .page-sidebar__contact {
    padding-top: 80px;
    padding-bottom: 81px;
  }
}
.page-sidebar__contact-wrap {
  position: relative;
  z-index: 11;
  text-align: center;
}

.page-sidebar__contact-title {
  font-size: var(--noile-size-5xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.312;
  text-transform: capitalize;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .page-sidebar__contact-title {
    margin-bottom: 30px;
  }
}
.page-sidebar__contact-btn {
  padding: 17.5px 28px 17.5px;
  background-color: var(--noile-base3, #F42549);
}

.page-sidebar__contact-icon {
  color: var(--noile-white, #ffffff);
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.page-sidebar__contact-text {
  font-size: var(--noile-size-xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.375;
  margin-bottom: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.page-sidebar__contact-btn:hover {
  background-color: var(--noile-white, #ffffff);
}

.page-sidebar__contact-btn:hover span,
.page-sidebar__contact-btn:hover .page-sidebar__contact-text {
  color: var(--noile-primary, #1d1d1d);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.google-map__default {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 580px;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# FAQ Accordion
--------------------------------------------------------------*/
.accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.accrodion:not(:last-child) .accrodion-title {
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}

.accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 35px 0 35px 63px;
  background-color: var(--noile-white, #ffffff);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

@media (max-width: 575px) {
  .accrodion-title {
    padding: 20px 0 20px 53px;
  }
}
.accrodion-title h4 {
  position: relative;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  font-weight: 400;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accrodion.active .accrodion-title {
  border-color: transparent;
  padding-bottom: 14px;
}

.accrodion .accrodion-title h4::before {
  font-size: 16px;
  color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: 50%;
  left: -66px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--noile-primary-rgb), 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

@media (max-width: 575px) {
  .accrodion .accrodion-title h4::before {
    left: -56px;
  }
}
.accrodion:nth-child(1) .accrodion-title h4::before {
  content: "\eb01";
  font-family: Icofont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.accrodion:nth-child(2) .accrodion-title h4::before {
  content: "\eca7";
  font-family: Icofont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.accrodion:nth-child(3) .accrodion-title h4::before {
  content: "\e918";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accrodion:nth-child(4) .accrodion-title h4::before {
  content: "\e90e";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accrodion.active .accrodion-title h4::before {
  color: var(--noile-base, #D94645);
}

.accrodion-content {
  position: relative;
  padding-left: 63px;
  padding-bottom: 21px;
  background-color: var(--noile-white, #ffffff);
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}

@media (max-width: 575px) {
  .accrodion-content {
    padding-left: 50px;
  }
}
.accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zump2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zump3 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpSlow {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zumpTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(13px);
  }
}
@keyframes zumpBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes zumpShapeTop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes zumpShapeBottom {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes zumpX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-13px);
  }
}
@keyframes zumpX2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(13px);
  }
}
@keyframes squareMover1 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    transform: translate(141px, -20px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    transform: translate(83px, -60px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
@keyframes squareMover2 {
  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 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: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left 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 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 bannerShake {
  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 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 rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
/*-----------------------------------
# Main Slider
-----------------------------------*/
.main-slider {
  position: relative;
  z-index: 1;
}

.main-slider__slide {
  position: relative;
  padding-top: 244px;
  padding-bottom: 211px;
  z-index: 11;
}

@media (max-width: 991px) {
  .main-slider__slide {
    padding-top: 230px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .main-slider__slide {
    padding-top: 210px;
    padding-bottom: 160px;
  }
}
@media (max-width: 575px) {
  .main-slider__slide {
    padding-top: 170px;
    padding-bottom: 140px;
  }
}
@media (max-width: 425px) {
  .main-slider__slide {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}
@media (max-width: 375px) {
  .main-slider__slide {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.main-slider__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.main-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.main-slider__circle-text {
  position: relative;
  position: absolute;
  top: -154px;
  right: 119px;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 111;
}

@media (max-width: 1899px) {
  .main-slider__circle-text {
    right: 180px;
  }
}
@media (max-width: 1799px) {
  .main-slider__circle-text {
    right: 230px;
  }
}
@media (max-width: 1699px) {
  .main-slider__circle-text {
    right: 275px;
  }
}
@media (max-width: 1599px) {
  .main-slider__circle-text {
    right: 320px;
  }
}
@media (max-width: 1499px) {
  .main-slider__circle-text {
    right: 370px;
  }
}
@media (max-width: 1399px) {
  .main-slider__circle-text {
    right: 180px;
  }
}
@media (max-width: 991px) {
  .main-slider__circle-text {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .main-slider__circle-text {
    display: none;
  }
}
.main-slider__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}

.main-slider__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.main-slider__curved-circle--item {
  width: 164px;
}

.main-slider__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.4);
  letter-spacing: 0.2em;
}

.main-slider__curved-circle--item span:first-child {
  color: var(--noile-base, #D94645);
}

.main-slider__circle-text:hover .main-slider__curved-circle--item span {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.7);
}

.main-slider__vartical-text {
  position: relative;
  position: absolute;
  top: 287px;
  left: -88px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-lg);
  color: var(--noile-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(-110px);
  z-index: 11;
  transition: all 2s ease;
}

.main-slider__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 111;
}

.main-slider__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 111;
}

@media (max-width: 1799px) {
  .main-slider__vartical-text {
    left: -100px;
  }
}
@media (max-width: 1599px) {
  .main-slider__vartical-text {
    display: none;
  }
}
.main-slider__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 11;
}

.main-slider__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.main-slider__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.main-slider__container {
  position: relative;
  z-index: 111;
}

.main-slider__content {
  position: relative;
  width: 100%;
  max-width: 1031px;
  z-index: 11;
}

@media (max-width: 1799px) {
  .main-slider__content {
    max-width: 970px;
  }
}
@media (max-width: 1599px) {
  .main-slider__content {
    max-width: 900px;
  }
}
@media (max-width: 1399px) {
  .main-slider__content {
    max-width: 830px;
  }
}
@media (max-width: 1199px) {
  .main-slider__content {
    max-width: 650px;
  }
}
.main-slider__desc-wrap {
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
}

.main-slider__title {
  margin-bottom: 22px;
}

@media (max-width: 425px) {
  .main-slider__title {
    line-height: 1.3;
  }
}
.main-slider__arrow {
  font-size: 18px;
  color: var(--noile-white, #ffffff);
  margin-top: 5px;
  margin-right: 15px;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 575px) {
  .main-slider__arrow {
    margin-right: 8px;
  }
}
.main-slider__desc {
  font-size: var(--noile-size-4xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .main-slider__desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .main-slider__desc {
    font-size: 19px;
  }
}
@media (max-width: 425px) {
  .main-slider__desc {
    font-size: 16px;
  }
}
.main-slider__circle {
  width: 366px;
  height: 366px;
  border-radius: 50%;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -17px;
  left: -85px;
  animation: zumpBottom 1s infinite alternate;
}

@media (max-width: 1799px) {
  .main-slider__circle {
    left: -45px;
  }
}
@media (max-width: 1599px) {
  .main-slider__circle {
    top: -30px;
    left: -20px;
  }
}
@media (max-width: 1399px) {
  .main-slider__circle {
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .main-slider__circle {
    top: -90px;
    left: -2px;
  }
}
@media (max-width: 991px) {
  .main-slider__circle {
    width: 340px;
    height: 340px;
    top: -65px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .main-slider__circle {
    width: 300px;
    height: 300px;
    top: -68px;
  }
}
@media (max-width: 575px) {
  .main-slider__circle {
    width: 270px;
    height: 270px;
    top: -58px;
    left: 8px;
  }
}
@media (max-width: 425px) {
  .main-slider__circle {
    width: 260px;
    height: 260px;
    top: -30px;
  }
}
.main-slider__shape-one {
  fill: var(--noile-base, #D94645);
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider__shape-one {
    width: 300px;
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .main-slider__shape-one {
    width: 260px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .main-slider__shape-one {
    display: none;
  }
}
.main-slider__shape-two {
  fill: var(--noile-base, #D94645);
  position: absolute;
  right: -12px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider__shape-two {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .main-slider__shape-two {
    display: none;
  }
}
.main-slider__letter-one {
  position: absolute;
  right: 333px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1599px) {
  .main-slider__letter-one {
    width: 200px;
  }
}
@media (max-width: 1399px) {
  .main-slider__letter-one {
    width: 180px;
    right: 290px;
  }
}
@media (max-width: 1199px) {
  .main-slider__letter-one {
    right: 240px;
  }
}
@media (max-width: 991px) {
  .main-slider__letter-one {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .main-slider__letter-one {
    display: none;
  }
}
/*-----------------------------------
# Main Slider Two
-----------------------------------*/
.main-slider-two .main-slider__vartical-text {
  top: 290px;
  z-index: 1111;
}

.main-slider-two .main-slider-two__slide {
  position: relative;
  padding-top: 149px;
  padding-bottom: 98px;
  z-index: 11;
}

@media (max-width: 575px) {
  .main-slider-two .main-slider-two__slide {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .main-slider-two .main-slider-two__slide {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.main-slider-two .sec-title__top-wrap {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .main-slider-two .sec-title__top-wrap {
    margin-bottom: 10px;
  }
}
.main-slider-two .main-slider-two__title {
  font-size: var(--noile-size-8xl);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 34px;
}

@media (max-width: 425px) {
  .main-slider-two .main-slider-two__title {
    margin-bottom: 25px;
  }
}
.main-slider-two .main-slider__circle-text {
  top: -46px;
  right: 111px;
}

@media (max-width: 1599px) {
  .main-slider-two .main-slider__circle-text {
    right: 160px;
  }
}
@media (max-width: 991px) {
  .main-slider-two .main-slider__circle-text {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .main-slider-two .main-slider__circle-text {
    display: none;
  }
}
.main-slider-two__shape-one {
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.main-slider-two__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}

.main-slider-two__shape-one path:nth-child(2) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.1;
}

.main-slider-two__shape-one path:nth-child(3) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.05;
}

@media (max-width: 1199px) {
  .main-slider-two__shape-one {
    top: -200px;
    right: -200px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-one {
    display: none;
  }
}
.main-slider-two__shape-two {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  animation: zumpTop 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider-two__shape-two {
    bottom: -60px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__shape-two {
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-two {
    bottom: -150px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-two {
    bottom: -200px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__shape-two {
    bottom: -220px;
  }
}
@media (max-width: 520px) {
  .main-slider-two__shape-two {
    bottom: -250px;
  }
}
@media (max-width: 425px) {
  .main-slider-two__shape-two {
    bottom: -270px;
  }
}
.main-slider-two__shape-three {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 11;
  animation: zumpTop 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider-two__shape-three {
    bottom: -60px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__shape-three {
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-three {
    bottom: -150px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-three {
    bottom: -200px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__shape-three {
    bottom: -220px;
  }
}
@media (max-width: 520px) {
  .main-slider-two__shape-three {
    bottom: -250px;
  }
}
@media (max-width: 425px) {
  .main-slider-two__shape-three {
    bottom: -270px;
  }
}
.main-slider-two__shape-four {
  position: absolute;
  left: 54px;
  bottom: -15px;
  z-index: 1;
  animation: zumpBottom 1s infinite alternate;
}

.main-slider-two__shape-four path:nth-child(1) {
  fill: var(--noile-base2, #BE403F);
}

.main-slider-two__shape-four path:nth-child(2) {
  fill: var(--noile-base, #D94645);
}

.main-slider-two__shape-four path:nth-child(3) {
  fill: var(--noile-base, #D94645);
}

@media (max-width: 1599px) {
  .main-slider-two__shape-four {
    bottom: -55px;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__shape-four {
    bottom: -97px;
    left: -94px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-four {
    bottom: -180px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-four {
    display: none;
  }
}
.main-slider-two__box-one {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: 142px;
  bottom: 119px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .main-slider-two__box-one {
    bottom: 59px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__box-one {
    bottom: 49px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__box-one {
    display: none;
  }
}
/*-----------------------------------
# Main Slider Three
-----------------------------------*/
.main-slider-three .main-slider__vartical-text {
  color: var(--noile-primary, #1d1d1d);
  top: 290px;
  z-index: 1111;
}

.main-slider-three .main-slider-three__slide {
  position: relative;
  padding-top: 156px;
  padding-bottom: 128px;
  z-index: 11;
}

@media (max-width: 1799px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 236px;
  }
}
@media (max-width: 1599px) {
  .main-slider-three .main-slider-three__slide {
    padding-bottom: 205px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three .main-slider-three__slide {
    padding-bottom: 285px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (max-width: 375px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-white2-rgb, 246, 246, 246), 0.9);
  background-blend-mode: overlay;
  z-index: 1;
}

.main-slider-three .main-slider__vartical-line {
  border-right-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.main-slider-three .main-slider__vartical-line--one {
  border-left-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.main-slider-three .main-slider__circle-text {
  top: 55px;
  left: 52px;
  z-index: 11;
}

@media (max-width: 1199px) {
  .main-slider-three .main-slider__circle-text {
    left: auto;
  }
}
@media (max-width: 1199px) {
  .main-slider-three .main-slider__circle-text {
    top: 70px;
    right: 50px;
    z-index: 111;
  }
}
.main-slider-three .main-slider__curved-circle--item span {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.2);
}

.main-slider-three .main-slider__circle-text:hover .main-slider__curved-circle--item span {
  color: var(--noile-base, #D94645);
}

.main-slider-three__container {
  position: relative;
  z-index: 11;
}

@media (min-width: 1600px) {
  .main-slider-three__content-col {
    width: 58.33%;
  }
}
.main-slider-three__content {
  max-width: 665px;
  position: relative;
  z-index: 11;
}

.main-slider-three .sec-title__top-wrap {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .main-slider-three .sec-title__top-wrap {
    margin-bottom: 10px;
  }
}
.main-slider-three .main-slider-three__title {
  color: var(--noile-primary, #1d1d1d);
  margin-bottom: 107px;
}

@media (max-width: 1599px) {
  .main-slider-three .main-slider-three__title {
    margin-bottom: 57px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three .main-slider-three__title {
    margin-bottom: 40px;
  }
}
.main-slider-three .main-slider__arrow {
  color: var(--noile-primary, #1d1d1d);
}

.main-slider-three .main-slider__desc {
  color: var(--noile-primary, #1d1d1d);
  margin-bottom: 0;
}

.main-slider-three__content-shape-one {
  position: absolute;
  top: -50px;
  right: 163px;
  z-index: 1;
  animation: zump 4s infinite linear;
}

@media (max-width: 1599px) {
  .main-slider-three__content-shape-one {
    right: 100px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__content-shape-one {
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__content-shape-one {
    visibility: hidden;
    z-index: -1;
  }
}
.main-slider-three__img-col {
  position: relative;
  z-index: 1;
}

@media (min-width: 1600px) {
  .main-slider-three__img-col {
    width: 41.66%;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__img-col {
    display: none;
  }
}
.main-slider-three__img-box {
  position: relative;
  position: absolute;
  top: 0;
  right: -92px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .main-slider-three__img-box {
    right: 5px;
  }
}
.main-slider-three__img-box-one {
  width: 100%;
  max-width: 526px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1399px) {
  .main-slider-three__img-box-one {
    max-width: 470px;
  }
}
.main-slider-three__img-box-one::before {
  content: "";
  width: 440px;
  height: 100%;
  position: absolute;
  top: -20px;
  right: 17px;
  background-color: var(--noile-white4, #F4E5E5);
  z-index: -1;
  transform: skewX(8deg);
  animation: sliderThreeZumpTop 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider-three__img-box-one::before {
    width: 384px;
    transform: skewX(7deg);
  }
}
.main-slider-three__img-box-one::after {
  content: "";
  width: 440px;
  height: 100%;
  position: absolute;
  top: -50px;
  left: -5px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 11;
  transform: skewX(8deg);
}

@media (max-width: 1399px) {
  .main-slider-three__img-box-one::after {
    width: 384px;
  }
}
.main-slider-three__img-box-one-inner {
  -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.main-slider-three__img-one {
  mix-blend-mode: luminosity;
}

.main-slider-three__img-box-two {
  max-width: 526px;
  position: absolute;
  top: 130px;
  left: -192px;
  z-index: 11;
}

@media (max-width: 1599px) {
  .main-slider-three__img-box-two {
    left: -125px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-two {
    max-width: 470px;
  }
}
.main-slider-three__img-box-two-inner {
  position: relative;
  -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.main-slider-three__img-box-two-inner::after {
  content: "";
  width: calc(100% - 130px);
  height: calc(100% - 62px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(12deg);
  border: 10px solid var(--noile-white, #ffffff);
  z-index: 11;
}

@media (max-width: 1399px) {
  .main-slider-three__img-box-two-inner::after {
    transform: translate(-50%, -50%) skewX(10deg);
  }
}
.main-slider-three__img-two {
  mix-blend-mode: luminosity;
}

.main-slider-three__img-box-shape-one {
  position: absolute;
  top: -35px;
  left: -169px;
  z-index: 11;
  animation: treeMove 6s infinite alternate;
}

.main-slider-three__img-box-shape-two {
  position: absolute;
  left: -160px;
  bottom: -22px;
  z-index: 11;
  animation: zump 3s infinite linear;
}

@media (max-width: 1599px) {
  .main-slider-three__img-box-shape-two {
    left: -120px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-shape-two {
    left: -90px;
  }
}
.main-slider-three__img-box-shape-three {
  position: absolute;
  top: 87px;
  left: -87px;
  width: 32.5px;
  height: 21px;
  background-color: var(--noile-base, #D94645);
  clip-path: polygon(0 0, 89% 0, 100% 100%, 11% 100%);
  z-index: 1;
  animation: zump 3s infinite linear;
}

.main-slider-three__shape-one {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.main-slider-three__shape-one path:nth-child(1) {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.1;
}

.main-slider-three__shape-one path:nth-child(2) {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}

@media (max-width: 1199px) {
  .main-slider-three__shape-one {
    top: -250px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__shape-one {
    top: -310px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__shape-one {
    top: -340px;
    right: -50px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__shape-one {
    display: none;
  }
}
.main-slider-three__shape-two {
  position: absolute;
  top: 315px;
  right: -5px;
  z-index: 1;
  animation: zump 3s infinite linear;
}

.main-slider-three__shape-two path {
  fill: var(--noile-primary, #1d1d1d);
}

@media (max-width: 1199px) {
  .main-slider-three__shape-two {
    top: 70px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__shape-two {
    display: none;
  }
}
.main-slider-three__shape-three {
  position: absolute;
  left: 54px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.main-slider-three__shape-three path:nth-child(1) {
  fill: #F0F0F0;
}

.main-slider-three__shape-three path:nth-child(2) {
  fill: #F0F0F0;
}

.main-slider-three__shape-three path:nth-child(3) {
  fill: #DFDFDF;
}

@media (max-width: 1399px) {
  .main-slider-three__shape-three {
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__shape-three {
    bottom: -134px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__shape-three {
    bottom: -175px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__shape-three {
    bottom: -226px;
  }
}
.main-slider-three__shape-four {
  position: absolute;
  left: 54px;
  bottom: -15px;
  z-index: 1;
  animation: zumpBottom 1s infinite alternate;
}

.main-slider-three__box-one {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: 143px;
  bottom: 120px;
  z-index: 1;
  animation: zump 3s infinite linear;
}

@media (max-width: 1799px) {
  .main-slider-three__box-one {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__box-one {
    display: none;
  }
}
.main-slider-three__carousel .owl-dot {
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.3) !important;
}

.main-slider-three__carousel .owl-dot span {
  background: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.5) !important;
}

.main-slider-three__carousel .owl-dot.active {
  border-color: var(--noile-base, #D94645) !important;
}

.main-slider-three__carousel .owl-dot.active span {
  background: var(--noile-base, #D94645) !important;
}

.main-slider__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.main-slider__carousel .slide-title .sec-title__top-wrap,
.main-slider__carousel .slide-title__heading {
  transform: translateY(-90px);
  transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
}

.main-slider__carousel .slide-title__desc-wrap,
.main-slider__carousel .slide-title__btn-box {
  transform: translateY(90px);
  transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
}

.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-one,
.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-two {
  transform: translateX(150%);
  transition: all 3s ease;
}

.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-two {
  transition-delay: 2s;
}

.main-slider__carousel .owl-item.active .sec-title__top-wrap,
.main-slider__carousel .owl-item.active .slide-title__heading,
.main-slider__carousel .owl-item.active .slide-title__desc-wrap,
.main-slider__carousel .owl-item.active .slide-title__btn-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-slider__carousel .owl-item.active .slide-title__vartical-text {
  opacity: 1;
  visibility: visible;
  transform: rotate(180deg) translateY(0px);
}

.main-slider__carousel .owl-item.active .main-slider-three__img-box-one,
.main-slider__carousel .owl-item.active .main-slider-three__img-box-two {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.main-slider__carousel .owl-dots {
  position: absolute;
  left: 95px;
  bottom: 50px;
  z-index: 111;
  justify-content: flex-start;
}

@media (max-width: 425px) {
  .main-slider__carousel .owl-dots {
    left: 20px;
  }
}
.main-slider__carousel .owl-dots .owl-dot {
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
}

.main-slider__carousel .owl-dots .owl-dot span {
  background-color: rgba(var(--noile-white-rgb), 0.5);
}

@keyframes sliderThreeZumpTop {
  0% {
    transform: translateY(0) skewX(8deg);
  }
  100% {
    transform: translateY(-13px) skewX(8deg);
  }
}
/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
/*-------------------------------------
# Service One
-------------------------------------*/
.service-one {
  position: relative;
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: var(--noile-white, #ffffff);
  z-index: 11;
}

@media (max-width: 575px) {
  .service-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.service-one .container {
  position: relative;
  z-index: 11;
}

.service-one__shape-one {
  position: absolute;
  top: 48px;
  left: 85px;
  animation: squareMover2 20s linear infinite alternate;
  z-index: -1;
}

@media (max-width: 1799px) {
  .service-one__shape-one {
    left: 70px;
    width: 120px;
  }
}
@media (max-width: 1599px) {
  .service-one__shape-one {
    top: 25px;
    left: 40px;
    width: 90px;
  }
}
.service-one__item {
  position: relative;
  padding: 49px 30px 39px;
  border: 1px solid var(--noile-white2, #F6F6F6);
  transition: all 0.4s ease-in-out;
  background-color: var(--noile-white, #ffffff);
}

.service-one__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}

.service-one__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}

.service-one__item:hover::before,
.service-one__item:hover::after {
  border-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  height: 100%;
}

.service-one__item:hover {
  border-color: transparent;
}

.service-one__item:hover .service-one__category {
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
}

.service-one__category {
  display: inline-block;
  padding: 8px 22px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-primary, #1d1d1d);
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--noile-white2, #F6F6F6);
  border-radius: 50px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .service-one__category {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .service-one__category {
    margin-bottom: 50px;
  }
}
.service-one__img {
  margin-bottom: 40px;
}

.service-one__text {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.875;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.service-one__text span {
  font-weight: 700;
}

.service-one__btn {
  padding: 10.5px 27.5px 8.5px 27.5px;
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  line-height: 1.571;
  background-color: var(--noile-white2, #F6F6F6);
}

.service-one__btn::after {
  background-color: var(--noile-primary, #1d1d1d);
}

.service-one__btn::before {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}

.service-one__btn:hover {
  color: var(--noile-white, #ffffff);
}

.service-one__btn:hover::after {
  width: 300px;
}

.service-one__bottom-desc-wrap {
  margin-top: 40px;
  text-align: center;
}

.service-one__bottom-desc {
  margin-bottom: 0;
}

.service-one__bottom-desc span {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
}

.service-one__circle-text {
  position: relative;
  position: absolute;
  right: -88px;
  bottom: 153px;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 1599px) {
  .service-one__circle-text {
    right: -45px;
  }
}
@media (max-width: 1310px) {
  .service-one__circle-text {
    display: none;
  }
}
.service-one__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.service-one__curved-circle--item {
  width: 164px;
}

.service-one__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-primary-rgb), 0.4);
  letter-spacing: 0.2em;
}

.service-one__curved-circle--item span:first-child {
  color: var(--noile-base, #D94645);
}

/*-------------------------------------
# Service Two
-------------------------------------*/
.service-two {
  position: relative;
  z-index: 1;
  margin-top: -112px;
  padding-top: 232px;
  padding-bottom: 0;
  background-color: var(--noile-white, #ffffff);
}

.service-two-two {
  background-color: var(--noile-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .service-two {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .service-two {
    padding-top: 192px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .service-two-one {
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .service-two .container {
    max-width: 100%;
  }
}
.service-two__col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 438px;
  border: 1px solid #EEEEEE;
  transition: all 0.4s ease-in-out;
  padding: 40px 30px;
}

@media (max-width: 1199px) {
  .service-two__col {
    display: block;
    padding: 0 12px;
    border: 0;
    min-height: auto;
  }
}
@media (max-width: 1399px) {
  .service-two__col--one,
  .service-two__col--six {
    display: none;
  }
}
.service-two__item {
  text-align: center;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .service-two__item {
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 50px 19px;
    min-height: 300px;
  }
  .service-two__item:hover {
    border-color: var(--noile-primary, #1d1d1d);
  }
}
@media (max-width: 575px) {
  .service-two__item {
    min-height: auto;
  }
}
.service-two__letter-s {
  max-width: 100%;
  height: auto;
}

.service-two__icon circle,
.service-two__icon path {
  stroke: var(--noile-primary, #1d1d1d);
}

.service-two__title {
  margin-top: 46px;
  margin-bottom: 0;
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1599px) {
  .service-two__title {
    font-size: 20px;
  }
}
.service-two__col:hover {
  border-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 575px) {
  .service-two__col:hover {
    border: 0;
  }
}
.service-two__col:hover .service-two__icon circle,
.service-two__col:hover .service-two__icon path {
  stroke: var(--noile-base, #D94645);
}

.service-two__col:hover .service-two__title {
  color: var(--noile-base, #D94645);
}

.service-two__circle-text {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-two__circle-text:hover .service-one__curved-circle--item span {
  color: var(--noile-base, #D94645);
}

.service-two__shape-one {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .service-two__shape-one {
    right: -50px;
  }
}
@media (max-width: 1199px) {
  .service-two__shape-one {
    display: none;
  }
}
.service-two__shape-one path {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}

.service-two-one {
  margin-top: 0;
  padding-top: 120px;
}

@media (max-width: 575px) {
  .service-two-one {
    padding-top: 80px;
  }
}
/*-------------------------------------
# Service Three
-------------------------------------*/
.service-three {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .service-three {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .service-three .container {
    max-width: 1320px;
  }
}
@media (max-width: 991px) {
  .service-three__col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .service-three__col {
    min-height: 300px;
  }
  .service-three__col--four,
  .service-three__col--six {
    display: none;
  }
}
@media (max-width: 575px) {
  .service-three__col {
    min-height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.service-three__col:hover {
  background-color: var(--noile-primary, #1d1d1d);
  border-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 575px) {
  .service-three__col:hover {
    background-color: transparent;
    border: 0;
  }
}
.service-three__col:hover .service-three__icon circle,
.service-three__col:hover .service-three__icon path {
  stroke: var(--noile-white, #ffffff);
}

.service-three__col:hover .service-three__title {
  color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .service-three__item {
    background-color: var(--noile-white, #ffffff);
  }
  .service-three__item:hover {
    background-color: var(--noile-primary, #1d1d1d);
  }
}
.service-three__circle-text {
  display: block;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-three__circle-text:hover .service-one__curved-circle--item span {
  color: var(--noile-base, #D94645);
}

.service-three__item-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-three__item-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 1;
  text-align: left;
}

.service-three__item-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  border-radius: 50%;
  border-left: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.service-three__item-btn span {
  font-family: var(--noile-font2, "Syne", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.562;
}

.service-three__item-btn span .icon-arrow-right-2 {
  vertical-align: bottom;
  font-size: 17px;
  margin-left: 9px;
  color: var(--noile-primary, #1d1d1d);
}

.service-three__item-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}

.service-three__item-btn:hover::before {
  left: 0;
}

.service-three__item-btn:hover span,
.service-three__item-btn:hover .icon-arrow-right-2 {
  color: var(--noile-white, #ffffff);
}

.service-three__item-btn:hover .icon-arrow-right-2 {
  transform: rotate(41deg);
}

.service-three-one {
  padding-top: 115px;
  background-color: var(--noile-white2, #F6F6F6);
}

@media (max-width: 575px) {
  .service-three-one {
    padding-top: 75px;
  }
}
.service-three-one__inner-container {
  padding-left: 0;
  padding-right: 0;
}

.service-three-one__heading {
  margin-bottom: 22px;
}

.service-three-one__desc {
  margin-bottom: 109px;
}

@media (max-width: 991px) {
  .service-three-one__desc {
    margin-bottom: 21px;
  }
}
@media (max-width: 575px) {
  .service-three-one .service-three__item {
    background-color: var(--noile-white2, #F6F6F6);
  }
  .service-three-one .service-three__item:hover {
    background-color: var(--noile-primary, #1d1d1d);
  }
}
.service-three-one__item-btn-box {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .service-three-one__item-btn-box {
    display: none;
  }
}
.service-three-one__col-btn {
  display: none;
}

@media (max-width: 991px) {
  .service-three-one__col-btn {
    display: flex;
  }
}
/*-------------------------------------
# Service One Carouusel
-------------------------------------*/
.service-one__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*-------------------------------------
# Service Two Carouusel
-------------------------------------*/
.service-two-slider {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 575px) {
  .service-two-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .service-two__carousel .service-two__col {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .service-two__carousel .service-two__col {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-two__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*-------------------------------------
# Service Three Carouusel
-------------------------------------*/
@media (max-width: 575px) {
  .service-three__carousel .service-three__col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*-------------------------------------
# Service Details Page
-------------------------------------*/
.service-details-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .service-details-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.service-details-page__right {
  padding-left: 0;
  padding-right: 0;
}

.service-details-page__top-service-img-box {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-bottom: 45px;
}

.service-details-page__top-service-img {
  mix-blend-mode: luminosity;
  width: 100%;
}

.service-details-page__top-service-title {
  font-size: var(--noile-size-5xl);
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 10px;
}

.service-details-page__top-service-desc {
  margin-bottom: 0;
}

.service-details-page__consulting {
  margin-top: 12px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 425px) {
  .service-details-page__consulting {
    flex-direction: column;
  }
}
.service-details-page__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}

@media (max-width: 1399px) {
  .service-details-page__consulting-img--two {
    margin-right: 33px;
  }
}
@media (max-width: 425px) {
  .service-details-page__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.service-details-page__consulting-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.service-details-page__consulting-desc {
  margin-bottom: 0;
}

.service-details-page__inner-row {
  display: grid;
  grid-template-columns: 306px 1fr;
  grid-column-gap: 108px;
  align-items: center;
}

@media (max-width: 1599px) {
  .service-details-page__inner-row {
    grid-column-gap: 70px;
  }
}
@media (max-width: 1399px) {
  .service-details-page__inner-row {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1199px) {
  .service-details-page__inner-row {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }
}
.service-details-page__join-img-box {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.service-details-page__join-img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details-page__join-title {
  font-size: var(--noile-size-5xl);
  line-height: 1.312;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.service-details-page__join-desc {
  margin-bottom: 41px;
}

.service-details-page__service {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 30px;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 425px) {
  .service-details-page__service {
    grid-gap: 15px;
  }
}
.service-details-page__service:not(:last-child) {
  margin-bottom: 30px;
}

.service-details-page__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.service-details-page__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.service-details-page__service-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}

.service-details-page__service-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}

.service-details-page__service:hover .service-details-page__service-icon {
  background-color: var(--noile-base, #D94645);
}

.service-details-page__service:hover .service-details-page__service-icon::after {
  left: 0;
  border-color: var(--noile-base, #D94645);
}

.service-details-page__accrodion-box {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .service-details-page__accrodion-box {
    margin-top: 40px;
  }
}
.service-details-page .accrodion:first-child .accrodion-title {
  border-top: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}

.service-details-page .accrodion-title {
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}

/*--------------------------------------------------------------
# Get Work
--------------------------------------------------------------*/
/*-------------------------------------
# Get Work One
-------------------------------------*/
.get-work-one__wrapper {
  position: relative;
  padding-top: 57px;
  padding-bottom: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 11;
  overflow: hidden;
}

@media (max-width: 991px) {
  .get-work-one__wrapper {
    padding-top: 114px;
    padding-bottom: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.get-work-one .row {
  justify-content: center;
  align-items: center;
}

.get-work-one__heading {
  color: var(--noile-white, #ffffff);
}

.get-work-one__sec-title {
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .get-work-one__sec-title {
    text-align: center;
  }
}
.get-work-one__video {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 11;
}

@media (max-width: 991px) {
  .get-work-one__video {
    margin-top: 40px;
    justify-content: center;
  }
}
.get-work-one__video-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 94px;
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
}

.get-work-one__video-btn-icon {
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
}

.get-work-one__video-btn-border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
  z-index: -1;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}

@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.get-work-one__video-btn-border:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.get-work-one__video-btn-border:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.get-work-one__video-btn-border:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.get-work-one__video-btn:hover {
  border-color: var(--noile-base, #D94645);
}

.get-work-one__video-btn:hover .get-work-one__video-btn-icon {
  color: var(--noile-base, #D94645);
}

.get-work-one__video-btn:hover .get-work-one__video-btn-border {
  border-color: var(--noile-base, #D94645);
}

@media (max-width: 1399px) {
  .get-work-one__video-btn {
    width: 70px;
    height: 78px;
  }
}
.get-work-one__border-one {
  position: absolute;
  top: -39px;
  right: 90px;
  z-index: -1;
  animation: zumpTop 1s infinite alternate;
}

.get-work-one__border-two {
  position: absolute;
  left: 70px;
  bottom: -31px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 575px) {
  .get-work-one__border-two {
    display: none;
  }
}
.get-work-one__ornament-one {
  position: absolute;
  right: 20px;
  bottom: -46px;
}

@media (max-width: 767px) {
  .get-work-one__ornament-one {
    bottom: -80px;
  }
}
@media (max-width: 425px) {
  .get-work-one__ornament-one {
    bottom: -105px;
  }
}
.get-work-one__ornament-two {
  position: absolute;
  top: -56px;
  left: 134px;
}

@media (max-width: 991px) {
  .get-work-one__ornament-two {
    top: -112px;
  }
}
.get-work-one__shape-one {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.get-work-one__shape-one path:nth-child(1) {
  fill: #BE403F;
}

.get-work-one__shape-one path:nth-child(2) {
  fill: #BE403F;
}

.get-work-one__shape-one path:nth-child(3) {
  fill: #D94645;
}

@media (max-width: 1399px) {
  .get-work-one__shape-one {
    right: -75px;
  }
}
@media (max-width: 1199px) {
  .get-work-one__shape-one {
    right: -90px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-one {
    top: auto;
    right: -45px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .get-work-one__shape-one {
    right: -80px;
    bottom: -20px;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-one {
    right: -90px;
    bottom: -25px;
  }
}
@media (max-width: 425px) {
  .get-work-one__shape-one {
    bottom: -55px;
  }
}
@media (max-width: 375px) {
  .get-work-one__shape-one {
    bottom: -75px;
  }
}
.get-work-one__shape-two {
  position: absolute;
  top: 0;
  right: 67px;
  z-index: -1;
}

.get-work-one__shape-two path {
  fill: rgba(var(--noile-white-rgb), 0.05);
}

@media (max-width: 1399px) {
  .get-work-one__shape-two {
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .get-work-one__shape-two {
    right: -140px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-two {
    right: -305px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-two {
    right: -260px;
  }
}
.get-work-one__shape-three {
  position: absolute;
  top: 0;
  left: 155px;
  z-index: -1;
}

.get-work-one__shape-three path {
  fill: rgba(var(--noile-white-rgb), 0.05);
}

@media (max-width: 1199px) {
  .get-work-one__shape-three {
    left: 95px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-three {
    left: -100px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-three {
    left: -270px;
  }
}
@media (max-width: 425px) {
  .get-work-one__shape-three {
    left: -315px;
  }
}
@media (max-width: 375px) {
  .get-work-one__shape-three {
    left: -355px;
  }
}
.get-work-one__shape-four {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.get-work-one__shape-four path:nth-child(1) {
  fill: #BE403F;
}

.get-work-one__shape-four path:nth-child(2) {
  fill: #BE403F;
}

.get-work-one__shape-four path:nth-child(3) {
  fill: #D94645;
}

@media (max-width: 1399px) {
  .get-work-one__shape-four {
    left: -25px;
  }
}
@media (max-width: 1199px) {
  .get-work-one__shape-four {
    left: -75px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-four {
    top: auto;
    left: -60px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .get-work-one__shape-four {
    left: -80px;
    bottom: -90px;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-four {
    display: none;
  }
}
/*-------------------------------------
# Get Work Two
-------------------------------------*/
.get-work-two {
  position: relative;
  position: relative;
  padding-top: 49px;
  padding-bottom: 54px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 11;
  overflow: hidden;
}

@media (max-width: 991px) {
  .get-work-two {
    padding-top: 114px;
    padding-bottom: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.get-work-two .get-work-one__wrapper {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  z-index: 1;
  overflow: visible;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__wrapper {
    padding: 0;
  }
}
.get-work-two .container {
  position: relative;
  z-index: 1;
}

.get-work-two .row {
  justify-content: space-between;
  align-items: center;
}

.get-work-two .get-work-one__sec-title {
  padding-right: 45px;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__sec-title {
    padding-right: 0;
  }
}
.get-work-two .get-work-one__border-one {
  top: -33px;
  right: 23px;
}

.get-work-two .get-work-one__border-two {
  left: 274px;
  bottom: -35px;
}

@media (max-width: 575px) {
  .get-work-two .get-work-one__border-two {
    display: none;
  }
}
.get-work-two .get-work-one__ornament-one {
  right: -88px;
  bottom: -55px;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__ornament-one {
    display: none;
  }
}
.get-work-two .get-work-one__ornament-two {
  top: -48px;
  left: 330px;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__ornament-two {
    display: none;
  }
}
.get-work-two .get-work-one__video {
  justify-content: center;
}

@media (max-width: 1599px) {
  .get-work-two .get-work-one__video {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__video {
    margin-top: 60px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__video {
    margin-top: 40px;
  }
}
.get-work-two .get-work-one__shape-one {
  right: 95px;
}

@media (max-width: 1799px) {
  .get-work-two .get-work-one__shape-one {
    right: 0;
  }
}
@media (max-width: 1599px) {
  .get-work-two .get-work-one__shape-one {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .get-work-two .get-work-one__shape-one {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-one {
    right: -50px;
    bottom: -5px;
    animation: zumpTop 1s infinite alternate;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-one {
    right: -90px;
  }
}
.get-work-two .get-work-one__shape-two {
  top: -24px;
  right: 80px;
}

@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-two {
    right: 150px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 1199px) {
  .get-work-two .get-work-one__shape-two {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-two {
    top: -93px;
    right: -150px;
  }
}
@media (max-width: 767px) {
  .get-work-two .get-work-one__shape-two {
    right: -260px;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-two {
    right: -260px;
  }
}
.get-work-two .get-work-one__shape-three {
  top: -25px;
  left: 139px;
}

@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-three {
    left: -135px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-three {
    top: -92px;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-three {
    left: -270px;
  }
}
@media (max-width: 425px) {
  .get-work-two .get-work-one__shape-three {
    left: -315px;
  }
}
@media (max-width: 375px) {
  .get-work-two .get-work-one__shape-three {
    left: -355px;
  }
}
.get-work-two .get-work-one__shape-four {
  left: 74px;
}

@media (max-width: 1799px) {
  .get-work-two .get-work-one__shape-four {
    left: -20px;
  }
}
@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-four {
    display: none;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*-------------------------------------
# About One
-------------------------------------*/
.about-one {
  margin-top: -110px;
  padding-top: 281px;
  padding-bottom: 171px;
  background-color: var(--noile-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .about-one {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .about-one {
    padding-top: 226px;
    padding-bottom: 280px;
  }
}
@media (max-width: 575px) {
  .about-one {
    padding-top: 186px;
    padding-bottom: 220px;
  }
}
@media (max-width: 450px) {
  .about-one {
    padding-bottom: 241px;
  }
}
@media (max-width: 380px) {
  .about-one {
    padding-bottom: 231px;
  }
}
.about-one-one {
  background-color: var(--noile-white, #ffffff);
  padding-bottom: 54px;
}

@media (max-width: 1799px) {
  .about-one-one {
    padding-bottom: 53px;
  }
}
@media (max-width: 1599px) {
  .about-one-one {
    padding-bottom: 52px;
  }
}
@media (max-width: 1399px) {
  .about-one-one {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .about-one-one {
    padding-bottom: 159px;
  }
}
@media (max-width: 575px) {
  .about-one-one {
    padding-bottom: 140px;
  }
}
@media (max-width: 450px) {
  .about-one-one {
    padding-bottom: 160px;
  }
}
@media (max-width: 380px) {
  .about-one-one {
    padding-bottom: 150px;
  }
}
.about-one__img-wrap {
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .about-one__img-wrap {
    max-width: 500px;
  }
}
.about-one__img-one-box {
  position: relative;
  z-index: 11;
}

.about-one__img-one-box::before {
  content: "";
  width: 472px;
  height: calc(100% - 152px);
  position: absolute;
  top: -50px;
  left: 106px;
  background-color: rgba(var(--noile-base-rgb, 217, 70, 69), 0.05);
  z-index: 1;
  transform: skewX(20deg);
  animation: imgBoxZump 3s infinite linear;
}

@media (max-width: 1399px) {
  .about-one__img-one-box::before {
    width: 394px;
  }
}
@media (max-width: 1199px) {
  .about-one__img-one-box::before {
    width: 337px;
    left: 85px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-box::before {
    display: none;
  }
}
.about-one__img-one-box::after {
  content: "";
  width: 425px;
  height: calc(100% - 45px);
  position: absolute;
  top: 20px;
  left: 92px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 1;
  transform: skewX(20deg);
}

@media (max-width: 1399px) {
  .about-one__img-one-box::after {
    width: 375px;
  }
}
@media (max-width: 1199px) {
  .about-one__img-one-box::after {
    width: 305px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-box::after {
    display: none;
  }
}
.about-one__img-one-box-inner {
  position: relative;
  z-index: 1;
  clip-path: polygon(27% 0, 100% 0%, 73% 100%, 0% 100%);
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.about-one__img-one {
  mix-blend-mode: luminosity;
}

.about-one__img-one-text {
  position: relative;
  padding: 10px;
  width: 128px;
  height: 132px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -21px;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skewX(20deg);
  z-index: 11;
}

@media (max-width: 1399px) {
  .about-one__img-one-text {
    height: 125px;
  }
}
@media (max-width: 1199px) {
  .about-one__img-one-text {
    height: 115px;
  }
}
@media (max-width: 991px) {
  .about-one__img-one-text {
    height: 105px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-text {
    height: 90px;
  }
}
@media (max-width: 450px) {
  .about-one__img-one-text {
    height: 85px;
  }
}
@media (max-width: 380px) {
  .about-one__img-one-text {
    height: 80px;
  }
}
.about-one__img-one-text::before {
  content: "";
  width: 8px;
  height: 21px;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: var(--noile-base, #D94645);
  transform: skewX(-20deg);
  z-index: -1;
}

.about-one__img-one-title {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
  font-weight: 700;
  margin-bottom: 0;
  transform: skewX(-20deg);
}

@media (max-width: 1399px) {
  .about-one__img-one-title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-title {
    font-size: 13px;
  }
}
.about-one__img-two-box {
  width: calc(100% - 35px);
  min-height: 369px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: 111;
}

@media (max-width: 1199px) {
  .about-one__img-two-box {
    min-height: 305px;
  }
}
@media (max-width: 575px) {
  .about-one__img-two-box {
    width: calc(100% - 10px);
    min-height: 290px;
  }
}
@media (max-width: 450px) {
  .about-one__img-two-box {
    min-height: 250px;
    bottom: -160px;
  }
}
@media (max-width: 380px) {
  .about-one__img-two-box {
    min-height: 220px;
    bottom: -150px;
  }
}
.about-one__img-two-box::after {
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--noile-white, #ffffff);
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 11;
}

.about-one__img-two-box::before {
  content: "";
  width: calc(100% - 42px);
  height: 128px;
  position: absolute;
  right: -36px;
  bottom: -19px;
  background-color: var(--noile-base, #D94645);
  clip-path: polygon(0 0, 91% 0, 100% 100%, 8.5% 100%);
  z-index: 1;
}

@media (max-width: 1399px) {
  .about-one__img-two-box::before {
    width: calc(100% - 25px);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8.5% 100%);
  }
}
@media (max-width: 1199px) {
  .about-one__img-two-box::before {
    width: calc(100% - 10px);
    right: -30px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 9.5% 100%);
  }
}
@media (max-width: 575px) {
  .about-one__img-two-box::before {
    display: none;
  }
}
@media (max-width: 450px) {
  .about-one__img-two-box::before {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12.5% 100%);
    width: calc(100% + 10px);
    right: -27px;
  }
}
.about-one__img-two-box-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 111;
  object-fit: cover;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.about-one__img-two {
  mix-blend-mode: luminosity;
}

.about-one__img-inner-box-one {
  display: none;
  width: 604px;
  height: 379px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--noile-white, #ffffff);
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 11;
}

.about-one__img-inner-box-two {
  display: none;
  width: 558px;
  height: 128px;
  position: absolute;
  left: 78px;
  bottom: -18.5px;
  background-color: var(--noile-base, #D94645);
  clip-path: polygon(0 0, 91% 0, 100% 100%, 8% 100%);
  z-index: 1;
}

.about-one__content {
  padding-left: 86px;
}

@media (max-width: 1399px) {
  .about-one__content {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .about-one__content {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .about-one__content {
    margin-bottom: 90px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .about-one__content {
    margin-bottom: 50px;
  }
}
.about-one__desc {
  margin-top: 22px;
  margin-bottom: 34px;
}

.about-one__consulting {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

@media (max-width: 425px) {
  .about-one__consulting {
    flex-direction: column;
  }
}
.about-one__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}

@media (max-width: 425px) {
  .about-one__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.about-one__consulting-title {
  font-size: var(--noile-size-4xl);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.about-one__consulting-desc {
  margin-bottom: 0;
}

.about-one__signature {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 21px;
  z-index: 1;
  max-width: 336px;
  border: 1px solid var(--noile-primary, #1d1d1d);
}

@media (max-width: 425px) {
  .about-one__signature {
    max-width: 262px;
  }
}
.about-one__signature-user-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 9px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.about-one__signature-user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

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

@media (max-width: 425px) {
  .about-one__signature-img {
    max-width: 168px;
  }
}
.about-one__signature-cartoon {
  position: absolute;
  right: -54px;
  bottom: 6px;
  animation: zumpTop 1s infinite alternate;
}

.about-one__signature-border {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  background-color: var(--noile-white, #ffffff);
}

.about-one__signature-border--one {
  top: -3px;
  right: -3px;
}

.about-one__signature-border--two {
  right: -3px;
  bottom: -3px;
}

.about-one__signature-border--three {
  left: -3px;
  bottom: -3px;
}

.about-one__signature-border--four {
  top: -3px;
  left: -3px;
}

.about-one__shape-box-one {
  position: absolute;
  top: 147px;
  left: 3px;
  width: 32.5px;
  height: 21px;
  background-color: var(--noile-base, #D94645);
  transform: skewX(15deg);
  z-index: -1;
  animation: boxZump 3s linear infinite;
}

@media (max-width: 1599px) {
  .about-one__shape-box-one {
    top: 80px;
  }
}
@media (max-width: 575px) {
  .about-one__shape-box-one {
    display: none;
  }
}
.about-one__shape-box-two {
  position: absolute;
  right: 21.5px;
  bottom: 123px;
  width: 33.5px;
  height: 23.5px;
  background-color: var(--noile-primary, #1d1d1d);
  transform: skewX(15deg);
  z-index: -1;
  animation: boxZump2 3s linear infinite;
}

@media (max-width: 575px) {
  .about-one__shape-box-two {
    display: none;
  }
}
.about-one__shape-one {
  position: absolute;
  top: -120px;
  left: -153px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1799px) {
  .about-one__shape-one {
    left: -140px;
  }
}
@media (max-width: 1599px) {
  .about-one__shape-one {
    top: -115px;
    left: -40px;
    width: 70px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    left: -30px;
    width: 65px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    left: -20px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .about-one__shape-one {
    display: none;
  }
}
.about-one__shape-two {
  position: absolute;
  left: -103px;
  bottom: -113px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1599px) {
  .about-one__shape-two {
    left: -40px;
    bottom: -141px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape-two {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .about-one__shape-two {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .about-one__shape-two {
    left: -5px;
    bottom: -120px;
    height: 60px;
  }
}
/*-------------------------------------
# About Two
-------------------------------------*/
.about-two {
  padding-top: 170px;
  padding-bottom: 161px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 1399px) {
  .about-two {
    padding-bottom: 143px;
  }
}
@media (max-width: 1199px) {
  .about-two {
    padding-bottom: 116px;
  }
}
@media (max-width: 991px) {
  .about-two {
    padding-top: 117px;
    padding-bottom: 251px;
  }
}
@media (max-width: 575px) {
  .about-two {
    padding-top: 77px;
    padding-bottom: 211px;
  }
}
.about-two__img-wrap {
  position: relative;
  z-index: 11;
}

.about-two__img-one-box {
  position: relative;
  z-index: 11;
}

.about-two__img-one-box-inner {
  max-width: 526px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

@media (max-width: 767px) {
  .about-two__img-one-box-inner {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .about-two__img-one-box-inner {
    max-width: 355px;
  }
}
@media (max-width: 425px) {
  .about-two__img-one-box-inner {
    max-width: 305px;
  }
}
@media (max-width: 375px) {
  .about-two__img-one-box-inner {
    max-width: 250px;
  }
}
.about-two__img-one-box-inner::before {
  content: "";
  width: calc(100% - 45px);
  height: 314px;
  position: absolute;
  top: -50px;
  left: -63px;
  background-color: rgba(var(--noile-base-rgb, 217, 70, 69), 0.05);
  animation: zumpShapeTop 1s infinite alternate;
  z-index: -1;
}

@media (max-width: 1399px) {
  .about-two__img-one-box-inner::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .about-two__img-one-box-inner::before {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .about-two__img-one-box-inner::before {
    width: calc(100% - 0px);
    left: -63px;
  }
}
@media (max-width: 500px) {
  .about-two__img-one-box-inner::before {
    left: -39px;
  }
}
.about-two__img-one-box-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -24px;
  left: -24px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 1;
}

@media (max-width: 1399px) {
  .about-two__img-one-box-inner::after {
    top: -20px;
    left: -20px;
  }
}
.about-two__img-one {
  max-width: 100%;
  mix-blend-mode: luminosity;
}

.about-two__img-one-text {
  position: relative;
  padding: 10px;
  width: 128px;
  height: 132px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skewX(20deg);
  z-index: 11;
}

@media (max-width: 1399px) {
  .about-two__img-one-text {
    height: 125px;
    top: -20px;
    right: 22px;
  }
}
@media (max-width: 1199px) {
  .about-two__img-one-text {
    height: 110px;
  }
}
@media (max-width: 991px) {
  .about-two__img-one-text {
    height: 105px;
  }
}
@media (max-width: 575px) {
  .about-two__img-one-text {
    height: 90px;
  }
}
@media (max-width: 450px) {
  .about-two__img-one-text {
    height: 85px;
  }
}
@media (max-width: 380px) {
  .about-two__img-one-text {
    height: 80px;
  }
}
.about-two__img-one-text::before {
  content: "";
  width: 9px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: var(--noile-base, #D94645);
  transform: skewX(-20deg);
  z-index: 1;
}

@media (max-width: 1399px) {
  .about-two__img-one-text::before {
    height: 20px;
  }
}
.about-two__img-one-title {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
  font-weight: 700;
  margin-bottom: 0;
  transform: skewX(-20deg);
}

@media (max-width: 1399px) {
  .about-two__img-one-title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-two__img-one-title {
    font-size: 13px;
  }
}
.about-two__img-two-box {
  position: relative;
  z-index: 11;
}

@media (max-width: 767px) {
  .about-two__img-two-box {
    max-width: 330px;
  }
}
@media (max-width: 500px) {
  .about-two__img-two-box {
    max-width: 280px;
  }
}
@media (max-width: 425px) {
  .about-two__img-two-box {
    max-width: 250px;
  }
}
@media (max-width: 375px) {
  .about-two__img-two-box {
    max-width: 220px;
  }
}
.about-two__img-two-box-inner {
  position: relative;
  position: absolute;
  left: 0;
  bottom: -130px;
  z-index: 111;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

@media (max-width: 1399px) {
  .about-two__img-two-box-inner {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .about-two__img-two-box-inner {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .about-two__img-two-box-inner {
    left: 0px;
  }
}
.about-two__img-two {
  max-width: 100%;
  mix-blend-mode: luminosity;
}

.about-two__img-three {
  position: absolute;
  right: -62px;
  bottom: 0;
  animation: zumpTop 1s infinite alternate;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-two__img-three {
    right: -45px;
  }
}
@media (max-width: 991px) {
  .about-two__img-three {
    right: -55px;
    animation: zumpBottom 1s infinite alternate;
  }
}
.about-two__content {
  padding-left: 86px;
}

@media (max-width: 1399px) {
  .about-two__content {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .about-two__content {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .about-two__content {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.about-two__desc {
  margin-top: 22px;
  margin-bottom: 34px;
}

.about-two__bottom-item:not(:last-child) {
  margin-bottom: 35px;
}

.about-two__consulting {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 425px) {
  .about-two__consulting {
    flex-direction: column;
  }
}
.about-two__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}

@media (max-width: 425px) {
  .about-two__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.about-two__consulting-img--two {
  margin-right: 32px;
}

@media (max-width: 425px) {
  .about-two__consulting-img--two {
    margin-right: 0;
  }
}
.about-two__consulting-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.about-two__consulting-desc {
  margin-bottom: 0;
}

.about-two__shape-box-one {
  position: absolute;
  top: -3px;
  left: 0;
  width: 32.5px;
  height: 21px;
  background-color: var(--noile-primary, #1d1d1d);
  transform: skewX(15deg);
  z-index: -1;
  animation: rotate 7s linear infinite forwards;
}

@media (max-width: 1599px) {
  .about-two__shape-box-one {
    left: -10px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-box-one {
    display: none;
  }
}
.about-two__shape-box-two {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  animation: zump 3s infinite linear;
}

@media (max-width: 1399px) {
  .about-two__shape-box-two {
    bottom: -100px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-two {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-two {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-two {
    display: none;
  }
}
.about-two__shape-box-three {
  position: absolute;
  right: 30px;
  bottom: -80px;
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  animation: zump3 3s infinite linear;
}

@media (max-width: 1399px) {
  .about-two__shape-box-three {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-three {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-three {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-three {
    display: none;
  }
}
.about-two__shape-box-four {
  position: absolute;
  right: 60px;
  bottom: -100px;
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  animation: rectMove 8s linear 0s infinite;
}

@media (max-width: 1399px) {
  .about-two__shape-box-four {
    bottom: -70px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-four {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-four {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-four {
    display: none;
  }
}
.about-two__shape-box-five {
  position: absolute;
  right: 80px;
  bottom: -80px;
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  animation: rectMove 8s linear 2s infinite;
}

@media (max-width: 1399px) {
  .about-two__shape-box-five {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-five {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-five {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-five {
    display: none;
  }
}
.about-two__shape-one {
  position: absolute;
  top: -120px;
  left: -153px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1799px) {
  .about-two__shape-one {
    left: -130px;
  }
}
@media (max-width: 1599px) {
  .about-two__shape-one {
    top: -115px;
    left: -40px;
    width: 70px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-one {
    top: -120px;
    left: -30px;
    width: 65px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-one {
    left: -20px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .about-two__shape-one {
    display: none;
  }
}
.about-two__shape-two {
  position: absolute;
  left: -103px;
  bottom: -81px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1599px) {
  .about-two__shape-two {
    left: -40px;
    bottom: -115px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-two {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-two {
    display: none;
  }
}
.about-two__shape-three {
  position: absolute;
  top: 70px;
  left: -25px;
  animation: zumpShapeTop 1s infinite alternate;
  z-index: -1;
}

@media (max-width: 1399px) {
  .about-two__shape-three {
    left: -35px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-three {
    left: -23px;
  }
}
@media (max-width: 991px) {
  .about-two__shape-three {
    left: 35px;
  }
}
@media (max-width: 767px) {
  .about-two__shape-three {
    top: 40px;
    left: 0;
  }
}
/*-------------------------------------
# About Two One
-------------------------------------*/
.about-two-one {
  background-color: var(--noile-primary, #1d1d1d);
}

.about-two-one .about-two__consulting-title {
  color: var(--noile-white, #ffffff);
}

.about-two-one .about-two__heading {
  color: var(--noile-white, #ffffff);
}

.about-two-one .about-two__img-one-box-inner::after {
  border-color: var(--noile-white, #ffffff);
}

.about-two-one .about-two__shape-box-one {
  background-color: var(--noile-base, #D94645);
}

.about-two-one .about-two__shape-box-three {
  background-color: var(--noile-white, #ffffff);
}

/*-------------------------------------
# About Page
-------------------------------------*/
.about-page {
  padding-top: 170px;
  margin-top: 0;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 991px) {
  .about-page {
    padding-top: 115px;
  }
}
@media (max-width: 575px) {
  .about-page {
    padding-top: 75px;
  }
}
@keyframes imgBoxZump {
  0% {
    -webkit-transform: translateZ(0) skewX(20deg);
    transform: translateZ(0) skewX(20deg);
  }
  50% {
    -webkit-transform: translate3d(0, 15px, 0) skewX(20deg);
    transform: translate3d(0, 15px, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: translateZ(0) skewX(20deg);
    transform: translateZ(0) skewX(20deg);
  }
}
@keyframes boxZump {
  0% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
  50% {
    -webkit-transform: translate3d(0, -20px, 0) skewX(15deg);
    transform: translate3d(0, -20px, 0) skewX(15deg);
  }
  100% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
}
@keyframes boxZump2 {
  0% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0) skewX(15deg);
    transform: translate3d(0, 20px, 0) skewX(15deg);
  }
  100% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
}
/*--------------------------------------------------------------
# Case Study
--------------------------------------------------------------*/
/*-------------------------------------
# Case Study One
-------------------------------------*/
.case-study-one {
  padding-top: 117px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-one {
    padding-top: 77px;
  }
}
@media (min-width: 1600px) {
  .case-study-one .container {
    max-width: 1744px;
  }
}
.case-study-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.case-study-one__top-wrap {
  justify-content: center;
}

.case-study-one .case-study__item-btn {
  top: 31.8%;
}

/*-------------------------------------
# Case Study Two
-------------------------------------*/
.case-study-two {
  padding-top: 120px;
}

.case-study-two__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.case-study-two__top-wrap {
  justify-content: center;
}

.case-study-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.case-study-two__col:nth-child(1) {
  width: 27.4%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(1) {
    width: 44.7%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(1) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(2) {
  width: 34%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(2) {
    width: 55.3%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(2) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(3) {
  width: 38.6%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(3) {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(3) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(4) {
  width: 33%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(4) {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(4) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(5) {
  width: 39.7%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(5) {
    width: 59%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(5) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(6) {
  width: 27.3%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(6) {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(6) {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .case-study-two .case-study__item-img {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .case-study-two .case-study__item-btn {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .case-study-two .case-study__item-btn {
    top: 26%;
  }
}
@media (max-width: 1399px) {
  .case-study-two .case-study__item-desc {
    bottom: 78px;
  }
}
@media (max-width: 1199px) {
  .case-study-two .case-study__item-desc {
    bottom: 76px;
  }
}
@media (max-width: 500px) {
  .case-study-two .case-study__item-desc {
    bottom: 86px;
  }
}
@media (max-width: 1399px) {
  .case-study-two .case-study__item-title {
    bottom: 25px;
  }
}
@media (max-width: 500px) {
  .case-study-two .case-study__item-title {
    bottom: 35px;
  }
}
/*-------------------------------------
# Case Study Three
-------------------------------------*/
.case-study-three {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-three {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.case-study-three__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.case-study-three__top-wrap {
  justify-content: center;
}

/*-------------------------------------
# Case Study Page
-------------------------------------*/
.case-study-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*-------------------------------------
# Case Study Sidebar Page
-------------------------------------*/
.case-study-sidebar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.case-study-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------------------
# Case Study Deatils Page
-------------------------------------*/
.case-study-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.case-study-details__md-title {
  font-size: var(--noile-size-5xl);
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.case-study-details__sm-title {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.case-study-details__desc {
  margin-bottom: 0;
}

.case-study-details__item:not(:last-child) {
  margin-bottom: 39px;
}

.case-study-details__img-box {
  position: relative;
  margin-bottom: 18px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.case-study-details__img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.case-study-details__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #D94645);
  line-height: 1.25;
  margin-bottom: 0;
}

.case-study-details__service-box {
  margin-top: 4px;
}

.case-study-details__service {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 27px;
  align-items: center;
}

@media (max-width: 425px) {
  .case-study-details__service {
    grid-gap: 15px;
  }
}
.case-study-details__service:not(:last-child) {
  margin-bottom: 30px;
}

.case-study-details__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.case-study-details__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.case-study-details__service-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}

.case-study-details__service-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}

.case-study-details__service:hover .case-study-details__service-icon {
  background-color: var(--noile-base, #D94645);
}

.case-study-details__service:hover .case-study-details__service-icon::after {
  left: 0;
  border-color: var(--noile-base, #D94645);
}

.case-study-details__info-box {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .case-study-details__info-box {
    margin-top: 20px;
  }
}
.case-study-details__info-item:not(:last-child) {
  margin-bottom: 30px;
}

.case-study-details__info {
  padding: 42px 29px 42px;
  position: relative;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}

@media (max-width: 425px) {
  .case-study-details__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.case-study-details__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.case-study-details__info-item:not(:last-child) {
  margin-bottom: 24px;
}

.case-study-details__info-top {
  margin-bottom: 18px;
}

.case-study-details__info-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 0;
}

.case-study-details__info--link:hover {
  color: var(--noile-secondary, #A0A1A6);
}

.case-study-details__info-shape {
  position: absolute;
  right: -20px;
  bottom: -12px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.case-study-details__info-shape path:nth-child(1) {
  fill: var(--noile-base2, #BE403F);
}

.case-study-details__info-shape path:nth-child(2) {
  fill: var(--noile-base2, #BE403F);
}

.case-study-details__info-shape path:nth-child(3) {
  fill: var(--noile-base, #D94645);
}

.case-study-details__social {
  padding: 27px 30px 30px;
  background-color: var(--noile-white2, #F6F6F6);
}

@media (max-width: 425px) {
  .case-study-details__social {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.case-study-details__social-title {
  margin-bottom: 22px;
}

.case-study-details__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.case-study-details__social-item:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 575px) {
  .case-study-details__social-item:not(:last-child) {
    margin-right: 17px;
  }
}
.case-study-details__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
}

.case-study-details__social-link span {
  font-size: 18px;
  color: var(--noile-secondary, #A0A1A6);
}

.case-study-details__social-link:hover {
  background-color: var(--noile-base, #D94645);
}

.case-study-details__social-link:hover span {
  color: var(--noile-white, #ffffff);
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
/*-------------------------------------
# Solution One
-------------------------------------*/
.solution-one {
  padding-top: 166px;
  padding-bottom: 170px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 1399px) {
  .solution-one {
    padding-top: 116px;
  }
}
@media (max-width: 575px) {
  .solution-one {
    padding-top: 76px;
    padding-bottom: 130px;
  }
}
.solution-one__heading {
  margin-bottom: 32px;
}

.solution-one__service-desc {
  margin-bottom: 40px;
}

.solution-one__service-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 23px;
}

@media (max-width: 767px) {
  .solution-one__service-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solution-one__service {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  grid-gap: 34px;
}

@media (max-width: 575px) {
  .solution-one__service {
    grid-template-columns: 55px 1fr;
    grid-gap: 25px;
  }
}
.solution-one__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 66px;
  height: 66px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .solution-one__service-icon {
    width: 55px;
    height: 55px;
  }
}
.solution-one__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.solution-one__service-icon--one {
  margin-left: 10px;
}

.solution-one__service-icon--one::after {
  left: -10px;
}

.solution-one__service-icon--two {
  margin-right: 31px;
}

@media (max-width: 767px) {
  .solution-one__service-icon--two {
    margin-left: 10px;
    margin-right: 20px;
  }
}
.solution-one__service-icon--two::after {
  right: -10px;
}

@media (max-width: 767px) {
  .solution-one__service-icon--two::after {
    left: -10px;
  }
}
.solution-one__service-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}

.solution-one__service-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}

.solution-one__service:hover .solution-one__service-icon {
  background-color: var(--noile-base, #D94645);
}

.solution-one__service:hover .solution-one__service-icon::after {
  border-color: var(--noile-base, #D94645);
}

.solution-one__service:hover .solution-one__service-icon--one::after {
  left: 0;
}

.solution-one__service:hover .solution-one__service-icon--two::after {
  right: 0;
}

@media (max-width: 767px) {
  .solution-one__service:hover .solution-one__service-icon--two::after {
    left: 0;
  }
}
.solution-one__img-col {
  margin-top: 5px;
}

.solution-one__img-wrap {
  max-width: 450px;
  position: relative;
  margin-left: auto;
  margin-right: 50px;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

@media (max-width: 1399px) {
  .solution-one__img-wrap {
    max-width: 390px;
  }
}
@media (max-width: 1399px) {
  .solution-one__img-wrap {
    margin-top: 100px;
    margin-left: 45px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .solution-one__img-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 515px) {
  .solution-one__img-wrap {
    max-width: 322px;
    margin-left: 30px;
  }
}
@media (max-width: 425px) {
  .solution-one__img-wrap {
    max-width: 280px;
  }
}
@media (max-width: 375px) {
  .solution-one__img-wrap {
    max-width: 226px;
  }
}
.solution-one__img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}

.solution-one__border {
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  position: absolute;
  z-index: -1;
}

.solution-one__border--one {
  top: 10px;
  left: -10px;
}

.solution-one__border--two {
  top: 20px;
  left: -20px;
}

.solution-one__border--three {
  top: 30px;
  left: -30px;
}

.solution-one__border--four {
  top: 40px;
  left: -40px;
}

@media (max-width: 515px) {
  .solution-one__border--four {
    display: none;
  }
}
.solution-one__border--five {
  top: 50px;
  left: -50px;
}

@media (max-width: 515px) {
  .solution-one__border--five {
    display: none;
  }
}
.solution-one__border--six {
  top: -10px;
  right: -10px;
}

.solution-one__border--seven {
  top: -20px;
  right: -20px;
}

.solution-one__border--eight {
  top: -30px;
  right: -30px;
}

.solution-one__border--nine {
  top: -40px;
  right: -40px;
}

@media (max-width: 515px) {
  .solution-one__border--nine {
    display: none;
  }
}
.solution-one__border--ten {
  top: -50px;
  right: -50px;
}

@media (max-width: 515px) {
  .solution-one__border--ten {
    display: none;
  }
}
.solution-one__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 425px) {
  .solution-one__icon-wrap {
    width: 100px;
    height: 100px;
  }
}
.solution-one__icon {
  animation: zumpShapeBottom 1s infinite alternate;
}

@media (max-width: 425px) {
  .solution-one__icon {
    width: 50px;
  }
}
.solution-one__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 0;
  bottom: 0;
}

.solution-one__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: -20px;
  bottom: -20px;
  animation: rotate 8s infinite linear;
}

.solution-one__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: -40px;
  bottom: -40px;
  animation: rotate 8s infinite linear;
}

.solution-one__shape-four {
  width: 10px;
  height: 10px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: -50px;
  bottom: -50px;
  animation: rotate 8s infinite linear;
}

@media (max-width: 425px) {
  .solution-one__shape-four {
    display: none;
  }
}
.solution-one__shape-five {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  left: 0;
}

.solution-one__shape-six {
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: -50px;
  left: -30px;
  animation: rectMove 8s linear 0s infinite;
}

.solution-one__shape-seven {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -20px;
  left: -50px;
  animation: rectMove 8s linear 2s infinite;
}

@media (max-width: 515px) {
  .solution-one__shape-seven {
    display: none;
  }
}
.solution-one__main-tab-box {
  position: relative;
  display: block;
}

.solution-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .solution-one__main-tab-box .tab-buttons {
    flex-wrap: wrap;
  }
}
.solution-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -14px;
  margin-top: -1px;
  flex-wrap: wrap;
}

.solution-one__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 16px;
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 1.375;
  background-color: var(--noile-primary, #1d1d1d);
  padding-top: 19px;
  padding-bottom: 19px;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
  clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0% 100%, 6% 49%, 0% 0%);
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(1) span {
  background-color: var(--noile-black3, #282828);
  padding-left: 33px;
  padding-right: 32px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
  background-color: var(--noile-primary, #1d1d1d);
  padding-left: 38px;
  padding-right: 37px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(3) span {
  background-color: var(--noile-black3, #282828);
  padding-left: 44px;
  padding-right: 43px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--noile-base, #D94645);
  transition: all 0.3s ease;
  z-index: -1;
}

.solution-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--noile-white, #ffffff);
}

.solution-one__main-tab-box .tab-buttons .tab-btn.active-btn span::before {
  width: 100%;
}

.solution-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.solution-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.solution-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

/*-----------------------------------
# Solution Two
-----------------------------------*/
.solution-two {
  padding-top: 0;
  padding-bottom: 0;
}

.solution-two__wrapper {
  padding: 50px 38px 40px;
  position: relative;
  z-index: 11;
}

@media (max-width: 1199px) {
  .solution-two__wrapper {
    padding: 30px 18px 30px;
  }
}
@media (max-width: 991px) {
  .solution-two__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solution-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.solution-two__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.solution-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.solution-two .solution-one__content {
  position: relative;
  width: 100%;
  max-width: 746px;
  padding: 47px 60px 50px 48px;
  background-color: var(--noile-white, #ffffff);
  z-index: 11;
}

@media (max-width: 1199px) {
  .solution-two .solution-one__content {
    padding: 40px 53px 43px 41px;
  }
}
@media (max-width: 991px) {
  .solution-two .solution-one__content {
    padding: 30px 25px;
  }
}
@media (max-width: 425px) {
  .solution-two .solution-one__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .solution-two .solution-one__service-wrap {
    grid-row-gap: 35px;
  }
}
@media (max-width: 375px) {
  .solution-two .solution-one__service {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.solution-two .solution-one__icon-wrap {
  left: auto;
  bottom: auto;
  top: 50px;
  right: 38px;
  z-index: 1;
  background-color: var(--noile-base, #D94645);
}

@media (max-width: 1199px) {
  .solution-two .solution-one__icon-wrap {
    display: none;
  }
}
.solution-two__shape-one {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50px;
  right: -80px;
  background-color: var(--noile-base, #D94645);
  z-index: 1;
  animation: solutionXRun1 7s linear infinite;
}

@keyframes solutionXRun1 {
  0%, 50%, 100% {
    right: -50px;
  }
  25%, 75% {
    right: -80px;
  }
}
@media (max-width: 991px) {
  .solution-two__shape-one {
    display: none;
  }
}
.solution-two__shape-two {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: -50px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 1;
  animation: solutionXRun2 7s linear infinite;
}

@keyframes solutionXRun2 {
  0%, 50%, 100% {
    right: -80px;
  }
  25%, 75% {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .solution-two__shape-two {
    display: none;
  }
}
.solution-two__shape-three {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: -20px;
  background-color: var(--noile-base, #D94645);
  z-index: 1;
  animation: rectMove 7s linear 0s infinite;
}

@media (max-width: 991px) {
  .solution-two__shape-three {
    display: none;
  }
}
.solution-two__shape-four {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: var(--noile-base, #D94645);
  z-index: 1;
  animation: rectMove 7s linear 2s infinite;
}

@media (max-width: 991px) {
  .solution-two__shape-four {
    display: none;
  }
}
.solution-two .solution-one__shape-one {
  right: 50px;
  bottom: 100px;
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-one {
    display: none;
  }
}
.solution-two .solution-one__shape-two {
  right: 30px;
  bottom: 80px;
  background-color: var(--noile-white, #ffffff);
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-two {
    display: none;
  }
}
.solution-two .solution-one__shape-three {
  right: 10px;
  bottom: 60px;
  background-color: var(--noile-white, #ffffff);
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-three {
    display: none;
  }
}
.solution-two .solution-one__shape-four {
  right: 0px;
  bottom: 50px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-four {
    display: none;
  }
}
/*-----------------------------------
# Solution Three
-----------------------------------*/
.solution-three {
  padding-top: 145px;
  padding-bottom: 244px;
  background-color: var(--noile-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .solution-three {
    padding-top: 146px;
    padding-bottom: 243px;
  }
}
@media (max-width: 1199px) {
  .solution-three {
    padding-top: 116px;
    padding-bottom: 244px;
  }
}
@media (max-width: 767px) {
  .solution-three {
    padding-top: 118px;
  }
}
@media (max-width: 575px) {
  .solution-three {
    padding-top: 77px;
    padding-bottom: 204px;
  }
}
.solution-three__img-wrap {
  position: relative;
  max-width: 502px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 11;
}

@media (max-width: 1399px) {
  .solution-three__img-wrap {
    max-width: 400px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .solution-three__img-wrap {
    max-width: 420px;
    margin-top: 80px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 575px) {
  .solution-three__img-wrap {
    margin-left: 12px;
  }
}
.solution-three__img-wrap-inner {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}

.solution-three__img {
  mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .solution-three__img {
    max-width: 100%;
  }
}
.solution-three__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  bottom: 14px;
  width: 120px;
  height: 120px;
  background-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 575px) {
  .solution-three__icon-wrap {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 425px) {
  .solution-three__icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.solution-three__icon {
  animation: zumpShapeBottom 1s infinite alternate;
}

@media (max-width: 575px) {
  .solution-three__icon {
    width: 50px;
  }
}
@media (max-width: 425px) {
  .solution-three__icon {
    width: 40px;
  }
}
.solution-three__shape-one {
  position: absolute;
  top: -24px;
  right: -23px;
  z-index: -1;
  animation: zumpBottom 1s infinite alternate;
}

@media (max-width: 1399px) {
  .solution-three__shape-one {
    top: -67px;
    right: -50px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .solution-three__shape-one {
    top: -92px;
    right: -20px;
    max-width: 450px;
  }
}
@media (max-width: 489px) {
  .solution-three__shape-one {
    top: -116px;
    right: -10px;
    max-width: 400px;
  }
}
@media (max-width: 425px) {
  .solution-three__shape-one {
    top: -141px;
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .solution-three__shape-one {
    top: -165px;
    max-width: 301px;
  }
}
.solution-three__border {
  width: calc(100% - 84px);
  height: 100%;
  position: absolute;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -11;
  transform: skewX(9deg);
}

@media (max-width: 1399px) {
  .solution-three__border {
    transform: skewX(7deg);
  }
}
@media (max-width: 1199px) {
  .solution-three__border {
    transform: skewX(9deg);
  }
}
.solution-three__border--one {
  left: 19px;
  bottom: -24px;
}

.solution-three__border--one::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -4px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
}

.solution-three__border--one::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -1px;
  right: -4px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionXRun 25s linear infinite;
}

@keyframes solutionXRun {
  0%, 50%, 100% {
    -webkit-transform: translateX(-371px) skewX(-9deg);
    transform: translateX(-371px) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: translateX(0) skewX(-9deg);
    transform: translateX(0) skewX(-9deg);
  }
}
@media (max-width: 1399px) {
  @keyframes solutionXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-277px) skewX(-9deg);
      transform: translateX(-277px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 1199px) {
  @keyframes solutionXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-296px) skewX(-9deg);
      transform: translateX(-296px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 470px) {
  .solution-three__border--one::after {
    animation: solutionXRun 20s linear infinite;
  }
  @keyframes solutionXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-160px) skewX(-9deg);
      transform: translateX(-160px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
.solution-three__border--two {
  top: -24px;
  right: 19px;
}

.solution-three__border--two::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -52px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionRectMove1 8s linear 0s infinite;
}

@keyframes solutionRectMove1 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}
.solution-three__border--two::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  bottom: -49px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionRectMove2 8s linear 2s infinite;
}

@keyframes solutionRectMove2 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*-------------------------------------
# Clients One
-------------------------------------*/
.clients-one__wrapper {
  position: relative;
  z-index: 111;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--noile-white, #ffffff);
  margin-bottom: -80px;
}

.clients-one__row {
  align-items: center;
}

.clients-one__img-group {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  padding-left: 72px;
}

@media (max-width: 1399px) {
  .clients-one__img-group {
    padding-left: 10px;
  }
}
.clients-one__clients-info {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.clients-one__clients-info--box {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .clients-one__clients-info--box {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 375px) {
  .clients-one__clients-info--box {
    width: 70px;
    height: 70px;
  }
}
.clients-one__clients-info--box:not(:first-child) {
  margin-left: -36px;
}

@media (max-width: 575px) {
  .clients-one__clients-info--box:not(:first-child) {
    margin-left: -40px;
  }
}
.clients-one__img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid var(--noile-white, #ffffff);
  mix-blend-mode: luminosity;
}

@media (max-width: 575px) {
  .clients-one__img {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 375px) {
  .clients-one__img {
    width: 70px;
    height: 70px;
  }
}
.clients-one__clients-total {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--noile-base, #D94645);
}

.clients-one__clients-total-text {
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  line-height: 1.428;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .clients-one__clients-total-text {
    font-size: 12px;
  }
}
.clients-one__clients-shape-img-one {
  position: absolute;
  right: 17px;
  bottom: -31px;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1399px) {
  .clients-one__clients-shape-img-one {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .clients-one__clients-shape-img-one {
    display: none;
  }
}
.clients-one__text {
  padding-left: 13px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .clients-one__text {
    padding-left: 10px;
  }
}
.clients-one__info-text {
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.666;
  margin-bottom: 0;
}

.clients-one__info-link {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-base, #D94645);
  font-weight: 700;
  line-height: 1.666;
}

.clients-one__info-link:hover {
  color: var(--noile-primary, #1d1d1d);
}

.clients-one__clients-shape-img-two {
  position: absolute;
  top: -58px;
  left: 276px;
  animation: zump2 3s infinite linear;
}

@media (max-width: 991px) {
  .clients-one__clients-shape-img-two {
    display: none;
  }
}
.clients-one__shape-one {
  position: absolute;
  top: -78px;
  left: -186px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1199px) {
  .clients-one__shape-one {
    left: -350px;
  }
}
@media (max-width: 991px) {
  .clients-one__shape-one {
    left: -190px;
  }
}
@media (max-width: 575px) {
  .clients-one__shape-one {
    display: none;
  }
}
.clients-one__shape-one path {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}

.clients-one__shape-two {
  position: absolute;
  bottom: -63px;
  right: -17px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .clients-one__shape-two {
    bottom: -48px;
  }
}
@media (max-width: 1199px) {
  .clients-one__shape-two {
    right: -180px;
  }
}
@media (max-width: 991px) {
  .clients-one__shape-two {
    right: -122px;
    bottom: 48px;
  }
}
@media (max-width: 767px) {
  .clients-one__shape-two {
    right: -245px;
  }
}
.clients-one__shape-two path {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}

/*-------------------------------------
# Clients Two
-------------------------------------*/
.clients-two .clients-one__wrapper {
  margin-top: -99px;
  margin-bottom: 0;
}

/*-------------------------------------
# Clients Three
-------------------------------------*/
.clients-three .clients-one__wrapper {
  margin-bottom: -99px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/*-------------------------------------
# Team One
-------------------------------------*/
.team-one {
  padding-top: 197px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}

@media (max-width: 575px) {
  .team-one {
    padding-top: 147px;
    padding-bottom: 80px;
  }
}
.team-one-slider {
  padding-top: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .team-one-slider {
    padding-top: 80px;
  }
}
.team-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.team-one__top-wrap {
  justify-content: center;
}

.team-one__heading {
  color: var(--noile-white, #ffffff);
}

.team-one__item {
  position: relative;
  padding: 42px 30px 50px 29px;
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
  min-height: 520px;
  background-color: var(--noile-primary, #1d1d1d);
}

@media (max-width: 1399px) {
  .team-one__item {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .team-one__item {
    min-height: 580px;
  }
}
@media (max-width: 425px) {
  .team-one__item {
    min-height: 560px;
  }
}
.team-one__item-info {
  margin-bottom: 17px;
  padding-right: 60px;
}

@media (max-width: 1399px) {
  .team-one__item-info {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .team-one__item-info {
    padding-right: 0;
  }
}
.team-one__item-profession {
  margin-bottom: 11px;
}

.team-one__item-name {
  font-size: var(--noile-size-4xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 0;
}

.team-one__item-img-wrap {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.team-one__item-img {
  max-width: 290px;
  position: absolute;
  left: 0;
  bottom: -50px;
  font-size: 432px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  mix-blend-mode: luminosity;
}

@media (max-width: 1399px) {
  .team-one__item-img {
    font-size: 400px;
  }
}
@media (max-width: 1199px) {
  .team-one__item-img {
    bottom: 30px;
  }
}
.team-one__item-social {
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 30px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .team-one__item-social {
    top: auto;
    right: auto;
    left: 29px;
    bottom: 40px;
    flex-direction: row;
  }
}
@media (max-width: 1399px) {
  .team-one__item-social-link {
    width: 40px !important;
    height: 40px !important;
  }
}
.team-one__shape-one {
  position: absolute;
  left: 1285px;
  bottom: 66px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}

.team-one__shape-one path:nth-child(1) {
  fill: #D94645;
}

.team-one__shape-one path:nth-child(2) {
  fill: #D94645;
}

.team-one__shape-one path:nth-child(3) {
  fill: #282828;
}

.team-one__shape-two {
  position: absolute;
  left: -10px;
  bottom: -120px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.team-one__shape-two path:nth-child(1) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.03;
}

.team-one__shape-two path:nth-child(2) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.03;
}

.team-one__shape-two path:nth-child(3) {
  fill: #D94645;
}

.team-one__carousel .owl-dot {
  border: 1px solid var(--noile-secondary, #A0A1A6) !important;
}

.team-one__carousel .owl-dot span {
  background: var(--noile-secondary, #A0A1A6) !important;
}

.team-one__carousel .owl-dot.active {
  border-color: var(--noile-base, #D94645) !important;
}

.team-one__carousel .owl-dot.active span {
  background: var(--noile-base, #D94645) !important;
}

/*-------------------------------------
# Team Two
-------------------------------------*/
.team-two {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .team-two {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.team-two__top-wrap {
  justify-content: center;
}

.team-two__heading {
  color: var(--noile-primary, #1d1d1d);
}

.team-two-one {
  padding-bottom: 0;
}

/*-------------------------------------
# Team Three
-------------------------------------*/
.team-three {
  position: relative;
  padding-top: 197px;
  padding-bottom: 120px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 575px) {
  .team-three {
    padding-top: 157px;
    padding-bottom: 80px;
  }
}
.team-three__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.team-three__top-wrap {
  justify-content: center;
}

.team-three__heading {
  color: var(--noile-white, #ffffff);
}

.team-three .team__card {
  background-color: var(--noile-primary, #1d1d1d);
  border-color: var(--noile-black3, #282828);
}

.team-three .team__card::after,
.team-three .team__card::before {
  display: none;
}

.team-three .team__card-name {
  color: var(--noile-white, #ffffff);
}

.team-three .team__card-social-link:nth-child(odd) {
  background-color: rgba(var(--noile-white2-rgb, 246, 246, 246), 0.08) !important;
}

.team-three .team__card-social-link:nth-child(even) {
  background-color: var(--noile-black3, #282828) !important;
}

.team-three .team__card-social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}

.team-three .team__card-social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}

.team-three .team__card-social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}

.team-three__shape-one {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1599px) {
  .team-three__shape-one {
    top: auto;
    bottom: -10px;
  }
}
.team-three__shape-two {
  position: absolute;
  left: 0;
  bottom: 154px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1599px) {
  .team-three__shape-two {
    bottom: 140px;
  }
}
@media (max-width: 1399px) {
  .team-three__shape-two {
    top: 0;
    bottom: auto;
  }
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
/*-------------------------------------
# FAQ One
-------------------------------------*/
.faq-one {
  padding-top: 169px;
  padding-bottom: 88px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 1399px) {
  .faq-one {
    padding-top: 161px;
  }
}
@media (max-width: 575px) {
  .faq-one {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}
.faq-one__img-wrap {
  position: relative;
  padding-top: 90px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  z-index: 1;
}

@media (max-width: 575px) {
  .faq-one__img-wrap {
    display: block;
    padding-top: 0;
    max-width: 306px;
  }
}
.faq-one__img-wrap::after {
  content: "";
  width: 432px;
  height: 714px;
  position: absolute;
  top: 35px;
  left: 59px;
  transform: rotate(10deg);
  background-color: var(--noile-white2, #F6F6F6);
  z-index: -11;
}

@media (max-width: 575px) {
  .faq-one__img-wrap::after {
    display: none;
  }
}
.faq-one__img-wrap::before {
  content: "";
  width: 362px;
  height: 690px;
  position: absolute;
  top: 44px;
  left: 107px;
  transform: rotate(-10deg);
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -1;
}

@media (max-width: 575px) {
  .faq-one__img-wrap::before {
    width: calc(100% - 110px);
    height: 100%;
    left: 54px;
  }
}
@media (max-width: 575px) {
  .faq-one__img-wrap::before {
    display: none;
  }
}
.faq-one__img-wrap-inner-one {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-top: 85px;
}

@media (max-width: 575px) {
  .faq-one__img-wrap-inner-one {
    margin-top: 15px;
  }
}
.faq-one__img-one {
  mix-blend-mode: luminosity;
}

@media (max-width: 575px) {
  .faq-one__img-one {
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }
}
.faq-one__img-wrap-inner-two {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.faq-one__img-two {
  mix-blend-mode: luminosity;
}

@media (max-width: 575px) {
  .faq-one__img-two {
    display: none;
  }
}
.faq-one__shape-circle {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  border: 1px dashed var(--noile-primary, #1d1d1d);
}

@media (max-width: 1399px) {
  .faq-one__shape-circle {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .faq-one__shape-circle {
    width: 150px;
    height: 150px;
  }
}
.faq-one__shape-circle--one {
  position: absolute;
  top: -49px;
  right: -24px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}

@media (max-width: 1399px) {
  .faq-one__shape-circle--one {
    top: -40px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .faq-one__shape-circle--one {
    display: none;
  }
}
.faq-one__shape-circle--two {
  position: absolute;
  top: -49px;
  right: -6px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}

@media (max-width: 1399px) {
  .faq-one__shape-circle--two {
    top: -40px;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .faq-one__shape-circle--two {
    display: none;
  }
}
.faq-one__shape-one {
  width: 86px;
  height: 81px;
  fill: var(--noile-base, #D94645);
  position: absolute;
  top: 24px;
  left: 0;
  animation: rotate 8s infinite linear;
}

@media (max-width: 575px) {
  .faq-one__shape-one {
    display: none;
  }
}
.faq-one__shape-two {
  position: absolute;
  left: 157px;
  bottom: -91px;
  width: 39px;
  height: 40px;
  background-color: var(--noile-primary, #1d1d1d);
  animation: rotate 8s infinite linear;
}

@media (max-width: 575px) {
  .faq-one__shape-two {
    display: none;
  }
}
@media (max-width: 1199px) {
  .faq-one__content {
    margin-top: 120px;
  }
}
@media (max-width: 575px) {
  .faq-one__content {
    margin-top: 0px;
  }
}
.faq-one__heading {
  margin-bottom: 22px;
}

.faq-one__desc {
  margin-bottom: 0;
}

/*-------------------------------------
# FAQ Page
-------------------------------------*/
.faq-page {
  padding-bottom: 117px;
}

@media (max-width: 575px) {
  .faq-page {
    padding-bottom: 80px;
  }
}
/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
/*-------------------------------------
# Brand One
-------------------------------------*/
.brand-one {
  padding-bottom: 84px;
}

.brand-one__carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
}

.brand-one__carousel .owl-stage {
  display: flex;
  align-items: center;
}

.brand-one__item-img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
/*-------------------------------------
# Video One
-------------------------------------*/
@media (min-width: 1600px) {
  .video-one .container {
    max-width: 1804px;
  }
}
.video-one__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 302px 30px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  overflow: hidden;
}

@media (max-width: 1399px) {
  .video-one__wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 1199px) {
  .video-one__wrapper {
    padding: 120px 20px;
  }
}
@media (max-width: 425px) {
  .video-one__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.video-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.video-one__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.video-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}

.video-one__heading {
  font-size: 400px;
  color: rgba(255, 255, 255, 0.1);
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

@media (max-width: 1599px) {
  .video-one__heading {
    font-size: 350px;
  }
}
@media (max-width: 1399px) {
  .video-one__heading {
    font-size: 300px;
  }
}
@media (max-width: 1199px) {
  .video-one__heading {
    font-size: 250px;
  }
}
@media (max-width: 991px) {
  .video-one__heading {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .video-one__heading {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .video-one__heading {
    font-size: 120px;
  }
}
@media (max-width: 450px) {
  .video-one__heading {
    font-size: 100px;
  }
}
@media (max-width: 375px) {
  .video-one__heading {
    font-size: 85px;
  }
}
.video-one__video-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 196px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  z-index: 11;
}

@media (max-width: 1599px) {
  .video-one__video-btn {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .video-one__video-btn {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .video-one__video-btn {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .video-one__video-btn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 450px) {
  .video-one__video-btn {
    width: 90px;
    height: 90px;
  }
}
.video-one__video-btn::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-white, #ffffff);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.video-one__video-icon {
  font-size: 24px;
  color: var(--noile-base, #D94645);
}

@media (max-width: 991px) {
  .video-one__video-icon {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .video-one__video-icon {
    font-size: 18px;
  }
}
.video-one__video-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}

.video-one__video-btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-primary, #1d1d1d);
}

.video-one__video-btn:hover .video-one__video-icon {
  color: var(--noile-white, #ffffff);
}

.video-one__shape-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: zumpX2 1s infinite alternate;
}

.video-one__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}

.video-one__shape-one path:nth-child(2) {
  fill: var(--noile-base, #D94645);
}

.video-one__shape-one path:nth-child(3) {
  fill: var(--noile-black3, #282828);
}

@media (max-width: 1399px) {
  .video-one__shape-one {
    top: -70px;
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .video-one__shape-one {
    top: -110px;
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  .video-one__shape-one {
    top: -155px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .video-one__shape-one {
    top: -170px;
    max-width: 160px;
  }
}
@media (max-width: 575px) {
  .video-one__shape-one {
    top: -190px;
    max-width: 130px;
  }
}
@media (max-width: 425px) {
  .video-one__shape-one {
    right: -40px;
  }
}
.video-one__shape-two {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.video-one__shape-two path:nth-child(1) {
  fill: var(--noile-primary, #1d1d1d);
}

.video-one__shape-two path:nth-child(2) {
  fill: var(--noile-primary, #1d1d1d);
}

.video-one__shape-two path:nth-child(3) {
  fill: var(--noile-base, #D94645);
}

@media (max-width: 1399px) {
  .video-one__shape-two {
    max-width: 350px;
    bottom: -70px;
  }
}
@media (max-width: 1199px) {
  .video-one__shape-two {
    max-width: 270px;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .video-one__shape-two {
    left: 0;
    max-width: 220px;
    bottom: -125px;
  }
}
@media (max-width: 767px) {
  .video-one__shape-two {
    max-width: 170px;
    bottom: -150px;
  }
}
@media (max-width: 575px) {
  .video-one__shape-two {
    max-width: 130px;
    bottom: -170px;
  }
}
/*--------------------------------------------------------------
# Business
--------------------------------------------------------------*/
/*-------------------------------------
# Business One
-------------------------------------*/
.business-one {
  padding-top: 145px;
  padding-bottom: 141px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 1399px) {
  .business-one {
    padding-bottom: 119px;
  }
}
@media (max-width: 1199px) {
  .business-one {
    padding-top: 117px;
    padding-bottom: 117px;
  }
}
@media (max-width: 991px) {
  .business-one {
    padding-bottom: 141px;
  }
}
@media (max-width: 575px) {
  .business-one {
    padding-top: 77px;
    padding-bottom: 101px;
  }
}
@media (max-width: 1199px) {
  .business-one__row {
    align-items: center;
  }
}
.business-one__desc {
  margin-top: 22px;
  margin-bottom: 41px;
}

@media (max-width: 991px) {
  .business-one__desc {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.business-one__inner-content {
  padding-top: 25px;
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding-left: 0;
  padding-right: 0;
}

.business-one__inner-content-title {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  margin-bottom: 15px;
}

.business-one__inner-content-desc {
  text-transform: capitalize;
}

.business-one__inner-content-highlight {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 500;
}

.business-one__img-wrap {
  position: relative;
  max-width: 502px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 11;
}

@media (max-width: 1199px) {
  .business-one__img-wrap {
    max-width: 420px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .business-one__img-wrap {
    max-width: 420px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 12px;
  }
}
@media (max-width: 575px) {
  .business-one__img-wrap {
    margin-left: 12px;
  }
}
.business-one__img-wrap-inner {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}

.business-one__img {
  mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .business-one__img {
    max-width: 100%;
  }
}
.business-one__shape-one {
  position: absolute;
  top: -24px;
  right: -23px;
  z-index: -1;
  animation: zumpBottom 1s infinite alternate;
}

@media (max-width: 1399px) {
  .business-one__shape-one {
    right: -50px;
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .business-one__shape-one {
    right: -20px;
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .business-one__shape-one {
    top: -92px;
  }
}
@media (max-width: 489px) {
  .business-one__shape-one {
    top: -116px;
    right: -10px;
    max-width: 400px;
  }
}
@media (max-width: 425px) {
  .business-one__shape-one {
    top: -141px;
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .business-one__shape-one {
    top: -165px;
    max-width: 301px;
  }
}
.business-one__border {
  width: calc(100% - 84px);
  height: 100%;
  position: absolute;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -11;
  transform: skewX(9deg);
}

.business-one__border--one {
  left: 19px;
  bottom: -24px;
}

.business-one__border--one::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -3px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
}

.business-one__border--one::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -1px;
  right: -4px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg) translateX(-370px);
  animation: businessXRun 25s linear infinite;
}

@keyframes businessXRun {
  0%, 50%, 100% {
    -webkit-transform: translateX(-371px) skewX(-9deg);
    transform: translateX(-371px) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: translateX(0) skewX(-9deg);
    transform: translateX(0) skewX(-9deg);
  }
}
@media (max-width: 1199px) {
  @keyframes businessXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-270px) skewX(-9deg);
      transform: translateX(-270px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 991px) {
  @keyframes businessXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-296px) skewX(-9deg);
      transform: translateX(-296px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 470px) {
  .business-one__border--one::after {
    animation: businessXRun 20s linear infinite;
  }
  @keyframes businessXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-160px) skewX(-9deg);
      transform: translateX(-160px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
.business-one__border--two {
  top: -24px;
  right: 19px;
}

.business-one__border--two::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -52px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
  animation: businessRectMove1 8s linear 0s infinite;
}

@keyframes businessRectMove1 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}
.business-one__border--two::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  bottom: -49px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: businessRectMove2 8s linear 2s infinite;
}

@keyframes businessRectMove2 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}
/*-------------------------------------
# Business Two
-------------------------------------*/
.business-two {
  position: relative;
  z-index: 1;
}

.business-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.business-two__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.business-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.business-two__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}

.business-two__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.business-two__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.business-two .container {
  position: relative;
  z-index: 11;
}

.business-two .business-one__heading {
  color: var(--noile-white, #ffffff);
}

.business-two .business-one__inner-content-title {
  color: var(--noile-white, #ffffff);
}

.business-two .business-one__inner-content-highlight {
  color: var(--noile-white, #ffffff);
}

.business-two .business-one__border {
  border-color: rgba(var(--noile-white-rgb), 0.1);
}

.business-two .business-one__border--two::before {
  background-color: var(--noile-base, #D94645);
}

/*-------------------------------------
# Business Three
-------------------------------------*/
.business-three {
  position: relative;
  z-index: 1;
  padding-top: 127px;
  padding-bottom: 151px;
}

@media (max-width: 1399px) {
  .business-three {
    padding-top: 133px;
  }
}
@media (max-width: 1199px) {
  .business-three {
    padding-top: 135px;
  }
}
@media (max-width: 767px) {
  .business-three {
    padding-top: 137px;
  }
}
@media (max-width: 575px) {
  .business-three {
    padding-top: 90px;
    padding-bottom: 101px;
  }
}
@media (max-width: 375px) {
  .business-three {
    padding-top: 92px;
  }
}
.business-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.business-three__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.business-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.business-three__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}

.business-three__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.business-three__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.business-three .container {
  position: relative;
  z-index: 11;
}

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

@media (max-width: 1399px) {
  .business-three__content {
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
  }
}
.business-three__heading {
  color: var(--noile-white, #ffffff);
  line-height: 1.104;
  margin-bottom: 38px;
}

.business-three__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.business-three__btn {
  padding: 25px 34.5px 24px;
}

@media (max-width: 1399px) {
  .business-three__btn {
    padding: 20px 32px 18px 32px;
  }
}
.business-three__btn-one {
  background-color: var(--noile-base, #D94645);
}

.business-three__btn-one:hover {
  color: var(--noile-base, #D94645);
}

.business-three__btn-one::after {
  background-color: var(--noile-white, #ffffff);
}

/*--------------------------------------------------------------
# Mini Banner
--------------------------------------------------------------*/
/*-------------------------------------
# Mini Banner One
-------------------------------------*/
.mini-banner-one {
  padding-top: 75px;
  padding-bottom: 64px;
  background-color: var(--noile-base, #D94645);
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.mini-banner-one .row {
  align-items: center;
}

@media (max-width: 991px) {
  .mini-banner-one__content {
    text-align: center;
  }
}
.mini-banner-one__heading {
  color: var(--noile-white, #ffffff);
}

.mini-banner-one__btn-wrap {
  text-align: right;
}

@media (max-width: 991px) {
  .mini-banner-one__btn-wrap {
    text-align: center;
  }
}
.mini-banner-one__btn {
  padding: 30px 43.5px 28px;
  font-size: var(--noile-size-xl);
  line-height: 1.375;
}

@media (max-width: 991px) {
  .mini-banner-one__btn {
    padding: 20px 30px;
  }
}
.mini-banner-one__btn::after {
  background-color: var(--noile-white, #ffffff);
}

.mini-banner-one__btn:hover {
  color: var(--noile-primary, #1d1d1d);
}

.mini-banner-one__btn:hover::after {
  width: 300px;
}

.mini-banner-one__shape-one {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}

@media (max-width: 991px) {
  .mini-banner-one__shape-one {
    top: auto;
    left: -150px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .mini-banner-one__shape-one {
    left: -250px;
  }
}
@media (max-width: 470px) {
  .mini-banner-one__shape-one {
    left: -270px;
  }
}
@media (max-width: 425px) {
  .mini-banner-one__shape-one {
    left: -315px;
  }
}
@media (max-width: 375px) {
  .mini-banner-one__shape-one {
    left: -330px;
  }
}
.mini-banner-one__shape-two {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 767px) {
  .mini-banner-one__shape-two {
    right: -50px;
  }
}
@media (max-width: 470px) {
  .mini-banner-one__shape-two {
    right: -70px;
  }
}
@media (max-width: 425px) {
  .mini-banner-one__shape-two {
    right: -100px;
  }
}
@media (max-width: 375px) {
  .mini-banner-one__shape-two {
    right: -130px;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*-------------------------------------
# Testimonial One
-------------------------------------*/
.testimonial-one {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--noile-white2, #F6F6F6);
}

@media (max-width: 575px) {
  .testimonial-one {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.testimonial-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.testimonial-one__top-wrap {
  justify-content: center;
}

.testimonial-one .testimonial__text {
  font-size: var(--noile-size-4xl);
  line-height: 1.666;
  padding-right: 29px;
}

@media (max-width: 1199px) {
  .testimonial-one .testimonial__text {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-one .testimonial__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .testimonial-one .testimonial__text {
    font-size: 16px;
  }
}
.testimonial-one .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.testimonial-one-slider .testimonial-one__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: 0;
  right: 30px !important;
}

@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-one {
    width: 20px;
    height: 20px;
  }
}
.testimonial-one-slider .testimonial-one__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 30px;
  right: 60px !important;
}

@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-two {
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.testimonial-one-slider .testimonial-one__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 10px;
  right: 80px !important;
}

@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-three {
    width: 12px;
    height: 12px;
    top: 8px;
    right: 32px;
  }
}
.testimonial-one-slider .testimonial-one__shape-four {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-one-one {
  background-color: var(--noile-white, #ffffff);
}

.testimonial-one-one .testimonial__item {
  border: 1px solid var(--noile-white2, #F6F6F6);
}

.testimonial-one-one .testimonial__text {
  font-size: var(--noile-size-2xl);
  padding-right: 12px;
}

@media (max-width: 1399px) {
  .testimonial-one-one .testimonial__text {
    padding-right: 0;
  }
}
/*-------------------------------------
# Testimonial Page
-------------------------------------*/
.testimonial-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .testimonial-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.testimonial-page .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.testimonial-one__carousel .owl-dots {
  position: static;
  justify-content: center;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/*-------------------------------------
# Gallery One
-------------------------------------*/
.gallery-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .gallery-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.gallery-page__img-box {
  position: relative;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.gallery-page__img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7);
  z-index: 1;
  transition: all 0.3s linear;
}

.gallery-page__img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.gallery-page__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (max-width: 1599px) {
  .gallery-page__btn {
    width: 70px;
    height: 70px;
  }
}
.gallery-page__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.gallery-page__btn__icon {
  font-size: 24px;
  color: var(--noile-base, #D94645);
}

.gallery-page__btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}

.gallery-page__btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-primary, #1d1d1d);
}

.gallery-page__btn:hover .gallery-page__icon {
  transform: rotate(41deg);
  color: var(--noile-white, #ffffff);
}

.gallery-page__item:hover .gallery-page__btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.gallery-page__item:hover .gallery-page__img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/*-------------------------------------
# Pricing One
-------------------------------------*/
.pricing-one {
  position: relative;
  z-index: 1;
  padding-top: 117px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .pricing-one {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}
.pricing-one__overlay-text {
  text-align: center;
  width: 100%;
  font-size: 25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: var(--noile-white2, #F6F6F6);
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1799px) {
  .pricing-one__overlay-text {
    font-size: 360px;
  }
}
@media (max-width: 1599px) {
  .pricing-one__overlay-text {
    font-size: 315px;
  }
}
@media (max-width: 1399px) {
  .pricing-one__overlay-text {
    font-size: 300px;
  }
}
@media (max-width: 1199px) {
  .pricing-one__overlay-text {
    display: none;
  }
}
.pricing-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.pricing-one__top-wrap {
  justify-content: center;
}

.pricing-one-one .pricing-one__overlay-text {
  display: none;
}

/*-------------------------------------
# Pricing Two
-------------------------------------*/
.pricing-two {
  background-color: var(--noile-white2, #F6F6F6);
}

.pricing-two .pricing__list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .pricing-two .pricing__list-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .pricing-two .pricing__list-box .pricing__list:not(:last-child) {
    margin-bottom: 13px;
  }
}
/*-------------------------------------
# Pricing Page
-------------------------------------*/
.pricing-page {
  background-color: var(--noile-white, #ffffff);
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 575px) {
  .pricing-page {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.pricing-page__carousel .owl-stage-outer {
  padding-top: 20px;
}

.pricing-page__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.showing-product-container {
  padding: 28px 0;
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.showing-product__row {
  align-items: center;
}

.showing-product__left {
  display: flex;
  align-items: center;
  gap: 17px;
}

@media (max-width: 991px) {
  .showing-product__left {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .showing-product__left {
    flex-direction: column;
  }
}
.showing-product__left-btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.showing-product__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
}

.showing-product__grid-icon {
  font-size: 15px;
  color: var(--noile-white, #ffffff);
}

.showing-product__grid:hover {
  background-color: var(--noile-base, #D94645);
}

.showing-product__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--noile-white2, #F6F6F6);
}

.showing-product__list-inner {
  width: 16px;
}

.showing-product__list-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--noile-gray2, #9AA5B3);
  border-radius: 20px;
  margin: 4px 0;
}

.showing-product__list:hover {
  background-color: var(--noile-base, #D94645);
}

.showing-product__list:hover .showing-product__list-line {
  background-color: var(--noile-white, #ffffff);
}

.showing-product__text {
  margin-bottom: 0;
}

.showing-product__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

@media (max-width: 991px) {
  .showing-product__right {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .showing-product__right {
    flex-direction: column;
  }
}
.showing-product__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  background-color: var(--noile-primary, #1d1d1d);
}

.showing-product__filter-icon {
  font-size: 14px;
  color: var(--noile-white, #ffffff);
}

.showing-product__filter-text {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-white, #ffffff);
  line-height: 1.875;
  text-transform: capitalize;
  margin-left: 7px;
}

.showing-product__filter:hover {
  background-color: var(--noile-base, #D94645);
}

.showing-product__sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  min-width: 204px !important;
}

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

.showing-product__sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 40px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--noile-white2, #F6F6F6) !important;
  margin: 0;
  padding: 0;
  padding-left: 19px;
  padding-right: 63px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-gray2, #9AA5B3) !important;
  line-height: 40px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.showing-product__sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--noile-gray2, #9AA5B3);
}

.showing-product__sort .bootstrap-select .dropdown-menu {
  border-radius: 0 !important;
}

/*-------------------------------------
# Shope Page
-------------------------------------*/
.shop-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*-------------------------------------
# Shope Sidebar
-------------------------------------*/
.shop-sidebar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.shop-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1399px) {
  .shop-sidebar .showing-product__left {
    justify-content: space-between;
  }
}
@media (max-width: 1399px) {
  .shop-sidebar .showing-product__right {
    justify-content: space-between;
  }
}
/*-------------------------------------
# Shope Details
-------------------------------------*/
.shop-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.shop-details__gallery-top {
  position: relative;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.shop-details__gallery-top-img {
  width: 100%;
}

.shop-details__gallery-top-slide-btn-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 11;
}

.shop-details__gallery-top-button {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--noile-base, #D94645);
}

.shop-details__gallery-top-button i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}

.shop-details__gallery-top-button:hover {
  background-color: var(--noile-primary, #1d1d1d);
}

.shop-details__gallery-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 10px;
}

.shop-details__gallery-thumb-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #F8F8F8;
  cursor: pointer;
  border: 1px solid transparent;
}

.shop-details__gallery-thumb-img {
  max-width: 100%;
  height: auto;
}

.shop-details__gallery-thumb .swiper-slide-thumb-active {
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.shop-details__right {
  padding-left: 86px;
}

@media (max-width: 1599px) {
  .shop-details__right {
    padding-left: 60px;
  }
}
@media (max-width: 1399px) {
  .shop-details__right {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .shop-details__right {
    padding-left: 0;
  }
}
.shop-details__stock {
  display: table;
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  line-height: 1.428;
  padding: 1px 11.5px;
  background-color: var(--noile-base, #D94645);
}

.shop-details__title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-black2, #0E1C31);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.shop-details__price-review-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}

@media (max-width: 375px) {
  .shop-details__price-review-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop-details__price-inner {
  display: flex;
  align-items: flex-end;
  margin-right: 12px;
}

@media (max-width: 375px) {
  .shop-details__price-inner {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.shop-details__price-new {
  font-size: var(--noile-size-5xl);
  line-height: 1;
  margin-right: 6px;
  margin-bottom: 0;
}

.shop-details__price-old {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
}

.shop-details__review-inner {
  display: flex;
  align-items: center;
}

.shop-details__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.shop-details__review-icon {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}

.shop-details__review-text {
  margin-bottom: 0;
}

.shop-details__desc-box {
  margin-bottom: 18px;
}

.shop-details__desc {
  margin-bottom: 0;
}

.shop-details__box-title {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25;
}

.shop-details__color-duration-box {
  max-width: 416px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .shop-details__color-duration-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop-details__color-box,
.shop-details__duration-box,
.shop-details__quantity-box,
.shop-details__tag-box {
  display: flex;
  align-items: center;
  gap: 10px 18px;
}

.shop-details__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--noile-base, #D94645);
}

.shop-details__duration {
  width: 107px;
  height: 5px;
  background-color: var(--noile-base, #D94645);
}

.shop-details__quantity-box {
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.shop-details__quantity-box-inner {
  display: flex;
  align-items: center;
  max-width: 264px;
  height: 30px;
  border: 1px solid #EEE;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-details__quantity-box-inner {
    max-width: 150px;
  }
}
.shop-details__quantity-btn {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 25px;
  background-color: var(--noile-white, #ffffff);
}

.shop-details__quantity-btn i {
  font-size: 10px;
  color: var(--noile-secondary, #A0A1A6);
}

.shop-details__quantity-btn--decrease {
  width: 51px;
}

.shop-details__quantity-btn--decrease i {
  font-size: 14px;
}

.shop-details__quantity-input {
  border: 0;
  outline: 0;
  width: calc(100% - 80px);
  padding: 10px;
  height: 25px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  appearance: textfield;
  text-align: center;
  background-color: var(--noile-white, #ffffff);
}

.shop-details__tag-box {
  margin-bottom: 21px;
  flex-wrap: wrap;
}

.shop-details__tag-text {
  margin-bottom: 0;
  text-transform: capitalize;
}

.shop-details__btn-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.shop-details__btn-wishlist {
  padding: 10.5px 21.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  color: var(--noile-white, #ffffff);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--noile-base, #D94645);
}

.shop-details__btn-wishlist::after {
  background-color: var(--noile-primary, #1d1d1d);
}

.shop-details__btn-wishlist .icofont-ui-love {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

.shop-details__btn-wishlist:hover::after {
  width: 216px;
}

.shop-details__btn-cart {
  position: relative;
  padding: 9.5px 36px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-gray2, #9AA5B3);
  line-height: 2.142;
  font-weight: 400;
  text-transform: capitalize;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  z-index: 1;
  overflow: hidden;
}

.shop-details__btn-cart::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -160px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}

.shop-details__btn-cart .icon-cart {
  font-size: 14px;
  color: var(--noile-primary, #1d1d1d);
  margin-right: 5px;
  vertical-align: middle;
}

.shop-details__btn-cart:hover {
  color: var(--noile-white, #ffffff);
}

.shop-details__btn-cart:hover .icon-cart {
  color: var(--noile-white, #ffffff);
}

.shop-details__btn-cart:hover::after {
  bottom: -85px;
  width: 300px;
  transform: rotate(0deg);
}

.shop-details__info-inner {
  width: 100%;
  max-width: 536px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
  gap: 15px;
}

.shop-details__phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-details__phone-title {
  font-size: var(--noile-size-md);
  line-height: 1.428;
  margin-bottom: 0;
}

.shop-details__phone-number {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-black2, #0E1C31);
  line-height: 1.4;
  font-weight: 600;
}

.shop-details .social-link {
  height: 38px;
}

.shop-details .social-link:nth-child(odd) {
  background-color: var(--noile-white2, #F6F6F6);
}

.shop-details .social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.shop-details .social-link i {
  color: var(--noile-secondary, #A0A1A6);
}

.shop-details .social-link:hover {
  background-color: var(--noile-base, #D94645);
}

.shop-details .social-link:hover i {
  color: var(--noile-white, #ffffff);
}

.shop-details__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 42px;
}

.shop-details__info-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: start;
  gap: 9px;
}

.shop-details__info-item:not(:last-child) {
  margin-bottom: 4px;
}

.shop-details__info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: var(--noile-base, #D94645);
  border-radius: 50%;
  margin-top: 7px;
}

.shop-details__info-icon i {
  font-size: 6px;
  color: var(--noile-white, #ffffff);
}

.shop-details__info-text {
  margin-bottom: 0;
}

.shop-details__payment-box {
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.shop-details__payment-card-box {
  display: flex;
  align-items: center;
  gap: 4px;
}

.shop-details__payment-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  background-color: var(--noile-white, #ffffff);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
}

.shop-details__tab-box {
  margin-top: 25px;
}

.shop-details__main-tab-box {
  position: relative;
  display: block;
}

.shop-details__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons {
    gap: 15px;
  }
}
.shop-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
}

.shop-details__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  line-height: 1.25;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding: 18px 32.5px;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}

@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons .tab-btn span {
    padding: 15px 25px;
  }
}
.shop-details__main-tab-box .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--noile-primary, #1d1d1d);
  transition: all 0.3s ease;
  z-index: -1;
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
  border-color: transparent;
  color: var(--noile-white, #ffffff);
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span::before {
  width: 100%;
}

.shop-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.shop-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.shop-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

.shop-details__top-description {
  margin-bottom: 0;
}

.shop-details__top-description--two {
  margin-bottom: 14px;
}

.shop-details__tab-list-item {
  gap: 17px;
}

@media (max-width: 767px) {
  .shop-details__tab-list-item {
    gap: 10px;
  }
}
.shop-details__table-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.shop-details__table {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-collapse: collapse;
}

.shop-details__table thead th,
.shop-details__table tbody td {
  padding: 14px 14px 13px 50px;
  border: 1px solid #EEEEEE;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-weight: 400;
}

@media (max-width: 1399px) {
  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding: 12px 12px 11px 30px;
  }
}
@media (max-width: 1199px) {
  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding-left: 20px;
  }
}
.shop-details__table tbody td:nth-child(1) {
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.5;
}

.shop-details__table tbody td:nth-child(2) {
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/*-------------------------------------
# Contact One
-------------------------------------*/
.contact-one {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .contact-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-one__google-map {
  margin-bottom: 50px;
}

.contact-one__info {
  display: grid;
  grid-template-columns: 1fr 110px;
}

@media (max-width: 1199px) {
  .contact-one__info {
    grid-template-columns: 1fr 50px;
  }
}
@media (max-width: 575px) {
  .contact-one__info {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.contact-one__info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 19px;
  align-items: center;
  border-left: 1px solid var(--noile-white2, #F6F6F6);
  border-top: 1px solid var(--noile-white2, #F6F6F6);
  border-right: 1px solid var(--noile-white2, #F6F6F6);
  padding: 30px 0 30px 60px;
}

@media (max-width: 1199px) {
  .contact-one__info-item {
    padding: 20px 0 20px 30px;
  }
}
@media (max-width: 575px) {
  .contact-one__info-item {
    grid-gap: 10px;
    padding: 20px 0 20px 25px;
  }
}
.contact-one__info-item:last-child {
  border-bottom: 1px solid var(--noile-white2, #F6F6F6);
}

.contact-one__info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .contact-one__info-icon {
    width: 37px;
    height: 37px;
  }
}
.contact-one__info-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.contact-one__info-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .contact-one__info-icon i {
    font-size: 12px;
  }
}
.contact-one__info-title {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .contact-one__info-title {
    font-size: 18px;
  }
}
.contact-one__info-item:hover .contact-one__info-icon {
  background-color: var(--noile-base, #D94645);
}

.contact-one__info-item:hover .contact-one__info-icon::after {
  left: 0;
  border-color: var(--noile-base, #D94645);
}

.contact-one__info-link:hover {
  color: var(--noile-base, #D94645);
}

.contact-one__social {
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .contact-one__social {
    flex-direction: row;
  }
}
.contact-one__social-link:nth-child(odd) {
  background-color: var(--noile-white2, #F6F6F6) !important;
}

.contact-one__social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08) !important;
}

.contact-one__social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}

.contact-one__social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}

.contact-one__social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}

.contact-one__contact {
  margin-top: 108px;
}

@media (max-width: 991px) {
  .contact-one__contact {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*-------------------------------------
# Blog One
-------------------------------------*/
.blog-one {
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .blog-one {
    padding-bottom: 80px;
  }
}
.blog-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.blog-one__top-wrap {
  justify-content: center;
}

/*-------------------------------------
# Blog Two
-------------------------------------*/
.blog-two {
  padding-top: 115px;
}

@media (max-width: 575px) {
  .blog-two {
    padding-top: 75px;
  }
}
/*-------------------------------------
# Blog Page
-------------------------------------*/
.blog-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .blog-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog-page .blog__card-author-img {
  width: 30px !important;
  height: 30px !important;
}

/*-------------------------------------
# Blog Details
-------------------------------------*/
@media (max-width: 991px) {
  .blog-details__right {
    margin-top: 40px;
  }
}
/*-------------------------------------
# Blog Sidebar
-------------------------------------*/
.blog-sidebar {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 575px) {
  .blog-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------------------
# Blog Deatils
-------------------------------------*/
.blog-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 575px) {
  .blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog-details__md-title {
  font-size: var(--noile-size-5xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-details__sm-title {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.blog-details__col {
  margin-left: auto;
  margin-right: auto;
}

.blog-details__blog-card {
  margin-bottom: 32px;
}

.blog-details__card-img-box {
  display: block;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.blog-details__card-img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.blog-details__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #D94645);
  line-height: 1.25;
  margin-bottom: 0;
}

.blog-details__card-comment-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.blog-details__card-comment-item-divider {
  margin-left: 15px;
  margin-right: 15px;
}

.blog-details__card-comment {
  margin-bottom: 0;
}

.blog-details__card-title {
  margin-bottom: 19px;
}

.blog-details__card-author {
  display: flex;
  align-items: center;
}

.blog-details__card-author-img-box {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

.blog-details__card-author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
  vertical-align: top;
}

.blog-details__card-author-name {
  margin-bottom: 0;
}

.blog-details__card-author-name-highlight {
  color: var(--noile-primary, #1d1d1d);
}

.blog-details__card-desc-one-box {
  margin-top: 22px;
  margin-bottom: 38px;
}

.blog-details__card-desc-one {
  margin-bottom: 0;
}

.blog-details__card-desc-two-box {
  margin-top: 22px;
  margin-bottom: 38px;
}

.blog-details__card-desc-two {
  margin-bottom: 0;
}

.blog-details__card-desc-three-box {
  padding: 18.5px 50px 18.5px;
  display: flex;
  align-items: flex-start;
  border: 1px solid var(--noile-primary, #1d1d1d);
}

@media (max-width: 1199px) {
  .blog-details__card-desc-three-box {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 425px) {
  .blog-details__card-desc-three-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-details__card-desc-three-img {
  margin-top: 5px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .blog-details__card-desc-three-img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-details__card-desc-three {
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 300;
  margin-bottom: 0;
  line-height: 2;
}

.blog-details__card-bottom {
  margin-top: 42px;
}

.blog-details__card-desc-four {
  margin-bottom: 20px;
}

.blog-details__card-bottom-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-details__card-bottom-list-item {
  display: flex;
  align-items: flex-start;
}

.blog-details__card-bottom-list-item:not(:last-child) {
  margin-bottom: 18px;
}

.blog-details__card-bottom-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--noile-base, #D94645);
}

.blog-details__card-bottom-list-icon i {
  margin-top: 2px;
  display: inline-block;
  font-size: 14px;
  color: var(--noile-base, #D94645);
}

.blog-details__card-bottom-list-text {
  margin-top: -6px;
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  margin-bottom: 0;
}

.blog-details__tag {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

@media (max-width: 1199px) {
  .blog-details__tag {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-details__tag-title {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 29px;
}

@media (max-width: 1199px) {
  .blog-details__tag-title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.blog-details__tag-btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
}

@media (max-width: 1399px) {
  .blog-details__tag-btn-group {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog-details__tag-btn-group {
    gap: 10px;
  }
}
.blog-details__tag-btn {
  padding: 3.5px 10.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid var(--noile-primary, #1d1d1d);
}

.blog-details__tag-btn:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #D94645);
  border-color: var(--noile-base, #D94645);
}

.blog-details__profile {
  display: flex;
  align-items: flex-start;
  padding: 46px 50px 41px;
  background-color: var(--noile-white2, #F6F6F6);
}

@media (max-width: 1199px) {
  .blog-details__profile {
    padding: 40px;
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .blog-details__profile {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .blog-details__profile {
    padding: 20px;
  }
}
.blog-details__profile-img-box {
  width: 100px;
  height: 91px;
  margin-top: 5px;
  margin-right: 19px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .blog-details__profile-img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.blog-details__profile-img {
  width: 100px;
  height: 91px;
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.blog-details__profile-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .blog-details__profile-info {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.blog-details__profile-desc {
  margin-bottom: 0;
}

.blog-details__info-social {
  margin-top: -8px;
  margin-left: 48px;
}

@media (max-width: 1199px) {
  .blog-details__info-social {
    margin-top: 20px;
    margin-left: 0;
  }
}
.blog-details__info-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 47px;
  background-color: var(--noile-primary, #1d1d1d);
}

.blog-details__info-social-link i {
  font-size: 14px;
  color: var(--noile-white, #ffffff);
}

.blog-details__info-social-link:hover {
  background-color: var(--noile-base, #D94645);
}

.blog-details__left .pagination-box {
  padding: 38px 0;
}

@media (max-width: 767px) {
  .blog-details__left .pagination-box__prev-box {
    justify-content: flex-start;
  }
  .blog-details__left .pagination-box__next-box {
    justify-content: flex-end;
  }
}
.blog-details__left .pagination-box > div > div:nth-child(2) {
  display: none;
}

.blog-details__left .pagination-box > div > * {
  width: 50% !important;
}

.blog-details__comment {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .blog-details__comment {
    margin-top: 80px;
  }
}
@media (max-width: 425px) {
  .blog-details__comment {
    margin-top: 60px;
  }
}
.blog-details__comment-title {
  margin-bottom: 15px;
}

.blog-details__comment-wrap {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .blog-details__comment-wrap {
    flex-direction: column;
  }
}
.blog-details__comment-one {
  padding: 22px 0;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.blog-details__comment-two {
  padding: 26px 0 22px 70px;
}

@media (max-width: 1199px) {
  .blog-details__comment-two {
    padding-left: 30px;
  }
}
.blog-details__comment-img-box {
  width: 86px;
  height: 86px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-top: 5px;
  margin-right: 23px;
}

@media (max-width: 1199px) {
  .blog-details__comment-img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.blog-details__comment-img {
  width: 86px;
  height: 86px;
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.blog-details__comment-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-details__comment-info {
    flex-direction: column;
    align-items: flex-end;
  }
}
.blog-details__comment-text {
  margin-bottom: 0;
}

.blog-details__comment-reply-box {
  margin-top: 3px;
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .blog-details__comment-reply-box {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .blog-details__comment-reply-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
.blog-details__comment-reply-link {
  padding: 4px 9.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--noile-white3, #F7F7F7);
}

.blog-details__comment-reply-link span {
  font-size: var(--noile-size-md);
  color: var(--noile-gray, #777777);
  line-height: 1.5;
}

.blog-details__comment-reply-link i {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--noile-gray, #777777);
}

.blog-details__comment-reply-link:hover {
  background-color: var(--noile-base, #D94645);
}

.blog-details__comment-reply-link:hover span {
  color: var(--noile-white, #ffffff);
}

.blog-details__comment-reply-link:hover i {
  color: var(--noile-white, #ffffff);
}

.blog-details__contact {
  margin-top: 85px;
}

@media (max-width: 767px) {
  .blog-details__contact {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .blog-details__contact {
    margin-top: 50px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*-------------------------------------
# Footer One
-------------------------------------*/
.footer-one {
  padding-top: 117px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}

@media (max-width: 575px) {
  .footer-one {
    padding-top: 77px;
  }
}
.footer-one .container {
  position: relative;
  z-index: 11;
}

.footer-one__row-one {
  padding-bottom: 108px;
}

@media (max-width: 575px) {
  .footer-one__row-one {
    padding-bottom: 70px;
  }
}
.footer-one__about-text {
  margin-top: 22px;
  margin-bottom: 42px;
  padding-right: 40px;
}

@media (max-width: 1599px) {
  .footer-one__about-text {
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .footer-one__about-text {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .footer-one__link-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .footer-one__link-wrap {
    padding-left: 0px;
  }
}
.footer-one__title {
  font-size: var(--noile-size-3xl);
  color: var(--noile-white, #ffffff);
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 11px;
}

.footer-one__link-list,
.footer-one__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-one__link-item:not(:last-child),
.footer-one__info-item:not(:last-child) {
  margin-bottom: 17px;
}

.footer-one__address {
  padding-right: 8px;
}

@media (max-width: 1599px) {
  .footer-one__address {
    padding-right: 0;
  }
}
.footer-one__link,
.footer-one__info,
.footer-one__info-link {
  position: relative;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  padding-left: 16px;
  margin-bottom: 0;
}

.footer-one .footer-one__link::before,
.footer-one .footer-one__info::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 14px;
  color: rgba(160, 161, 166, 0.3);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 9px;
  left: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-one__info-link {
  padding-left: 0;
}

.footer-one__link:hover,
.footer-one__info-link:hover {
  color: var(--noile-white, #ffffff);
}

.footer-one__link:hover::before,
.footer-one__info-link:hover::before {
  color: var(--noile-white, #ffffff);
}

.footer-one__bottom {
  border-top: 1px solid rgb(var(--noile-white-rgb), 0.1);
  padding-left: 0;
  padding-right: 0;
  padding-top: 21px;
  padding-bottom: 20px;
}

.footer-one__row-two {
  align-items: center;
}

@media (max-width: 575px) {
  .footer-one__copyright {
    text-align: center;
  }
}
.footer-one__copyright-text {
  margin-bottom: 0;
}

.footer-one__copyright-text a:hover {
  color: var(--noile-secondary, #A0A1A6);
}

.footer-one .noile-scroll-up-btn {
  margin-left: auto;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--noile-black3, #282828);
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer-one .noile-scroll-up-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .footer-one .noile-scroll-up-btn {
    display: none;
  }
}
.footer-one .noile-scroll-up-btn::after {
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}

.footer-one .noile-scroll-up-btn span {
  font-size: 18px;
  color: var(--noile-white, #ffffff);
}

@media (max-width: 767px) {
  .footer-one .noile-scroll-up-btn span {
    font-size: 14px;
  }
}
.footer-one .noile-scroll-up-btn:hover::after {
  width: 300px;
}

.footer-one .noile-scroll-up-btn:hover span {
  transform: rotate(-50deg);
}

.footer-one__shape-one {
  position: absolute;
  top: -69px;
  right: 170px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}

@media (max-width: 1399px) {
  .footer-one__shape-one {
    top: auto;
    right: 0px;
    bottom: -10px;
  }
}
@media (max-width: 1199px) {
  .footer-one__shape-one {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .footer-one__shape-one {
    right: -120px;
  }
}
@media (max-width: 767px) {
  .footer-one__shape-one {
    right: -170px;
  }
}
@media (max-width: 425px) {
  .footer-one__shape-one {
    right: -270px;
  }
}
@media (max-width: 375px) {
  .footer-one__shape-one {
    right: -300px;
  }
}
/*-------------------------------------
# Footer Two
-------------------------------------*/
.footer-two {
  padding-top: 218px;
}

@media (max-width: 1399px) {
  .footer-two {
    padding-top: 220px;
  }
}
@media (max-width: 575px) {
  .footer-two {
    padding-top: 180px;
  }
}
/*--------------------------------------------------------------
# Error
--------------------------------------------------------------*/
/*-------------------------------------
# Error
-------------------------------------*/
.error-page {
  padding-top: 197px;
  padding-bottom: 162px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  overflow: hidden;
}

@media (max-width: 767px) {
  .error-page {
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .error-page {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.error-page::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}

.error-page__vartical-text {
  position: relative;
  position: absolute;
  top: 72px;
  left: 60px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-lg);
  color: var(--noile-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 11;
  transition: all 2s ease;
}

.error-page__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 11;
}

.error-page__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 11;
}

@media (max-width: 1799px) {
  .error-page__vartical-text {
    left: 50px;
  }
}
@media (max-width: 1599px) {
  .error-page__vartical-text {
    display: none;
  }
}
.error-page__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 11;
}

.error-page__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.error-page__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.error-page .container {
  position: relative;
  z-index: 111;
}

.error-page__circle-text {
  position: relative;
  position: absolute;
  top: -66px;
  right: 0;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 11;
}

@media (max-width: 991px) {
  .error-page__circle-text {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .error-page__circle-text {
    display: none;
  }
}
.error-page__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}

.error-page__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.error-page__curved-circle--item {
  width: 164px;
}

.error-page__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-white-rgb), 0.4);
  letter-spacing: 0.2em;
}

.error-page__curved-circle--item span:first-child {
  color: rgba(var(--noile-white-rgb), 0.7);
}

.error-page__circle-text:hover .error-page__curved-circle--item span {
  color: var(--noile-white, #ffffff);
}

.error-page__content {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.error-page__sec-title {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 142px;
}

@media (max-width: 575px) {
  .error-page__sec-title {
    max-width: 350px;
    margin-bottom: 80px;
  }
}
@media (max-width: 375px) {
  .error-page__sec-title {
    max-width: 296px;
  }
}
.error-page__heading {
  font-size: 200px;
  color: var(--noile-white, #ffffff);
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .error-page__heading {
    font-size: 170px;
  }
}
@media (max-width: 375px) {
  .error-page__heading {
    font-size: 135px;
  }
}
.error-page__heading span {
  position: relative;
  font-weight: 300;
}

.error-page__heading span::after {
  content: "";
  width: 42px;
  height: 89px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--noile-base, #D94645);
}

@media (max-width: 575px) {
  .error-page__heading span::after {
    width: 30px;
    height: 74px;
  }
}
@media (max-width: 375px) {
  .error-page__heading span::after {
    width: 25px;
    height: 60px;
  }
}
.error-page__cartoon {
  position: absolute;
  right: -18px;
  bottom: 31px;
  animation: zump 3s infinite linear;
}

.error-page__shape-img {
  position: absolute;
  top: -49px;
  right: -26px;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 575px) {
  .error-page__shape-img {
    display: none;
  }
}
.error-page__link-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 14px;
}

.error-page__arrow {
  color: var(--noile-white, #ffffff);
  margin-top: 3px;
  margin-right: 10px;
  animation: zumpX 1s infinite alternate;
}

.error-page__text-link {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-2xl);
  font-weight: 400;
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
}

.error-page__text-link:hover {
  color: var(--noile-base, #D94645);
}

.error-page__desc {
  color: var(--noile-white, #ffffff);
  margin-bottom: 0;
}

.error-page__form {
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.error-page__search-field {
  border: 0;
  outline: 0;
  padding: 10px 10px 10px 30px;
  width: calc(100% - 70px);
  height: 70px;
  background-color: var(--noile-white, #ffffff);
}

@media (max-width: 375px) {
  .error-page__search-field {
    padding-left: 20px;
  }
}
.error-page__search-btn {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: var(--noile-base, #D94645);
}

.error-page__search-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}

.error-page__search-icon {
  font-size: 24px;
  color: var(--noile-white, #ffffff);
}

.error-page__shape-one {
  position: absolute;
  right: -15px;
  bottom: -30px;
  z-index: 11;
  animation: zump 3s infinite linear;
}

@media (max-width: 1599px) {
  .error-page__shape-one {
    width: 350px;
  }
}
@media (max-width: 1399px) {
  .error-page__shape-one {
    width: 320px;
  }
}
@media (max-width: 1299px) {
  .error-page__shape-one {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .error-page__shape-one {
    width: 215px;
    right: -50px;
    bottom: -125px;
  }
}
@media (max-width: 999px) {
  .error-page__shape-one {
    display: none;
  }
}
.error-page__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}

.error-page__shape-one path:nth-child(2) {
  fill: #D33D3C;
}

.error-page__letter-one {
  position: absolute;
  left: 113px;
  bottom: 38px;
  z-index: 11;
}

@media (max-width: 1599px) {
  .error-page__letter-one {
    width: 200px;
    left: 50px;
  }
}
@media (max-width: 1399px) {
  .error-page__letter-one {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .error-page__letter-one {
    display: none;
  }
}
/*--------------------------------------------------------------
# Boxed
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--noile-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--noile-black-rgb, 34, 34, 34), 0.08);
}

body.boxed-wrapper .main-slider__vartical-text {
  display: none;
}


/* Templates Custom
--------------------------------------------- */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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 {
  padding-left: 30px;
  padding-right: 30px;
  text-transform: capitalize;
}

b,
strong {
  color: currentColor;
}

h1 a {
  color: inherit;
}

h2 a {
  color: inherit;
}

h3 a {
  color: inherit;
}

h4 a {
  color: inherit;
}

h5 a {
  color: inherit;
}

h6 a {
  color: inherit;
}

.has-fixed-footer .copyright {
  padding: 35px 0;
}

.noile-btn:hover {
  color: var(--noile-white);
}

.business-three__btn-one:hover {
  color: var(--noile-base, #D94645);
}

.mini-banner-one__btn:hover {
  color: var(--noile-primary, #1d1d1d);
}

.logo-box h1 {
  color: var(--noile-white);
}

.default-header__logo h1 {
  margin: 15px 0;
}

.page-header.page-header--unit-test {
  padding-top: 140px;
  padding-bottom: 115px;
}

.default-header .main-menu__list li a {
  color: var(--noile-black);
}

.service-one__icon-box span,
.service-two__icon-box span {
  font-size: 100px;
}

.service-three__col:hover .service-two__icon-box span {
  color: var(--noile-white);
}
.service-three__col:hover .service-three__title a,
.service-three__col:hover .service-two__title a {
  color: var(--noile-white);
}

.team__card-name a {
  color: currentColor;
}
.team__card-name a:hover {
  color: var(--noile-base);
}

.page-sidebar__service-list li a {
  padding: 10px 20px;
  display: block;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  background-color: var(--noile-white, #ffffff);
  text-transform: capitalize;
}
.page-sidebar__service-list li a:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}

.page-sidebar__service-list li.current-menu-item a {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}

.page-sidebar__service-list li + li {
  margin-top: 10px;
}

.topbar__info-text {
  margin-left: 5px;
}

.elementor .about-one__signature-user {
  border-radius: 50%;
}

.brand-one__carousel .owl-item img {
  width: inherit;
  opacity: 0.5;
}

.about-one-modifly .about-one {
  background-color: white;
}

.solution-one__bg .solution-one {
  padding-bottom: 244px;
  background-color: var(--noile-white2, #F6F6F6);
}

.elementor .blog__card-author-img {
  border-radius: 50%;
}

.service-two__modify .service-two {
  background-color: var(--noile-white2, #F6F6F6);
  margin-top: -112px;
  padding-top: 232px;
}

.contact__form .contact__form-input {
  border: 0;
  outline: 0;
  width: 100%;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 9px;
  text-transform: capitalize;
}

.contact__form .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__form .wpcf7-form-control-wrap textarea {
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.contact__form .wpcf7-form-control-wrap textarea:focus {
  outline: 0;
}

.footer-one__link-list li a {
  position: relative;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  padding-left: 16px;
  margin-bottom: 0;
}
.footer-one__link-list li a:hover {
  color: var(--noile-white, #ffffff);
}
.footer-one__link-list li a::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 14px;
  color: rgba(160, 161, 166, 0.3);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 9px;
  left: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-one__link-list li:not(:last-child) {
  margin-bottom: 17px;
}

.footer-one__shape-one {
  position: absolute;
  bottom: 0;
  top: auto;
}

.case-study__item-title {
  padding: 16.5px 17px 16.5px 20px;
}

.case-study__item-desc {
  padding: 11px 7px 13px 20px;
}

.comments-area .comment-box .author-thumb {
  flex-shrink: 0;
}

.woocommerce-Reviews .comments-area {
  padding-top: 20px;
}

.blog__card-author-name-highlight {
  text-transform: capitalize;
}

@media (min-width: 1199px) {
  .main-slider-three .main-slider-three__title {
    margin-right: -10px;
  }
}
/***
=============================================
   Scroll To Top
=============================================
***/
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--noile-base);
  border: 2px solid var(--noile-base);
  color: #ffffff;
  font-size: 20px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}

.scroll-to-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-to-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background-color: var(--noile-black);
  border-color: var(--noile-black);
}

.scroll-to-top span::before {
  position: relative;
  display: inline-block;
  transform: rotate(-50deg);
}

.noile-breadcrumb {
  line-height: 1;
}
.noile-breadcrumb li:not(:last-child)::after {
  content: "/";
  color: var(--noile-white, #ffffff);
  font-size: var(--noile-size-4xl);
  margin-left: 5px;
}
.noile-breadcrumb span {
  position: relative;
  display: inline-block;
  font-size: var(--noile-size-4xl);
  font-weight: 400;
  color: rgba(var(--noile-white-rgb), 0.6);
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.noile-breadcrumb a span {
  color: var(--noile-white, #ffffff);
}
.noile-breadcrumb a:hover span {
  color: rgba(var(--noile-white-rgb), 0.6);
}

.default-footer {
  position: relative;
  z-index: 1;
  padding: 35px 0;
  background-color: var(--noile-black);
}

.copyright__text {
  margin-bottom: 0;
}

.has-fixed-footer .error-page {
  padding-bottom: 262px;
}

.elementor .topbar__language img {
  width: 20px;
  height: 20px;
  max-width: inherit;
  border-radius: 50%;
  margin-right: 9px;
}

.topbar__page-list a:not(:last-child)::after {
  color: var(--noile-secondary);
  content: "/";
  margin: 0 8px;
}

.header__phone + .header__phone {
  margin-left: 30px;
}

.header__phone-title {
  margin-bottom: 8px;
}

.header__phone-icon,
.header__email-icon {
  margin-right: 15px;
}

.product__all-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 21px;
  gap: 10px;
}

.product-details__quantity {
  display: flex;
  align-items: center;
  gap: 30px;
}

.products .product .price {
  display: flex;
  align-items: center;
}

.product-details__quantity-title {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25;
}

.products .product .price bdi,
.products .product .price ins {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-right: 6px;
  margin-bottom: 0;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
}

.products .product .price del bdi {
  color: var(--noile-secondary, #A0A1A6);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md) !important;
  font-weight: 400;
  text-decoration: line-through !important;
  margin-bottom: 0;
}

.woosw-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--noile-white2, #F6F6F6);
  transition: 0.3s;
}
.woosw-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
}

.product-details__buttons {
  margin-bottom: 30px;
}

.product-details__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.product-details__socials__title {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25;
}

.products .woosw-btn-has-icon .woosw-btn-icon {
  font-size: 18px;
  position: relative;
  top: -2px;
}

.products .woosq-btn {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.products .woosq-btn span {
  font-size: 18px;
  color: var(--noile-secondary, #A0A1A6);
  position: relative;
  top: -2px;
}
.products .woosq-btn span:hover {
  color: var(--noile-base);
}

.product__item__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.shop-product__btn.added {
  display: none !important;
}

.shop-product__card:hover .shop-product__btn.added {
  display: none !important;
}

button.woosq-btn.woosq-btn-has-icon.woosq-btn-icon-only {
  background: transparent;
  border: 0;
}

.tabs.wc-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.tabs.wc-tabs li {
  position: relative;
  display: block;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}
.tabs.wc-tabs li a {
  display: inline-block;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding: 18px 32.5px;
}
.tabs.wc-tabs li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--noile-primary, #1d1d1d);
  transition: all 0.3s ease;
  z-index: -1;
}
.tabs.wc-tabs li.active a {
  color: var(--noile-white);
}
.tabs.wc-tabs li.active::before {
  width: 100%;
}

.product-details__review-title,
.woocommerce-tabs h2 {
  display: none !important;
}

.review-info {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
  margin-top: 15px;
  text-transform: capitalize;
}

.review-form__input-box textarea {
  font-size: 14px;
  height: 160px;
  width: 100%;
  background-color: var(--noile-white);
  padding: 20px 30px 30px;
  bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
  border-radius: var(--noile-bdr-radius);
}

.review-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.review-form__input-box input[type=text],
.review-form__input-box input[type=email] {
  height: 50px;
  width: 100%;
  border: 1px solid #dddddd;
  background-color: var(--corle-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--corle-black);
  display: block;
  font-weight: 500;
  border-radius: var(--corle-bdr-radius);
}

.wc-block-grid__product .wc-block-grid__product-title:hover {
  color: var(--noile-base) !important;
}

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

.team-one__item-name a {
  color: currentColor;
}
.team-one__item-name a:hover {
  color: var(--noile-base);
}

.topbar__language {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}

.mobile-nav__wrapper .logo-box img {
  width: 200px !important;
}

.topbar__language .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
  background: transparent;
}

.topbar__language .gtranslate_wrapper .gt_switcher {
  width: 105px !important;
}

.topbar__language .gtranslate_wrapper .gt_switcher .gt_selected a {
  border: 0;
  color: #A0A1A6;
  padding: 3px 5px;
  width: 105px !important;
}

.topbar__language .gtranslate_wrapper .gt_switcher .gt_selected {
  background: transparent !important;
  position: relative;
  z-index: 9999;
}

.topbar__language .gtranslate_wrapper .gt_switcher .gt_selected a::after {
  width: 8px;
  top: -1px;
  color: #A0A1A6;
  right: 0px !important;
}

.topbar__language .gtranslate_wrapper .gt_switcher .gt_option {
  position: absolute;
  left: 0;
  top: 100%;
  width: 120px;
  border: none;
  padding: 10px 8px;
  padding-bottom: 0;
  background-color: #fff;
}

.topbar__language .gtranslate_wrapper .gt_switcher a img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 5px;
}

.footer-two {
  padding-top: 190px;
}

.comments-area .comment-body .avatar {
  border-radius: 0;
}

.comments-area .comment-body {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.sidebar__post__list {
  margin-bottom: 0;
}

.sidebar__post__list li {
  display: flex;
}
.sidebar__post__list li + li {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 10px;
}

.sidebar__post__image {
  flex-shrink: 0;
  margin-right: 10px;
}

.sidebar__post__content__title {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--noile-font, "Sora", sans-serif);
}
.sidebar__post__content__title a {
  font-weight: 600 !important;
}

.sidebar__post__content__meta {
  font-size: 14px;
  color: var(--noile-secondary, #A0A1A6);
}
.sidebar__post__content__meta i {
  margin-right: 5px;
}

.about-two__modify .about-two.about-two-one {
  background-color: var(--noile-white, #ffffff);
}

.product-details__title {
  margin-bottom: 20px;
}

.product-details__quantity {
  margin-bottom: 20px;
}

@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__items ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  float: left;
}

.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: 30px;
}

.header__right {
  flex-shrink: 0;
}

.noile-btn span {
  font-size: 20px;
  line-height: 1;
}

.main-menu__list > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: var(--noile-secondary, #A0A1A6);
  margin-left: 8px;
  transition: 0.2s;
}

.main-menu__list > li.current > a::after {
  color: currentColor;
}

.main-menu__list > li:hover > a::after {
  transform: rotate(-180deg);
  color: currentColor;
}

.topbar__info {
  margin-right: 0;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  display: inline-block;
}

.blog__card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.single-post .slide-title__heading {
  font-size: 55px;
}

.slide-title__heading {
  max-width: 1000px;
}

@media (max-width: 1199px) {
  .blog-list__item .blog__card-title {
    font-size: 30px;
  }
}
.blog__card-category {
  transition: 0.3s;
}

.shop-details__payment-card {
  width: inherit;
}

.shop-details__top-description--two {
  margin-bottom: 0;
}

.page-sidebar__contact-icon {
  margin-right: 3px;
}

.service-details-page__inner-row {
  grid-column-gap: 35px;
}

.shop-details__info-list {
  margin-bottom: 17px;
}

.contact-one__info-item {
  border-left: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  border-right: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.contact-one__info-item:last-child {
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.sidebar-one__newsletter input {
  border: 0;
}

.sidebar-one__newsletter-btn i {
  margin-top: 0;
}

.comments-area {
  border-top: 0;
}

.comments-area .reply a {
  padding: 4px 9.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 12px;
  color: var(--noile-gray, #777777);
  background-color: var(--noile-white3, #F7F7F7);
}

.comments-area .reply a:hover {
  color: var(--noile-white);
}

.main-header-default .main-menu-wrapper__logo h1 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-header__wrapper-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.blog-details__img img {
  margin-bottom: 20px;
}

span.comments-link,
span.byline,
span.posted-on {
  display: flex;
  align-items: center;
}
span.comments-link a,
span.byline a,
span.posted-on a {
  color: var(--noile-secondary);
}
span.comments-link i,
span.byline i,
span.posted-on i {
  margin-right: 8px;
}

span.comments-link i,
span.posted-on i {
  font-size: 16px;
  position: relative;
  top: -1px;
  color: var(--noile-secondary);
}

.blog__card-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: block;
}

.blog-single__tags-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #dad7d7;
  border-radius: 10px;
}

.blog-sidebar__single + .blog-sidebar__single {
  margin-top: 50px;
}

.blog-page .blog__card-author-img {
  border-radius: 50%;
}

.blog__card-img-box {
  display: inline-block;
  margin-bottom: 0;
}

.blog-details__tags {
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details__tags span {
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 10px;
}
.blog-details__tags a {
  font-size: 15px !important;
  color: var(--noile-black);
  color: rgba(9, 8, 8, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #dad7d7;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
.blog-details__tags a:hover {
  background-color: var(--noile-base);
  color: var(--noile-white);
  border-color: transparent;
}
.blog-details__tags.tag-links a {
  padding: 0;
  border: 0;
}
.blog-details__tags.tag-links a:not(:last-child)::after {
  content: ",";
}
.blog-details__tags.tag-links a:hover {
  background-color: transparent;
  color: var(--noile-base);
  border-color: transparent;
}

.error-page__search .error-page__form {
  margin-top: 0;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
  }
}
.mobile-nav__overlay,
.sidebar-one__overlay {
  cursor: url("assets/images/close.png"), auto;
}

.woocommerce-pagination,
.wp-pagination {
  display: flex;
  margin-top: 50px;
  gap: 8px;
}
.woocommerce-pagination span,
.woocommerce-pagination a,
.wp-pagination span,
.wp-pagination a {
  width: 50px;
  height: 50px;
  color: var(--noile-secondary, #A0A1A6);
  background-color: var(--noile-white2, #F6F6F6);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
.woocommerce-pagination span:hover,
.woocommerce-pagination a:hover,
.wp-pagination span:hover,
.wp-pagination a:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}
.woocommerce-pagination span.current,
.wp-pagination span.current {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}

.sidebar .widget,
.sidebar__single {
  background-color: var(--noile-white3, #F7F7F7);
}

.tags-links a {
  padding: 0;
  border: 0;
  margin-left: 3px;
  margin-right: 0;
}
.tags-links a:hover {
  background-color: transparent;
  color: var(--noile-base) !important;
  border-color: transparent;
}

.blog-details__card-comment {
  margin-bottom: 0 !important;
}
.blog-details__card-comment a {
  color: currentColor;
}

.case-study__item-title a {
  color: currentColor;
}

.case-study__item-title a:hover {
  color: var(--noile-base);
}

.blog-details__card-comment-box {
  margin-left: 0 !important;
}

.blog-details__bottom {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eeede5;
  border-bottom: 1px solid #eeede5;
}

.blog-details__comment-form__input-box input,
.blog-details__comment-form__input-box textarea {
  height: 60px;
  width: 100%;
  border: 1px solid #7f7e7d;
  background-color: #ffffff;
  padding: 20px;
  outline: none;
  font-size: 15px;
  color: rgba(8, 5, 1, 0.6);
  display: block;
  font-family: var(--noile-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.blog-details__comment-form__input-box textarea {
  height: 155px;
}

.widget.widget_block h2,
.widget .sidebar__title,
.sidebar .widget .title h2 {
  font-family: var(--heading-font);
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.blog-details__tags.tags-links a:not(:last-of-type)::after {
  content: ",";
}

.wp-block-group.has-border-color p,
.wp-block-group.has-background p {
  margin-bottom: 0;
}

.wp-block-group.has-border-color {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-group.has-border-color p {
  margin-bottom: 0 !important;
  color: var(--noile-black);
}

.blog-sidebar__single {
  position: relative;
}

.blog-sidebar__single.tag-sticky-2:before,
.blog-sidebar__single.sticky:before {
  content: "";
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--noile-base, #a47c68);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--noile-base);
}

ul.wp-block-page-list {
  margin: 0 !important;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2,
.blog-details__content .wp-block-cover strong {
  color: white;
  line-height: 2em;
}

.blog-details__content .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details__content p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.blog-details__content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 20px;
}

.blog-details__content ol,
.blog-details__content ul {
  margin-left: 8px;
}

.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
  background-color: #f6f4f9;
  border-left: 2px solid var(--noile-black, #1e1e22);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--noile-bdr-radius);
}

.blog-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--noile-base, #a47c68);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.blog-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--noile-black, #1e1e22);
  border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
  margin-bottom: 1rem;
  color: var(--noile-black, #1e1e22);
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: var(--noile-extra, #f2eeeb);
  border: 1px solid var(--noile-extra, #f2eeeb);
  outline: none;
  color: var(--noile-gray, #717178);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--noile-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: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: var(--noile-bdr-radius);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}

.wp-block-calendar table th {
  background: var(--noile-extra, #f2eeeb);
}

.wp-block-calendar table td#today {
  background: var(--noile-extra, #f2eeeb);
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
  margin: 0 0 0.5em 0.6em;
}

ol.wp-block-latest-comments {
  margin-left: 0;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  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(--noile-black, #3c3531);
  width: 44px;
  height: 44px;
  color: var(--noile-white, white);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 500;
  color: var(--noile-black, #1e1e22);
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--noile-gray, #717178);
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  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(--noile-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--noile-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 5px;
  left: 0;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--noile-black, #1e1e22);
  font-weight: 600;
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--noile-extra, #f2eeeb);
  color: var(--noile-black, #090909);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--noile-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid var(--noile-extra, #f2eeeb);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--noile-black, #1e1e22);
  text-align: center;
  color: var(--noile-white, #ffffff);
  padding: 0 50px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--noile-base);
}

.wp-block-button__link:hover {
  background-color: var(--noile-base);
  color: var(--noile-white) !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--noile-base) !important;
  border-color: var(--noile-base);
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--noile-black, #090909);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--noile-black, #1e1e22);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.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(--noile-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--noile-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-block-group.has-background {
  padding: 30px;
}
.wp-block-group.has-background p {
  margin-bottom: 0;
  color: var(--noile-black);
}
.wp-block-group.has-background p + p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.comments-area .comment-one__title {
  font-size: var(--noile-size-5xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  text-transform: capitalize;
}

.comments-area .fn a,
.comments-area .fn {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 7px;
}

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

.comments-area .comment-body .avatar .wp-block-columns {
  margin: 30px 0;
}

.blog-details__content .page-links span,
.blog-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--noile-black, #1e1e22);
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #e1e1e1;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: var(--noile-bdr-radius);
  border-radius: 50%;
}
.blog-details__content .page-links span:hover,
.blog-details__content .page-links a:hover {
  border-color: var(--noile-base, #d0807a);
  color: var(--noile-base, #d0807a);
}

.blog-details__content .page-links span {
  border-color: var(--noile-base, #d0807a);
  color: var(--noile-base, #d0807a);
}

ul.wp-block-post-template {
  margin: 0;
}

.blog-details__content .page-links {
  color: var(--noile-black, #1e1e22);
  display: flex;
  align-items: center;
}

.blog__card-author-img {
  border-radius: 50%;
}

.blog__card-comment a {
  color: var(--noile-secondary, #A0A1A6);
}
.blog__card-comment a:hover {
  color: var(--noile-base);
}

.page-header__inner h2 b {
  color: var(--noile-white);
}

.blog-one__single-content h2 a b {
  transition: 0.5s;
}

.blog-one__single-content h2 a:hover b {
  color: var(--noile-base);
}

.blog-one__single-img-inner img {
  width: unset;
  max-width: 100%;
}

.blog-details__content .blog-one__single-img-inner:before {
  display: none;
}
.blog-details__content .blog-one__single-content-meta-box {
  padding-left: 0;
}

.blog-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 60px;
  background-color: var(--noile-extra, #f2eeeb);
  color: var(--noile-gray, #717178);
  padding-left: 30px;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--noile-bdr-radius);
}
.blog-details__content .post-password-form input[type=password]:focus {
  border-color: var(--noile-black);
}

.blog-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 60px;
  background-color: var(--noile-black, #1e1e22);
  color: var(--noile-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--noile-bdr-radius);
}

.post-password-form input[type=submit]:hover {
  background-color: var(--noile-base, #a47c68);
  color: var(--noile-white, #ffffff);
}

.comments-area ol ol,
.blog-details__content ol ol,
.blog-details__content ul ol,
.blog-details__content ol ul,
.blog-details__content ul ul,
.comments-area ul ul {
  margin-bottom: 0;
}

mark,
ins {
  background: var(--noile-bdr-color, #e2ddda);
  text-decoration: none;
}

.wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.wp-block-query-pagination-numbers .current, .wp-block-query-pagination-numbers .dots, .wp-block-query-pagination-numbers a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 45px;
  text-align: center;
  color: var(--noile-black);
  border: 1px solid #e1e1e1;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 8px;
  margin-bottom: 8px;
}
.wp-block-query-pagination-numbers .current:hover, .wp-block-query-pagination-numbers .dots:hover, .wp-block-query-pagination-numbers a:hover {
  border: 1px solid var(--noile-base);
  color: var(--noile-base);
}
.wp-block-query-pagination-numbers .current.next, .wp-block-query-pagination-numbers .current.prev, .wp-block-query-pagination-numbers .dots.next, .wp-block-query-pagination-numbers .dots.prev, .wp-block-query-pagination-numbers a.next, .wp-block-query-pagination-numbers a.prev {
  width: 62px;
}
.wp-block-query-pagination-numbers .current {
  border: 1px solid var(--noile-base);
  color: var(--noile-base);
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  text-transform: capitalize;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  color: var(--noile-white) !important;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--noile-base);
}

.sidebar .widget .wp-block-tag-cloud a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar .widget .wp-block-tag-cloud a span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--noile-white);
}

.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 {
  color: var(--noile-white);
}

.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--noile-white);
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 14px !important;
}

.sidebar .widget .wp-block-tag-cloud a {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 14px !important;
}

.wp-block-column.has-background {
  padding: 20px;
}
.wp-block-column.has-background p {
  margin-bottom: 0 !important;
  color: var(--noile-black);
}

.has-pale-pink-background-color p {
  color: var(--noile-black);
}

.blog-details__content a:hover {
  color: var(--noile-base);
}

.wp-block-search input[type=search] {
  max-width: unset;
}

.blog-details__content .wp-block-search__inside-wrapper {
  margin-bottom: 20px;
}

.wp-block-cover p {
  color: var(--noile-white) !important;
  margin-bottom: 0;
}

.no-results {
  position: relative;
  display: block;
}
.no-results .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  width: 175px;
  background: #407d69;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 20px;
  z-index: -3;
}
.no-results .right-bg {
  position: absolute;
  top: 0;
  left: 130px;
  bottom: -5px;
  width: 240px;
  background: var(--noile-primary);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -2;
}
.no-results .page-title.error-page__tagline {
  margin-bottom: 10px;
}
.no-results .error-page__text {
  margin-bottom: 20px;
}

.error-page__search {
  width: 100%;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.blog-single__content {
  overflow: hidden;
}

.noile-border-top-none {
  border-top: 0;
}

.blog-details__content blockquote p {
  margin-bottom: 0;
}
.blog-details__content .form-submit .submit {
  border: none;
  font-size: 16px;
  color: var(--noile-white);
  background-color: var(--noile-black);
  border-radius: 2px;
  padding: 11px 30px;
  line-height: 43px;
  font-weight: 500;
  padding-right: 37px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__content .form-submit .submit:hover {
  background-color: var(--noile-base);
}

.blog-details__content .wp-block-file__button:hover {
  background-color: var(--noile-base);
  color: var(--noile-white);
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 15px;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
  font-size: 15px;
  color: rgba(var(--noile-black-rgb), 0.6);
  height: 218px;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 15px 30px 30px;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--noile-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__sidebar.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  display: none;
}

.elementor-widget-noile-google-maps iframe {
  display: block;
}

.site-footer .elementor-widget-footer-shape, .site-footer .elementor-section, .site-footer .elementor-column, .site-footer .elementor-container, .site-footer .elementor-widget-wrap,
.site-footer-three .elementor-widget-footer-shape,
.site-footer-three .elementor-section,
.site-footer-three .elementor-column,
.site-footer-three .elementor-container,
.site-footer-three .elementor-widget-wrap {
  position: unset !important;
}

.site-footer-three .mc-message {
  color: var(--noile-white);
}

.thm-breadcrumb li + li::before {
  content: "/";
  position: absolute;
  left: 0;
}

.blog-details__meta {
  display: flex;
}
.blog-details__meta li + li {
  margin-left: 10px;
}

.footer-one {
  position: relative;
  z-index: 1 !important;
}
.footer-one .mc-message {
  color: var(--noile-white);
}
.footer-one .e-con-inner .footer-one .elementor-widget-footer-copyright, .footer-one .elementor-element.e-con, .footer-one .elementor-widget-noile-shape, .footer-one .elementor-section, .footer-one .elementor-column, .footer-one .elementor-widget-container, .footer-one .elementor-widget-wrap {
  position: unset !important;
}

.blog__card-comment-box {
  margin-top: -8px;
}

.blog__card-img-box {
  margin-bottom: 20px;
}

.single-post .slide-title__heading {
  line-height: 1.3em;
}

.mobile-nav__container .main-menu__list > li.menu-item-has-children > a::after {
  display: none;
}

.mobile-nav__content .main-menu__list li a button {
  padding: 0;
}

.sidebar__post__image {
  margin-right: 24px;
}

.sidebar__post__list li + li {
  padding-top: 24px;
  margin-top: 24px;
}

.sidebar__post__content__meta {
  position: relative;
  top: -5px;
}

.sidebar__post__content__title {
  font-size: 16px;
  margin-top: -5px;
}

.wc-block-components-price-slider__range-input-progress {
  color: var(--noile-base);
}

.woocommerce .coupon {
  float: left;
  width: 60%;
}

.woocommerce .shop_table button[name=update_cart] {
  float: right;
  top: auto;
  padding: 11px 25px;
}

.woocommerce .shop_table button {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
}

.woocommerce .checkout_coupon input[type=text],
.woocommerce .shop_table .coupon input[type=text] {
  max-width: 250px;
}

.checkout-button:hover,
.return-to-shop .button:hover,
.shop_table .button:hover,
.form-row.place-order .button:hover,
.woocommerce-form-coupon .button:hover {
  background-color: var(--noile-black, #222222);
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 0px !important;
}

.woocommerce-cart .woocommerce {
  padding-bottom: 90px !important;
}

.cart_totals .shop_table tbody tr {
  display: flex;
  justify-content: space-between;
}

.header-two .sidebar-btn__toggler {
  margin-right: 14px;
}

/* 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: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--noile-base);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 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(--noile-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: var(--noile-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(--noile-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: var(--noile-base) !important;
  letter-spacing: 4px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--noile-primary);
  font-size: 16px;
}

.woocommerce-ordering {
  float: right;
}

.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: 35px;
  }
}
.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: "\f1a2";
  font-family: "Flaticon" !important;
  font-size: 25px;
  color: #222429;
  top: -20px;
  right: 0;
  text-indent: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
  float: left;
}

.comment-form-rating {
  display: block;
  overflow: hidden;
}

label.rate-this-pro {
  float: left;
  margin-right: 10px;
  font-size: 17px;
}

.comment-form-rating p.stars {
  padding-top: 5px;
}

.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-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
  background-color: var(--noile-white, #ffffff);
}

.shop_table .product-thumbnail img {
  max-width: 120px;
  mix-blend-mode: darken;
  border: 1px solid #ece9e0;
  border-radius: var(--noile-bdr-radius);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--noile-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-left: 0;
  padding-left: 0;
}

.shop_table tbody tr {
  border: 1px solid #e9ebee;
  border-left: 0;
  border-right: 0;
}

.shop_table td {
  border: 0;
}

.woocommerce-order-details .shop_table td,
.order_details.shop_table tfoot tr th {
  border: 1px solid #e9ebee;
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.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(--noile-font-two);
  font-weight: 400;
}

.cart_totals .shop_table tbody th {
  padding-left: 0;
}

.cart_totals .shop_table tbody th {
  font-family: var(--heading-font);
  font-weight: 600;
}

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

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--noile-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--noile-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-bottom: 1px solid #e9ebee;
}

.woocommerce-checkout .shop_table td {
  padding: 10px;
  padding-left: 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(--noile-font);
  color: var(--noile-gray);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 100%;
}

.woocommerce-checkout .shop_table .amount {
  font-family: var(--noile-font);
  color: var(--noile-gray);
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 500ms ease;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

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

.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: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--noile-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  top: -4px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -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(--noile-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 80px 19px 35px;
  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(--noile-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;
  right: 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(--noile-base);
  border-radius: 3px;
  background: var(--noile-base);
  color: var(--noile-white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--noile-base);
  background: var(--noile-base);
  color: var(--noile-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(--noile-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(--noile-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;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  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-left: -1.5px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -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: left;
}

.widget_price_filter .clear {
  display: none;
}

.widget_price_filter .price_label {
  margin-right: auto;
  padding-top: 3px;
}

.sidebar .widget_price_filter .price_slider_amount {
  font-family: var(--noile-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--noile-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: left;
  margin-right: 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: left;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--noile-font);
  padding-top: 18px;
}

.woocommerce-active .content-area .woocommerce-ordering {
  float: right;
}

.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: 64px;
  background-color: var(--noile-white2, #F6F6F6) !important;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--noile-font);
  letter-spacing: 0em;
  border: 1px solid var(--noile-extra);
  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: right 30px top 50%;
  background-size: 0.65em auto;
  margin-bottom: 30px;
  border-radius: var(--noile-bdr-radius);
}

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

.product .added_to_cart,
.shop-one__image .added_to_cart {
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--noile-base);
  color: var(--noile-white);
  font-family: var(--heading-font);
  transition: all 0.5s linear;
  font-weight: 700;
  z-index: 1;
  color: var(--noile-black);
  padding: 4px 21px 4px;
  font-size: 12px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.wc-proceed-to-checkout a:hover {
  background-color: var(--noile-base);
  color: var(--noile-white);
}

.product .added_to_cart:hover {
  color: var(--noile-white);
  background-color: var(--noile-black);
}

.products .product .price {
  font-size: 16px;
  font-weight: 500;
  color: var(--noile-gray);
  font-family: var(--noile-font);
  letter-spacing: var(--noile-letter-spacing);
  line-height: 16px;
  display: inline-flex;
  flex-direction: row-reverse;
}

.products .product .shop-one__price ins {
  background-color: transparent;
}

.products .product .star-rating {
  font-size: 12px;
  margin-bottom: 0px;
}

.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-left: auto;
  margin-right: 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-left: 10px;
  padding-right: 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;
  left: 20px;
}

.woocommerce-pagination {
  justify-content: center;
}

.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-left: 10px;
  color: var(--noile-secondary, #A0A1A6);
  background-color: var(--noile-white2, #F6F6F6);
  font-size: 16px;
  font-weight: 500;
  min-width: 50px;
  min-height: 50px;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: 50%;
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}

.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-left: 20px;
  padding-right: 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;
  left: 20px;
  z-index: 10;
}

.woocommerce-product-gallery__wrapper {
  margin-top: 0;
  overflow: hidden;
  background-color: var(--noile-gray, #777777);
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
  border: 1px solid #dedee5;
}

.woocommerce-product-gallery__image {
  border-radius: 0px;
}
.woocommerce-product-gallery__image > a {
  display: block;
}

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

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  font-size: var(--noile-size-5xl);
  line-height: 1;
  margin-right: 6px;
  margin-bottom: 0;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.single-product .woocommerce-grouped-product-list-item__price del bdi,
.product__card .price del bdi {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
  text-decoration: line-through;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.single-product .woocommerce-review-link {
  font-family: var(--noile-font);
  color: var(--thm-text);
  font-size: 15px;
  color: var(--thm-text);
  position: relative;
  font-weight: 500;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-family: var(--noile-font);
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  height: 60px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  height: 50px;
  border: 1px solid #e9ebee;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--noile-font);
  padding-left: 0px;
  padding-right: 0;
  background: var(--noile-extra);
  border-radius: var(--noile-bdr-radius);
  text-align: center;
  width: 130px;
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 22px;
  background-color: transparent;
  color: #222429;
  font-size: 8px;
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--noile-extra);
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  top: 15px;
  bottom: 0;
  left: 10px;
}

.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-right: 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(--noile-black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: var(--noile-letter-spacing);
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--noile-font);
  font-weight: 700;
  color: var(--thm-text);
  font-size: 14px;
  margin-left: 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: 600;
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--heading-font);
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--noile-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;
}

.variations_form.cart select {
  width: 250px;
  margin-bottom: 0;
  float: right;
  height: 50px;
}

#review_form .comment-respond {
  margin-top: 30px;
}

#review_form #commentform {
  margin-top: 15px;
}
#review_form #commentform .row {
  --bs-gutter-x: 20px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cart_totals h2,
.shop_table thead th {
  color: var(--noile-primary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 0;
  padding-bottom: 0px;
  border: none;
  border-bottom-color: currentcolor;
  padding-bottom: 20px;
  padding-top: 20px;
}

.shop_table thead th {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout-review-order-table thead tr th {
  padding: 20px 0;
}

.shop_table thead th:first-child {
  padding-left: 0;
}

.cart-page__right tbody {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.shop_table .product-remove {
  text-align: right;
}

.shop_table tbody td.actions {
  padding-top: 60px;
  padding-left: 0;
}

.shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
}

.cart_totals h2 {
  font-size: 30px;
}

.shop_table .product-remove a {
  font-size: 16px;
  color: var(--noile-black);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--heading-font);
  color: var(--noile-black);
  font-weight: 600;
  transition: all 500ms ease;
}

.shop_table .product-name a:hover {
  color: var(--noile-base);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--noile-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--noile-color);
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.woocommerce .checkout_coupon input[type=text],
.shop_table .coupon input[type=text] {
  width: 100%;
  max-width: 370px;
  border-radius: 0;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 20px;
  font-family: var(--noile-font);
  font-size: 14px;
  color: var(--noile-black);
  height: 52px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-weight: 400;
  border: 1px solid #dddddd;
}

.shop_table .coupon input::placeholder {
  color: var(--noile-gray);
  opacity: 1;
}

.shop_table button[name=update_cart] {
  position: absolute;
  top: 60px;
  right: 0px;
  cursor: pointer;
}

.cart_totals td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart_totals td {
  font-family: var(--noile-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: right;
  padding-right: 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(--noile-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;
  right: 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: #222;
  clear: both;
  color: #fff !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--noile-font);
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  text-align: left;
  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(--noile-base);
  margin-right: 5px;
  margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--noile-base);
}

.woocommerce-error {
  list-style-type: none;
  margin-left: 0;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
  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(--heading-font);
  color: var(--noile-black);
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
}

.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-left: 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(--noile-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;
}

.noile-edit-address h3,
.noile-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,
.noile-edit-address label {
  font-family: var(--noile-font);
  color: var(--noile-black);
  font-size: 18px;
  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],
.noile-edit-address input[type=text],
.noile-edit-address input[type=email],
.noile-edit-address input[type=password],
.noile-edit-address input[type=tel],
.noile-edit-address input[type=url],
.noile-edit-address input[type=file],
.noile-edit-address input[type=number],
.noile-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: 60px;
  width: 100%;
  font-size: 16px;
  color: var(--noile-black);
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  transition: all 300ms ease;
  font-family: var(--noile-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}

.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: left;
  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,
.noile-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 60px;
  background-color: transparent;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--noile-font);
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}

span.selection {
  width: 100% !important;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.noile-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 60px;
  background-color: transparent;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--noile-font);
  letter-spacing: 0em;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  border-radius: 0px !important;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.noile-edit-address .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 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: left !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;
}

.woocommerce-checkout .shop_table tfoot td,
.woocommerce-checkout .shop_table tfoot th {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  color: var(--noile-gray);
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: #e9ebee;
  padding: 30px;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: #e9ebee;
  padding: 30px 30px 18px 30px;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout-payment .place-order {
  padding-left: 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(--noile-black);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--heading-font);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: -10px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 15px;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: -2px;
  transition: all 500ms ease;
}

.product-quantity .quantity button {
  right: 50px;
}

.woocommerce .coupon {
  margin-bottom: -50px;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--noile-base);
  border-color: var(--noile-base);
  content: "\f00c";
}

.woocommerce-checkout-payment .wc_payment_methods li img {
  mix-blend-mode: multiply;
  width: 170px;
  margin-right: 10px;
  margin-left: 10px;
}

.checkout_coupon p,
.woocommerce-checkout-payment .place-order p,
.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 16px;
  line-height: 30px;
  color: var(--noile-secondary, #A0A1A6);
  font-family: var(--noile-font, "Sora", sans-serif);
  font-weight: 400;
}

.wc_payment_methods .payment_box {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.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(--noile-primary);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--noile-font);
  font-size: 14px;
  color: #686a6f;
  height: 64px;
  margin: 0;
}

.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.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(--noile-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--noile-base, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: #222429;
}

.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(--noile-gray, #777777);
}

@media (max-width: 991px) {
  .shop_table button[name=update_cart] {
    position: relative;
    margin-top: 20px;
    top: auto;
    right: 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: left;
  }
  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: left;
  width: 49%;
  margin-right: 30px;
  overflow: hidden;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  float: right;
  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;
  right: 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: left;
}

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

/**
 * 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;
}

ul.products li.product .button {
  display: inherit;
}

.shop-one__product-count {
  display: inline-block;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}

a.thm-btn.wishlist {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.yith-wcwl-add-button > a i {
  margin-right: 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(--noile-base);
  color: var(--noile-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 td:last-child {
  padding-right: 0;
}

form.woocommerce-checkout .shop_table tfoot th {
  padding-left: 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(--noile-base, #D94645);
}

.variations_form.cart label {
  font-family: var(--heading-font);
  font-weight: 600;
}

.product-details__content__quantity {
  padding-left: 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;
}

.shop_table tbody .cart_item td:first-child {
  padding-left: 0;
  width: 120px;
  padding-right: 30px;
}

@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(--noile-extra);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--noile-extra);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--noile-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--noile-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;
  margin-bottom: 17px;
  gap: 15px;
}

.product-review .comments-area .comment-box .info {
  margin-bottom: 0;
}

.product__all-content ins {
  background-color: transparent;
}

.product-details__title ins span {
  margin-left: 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;
}

.noile-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 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(--noile-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(--noile-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: 12px;
  margin-left: 0;
  margin-top: 0;
  font-weight: 700;
  background: var(--noile-white);
  font-family: var(--heading-font);
  color: var(--noile-black);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  box-shadow: 0px 10px 30px 0px rgba(var(--noile-black4-rgb), 0.07);
}

.woo-widget div .wc-block-components-filter-submit-button:hover {
  background-color: var(--noile-base, #1a1414) !important;
  color: var(--noile-black);
}

.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(--noile-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(--noile-base);
}

.wc-block-price-filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--noile-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;
  left: 0;
  top: 50%;
  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(--noile-black);
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::after {
  padding-left: 27px;
}

.shop-one__sidebar.sidebar .price,
.sidebar .price {
  padding: 0;
}

.shop-one__sidebar.sidebar .wc-block-components-sort-select__label {
  float: left;
}

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

.shop-one__sidebar.sidebar .wc-block-product-categories__dropdown select {
  padding-left: 10px;
  background-image: none;
}

.woocommerce-product-search button,
.woocommerce-widget-layered-nav button {
  background: var(--noile-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-title {
  color: #222429;
  font-weight: 800;
  font-size: 16px;
  transition: 0.3s;
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--noile-base);
  border-color: var(--noile-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(--heading-font);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sidebar .wc-block-components-price-slider::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wc-block-components-price-slider__range-text {
  float: left;
  margin: 0;
  padding-top: 6px;
}
.sidebar .wc-block-components-price-slider__range-text span:first-child::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
.sidebar .wc-block-components-price-slider__actions {
  float: right;
}

.product__add-to-cart {
  display: flex;
  margin-top: 16px;
}

ul.products .product__add-to-cart .add_to_cart_button.thm-btn {
  position: relative;
}

.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;
  right: 5px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

.product__items ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  float: left;
}

.product__items ul.products li {
  border: 0;
  margin-bottom: 0;
  float: none;
  padding-left: 15px;
  padding-right: 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 #dedee5;
  background-color: var(--noile-white);
  border-radius: var(--noile-bdr-radius);
  border-bottom: 0;
}

.product__all-content {
  border: 1px solid #dedee5;
  border-top: 0;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 30px;
  border-radius: var(--noile-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 {
  font-family: var(--heading-font);
  font-size: 20px;
  color: var(--noile-black);
  font-weight: 600;
  margin: 0;
}
.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}

.woosq-popup .woosw-btn {
  background-color: var(--noile-base);
}

.woosq-popup .woosw-btn:hover,
.product-details .cart .woosw-btn:hover {
  color: var(--noile-white);
}

.woosq-popup .woosw-added {
  padding: 15px 45px 13px;
}

.woosw-added:hover {
  background-color: var(--noile-base);
}

.woosw-list .added_to_cart.wc-forward {
  padding: 15px 45px 14px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.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 {
  left: 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%;
  right: 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: right;
  margin-right: 10px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  border-radius: var(--noile-bdr-radius);
}

.product .blog-sidebar__meta,
.product .blog-sidebar__btn,
.product .blog-sidebar__date {
  display: none;
}

.product__all-content .thm-btn,
.product__item .thm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.item .thm-btn {
  padding: 12px 20px;
}

.product__all-content .thm-btn:hover,
.product__item .thm-btn:hover {
  background-color: var(--noile-base);
  color: var(--noile-black);
}

p.comment-notes {
  margin-bottom: 10px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.noile-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 {
  padding: 7.5px 28.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  color: var(--noile-white, #ffffff);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--noile-base, #D94645);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.woocommerce-ResetPassword .woocommerce-Button::after,
.noile-edit-address button[type=submit]::after,
.checkout_coupon button[type=submit]::after,
.woocommerce-EditAccountForm button[type=submit]::after,
.woocommerce-checkout-payment #place_order::after,
.woocommerce-form-login .woocommerce-form-login__submit::after,
.woocommerce-form-register .woocommerce-form-register__submit::after,
.wc-proceed-to-checkout a::after,
.shop_table button[name=update_cart]::after,
.shop_table .coupon .thm-btn::after,
.entry-summary .thm-btn.cart-btn::after,
.woosq-popup .woosw-btn::after,
.product-details .cart .woosw-btn::after,
.woosw-list .add_to_cart_button::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--noile-black);
  position: absolute;
  right: -18px;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}
.woocommerce-ResetPassword .woocommerce-Button:hover::after,
.noile-edit-address button[type=submit]:hover::after,
.checkout_coupon button[type=submit]:hover::after,
.woocommerce-EditAccountForm button[type=submit]:hover::after,
.woocommerce-checkout-payment #place_order:hover::after,
.woocommerce-form-login .woocommerce-form-login__submit:hover::after,
.woocommerce-form-register .woocommerce-form-register__submit:hover::after,
.wc-proceed-to-checkout a:hover::after,
.shop_table button[name=update_cart]:hover::after,
.shop_table .coupon .thm-btn:hover::after,
.entry-summary .thm-btn.cart-btn:hover::after,
.woosq-popup .woosw-btn:hover::after,
.product-details .cart .woosw-btn:hover::after,
.woosw-list .add_to_cart_button:hover::after {
  width: 216px;
}

.shop_table .coupon .thm-btn {
  line-height: 27px;
}

.wc-proceed-to-checkout a {
  /* padding: 23px 50px; */
  width: 100%;
  text-align: center;
}

.entry-summary .thm-btn.cart-btn {
  margin-right: 10px;
}

.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn,
.woosw-list .add_to_cart_button {
  color: var(--noile-black);
  height: 51px;
  text-transform: capitalize;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  z-index: 1;
  overflow: hidden;
}

.product__sidebar-title {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: 0;
}

.shop-category.product__sidebar-single ul.wp-block-categories li a {
  margin-left: 20px;
  font-weight: 500;
}

.review-form-one__title {
  text-transform: Normal;
  font-size: 30px;
}

.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: 100%/1;
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-2 li {
    width: 100%/2;
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-3 li {
    width: 100%/3;
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-4 li {
    width: 100%/4;
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-5 li {
    width: 100%/5;
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-6 li {
    width: 100%/6;
  }
}

.product__item__btn .woosw-btn-text-icon .woosw-btn-text {
  display: none;
}

.blog-sidebar__single.product .blog-one__meta,
.blog-sidebar__single.product .noile-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;
}

a.added_to_cart.wc-forward {
  text-indent: -9999px;
}

.product .added_to_cart::before {
  position: absolute;
  content: "add to card";
  background-color: var(--noile-black);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

a.added_to_cart.wc-forward:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  float: left;
  text-indent: 0;
  top: 18px;
  left: 10px;
  position: relative;
  font-size: 20px;
}

.product .added_to_cart {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  color: var(--noile-white);
  background-color: var(--noile-base);
  border-radius: 50%;
  position: relative;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 11;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.add_to_cart_button.ajax_add_to_cart.loading .shop-product__btn-icon.icon-cart::before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f110" !important;
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.shop-product__btn-icon {
  font-size: 24px;
  color: var(--noile-base, #D94645);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.shop-product__btn.added {
  display: none !important;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
  margin-left: 30px;
  background-color: #f9f9f9;
}

.cart_totals h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--noile-black);
  font-family: var(--noile-font);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f4f0ec;
}

.cart_totals table {
  margin: 0;
}

.cart_totals tbody {
  background-color: transparent;
}

.woocommerce-cart .blog-single {
  padding-top: 80px;
  padding-bottom: 60px;
}
