/*!
Theme Name: Clenq
Theme URI: https://bracketweb.com/clenqwp/
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: Clenq is a clean and modern design cleaning services WordPress Themes. By using this template anyone can build cleaning services, office cleaning, cleaning businesses, cleaning service companies, cleaning booking, maid services, housekeeper services & any Startup Business Websites.
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: clenq
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.

clenq 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 {
  --clenq-font: "Inter", sans-serif;
  --clenq-font-two: "Outfit", sans-serif;
  --clenq-base: #fff203;
  --clenq-base-rgb: 255, 242, 3;
  --clenq-black: #043e74;
  --clenq-black-rgb: 4, 62, 116;
  --clenq-black2: #172000;
  --clenq-black2-rgb: 23, 32, 0;
  --clenq-primary: #298be7;
  --clenq-primary-rgb: 41, 139, 231;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--clenq-black, #043e74);
  font-family: var(--clenq-font, "Inter", 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(--clenq-black2, #172000);
  cursor: help;
}

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

big {
  font-size: 125%;
}

b,
strong {
  color: var(--clenq-black, #043e74);
}

/* 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-404,
.has-fixed-footer .blog-one,
.has-fixed-footer .blog-single,
.has-fixed-footer .product-details,
.has-fixed-footer .shop-one.product.news-sidebar,
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-bottom: 220px;
}
.has-fixed-footer .blog-details {
  padding-bottom: 0px;
}
.has-fixed-footer .default-footer .site-footer__bottom {
  padding: 34.5px 0;
}
.has-fixed-footer .page-template-default.woocommerce-cart .woocommerce,
.has-fixed-footer .page-template-default.woocommerce-checkout .woocommerce {
  padding-top: 0;
  padding-bottom: 0px;
}
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-top: 0;
  margin-top: -15px;
  margin-bottom: -27px;
  padding-bottom: 0;
}
.has-fixed-footer .woocommerce-checkout .woocommerce {
  margin-top: 0;
  margin-bottom: -30px;
}
.has-fixed-footer .copyright {
  padding: 36px 0;
}

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

ul,
ol {
  margin: 0 0 0.5em 1.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(--clenq-primary, #f1cf69);
}

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  line-height: 40px;
  color: var(--clenq-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(--clenq-black, #043e74);
}
a:hover, a:focus, a:active {
  color: var(--clenq-base, #fff203);
}
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(--clenq-black2, #172000);
  border-color: var(--clenq-black2, #172000);
  color: var(--clenq-base, #fff203);
}

.news-details__left .wp-block-button a {
  transition: all 500ms ease;
}
.news-details__left .wp-block-button a:hover {
  background-color: var(--clenq-black2, #172000);
  border-color: var(--clenq-black2, #172000);
  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(--clenq-black, #043e74);
  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(--clenq-black, #043e74);
}

/* 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;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

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

.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(--clenq-black2, #172000);
  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(--clenq-black2, #172000);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--clenq-black2, #172000);
  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(--clenq-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: 500;
  color: var(--clenq-black, #043e74);
  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: rgba(var(--clenq-black2-rgb), 0.8);
  line-height: 1.875em;
  margin-bottom: 1em;
  font-size: 15px;
  font-family: var(--clenq-font, "Inter", sans-serif);
  letter-spacing: var(--clenq-letter-spacing-two);
  font-weight: 500;
}

.comments-area .comment-content table a {
  color: rgba(var(--clenq-black2-rgb), 0.8);
  text-decoration: none;
}

.comments-area .comment-content table a:hover {
  color: var(--clenq-black2, #172000);
}

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

.comments-area .reply a {
  position: relative;
  display: inline-block;
  color: #15171a;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  background: #efeeee;
  padding: 1px 15px 1px;
  margin-left: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comments-area .reply a:hover {
  background-color: var(--clenq-base);
  color: var(--clenq-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(--clenq-black, #043e74);
  margin-bottom: 24px;
  margin-top: -30px;
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  color: #080501;
}

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

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

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

.comment-form__title small a:hover {
  color: var(--clenq-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: 5px;
  box-shadow: none;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  font-weight: 400;
  outline: none;
  color: var(--clenq-gray, #717178);
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--clenq-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;
  position: relative;
  display: block;
  background: #eff6fc;
  border-radius: 10px;
  padding: 35px 40px 35px;
  z-index: 1;
}

.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 500ms ease;
  font-weight: 400;
  color: var(--clenq-color);
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--clenq-black, #043e74);
}

.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(--clenq-black, #043e74);
  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: rgba(var(--clenq-black2-rgb), 0.8);
  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(--clenq-black, #043e74);
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--clenq-black, #043e74);
  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(--clenq-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--clenq-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 13px;
  font-family: var(--clenq-font-two, "Outfit", sans-serif);
  margin-right: 5px;
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--clenq-black, #043e74);
  background: var(--clenq-black, #043e74);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: #ffffff;
  height: 64px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  color: rgba(var(--clenq-black2-rgb), 0.8);
  border: none;
  border-radius: 5px;
}

.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: #ffffff;
  background-color: var(--clenq-black, #043e74);
  line-height: 1;
  fill: #ffffff;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 14px;
  border-top-right-radius: var(--clenq-bdr-radius);
  border-bottom-right-radius: var(--clenq-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(--clenq-black, #043e74);
  color: var(--clenq-black, #043e74);
  fill: var(--clenq-black, #043e74);
}

.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(--clenq-black, #043e74);
  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(--clenq-black, #043e74);
  transition: all 500ms ease;
  font-weight: 500;
}
.wp-calendar-nav a:hover {
  color: var(--clenq-black2, #172000);
}

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

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

tbody {
  background-color: #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(--clenq-black2, #172000);
}
.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: rgba(var(--clenq-black2-rgb), 0.8);
  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(--clenq-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(--clenq-black, #043e74);
  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(--clenq-black, #043e74);
  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: #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(--clenq-black, #043e74);
  color: var(--clenq-black, #043e74);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -5px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin: -20px !important;
  padding-left: 20px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--clenq-bdr-radius);
  border-bottom: 1px solid var(--clenq-border-color, #e8e3da);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: transparent;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  top: 22px;
  left: 1px;
  width: 70px;
  height: auto;
  background-color: var(--clenq-black, #043e74);
}
.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(--clenq-black, #043e74);
}
.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(--clenq-black, #043e74);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author {
  font-size: 14px;
  font-weight: 500;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 16px;
  color: var(--clenq-black, #043e74);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: var(--clenq-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(--clenq-black, #043e74);
}
.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(--clenq-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--clenq-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(--clenq-black2, #172000);
}
.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(--clenq-primary);
  color: var(--clenq-black, #043e74);
}

.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(--clenq-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(--clenq-black, #043e74);
  transition: all 500ms ease;
  margin-top: -5px;
  display: block;
  font-family: var(--clenq-heading-font, "Cormorant");
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 60px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  color: rgba(var(--clenq-black2-rgb), 0.8);
  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(--clenq-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--clenq-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  font-family: var(--clenq-font-two, "Outfit", sans-serif);
  letter-spacing: 1.2px;
  line-height: 30px;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--clenq-black, #043e74);
  background: var(--clenq-black, #043e74);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--clenq-black, #043e74);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--clenq-black, #043e74);
}
.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(--clenq-black, #043e74);
  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(--clenq-black, #043e74);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--clenq-black, #043e74);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--clenq-font, "Inter", 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(--clenq-black, #043e74);
}
.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: rgba(var(--clenq-black2-rgb), 0.8);
  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(--clenq-black, #043e74) !important;
  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(--clenq-black, #043e74);
  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(--clenq-black, #043e74);
}
.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: rgba(var(--clenq-black2-rgb), 0.8);
}
.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: rgba(var(--clenq-black2-rgb), 0.8);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--clenq-black, #043e74);
  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(--clenq-black, #043e74);
  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(--clenq-black, #043e74);
}
.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(--clenq-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: 22px 39px;
  color: #fff;
  font-size: 14px;
  background-color: var(--clenq-black, #043e74);
  font-family: var(--clenq-font, "Inter", sans-serif);
  transition: all 500ms ease;
  border: none;
  border-radius: 0px;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--clenq-primary, #298be7);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--clenq-font, "Inter", sans-serif);
  font-size: 15px;
  text-transform: lowercase;
  color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: var(--clenq-text, #161617);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--clenq-primary, #298be7);
}
.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(--clenq-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: rgba(var(--clenq-black2-rgb), 0.8);
}

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

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

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

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

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

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

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

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--clenq-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(--clenq-black2, #172000);
  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
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.row {
  --bs-gutter-x: 30px;
}

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

body {
  font-family: var(--clenq-font);
  color: rgba(var(--clenq-black2-rgb), 0.8);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--clenq-black);
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--clenq-black);
  margin: 0;
  font-family: var(--clenq-font-two);
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

.section-separator {
  border-color: var(--clenq-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/* owl dots basic style */
.owl-dots-one.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot {
  margin: 0px -1px;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #d6cbc5;
  border-radius: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot.active span {
  background: var(--clenq-base);
}

.owl-dots-one.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dbd8d8;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.owl-dots-one.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scaleX(1);
}

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

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

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

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

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

.custom-cursor__hover {
  background-color: var(--clenq-base);
  opacity: 0.4;
}

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

/***
=====================================================
    Thm Btn
=====================================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--clenq-base);
  color: var(--clenq-black);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 60px;
  font-family: var(--clenq-font);
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 45px 0px;
  overflow: hidden;
  border-radius: 3px;
}

.thm-btn:before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--clenq-black);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.thm-btn:hover:before {
  top: -30%;
}

.thm-btn:hover {
  color: #ffffff;
}

/***
=====================================================
    Thm Btn Style2
=====================================================
***/
.thm-btn.style2 {
  border-radius: 28px;
  background: var(--clenq-primary);
  border: 1px solid var(--clenq-black);
}

/***
=====================================================
    Thm Btn Style3
=====================================================
***/
.thm-btn.style3:before {
  background: var(--clenq-base);
}

.thm-btn.style3:hover {
  color: var(--clenq-black);
}

/***
=============================================
   Sec Title
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -11px;
  padding-bottom: 62px;
}

.sec-title__tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}

.sec-title__tagline p {
  color: var(--clenq-black2);
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.sec-title__tagline p .left-shape {
  position: relative;
  display: inline-block;
  padding-right: 3px;
  top: -1px;
}

.sec-title__tagline p .right-shape {
  position: relative;
  display: inline-block;
  padding-left: 3px;
  top: -1px;
}

.sec-title__title {
  font-size: 60px;
  line-height: 1em;
  font-weight: 600;
}

/***
=====================================================
Bootstrap Select
=====================================================
***/
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

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

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--clenq-black);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--clenq-primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}

/***
=====================================================
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: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-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-image: url(assets/images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

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

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

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.75;
  cursor: pointer;
}

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

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  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;
  padding-right: 80px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--clenq-base);
  border: 0;
}

.search-popup__content .thm-btn i::before {
  font-size: 20px;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--clenq-black);
}

.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
  display: none;
}

/***
=============================================
    Rating Box
=============================================
***/
.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  line-height: 0;
}

.rating-box ul li:last-child {
  margin-right: 0;
}

.rating-box ul li span {
  position: relative;
  display: inline-block;
  color: #F6C410;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 1px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 5px;
  color: var(--clenq-black);
  font-size: 18px;
  line-height: 45px;
  font-weight: 600;
  border: 0px solid var(--clenq-black);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--clenq-font);
  z-index: 1;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: var(--clenq-black);
  background: var(--clenq-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  top: -1px;
}

.styled-pagination li.next a span::before {
  position: relative;
  display: inline-block;
  transform: rotate(0deg);
  font-size: 15px;
  font-weight: 700;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--clenq-black);
  background: var(--clenq-base);
}

.styled-pagination li.next {
  margin-left: 0px;
  background: #c9e5ff;
  color: #285180;
  border-radius: 5px;
}

/***
=====================================================
Scroll To Top
=====================================================
***/
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--clenq-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: var(--clenq-black);
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--clenq-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/***
=============================================
    xs Sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  cursor: url(assets/images/icon/cross-out.png), pointer;
  z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.6;
  visibility: visible;
  transition-delay: 0s;
  right: 100%;
  background-color: #000000;
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 365px;
  background-color: #12062c;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  left: 0;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: -150px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 600ms ease 800ms;
}

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

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--thm-base);
  border-color: var(--clenq-base);
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
  position: relative;
  display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--clenq-base);
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
  position: relative;
  display: block;
  padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
  position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .thm-btn {
  position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type=text],
.xs-sidebar-group .content-inner .form-inner .form-group input[type=email],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  transition: all 500ms ease;
  outline: none;
  border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: #b0b0bd;
  line-height: 30px;
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: var(--clenq-base);
}

.sidebar-contact-info ul li a {
  color: #b0b0bd;
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
  margin-right: 0;
}

.thm-social-link1 ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: var(--clenq-base);
  border-radius: 50%;
  color: var(--clenq-black);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0.5);
  opacity: 0;
  content: "";
  z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.thm-social-link1 ul li a:hover {
  color: #000000;
}

/***
=====================================================
Navigations One
=====================================================
***/
.main-header {
  position: relative;
  display: block;
  z-index: 99;
}

.stricky-header .main-menu__wrapper-inner {
  padding-left: 0;
  box-shadow: none;
}

.stricky-header.main-menu {
  margin-top: 0px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 43px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--clenq-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--clenq-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

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

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

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: var(--clenq-black2);
  border-bottom: 1px solid rgba(var(--clenq-black-rgb), 0.1);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--clenq-base);
  color: var(--clenq-black2);
  border-color: var(--clenq-base);
}

.main-menu .main-menu__list > li > ul > li:last-child > a,
.main-menu .main-menu__list > li > ul > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

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

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

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--woodza-base);
  cursor: pointer;
}

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

.mobile-nav__buttons a:hover {
  color: var(--woodza-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--clenq-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/***
=====================================================
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: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--clenq-black);
  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 .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--clenq-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--clenq-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--clenq-base);
  border: none;
  outline: none;
  color: var(--clenq-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: #000000;
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

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

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

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

.mobile-nav__top .main-menu__login a {
  color: var(--woodza-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.mobile-nav__social a:hover {
  color: var(--clenq-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--woodza-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--clenq-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--clenq-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: var(--clenq-black);
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/***
=====================================================
Main Header One
=====================================================
***/
.main-header-one {
  position: relative;
  display: block;
  z-index: 99;
}

.main-header-one .container {
  position: static;
  max-width: 1810px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-header-one__top {
  position: relative;
  display: block;
  padding: 14px 0px 15px;
}

.main-header-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.main-header-one__top-left {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header-one__top-left ul {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  padding: 3px 0px 4px;
  border-radius: 5px;
}

.main-header-one__top-left ul li {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-left: 33px;
}

.main-header-one__top-left ul li:last-child {
  padding-right: 20px;
}

.main-header-one__top-left ul li:first-child {
  margin-left: 20px;
}

.main-header-one__top-left ul li::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 3px;
  width: 1px;
  background: #e7e7e7;
  content: "";
}

.main-header-one__top-left ul li:last-child:before {
  display: none;
}

.main-header-one__top-left ul li p {
  color: #767070;
  font-size: 16px;
  font-weight: 400;
}

.main-header-one__top-left ul li p a {
  color: #767070;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one__top-left ul li p a:hover {
  color: var(--clenq-primary);
}

.main-header-one__top-left ul li p span::before {
  position: relative;
  display: inline-block;
  color: #2e2d2d;
  font-size: 25px;
  top: 5px;
  padding-right: 2px;
}

.main-header-one__top-right {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 3px 25px 8px;
}

.main-header-one__top-right .social-links {
  position: relative;
  display: block;
  line-height: 0;
  margin-right: 20px;
}

.main-header-one__top-right .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 31px;
}

.main-header-one__top-right .social-links li:last-child {
  margin-right: 0;
}

.main-header-one__top-right .social-links li a {
  position: relative;
  display: block;
  color: #1e1d21;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one__top-right .social-links li a:hover {
  color: var(--clenq-primary);
}

.main-header-one__top-right .social-links li a.li {
  font-size: 19px;
}

.main-header-one__top-right .text-box {
  position: relative;
  display: block;
  padding-left: 17px;
}

.main-header-one__top-right .text-box::before {
  position: absolute;
  top: -3px;
  left: 0;
  bottom: -8px;
  width: 1px;
  background: #e3e3e3;
  content: "";
}

.main-header-one__top-right .text-box p {
  color: #767070;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.main-header-one__top-right .text-box p span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black2);
  font-size: 25px;
  top: 5px;
  padding-right: 4px;
}

.main-header-one__top-right .text-box p a {
  color: #767070;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one__top-right .text-box p a:hover {
  color: var(--clenq-primary);
}

.main-header-one__bottom {
  position: relative;
  display: block;
  background: #298be7;
  z-index: 1;
}

.main-header-one__bottom .container {
  position: static;
  max-width: 1810px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-header-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-one__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-header-one__bottom-left .logo-one {
  position: relative;
  display: block;
  width: 305px;
  padding-left: 15px;
  z-index: 1;
}

.main-header-one__bottom-left .logo-one::before {
  content: "";
  position: absolute;
  top: -17px;
  right: -6px;
  width: 6px;
  border-left: 3px solid transparent;
  border-right: 6px solid transparent;
  z-index: 3;
  border-bottom: 8px solid #117bdf;
}

.main-header-one__bottom-left .logo-box {
  display: none;
}

.stricky-header__three .main-header-one__bottom-left .logo-box,
.stricky-header__two .main-header-one__bottom-left .logo-box {
  display: inline-block;
  padding: 15px 0;
}

.stricky-header__three .main-header-two__bottom-left-text .btn-box,
.stricky-header__two .main-header-one__bottom-left .btn-box {
  display: none;
}

.logo-one__bg {
  position: absolute;
  top: -17px;
  left: -15px;
  bottom: 0px;
  right: 0px;
  border-top: 88px solid #117bdf;
  border-right: 30px solid transparent;
  content: "";
  z-index: -1;
}

.main-header-one__bottom-left .logo-one a {
  position: relative;
  display: inline-block;
  top: -4px;
}

.main-header-one__bottom-left .main-menu__main-menu-box {
  position: relative;
  display: block;
  margin-left: 70px;
}

.main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  width: 515px;
  padding-left: 95px;
  z-index: 1;
}

.main-header-one__bottom-right::before {
  position: absolute;
  bottom: -20px;
  left: -6px;
  width: 6px;
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  z-index: 3;
  border-top: 8px solid #117bdf;
  content: "";
}

.main-header-one__bottom-right-bg {
  position: absolute;
  top: -13px;
  left: 0;
  bottom: 0px;
  right: -15px;
  border-bottom: 88px solid #117bdf;
  border-left: 50px solid transparent;
  content: "";
  z-index: -1;
}

.main-header__search {
  position: relative;
  display: block;
}

.main-header__search a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__search a:hover {
  color: var(--clenq-black);
}

.main-header__search a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 23px;
  padding-left: 17px;
  top: 4px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__search a:hover span::before {
  color: var(--clenq-black);
}

.main-header__cart-box {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-left: 25px;
}

.main-header__cart-box::before {
  position: absolute;
  top: -7px;
  left: 0;
  bottom: -7px;
  width: 1px;
  background: #dbdbdb;
  content: "";
}

.main-header__cart-box i {
  color: #ffffff;
  font-size: 18px;
}

.main-header__cart-box span {
  position: absolute;
  top: -5px;
  right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #298be7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
}

.main-header-one__bottom-right .btn-box {
  position: relative;
  display: block;
  margin-left: 61px;
}

.main-header-one__bottom-right .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 15px;
  line-height: 55px;
  text-transform: uppercase;
  background: var(--clenq-base);
  padding: 0px 40px 0px;
  border-radius: 3px;
  font-weight: 500;
}

.main-header-one__bottom-right .btn-box a:hover {
  background: var(--clenq-primary);
  color: #ffffff;
}

.stricky-header__one {
  background-color: var(--clenq-primary);
}

.stricky-header__one .main-menu__list > li > a {
  padding-top: 34px;
  padding-bottom: 34px;
}

.stricky-header__one .main-header-one__bottom-left .logo-one::before {
  display: none;
}

.stricky-header__one .logo-one__bg {
  display: none;
}

.stricky-header__one .main-header-one__bottom-right {
  display: none;
}

.stricky-header__one .main-header-one__bottom-left {
  justify-content: space-between;
  width: 100%;
}

/***
=====================================================
Main Header Two
=====================================================
***/
.main-header-two {
  position: relative;
  display: block;
}

.main-header-two .container {
  position: static;
  max-width: 1810px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-header-two__top {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px 0px 24px;
  z-index: 1;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-two__top-left {
  position: relative;
  display: block;
}

.main-header-two__top-left .logo-box {
  position: relative;
  display: block;
}

.main-header-two__top-left .logo-box a {
  position: relative;
  display: inline-block;
}

.main-header-two__top-middle {
  position: relative;
  display: block;
}

.main-header-two__top-middle ul {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-middle ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 75px;
  margin-left: 75px;
}

.main-header-two__top-middle ul li:first-child {
  margin-left: 0px;
}

.main-header-two__top-middle ul li:last-child {
  padding-right: 0px;
}

.main-header-two__top-middle ul li::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #e7e7e7;
  content: "";
}

.main-header-two__top-middle ul li:last-child:before {
  display: none;
}

.main-header-two__top-middle ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 55px;
  border-radius: 5px;
  background: var(--clenq-black);
}

.main-header-two__top-middle ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
}

.main-header-two__top-middle ul li .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-header-two__top-middle ul li .text-box p {
  margin: 0;
  line-height: 25px;
}

.main-header-two__top-middle ul li .text-box h4 {
  color: var(--clenq-black2);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.main-header-two__top-middle ul li .text-box h4 a {
  color: var(--clenq-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-two__top-middle ul li .text-box h4 a:hover {
  color: var(--clenq-primary);
}

.main-header-two__top-right {
  position: relative;
  display: block;
}

.main-header-two__top-right ul {
  position: relative;
  display: block;
}

.main-header-two__top-right ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.main-header-two__top-right ul li:last-child {
  margin-right: 0;
}

.main-header-two__top-right ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 55px;
  background: #efefef;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.main-header-two__top-right ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--clenq-primary);
  border-radius: 5px;
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-header-two__top-right ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.main-header-two__top-right ul li a span::before {
  position: relative;
  display: inline-block;
  color: #1e1d21;
  font-size: 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-two__top-right ul li a:hover span::before {
  color: #ffffff;
}

.main-header-two__bottom-left-text {
  position: relative;
  display: flex;
  align-items: center;
  width: 535px;
  padding-left: 55px;
  z-index: 1;
}

.main-header-two__bottom-left-text::before {
  content: "";
  position: absolute;
  top: -32px;
  right: -5px;
  width: 6px;
  border-left: 4px solid transparent;
  border-right: 6px solid transparent;
  z-index: 3;
  border-bottom: 8px solid #117bdf;
}

.main-header-two__bottom-left-text-bg {
  position: absolute;
  top: -32px;
  left: -15px;
  bottom: 0px;
  right: 0px;
  border-top: 88px solid #117bdf;
  border-right: 50px solid transparent;
  content: "";
  z-index: -1;
}

.main-header-two__bottom-left-text .text-box {
  position: relative;
  display: block;
}

.main-header-two__bottom-left-text .text-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.main-header-two__bottom-left-text .btn-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.main-header-two__bottom-left-text .btn-box a {
  position: relative;
  display: inline-block;
  color: #131216;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  background: #ffffff;
  padding: 0px 25px 0px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-two__bottom-left-text .btn-box a:hover {
  background: var(--clenq-base);
}

.main-header-two .main-header-one__bottom-left .main-menu__main-menu-box {
  margin-left: 25px;
}

.main-header-two .main-header-one__bottom-right {
  width: 430px;
  padding-left: 67px;
}

.main-header-two .main-header-one__bottom-right-bg {
  position: absolute;
  top: -13px;
  left: 0;
  bottom: 0px;
  right: -15px;
  border-top: 88px solid #ffffff;
  border-left: 55px solid transparent;
  border-bottom: 0px;
}

.main-header-two .main-header-one__bottom-right::before {
  display: none;
}

.main-header-two .main-header__search a span::before {
  color: var(--clenq-black2);
}

.main-header-two .main-header__search a:hover span::before {
  color: var(--clenq-primary);
}

.main-header-two .main-header__cart-box i {
  color: var(--clenq-black2);
}

.main-header-two .main-header-one__bottom-right .btn-box a {
  background: var(--clenq-primary);
  color: #ffffff;
}

.main-header-two .main-header-one__bottom-right .btn-box a:hover {
  background: var(--clenq-base);
  color: var(--clenq-black);
}

.stricky-header__two {
  background-color: var(--clenq-primary);
}

.stricky-header__two .main-header-two__bottom-left-text-bg {
  display: none;
}

.stricky-header__two .main-header-one__bottom-right {
  display: none;
}

.stricky-header__two .main-header-two__bottom-left-text::before {
  display: none;
}

.stricky-header__two .main-header-two__bottom-left-text .text-box {
  display: none;
}

.stricky-header__two .main-header-one__bottom-left {
  justify-content: space-between;
  width: 100%;
}

.stricky-header__two .main-header-one__bottom-left .main-menu__main-menu-box {
  margin-left: 0px;
}

.stricky-header__two .main-header-two__bottom-left-text {
  width: 240px;
  padding-left: 0px;
}

.stricky-header__two .main-header-two__bottom-left-text .btn-box {
  margin-left: 0px;
}

/***
=====================================================
Main Header Three
=====================================================
***/
.main-header-two.style3 {
  position: relative;
  display: block;
}

.main-header-two.style3 .main-header-two__top-middle ul li .icon-box span::before {
  color: var(--clenq-primary);
}

.main-header-two.style3 .main-header-two__top-right ul li a {
  background: #f1f8e2;
}

.main-header-two.style3 .main-header-two__top-right ul li a:hover span::before {
  color: #1e1d21;
}

.main-header-two.style3 .main-header-two__bottom-left-text-bg {
  border-top: 88px solid #f6f7f2;
}

.main-header-two.style3 .main-header-two__bottom-left-text .text-box p {
  color: var(--clenq-black);
}

.main-header-two.style3 .main-header-two__bottom-left-text .btn-box a {
  background: var(--clenq-primary);
}

.main-header-two.style3 .main-header-two__bottom-left-text .btn-box a:hover {
  background: var(--clenq-black);
  color: #ffffff;
}

.main-header-two.style3 .main-header-two__bottom-left-text::before {
  display: none;
}

.main-header-two.style3 .main-header-one__bottom {
  background: var(--clenq-black);
}

.main-header-two.style3 .main-menu .main-menu__list > li.current > a,
.main-header-two.style3 .main-menu .main-menu__list > li:hover > a {
  color: var(--clenq-primary);
}

.main-header-two.style3 .main-header__cart-box span {
  background: var(--clenq-primary);
  color: var(--clenq-black);
}

.main-header-two.style3 .main-header-one__bottom-right .btn-box a {
  color: var(--clenq-black);
  border-radius: 28px;
}

.main-header-two.style3 .main-header-one__bottom-right .btn-box a:hover {
  color: var(--clenq-black2);
}

.stricky-header__three {
  background-color: var(--clenq-black);
}

.stricky-header__three .main-header-two__bottom-left-text-bg {
  display: none;
}

.stricky-header__three .main-header-two__bottom-left-text::before {
  display: none;
}

.stricky-header__three .main-header-one__bottom-right {
  display: none;
}

.stricky-header__three .main-header-two__bottom-left-text .text-box {
  display: none;
}

.stricky-header__three .main-header-one__bottom-left {
  width: 100%;
  justify-content: space-between;
}

.stricky-header__three .main-header-one__bottom-left .main-menu__main-menu-box {
  margin-left: 0px;
}

.stricky-header__three .main-header-two__bottom-left-text .btn-box {
  margin-left: 0px;
}

.stricky-header__three .main-header-two__bottom-left-text {
  width: 200px;
  padding-left: 0px;
}

/***
=============================================
Main Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
  margin-top: -45px;
  z-index: 1;
}

.main-slider-one__inner {
  position: relative;
  display: block;
}

.main-slider-one__single {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.main-slider-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-one .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-one .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #74899d;
  mix-blend-mode: overlay;
  content: "";
}

.main-slider-one .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.main-slider-one .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 1;
  opacity: 0;
  transform: translateX(-30%);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-one .active .shape2 {
  opacity: 1;
  transform: translate(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one .shape3 {
  position: absolute;
  top: -5px;
  left: 365px;
  mix-blend-mode: overlay;
  z-index: 1;
  opacity: 0;
  transform: translateY(-30%);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-one .active .shape3 {
  opacity: 1;
  transform: translate(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one .shape4 {
  position: absolute;
  top: 175px;
  left: 185px;
  opacity: 0.7;
  z-index: 1;
}

.main-slider-one .shape5 {
  position: absolute;
  top: 210px;
  left: 470px;
  opacity: 0.7;
  z-index: 1;
}

.main-slider-one .shape6 {
  position: absolute;
  left: 550px;
  bottom: 65px;
  opacity: 0.7;
  z-index: 1;
}

.main-slider-one .shape7 {
  position: absolute;
  top: 150px;
  right: 270px;
  z-index: 1;
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-one .active .shape7 {
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.main-slider-one .shape8 {
  position: absolute;
  right: 0;
  bottom: 230px;
  z-index: 1;
  right: 0;
  opacity: 0;
  transform: translateX(40%);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}

.main-slider-one .active .shape8 {
  opacity: 1;
  transform: translate(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one__content {
  position: relative;
  display: block;
  padding: 173px 0px 180px;
  max-width: 640px;
  width: 100%;
  float: right;
  z-index: 5;
}

.main-slider-one__content .tagline {
  position: relative;
  display: block;
  margin-bottom: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one .active .main-slider-one__content .tagline {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-one__content .tagline h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: var(--clenq-font);
}

.main-slider-one__content .title {
  position: relative;
  display: block;
  margin-bottom: 23px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one .active .main-slider-one__content .title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-one__content .title h2 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.1em;
}

.main-slider-one__content .text {
  position: relative;
  display: block;
  margin-bottom: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one .active .main-slider-one__content .text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-one__content .text p {
  color: var(--clenq-black);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.main-slider-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one .active .main-slider-one__content .btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-one .owl-theme .owl-nav {
  position: absolute;
  display: block;
  align-items: flex-start;
  bottom: 35px;
  right: 0;
  width: 128px;
  z-index: 100;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next,
.main-slider-one .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 68px;
  background: rgba(158, 158, 158, 0.3);
  border-radius: 29px;
  color: #ffffff;
  font-size: 25px;
  line-height: 73px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-one .owl-carousel .owl-nav button.owl-prev {
  margin-bottom: 30px;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-one .owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--clenq-primary);
  background: var(--clenq-base);
}

.main-slider-one .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 73px;
  font-weight: 400;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 73px;
  font-weight: 400;
}

/***
=============================================
Main Slider Two
=============================================
***/
.main-slider-two {
  position: relative;
  display: block;
  margin-top: -80px;
}

.main-slider-two .shape1 {
  position: absolute;
  top: 135px;
  left: 255px;
  opacity: 0.7;
  z-index: 1;
}

.main-slider-two .shape2 {
  position: absolute;
  left: 40px;
  bottom: 215px;
  opacity: 0.7;
  z-index: 1;
}

.main-slider-two .shape3 {
  position: absolute;
  left: 240px;
  bottom: 50px;
  opacity: 0.7;
  z-index: 1;
}

.main-slider-two .shape4 {
  position: absolute;
  left: 780px;
  bottom: 80px;
  opacity: 0.7;
  z-index: 1;
}

.main-slider-two .shape5 {
  position: absolute;
  top: 175px;
  left: 790px;
  z-index: 1;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.main-slider-two__inner {
  position: relative;
  display: block;
}

.main-slider-two__single {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.main-slider-two .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-two .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-two__content {
  position: relative;
  display: block;
  padding: 259px 0px 170px;
  z-index: 5;
}

.main-slider-two__content .title {
  position: relative;
  display: block;
  margin-bottom: 22px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .active .main-slider-two__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-two__content .title h2 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.1em;
}

.main-slider-two__content .text {
  position: relative;
  display: block;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .active .main-slider-two__content .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-two__content .text p {
  color: #051b2f;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.main-slider-two__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .active .main-slider-two__content .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider-two__content .btn-box .thm-btn {
  background: var(--clenq-primary);
  color: #ffffff;
}

.main-slider-two__content .btn-box .thm-btn:hover {
  color: var(--clenq-black);
}

.main-slider-two .owl-theme .owl-nav {
  position: absolute;
  display: block;
  align-items: flex-start;
  bottom: 35px;
  right: 0;
  width: 128px;
  z-index: 100;
}

.main-slider-two .owl-carousel .owl-nav button.owl-next,
.main-slider-two .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 68px;
  background: rgba(49, 64, 79, 0.3);
  border-radius: 29px;
  color: #ffffff;
  font-size: 25px;
  line-height: 73px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-two .owl-carousel .owl-nav button.owl-prev {
  margin-bottom: 30px;
}

.main-slider-two .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-two .owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--clenq-primary);
}

.main-slider-two .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 73px;
  font-weight: 400;
}

.main-slider-two .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 73px;
  font-weight: 400;
}

/***
=============================================
Main Slider Three
=============================================
***/
.main-slider-three {
  position: relative;
  display: block;
  margin-top: -80px;
}

.main-slider-three__inner {
  position: relative;
  display: block;
}

.main-slider-two__single {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.main-slider-two__single .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  z-index: 1;
  opacity: 0;
  transform: translateX(40%);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-three .active .main-slider-two__single .shape2 {
  opacity: 1;
  transform: translate(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.main-slider-three .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #323232;
  background-blend-mode: overlay;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-three .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-three .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #6a7159;
  mix-blend-mode: overlay;
  content: "";
}

.main-slider-three .container {
  padding: 243px 15px 195px;
}

.main-slider-three__content {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 12px;
  z-index: 5;
}

.main-slider-three__content .tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider-three .active .main-slider-three__content .tagline {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-three__content .tagline .shape1 {
  position: absolute;
  top: -14px;
  right: -45px;
}

.main-slider-three__content .tagline p {
  color: var(--clenq-primary);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-slider-three__content .title {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider-three .active .main-slider-three__content .title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-three__content .title h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.main-slider-three__content .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 47px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider-three .active .main-slider-three__content .btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-three__content .btn-box .btn-one {
  position: relative;
  display: block;
  margin-right: 15px;
}

.main-slider-three__content .btn-box .btn-one .thm-btn.style2 {
  border: none;
}

.main-slider-three__content .btn-box .btn-two {
  position: relative;
  display: block;
}

.main-slider-three__content .btn-box .btn-two a {
  position: relative;
  display: block;
  border: 2px solid #ffffff;
  border-radius: 28px;
  padding: 11px 23px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-slider-three__content .btn-box .btn-two a:hover {
  border-color: var(--clenq-primary);
}

.main-slider-three__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__icon i:before {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--clenq-primary);
  border-radius: 50%;
  color: var(--clenq-black);
  font-size: 20px;
}

.main-slider-three__icon span {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--clenq-font);
  margin-left: 12px;
}

.main-slider-three .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 100;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-slider-three .owl-carousel .owl-nav button.owl-next,
.main-slider-three .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 68px;
  background: rgba(155, 155, 155, 0.3);
  border-radius: 29px;
  color: #ffffff;
  font-size: 25px;
  line-height: 73px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-three .owl-carousel .owl-nav button.owl-prev {
  margin-bottom: 30px;
}

.main-slider-three .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-three .owl-carousel .owl-nav button.owl-prev:hover {
  background: rgba(0, 0, 0, 0.4);
}

.main-slider-three .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 73px;
  font-weight: 400;
}

.main-slider-three .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 73px;
  font-weight: 400;
}

/***
=============================================
  Page Header
=============================================
***/
.page-header {
  position: relative;
  display: block;
  padding: 215px 0px 175px;
  overflow: hidden;
  margin-top: -45px;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #959595;
  background-blend-mode: overlay;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-header__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #658099;
  mix-blend-mode: overlay;
  content: "";
  z-index: -2;
}

.page-header__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1180px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.page-header .shape1 {
  position: absolute;
  top: 155px;
  right: 320px;
  z-index: -1;
}

.page-header .shape2 {
  position: absolute;
  right: 400px;
  bottom: 95px;
  opacity: 0.7;
  z-index: -1;
}

.page-header .shape3 {
  position: absolute;
  right: 0px;
  bottom: 45px;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
  margin-top: 14px;
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--clenq-black2);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--clenq-font);
  padding-left: 8px;
}

.page-header__inner .thm-breadcrumb li a {
  color: var(--clenq-black2);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--clenq-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--clenq-primary);
}

/***
=============================================
Why Choose One
=============================================
***/
.why-choose-one {
  position: relative;
  display: block;
  padding: 110px 0px 0px;
  overflow: hidden;
  z-index: 1;
}

.why-choose-one .shape1 {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1;
}

.why-choose-one .shape2 {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: -1;
}

.why-choose-one .auto-container {
  position: static;
  max-width: 1560px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.why-choose-one__inner {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 45px 0px 150px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.why-choose-one__inner .shape3 {
  position: absolute;
  top: -190px;
  left: -175px;
  mix-blend-mode: overlay;
  z-index: -1;
}

.why-choose-one__inner .shape4 {
  position: absolute;
  top: -395px;
  right: -190px;
  z-index: -1;
}

.why-choose-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-top: 45px;
}

.why-choose-one__single .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--clenq-base);
  border-radius: 50%;
  border: 1px solid var(--clenq-black2);
  margin: 0 auto;
  z-index: 5;
}

.why-choose-one__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 55px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.why-choose-one__single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.why-choose-one__single-inner {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid var(--clenq-black2);
  padding: 91px 10px 60px;
}

.why-choose-one__single-inner h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.why-choose-one__single-inner h2 a {
  color: var(--clenq-black2);
}

.why-choose-one__single-inner h2 a:hover {
  color: var(--clenq-primary);
}

.why-choose-one__single-inner p {
  margin: 0;
}

/***
=============================================
Cta One
=============================================
***/
.cta-one {
  position: relative;
  display: block;
  margin-top: -85px;
  z-index: 5;
}

.cta-one__inner {
  position: relative;
  display: block;
  padding: 168px 0px 80px;
  z-index: 1;
}

.cta-one__inner .shape1 {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}

.cta-one__inner-box {
  position: relative;
  display: block;
  z-index: 5;
}

.cta-one__inner-box .text-box {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.cta-one__inner-box .text-box h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
}

.cta-one__inner-box .btn-box {
  position: relative;
  display: block;
}

/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 150px;
  z-index: 1;
}

.about-one .shape2 {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: -1;
}

.about-one .shape3 {
  position: absolute;
  top: -110px;
  right: 0;
  z-index: -1;
}

.about-one__img {
  position: relative;
  display: block;
  margin-left: -180px;
  margin-right: -35px;
}

.about-one__img1 {
  position: relative;
  display: block;
  max-width: 635px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.about-one__img1 img {
  width: 100%;
}

.about-one__img2 {
  position: absolute;
  bottom: 80px;
  right: 190px;
  width: 225px;
  height: 225px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.about-one__img2::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #8c99a4;
  mix-blend-mode: overlay;
  content: "";
}

.about-one__img2 img {
  width: 100%;
}

.about-one__img3 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 265px;
  height: 265px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.about-one__img3::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #8c99a4;
  mix-blend-mode: overlay;
  content: "";
}

.about-one__img .shape1 {
  position: absolute;
  right: 105px;
  bottom: 190px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  z-index: 5;
}

.about-one__img .shape1 img {
  width: auto;
}

.about-one__img .shape1::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  background: var(--clenq-base);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.about-one__img .shape1::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -8px;
  background: #0860b2;
  border-radius: 50%;
  content: "";
  z-index: -2;
}

.about-one__content {
  position: relative;
  display: block;
  margin-left: 62px;
}

.about-one__content .sec-title {
  padding-bottom: 42px;
}

.about-one__content-text1 {
  position: relative;
  display: block;
}

.about-one__content-text1 p {
  margin: 0;
}

.about-one__content-text2 {
  position: relative;
  display: block;
  margin-top: 45px;
}

.about-one__content-text2-single {
  position: relative;
  display: block;
  background: var(--clenq-base);
  border-radius: 5px;
  text-align: center;
  padding: 33px 10px 33px;
}

.about-one__content-text2-single .counter-box {
  position: relative;
  display: block;
}

.about-one__content-text2-single .counter-box h2 {
  font-size: 42px;
  line-height: 0.9em;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-one__content-text2-single .counter-box h2 .plus {
  position: relative;
  display: inline-block;
  top: 3px;
  left: -7px;
}

.about-one__content-text2-single .counter-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.about-one__content-text2-single .counter-box p {
  color: var(--clenq-black);
  font-size: 14px;
  line-height: 24px;
}

.about-one .odometer.odometer-auto-theme,
.about-one .odometer.odometer-theme-default {
  font-family: var(--clenq-font);
  line-height: 0.9em;
}

.about-one__content-text2-single.style2 {
  position: relative;
  display: block;
  background: var(--clenq-primary);
  padding: 20px 10px 22px;
}

.about-one__content-text2-single .progress-box {
  position: relative;
  display: block;
  line-height: 0;
}

.about-one__content-text2-single .progress-box .graph-outer {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.about-one__content-text2-single .progress-box .graph-outer .count-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.about-one__content-text2-single .progress-box .graph-outer .count-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.about-one__content-text2-single .progress-box .graph-outer .count-Parsent {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.about-one__content-text2-single .title-box {
  position: relative;
  display: block;
  margin-top: 18px;
}

.about-one__content-text2-single .title-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--clenq-font);
}

.about-one__content-text3 {
  position: relative;
  display: block;
  margin-top: 50px;
}

.about-one__content-text3-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-one__content-text3-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.about-one__content-text3-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-text3-list li p {
  color: #080501;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.about-one__content-text3-list li p span::before {
  position: relative;
  display: inline-block;
  color: #0860b2;
  font-size: 16px;
}

.about-one__content-text3 .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 37px;
}

.about-one__content-text3 .btn-box .thm-btn {
  background: var(--clenq-primary);
  color: #ffffff;
}

/***
=============================================
Projects One
=============================================
***/
.projects-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.projects-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #b5c0ca;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.projects-one .container {
  position: static;
  max-width: 1470px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.projects-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.projects-one__single-img {
  position: relative;
  display: block;
}

.projects-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.projects-one__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--clenq-black-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.projects-one__single:hover .projects-one__single-img .inner::before {
  opacity: 1;
}

.projects-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.projects-one__single:hover .projects-one__single-img .inner img {
  transform: scale(1);
}

.projects-one__single-img .inner .overlay-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 20px;
  bottom: 20px;
  right: 15px;
  background: #f2f8fd;
  padding: 20px 35px 19px;
  padding-right: 17px;
  z-index: 5;
}

.projects-one__single-img .inner .overlay-content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: -27px;
  width: 160px;
  background: #f2f8fd;
  content: "";
  z-index: -1;
}

.projects-one__single-img .inner .overlay-content::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 125px;
  width: 35px;
  border-top: 27px solid transparent;
  z-index: 3;
  border-right: 35px solid #d7dde4;
}

.projects-one__single-img .inner .overlay-content .content-box {
  position: relative;
  display: block;
}

.projects-one__single-img .inner .overlay-content .content-box p {
  position: relative;
  color: var(--clenq-black2);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
}

.projects-one__single-img .inner .overlay-content .content-box p::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--clenq-black2);
  content: "";
}

.projects-one__single-img .inner .overlay-content .content-box h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.projects-one__single-img .inner .overlay-content .content-box h2 a {
  color: var(--clenq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__single-img .inner .overlay-content .content-box h2 a:hover {
  color: var(--clenq-primary);
}

.projects-one__single-img .inner .overlay-content .btn-box {
  position: relative;
  display: block;
}

.projects-one__single-img .inner .overlay-content .btn-box a {
  position: relative;
  display: inline-block;
  background-color: #e0e7ee;
  color: #245180;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--clenq-font);
  border-radius: 3px;
  padding: 0px 30px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__single-img .inner .overlay-content .btn-box a:hover {
  background: var(--clenq-base);
  color: var(--clenq-black);
}

.projects-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--clenq-black2);
  border-radius: 3px;
  line-height: 0;
  padding-left: 35px;
  margin-top: 35px;
}

.projects-one__bottom .text-box {
  position: relative;
  display: block;
}

.projects-one__bottom .text-box p {
  color: var(--clenq-black2);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.projects-one__bottom .btn-box {
  position: relative;
  display: block;
}

.projects-one__bottom .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 3px;
  border: 1px solid var(--clenq-black2);
  border-top: none;
  border-bottom: none;
  border-right: none;
  padding: 0px 25px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__bottom .btn-box a:hover {
  background: var(--clenq-black);
  color: #ffffff;
}

/***
=============================================
Team One
=============================================
***/
.team-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 80px;
  z-index: 1;
}

.team-one__top {
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.team-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team-one__top-inner .sec-title {
  padding-bottom: 0;
}

.team-one__top-inner .text-box {
  position: relative;
  display: block;
  max-width: 555px;
  width: 100%;
  background: #f8f8f8;
  padding: 30px 30px 30px;
  padding-right: 25px;
}

.team-one__top-inner .text-box p {
  margin: 0;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__single-inner {
  position: relative;
  display: block;
  border: 1px solid var(--clenq-black);
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 25px 25px;
}

.team-one__single-img {
  position: relative;
  display: block;
}

.team-one__single-img .btn-box {
  position: absolute;
  left: 0;
  bottom: -25px;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}

.team-one__single-img .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-img .btn-box a:hover {
  background: var(--clenq-base);
}

.team-one__single-img .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 15px;
  font-weight: 700;
}

.team-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team-one__single-img .inner:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: var(--clenq-black);
  z-index: 1;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.team-one__single:hover .team-one__single-img .inner:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.team-one__single-img .inner img {
  width: 100%;
  transition: all 700ms ease;
}

.team-one__single:hover .team-one__single-img .inner img {
  transform: scaleY(1.1);
}

.team-one__single-content {
  position: relative;
  display: block;
  text-align: center;
  background: #f1eeee;
  padding: 33px 10px 20px;
  z-index: 1;
}

.team-one__single-content .shape1 {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: -1;
}

.team-one__single-content .shape2 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: -1;
}

.team-one__single-content h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.team-one__single-content h2 a {
  color: var(--clenq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-content h2 a:hover {
  color: var(--clenq-primary);
}

.team-one__single-content p {
  color: rgba(var(--clenq-black-rgb), 0.8);
}

/***
=============================================
Services One
=============================================
***/
.services-one {
  position: relative;
  display: block;
  padding: 110px 0px 110px;
  z-index: 1;
}

.services-one .shape1 {
  position: absolute;
  left: 125px;
  bottom: 130px;
  z-index: -1;
}

.services-one .shape2 {
  position: absolute;
  top: 170px;
  right: 270px;
  z-index: -1;
}

.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #10283f;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.services-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #10283f;
  opacity: 0.5;
  content: "";
  z-index: -2;
}

.services-one .auto-container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.services-one .sec-title__tagline p {
  color: #ffffff;
}

.services-one .sec-title__title {
  color: #ffffff;
}

.services-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 35px 35px 55px;
  padding-right: 25px;
  z-index: 1;
  margin-bottom: 30px;
}

.services-one__single-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.services-one__single-inner {
  position: relative;
  display: block;
}

.services-one__single-inner::before {
  position: absolute;
  top: 45px;
  left: 0px;
  bottom: 0px;
  width: 3px;
  background: #e2e5dc;
  content: "";
  z-index: -1;
}

.services-one__single-top {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__single-top .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--clenq-base);
  border-radius: 50%;
  border: 4px solid #e2e5dc;
}

.services-one__single-top .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 50px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__single-top .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.services-one__single-top .content-box {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.services-one__single-top .content-box .top-box {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
}

.services-one__single-top .content-box .top-box .shape {
  position: relative;
  display: block;
}

.services-one__single-top .content-box .top-box .line {
  position: relative;
  display: block;
  width: 42px;
  height: 3px;
  background: var(--clenq-black2);
  margin-left: 3px;
}

.services-one__single-top .content-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.services-one__single-top .content-box h2 a {
  color: var(--clenq-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-one__single-top .content-box h2 a:hover {
  color: var(--clenq-primary);
}

.services-one__single .text-box {
  position: relative;
  display: block;
  margin-top: 25px;
  padding-left: 25px;
}

.services-one__single .text-box p {
  margin: 0;
}

.services-one__single .btn-box {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-left: 25px;
}

.services-one__single .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--clenq-black2);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--clenq-font-two);
  padding-bottom: 5px;
  z-index: 1;
}

.services-one__single .btn-box a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background: var(--clenq-black2);
  content: "";
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-one__single .btn-box a:hover::before {
  background: var(--clenq-primary);
}

.services-one__single .btn-box a::after {
  position: absolute;
  left: -24px;
  bottom: 0;
  right: 0;
  height: 3px;
  background: #e2e5dc;
  content: "";
  z-index: -2;
}

.services-one__bottom {
  position: relative;
  display: block;
  margin-top: 50px;
}

.services-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 5px;
  padding: 41px 60px 42px;
  border-bottom: 4px dashed var(--clenq-primary);
}

.services-one__bottom-inner .text-box {
  position: relative;
  display: block;
}

.services-one__bottom-inner .text-box h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}

.services-one__bottom-inner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

/***
=============================================
Testimonial One
=============================================
***/
.testimonial-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.testimonial-one__top {
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.testimonial-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-one__top-inner .sec-title {
  padding-bottom: 0;
}

.testimonial-one__top-inner .text-box {
  position: relative;
  display: block;
  max-width: 555px;
  width: 100%;
  background: #f8f8f8;
  padding: 30px 30px 30px;
  padding-right: 25px;
}

.testimonial-one__top-inner .text-box p {
  margin: 0;
}

.testimonial-one__inner {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30.72px 1.28px rgba(218, 218, 218, 0.42);
  padding: 35px 40px 45px;
  padding-right: 50px;
  z-index: 1;
  overflow: hidden;
}

.testimonial-one__single .shape1 {
  position: absolute;
  top: -1px;
  z-index: -1;
  right: -28px;
}

.testimonial-one__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.testimonial-one__single-top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-top-left .img-box {
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--clenq-base);
}

.testimonial-one__single-top-left .img-box img {
  width: 100%;
}

.testimonial-one__single-top-left .content-box {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.testimonial-one__single-top-left .content-box h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonial-one__single-top-left .content-box p {
  color: var(--clenq-black2);
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 2px;
}

.testimonial-one__single-top-left .rating-box ul li span {
  color: #ffa210;
}

.testimonial-one__single-top-right {
  position: relative;
  display: block;
}

.testimonial-one__single-top-right .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
}

.testimonial-one__single-top-right .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black2);
  font-size: 30px;
}

.testimonial-one__single-bottom {
  position: relative;
  display: block;
  max-width: 425px;
  width: 100%;
}

.testimonial-one__single-bottom p {
  margin: 0;
}

.testimonial-one__inner .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__inner .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__inner .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/***
=============================================
Process One
=============================================
***/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  z-index: 1;
}

.process-one .auto-container {
  position: static;
  max-width: 1560px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.process-one__inner {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.process-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #3292ec;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.process-one__bg::after {
  position: absolute;
  left: 250px;
  bottom: 1px;
  right: 250px;
  border-bottom: 3px dashed #ffffff;
  content: "";
}

.process-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #3292ec;
  opacity: 0.8;
  content: "";
  z-index: -2;
}

.process-one .sec-title__tagline p {
  color: #ffffff;
}

.process-one .sec-title__title {
  color: #ffffff;
}

.process-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  max-width: 220px;
  width: 100%;
}

.process-one__single .shape1 {
  position: absolute;
  top: 25px;
  right: -70px;
  z-index: 1;
}

.process-one__single .shape2 {
  position: absolute;
  left: -75px;
  bottom: 15px;
  z-index: 1;
}

.process-one__single.ml20 {
  margin-left: 20px;
}

.process-one__single.ml40 {
  margin-left: 40px;
}

.process-one__single.ml50 {
  margin-left: 50px;
}

.process-one__single.mt60 {
  margin-top: 60px;
}

.process-one__single-img {
  position: relative;
  display: block;
}

.process-one__single-img .count-box {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--clenq-black2);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--clenq-font);
  z-index: 5;
}

.process-one__single-img .count-box::before {
  counter-increment: count;
  content: "0" counter(count);
}

.process-one__single-img .inner {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #ffffff;
  margin: 0 auto;
  z-index: 2;
}

.process-one__single-img .inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(var(--clenq-black-rgb), 0.3);
  transform: scale(0.5);
  opacity: 0;
  transition: all 500ms ease;
  z-index: 1;
}

.process-one__single:hover .process-one__single-img .inner::before {
  transform: scale(1);
  opacity: 1;
}

.process-one__single-img .inner img {
  width: 100%;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__single-img .inner img {
  transform: scale(1.1);
}

.process-one__single-content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
  padding: 16px 0px 22px;
}

.process-one__single-content .shape1 {
  position: absolute;
  top: -20px;
  right: 5px;
  z-index: -1;
}

.process-one__single-content::before {
  position: absolute;
  top: -90px;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--clenq-primary);
  border-radius: 5px;
  content: "";
  z-index: -1;
}

.process-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.process-one__single-content h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.process-one__single-content h2 a:hover {
  color: var(--clenq-base);
}

/***
=============================================
Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 80px;
  z-index: 1;
}

.blog-one__top {
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.blog-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-one__top-inner .sec-title {
  padding-bottom: 0;
}

.blog-one__top-inner .text-box {
  position: relative;
  display: block;
  max-width: 555px;
  width: 100%;
  background: #f8f8f8;
  padding: 30px 30px 30px;
  padding-right: 25px;
}

.blog-one__top-inner .text-box p {
  margin: 0;
}

.blog-one .auto-container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__single-img {
  position: relative;
  display: block;
}

.blog-one__single-img .date-box {
  position: absolute;
  left: 30px;
  bottom: -14px;
  width: 85px;
  height: 28px;
  background: var(--clenq-base);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--clenq-black2);
  font-size: 14px;
  font-weight: 500;
  z-index: 5;
}

.blog-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.blog-one__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--clenq-black-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-one__single:hover .blog-one__single-img .inner::before {
  opacity: 1;
}

.blog-one__single-img .inner .text-box {
  position: absolute;
  top: 30px;
  left: 35px;
  width: 85px;
  height: 25px;
  background: var(--clenq-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 13px;
  z-index: 5;
}

.blog-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.blog-one__single:hover .blog-one__single-img .inner img {
  transform: scale(1);
}

.blog-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  padding: 35px 30px 25px;
  padding-right: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 1;
}

.blog-one__single-content .shape1 {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: -1;
}

.blog-one__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 11px;
}

.blog-one__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 20px;
  line-height: 0;
}

.blog-one__single-content .meta-box li:last-child {
  margin-right: 0px;
}

.blog-one__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-one__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black2);
  font-size: 16px;
}

.blog-one__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-one__single-content .meta-box li .text p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.blog-one__single-content .meta-box li .text p a {
  color: rgba(var(--clenq-black2-rgb), 0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content .meta-box li .text p a:hover {
  color: var(--clenq-primary);
}

.blog-one__single-content h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.blog-one__single-content h2 a {
  color: var(--clenq-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content h2 a:hover {
  color: var(--clenq-primary);
}

.blog-one__single-content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background: #ecf6ff;
  padding-right: 20px;
  margin-top: 16px;
}

.blog-one__single-content-bottom .btn-box {
  position: relative;
  display: block;
}

.blog-one__single-content-bottom .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--clenq-primary);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #deebf8;
  border-radius: 10px;
  padding: 6px 25px 7px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content-bottom .btn-box a:hover {
  background: var(--clenq-base);
  color: var(--clenq-black);
}

.blog-one__single-content-bottom .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-primary);
  font-size: 12px;
  padding-left: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content-bottom .btn-box a:hover span::before {
  color: var(--clenq-black);
}

.blog-one__single-content-bottom .share-post {
  position: relative;
  display: block;
}

.blog-one__single-content-bottom .share-post p {
  color: var(--clenq-black2);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.blog-one__single-content-bottom .share-post p a {
  color: var(--clenq-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content-bottom .share-post p a:hover {
  color: var(--clenq-primary);
}

.blog-one__single-content-bottom .share-post p a span::before {
  position: relative;
  display: inline-block;
  color: #484657;
  font-size: 16px;
  top: 1px;
  padding-left: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content-bottom .share-post p a:hover span::before {
  color: var(--clenq-primary);
}

/***
=============================================
Cta Two
=============================================
***/
.cta-two {
  position: relative;
  display: block;
  margin-bottom: -75px;
  z-index: 5;
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--clenq-base);
  border-radius: 10px;
  padding: 41px 75px 41px;
  padding-right: 225px;
  overflow: hidden;
  z-index: 1;
}

.cta-two__inner .shape1 {
  position: absolute;
  bottom: -52px;
  right: -60px;
  z-index: -1;
}

.cta-two__inner .text-box {
  position: relative;
  display: block;
}

.cta-two__inner .text-box h2 {
  color: #194b7c;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.cta-two__inner .text-box p {
  color: rgba(25, 75, 124, 0.8);
}

.cta-two__inner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.cta-two__inner .btn-box .thm-btn {
  color: #ffffff;
  background: var(--clenq-primary);
}

/***
=============================================
Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  background: #010d18;
  overflow: hidden;
  z-index: 1;
}

.footer-one .shape2 {
  position: absolute;
  top: 150px;
  left: 85px;
  z-index: -1;
}

.footer-one .shape3 {
  position: absolute;
  left: 205px;
  bottom: 75px;
  z-index: -1;
}

.footer-one .shape4 {
  position: absolute;
  top: -85px;
  left: 185px;
  z-index: -1;
}

.footer-one .shape5 {
  position: absolute;
  top: 125px;
  right: 125px;
  z-index: -1;
}

.footer-one .shape6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-one__top {
  position: relative;
  display: block;
  padding: 165px 0px 50px;
}

.footer-one__single {
  position: relative;
  display: block;
}

.footer-one__single .title-box {
  position: relative;
  display: block;
  margin-bottom: 35px;
  margin-top: -8px;
}

.footer-one__single .title-box h3 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

.footer-one__about {
  position: relative;
  display: block;
}

.footer-one__about-logo {
  position: relative;
  display: block;
}

.footer-one__about-logo a {
  position: relative;
  display: inline-block;
}

.footer-one__about-text {
  position: relative;
  display: block;
  margin-top: 26px;
}

.footer-one__about-text p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.footer-one__about-list {
  position: relative;
  display: block;
  margin-top: 28px;
}

.footer-one__about-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.footer-one__about-list li:last-child {
  margin-bottom: 0;
}

.footer-one__about-list li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-one__about-list li p img {
  position: relative;
  padding-right: 8px;
}

.footer-one__about-list li p a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__about-list li p a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-one__links {
  position: relative;
  display: block;
}

.footer-one__links-box {
  position: relative;
  display: block;
}

.footer-one__links-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-one__links-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.footer-one__links-list li:last-child {
  margin-bottom: 0;
}

.footer-one__links-list li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-one__links-list li p img {
  position: relative;
  padding-right: 8px;
  top: -1px;
}

.footer-one__links-list li p a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__links-list li p a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-one__post {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-right: 30px;
}

.footer-one__post-box {
  position: relative;
  display: block;
  padding-top: 2px;
}

.footer-one__post-box ul {
  position: relative;
  display: block;
}

.footer-one__post-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2e3024;
  padding-bottom: 26px;
  margin-bottom: 25px;
}

.footer-one__post-box ul li:last-child {
  margin-bottom: 0;
}

.footer-one__post-box ul li .img-box {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 3px;
  overflow: hidden;
}

.footer-one__post-box ul li .img-box img {
  width: 100%;
}

.footer-one__post-box ul li .content-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.footer-one__post-box ul li .content-box p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.footer-one__post-box ul li .content-box p span::before {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  top: 1px;
}

.footer-one__post-box ul li .content-box h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--clenq-font);
}

.footer-one__post-box ul li .content-box h4 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__post-box ul li .content-box h4 a:hover {
  color: var(--clenq-primary);
}

.footer-one__newsletter {
  position: relative;
  display: block;
}

.footer-one__newsletter-box {
  position: relative;
  display: block;
}

.footer-one__newsletter-text1 {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-one__newsletter-text1 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.footer-one__newsletter-form {
  position: relative;
  display: block;
}

.footer-one__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-one__newsletter-form-input-box input[type=email] {
  color: #848484;
  font-size: 15px;
  height: 60px;
  width: 100%;
  font-weight: 400;
  padding-left: 45px;
  padding-right: 30px;
  background: #ffffff;
  border-radius: 3px;
  outline: none;
  border: none;
}

.footer-one__newsletter-form-input-box .icon {
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 20px;
  color: #e6e6e6;
}

.footer-one__newsletter-form-input-box .icon span::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  top: 1px;
}

.footer-one__newsletter-btn {
  position: relative;
  display: block;
  margin-top: 10px;
}

.footer-one__newsletter-btn .thm-btn {
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  background: var(--clenq-primary);
  color: #ffffff;
}

.footer-one__newsletter-text2 {
  position: relative;
  display: block;
  margin-top: 25px;
}

.footer-one__newsletter-text2 p {
  color: rgba(255, 255, 255, 0.66);
}

.footer-one__bottom {
  position: relative;
  display: block;
}

.footer-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2e3024;
  padding: 40px 0px 40px;
}

.footer-one__bottom-left {
  position: relative;
  display: block;
}

.footer-one__bottom-left p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025em;
}

.footer-one__bottom-left p a {
  color: #ffffff;
}

.footer-one__bottom-left p a:hover {
  color: var(--clenq-primary);
}

.footer-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-one__bottom-right .title-box {
  position: relative;
  display: block;
}

.footer-one__bottom-right .title-box p {
  color: #ffffff;
}

.footer-one__bottom-right .social-links {
  position: relative;
  display: block;
  margin-left: 15px;
}

.footer-one__bottom-right .social-links ul {
  position: relative;
  display: block;
}

.footer-one__bottom-right .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-one__bottom-right .social-links ul li:last-child {
  margin-right: 0;
}

.footer-one__bottom-right .social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #433838;
  font-size: 15px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-one__bottom-right .social-links ul li a:hover {
  color: var(--clenq-black2);
}

.footer-one__bottom-right .social-links ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--clenq-base);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.footer-one__bottom-right .social-links ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

/***
=============================================
About Two
=============================================
***/
.about-two {
  position: relative;
  display: block;
  padding: 110px 0px 110px;
  overflow: hidden;
  z-index: 1;
}

.about-two .shape2 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

.about-two .shape3 {
  position: absolute;
  top: -115px;
  right: 0;
  z-index: -1;
}

.about-two__img {
  position: relative;
  display: block;
  margin-left: -305px;
  padding-right: 50px;
}

.about-two__img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 60px;
  background: #011222;
  content: "";
}

.about-two__img::after {
  position: absolute;
  top: 80px;
  right: 0;
  width: 22px;
  height: 230px;
  background: var(--clenq-primary);
  content: "";
}

.about-two__img1 {
  position: relative;
  display: block;
}

.about-two__img1 img {
  width: 100%;
}

.about-two__img2 {
  position: absolute;
  right: -10px;
  bottom: -50px;
  z-index: 1;
}

.about-two__img2 .shape1 {
  position: absolute;
  top: -65px;
  left: -50px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.about-two__img2 .shape1::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.about-two__img2 .shape1::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -8px;
  background: #0860b2;
  border-radius: 50%;
  content: "";
  z-index: -2;
}

.about-two__img2 .inner {
  position: relative;
  display: block;
  width: 360px;
  height: 355px;
  border: 10px solid #ffffff;
  background: #8c99a4;
}

.about-two__img2 .inner img {
  width: 100%;
  mix-blend-mode: overlay;
}

.about-two__content {
  position: relative;
  display: block;
  margin-left: 61px;
}

.about-two__content .sec-title {
  padding-bottom: 37px;
}

.about-two__content-text1 {
  position: relative;
  display: block;
}

.about-two__content-text1 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.about-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 46px;
}

.about-two__content-text2-single {
  position: relative;
  display: block;
}

.about-two__content-text2-single.mr10 {
  margin-right: -10px;
}

.about-two__content-text2-single ul {
  position: relative;
  display: block;
}

.about-two__content-text2-single ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd4ce;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.about-two__content-text2-single ul li:last-child {
  border-bottom: none;
}

.about-two__content-text2-single ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--clenq-black);
  border-radius: 50%;
}

.about-two__content-text2-single ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 45px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-two__content-text2-single ul li:hover .icon-box span::before {
  transform: scale(0.9);
}

.about-two__content-text2-single ul li .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.about-two__content-text2-single ul li .content-box h3 {
  color: #080501;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.about-two__content-text2-single ul li .content-box p {
  margin: 0;
}

.about-two__content-text2-single.style2 {
  position: relative;
  display: block;
  background: var(--clenq-primary);
  padding: 20px 10px 22px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 18px;
  margin-left: 15px;
}

.about-two__content-text2-single .progress-box {
  position: relative;
  display: block;
  line-height: 0;
}

.about-two__content-text2-single .progress-box .graph-outer {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.about-two__content-text2-single .progress-box .graph-outer .count-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.about-two__content-text2-single .progress-box .graph-outer .count-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.about-two__content-text2-single .progress-box .graph-outer .count-Parsent {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.about-two__content-text2-single .title-box {
  position: relative;
  display: block;
  margin-top: 18px;
}

.about-two__content-text2-single .title-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.about-two__content-text3 {
  position: relative;
  display: block;
}

.about-two__content-text3-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-two__content-text3-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.about-two__content-text3-list li:last-child {
  margin-bottom: 0;
}

.about-two__content-text3-list li p {
  color: #080501;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.about-two__content-text3-list li p span::before {
  position: relative;
  display: inline-block;
  color: #0860b2;
  font-size: 16px;
  padding-right: 6px;
  top: 1px;
}

.about-two__content-text3 .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 46px;
}

.about-two__content-text3 .btn-box .thm-btn {
  background: var(--clenq-primary);
  color: #ffffff;
}

.about-two__content-text3 .btn-box .thm-btn:hover {
  color: var(--clenq-black);
}

/***
=============================================
Why Choose Two
=============================================
***/
.why-choose-two {
  position: relative;
  display: block;
  padding: 0px 0px 80px;
}

.why-choose-two__top {
  position: relative;
  display: block;
}

.why-choose-two__single {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
  padding: 45px 20px 45px;
  z-index: 1;
}

.why-choose-two__single::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  border: 1px solid #172000;
  border-radius: 10px;
  opacity: 0;
  content: "";
  z-index: -1;
}

.why-choose-two__single:hover:before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.why-choose-two__single .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.why-choose-two__single .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.why-choose-two__single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--clenq-black);
  border-radius: 50%;
  border: 1px solid var(--clenq-black2);
  margin: 0 auto 21px;
  z-index: 5;
}

.why-choose-two__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 55px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.why-choose-two__single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.why-choose-two__single h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.why-choose-two__single h2 a {
  color: var(--clenq-black2);
}

.why-choose-two__single h2 a:hover {
  color: var(--clenq-primary);
}

.why-choose-two__single p {
  margin: 0;
}

.why-choose-two__bottom {
  position: relative;
  display: block;
}

.why-choose-two__bottom .container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.why-choose-two__bottom-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.why-choose-two__bottom-single-img {
  position: relative;
  display: block;
  padding: 51px 50px 60px;
  overflow: hidden;
  z-index: 1;
}

.why-choose-two__bottom-single-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.why-choose-two__bottom-single-img .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.why-choose-two__bottom-single-img img {
  width: 100%;
}

.why-choose-two__bottom-single-img .content-box {
  position: relative;
  display: block;
  z-index: 3;
}

.why-choose-two__bottom-single-img .content-box h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.why-choose-two__bottom-single-img .content-box .btn-box {
  position: relative;
  display: block;
  margin-top: 27px;
}

.why-choose-two__bottom-single-img .content-box .btn-box .thm-btn {
  background: var(--clenq-primary);
  color: #ffffff;
}

.why-choose-two__bottom-single-img .content-box .btn-box .thm-btn:hover {
  color: var(--clenq-black);
}

.why-choose-two__bottom-single.style2 {
  position: relative;
  display: block;
}

.why-choose-two__bottom-single.style2 .why-choose-two__bottom-single-img {
  padding: 67px 50px 75px;
}

.why-choose-two__bottom-single.style2 .content-box-style2 {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.why-choose-two__bottom-single.style2 .content-box-style2::before {
  position: absolute;
  top: 15px;
  left: 55px;
  bottom: 15px;
  right: 0;
  background: var(--clenq-primary);
  border-radius: 70px;
  content: "";
  z-index: -1;
}

.why-choose-two__bottom-single.style2 .content-box-style2 .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  background: #ffffff;
  border-radius: 50%;
}

.why-choose-two__bottom-single.style2 .content-box-style2 .icon-box::before {
  position: absolute;
  top: 13px;
  left: 13px;
  bottom: 13px;
  right: 13px;
  border: 2px dotted #011222;
  border-radius: 50%;
  content: "";
}

.why-choose-two__bottom-single.style2 .content-box-style2 .icon-box span::before {
  color: var(--clenq-primary);
  font-size: 80px;
}

.why-choose-two__bottom-single.style2 .content-box-style2 .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 30px;
}

.why-choose-two__bottom-single.style2 .content-box-style2 .text-box h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

/***
=============================================
Services Two
=============================================
***/
.services-two {
  position: relative;
  display: block;
  padding: 110px 0px 0px;
  z-index: 3;
}

.services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 85px;
  right: 0;
  background: #dee0e2;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 35px 55px;
  padding-right: 30px;
}

.services-two__single-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.services-two__single-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.services-two__single-top::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 40px;
  height: 3px;
  background: #e2e5dc;
  content: "";
}

.services-two__single-top .content-box {
  position: relative;
  display: block;
  margin-top: 7px;
  flex: 1;
}

.services-two__single-top .content-box .top-box {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
}

.services-two__single-top .content-box .top-box .shape {
  position: relative;
  display: block;
}

.services-two__single-top .content-box .top-box .line {
  position: relative;
  display: block;
  width: 42px;
  height: 3px;
  background: var(--clenq-black2);
  margin-left: 3px;
}

.services-two__single-top .content-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.services-two__single-top .content-box h2 a {
  color: var(--clenq-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-two__single-top .content-box h2 a:hover {
  color: var(--clenq-primary);
}

.services-two__single-top .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--clenq-primary);
  border-radius: 50%;
  border: 4px solid #e2e5dc;
}

.services-two__single-top .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__single-top .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.services-two__single-bottom {
  position: relative;
  display: block;
  padding-left: 20px;
}

.services-two__single-bottom::before {
  position: absolute;
  top: -25px;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #e2e5dc;
  content: "";
}

.services-two__single-bottom .text-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

.services-two__single-bottom .text-box p {
  margin: 0;
}

.services-two__single-bottom .btn-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.services-two__single-bottom .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--clenq-black2);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--clenq-font-two);
  padding-bottom: 5px;
  z-index: 1;
}

.services-two__single-bottom .btn-box a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background: var(--clenq-black2);
  content: "";
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-two__single-bottom .btn-box a:hover::before {
  background: var(--clenq-primary);
}

.services-two__single-bottom .btn-box a::after {
  position: absolute;
  left: -20px;
  bottom: 0;
  right: 0;
  height: 3px;
  background: #e2e5dc;
  content: "";
  z-index: -2;
}

.services-two__bottom {
  position: relative;
  display: block;
  margin-top: 50px;
}

.services-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 5px;
  padding: 41px 60px 42px;
  border-bottom: 4px dashed var(--clenq-primary);
}

.services-two__bottom-inner .text-box {
  position: relative;
  display: block;
}

.services-two__bottom-inner .text-box h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}

.services-two__bottom-inner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.services-two__bottom-inner .btn-box .thm-btn {
  background: var(--clenq-primary);
  color: #ffffff;
}

.services-two__bottom-inner .btn-box .thm-btn:hover {
  color: var(--clenq-black);
}

/***
=============================================
Process Two
=============================================
***/
.process-one--two {
  position: relative;
  display: block;
  margin-top: -85px;
}

.process-one--two .process-one__inner {
  padding: 195px 0px 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.process-one--two-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 62px;
}

.process-one--two-top .sec-title {
  padding-bottom: 0px;
}

.process-one--two-top .text-box {
  position: relative;
  display: block;
  max-width: 485px;
  width: 100%;
}

.process-one--two-top .text-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
}

/***
=============================================
Projects Two
=============================================
***/
.projects-one--two {
  position: relative;
  display: block;
  background: #ffffff;
}

.projects-one--two .projects-one__bottom .btn-box a:hover {
  color: var(--clenq-black);
  background: var(--clenq-base);
}

/***
=============================================
Team Two
=============================================
***/
.team-one--two {
  position: relative;
  display: block;
  padding-top: 0px;
}

/***
=============================================
Pricing One
=============================================
***/
.pricing-one {
  position: relative;
  display: block;
  padding: 110px 0px 0px;
  z-index: 1;
}

.pricing-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50px;
  right: 0;
  background: #f0f0f0;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.pricing-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  text-align: center;
  padding: 34px 30px 45px;
  overflow: hidden;
  z-index: 1;
}

.pricing-one__single .shape1 {
  position: absolute;
  top: 75px;
  left: 25px;
  z-index: -1;
}

.pricing-one__single .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

.pricing-one__single .shape3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: -1;
}

.pricing-one__single .table-header {
  position: relative;
  display: block;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 17px;
  margin-bottom: 25px;
}

.pricing-one__single .table-header .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #eaeff3;
  border-radius: 50%;
  margin: 0 auto 28px;
  z-index: 1;
}

.pricing-one__single .table-header .icon-box::before {
  position: absolute;
  top: -9px;
  left: -9px;
  bottom: -9px;
  right: -9px;
  border: 1px solid #01050c;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.pricing-one__single .table-header .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 45px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.pricing-one__single:hover .table-header .icon-box span::before {
  transform: scale(0.9);
}

.pricing-one__single .table-header .title-box {
  position: relative;
  display: block;
}

.pricing-one__single .table-header .title-box h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--clenq-font);
  margin-bottom: 5px;
}

.pricing-one__single .table-header .title-box h2 {
  color: var(--clenq-primary);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-one__single .table-content {
  position: relative;
  display: block;
}

.pricing-one__single .table-content ul {
  position: relative;
  display: block;
}

.pricing-one__single .table-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-one__single .table-content ul li .icon-box {
  position: relative;
  display: block;
}

.pricing-one__single .table-content ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 20px;
}

.pricing-one__single .table-content ul li .text-box {
  position: relative;
  display: block;
  margin-left: 5px;
}

.pricing-one__single .table-content ul li .text-box p {
  color: rgba(var(--clenq-black-rgb), 0.8);
}

.pricing-one__single .table-footer {
  position: relative;
  display: block;
}

.pricing-one__single .table-footer .btn-box {
  position: relative;
  display: block;
  margin-top: 35px;
}

.pricing-one__single .table-footer .btn-box .thm-btn {
  background: #e0e7ee;
  line-height: 40px;
  padding: 0px 35px 0px;
  font-size: 14px;
}

.pricing-one__single .table-footer .btn-box .thm-btn:before {
  background: var(--clenq-primary);
}

.pricing-one__bottom {
  position: relative;
  display: block;
  margin-top: 50px;
}

.pricing-one__bottom .text-box {
  position: relative;
  display: block;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  background: var(--clenq-primary);
  padding: 39px 10px 39px;
  text-align: center;
  border-radius: 5px;
}

.pricing-one__bottom .text-box::before {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px dashed #ffffff;
  border-radius: 5px;
  content: "";
}

.pricing-one__bottom .text-box h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

/***
=============================================
Blog Two
=============================================
***/
.blog-one--two {
  position: relative;
  display: block;
  padding-bottom: 71px;
}

.blog-one--two .blog-one__single-img .date-box {
  background: #c9e5ff;
}

.blog-one--two .blog-one__single-content-bottom .btn-box a:hover {
  background: var(--clenq-primary);
  color: #ffffff;
}

.blog-one--two .blog-one__single-content-bottom .btn-box a:hover span::before {
  color: #ffffff;
}

/***
=============================================
Brand One
=============================================
***/
.brand-one {
  position: relative;
  display: block;
  padding: 0px 0px 110px;
}

.brand-one .title-box {
  position: relative;
  display: block;
  margin-bottom: 61px;
}

.brand-one .title-box h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}

.brand-one .title-box h2 .k {
  position: relative;
  display: inline-block;
  top: 3px;
  left: -4px;
}

.brand-one .title-box h2 .plus {
  position: relative;
  display: inline-block;
  top: 4px;
  left: -9px;
}

.brand-one .odometer.odometer-auto-theme,
.brand-one .odometer.odometer-theme-default {
  font-family: var(--clenq-font-two);
  line-height: 50px;
}

.brand-one__inner {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
}

.brand-one__list {
  position: relative;
  display: flex;
  align-items: center;
}

.brand-one__list li {
  position: relative;
  display: block;
  padding-right: 43px;
}

.brand-one__list li:before {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #e4e4e4;
  content: "";
}

.brand-one__list li:last-child::before {
  display: none;
}

.brand-one__list li .img-box {
  position: relative;
  display: block;
}

.brand-one__list li .img-box a {
  position: relative;
  display: block;
}

.brand-one__list li .img-box a img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.02);
}

.brand-one__list li .img-box a:hover img {
  transform: scale(1);
}

/***
=============================================
Cta Three
=============================================
***/
.cta-three {
  position: relative;
  display: block;
  margin-bottom: -65px;
  z-index: 5;
}

.cta-three .container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.cta-three__inner {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--clenq-primary);
  padding: 31px 85px 32px;
  padding-right: 35px;
  border-radius: 10px;
}

.cta-three__left {
  position: relative;
  display: block;
}

.cta-three__left .contact-info {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-three__left .contact-info li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 130px;
}

.cta-three__left .contact-info li:last-child {
  margin-right: 0;
}

.cta-three__left .contact-info li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 60px;
  background: #194b7c;
  border-radius: 5px;
  border: 3px solid #ffffff;
}

.cta-three__left .contact-info li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 25px;
}

.cta-three__left .contact-info li .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.cta-three__left .contact-info li .content-box p {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.cta-three__left .contact-info li .content-box h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.cta-three__left .contact-info li .content-box h3 a {
  color: #ffffff;
}

.cta-three__left .contact-info li .content-box h3 a:hover {
  color: var(--clenq-black);
}

.cta-three__right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 60px;
  margin-left: 90px;
}

.cta-three__right::before {
  position: absolute;
  top: -11px;
  left: 0;
  bottom: -12px;
  width: 1px;
  background: #4da9ff;
  content: "";
}

.cta-three__right .text-box {
  position: relative;
  display: block;
}

.cta-three__right .text-box h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.cta-three__right .text-box p {
  color: rgba(255, 255, 255, 0.8);
}

.cta-three__right .btn-box {
  position: relative;
  display: block;
  margin-left: 65px;
}

.cta-three__right .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--clenq-black2);
  font-size: 15px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 27px;
  border: 2px solid var(--clenq-black2);
  padding: 0px 35px 0px;
  background: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cta-three__right .btn-box a:hover {
  background: var(--clenq-base);
  color: var(--clenq-black2);
}

/***
=============================================
Footer Two
=============================================
***/
.footer-one--two {
  position: relative;
  display: block;
}

.footer-one--two .footer-one__top {
  padding: 175px 0px 50px;
}

.footer-one--two .footer-one__newsletter-btn .thm-btn:hover {
  color: var(--clenq-black);
}

/***
=============================================
Cta Four
=============================================
***/
.cta-four {
  position: relative;
  display: block;
  margin-top: -65px;
  z-index: 2;
}

.cta-four__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 26px 40px 26px;
  padding-right: 100px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.cta-four__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #c0c1bf;
  background-blend-mode: overlay;
  width: 385px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  z-index: -1;
}

.cta-four__left {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-four__left .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--clenq-primary);
  border-radius: 50%;
  border: 1px solid var(--clenq-black);
}

.cta-four__left .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 60px;
}

.cta-four__left .text-box {
  position: relative;
  display: block;
  margin-left: 45px;
  flex: 1;
}

.cta-four__left .text-box h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}

.cta-four__right {
  position: relative;
  display: block;
}

.cta-four__right .btn-box {
  position: relative;
  display: block;
}

/***
=============================================
Cta Five
=============================================
***/
.cta-three--five {
  position: relative;
  display: block;
}

.cta-three--five .cta-three__left .contact-info li .icon-box {
  background: var(--clenq-black);
}

.cta-three--five .cta-three__left .contact-info li .icon-box span::before {
  color: var(--clenq-primary);
}

.cta-three--five .cta-three__left .contact-info li .content-box p {
  color: rgba(var(--clenq-black-rgb), 0.8);
}

.cta-three--five .cta-three__left .contact-info li .content-box h3 a {
  color: var(--clenq-black);
}

.cta-three--five .cta-three__right::before {
  background: #405115;
}

.cta-three--five .cta-three__right .text-box h2 {
  color: var(--clenq-black);
}

.cta-three--five .cta-three__right .text-box p {
  color: rgba(var(--clenq-black-rgb), 0.8);
}

.cta-three--five .cta-three__right .btn-box a {
  background: transparent;
}

.cta-three--five .cta-three__right .btn-box a:hover {
  background: var(--clenq-black);
  color: #ffffff;
}

/***
=============================================
Footer Three
=============================================
***/
.footer-one--two.style3 {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-one--two.style3 .shape1 {
  position: absolute;
  left: 195px;
  bottom: 35px;
  z-index: -1;
}

.footer-one--two.style3 .shape7 {
  position: absolute;
  right: 250px;
  bottom: 40px;
  z-index: -1;
}

.footer-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.footer-one--two.style3 .footer-one__newsletter-btn .thm-btn {
  color: var(--clenq-black);
}

.footer-one--two.style3 .footer-one__newsletter-btn .thm-btn:hover {
  color: #ffffff;
}

/***
=============================================
Blog Three
=============================================
***/
.blog-one--two.style3 {
  position: relative;
  display: block;
  padding-bottom: 80px;
}

.blog-one--two.style3 .blog-one__single-img .inner .text-box {
  color: var(--clenq-black);
}

.blog-one--two.style3 .blog-one__single-img .date-box {
  background: #ecf2df;
}

.blog-one--two.style3 .blog-one__single-content-bottom {
  background: #e7e8e3;
}

.blog-one--two.style3 .blog-one__single-content-bottom .btn-box a {
  color: var(--clenq-black);
  background: #ecf2df;
  text-transform: capitalize;
  font-size: 16px;
}

.blog-one--two.style3 .blog-one__single-content-bottom .btn-box a:hover {
  background: var(--clenq-primary);
}

.blog-one--two.style3 .blog-one__single-content-bottom .btn-box a span::before {
  color: var(--clenq-black);
}

.blog-one--two.style3 .blog-one__single-content-bottom .share-post p a:hover {
  color: var(--clenq-black);
}

.blog-one--two.style3 .blog-one__single-content-bottom .share-post p a:hover span::before {
  color: var(--clenq-black);
}

.blog-one--two.style3 .blog-one__single-content h2 a {
  color: var(--clenq-black2);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  transition: all 500ms ease;
}

.blog-one--two.style3 .blog-one__single-content h2 a:hover {
  background-size: 100% 2px;
}

.blog-one--two.style3 .blog-one__single-content .meta-box li .text p a:hover {
  color: var(--clenq-black);
}

/***
=============================================
Brand Two
=============================================
***/
.brand-one--two {
  position: relative;
  display: block;
  padding: 90px 0px 0px;
}

/***
=============================================
 About Three
=============================================
***/
.about-three {
  position: relative;
  display: block;
  padding: 110px 0px 110px;
  overflow: hidden;
  z-index: 1;
}

.about-three .shape2 {
  position: absolute;
  left: 0;
  bottom: -18px;
  opacity: 0.3;
  z-index: -1;
}

.about-three .shape3 {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img::before {
  position: absolute;
  top: 35px;
  right: 8px;
  width: 22px;
  height: 65px;
  background: var(--clenq-black);
  content: "";
}

.about-three__img::after {
  position: absolute;
  top: 115px;
  right: 8px;
  width: 22px;
  height: 155px;
  background: var(--clenq-primary);
  content: "";
}

.about-three__img1 {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 45px;
}

.about-three__img1 img {
  width: 100%;
}

.about-three__img2 {
  position: absolute;
  right: -10px;
  bottom: -95px;
}

.about-three__img2 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 10px solid #ffffff;
}

.about-three__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-three__img2:hover .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-three__img2 img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-three__img2:hover img {
  transform: scale(1);
}

.about-three__img-content {
  position: absolute;
  left: -40px;
  bottom: -65px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.about-three__img-content .rating-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 14px solid #aaf81e;
  z-index: 2;
}

.about-three__img-content .rating-box::before {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.about-three__img-content .rating-box::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #c4c0bf;
  border-radius: 50%;
  content: "";
  z-index: -2;
}

.about-three__img-content .rating-box .icon-box {
  position: relative;
  display: block;
}

.about-three__img-content .rating-box .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffa210;
  font-size: 30px;
}

.about-three__img-content .rating-box .text-box {
  position: relative;
  display: block;
  margin-top: 2px;
}

.about-three__img-content .rating-box .text-box h2 {
  color: #407d69;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.about-three__img-content .rating-box .content-box {
  position: relative;
  display: block;
}

.about-three__img-content .content-box .content-box-top {
  position: relative;
  display: block;
  padding-left: 19px;
  z-index: 1;
}

.about-three__img-content .content-box .content-box-top::before {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  right: -40px;
  background: #aaf81e;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.about-three__img-content .content-box .content-box-top p {
  color: var(--clenq-black);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--clenq-font-two);
}

.about-three__img-content .content-box .content-box-bottom {
  position: relative;
  display: block;
  padding: 16px 0px 16px;
  padding-left: 35px;
  z-index: 1;
}

.about-three__img-content .content-box .content-box-bottom::before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  right: -90px;
  border-top: 65px solid var(--clenq-black);
  border-right: 50px solid transparent;
  content: "";
  z-index: -1;
}

.about-three__img-content .content-box .content-box-bottom:after {
  position: absolute;
  top: -4px;
  right: -85px;
  bottom: -12px;
  width: 10px;
  background: #ffffff;
  content: "";
  transform: rotate(37deg);
}

.about-three__img-content .content-box .content-box-bottom p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.about-three__content {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-left: 35px;
}

.about-three__content-text1 {
  position: relative;
  display: block;
}

.about-three__content-text1 .text-box {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.about-three__content-text1 .text-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.about-three__content-text1 ul {
  position: relative;
  display: block;
}

.about-three__content-text1 ul li {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--clenq-black);
  border-radius: 10px;
  padding: 30px 15px 30px;
  z-index: 1;
  margin-bottom: 20px;
}

.about-three__content-text1 ul li:last-child {
  margin-bottom: 0;
}

.about-three__content-text1 ul li .shape1 {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: -1;
}

.about-three__content-text1 ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: var(--clenq-black);
  border: 10px solid #e2e9d0;
}

.about-three__content-text1 ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-primary);
  font-size: 50px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-three__content-text1 ul li:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-three__content-text1 ul li .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.about-three__content-text1 ul li .content-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.about-three__content-text1 ul li .content-box p {
  margin: 0;
}

.about-three__content-text2 {
  position: relative;
  display: block;
  margin-top: 39px;
}

.about-three__content-text2 ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-three__content-text2 ul li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.about-three__content-text2 ul li:last-child {
  margin-bottom: 0;
}

.about-three__content-text2 ul li p {
  color: var(--clenq-black);
}

.about-three__content-text2 ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 20px;
  padding-right: 9px;
  top: 3px;
}

/***
=============================================
 Why Choose Three
=============================================
***/
.why-choose-two.style3 {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
  z-index: 1;
}

.why-choose-two.style3 .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  z-index: 1;
}

.why-choose-two.style3 .shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: 1;
}

.why-choose-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #d0d3c7;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.why-choose-two.style3 .why-choose-two__single .icon-box {
  background: #aaf81e;
}

.why-choose-two.style3 .why-choose-two__single .icon-box span::before {
  color: var(--clenq-black);
}

.why-choose-two.style3 .why-choose-two__bottom-single-img .content-box .btn-box .thm-btn {
  color: var(--clenq-black);
}

.why-choose-two.style3 .why-choose-two__bottom-single-img .content-box .btn-box .thm-btn:hover {
  color: #ffffff;
}

.why-choose-two.style3 .why-choose-two__single h2 {
  margin-bottom: 11px;
}

.why-choose-two.style3 .why-choose-two__single h2 a:hover {
  color: var(--clenq-black);
}

/***
=============================================
Process Three
=============================================
***/
.process-one--three {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
}

.process-one--three .auto-container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.process-one--three__top {
  position: relative;
  display: block;
  padding-bottom: 62px;
}

.process-one--three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process-one--three__top-inner .sec-title {
  padding-bottom: 0px;
}

.process-one--three .sec-title__title {
  color: var(--clenq-black);
}

.process-one--three .sec-title__tagline p {
  color: var(--clenq-black);
}

.process-one--three .process-one__inner {
  padding: 0px 0px 0px;
}

.process-one--three .process-one__single {
  max-width: 100%;
  width: 100%;
  background: #f2f4ec;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 0px 30px;
  z-index: 1;
}

.process-one--three .process-one__single::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 362px solid #eceee6;
  border-left: 362px solid transparent;
  content: "";
  z-index: -1;
}

.process-one--three .process-one__single .shape3 {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: -1;
}

.process-one--three .process-one__single-content::before {
  display: none;
}

.process-one--three .process-one__single-content h2 a {
  color: var(--clenq-black);
}

.process-one--three .process-one__single-img .count-box {
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background: var(--clenq-primary);
}

.process-one--three .process-one__single-content {
  padding: 26px 0px 22px;
}

/***
=============================================
Services Three
=============================================
***/
.services-two.style3 {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
  z-index: 1;
}

.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #d8ddcd;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.services-two.style3 .services-two__single-top .icon-box {
  background: var(--clenq-black);
}

.services-two.style3 .services-two__single-top .icon-box span::before {
  color: var(--clenq-primary);
}

/***
=============================================
Testimonial Two
=============================================
***/
.testimonial-one.style2 {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
}

.testimonial-one.style2 .testimonial-one__single {
  padding: 0px 0px 0px;
  padding-right: 0px;
  border-top-left-radius: 0px;
}

.testimonial-one.style2 .testimonial-one__single-top-left .img-holder {
  position: relative;
  display: block;
  width: 115px;
}

.testimonial-one.style2 .testimonial-one__single-top-left .img-holder::before {
  position: absolute;
  top: -25px;
  left: -25px;
  bottom: -25px;
  right: -25px;
  background: var(--clenq-primary);
  content: "";
  z-index: -1;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.testimonial-one.style2 .testimonial-one__single-top-left .img-box {
  border: 4px solid #ffffff;
}

.testimonial-one.style2 .testimonial-one__single-top-left .content-box {
  margin-left: 45px;
  margin-top: 18px;
}

.testimonial-one.style2 .testimonial-one__single-top-right .icon-box {
  background: #edf0e8;
  margin-top: -3px;
}

.testimonial-one.style2 .testimonial-one__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 25px 25px 25px;
  padding-right: 50px;
}

.testimonial-one.style2 .testimonial-one__single-bottom {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  background: #edf0e8;
  padding: 30px 50px 60px;
  z-index: 1;
}

.testimonial-one.style2 .testimonial-one__single-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  background: #ffffff;
  border-radius: 78px;
  border-top-right-radius: 0px;
  content: "";
  z-index: -1;
}

.testimonial-one.style2 .testimonial-one__single-bottom .text-box {
  position: relative;
  display: block;
  max-width: 425px;
  width: 100%;
}

/***
=============================================
Projects Three
=============================================
***/
.projects-one--three {
  position: relative;
  display: block;
  background: #f3f3f3;
  z-index: 1;
}

.projects-one--three .shape1 {
  position: absolute;
  left: 190px;
  bottom: 30px;
  opacity: 0.2;
  z-index: -1;
}

.projects-one--three .shape2 {
  position: absolute;
  right: 230px;
  bottom: 25px;
  opacity: 0.2;
  z-index: -1;
}

.projects-one--three .container {
  position: static;
  max-width: 1800px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.projects-one--three .projects-one__single-img .inner .overlay-content {
  left: 0px;
  bottom: 30px;
  right: 75px;
  background: #faf8ec;
  padding: 20px 35px 19px;
  padding-right: 15px;
  border: 1px solid #ffffff;
  border-left: none;
  border-radius: 3px;
}

.projects-one--three .projects-one__single-img .inner .overlay-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 55px;
  background-color: var(--clenq-black);
  border-radius: 3px;
  padding: 0px 0px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one--three .projects-one__single-img .inner .overlay-content .btn-box a:hover {
  background: var(--clenq-primary);
}

.projects-one--three .projects-one__single-img .inner .overlay-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one--three .projects-one__single-img .inner .overlay-content .btn-box a:hover span::before {
  color: var(--clenq-black);
}

.projects-one--three .projects-one__single-img .inner .overlay-content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: -27px;
  width: 160px;
  content: "";
  z-index: -1;
  border-top: 121px solid var(--clenq-primary);
  border-right: 160px solid transparent;
  background: transparent;
}

.projects-one--three .projects-one__single-img .inner .overlay-content::after {
  border-right: 35px solid #a5cb49;
}

.projects-one--three .projects-one__single-img .inner .overlay-content .content-box h2 a:hover {
  color: var(--clenq-black);
}

.projects-one--three .projects-one__bottom .btn-box a:hover {
  background: var(--clenq-primary);
  color: var(--clenq-black);
}

/***
=============================================
Video One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  padding: 110px 0px 110px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.video-one .shape1 {
  position: absolute;
  top: 375px;
  left: -20px;
  z-index: 1;
}

.video-one .shape2 {
  position: absolute;
  top: 273px;
  right: 300px;
  z-index: 1;
}

.video-one .shape3 {
  position: absolute;
  bottom: 200px;
  right: -20px;
  z-index: 1;
}

.video-one__inner {
  position: relative;
  display: block;
}

.video-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  width: 100%;
}

.video-one__top-left {
  position: relative;
  display: block;
}

.video-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.video-one__icon a {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: var(--clenq-black);
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.video-one__icon a:hover {
  color: var(--clenq-black);
  background: var(--clenq-primary);
}

.video-one__icon a::before,
.video-one__icon a::after {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
}

.video-one__icon a::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.video-one__top-right {
  position: relative;
  display: block;
}

.video-one__top-right .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--clenq-primary);
  border: 1px solid var(--clenq-black);
  border-radius: 50%;
  margin-bottom: 25px;
}

.video-one__top-right .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 55px;
}

.video-one__top-right h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
}

.video-one__bottom {
  position: relative;
  display: block;
  background: var(--clenq-primary);
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  padding: 36px 0px 36px;
  margin-top: 122px;
}

.video-one__bottom::before {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px dashed var(--clenq-black);
  border-radius: 5px;
  content: "";
}

.video-one__bottom h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

/***
=============================================
About One About
=============================================
***/
.about-one--about {
  position: relative;
  display: block;
  overflow: hidden;
}

/***
=============================================
Why Choose Two About
=============================================
***/
.why-choose-two--about {
  position: relative;
  display: block;
}

.why-choose-two--about .why-choose-two__single .icon-box {
  background: var(--clenq-base);
}

.why-choose-two--about .why-choose-two__single .icon-box span::before {
  color: var(--clenq-black);
}

/***
=============================================
Team One About
=============================================
***/
.team-one--about {
  position: relative;
  display: block;
  padding: 0px 0px 80px;
}

/***
=============================================
Pricing One About
=============================================
***/
.pricing-one--about {
  position: relative;
  display: block;
}

.pricing-one--about .pricing-one__single .table-footer .btn-box .thm-btn:before {
  background: var(--clenq-base);
}

.pricing-one--about .pricing-one__single .table-footer .btn-box .thm-btn:hover {
  color: var(--clenq-black);
}

/***
=============================================
Process One About
=============================================
***/
.process-one--about {
  position: relative;
  display: block;
  padding-top: 110px;
}

/***
=============================================
Team One Team
=============================================
***/
.team-one--team {
  position: relative;
  display: block;
  padding: 110px 0px 0px;
}

/***
=============================================
Why Choose One Team
=============================================
***/
.why-choose-one--team {
  position: relative;
  display: block;
  padding: 80px 0px 0px;
}

/***
=============================================
Cta One Team
=============================================
***/
.cta-one--team {
  position: relative;
  display: block;
  padding-bottom: 102px;
}

/***
=====================================================
Team Details
=====================================================
***/
.team-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 0px;
}

.team-details__img {
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
  border: 1px solid var(--clenq-black2);
  border-radius: 5px;
  padding: 15px 15px 15px;
}

.team-details__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.team-details__img .inner img {
  width: 100%;
}

.team-details__content {
  position: relative;
  display: block;
  margin-left: 45px;
  margin-top: -9px;
}

.team-details__content .title-box {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.team-details__content .title-box h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
}

.team-details__content .title-box p {
  margin: 0;
}

.team-details__content .text-box {
  position: relative;
  display: block;
}

.team-details__content .text-box p {
  margin: 0;
}

.team-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 52px;
}

.team-details__content-text1-single {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__content-text1-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--clenq-base);
  border-radius: 50%;
  border: 1px solid var(--clenq-black);
}

.team-details__content-text1-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 20px;
}

.team-details__content-text1-single .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.team-details__content-text1-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.team-details__content-text1-single .content-box p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.team-details__content-text1-single .content-box p a {
  color: rgba(21, 23, 26, 0.8);
}

.team-details__content-text1-single .content-box p a:hover {
  color: var(--clenq-primary);
}

.team-details__content-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 49px;
}

.team-details__content-social-links .title {
  position: relative;
  display: block;
}

.team-details__content-social-links .title p {
  color: var(--clenq-black2);
  font-weight: 500;
}

.team-details__content-social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 15px;
}

.team-details__content-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.team-details__content-social-links ul li:last-child {
  margin-right: 0;
}

.team-details__content-social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #eceef0;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-details__content-social-links ul li a:hover {
  background: var(--clenq-primary);
}

.team-details__content-social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: #433838;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-details__content-social-links ul li a:hover span::before {
  color: #ffffff;
}

.team-details__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--clenq-base);
  max-width: 585px;
  width: 100%;
  border-radius: 3px;
  padding: 11px 20px 12px;
  margin-top: 60px;
}

.team-details__content-bottom .left-text {
  position: relative;
  display: block;
}

.team-details__content-bottom .left-text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.team-details__content-bottom .right-text {
  position: relative;
  display: block;
}

.team-details__content-bottom .right-text h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.team-details__content-bottom .right-text h4 a {
  color: #194b7c;
}

.team-details__content-bottom .right-text h4 span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-primary);
  font-size: 25px;
  top: 2px;
}

/***
=====================================================
Contact One
=====================================================
***/
.contact-one {
  position: relative;
  display: block;
  padding: 110px 0px 110px;
  z-index: 1;
}

.contact-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-one .title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 41px;
  margin-top: -10px;
}

.contact-one .title-box h2 {
  color: #131216;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.contact-one__inner {
  position: relative;
  display: block;
  padding: 80px 0px 80px;
}

.contact-one__inner-box {
  position: relative;
  display: block;
  max-width: 875px;
  width: 100%;
  margin: 0 auto 0px;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-one form input[type=text],
.contact-one form input[type=email] {
  color: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-one form textarea {
  color: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 180px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.contact-one form input[type=text]:focus {
  color: rgb(21, 23, 26);
  border-color: var(--clenq-primary);
}

.contact-one form input[type=email]:focus {
  color: rgb(21, 23, 26);
  border-color: var(--clenq-primary);
}

.contact-one form textarea:focus {
  color: rgb(21, 23, 26);
  border-color: var(--clenq-primary);
}

.contact-one form input[type=text]::-webkit-input-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form input[type=text]:-moz-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form input[type=text]::-moz-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form input[type=text]:-ms-input-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form input[type=email]::-webkit-input-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form input[type=email]:-moz-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form input[type=email]::-moz-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form input[type=email]:-ms-input-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form textarea::-webkit-input-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form textarea:-moz-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form textarea::-moz-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one form textarea:-ms-input-placeholder {
  color: rgba(21, 23, 26, 0.7);
}

.contact-one .contact-page__btn {
  position: relative;
  display: block;
}

.contact-one .contact-page__btn button {
  position: relative;
  display: block;
  outline: none;
  border: none;
  margin: 0 auto;
}

/***
=====================================================
Pricing One Pricing
=====================================================
***/
.pricing-one--pricing {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
}

.pricing-one--pricing .pricing-one__bg {
  bottom: 0px;
}

.pricing-one--pricing .pricing-one__single .table-footer .btn-box .thm-btn:before {
  background: var(--clenq-base);
}

.pricing-one--pricing .pricing-one__single .table-footer .btn-box .thm-btn:hover {
  color: var(--clenq-black);
}

/***
=====================================================
Brand One Pricing
=====================================================
***/
.brand-one--pricing {
  position: relative;
  display: block;
  padding-top: 101px;
}

/***
=====================================================
Services One Services
=====================================================
***/
.services-one--services {
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.services-one--services .services-one__single {
  box-shadow: 0px 0px 30px 0px rgba(224, 224, 224, 0.72);
}

/***
=============================================
Services Details
=============================================
***/
.services-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.services-details__content {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -13px;
}

.services-details__content-text1 {
  position: relative;
  display: block;
}

.services-details__content-text1 h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 19px;
}

.services-details__content-text1 .text1 {
  margin: 0;
  margin-bottom: 20px;
}

.services-details__content-text1 .text2 {
  margin: 0;
  margin-bottom: 32px;
}

.services-details__content-text1 h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 21px;
  font-family: var(--clenq-font);
}

.services-details__content-text1 .text3 {
  margin: 0;
}

.services-details__content-img1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 45px;
  margin-bottom: 40px;
}

.services-details__content-img1 img {
  width: 100%;
}

.services-details__content-text2 {
  position: relative;
  display: block;
}

.services-details__content-text2-list {
  position: relative;
  display: block;
  margin-top: 60px;
}

.services-details__content-text2-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.services-details__content-text2-list li:last-child {
  margin-bottom: 0;
}

.services-details__content-text2-list li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background: var(--clenq-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-details__content-text2-list li:hover .icon-box {
  background: var(--clenq-primary);
}

.services-details__content-text2-list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 65px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-details__content-text2-list li:hover .icon-box span::before {
  color: #ffffff;
}

.services-details__content-text2-list li .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
  flex: 1;
}

.services-details__content-text2-list li .content-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.services-details__content-text2-list li .content-box p {
  margin: 0;
}

.services-details__content-text3 {
  position: relative;
  display: flex;
  align-items: center;
  background: #edf6ff;
  border-radius: 3px;
  padding: 51px 40px 50px;
  margin-top: 70px;
}

.services-details__content-text3 .content-box {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  flex: 1;
}

.services-details__content-text3 .content-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 19px;
}

.services-details__content-text3 .content-box p {
  color: var(--clenq-black);
}

.services-details__content-text3 .content-box ul {
  position: relative;
  display: block;
  margin-top: 40px;
}

.services-details__content-text3 .content-box ul li {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.services-details__content-text3 .content-box ul li:last-child {
  margin-bottom: 0;
}

.services-details__content-text3 .content-box ul li p {
  margin: 0;
}

.services-details__content-text3 .content-box ul li p span::before {
  position: relative;
  display: inline-block;
  color: #131314;
  font-size: 17px;
  font-weight: 700;
  top: 2px;
}

.services-details__content-text3 .img-box {
  position: relative;
  display: block;
  margin-left: 50px;
}

.services-details__content-text3 .img-box img {
  width: 100%;
}

.services-details__faq {
  position: relative;
  display: block;
  margin-top: 36px;
}

.services-details__faq .title-box {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.services-details__faq .title-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.services-details__faq-inner {
  position: relative;
  display: block;
  background: #f8f8f2;
  padding: 45px 20px 55px;
}

.services-details__faq .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.services-details__faq .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 16px 20px 16px 30px;
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-details__faq .accrodion-title h4 {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--clenq-black);
  font-family: var(--clenq-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__faq .accrodion + .accrodion {
  margin-top: 10px;
}

.services-details__faq .accrodion.active .accrodion-title {
  background-color: #ffffff;
}

.services-details__faq .accrodion.active .accrodion-title h4 {
  color: var(--clenq-black);
}

.services-details__faq .accrodion-title h4::before {
  content: "\e928";
  font-family: "icomoon" !important;
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 30px;
  background: #d3d3d2;
  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;
}

.services-details__faq .accrodion.active .accrodion-title h4::before {
  content: "\e922";
  color: var(--clenq-black);
  background: var(--clenq-base);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-details__faq .accrodion-content {
  position: relative;
  padding: 21px 25px 10px;
  padding-right: 30px;
  background: transparent;
  border-top: 0;
}

.services-details__faq .accrodion-content p {
  color: rgba(var(--clenq-black-rgb), 0.8);
  margin: 0;
}

/***
=============================================
Sidebar
=============================================
***/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single {
  position: relative;
  display: block;
}

.sidebar__single + .sidebar__single {
  margin-top: 40px;
}

.sidebar__single .title-box {
  position: relative;
  display: inline-block;
  padding-bottom: 21px;
}

.sidebar__single .title-box h2 {
  color: var(--clenq-black);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar__single .title-box h2 .shape {
  position: relative;
  display: inline-block;
  top: -2px;
}

.sidebar__services {
  position: relative;
  display: block;
  background: var(--clenq-primary);
  border-radius: 10px;
  border: 1px solid #080501;
  padding: 31px 40px 40px;
  z-index: 1;
}

.sidebar__single.sidebar__services .title-box h2 {
  color: #ffffff;
}

.sidebar__services-box {
  position: relative;
  display: block;
}

.sidebar__services-box-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar__services-box-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar__services-box-list li:last-child {
  margin-bottom: 0;
}

.sidebar__services-box-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 0px solid #f6f3ea;
  color: var(--clenq-black);
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px 7px;
  padding-right: 15px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__services-box-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.9) rotateX(0deg);
  transition: all 0.4s linear;
  background: var(--clenq-base);
  border-radius: 5px;
  opacity: 0;
  content: "";
  z-index: -1;
}

.sidebar__services-box-list li a:hover::before,
.sidebar__services-box-list li a.active::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sidebar__services-box-list li a span::before {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  color: #000000;
  font-size: 11px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__services-box-list li a:hover span::before,
.sidebar__services-box-list li a.active span::before {
  background: #ffffff;
}

.sidebar__services-box-list li a:hover,
.sidebar__services-box-list li a.active {
  color: #080501;
}

.sidebar__contact {
  position: relative;
  display: block;
  background: #edf6ff;
  border: 1px solid #080501;
  padding: 40px 40px 40px;
  border-radius: 10px;
  z-index: 1;
}

.sidebar__contact-box {
  position: relative;
  display: block;
}

.sidebar__contact-box-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}

.sidebar__contact-box-img .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.sidebar__contact-box-img img {
  width: 100%;
}

.sidebar__contact-box-img .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px 10px 40px;
  z-index: 2;
}

.sidebar__contact-box-img .overlay-content h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}

.sidebar__contact-box-img .overlay-content .number-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 3px;
  max-width: 215px;
  width: 100%;
  margin: 41px auto 0px;
  padding: 7px 20px 7px;
}

.sidebar__contact-box-img .overlay-content .number-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--clenq-base);
  border-radius: 50%;
  border: 1px solid #2a2a2a;
}

.sidebar__contact-box-img .overlay-content .number-box .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 15px;
}

.sidebar__contact-box-img .overlay-content .number-box .text-box {
  position: relative;
  display: block;
  margin-left: 8px;
}

.sidebar__contact-box-img .overlay-content .number-box .text-box a {
  color: #131216;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--clenq-font-two);
}

.sidebar__contact-box-img .overlay-content .number-box .text-box a:hover {
  color: var(--clenq-primary);
}

.sidebar__search {
  position: relative;
  display: block;
  background: #eff6fc;
  border-radius: 10px;
  padding: 35px 40px 35px;
  z-index: 1;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: 1px solid #c8c8ca;
  outline: none;
  background-color: #ffffff;
  color: var(--clenq-black);
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 60px;
  border-radius: 5px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--clenq-black);
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--clenq-black);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--clenq-black);
}

.sidebar__search-form ::placeholder {
  color: var(--clenq-black);
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--clenq-black);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--clenq-black);
}

.sidebar__search-form button[type=submit] {
  background-color: #ffffff;
  color: var(--clenq-black);
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 60px;
  outline: none;
  border: 1px solid #c8c8ca;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type=submit]:hover {
  background-color: var(--clenq-base);
}

.sidebar__catageries {
  position: relative;
  display: block;
  background: #eff6fc;
  border-radius: 10px;
  border: 1px solid #080501;
  padding: 31px 40px 40px;
  z-index: 1;
}

.sidebar__catageries-box {
  position: relative;
  display: block;
}

.sidebar__catageries-box-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar__catageries-box-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar__catageries-box-list li:last-child {
  margin-bottom: 0;
}

.sidebar__catageries-box-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 0px solid #f6f3ea;
  color: var(--clenq-black);
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px 7px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__catageries-box-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.9) rotateX(0deg);
  transition: all 0.4s linear;
  background: var(--clenq-base);
  border-radius: 5px;
  opacity: 0;
  content: "";
  z-index: -1;
}

.sidebar__catageries-box-list li a:hover::before,
.sidebar__catageries-box-list li a.active::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sidebar__catageries-box-list li a:hover,
.sidebar__catageries-box-list li a.active {
  color: #080501;
}

.sidebar__catageries-box-list li a .number {
  position: relative;
  display: block;
  color: #080501;
  transform: scale(0.7);
  opacity: 0;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.sidebar__catageries-box-list li a:hover .number,
.sidebar__catageries-box-list li a.active .number {
  transform: scale(1);
  opacity: 1;
}

.sidebar__post {
  position: relative;
  display: block;
  background: #eff6fc;
  border-radius: 10px;
  border: 1px solid #080501;
  padding: 31px 40px 36px;
  z-index: 1;
}

.sidebar__post-box {
  position: relative;
  display: block;
}

.sidebar__post-box-list {
  position: relative;
  display: block;
}

.sidebar__post-box-list li {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.sidebar__post-box-list li:last-child {
  margin-bottom: 0;
}

.sidebar__post-box-list li .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #000000;
}

.sidebar__post-box-list li .img-box img {
  width: 100%;
  transition: all 500ms ease;
}

.sidebar__post-box-list li:hover .img-box img {
  opacity: 0.5;
  transform: scaleX(1.05);
}

.sidebar__post-box-list li .text-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.sidebar__post-box-list li .text-box h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.sidebar__post-box-list li .text-box h3 a {
  color: #080501;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__post-box-list li .text-box h3 a:hover {
  background-size: 100% 1px;
}

.sidebar__tag {
  position: relative;
  display: block;
  background: #eff6fc;
  border-radius: 10px;
  border: 1px solid #080501;
  padding: 31px 40px 40px;
  z-index: 1;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-top: -10px;
}

.sidebar__tags-list a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #080501;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0px 14px 0px;
  border: 0px solid #cfcfd1;
  background: #e4e4dd;
  margin-left: 5px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__tags-list a:hover {
  background: var(--clenq-base);
}

/***
=============================================
Projects One Projects
=============================================
***/
.projects-one--projects {
  position: relative;
  display: block;
  padding: 110px 0px 71px;
}

/***
=============================================
Projects Four
=============================================
***/
.projects-one--three.style4 {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 71px;
}

.projects-one--three.style4 .container {
  max-width: 1200px;
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content .content-box h2 a {
  color: var(--clenq-black2);
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content .content-box h2 a:hover {
  color: var(--clenq-primary);
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content::before {
  border-top: 121px solid var(--clenq-base);
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content::after {
  border-right: 35px solid #e6db08;
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content .btn-box a {
  background-color: var(--clenq-black2);
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content .btn-box a:hover {
  background: var(--clenq-primary);
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content .btn-box a:hover span::before {
  color: #ffffff;
}

.projects-one--three.style4 .projects-one__single-img .inner .overlay-content {
  right: 30px;
}

/***
=============================================
Project Details
=============================================
***/
.project-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.project-details__inner {
  position: relative;
  display: block;
}

.project-details__img1 {
  position: relative;
  display: block;
}

.project-details__img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.project-details__img1 .inner img {
  width: 100%;
}

.project-details__img1-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f1f8ff;
  padding: 23px 20px 22px;
  padding-left: 390px;
  z-index: 1;
}

.project-details__img1-content .text-box {
  position: relative;
  display: block;
}

.project-details__img1-content .text-box h2 {
  font-size: 43px;
  line-height: 53px;
  font-weight: 700;
  text-transform: capitalize;
}

.project-details__img1-content .social-links {
  position: relative;
  display: block;
}

.project-details__img1-content .social-links ul {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 22px 5px;
}

.project-details__img1-content .social-links ul li {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  padding-right: 18px;
}

.project-details__img1-content .social-links ul li:first-child {
  padding-left: 0;
}

.project-details__img1-content .social-links ul li:last-child {
  padding-right: 0;
}

.project-details__img1-content .social-links ul li::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 1px;
  background: #e3e3e3;
  content: "";
}

.project-details__img1-content .social-links ul li:last-child:before {
  display: none;
}

.project-details__img1-content .social-links ul li a {
  position: relative;
  display: block;
}

.project-details__img1-content .social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: #1e1d21;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.project-details__img1-content .social-links ul li a:hover span::before {
  color: var(--clenq-primary);
}

.project-details__img1-content-two {
  position: absolute;
  left: 35px;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 37px 45px 40px;
  z-index: 2;
}

.project-details__img1-content-two::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--clenq-primary);
  content: "";
  z-index: 1;
}

.project-details__img1-content-two::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 160px;
  background: var(--clenq-base);
  content: "";
  z-index: 2;
}

.project-details__img1-content-two ul {
  position: relative;
  display: block;
}

.project-details__img1-content-two ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #d0dae3;
  padding-bottom: 10px;
  margin-bottom: 7px;
}

.project-details__img1-content-two ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.project-details__img1-content-two ul li p {
  color: rgba(var(--clenq-black-rgb), 0.7);
  line-height: 28px;
}

.project-details__img1-content-two ul li h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.project-details-text1 {
  position: relative;
  display: block;
  margin-top: 61px;
}

.project-details-text1 h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 13px;
}

.project-details-text1 .text1 {
  margin: 0;
  margin-bottom: 23px;
}

.project-details-text1 .text2 {
  margin: 0;
}

.project-details-text2 {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details-text2 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.project-details-text2 .text1 {
  margin: 0;
}

.project-details-text3 {
  position: relative;
  display: block;
  margin-top: 60px;
}

.project-details-text3-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.project-details-text3-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.project-details-text3-content p {
  margin: 0;
}

.project-details-text3-content ul {
  position: relative;
  display: block;
  margin-top: 35px;
}

.project-details-text3-content ul li {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.project-details-text3-content ul li:last-child {
  margin-bottom: 0;
}

.project-details-text3-content ul li p {
  position: relative;
  margin: 0;
  padding-left: 20px;
}

.project-details-text3-content ul li p::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--clenq-primary);
  border-radius: 50%;
  content: "";
}

.project-details-text3-img {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.project-details-text3-img img {
  width: 100%;
}

.project-details-text4 {
  position: relative;
  display: block;
  background: #ecf6ff;
  margin-top: 70px;
  padding: 34px 40px 51px;
  border-radius: 3px;
}

.project-details-text4.project-details-text4::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: var(--clenq-primary);
  content: "";
}

.project-details-text4-single {
  position: relative;
  display: block;
}

.project-details-text4-single .top-text {
  position: relative;
  display: block;
}

.project-details-text4-single .top-text h2 {
  color: #2b5280;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 17px;
}

.project-details-text4-single .top-text p {
  color: rgba(21, 23, 26, 0.8);
}

.project-details-text4-single ul {
  position: relative;
  display: block;
  margin-top: 25px;
}

.project-details-text4-single ul li {
  position: relative;
  display: block;
}

.project-details-text4-single ul li p {
  color: rgba(21, 23, 26, 0.8);
}

.project-details-text4-single ul li p span::before {
  position: relative;
  display: inline-block;
  color: #565352;
  font-size: 15px;
  padding-right: 10px;
}

/***
=============================================
Blog List Page
=============================================
***/
.blog-list-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.blog-list-page__content {
  position: relative;
  display: block;
  margin-right: 10px;
}

.blog-list-page__single {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.blog-list-page__single-img {
  position: relative;
  display: block;
  z-index: 5;
}

.blog-list-page__single-img .date-box {
  position: absolute;
  left: 30px;
  bottom: -13px;
  width: 85px;
  height: 26px;
  background: #c9e5ff;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--clenq-black2);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.blog-list-page__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #000000;
}

.blog-list-page__single-img .inner img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-list-page__single:hover .blog-list-page__single-img .inner img {
  opacity: 0.5;
  transform: scaleX(1.05);
}

.blog-list-page__single-content {
  position: relative;
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 35px 30px 40px;
  z-index: 1;
}

.blog-list-page__single-content .shape1 {
  position: absolute;
  top: 80px;
  right: 45px;
  z-index: -1;
}

.blog-list-page__single-content::before {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fafdff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  z-index: -1;
}

.blog-list-page__single-content:after {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #e3e3e3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  content: "";
  z-index: -1;
}

.blog-list-page__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-list-page__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 19px;
  line-height: 0;
}

.blog-list-page__single-content .meta-box li:last-child {
  margin-right: 0px;
}

.blog-list-page__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-list-page__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: #2c2c2c;
  font-size: 16px;
}

.blog-list-page__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-list-page__single-content .meta-box li .text p {
  color: rgba(var(--clenq-black2-rgb), 0.8);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.blog-list-page__single-content .meta-box li .text p a {
  color: rgba(var(--clenq-black2-rgb), 0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content .meta-box li .text p a:hover {
  color: var(--clenq-primary);
}

.blog-list-page__single-content h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.blog-list-page__single-content h2 a {
  color: var(--clenq-black);
}

.blog-list-page__single-content h2 a:hover {
  color: var(--clenq-primary);
}

.blog-list-page__single-content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 31px;
}

.blog-list-page__single-content-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  content: "";
}

.blog-list-page__single-content-bottom ul {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.blog-list-page__single-content-bottom ul li {
  position: relative;
  display: block;
  margin-right: 25px;
}

.blog-list-page__single-content-bottom ul li:last-child {
  margin-right: 0;
}

.blog-list-page__single-content-bottom ul li .inner {
  position: relative;
  display: block;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box {
  position: relative;
  display: block;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--clenq-black);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  line-height: 58px;
  background: #ffffff;
  padding: 0px 25px 0px;
  padding-left: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a:hover {
  color: var(--clenq-primary);
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a span::before {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: var(--clenq-base);
  border-radius: 50%;
  color: var(--clenq-black);
  font-size: 11px;
  margin-left: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a:hover span::before {
  background: var(--clenq-primary);
  color: #ffffff;
}

.blog-list-page__single-content-bottom ul li .inner p {
  color: #74808e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.blog-list-page__single-content-bottom ul li .inner p span::before {
  position: relative;
  display: inline-block;
  color: #74808e;
  font-size: 18px;
  top: 3px;
  padding-right: 3px;
}

.blog-list-page__single-content-bottom .share-btn {
  position: relative;
  display: block;
}

.blog-list-page__single-content-bottom .share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 60px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content-bottom .share-btn a:hover {
  background: var(--clenq-base);
}

.blog-list-page__single-content-bottom .share-btn a span::before {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__content .styled-pagination {
  padding-top: 0px;
}

/***
=============================================
Blog Details
=============================================
***/
.blog-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.blog-details__content {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-details__content::before {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #dcdee0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  content: "";
  z-index: -1;
}

.blog-details__content-img1 {
  position: relative;
  display: block;
}

.blog-details__content-img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.blog-details__content-img1 .inner img {
  width: 100%;
}

.blog-details__content-img1 .icon-box {
  position: absolute;
  right: 25px;
  bottom: -28px;
  z-index: 5;
}

.blog-details__content-img1 .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 58px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-img1 .icon-box a:hover {
  background: var(--clenq-primary);
  border-color: var(--clenq-primary);
}

.blog-details__content-img1 .icon-box a span::before {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-img1 .icon-box a:hover span::before {
  color: #ffffff;
}

.blog-details__content-inner {
  position: relative;
  display: block;
  padding: 35px 30px 51px;
}

.blog-details__content-text1 {
  position: relative;
  display: block;
  padding-bottom: 36px;
  z-index: 1;
}

.blog-details__content-text1 .shape1 {
  position: absolute;
  top: 53px;
  right: 30px;
  z-index: -1;
}

.blog-details__content-text1::before {
  position: absolute;
  top: -35px;
  left: -29px;
  bottom: 0;
  right: -29px;
  background: #f4f9fe;
  content: "";
  z-index: -1;
}

.blog-details__content-text1 .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 19px;
}

.blog-details__content-text1 .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 19px;
  line-height: 0;
}

.blog-details__content-text1 .meta-box li:last-child {
  margin-right: 0px;
}

.blog-details__content-text1 .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-details__content-text1 .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: #2c2c2c;
  font-size: 16px;
}

.blog-details__content-text1 .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-details__content-text1 .meta-box li .text p {
  color: rgba(var(--clenq-black2-rgb), 0.8);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.blog-details__content-text1 .meta-box li .text p a {
  color: rgba(var(--clenq-black2-rgb), 0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text1 .meta-box li .text p a:hover {
  color: var(--clenq-primary);
}

.blog-details__content-text1 h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.blog-details__content-text1 h2 a {
  color: var(--clenq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text1 h2 a:hover {
  color: var(--clenq-primary);
}

.blog-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-details__content-text2 .text1 {
  margin: 0;
  margin-bottom: 31px;
}

.blog-details__content-text2 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 19px;
}

.blog-details__content-text2 .text2 {
  margin: 0;
}

.blog-details__content-text3 {
  position: relative;
  display: block;
  margin-top: 37px;
}

.blog-details__content-text3-single {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.blog-details__content-text3-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 90px;
  background: var(--clenq-primary);
  border-radius: 3px;
  overflow: hidden;
  top: 8px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text3-single:hover .icon-box {
  background: var(--clenq-base);
}

.blog-details__content-text3-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text3-single:hover .icon-box span::before {
  color: var(--clenq-black);
}

.blog-details__content-text3-single .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 25px;
}

.blog-details__content-text3-single h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.blog-details__content-text3-single p {
  margin: 0;
}

.blog-details__content-text4 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.blog-details__content-text4 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.blog-details__content-text4 .text1 {
  margin: 0;
}

.blog-details__content-text4 ul {
  position: relative;
  display: block;
  margin-top: 28px;
}

.blog-details__content-text4 ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.blog-details__content-text4 ul li:last-child {
  margin-bottom: 0;
}

.blog-details__content-text4 ul li p {
  color: var(--clenq-primary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.blog-details__content-text4 ul li p img {
  position: relative;
  display: inline-block;
  top: -2px;
  padding-right: 7px;
}

.blog-details__content-text5 {
  position: relative;
  display: block;
  margin-top: 36px;
}

.blog-details__content-text5 .text1 {
  margin: 0;
  margin-bottom: 32px;
}

.blog-details__content-text5 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 16px;
}

.blog-details__content-text5 .text2 {
  margin: 0;
}

.blog-details__content-text6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 85px;
}

.blog-details__content-text6-tag {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__content-text6-tag .title-box {
  position: relative;
  display: block;
}

.blog-details__content-text6-tag .title-box h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #2b5280;
}

.blog-details__content-text6-tag ul {
  position: relative;
  display: block;
  margin-left: 13px;
}

.blog-details__content-text6-tag ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.blog-details__content-text6-tag ul li:last-child {
  margin-right: 0;
}

.blog-details__content-text6-tag ul li a {
  position: relative;
  display: block;
  background: #e4e4dd;
  padding: 10px 15px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #080501;
  text-transform: capitalize;
}

.blog-details__content-text6-tag ul li a:hover {
  background: var(--clenq-base);
}

.blog-details__content-text6-post {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__content-text6-post .title-box {
  position: relative;
  display: block;
}

.blog-details__content-text6-post .title-box h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #2b5280;
}

.blog-details__content-text6-post ul {
  position: relative;
  display: block;
  margin-left: 14px;
}

.blog-details__content-text6-post ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.blog-details__content-text6-post ul li:last-child {
  margin-right: 0;
}

.blog-details__content-text6-post ul li a {
  position: relative;
  display: block;
  background: #e4e4dd;
  padding: 10px 15px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #080501;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text6-post ul li a:hover {
  background: var(--clenq-primary);
  color: #ffffff;
}

.blog-details__author {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 29px 30px 35px;
  margin-top: 20px;
}

.blog-details__author-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.blog-details__author-img img {
  width: 100%;
}

.blog-details__author-content {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 25px;
}

.blog-details__author-content h2 {
  color: var(--clenq-primary);
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-details__author-content p {
  color: #2b5280;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog-details__author-content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  background: #f4f3f0;
  border-radius: 5px;
  max-width: 270px;
  width: 100%;
  padding: 12px 0px 12px;
  padding-left: 19px;
}

.blog-details__author-content-bottom .title-box {
  position: relative;
  display: block;
}

.blog-details__author-content-bottom .title-box p {
  color: #2b5280;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.blog-details__author-content-bottom ul {
  position: relative;
  display: block;
  margin-left: 15px;
}

.blog-details__author-content-bottom ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.blog-details__author-content-bottom ul li:last-child {
  margin-right: 0;
}

.blog-details__author-content-bottom ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__author-content-bottom ul li a:hover {
  background: var(--clenq-base);
}

.blog-details__author-content-bottom ul li a span::before {
  position: relative;
  display: inline-block;
  color: #433838;
  font-size: 15px;
}

.comment-one {
  position: relative;
  display: block;
  margin-top: 47px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--clenq-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 36px;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 38px;
  margin-bottom: 45px;
}

.comment-one__single.ml75 {
  margin-left: 75px;
}

.comment-one__image {
  position: relative;
  display: block;
  width: 105px;
  height: 105px;
  overflow: hidden;
  border-radius: 50%;
}

.comment-one__image img {
  width: 100%;
}

.comment-one__content {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 30px;
  margin-top: -7px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #43628a;
  margin-bottom: 7px;
}

.comment-one__content h3 .comment-one__btn {
  position: relative;
  display: inline-block;
  color: #15171a;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  background: #efeeee;
  padding: 1px 15px 1px;
  margin-left: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-one__content h3 .comment-one__btn:hover {
  background: var(--clenq-primary);
  color: #ffffff;
}

.comment-one__content .text1 {
  position: relative;
  color: rgba(21, 23, 26, 0.7);
  margin-bottom: 13px;
}

.comment-one__content .date-box {
  position: relative;
  color: rgba(21, 23, 26, 0.7);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.comment-form {
  position: relative;
  display: block;
  padding-top: 7px;
}

.comment-form .comment-form__title {
  margin-bottom: 23px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 70px;
  width: 100%;
  border: 1px solid #7f7e7d;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 15px;
  color: rgba(8, 5, 1, 0.6);
  display: block;
  border-radius: 5px;
  font-family: var(--clenq-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-form__input-box textarea {
  font-size: 15px;
  color: rgba(8, 5, 1, 0.6);
  height: 220px;
  width: 100%;
  background-color: #ffffff;
  padding: 25px 20px 30px;
  border: 1px solid #7f7e7d;
  outline: none;
  margin-bottom: 0px;
  border-radius: 5px;
  resize: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-form__input-box input[type=text]:focus {
  background-color: #f0f2f4;
}

.comment-form__input-box input[type=email]:focus {
  background-color: #f0f2f4;
}

.comment-form__input-box textarea:focus {
  background-color: #f0f2f4;
}

.comment-form__input-box.text-message-box {
  margin-bottom: 10px;
}

.comment-form__btn.thm-btn {
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
  position: relative;
  display: block;
  z-index: 1;
}

.google-map-one__map {
  position: relative;
  display: block;
  border: none;
  height: 570px;
  width: 100%;
}

.map {
  -webkit-filter: grayscale(100%);
}

/***
=============================================
Contact One Contact
=============================================
***/
.contact-one--contact {
  position: relative;
  display: block;
  padding: 195px 0px 30px;
  z-index: 1;
}

.contact-one--contact__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-one--contact form input[type=text]:focus {
  color: rgb(21, 23, 26);
  border-color: #262222;
}

.contact-one--contact form input[type=email]:focus {
  color: rgb(21, 23, 26);
  border-color: #262222;
}

.contact-one--contact form textarea:focus {
  color: rgb(21, 23, 26);
  border-color: #262222;
}

.contact-one--contact .contact-page__btn button.thm-btn {
  background: var(--clenq-primary);
  color: #ffffff;
}

/***
=============================================
Brand One Contact
=============================================
***/
.brand-one--contact {
  position: relative;
  display: block;
  padding: 100px 0px 110px;
}

/***
=============================================
Contact Page Top
=============================================
***/
.contact-page-top {
  position: relative;
  display: block;
  padding: 100px 0px 0px;
  margin-bottom: -170px;
  z-index: 5;
}

.contact-page-top .title-box {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 65px;
}

.contact-page-top .title-box h2 {
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 27px;
}

.contact-page-top .title-box p {
  font-size: 18px;
}

.contact-page-top__inner {
  position: relative;
  display: block;
  background: var(--clenq-base);
  border-radius: 10px;
  padding: 65px 0px 57px;
}

.contact-page-top__single {
  position: relative;
  display: block;
}

.contact-page-top__single::before {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 1px;
  background: #c5bb04;
  content: "";
}

.contact-page-top__single.bdrn::before {
  display: none;
}

.contact-page-top__single .icon {
  position: relative;
  display: block;
  height: 85px;
  width: 85px;
  background-color: #080501;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  border: 4px solid #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  margin: 0 auto 26px;
}

.contact-page-top__single .content {
  position: relative;
  display: block;
}

.contact-page-top__single .content h2 {
  color: #080501;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 14px;
}

.contact-page-top__single .content p {
  color: #080501;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.contact-page-top__single .content p a {
  color: #080501;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.contact-page-top__single .content p a:hover {
  color: var(--clenq-primary);
}

/***
=============================================
Faq Page
=============================================
***/
.faq-page {
  position: relative;
  display: block;
  padding: 100px 0px 110px;
  z-index: 1;
}

.faq-page__pattern {
  position: absolute;
  top: 300px;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.faq-page .title-box {
  position: relative;
  display: block;
}

.faq-page .title-box h2 {
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 28px;
}

.faq-page .title-box p {
  font-size: 18px;
  line-height: 30px;
}

.faq-page__inner {
  position: relative;
  display: block;
  padding-top: 122px;
}

.faq-page__single {
  position: relative;
  display: block;
}

.faq-page__faq {
  position: relative;
  display: block;
}

.faq-page__faq .title-box {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.faq-page__faq .title-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
}

.faq-page__faq-inner {
  position: relative;
  display: block;
}

.faq-page__faq .accrodion {
  position: relative;
  display: block;
  border-radius: 5px;
  border: 1px solid #262222;
  background-color: #ffffff;
}

.faq-page__faq .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 17px 20px 17px 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.faq-page__faq .accrodion-title h4 {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #080501;
  font-family: var(--clenq-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__faq .accrodion + .accrodion {
  margin-top: 10px;
}

.faq-page__faq .accrodion-title h4::before {
  content: "\e905";
  font-family: "icomoon" !important;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 33px;
  height: 33px;
  background: var(--clenq-base);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-page__faq .accrodion.active .accrodion-title h4::before {
  content: "\e905";
  color: var(--clenq-black);
  background: var(--clenq-base);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%) rotate(-90deg);
}

.faq-page__faq .accrodion-content {
  position: relative;
  padding: 21px 30px 35px;
  border-top: 1px solid #262222;
}

.faq-page__faq .accrodion-content p {
  color: rgba(21, 23, 26, 0.8);
  margin: 0;
}

/***
=============================================
Error Page
=============================================
***/
.error-page {
  position: relative;
  display: block;
  padding: 182px 0px 185px;
  z-index: 1;
}

.error-page__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__inner h2 {
  color: #141212;
  font-size: 180px;
  line-height: 0.9em;
  font-weight: 700;
  margin-bottom: 25px;
}

.error-page__inner h2 .icon {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 45px;
  color: var(--clenq-primary);
}

.error-page__inner h2 .clr1 {
  color: #141212;
  text-shadow: 5px 12px 0px #e4e4e6;
}

.error-page__inner h2 .clr2 {
  color: var(--clenq-primary);
  text-shadow: 5px 12px 0px #e6f1fc;
}

.error-page__inner h3 {
  color: var(--clenq-primary);
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 40px;
}

.error-page__inner p {
  color: #080501;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.error-page__search {
  position: relative;
  display: block;
  margin-top: 51px;
}

.error-page__search form.search-form {
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.error-page__search .search-form input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #eae9e9;
  color: rgba(20, 18, 18, 0.75);
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  font-family: var(--clenq-font);
}

.error-page__search .search-form button {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  background: transparent;
  text-align: center;
  border: 0px solid #f6f4ec;
  transition: all 500ms ease 0s;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}

.error-page__search .search-form button i {
  color: #000000;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.error-page__search .search-form button:hover i {
  color: var(--clenq-primary);
}

.error-page__search .search-form input[type=text]:focus {
  outline: none;
}

.error-page__search .search-form input::-webkit-input-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__search .search-form input:-moz-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__search .search-form input::-moz-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__search .search-form input:-ms-input-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__btn {
  position: relative;
  display: block;
  margin-top: 55px;
  line-height: 0;
}

.error-page__btn .thm-btn {
  border-radius: 32px;
  border: 1px solid var(--clenq-black);
}

/***
=====================================================
Shop Page
=====================================================
***/
.shop-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.shop-page__top {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-page__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 0px 30px 0px;
  padding-right: 17px;
  border-radius: 25px;
}

.shop-page__top-left {
  position: relative;
  display: block;
}

.shop-page__top-left p {
  color: var(--clenq-black);
}

.shop-page__top-right {
  position: relative;
  display: block;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100% !important;
}

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

.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 55px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: #f7f7f7 !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--clenq-black) !important;
  font-size: 16px;
  line-height: 55px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 11px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--clenq-black);
}

.shop-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-page__single-img {
  position: relative;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.shop-page__single-img::before {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.shop-page__single:hover .shop-page__single-img::before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

.shop-page__single-img img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.shop-page__single:hover .shop-page__single-img img {
  transform: scale(1.1) rotate(1deg);
}

.shop-page__single-img .text {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #161010;
  font-size: 14px;
  width: 55px;
  height: 25px;
  border-radius: 25px;
  background: var(--clenq-base);
  z-index: 5;
}

.shop-page__single-content {
  position: relative;
  display: block;
}

.shop-page__single-content .btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.shop-page__single-content .btn-box a {
  position: relative;
  display: block;
  background: #ecf3f9;
  padding: 12px 10px 13px;
  color: var(--clenq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-page__single:hover .shop-page__single-content .btn-box a {
  color: #ffffff;
}

.shop-page__single-content .btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 0px;
  background-color: var(--clenq-primary);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.shop-page__single:hover .shop-page__single-content .btn-box a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.shop-page__single-content .bottom-text {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(229, 230, 232, 0.72);
  padding: 27px 25px 27px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.shop-page__single-content .bottom-text .text-box {
  position: relative;
  display: block;
}

.shop-page__single-content .bottom-text .text-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.shop-page__single-content .bottom-text .text-box h4 a {
  color: var(--clenq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-page__single-content .bottom-text .text-box h4 a:hover {
  color: var(--clenq-primary);
}

.shop-page__single-content .bottom-text .text-box p {
  color: var(--clenq-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.shop-page__single-content .bottom-text .text-box p del {
  color: #abb2b8;
  padding-left: 4px;
}

.shop-page__single-content .bottom-text .rating-box {
  position: relative;
  display: block;
}

.shop-page__single-content .bottom-text .rating-box ul li span {
  color: #ed8a19;
}

/***
=============================================
   Styled Pagination Two
=============================================
***/
.styled-pagination-two {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.styled-pagination-two li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.styled-pagination-two li:last-child {
  margin-right: 0;
}

.styled-pagination-two li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 50px;
  background: transparent;
  border-radius: 20px;
  color: #01050c;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--clenq-font);
  z-index: 1;
}

.styled-pagination-two li a:hover,
.styled-pagination-two li a.active {
  color: #ffffff;
  background: var(--clenq-black);
  border-color: var(--clenq-black);
}

.styled-pagination-two li.prev a,
.styled-pagination-two li.next a {
  color: #383838;
  font-weight: 500;
  font-size: 13px;
  width: 60px;
  height: 50px;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  border-radius: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  top: -1px;
}

.styled-pagination-two li.prev a:hover,
.styled-pagination-two li.next a:hover {
  color: #ffffff;
  background: var(--clenq-black);
  border-color: var(--clenq-black);
}

.styled-pagination-two li.prev {
  margin-right: 15px;
}

.styled-pagination-two li.next {
  margin-left: 10px;
}

/***
=============================================
Shop Details
=============================================
***/
.shop-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 44px;
}

.shop-details__img-box {
  position: relative;
  display: block;
  margin-right: 35px;
}

.shop-details__img-box-inner {
  position: relative;
  display: block;
}

.shop-details__img-box-thumb {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  max-width: 400px;
  margin: 0 auto;
  z-index: 2;
}

.shop-details__img-box-thumb-img {
  position: relative;
  display: block;
  border-radius: 20px;
  border: 2px solid #fff;
  overflow: hidden;
}

.shop-details__img-box-thumb-img img {
  width: 100%;
}

.shop-details__img-box-img {
  position: relative;
  display: block;
}

.shop-details__img-box-img .img-box {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.shop-details__img-box-img .img-box img {
  width: 100%;
}

.shop-details-top__nav {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: 85px;
  z-index: 5;
  transform: translateY(0%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-details-top__nav .swiper-button-next,
.shop-details-top__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 55px;
  height: 55px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #000000;
  border-radius: 50%;
  font-weight: 700;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
}

.shop-details-top__nav .swiper-button-next {
  left: -10px;
}

.shop-details-top__nav .swiper-button-prev {
  right: -10px;
}

.shop-details-top__nav .swiper-button-next:hover,
.shop-details-top__nav .swiper-button-prev:hover {
  background: var(--clenq-base);
}

.shop-details-top__nav .swiper-button-next::after,
.shop-details-top__nav .swiper-button-prev::after {
  display: none;
}

.shop-details-top__nav .swiper-button-next i:before,
.shop-details-top__nav .swiper-button-prev i:before {
  font-weight: 700;
}

.shop-details-top__nav .swiper-button-prev .angle-left {
  position: relative;
  right: 2px;
  font-weight: 700;
}

.shop-details-top__nav .swiper-button-next .angle-right {
  position: relative;
  left: 0px;
  font-weight: 700;
}

.shop-details__content {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top: -9px;
}

.shop-details__content .title {
  position: relative;
  display: block;
}

.shop-details__content .title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.shop-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 16px;
}

.shop-details__content-text1 h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  font-family: var(--clenq-font);
}

.shop-details__content-text1 h3 del {
  position: relative;
  display: inline-block;
  color: rgba(8, 5, 1, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
  top: -6px;
}

.shop-details__content-text1 h3 .text {
  color: #f42647;
  font-size: 14px;
  margin-left: 0;
}

.shop-details__content-text1 h3 span {
  position: relative;
  display: inline-block;
  color: var(--clenq-base);
  font-size: 15px;
  font-weight: 400;
  top: -6px;
  margin-left: 13px;
}

.shop-details__content-text1 h3 .text2 {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #b6edb2;
  padding: 0px 5px 0px;
  margin-left: 0;
}

.shop-details__review {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 5px;
}

.shop-details__review ul {
  position: relative;
  display: block;
}

.shop-details__review ul li {
  position: relative;
  display: inline-block;
}

.shop-details__review ul li span::before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.shop-details__review ul li p {
  color: var(--clenq-black);
  font-size: 14px;
}

.shop-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 35px;
}

.shop-details__content-text2 p {
  margin: 0;
}

.shop-details__content-text2 ul {
  position: relative;
  display: block;
  margin-top: 20px;
}

.shop-details__content-text2 ul li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}

.shop-details__content-text2 ul li:last-child {
  margin-bottom: 0;
}

.shop-details__content-text2 ul li p {
  color: rgba(68, 67, 68, 0.8);
  margin: 0;
}

.shop-details__content-text2 ul li p span::before {
  position: relative;
  display: inline-block;
  color: #232323;
  font-size: 22px;
  padding-right: 10px;
  top: 4px;
}

.shop-details__content-text3 {
  position: relative;
  display: block;
  margin-top: 20px;
}

.shop-details__content-text3 .title {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.shop-details__content-text3 .title p {
  color: var(--clenq-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-details__content-text3 .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-details__content-text3 .add-to-cart-btn {
  position: relative;
  display: block;
  margin-right: 20px;
}

.shop-details__content-text3 .add-to-cart-btn a {
  position: relative;
  display: inline-block;
  color: #fefefe;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  background: var(--clenq-black);
  padding: 18px 40px 19px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text3 .add-to-cart-btn a:hover {
  background: var(--clenq-base);
}

.shop-details__content-text3 .product-quantity {
  position: relative;
  display: block;
}

.shop-details__content-text3 .product-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding-left: 1px;
}

.shop-details__content-text3 .product-quantity-box .input-group.bootstrap-touchspin {
  position: relative;
  width: 115px;
  height: 50px;
}

.shop-details__content-text3 .product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 30px;
  flex: none;
  height: 50px;
  color: var(--clenq-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--clenq-font);
  z-index: 5;
  left: 11px;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: absolute;
  top: 14px;
  right: 23px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-left: none;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-right: none;
}

.shop-details__content-text3 .product-quantity-box .form-control {
  background: transparent;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 0px;
  left: 1px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e92b";
  color: #232323;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg);
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e92b";
  color: #232323;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 22px;
  transform: rotate(-90deg);
}

.shop-details__content-text3 .btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.shop-details__content-text3 .btn-box a {
  position: relative;
  display: inline-block;
  color: #080501;
  font-size: 15px;
  font-weight: 500;
  background: var(--clenq-base);
  padding: 10px 35px 11px;
  border-radius: 5px;
  font-family: var(--clenq-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text3 .btn-box a:hover {
  color: #ffffff;
  background: var(--clenq-black);
}

.shop-details__content-text3 .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f9f7f7;
  font-size: 20px;
  color: #171616;
  margin-left: 30px;
}

.shop-details__content-text3 .icon-box span:before {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.shop-details__content-text4 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.shop-details__content-text4 ul {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li .text {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li .text p {
  color: #15171a;
  font-size: 15px;
}

.shop-details__content-text4 ul li .text p span {
  color: var(--clenq-black);
  font-size: 16px;
  font-weight: 600;
}

.shop-details__content-text4 ul li .text p i::before {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 22px;
  font-weight: 400;
  padding-right: 5px;
  top: 5px;
}

.shop-details__content-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.shop-details__content-social-links .title {
  position: relative;
  display: block;
  margin-right: 15px;
}

.shop-details__content-social-links .title h4 {
  color: rgba(21, 23, 26, 0.8);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--clenq-font);
}

.shop-details__content-social-links ul {
  position: relative;
  display: block;
}

.shop-details__content-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}

.shop-details__content-social-links ul li:last-child {
  margin-right: 0;
}

.shop-details__content-social-links ul li a {
  position: relative;
  display: block;
  color: #212330;
  font-size: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-social-links ul li a:hover {
  color: var(--clenq-primary);
}

/***
=============================================
Shop Details Tab
=============================================
***/
.shop-details__tab {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-top: 99px;
  border-radius: 10px;
}

.shop-details__tab-button {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -1px;
  z-index: 2;
}

.shop-details__tab-button .tab-buttons {
  position: relative;
  display: block;
}

.shop-details__tab-button .tab-buttons li {
  position: relative;
  display: inline-block;
  background: #f1f8ff;
  cursor: pointer;
  padding: 13px 45px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-right: 0px;
}

.shop-details__tab-button .tab-buttons li:last-child {
  margin-right: 0;
}

.shop-details__tab-button .tab-buttons li:hover,
.shop-details__tab-button .tab-buttons li.active-btn {
  background: var(--clenq-primary);
}

.shop-details__tab-button .tab-buttons li h4 {
  color: #080501;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--clenq-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__tab-button .tab-buttons li:hover h4,
.shop-details__tab-button .tab-buttons li.active-btn h4 {
  color: #ffffff;
}

.shop-details__tab-content-item {
  position: relative;
  display: block;
}

.shop-details__tab .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -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: 1;
}

.shop-details__tab .tabs-content .tab.active-tab {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 5;
}

.shop-details__tab-description {
  position: relative;
  display: block;
  padding: 36px 60px 55px;
}

.shop-details__tab-description .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-description .text-box1 p {
  margin: 0;
}

.shop-details__tab-description .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-description .text-box2 p {
  margin: 0;
}

.shop-details__tab-specifications {
  position: relative;
  display: block;
  padding: 36px 60px 55px;
}

.shop-details__tab-specifications .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-specifications .text-box1 p {
  margin: 0px;
}

.shop-details__tab-specifications .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-specifications .text-box2 p {
  margin: 0;
}

.shop-details__tab-content-item.style2 {
  position: relative;
  display: block;
  padding: 50px 40px 50px;
}

.shop-details__tab-reviews {
  position: relative;
  display: block;
}

.review-box-outer {
  position: relative;
  display: block;
}

.single-review-box-outer {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 38px 30px 34px;
}

.single-review-box {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 70px;
}

.single-review-box .img-box {
  position: absolute;
  top: 9px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.single-review-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.single-review-box .text-box {
  position: relative;
  display: block;
  padding-left: 25px;
}

.single-review-box .text-box .review-box {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul li {
  position: relative;
  display: inline-block;
}

.single-review-box .text-box .review-box ul li i:before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.single-review-box .text-box .review-box {
  padding: 0 0 10px;
}

.single-review-box .text-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.single-review-box .text-box h5 span {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--clenq-font);
}

.single-review-box .text-box p {
  margin: 0;
}

.review-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 53px 60px 60px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}

.review-form .title-box {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.review-form .title-box h2 {
  font-size: 30px;
  font-weight: 600;
}

.review-form .add-rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.review-form .add-rating-box .add-rating-title {
  position: relative;
  float: left;
}

.review-form .add-rating-box .add-rating-title p {
  line-height: 20px;
  margin: 0;
}

.review-form .add-rating-box .review-box {
  position: relative;
  float: left;
  padding-left: 20px;
}

.review-form .add-rating-box .review-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 5px;
}

.review-form .add-rating-box .review-box ul li:last-child {
  margin-right: 0px;
}

.review-form .add-rating-box .review-box ul li i {
  color: #efce4a;
  font-size: 14px;
  line-height: 20px;
  transition: all 500ms ease 0s;
}

.shop-details__tab-reviews .review-form .input-box {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .input-box .field-label {
  position: relative;
  display: block;
  padding-bottom: 9px;
  color: #757575;
}

.shop-details__tab-reviews .review-form form input[type=text],
.shop-details__tab-reviews .review-form form input[type=email],
.shop-details__tab-reviews .review-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  color: #757575;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 22px;
  border-radius: 0px;
  transition: all 500ms ease;
  outline: none;
}

.shop-details__tab-reviews .review-form form textarea {
  height: 120px;
  padding: 10px 20px;
}

.shop-details__tab-reviews .review-form form input[type=text]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form input[type=email]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form textarea:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form .button-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.shop-details__tab-reviews .review-form .button-box .left {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .button-box .right {
  position: relative;
  display: block;
  padding-left: 20px;
}

/***
=============================================
Checked Box2
=============================================
***/
.checked-box2 {
  position: relative;
  display: block;
  min-height: 30px;
}

.checked-box2 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  min-height: 30px;
  font-family: var(--clenq-font);
}

.checked-box2 input[type=checkbox] {
  display: none;
}

.checked-box2 input[type=checkbox] + label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 label span:before {
  font-family: "icomoon" !important;
  content: "\e904";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 0px;
  color: var(--clenq-black);
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 input[type=checkbox]:checked + label span {
  border-color: #dedede;
}

.checked-box2 input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.shop-page--shop-details {
  position: relative;
  display: block;
  padding: 60px 0px 80px;
  z-index: 1;
}

.shop-page--shop-details .title-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.shop-page--shop-details .title-box h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

/***
=====================================================
Cart Page
=====================================================
***/
.cart-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 103px 0px 110px;
}

.cart-page__left {
  position: relative;
  display: block;
  margin-right: -30px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-table {
    min-width: 800px;
  }
}
.cart-table {
  margin-bottom: 24px;
}

.cart-table thead th {
  color: var(--clenq-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 0;
  border: none;
  padding-bottom: 7px;
  font-family: var(--clenq-font-two);
  text-transform: capitalize;
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid #eaeaea;
}

.cart-table tbody td {
  font-size: 16px;
  font-weight: 500;
  color: var(--clenq-black);
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
  font-family: var(--clenq-font-two);
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 85px;
  margin-right: 26px;
}

.cart-table .product-box .img-box .inner {
  position: relative;
  display: block;
  width: 85px;
  border-radius: 3px;
  overflow: hidden;
}

.cart-table .product-box .img-box img {
  width: 100%;
}

.product-box-croos-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  height: 25px;
  width: 25px;
  background-color: var(--clenq-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #080501;
  z-index: 2;
}

.cart-table h3 {
  color: var(--clenq-black);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  font-family: var(--clenq-font);
}

.cart-table h3 a {
  color: var(--clenq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--clenq-base);
}

.cart-cupon__form-box {
  position: relative;
  display: block;
}

.cart-cupon__sub-title {
  font-size: 18px;
  color: var(--clenq-black);
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}

.cart-cupon__form {
  position: relative;
  display: block;
}

.cart-cupon__input {
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 210px;
  font-family: var(--clenq-font);
  font-size: 15px;
  color: rgba(var(--clenq-black-rgb), 0.5);
  height: 60px;
  border: 1px solid #dddddd;
  outline: none;
  font-weight: 400;
  outline: none;
}

.cart-cupon__form input[type=text]:focus {
  border: 1px solid #dddddd;
}

.cart-cupon__form ::placeholder {
  color: rgba(var(--clenq-black-rgb), 0.5);
}

.cart-cupon__form button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border: none;
  outline: none !important;
  color: var(--clenq-black);
  padding: 0px 60px 0px;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
  font-family: var(--clenq-font);
}

.cart-cupon__form button.thm-btn {
  background-color: var(--clenq-base);
}

.cart-cupon__form button:hover {
  color: #ffffff;
}

.cart-cupon__form button.thm-btn::before {
  background: var(--clenq-black);
}

.cart-cupon__btn {
  font-size: 15px;
  font-weight: 500;
  color: var(--clenq-black);
  position: relative;
  display: inline-block;
  font-family: var(--clenq-font-two);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 23px;
}

.cart-cupon__btn:hover {
  color: var(--clenq-primary);
}

.cart-cupon__btn:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--clenq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-cupon__btn:hover:before {
  background: var(--clenq-primary);
}

.cart-page__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 5px;
}

.cart-page__total-box {
  position: relative;
  display: block;
}

.cart-page__total-table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
  background-color: #f6fbff;
  padding-bottom: 25px;
}

.cart-page__total-table {
  min-width: 330px;
  width: 100%;
}

.cart-page__total-table tbody {
  position: relative;
}

.cart-page__total-table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px;
  border-bottom: 1px solid #e4e2e0;
  margin-left: 20px;
  margin-right: 20px;
}

.cart-page__total-table tbody tr:first-child {
  background-color: #f0f0f0;
  padding: 13px 20px;
  border-bottom: 0;
  margin: 0;
}

.cart-page__total-table tbody tr:last-child {
  border-bottom: 0;
}

.cart-page__total-table tbody tr td {
  font-size: 18px;
  font-weight: 600;
  color: var(--clenq-black);
  text-transform: capitalize;
}

.cart-page__total-table tbody tr td .flat-rate {
  color: var(--clenq-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.cart-page__total-table tbody tr td .shipping-usa {
  font-size: 14px;
  color: rgba(8, 5, 1, 0.7);
  line-height: 20px;
}

.cart-page__total-table tbody tr td .change-address {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--clenq-black);
  line-height: 14px;
  font-weight: 400;
}

.cart-page__total-table tbody tr td .change-address a {
  color: var(--clenq-black);
}

.cart-page__total-table tbody tr td .change-address:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--clenq-black);
}

.proceed-checkout {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--clenq-primary);
  border: none;
  outline: none;
  padding: 9px 0;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proceed-checkout:hover {
  background-color: var(--clenq-black);
  color: #ffffff;
}

.cart-page .product-quantity {
  position: relative;
  display: block;
  max-width: 152px;
  border-radius: 0px;
  margin-right: 20px;
}

.cart-page .product-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 0px;
  overflow: hidden;
  padding-left: 1px;
}

.cart-page .product-quantity-box .input-group.bootstrap-touchspin {
  position: relative;
  width: 150px;
  height: 60px;
}

.cart-page .product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 50px;
  flex: none;
  height: 60px;
  color: var(--clenq-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--clenq-font);
  z-index: 5;
  left: 50px;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: relative;
  display: block;
  margin-left: 0px;
  background: #f7f7f7;
  color: var(--clenq-black);
  cursor: pointer;
  height: 60px;
  width: 50px;
  margin: 0;
  padding: 0;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  float: right;
  border-left: none;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  float: left;
  border-right: none;
}

.cart-page .product-quantity-box .form-control {
  background: #f7f7f7;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 11px;
  left: 0px;
  right: 10px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e902";
  color: #000000;
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(0deg);
  font-weight: 700;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e903";
  color: #000000;
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}

/***
=============================================
    Checkout Area Css
=============================================
***/
.checkout-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
}

.checkout-area .form {
  position: relative;
  display: block;
  margin-top: -7px;
}

.checkout-area .form .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.checkout-area .form .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.checkout-area .form form .field-label {
  color: #080501;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}

.checkout-area .form form .field-label.style2 {
  color: var(--clenq-black);
  font-size: 18px;
  font-weight: 600;
}

.checkout-area form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.checkout-area .form form .field-input input[type=text],
.checkout-area .form form .field-input input[type=email],
.checkout-area .form form .field-input input[type=tel] {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(8, 5, 1, 0.5);
  font-size: 15px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 0px;
  width: 100%;
  outline: none;
  transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(8, 5, 1, 0.5);
  font-size: 15px;
  font-weight: 400;
  height: 120px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  outline: none;
}

.checkout__select-box {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.checkout__select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100% !important;
}

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

.checkout__select-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(8, 5, 1, 0.5) !important;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  line-height: 60px;
}

.checkout__select-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: #000000;
}

.checkout-area__checkbox {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.checkout-area__checkbox-single + .checkout-area__checkbox-single {
  margin-top: 0px;
}

.checkout-area__checkbox-single label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: rgba(9, 9, 9, 0.87);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}

.checkout-area__checkbox-single input[type=checkbox] {
  display: none;
}

.checkout-area__checkbox-single input[type=checkbox] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0%;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single label span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  content: "";
  background: #d6d3d0;
  border-radius: 0%;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single input[type=checkbox]:checked + label span {
  border-color: #d6d3d0;
}

.checkout-area__checkbox-single input[type=checkbox]:checked + label span:before {
  transform: scale(1);
}

.checkout-area__sidebar {
  position: relative;
  display: block;
  margin-left: 45px;
}

.checkout-area__sidebar-single {
  position: relative;
  display: block;
  background: #f3f7fc;
  padding: 26px 20px 37px;
  margin-bottom: 30px;
}

.checkout-area__sidebar-single.mb0 {
  margin-bottom: 0;
  padding-bottom: 55px;
}

.checkout-area__sidebar-single .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 11px;
}

.checkout-area__sidebar-single .title h3 {
  color: var(--clenq-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.checkout-area__sidebar-single ul {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e2e0;
  padding-top: 24px;
  padding-bottom: 23px;
}

.checkout-area__sidebar-single ul li.bg {
  position: relative;
  z-index: 1;
}

.checkout-area__sidebar-single ul li.bg::before {
  position: absolute;
  top: -1px;
  left: -20px;
  bottom: -1px;
  right: -20px;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.checkout-area__sidebar-single ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.checkout-area__sidebar-single ul li .text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-area__sidebar-single ul li .text-box .img-box {
  position: relative;
  display: block;
  margin-right: 15px;
  width: 50px;
  overflow: hidden;
  border-radius: 5px;
}

.checkout-area__sidebar-single ul li .text-box .img-box img {
  width: 100%;
}

.checkout-area__sidebar-single ul li .title-one {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-one p {
  color: #080501;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul li .title-box {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-box p {
  color: var(--clenq-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.checkout-area__sidebar-single ul li .title-box p span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.checkout-area__sidebar-single ul li .price {
  position: relative;
  display: block;
  line-height: 0;
}

.checkout-area__sidebar-single ul li .price p {
  color: #080501;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.checkout-area__sidebar-single ul li .price .text1 {
  color: var(--clenq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--clenq-font);
}

.checkout-area__sidebar-single ul li .price span {
  color: rgba(var(--clenq-black-rgb), 0.7);
  font-size: 14px;
  line-height: 20px;
}

.checkout-area__sidebar-single ul li .price a {
  position: relative;
  display: block;
  color: var(--clenq-black);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 5px;
}

.checkout__payment {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 40px;
}

.checkout__payment__item {
  position: relative;
  display: block;
  border: 1px solid #232323;
  padding: 14px 20px 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-bottom: 10px;
}

.checkout__payment__item--active.checkout__payment__item {
  border-color: var(--clenq-primary);
}

.checkout__payment__item.mb0 {
  margin-bottom: 0;
}

.checkout__payment__title {
  display: flex;
  color: var(--clenq-black);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  align-items: center;
  cursor: pointer;
  font-family: var(--clenq-font);
}

.checkout__payment__title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #0d0d0d;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--clenq-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: transparent;
  border-color: var(--clenq-primary);
  content: "\f00c";
}

.checkout__payment__content {
  font-size: 15px;
  line-height: 25px;
  margin-top: 13px;
}

.checkout__payment__checkbox {
  position: relative;
  display: block;
  margin-top: 28px;
}

.checkout__payment__checkbox label {
  color: rgba(8, 5, 1, 0.87);
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 25px;
}

.checkout__payment-btn {
  position: relative;
  display: block;
  margin-top: 30px;
  text-align: center;
}

.checkout__payment-btn a {
  width: 100%;
  background: var(--clenq-primary);
  color: #ffffff;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: var(--gardon-primary);
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .main-header__search {
  display: none;
}

.boxed-wrapper .main-header__cart-box {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1670px) {
  .main-header-one__bottom-left .main-menu__main-menu-box {
    margin-left: 35px;
  }
  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 38px;
  }
  .main-header-one__bottom-right .btn-box {
    display: none;
  }
  .main-header-one__bottom-right {
    width: 243px;
    padding-left: 60px;
  }
  .main-header-one__bottom-left .logo-one {
    padding-left: 5px;
    width: 225px;
  }
  .main-header-one__bottom-right-bg {
    top: -24px;
  }
  .main-header-one__bottom-right::before {
    bottom: -32px;
  }
  /*Header Two*/
  .main-header-two__top-right {
    display: none;
  }
  .main-header-two__top-middle ul li {
    padding-right: 50px;
    margin-left: 50px;
  }
  .main-header-two__top-middle ul li:first-child {
    margin-left: 0;
  }
  .main-header-two__top-middle ul li:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .cta-three__inner {
    display: block;
    padding: 31px 50px 32px;
    padding-right: 50px;
  }
  .cta-three__right {
    padding-left: 0px;
    margin-left: 0px;
    justify-content: center;
    margin-top: 40px;
  }
  .cta-three__right::before {
    display: none;
  }
  .cta-three__left .contact-info {
    justify-content: center;
  }
  .projects-one--three .projects-one__single-img .inner .overlay-content {
    right: 15px;
    padding: 20px 20px 19px;
  }
  .footer-one--two.style3 .shape1 {
    display: none;
  }
  .footer-one--two.style3 .shape7 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .projects-one__single-img .inner .overlay-content .content-box h2 {
    font-size: 20px;
  }
  .projects-one__single-img .inner .overlay-content .btn-box a {
    padding: 0px 20px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  .about-one .shape2 {
    display: none;
  }
  .about-one .shape3 {
    display: none;
  }
  .main-header-one__bottom-right .btn-box {
    display: none;
  }
  .main-header-two .main-header-one__bottom-right {
    width: 170px;
    padding-left: 35px;
  }
  .main-header-two .main-header-one__bottom-right-bg {
    top: -24px;
  }
  .about-two .shape3 {
    display: none;
  }
  .about-two .shape2 {
    display: none;
  }
  .main-header-one__bottom-right-bg {
    top: -24px;
  }
  .main-header-one__bottom-right::before {
    bottom: -32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .main-header__cart-box {
    display: none;
  }
  .main-header-one__bottom-right {
    width: 170px;
    padding-left: 60px;
  }
  .main-header-two .main-header__cart-box {
    display: block;
  }
  .blog-one--two.style3 .blog-one__single-content-bottom .btn-box a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-slider-one .shape8 {
    display: none;
  }
  .services-one__single {
    padding: 35px 20px 55px;
    padding-right: 20px;
  }
  .services-one__single-top .content-box {
    margin-left: 10px;
  }
  .services-one__single-top .content-box h2 {
    font-size: 16px;
  }
  .services-one__single .text-box p {
    font-size: 15px;
  }
  .blog-one__single-content .shape1 {
    display: none;
  }
  .blog-one__single-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-one__single-content {
    padding: 35px 20px 25px;
  }
  .blog-one__single-content-bottom .btn-box a {
    padding: 6px 10px 7px;
    font-size: 12px;
  }
  .blog-one__single-content-bottom {
    padding-right: 10px;
  }
  .blog-one__single-content-bottom .share-post p {
    font-size: 14px;
  }
  .blog-one__single-content-bottom .share-post p a span::before {
    font-size: 13px;
    padding-left: 4px;
  }
  .main-header-two__bottom-left-text .text-box {
    display: none;
  }
  .main-header-two__bottom-left-text .btn-box {
    margin-left: 0px;
  }
  .main-header-two__bottom-left-text {
    width: 210px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .why-choose-two__bottom-single.style2 .why-choose-two__bottom-single-img {
    padding: 67px 30px 75px;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .text-box h2 br {
    display: none;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .text-box h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1850px) {
  .video-one .shape1 {
    display: none;
  }
  .video-one .shape2 {
    display: none;
  }
  .video-one .shape3 {
    display: none;
  }
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-two .image-layer {
    background-position: 35% 0;
  }
  /* Main Header One */
  .main-header-one__top {
    display: none;
  }
  .main-header-one__bottom-right {
    display: none;
  }
  .main-header-one__bottom-left {
    width: 100%;
    justify-content: space-between;
  }
  .logo-one__bg {
    display: none;
  }
  .main-header-one__bottom-left .logo-one::before {
    display: none;
  }
  .main-header-one__bottom-left .logo-one {
    padding-left: 0;
  }
  .main-header-one__bottom {
    padding: 15px 0px 15px;
  }
  .main-header-one .container {
    max-width: 100%;
    padding: 0px 0px;
  }
  .main-header-one__bottom .container {
    padding: 0px 15px;
  }
  .main-header-one__bottom-left .main-menu__main-menu-box {
    margin-left: 0px;
    line-height: 0;
  }
  /* Main Slider One */
  .main-slider-one {
    margin-top: 0px;
  }
  .main-slider-one .shape8 {
    display: none;
  }
  .main-slider-one .shape2 {
    display: none;
  }
  .main-slider-one .shape3 {
    display: none;
  }
  .main-slider-one__content {
    padding: 124px 0px 150px;
  }
  .main-slider-one__content .title h2 {
    font-size: 60px;
  }
  /* Why Choose One */
  .why-choose-one .shape1 {
    display: none;
  }
  .why-choose-one__single-inner p br {
    display: none;
  }
  /* About One */
  .about-one .shape2 {
    display: none;
  }
  .about-one .shape3 {
    display: none;
  }
  .about-one__img {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 690px;
    width: 100%;
  }
  .about-one__content {
    margin-left: 0px;
    margin-top: 75px;
    max-width: 700px;
    width: 100%;
  }
  .about-one {
    padding: 110px 0px 110px;
  }
  /* Projects One */
  .projects-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Team One*/
  .team-one__top-inner {
    display: block;
    text-align: center;
  }
  .team-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 20px;
  }
  /*Testimonial One*/
  .testimonial-one__top-inner {
    display: block;
    text-align: center;
  }
  .testimonial-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 30px;
  }
  .testimonial-one__single {
    padding: 35px 30px 45px;
    padding-right: 30px;
  }
  .testimonial-one__single-top-left .content-box p {
    font-size: 15px;
  }
  /*Process One*/
  .process-one__single .shape1 {
    display: none;
  }
  .process-one__single .shape2 {
    display: none;
  }
  .process-one__single {
    margin: 0 auto 30px;
  }
  .process-one__single.mt60 {
    margin-top: 0px;
  }
  .process-one__single.ml40 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  .process-one__single.ml50 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  .process-one__single.ml20 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  /*Blog One*/
  .blog-one__top-inner {
    display: block;
    text-align: center;
  }
  .blog-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 30px;
  }
  /*Cta Two*/
  .cta-two__inner {
    display: block;
    text-align: center;
    padding-right: 75px;
  }
  .cta-two__inner .btn-box {
    margin-top: 20px;
  }
  /*Footer One*/
  .footer-one__post {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 70px;
    max-width: 350px;
  }
  .footer-one__newsletter {
    margin-top: 70px;
    max-width: 400px;
    width: 100%;
  }
  /*Main Header Two*/
  .main-header-two__top {
    display: none;
  }
  .main-header-two__bottom-left-text-bg {
    display: none;
  }
  .main-header-two .main-header-one__bottom {
    padding: 30px 0px 30px;
  }
  .main-header-two .main-header-two__bottom-left-text {
    width: 100%;
    padding-left: 0px;
  }
  .main-header-two .container {
    padding: 0px 0px;
  }
  .main-header-two .main-header-one__bottom .container {
    padding: 0px 15px;
  }
  /*About Two*/
  .about-two__img {
    margin-left: 0px;
    padding-right: 50px;
    max-width: 700px;
    width: 100%;
  }
  .about-two .shape2 {
    display: none;
  }
  .about-two .shape3 {
    display: none;
  }
  .about-two__content {
    margin-left: 0px;
    margin-top: 100px;
    max-width: 700px;
    width: 100%;
  }
  /* Why Choose Two */
  .why-choose-two__bottom-single {
    max-width: 680px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* Services Two */
  .services-two__single {
    padding: 40px 25px 55px;
    padding-right: 25px;
  }
  .services-two__single-top .content-box h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .services-two__bottom-inner {
    display: block;
    text-align: center;
  }
  .services-two__bottom-inner .btn-box {
    margin-top: 30px;
  }
  /* Projects Two */
  .process-one--two-top {
    display: block;
    text-align: center;
  }
  .process-one--two-top .text-box {
    margin: 30px auto 0px;
  }
  /* Brand One */
  .brand-one__list li {
    padding-right: 25px;
  }
  /* Cta Three */
  .cta-three__inner {
    display: block;
    padding: 31px 50px 32px;
    padding-right: 50px;
  }
  .cta-three__right {
    padding-left: 0px;
    margin-left: 0px;
    justify-content: center;
    margin-top: 40px;
  }
  .cta-three__right::before {
    display: none;
  }
  .cta-three__left .contact-info {
    justify-content: center;
  }
  /* Main Header Three */
  .main-header-two__bottom-left-text .text-box {
    display: none;
  }
  .main-header-two__bottom-left-text .btn-box {
    position: relative;
    display: block;
    margin-left: 0px;
  }
  /* Cta Four */
  .cta-four__inner {
    padding: 26px 40px 26px;
    padding-right: 40px;
  }
  .cta-four__left .text-box {
    margin-left: 30px;
  }
  /* About Three */
  .about-three__img {
    max-width: 585px;
    width: 100%;
  }
  .about-three .shape2 {
    display: none;
  }
  .about-three__content {
    margin-top: 130px;
    margin-left: 0px;
    max-width: 700px;
    width: 100%;
  }
  /* Services Two */
  .process-one--three .sec-title__title {
    font-size: 50px;
  }
  /* Testimonial Two */
  .testimonial-one.style2 .testimonial-one__single-top {
    padding-right: 25px;
  }
  /* Projects One */
  .projects-one--three .projects-one__single {
    max-width: 100%;
    width: 100%;
  }
  /* Video One */
  .video-one .shape1 {
    display: none;
  }
  .video-one .shape2 {
    display: none;
  }
  .video-one .shape3 {
    display: none;
  }
  .footer-one--two.style3 .shape1 {
    display: none;
  }
  .footer-one--two.style3 .shape7 {
    display: none;
  }
  /*Team Details*/
  .team-details__content {
    margin-left: 0px;
    margin-top: 51px;
    max-width: 700px;
    width: 100%;
  }
  /*Services Details*/
  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .services-details__content {
    margin-left: 0px;
  }
  /*Project Details*/
  .project-details__img1-content {
    padding-left: 360px;
  }
  .project-details__img1-content .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /*Blog List*/
  .blog-list-page__content {
    margin-right: 0px;
  }
  .sidebar.style2 {
    margin: 60px auto 0px;
  }
  /*Faq Page*/
  .faq-page__faq .accrodion-title h4::before {
    right: -30px;
  }
  .faq-page__faq .accrodion-title {
    padding: 17px 50px 17px 30px;
  }
  /*Shop Details*/
  .shop-details__img-box {
    margin-right: 0px;
    max-width: 650px;
  }
  .shop-details__content {
    margin-top: 90px;
    max-width: 750px;
    width: 100%;
    margin-left: 0;
  }
  .single-review-box .text-box h3 {
    font-size: 18px;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-two .image-layer {
    background-position: 30% 0;
  }
  .main-slider-two__content .title h2 {
    font-size: 75px;
  }
  /* Main Header One */
  .main-header-one__top {
    display: none;
  }
  .main-header-one__bottom-right {
    display: none;
  }
  .main-header-one__bottom-left {
    width: 100%;
    justify-content: space-between;
  }
  .logo-one__bg {
    display: none;
  }
  .main-header-one__bottom-left .logo-one::before {
    display: none;
  }
  .main-header-one__bottom-left .logo-one {
    padding-left: 0;
  }
  .main-header-one__bottom {
    padding: 15px 0px 15px;
  }
  .main-header-one .container {
    max-width: 100%;
    padding: 0px 0px;
  }
  .main-header-one__bottom .container {
    padding: 0px 15px;
  }
  .main-header-one__bottom-left .main-menu__main-menu-box {
    margin-left: 0px;
    line-height: 0;
  }
  /* Main Slider One */
  .main-slider-one {
    margin-top: 0px;
  }
  .main-slider-one .shape8 {
    display: none;
  }
  .main-slider-one .shape2 {
    display: none;
  }
  .main-slider-one .shape3 {
    display: none;
  }
  .main-slider-one__content {
    padding: 124px 0px 150px;
  }
  .main-slider-one__content .title h2 {
    font-size: 60px;
  }
  .main-slider-one .shape1 {
    display: none;
  }
  .main-slider-one .image-layer::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    content: "";
    z-index: -1;
  }
  /* Why Choose One */
  .why-choose-one .shape1 {
    display: none;
  }
  .why-choose-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .cta-one__inner-box .text-box h2 br {
    display: none;
  }
  .cta-one__inner {
    padding: 168px 20px 80px;
  }
  /* About One */
  .about-one .shape2 {
    display: none;
  }
  .about-one .shape3 {
    display: none;
  }
  .about-one__img {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 690px;
    width: 100%;
  }
  .about-one__content {
    margin-left: 0px;
    margin-top: 75px;
    max-width: 700px;
    width: 100%;
  }
  .about-one {
    padding: 110px 0px 110px;
  }
  /* Projects One */
  .projects-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Team One*/
  .team-one__top-inner {
    display: block;
    text-align: center;
  }
  .team-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 20px;
  }
  .team-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Services One*/
  .services-one__bottom-inner {
    display: block;
    text-align: center;
  }
  .services-one__bottom-inner .btn-box {
    margin-top: 30px;
  }
  /*Testimonial One*/
  .testimonial-one__top-inner {
    display: block;
    text-align: center;
  }
  .testimonial-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 30px;
  }
  .testimonial-one__single {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }
  /*Process One*/
  .process-one__single .shape1 {
    display: none;
  }
  .process-one__single .shape2 {
    display: none;
  }
  .process-one__single {
    margin: 0 auto 30px;
  }
  .process-one__single.mt60 {
    margin-top: 0px;
  }
  .process-one__single.ml40 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  .process-one__single.ml50 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  .process-one__single.ml20 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  /*Blog One*/
  .blog-one__top-inner {
    display: block;
    text-align: center;
  }
  .blog-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 30px;
  }
  /*Cta Two*/
  .cta-two__inner {
    display: block;
    text-align: center;
    padding-right: 75px;
  }
  .cta-two__inner .btn-box {
    margin-top: 20px;
  }
  .cta-two__inner .text-box h2 {
    font-size: 32px;
  }
  /*Footer One*/
  .footer-one__post {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 70px;
    max-width: 350px;
  }
  .footer-one__newsletter {
    margin-top: 70px;
    max-width: 400px;
    width: 100%;
  }
  /*Main Header Two*/
  .main-header-two__top {
    display: none;
  }
  .main-header-two__bottom-left-text-bg {
    display: none;
  }
  .main-header-two .main-header-one__bottom {
    padding: 30px 0px 30px;
  }
  .main-header-two .main-header-two__bottom-left-text {
    width: 100%;
    padding-left: 0px;
  }
  .main-header-two .container {
    padding: 0px 0px;
  }
  .main-header-two .main-header-one__bottom .container {
    padding: 0px 15px;
  }
  /*About Two*/
  .about-two__img {
    margin-left: 0px;
    padding-right: 50px;
    max-width: 700px;
    width: 100%;
  }
  .about-two .shape2 {
    display: none;
  }
  .about-two .shape3 {
    display: none;
  }
  .about-two__content {
    margin-left: 0px;
    margin-top: 100px;
    max-width: 700px;
    width: 100%;
  }
  /*Why Choose Two*/
  .why-choose-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* Why Choose Two */
  .why-choose-two__bottom-single {
    max-width: 680px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* Services Two */
  .services-two__bottom-inner {
    display: block;
    text-align: center;
  }
  .services-two__bottom-inner .btn-box {
    margin-top: 30px;
  }
  .services-two__bottom-inner .text-box h2 br {
    display: none;
  }
  .services-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* Projects Two */
  .process-one--two-top {
    display: block;
    text-align: center;
  }
  .process-one--two-top .text-box {
    margin: 30px auto 0px;
  }
  /* Pricing One */
  .pricing-one .sec-title__title br {
    display: none;
  }
  /* Brand One */
  .brand-one .title-box {
    margin-bottom: 41px;
  }
  .brand-one .title-box h2 br {
    display: none;
  }
  .brand-one__list li {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .brand-one__list li:before {
    display: none;
  }
  .brand-one__list li .img-box a img {
    width: auto;
  }
  .brand-one__list {
    display: block;
    text-align: center;
  }
  /* Cta Three */
  .cta-three__inner {
    display: block;
    padding: 31px 40px 32px;
    padding-right: 40px;
  }
  .cta-three__right {
    padding-left: 0px;
    margin-left: 0px;
    justify-content: center;
    margin-top: 40px;
  }
  .cta-three__right::before {
    display: none;
  }
  .cta-three__left .contact-info {
    justify-content: center;
  }
  .cta-three__right .btn-box {
    margin-left: 30px;
  }
  /* Main Header Three */
  .main-header-two__bottom-left-text .text-box {
    display: none;
  }
  .main-header-two__bottom-left-text .btn-box {
    position: relative;
    display: block;
    margin-left: 0px;
  }
  /* Main Slider Three */
  .main-slider-two__single .shape2 {
    display: none;
  }
  /* Cta Four */
  .cta-four__inner {
    padding: 26px 40px 26px;
    padding-right: 40px;
    display: block;
  }
  .cta-four__left .text-box {
    margin-left: 30px;
  }
  .cta-four__left {
    display: block;
    text-align: center;
  }
  .cta-four__left .icon-box {
    margin: 0 auto 20px;
  }
  .cta-four__right .btn-box {
    text-align: center;
    margin-top: 20px;
  }
  /* About Three */
  .about-three__img {
    max-width: 585px;
    width: 100%;
  }
  .about-three .shape2 {
    display: none;
  }
  .about-three__content {
    margin-top: 130px;
    margin-left: 0px;
    max-width: 700px;
    width: 100%;
  }
  /* Services Two */
  .process-one--three .sec-title__title {
    font-size: 50px;
  }
  .process-one--three__top-inner {
    display: block;
  }
  .process-one--three__top-inner .sec-title {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
  /* Projects One */
  .projects-one--three .projects-one__single {
    max-width: 100%;
    width: 100%;
  }
  /* Video One */
  .video-one .shape1 {
    display: none;
  }
  .video-one .shape2 {
    display: none;
  }
  .video-one .shape3 {
    display: none;
  }
  .footer-one--two.style3 .shape1 {
    display: none;
  }
  .footer-one--two.style3 .shape7 {
    display: none;
  }
  /*Team Details*/
  .team-details__content {
    margin-left: 0px;
    margin-top: 51px;
    max-width: 700px;
    width: 100%;
  }
  .contact-one__inner {
    padding: 80px 30px 80px;
  }
  .services-one--services .services-one__single-top .content-box h2 {
    font-size: 21px;
  }
  /*Services Details*/
  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .services-details__content {
    margin-left: 0px;
  }
  /*Project Details*/
  .project-details__img1-content {
    padding-left: 350px;
    display: block;
  }
  .project-details__img1-content .social-links {
    max-width: 170px;
    margin-top: 10px;
  }
  .project-details__img1-content .text-box h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .project-details-text3-img {
    margin-top: 30px;
  }
  .project-details-text4-single {
    margin-top: 45px;
  }
  .project-details-text4 {
    padding: 0px 40px 51px;
  }
  /*Blog*/
  .blog-one--two .blog-one__single-content-bottom .btn-box a {
    padding: 6px 17px 7px;
  }
  .blog-one--two .blog-one__single-content h2 a br {
    display: none;
  }
  /*Blog List*/
  .blog-list-page__content {
    margin-right: 0px;
  }
  .sidebar.style2 {
    margin: 60px auto 0px;
  }
  /*Contact Page*/
  .contact-page-top__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .contact-page-top__single::before {
    display: none;
  }
  .contact-page-top .title-box h2 br {
    display: none;
  }
  /*Faq Page*/
  .faq-page__faq .accrodion-title h4::before {
    right: -30px;
  }
  .faq-page__faq .accrodion-title {
    padding: 17px 50px 17px 30px;
  }
  .faq-page .title-box p br {
    display: none;
  }
  .faq-page__single {
    margin-bottom: 40px;
  }
  .faq-page {
    position: relative;
    padding: 100px 0px 70px;
  }
  /*Shop Page*/
  .shop-page__single-content .bottom-text .text-box h4 {
    font-size: 14px;
    font-weight: 700;
  }
  /*Shop Details*/
  .shop-details__img-box {
    margin-right: 0px;
    max-width: 650px;
  }
  .shop-details__content {
    margin-top: 90px;
    max-width: 750px;
    width: 100%;
    margin-left: 0;
  }
  .single-review-box-outer {
    margin-bottom: 20px;
  }
  /*Cart Page*/
  .cart-page__left {
    margin-right: 0px;
  }
  .cart-page__right {
    margin-left: 0px;
    margin-top: 30px;
  }
  /*Checkout Area*/
  .checkout-area__sidebar {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 40px auto 0px;
  }
  /*Main Slider Three*/
  .main-slider-three__content .title h2 {
    font-size: 60px;
    line-height: 1.2em;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .sec-title__title {
    font-size: 35px;
    line-height: 1.2em;
  }
  .sec-title__title br {
    display: none;
  }
  .sec-title {
    padding-bottom: 40px;
  }
  /* Main Header One */
  .main-header-one__top {
    display: none;
  }
  .main-header-one__bottom-right {
    display: none;
  }
  .main-header-one__bottom-left {
    width: 100%;
    justify-content: space-between;
  }
  .logo-one__bg {
    display: none;
  }
  .main-header-one__bottom-left .logo-one::before {
    display: none;
  }
  .main-header-one__bottom-left .logo-one {
    padding-left: 0;
  }
  .main-header-one__bottom {
    padding: 15px 0px 15px;
  }
  .main-header-one .container {
    max-width: 100%;
    padding: 0px 0px;
  }
  .main-header-one__bottom .container {
    padding: 0px 15px;
  }
  .main-header-one__bottom-left .main-menu__main-menu-box {
    margin-left: 0px;
    line-height: 0;
  }
  /* Main Slider One */
  .main-slider-one {
    margin-top: 0px;
  }
  .main-slider-one .shape8 {
    display: none;
  }
  .main-slider-one .shape2 {
    display: none;
  }
  .main-slider-one .shape3 {
    display: none;
  }
  .main-slider-one__content {
    padding: 124px 0px 150px;
  }
  .main-slider-one__content .title h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
  .main-slider-one .shape1 {
    display: none;
  }
  .main-slider-one .image-layer::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    content: "";
    z-index: -1;
  }
  .main-slider-one__content .tagline h6 {
    font-size: 15px;
  }
  .main-slider-one__content .title h2 br {
    display: none;
  }
  .main-slider-one .shape7 {
    display: none;
  }
  .main-slider-one .owl-theme .owl-nav {
    display: none;
  }
  .main-slider-one__content .text p br {
    display: none;
  }
  /* Why Choose One */
  .why-choose-one .shape1 {
    display: none;
  }
  .why-choose-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .cta-one__inner-box .text-box h2 br {
    display: none;
  }
  .cta-one__inner {
    padding: 168px 20px 80px;
  }
  .why-choose-one .shape2 {
    display: none;
  }
  .why-choose-one__single-inner p br {
    display: none;
  }
  .cta-one__inner-box .text-box h2 {
    font-size: 35px;
    line-height: 45px;
  }
  /* About One */
  .about-one .shape2 {
    display: none;
  }
  .about-one .shape3 {
    display: none;
  }
  .about-one__img {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 690px;
    width: 100%;
  }
  .about-one__content {
    margin-left: 0px;
    margin-top: 65px;
    max-width: 700px;
    width: 100%;
  }
  .about-one__img2 {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-top: 20px;
  }
  .about-one__img3 {
    position: relative;
    right: 0;
    bottom: 0px;
    margin-top: 10px;
  }
  .about-one__img .shape1 {
    bottom: auto;
    right: auto;
    top: -25px;
    left: -25px;
  }
  .about-one__content-text2-single.style2 {
    margin-top: 30px;
  }
  .about-one {
    padding: 110px 0px 110px;
  }
  .about-one__content-text2-single {
    max-width: 400px;
  }
  /* Projects One */
  .projects-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .projects-one__single-img .inner .overlay-content {
    left: 0px;
    right: 10px;
    padding: 20px 15px 19px;
    padding-right: 10px;
  }
  .projects-one__single-img .inner .overlay-content .btn-box a {
    padding: 0px 15px 0px;
    font-size: 12px;
  }
  .projects-one__single-img .inner .overlay-content .content-box h2 {
    font-size: 19px;
  }
  .projects-one__bottom {
    display: block;
    text-align: center;
    padding: 20px 10px 20px;
  }
  .projects-one__bottom .btn-box a {
    border: 1px solid var(--clenq-black2);
    border-top: 1px solid var(--clenq-black2);
    border-bottom: 1px solid var(--clenq-black2);
    border-right: 1px solid var(--clenq-black2);
  }
  .projects-one__bottom .btn-box {
    margin-top: 15px;
  }
  /*Team One*/
  .team-one__top-inner {
    display: block;
    text-align: center;
  }
  .team-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 20px;
  }
  .team-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Services One*/
  .services-one__bottom-inner {
    display: block;
    text-align: center;
    padding: 41px 25px 42px;
  }
  .services-one__bottom-inner .btn-box {
    margin-top: 30px;
  }
  .services-one__bottom-inner .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .services-one__bottom-inner .text-box h2 br {
    display: none;
  }
  .services-one__bottom-inner .btn-box .thm-btn {
    padding: 0px 35px 0px;
  }
  .services-one__single {
    max-width: 435px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Testimonial One*/
  .testimonial-one__top-inner {
    display: block;
    text-align: center;
  }
  .testimonial-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 30px;
  }
  .testimonial-one__single {
    padding: 35px 30px 45px;
    padding-right: 30px;
  }
  .testimonial-one__single-top-left .content-box p {
    font-size: 15px;
  }
  .testimonial-one__single {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }
  .testimonial-one__single .shape1 {
    display: none;
  }
  .testimonial-one__single-top-left {
    display: block;
  }
  .testimonial-one__single-top-left .content-box {
    margin-left: 0px;
    margin-top: 20px;
  }
  .testimonial-one__single-top {
    display: block;
    margin-bottom: 20px;
  }
  .testimonial-one__single-top-right .icon-box {
    background: #f2f2ee;
    margin-top: 15px;
  }
  /*Process One*/
  .process-one__single .shape1 {
    display: none;
  }
  .process-one__single .shape2 {
    display: none;
  }
  .process-one__single {
    margin: 0 auto 30px;
  }
  .process-one__single.mt60 {
    margin-top: 0px;
  }
  .process-one__single.ml40 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  .process-one__single.ml50 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  .process-one__single.ml20 {
    margin-left: 0px;
    margin: 0 auto 30px;
  }
  /*Blog One*/
  .blog-one__top-inner {
    display: block;
    text-align: center;
  }
  .blog-one__top-inner .text-box {
    margin: 0 auto;
    margin-top: 30px;
  }
  .blog-one__single-content .shape1 {
    display: none;
  }
  .blog-one__single-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-one__single-content {
    padding: 35px 20px 25px;
  }
  .blog-one__single-content-bottom .btn-box a {
    padding: 6px 10px 7px;
    font-size: 12px;
  }
  .blog-one__single-content-bottom {
    padding-right: 10px;
    max-width: 240px;
    width: 100%;
  }
  .blog-one__single-content-bottom .share-post p {
    font-size: 14px;
  }
  .blog-one__single-content-bottom .share-post p a span::before {
    font-size: 13px;
    padding-left: 4px;
  }
  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Cta Two*/
  .cta-two__inner {
    display: block;
    text-align: center;
    padding-right: 25px;
    padding: 41px 25px 41px;
  }
  .cta-two__inner .btn-box {
    margin-top: 20px;
  }
  .cta-two__inner .text-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .cta-two__inner .btn-box .thm-btn {
    padding: 0px 35px 0px;
  }
  .cta-two__inner .shape1 {
    display: none;
  }
  /*Footer One*/
  .footer-one__post {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 70px;
    max-width: 350px;
  }
  .footer-one__newsletter {
    margin-top: 70px;
    max-width: 400px;
    width: 100%;
  }
  .footer-one__about {
    margin-bottom: 60px;
  }
  .footer-one__bottom-inner {
    display: block;
    text-align: center;
  }
  .footer-one__bottom-right {
    justify-content: center;
    margin-top: 20px;
  }
  /*Main Header Two*/
  .main-header-two__top {
    display: none;
  }
  .main-header-two__bottom-left-text-bg {
    display: none;
  }
  .main-header-two .main-header-one__bottom {
    padding: 30px 0px 30px;
  }
  .main-header-two .main-header-two__bottom-left-text {
    width: 100%;
    padding-left: 0px;
  }
  .main-header-two__bottom-left-text .text-box {
    display: none;
  }
  .main-header-two__bottom-left-text .btn-box {
    margin-left: 0px;
  }
  .main-header-two .container {
    padding: 0px 0px;
  }
  .main-header-two .main-header-one__bottom .container {
    padding: 0px 15px;
  }
  /*Slider Two*/
  .main-slider-two__content .title h2 {
    font-size: 40px;
  }
  .main-slider-two__content .title h2 br {
    display: none;
  }
  .main-slider-two__content .text p br {
    display: none;
  }
  .main-slider-two .owl-theme .owl-nav {
    display: none;
  }
  .main-slider-two__content {
    padding: 200px 0px 90px;
  }
  .main-slider-two .image-layer {
    background-position: -100% 0%;
  }
  /*About Two*/
  .about-two__img {
    margin-left: 0px;
    padding-right: 0px;
    max-width: 700px;
    width: 100%;
  }
  .about-two .shape2 {
    display: none;
  }
  .about-two .shape3 {
    display: none;
  }
  .about-two__content {
    margin-left: 0px;
    margin-top: 60px;
    max-width: 700px;
    width: 100%;
  }
  .about-two__img2 {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
  }
  .about-two__img2 .shape1 {
    top: 20px;
    left: 20px;
  }
  .about-two__img::before {
    display: none;
  }
  .about-two__img::after {
    display: none;
  }
  .about-two__img2 .inner {
    width: auto;
    height: auto;
  }
  .about-two__content-text2-single.style2 {
    margin-top: 8px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  /*Why Choose Two*/
  .why-choose-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* Why Choose Two */
  .why-choose-two__bottom-single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .why-choose-two__bottom-single-img {
    padding: 51px 25px 60px;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 {
    display: block;
    background: var(--clenq-primary);
    text-align: center;
    padding: 20px 20px 20px;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .icon-box {
    margin: 0 auto;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .text-box {
    margin-left: 0px;
    margin-top: 15px;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .icon-box {
    width: 150px;
    height: 150px;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .icon-box span::before {
    font-size: 65px;
  }
  .why-choose-two__bottom-single.style2 .why-choose-two__bottom-single-img {
    padding: 67px 25px 75px;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .text-box h2 br {
    display: none;
  }
  .why-choose-two__bottom-single.style2 .content-box-style2 .text-box h2 {
    font-size: 20px;
  }
  /* Services Two */
  .services-two__bottom-inner {
    display: block;
    text-align: center;
    padding: 41px 25px 42px;
  }
  .services-two__bottom-inner .btn-box {
    margin-top: 30px;
  }
  .services-two__bottom-inner .text-box h2 br {
    display: none;
  }
  .services-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .services-two__single {
    padding: 40px 25px 55px;
    padding-right: 25px;
  }
  .services-two__single-top .content-box h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .services-two__bottom-inner .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .services-two__bottom-inner .btn-box .thm-btn {
    padding: 0px 35px 0px;
  }
  /* Projects Two */
  .process-one--two-top {
    display: block;
    text-align: center;
  }
  .process-one--two-top .text-box {
    margin: 30px auto 0px;
  }
  /* Pricing One */
  .pricing-one__single {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* Brand One */
  .brand-one .title-box {
    margin-bottom: 41px;
  }
  .brand-one .title-box h2 br {
    display: none;
  }
  .brand-one__list li {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .brand-one__list li:before {
    display: none;
  }
  .brand-one__list li .img-box a img {
    width: auto;
  }
  .brand-one__list {
    display: block;
    text-align: center;
  }
  .brand-one .title-box h2 {
    font-size: 35px;
    line-height: 43px;
  }
  /* Cta Three */
  .cta-three__inner {
    display: block;
    padding: 31px 40px 32px;
    padding-right: 40px;
  }
  .cta-three__right {
    padding-left: 0px;
    margin-left: 0px;
    justify-content: center;
    margin-top: 40px;
  }
  .cta-three__right::before {
    display: none;
  }
  .cta-three__left .contact-info {
    justify-content: center;
  }
  .cta-three__right .btn-box {
    margin-left: 30px;
  }
  .cta-three__left .contact-info {
    display: block;
  }
  .cta-three__left .contact-info li {
    display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .cta-three__left .contact-info li:last-child {
    margin-bottom: 0;
  }
  .cta-three__left .contact-info li .content-box {
    margin-left: 0px;
    margin-top: 10px;
  }
  .cta-three__left .contact-info li .icon-box {
    margin: 0 auto;
  }
  .cta-three__right {
    display: block;
    text-align: center;
  }
  .cta-three__right .btn-box {
    margin-left: 0px;
    margin-top: 15px;
  }
  /* Main Slider Three */
  .main-slider-two__single .shape2 {
    display: none;
  }
  .main-slider-three .owl-theme .owl-nav {
    display: none;
  }
  .main-slider-three__content .title h2 br {
    display: none;
  }
  .main-slider-three__content .title h2 {
    font-size: 34px;
    line-height: 1.3em;
  }
  .main-slider-three__content .btn-box {
    display: block;
  }
  .main-slider-three__content .btn-box .btn-one {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .main-slider-three__content .btn-box .btn-two {
    max-width: 210px;
    width: 100%;
  }
  /* Cta Four */
  .cta-four__inner {
    padding: 26px 25px 26px;
    padding-right: 25px;
    display: block;
  }
  .cta-four__left .text-box {
    margin-left: 0px;
  }
  .cta-four__left {
    display: block;
    text-align: center;
  }
  .cta-four__left .icon-box {
    margin: 0 auto 20px;
  }
  .cta-four__right .btn-box {
    text-align: center;
    margin-top: 20px;
  }
  .cta-four__bg {
    display: none;
  }
  .cta-four__left .text-box h2 br {
    display: none;
  }
  .main-slider-three .container {
    padding: 188px 15px 95px;
  }
  /* About Three */
  .about-three__img {
    max-width: 585px;
    width: 100%;
  }
  .about-three .shape2 {
    display: none;
  }
  .about-three__content {
    margin-top: 60px;
    margin-left: 0px;
    max-width: 700px;
    width: 100%;
  }
  .about-three .shape3 {
    display: none;
  }
  .about-three__img2 {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .about-three__img::before {
    display: none;
  }
  .about-three__img::after {
    display: none;
  }
  .about-three__img1 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .about-three__img-content {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: block;
    margin-top: 10px;
  }
  .about-three__img-content .content-box .content-box-top::before {
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0px;
  }
  .about-three__img-content .content-box .content-box-bottom::before {
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0px;
  }
  .about-three__img-content .rating-box {
    margin-bottom: 15px;
  }
  .about-three {
    padding: 85px 0px 110px;
  }
  .about-three__content-text1 ul li {
    display: block;
  }
  .about-three__content-text1 ul li .content-box {
    margin-left: 0px;
    margin-top: 15px;
  }
  /* Services Two */
  .process-one--three__top-inner {
    display: block;
  }
  .process-one--three__top-inner .sec-title {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
  .process-one--three .process-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /* Testimonial Two */
  .testimonial-one.style2 .testimonial-one__single-top-left .content-box {
    margin-left: 0px;
    margin-top: 45px;
  }
  .testimonial-one.style2 .testimonial-one__single-top {
    display: block;
    padding-right: 25px;
  }
  .testimonial-one.style2 .testimonial-one__single-bottom {
    padding: 30px 25px 60px;
  }
  .testimonial-one.style2 .testimonial-one__single-top-right .icon-box {
    margin-top: 10px;
  }
  /* Projects One */
  .projects-one--three .projects-one__single-img .inner .overlay-content {
    padding: 20px 25px 19px;
    right: 20px;
  }
  /* Video One */
  .video-one .shape1 {
    display: none;
  }
  .video-one .shape2 {
    display: none;
  }
  .video-one .shape3 {
    display: none;
  }
  .video-one__top {
    display: block;
    text-align: center;
  }
  .video-one__icon {
    margin: 0 auto;
  }
  .video-one__top-right .icon-box {
    margin: 0 auto;
  }
  .video-one__top-right h2 br {
    display: none;
  }
  .video-one__top-right h2 {
    font-size: 34px;
    line-height: 44px;
    margin-top: 15px;
  }
  .video-one__top-right {
    margin-top: 25px;
  }
  .footer-one--two.style3 .shape1 {
    display: none;
  }
  .footer-one--two.style3 .shape7 {
    display: none;
  }
  /* Page Header */
  .page-header__inner h2 {
    font-size: 38px;
    line-height: 55px;
  }
  /*Team Details*/
  .team-details__content {
    margin-left: 0px;
    margin-top: 41px;
    max-width: 700px;
    width: 100%;
  }
  .contact-one__inner {
    padding: 80px 30px 80px;
  }
  .team-details__content-text1-single {
    margin-bottom: 30px;
  }
  .team-details__content-social-links {
    margin-top: 19px;
  }
  .team-details__content-bottom {
    display: block;
    text-align: center;
  }
  .team-details__content-bottom .right-text {
    margin-top: 15px;
  }
  .footer-one__post-box ul li .content-box h4 a br {
    display: none;
  }
  /*Services Details*/
  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .sidebar__services {
    padding: 31px 30px 40px;
  }
  .sidebar__contact {
    padding: 40px 30px 40px;
  }
  .services-details__content {
    margin-left: 0px;
    margin-top: 0px;
  }
  .services-details__content-text1 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .services-details__content-text1 h3 {
    font-size: 23px;
    line-height: 33px;
  }
  .services-details__content-text2-list li {
    display: block;
  }
  .services-details__content-text2-list li .content-box {
    margin-left: 0px;
  }
  .services-details__content-text2-list li .icon-box {
    margin-bottom: 20px;
  }
  .services-details__content-text3 {
    display: block;
    padding: 51px 25px 50px;
  }
  .services-details__content-text3 .img-box {
    margin-left: 0px;
    margin-top: 40px;
  }
  .services-details__faq .accrodion-title h4::before {
    right: -35px;
  }
  .services-details__faq .accrodion-title {
    padding: 16px 50px 16px 30px;
  }
  /*Project Details*/
  .project-details__img1-content .social-links {
    max-width: 170px;
    margin-top: 10px;
  }
  .project-details__img1-content .text-box h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .project-details-text3-img {
    margin-top: 30px;
  }
  .project-details-text4-single {
    margin-top: 45px;
  }
  .project-details-text4 {
    padding: 0px 25px 51px;
  }
  .project-details__img1-content {
    position: relative;
    padding-left: 20px;
    display: block;
  }
  .project-details__img1-content-two {
    position: relative;
    left: 0px;
    bottom: 0;
  }
  /*Blog List*/
  .blog-list-page__content {
    margin-right: 0px;
  }
  .sidebar.style2 {
    margin: 60px auto 0px;
  }
  .blog-list-page__single-content {
    padding: 35px 20px 40px;
  }
  .blog-list-page__single-content .shape1 {
    display: none;
  }
  .blog-list-page__single-content h2 a br {
    display: none;
  }
  .blog-list-page__single-content h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .blog-list-page__single-content-bottom {
    display: block;
  }
  .blog-list-page__single-content-bottom ul {
    display: block;
  }
  .blog-list-page__single-content-bottom::before {
    display: none;
  }
  .blog-list-page__single-content-bottom ul li .inner .btn-box {
    margin-bottom: 15px;
  }
  .blog-list-page__single-content-bottom .share-btn {
    margin-top: 15px;
  }
  .sidebar__search {
    padding: 35px 30px 35px;
  }
  .sidebar__catageries {
    padding: 31px 30px 40px;
  }
  .sidebar__post {
    padding: 31px 30px 36px;
  }
  .sidebar__tag {
    padding: 31px 30px 40px;
  }
  .sidebar__post-box-list li .text-box h3 a br {
    display: none;
  }
  /*Blog Details*/
  .blog-details__content-text1 .shape1 {
    display: none;
  }
  .blog-details__content-text1 h2 a br {
    display: none;
  }
  .blog-details__content-text1 h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .blog-details__content-text3-single {
    display: block;
    margin-bottom: 30px;
  }
  .blog-details__content-text3-single .text-box {
    margin-left: 0px;
    margin-top: 20px;
  }
  .blog-details__content-text4 {
    margin-top: 11px;
  }
  .blog-details__content-text6 {
    display: block;
  }
  .blog-details__content-text6-tag {
    display: block;
  }
  .blog-details__content-text6-post {
    display: block;
    margin-top: 25px;
  }
  .blog-details__content-text6-tag ul {
    margin-left: 0px;
  }
  .blog-details__content-text6-post ul {
    margin-left: 0px;
  }
  .blog-details__content-text6-tag .title-box {
    margin-bottom: 15px;
  }
  .blog-details__content-text6-post .title-box {
    margin-bottom: 15px;
  }
  .blog-details__content-text6 {
    margin-top: 60px;
  }
  .blog-details__author {
    display: block;
    padding: 29px 25px 35px;
  }
  .blog-details__author-content {
    margin-left: 0px;
    margin-top: 20px;
  }
  .blog-details__author-content-bottom {
    display: block;
  }
  .blog-details__author-content-bottom ul {
    margin-left: 0px;
    margin-top: 10px;
  }
  .comment-one__single {
    display: block;
  }
  .comment-one__content {
    margin-left: 0px;
    margin-top: 20px;
  }
  .comment-one__single.ml75 {
    margin-left: 0px;
  }
  .comment-form__btn.thm-btn {
    padding: 0px 39px 0px;
  }
  /*Contact Page*/
  .contact-page-top__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .contact-page-top__single::before {
    display: none;
  }
  .contact-page-top .title-box h2 br {
    display: none;
  }
  .contact-page-top .title-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
  /*Faq Page*/
  .faq-page__faq .accrodion-title h4::before {
    right: -40px;
  }
  .faq-page__faq .accrodion-title {
    padding: 17px 60px 17px 30px;
  }
  .faq-page .title-box p br {
    display: none;
  }
  .faq-page__single {
    margin-bottom: 40px;
  }
  .faq-page {
    position: relative;
    padding: 100px 0px 70px;
  }
  .faq-page .title-box h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .faq-page__pattern {
    top: 0px;
  }
  .faq-page .title-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /*Error Page*/
  .error-page__inner h2 {
    font-size: 140px;
  }
  .error-page__inner h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .error-page__inner p br {
    display: none;
  }
  /*Shop Page*/
  .shop-page__top-inner {
    display: block;
    text-align: center;
    padding: 10px 30px 10px;
    padding-right: 30px;
  }
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 195px;
    margin: 0 auto;
  }
  .shop-page__single-content .bottom-text {
    padding: 27px 17px 27px;
    display: block;
  }
  .styled-pagination-two li.prev {
    margin-right: 5px;
  }
  .styled-pagination-two li.next {
    margin-left: 0px;
  }
  .styled-pagination-two li a {
    width: 40px;
    height: 45px;
    line-height: 45px;
  }
  .styled-pagination-two li.prev a,
  .styled-pagination-two li.next a {
    height: 45px;
  }
  .product__showing-sort {
    margin: 0 auto;
  }
  /*Shop Details*/
  .shop-details__img-box {
    margin-right: 0px;
    max-width: 650px;
  }
  .shop-details__content {
    margin-top: 90px;
    max-width: 750px;
    width: 100%;
    margin-left: 0;
  }
  .shop-details__content .title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .shop-details__content-text3 .inner {
    display: block;
  }
  .shop-details__content-text3 .btn-box {
    margin-left: 0px;
    margin-top: 10px;
  }
  .shop-details__content-text3 .icon-box {
    margin-left: 0px;
    margin-top: 10px;
  }
  .shop-details__content-text3 .product-quantity {
    width: 115px;
  }
  .shop-details__tab-button .tab-buttons li {
    margin-bottom: 5px;
  }
  .shop-details__tab-button .tab-buttons li:last-child {
    margin-bottom: 0;
  }
  .shop-details__tab-description {
    padding: 36px 25px 55px;
  }
  .shop-details__tab-specifications {
    position: relative;
    display: block;
    padding: 36px 25px 55px;
  }
  .single-review-box-outer {
    padding: 38px 15px 34px;
  }
  .single-review-box .text-box {
    padding-left: 0px;
  }
  .single-review-box .img-box {
    position: relative;
    top: 0px;
  }
  .single-review-box {
    padding-left: 0px;
  }
  .shop-details__tab-content-item.style2 {
    padding: 50px 20px 50px;
  }
  .review-form {
    padding: 53px 20px 60px;
  }
  .review-form .title-box h2 {
    font-size: 22px;
  }
  .shop-details__tab-reviews .review-form .button-box {
    display: block;
    padding-top: 35px;
  }
  .shop-details__tab-reviews .review-form .button-box .right {
    padding-left: 0px;
  }
  .single-review-box-outer {
    margin-bottom: 20px;
  }
  .shop-details__tab-reviews .review-form .button-box .left {
    margin-bottom: 10px;
  }
  /*Cart Page*/
  .cart-page__left {
    margin-right: 0px;
  }
  .cart-page__right {
    margin-left: 0px;
    margin-top: 30px;
  }
  .cart-cupon__form button {
    padding: 0px 25px 0px;
  }
  .cart-cupon__input {
    padding-right: 130px;
  }
  /*Checkout Area*/
  .checkout-area__sidebar {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 40px auto 0px;
  }
  .error-page__inner h2 .icon {
    display: none;
  }
  .about-three__img-content .content-box .content-box-bottom:after {
    display: none;
  }
  .about-three__img-content .content-box .content-box-bottom {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-header-one__bottom-left .btn-box {
    display: none;
  }
  .main-header-one__bottom-left .logo-box {
    display: inline-block;
  }
  .stricky-header__three .main-header-one__bottom-left .logo-box,
  .stricky-header__two .main-header-one__bottom-left .logo-box {
    display: inline-block;
    padding: 15px 0;
  }
  .stricky-header__three .main-header-one__bottom-left .btn-box,
  .stricky-header__two .main-header-one__bottom-left .btn-box {
    display: none;
  }
  .stricky-header__three .main-header-one__bottom,
  .main-header-two .main-header-one__bottom {
    padding: 18px 0;
  }
}
/* Templates Custom
--------------------------------------------- */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

b,
strong {
  color: currentColor;
}

.ml-0 {
  margin-left: 0px;
}

.list-unstyled {
  margin-left: 0px;
}

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

.default-footer {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-footer .main-footer__bottom__inner {
  padding: 0;
  border: 0;
}
.default-footer .main-footer__copyright {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.main-header.default-header {
  background-color: #ffffff;
}

.default-header .main-header__inner {
  padding-left: 0px;
  padding-right: 0px;
}

.blog-one .blog-card__meta {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 25px;
  line-height: 0;
}

.blog-one .blog-one__item + .blog-one__item {
  margin-top: 50px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 50px;
}

.page-links a,
.page-links span,
.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--clenq-black);
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--clenq-black);
  border-radius: 5px;
}

.page-links .post-page-numbers.current,
.blog-pagination a.current,
.page-links a:hover,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
  background-color: var(--clenq-black);
  border-color: var(--clenq-black);
  color: #fff;
}

.blog-pagination span + span,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination a + a {
  margin-left: 10px;
}

.main-header__logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.blog-card__meta li a {
  display: unset;
}

.blog-card__meta li p {
  margin-bottom: 0;
}

.blog-card__meta li {
  margin-right: 19px;
}

.blog-one__item.tag-sticky-2, .blog-one__item.sticky {
  position: relative;
}
.blog-one__item.tag-sticky-2::before, .blog-one__item.sticky::before {
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--clenq-primary);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
  border-top-right-radius: 10px;
}

.blog-details ul,
.comments-area ul,
.comments-area ol,
.blog-details ol {
  margin: 0 0 0.5em 0.6em;
  padding-left: 1em;
}

.blog-details__meta .cat-links a {
  position: relative;
  display: block;
  background: transparent;
  padding: 10px 15px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #080501;
  text-transform: capitalize;
  border: 1px solid var(--clenq-black);
}

.blog-details__meta .cat-links a:hover {
  background-color: var(--clenq-primary);
  color: #fff;
  border-color: var(--clenq-primary);
}

.blog-details__tags.cat-links span,
.blog-details__tags.tag-links span {
  color: var(--clenq-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.blog-details__tags.tag-links a:not(:last-of-type)::after {
  content: ",";
}

.blog-details__tags.tag-links a {
  color: rgba(var(--clenq-black2-rgb), 0.8) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.blog-details__tags.tag-links a:hover {
  color: var(--clenq-primary) !important;
}

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

.comments-area .fn a,
.comments-area .fn {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #43628a;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.comments-area .reply a:hover {
  color: #fff;
  background-color: var(--clenq-base);
}

.comments-area .reply a:hover::before {
  color: #fff;
  top: 100%;
}

.comments-area .reply a:hover::after {
  color: #fff;
  bottom: -50%;
}

.comment-reply-link:hover {
  color: #ffffff;
}

.comment-form__title {
  font-weight: 700;
  font-size: 30px;
  text-transform: none;
}

.form-one textarea {
  margin-top: 20px;
}

.reply-form .logged-in-as {
  margin-bottom: 9px;
}

.comment-respond .clenq-btn {
  margin-top: 20px;
  padding: 23px 48px;
}

.comment-respond .clenq-btn::before {
  background-color: var(--clenq-base);
  color: #fff;
}

.comment-respond .clenq-btn::after {
  background-color: var(--clenq-black);
  color: #fff;
}

.comment-respond .clenq-btn:hover {
  color: #fff;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-group.has-border-color {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.wp-block-post-template,
ul.wp-block-page-list {
  margin: 0 !important;
  padding-left: 0;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--clenq-border-color);
  color: var(--clenq-text);
  width: 50px;
  height: 50px;
  font-size: 16px;
  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 {
  color: #fff;
  background-color: var(--clenq-black);
}

.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 {
  background-color: var(--clenq-black);
  border-color: var(--clenq-black);
  color: #fff;
}

.wp-block-post-comments-form .comment-form textarea {
  display: block;
  width: 100%;
  height: 188px;
  color: var(--clenq-text, #838184);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #7f7e7d;
  background-color: #ffffff;
}

.wp-block-post-comments-form input[type=submit],
.blog-details__content .form-submit .submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--clenq-black);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--clenq-font);
  padding: 23px 50px 24px;
  transition: 500ms;
  overflow: hidden;
  z-index: 2;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  text-transform: none;
}

.wp-block-post-comments-form input[type=submit]:hover,
.blog-details__content .form-submit .submit:hover {
  color: #fff;
  background-color: var(--clenq-primary);
}

.wp-block-categories-list.wp-block-categories,
.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-categories-list li a,
.wp-block-archives-list li a {
  color: var(--clenq-text);
  transition: all 500ms ease;
}

.wp-block-categories-list li a:hover,
.wp-block-archives-list li a:hover {
  color: var(--clenq-base);
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0px;
  padding-left: 0px;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0px;
  padding-left: 0px;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--clenq-black);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
}

.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(--clenq-black);
  width: 44px;
  height: 44px;
  color: #fff;
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-block-rss__item-title a,
.sidebar .widget.widget_rss li .rsswidget {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.blog-details a,
.comment-content a,
.blog-details blockquote:not([class*=has-]) cite {
  color: var(--clenq-black);
}

.blog-details a:hover,
.comment-content a:hover,
.blog-details blockquote:not([class*=has-]) cite:hover {
  color: var(--clenq-primary);
}

.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: #eff6fc;
  color: var(--clenq-gray, #717178);
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--clenq-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid var(--clenq-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 input[type=search] {
  max-width: unset;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 0.6em 1em 0.4em;
  text-transform: capitalize;
  color: var(--clenq-black);
  background-color: #fff;
  line-height: 1;
  fill: var(--clenq-white, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 14px;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--clenq-black);
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  border-radius: 0px;
  border: none;
  margin-left: 0px;
}

.blog-details .wp-block-search .wp-block-search__button:hover,
.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--clenq-primary);
  color: var(--clenq-white, #ffffff);
  fill: var(--clenq-black, #ffffff);
}

.wp-block-search label {
  font-size: 18px;
  color: var(--clenq-black, #1e1e22);
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--clenq-black);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
  font-weight: 300;
  font-family: var(--clenq-font);
}

.wp-block-buttons .wp-block-button__link {
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  border-color: var(--clenq-black);
  color: var(--clenq-black);
}

.wp-block-buttons .wp-block-button__link:hover {
  background-color: var(--clenq-base);
  color: #fff;
}

.wp-block-column.has-background {
  padding: 20px;
}

.blog-details .page-links {
  color: var(--clenq-black);
  display: flex;
  align-items: center;
}

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

.blog-details .page-links span,
.blog-details .page-links a {
  display: flex;
  width: 45px;
  height: 45px;
  color: var(--clenq-text);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FFFFFF;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border: 1px solid var(--clenq-black);
  border-radius: 5px;
}

.blog-details .page-links span {
  background-color: var(--clenq-base);
  color: #fff;
}

.blog-details .page-links a:hover {
  background-color: var(--clenq-black);
  color: #fff;
  border-color: transparent;
}

.blog-details .wp-block-cover {
  margin-bottom: 30px;
}

.wp-block-cover p {
  color: #fff !important;
  margin-bottom: 0 !important;
}

.wp-block-file__button {
  background: var(--clenq-black);
  color: #fff !important;
  text-decoration: none;
}

.wp-block-file__button:hover {
  background: var(--clenq-primary) !important;
  color: #fff;
  text-decoration: none;
}

.blog-details blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details .wp-block-quote {
  background-color: #eff6fc;
  border-left: 2px solid var(--clenq-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: 5px;
}

.blog-details blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--clenq-black);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.blog-details .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  border-radius: 5px;
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.blog-info__wrapper {
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-details__meta {
  border: 1px solid #eeede5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 10px;
}

.blog-details .blog-card-two__content {
  border-bottom: none;
}

.blog-details .wp-block-button a {
  color: #fff;
}

.blog-details .wp-block-button a:hover {
  background-color: var(--clenq-black);
  border-color: var(--clenq-black);
  color: #fff;
}

.wp-block-cover-text a,
.wp-block-cover strong,
.wp-block-cover p {
  color: #fff;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 30px;
}

.blog-details .blocks-gallery-caption {
  margin-bottom: 24px;
}

.blog-details .blog-card-two__content {
  padding-bottom: 0px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--clenq-gray, #f9f6f1);
}

.wp-block-columns {
  margin: 30px 0;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: #eff6fc;
  border: 1px solid #eff6fc;
  outline: none;
  color: var(--clenq-color, #717178);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--clenq-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="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;
  border-radius: 0px;
}

.blog-card__link {
  top: 5px;
}

.blog-card-two__content .list-unstyled {
  padding-left: 0;
  margin-left: 0;
}
.blog-card-two__content .list-unstyled li {
  display: flex;
  gap: 5px;
  align-items: center;
}

.blog-card__image {
  display: inline-block;
}

.blog-card__image > img {
  width: auto;
}

.blog-details .post-password-form input[type=password] {
  width: 200px;
  height: 60px;
  background-color: #eff6fc;
  color: var(--clenq-black, #717178);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}

.blog-details .post-password-form input[type=submit] {
  width: 120px;
  height: 60px;
  background-color: var(--clenq-black, #1e1e22);
  color: var(--clenq-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border: none;
  border-radius: 5px;
}

.blog-details .post-password-form input[type=submit]:hover {
  background-color: var(--clenq-primary);
  color: #fff;
}

.page-header__title,
.blog-card__title a {
  word-wrap: break-word;
}

.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-header--unit-test {
  padding-top: 140px;
  padding-bottom: 140.5px;
}

.main-footer__bottom.default-footer {
  background: #000000;
}

.blog-one--page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.comments-area ol ol,
.blog-details ol ol,
.blog-details ul ol,
.blog-details ol ul,
.blog-details ul ul,
.comments-area ul ul {
  margin-bottom: 0;
}

.sidebar .widget select,
.sidebar__single select {
  color: var(--clenq-black);
}

.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 8px;
}

.widget_categories ul li + li {
  padding: 1px 0;
}

.sidebar .widget .wp-block-latest-comments__comment-meta a {
  color: var(--clenq-black);
}

.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
  color: var(--clenq-black);
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  color: #fff;
  background-color: var(--clenq-black);
  padding-right: 15px;
  border-radius: 5px;
}
.sidebar .widget .wp-block-search .wp-block-search__button svg,
.sidebar__single .wp-block-search .wp-block-search__button svg {
  transform: rotate(270deg);
}

.sidebar .widget .wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 10px 15px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #080501;
  text-transform: capitalize;
  border: 1px solid var(--clenq-black);
}

.sidebar .widget .wp-block-tag-cloud a:hover {
  color: #fff;
}

.wc-blocks-filter-wrapper h3,
.woocommerce-account h3,
.widget.widget_block h2,
.widget .sidebar__title,
.sidebar .widget .title h2 {
  color: var(--clenq-black);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 25px;
  margin-top: -5px;
}
.wc-blocks-filter-wrapper h3::before,
.woocommerce-account h3::before,
.widget.widget_block h2::before,
.widget .sidebar__title::before,
.sidebar .widget .title h2::before {
  content: url("assets/images/shapes/sidebar-shape2.png");
  margin-right: 5px;
}

.sidebar .widget p {
  font-weight: 500;
  font-size: 15px;
}

.sidebar .wp-block-latest-posts__list.has-dates .wp-block-latest-posts__post-excerpt a {
  font-weight: 600;
  font-size: 14px !important;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #080501;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0px 14px 0px;
  border: 0px solid #cfcfd1;
  background: #fff;
  margin-left: 5px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar .widget .tagcloud a:hover {
  color: #fff;
}

.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: #fff;
  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(--clenq-black, #fff);
}

.sidebar .widget.widget_recent_entries ul li:hover::before,
.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--clenq-primary);
  color: #ffffff;
}

.sidebar .widget_rss .rss-widget-title:hover {
  color: var(--clenq-primary);
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--clenq-black);
  font-size: 22px;
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 0px;
  width: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.sidebar__search-form button[type=submit]:hover i {
  color: currentColor;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 32px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type=search] {
  height: 54px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #eff6fc;
  font-size: 14px;
  color: var(--clenq-text);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 75px;
}

.error-page__form button[type=submit] {
  background-color: transparent;
  color: var(--clenq-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.error-page__btn {
  padding-left: 50px;
}

.page-title.error-page__tagline {
  font-weight: 700;
  font-size: 40px;
  font-family: var(--clenq-black);
}

.error-page__text {
  font-size: 18px;
  font-weight: 500;
}

.error-404__search__btn {
  right: 6px;
}

.default-header .main-header__logo {
  width: auto;
}

.shop-one .woocommerce-Price-amount.amount {
  color: var(--clenq-text);
}

.product .blog-card__meta,
.product .blog-card__date {
  display: none;
}

.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;
  color: var(--pitoon-gray, #717178);
  transition: all 0.3s ease;
  z-index: 1;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background-color: #eff6fc;
}

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

.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 500ms ease;
  font-weight: 500;
  color: var(--clenq-color);
}

.product-details__quantity {
  margin: 20px 0 20px;
}

.contact-one .clenq-btn {
  padding: 24px 48px;
}

.elementor .service-card-two__image img {
  width: 100%;
  border-radius: 50%;
}

.client-carousel .owl-carousel .owl-item img {
  width: unset;
}

.service-card-two__link {
  padding: 14px 0;
}

.elementor .service-details__image__circle img {
  border-radius: 50%;
}

.team-card__image__bg {
  background-image: url(./assets/images/shapes/team-card-s-1-1.png);
}

.client-carousel {
  background-image: url(./assets/images/shapes/client-carousel-bg-1-1.jpg);
}

.main-footer__bottom__inner {
  border-top: 1px solid rgba(var(--clenq-white-rgb, 255, 255, 255), 0.1);
  padding-top: 35.25px;
  padding-bottom: 34px;
}

.wp-block-query-pagination-numbers a {
  color: var(--clenq-text) !important;
}

.wp-block-query-pagination-numbers a:hover {
  color: #fff !important;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.default-header .main-menu .main-menu__list > li + li {
  margin-left: 30px;
}

.page-header__bg {
  background-image: none;
}

.page-header__bg::before {
  background-image: none;
}

.page-header__bg::before {
  background-image: none;
}

.mobile-nav__overlay {
  cursor: url(./assets/images/close.png), auto;
}

.wp-block-search .wp-block-search__button {
  padding-top: 3px;
}

.elementor .testimonials-card__image img {
  max-width: 100%;
  border-radius: 50%;
}

.main-slider-one__bg::after {
  background-image: url(./assets/images/shapes/hero-slider-1-1.png);
}

.funfact-one {
  background-image: url(./assets/images/shapes/funfact-bg-1-1.jpg);
}

.contact-one .bootstrap-select {
  display: block;
}

.elementor .blog-card__meta img {
  border-radius: 100%;
  margin-right: 10px;
  width: 24px !important;
}

.blog-one.blog-one--home .blog-card__meta li a {
  display: flex;
}

.blog-one.blog-one--home .blog-card__content .comments-link {
  display: flex;
}

@media (min-width: 768px) {
  .main-header__logo {
    width: auto;
  }
}
.product-one.product-one--page .item .thm-btn {
  padding: 9px 20px;
}

.blog-card__date {
  bottom: 40px;
}

.blog-card__date {
  width: unset;
  height: unset;
  padding: 18px 20px;
}

.service-sidebar__nav li.current_page_item a,
.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
  padding: 10.5px 35px;
  background-color: var(--clenq-gray, #f9f6f1);
  color: var(--clenq-black, #1c1a1d);
  text-shadow: 0 0 1px currentColor;
}

.service-sidebar__nav li.current_page_item a::after,
.service-sidebar__nav li.current a::after,
.service-sidebar__nav li:hover a::after {
  color: var(--clenq-base, #c2a74e);
  opacity: 1;
}

.elementor .service-sidebar__discount__image img {
  width: 100%;
  border-radius: 50%;
}

.team-form-one .clenq-btn {
  padding: 23px 48px;
}

.team-form-one .form-one textarea {
  margin-top: 0px;
}

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

.elementor .feature-one__item__img img {
  border-radius: 50%;
}

.elementor .about-one__content__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.elementor .about-three__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.elementor .about-three__thumb > img {
  max-width: 100%;
  border-radius: 50%;
}

.client-carousel-one {
  position: relative;
  background: var(--clenq-white, #fff);
  padding: 0 0 60px;
}

.elementor .main-slider-two__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  background-size: cover;
}

.contact-one__form {
  background-image: url(./assets/images/shapes/contact-1-f-s-1.png);
}

.search-popup__overlay {
  cursor: url(./assets/images/close.png), auto;
}

.login-page__single .clenq-btn,
.login-page__wrap .clenq-btn,
.contact .clenq-btn {
  padding: 23px 48px;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 60px;
  min-height: 44px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: pre-wrap;
}

.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(--clenq-black);
  width: 44px;
  height: 44px;
  color: #fff;
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--clenq-primary);
  color: #fff;
}

.search-popup__form .clenq-btn::before {
  background-color: var(--clenq-base);
}

.search-popup__form .clenq-btn:hover {
  color: #fff;
}

.login-page__form-input-box input[type=text] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: var(--clenq-gray, #f9f6f1);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--clenq-text, #838184);
  display: block;
  font-weight: 500;
}

.news-details__tags.tag-links a:not(:last-of-type)::after {
  content: ",";
}

.error-404__search input[type=search] {
  border: none;
  outline: none;
  display: block;
  background-color: var(--clenq-gray, #f9f6f1);
  color: var(--clenq-text, #838184);
  font-size: 14px;
  width: 100%;
  max-width: 550px;
  padding-left: 30px;
  height: 58px;
}

.feature-one .col-lg-4:last-child .feature-one__item:after {
  display: none;
}

.about-one__image__info::after {
  z-index: 1;
}

.faq-page-search__form__btn {
  right: 10px;
}

.comments-area .reply a {
  font-size: 10px;
  font-weight: 600;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 15px;
}

.blog-card__meta li:not(:first-child)::before {
  color: var(--clenq-border-color);
}

.elementor .about-two__content__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.google-map__contact {
  overflow: hidden;
  background-color: transparent;
}

.funfact-two .sec-title__img {
  margin-bottom: 0px;
}

.contact-one__form .sec-title {
  padding-bottom: 27px;
}

.membership-one__card:hover {
  border-color: #d4d4d4;
}

.rpwwt-widget ul li {
  margin-top: -6px !important;
}

.rpwwt-widget ul li:last-child {
  border-bottom: 0 !important;
}

.sidebar__single ul.sidebar__posts li a::after {
  display: none;
}

.sidebar__posts .sidebar__posts__title a {
  font-weight: 700 !important;
}

.main-header.default-header .main-header__nav {
  margin-right: 0;
}

in-menu .main-menu__list li ul li > a:only-child::after {
  content: "";
}

.comments-area .reply a {
  text-align: center;
}
.comments-area .reply a:hover {
  background-color: var(--clenq-primary);
}

.sidebar .widget .wp-block-tag-cloud {
  margin-left: -5px;
  margin-right: -5px;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  top: 4px;
}

.sidebar .widget,
.sidebar__single {
  padding-top: 45px;
  padding-bottom: 45px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  margin-top: -12px;
  margin-bottom: -12px;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-top: -7px;
  margin-bottom: 0px;
}

.comments-area .comment-one__title b {
  font-family: var(--clenq-font);
  font-weight: 600;
  font-size: 26px;
}

.comments-area .reply a {
  padding-right: 17px;
}

.blog-card-two .blog-card__date {
  left: 0;
}

.contact-map {
  padding-bottom: 0;
}

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

.blog-card__image {
  display: block;
}

.cta-two__shape {
  display: none;
}
@media (min-width: 992px) {
  .cta-two__shape {
    display: block;
  }
}

.client-carousel__one__item img {
  opacity: 1;
}

.main-footer__copyright a {
  transition: all 500ms ease;
}
.main-footer__copyright a:hover {
  color: #ffffff;
}

.contact-map .container-fluid {
  max-width: 100%;
}

.main-header__logo h1 {
  padding-top: 15px;
  padding-bottom: 20px;
}

.default-header .main-menu .main-menu__list > li > a,
.default-header .stricky-header .main-menu__list > li > a {
  color: var(--clenq-black);
  font-weight: 500;
}
.default-header .main-menu .main-menu__list > li > a:hover,
.default-header .stricky-header .main-menu__list > li > a:hover {
  color: var(--clenq-primary);
}

.default-header .main-header__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.default-header .main-menu .mobile-nav__toggler {
  color: var(--clenq-black);
}
.default-header .main-menu .mobile-nav__toggler:hover {
  color: var(--clenq-primary);
}

.blog-list-page__single-content:after {
  border-top: 1px solid #e3e3e3;
  border-radius: 10px;
  top: 0;
}

.has-post-thumbnail .blog-list-page__single-content:after {
  border-top: 0;
  top: -25px;
}

.blog-list-page__single {
  margin-bottom: 0;
}

.blog-list-page__single-content-bottom::before {
  border: 0;
}

.blog-list-page__single-content-bottom ul {
  width: 100%;
  justify-content: space-between;
}

.blog-list-page__single-img .date-box {
  width: inherit;
  padding: 0 15px;
}

.blog-list-page__single-content-bottom {
  margin-top: 0;
}

.blog-list-page__single-content h2 {
  margin-bottom: 15px;
}

.blog-list-page__single-img .inner {
  background-color: transparent;
}

.blog-list-page__single-img .inner img {
  width: inherit;
}

.blog-one .no-results {
  background-color: rgb(250, 253, 255);
  border-radius: 10px;
  border: 1px solid rgb(227, 227, 227);
  padding: 30px;
  padding-top: 50px;
}

.has-fixed-footer .page-header__bg {
  background: #eff6fc;
}

.has-fixed-footer .page-header {
  margin-top: 0;
  padding: 155px 0px 165px;
}

.error-page__btn .thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--clenq-base);
  color: var(--clenq-black);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 60px;
  font-family: var(--clenq-font);
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 45px 0px;
  overflow: hidden;
  border-radius: 3px;
  border-radius: 32px;
  letter-spacing: none;
  border: 1px solid var(--clenq-black);
}

.error-page__btn .thm-btn:hover {
  color: #ffffff;
}

.error-page__btn .thm-btn:hover:before {
  top: -30%;
}

.error-page__btn .thm-btn:before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--clenq-black);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.has-fixed-footer .error-page {
  padding-top: 120px;
}

.blog-singple__wrap {
  border: 1px solid #dcdee0;
  border-radius: 5px;
}
.blog-singple__wrap .blog-details {
  padding: 0;
}

.blog-details__comment-form__input-box textarea, .blog-details__comment-form__input-box input {
  height: 55px;
  width: 100%;
  border: 1px solid #eceae0;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 15px;
  color: rgba(8, 5, 1, 0.6);
  display: block;
  border-radius: 5px;
  font-family: var(--clenq-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.blog-details__comment-form__input-box textarea {
  height: 220px;
  padding-top: 20px;
}

.wp-block-group.has-border-color p,
.wp-block-group.has-background p {
  margin-bottom: 0;
}

.blog-details .blog-card__image {
  margin: 0 -30px;
  border-radius: 5px;
  overflow: hidden;
}

.blog-list-page__single-content h2 a b {
  color: currentColor;
}

.blog-details__content::before {
  display: none;
}

.blog-details__left.has-border {
  border: 1px solid #dcdee0;
  border-radius: 5px;
}
.blog-details__left .blog-details__content {
  padding: 30px;
  padding-bottom: 0;
}
.blog-details__left .entry-footer {
  margin-left: 30px;
  margin-bottom: 30px;
}

.blog-card-two__content p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.projects-one__single-img .inner .overlay-content .content-box p,
.pricing-one__single .table-content ul li .text-box p,
.about-one__content-text2-single .counter-box p,
.main-slider-three__content .tagline p,
.main-slider-one__content .text p,
.process-one--two-top .text-box p,
.sec-title__tagline p {
  margin-bottom: 0;
}

.rating-box ul {
  margin-left: 0;
}

.blog-one__single-content-bottom {
  background: transparent;
}

.blog-one__item.product .meta-box,
.blog-one__item.product .date-box {
  display: none;
}

.sidebar__single.sidebar__services ul li a::after {
  display: none;
}

.about-one__img1 img,
.team-one__single-img .inner img,
.projects-one__single-img .inner img {
  filter: grayscale(1);
}

.blog-one__single-img .inner .text-box {
  width: unset;
  padding: 0 8px;
}

.blog-card__meta li a,
.blog-list-page__single-content .meta-box li .text p a {
  text-transform: capitalize;
}

.comment-form__title small a {
  color: var(--clenq-black);
}

.about-two__content-text2-single ul {
  margin-left: 0;
}

.about-two__img1 img {
  filter: grayscale(1);
}

.sidebar__contact-box-img img,
.project-details-text3-img img,
.project-details__img1 .inner img,
.team-details__img .inner img,
.video-one__bg,
.why-choose-two__bottom-single-img-bg {
  filter: grayscale(1);
}

.style3 .services-two .services-two__single-top .icon-box {
  background: var(--clenq-black);
}

.style3 .services-two .services-two__single-top .icon-box span::before {
  color: var(--clenq-primary);
}

.blog-one--two.style3 .blog-one__single-content-bottom {
  background: none;
}

.page-header__inner .thm-breadcrumb li {
  padding-left: 0;
}

.page-header__inner .thm-breadcrumb li:not(:last-child)::after {
  content: "/";
  color: var(--clenq-black2);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--clenq-font);
  margin-left: 5px;
}

.team-details__content-social-links ul li a {
  color: var(--clenq-black2);
}
.team-details__content-social-links ul li a:hover {
  color: #fff;
}

.project-details-text4-single ul li p {
  margin-bottom: 0;
}

.sidebar__services-box-list li.current-menu-item a::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sidebar__services-box-list li.current-menu-item a span::before {
  background: #ffffff;
}

.services-details__content-text3 .content-box ul {
  margin-left: 0;
}

.services-details__content-text2-list li {
  flex-wrap: wrap;
}

.services-details__content-text2-list li .icon-box {
  flex-shrink: 0;
  margin-right: 40px;
}

.services-details__content-text2-list li .content-box {
  margin-left: 0;
}

.main-header-two__bottom-left-text .text-box p {
  margin-bottom: 0;
}

.services-details__content-text3 .content-box p,
.main-slider-two__content .text p,
.about-three__img-content .content-box .content-box-bottom p,
.about-three__img-content .content-box .content-box-top p {
  margin-bottom: 0;
}

.services-two__bottom-inner .btn-box .thm-btn:hover {
  color: #fff;
}

.sidebar__post-box-list li .text-box h3 a {
  color: #080501 !important;
}

.footer-one__links-list li a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-one__links-list li a::before {
  content: url("assets/images/shapes/footer-v1-shape1.png");
  position: relative;
  padding-right: 8px;
  top: 1px;
}
.footer-one__links-list li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-one .shape3 {
  bottom: auto;
  top: 600px;
}

.main-header-one__top-right .social-links {
  margin-top: 4px;
}

.why-choose-one__single .icon-box span::before {
  font-size: 45px;
}

.cta-two__inner {
  padding-right: 75px;
}

.about-three__content-text2 ul li p {
  font-weight: 500;
}

.why-choose-two__bottom-single {
  border-radius: 10px;
  overflow: hidden;
}

.cta-three__left .contact-info li .icon-box,
.cta-three__left .contact-info li {
  transition: 0.3s;
}

.cta-three__left .contact-info li:hover .icon-box {
  background: #fff;
}
.cta-three__left .contact-info li:hover .icon-box span::before {
  color: var(--clenq-black);
}

.cta-three__left .contact-info li .content-box h3 a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.cta-three__left .contact-info li .content-box h3 a:hover {
  color: #fff;
  background-size: 0% 1px, 100% 1px;
}

.blog-list-page__single-img .date-box {
  background: var(--clenq-base);
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a:hover {
  background-color: var(--clenq-base);
}

.why-choose-two__bottom {
  margin-top: 50px;
}

.footer-one {
  position: relative;
  z-index: 1 !important;
}
.footer-one .mc-message {
  color: var(--clenq-white);
}
.footer-one .e-con-inner .footer-one .elementor-widget-footer-copyright, .footer-one .elementor-element.e-con, .footer-one .elementor-widget-clenq-shape, .footer-one .elementor-section, .footer-one .elementor-column, .footer-one .elementor-widget-container, .footer-one .elementor-widget-wrap {
  position: unset !important;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a {
  padding-left: 25px;
}

.footer-one--two .footer-one__newsletter-btn .thm-btn:hover {
  color: #fff;
}

.widget-inner .wc-block-components-price-slider {
  margin-bottom: 0;
}

.widget-inner .wc-block-product-categories {
  margin-bottom: 0;
}

.product__sidebar-title {
  margin-bottom: 5px;
}

.wc-block-components-price-slider__range-input-progress {
  color: var(--clenq-primary, #298be7);
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 12px !important;
  padding: 9px 15px;
}

.wc-block-components-price-slider__range-input {
  top: -2px;
}

.woosw-list .add_to_cart_button,
.woosq-popup .woosw-btn,
.entry-summary .thm-btn.cart-btn,
.woocommerce-checkout-payment #place_order,
.checkout_coupon button[type=submit],
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn {
  font-weight: 500 !important;
}

/* 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(--clenq-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: 5px;
  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: #efce4a;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #efce4a;
  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: #efce4a;
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: #ed8a19 !important;
  letter-spacing: 4px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--clenq-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;
    padding-bottom: 30px;
  }
}
.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: 18px;
}

.comment-form-rating p {
  margin-bottom: 17px;
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
  background-color: #ffffff;
}

.shop_table .product-thumbnail img {
  max-width: 120px;
  mix-blend-mode: darken;
  border: 1px solid #e8e3da;
  border-radius: var(--clenq-bdr-radius);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--clenq-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 #e8e3da;
  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 #e8e3da;
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid #e8e3da;
  border-bottom: 1px solid #e8e3da;
}

.woocommerce-cart-form .shop_table tbody tr:last-child,
.woocommerce-checkout-review-order-table tbody tr,
.cart_totals .shop_table tbody tr,
.cart_totals .shop_table tbody th,
.woocommerce-checkout .shop_table tfoot th {
  border: 0;
  font-family: var(--clenq-font-two);
  font-weight: 400;
  font-size: 20px;
  background-color: transparent;
  padding: 19px 0px;
}

.cart_totals .shop_table tbody th {
  padding-left: 0;
}

.cart_totals .shop_table tbody th {
  font-weight: 400;
  font-size: 20px;
  color: var(--clenq-black, #1c1a1d);
  padding-left: 20px;
}

.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(--clenq-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--clenq-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-bottom: 1px solid #e8e3da;
}

.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(--clenq-font);
  color: var(--clenq-text, #838184);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 100%;
}

.woocommerce-checkout .shop_table .amount {
  font-family: var(--clenq-font);
  color: var(--clenq-text);
  font-size: 16px;
  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(--clenq-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(--clenq-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(--clenq-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(--clenq-base);
  border-radius: 3px;
  background: var(--clenq-base);
  color: #fff;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--clenq-base);
  background: var(--clenq-base);
  color: #fff;
}

.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(--clenq-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(--clenq-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(--clenq-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--clenq-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: 10px;
}

.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(--clenq-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: #f7f7f7;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--clenq-font);
  letter-spacing: 0em;
  border: 1px solid var(--clenq-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: 5px;
}

.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(--clenq-base);
  color: #fff;
  font-family: var(--heading-font);
  transition: all 0.5s linear;
  font-weight: 700;
  z-index: 1;
  color: var(--clenq-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(--clenq-base);
  color: #fff;
}

.product .added_to_cart:hover {
  color: #fff;
  background-color: var(--clenq-black);
}

.products .product .price {
  font-size: 16px;
  font-weight: 500;
  color: var(--clenq-black);
  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: 14px;
  margin-bottom: 0px;
  flex-shrink: 0;
}

.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 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: rgba(var(--clenq-black2-rgb), 0.8);
  background-color: transparent;
  background-color: var(--clenq-color3);
  font-size: 16px;
  font-weight: 500;
  min-width: 45px;
  min-height: 45px;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: 5px;
  border: 1px solid var(--clenq-black);
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span {
  background-color: var(--clenq-black);
  border-color: var(--clenq-black);
  color: #fff;
}

.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(--clenq-black2, #172000);
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
  border: 1px solid #dedee5;
}

.woocommerce-product-gallery__image {
  border-radius: 0px;
}

.product-single__tab_wrapper .woocommerce-tabs {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-top: 99px;
  border-radius: 10px;
  padding-bottom: 40px;
}

.woocommerce-Tabs-panel {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
}

.product-single__tab_wrapper .tabs {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: -1px;
}
.product-single__tab_wrapper .tabs li {
  list-style: none;
}
.product-single__tab_wrapper .tabs li.active a {
  background: var(--clenq-primary);
  color: #fff;
}
.product-single__tab_wrapper .tabs li a {
  position: relative;
  display: inline-block;
  background: #f1f8ff;
  cursor: pointer;
  padding: 13px 45px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-right: 0px;
  color: #080501;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--clenq-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.product-single__tab_wrapper .tabs li:hover a {
  background: var(--clenq-primary);
  color: #fff;
}

.woocommerce-Reviews .comments-area {
  position: relative;
  display: block;
  border-top: 0;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel .product-details__review-title {
  display: none;
}

.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;
  color: var(--clenq-black);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-left: 17px;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.single-product .woocommerce-review-link {
  font-family: var(--clenq-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(--clenq-font);
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 115px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  width: 115px;
  height: 50px;
  border: 1px solid #e8e3da;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--clenq-font);
  padding-left: 30px;
  border-radius: var(--clenq-bdr-radius);
  color: var(--clenq-text);
  border-radius: 10px;
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 25px;
  background-color: transparent;
  color: var(--clenq-text);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #e9ebee;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clenq-extra);
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  bottom: 0px;
  top: auto;
  border-top: 1px solid #e9ebee;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

.single-product .cart h2 {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
  margin-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(--clenq-black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: var(--clenq-letter-spacing);
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--clenq-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;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--clenq-heading-font, "Cormorant", serif);
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--clenq-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: 9px;
}
#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(--clenq-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e8e3da !important;
  box-shadow: none;
  padding-bottom: 20px;
}

.cart_totals h2 {
  padding: 0 0 24px;
  background-color: #f0f0f0;
  padding: 13px 20px;
  border-bottom: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--clenq-black);
  text-transform: capitalize;
}

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

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

.shop_table .product-remove a {
  font-size: 20px;
  color: var(--clenq-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: 20px;
  color: var(--clenq-black);
  font-weight: 500;
  transition: all 500ms ease;
}

.cart_totals .shop_table {
  background-color: #e4e2e0;
}

.shop_table .product-name a:hover {
  color: var(--clenq-base);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--clenq-font);
  font-size: 18px;
  font-weight: 500;
}

.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: #f3f7fc;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--clenq-font);
  font-size: 14px;
  color: var(--clenq-text, #838184);
  height: 59px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-weight: 400;
}

.shop_table .coupon input::placeholder {
  color: var(--clenq-text);
  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(--clenq-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: 20px;
}

.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(--clenq-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;
  background-color: #f6fbff;
}
.cart_totals tbody {
  background-color: #f6fbff;
  padding: 15px;
}

.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 {
  clear: both;
  font-family: var(--clenq-font);
  font-size: 16px;
  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(--clenq-black);
  margin-right: 5px;
  margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--clenq-primary);
}

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

.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;
  color: var(--clenq-black);
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--clenq-font-two);
}

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

.clenq-edit-address h3,
.clenq-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,
.clenq-edit-address label {
  font-family: var(--clenq-font);
  color: var(--clenq-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],
.clenq-edit-address input[type=text],
.clenq-edit-address input[type=email],
.clenq-edit-address input[type=password],
.clenq-edit-address input[type=tel],
.clenq-edit-address input[type=url],
.clenq-edit-address input[type=file],
.clenq-edit-address input[type=number],
.clenq-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(--clenq-text, #838184);
  line-height: 40px;
  padding: 14px 30px;
  transition: all 300ms ease;
  font-family: var(--clenq-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--clenq-text, #838184);
  line-height: 28px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--clenq-font);
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
  height: 220px;
  resize: none;
}

.woocommerce-EditAccountForm ::placeholder,
.woocommerce-checkout #customer_details ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-moz-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-ms-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details label.error {
  color: #ff0000;
  font-size: 12px;
  text-transform: capitalize;
  text-align: 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,
.clenq-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 60px;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--clenq-font);
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.clenq-edit-address .select2-selection--single .select2-selection__arrow {
  top: 12px;
  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(--clenq-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: #f3f7fc;
  padding: 30px 30px 18px 30px;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.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(--clenq-black);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--clenq-font-two);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 20px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #ccc;
  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: 0px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--clenq-black);
  border-color: var(--clenq-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: 15px;
  line-height: 30px;
  color: rgba(var(--clenq-black2-rgb), 0.8);
  font-family: var(--clenq-font, "Inter", sans-serif);
  font-weight: 500;
}

.wc_payment_methods .payment_box {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.woocommerce-ResetPassword .woocommerce-Button {
  margin-top: 20px;
}

.checkout_coupon {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 540px;
}

.checkout_coupon p:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.checkout_coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: var(--clenq-primary);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--clenq-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(--clenq-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--clenq-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(--clenq-black2, #172000);
}

@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: 500;
  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(--clenq-base);
  color: var(--clenq-black);
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  transition: 500ms;
  line-height: 28px;
  border-radius: 0px;
  z-index: 1;
  letter-spacing: normal;
  overflow: hidden;
  text-transform: uppercase;
}
.checkout-button:hover,
.return-to-shop .button:hover,
.shop_table .button:hover,
.form-row.place-order .button:hover,
.woocommerce-form-coupon .button:hover {
  color: #fff;
  background-color: var(--clenq-black);
}

.cart_totals .shop_table tbody tr {
  border-bottom: 1px solid #e4e2e0;
}

.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: 0px;
  padding-bottom: 5px;
}

.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(--clenq-black, #043e74);
}

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

@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(--clenq-extra);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--clenq-extra);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--clenq-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--clenq-font);
  }
  .woocommerce-cart-form__contents td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
    content: attr(aria-label);
    */
    content: attr(data-title);
    font-weight: bold;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
.product-details__content__rating {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
}

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

.clenq-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(--clenq-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;
  z-index: 999;
  padding: 3px 0;
}

.woo-widget .wc-block-components-filter-submit-button {
  font-size: 13px;
  font-weight: 800;
  background-color: var(--clenq-base);
  line-height: 1em;
  padding: 13px 19px 13px;
  transition: all 500ms ease;
  border-radius: 0;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 10px;
  margin-left: 0;
  margin-top: 10px !important;
  font-weight: 600;
  background: #fff;
  font-family: var(--heading-font);
  color: var(--clenq-black);
  text-transform: uppercase;
  letter-spacing: var(--clenq-letter-space, 0.1em);
  box-shadow: 0px 10px 30px 0px rgba(var(--clenq-black4-rgb), 0.07);
}

.woo-widget div .wc-block-components-filter-submit-button:hover {
  background-color: var(--clenq-base, #1a1414) !important;
  color: var(--clenq-black) !important;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--clenq-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(--clenq-base);
}

.wc-block-price-filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--clenq-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: 47%;
  transform: translateY(-40%);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 12px;
  color: var(--clenq-text);
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--clenq-white, #fff);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a,
.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::after {
  padding-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(--clenq-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;
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--clenq-base);
  border-color: var(--clenq-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;
}

.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;
  justify-content: space-around;
}

ul.products .product__add-to-cart .add_to_cart_button.thm-btn {
  position: relative;
  z-index: 1;
}

.product-one .add_to_cart_button.thm-btn.loading::after,
.woosw-list .add_to_cart_button.loading::after,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.loading::after {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  left: 30%;
  right: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.product-one .product__item .thm-btn:hover {
  color: #fff;
  background-color: var(--clenq-base);
}

.product-one .added_to_cart {
  height: 38px;
  background-color: var(--clenq-base);
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
  padding: 13px 27px;
  text-transform: uppercase;
}

.product-one .price ins {
  background: transparent;
}

.product-one .product__item__btn {
  right: 30px;
}

.product-one .add_to_cart_button.added,
.woosw-list .add_to_cart_button.added,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.added,
.product-widget .add_to_cart_button.thm-btn.added {
  display: none !important;
}

.woocommerce-Reviews .comment {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

.product__items ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  float: left;
}

.product__items ul.products li {
  width: 100%;
  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 {
  background-color: #fff;
  border-bottom: 30px;
  overflow: hidden;
}

.product__all-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(229, 230, 232, 0.72);
  padding: 27px 25px 27px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.product__sidebar .widget,
.product__sidebar-single {
  padding: 30px;
}

.product__sidebar .product__sidebar-single .wp-block-categories {
  margin-top: -17px;
}

.cart_totals .woocommerce-shipping-methods label {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout-review-order-table td:first-child {
  color: var(--clenq-black);
  font-size: 18px;
  line-height: 30px;
}
.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(--clenq-base);
}

.woosq-popup .woosw-btn:hover {
  color: #fff;
}

.woosq-popup .woosw-added {
  padding: 15px 45px 13px;
}

.woosw-added:hover {
  background-color: var(--clenq-base);
}

.woosw-list .added_to_cart.wc-forward {
  padding: 16px 45px 13px;
  font-size: 12px;
  font-weight: 600;
  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(--clenq-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 {
  height: 38px;
  background-color: var(--clenq-gray);
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--clenq-text, #838184);
  padding: 9px 20px;
  text-transform: uppercase;
}

.item .thm-btn {
  padding: 12px 20px;
}

.product__all-content .thm-btn:hover,
.product__item .thm-btn:hover {
  color: #fff;
}

p.comment-notes {
  margin-bottom: 10px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.clenq-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,
.woosw-list .add_to_cart_button {
  font-size: 16px;
  letter-spacing: 1.4px;
  padding: 16px 49.5px 17px;
  background-color: var(--clenq-base);
  color: var(--clenq-black);
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 1.6px;
  line-height: 30px;
  transition: all 0.5s linear;
}

.shop_table .coupon .thm-btn {
  line-height: 27px;
}

.wc-proceed-to-checkout a {
  padding: 23px 50px;
}

.entry-summary .thm-btn.cart-btn {
  margin-right: 20px;
}

.woocommerce-ResetPassword .woocommerce-Button:hover,
.clenq-edit-address button[type=submit]:hover,
.checkout_coupon button[type=submit]:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-checkout-payment #place_order:hover,
.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register .woocommerce-form-register__submit:hover,
.wc-proceed-to-checkout a:hover,
.shop_table button[name=update_cart]:hover,
.shop_table .coupon .thm-btn:hover,
.entry-summary .thm-btn.cart-btn:hover {
  background-color: var(--clenq-black);
  color: #fff;
}

.woosq-popup .woosw-btn,
.woosw-list .add_to_cart_button {
  background-color: var(--clenq-black);
  color: #fff;
}

.woosq-popup .woosw-btn:hover,
.woosw-list .add_to_cart_button:hover {
  background-color: var(--clenq-base);
  color: var(--clenq-black);
}

.product__sidebar-title {
  color: var(--clenq-black);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 25px;
  margin-top: -5px;
}
.product__sidebar-title::before {
  content: url("assets/images/shapes/sidebar-shape2.png");
  margin-right: 5px;
}

.shop-category.product__sidebar-single ul.wp-block-categories li a {
  margin-left: 20px;
  font-weight: 500;
}

.review-form-one__title {
  font-size: 30px;
  font-weight: 600;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-size: 14px;
}

@media (min-width: 992px) {
  .product__items ul.products.columns-1 li {
    width: calc(100% / 1);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-2 li {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-3 li {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-4 li {
    width: calc(100% / 4);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-5 li {
    width: calc(100% / 5);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-6 li {
    width: calc(100% / 6);
  }
}

.product__item__btn .woosw-btn-text-icon .woosw-btn-text {
  display: none;
}

.blog-sidebar__single.product .blog-one__meta,
.blog-sidebar__single.product .clenq-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;
}

.products .product .price del {
  color: #abb2b8;
  padding-left: 4px;
}

.product-details .product__card .price {
  font-weight: 600;
  font-size: 24px;
  font-family: var(--clenq-font, "Plus Jakarta Sans", sans-serif);
}

.review-form-one__title {
  font-size: 30px;
  font-weight: 700;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--clenq-font);
  transition: 500ms;
  text-transform: uppercase;
  background-color: var(--clenq-base, #1c1a1d);
  color: var(--clenq-black);
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: var(--clenq-font);
}

.thm-btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--clenq-black);
  transition-duration: 700ms;
  color: #fff;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn:hover::before {
  bottom: -50%;
  color: #ddd;
}

.product-details .comment-form textarea {
  height: 195px;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--clenq-text, #838184);
  padding-top: 30px;
  border: 1px solid #e5e5e5;
}

.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email] {
  display: block;
  width: 100%;
  height: 58px;
  color: var(--clenq-text, #838184);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 3px;
}

.woosw-list .add_to_cart_button,
.woosq-popup .woosw-btn,
.entry-summary .thm-btn.cart-btn,
.woocommerce-checkout-payment #place_order,
.checkout_coupon button[type=submit],
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--clenq-base);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 11.5px 38px;
  transition: 500ms;
  color: var(--clenq-black);
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  letter-spacing: normal;
}

.woosw-list .add_to_cart_button:before,
.woosq-popup .woosw-btn:before,
.entry-summary .thm-btn.cart-btn:before,
.woocommerce-checkout-payment #place_order:before,
.checkout_coupon button[type=submit]:before,
.wc-proceed-to-checkout a::before,
.shop_table button[name=update_cart]::before,
.shop_table .coupon .thm-btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--clenq-black);
  transition-duration: 700ms;
  color: #fff;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.woosw-list .add_to_cart_button:hover,
.woosq-popup .woosw-btn:hover,
.entry-summary .thm-btn.cart-btn:hover,
.woocommerce-checkout-payment #place_order:hover,
.checkout_coupon button[type=submit]:hover,
.wc-proceed-to-checkout a:hover,
.shop_table button[name=update_cart]:hover,
.shop_table .coupon .thm-btn:hover {
  color: #fff;
  background-color: var(--clenq-black);
}

.woosw-list .add_to_cart_button:hover::before,
.woosq-popup .woosw-btn:hover::before,
.entry-summary .thm-btn.cart-btn:hover::before,
.woocommerce-checkout-payment #place_order:hover::before,
.checkout_coupon button[type=submit]:hover::before,
.wc-proceed-to-checkout a:hover::before,
.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.shop_table button[name=update_cart]:hover::before,
.shop_table .coupon .thm-btn:hover::before {
  bottom: -50%;
  color: #ddd;
}

.woosw-list .add_to_cart_button:hover::before,
.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.shop_table button[name=update_cart] {
  position: absolute;
  padding: 14.5px 48px;
}

.woosq-popup .woosw-added:hover,
.woosq-popup .woosw-btn {
  background-color: var(--clenq-black);
}

.woosq-popup .woosw-btn {
  background-color: var(--clenq-base);
}

.woosq-popup .woosw-btn:hover {
  background-color: var(--clenq-base);
}

.product__item__btn {
  right: 40px;
}

.woosq-popup .entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn {
  padding: 16.5px 35px;
}

.entry-footer {
  margin-top: 0px;
  margin-left: 15px;
}

.woosw-list .product .added_to_cart {
  height: 58px;
}

.product .added_to_cart {
  height: 38px;
  background-color: var(--clenq-base);
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
  padding: 9px 20px;
  text-transform: uppercase;
}

.product .added_to_cart::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--clenq-black, #fff);
  transition-duration: 700ms;
  color: #fff;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.product .added_to_cart:hover {
  color: var(--clenq-white, #1c1a1d);
}

.product .added_to_cart:hover::before {
  bottom: -50%;
  color: #ddd;
}

.blog-one .woocommerce {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 35px;
  right: 30px;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a:hover::after {
  color: var(--clenq-base);
}

.product__add-to-cart.btn-box a {
  position: relative;
  display: block !important;
  width: 100%;
  height: 51px;
  text-align: center;
  background: #ecf3f9;
  padding: 12px 10px 13px;
  color: var(--clenq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  letter-spacing: normal;
}
.product__add-to-cart.btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 0px;
  background-color: var(--clenq-primary);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.shop-page__single:hover .product__add-to-cart.btn-box a {
  color: #fff;
}

.shop-page__single:hover .product__add-to-cart.btn-box a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.product__item__btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform: perspective(400px) rotateX(20deg) translateX(100%);
  transform-origin: bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.product__item__btn a,
.product__item__btn button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 14px;
  color: var(--clenq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product__item__btn a:hover,
.product__item__btn button:hover {
  background-color: var(--clenq-primary);
  color: #fff;
}

.product__item__btn a + button,
.product__item__btn button + button {
  margin-top: 5px;
}

.product__all-single:hover .product__item__btn {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg) translateX(0%);
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.product__item__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--clenq-font);
}
.product__item__title a:hover {
  color: var(--clenq-primary) !important;
}

.product-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

.shop-details__price h3 .text {
  color: #f42647;
  font-size: 14px;
  margin-left: 0;
  font-weight: 400;
}

.shop-details__price h3 .text2 {
  position: relative;
  display: inline-block;
  color: var(--clenq-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #b6edb2;
  padding: 0px 5px 0px;
  margin-left: 10px;
}

.product-details .product__card .price {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  font-family: var(--clenq-font);
  margin-left: 0;
  color: var(--clenq-black);
  display: inline-flex;
  flex-direction: row-reverse;
}

.product-details .product__card .price del {
  color: rgba(8, 5, 1, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.shop-details__price {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.shop-details__price h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.product-details__quantity-title {
  display: none;
}

.product-details__buttons .woosw-btn-has-icon {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  transition: 0.3s;
}
.product-details__buttons .woosw-btn-has-icon:hover {
  background-color: var(--clenq-black);
  color: #fff;
}

.product-details__buttons .woosw-btn-has-icon .woosw-btn-icon {
  margin: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}

.product-details__title {
  margin-bottom: 10px;
}

.product-details__buttons {
  display: flex;
  align-items: center;
}

.product-details__socials {
  display: flex;
  align-items: center;
}
.product-details__socials a {
  margin-right: 20px;
}
.product-details__socials a:hover {
  color: var(--clenq-primary);
}

.product-details__socials__title {
  color: rgba(21, 23, 26, 0.8);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--clenq-font);
  letter-spacing: 0px;
  margin-right: 20px;
}

.product-details__comment-box__thumb img {
  border-radius: 50%;
}

.product-details__comment-box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-details__comment-box__ratings {
  margin-bottom: 10px;
}

.product-details__comment-box__meta {
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-left: 5px;
}

.product-details__comment-box_info p {
  margin-bottom: 0;
}

.sidebar--shop .sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  display: none;
}
