/*!
Theme Name: Easilon
Theme URI: https://bracketweb.com/easilonwp/
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: Easilon is a modern Loan & Finance WordPress Theme. We specially designed this template for quick loans, finance business, loan calculator, credit card loan, home loan, car loan, mortgage, financial, banking and all other loan and finance related business.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: easilon
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.

easilon 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 {
  --easilon-font: "Montserrat", sans-serif;
  --easilon-text: #82828A;
  --easilon-text-rgb: 130, 130, 138;
  --easilon-base: #00CDE5;
  --easilon-base-rgb: 0, 205, 229;
  --easilon-gray: #A0A0C0;
  --easilon-gray-rgb: 160, 160, 192;
  --easilon-white: #ffffff;
  --easilon-white-rgb: 255, 255, 255;
  --easilon-white2: #F6F6F8;
  --easilon-white2-rgb: 246, 246, 248;
  --easilon-white3: #ECF0F5;
  --easilon-white3-rgb: 236, 240, 245;
  --easilon-black: #2B2B5E;
  --easilon-black-rgb: 43, 43, 94;
  --easilon-black2: #141414;
  --easilon-black2-rgb: 20, 20, 20;
  --easilon-black3: #1E2436;
  --easilon-black3-rgb: 30, 36, 54;
  --easilon-black4: #082545;
  --easilon-black4-rgb: 8, 37, 69;
  --easilon-border-color: #E6E6ED;
  --easilon-border-color-rgb: 230, 230, 237;
  --easilon-letter-space: -0.02em;
  --easilon-letter-space-xl: -0.03em;
  --section-space: 120px;
  --section-space2: 116px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--easilon-black, #2B2B5E);
  font-family: var(--easilon-font, "Montserrat", 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(--easilon-gray, #A0A0C0);
  cursor: help;
}

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

big {
  font-size: 125%;
}

b,
strong {
  color: var(--easilon-black, #2B2B5E);
}

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

.elementor img {
  max-width: unset;
}

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

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

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

.has-fixed-footer,
.has-fixed-footer body {
  height: 100%;
  overflow: unset;
}
.has-fixed-footer .page-wrapper {
  min-height: 100%;
  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 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(--easilon-primary, #f1cf69);
}

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

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

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

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

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

select {
  border: 1px solid #eceae0;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-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(--easilon-gray, #A0A0C0);
  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(--easilon-gray, #A0A0C0);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--easilon-gray, #A0A0C0);
  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(--easilon-black);
  font-family: var(--heading-font);
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(--easilon-black, #2B2B5E);
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  font-weight: 600;
}

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

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

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--easilon-text, #82828A);
  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(--easilon-base, #00CDE5);
  margin-right: 10px;
}

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

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

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: capitalize;
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
  line-height: 1;
  fill: var(--easilon-white, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 14px;
  border-top-right-radius: var(--easilon-bdr-radius);
  border-bottom-right-radius: var(--easilon-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(--easilon-base, #00CDE5);
  color: var(--easilon-black, #2B2B5E);
  fill: var(--easilon-black, #2B2B5E);
}

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

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

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

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

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

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

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

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--easilon-gray, #A0A0C0);
}
.sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-left: 0;
}
.sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 15px;
  padding-left: 0.7em;
}
.sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}
.sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 15px;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
  margin-top: 7px;
}
.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--easilon-text, #82828A);
  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(--easilon-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(--easilon-black, #2B2B5E);
  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(--easilon-black, #2B2B5E);
  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(--easilon-white, #ffffff);
}
.sidebar .widget.widget_recent_entries ul li:hover::before, .sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-black, #2B2B5E);
}
.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(--easilon-bdr-radius);
  border-bottom: 1px solid var(--easilon-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(--easilon-black, #2B2B5E);
}
.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(--easilon-base, #00CDE5);
}
.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(--easilon-base, #00CDE5);
}
.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(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: var(--easilon-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(--easilon-base, #00CDE5);
}
.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(--easilon-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--easilon-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(--easilon-gray, #A0A0C0);
}
.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(--easilon-base);
  color: var(--easilon-black, #2B2B5E);
}

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

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--easilon-text, #82828A);
  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(--easilon-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--easilon-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  letter-spacing: 1.2px;
  line-height: 30px;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--easilon-black, #2B2B5E);
  background: var(--easilon-base, #00CDE5);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--easilon-black, #2B2B5E);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--easilon-black, #2B2B5E);
}
.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(--easilon-black, #2B2B5E);
  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(--easilon-black, #2B2B5E);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--easilon-base, #00CDE5);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--easilon-font, "Montserrat", 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(--easilon-base, #00CDE5);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--easilon-text, #82828A);
  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(--easilon-black, #2B2B5E) !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(--easilon-base, #00CDE5);
  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(--easilon-base, #00CDE5);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
}
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-rss__item::before {
  display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--easilon-text, #82828A);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--easilon-black, #2B2B5E);
  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(--easilon-base, #00CDE5);
  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(--easilon-base, #00CDE5);
}
.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(--easilon-gray, 117, 120, 115);
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 60px;
}
.sidebar .widget #loginform {
  margin-top: -10px;
}
.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  margin-bottom: 10px;
}
.sidebar .widget #loginform p {
  margin: 0;
}
.sidebar .widget #loginform input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--easilon-black, #2B2B5E);
  text-transform: uppercase;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  transition: all 500ms ease;
  border: none;
  border-radius: 0px;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--easilon-base, #00CDE5);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--easilon-font, "Montserrat", 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(--easilon-text, #161617);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--easilon-base, #00CDE5);
}
.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(--easilon-black);
}

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

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

.sidebar .widget ::placeholder {
  opacity: 1;
  color: var(--easilon-text, #82828A);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  color: var(--easilon-black, #2B2B5E);
  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(--easilon-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(--easilon-gray, #A0A0C0);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Cards
# Topbar
# Navigations
# Home Showcase
# Mobile Nav
# Page Header
# Google Map
# Client Carousel
# Form
# Search Popup
# Contact
# Footer
# Sidebar
# Custom Cursor
# Animations
# Main Slider
# About
# Services
# Service Details
# Team Details
# Testimonials
# Gallery
# Company Info
# Why Choose
# Funfact
# Login
# Faq
# Apply Loan
# Loan
# Loan Reasons
# Loan Eligibility
# Company Transparency
# History
# Features
# Download App
# Worldwide
# Quick Loan
# Work Process
# Blog Details
# Comments
# Shop
# Shop Details
# Cart
# Checkout
# Error 404
# Boxed Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 500;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  line-height: 1.75;
  background-color: var(--easilon-white, #ffffff);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

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

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

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

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

.background-base {
  background-color: var(--easilon-base, #00CDE5);
}

.background-gray {
  background-color: var(--easilon-gray, #A0A0C0);
}

.background-white {
  background-color: var(--easilon-white, #ffffff);
}

.background-white-2 {
  background-color: var(--easilon-white2, #F6F6F8);
}

.background-black {
  background-color: var(--easilon-black, #2B2B5E);
}

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

.easilon-text {
  color: var(--easilon-text, #82828A);
}

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

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-space-two {
  padding-top: var(--section-space2, 118px);
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-two {
    padding-top: 97px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-two {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}
.section-space-top {
  padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}
.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.easilon-btn {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

@media (max-width: 430px) {
  .easilon-btn {
    font-size: 14px;
  }
}
.easilon-btn::before,
.easilon-btn::after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.easilon-btn::before {
  top: 0;
  left: 0;
  right: auto;
}

.easilon-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.easilon-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.easilon-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.easilon-btn span {
  position: relative;
  top: 1px;
  color: inherit;
}

.easilon-btn__icon {
  position: relative;
  font-size: 14px;
  color: inherit;
  transition: all 400ms ease;
}

.easilon-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.easilon-btn__icon::after {
  content: "";
  width: 1px;
  height: calc(100% - 3px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  background-color: var(--easilon-white, #ffffff);
  transition: all 400ms ease;
}

.easilon-btn--black {
  background-color: var(--easilon-black, #2B2B5E);
}

.easilon-btn--black::before,
.easilon-btn--black::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--white {
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
}

.easilon-btn--white::before,
.easilon-btn--white::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--white .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--white:hover {
  color: var(--easilon-white, #ffffff);
}

.easilon-btn--white:hover .easilon-btn__icon::after {
  background-color: var(--easilon-white, #ffffff);
}

.easilon-btn--border {
  padding: 19px 19.5px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border: 1px solid var(--easilon-base, #00CDE5);
}

.easilon-btn--border::before,
.easilon-btn--border::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--border .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--border:hover {
  color: var(--easilon-white, #ffffff);
}

.easilon-btn--border:hover .easilon-btn__icon::after {
  background-color: var(--easilon-white, #ffffff);
}

/* section title */
.sec-title {
  margin-bottom: 51px;
}

.sec-title--center {
  text-align: center;
}

.sec-title--center .sec-title__top {
  justify-content: center;
}

.sec-title__top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.sec-title__shape {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.sec-title__shape__one,
.sec-title__shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.sec-title__shape__one {
  width: 11px;
}

.sec-title__shape__two {
  width: 18px;
}

.sec-title__tagline {
  margin-bottom: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  line-height: 1.4;
  text-transform: uppercase;
}

.sec-title__title {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 45px;
  font-weight: 700;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.111;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .sec-title__title {
    font-size: 35px;
  }
}
.video-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-btn:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.video-btn > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid var(--easilon-base, #00CDE5);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}

.video-btn span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-btn span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-btn span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
/* progress bar */
.progress-box + .progress-box {
  margin-top: 21px;
}

.progress-box__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.875;
  text-transform: capitalize;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .progress-box__title {
    font-size: 14px;
  }
}
.progress-box__bar {
  width: 100%;
  height: 6px;
  background-color: var(--easilon-border-color, #E6E6ED);
  position: relative;
}

.progress-box__bar__inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 800ms linear;
  width: 0px;
}

.progress-box__number {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .progress-box__number {
    font-size: 14px;
  }
}
/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--easilon-text, #82828A);
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  border-radius: 50%;
}

.social-links a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-links a:hover {
  color: var(--easilon-white2, #F6F6F8);
}

.social-links-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links-two a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
  overflow: hidden;
}

.social-links-two a:hover {
  background-color: var(--easilon-base, #00CDE5);
  border-color: var(--easilon-base, #00CDE5);
}

.social-links-two__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-border-color, #E6E6ED);
}

.social-links-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-links-two a:hover .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
  animation: slideTop 0.5s;
}

/* ratings */
.easilon-ratings {
  display: flex;
  align-items: center;
  gap: 9px;
}

.easilon-ratings__icon {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.easilon-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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

.post-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 39px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon {
  position: relative;
  top: 1.5px;
  display: inline-flex;
  font-size: 14.77px;
  color: var(--easilon-text, #82828A);
  transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.post-pagination a:hover {
  border-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  text-shadow: 0px 0px 0.5px currentColor;
}

.post-pagination a:hover .post-pagination__icon {
  color: var(--easilon-base, #00CDE5);
}

.post-pagination li.active a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-black, #2B2B5E);
}

.post-pagination li.active a .post-pagination__icon {
  color: var(--easilon-white, #ffffff);
}

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

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

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--easilon-base, #00CDE5);
}

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

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

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

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-black, #2B2B5E);
}

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

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

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

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--easilon-black, #2B2B5E);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

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

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

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

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: 50%;
  transition: all 400ms ease;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after,
.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}

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

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

/* ui datepicker */
.ui-datepicker.ui-widget-content {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-base, #00CDE5);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  width: 257px;
  padding: 5px 8px 3px;
  background-color: var(--easilon-white, #ffffff);
  z-index: 99 !important;
}

@media (max-width: 360px) {
  .ui-datepicker.ui-widget-content {
    width: 270px;
  }
}
.ui-datepicker.ui-widget-content .ui-widget-header {
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 6px 0;
  border-radius: 6px;
  background-image: none;
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
}

.ui-datepicker-calendar td {
  background-color: var(--easilon-white, #ffffff);
  background-image: none;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-white, #ffffff);
}

.ui-datepicker-calendar td a {
  border-color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white2, #F6F6F8);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: transparent;
  background-color: var(--easilon-white2, #F6F6F8);
  background-image: none;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-black, #2B2B5E);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-black, #2B2B5E);
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 6px;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 6px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.team-card {
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}

.team-card__image {
  display: block;
}

.team-card__image img {
  position: relative;
  display: block;
  width: 100%;
}

.team-card__overlay {
  width: 100%;
  height: calc(100% - 125px);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(43, 43, 94, 0) 0%, #2B2B5E 100%);
  z-index: 1;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.team-card:hover .team-card__overlay {
  opacity: 1;
  visibility: visible;
}

.team-card .social-links-two {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(1, 0);
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: all 500ms ease;
  transform-origin: top right;
  z-index: 3;
}

@media (max-width: 1199px) {
  .team-card .social-links-two {
    top: 25px;
    right: 25px;
  }
}
.team-card .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card .social-links-two a {
  border-color: var(--easilon-white, #ffffff);
}

@media (max-width: 375px) {
  .team-card .social-links-two a {
    width: 32px;
    height: 32px;
  }
}
.team-card .social-links-two a:hover {
  border-color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-base, #00CDE5);
}

.team-card .social-links-two a:hover .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card:hover .social-links-two {
  opacity: 1;
  transform: scale(1, 1);
}

.team-card__identity {
  margin-right: 20px;
  position: absolute;
  left: 0;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  padding: 17px 33px 18px 20px;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 3;
  transition: opacity 600ms ease, visibility 600ms ease, transform 600ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__identity {
    bottom: 25px;
  }
}
@media (max-width: 375px) {
  .team-card__identity {
    bottom: 25px;
  }
}
.team-card__identity::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 40px);
  background-color: var(--easilon-white, #ffffff);
}

.team-card:hover .team-card__identity {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.team-card__name {
  font-size: 18px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.222;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__name {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .team-card__name {
    font-size: 16px;
  }
}
.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.team-card__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
}

.team-card__shape__one,
.team-card__shape__two {
  position: absolute;
  z-index: 2;
  width: 91px;
  height: 103px;
  stroke: var(--easilon-white, #ffffff);
  stroke-width: 3px;
  transition: all 500ms ease;
}

.team-card__shape__one {
  top: 0;
  left: 0;
  animation: zump 2s linear infinite;
}

.team-card__shape__two {
  right: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}

.team-card:hover .team-card__shape__one,
.team-card:hover .team-card__shape__two {
  stroke: var(--easilon-base, #00CDE5);
}

.team-card-two {
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}

.team-card-two__image {
  display: block;
}

.team-card-two__image img {
  position: relative;
  display: block;
  width: 100%;
}

.team-card-two__hover {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(43, 43, 94, 0) 0%, #2B2B5E 100%);
  border: 5px solid var(--easilon-base, #00CDE5);
  z-index: 2;
  transition: all 500ms ease-in-out;
}

.team-card-two__hover__inner {
  width: 100%;
}

.team-card-two:hover .team-card-two__hover {
  opacity: 1;
  transform: scaleX(1);
}

.team-card-two__social {
  margin-bottom: 20px;
  overflow: hidden;
}

.team-card-two .social-links-two {
  opacity: 0;
  transform: translateY(50px);
  justify-content: center;
  gap: 7px;
  transition: all 700ms ease 400ms;
}

.team-card-two .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card-two .social-links-two a {
  border-color: var(--easilon-white, #ffffff);
}

@media (max-width: 375px) {
  .team-card-two .social-links-two a {
    width: 32px;
    height: 32px;
  }
}
.team-card-two .social-links-two a:hover {
  border-color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-base, #00CDE5);
}

.team-card-two .social-links-two a:hover .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card-two:hover .social-links-two {
  opacity: 1;
  transform: translateY(0);
}

.team-card-two__identity {
  position: relative;
  padding: 16px 20px 12px 15px;
  background-color: var(--easilon-base, #00CDE5);
}

.team-card-two__identity::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 40px);
  background-color: var(--easilon-white, #ffffff);
}

.team-card-two__name {
  margin-bottom: 4px;
  font-size: 18px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.222;
  text-transform: uppercase;
}

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

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

.team-card-two__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
}

.team-one {
  background-color: var(--easilon-white, #ffffff);
}

.team-two {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.team-two .container {
  position: relative;
  z-index: 1;
}

.team-two__top {
  margin-bottom: 51px;
}

.team-two .sec-title {
  margin: 0;
}

.team-two .sec-title__title {
  color: var(--easilon-white, #ffffff);
}

.team-two__button {
  display: flex;
  justify-content: flex-end;
}

.team-two__button .easilon-btn {
  top: 7px;
}

@media (max-width: 991px) {
  .team-two__button .easilon-btn {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .team-two__container {
    max-width: 1500px;
  }
}
.team-two__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .team-two__border-box {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) {
  .team-two__border-box {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .team-two__border-box {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .team-two__border-box {
    width: calc(100% - 80px);
  }
}
.team-two__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  animation: animatedBorder3 1500ms infinite ease;
}

@media (max-width: 1199px) {
  .team-two__border {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .team-two__border {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .team-two__border {
    width: 50%;
  }
}
.team-two__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .team-two__border--3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .team-two__border--4 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .team-two__border--5 {
    display: none;
  }
}
@keyframes animatedBorder3 {
  0% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
  50% {
    border-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.6);
  }
  100% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}
.team-page {
  background-color: var(--easilon-white, #ffffff);
}

.blog-card {
  position: relative;
  padding: 30px 30px 4px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.blog-card__meta {
  margin: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-card__meta li {
  font-size: 12px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.333;
  display: flex;
  align-items: center;
}

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

.blog-card__meta li a:hover {
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 0 0 0.5px currentColor;
}

.blog-card__meta__icon {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: var(--easilon-base, #00CDE5);
}

.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  line-height: 1.2;
}

.blog-card__title:hover {
  color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .blog-card__title {
    font-size: 18px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.blog-card__image {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}

.blog-card__image img {
  transition: 0.5s;
  display: block;
  width: 100%;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}

.blog-card__hover__box {
  background-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.8);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: 1;
}

.blog-card__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.blog-card__hover__box--2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.blog-card__hover__box--3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.blog-card__hover__box--4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.blog-card:hover .blog-card__hover__box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-card__date {
  position: relative;
  top: -26px;
  padding: 0;
  min-width: 55px;
  min-height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: var(--easilon-white, #ffffff);
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  z-index: 1;
}

.blog-card__date__day,
.blog-card__date__month {
  padding: 5.75px 6px 5.75px;
  display: block;
  width: 100%;
}

.blog-card__date__day {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.blog-card__date__month {
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white, #ffffff);
}

.blog-card--two {
  padding-bottom: 25px;
  background-color: var(--easilon-white, #ffffff);
}

.blog-card--two .blog-card__meta {
  margin-bottom: 25px;
}

.blog-card--two .blog-card__image {
  margin-top: 30px;
  margin-bottom: 25px;
}

.blog-card--two .blog-card__date {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-card--three {
  padding: 0 0 30px;
  background-color: var(--easilon-white, #ffffff);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

.blog-card--three:hover {
  border-color: var(--easilon-base, #00CDE5);
}

.blog-card--three .blog-card__image {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-card--three .blog-card__date {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

@media (max-width: 430px) {
  .blog-card--three .blog-card__date {
    top: 20px;
    left: 20px;
  }
}
.blog-card--three .blog-card__meta {
  margin-bottom: 21px;
}

.blog-card--three .blog-card__title {
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: normal;
  margin-bottom: 14px;
}

@media (max-width: 1199px) {
  .blog-card--three .blog-card__title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .blog-card--three .blog-card__title {
    font-size: 20px;
  }
}
.blog-card--three .blog-card__text {
  margin-bottom: 21px;
  text-transform: capitalize;
}

.blog-card--three .blog-card__link {
  padding: 14.5px 16px;
}

.blog-card--three .blog-card__link .easilon-btn__icon {
  font-size: 24px;
}

.blog-card--three .blog-card__link .easilon-btn__icon::after {
  height: calc(100% - 1px);
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
}

.blog-one {
  background-color: var(--easilon-white, #ffffff);
}

.blog-one__top {
  margin-bottom: 51px;
}

.blog-one .sec-title {
  margin: 0;
}

.blog-one__button {
  display: flex;
  justify-content: flex-end;
}

.blog-one__button .easilon-btn {
  top: 24px;
}

@media (max-width: 991px) {
  .blog-one__button .easilon-btn {
    top: 0;
  }
}
.blog-two {
  background-color: var(--easilon-white2, #F6F6F8);
}

.blog-page {
  background-color: var(--easilon-white, #ffffff);
}

.blog-page .post-pagination {
  justify-content: center;
}

@media (max-width: 991px) {
  .blog-page .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--list .post-pagination,
.blog-page--sidebar .post-pagination {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .blog-page--list .post-pagination,
  .blog-page--sidebar .post-pagination {
    margin-top: 10px;
  }
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
.blog-page--grid .post-pagination {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .blog-page--grid .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--carousel {
  background-color: var(--easilon-white2, #F6F6F8);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  display: none;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (min-width: 576px) {
  .topbar {
    display: block;
  }
}
.topbar .container-fluid {
  max-width: 1550px;
}

.topbar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .topbar__inner {
    flex-direction: row;
  }
}
.topbar__info {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.topbar__info li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  line-height: 1.2;
}

.topbar__info li:hover {
  color: var(--easilon-base, #00CDE5);
}

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

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

.topbar__info__icon {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: var(--easilon-base, #00CDE5);
}

.topbar__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.topbar__info__icon--phone {
  font-size: 16px;
}

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

@media (max-width: 767px) {
  .topbar__right {
    display: none;
  }
}
.topbar__pages {
  margin: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .topbar__pages {
    display: none;
  }
}
.topbar__pages li {
  font-weight: 500;
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.topbar__pages li:not(:last-of-type)::after {
  content: "/";
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  line-height: 1.2;
  margin-left: 8px;
  margin-right: 8px;
}

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

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

.topbar__pages li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.topbar__social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar__social a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.topbar__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.topbar__social a:hover {
  color: var(--easilon-base, #00CDE5);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
  z-index: 99;
}

.main-header .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

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

@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}

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

.main-header__nav {
  margin-right: 78px;
}

@media (max-width: 1599px) {
  .main-header__nav {
    margin-right: 60px;
  }
}
.main-header__cart,
.main-header__search {
  position: relative;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1;
  transition: all 500ms ease;
}

.main-header__cart svg,
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header__cart:hover,
.main-header__search:hover {
  color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
  .main-header__search::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: var(--easilon-border-color, #E6E6ED);
  }
}
@media (max-width: 425px) {
  .main-header__search {
    margin-left: 36px;
  }
  .main-header__search::before {
    left: -18px;
  }
}
.main-header__cart {
  margin-left: 40px;
}

@media (max-width: 1399px) {
  .main-header__cart {
    margin-left: 35px;
  }
}
@media (max-width: 425px) {
  .main-header__cart {
    margin-left: 25px;
  }
}
.main-header__btn {
  margin-left: 80px;
  padding: 17px 20.5px;
}

@media (max-width: 1599px) {
  .main-header__btn {
    margin-left: 60px;
  }
}
@media (max-width: 1399px) {
  .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header__btn {
    margin-left: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 991px) {
  .main-header__btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__btn .easilon-btn__icon {
  font-size: 19px;
}

.main-header__btn .easilon-btn__icon::after {
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
  height: calc(100% - 1px);
}

.main-header--two {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
}

@media (max-width: 575px) {
  .main-header--two {
    top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 360px) {
  .main-header--two {
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.main-header--two .container-fluid {
  position: relative;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 38px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 1599px) {
  .main-header--two .container-fluid {
    padding-right: 24px;
  }
}
@media (max-width: 430px) {
  .main-header--two .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .main-header--two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-header--two .container-fluid::before,
.main-header--two .container-fluid::after {
  content: "";
  width: 226px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--easilon-black, #2B2B5E);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

@media (max-width: 412px) {
  .main-header--two .container-fluid::before,
  .main-header--two .container-fluid::after {
    display: none;
  }
}
.main-header--two .container-fluid::after {
  left: 10px;
  background-color: var(--easilon-base, #00CDE5);
  z-index: -1;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--two .main-header__logo,
.main-header--two .main-header__right {
  position: relative;
  z-index: 1;
}

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

@media (min-width: 413px) {
  .main-header--two .main-header__logo__light {
    display: inline-block;
  }
}
.main-header--two .main-header__logo__dark {
  display: inline-block;
}

@media (min-width: 413px) {
  .main-header--two .main-header__logo__dark {
    display: none;
  }
}
.main-header--two .main-header__right-wrap {
  display: flex;
  align-items: center;
}

.main-header--two .main-header__nav {
  margin-right: 78px;
}

@media (max-width: 1599px) {
  .main-header--two .main-header__nav {
    margin-right: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--two .main-header__nav {
    margin-right: 50px;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 42.5px;
  padding-bottom: 42.5px;
}

.main-header--two .main-header__call {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 80px;
}

@media (max-width: 1799px) {
  .main-header--two .main-header__call {
    margin-left: 60px;
  }
}
@media (max-width: 1599px) {
  .main-header--two .main-header__call {
    display: none;
  }
}
.main-header--two .main-header__call__icon {
  display: inline-flex;
  font-size: 24px;
  color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.main-header--two .main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header--two .main-header__call:hover .main-header__call__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header--two .main-header__call__number {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  line-height: 1.208;
}

.main-header--two .main-header__call__number:hover {
  color: var(--easilon-base, #00CDE5);
}

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

.main-header--two .main-header__call__number a:hover {
  background-size: 100% 1px;
}

.main-header--two .main-header__sidebar-btn {
  position: relative;
  margin-left: 98px;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 1799px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 60px;
  }
}
@media (max-width: 575px) {
  .main-header--two .main-header__sidebar-btn {
    display: none;
  }
}
.main-header--two .main-header__sidebar-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 44px);
  background-color: var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 1799px) {
  .main-header--two .main-header__sidebar-btn::before {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__sidebar-btn::before {
    height: calc(100% + 30px);
  }
}
.main-header--two .main-header__sidebar-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 100px;
  transition: all 400ms ease;
}

.main-header--two .main-header__sidebar-btn span:nth-child(1) {
  width: 23px;
  margin-left: auto;
}

.main-header--two .main-header__sidebar-btn span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.main-header--two .main-header__sidebar-btn span:nth-child(3) {
  width: 17px;
  margin-left: auto;
}

.main-header--two .main-header__sidebar-btn:hover span {
  width: 100%;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-header--three {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .main-header--three .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--three .main-header__logo {
  position: relative;
  padding: 24px 31px;
  background-color: var(--easilon-white, #ffffff);
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header--three .main-header__logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 425px) {
  .main-header--three .main-header__logo {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .main-header--three .main-header__logo {
    padding: 0;
    background-color: transparent;
  }
}
.main-header--three .main-header__logo::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 375px) {
  .main-header--three .main-header__logo::after {
    display: none;
  }
}
@media (max-width: 375px) {
  .main-header--three .main-header__logo__dark {
    display: none;
  }
}
.main-header--three .main-header__logo__light {
  display: none;
}

@media (max-width: 375px) {
  .main-header--three .main-header__logo__light {
    display: inline-block;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-header--three .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 39px;
  padding-bottom: 39px;
}

.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--easilon-white, #ffffff);
}

.main-header--three .mobile-nav__btn span {
  background-color: var(--easilon-white, #ffffff);
}

.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--easilon-white, #ffffff);
}

.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-header--three .main-header__btn {
  margin-left: 60px;
}

@media (max-width: 1599px) {
  .main-header--three .main-header__btn {
    margin-left: 50px;
  }
}
@media (max-width: 1399px) {
  .main-header--three .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header--three .main-header__btn {
    margin-left: 50px;
  }
}
.main-header--three .main-header__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-header--three .main-header__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.main-header--three .main-header__btn::before,
.main-header--three .main-header__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--easilon-white, #ffffff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--easilon-black-rgb, 43, 43, 94), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

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

.sticky-header--cloned.sticky-header--two .container-fluid::before,
.sticky-header--cloned.sticky-header--two .container-fluid::after {
  width: 256px;
  left: -30px;
}

@media (max-width: 575px) {
  .sticky-header--cloned.sticky-header--two .container-fluid::before,
  .sticky-header--cloned.sticky-header--two .container-fluid::after {
    width: 241px;
    left: -15px;
  }
}
.sticky-header--cloned.sticky-header--two .container-fluid::after {
  left: -20px;
}

@media (max-width: 575px) {
  .sticky-header--cloned.sticky-header--two .container-fluid::after {
    left: -5px;
  }
}
.sticky-header--cloned.sticky-header--three {
  background-color: var(--easilon-black, #2B2B5E);
  box-shadow: 0px 3px 18px rgba(var(--easilon-white-rgb, 255, 255, 255), 0.06);
}

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

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

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
}

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

.mobile-nav__btn:hover span {
  background-color: var(--easilon-base, #00CDE5);
}

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

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

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

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

.main-menu .main-menu__list > li + li {
  margin-left: 44px;
}

@media (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
}

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

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

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

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

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

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

.main-menu .main-menu__list li ul li > a {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 26px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}

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

.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
}

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

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

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

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

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

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

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

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

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

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

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

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--easilon-black, #2B2B5E);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--easilon-base, #00CDE5);
}

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

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

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

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

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

.demo-one__card {
  background-color: var(--easilon-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--easilon-black-rgb, 43, 43, 94), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

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

.demo-one__title {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-transform: capitalize;
  font-size: 16px !important;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
}

.demo-one__title:hover {
  color: var(--easilon-base, #00CDE5);
}

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (max-width: 412px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__btn {
  padding: 16px;
  justify-content: center;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btn {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .demo-one__btn {
    padding: 16px 20px;
  }
}
@media (max-width: 412px) {
  .demo-one__btn {
    min-width: 170px;
  }
}
.demo-one__btn::before,
.demo-one__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.demo-one__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.demo-one__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-bottom: -20px;
}

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

.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--easilon-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--easilon-black-rgb, 43, 43, 94), 0.07);
}

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

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

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

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

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

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

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--easilon-white, #ffffff);
}

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

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--easilon-black2, #141414);
  opacity: 0.6;
  cursor: url(../images/close.png), auto;
}

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

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

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

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  cursor: pointer;
  transition: all 500ms ease;
}

.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__close:hover {
  color: var(--easilon-base, #00CDE5);
}

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

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.1);
}

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

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

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

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 13px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--easilon-base, #00CDE5);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--easilon-base, #00CDE5);
  border: none;
  outline: none;
  color: var(--easilon-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-black, #2B2B5E);
}

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

.mobile-nav__social a {
  font-size: 17px;
  color: var(--easilon-white, #ffffff);
  transition: 500ms;
}

.mobile-nav__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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

.mobile-nav__social a:hover {
  color: var(--easilon-base, #00CDE5);
}

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

.mobile-nav__contact li {
  color: var(--easilon-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

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

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--easilon-white, #ffffff);
}

.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--easilon-black, #2B2B5E);
  position: relative;
  padding-top: 108px;
  padding-bottom: 111px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .page-header {
    padding-top: 88px;
    padding-bottom: 91px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.8);
}

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

.page-header__content {
  text-align: center;
}

.page-header__title {
  margin-bottom: 11px;
  font-size: 45px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.222;
}

@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}
.page-header__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .page-header__border-box {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) {
  .page-header__border-box {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .page-header__border-box {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .page-header__border-box {
    width: calc(100% - 80px);
  }
}
.page-header__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  animation: animatedBorder2 1500ms infinite ease;
}

@media (max-width: 1199px) {
  .page-header__border {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .page-header__border {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .page-header__border {
    width: 50%;
  }
}
.page-header__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .page-header__border--3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-header__border--4 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .page-header__border--5 {
    display: none;
  }
}
@keyframes animatedBorder2 {
  0% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
  50% {
    border-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.6);
  }
  100% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}
.easilon-breadcrumb {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
}

.easilon-breadcrumb li {
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .easilon-breadcrumb li {
    font-size: 15px;
  }
}
.easilon-breadcrumb li:not(:last-of-type)::after {
  content: "\e917";
  font-family: "icomoon" !important;
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0;
  margin-left: 7px;
  margin-right: 7px;
}

.easilon-breadcrumb li span,
.easilon-breadcrumb li a {
  display: inline-flex;
}

.easilon-breadcrumb li:not(:first-child) span {
  color: var(--easilon-base, #00CDE5);
  font-weight: 700;
}

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

.easilon-breadcrumb li a:hover {
  background-size: 100% 1px;
}

.easilon-breadcrumb li a:hover {
  color: var(--easilon-base, #00CDE5);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}

.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 620px;
  width: 100%;
}

@media (max-width: 991px) {
  .google-map iframe {
    height: 450px;
  }
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--easilon-white, #ffffff);
}

.contact-map {
  position: relative;
}

.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 575px) {
  .client-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.client-carousel--home-3 .client-carousel__one {
  position: relative;
}

.client-carousel--home-3 .client-carousel__one::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--easilon-border-color, #E6E6ED);
  position: absolute;
  left: 0;
  bottom: -100px;
}

.client-carousel__one .owl-stage {
  display: flex;
  align-items: center;
}

.client-carousel__one {
  position: relative;
}

.client-carousel__one__item {
  position: relative;
  text-align: center;
}

.client-carousel__one__item img {
  max-width: 100%;
  width: auto !important;
}

.client-carousel__one__image {
  margin: auto;
}

.client-carousel__one__hover-image {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}

.client-carousel__one__item:hover .client-carousel__one__hover-image {
  opacity: 1;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}

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

.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}

.form-one__control__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

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

.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 65px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--easilon-white2, #F6F6F8) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 65px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.form-one .bootstrap-select .dropdown-menu {
  border: none;
}

.form-one .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

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

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

.form-one label {
  margin-bottom: 11px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 500;
  line-height: 1.88;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0 20px;
  height: 65px;
  background-color: var(--easilon-white2, #F6F6F8);
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

.form-one textarea {
  height: 143px;
  padding: 20px 20px 0;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--easilon-white, #ffffff);
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--easilon-black2, #141414);
}

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

.search-popup__form .easilon-btn__icon {
  font-size: 20px;
}

.search-popup__form .easilon-btn__icon::after {
  display: none;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  background-color: var(--easilon-white, #ffffff);
}

.contact-one__image {
  position: relative;
  padding: 259px 48px 48px 48px;
  width: 100%;
  max-width: 570px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .contact-one__image {
    padding-top: 150px;
  }
}
@media (max-width: 450px) {
  .contact-one__image {
    padding: 150px 30px 30px 30px;
  }
}
@media (max-width: 375px) {
  .contact-one__image {
    padding: 150px 25px 25px 25px;
  }
}
.contact-one__info {
  display: table;
  position: relative;
  margin: 0;
  z-index: 1;
}

@media (max-width: 412px) {
  .contact-one__info {
    display: block;
  }
}
.contact-one__info__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(10.16deg);
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 450px) {
  .contact-one__info__shape {
    display: none;
  }
}
.contact-one__info:hover .contact-one__info__shape {
  transform: rotate(-10.16deg);
}

.contact-one__info__inner {
  position: relative;
  z-index: 1;
  padding: 30px 59px 30px 30px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 450px) {
  .contact-one__info__inner {
    padding: 30px;
  }
}
.contact-one__info__item {
  display: flex;
  gap: 15px;
}

@media (max-width: 412px) {
  .contact-one__info__item {
    flex-direction: column;
  }
}
.contact-one__info__item + .contact-one__info__item {
  margin-top: 30px;
}

.contact-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.contact-one__info__item:hover .contact-one__info__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.contact-one__info__content {
  position: relative;
  top: 5px;
}

@media (max-width: 412px) {
  .contact-one__info__content {
    top: 0;
  }
}
.contact-one__info__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}

.contact-one__info__text {
  font-weight: 400;
  color: var(--easilon-text, #82828A);
  font-size: 16px;
  line-height: 1.6;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.contact-one__info__text:hover {
  color: var(--easilon-base, #00CDE5);
}

.contact-one__form__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.54;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-one__form__btn {
  padding: 15px 23px;
  font-weight: 700;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-footer__top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-footer--home .main-footer__top {
  padding-top: 176px;
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}

.main-footer .container {
  position: relative;
  z-index: 1;
}

.main-footer__bottom__inner {
  padding: 56px 0;
  border-top: 1px solid rgba(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
}

@media (max-width: 767px) {
  .main-footer__bottom__inner {
    padding-bottom: 48px;
  }
}
.main-footer__bottom__copyright {
  text-align: right;
}

@media (max-width: 767px) {
  .main-footer__bottom__copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer__social {
    justify-content: center;
  }
}
.main-footer__copyright {
  margin: 0;
  color: var(--easilon-gray, #A0A0C0);
  text-transform: capitalize;
}

.footer-widget--links-one {
  margin-top: 37px;
  position: relative;
  left: 76px;
}

@media (max-width: 1199px) {
  .footer-widget--links-one {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links-one {
    margin-top: 0 !important;
    left: 0px;
  }
}
.footer-widget--links-two {
  margin-top: 37px;
  padding-left: 78px;
}

@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links-two {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .footer-widget--links-two {
    padding-left: 0px;
  }
}
.footer-widget--contact {
  margin-top: 37px;
}

@media (max-width: 1199px) {
  .footer-widget--contact {
    margin-top: 0;
  }
}
.footer-widget__title {
  margin-bottom: 28px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--easilon-white, #ffffff);
  text-transform: capitalize;
  line-height: 1.22;
}

.footer-widget__title::before,
.footer-widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--easilon-base, #00CDE5);
  width: 10px;
  height: 2px;
}

.footer-widget__title::after {
  width: 29px;
  left: 14px;
}

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

.footer-widget__about-text {
  margin-bottom: 32px;
  color: var(--easilon-gray, #A0A0C0);
}

@media (max-width: 991px) {
  .footer-widget__about-text {
    width: 100%;
    max-width: 500px;
  }
}
.footer-widget__newsletter {
  position: relative;
}

@media (max-width: 991px) {
  .footer-widget__newsletter {
    width: 100%;
    max-width: 500px;
  }
}
.footer-widget__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  padding-left: 24px;
  padding-right: 56px;
  transition: all 500ms ease;
}

.footer-widget__newsletter input[type=text]:focus {
  color: var(--easilon-black2, #141414);
}

.footer-widget__newsletter button[type=submit] {
  position: relative;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--easilon-base, #00CDE5);
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.footer-widget__newsletter button[type=submit]:hover {
  color: var(--easilon-black, #2B2B5E);
}

.footer-widget__newsletter button[type=submit]::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

.footer-widget__newsletter button[type=submit]:hover::after {
  background-color: var(--easilon-black, #2B2B5E);
}

.footer-widget__links {
  margin: 0;
}

.footer-widget__links li + li {
  margin-top: 12px;
}

.footer-widget__links li {
  font-size: 16px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}

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

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

.footer-widget__links li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.footer-widget__info {
  margin: 0;
  padding-top: 6px;
}

.footer-widget__info li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 500;
  line-height: 1.2;
}

.footer-widget__info li + li {
  margin-top: 20px;
}

.footer-widget__info li:nth-child(1) {
  display: block;
}

.footer-widget__info li:nth-child(1) a {
  line-height: 1.866;
  text-transform: capitalize;
}

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

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

.footer-widget__info li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.footer-widget__info__icon {
  display: inline-flex;
  margin-right: 15px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
}

.footer-widget__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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

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

.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--easilon-black2, #141414);
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.sidebar-one__content {
  width: 310px;
  background-color: var(--easilon-black, #2B2B5E);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar-one__content::-webkit-scrollbar {
  display: none;
}

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

.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: var(--easilon-white, #ffffff);
  cursor: pointer;
  transition: all 400ms ease;
}

.sidebar-one__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-one__close:hover {
  color: var(--easilon-base, #00CDE5);
}

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

.sidebar-one__title {
  position: relative;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 25px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.sidebar-one__title::before,
.sidebar-one__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--easilon-base, #00CDE5);
  width: 20px;
  height: 2px;
}

.sidebar-one__title::after {
  width: 50px;
  left: 25px;
}

.sidebar-one__about__text {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--easilon-white2, #F6F6F8);
}

.sidebar-one__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-one__info__list li {
  display: flex;
  font-size: 15px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 500;
  line-height: 1.75;
}

.sidebar-one__info__list li + li {
  margin-top: 20px;
}

.sidebar-one__info__list li .sidebar-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 14px;
  color: var(--easilon-white, #ffffff);
  margin-right: 12px;
  background-color: var(--easilon-base, #00CDE5);
  overflow: hidden;
}

.sidebar-one__info__list li .sidebar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-one__info__list li:hover .sidebar-one__info__icon > * {
  animation: slideTop 500ms;
}

.sidebar-one__info__list li address {
  color: inherit;
  text-transform: capitalize;
  margin: 0;
}

.sidebar-one__info__list li a {
  position: relative;
  top: 1px;
  color: inherit;
}

.sidebar-one__info__list li a:hover {
  color: var(--easilon-base, #00CDE5);
}

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

.sidebar-one__newsletter__input {
  outline: 0;
  border: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  color: var(--easilon-white, #ffffff);
  width: calc(100% - 45px);
  height: 50px;
  padding-left: 15px;
  background-color: rgba(var(--easilon-white-rgb, 255, 255, 255), 0.09);
  background-color: rgba(var(--easilon-white-rgb, 255, 255, 255), 0.09);
  transition: all 400ms ease;
}

.sidebar-one__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--easilon-white, #ffffff);
  width: 45px;
  height: 50px;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.sidebar-one__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-one__newsletter__btn:hover {
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
}

.sidebar__single {
  background-color: var(--easilon-white2, #F6F6F8);
  padding: 30px;
}

@media (max-width: 1199px) {
  .sidebar__single {
    padding: 30px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 16px;
  margin-bottom: 30px;
}

.sidebar__form__title {
  margin-bottom: 25px;
}

.sidebar__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  border: 0;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 400;
  width: 100%;
  height: 100%;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
  z-index: 2;
}

.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
  color: var(--easilon-black, #2B2B5E);
}

.sidebar__search button[type=submit] i {
  color: inherit;
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts-title {
  margin-bottom: 30px;
}

.sidebar__posts__item {
  display: flex;
  gap: 16px;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__image {
  width: 80px;
  flex-shrink: 0;
}

.sidebar__posts__image img {
  width: 100%;
  display: block;
}

.sidebar__posts__content {
  position: relative;
  top: 2px;
  right: -1px;
  width: calc(100% - 80px);
}

.sidebar__posts__meta {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.sidebar__posts__meta a {
  display: inline-flex;
  align-items: center;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.sidebar__posts__meta a:hover {
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 0 0 0.5px currentColor;
}

.sidebar__posts__meta__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 11px;
  font-size: 12px;
  color: var(--easilon-base, #00CDE5);
}

.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__posts__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.555;
}

.sidebar__posts__title:hover {
  color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .sidebar__posts__title {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .sidebar__posts__title {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .sidebar__posts__title {
    font-size: 14px;
  }
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.sidebar__categories {
  margin-top: -15px;
  margin-bottom: -15px;
}

.sidebar__categories li:not(:last-child) {
  margin-bottom: 6px;
}

.sidebar__categories li a {
  position: relative;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 12px 0;
  z-index: 1;
}

.sidebar__categories li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.sidebar__categories li a span {
  color: var(--easilon-black, #2B2B5E);
  font-weight: 400;
  transition: all 500ms ease;
}

.sidebar__categories li a:hover {
  padding: 12px 12px;
  color: var(--easilon-white, #ffffff);
}

.sidebar__categories li a:hover::after {
  left: 0;
  width: 100%;
}

.sidebar__categories li a:hover span {
  color: var(--easilon-white, #ffffff);
  text-shadow: 0px 0px 0.5px currentColor;
}

.sidebar__tags-wrapper {
  padding-bottom: 31px;
}

.sidebar__tags-wrapper .sidebar__title {
  margin-bottom: 29px;
}

.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar__tags a {
  background-color: var(--easilon-white, #ffffff);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 8px 12px 10px;
}

.sidebar__tags a:hover {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
}

.sidebar__comments-wrapper .sidebar__title {
  margin-bottom: 29.1px;
}

.sidebar__comments {
  padding-top: 2px;
  margin-bottom: 0px;
}

.sidebar__comments li {
  display: flex;
  align-items: center;
  gap: 21px;
}

.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 31px;
}

.sidebar__comments__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--easilon-base, #00CDE5);
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

li:hover .sidebar__comments__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.sidebar__comments__title {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  line-height: 1.562;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
}

.sidebar__comments__title:hover {
  color: var(--easilon-base, #00CDE5);
}

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

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

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__info {
  background-color: var(--easilon-white2, #F6F6F8);
}

.service-sidebar__nav {
  margin: 0;
}

.service-sidebar__nav li {
  padding: 0 30px;
  position: relative;
}

.service-sidebar__nav li:not(:last-child)::before {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--easilon-border-color, #E6E6ED);
}

.service-sidebar__nav li::after {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% + 1px);
  top: -1px;
  right: 0;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: all 500ms ease;
}

.service-sidebar__nav li:hover::after {
  left: 0;
  width: 100%;
}

.service-sidebar__nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 21.5px 0 22.5px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  transition: all 500ms ease;
  z-index: 2;
}

.service-sidebar__nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 60px);
  background-color: var(--easilon-base, #00CDE5);
}

.service-sidebar__nav li a .service-sidebar__nav__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
}

.service-sidebar__nav li a .service-sidebar__nav__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-sidebar__nav li:hover a {
  color: var(--easilon-white, #ffffff);
}

.service-sidebar__nav li:hover a .service-sidebar__nav__icon {
  color: var(--easilon-white, #ffffff);
}

.service-sidebar__nav li.current::after {
  left: 0;
  width: 100%;
  background-color: var(--easilon-base, #00CDE5);
}

.service-sidebar__nav li.current a {
  padding: 11.5px 0;
  color: var(--easilon-white, #ffffff);
  font-weight: 800;
}

.service-sidebar__nav li.current a .service-sidebar__nav__icon {
  color: var(--easilon-white, #ffffff);
}

.service-sidebar__contact {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

.service-sidebar__contact__bg {
  position: relative;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% + 5px);
  height: calc(100% - 186px);
  clip-path: polygon(0 35%, 100% 0%, 100% 99%, 0% 100%);
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__bg {
    height: calc(100% - 135px);
  }
}
.service-sidebar__contact__bg__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
}

.service-sidebar__contact__inner {
  padding: 190px 30px 33px;
  position: relative;
  z-index: 11;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__inner {
    padding: 190px 20px 33px;
  }
}
.service-sidebar__contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 36px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  margin: 0 auto 36px;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}

.service-sidebar__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__icon {
    font-size: 28px;
    width: 60px;
    height: 60px;
  }
}
.service-sidebar__contact:hover .service-sidebar__contact__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.service-sidebar__contact__time {
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  margin-bottom: 11px;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__time {
    font-size: 14px;
  }
}
.service-sidebar__contact__number {
  font-size: 30px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: uppercase;
  margin-bottom: 0;
}

.service-sidebar__contact__number:hover {
  color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 1399px) {
  .service-sidebar__contact__number {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .service-sidebar__contact__number {
    font-size: 22px;
  }
}
.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.service-sidebar__appointment {
  background-color: var(--easilon-white2, #F6F6F8);
}

.service-sidebar__appointment__title {
  margin: 0;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 800;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  line-height: 1.5;
  text-transform: capitalize;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 375px) {
  .service-sidebar__appointment__title {
    font-size: 18px;
  }
}
.service-sidebar__appointment__form {
  padding: 30px;
}

@media (max-width: 375px) {
  .service-sidebar__appointment__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-sidebar__appointment__form .form-one__group {
  grid-gap: 15px;
}

.service-sidebar__appointment__form input[type=text],
.service-sidebar__appointment__form input[type=email],
.service-sidebar__appointment__form input[type=password],
.service-sidebar__appointment__form input[type=tel] {
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  background-color: var(--easilon-white, #ffffff);
}

.service-sidebar__appointment__form__btn {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--easilon-base, #00CDE5);
  -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(--easilon-base, #00CDE5);
  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(--easilon-base, #00CDE5);
  opacity: 0.4;
}

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

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 202px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 202px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes cloudMoveY {
  0% {
    background-position: 100% 1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes sliderLeft {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-slider-one__carousel {
  position: relative;
  width: 100%;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: none;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
  z-index: 3;
}

@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    right: 40px;
  }
}
@media (min-width: 1600px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    right: 60px;
  }
}
.main-slider-one__carousel.owl-carousel .owl-nav button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  background-color: transparent;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
  border-radius: 50%;
  transition: all 400ms ease;
}

.main-slider-one__carousel.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-one__carousel.owl-carousel .owl-nav button:hover {
  border-color: var(--easilon-black, #2B2B5E);
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-black, #2B2B5E);
}

.main-slider-one__carousel.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.main-slider-one__carousel.owl-carousel .owl-dots {
  counter-reset: sliderCount;
  margin: 0 !important;
  position: absolute;
  left: 50%;
  bottom: 220px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

@media (min-width: 992px) {
  .main-slider-one__carousel.owl-carousel .owl-dots {
    bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-dots {
    flex-direction: column;
    gap: 25px;
    top: 50%;
    left: auto;
    left: 37px;
    bottom: auto;
    transform: translate(0%, -50%);
  }
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  position: relative;
  background-color: transparent;
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -17px;
  transform: scale(0.5);
  opacity: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::before {
    left: -13px;
  }
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::after {
  content: "0" counter(sliderCount);
  counter-increment: sliderCount;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 1.142;
  text-align: center;
  color: var(--easilon-text, #82828A);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::after {
    color: var(--easilon-gray, #A0A0C0);
  }
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span::before,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span::before {
  opacity: 1;
  transform: scale(1);
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  color: var(--easilon-white2, #F6F6F8);
}

.main-slider-one__item {
  position: relative;
  z-index: 3;
  padding-top: 250px;
  padding-bottom: 250px;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 1199px) {
  .main-slider-one__item {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media (max-width: 991px) {
  .main-slider-one__item {
    padding-top: 170px;
    padding-bottom: 330px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__item {
    padding-top: 150px;
  }
}
@media (max-width: 430px) {
  .main-slider-one__item {
    padding-top: 130px;
  }
}
.main-slider-one__bg {
  width: calc(100% - 568px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transform: scale(1);
  z-index: 1;
  transition: transform 8000ms ease;
}

@media (max-width: 1599px) {
  .main-slider-one__bg {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1399px) {
  .main-slider-one__bg {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1199px) {
  .main-slider-one__bg {
    width: 100%;
  }
}
.main-slider-one__bg::after {
  content: "";
  width: calc(100% + 5px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  background: linear-gradient(90deg, var(--easilon-black, #2B2B5E) 0%, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.6) 25.9%, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 100%);
}

@media (max-width: 1199px) {
  .main-slider-one__bg::after {
    width: 100%;
    left: 0;
    background: none;
    background-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.8);
  }
}
.main-slider-one__container {
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  .main-slider-one__container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1400px) {
  .main-slider-one__container {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media (min-width: 1600px) {
  .main-slider-one__container {
    padding-left: 192px;
    padding-right: 192px;
  }
}
.main-slider-one .row {
  --bs-gutter-x: 50px;
}

.main-slider-one__content {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.main-slider-one__top {
  margin-bottom: 11px;
  overflow: hidden;
}

.main-slider-one__top__inner {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one__sub-title-shape {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.main-slider-one__sub-title-shape__one,
.main-slider-one__sub-title-shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-one__sub-title-shape__one {
  width: 11px;
}

.main-slider-one__sub-title-shape__two {
  width: 18px;
}

.main-slider-one__sub-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
}

.main-slider-one__sub-title span {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-one__title {
  margin-bottom: 25px;
  display: inline-block;
  overflow: hidden;
  font-size: 65px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.153;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .main-slider-one__title {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-one__title {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .main-slider-one__title {
    font-size: 40px;
  }
}
.main-slider-one__title__inner {
  display: block;
  overflow: hidden;
}

.main-slider-one__title__text {
  display: block;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one__button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-slider-one__button-group__inner {
  overflow: hidden;
}

.main-slider-one__button {
  opacity: 0;
  transform: translateY(150px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one__btn-1:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-one__btn-1:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-one__btn-1::before,
.main-slider-one__btn-1::after {
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 991px) {
  .main-slider-one__form-wrapper {
    padding-bottom: var(--section-space, 120px);
    background-color: var(--easilon-white, #ffffff);
  }
}
@media (max-width: 767px) {
  .main-slider-one__form-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__form-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .main-slider-one__form-wrapper__inner {
    margin-top: -150px;
    position: relative;
    z-index: 2;
  }
}
.main-slider-one__form {
  position: relative;
  position: absolute;
  top: 119px;
  right: 275px;
  width: 100%;
  max-width: 471px;
  z-index: 3 !important;
}

@media (max-width: 1799px) {
  .main-slider-one__form {
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
  }
}
@media (max-width: 1599px) {
  .main-slider-one__form {
    right: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-slider-one__form {
    max-width: 390px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-one__form {
    max-width: 370px;
    right: 40px;
  }
}
@media (max-width: 991px) {
  .main-slider-one__form {
    max-width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    box-shadow: 0px 3px 18px rgba(var(--easilon-black-rgb, 43, 43, 94), 0.07);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 360px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-slider-one__form .loan-calculator-form::before {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-one__shape-one {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  top: 67px;
  left: -100%;
  opacity: 0.3;
  z-index: 2;
  transition: all 2000ms ease;
  animation: moveHorizontal2 2s linear infinite;
}

.main-slider-one__shape-two {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  right: -100%;
  bottom: 31px;
  opacity: 0.7;
  z-index: 2;
  transition: all 2000ms ease;
  animation: moveHorizontal 2s linear infinite;
}

.main-slider-one .active .main-slider-one__bg {
  transform: scale(1.2);
}

.main-slider-one .active .main-slider-one__top__inner {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-one .active .main-slider-one__title__text {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-one .active .main-slider-one__title__text--1 {
  transition-delay: 600ms;
}

.main-slider-one .active .main-slider-one__title__text--2 {
  transition-delay: 800ms;
}

.main-slider-one .active .main-slider-one__title__text--3 {
  transition-delay: 1000ms;
}

.main-slider-one .active .main-slider-one__button {
  opacity: 1;
  transform: translateY(0px);
}

.main-slider-one .active .main-slider-one__button--1 {
  transition-delay: 1200ms;
}

.main-slider-one .active .main-slider-one__button--2 {
  transition-delay: 1400ms;
}

.main-slider-one .active .main-slider-one__shape-one {
  left: 0;
}

.main-slider-one .active .main-slider-one__shape-two {
  right: 0;
}

@media (max-width: 767px) {
  .main-slider-one .active .main-slider-one__shape-two {
    bottom: -20px;
  }
}
.main-slider-two {
  position: relative;
  overflow: hidden;
  background-color: var(--easilon-white, #ffffff);
}

.main-slider-two__inner {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-two__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
}

.main-slider-two__carousel {
  position: relative;
  width: 100%;
}

.main-slider-two__carousel.owl-carousel .owl-dots {
  counter-reset: sliderCount;
  margin: 0 !important;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

@media (min-width: 1200px) {
  .main-slider-two__carousel.owl-carousel .owl-dots {
    flex-direction: column;
    gap: 25px;
    top: 50%;
    left: auto;
    left: 37px;
    bottom: auto;
    transform: translate(0%, -50%);
  }
}
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  background-color: transparent;
}

.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -17px;
  transform: scale(0.5);
  opacity: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::before {
    left: -13px;
  }
}
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::after {
  content: "0" counter(sliderCount);
  counter-increment: sliderCount;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 1.142;
  text-align: center;
  color: var(--easilon-text, #82828A);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::after {
    color: var(--easilon-gray, #A0A0C0);
  }
}
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot:hover span::before,
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot.active span::before {
  opacity: 1;
  transform: scale(1);
}

.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  color: var(--easilon-white, #ffffff);
}

.main-slider-two__item {
  margin: 165px auto 0;
  width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 1199px) {
  .main-slider-two__item {
    margin-top: 150px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__item {
    margin: 125px auto 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 360px) {
  .main-slider-two__item {
    margin-top: 0;
    width: 100%;
  }
}
.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 1;
}

.main-slider-two__social {
  position: relative;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-100%);
  flex-direction: column;
  gap: 10px;
  z-index: 3;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
}

@media (max-width: 1199px) {
  .main-slider-two__social {
    display: none;
  }
}
.main-slider-two__social::before,
.main-slider-two__social::after {
  content: "";
  width: 1px;
  height: 69px;
  background-color: var(--easilon-base, #00CDE5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-slider-two__social::before {
  top: -79px;
}

.main-slider-two__social::after {
  bottom: -79px;
}

.main-slider-two__social a {
  border-radius: 50%;
  border-color: RGBA(var(--easilon-text-rgb, 130, 130, 138), 0.25);
}

.main-slider-two__social a:hover {
  background-color: transparent;
}

.main-slider-two__social a:hover .social-links-two__icon {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-two__social .social-links-two__icon {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.main-slider-two__container {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
  z-index: 2;
}

@media (min-width: 361px) {
  .main-slider-two__container {
    padding-top: 176px;
  }
}
@media (min-width: 1200px) {
  .main-slider-two__container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1300px) {
  .main-slider-two__container {
    padding-top: 200px;
    padding-bottom: 226px;
  }
}
@media (min-width: 1600px) {
  .main-slider-two__container {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 1800px) {
  .main-slider-two__container {
    padding-left: 196px;
    padding-right: 196px;
  }
}
.main-slider-two .row {
  --bs-gutter-x: 50px;
}

.main-slider-two__content {
  position: relative;
  z-index: 3;
}

.main-slider-two__content__shape-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: -136px;
  border: 8px solid var(--easilon-black, #2B2B5E);
  opacity: 0;
  transition: all 1000ms ease;
  animation: zoom 3s linear infinite;
}

@media (max-width: 1599px) {
  .main-slider-two__content__shape-circle {
    top: -70px;
    right: -20px;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__content__shape-circle {
    top: -80px;
    right: 20px;
  }
}
.main-slider-two__content__shape-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: -110px;
  bottom: 102px;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 1000ms ease;
  animation: textRotate 5s infinite linear;
}

@media (max-width: 1599px) {
  .main-slider-two__content__shape-close {
    right: -50px;
    bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__content__shape-close {
    right: 40px;
    bottom: -80px;
  }
}
.main-slider-two__content__shape-close::before,
.main-slider-two__content__shape-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: var(--easilon-base, #00CDE5);
  transform: rotate(-45deg);
  border-radius: 10px;
}

.main-slider-two__content__shape-close::after {
  transform: rotate(45deg);
}

.main-slider-two__top {
  margin-bottom: 11px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

.main-slider-two__sub-title-shape {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.main-slider-two__sub-title-shape__one,
.main-slider-two__sub-title-shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-two__sub-title-shape__one {
  width: 11px;
}

.main-slider-two__sub-title-shape__two {
  width: 18px;
}

.main-slider-two__sub-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.25;
  text-transform: capitalize;
}

.main-slider-two__sub-title span {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-two__title {
  margin-bottom: 5px;
  display: inline-block;
  overflow: hidden;
  font-size: 65px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 700;
  line-height: 1.153;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

@media (max-width: 1599px) {
  .main-slider-two__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-two__title {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}
.main-slider-two__text-box {
  margin-bottom: 41px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

@media (min-width: 1800px) {
  .main-slider-two__text-box {
    padding-right: 118px;
  }
}
.main-slider-two__text {
  margin-bottom: 0;
  text-transform: capitalize;
}

.main-slider-two__button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

.main-slider-two__video {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-slider-two__video__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.main-slider-two__video__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-two__video__btn:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-two__video__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.2;
  text-transform: uppercase;
}

.main-slider-two__image {
  position: relative;
  position: absolute;
  top: -4px;
  right: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transform-style: preserve-3d;
  transition: transform 1500ms ease-in-out, opacity 1500ms ease;
}

@media (max-width: 1399px) {
  .main-slider-two__image {
    top: 50%;
    transform: translateY(-50%) scaleX(0);
  }
}
@media (max-width: 1299px) {
  .main-slider-two__image {
    display: none;
  }
}
.main-slider-two__image__inner {
  width: 100%;
  max-width: 694px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 891.000000"><g transform="translate(0.000000,891.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1270 8900 c0 -6 -44 -65 -98 -133 -110 -135 -136 -172 -245 -332 -99 -147 -157 -235 -157 -241 0 -2 -12 -23 -27 -47 -15 -23 -32 -51 -38 -62 -6 -11 -31 -56 -55 -100 -89 -163 -202 -401 -255 -535 -9 -25 -22 -54 -27 -64 -6 -11 -14 -31 -18 -45 -5 -14 -18 -51 -30 -81 -12 -30 -25 -68 -30 -85 -5 -16 -14 -46 -21 -65 -6 -19 -17 -51 -24 -70 -7 -19 -20 -61 -29 -92 -37 -133 -50 -175 -62 -217 -8 -25 -14 -53 -14 -64 0 -11 -6 -43 -14 -71 -37 -130 -97 -501 -113 -696 -10 -124 -10 -899 0 -1015 11 -128 36 -308 53 -390 8 -38 14 -80 14 -93 0 -12 6 -48 14 -80 8 -31 22 -93 31 -137 39 -180 129 -481 195 -655 12 -30 25 -66 30 -80 19 -53 49 -127 104 -252 33 -74 179 -367 211 -423 19 -33 38 -67 42 -75 17 -36 112 -189 191 -306 20 -31 42 -63 47 -72 17 -28 210 -285 250 -332 185 -223 298 -345 481 -520 281 -268 624 -528 964 -729 58 -34 112 -66 120 -71 48 -29 449 -224 525 -255 50 -20 104 -42 120 -49 17 -8 50 -21 75 -31 25 -9 60 -23 78 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 51 -21 99 -37 138 -46 19 -4 49 -13 65 -18 17 -6 57 -18 90 -27 33 -9 81 -23 106 -31 26 -8 55 -14 64 -14 10 0 41 -6 69 -14 138 -38 500 -98 691 -113 128 -10 890 -10 1015 0 195 16 566 76 696 113 28 8 59 14 69 14 9 0 38 6 64 14 25 8 71 21 101 29 103 29 265 79 298 93 18 8 41 14 52 14 10 0 21 4 25 9 3 5 20 13 38 17 17 3 48 13 67 22 72 31 96 41 150 62 30 12 79 33 108 46 28 13 78 36 110 50 74 34 173 83 245 123 31 17 81 44 110 60 295 163 706 455 921 654 16 15 35 27 42 27 12 0 14 607 14 3775 l0 3775 -3865 0 c-2587 0 -3865 -3 -3865 -10z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 891.000000"><g transform="translate(0.000000,891.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1270 8900 c0 -6 -44 -65 -98 -133 -110 -135 -136 -172 -245 -332 -99 -147 -157 -235 -157 -241 0 -2 -12 -23 -27 -47 -15 -23 -32 -51 -38 -62 -6 -11 -31 -56 -55 -100 -89 -163 -202 -401 -255 -535 -9 -25 -22 -54 -27 -64 -6 -11 -14 -31 -18 -45 -5 -14 -18 -51 -30 -81 -12 -30 -25 -68 -30 -85 -5 -16 -14 -46 -21 -65 -6 -19 -17 -51 -24 -70 -7 -19 -20 -61 -29 -92 -37 -133 -50 -175 -62 -217 -8 -25 -14 -53 -14 -64 0 -11 -6 -43 -14 -71 -37 -130 -97 -501 -113 -696 -10 -124 -10 -899 0 -1015 11 -128 36 -308 53 -390 8 -38 14 -80 14 -93 0 -12 6 -48 14 -80 8 -31 22 -93 31 -137 39 -180 129 -481 195 -655 12 -30 25 -66 30 -80 19 -53 49 -127 104 -252 33 -74 179 -367 211 -423 19 -33 38 -67 42 -75 17 -36 112 -189 191 -306 20 -31 42 -63 47 -72 17 -28 210 -285 250 -332 185 -223 298 -345 481 -520 281 -268 624 -528 964 -729 58 -34 112 -66 120 -71 48 -29 449 -224 525 -255 50 -20 104 -42 120 -49 17 -8 50 -21 75 -31 25 -9 60 -23 78 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 51 -21 99 -37 138 -46 19 -4 49 -13 65 -18 17 -6 57 -18 90 -27 33 -9 81 -23 106 -31 26 -8 55 -14 64 -14 10 0 41 -6 69 -14 138 -38 500 -98 691 -113 128 -10 890 -10 1015 0 195 16 566 76 696 113 28 8 59 14 69 14 9 0 38 6 64 14 25 8 71 21 101 29 103 29 265 79 298 93 18 8 41 14 52 14 10 0 21 4 25 9 3 5 20 13 38 17 17 3 48 13 67 22 72 31 96 41 150 62 30 12 79 33 108 46 28 13 78 36 110 50 74 34 173 83 245 123 31 17 81 44 110 60 295 163 706 455 921 654 16 15 35 27 42 27 12 0 14 607 14 3775 l0 3775 -3865 0 c-2587 0 -3865 -3 -3865 -10z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

@media (max-width: 1599px) {
  .main-slider-two__image__inner {
    max-width: 650px;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__image__inner {
    max-width: 500px;
  }
}
.main-slider-two__image__shape-one {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: -107px;
  z-index: 1;
  animation: zump 2s linear infinite;
}

@media (max-width: 1799px) {
  .main-slider-two__image__shape-one {
    left: -85px;
  }
}
@media (max-width: 1599px) {
  .main-slider-two__image__shape-one {
    display: none !important;
  }
}
.main-slider-two__image__shape-two {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -65px;
  bottom: -65px;
  z-index: 3;
}

@media (max-width: 1599px) {
  .main-slider-two__image__shape-two {
    max-width: 450px !important;
    left: -15px;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__image__shape-two {
    max-width: 350px !important;
    bottom: -26px;
  }
}
.main-slider-two__image__shape-three {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -101px;
  z-index: 2;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1599px) {
  .main-slider-two__image__shape-three {
    max-width: 500px !important;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__image__shape-three {
    max-width: 350px !important;
    bottom: -60px;
  }
}
.main-slider-two__image__shape-four {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  left: 38px;
  bottom: 16px;
  animation: shapeRotate 4s infinite linear;
}

.main-slider-two .active .main-slider-two__social {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 400ms;
}

.main-slider-two .active .main-slider-two__top {
  opacity: 1;
  transform: scaleX(1);
}

.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 400ms;
}

.main-slider-two .active .main-slider-two__text-box {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 700ms;
}

.main-slider-two .active .main-slider-two__button {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1000ms;
}

.main-slider-two .active .main-slider-two__image {
  opacity: 1;
  transform: scaleX(1);
}

@media (max-width: 1399px) {
  .main-slider-two .active .main-slider-two__image {
    transform: translateY(-50%) scaleX(1);
  }
}
.main-slider-two .active .main-slider-two__content__shape-circle,
.main-slider-two .active .main-slider-two__content__shape-close {
  opacity: 1;
  transition-delay: 600ms;
}

.main-slider-three {
  position: relative;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-slider-three__carousel {
  position: relative;
  width: 100%;
}

.main-slider-three__carousel .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 23px;
}

@media (max-width: 1599px) {
  .main-slider-three__carousel .slick-dots {
    bottom: 120px;
  }
}
.main-slider-three__carousel .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--easilon-white, #ffffff);
  transition: all 400ms ease;
}

.main-slider-three__carousel .slick-dots li::after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.main-slider-three__carousel .slick-dots li:hover,
.main-slider-three__carousel .slick-dots li.slick-active {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__carousel .slick-dots li:hover::after,
.main-slider-three__carousel .slick-dots li.slick-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.main-slider-three__carousel .slick-dots li button {
  display: none;
}

.main-slider-three__carousel-counter {
  width: 37px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 991px) {
  .main-slider-three__carousel-counter {
    display: none;
  }
}
.main-slider-three__carousel-counter .slick-slide {
  position: relative;
  text-align: right;
  cursor: pointer;
}

.main-slider-three__carousel-counter__text {
  margin-left: auto;
  position: relative;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 1.142;
  text-align: center;
  color: var(--easilon-text, #82828A);
  font-weight: 600;
}

.main-slider-three__carousel-counter__text::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  transform: scale(0.5);
  opacity: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-three__carousel-counter__text::before {
    left: -13px;
  }
}
.main-slider-three__carousel-counter .slick-current + .slick-slide {
  position: relative;
}

.main-slider-three__carousel-counter .slick-current + .slick-slide .main-slider-three__carousel-counter__text {
  color: var(--easilon-white2, #F6F6F8);
}

.main-slider-three__carousel-counter .slick-current + .slick-slide .main-slider-three__carousel-counter__text::before {
  opacity: 1;
  transform: scale(1);
}

.main-slider-three__item {
  padding-top: 370px;
  padding-bottom: 290px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 1599px) {
  .main-slider-three__item {
    padding-top: 330px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__item {
    padding-top: 300px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__item {
    padding-top: 280px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__item {
    padding-top: 250px;
  }
}
@media (max-width: 375px) {
  .main-slider-three__item {
    padding-top: 220px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  z-index: 1;
  transition: transform 8000ms ease;
}

.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.75);
}

.main-slider-three__social {
  position: relative;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-100%);
  flex-direction: column;
  gap: 10px;
  z-index: 4;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
}

@media (max-width: 1399px) {
  .main-slider-three__social {
    right: 35px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__social {
    display: none;
  }
}
.main-slider-three__social a {
  border-radius: 50%;
  border-color: RGBA(var(--easilon-text-rgb, 130, 130, 138), 0.25);
}

.main-slider-three__social a:hover {
  background-color: transparent;
}

.main-slider-three__social a:hover .social-links-two__icon {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-three__social .social-links-two__icon {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

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

.main-slider-three .row {
  --bs-gutter-x: 50px;
}

.main-slider-three__content {
  position: relative;
  text-align: center;
  z-index: 3;
}

.main-slider-three__top {
  margin-bottom: 16px;
  overflow: hidden;
}

.main-slider-three__top__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 11px;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three__sub-title-shape {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.main-slider-three__sub-title-shape__one,
.main-slider-three__sub-title-shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__sub-title-shape__one {
  width: 11px;
}

.main-slider-three__sub-title-shape__two {
  width: 18px;
}

.main-slider-three__sub-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
}

.main-slider-three__sub-title span {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-three__title {
  margin-bottom: 31px;
  display: inline-block;
  overflow: hidden;
  font-size: 95px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.105;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

@media (max-width: 1599px) {
  .main-slider-three__title {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-three__title {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .main-slider-three__title {
    font-size: 40px;
  }
}
.main-slider-three__title__inner {
  display: block;
  overflow: hidden;
}

.main-slider-three__title__text {
  display: block;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three__button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-slider-three__button-group__inner {
  overflow: hidden;
}

.main-slider-three__button {
  opacity: 0;
  transform: translateY(150px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-three__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__btn::before,
.main-slider-three__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.main-slider-three__video {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-slider-three__video__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.main-slider-three__video__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-three__video__btn:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__video__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1.2;
  text-transform: uppercase;
}

.main-slider-three__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 1199px) {
  .main-slider-three__border-box {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) {
  .main-slider-three__border-box {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .main-slider-three__border-box {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .main-slider-three__border-box {
    width: calc(100% - 80px);
  }
}
.main-slider-three__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  animation: animatedBorder1 1500ms infinite ease;
}

@media (max-width: 1199px) {
  .main-slider-three__border {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .main-slider-three__border {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .main-slider-three__border {
    width: 50%;
  }
}
.main-slider-three__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .main-slider-three__border--3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-slider-three__border--4 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__border--5 {
    display: none;
  }
}
.main-slider-three .slick-active .main-slider-three__bg {
  transform: scale(1.2);
}

.main-slider-three .slick-active .main-slider-three__social {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 400ms;
}

.main-slider-three .slick-active .main-slider-three__top__inner {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-three .slick-active .main-slider-three__title__text {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-three .slick-active .main-slider-three__title__text--1 {
  transition-delay: 800ms;
}

.main-slider-three .slick-active .main-slider-three__title__text--2 {
  transition-delay: 1000ms;
}

.main-slider-three .slick-active .main-slider-three__button {
  opacity: 1;
  transform: translateY(0px);
}

.main-slider-three .slick-active .main-slider-three__button--1 {
  transition-delay: 1200ms;
}

.main-slider-three .slick-active .main-slider-three__button--2 {
  transition-delay: 1400ms;
}

@keyframes animatedBorder1 {
  0% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
  50% {
    border-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.6);
  }
  100% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
}

@media (max-width: 450px) {
  .about-one {
    padding-top: 220px;
  }
}
.about-one--about {
  background-color: var(--easilon-white, #ffffff);
}

.about-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.about-one .container {
  position: relative;
  z-index: 1;
}

.about-one__image {
  padding-left: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .about-one__image {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .about-one__image {
    padding-left: 40px;
  }
}
.about-one__image__inner {
  position: relative;
  display: table;
}

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

.about-one__image__with-border {
  position: absolute;
  right: -100px;
  bottom: 50px;
  z-index: 1;
  border: 10px solid var(--easilon-white, #ffffff);
  filter: drop-shadow(0px 4px 60px rgba(117, 165, 67, 0.12));
  animation: moveHorizontal2 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image__with-border {
    max-width: 200px !important;
    right: -50px;
  }
}
@media (max-width: 575px) {
  .about-one__image__with-border {
    display: none;
  }
}
.about-one__image__shape {
  position: absolute;
  top: 30px;
  right: -80px;
  animation: zumpBottom 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image__shape {
    right: -65px;
  }
}
@media (max-width: 575px) {
  .about-one__image__shape {
    display: none;
  }
}
.about-one__experience {
  position: relative;
  position: absolute;
  top: 50px;
  left: -100px;
  padding: 34px 26px 19px;
  text-align: center;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__experience {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .about-one__experience {
    left: -60px;
  }
}
@media (max-width: 575px) {
  .about-one__experience {
    left: -40px;
  }
}
@media (max-width: 450px) {
  .about-one__experience {
    top: -140px;
  }
}
.about-one__experience::before {
  content: "";
  width: 101px;
  height: 67px;
  background-color: var(--easilon-black, #2B2B5E);
  position: absolute;
  left: 0;
  bottom: -67px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__experience::before {
    width: 40px;
    height: 35px;
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .about-one__experience::before {
    width: 60px;
    height: 45px;
    bottom: -45px;
  }
}
@media (max-width: 575px) {
  .about-one__experience::before {
    width: 40px;
    height: 35px;
    bottom: -35px;
  }
}
.about-one__experience__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.about-one__experience__content {
  position: relative;
  z-index: 1;
}

.about-one__experience .video-btn {
  margin: 0 auto 27px;
  background-color: var(--easilon-white, #ffffff);
}

.about-one__experience .video-btn > span {
  border-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
}

.about-one__experience .video-btn:hover {
  background-color: var(--easilon-black, #2B2B5E);
}

.about-one__experience .video-btn:hover > span {
  border-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.25);
}

.about-one__experience__year {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.22;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.about-one__experience__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.about-one__content {
  position: relative;
}

@media (min-width: 992px) {
  .about-one__content {
    top: -3px;
  }
}
.about-one .sec-title {
  margin-bottom: 28px;
}

.about-one__text {
  margin-bottom: 27px;
  text-transform: capitalize;
}

.about-one__list {
  margin-bottom: 41px;
  display: flex;
  align-items: center;
  gap: 6px 46px;
  flex-wrap: wrap;
}

.about-one__list__item + .about-one__list__item {
  margin-top: 6px;
}

.about-one__list__item {
  display: flex;
  gap: 11px;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.75;
  text-transform: capitalize;
}

.about-one__list__icon {
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
}

.about-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-one__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 96px;
  bottom: 120px;
  opacity: 0.25;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1599px) {
  .about-one__money {
    left: 30px;
    bottom: 60px;
  }
}
@media (max-width: 1399px) {
  .about-one__money {
    display: none;
  }
}
.about-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1599px) {
  .about-one__shape {
    max-width: 250px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .about-one__shape {
    display: none;
  }
}
.about-two {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
}

.about-two .container {
  position: relative;
  z-index: 1;
}

.about-two__image {
  position: relative;
  top: 3px;
}

@media (max-width: 991px) {
  .about-two__image {
    top: 0;
    padding-left: 35px;
  }
}
@media (max-width: 575px) {
  .about-two__image {
    padding: 0 15px;
  }
}
.about-two__image__inner {
  position: relative;
  display: table;
}

.about-two__image__inner::before {
  content: "";
  width: calc(100% - 70px);
  height: calc(100% - 66px);
  position: absolute;
  left: -47px;
  bottom: -48px;
  z-index: -1;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  border-left: 1px solid var(--easilon-border-color, #E6E6ED);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
  animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
  .about-two__image__inner::before {
    left: -35px;
    bottom: -35px;
  }
}
@media (max-width: 575px) {
  .about-two__image__inner::before {
    left: -20px;
    bottom: -20px;
  }
}
.about-two__image__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--easilon-base, #00CDE5);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(4.3deg);
  z-index: -1;
  animation: rotateShape 3s linear infinite;
}

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

.about-two__image__two {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 10px solid var(--easilon-white, #ffffff);
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1199px) {
  .about-two__image__two {
    max-width: 150px;
  }
}
@media (max-width: 490px) {
  .about-two__image__two {
    display: none;
  }
}
.about-two__experience {
  position: absolute;
  left: 0px;
  bottom: 40px;
  padding: 16px 32px;
  text-align: center;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
}

@media (max-width: 430px) {
  .about-two__experience {
    padding-left: 25px;
    padding-right: 25px;
    bottom: 0px;
  }
}
.about-two__experience__year {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.22;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .about-two__experience__year {
    font-size: 40px;
  }
}
.about-two__experience__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about-two__content {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .about-two__content {
    margin-top: 0px;
  }
}
.about-two .sec-title {
  margin-bottom: 31px;
}

.about-two__info {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 430px) {
  .about-two__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-two__info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  font-size: 40px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
}

.about-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-two__info:hover .about-two__info__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.about-two__info__text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  line-height: 1.62;
  text-transform: capitalize;
}

.about-two__text {
  margin-bottom: 27px;
  text-transform: capitalize;
}

.about-two__list {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.about-two__list li {
  display: flex;
  gap: 11px;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.75;
  text-transform: capitalize;
}

.about-two__list__icon {
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
}

.about-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-two__shape {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1599px) {
  .about-two__shape {
    opacity: 0.8;
  }
}
@keyframes rotateShape {
  50% {
    transform: rotate(-4.3deg);
  }
  100% {
    transform: rotate(4.3deg);
  }
}
.about-three {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
}

.about-three .container {
  position: relative;
  z-index: 1;
}

.about-three__image {
  position: relative;
}

.about-three__image__one {
  display: block;
  width: 100%;
}

.about-three__image__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 285px;
  padding: 0 0 15px 16px;
  background-color: var(--easilon-white, #ffffff);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__image__inner {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .about-three__image__inner {
    max-width: 230px;
  }
}
@media (max-width: 575px) {
  .about-three__image__inner {
    display: none;
  }
}
.about-three__image__two {
  display: block;
  width: 100%;
}

.about-three__experience {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--easilon-black, #2B2B5E);
  border-top: 15px solid var(--easilon-white, #ffffff);
  border-right: 15px solid var(--easilon-white, #ffffff);
}

@media (max-width: 430px) {
  .about-three__experience {
    border-width: 10px;
  }
}
.about-three__experience__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
}

.about-three__experience__content {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.about-three__experience__text {
  padding: 38.5px 16px;
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .about-three__experience__text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.about-three__experience__title {
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
}

@media (max-width: 575px) {
  .about-three__experience__title br {
    display: inline;
  }
}
@media (max-width: 430px) {
  .about-three__experience__title {
    font-size: 14px;
  }
}
.about-three__experience__year {
  padding: 0 32.48px 0 38px;
  font-size: 65px;
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 1px 1px 0 var(--easilon-white, #ffffff), -1px -1px 0 var(--easilon-white, #ffffff), 1px -1px 0 var(--easilon-white, #ffffff), -1px 1px 0 var(--easilon-white, #ffffff), 1px 1px 0 var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.076;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 430px) {
  .about-three__experience__year {
    font-size: 60px;
  }
}
@media (max-width: 390px) {
  .about-three__experience__year {
    font-size: 55px;
  }
}
.about-three__content {
  position: relative;
}

@media (min-width: 992px) {
  .about-three__content {
    top: -2px;
    padding-left: 30px;
  }
}
.about-three .sec-title {
  margin-bottom: 23px;
}

.about-three__text {
  margin-bottom: 19px;
}

.about-three__inner {
  margin-bottom: 40px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 30px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.about-three__inner__item {
  width: 49.81%;
  display: flex;
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__inner__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-three__inner__item {
    width: 100%;
  }
}
.about-three__inner__icon {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.about-three__inner__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-three__inner__item:hover .about-three__inner__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.about-three__inner__title {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.about-three__inner__text {
  margin: 0;
}

.about-three__inner__image {
  width: 44.63%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__inner__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-three__inner__image {
    width: 100%;
  }
}
.about-three__inner__image img {
  max-width: 100%;
  height: auto;
}

.about-three__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.about-three__director {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media (max-width: 390px) {
  .about-three__director {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-three__director__info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-three__director__image {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.about-three__director__content {
  position: relative;
  top: -1px;
}

@media (max-width: 390px) {
  .about-three__director__content {
    top: 0;
  }
}
.about-three__director__content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 5px);
  background-color: var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 390px) {
  .about-three__director__content::after {
    display: none;
  }
}
.about-three__director__designation {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.about-three__director__name {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
}

.about-three__director__sign {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}

.about-three__shape-one,
.about-three__shape-two {
  max-width: 100%;
  height: auto;
  position: absolute;
  opacity: 0.3;
  animation: zumpBottom 2s linear infinite;
}

.about-three__shape-one {
  top: 120px;
  left: 0;
}

.about-three__shape-two {
  right: 0;
  bottom: 120px;
}

@media (max-width: 1699px) {
  .about-three__shape-two {
    max-width: 170px;
    bottom: 100px;
  }
}
@media (max-width: 1399px) {
  .about-three__shape-two {
    display: none;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  padding: 30px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .service-card {
    padding: 25px;
  }
}
.service-card__image {
  position: relative;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.service-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -125%;
  z-index: 2;
  display: block;
  width: 75%;
  height: 100%;
  background: -webkit-linear-gradient(to right, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 0%, RGBA(var(--easilon-base-rgb, 0, 205, 229)) 100%);
  background: linear-gradient(to right, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 0%, RGBA(var(--easilon-base-rgb, 0, 205, 229)) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-card__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}

.service-card:hover .service-card__image::before {
  -webkit-animation: serviceCardShine 0.75s;
  animation: serviceCardShine 0.75s;
}

.service-card:hover .service-card__image img {
  transform: scale(1.1);
}

.service-card__content {
  display: flex;
  align-items: center;
  gap: 15px 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service-card__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 412px) {
  .service-card__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-card__title {
  position: relative;
  margin: 0;
  padding: 16.5px 24px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .service-card__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .service-card__title {
    font-size: 18px;
  }
}
.service-card__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  transition: all 500ms ease;
  z-index: -1;
}

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

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

.service-card:hover .service-card__title {
  color: var(--easilon-white, #ffffff);
}

.service-card:hover .service-card__title::after {
  background-color: var(--easilon-black, #2B2B5E);
}

.service-card__btn {
  padding: 0;
  justify-content: center;
  flex-shrink: 0;
  width: 69px;
  height: 63px;
}

@media (max-width: 500px) {
  .service-card__btn {
    height: 60px;
  }
}
.service-card__btn .easilon-btn__icon {
  font-size: 25px;
}

.service-card__btn .easilon-btn__icon::after {
  display: none;
}

@keyframes serviceCardShine {
  100% {
    left: 125%;
  }
}
.services-one {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
  counter-reset: offerServiceNumber;
}

.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.services-one .container {
  position: relative;
  z-index: 1;
}

.services-one .sec-title {
  margin-bottom: 14px;
}

.services-one__slide {
  margin-bottom: 51px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 19px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}

.services-one__slide:hover {
  animation-play-state: paused;
}

@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
.services-one__slide__text {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: all 400ms ease;
}

@media (max-width: 575px) {
  .services-one__slide__text {
    font-size: 60px;
  }
}
.services-one__slide__text--one {
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 1px 1px 0 var(--easilon-white, #ffffff), -1px -1px 0 var(--easilon-white, #ffffff), 1px -1px 0 var(--easilon-white, #ffffff), -1px 1px 0 var(--easilon-white, #ffffff), 1px 1px 0 var(--easilon-white, #ffffff);
}

.services-one__slide__text--two {
  color: var(--easilon-white, #ffffff);
}

.services-one__slide__icon {
  display: inline-flex;
  font-size: 30px;
  color: var(--easilon-base, #00CDE5);
}

.services-one__slide__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-one__main-tab-box {
  margin-bottom: 120px;
  position: relative;
  display: grid;
  grid-template-columns: 57.4% auto;
  grid-gap: 30px 0;
  align-items: center;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 1199px) {
  .services-one__main-tab-box {
    grid-template-columns: 50% auto;
  }
}
@media (max-width: 991px) {
  .services-one__main-tab-box {
    grid-template-columns: auto;
  }
}
@media (max-width: 767px) {
  .services-one__main-tab-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .services-one__main-tab-box {
    margin-bottom: 80px;
  }
}
@media (max-width: 390px) {
  .services-one__main-tab-box {
    grid-gap: 20px 0;
  }
}
.services-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 991px) {
  .services-one__main-tab-box .tab-buttons {
    border: 0;
  }
}
.services-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

@media (max-width: 991px) {
  .services-one__main-tab-box .tab-buttons .tab-btn {
    border-bottom: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}
@media (min-width: 992px) {
  .services-one__main-tab-box .tab-buttons .tab-btn:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}
@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn {
    padding-left: 20px;
  }
}
.services-one__main-tab-box .tab-buttons .tab-btn__inner {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 25px 30px 26px 77px;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  font-size: 45px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 600;
  line-height: 1.222;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    font-size: 25px;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    padding-top: 17px;
    padding-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    font-size: 20px;
    padding: 15px 30px 16px 40px;
  }
}
@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    padding-right: 20px;
    padding-left: 35px;
    font-size: 18px;
  }
}
.services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
  content: counters(offerServiceNumber, ".", decimal-leading-zero);
  counter-increment: offerServiceNumber;
  font-size: 45px;
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), -1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), 1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), -1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25);
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
    font-size: 18px;
  }
}
.services-one__main-tab-box .tab-buttons .tab-btn__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__main-tab-box .tab-buttons .tab-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.services-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner,
.services-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner {
  color: var(--easilon-white, #ffffff);
}

.services-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner::after,
.services-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner::after {
  text-shadow: 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), -1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), 1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), -1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1);
}

.services-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner .tab-btn__icon,
.services-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner .tab-btn__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.services-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.services-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.services-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

.services-one__service {
  display: block;
  padding: 30px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .services-one__service {
    padding-top: 0px;
  }
}
@media (max-width: 390px) {
  .services-one__service {
    padding: 0 20px 20px;
  }
}
.services-one__service__image {
  display: block;
  position: relative;
  overflow: hidden;
}

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

.services-one__service__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-one__service__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.services-one__service__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--easilon-base-rgb, 0, 205, 229), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  transition: opacity 500ms ease, transform 500ms ease;
}

.services-one__service__overlay::before,
.services-one__service__overlay::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: var(--easilon-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-one__service__overlay::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.services-one__service:hover .services-one__service__overlay {
  opacity: 1;
  transform: translateY(0);
}

.services-one__service:hover .services-one__service__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.services-one__service:hover .services-one__service__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-two {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.services-two .container {
  position: relative;
  z-index: 1;
}

.services-two__top {
  margin-bottom: 51px;
}

.services-two .sec-title {
  margin: 0;
}

.services-two__button {
  display: flex;
  justify-content: flex-end;
}

.services-two__button .easilon-btn {
  top: 14px;
  padding: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .services-two__button .easilon-btn {
    top: 0;
  }
}
.services-two__button .easilon-btn::before,
.services-two__button .easilon-btn::after {
  display: block;
  position: absolute;
  content: "";
  height: 0%;
  width: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.services-two__button .easilon-btn::before {
  right: 0;
  top: 0;
  transition: all 0.1s ease;
}

.services-two__button .easilon-btn::after {
  left: 0;
  bottom: 0;
  transition: all 0.1s 0.2s ease;
}

.services-two__button .easilon-btn:hover::before {
  transition: all 0.1s 0.2s ease;
  height: 100%;
}

.services-two__button .easilon-btn:hover::after {
  transition: all 0.1s ease;
  height: 100%;
}

.services-two__button .easilon-btn .easilon-btn__border {
  display: block;
  position: relative;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.services-two__button .easilon-btn__border::before,
.services-two__button .easilon-btn__border::after {
  content: "";
  height: 4px;
  position: absolute;
  background-color: var(--easilon-base, #00CDE5);
}

.services-two__button .easilon-btn__border::before {
  left: 0;
  top: 0;
  width: 0%;
  transition: all 0.1s 0.1s ease;
}

.services-two__button .easilon-btn__border::after {
  left: 0;
  bottom: 0;
  width: 100%;
}

.services-two__button .easilon-btn:hover .easilon-btn__border::before {
  width: 100%;
}

.services-two .container-fluid {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .services-two .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.services-two .sec-title__title {
  color: var(--easilon-white, #ffffff);
}

.services-two .service-card {
  border-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.2);
}

.services-two .service-card:hover .service-card__title::after {
  background-color: var(--easilon-base, #00CDE5);
}

.services-two .service-card__btn:hover::before,
.services-two .service-card__btn:hover::after {
  background-color: var(--easilon-white, #ffffff);
}

.services-two .service-card__btn:hover .easilon-btn__icon {
  color: var(--easilon-base, #00CDE5);
}

.services-three {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
}

.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.services-three .container {
  position: relative;
  z-index: 1;
}

.services-three__top {
  margin-bottom: 51px;
}

@media (max-width: 991px) {
  .services-three__top {
    margin-bottom: 70px;
  }
}
.services-three .sec-title {
  margin: 0;
}

.services-three__button {
  display: flex;
  justify-content: flex-end;
}

.services-three__button .video-btn {
  top: 40px;
  border: 0;
  background-color: var(--easilon-white, #ffffff);
}

.services-three__button .video-btn:hover {
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 991px) {
  .services-three__button .video-btn {
    top: 0;
  }
}
.services-three__card__image {
  display: block;
  position: relative;
  overflow: hidden;
}

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

.services-three__card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-three__card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.services-three__card__overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--easilon-black-rgb, 43, 43, 94), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  transition: opacity 500ms ease, transform 500ms ease;
}

.services-three__card:hover .services-three__card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.services-three__card:hover .services-three__card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.services-three__card:hover .services-three__card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-three__card__content {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 1199px) {
  .services-three__card__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services-three__card__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-transform: capitalize;
}

.services-three__card__title:hover {
  color: var(--easilon-base, #00CDE5);
}

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

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

.services-three__card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.services-three__card__btn:hover {
  background-color: var(--easilon-base, #00CDE5);
}

.services-three__card__btn__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.services-three__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-three__card__btn:hover .services-three__card__btn__icon {
  color: var(--easilon-white, #ffffff);
  animation: sliderLeft 0.5s;
}

.services-page {
  background-color: var(--easilon-white, #ffffff);
}

.services-page--carousel {
  background-color: var(--easilon-white2, #F6F6F8);
}

.services-page--carousel .services-page__carousel.owl-carousel button {
  background-color: var(--easilon-white, #ffffff);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--easilon-white, #ffffff);
}

.service-details__inner {
  margin-bottom: 36px;
}

.service-details__thumbnail {
  margin-bottom: 25px;
}

.service-details__thumbnail img {
  width: 100%;
  display: block;
}

.service-details__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  margin-bottom: 17px;
}

.service-details__text {
  margin: 0;
  line-height: 1.875;
  text-transform: capitalize;
}

.service-details__inner-two {
  margin-bottom: 31px;
}

.service-details__inner-two__title {
  margin-bottom: 13px;
}

.service-details__text-two {
  margin-bottom: 26px;
  text-transform: capitalize;
  line-height: 1.875;
}

.service-details__info {
  position: relative;
  padding: 40px;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
  margin-bottom: 31px;
}

@media (max-width: 1199px) {
  .service-details__info {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .service-details__info {
    padding: 25px;
  }
}
.service-details__info__image {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .service-details__info__image {
    right: -130px;
  }
}
@media (max-width: 991px) {
  .service-details__info__image {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .service-details__info__image {
    display: none;
  }
}
.service-details__list {
  margin-bottom: 0;
  width: 100%;
  max-width: 380px;
}

@media (max-width: 991px) {
  .service-details__list {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .service-details__list {
    max-width: 100%;
  }
}
.service-details__list li {
  position: relative;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 575px) {
  .service-details__list li {
    font-size: 14px;
  }
}
.service-details__list li + li {
  margin-top: 20px;
}

.service-details__list li > .service-details__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  transition: all 400ms ease;
}

.service-details__list li > .service-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 575px) {
  .service-details__list li > .service-details__list__icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.service-details__list li:hover > .service-details__list__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.service-details__faq__title {
  margin-bottom: 23px;
}

.service-details .faq-accordion .accordion-title {
  padding: 24.5px 20px 24.5px 78px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.service-details .faq-accordion .accordion-content p {
  text-transform: capitalize;
}

.service-details .faq-accordion .active.accordion {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.service-details .faq-accordion .active .accordion-title {
  border: 0;
}

.service-details .taxi-booking {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .service-details .taxi-booking {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .service-details .taxi-booking {
    margin-top: 80px;
  }
}
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  background-color: var(--easilon-white, #ffffff);
  padding-bottom: 60px;
}

.team-details__inner {
  display: grid;
  grid-template-columns: 391px auto;
  grid-gap: 40px 30px;
  padding: 29px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 991px) {
  .team-details__inner {
    grid-template-columns: auto;
  }
}
.team-details__image {
  width: 100%;
  max-width: 391px;
}

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

.team-details__top {
  margin-bottom: 21px;
  padding-bottom: 23px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 40px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.team-details__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.team-details__designation {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: uppercase;
}

.team-details__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.team-details__social a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: 50%;
  overflow: hidden;
}

.team-details__social a:hover {
  background-color: var(--easilon-base, #00CDE5);
}

.team-details__social__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  transition: all 500ms ease;
}

.team-details__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.team-details__social a:hover .team-details__social__icon {
  color: var(--easilon-white, #ffffff);
  animation: slideTop 0.5s;
}

.team-details__text {
  margin: 0;
  line-height: 1.875;
  letter-spacing: var(--easilon-letter-space, -0.02em);
}

.team-details__text + .team-details__text {
  margin-top: 12px;
}

.team-details__description {
  margin-bottom: 37px;
}

.team-details__info {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  margin-top: 29px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

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

.team-details__info li .team-details__info__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-details__info li .team-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.team-details__info li:hover .team-details__info__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.team-details__info li a {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.team-details__info li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.team-skills-one {
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.team-skills-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  margin-bottom: 14px;
}

.team-skills-one__text {
  margin: 0;
  line-height: 1.875;
  letter-spacing: var(--easilon-letter-space, -0.02em);
}

.team-skills-one__text + .team-skills-one__text {
  margin-top: 30px;
}

.team-skills-one__skills {
  margin-top: 51px;
  background-color: var(--easilon-white, #ffffff);
  padding: 34px 42px 31px;
}

@media (max-width: 575px) {
  .team-skills-one__skills {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .team-skills-one__skills {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.team-skills-one__skills__title {
  margin-bottom: 24px;
  text-transform: uppercase;
}

.team-skills-one__skills__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 21px 31px;
  margin-bottom: 43px;
}

@media (max-width: 991px) {
  .team-skills-one__skills__inner {
    grid-template-columns: 1fr;
  }
}
.team-skills-one .progress-box + .progress-box {
  margin: 0;
}

.team-skills-one .progress-box__title {
  letter-spacing: normal;
  font-weight: 500;
  margin-bottom: 2px;
}

.team-skills-one .progress-box__bar {
  height: 15px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.team-skills-one .progress-box__number {
  bottom: calc(100% + 1px);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card {
  position: relative;
}

.testimonial-card__icon {
  margin-bottom: 41px;
  width: 51px;
  height: 37px;
  transition: all 500ms ease;
}

.testimonial-card__icon path:nth-child(1),
.testimonial-card__icon path:nth-child(2) {
  fill: var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.testimonial-card__icon path:nth-child(3),
.testimonial-card__icon path:nth-child(4) {
  stroke: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.testimonial-card:hover .testimonial-card__icon path:nth-child(3),
.testimonial-card:hover .testimonial-card__icon path:nth-child(4) {
  fill: var(--easilon-base, #00CDE5);
}

.testimonial-card .easilon-ratings {
  margin-bottom: 21px;
  gap: 5px;
}

.testimonial-card .easilon-ratings__icon {
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
}

.testimonial-card__quote {
  margin-bottom: 33px;
  font-size: 20px;
  color: var(--easilon-white2, #F6F6F8);
  font-weight: 500;
  font-style: italic;
  line-height: 1.7;
}

.testimonial-card__quote span {
  color: var(--easilon-base, #00CDE5);
}

@media (max-width: 575px) {
  .testimonial-card__quote {
    font-size: 18px;
  }
}
.testimonial-card__name {
  margin-bottom: 1px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: uppercase;
}

.testimonial-card__designation {
  margin: 0;
  font-size: 12px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: uppercase;
}

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

.testimonial-card-two::after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 30px;
  border: 1px solid var(--easilon-base, #00CDE5);
  z-index: -1;
  transition: all 500ms ease;
}

@media (max-width: 430px) {
  .testimonial-card-two::after {
    top: 20px;
    width: calc(100% - 20px);
  }
}
.testimonial-card-two__inner {
  position: relative;
  margin-left: 30px;
  padding: 22px 30px 25px;
  background-color: var(--easilon-white, #ffffff);
  box-shadow: 0px 4px 60px RGBA(var(--easilon-black2-rgb, 20, 20, 20), 0.1);
  overflow: hidden;
}

@media (max-width: 430px) {
  .testimonial-card-two__inner {
    margin-left: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonial-card-two__top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.testimonial-card-two__image {
  position: relative;
  padding: 10px;
}

.testimonial-card-two__image::after {
  content: "";
  width: 100%;
  height: calc(100% + 100px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: 0px 0px 1000px 1000px;
  transition: all 500ms ease;
}

.testimonial-card-two__image img {
  position: relative;
  z-index: 1;
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
}

.testimonial-card-two:hover .testimonial-card-two__image::after {
  background-color: var(--easilon-base, #00CDE5);
}

.testimonial-card-two__icon {
  flex-shrink: 0;
  width: 56px;
  height: 41px;
  transition: all 500ms ease;
}

.testimonial-card-two__icon path:nth-child(1),
.testimonial-card-two__icon path:nth-child(2) {
  fill: var(--easilon-white2, #F6F6F8);
  transition: all 500ms ease;
}

.testimonial-card-two__icon path:nth-child(3),
.testimonial-card-two__icon path:nth-child(4) {
  stroke: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.testimonial-card-two:hover .testimonial-card-two__icon path:nth-child(1),
.testimonial-card-two:hover .testimonial-card-two__icon path:nth-child(2) {
  fill: var(--easilon-black, #2B2B5E);
}

.testimonial-card-two:hover .testimonial-card-two__icon path:nth-child(3),
.testimonial-card-two:hover .testimonial-card-two__icon path:nth-child(4) {
  fill: var(--easilon-base, #00CDE5);
}

.testimonial-card-two__quote {
  margin-bottom: 34px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
}

.testimonial-card-two__quote span {
  color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 575px) {
  .testimonial-card-two__quote {
    font-size: 18px;
  }
}
.testimonial-card-two__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.testimonial-card-two__name {
  margin-bottom: 0;
  color: var(--easilon-base, #00CDE5);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: uppercase;
}

.testimonial-card-two__designation {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

.testimonial-card-two .easilon-ratings {
  gap: 5px;
}

.testimonial-card-two .easilon-ratings__icon {
  font-size: 17px;
  color: var(--easilon-base, #00CDE5);
}

.testimonial-card-three {
  position: relative;
}

.testimonial-card-three__bg {
  width: 100%;
  height: calc(100% - 43px);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--easilon-white2, #F6F6F8);
}

.testimonial-card-three__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.testimonial-card-three__content {
  padding: 30px 30px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 360px) {
  .testimonial-card-three__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonial-card-three__image {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 86px !important;
  height: 86px;
  border-radius: 50%;
  border: 5px solid var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.testimonial-card-three:hover .testimonial-card-three__image {
  border-color: var(--easilon-base, #00CDE5);
}

.testimonial-card-three .easilon-ratings {
  margin-bottom: 22px;
  justify-content: flex-end;
}

.testimonial-card-three__quote {
  margin-bottom: 29px;
  font-style: italic;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.59;
}

@media (max-width: 1199px) {
  .testimonial-card-three__quote {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-three__quote {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .testimonial-card-three__quote {
    font-size: 16px;
  }
}
.testimonial-card-three__bottom {
  padding: 25px 30px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 69px;
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .testimonial-card-three__bottom {
    gap: 40px 50px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-three__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonial-card-three__name {
  margin-bottom: 5px;
  color: var(--easilon-white2, #F6F6F8);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.458;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .testimonial-card-three__name {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-three__name {
    font-size: 20px;
  }
}
.testimonial-card-three__designation {
  margin: 0;
  font-weight: 600;
  color: var(--easilon-white2, #F6F6F8);
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .testimonial-card-three__designation {
    font-size: 14px;
  }
}
.testimonial-card-three__icon {
  flex-shrink: 0;
  width: 65px;
  height: 46px;
  transition: all 500ms ease;
}

.testimonial-card-three__icon path {
  stroke: var(--easilon-white, #ffffff);
  stroke-width: 2px;
  transition: all 500ms ease;
}

.testimonial-card-three:hover .testimonial-card-three__icon path {
  fill: var(--easilon-white, #ffffff);
}

.testimonials-one {
  background-color: var(--easilon-white, #ffffff);
}

.testimonials-one__slider {
  position: relative;
  padding: 40px 40px 181px;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 430px) {
  .testimonials-one__slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials-one__slider::before {
  content: "";
  width: 6px;
  height: 35px;
  background-color: var(--easilon-base, #00CDE5);
  position: absolute;
  left: 0;
  bottom: 195px;
}

@media (max-width: 767px) {
  .testimonials-one__slider::before {
    display: none;
  }
}
.testimonials-one__slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: darken;
  opacity: 0.25;
}

.testimonials-one .testimonial-card {
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .testimonials-one .testimonial-card {
    padding-right: 0;
  }
}
.testimonials-one__carousel {
  position: relative;
  z-index: 2;
}

.testimonials-one__carousel.slick-slider {
  --slick-gutter: 20px;
  margin-left: calc(var(--slick-gutter) / -2);
  margin-right: calc(var(--slick-gutter) / -2);
}

.testimonials-one__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  /* warning: do not set `margin` or `padding` to anything other than `0` here! */
  margin: 0;
  padding: 0;
}

.testimonials-one__carousel .slick-slide {
  margin-left: calc(var(--slick-gutter) / 2);
  margin-right: calc(var(--slick-gutter) / 2);
}

.testimonials-one__carousel .slick-dots {
  position: relative;
  bottom: -93px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

@media (max-width: 1199px) {
  .testimonials-one__carousel .slick-dots {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .testimonials-one__carousel .slick-dots {
    display: none !important;
  }
}
.testimonials-one__carousel .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.testimonials-one__carousel .slick-dots li::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.testimonials-one__carousel .slick-dots li:hover,
.testimonials-one__carousel .slick-dots li.slick-active {
  background-color: var(--easilon-base, #00CDE5);
}

.testimonials-one__carousel .slick-dots li:hover::after,
.testimonials-one__carousel .slick-dots li.slick-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.testimonials-one__carousel .slick-dots li button {
  display: none;
}

.testimonials-one__carousel-thumbs {
  width: 284px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

@media (max-width: 1199px) {
  .testimonials-one__carousel-thumbs {
    width: 255px;
    left: 30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__carousel-thumbs {
    width: 245px;
  }
}
.testimonials-one__carousel-thumbs .slick-track {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonials-one__carousel-thumbs .slick-slide {
  position: relative;
  cursor: pointer;
}

.testimonials-one__carousel-thumbs .slick-slide img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .testimonials-one__carousel-thumbs .slick-slide img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__carousel-thumbs .slick-slide img {
    width: 50px;
    height: 50px;
  }
}
.testimonials-one__carousel-thumbs .slick-current + .slick-slide {
  position: relative;
  left: -5px;
}

.testimonials-one__carousel-thumbs .slick-current + .slick-slide img {
  width: 104px;
  height: 104px;
}

@media (max-width: 1199px) {
  .testimonials-one__carousel-thumbs .slick-current + .slick-slide img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__carousel-thumbs .slick-current + .slick-slide img {
    width: 80px;
    height: 80px;
  }
}
.testimonials-one__funfact__single + .testimonials-one__funfact__single {
  margin-top: 30px;
}

.testimonials-one__funfact__image img {
  width: 100%;
  display: block;
}

.testimonials-one .funfact-one__item {
  position: relative;
  padding: 36px 11px 40px;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
}

.testimonials-one .funfact-one__item::before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: -82%;
  left: 36px;
  background-color: var(--easilon-base, #00CDE5);
  transform: rotate(45deg);
  transition: all 500ms ease;
}

.testimonials-one .funfact-one__item::after {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  bottom: -82%;
  right: 36px;
  background-color: var(--easilon-base, #00CDE5);
  transform: rotate(45deg);
  transition: all 500ms ease;
}

.testimonials-one .funfact-one__item:hover::before,
.testimonials-one .funfact-one__item:hover::after {
  background-color: var(--easilon-black, #2B2B5E);
}

.testimonials-one .funfact-one__item__number {
  color: var(--easilon-white2, #F6F6F8);
  text-shadow: 1px 1px 0 var(--easilon-base, #00CDE5), -1px -1px 0 var(--easilon-base, #00CDE5), 1px -1px 0 var(--easilon-base, #00CDE5), -1px 1px 0 var(--easilon-base, #00CDE5), 1px 1px 0 var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.testimonials-one .funfact-one__item:hover .funfact-one__item__number {
  color: var(--easilon-base, #00CDE5);
  text-shadow: 1px 1px 0 transparent, -1px -1px 0 transparent, 1px -1px 0 transparent, -1px 1px 0 transparent, 1px 1px 0 transparent;
}

.testimonials-one .funfact-one__item__title {
  color: var(--easilon-black, #2B2B5E);
}

.testimonials-two {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 1199px) {
  .testimonials-two {
    padding-top: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .testimonials-two {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .testimonials-two {
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media (max-width: 430px) {
  .testimonials-two {
    padding-bottom: 100px;
  }
}
.testimonials-two--about {
  background-color: var(--easilon-white2, #F6F6F8);
}

.testimonials-two--about .testimonials-two__custome-navs button {
  background-color: var(--easilon-white, #ffffff);
}

.testimonials-two__content {
  position: relative;
  top: 3px;
}

@media (max-width: 1199px) {
  .testimonials-two__content {
    top: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-two__content {
    margin-bottom: 20px;
  }
}
.testimonials-two .sec-title {
  margin-bottom: 44px;
}

.testimonials-two__custome-navs {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonials-two__custome-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: 50%;
  transition: all 400ms ease;
}

.testimonials-two__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-two__custome-navs button:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.testimonials-two__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}

@media (max-width: 767px) {
  .testimonials-two__carousel .owl-stage-outer {
    overflow: visible;
  }
}
.testimonials-two__carousel .owl-stage {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .testimonials-two__carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .testimonials-two__carousel {
    padding: 0 15px;
  }
}
.testimonials-three {
  padding-bottom: 70px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 767px) {
  .testimonials-three {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .testimonials-three {
    padding-bottom: 30px;
  }
}
.testimonials-three__top {
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-three__top {
    margin-bottom: 15px;
  }
}
.testimonials-three .sec-title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.testimonials-three__custome-navs {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

@media (min-width: 992px) {
  .testimonials-three__custome-navs {
    margin: 0;
    margin-top: 32px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    gap: 0;
  }
}
.testimonials-three__custome-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: 50%;
  transition: all 400ms ease;
}

.testimonials-three__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-three__custome-navs button:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.testimonials-three__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}

.testimonials-three__carousel .owl-stage {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-page {
  background-color: var(--easilon-white, #ffffff);
}

.testimonials-page--carousel-1 .testimonials-page__carousel.owl-carousel .owl-nav {
  margin-top: 90px;
}

.testimonials-page--carousel-1 .testimonials-page__carousel.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 90px;
}

.testimonials-page--carousel-2 {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .testimonials-page--carousel-2 {
    padding-top: 140px;
  }
}
@media (max-width: 575px) {
  .testimonials-page--carousel-2 {
    padding-top: 120px;
  }
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.gallery-page__filter__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery-page__filter__list li {
  cursor: pointer;
  padding: 12px 18px;
  font-size: 13px;
}

.gallery-page__filter__list li.active {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.gallery-page__card {
  position: relative;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

.gallery-page__card img {
  transform: scale(1);
  width: 100%;
  display: block;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}

.gallery-page__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--easilon-black-rgb, 43, 43, 94), 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-page__card__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 50%;
  transition: all 400ms ease;
}

.gallery-page__card__hover .img-popup:hover {
  background-color: var(--easilon-white, #ffffff);
}

.gallery-page__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.gallery-page__card:hover .gallery-page__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.gallery-page__card__icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}

.gallery-page__card__icon::after,
.gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--easilon-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}

.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-page__card .img-popup:hover .gallery-page__card__icon::after,
.gallery-page__card .img-popup:hover .gallery-page__card__icon::before {
  background-color: var(--easilon-black, #2B2B5E);
}

/*--------------------------------------------------------------
# Company Info
--------------------------------------------------------------*/
.company-info-one {
  background-color: var(--easilon-white, #ffffff);
}

.company-info-one__inner {
  position: relative;
  padding: 60px 15px 57px;
  background-color: var(--easilon-black, #2B2B5E);
}

.company-info-one__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
}

.company-info-one__item {
  text-align: center;
}

.company-info-one__item__icon {
  margin-bottom: 17px;
  display: inline-flex;
  font-size: 60px;
  color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.company-info-one__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.company-info-one__item:hover .company-info-one__item__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.company-info-one__item__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  line-height: 20px;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
}

.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.65;
}

.why-choose-one .container {
  position: relative;
  z-index: 1;
}

.why-choose-one .sec-title {
  margin-bottom: 23px;
}

.why-choose-one__text {
  margin-bottom: 31px;
  text-transform: capitalize;
}

.why-choose-one__list {
  margin-bottom: 31px;
  padding-bottom: 39px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.why-choose-one__list__item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.why-choose-one__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.why-choose-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.why-choose-one__list__item:hover .why-choose-one__list__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

@media (min-width: 1200px) {
  .why-choose-one__progress {
    width: 100%;
    max-width: 470px;
  }
}
.why-choose-one__image__inner {
  display: flex;
}

.why-choose-one__image__inner img {
  max-width: 100%;
  height: auto;
}

.why-choose-one__image__one {
  position: relative;
}

.why-choose-one__image__one__shape {
  position: absolute;
  top: 71px;
  right: -85px;
  z-index: -1;
  animation: zumpBottom 2s linear infinite;
}

.why-choose-one__image__two {
  margin-top: 150px;
  margin-left: -106px;
  position: relative;
  z-index: 1;
  align-self: flex-end;
  animation: moveHorizontal2 2s linear infinite;
}

.why-choose-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1399px) {
  .why-choose-one__shape {
    right: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-one__shape {
    max-width: 500px;
  }
}
.why-choose-two {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.why-choose-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.why-choose-two__content {
  position: relative;
  z-index: 1;
}

.why-choose-two .sec-title {
  margin-bottom: 27px;
}

.why-choose-two .sec-title__title {
  color: var(--easilon-white, #ffffff);
}

.why-choose-two__text-box {
  margin-bottom: 33px;
  padding-bottom: 30px;
  border-bottom: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
}

.why-choose-two__text {
  margin: 0;
  color: var(--easilon-gray, #A0A0C0);
}

.why-choose-two__features {
  display: flex;
  gap: 20px;
}

@media (max-width: 412px) {
  .why-choose-two__features {
    flex-direction: column;
  }
}
.why-choose-two__features__icon {
  position: relative;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.why-choose-two__features__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 412px) {
  .why-choose-two__features__icon {
    top: 0;
  }
}
.why-choose-two__features:hover .why-choose-two__features__icon {
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
}

.why-choose-two__features__title {
  font-weight: 600;
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.why-choose-two__features__text {
  margin: 0;
  color: var(--easilon-gray, #A0A0C0);
  text-transform: capitalize;
}

.why-choose-two__button {
  margin-top: 57px;
}

.why-choose-two__btn {
  padding: 19px 20px;
  color: var(--easilon-white, #ffffff);
  background-color: transparent;
  border: 1px solid var(--easilon-white, #ffffff);
}

.why-choose-two__btn:hover {
  border-color: var(--easilon-base, #00CDE5);
}

.why-choose-two__btn::before,
.why-choose-two__btn::after {
  background-color: var(--easilon-base, #00CDE5);
}

.why-choose-two__btn .easilon-btn__icon::after {
  background-color: var(--easilon-white, #ffffff);
}

.why-choose-two__image {
  width: calc(50% - 132px);
  height: calc(100% - 260px);
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 1000px 0 0 1000px;
}

@media (max-width: 1599px) {
  .why-choose-two__image {
    width: calc(50% - 90px);
  }
}
@media (max-width: 991px) {
  .why-choose-two__image {
    position: relative;
    margin-left: auto;
    width: calc(100% - 30px);
    min-height: 430px;
  }
}
@media (max-width: 767px) {
  .why-choose-two__image {
    min-height: 400px;
  }
}
@media (max-width: 430px) {
  .why-choose-two__image {
    min-height: 350px;
  }
}
.why-choose-two__image__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: inherit;
  z-index: 2;
}

.why-choose-two__image__bg::after {
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  border-radius: inherit;
  border: 3px solid var(--easilon-base, #00CDE5);
}

.why-choose-two__image__shape {
  position: absolute;
  top: 20px;
  left: -2px;
  opacity: 0.3;
  animation: textRotate 7s infinite linear;
}

@media (max-width: 991px) {
  .why-choose-two__image__shape {
    top: 0;
    left: -30px;
  }
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  padding: 50px 0 54px;
  background-color: var(--easilon-black, #2B2B5E);
}

.funfact-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.funfact-one .container {
  position: relative;
  z-index: 1;
}

.funfact-one__col:not(:last-child) .funfact-one__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25);
}

@media (max-width: 575px) {
  .funfact-one__col:not(:last-child) .funfact-one__item::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .funfact-one__col:nth-child(2) .funfact-one__item::after {
    display: none;
  }
}
.funfact-one__item {
  position: relative;
  text-align: center;
}

.funfact-one__item__number {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 45px;
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 1px 1px 0 var(--easilon-base, #00CDE5), -1px -1px 0 var(--easilon-base, #00CDE5), 1px -1px 0 var(--easilon-base, #00CDE5), -1px 1px 0 var(--easilon-base, #00CDE5), 1px 1px 0 var(--easilon-base, #00CDE5);
  line-height: 1.22;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .funfact-one__item__number {
    font-size: 40px;
  }
}
.funfact-one__item:hover .funfact-one__item__number {
  text-shadow: none;
  color: var(--easilon-base, #00CDE5);
}

.funfact-one__item__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-white2, #F6F6F8);
  line-height: 1.38;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
}

.login-page__image {
  padding-left: 34px;
}

@media (max-width: 390px) {
  .login-page__image {
    padding-left: 25px;
  }
}
.login-page__image__inner {
  position: relative;
  width: 100%;
  max-width: 506px;
}

.login-page__image__inner::before {
  content: "";
  position: absolute;
  top: 34px;
  left: -34px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--easilon-base, #00CDE5);
  animation: zump 2s linear infinite;
}

@media (max-width: 390px) {
  .login-page__image__inner::before {
    top: 25px;
    left: -25px;
  }
}
.login-page__image__inner img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.login-page__wrap {
  position: relative;
  padding: 52px 60px 60px;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 767px) {
  .login-page__wrap {
    padding: 33px 30px 40.73px;
  }
}
@media (max-width: 425px) {
  .login-page__wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.login-page__wrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.3;
}

.login-page__wrap__top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 575px) {
  .login-page__wrap__top {
    flex-direction: column;
    padding-bottom: 55px;
  }
}
.login-page__wrap__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.228;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .login-page__wrap__title {
    font-size: 30px;
  }
}
.login-page__main-tab-box {
  position: relative;
  display: block;
}

.login-page__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 23px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0px;
  z-index: 1;
}

@media (max-width: 575px) {
  .login-page__main-tab-box .tab-buttons {
    margin-top: 0;
  }
}
.login-page__main-tab-box .tab-buttons .tab-btn {
  cursor: pointer;
  padding: 12.5px 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .login-page__main-tab-box .tab-buttons .tab-btn {
    font-size: 14px;
  }
}
.login-page__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.login-page__main-tab-box .tabs-content {
  margin-top: 20px;
  position: relative;
  display: block;
  z-index: 1;
}

.login-page__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.login-page__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

.login-page__tab-title {
  position: absolute;
  top: -56px;
  left: 0;
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

.login-page__form__input-box {
  position: relative;
  display: flex;
  align-items: center;
}

.login-page__form__input-box--bottom {
  margin-top: -4.72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 15px;
}

.login-page__form__input-box--button {
  padding-top: 7px;
}

.login-page__form__input-box:not(:last-child) {
  margin-bottom: 15px;
}

.login-page__form__input-box .login-page__form__icon {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  transition: all 400ms ease;
}

.login-page__form__input-box .login-page__form__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 575px) {
  .login-page__form__input-box .login-page__form__icon {
    left: 15px;
  }
}
.login-page__form__input-box input {
  outline: 0;
  padding-left: 45px;
  padding-right: 20px;
  height: 55px;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid transparent;
  width: 100%;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: normal;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  transition: all 400ms ease;
}

@media (max-width: 575px) {
  .login-page__form__input-box input {
    padding-left: 40px;
    padding-right: 15px;
  }
}
.login-page__form__input-box input:focus {
  border-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-black2, #141414);
}

.login-page__form__input-box input:focus + .login-page__form__icon {
  color: var(--easilon-black2, #141414);
}

.login-page__form__input-box .pass-field-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  transition: all 400ms ease;
}

.login-page__form__input-box .pass-field-icon:hover {
  color: var(--easilon-base, #00CDE5);
}

@media (max-width: 575px) {
  .login-page__form__input-box .pass-field-icon {
    right: 15px;
  }
}
.login-page__form__checked-box {
  position: relative;
  display: block;
}

.login-page__form__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-weight: 400;
  line-height: normal;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  cursor: pointer;
  transition: all 400ms ease;
}

.login-page__form__checked-box label:hover {
  color: var(--easilon-base, #00CDE5);
}

.login-page__form__checked-box label span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid var(--easilon-base, #00CDE5);
  border-right: 2px solid var(--easilon-base, #00CDE5);
  width: 5px;
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.login-page__form__checked-box input[type=checkbox] {
  display: none;
}

.login-page__form__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: var(--easilon-white, #ffffff);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.login-page__form__checked-box input[type=checkbox]:checked + label span {
  border-color: var(--easilon-base, #00CDE5);
}

.login-page__form__checked-box input[type=checkbox]:checked + label span::before {
  opacity: 1;
}

.login-page__form__forgot {
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-weight: 400;
  line-height: normal;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 400ms ease;
}

.login-page__form__forgot:hover {
  background-size: 100% 1px;
}

.login-page__form__forgot:hover {
  color: var(--easilon-base, #00CDE5);
}

.login-page__form__btn {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 19.5px 15px;
  font-weight: 700;
  letter-spacing: var(--easilon-letter-space, -0.02em);
}

.login-page__signin {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  text-align: center;
}

.login-page__signin__title {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  margin-bottom: 19px;
}

.login-page__signin__title a {
  color: var(--easilon-black, #2B2B5E);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.login-page__signin__title a:hover {
  color: var(--easilon-base, #00CDE5);
}

.login-page__signin__text {
  display: inline-block;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1.357;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

.login-page__signin__buttons {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.login-page__signin__btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: var(--easilon-white, #ffffff);
}

.login-page__signin__btn img {
  transition: all 500ms ease;
}

.login-page__signin__btn:hover img {
  transform: scale(1.1);
}

.login-page__top-shape {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 767px) {
  .login-page__top-shape {
    display: none;
  }
}
.login-page__top-shape__one,
.login-page__top-shape__two {
  position: relative;
  width: 46px;
  height: 34px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--easilon-base, #00CDE5);
}

.login-page__top-shape__one {
  left: 23px;
  z-index: 1;
}

.login-page__top-shape__two {
  background-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.5);
}

.login-page__bottom-shape {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 767px) {
  .login-page__bottom-shape {
    display: none;
  }
}
.login-page__bottom-shape__one,
.login-page__bottom-shape__two {
  position: relative;
  width: 90px;
  height: 66px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: var(--easilon-base, #00CDE5);
}

.login-page__bottom-shape__one {
  background-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.5);
}

.login-page__bottom-shape__two {
  z-index: 1;
  left: -45px;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}

.faq-accordion .accordion {
  background-color: var(--easilon-white, #ffffff);
}

.faq-accordion .accordion + .accordion {
  margin-top: 20px;
}

.faq-accordion .accordion-title {
  padding: 25.5px 20px 25.5px 78px;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .faq-accordion .accordion-title {
    padding-right: 20px;
  }
}
.faq-accordion .accordion-title h4 {
  margin: 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.faq-accordion .accordion-title h4::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--easilon-border-color, #E6E6ED);
  position: absolute;
  top: calc(100% + 11.5px);
  left: -21px;
  transition: all 600ms linear;
}

.faq-accordion .accordion-title__icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
  background-color: var(--easilon-black, #2B2B5E);
}

.faq-accordion .accordion-title__icon::after,
.faq-accordion .accordion-title__icon::before {
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: var(--easilon-white, #ffffff);
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after {
  width: 16px;
  height: 2px;
}

.faq-accordion .active .accordion-title {
  border: 0;
}

.faq-accordion .active .accordion-title h4::after {
  width: calc(100% + 51px);
}

@media (max-width: 1199px) {
  .faq-accordion .active .accordion-title h4::after {
    width: calc(100% + 41px);
  }
}
.faq-accordion .active .accordion-title__icon {
  background-color: var(--easilon-base, #00CDE5);
}

.faq-accordion .active .accordion-title__icon::after,
.faq-accordion .active .accordion-title__icon::before {
  background-color: var(--easilon-white, #ffffff);
  opacity: 0;
}

.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}

.faq-accordion .accordion-content .inner {
  padding: 8px 20px 21px 13px;
}

.faq-accordion .accordion-content p {
  margin: 0;
  line-height: 1.875;
}

.faq-page-search {
  padding-top: 106px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 767px) {
  .faq-page-search {
    padding-top: 86px;
  }
}
@media (max-width: 575px) {
  .faq-page-search {
    padding-top: 66px;
  }
}
.faq-page-search__content {
  text-align: center;
}

.faq-page-search__title {
  margin-bottom: 45px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .faq-page-search__title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .faq-page-search__title {
    font-size: 35px;
  }
}
.faq-page-search__form {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 770px;
}

.faq-page-search__form input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 55px;
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  padding-left: 23px;
  padding-right: 39px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .faq-page-search__form input[type=text] {
    padding-left: 20px;
  }
}
.faq-page-search__form input[type=text]:focus {
  border-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-black2, #141414);
}

.faq-page-search__form button[type=submit] {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--easilon-base, #00CDE5);
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.faq-page-search__form button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.faq-page-search__form button[type=submit]:hover {
  color: var(--easilon-black, #2B2B5E);
}

.faq-one {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
}

.faq-one .container {
  position: relative;
  z-index: 1;
}

.faq-one__image {
  position: relative;
  width: calc(100% - 55px);
}

@media (max-width: 1199px) {
  .faq-one__image {
    width: calc(100% - 32px);
  }
}
.faq-one__image__inner {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 882.000000"><g transform="translate(0.000000,882.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M6704 8811 c9 -14 -14 -19 -125 -25 -101 -7 -253 -22 -509 -51 -938 -107 -963 -109 -1610 -101 -300 3 -709 9 -910 12 -623 11 -1066 -27 -1415 -120 -149 -40 -168 -47 -325 -106 -85 -33 -261 -116 -312 -148 -14 -9 -48 -30 -75 -46 -161 -96 -464 -367 -581 -520 -25 -34 -49 -63 -52 -66 -10 -10 -127 -176 -171 -244 -119 -185 -286 -532 -329 -681 -5 -16 -20 -64 -34 -105 -41 -118 -52 -156 -101 -345 -65 -254 -122 -637 -146 -980 -13 -187 -6 -1118 9 -1305 20 -245 96 -703 138 -839 8 -25 14 -53 14 -64 0 -11 7 -40 14 -66 8 -25 23 -73 32 -106 29 -103 46 -159 57 -185 5 -14 13 -38 17 -55 29 -111 189 -494 262 -630 12 -22 37 -67 55 -100 18 -33 36 -67 40 -75 13 -29 97 -165 140 -228 24 -35 43 -65 43 -68 0 -3 5 -10 10 -17 6 -7 40 -52 77 -102 179 -242 379 -450 645 -671 129 -108 454 -299 633 -372 115 -47 264 -102 340 -125 489 -147 979 -213 1780 -237 1561 -49 2343 -51 2610 -8 39 6 86 12 105 15 176 19 482 104 655 182 99 45 111 51 165 81 219 125 379 266 524 460 76 103 82 111 126 198 112 223 157 552 114 841 -23 158 -67 374 -89 446 -7 22 -21 69 -30 105 -17 63 -33 120 -60 205 -7 22 -27 87 -45 145 -18 58 -46 146 -62 195 -15 50 -36 115 -44 145 -9 30 -23 70 -30 88 -8 18 -14 41 -14 52 0 11 -6 37 -14 57 -13 36 -25 79 -61 221 -109 431 -128 804 -59 1137 34 165 45 207 90 360 32 112 102 313 144 416 12 30 29 72 37 94 15 38 26 65 57 138 8 17 42 100 76 182 35 83 73 173 85 200 24 52 56 131 82 200 8 22 20 51 26 65 15 34 36 90 47 120 5 14 18 50 30 80 94 247 172 547 186 718 4 57 11 85 20 89 20 8 20 218 0 226 -9 4 -16 31 -21 79 -20 203 -119 438 -258 613 -37 46 -143 163 -168 185 -83 73 -312 230 -336 230 -3 0 -29 11 -58 24 -156 75 -418 143 -620 163 -55 6 -79 12 -77 21 1 9 -78 12 -374 12 -218 0 -373 -4 -370 -9z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 882.000000"><g transform="translate(0.000000,882.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M6704 8811 c9 -14 -14 -19 -125 -25 -101 -7 -253 -22 -509 -51 -938 -107 -963 -109 -1610 -101 -300 3 -709 9 -910 12 -623 11 -1066 -27 -1415 -120 -149 -40 -168 -47 -325 -106 -85 -33 -261 -116 -312 -148 -14 -9 -48 -30 -75 -46 -161 -96 -464 -367 -581 -520 -25 -34 -49 -63 -52 -66 -10 -10 -127 -176 -171 -244 -119 -185 -286 -532 -329 -681 -5 -16 -20 -64 -34 -105 -41 -118 -52 -156 -101 -345 -65 -254 -122 -637 -146 -980 -13 -187 -6 -1118 9 -1305 20 -245 96 -703 138 -839 8 -25 14 -53 14 -64 0 -11 7 -40 14 -66 8 -25 23 -73 32 -106 29 -103 46 -159 57 -185 5 -14 13 -38 17 -55 29 -111 189 -494 262 -630 12 -22 37 -67 55 -100 18 -33 36 -67 40 -75 13 -29 97 -165 140 -228 24 -35 43 -65 43 -68 0 -3 5 -10 10 -17 6 -7 40 -52 77 -102 179 -242 379 -450 645 -671 129 -108 454 -299 633 -372 115 -47 264 -102 340 -125 489 -147 979 -213 1780 -237 1561 -49 2343 -51 2610 -8 39 6 86 12 105 15 176 19 482 104 655 182 99 45 111 51 165 81 219 125 379 266 524 460 76 103 82 111 126 198 112 223 157 552 114 841 -23 158 -67 374 -89 446 -7 22 -21 69 -30 105 -17 63 -33 120 -60 205 -7 22 -27 87 -45 145 -18 58 -46 146 -62 195 -15 50 -36 115 -44 145 -9 30 -23 70 -30 88 -8 18 -14 41 -14 52 0 11 -6 37 -14 57 -13 36 -25 79 -61 221 -109 431 -128 804 -59 1137 34 165 45 207 90 360 32 112 102 313 144 416 12 30 29 72 37 94 15 38 26 65 57 138 8 17 42 100 76 182 35 83 73 173 85 200 24 52 56 131 82 200 8 22 20 51 26 65 15 34 36 90 47 120 5 14 18 50 30 80 94 247 172 547 186 718 4 57 11 85 20 89 20 8 20 218 0 226 -9 4 -16 31 -21 79 -20 203 -119 438 -258 613 -37 46 -143 163 -168 185 -83 73 -312 230 -336 230 -3 0 -29 11 -58 24 -156 75 -418 143 -620 163 -55 6 -79 12 -77 21 1 9 -78 12 -374 12 -218 0 -373 -4 -370 -9z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.faq-one__image__inner img {
  width: 100%;
  display: block;
}

.faq-one__image__border {
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: moveHorizontal2 2s infinite linear;
}

@media (max-width: 430px) {
  .faq-one__image__border {
    left: 25px;
  }
}
.faq-one .sec-title {
  margin-bottom: 33px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.faq-one .faq-accordion .accordion-title h4 {
  font-weight: 700;
}

.faq-one__shape {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 991px) {
  .faq-one__shape {
    opacity: 0.6;
  }
}
.faq-page {
  background-color: var(--easilon-white2, #F6F6F8);
}

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

/*--------------------------------------------------------------
# Apply Loan
--------------------------------------------------------------*/
.apply-loan {
  background-color: var(--easilon-white, #ffffff);
}

.apply-loan__details + .apply-loan__details {
  margin-top: 30px;
}

.apply-loan__details {
  padding: 22px 60px 30px;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 1199px) {
  .apply-loan__details {
    padding-left: 40px;
    padding-inline-end: 40px;
  }
}
@media (max-width: 991px) {
  .apply-loan__details {
    padding-left: 30px;
    padding-inline-end: 30px;
  }
}
@media (max-width: 375px) {
  .apply-loan__details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.apply-loan__details__title {
  margin-bottom: 22px;
  padding-bottom: 21px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.233;
  text-transform: capitalize;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 430px) {
  .apply-loan__details__title {
    font-size: 25px;
  }
}
.apply-loan__form__row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 22px;
}

.apply-loan__form label {
  margin-bottom: 16px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 15px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}

.apply-loan__form input[type=text],
.apply-loan__form input[type=email],
.apply-loan__form input[type=password],
.apply-loan__form input[type=tel],
.apply-loan__form textarea {
  display: block;
  width: 100%;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0 28px;
  height: 67px;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.apply-loan__form input[type=text]:focus,
.apply-loan__form input[type=email]:focus,
.apply-loan__form input[type=password]:focus,
.apply-loan__form input[type=tel]:focus,
.apply-loan__form textarea:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .apply-loan__form input[type=text],
  .apply-loan__form input[type=email],
  .apply-loan__form input[type=password],
  .apply-loan__form input[type=tel],
  .apply-loan__form textarea {
    padding: 0 20px;
    height: 55px;
  }
}
@media (max-width: 425px) {
  .apply-loan__form input[type=text],
  .apply-loan__form input[type=email],
  .apply-loan__form input[type=password],
  .apply-loan__form input[type=tel],
  .apply-loan__form textarea {
    font-size: 14px;
  }
}
.apply-loan__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

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

.apply-loan__form .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 67px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--easilon-white, #ffffff) !important;
  margin: 0;
  padding: 0;
  padding-left: 28px;
  padding-right: 28px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A) !important;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 67px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

@media (max-width: 1199px) {
  .apply-loan__form .bootstrap-select > .dropdown-toggle {
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 425px) {
  .apply-loan__form .bootstrap-select > .dropdown-toggle {
    font-size: 14px;
  }
}
.apply-loan__form .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

@media (max-width: 1199px) {
  .apply-loan__form .bootstrap-select > .dropdown-toggle::before {
    right: 20px;
  }
}
.apply-loan__form .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.apply-loan__form .bootstrap-select .dropdown-menu {
  border: none;
}

.apply-loan__form .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white, #ffffff);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.apply-loan__form .bootstrap-select .dropdown-menu > li:hover > a,
.apply-loan__form .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

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

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

.apply-loan__form__date {
  position: relative;
}

.apply-loan__form__date__icon {
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.apply-loan__form__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .apply-loan__form__date__icon {
    right: 20px;
  }
}
.apply-loan__form__btn {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Loan
--------------------------------------------------------------*/
.loan-calculator-form {
  padding: 34px 40px 40px;
  position: relative;
  z-index: 10;
  background-color: var(--easilon-white, #ffffff);
}

.loan-calculator-form::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: var(--easilon-black, #2B2B5E);
  position: absolute;
  top: 0;
  left: 0;
}

.loan-calculator-form__title {
  margin-bottom: 41px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.208;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.loan-calculator-form__content p + p {
  padding-top: 27px;
  margin-top: 25px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.loan-calculator-form__content p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--easilon-black, #2B2B5E);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 430px) {
  .loan-calculator-form__content p {
    display: block;
    text-align: center;
  }
}
.loan-calculator-form__content p span {
  color: inherit;
}

@media (max-width: 430px) {
  .loan-calculator-form__content p span {
    display: block;
  }
}
.loan-calculator-form__content p i {
  font-style: normal;
}

.loan-calculator-form__content p b {
  display: block;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
}

@media (max-width: 430px) {
  .loan-calculator-form__content p b {
    margin-top: 15px;
  }
}
.loan-calculator-form .noUi-horizontal {
  height: 6px;
  border-radius: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-calculator-form .noUi-horizontal .noUi-handle {
  top: -9px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 4px solid var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-calculator-form .noUi-horizontal .noUi-handle::before,
.loan-calculator-form .noUi-horizontal .noUi-handle::after {
  display: none;
}

.loan-calculator-form .noUi-horizontal .noUi-tooltip {
  bottom: 146%;
  font-weight: 500;
}

.loan-calculator-form .noUi-tooltip {
  border: none;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  line-height: 17px;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-calculator-form .noUi-connects {
  border-radius: 0;
}

.loan-calculator-form .noUi-connect {
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 0;
}

.loan-calculator-form .input-box {
  margin-bottom: 37px;
}

.loan-calculator-form .input-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.loan-calculator-form .input-box__top-border {
  padding-top: 20px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.loan-calculator-form .input-box__top span {
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
}

.loan-calculator-form__btn {
  margin-top: 46px;
  padding: 17px 20.5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.loan-calculator-form__btn .easilon-btn__icon {
  font-size: 19px;
}

.loan-calculator-form__btn .easilon-btn__icon::after {
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
  height: calc(100% - 1px);
}

.loan-two {
  background-color: var(--easilon-white, #ffffff);
}

.loan-two--home {
  padding-bottom: 0;
}

.loan-two--home .loan-two__inner {
  margin-bottom: -158px;
  z-index: 1;
}

.loan-two--service-details {
  background-color: var(--easilon-white2, #F6F6F8);
}

.loan-two--services {
  background-color: transparent;
}

.loan-two--services .loan-two__money {
  left: 20px;
  bottom: 120px;
  opacity: 0.25;
}

@media (max-width: 1199px) {
  .loan-two--services .loan-two__money {
    display: none;
  }
}
.loan-two__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

.loan-two__form {
  margin-left: auto;
  padding: 60px;
  width: 100%;
  max-width: 591px;
  position: relative;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
}

@media (max-width: 1199px) {
  .loan-two__form {
    padding: 40px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .loan-two__form {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .loan-two__form {
    padding: 30px;
  }
}
@media (max-width: 412px) {
  .loan-two__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 375px) {
  .loan-two__form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.loan-two__form__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

@media (max-width: 490px) {
  .loan-two .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .loan-two .loan-calculator-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .loan-two .loan-calculator-form__btn {
    gap: 20px;
    font-size: 14px;
  }
  .loan-two .loan-calculator-form__btn .easilon-btn__icon::after {
    left: -10px;
  }
}
.loan-two__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1199px) {
  .loan-two__money {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .loan-two__money {
    display: none;
  }
}
.loan-two__video {
  width: 90px;
  height: 90px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 159px;
  transform: translateY(-50%);
  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;
  font-size: 23px;
  color: var(--easilon-base, #00CDE5);
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.5);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.loan-two__video:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .loan-two__video {
    left: 170px;
  }
}
@media (max-width: 991px) {
  .loan-two__video {
    display: none;
  }
}
.loan-two__video__ripple::before,
.loan-two__video__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
  -webkit-animation: producVideo 3s infinite;
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}

.loan-two__video:hover .loan-two__video__ripple::before,
.loan-two__video:hover .loan-two__video__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--easilon-base-rgb, 0, 205, 229), 0.25);
}

.loan-two__video__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.loan-two__video__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px RGBA(var(--easilon-white-rgb, 255, 255, 255), 0);
  }
  100% {
    box-shadow: 0 0 0 0 RGBA(var(--easilon-white-rgb, 255, 255, 255), 0);
  }
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  right: auto;
  left: 0px;
}

/*--------------------------------------------------------------
# Loan Reasons
--------------------------------------------------------------*/
.loan-reasons-one {
  background-color: var(--easilon-white, #ffffff);
}

.loan-reasons-one__row {
  margin-bottom: 30px;
}

.loan-reasons-one__image {
  min-height: 370px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

@media (min-width: 992px) {
  .loan-reasons-one__image {
    height: 100%;
  }
}
.loan-reasons-one__content {
  position: relative;
  padding: 25px 30px 30px;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 375px) {
  .loan-reasons-one__content {
    padding-bottom: 100px;
  }
}
@media (max-width: 360px) {
  .loan-reasons-one__content {
    padding-bottom: 120px;
  }
}
.loan-reasons-one__content__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.loan-reasons-one__content__inner {
  position: relative;
  z-index: 2;
}

.loan-reasons-one__content__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.loan-reasons-one__content__btn:hover {
  background-color: var(--easilon-black, #2B2B5E);
}

.loan-reasons-one__content__btn__icon {
  display: inline-flex;
  font-size: 24px;
  color: var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.loan-reasons-one__content__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.loan-reasons-one__content__btn:hover .loan-reasons-one__content__btn__icon {
  animation: sliderLeft 0.5s;
}

.loan-reasons-one__content__box {
  position: relative;
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 234px;
  height: 117px;
  background-color: var(--easilon-black, #2B2B5E);
  border-radius: 1000px 1000px 0 0;
  z-index: 1;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 991px) {
  .loan-reasons-one__content__box {
    width: 200px;
    height: 100px;
  }
}
.loan-reasons-one__content__box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  bottom: 11px;
  border: 2px solid var(--easilon-base, #00CDE5);
  border-radius: inherit;
}

.loan-reasons-one__content__box img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 24px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .loan-reasons-one__content__box img {
    max-width: 180px;
  }
}
.loan-reasons-one .sec-title {
  margin-bottom: 88px;
}

.loan-reasons-one__card {
  position: relative;
  padding: 22px 30px 27px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.loan-reasons-one__card::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms linear;
}

.loan-reasons-one__card:hover::after {
  transform: scaleX(0);
}

.loan-reasons-one__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.loan-reasons-one__card__content {
  position: relative;
  z-index: 1;
}

.loan-reasons-one__card__title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

.loan-reasons-one__card__text {
  margin: 0;
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Loan Eligibility
--------------------------------------------------------------*/
.loan-eligibility__form__title {
  padding-bottom: 24px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.loan-eligibility__form__right {
  padding: 44px 50px 50px;
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .loan-eligibility__form__right {
    padding: 34px 40px 40px;
  }
}
@media (max-width: 767px) {
  .loan-eligibility__form__right {
    padding: 34px 40px 40px;
  }
}
@media (max-width: 575px) {
  .loan-eligibility__form__right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.loan-eligibility__form__right__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.loan-eligibility__single + .loan-eligibility__single {
  margin-top: 40px;
}

.loan-eligibility__single__top {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.loan-eligibility__single__title {
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.5;
}

.loan-eligibility__single__amount {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1.5;
}

.loan-eligibility__range-slider {
  height: 7px;
  background-color: var(--easilon-base, #00CDE5);
}

.loan-eligibility .noUi-horizontal {
  height: 7px;
  border-radius: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-eligibility .noUi-horizontal .noUi-handle {
  top: -9px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 4px solid var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-eligibility .noUi-horizontal .noUi-handle::before,
.loan-eligibility .noUi-horizontal .noUi-handle::after {
  display: none;
}

.loan-eligibility .noUi-horizontal .noUi-tooltip {
  bottom: 146%;
  font-weight: 500;
}

.loan-eligibility .noUi-tooltip {
  border: none;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  line-height: 17px;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-eligibility .noUi-connects {
  border-radius: 0;
}

.loan-eligibility .noUi-connect {
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 0;
}

.loan-eligibility__content__inner {
  position: relative;
  z-index: 1;
}

.loan-eligibility__content__item {
  padding-bottom: 32px;
  border-bottom: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

.loan-eligibility__content__item:not(:last-child) {
  margin-bottom: 34px;
}

.loan-eligibility__content__title {
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .loan-eligibility__content__title {
    font-size: 20px;
  }
}
.loan-eligibility__content__amount {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--easilon-white, #ffffff);
  font-size: 45px;
  line-height: 1;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .loan-eligibility__content__amount {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .loan-eligibility__content__amount {
    font-size: 35px;
  }
}
.loan-eligibility__content__sm-title {
  margin: 20px 0 0 0;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .loan-eligibility__content__sm-title {
    font-size: 16px;
  }
}
.loan-eligibility__content__btn {
  margin-top: 30px;
}

.loan-eligibility__content__btn::before,
.loan-eligibility__content__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.loan-eligibility__content__btn .easilon-btn__icon {
  font-size: 19px;
}

.loan-eligibility__content__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.loan-eligibility__content__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

/*--------------------------------------------------------------
# Company Transparency
--------------------------------------------------------------*/
.company-transparency-one {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.company-transparency-one__bg {
  width: calc(100% - 215px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--easilon-black, #2B2B5E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: overlay;
}

@media (max-width: 1599px) {
  .company-transparency-one__bg {
    width: 100%;
  }
}
.company-transparency-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: -215px;
  width: calc(100% + 215px);
  height: 100%;
  background: linear-gradient(90deg, var(--easilon-black, #2B2B5E) 10.89%, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 53.02%);
}

@media (max-width: 1599px) {
  .company-transparency-one__bg::after {
    width: 100%;
    left: 0;
  }
}
.company-transparency-one .container {
  position: relative;
  z-index: 2;
}

.company-transparency-one .sec-title__title {
  color: var(--easilon-white, #ffffff);
}

.company-transparency-one__main-tab-box {
  display: block;
  margin-bottom: 38px;
}

.company-transparency-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 1;
  margin-bottom: 22px;
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 6.5px 9.5px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: capitalize;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.1);
  z-index: 1;
  transition: all 500ms ease;
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--easilon-base, #00CDE5);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn:hover,
.company-transparency-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn:hover::after,
.company-transparency-one__main-tab-box .tab-buttons .tab-btn.active-btn::after {
  bottom: -50%;
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  text-shadow: 0px 0px 1px currentColor;
}

.company-transparency-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.company-transparency-one__main-tab-box .tabs-content .tab {
  padding-left: 10px;
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.company-transparency-one__main-tab-box .tabs-content .tab .tabs-content__text {
  margin-bottom: 0;
  width: 100%;
  max-width: 570px;
  color: var(--easilon-border-color, #E6E6ED);
  text-transform: capitalize;
}

.company-transparency-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
}

.company-transparency-one__call {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.company-transparency-one__call__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  font-size: 20px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white3, #ECF0F5);
  border-radius: 0px 1000px 1000px 1000px;
  transition: all 500ms ease;
}

.company-transparency-one__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.company-transparency-one__call:hover .company-transparency-one__call__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 1000px 0px 1000px 1000px;
}

.company-transparency-one__call__title {
  margin-bottom: 7px;
  color: var(--easilon-white, #ffffff);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  text-transform: capitalize;
}

.company-transparency-one__call__number {
  color: var(--easilon-white, #ffffff);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.company-transparency-one__call__number:hover {
  background-size: 100% 1px;
}

.company-transparency-one__call__number:hover {
  color: var(--easilon-base, #00CDE5);
}

.company-transparency-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 67px;
  left: 0;
  opacity: 0.35;
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1799px) {
  .company-transparency-one__shape {
    opacity: 0.2;
  }
}
/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/
.history-one {
  background-color: var(--easilon-white, #ffffff);
}

.history-one__inner + .history-one__inner {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .history-one__reverse__image {
    order: 2;
  }
}
@media (min-width: 992px) {
  .history-one__reverse__content {
    order: 1;
  }
  .history-one__reverse__content .history-one__content {
    padding-left: 0;
    padding-right: 30px;
  }
}
.history-one__image img {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .history-one__content {
    padding-left: 30px;
  }
}
.history-one__date {
  margin-bottom: 21px;
  display: inline-block;
  padding: 6px 10.5px;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.history-one__date span {
  color: inherit;
}

.history-one__inner:hover .history-one__date {
  background-color: var(--easilon-black, #2B2B5E);
}

.history-one__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: var(--easilon-black, #2B2B5E);
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  line-height: 1.5;
}

.history-one__text {
  margin: 0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-one {
  position: relative;
}

.features-one__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 226px;
  background-color: var(--easilon-white, #ffffff);
}

.features-one .container {
  position: relative;
  z-index: 1;
}

.features-one__inner {
  padding: 55px 60px 51px;
  position: relative;
  background-color: var(--easilon-white, #ffffff);
  z-index: 1;
  box-shadow: 0px 4px 60px rgba(117, 165, 67, 0.1);
  border-radius: 3px;
}

@media (max-width: 767px) {
  .features-one__inner {
    padding: 35px 40px 31px;
  }
}
@media (max-width: 490px) {
  .features-one__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.features-one__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.07;
}

.features-one__image {
  width: calc(50% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .features-one__image {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .features-one__image {
    width: 100%;
    min-height: 400px;
    position: relative;
    border-radius: 0;
  }
}
@media (max-width: 430px) {
  .features-one__image {
    min-height: 350px;
  }
}
.features-one__content {
  margin-left: auto;
  width: 100%;
  max-width: 504px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .features-one__content {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .features-one__content {
    margin-top: 50px;
    max-width: 100%;
  }
}
.features-one .sec-title {
  margin-bottom: 23px;
}

.features-one__text {
  margin-bottom: 31px;
  text-transform: capitalize;
}

.features-one__features__item {
  display: flex;
  gap: 15px;
}

.features-one__features__item:not(:last-child) {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 430px) {
  .features-one__features__item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .features-one__features__item {
    display: block;
  }
}
.features-one__features__icon {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.features-one__features__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 430px) {
  .features-one__features__icon {
    top: 0;
    margin-bottom: 30px;
  }
}
.features-one__features__item:hover .features-one__features__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.features-one__features__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.features-one__features__text {
  margin: 0;
  text-transform: capitalize;
}

.features-one__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -88px;
  right: 0;
  opacity: 0.25;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 767px) {
  .features-one__money {
    display: none;
  }
}
/*--------------------------------------------------------------
# Download App
--------------------------------------------------------------*/
.download-app-one {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
}

.download-app-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.download-app-one .container {
  position: relative;
  z-index: 1;
}

.download-app-one__image {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .download-app-one__image {
    position: relative;
  }
}
.download-app-one__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .download-app-one__image img {
    animation: moveHorizontal 2s linear infinite;
  }
}
.download-app-one__image__shape {
  width: 486px;
  height: 401px;
  position: absolute;
  left: 73px;
  bottom: 0;
  background-color: var(--easilon-base, #00CDE5);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 744.000000"><g transform="translate(0.000000,744.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1770 6685 c-115 -21 -177 -44 -325 -122 -16 -9 -73 -59 -126 -112 -86 -86 -101 -107 -152 -211 -115 -236 -157 -424 -202 -915 -8 -93 -15 -197 -15 -230 1 -224 -62 -772 -112 -984 -47 -197 -146 -444 -204 -512 -8 -8 -14 -19 -14 -23 0 -14 -130 -163 -182 -206 -66 -57 -168 -134 -188 -143 -8 -4 -31 -17 -50 -28 -46 -28 -138 -75 -172 -88 l-28 -11 0 -1495 c0 -1403 1 -1497 17 -1523 22 -34 31 -43 65 -65 26 -16 261 -17 4318 -17 2359 0 4290 3 4290 8 0 4 -30 47 -66 97 -62 85 -141 199 -174 250 -8 13 -40 61 -71 107 -188 277 -331 561 -392 778 -49 177 -52 199 -52 420 0 220 4 248 52 435 29 112 47 168 102 315 85 225 132 322 532 1110 105 207 199 407 219 470 5 14 18 50 30 80 43 113 86 258 95 323 4 31 11 47 21 47 21 0 21 385 0 393 -8 3 -17 21 -21 39 -8 41 -64 178 -82 199 -7 8 -13 19 -13 23 0 17 -105 138 -163 189 -112 98 -227 166 -347 207 -211 71 -494 68 -780 -10 -41 -11 -91 -25 -110 -30 -19 -5 -60 -19 -90 -30 -30 -11 -82 -30 -115 -41 -33 -11 -76 -27 -95 -36 -40 -18 -73 -32 -150 -63 -30 -12 -83 -35 -117 -51 -35 -16 -93 -43 -130 -60 -105 -48 -232 -107 -298 -139 -57 -28 -192 -90 -282 -131 -24 -10 -62 -28 -85 -38 -80 -37 -213 -93 -238 -101 -14 -5 -50 -18 -80 -30 -270 -104 -419 -146 -690 -195 -116 -20 -402 -20 -507 0 -212 43 -418 135 -570 256 -26 21 -72 58 -101 81 -63 51 -301 292 -357 363 -22 27 -64 79 -94 115 -29 36 -61 74 -70 85 -9 11 -66 85 -126 165 -60 80 -112 147 -115 150 -3 3 -17 21 -30 40 -12 19 -28 40 -34 45 -7 6 -34 39 -61 75 -208 273 -458 525 -631 636 -205 132 -422 179 -634 139z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 744.000000"><g transform="translate(0.000000,744.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1770 6685 c-115 -21 -177 -44 -325 -122 -16 -9 -73 -59 -126 -112 -86 -86 -101 -107 -152 -211 -115 -236 -157 -424 -202 -915 -8 -93 -15 -197 -15 -230 1 -224 -62 -772 -112 -984 -47 -197 -146 -444 -204 -512 -8 -8 -14 -19 -14 -23 0 -14 -130 -163 -182 -206 -66 -57 -168 -134 -188 -143 -8 -4 -31 -17 -50 -28 -46 -28 -138 -75 -172 -88 l-28 -11 0 -1495 c0 -1403 1 -1497 17 -1523 22 -34 31 -43 65 -65 26 -16 261 -17 4318 -17 2359 0 4290 3 4290 8 0 4 -30 47 -66 97 -62 85 -141 199 -174 250 -8 13 -40 61 -71 107 -188 277 -331 561 -392 778 -49 177 -52 199 -52 420 0 220 4 248 52 435 29 112 47 168 102 315 85 225 132 322 532 1110 105 207 199 407 219 470 5 14 18 50 30 80 43 113 86 258 95 323 4 31 11 47 21 47 21 0 21 385 0 393 -8 3 -17 21 -21 39 -8 41 -64 178 -82 199 -7 8 -13 19 -13 23 0 17 -105 138 -163 189 -112 98 -227 166 -347 207 -211 71 -494 68 -780 -10 -41 -11 -91 -25 -110 -30 -19 -5 -60 -19 -90 -30 -30 -11 -82 -30 -115 -41 -33 -11 -76 -27 -95 -36 -40 -18 -73 -32 -150 -63 -30 -12 -83 -35 -117 -51 -35 -16 -93 -43 -130 -60 -105 -48 -232 -107 -298 -139 -57 -28 -192 -90 -282 -131 -24 -10 -62 -28 -85 -38 -80 -37 -213 -93 -238 -101 -14 -5 -50 -18 -80 -30 -270 -104 -419 -146 -690 -195 -116 -20 -402 -20 -507 0 -212 43 -418 135 -570 256 -26 21 -72 58 -101 81 -63 51 -301 292 -357 363 -22 27 -64 79 -94 115 -29 36 -61 74 -70 85 -9 11 -66 85 -126 165 -60 80 -112 147 -115 150 -3 3 -17 21 -30 40 -12 19 -28 40 -34 45 -7 6 -34 39 -61 75 -208 273 -458 525 -631 636 -205 132 -422 179 -634 139z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .download-app-one__image__shape {
    width: 460px;
    height: 375px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .download-app-one__image__shape {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .download-app-one__image__shape {
    display: none;
  }
}
.download-app-one .sec-title {
  margin-bottom: 23px;
}

.download-app-one__text {
  margin-bottom: 27px;
  text-transform: capitalize;
}

.download-app-one__list {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.download-app-one__list li {
  display: flex;
  gap: 11px;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.75;
  text-transform: capitalize;
}

.download-app-one__list__icon {
  position: relative;
  top: 1px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
}

.download-app-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.download-app-one__button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.download-app-one__btn {
  position: relative;
  padding: 8.5px 23px 8.5px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.download-app-one__btn:hover {
  background-color: var(--easilon-base, #00CDE5);
}

.download-app-one__btn__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--easilon-base, #00CDE5);
}

.download-app-one__btn__icon img {
  max-width: 100%;
  height: auto;
}

.download-app-one__btn__content {
  margin-left: 56px;
}

.download-app-one__btn__title {
  display: block;
  margin-bottom: 3px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 14px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.download-app-one__btn__text {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--easilon-text, #82828A);
  line-height: 1.333;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.download-app-one__btn:hover .download-app-one__btn__title,
.download-app-one__btn:hover .download-app-one__btn__text {
  color: var(--easilon-white, #ffffff);
}

.download-app-one__border {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
  .download-app-one__border {
    max-width: 400px;
  }
}
@media (max-width: 430px) {
  .download-app-one__border {
    max-width: 350px;
  }
}
@media (max-width: 390px) {
  .download-app-one__border {
    max-width: 300px;
  }
}
.download-app-one__shape {
  width: 131px;
  height: 168px;
  position: relative;
  position: absolute;
  right: 83px;
  bottom: 0;
  background-color: var(--easilon-black, #2B2B5E);
  border-radius: 1000px 1000px 0 0;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1599px) {
  .download-app-one__shape {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .download-app-one__shape {
    right: 30px;
  }
}
.download-app-one__shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--easilon-base, #00CDE5);
  border-radius: inherit;
}

/*--------------------------------------------------------------
# Worldwide
--------------------------------------------------------------*/
.worldwide-one {
  padding-top: 283px;
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
}

@media (max-width: 1199px) {
  .worldwide-one {
    padding-top: 278px;
  }
}
@media (max-width: 767px) {
  .worldwide-one {
    padding-top: 258px;
  }
}
@media (max-width: 575px) {
  .worldwide-one {
    padding-top: 238px;
  }
}
.worldwide-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
}

.worldwide-one .container {
  position: relative;
  z-index: 11;
}

.worldwide-one__content {
  position: relative;
  top: -8px;
}

@media (max-width: 1199px) {
  .worldwide-one__content {
    top: 0;
  }
}
.worldwide-one .sec-title {
  margin-bottom: 27px;
}

.worldwide-one__text-box {
  padding-right: 36px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .worldwide-one__text-box {
    padding-right: 0;
    width: 100%;
    max-width: 700px;
  }
}
.worldwide-one__text {
  margin: 0;
  text-transform: capitalize;
}

.worldwide-one__team {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.worldwide-one__team__images {
  display: flex;
  align-items: center;
}

.worldwide-one__team__image {
  margin-left: -11px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.worldwide-one__team__image:hover {
  border-color: var(--easilon-base, #00CDE5);
}

.worldwide-one__team__text {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

.worldwide-one__location-wrap {
  position: relative;
  min-height: 494px;
}

@media (max-width: 1199px) {
  .worldwide-one__location-wrap {
    max-width: 570px;
  }
}
.worldwide-one__location {
  position: relative;
  position: absolute;
}

.worldwide-one__location--one {
  top: 0px;
  right: 0px;
}

.worldwide-one__location--one .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--one .worldwide-one__location__popup {
  top: 19px;
  right: 18px;
}

.worldwide-one__location--two {
  top: 39.5%;
  right: 17.5%;
}

.worldwide-one__location--two .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--two .worldwide-one__location__popup {
  top: 19px;
  right: 18px;
}

.worldwide-one__location--three {
  right: 3%;
  bottom: 23%;
}

.worldwide-one__location--three .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--three .worldwide-one__location__popup {
  top: -130px;
  right: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--three .worldwide-one__location__popup {
    top: auto;
    bottom: -19px;
  }
}
.worldwide-one__location--four {
  right: 35.1%;
  bottom: 38px;
}

.worldwide-one__location--four .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--four .worldwide-one__location__popup {
  top: -130px;
  right: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--four .worldwide-one__location__popup {
    top: auto;
    bottom: -19px;
  }
}
.worldwide-one__location--five {
  left: 14%;
  bottom: 75px;
}

.worldwide-one__location--five .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--five .worldwide-one__location__popup {
  top: -139px;
  left: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--five .worldwide-one__location__popup {
    top: auto;
    bottom: -19px;
  }
}
.worldwide-one__location--six {
  top: 30%;
  left: 0;
}

.worldwide-one__location--six .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--six .worldwide-one__location__popup {
  top: -130px;
  left: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--six .worldwide-one__location__popup {
    top: 19px;
  }
}
.worldwide-one__location--seven {
  top: 0;
  right: 44.7%;
}

.worldwide-one__location--seven .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--seven .worldwide-one__location__popup {
  top: 19px;
  right: -19px;
}

.worldwide-one__location--eight {
  top: 18%;
  right: 25%;
}

.worldwide-one__location--eight .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--eight .worldwide-one__location__popup {
  top: 19px;
  right: -18px;
}

.worldwide-one__location--nine {
  top: 46%;
  left: 33%;
}

.worldwide-one__location--nine .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--nine .worldwide-one__location__popup {
  left: 18px;
  bottom: -19px;
}

.worldwide-one__location__btn {
  position: relative;
  position: absolute;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: transform 400ms ease;
  background-color: transparent;
  z-index: 1;
}

.worldwide-one__location__btn::before,
.worldwide-one__location__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(var(--easilon-base-rgb, 0, 205, 229), 0.1);
  box-shadow: 0 0 0 0 rgba(var(--easilon-base-rgb, 0, 205, 229), 0.2);
  z-index: -1;
  border-radius: 50%;
  transition: transform 500ms ease;
  -webkit-animation: worldwideBtn 3s infinite;
  animation: worldwideBtn 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.worldwide-one__location__btn::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@keyframes worldwideBtn {
  70% {
    box-shadow: 0 0 0 40px rgba(var(--easilon-base-rgb, 0, 205, 229), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--easilon-base-rgb, 0, 205, 229), 0);
  }
}
.worldwide-one__location__btn:hover::before,
.worldwide-one__location__btn:hover::after {
  transform: translate(-50%, -50%) scale(1.9);
  animation: none;
}

.worldwide-one__location__btn__box {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
}

.worldwide-one__location:hover .worldwide-one__location__btn::before,
.worldwide-one__location:hover .worldwide-one__location__btn::after {
  transform: translate(-50%, -50%) scale(1.9);
  animation: none;
}

.worldwide-one__location__popup {
  min-width: 313px;
  position: absolute;
  padding: 20px;
  display: none;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--easilon-white, #ffffff);
  z-index: 11;
  box-shadow: 0px 4px 50px 6px RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.1);
}

@media (max-width: 575px) {
  .worldwide-one__location__popup {
    min-width: 250px;
  }
}
@media (max-width: 450px) {
  .worldwide-one__location__popup {
    min-width: 200px;
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .worldwide-one__location__popup {
    min-width: 175px;
  }
}
.worldwide-one__location:hover .worldwide-one__location__popup {
  display: flex;
}

.worldwide-one__location__image {
  width: 76px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .worldwide-one__location__image {
    width: 70px;
  }
}
@media (max-width: 450px) {
  .worldwide-one__location__image {
    width: 76px;
  }
}
.worldwide-one__location__image img {
  display: block;
  width: 100%;
}

.worldwide-one__location__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.437;
}

.worldwide-one__location__text {
  margin-bottom: 13px;
  font-size: 15px;
  color: var(--easilon-gray, #A0A0C0);
  line-height: 1.6;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .worldwide-one__location__text {
    font-size: 14px;
  }
}
@media (max-width: 468px) {
  .worldwide-one__location__text {
    margin-bottom: 10px;
  }
}
.worldwide-one__location__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-base, #00CDE5);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.285;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.worldwide-one__location__contact:hover {
  background-size: 100% 1px;
}

.worldwide-one__location__contact:hover {
  color: var(--easilon-base, #00CDE5);
}

.worldwide-one__location__contact__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-base, #00CDE5);
}

.worldwide-one__location__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Quick Loan
--------------------------------------------------------------*/
.quick-loan-one {
  position: relative;
  z-index: 1;
  margin-bottom: -116px;
}

.quick-loan-one--home-3 {
  margin: 0;
  background-color: var(--easilon-black, #2B2B5E);
}

.quick-loan-one .container {
  position: relative;
  z-index: 1;
}

.quick-loan-one__inner {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
  box-shadow: 0px 4px 50px 10px rgba(0, 205, 229, 0.12);
}

.quick-loan-one__bg {
  width: 100%;
  max-width: 654px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--easilon-base, #00CDE5);
  clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .quick-loan-one__bg {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .quick-loan-one__bg {
    max-width: 100%;
    clip-path: none;
  }
}
.quick-loan-one__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.quick-loan-one__content {
  width: 100%;
  max-width: 614px;
  padding: 56px 120px 49px 40px;
}

@media (max-width: 991px) {
  .quick-loan-one__content {
    padding-right: 40px;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 430px) {
  .quick-loan-one__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.quick-loan-one .sec-title {
  margin: 0;
}

@media (max-width: 991px) {
  .quick-loan-one .sec-title {
    margin-bottom: 40px;
  }
}
.quick-loan-one .sec-title__title {
  font-size: 30px;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .quick-loan-one .sec-title__tagline,
  .quick-loan-one .sec-title__title {
    color: var(--easilon-white, #ffffff);
  }
}
@media (max-width: 991px) {
  .quick-loan-one .sec-title__shape__one,
  .quick-loan-one .sec-title__shape__two {
    background-color: var(--easilon-white, #ffffff);
  }
}
@media (min-width: 992px) {
  .quick-loan-one .easilon-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.quick-loan-one .easilon-btn::before,
.quick-loan-one .easilon-btn::after {
  background-color: var(--easilon-black, #2B2B5E);
}

.quick-loan-one__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 313px;
  bottom: 0;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1199px) {
  .quick-loan-one__money {
    display: none;
  }
}
.quick-loan-one__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .quick-loan-one__border-box {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) {
  .quick-loan-one__border-box {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .quick-loan-one__border-box {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .quick-loan-one__border-box {
    width: calc(100% - 80px);
  }
}
.quick-loan-one__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 1199px) {
  .quick-loan-one__border {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .quick-loan-one__border {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .quick-loan-one__border {
    width: 50%;
  }
}
.quick-loan-one__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .quick-loan-one__border--3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .quick-loan-one__border--4 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .quick-loan-one__border--5 {
    display: none;
  }
}
/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  background-color: var(--easilon-white, #ffffff);
  counter-reset: workProcessNumber;
}

@media (min-width: 1200px) {
  .work-process-one__item--down {
    margin-top: 60px;
  }
}
.work-process-one__item__image {
  margin-bottom: 21px;
  padding-bottom: 46px;
  position: relative;
  width: 100%;
  max-width: 235px;
  text-align: center;
}

@media (max-width: 767px) {
  .work-process-one__item__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process-one__item__image img {
  position: relative;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  z-index: 1;
}

.work-process-one__item__number {
  padding: 4.5px 10px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  color: var(--easilon-white2, #F6F6F8);
  line-height: 1.5;
  text-transform: capitalize;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 100px;
  transition: all 500ms ease;
}

.work-process-one__item__number::after {
  content: counters(workProcessNumber, ".", decimal-leading-zero);
  counter-increment: workProcessNumber;
  margin-left: 5px;
}

.work-process-one__item:hover .work-process-one__item__number {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.work-process-one__item__shape {
  width: 242px;
  height: 67px;
  position: absolute;
  left: 0;
  bottom: 13px;
  transition: all 500ms ease;
}

.work-process-one__item__shape path {
  stroke: var(--easilon-base, #00CDE5);
  stroke-width: 3;
  stroke-miterlimit: 10;
  transition: all 500ms ease;
}

.work-process-one__item:hover .work-process-one__item__shape {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.work-process-one__item__circle {
  width: 136px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}

.work-process-one__item__circle path {
  fill: var(--easilon-white2, #F6F6F8);
  transition: all 500ms ease;
}

.work-process-one__item:hover .work-process-one__item__circle path {
  fill: var(--easilon-base, #00CDE5);
}

@media (max-width: 767px) {
  .work-process-one__item__content {
    text-align: center;
  }
}
.work-process-one__item__title {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-transform: capitalize;
}

.work-process-one__item__text {
  margin: 0;
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details .blog-card {
  padding: 0;
  border: 0;
  margin-bottom: 37px;
}

.blog-details .blog-card__image {
  margin-bottom: 30px;
}

.blog-details .blog-card:hover .blog-card__image img {
  transform: scale(1);
}

.blog-details .blog-card__meta {
  margin-bottom: 15px;
}

.blog-details .blog-card__title {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.85;
}

.blog-details .blog-card__title:hover {
  color: var(--easilon-black, #2B2B5E);
}

.blog-details .blog-card__content__inner p + p {
  margin-top: 30px;
}

.blog-details .blog-card__text {
  margin: 0;
  line-height: 1.875;
  text-transform: capitalize;
}

.blog-details__inner {
  margin-bottom: 43px;
}

.blog-details__inner__image img {
  width: 100%;
  display: block;
}

.blog-details__inner__text {
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
  margin-top: 31px;
  margin-bottom: 28px;
}

.blog-details__inner__list {
  padding: 0;
  margin: 0;
  margin-left: 25px;
}

.blog-details__inner__list li + li {
  margin-top: 6px;
}

.blog-details__inner__list li {
  line-height: 1.875;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px 30px;
  padding-top: 20.5px;
  padding-bottom: 19.5px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.blog-details__meta__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-details__categories {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-details__categories__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-details__categories__btn {
  padding: 9px 12.2px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  line-height: 16px;
  text-transform: capitalize;
  background-color: var(--easilon-white2, #F6F6F8);
}

.blog-details__categories__btn:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-details__tags__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-details__tags__box a {
  position: relative;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 500;
}

.blog-details__tags__box a:not(:last-of-type)::after {
  content: ",";
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  line-height: 1;
  margin-left: 2px;
  margin-right: 6px;
}

.blog-details__tags__box a:hover {
  color: var(--easilon-base, #00CDE5);
  text-shadow: 0 0 0.5px currentColor;
}

.blog-details__tags__box span {
  margin-right: 3px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one__title,
.comments-form__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.233;
  margin-bottom: 53px;
}

.comments-one {
  padding-top: 53px;
}

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

.comments-one__card {
  display: grid;
  grid-template-columns: 96px auto;
  grid-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.comments-one__card:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card__image {
  width: 96px;
}

.comments-one__card__image img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}

.comments-one__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 20px;
  margin-top: 21px;
  margin-bottom: 19.5px;
}

@media (max-width: 767px) {
  .comments-one__card__top {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .comments-one__card__top {
    align-items: flex-start;
    flex-direction: column;
  }
}
.comments-one__card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 14px;
}

@media (max-width: 430px) {
  .comments-one__card__title {
    font-size: 18px;
  }
}
.comments-one__card__date {
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-one__card__text {
  margin-bottom: 0;
  line-height: 1.875;
}

.comments-one__card__reply {
  position: relative;
  border: 0;
  outline: 0;
  top: 1px;
  padding: 5px 12.6px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  text-transform: capitalize;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.comments-one__card__reply:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 500px) {
  .comments-one__card__reply {
    top: 0;
  }
}
.comments-form {
  margin-top: 53px;
}

.comments-form__title {
  font-weight: 700;
}

.comments-form__form input[type=text],
.comments-form__form input[type=email] {
  height: 55px;
}

.comments-form__btn {
  padding: 15px 19.5px;
  font-weight: 700;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}

.product__sidebar {
  margin-top: 82px;
  position: relative;
}

@media (max-width: 991px) {
  .product__sidebar {
    margin-top: 0;
  }
}
.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}

.product__sidebar__item {
  padding: 30px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.product__sidebar__title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 21px;
}

.product__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}

.product__search input[type=search],
.product__search input[type=text] {
  padding-left: 15px;
  padding-right: 35px;
  outline: none;
  border: 0;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1;
  width: 100%;
  height: 100%;
  background-color: var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--easilon-base, #00CDE5);
  z-index: 11;
  transition: all 400ms ease;
}

.product__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__search button[type=submit]:hover {
  color: var(--easilon-black, #2B2B5E);
}

.product__price-ranger {
  padding-top: 31px;
  padding-bottom: 30px;
}

.product__price-ranger .price-ranger {
  background-color: var(--easilon-white, #ffffff);
  padding: 15px 21px 5px 9px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(2) {
  display: none;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3) {
  position: relative;
  position: absolute;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3)::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product__price-ranger #slider-range {
  margin: 0;
  background-color: transparent;
  border: 1px solid var(--easilon-base, #00CDE5);
  height: 7px;
  border-radius: 10px;
  position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--easilon-base, #00CDE5);
}

.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -6.5px;
  background: var(--easilon-base, #00CDE5);
  border: 0;
  height: 18px;
  width: 18px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 6px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--easilon-text, #82828A);
  font-size: 12px;
  font-weight: 500;
  width: 36px;
  line-height: 14px;
  border: none;
  outline: none;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--easilon-gray, #A0A0C0);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  left: -1px;
}

.product__categories {
  padding-top: 31px;
}

.product__categories__title {
  margin-bottom: 13.5px;
}

.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -17px;
}

.product__categories ul li {
  position: relative;
  margin: 0 0 3.5px;
}

.product__categories ul li a {
  position: relative;
  padding: 13.5px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  transition: all 500ms ease;
  z-index: 1;
}

.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.product__categories ul li a .product-categories__icon {
  display: inline-flex;
  font-size: 12px;
  color: var(--easilon-text, #82828A);
  transition: all 500ms ease;
}

.product__categories ul li a .product-categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__categories ul li a:hover {
  padding-left: 15px;
  padding-right: 15px;
  color: var(--easilon-white, #ffffff);
}

.product__categories ul li a:hover::after {
  left: 0;
  width: 100%;
}

.product__categories ul li a:hover .product-categories__icon {
  color: var(--easilon-white, #ffffff);
}

.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-bottom: 40px;
  }
}
.product__showing-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  line-height: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 25px;
  }
}
.product__showing-sort {
  margin: 0;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 177px !important;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 52px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 16px;
  padding-right: 38px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black2, #141414) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 52px;
  font-weight: 500;
  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 > .filter-option {
  text-align: left;
}

@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--easilon-text, #82828A);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 16px 6px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

.product__item {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

.product__item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.product__item__image {
  position: relative;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  overflow: hidden;
  background-color: var(--easilon-white2, #F6F6F8);
}

.product__item__image img {
  max-width: 100%;
  height: auto;
  transition: all 500ms ease;
  transform: scale(1);
}

.product__item:hover .product__item__image img {
  transform: scale(1.05);
}

.product__item__content {
  position: relative;
  text-align: center;
  padding: 30px 30px 30px;
}

@media (max-width: 767px) {
  .product__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.product__item .easilon-ratings {
  justify-content: center;
  gap: 6.75px;
  margin-bottom: 16px;
}

.product__item .easilon-ratings__icon {
  font-size: 12px;
}

.product__item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .product__item__title {
    font-size: 18px;
  }
}
.product__item__title:hover {
  color: var(--easilon-base, #00CDE5);
}

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

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

.product__item__price {
  font-size: 18px;
  color: var(--easilon-text, #82828A);
  text-align: center;
  line-height: 1.222;
  font-weight: 500;
  margin-bottom: 17px;
}

.product__item .easilon-btn {
  padding: 11px 16.5px;
  font-size: 12px;
  font-weight: 700;
  gap: 21px;
}

.product__item .easilon-btn__icon {
  font-size: 16px;
}

.product__item .easilon-btn__icon::after {
  left: -10.5px;
  height: calc(100% + 2px);
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.2);
}

.product-page {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .product-page {
    padding-top: 91px;
  }
}
@media (max-width: 575px) {
  .product-page {
    padding-top: 71px;
  }
}
@media (max-width: 767px) {
  .product-page--carousel {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .product-page--carousel {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .product-page--left {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .product-page--left {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .product-page--left {
    padding-top: 80px;
  }
}
.product-page .post-pagination {
  justify-content: center;
}

@media (max-width: 991px) {
  .product-page .post-pagination {
    margin-top: 20px;
  }
}
.product-page .product__item__image img {
  width: auto !important;
  display: inline-block !important;
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}

.product-details__image {
  padding: 40px 30px;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 991px) {
  .product-details__image {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .product-details__image {
    min-height: 450px;
  }
}
@media (max-width: 412px) {
  .product-details__image {
    min-height: 400px;
  }
}
@media (max-width: 360px) {
  .product-details__image {
    min-height: 380px;
  }
}
.product-details__image img {
  max-width: 100%;
  height: auto;
}

.product-details__content {
  margin-top: 49px;
}

@media (max-width: 1199px) {
  .product-details__content {
    margin-top: 0;
  }
}
.product-details__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 23px;
}

.product-details__name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.208;
  text-transform: capitalize;
}

.product-details__price {
  margin: 0;
  font-size: 24px;
  line-height: 1.208;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--easilon-base, #00CDE5);
}

.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product-details__review a {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  line-height: 1.25;
  font-weight: 400;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

.product-details__review a:hover {
  color: var(--easilon-base, #00CDE5);
}

.product-details__excerpt {
  margin-top: 21px;
  margin-bottom: 31px;
}

.product-details__excerpt__text {
  margin-bottom: 0;
  line-height: 1.875;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.product-details__quantity__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.75;
  margin-bottom: 0;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  height: 53px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product-details__quantity .quantity-box input {
  width: 62px;
  height: 53px;
  border: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-base, #00CDE5);
  outline: none;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  text-align: center;
  transition: all 400ms ease;
}

.product-details__quantity .quantity-box input:focus {
  color: var(--easilon-black, #2B2B5E);
}

.product-details__quantity .quantity-box button {
  width: 34px;
  height: 26.5px;
  color: var(--easilon-text, #82828A);
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--easilon-border-color, #E6E6ED);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 0px;
  top: auto;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product-details__quantity .quantity-box button:hover {
  color: var(--easilon-base, #00CDE5);
}

.product-details__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.product-details__btn-1 {
  padding: 18.5px 22.5px;
  font-size: 15px;
  font-weight: 700;
  gap: 23px;
}

.product-details__btn-1 .easilon-btn__icon {
  font-size: 16px;
}

.product-details__btn-1 .easilon-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product-details__btn-1 .easilon-btn__icon::after {
  height: calc(100% + 1px);
  left: -11.5px;
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.2);
}

.product-details__btn-2 {
  padding: 20px 25px;
  font-size: 15px;
  font-weight: 700;
}

.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.product-details__socials__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}

.product-details__socials .social-links-two a {
  border-color: var(--easilon-border-color, #E6E6ED);
}

.product-details__socials .social-links-two a:hover {
  background-color: var(--easilon-base, #00CDE5);
  border-color: var(--easilon-base, #00CDE5);
}

.product-details__socials .social-links-two__icon {
  color: var(--easilon-text, #82828A);
}

.product-details__socials .social-links-two a:hover .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.product-details__description-wrapper {
  margin-top: 54px;
}

.product-details__description {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product-details__description__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.208;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.product-details__description__text {
  line-height: 1.875;
  margin-bottom: 0;
}

.product-details__description__text:not(:last-child) {
  margin-bottom: 30px;
}

.product-details__comment {
  padding-top: 51px;
}

.product-details__comment .comments-one__title {
  margin-bottom: 50px;
}

.product-details__comment .comments-one__title,
.product-details__comments-form__title {
  font-size: 24px;
  line-height: 1.541;
  font-weight: 700;
}

.product-details .comments-one__card__title {
  font-weight: 700;
}

.product-details__comments-form {
  margin-top: 51px;
}

.product-details__comments-form__top {
  margin-bottom: 40px;
}

.product-details__comments-form__title {
  margin-bottom: 11px;
}

.product-details__comments-form__text {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 27px;
}

.product-details__comments-form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 18px;
}

@media (max-width: 1599px) {
  .product-details__comments-form__ratings {
    gap: 20px;
  }
}
.product-details__comments-form__ratings__text {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
}

.product-details__comments-form__ratings .easilon-ratings span {
  color: var(--easilon-border-color, #E6E6ED);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}

@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.cart-page__table thead tr th {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1;
  font-weight: 600;
  padding: 0 60px 25.5px;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}

.cart-page__table thead tr th:first-child {
  padding-left: 0;
}

.cart-page__table thead tr th:last-child {
  padding-right: 0;
}

.cart-page__table tbody tr td {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--easilon-base, #00CDE5);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
  padding: 28px 60px;
  letter-spacing: 0;
}

.cart-page__table tbody tr td.cart-page__table__price,
.cart-page__table tbody tr td.cart-page__table__total {
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
}

.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}

.cart-page__table tbody tr td .cart-page__table__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--easilon-text, #82828A);
  font-size: 16px;
  line-height: normal;
}

.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--easilon-base, #00CDE5);
}

.cart-page__table tbody tr td:first-child {
  padding-left: 0;
}

.cart-page__table tbody tr td:last-child {
  padding-right: 0;
}

.cart-page__table .product-details__quantity {
  margin-bottom: 0;
}

.cart-page__table .product-details__quantity .quantity-box input {
  color: var(--easilon-base, #00CDE5);
}

.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-page__table__meta__img {
  flex-shrink: 0;
  width: 70px;
}

.cart-page__table__meta__img img {
  width: 100%;
  display: block;
}

.cart-page__table__meta__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.222;
}

.cart-page__table__meta__title:hover {
  color: var(--easilon-base, #00CDE5);
}

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

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

.cart-page__coupone__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  padding-top: 2px;
  margin-bottom: 15px;
}

.cart-page__coupone__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}

@media (max-width: 767px) {
  .cart-page__coupone__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-page__coupone__form {
  min-width: 445px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px 15px;
}

@media (max-width: 767px) {
  .cart-page__coupone__form {
    min-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 268px;
  height: 62px;
  border: none;
  font-size: 16px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-weight: 400;
  line-height: normal;
  background-color: var(--easilon-white, #ffffff);
  padding-left: 18px;
  padding-right: 18px;
  outline: none;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  transition: all 400ms ease;
}

.cart-page__coupone__form input[type=text]:focus {
  color: var(--easilon-black, #2B2B5E);
  border-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__coupone__btn {
  padding: 0 17.5px;
}

.cart-page__update-btn {
  padding: 0 22px;
  font-weight: 700;
  border: 1px solid var(--easilon-base, #00CDE5) !important;
}

.cart-page__btn {
  border: 0;
  outline: 0;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .cart-page__btn {
    height: 55px;
    line-height: 55px;
  }
}
.cart-page__cart-checkout {
  margin-top: 10px;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .cart-page__cart-checkout {
    margin: 0;
  }
}
.cart-page__cart-total {
  position: relative;
  margin: 0;
}

.cart-page__cart-total li:not(.cart-page__cart-total__address) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 18px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  text-transform: capitalize;
  font-weight: 700;
  line-height: normal;
}

.cart-page__cart-total li:not(.cart-page__cart-total__address) span {
  color: inherit;
}

.cart-page__cart-total__top {
  padding-bottom: 21px;
  margin-bottom: 31px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.cart-page__cart-total__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.233;
  text-transform: capitalize;
  margin-bottom: 0;
}

.cart-page__cart-total__amount--1 {
  margin-bottom: 21px;
}

.cart-page__cart-total__amount--2 {
  margin-bottom: 25px;
}

.cart-page__cart-total__amount__title {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.cart-page__cart-total__amount__text {
  text-align: right;
}

.cart-page__cart-total__address {
  margin-bottom: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.cart-page__cart-total__address__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--easilon-text, #82828A);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.cart-page__cart-total__address__text {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1.625;
  text-transform: capitalize;
  margin-bottom: 0;
}

.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-page__button .easilon-btn {
  font-weight: 700;
  padding: 20px 29.5px;
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding-top: 113px;
}

@media (max-width: 767px) {
  .checkout-page {
    padding-top: 93px;
  }
}
@media (max-width: 575px) {
  .checkout-page {
    padding-top: 73px;
  }
}
.checkout-page__form {
  --bs-gutter-y: 17px;
}

.checkout-page__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.208;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 412px) {
  .checkout-page__title {
    font-size: 22px;
  }
}
.checkout-page__billing-address {
  position: relative;
}

.checkout-page__billing-address__title {
  margin-bottom: 37px;
}

.checkout-page__control label {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.checkout-page__control input[type=text],
.checkout-page__control input[type=email],
.checkout-page__control input[type=tel] {
  height: 61px;
  width: 100%;
  border: none;
  background-color: var(--easilon-white2, #F6F6F8);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  display: block;
  line-height: normal;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.checkout-page__control input[type=text]:focus,
.checkout-page__control input[type=email]:focus,
.checkout-page__control input[type=tel]:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

.checkout-page__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

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

.checkout-page__control .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 61px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--easilon-white2, #F6F6F8) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 61px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.checkout-page__control .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.checkout-page__control .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.checkout-page__control .bootstrap-select .dropdown-menu {
  border: none;
}

.checkout-page__control .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 22px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 500;
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkout-page__control .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__control .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

.checkout-page__different-address {
  margin-top: 55px;
}

@media (max-width: 991px) {
  .checkout-page__different-address {
    margin-top: 0;
  }
}
.checkout-page__different-address__title {
  margin-bottom: 20px;
  font-weight: 500;
}

.checkout-page__different-address__inner {
  padding: 21px 20px;
  background-color: var(--easilon-white2, #F6F6F8);
  min-height: 177px;
}

.checkout-page__different-address__text {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.625;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .checkout-page__different-address__text br {
    display: none;
  }
}
.checkout-page__your-order {
  position: relative;
  margin-top: 63px;
}

.checkout-page__your-order__title {
  margin-bottom: 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.checkout-page__order-table thead tr th:not(:first-child) {
  text-align: right;
}

.checkout-page__order-table tbody tr td {
  margin: 0;
  padding: 17px 0;
}

.checkout-page__order-table tbody tr td.pro__title,
.checkout-page__order-table tbody tr td.pro__price {
  font-size: 16px;
  line-height: normal;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  text-transform: capitalize;
}

.checkout-page__order-table tbody tr td.pro__title--total,
.checkout-page__order-table tbody tr td.pro__price--total {
  font-weight: 700;
  color: var(--easilon-black, #2B2B5E);
}

.checkout-page__order-table tbody tr td:not(:first-child) {
  text-align: right;
}

.checkout-page__order-table tbody tr:first-child td {
  padding-top: 31px;
}

.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 35px;
}

.checkout-page__order-table tbody tr:last-child td {
  padding-top: 25px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.checkout-page__payment-wrapper {
  background-color: var(--easilon-white2, #F6F6F8);
  padding: 30px;
}

@media (max-width: 412px) {
  .checkout-page__payment-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.checkout-page__payment {
  margin-bottom: 94px;
}

@media (max-width: 991px) {
  .checkout-page__payment {
    margin-bottom: 70px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 31px;
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  cursor: pointer;
}

.checkout-page__payment__title::before {
  content: "\f111";
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--easilon-text, #82828A);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 6px;
  color: var(--easilon-text, #82828A);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 15px;
  transition: all 500ms ease;
}

.checkout-page__payment__item--active .checkout-page__payment__title {
  text-shadow: 0 0 1px currentColor;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
  border-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-base, #00CDE5);
}

.checkout-page__payment__content {
  margin-top: 11px;
  margin-left: 35px;
}

.checkout-page__payment__content p {
  margin-bottom: 0;
  line-height: 1.875;
}

.checkout-page__payment__button .easilon-btn {
  padding: 20.25px 17.5px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--easilon-white, #ffffff);
}

.error-404__content {
  text-align: center;
}

.error-404__image {
  margin-bottom: 50px;
  max-width: 100%;
  height: auto;
  animation: moveHorizontal 2s linear infinite;
}

.error-404__title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 55px;
  line-height: 1.09;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .error-404__title {
    font-size: 45px;
  }
}
.error-404__text {
  margin-bottom: 31px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

.error-404__btn {
  padding: 15px 24px;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--easilon-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--easilon-black-rgb, 43, 43, 94), 0.08);
}

body.boxed-wrapper .main-slider-one__form {
  right: 160px;
}

@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider-one__form {
    right: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.boxed-wrapper .main-slider-one__form {
    right: 40px;
  }
}
@media (max-width: 991px) {
  body.boxed-wrapper .main-slider-one__form {
    top: auto;
    right: auto;
  }
}
body.boxed-wrapper .about-one__money {
  left: 30px;
}

body.boxed-wrapper .about-one__shape {
  max-width: 250px;
}

@media (max-width: 1399px) {
  body.boxed-wrapper .about-one__shape .about-one__shape {
    max-width: 200px;
  }
}
body.boxed-wrapper .company-transparency-one__shape {
  opacity: 0.2;
}

body.boxed-wrapper .download-app-one__shape {
  right: 30px;
}


/* Templates Custom
--------------------------------------------- */
.e-con {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
}

.list-unstyled {
  margin-left: 0;
}

.about-three__button a.easilon-btn:hover,
.why-choose-two__button a.easilon-btn:hover,
.services-two__button a.easilon-btn:hover,
.about-two__button a.easilon-btn:hover,
.main-slider-two__button a.easilon-btn:hover,
a.easilon-btn.main-header__btn:hover,
a.blog-card__link:hover {
  color: var(--easilon-white, #ffffff);
}

.main-header--three a.easilon-btn.main-header__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.has-fixed-footer .mobile-nav__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog-card__meta li span.comments-link,
.blog-card__meta li span.byline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}

.blog-card__meta li span.byline i {
  color: var(--easilon-base, #00CDE5);
}

.blog-details__tags.cat-links span {
  margin-right: 10px;
}

.blog-details__tags {
  gap: 10px;
}

.blog-page article.blog-one__item {
  margin-top: var(--bs-gutter-y);
}

.blog-card__meta li span.comments-link i {
  color: var(--easilon-base, #00CDE5);
}

.blog-details__meta .blog-details__tags span {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-details__meta .blog-details__tags a {
  font-size: 14px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  line-height: 16px;
  text-transform: capitalize;
}

.blog-details__meta .blog-details__tags.cat-links a {
  padding: 9px 12.2px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.blog-details__meta .blog-details__tags.cat-links a:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.blog-details__meta .blog-details__tags.tag-links a:hover {
  color: var(--easilon-base, #00CDE5);
  text-shadow: 0 0 0.5px currentColor;
}

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

.main-header.default-header .main-header__inner {
  padding: 25px 10px;
}

.main-header.default-header .main-header__inner .main-header__logo h1 {
  font-weight: 700;
}

.main-header.default-header .main-menu .main-menu__list > li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-details-page .comments-area {
  border-top: 0px solid #e8e3da;
}

.blog-details-page .comments-area .comment-body .comment-metadata {
  margin-bottom: 18px;
}

.blog-details-page .comments-area .fn a,
.comments-area .fn {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.blog-details-page .comments-area .comment-body .comment-metadata a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
}

.blog-details-page .comments-area .reply a {
  border: 0;
  outline: 0;
  padding: 6.5px 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  text-transform: capitalize;
  background-color: var(--easilon-base, #00CDE5);
  line-height: 1.8em;
  transition: all 400ms ease;
}

.blog-details-page .comments-area .reply a:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
  transition: all 400ms ease;
}

.blog-details-page .name-field .blog-details__comment-form__input-box,
.blog-details-page .email-field .blog-details__comment-form__input-box {
  margin-top: 0px;
}

.blog-details-page .name-field .blog-details__comment-form__input-box {
  margin-right: 10px;
}

.blog-details-page .comment-field .blog-details__comment-form__input-box {
  margin-top: 30px;
}

.blog-details-page .comment-respond .form-submit .easilon-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .blog-details-page .email-field .blog-details__comment-form__input-box {
    margin-top: 30px;
  }
}
.blog-details-page .wp-block-heading,
.product__sidebar-title {
  text-transform: capitalize;
}

.worldwide-one__location__btn {
  padding: 0;
}

.worldwide-one__team__images .worldwide-one__team__image {
  margin-left: -11px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.worldwide-one__team__images .worldwide-one__team__image:hover {
  border-color: var(--easilon-base, #00CDE5);
}

/* Quick Loan
--------------------------------------------- */
.quick-loan-one--home-3 .quick-loan-one {
  margin: 0;
}

/* Footer
--------------------------------------------- */
.has-fixed-footer .product-page,
.has-fixed-footer .blog-details-page.section-space,
.has-fixed-footer .product-details,
.has-fixed-footer .error-404,
.has-fixed-footer .blog-page,
.has-fixed-footer .blog-one,
.has-fixed-footer .blog-single,
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-bottom: 220px;
}

.main-footer__bottom.default-footer {
  margin: 0px;
}

.main-footer__bottom.default-footer {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
  z-index: 1;
  color: var(--easilon-white, #ffffff);
}

.main-footer__bottom.default-footer .main-footer__bottom__inner {
  padding: 36px 0;
  border-top: 0px solid rgba(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
}

.main-footer__bottom.default-footer .main-footer__copyright {
  text-align: center;
}

/* Blog
--------------------------------------------- */
.blog-page .sticky {
  position: relative;
}

.blog-page .sticky::before {
  position: absolute;
  right: 15px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
}

.has-fixed-footer .blog-card--three .blog-card__date {
  background-color: var(--easilon-base, #00CDE5);
  padding: 10px 19.5px;
  top: 30px;
  left: 30px;
}

.blog-card--three .blog-card__meta {
  margin-top: -2px;
}

.blog-page .blog-card--three .blog-card__image__inner {
  position: relative;
  overflow: hidden;
}

.blog-page .blog-card--three .blog-card__image__inner {
  display: inline-block;
}

.blog-page--sidebar .post-pagination {
  margin-top: 60px;
}

.post-pagination a,
.post-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 39px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.post-pagination a.current,
.post-pagination span.current,
.post-pagination span:hover {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  transition: all 400ms ease;
}

.no-results.not-found.error-page__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.search-form.sidebar__search-form {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

.error-page__form input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 1;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  height: 67px;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid var(--easilon-border-color, #ded8d3);
  transition: all 400ms ease;
}

.error-404__title.no_image_error-404__title {
  font-size: 100px;
  line-height: 1em;
  margin-top: -17px;
}

@media screen and (max-width: 575px) {
  .error-404__title.no_image_error-404__title {
    font-size: 50px;
    margin-top: -7px;
  }
}
.no-results .error-page__tagline {
  font-weight: 700;
}

.apply-loan__form input[type=text],
.apply-loan__form input[type=email],
.apply-loan__form input[type=password],
.apply-loan__form input[type=tel],
.apply-loan__form textarea {
  display: block;
  width: 100%;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0 28px;
  height: 67px;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.sidebar .widget,
.sidebar__single {
  background-color: var(--easilon-white2, #F6F6F8);
  padding: 30px;
}

.sidebar .widget h2,
.sidebar .widget .title h2,
.sidebar .widget .title h2 a.rss-widget-title,
.wp-block-search__label {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  margin-top: -7px;
  margin-bottom: 23px;
  color: var(--easilon-black, #2B2B5E);
}

.sidebar .widget ul li,
.sidebar .widget ul li a {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  font-weight: 500;
}

.sidebar .widget ul li a:hover,
.wp-calendar-nav a:hover {
  color: var(--easilon-base, #00CDE5);
}

.sidebar .widget.widget_block ul.wp-block-archives-list,
.sidebar .widget.widget_block ul.wp-block-categories-list,
.sidebar .widget.widget_block ul.wp-block-page-list {
  margin-top: -17px;
}

.sidebar .widget.widget_block ul.wp-block-archives-list li,
.sidebar .widget.widget_block ul.wp-block-archives-list li ul,
.sidebar .widget.widget_block ul.wp-block-categories-list li,
.sidebar .widget.widget_block ul.wp-block-categories-list li ul,
.sidebar .widget.widget_block ul.wp-block-page-list li,
.sidebar .widget.widget_block ul.wp-block-page-list li ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget.widget_block ul.wp-block-archives-list li,
.sidebar .widget.widget_block ul.wp-block-categories-list li,
.sidebar .widget.widget_block ul.wp-block-page-list li {
  line-height: 2.8;
}

.sidebar .widget.widget_block ul.wp-block-categories-list li ul,
.sidebar .widget.widget_block ul.wp-block-page-list li ul {
  padding-left: 0.5em;
}

.sidebar .widget.widget_block ul.wp-block-archives-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar .widget.widget_block .wp-block-archives-dropdown {
  margin-top: -12px;
}

.sidebar .widget.widget_block .wp-block-calendar {
  margin-top: -1px;
}

.sidebar .widget.widget_block .wp-block-categories-dropdown {
  margin-top: -5px;
}

.sidebar .widget.widget_block ol {
  margin-top: -7px;
}

.sidebar .widget.widget_block ol li + li {
  margin-top: -2px;
}

.sidebar .widget.widget_block ol li a {
  color: var(--easilon-black, #2B2B5E);
  font-weight: 500;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 600;
  font-size: 18px;
}

.sidebar .widget.widget_block ul.wp-block-latest-posts__list {
  margin-top: -9px;
}

.sidebar .widget.widget_block ul.wp-block-latest-posts__list li + li {
  margin-top: 11px;
}

.sidebar .widget.widget_block ul.wp-block-latest-posts__list li img {
  margin-top: 8px;
}

.sidebar .widget ul.wp-block-latest-posts__list li a:hover {
  color: var(--easilon-base, #00CDE5) !important;
}

.sidebar .widget .wp-block-loginout {
  margin-top: -9px;
}

.sidebar .widget.widget_block ul.wp-block-rss {
  margin-top: -9px;
}

.sidebar .widget.widget_block ul.wp-block-rss li + li {
  margin-top: 23px;
}

.sidebar .widget.widget_block ul.wp-block-social-links {
  margin-top: -1px;
}

.sidebar .widget.widget_block form.wp-block-search {
  margin-top: -12px;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover {
  color: var(--easilon-white, #ffffff);
}

.sidebar .widget.widget_block .wp-block-tag-cloud,
.sidebar .widget.widget_tag_cloud .tagcloud {
  margin-top: -1px;
}

.sidebar .widget.widget_block .wp-block-tag-cloud a,
.sidebar .widget.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  color: var(--easilon-black, #2B2B5E);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 16px;
  padding: 9px 10.5px;
  letter-spacing: 0px;
}

.sidebar .widget.widget_block .wp-block-tag-cloud a:hover,
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: var(--easilon-white, #ffffff);
}

.sidebar .widget.widget_archive ul,
.sidebar .widget.widget_categories ul,
.sidebar .widget.widget_pages ul,
.sidebar .widget.widget_meta ul,
.sidebar .widget.widget_nav_menu ul {
  margin-top: -17px;
}

.sidebar .widget.widget_archive ul li,
.sidebar .widget.widget_archive ul li ul,
.sidebar .widget.widget_categories ul li,
.sidebar .widget.widget_categories ul li ul,
.sidebar .widget.widget_pages ul li,
.sidebar .widget.widget_pages ul li ul,
.sidebar .widget.widget_meta ul li,
.sidebar .widget.widget_meta ul li ul,
.sidebar .widget.widget_nav_menu ul li,
.sidebar .widget.widget_nav_menu ul li ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget.widget_categories ul li ul,
.sidebar .widget.widget_pages ul li ul,
.sidebar .widget.widget_meta ul li ul,
.sidebar .widget.widget_nav_menu ul li ul {
  padding-left: 0.5em;
}

.sidebar .widget.widget_archive ul li,
.sidebar .widget.widget_categories ul li,
.sidebar .widget.widget_pages ul li,
.sidebar .widget.widget_meta ul li,
.sidebar .widget.widget_nav_menu ul li {
  line-height: 2.8;
}

.sidebar .widget.widget_archive ul li {
  font-size: 16px;
}

.sidebar .widget.widget_archive select {
  margin-top: -5px;
}

.sidebar .widget.widget_calendar .calendar_wrap {
  margin-top: -1px;
}

.sidebar .widget.widget_categories form {
  margin-top: -5px;
}

.sidebar .widget.widget_recent_comments ul,
.sidebar .widget.widget_recent_entries ul {
  margin-top: 34px;
}

.sidebar .widget.widget_recent_comments ul li + li,
.sidebar .widget.widget_recent_entries ul li + li {
  margin-top: 30px;
}

.sidebar .widget.widget_recent_comments ul li::before,
.sidebar .widget.widget_recent_entries ul li::before {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar .widget.widget_recent_entries ul li:hover::before {
  background-color: var(--easilon-black, #2B2B5E);
  color: var(--easilon-white, #ffffff);
}

.sidebar .widget.widget_recent_comments ul li a,
.sidebar .widget.widget_recent_entries ul li a {
  color: var(--easilon-text, #82828A);
  font-weight: 500;
}

.sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar .widget.widget_recent_entries ul li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.sidebar .widget.widget_rss ul {
  margin-top: -8px;
}

.sidebar .widget.widget_rss ul li + li {
  margin-top: 15px;
}

.sidebar .widget.widget_rss ul li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.sidebar .widget.widget_search form {
  margin-top: -1px;
}

.sidebar .widget.widget_text .textwidget form {
  margin-top: -9px;
}

.service-sidebar__nav li.current-menu-item a {
  padding: 11.5px 0;
  color: var(--easilon-white, #ffffff);
  font-weight: 800;
}

.service-sidebar__nav li.current-menu-item a .service-sidebar__nav__icon {
  color: var(--easilon-white, #ffffff);
}

.service-sidebar__nav li.current-menu-item::after {
  left: 0;
  width: 100%;
  background-color: var(--easilon-base, #00CDE5);
}

.easilon_heading__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  margin-bottom: 17px;
}

.team-skills-one__skills {
  margin-top: 10px;
}

.team-details__description p {
  margin: 0;
  line-height: 1.875;
  letter-spacing: var(--easilon-letter-space, -0.02em);
}

.team-details__description p + p {
  margin-top: 12px;
}

.team-skills-one__skills .progress-box__bar {
  height: 15px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.team-skills-one__skills .progress-box + .progress-box {
  margin-top: 0px;
}

.testimonial-card-three .testimonial-card-three__image {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 86px !important;
  height: 86px;
  border-radius: 50%;
  border: 5px solid var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.apply-loan__form .bootstrap-select:not(.input-group-btn),
.contact-one__form .bootstrap-select:not(.input-group-btn) {
  position: relative;
  width: 100% !important;
  display: block;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.main-footer .footer-bg,
.main-footer .footer-bg .elementor-widget-footer-shape {
  position: static;
}

.about-one__image__inner .about-one__image__with-border,
.about-two__image__inner .about-two__image__two {
  border: 10px solid var(--easilon-white, #ffffff);
}

.loan-two--home .loan-two {
  padding-bottom: 0;
}

.sidebar-one__newsletter__inner .sidebar-one__newsletter__input,
.sidebar-one__newsletter__inner .sidebar-one__newsletter__input:focus {
  outline: 0;
  border: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  color: var(--easilon-white, #ffffff);
  width: calc(100% - 45px);
  height: 50px;
  padding-left: 15px;
  background-color: rgba(var(--easilon-white-rgb, 255, 255, 255), 0.09);
  background-color: rgba(var(--easilon-white-rgb, 255, 255, 255), 0.09);
  transition: all 400ms ease;
}

@media (max-width: 1599px) {
  .about-one .about-one__shape {
    max-width: 250px;
  }
}
@media (max-width: 1399px) {
  .about-one .about-one__shape {
    max-width: 200px;
  }
}
.blog-details__tags.tag-links a:not(:last-of-type)::after {
  content: ",";
}

.blog-details__tags__box span {
  margin-right: 20px;
}

.comments-one__title b {
  font-weight: 600;
}

.blog-details-page .comments-area .reply a {
  letter-spacing: 0;
  padding: 5px 12.6px;
  line-height: 25px;
}

.reply-form .logged-in-as {
  margin-bottom: 0;
}

.sidebar .widget.widget_block form.wp-block-search {
  margin-top: 0;
}

.sidebar .widget ul.sidebar__comments li a::after,
.sidebar__single ul.sidebar__comments li a::after {
  display: none;
}

.sidebar .widget ul.sidebar__categories li a::after,
.sidebar__single ul.sidebar__categories li a::after {
  content: "";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: 0px;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .widget ul.sidebar__categories li a:hover {
  color: var(--easilon-white, #ffffff);
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.blog-page--sidebar .blog-six-layout .post-pagination {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-page--grid .post-pagination {
  justify-content: center;
  margin-top: 60px;
}

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  content: "";
  font-size: 0;
}

.sidebar .widget ul li .sidebar__posts__meta a {
  display: inline-flex;
  align-items: center;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.sidebar .widget ul li .sidebar__posts__meta a:hover {
  color: var(--easilon-black, #2B2B5E);
}

.sidebar .widget ul li .sidebar__posts__title a {
  font-size: 18px;
  color: var(--easilon-black, #2B2B5E);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.555;
}

.sidebar .widget ul li .sidebar__posts__title a:hover {
  color: var(--easilon-base, #00CDE5);
  background-size: 100% 1px;
}

.sidebar__comments {
  padding-top: 0;
}

.error-404__btn a:hover {
  color: var(--easilon-white, #ffffff);
}

.worldwide-one__bg {
  opacity: 0.8;
}

@media (min-width: 1200px) {
  .loan-two__video {
    left: 244.5px;
  }
}
.about-page .testimonials-two__custome-navs button {
  background-color: var(--easilon-white, #ffffff);
}
.about-page .testimonials-two__custome-navs button:hover {
  background-color: var(--easilon-base, #00CDE5);
}

.sidebar-one__overlay,
.mobile-nav__overlay,
.search-popup__overlay {
  cursor: url(./assets/images/close.png), auto;
}

/* 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(--easilon-base);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: var(--easilon-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: var(--easilon-base);
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: var(--easilon-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: var(--easilon-base) !important;
  letter-spacing: 4px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--easilon-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: 54px;
    padding-bottom: 30px;
  }
}
.product-content.product-description p {
  line-height: 1.875;
}

.product-content.product-description p:not(:last-child) {
  margin-bottom: 30px;
}

.product-details__comment-box p {
  line-height: 1.875;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\e91f";
  font-family: "icomoon" !important;
  font-size: 25px;
  color: #222429;
  top: -20px;
  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.stars {
  padding-top: 12px;
}

.comment-form-rating p {
  margin-bottom: 17px;
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
  background-color: var(--easilon-white, #ffffff);
}

.shop_table .product-thumbnail img {
  max-width: 70px;
  mix-blend-mode: darken;
  border: 1px solid #e8e3da;
  border-radius: var(--easilon-bdr-radius);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--easilon-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(--easilon-font);
  font-weight: 400;
  font-size: 20px;
}

.cart_totals .shop_table tbody th {
  padding-left: 0;
}

.cart_totals .shop_table tbody th {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
}

.cart_totals .shop_table tbody tr.cart-subtotal th,
.cart_totals .shop_table tbody tr.woocommerce-shipping-totals th {
  font-weight: 600;
}

.cart_totals .woocommerce-shipping-methods label,
.cart_totals p.woocommerce-shipping-destination {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  text-transform: capitalize;
}

.cart_totals .woocommerce-shipping-calculator a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.cart_totals .shipping-calculator-form input[type=text],
.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.cart_totals .shipping-calculator-form input[type=text]:focus,
.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single:focus {
  border: 1px solid var(--easilon-base);
}

.cart_totals .shop_table tbody tr.cart-subtotal td span.amount,
.cart_totals .shop_table tbody tr.order-total td span.woocommerce-Price-amount {
  color: var(--easilon-black, #2B2B5E);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  font-size: 16px;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  padding-left: 10px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--easilon-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--easilon-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-top: 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(--easilon-font);
  color: var(--easilon-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(--easilon-font);
  color: var(--easilon-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: var(--easilon-base);
}

.woocommerce-password-strength.bad {
  color: var(--easilon-base);
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #f00;
}

.required {
  color: #f00;
}

/**
 * WooCommerce widgets
 */
.sidebar__single.shop-one__sidebar__item {
  background-color: #fff;
}

.sidebar .wc-block-product-search .wc-block-product-search__fields {
  display: inline-flex;
}

.sidebar .wc-block-product-search .wc-block-product-search__field {
  max-width: 170px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: 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(--easilon-base);
  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(--easilon-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(--easilon-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(--easilon-base);
  border-radius: 3px;
  background: var(--easilon-base);
  color: var(--easilon-white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--easilon-base);
  background: var(--easilon-base);
  color: var(--easilon-white);
}

.woocommerce-MyAccount-navigation ul,
.sidebar .widget_product_categories ul,
.sidebar .woocommerce-widget-layered-nav ul {
  position: relative;
  margin-top: -9px;
}

.woocommerce-MyAccount-navigation ul li,
.sidebar .widget_product_categories ul li,
.sidebar .woocommerce-widget-layered-nav ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--easilon-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(--easilon-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: "Font Awesome 5 Free";
  content: "\f105";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-top: -1px;
  margin-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(--easilon-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--easilon-base);
  font-size: 16px;
}

.sidebar .widget_rating_filter a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222429;
}

.sidebar .widget_rating_filter ul {
  margin-top: -10px;
}

.sidebar .widget_recently_viewed_products li + li,
.sidebar .widget_recent_reviews li + li,
.widget_top_rated_products li + li,
.sidebar .widget_products li + li,
.sidebar .wc-block-product-categories li + li {
  margin-top: 20px;
}

.sidebar .widget_recently_viewed_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail,
.sidebar .widget_products li .size-woocommerce_thumbnail {
  width: 60px;
  float: left;
  margin-right: 30px;
}

.sidebar .widget_recently_viewed_products li .product-title,
.sidebar .widget_recent_reviews li .product-title,
.sidebar .widget_products li .product-title,
.sidebar .widget_top_rated_products .product-title {
  display: block;
  text-transform: capitalize;
  color: #222429;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 800;
  margin-top: 10px;
}

.sidebar .widget_recently_viewed_products li ins,
.sidebar .widget_recent_reviews li ins,
.sidebar .widget_products li ins {
  background-color: transparent;
}

.sidebar .widget_recently_viewed_products li .star-rating,
.sidebar .widget_recent_reviews li .star-rating {
  font-size: 14px;
}

.woocommerce-active .content-area .site-main::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-active .content-area .woocommerce-result-count {
  float: left;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--easilon-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: 52px;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-black2, #141414);
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  letter-spacing: 0em;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  margin-bottom: 30px;
}

.variations_form.cart select {
  height: 60px;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-black2, #141414);
  padding: 14px 30px;
  margin-bottom: 0;
}

.product-cart-btn {
  margin-top: 5px;
}

.product-cart-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

ul.products li.product .button {
  display: inline-block;
}

.shop-one__image {
  text-align: center;
  width: 100%;
}

.wc-proceed-to-checkout a:hover {
  background-color: var(--easilon-base);
  color: var(--easilon-white);
}

.products .product {
  text-align: center;
}

.products .product .price {
  font-size: 18px;
  color: var(--easilon-text, #82828A);
  text-align: center;
  line-height: 1.222;
  font-weight: 500;
  margin-bottom: 17px;
}

.products .product .shop-one__price ins {
  background-color: transparent;
}

.products .product .star-rating {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-bottom: 16px;
}

.products .product .woocommerce-loop-product__title {
  margin: 0;
  color: #222429;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
}

ul.products li.product img {
  margin-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: var(--easilon-text, #82828A);
  background-color: var(--easilon-white2, #F6F6F8);
  font-size: 14px;
  font-weight: 500;
  min-width: 40px;
  min-height: 40px;
  line-height: 1;
  transition: all 500ms ease;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 39px;
}

.woocommerce-pagination ul span {
  background-color: var(--easilon-base);
  border-color: var(--easilon-base);
  color: var(--easilon-white, #ffffff);
}

.woocommerce-pagination ul a:hover {
  background-color: transparent;
  border-color: var(--easilon-base);
  color: var(--easilon-base);
}

.woocommerce-pagination ul li a.prev {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul li a.next {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul .prev,
.woocommerce-pagination ul .next {
  padding-top: 0;
}

.woocommerce-active .product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .woocommerce-active .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-active .product__card .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-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(--easilon-gray, #A0A0C0);
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
  border: 1px solid #dedee5;
}

.woocommerce-product-gallery__image {
  border-radius: 0px;
}

.woocommerce-active .product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-active .product .related.products {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 20px;
}

.product__card .product_title {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}

.product__card .entry-summary {
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 20px;
  right: 20px;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  color: var(--easilon-base);
  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;
}

.product-details .product-details__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.208;
  text-transform: capitalize;
}

.product-details .product__card .price {
  margin: 0;
  margin-left: 10px;
  font-size: 24px;
  line-height: 1.208;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--easilon-base, #00CDE5);
}

.single-product .woocommerce-review-link {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  line-height: 1.25;
  font-weight: 500;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
}

.single-product .woocommerce-review-link::before,
.single-product .woocommerce-review-link::after {
  position: absolute;
  top: 0;
}

.single-product .woocommerce-review-link::before {
  content: "(";
  left: 0;
}

.single-product .woocommerce-review-link::after {
  content: ")";
  right: 0;
}

.single-product .woocommerce-review-link:hover {
  color: var(--easilon-base, #00CDE5);
}

.single-product .woocommerce-review-link:hover {
  background-size: 100% 1px;
}

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 31px;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}

.product-details__quantity {
  margin-bottom: 37px;
}

.product-details__quantity .product-details__quantity-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.75;
  margin-bottom: 0;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 98px;
  height: 53px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  width: 98px;
  height: 50px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  padding-left: 30px;
  border-radius: var(--easilon-bdr-radius);
  color: var(--easilon-base, #00CDE5);
  font-weight: 700;
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 23px;
  background-color: transparent;
  color: var(--easilon-text);
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  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(--easilon-extra);
  transition: all 500ms ease;
}

.entry-summary .product-details__buttons .thm-btn.cart-btn {
  margin-right: 0;
}

.product-quantity .quantity button:hover,
.single-product .quantity button:hover {
  color: var(--easilon-base, #00CDE5);
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  bottom: 6px;
  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(--easilon-black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: var(--easilon-letter-spacing);
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--easilon-font);
  font-weight: 700;
  color: var(--thm-text);
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  text-transform: capitalize;
}

.single-product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity h2 {
  display: none;
}

.single-product .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--easilon-font, "Montserrat", serif);
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--easilon-base);
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
  color: #222429;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-tabs .woocommerce-product-attributes-item__value {
  position: relative;
  top: 3px;
}

#review_form .comment-respond {
  margin-top: 30px;
}

#review_form #commentform {
  margin-top: 9px;
}
#review_form #commentform .row {
  --bs-gutter-x: 20px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-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(--easilon-black, #2B2B5E);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
  box-shadow: none;
  padding: 0 60px 25.5px;
  line-height: 1;
}

.cart_totals h2 {
  padding: 0 0 24px;
}

.shop_table thead th {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout-review-order-table thead tr th {
  padding: 25px 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;
}

.cart_totals h2 {
  font-size: 30px;
  font-weight: 700;
}

.shop_table .product-remove a {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 900;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 500ms ease;
}

.shop_table .product-remove a span {
  font-weight: 900;
}

.shop_table .product-remove a:hover {
  color: var(--easilon-base);
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  font-weight: 600;
  line-height: 1.222;
  transition: all 500ms ease;
}

.shop_table .product-name a:hover {
  color: var(--easilon-base);
  background-size: 100% 1px;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.woocommerce .checkout_coupon input[type=text],
.shop_table .coupon input[type=text] {
  width: 268px;
  height: 62px;
  background-color: var(--easilon-white, #ffffff);
  padding-left: 18px;
  padding-right: 18px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  display: block;
  border: none;
  line-height: normal;
  outline: none;
  color: var(--easilon-text, #82828A);
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  font-weight: 400;
  transition: all 400ms ease;
}

.woocommerce .checkout_coupon input[type=text]:focus,
.shop_table .coupon input[type=text]:focus {
  color: var(--easilon-black, #2B2B5E);
  border-color: var(--easilon-base, #00CDE5);
}

.shop_table .coupon input::placeholder {
  color: var(--easilon-text);
  opacity: 1;
}

.woocommerce-cart-form .shop_table button[name=apply_coupon] {
  height: 62px;
  background-color: var(--easilon-black, #2B2B5E);
}

.woocommerce-cart-form .shop_table button[name=apply_coupon]::before,
.woocommerce-cart-form .shop_table button[name=apply_coupon]::after {
  background-color: var(--easilon-base, #00CDE5);
}

.woocommerce-cart-form .shop_table button[name=update_cart] {
  border: 1px solid var(--easilon-base, #00CDE5);
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
}

.woocommerce-cart-form .shop_table button[name=update_cart]::before,
.woocommerce-cart-form .shop_table button[name=update_cart]::after {
  background-color: var(--easilon-base, #00CDE5);
}

.woocommerce-cart-form .shop_table button[name=update_cart]:hover {
  color: var(--easilon-white, #ffffff);
}

.cart_totals td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart_totals td {
  font-family: var(--easilon-font);
  font-size: 18px;
  color: #686a6f;
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart_totals p {
  margin: 0;
}

.cart_totals .shop_table td:last-child {
  text-align: right;
  padding-right: 0px;
}

.shipping-calculator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.shipping-calculator-form p:last-of-type,
.shipping-calculator-form p:nth-child(1),
.shipping-calculator-form p:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shipping-calculator-form ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.shipping-calculator-form input[type=text],
.shipping-calculator-form .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--easilon-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.shipping-calculator-form p > span {
  display: block;
  width: 100%;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  right: 20px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
}

.woocommerce-cart .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.woocommerce-account .news-details .woocommerce,
.woocommerce-checkout .news-details .woocommerce,
.woocommerce-cart .news-details .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 0px;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--easilon-black);
  clear: both;
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--easilon-font);
  font-size: 16px;
  margin-bottom: 20px;
  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(--easilon-base);
  margin-right: 5px;
  margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--easilon-base);
}

.woocommerce-error {
  list-style-type: none;
  margin-left: 0;
}

.woocommerce-error {
  background-color: var(--easilon-base);
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
  margin-top: 40px;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#order_review_heading,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-checkout #customer_details h3 {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black);
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.208;
  text-transform: capitalize;
}

.woocommerce-checkout #customer_details h3 label {
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #customer_details h3 label input {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout #customer_details h3 label span {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label span::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f4f5f8;
  border-radius: 50%;
  margin-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(--easilon-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;
}

.easilon-edit-address h3,
.easilon-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,
.easilon-edit-address label {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
}

.woocommerce-checkout #customer_details {
  position: relative;
  margin-top: 30px;
}

.woocommerce-form-login input[type=text],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-login input[type=password],
.lost_reset_password input[type=text],
.easilon-edit-address input[type=text],
.easilon-edit-address input[type=email],
.easilon-edit-address input[type=password],
.easilon-edit-address input[type=tel],
.easilon-edit-address input[type=url],
.easilon-edit-address input[type=file],
.easilon-edit-address input[type=number],
.easilon-edit-address textarea,
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=url],
.woocommerce-EditAccountForm input[type=file],
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details input[type=password],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=url],
.woocommerce-checkout #customer_details input[type=file],
.woocommerce-checkout #customer_details input[type=number],
.woocommerce-checkout #customer_details textarea {
  position: relative;
  display: block;
  height: 61px;
  width: 100%;
  color: var(--easilon-text, #82828A);
  line-height: 40px;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: var(--easilon-white2, #F6F6F8);
  border: none;
  outline: none;
  transition: all 400ms ease;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--easilon-text, #82828A);
  line-height: 28px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--easilon-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,
.easilon-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 61px;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-text, #82828A);
  padding: 14px 30px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  transition: all 400ms ease;
  border-radius: 0;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.easilon-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;
}

form.woocommerce-checkout .shop_table tfoot td,
form.woocommerce-checkout .shop_table tfoot th {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

form.woocommerce-checkout .shop_table tfoot tr:first-child th,
form.woocommerce-checkout .shop_table tfoot tr:first-child td {
  padding-top: 15px;
}

form.woocommerce-checkout .shop_table tfoot tr:last-child th,
form.woocommerce-checkout .shop_table tfoot tr:last-child td {
  padding-top: 20px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  color: var(--easilon-gray);
  font-size: 24px;
  font-weight: 300;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: var(--easilon-white2, #F6F6F8);
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  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(--easilon-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 20px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  margin-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: 1px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--easilon-base);
  border-color: var(--easilon-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: var(--easilon-text, #82828A);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 500;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-top: 20px;
}

.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(--easilon-primary);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--easilon-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;
}

.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(--easilon-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--easilon-base, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: var(--easilon-black, #2B2B5E);
}

.woocommerce-order-details {
  margin-bottom: 60px;
  margin-top: 60px;
}

.woocommerce-Addresses {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.woocommerce-EditAccountForm p:nth-child(4),
.woocommerce-EditAccountForm p:nth-child(6),
.woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 20px;
}

.woocommerce-EditAccountForm p > span {
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm input + span {
  margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 35px 45px;
  background: var(--easilon-white2, #F6F6F8);
}

@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: var(--easilon-base);
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

.shop-one__product-count {
  display: inline-block;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--easilon-text, #82828A);
}

.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(--easilon-base);
  color: var(--easilon-white);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 50px;
  transition: 500ms;
  line-height: 28px;
  border-radius: 0px;
  z-index: 1;
  overflow: hidden;
}

.widget_price_filter .price_slider_amount .button.thm-btn {
  padding: 3px 10px;
  font-size: 12px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
input[type=textarea]:focus-visible,
.product-quantity .quantity input,
#customer_details textarea {
  outline-style: none;
}

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

.entry-summary ins {
  background: transparent;
}

.product-details__social + .yith-wcwl-add-to-wishlist {
  display: none !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table .cart_item:first-child td {
  padding-top: 30px;
}

.woocommerce-checkout .shop_table td:last-child {
  padding-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(--easilon-base, #00CDE5);
}

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

@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(--easilon-extra);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--easilon-extra);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--easilon-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--easilon-font);
  }
  .woocommerce-cart-form__contents td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
    content: attr(aria-label);
    */
    content: attr(data-title);
    font-weight: bold;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
.product-details__content__rating {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e3da;
}

.product-review .comments-area .comment-box .info {
  margin-bottom: 0;
}

.product__all-content ins {
  background-color: transparent;
}

.product-details__title ins span {
  margin-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;
}

.easilon-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(--easilon-primary);
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.woocommerce-form-register,
.woocommerce-form-login {
  margin-top: 20px;
}

.shop-category.widget_block.widget_categories {
  padding: 30px 20px;
}

.sidebar .shop-category h2 {
  margin-bottom: 23px;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar.shop-one__sidebar .widget_categories ul li {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li + li {
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 999;
  padding: 6px 0;
}

.woo-widget .wc-block-components-filter-submit-button {
  font-size: 13px;
  font-weight: 800;
  background-color: var(--easilon-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: 0;
  font-weight: 600;
  background: var(--easilon-white);
  font-family: var(--heading-font);
  color: var(--easilon-black);
  text-transform: uppercase;
  letter-spacing: var(--easilon-letter-space, 0.1em);
  box-shadow: 0px 10px 30px 0px rgba(var(--easilon-black4-rgb), 0.07);
}

.woo-widget div .wc-block-components-filter-submit-button:hover {
  background-color: var(--easilon-base, #1a1414) !important;
  color: var(--easilon-white) !important;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--easilon-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(--easilon-base);
}

.wc-block-price-filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--easilon-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(--easilon-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(--easilon-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(--easilon-base);
  color: #fff;
  line-height: 32px;
  width: 100%;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
.sidebar .widget ul.wc-block-grid__products li::after,
.sidebar .widget .wc-block-product-categories-list li::after,
.sidebar .widget .widget_shopping_cart_content ul li:after,
.sidebar ul.product_list_widget li:after {
  content: " ";
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: 100%;
}

.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
  margin-bottom: 30px;
  margin-top: 0;
}

.wc-block-grid__product:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}

.wc-block-grid__products,
.wc-block-components-review-list-item__item,
.wc-block-product-categories {
  margin-bottom: 0;
}

.wc-block-components-price-slider {
  margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  margin-bottom: 20px;
}

.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--easilon-black, #2B2B5E);
}

.wc-block-grid__product .wc-block-grid__product-price {
  font-size: 18px;
  color: var(--easilon-text, #82828A);
  text-align: center;
  line-height: 1.222;
  font-weight: 500;
  margin-bottom: 17px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
  border-radius: 0;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background-color: var(--easilon-black, #2B2B5E);
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--easilon-base);
  border-color: var(--easilon-base);
  text-transform: capitalize;
  color: #fff;
}

.woo-widget .select2-container--default .select2-selection--single {
  border: 1px solid #e6e1d8;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
}

.wc-block-components-price-slider__range-input {
  top: -2px;
}

.wc-blocks-filter-wrapper h3,
.woocommerce-account h3 {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 28px;
}

.sidebar .wc-block-components-price-slider::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wc-block-components-price-slider__range-text {
  float: 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;
  margin-top: 14px;
}

ul.products .product__add-to-cart .add_to_cart_button.thm-btn {
  position: relative;
  z-index: 1;
}

.product-one .add_to_cart_button.thm-btn.loading,
.woosw-list .add_to_cart_button.loading,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.loading {
  color: transparent;
}

.product-one .add_to_cart_button.thm-btn.loading::after,
.woosw-list .add_to_cart_button.loading::after,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.loading::after {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  right: 5px;
}

.product-one .product__item .thm-btn:hover {
  color: var(--easilon-white);
  background-color: var(--easilon-base);
}

.product-one .added_to_cart {
  height: 38px;
  background-color: var(--easilon-base);
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--easilon-white);
  padding: 13px 27px;
  text-transform: uppercase;
}

.product-one .price ins {
  background: transparent;
}

.product-one .product__item__btn {
  right: 30px;
}

.product-two .add_to_cart_button.added,
.product-one .add_to_cart_button.added,
.woosw-list .add_to_cart_button.added,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.added,
.product-widget .add_to_cart_button.thm-btn.added {
  display: none;
}

.woocommerce-Reviews .comment {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

.product__items ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-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 {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: var(--easilon-bdr-radius);
  border-bottom: 0;
}

.product__all-content {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  border-top: 0;
  margin-top: 0;
  padding: 28px 30px 30px 30px;
  border-radius: var(--easilon-bdr-radius);
}

.product__sidebar .widget,
.product__sidebar-single {
  padding: 30px;
}

.product__sidebar .product__sidebar-single .wp-block-categories {
  margin-top: -17px;
}

.cart_totals .woocommerce-shipping-methods label {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout-review-order-table td:first-child {
  color: var(--easilon-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-transform: capitalize;
}
.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}

.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(--easilon-bdr-radius);
}

.product .blog-sidebar__meta,
.product .blog-sidebar__btn,
.product .blog-sidebar__date {
  display: none;
}

p.comment-notes {
  margin-bottom: 10px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.easilon-edit-address button[type=submit],
.checkout_coupon button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-checkout-payment #place_order,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit,
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn,
.entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn,
.woosw-list .add_to_cart_button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: var(--easilon-black, #2B2B5E);
}

.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn {
  background-color: var(--easilon-black);
  color: var(--easilon-white);
}

.woosq-popup .woosw-btn:hover,
.product-details .cart .woosw-btn:hover {
  background-color: var(--easilon-base);
}

.woosw-added:hover {
  background-color: var(--easilon-base);
}

.woosw-list .added_to_cart.wc-forward {
  padding: 16px 45px 13px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.shop_table .coupon .thm-btn {
  line-height: 27px;
}

.wc-proceed-to-checkout a {
  padding: 23px 50px;
}

.entry-summary .thm-btn.cart-btn {
  margin-right: 10px;
}

.wp-block-heading,
.product__sidebar-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  margin-top: -7px;
  margin-bottom: 23px;
}

.shop-category.product__sidebar-single ul.wp-block-categories li a {
  margin-left: 20px;
  font-weight: 500;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-size: 14px;
}

@media (min-width: 992px) {
  .product__items ul.products.columns-1 li {
    width: calc(100% / 1);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-2 li {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-3 li {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-4 li {
    width: calc(100% / 4);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-5 li {
    width: calc(100% / 5);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-6 li {
    width: calc(100% / 6);
  }
}

.product__item__btn .woosw-btn-text-icon .woosw-btn-text {
  display: none;
}

.product-details__buttons .woosw-btn-icon {
  display: none;
}

.blog-sidebar__single.product .blog-one__meta,
.blog-sidebar__single.product .easilon-btn {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-details .product__card .price {
  font-size: 24px;
  line-height: 1.208;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--easilon-base, #00CDE5);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.review-form-one__title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product__all-content .thm-btn,
.product__item .thm-btn,
.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 14px 16.5px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.product__all-content .thm-btn::before,
.product__all-content .thm-btn::after,
.product__item .thm-btn::before,
.product__item .thm-btn::after,
.product .added_to_cart::before,
.product .added_to_cart::after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.product__all-content .thm-btn::before,
.product__item .thm-btn::before,
.product .added_to_cart::before {
  top: 0;
  left: 0;
  right: auto;
}

.product__all-content .thm-btn::after,
.product__item .thm-btn::after,
.product .added_to_cart::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.product__all-content .thm-btn:hover::before,
.product__item .thm-btn:hover::before,
.product .added_to_cart:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.product__all-content .thm-btn:hover::after,
.product__item .thm-btn:hover::after,
.product .added_to_cart:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 3px;
}

.woosw-list .add_to_cart_button,
.entry-summary .thm-btn.cart-btn,
.woocommerce-checkout-payment #place_order,
.checkout_coupon button[type=submit],
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn,
.cart_totals .shipping-calculator-form button[type=submit],
.add_to_cart_inline a.product_type_grouped {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.woosw-list .add_to_cart_button:before,
.entry-summary .thm-btn.cart-btn:before,
.woocommerce-checkout-payment #place_order:before,
.checkout_coupon button[type=submit]:before,
.wc-proceed-to-checkout a::before,
.shop_table button[name=update_cart]::before,
.shop_table .coupon .thm-btn::before,
.cart_totals .shipping-calculator-form button[type=submit]::before,
.add_to_cart_inline a.product_type_grouped::before,
.woosw-list .add_to_cart_button:after,
.woosq-popup .woosw-btn:after,
.product-details .cart .woosw-btn:after,
.entry-summary .thm-btn.cart-btn:after,
.woocommerce-checkout-payment #place_order:after,
.checkout_coupon button[type=submit]:after,
.wc-proceed-to-checkout a::after,
.shop_table button[name=update_cart]::after,
.shop_table .coupon .thm-btn::after,
.cart_totals .shipping-calculator-form button[type=submit]::after,
.add_to_cart_inline a.product_type_grouped::after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.woosw-list .add_to_cart_button:before,
.entry-summary .thm-btn.cart-btn::before,
.woocommerce-checkout-payment #place_order:before,
.checkout_coupon button[type=submit]:before,
.wc-proceed-to-checkout a::before,
.shop_table button[name=update_cart]::before,
.shop_table .coupon .thm-btn::before,
.cart_totals .shipping-calculator-form button[type=submit]::before,
.add_to_cart_inline a.product_type_grouped::before {
  top: 0;
  left: 0;
  right: auto;
}

.woosw-list .add_to_cart_button:after,
.entry-summary .thm-btn.cart-btn:after,
.woocommerce-checkout-payment #place_order:after,
.checkout_coupon button[type=submit]:after,
.wc-proceed-to-checkout a::after,
.shop_table button[name=update_cart]::after,
.shop_table .coupon .thm-btn::after,
.cart_totals .shipping-calculator-form button[type=submit]::after,
.add_to_cart_inline a.product_type_grouped::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.woosw-list .add_to_cart_button:hover::before,
.entry-summary .thm-btn.cart-btn:hover::before,
.woocommerce-checkout-payment #place_order:hover::before,
.checkout_coupon button[type=submit]:hover::before,
.wc-proceed-to-checkout a:hover::before,
.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.shop_table button[name=update_cart]:hover::before,
.shop_table .coupon .thm-btn:hover::before,
.cart_totals .shipping-calculator-form button[type=submit]:hover::before,
.add_to_cart_inline a.product_type_grouped:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.woosw-list .add_to_cart_button:hover::after,
.entry-summary .thm-btn.cart-btn:hover::after,
.woocommerce-checkout-payment #place_order:hover::after,
.checkout_coupon button[type=submit]:hover::after,
.wc-proceed-to-checkout a:hover::after,
.woocommerce-ResetPassword .woocommerce-Button:hover::after,
.shop_table button[name=update_cart]:hover::after,
.shop_table .coupon .thm-btn:hover::after,
.cart_totals .shipping-calculator-form button[type=submit]:hover::after,
.add_to_cart_inline a.product_type_grouped:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.checkout_coupon button[type=submit] {
  height: 62px;
}

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

.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(--easilon-base);
}

.product-two .thm-btn {
  background-color: var(--easilon-base);
  letter-spacing: 0;
  font-size: 14px;
  padding: 4.2px 21px;
}

.product-two .thm-btn:hover {
  background-color: var(--easilon-black);
  color: var(--easilon-white);
  letter-spacing: 0;
  font-size: 14px;
  padding: 4.2px 21px;
}

.product-two .added_to_cart {
  background-color: var(--easilon-black);
  color: var(--easilon-white);
  letter-spacing: 0;
  font-size: 14px;
  padding: 10.4px 21px;
  text-transform: uppercase;
  font-weight: 600;
}

.product-two .added_to_cart:hover {
  background-color: var(--easilon-base);
}

.main-header__cart__quantity {
  font-size: 10px;
  position: relative;
  top: -18px;
  background: var(--easilon-base);
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: white;
  left: -6px;
}

/**
 * Start Default Woocommerce css
 */
.wp-block-woocommerce-cart {
  position: relative;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items thead tr th {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 235%;
  color: var(--easilon-black, #2B2B5E);
  padding: 0 0 11px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
  box-shadow: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  padding: 30px 0;
  letter-spacing: 0;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image {
  position: relative;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image a {
  display: block;
  width: 119px;
  height: 119px;
  background-color: var(--easilon-white, #fff);
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  margin-right: 34px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name {
  transition: all 0.4s ease;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  font-weight: bold;
  color: var(--easilon-black, #2B2B5E);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  display: flex;
  align-items: center;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 70%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name:hover {
  color: var(--easilon-base, #00CDE5);
  background-size: 100% 1px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__prices {
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td ins {
  background: transparent;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-badge {
  font-size: 16px;
  font-weight: 700;
  color: var(--easilon-base, #00CDE5);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  gap: 5px;
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__quantity {
  line-height: 1;
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  width: 150px;
  height: 50px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  width: 45px;
  height: 50px;
  border-right: 1px solid var(--easilon-border-color, #E6E6ED);
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  min-width: 45px;
  box-shadow: none;
  transition: all 0.4s ease;
  color: var(--easilon-text);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  color: var(--easilon-base, #00CDE5);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  border-right: none;
  border-left: 1px solid var(--easilon-border-color, #E6E6ED);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: 50px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-base, #00CDE5);
  outline: none;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  box-shadow: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link {
  position: relative;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  font-weight: 900;
  font-size: 20px;
  color: var(--easilon-base, #00CDE5);
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after {
  color: var(--easilon-black, #2B2B5E);
}
.wp-block-woocommerce-cart .wc-block-components-sidebar {
  padding-left: 0;
  width: 35%;
  margin-left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
  margin: 0 0 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:before {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:before {
  top: 0;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  color: var(--easilon-black, #2B2B5E);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  margin: 0 0 0px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  font-size: 18px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 700;
  text-transform: inherit;
}
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--easilon-black, #2B2B5E);
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel,
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 20px 0;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon-link {
  font-weight: 700;
  color: var(--easilon-black, #2B2B5E);
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link:hover,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon-link:hover {
  color: var(--easilon-base, #00CDE5);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=url] {
  height: 60px;
  border: none;
  background-color: var(--easilon-white2, #F6F6F8);
  outline: none;
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  display: block;
  font-weight: 500;
  margin-right: 10px;
  padding: 0 25px;
  border-radius: 0;
}
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=url] {
  box-shadow: none;
  padding-top: 12px;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-cart .wc-block-components-text-input label {
  left: 25px;
}
.wp-block-woocommerce-cart .wc-block-components-radio-control__description,
.wp-block-woocommerce-cart .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-cart .wc-block-components-totals-item__description {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-shipping-address {
  margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
  padding: 0 0 20px;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link) {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):before {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):before {
  top: 0;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):after {
  bottom: 0;
  right: 0;
  left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link) span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.wp-block-woocommerce-cart .wc-block-components-shipping-calculator-address__button {
  width: auto;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border-radius: 0;
  padding: 0 0;
  border-color: var(--easilon-border-color, #E6E6ED);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  box-shadow: none;
  background: var(--easilon-white2, #F6F6F8);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  font-size: 14px;
  color: var(--easilon-text, #82828A);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  display: block;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #fff);
}
.wp-block-woocommerce-cart .wc-block-components-validation-error {
  font-size: 14px;
  color: var(--easilon-base, #00CDE5);
}
.wp-block-woocommerce-cart .wc-block-components-validation-error p {
  font-size: inherit;
}

@media (max-width: 991px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    padding: 20px 0;
  }
  .wc-block-components-product-metadata,
  .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    display: none;
  }
  .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    overflow: auto;
  }
  .is-medium table.wc-block-cart-items,
  .is-small table.wc-block-cart-items,
  .is-large.wc-block-cart .wc-block-cart-items,
  .is-mobile table.wc-block-cart-items,
  .is-small table.wc-block-cart-items,
  .is-large.wc-block-cart .wc-block-cart-items {
    min-width: 1020px;
    overflow: auto;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 155px 0 !important;
    padding: 0 !important;
  }
  .wc-block-cart table.wc-block-cart-items,
  .wc-block-cart table.wc-block-cart-items td,
  .wc-block-cart table.wc-block-cart-items th {
    margin: 0 !important;
  }
  .wc-block-cart-item__wrap {
    padding: 25px 0 !important;
  }
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    padding: 80px 0 !important;
  }
}
.woocommerce-cart .product-page.section-space-bottom {
  padding-top: 100px;
  padding-bottom: 40px;
}

.woocommerce-checkout .product-page.section-space-bottom {
  padding-top: 100px;
  padding-bottom: 52px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-address-form__country input[type=text],
.wc-block-components-form .wc-block-components-address-form__state input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-address-form-wrapper .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  background-color: var(--easilon-white2, #F6F6F8) !important;
  border: 1px solid transparent !important;
  color: var(--easilon-text, #82828A);
}

.wc-block-components-order-summary__button-text {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 700;
  color: var(--easilon-black, #2B2B5E);
  font-size: 20px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-weight: 500;
  color: var(--easilon-base, #00CDE5) !important;
  font-size: 16px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  font-size: 16px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  font-weight: 500 !important;
  font-size: 16px;
}

.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
  font-size: 16px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 16px !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: var(--easilon-black);
}

.components-button.wc-block-components-button {
  font-weight: 600;
  font-size: 15px;
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white);
  text-transform: uppercase;
}

.woocommerce-checkout .components-button.wc-block-components-button {
  min-height: 2.8em !important;
}

.woocommerce-checkout .components-button.wc-block-components-button:hover {
  background-color: var(--easilon-base, #00CDE5);
}

.woocommerce-grouped-product-list .product-details__quantity {
  margin-bottom: 0px;
  margin-top: 40px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: var(--easilon-black);
  text-transform: capitalize;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.product__item__btn {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 2;
}

.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: 50%;
  color: var(--easilon-black, #2B2B5E);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn a + a {
  margin-top: 10px;
}

.product__item__btn a:hover {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
}

.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transition: all 500ms ease;
}

.product-page .product__item__price .added_to_cart {
  padding-bottom: 25px;
}

.shop-category.product__sidebar-single ul.wp-block-categories li a:hover,
.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a:hover::after {
  color: #ffffff;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  font-weight: 500;
}

.sidebar--shop .wp-block-heading,
.product-details__title,
.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email],
.product-details .comment-form textarea,
.woocommerce .checkout_coupon input[type=text],
.shop_table .coupon input[type=text] {
  text-transform: capitalize;
}

form.woocommerce-checkout .shop_table tfoot tr th {
  color: var(--easilon-black, #2B2B5E);
  font-size: 16px;
  font-weight: 700;
}

.shop_table .product-thumbnail img {
  border: 0px solid #e8e3da;
}

.product-quantity input[type=number] {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product-details__review-title {
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
}

.product-details__comment-box {
  position: relative;
  padding: 15px 0 64px 212px;
  margin-bottom: 50px;
  min-height: 166px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.product-details__comment-box__thumb {
  width: 166px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}

.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product-details__comment-box__date {
  font-weight: 500;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  padding-left: 15px;
  text-transform: capitalize;
}

.product-details__comment-box__meta {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 14px;
}

.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--easilon-base);
}

.product-details__review-title {
  margin-bottom: 50px;
}

.comment-form-rating p.stars {
  padding-top: 8px;
}

.comment-form-rating {
  padding-bottom: 10px;
}

.product-review .form-submit {
  margin-top: 30px;
}

.comment-form-rating label.rate-this-pro {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--easilon-black, #2B2B5E);
}

.product-review .comment-form-rating p.stars {
  padding-top: 4px;
}

.product-details .comment-form textarea {
  height: 195px;
  display: block;
  width: 100%;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email] {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}

.comment-respond .name-field .review-form__input-box,
.comment-respond .email-field .review-form__input-box {
  margin-top: 30px;
}

.comment-respond .name-field .review-form__input-box {
  margin-right: 2.5px;
}

.comment-respond .email-field .review-form__input-box {
  margin-left: 2.5px;
}

@media (max-width: 767px) {
  .comment-respond .name-field .review-form__input-box {
    margin-right: 0;
  }
  .comment-respond .email-field .review-form__input-box {
    margin-left: 0;
  }
}
.shop-one .shop-one__sidebar .widget .wp-block-search input[type=search] {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-page {
    padding-top: 100px;
  }
  .shop-one__product-count {
    display: block;
  }
  .woocommerce-active .content-area .woocommerce-ordering {
    float: none;
  }
  .variations_form.cart select,
  .woocommerce-active .content-area .woocommerce-ordering select {
    margin-bottom: 40px;
  }
  .woocommerce-pagination ul {
    margin-top: 20px;
  }
}
.product__categories ul.sidebar__categories {
  margin-bottom: -14px;
  margin-top: -16px;
}

.product__categories ul.sidebar__categories li {
  margin: 0;
}

.product__categories ul.sidebar__categories li a {
  color: var(--easilon-text, #82828A);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.product__categories ul.sidebar__categories li a::before {
  width: 0;
}

.product__categories ul.sidebar__categories li a::after {
  content: "";
}

.product__categories ul.sidebar__categories li a:hover {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #fff) !important;
  text-shadow: 0 0 1px currentColor;
  padding: 15px 20px;
}

.product-details__socials .product-details__socials__item {
  gap: 10px;
  display: flex;
}

@media (min-width: 992px) {
  .product-content.product-description p:last-of-type {
    line-height: 1.875;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}
.product-details__review-title {
  font-size: 24px;
  line-height: 1.541;
  font-weight: 700;
}

.woocommerce-active .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > * {
  margin-bottom: 0;
}

.wc-block-components-form button,
.wc-block-components-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

.wc-block-components-form button::before,
.wc-block-components-form button::after,
.wc-block-components-button::before,
.wc-block-components-button::after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.wc-block-components-form button::before,
.wc-block-components-button::before {
  top: 0;
  left: 0;
  right: auto;
}

.wc-block-components-form button::after,
.wc-block-components-button::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.wc-block-components-form button:hover::before,
.wc-block-components-button:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.wc-block-components-form button:hover::after,
.wc-block-components-button:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
  color: var(--easilon-base, #00CDE5);
  border-color: var(--easilon-base, #00CDE5);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
  color: var(--easilon-black, #2B2B5E);
  border-color: var(--easilon-black, #2B2B5E);
}

.product-details .woocommerce-variation-price {
  margin-bottom: 20px;
}

.product-details .woocommerce-variation-price .price {
  margin-left: 0;
}

.product-type-external .entry-summary form.cart {
  display: flex;
  gap: 20px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin-bottom: 0;
}

.wp-block-woocommerce-empty-cart-block .wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: -16px;
}

.product-details .woosw-btn-has-icon .woosw-btn-icon {
  display: none;
}

.shop-one__sidebar .widget .wp-block-search input[type=search] {
  font-size: 14px;
  font-weight: 500;
}

.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__button.has-icon {
  color: var(--easilon-base, #00CDE5);
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  border: 0px;
  font-size: 14px;
}

.shop-one__sidebar .wc-block-components-price-slider {
  margin-bottom: 5px;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 14px 24px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  letter-spacing: 0.1em;
  transition: 500ms;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::before,
.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::before {
  top: 0;
  left: 0;
  right: auto;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 992px) {
  .shop_table .coupon {
    min-width: 445px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px 15px;
  }
  .woocommerce-cart-form .shop_table button[name=update_cart] {
    position: absolute;
    top: 60px;
    right: 0;
    cursor: pointer;
    height: 62px;
  }
}
.sidebar--shop .wc-block-components-price-slider__range-input-wrapper {
  margin-bottom: 20px;
}

.sidebar--shop .wc-block-components-price-slider__range-input-progress {
  height: 7px;
  color: var(--easilon-base, #00CDE5);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  background-color: var(--easilon-black, #2B2B5E);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
  background-color: var(--easilon-base, #00CDE5);
}

.shop_table tbody .cart_item td:first-child {
  padding-left: 0;
  width: 120px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .cart-collaterals {
    display: block;
  }
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.wc-proceed-to-checkout a {
  padding: 20px 29.5px;
}

.woosq-popup .entry-summary .product_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

input[type=url] {
  background-color: var(--easilon-white, #ffffff);
  height: 64px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--easilon-text, #82828A);
}

.woosw-copy-btn .button {
  color: var(--easilon-white, #ffffff);
  text-transform: capitalize;
  background-color: var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
  font-size: 14px;
  height: 64px;
  border: 1px solid var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
}

.woosw-copy-btn .button:hover {
  background-color: var(--easilon-base, #00CDE5);
  border: 1px solid var(--easilon-base, #00CDE5);
}

.woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 1.5em;
}

.woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
}

.cart .product-details__buttons button {
  position: relative;
}

.cart .product-details__buttons button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-product-gallery__wrapper a img {
  border: 1px solid var(--easilon-white2, #F6F6F8);
}

.product__item__btn a {
  background-color: var(--easilon-white, #ffffff);
}
