/*!
Theme Name: Assimox
Theme URI: https://bracketweb.com/assimoxwp/
Author: Layerdrops
Author URI: https://themeforest.net/user/bracket-web/
Description: Assimox is a very modern and versatile Appliances Repair WordPress Theme. Assimox is an exclusive design for repair service business segments. It is specially designed for appliance repair, Electrical Services, electronic repair, electronics repair, fix, handyman, home appliance repair, home service, house repair, hvac services, repair, repair home appliances, repair service, repairing, repairman and all other repairing related business.
Version: 1.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: assimox
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.

assimox 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 {
  --assimox-font: "Barlow", sans-serif;
  --assimox-font-two: "Roboto", sans-serif;
  --assimox-font-three: "freehand521_btregular";
  --assimox-text: #212529;
  --assimox-text-rgb: 33, 37, 41;
  --assimox-gray: #444444;
  --assimox-gray-rgb: 68, 68, 68;
  --assimox-white: #ffffff;
  --assimox-white-rgb: 255, 255, 255;
  --assimox-base: #f1d551;
  --assimox-base-rgb: 241, 213, 81;
  --assimox-black: #0b1a3a;
  --assimox-black-rgb: 11, 26, 58;
  --assimox-primary: #00a7eb;
  --assimox-primary-rgb: 0, 167, 235;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--assimox-black, #0b1a3a);
  font-family: var(--assimox-font, "Barlow", sans-serif);
  font-size: 1rem;
}

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(--assimox-gray, #444444);
  cursor: help;
}

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

big {
  font-size: 125%;
}

b,
strong {
  color: var(--assimox-black, #0b1a3a);
}

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

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

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

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

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  line-height: 40px;
  color: var(--assimox-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(--assimox-black, #0b1a3a);
  transition: 0.3s;
}
a:hover, a:focus, a:active {
  color: var(--assimox-base, #f1d551);
}
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);
  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(--assimox-gray, #444444);
  border-color: var(--assimox-gray, #444444);
  color: var(--assimox-base, #f1d551);
}

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

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

.comment-form__btn {
  line-height: 30px;
}

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(--assimox-black, #0b1a3a);
  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(--assimox-black, #0b1a3a);
}

/* 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: 32px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.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(--assimox-gray, #444444);
  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(--assimox-gray, #444444);
}

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

.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;
  text-decoration: none;
  transition: 0.3s;
}

.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(--assimox-text, #212529);
  line-height: 1.875em;
  margin-bottom: 1em;
  font-size: 15px;
  font-family: var(--assimox-font, "Barlow", sans-serif);
  letter-spacing: var(--assimox-letter-spacing-two);
  font-weight: 500;
}

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

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

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

.comments-area .reply a {
  padding: 5px 18px;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--assimox-white);
  background-color: var(--assimox-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: capitalize;
  font-family: var(--heading-font);
}

.comments-area .reply a:hover {
  background-color: var(--assimox-base);
  color: var(--assimox-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;
  margin-bottom: 24px;
}

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

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

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

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

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

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

.reply-form.row {
  --bs-gutter-x: 20px;
  position: relative;
  background-color: #f7f7f7;
  padding: 40px 25px 40px;
  border: 1px solid #dee1ed;
  margin-left: 0px;
}

.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: 62px;
  background-color: #f7f7f7;
  font-weight: 400;
  outline: none;
  color: var(--assimox-gray, #717178);
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--assimox-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;
  border-radius: var(--assimox-bdr-radius);
}

.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(--assimox-color);
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--assimox-black, #0b1a3a);
}

.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(--assimox-black, #0b1a3a);
  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(--assimox-text, #212529);
  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(--assimox-primary, #00a7eb);
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--assimox-black, #0b1a3a);
  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(--assimox-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--assimox-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 13px;
  font-family: var(--assimox-font-two, "Roboto", sans-serif);
  margin-right: 5px;
  border: 1px solid #e4e4e4;
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--assimox-black, #0b1a3a);
  background: var(--assimox-base, #f1d551);
}

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

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--assimox-base, #f1d551);
  color: var(--assimox-black, #0b1a3a);
  fill: var(--assimox-black, #0b1a3a);
}

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

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

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

tbody {
  background-color: var(--assimox-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(--assimox-gray, #444444);
}
.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(--assimox-text, #212529);
  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(--assimox-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(--assimox-black, #0b1a3a);
  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(--assimox-white, #ffffff);
  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(--assimox-black, #0b1a3a);
}
.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(--assimox-base, #f1d551);
  color: var(--assimox-black, #0b1a3a);
}
.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(--assimox-bdr-radius);
  border-bottom: 1px solid var(--assimox-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(--assimox-black, #0b1a3a);
}
.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(--assimox-base, #f1d551);
}
.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(--assimox-base, #f1d551);
}
.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(--assimox-black, #0b1a3a);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: var(--assimox-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(--assimox-base, #f1d551);
}
.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(--assimox-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--assimox-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(--assimox-gray, #444444);
}
.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(--assimox-base);
  color: var(--assimox-black, #0b1a3a);
}

.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(--assimox-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(--assimox-black, #0b1a3a);
  transition: all 500ms ease;
  margin-top: -5px;
  display: block;
  font-family: var(--assimox-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: 62px;
  background-color: #f7f7f7;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--assimox-text, #212529);
  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: 16px !important;
  color: var(--assimox-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--assimox-white);
  display: inline-block;
  padding: 4px 18px 4px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 13px;
  font-family: var(--assimox-font-two, "Roboto", sans-serif);
  line-height: 28px;
  border: 1px solid #e4e4e4;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--assimox-black, #0b1a3a);
  background: var(--assimox-base, #f1d551);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--assimox-black, #0b1a3a);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--assimox-black, #0b1a3a);
}
.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(--assimox-black, #0b1a3a);
  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(--assimox-black, #0b1a3a);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--assimox-base, #f1d551);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--assimox-font, "Barlow", sans-serif);
  margin-top: 5px;
}
.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(--assimox-primary, #00a7eb);
}
.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(--assimox-text, #212529);
  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(--assimox-black, #0b1a3a) !important;
  font-weight: 400;
  font-weight: 18;
  font-weight: 500;
  font-family: var(--assimox-font, "Barlow", sans-serif);
}
.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(--assimox-primary, #00a7eb);
  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(--assimox-primary, #00a7eb);
}
.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(--assimox-text, #212529);
}
.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(--assimox-text, #212529);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--assimox-black, #0b1a3a);
  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(--assimox-primary, #00a7eb);
  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(--assimox-primary, #00a7eb);
}
.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(--assimox-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: 19px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--assimox-black, #0b1a3a);
  text-transform: uppercase;
  font-family: var(--assimox-font, "Barlow", sans-serif);
  transition: all 500ms ease;
  border: none;
  border-radius: 0px;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--assimox-base, #f1d551);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--assimox-font, "Barlow", sans-serif);
  font-size: 18px;
  text-transform: lowercase;
  color: inherit;
  font-weight: 500;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: var(--assimox-text, #161617);
  transition: 0.3s;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--assimox-black, #0b1a3a);
  text-shadow: 0 0 0 currentColor;
  accent-color: currentcolor;
}
.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 {
  color: #0b1a3a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
  margin-top: -5px;
  font-family: var(--assimox-font);
  position: relative;
  display: inline-block;
}
.widget.widget_block h2:before,
.widget .sidebar__title:before,
.sidebar .widget .title h2:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -33px;
  width: 20px;
  height: 2px;
  background-color: #0b1a3a;
}

h2 .rss-widget-title {
  color: var(--assimox-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(--assimox-text, #212529);
}

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

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}

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

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

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

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

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-radius: 0;
  border-color: #fff;
  padding: 0;
  border: 1px solid #e6e1d8;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--assimox-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(--assimox-gray, #444444);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.row {
  --bs-gutter-x: 30px;
}

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

body {
  font-family: var(--assimox-font);
  color: var(--assimox-gray);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--assimox-gray);
}

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

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

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

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

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

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

p {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--assimox-base);
  -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(--assimox-base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

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

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

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  font-size: 14px;
  color: var(--assimox-white);
  font-weight: 700;
  padding: 14px 45px 12px;
  font-family: var(--assimox-font-two);
  background-color: #061f31;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: var(--assimox-base);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  z-index: -1;
}

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

.thm-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.section-title {
  position: relative;
  display: block;
  margin-top: -12px;
  margin-bottom: 49px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: var(--assimox-primary);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--assimox-font-two);
  margin-left: 30px;
  z-index: 1;
}

.section-title__tagline:before {
  position: absolute;
  left: -30px;
  top: 7px;
  width: 20px;
  height: 2px;
  background-color: var(--assimox-primary);
  content: "";
}

.section-title__title {
  margin: 0;
  color: var(--assimox-black);
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
  margin-top: 13px;
}

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

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

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

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

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

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

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

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--assimox-black);
  color: var(--assimox-white);
  cursor: pointer;
}

/* Preloader */
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;
  animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  font-family: var(--assimox-font);
  font-weight: 700;
  letter-spacing: 15px;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 0.8s;
}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #000000;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #000000;
  border-top-color: rgba(0, 0, 0, 0.7);
}

/* AnimaciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--assimox-base);
}

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

.scroll-to-top i {
  color: var(--assimox-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--assimox-base);
}

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

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

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

.xs-sidebar-widget {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  max-width: 460px;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 700ms ease 100ms;
  visibility: hidden;
  opacity: 1;
  z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 500ms ease 800ms;
}

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

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

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

.sidebar-textwidget {
  padding: 50px 44px;
}

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

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--assimox-black);
  border-radius: 50%;
  color: var(--assimox-black);
  font-size: 20px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

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

.xs-sidebar-group .content-inner .logo {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo img {
  max-height: 46px;
}

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

.xs-sidebar-group .content-inner h3 {
  color: var(--assimox-black);
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 22px;
}

.xs-sidebar-group .content-inner .content-box {
  position: relative;
  display: block;
  padding-top: 33px;
  padding-bottom: 47px;
}

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

.xs-sidebar-group .content-inner .content-box p {
  color: #444444;
  font-size: 17px;
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
  position: relative;
  display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
  color: var(--assimox-black);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 27px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.sidebar-contact-info ul li:last-child {
  margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
  position: relative;
  display: block;
  padding-left: 45px;
}

.sidebar-contact-info ul li .inner .icon {
  position: absolute;
  top: 3px;
  left: 0;
}

.sidebar-contact-info ul li .inner .icon img {
  position: relative;
  display: block;
}

.sidebar-contact-info ul li .inner .text {
  position: relative;
  display: block;
}

.sidebar-contact-info ul li .inner .text p {
  line-height: 24px;
  color: #444444;
}

.sidebar-contact-info ul li .inner .text p a {
  color: #444444;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
  position: relative;
  display: block;
  padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
  color: var(--assimox-black);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  background-color: rgb(248, 248, 248);
  border: 1px solid #e3dfdf;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 6px;
  font-family: var(--assimox-font);
  outline: none;
}

.side-content-newsletter-box .form-group button {
  margin-top: 30px;
  border: none;
  border-radius: 28px;
  background-color: var(--assimox-base);
  color: var(--assimox-black);
}

.side-content-newsletter-box .form-group button:hover {
  color: var(--assimox-white);
}

.side-content-newsletter-box .form-group button:before {
  background-color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding-left: 65px;
  padding-right: 122px;
  margin-top: 35px;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__logo {
  position: relative;
  display: block;
  margin-right: 90px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.main-menu__logo img {
  max-height: 46px;
}

.main-menu__main-menu-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__main-menu-box-inner {
  position: relative;
  display: block;
}

.main-menu__search-nav-sidebar {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: var(--assimox-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--assimox-base);
}

.main-menu__side-content-icon {
  position: relative;
  display: block;
}

.main-menu__side-content-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 48px;
  width: 48px;
  border: 1px solid var(--assimox-white);
  border-radius: 50%;
  padding-right: 12px;
}

.icon-dots-menu-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 10px;
  background-color: var(--assimox-white);
}

.icon-dots-menu-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--assimox-white);
  margin-top: 5px;
}

.main-menu__right {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f1ece7;
  padding-left: 25px;
  padding-right: 45px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0px 23px 29px 0px rgba(0, 0, 0, 0.15);
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #154050;
}

.main-menu__call-content {
  margin-left: 25px;
}

.main-menu__call-sub-title {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}

.main-menu__call-number {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
}

.main-menu__call-number a {
  color: #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: #cb111e;
}

.stricky-header.main-menu {
  background-color: #4f748e;
}

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

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

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

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

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--assimox-white);
  font-weight: 400;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

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

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #343c4e;
}

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

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

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--assimox-white);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 12px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

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

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

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

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

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

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

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

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

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

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--assimox-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--assimox-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
.main-header--dark .main-menu__wrapper {
  padding-right: 0;
}
@media (max-width: 991px) {
  .main-header--dark .main-menu__wrapper {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--dark .main-menu__wrapper {
    padding-right: 15px;
  }
}

.main-header--dark .main-menu .main-menu__list > li > a,
.main-header--dark.stricky-header .main-menu__list > li > a {
  color: #0f0f0f;
}

.main-header--dark .main-menu .main-menu__list > li.current > a,
.main-header--dark .main-menu .main-menu__list > li:hover > a,
.main-header--dark.stricky-header .main-menu__list > li.current > a,
.main-header--dark.stricky-header .main-menu__list > li:hover > a {
  color: #11aded;
}

.main-header--dark .main-menu .main-menu__list > li > ul > li:hover > a,
.main-header--dark .main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.main-header--dark.stricky-header .main-menu__list > li > ul > li:hover > a,
.main-header--dark.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  color: #11aded;
}

.main-header--dark .main-menu .main-menu__list > li > ul,
.main-header--dark .main-menu .main-menu__list > li > ul > li > ul,
.main-header--dark.stricky-header .main-menu__list > li > ul,
.main-header--dark.stricky-header .main-menu__list > li > ul > li > ul {
  border-color: #11aded;
}

.main-header--dark .main-menu__call {
  background-color: var(--assimox-white);
}

.main-header--dark .main-menu__search {
  color: #0f0f0f;
}

.main-header--dark .main-menu__search:hover {
  color: #11aded;
}

.main-header--dark .main-menu__side-content-icon .navSidebar-button {
  border-color: #0f0f0f;
  transition: all 0.4s ease;
}

.main-header--dark .main-menu__side-content-icon .navSidebar-button:hover {
  border-color: #11aded;
}

.main-header--dark .main-menu__side-content-icon .navSidebar-button .icon-dots-menu-2,
.main-header--dark .main-menu__side-content-icon .navSidebar-button .icon-dots-menu-1 {
  background-color: #0f0f0f;
  transition: all 0.4s ease;
}

.main-header--dark .main-menu__side-content-icon .navSidebar-button:hover .icon-dots-menu-2,
.main-header--dark .main-menu__side-content-icon .navSidebar-button:hover .icon-dots-menu-1 {
  background-color: #11aded;
}

.stricky-header.main-header--dark.main-menu {
  background-color: #fff;
}

.stricky-header.main-header--dark.main-menu .main-menu__call {
  box-shadow: none;
}

.main-header--dark .main-menu .mobile-nav__toggler {
  color: #0f0f0f;
}

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

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

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav__social a {
  font-size: 16px;
  color: var(--assimox-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  margin-bottom: -40px;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: #061f31;
  padding: 10px 0;
}

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

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

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

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

.main-header-two__top-number a {
  font-size: 20px;
  color: var(--assimox-white);
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-number a span {
  font-size: 18px;
  font-weight: 600;
}

.main-header-two__top-text-box {
  position: relative;
  display: block;
  margin-left: 55px;
}

.main-header-two__top-text-box:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -25px;
  width: 1px;
  background-color: rgba(215, 215, 215, 0.3);
}

.main-header-two__top-text-box p {
  font-size: 18px;
  color: var(--assimox-white);
  font-weight: 500;
}

.main-header-two__top-text-box p a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ee3c3c;
  font-weight: 600;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-text-box p a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c73639;
}

.main-header-two__top-text-box p a:hover {
  color: var(--assimox-white);
}

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

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

.main-header-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--assimox-white);
}

.main-header-two__social a + a {
  margin-left: 30px;
}

.stricky-header.main-menu-two {
  background-color: var(--assimox-white);
}

.stricky-header.main-menu-two:before {
  background-color: var(--assimox-white);
}

.stricky-header .main-menu-two__wrapper-inner {
  border-radius: 0px;
  padding: 0 0px 0;
}

.main-menu-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  background-color: #061f31;
  z-index: -1;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 20px 0;
  z-index: 1;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 22px 0 22px;
}

.main-menu-two__logo img {
  max-height: 46px;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__main-menu-box-inner {
  position: relative;
  display: block;
}

.main-menu-two__search-nav-sidebar {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
  padding: 21px 0px;
}

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__side-content-icon {
  position: relative;
  display: block;
}

.main-menu-two__side-content-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 48px;
  width: 48px;
  background-color: var(--assimox-base);
  border-radius: 50%;
  padding-right: 12px;
}

.icon-dots-menu-2-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 10px;
  background-color: var(--assimox-black);
}

.icon-dots-menu-2-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--assimox-black);
  margin-top: 5px;
}

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

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

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
  font-weight: 600;
  color: var(--assimox-black);
  font-size: 18px;
}

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

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
  background-color: #061f31;
  padding: 10px 0;
}

.main-header-three__top-wrapper {
  position: relative;
  display: block;
}

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

.main-header-three__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-number {
  position: relative;
  display: block;
}

.main-header-three__top-number a {
  font-size: 20px;
  color: var(--assimox-white);
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-number a span {
  font-size: 18px;
  font-weight: 600;
}

.main-header-three__top-text-box {
  position: relative;
  display: block;
  margin-left: 55px;
}

.main-header-three__top-text-box:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -25px;
  width: 1px;
  background-color: rgba(215, 215, 215, 0.3);
}

.main-header-three__top-text-box p {
  font-size: 18px;
  color: var(--assimox-white);
  font-weight: 500;
}

.main-header-three__top-text-box p a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ee3c3c;
  font-weight: 600;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-text-box p a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c73639;
}

.main-header-three__top-text-box p a:hover {
  color: var(--assimox-white);
}

.main-header-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

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

.main-header-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--assimox-white);
}

.main-header-three__social a + a {
  margin-left: 30px;
}

.stricky-header.main-menu-three {
  background-color: var(--assimox-white);
}

.stricky-header.main-menu-three:before {
  background-color: var(--assimox-white);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 1;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 22px 0 22px;
}

.main-menu-three__logo img {
  max-height: 46px;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__main-menu-box-inner {
  position: relative;
  display: block;
}

.main-menu-three__search-nav-sidebar {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
  padding: 21px 0px;
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__side-content-icon {
  position: relative;
  display: block;
}

.main-menu-three__side-content-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 48px;
  width: 48px;
  background-color: var(--assimox-base);
  border-radius: 50%;
  padding-right: 12px;
}

.icon-dots-menu-2-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 10px;
  background-color: var(--assimox-black);
}

.icon-dots-menu-2-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--assimox-black);
  margin-top: 5px;
}

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

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

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
  font-weight: 600;
  color: var(--assimox-black);
  font-size: 18px;
}

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

/*--------------------------------------------------------------
# Main Header Four
--------------------------------------------------------------*/
.main-menu-four .main-menu__call {
  background-color: transparent;
  box-shadow: none;
}

.main-menu-four .main-menu__call-icon span {
  color: #fff;
}

.main-menu-four .main-menu__call-sub-title {
  color: #fff;
}

.main-menu-four .main-menu__call-number a {
  color: #fff;
}

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

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

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

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

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

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

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

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--assimox-black);
  font-size: 26px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--assimox-white);
}

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

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--assimox-black);
}

.main-slider .container {
  position: relative;
  padding-top: 242px;
  padding-bottom: 235px;
  z-index: 30;
}
@media (max-width: 767px) {
  .main-slider .container {
    padding-top: 195px;
    padding-bottom: 150px;
  }
}

.main-slider__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider__sub-title {
  font-size: 35px;
  color: rgba(15, 15, 15, 0.5);
  font-family: var(--assimox-font-three);
  line-height: 35px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title {
  position: relative;
  font-size: 65px;
  color: #0f0f0f;
  font-weight: 900;
  line-height: 71px;
  margin-top: 10px;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
  font-size: 27px;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text-two {
  font-size: 20px;
  color: #0f0f0f;
  font-weight: 400;
  line-height: 35px;
  font-family: var(--assimox-font-two);
  margin: 0 0 43px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__text-two span {
  font-weight: 700;
  text-transform: uppercase;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
  color: var(--assimox-white);
  border-radius: 30px;
  overflow: hidden;
  letter-spacing: 1.5px;
  font-size: 15px;
  background-color: #11aded;
}

.main-slider__btn:hover {
  color: var(--assimox-white);
}

.main-slider__btn:before {
  background-color: var(--assimox-black);
}

.main-slider__badge {
  position: absolute;
  left: 64%;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__badge img {
  max-width: 100%;
}

.main-slider .swiper-slide-active .main-slider__badge,
.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__text-two,
.main-slider .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  position: absolute;
  top: 41%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 0 100px;
  height: 0;
  line-height: 0;
}
@media (max-width: 1400px) {
  .main-slider__nav {
    left: 44%;
  }
}
@media (max-width: 1300px) {
  .main-slider__nav {
    left: 100%;
  }
}
@media (max-width: 991px) {
  .main-slider__nav {
    left: 128%;
  }
}
@media (max-width: 767px) {
  .main-slider__nav {
    display: none;
  }
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #7a7c7e;
  background-color: transparent;
  border: 2px solid #7a7c7e;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #000;
  border: 2px solid #000;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 20px;
}

.main-slider__nav .swiper-button-prev i {
  position: relative;
  display: inline-block;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--assimox-black);
}

.main-slider-two .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: 30;
}

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

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two__sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--assimox-white);
  font-family: var(--assimox-font-two);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(var(--assimox-white-rgb), 0.5);
  padding: 4px 25px 1px;
  border-radius: 17.5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__title {
  position: relative;
  font-size: 65px;
  color: var(--assimox-white);
  font-weight: 900;
  line-height: 67px;
  margin-top: 28px;
  margin-bottom: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__text {
  font-size: 38px;
  color: var(--assimox-white);
  font-weight: 700;
  line-height: 48px;
  font-style: italic;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

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

.main-slider-two__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--assimox-white);
}

.main-slider-two-call__content {
  margin-left: 20px;
}

.main-slider-two-call__content p {
  font-size: 20px;
  color: var(--assimox-white);
  font-weight: 600;
  line-height: 30px;
  font-style: italic;
}

.main-slider-two-call__content h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  font-style: italic;
}

.main-slider-two-call__content h5 span {
  font-size: 20px;
  color: var(--assimox-white);
}

.main-slider-two-call__content h5 a {
  color: var(--assimox-white);
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
  color: var(--assimox-black);
  padding-left: 35px;
  padding-right: 25px;
  background-color: var(--assimox-base);
  padding-top: 16px;
  padding-bottom: 14px;
}

.main-slider-two__btn span {
  padding-left: 2px;
  font-size: 12px;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid var(--assimox-black);
  line-height: 16px;
  margin-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-two__btn:hover {
  color: var(--assimox-base);
}

.main-slider-two__btn:before {
  background-color: var(--assimox-black);
}

.main-slider-two__btn:hover span {
  border: 2px solid var(--assimox-base);
  color: var(--assimox-base);
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__text,
.main-slider-two .swiper-slide-active .main-slider-two__call,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two__nav {
  position: absolute;
  top: 41%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 0 100px;
  height: 0;
  line-height: 0;
}

.main-slider-two__nav .swiper-button-next,
.main-slider-two__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #cccccc;
  background-color: transparent;
  border: 2px solid #cccccc;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0;
}

.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
  color: #fff;
  border: 2px solid #fff;
}

.main-slider-two__nav .swiper-button-next::after,
.main-slider-two__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-two__nav .swiper-button-prev {
  margin-bottom: 20px;
}

.main-slider-two__nav .swiper-button-prev i {
  position: relative;
  display: inline-block;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: #e4ebf7;
}

.main-slider-three .container {
  position: relative;
  padding-top: 144px;
  padding-bottom: 160px;
  z-index: 30;
}

.main-slider-three__img {
  position: absolute;
  top: 0;
  right: 0;
}

.main-slider-three__img img {
  width: auto;
}

.main-slider-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  z-index: -1;
}

.main-slider-three__shape-1 img {
  width: auto;
}

.main-slider-three__shape-2 {
  position: absolute;
  top: 235px;
  left: 25px;
  border-radius: 50%;
  background-color: rgb(241, 213, 81);
  width: 114px;
  height: 114px;
}

.main-slider-three__shape-3 {
  position: absolute;
  top: 365px;
  left: -205px;
  border-radius: 50%;
  background-color: rgb(34, 89, 176);
  width: 355px;
  height: 355px;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three__sub-title {
  font-size: 35px;
  color: #061f31;
  font-family: var(--assimox-font-three);
  line-height: 35px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__sub-title {
  visibility: visible;
  opacity: 0.5;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three__title {
  font-size: 65px;
  font-weight: 900;
  line-height: 70px;
  color: #061f31;
  margin-top: 10px;
  margin-bottom: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text-1 {
  font-size: 27px;
  font-weight: 700;
  color: #061f31;
  line-height: 37px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text-2 {
  font-size: 20px;
  font-weight: 700;
  color: #061f31;
  line-height: 35px;
  margin-top: 14px;
  margin-bottom: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text-2 span {
  text-transform: uppercase;
}

.main-slider-three__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn {
  background-color: var(--assimox-base);
  color: var(--assimox-black);
  border-radius: 28px;
}

.main-slider-three__badge {
  margin-left: 75px;
}

.main-slider-three__badge img {
  width: auto;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__text,
.main-slider-three .swiper-slide-active .main-slider-three__text-1,
.main-slider-three .swiper-slide-active .main-slider-three__text-2,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three__nav {
  position: absolute;
  top: 41%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 0 180px;
  height: 0;
  line-height: 0;
}

.main-slider-three__nav .swiper-button-next,
.main-slider-three__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #7a7c7e;
  background-color: transparent;
  border: 2px solid #7a7c7e;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0;
}

.main-slider-three__nav .swiper-button-next:hover,
.main-slider-three__nav .swiper-button-prev:hover {
  color: #000;
  border: 2px solid #000;
}

.main-slider-three__nav .swiper-button-next::after,
.main-slider-three__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-three__nav .swiper-button-prev {
  margin-bottom: 20px;
}

.main-slider-three__nav .swiper-button-prev i {
  position: relative;
  display: inline-block;
}

/*--------------------------------------------------------------
# Experience And Rating
--------------------------------------------------------------*/
.experience-and-rating {
  position: relative;
  display: block;
  border-bottom: 1px solid #1a3749;
  margin-top: -30px;
  z-index: 2;
}

.experience-and-rating__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.experience-and-rating__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

.experience-and-rating__left-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.experience-and-rating__experience {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #154e5f;
  padding-left: 45px;
  padding-right: 35px;
  padding-top: 46px;
  padding-bottom: 55px;
  z-index: 1;
}

.experience-and-rating__experience-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.experience-and-rating__experience-year {
  position: relative;
  display: block;
}

.experience-and-rating__experience-year h2 {
  font-size: 135px;
  font-weight: 800;
  font-family: var(--assimox-font);
  color: var(--assimox-white);
  line-height: 135px;
}

.experience-and-rating__experience-year h5 {
  font-size: 10px;
  color: var(--assimox-white);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 10px;
}

.experience-and-rating__experience-text-box {
  position: relative;
  max-width: 210px;
  width: 100%;
  margin-left: 35px;
  top: 2px;
}

.experience-and-rating__experience-text-box p {
  font-size: 19px;
  color: var(--assimox-white);
  font-weight: 500;
}

.experience-and-rating__video {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 90px 0 90px;
}

.experience-and-rating__video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.experience-and-rating__video-link {
  position: relative;
  display: block;
}

.experience-and-rating__video-icon {
  position: relative;
  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;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 25px;
  color: var(--assimox-black);
  background-color: var(--assimox-base);
  border-radius: 50%;
  margin: 0 auto;
  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;
}

.experience-and-rating__video-icon:hover {
  background-color: var(--assimox-primary);
  color: var(--assimox-base);
}

.experience-and-rating__video-link .ripple,
.experience-and-rating__video-icon .ripple:before,
.experience-and-rating__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--assimox-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--assimox-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--assimox-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--assimox-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.experience-and-rating__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.experience-and-rating__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.experience-and-rating__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  padding-top: 114px;
  padding-bottom: 63px;
  z-index: 1;
}

.experience-and-rating__right:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #061f31;
  z-index: -1;
}

.experience-and-rating__right-content {
  position: relative;
  display: block;
  max-width: 585px;
  width: 100%;
  float: left;
  padding-left: 70px;
}

.experience-and-rating__rating-box {
  position: relative;
  display: flex;
}

.experience-and-rating__rating-icon {
  position: relative;
  display: block;
}

.experience-and-rating__rating-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--assimox-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.experience-and-rating__rating-box:hover .experience-and-rating__rating-icon span {
  transform: scale(0.9);
}

.experience-and-rating__rating-text {
  font-size: 23px;
  color: var(--assimox-white);
  margin-left: 40px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: #061f31;
  padding: 120px 0 113px;
}

.services-one__top {
  position: relative;
  display: block;
  margin-bottom: 69px;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-left .section-title {
  margin-bottom: 0px;
}

.services-one__top-left .section-title__tagline {
  color: #11aded;
}

.services-one__top-left .section-title__tagline:before {
  background-color: #11aded;
}

.services-one__top-left .section-title__title {
  color: var(--assimox-white);
}

.services-one-top__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 66px;
}

.services-one__top-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__top-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #11aded;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one-top__right:hover .services-one__top-icon span {
  transform: scale(0.9);
}

.services-one__top-text {
  font-size: 20px;
  color: #11aded;
  margin-left: 25px;
}

.services-one__bottom {
  position: relative;
  display: block;
  z-index: 1;
}

.services-one__img {
  position: absolute;
  bottom: 1px;
  right: -166px;
  z-index: -1;
}

.services-one__img img {
  width: auto;
}

.services-one__list-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.services-one__list {
  position: relative;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.services-one__single {
  position: relative;
  display: block;
  border: 1px solid #314a54;
  padding: 39px 40px 32px;
}

.services-one__list:nth-child(1) .services-one__single {
  border-right: 0;
}

.services-one__list:nth-child(2) .services-one__single {
  border-right: 0;
}

.services-one__list:nth-child(4) .services-one__single {
  border-left: 0;
}

.services-one__list:nth-child(5) .services-one__single {
  border-top: 0;
  border-right: 0;
}

.services-one__list:nth-child(6) .services-one__single {
  border-top: 0;
  border-right: 0;
}

.services-one__list:nth-child(7) .services-one__single {
  border-top: 0;
}

.services-one__icon {
  position: relative;
  display: inline-block;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--assimox-base);
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

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

.services-one__title-box {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-bottom: 26px;
}

.services-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 6px;
}

.services-one__title a {
  color: var(--assimox-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--assimox-base);
}

.services-one__sub-title {
  font-size: 17px;
  color: #b3dced;
  line-height: 20px;
}

.services-one__read-more {
  position: relative;
  display: block;
}

.services-one__read-more a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #11aded;
  font-weight: 700;
  font-family: var(--assimox-font-two);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__read-more a i {
  padding-left: 10px;
}

.services-one__single:hover .services-one__read-more a {
  color: var(--assimox-base);
}

.services-one__all-services {
  position: relative;
  display: block;
  margin-top: 71px;
}

.services-one__all-services-inner {
  position: relative;
  display: block;
  text-align: center;
}

.services-one__all-services-inner p {
  font-size: 20px;
  color: var(--assimox-white);
}

.services-one__all-services-inner p a {
  position: relative;
  display: inline-block;
  color: #11aded;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__all-services-inner p a:hover {
  color: var(--assimox-base);
}

.services-one__all-services-inner p a:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #11aded;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__all-services-inner p a:hover::before {
  background-color: var(--assimox-base);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 160px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 112px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
}

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

.about-one__satisfaction {
  position: absolute;
  bottom: -40px;
  right: -70px;
  background-color: #11aded;
  text-align: center;
  max-width: 220px;
  width: 100%;
  padding: 24px 0 31px;
  border-radius: 7px;
}

.about-one__satisfaction-count-box {
  position: relative;
  display: block;
}

.about-one__satisfaction-count-box h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 62px;
  color: var(--assimox-white);
  font-weight: 700;
  font-family: var(--assimox-font) !important;
  line-height: 62px !important;
}

.about-one__satisfaction-letter {
  position: relative;
  top: -6px;
  text-transform: uppercase;
}

.about-one__satisfaction-plus {
  position: relative;
  font-size: 30px;
  top: -14px;
}

.about-one__satisfaction-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--assimox-white);
  line-height: 24px;
}

.about-one__right {
  position: relative;
  display: block;
}

.about-one__right .section-title {
  margin-bottom: 31px;
}

.about-one__text-1 {
  font-size: 20px;
  color: #242424;
  font-weight: 600;
  padding-bottom: 18px;
}

.about-one__text-2 {
  color: #494949;
}

.about-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 36px;
}

.about-one__points-list {
  position: relative;
  display: block;
}

.about-one__points-list + .about-one__points-list {
  margin-left: 75px;
}

.about-one__points-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points-box li + li {
  margin-top: 9px;
}

.about-one__points-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points-icon span {
  font-size: 20px;
  color: #d9072c;
}

.about-one__points-text {
  position: relative;
  display: block;
  margin-left: 15px;
}

.about-one__points-text p {
  font-weight: 700;
  color: #2a2a2a;
  font-family: var(--assimox-font-two);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  background-color: #013e7e;
  padding: 120px 0 120px;
  z-index: 1;
}

.why-choose-one__img-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
}

.why-choose-one__img-1 img {
  width: auto;
}

.why-choose-one__img-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -739px;
  right: 0;
  background-color: #9bdffc;
  transform: skewX(-18deg) skewY(87deg);
}

.why-choose-one__content {
  position: relative;
  display: block;
  margin-right: 70px;
}

.why-choose-one__content .section-title {
  margin-bottom: 19px;
}

.why-choose-one__content .section-title__tagline {
  color: #11aded;
}

.why-choose-one__content .section-title__tagline:before {
  background-color: #11aded;
}

.why-choose-one__content .section-title__title {
  color: var(--assimox-white);
}

.why-choose-one__text {
  color: var(--assimox-white);
  padding-bottom: 37px;
}

.why-choose-one__points-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 100px;
}

.why-choose-one__points-box:before {
  content: "";
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #415d7a;
}

.why-choose-one__points {
  position: relative;
  display: block;
  float: left;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points li + li {
  margin-top: 65px;
}

.why-choose-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 55px;
  background: rgb(23, 241, 255);
  background: linear-gradient(185deg, rgb(23, 241, 255) 25%, rgb(9, 129, 255) 72%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.why-choose-one__points li:hover .icon span {
  transform: scale(0.9);
}

.why-choose-one__points li .text {
  margin-left: 15px;
}

.why-choose-one__points li .text p {
  font-size: 19px;
  color: var(--assimox-white);
  font-weight: 500;
  line-height: 24px;
}

.why-choose-one__points-two {
  margin-left: 90px;
}

/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {
  position: relative;
  display: block;
  background-color: #f6f7fa;
  counter-reset: count;
  padding: 120px 0 190px;
}

.process__single {
  position: relative;
  display: block;
  background-color: var(--assimox-white);
  border-radius: 5px;
  padding: 27px 35px 39px;
  padding-right: 28px;
  margin-bottom: 30px;
}

.process__count {
  position: absolute;
  top: 0;
  right: 24px;
  height: 60px;
  width: 40px;
  background-color: var(--assimox-base);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.process__count:before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: #242424;
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.process__icon {
  position: relative;
  display: block;
}

.process__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #000000;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.process__single:hover .process__icon span {
  transform: scale(0.9);
}

.process__title-box {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-bottom: 14px;
}

.process__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.process__sub-title {
  color: #9a9a9c;
}

.process__text {
  font-size: 17px;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Contact Bar
--------------------------------------------------------------*/
.contact-bar {
  position: relative;
  display: block;
  margin-top: -100px;
  z-index: 1;
}

.contact-bar__inne {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0b1953;
  margin-right: -100px;
  padding-left: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.contact-bar__inne:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100000px;
  content: "";
  background-color: #0b1953;
  z-index: -1;
}

.contact-bar__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.4;
  z-index: -1;
}

.contact-bar__left {
  position: relative;
  display: flex;
}

.contact-bar__left-icon {
  position: relative;
  display: block;
}

.contact-bar__left-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--assimox-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-bar__left:hover .contact-bar__left-icon span {
  transform: scale(0.9);
}

.contact-bar__left-content {
  margin-left: 40px;
  position: relative;
  top: -9px;
}

.contact-bar__title {
  font-size: 40px;
  color: var(--assimox-white);
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
}

.contact-bar__text {
  font-size: 20px;
  color: var(--assimox-white);
}

.contact-bar__right {
  position: relative;
  display: block;
}

.contact-bar__call {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-bar__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 95px;
  border: 1px dashed var(--assimox-base);
  border-radius: 50%;
}

.contact-bar__call-icon img {
  width: auto;
}

.contact-bar__call-content {
  margin-left: 30px;
}

.contact-bar__call-number {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-bar__call-number a {
  color: var(--assimox-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-bar__call-number a:hover {
  color: var(--assimox-base);
}

.contact-bar__call-time {
  font-size: 20px;
  color: var(--assimox-white);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  background-color: #eaedf3;
  padding: 215px 0 90px;
  margin-top: -95px;
}

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

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(2, 24, 57, 0.9);
  border-radius: 5px;
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-one__img > img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img > img {
  transform: scale(1.05);
}

.team-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.team-one__shape-1 > img {
  width: auto;
}

.team-one__icon {
  position: absolute;
  top: 25px;
  right: 16px;
  z-index: 2;
}

.team-one__icon > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: var(--assimox-white);
  border-radius: 50%;
  font-size: 16px;
  color: #4a4e56;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__icon > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.team-one__social-box {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
}

.team-one__social {
  position: relative;
  display: block;
  background-color: var(--assimox-white);
  padding-top: 4px;
  padding-bottom: 30px;
  border-radius: 30px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: top center;
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.team-one__social li + li {
  margin-top: 15px;
}

.team-one__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4e56;
  font-size: 20px;
}

.team-one__content {
  position: absolute;
  bottom: 16px;
  left: 40px;
  z-index: 2;
}

.team-one__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.team-one__name a {
  color: var(--assimox-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__name a {
  color: var(--assimox-base);
}

.team-one__subtitle {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--assimox-white);
  letter-spacing: 0.1em;
  font-family: var(--assimox-font-two);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 88px 0 100px;
  z-index: 1;
}

.testimonial-one__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.testimonial-one__content-box {
  position: relative;
  display: block;
}

.testimonial-one__title-box {
  position: relative;
  display: inline-block;
  margin-left: 33px;
  margin-bottom: 32px;
}

.testimonial-one__title-box:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -33px;
  width: 20px;
  height: 2px;
  background-color: #2b1f48;
}

.testimonial-one__title-box h5 {
  font-size: 14px;
  color: #2b1f48;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 14px;
}

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

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

.testimonial-one__content {
  position: relative;
  display: block;
  background-color: var(--assimox-white);
  border-radius: 10px;
  padding: 48px 40px 63px;
  z-index: 1;
}

.testimonial-one__quote {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.testimonial-one__quote i {
  font-size: 33px;
  color: var(--assimox-primary);
  position: relative;
  display: inline-block;
}

.testimonial-one__text {
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 500;
  font-style: italic;
}

.testimonial-one__shape-1 {
  position: absolute;
  bottom: -46px;
  left: 120px;
}

.testimonial-one__shape-1 > img {
  width: auto !important;
}

.testimonial-one__shape-2 {
  position: absolute;
  left: 90px;
  top: 77px;
  z-index: -1;
}

.testimonial-one__shape-2 > img {
  width: auto !important;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 68px;
  margin-left: 70px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 84px;
}

.testimonial-one__client-img > img {
  width: 100% !important;
  border-radius: 50%;
}

.testimonial-one__client-content {
  margin-left: 18px;
}

.testimonial-one__client-name {
  font-size: 18px;
  color: var(--assimox-white);
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.testimonial-one__client-title {
  font-size: 14px;
  color: var(--assimox-white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 6px;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 59px;
  right: 30px;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--assimox-white);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
  width: 13px;
  height: 13px;
  background-color: var(--assimox-black);
  border: 2px solid var(--assimox-black);
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  background-color: #013e7e;
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-one__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.35;
  z-index: -1;
}

.faq-one__left {
  position: relative;
  display: block;
}

.faq-one__left .section-title__title {
  color: var(--assimox-white);
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
  background-color: var(--assimox-white);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 17px 35px 17px;
  padding-left: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--assimox-gray);
  font-family: var(--assimox-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: var(--assimox-black);
  position: absolute;
  top: 50%;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 8px 35px 39px;
  padding-right: 75px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: #494949;
  font-size: 18px;
  line-height: 26px;
}

.faq-one__right {
  position: relative;
  display: block;
  margin-left: 100px;
}

.faq-one__form-box {
  position: relative;
  display: block;
  background-color: #f1d551;
  padding: 63px 45px 60px;
}

.faq-one__form-box h2 {
  font-size: 32px;
  color: #242424;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 5px;
}

.faq-one__form-box p {
  padding-bottom: 7px;
}

.faq-one__form {
  position: relative;
  display: block;
  margin-top: 20px;
}

.faq-one__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.faq-one__form-input-box input[type=text],
.faq-one__form-input-box input[type=email] {
  height: 52px;
  width: 100%;
  border: 1px solid #e1cc6b;
  background-color: #f5dc69;
  color: var(--assimox-gray);
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  display: block;
  border-radius: 3px;
  font-weight: 400;
  font-size: 18px;
}

.faq-one__form-input-box textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #e1cc6b;
  background-color: #f5dc69;
  padding: 15px 25px 15px;
  outline: none;
  border-radius: 3px;
  color: var(--assimox-gray);
  font-weight: 400;
  font-size: 18px;
}

.faq-one__form-input-box.text-message-box {
  position: relative;
  display: block;
  height: 120px;
}

.faq-one__form-btn-box {
  position: relative;
  display: block;
}

.faq-one__form-btn {
  border: none;
  background-color: #061f31;
  color: var(--assimox-white);
  width: 100%;
  border-radius: 4px;
}

.faq-one__form-btn:before {
  background-color: var(--assimox-primary);
}

.faq-one__form-btn:hover {
  color: var(--assimox-black);
}

.main-slider__form-btn:hover:before {
  height: 500%;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-one__top {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.blog-one__top-left {
  position: relative;
  display: block;
}

.blog-one__top-left .section-title {
  margin-bottom: 0;
}

.blog-one__top-right {
  position: relative;
  display: block;
}

.blog-one__top-text-1 {
  color: #494949;
  line-height: 26px;
}

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

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

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--assimox-black-rgb), 0.4);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  border-radius: var(--assimox-bdr-radius);
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.blog-one__single.active .blog-one__img:before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.blog-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__single.active .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__content-box {
  position: relative;
  display: block;
  background-color: #f0f2f6;
  padding-top: 34px;
  transform: translateY(-40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.blog-one__single:hover .blog-one__content-box {
  transform: translateY(0px);
}

.blog-one__single.active .blog-one__content-box {
  transform: translateY(0px);
}

.blog-one__date {
  position: relative;
  display: block;
  margin-left: 40px;
}

.blog-one__date p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--assimox-font-two);
  letter-spacing: 0.1em;
  color: #6e6e6e;
}

.blog-one__date p span {
  position: relative;
  display: inline-block;
  color: var(--assimox-primary);
  margin-right: 25px;
}

.blog-one__date p span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -40px;
  height: 2px;
  width: 30px;
  background-color: var(--assimox-primary);
}

.blog-one__date p span::after {
  position: absolute;
  top: 6px;
  right: -12px;
  bottom: 6px;
  width: 2px;
  background-color: var(--assimox-primary);
  content: "";
}

.blog-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 9px;
}

.blog-one__title a {
  color: #242424;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--assimox-primary);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #0a1222;
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  background-color: #071125;
  padding: 24px 0 22px;
  border: 1px solid #222c41;
  z-index: 1;
}

.site-footer__inner {
  position: relative;
  display: block;
  padding: 0 80px 0;
}

.site-footer__contact-info {
  position: relative;
  display: block;
}

.site-footer__contact-points {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__contact-points li {
  position: relative;
  display: flex;
}

.site-footer__contact-points li:before {
  position: absolute;
  top: -25px;
  bottom: -23px;
  right: -50px;
  width: 1px;
  background-color: #1e2739;
  content: "";
}

.site-footer__contact-points li:last-child:before {
  display: none;
}

.site-footer__contact-points li .icon {
  position: relative;
  display: inline-block;
}

.site-footer__contact-points li .icon img {
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.site-footer__contact-points li:hover img {
  transform: scale(0.9);
}

.site-footer__contact-points li .content {
  position: relative;
  display: block;
  margin-left: 27px;
}

.site-footer__contact-points li .content h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  color: var(--assimox-white);
  font-family: var(--assimox-font);
}

.site-footer__contact-points li .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--assimox-white);
  font-family: var(--assimox-font);
}

.site-footer__contact-points li .content a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--assimox-white);
  font-family: var(--assimox-font);
}

.site-footer__contact-points li:last-child .content a {
  font-size: 22px;
  font-weight: 500;
  padding-top: 2px;
}

.site-footer__middle {
  position: relative;
  display: block;
  padding-top: 63px;
  padding-bottom: 41px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 4px;
}

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

.footer-widget__logo img {
  max-height: 46px;
}

.site-footer__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #696d77;
  margin-top: 25px;
}

.footer-widget__useful-links {
  position: relative;
  display: block;
  margin-left: 40px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.footer-widget__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--assimox-white);
}

.footer-widget__useful-links-list {
  position: relative;
  display: block;
}

.footer-widget__useful-links-list li + li {
  margin-top: 6px;
}

.footer-widget__useful-links-list li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #696d77;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__useful-links-list li a:hover {
  color: var(--assimox-white);
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 60px;
}

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

.footer-widget__newsletter .footer-widget__title-box {
  margin-bottom: 21px;
}

.footer-widget__newsletter-text {
  font-size: 17px;
  line-height: 22px;
  color: #696d77;
}

.footer-widget__subscribe-box {
  position: relative;
  display: block;
  margin-top: 17px;
  margin-bottom: 30px;
}

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

.footer-widget__subscribe-input-box input[type=email] {
  height: 47px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #2e3034;
  outline: none;
  font-size: 17px;
  font-weight: 400;
  color: #696d77;
  padding-left: 20px;
  padding-right: 60px;
  border-radius: 3px;
}

.footer-widget__subscribe-btn {
  position: absolute;
  top: 1px;
  right: 0;
  width: 54px;
  bottom: 1px;
  border: none;
  background-color: #edd45e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 10px;
  color: var(--assimox-white);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__subscribe-btn:hover {
  background-color: var(--assimox-white);
}

.footer-widget__subscribe-btn img {
  width: auto;
}

.site-footer__social {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 17px;
  border: 1px solid #9da2ae;
  border-radius: 50%;
  color: var(--assimox-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__social a:hover {
  border: 1px solid var(--assimox-base);
  background-color: var(--assimox-base);
  color: var(--assimox-black);
}

.site-footer__social a + a {
  margin-left: 14px;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--assimox-white-rgb), 0.1);
  padding: 20px 0 29px;
}

.site-footer__bottom-text {
  color: #696d77;
}

.site-footer__bottom-text a {
  color: #696d77;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--assimox-base);
}

.site-footer__bottom-text-two {
  position: relative;
  display: flex;
}

.site-footer__bottom-text-two p {
  font-size: 17px;
  line-height: 27px;
  color: #696d77;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text-two p a {
  color: #696d77;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text-two p a:hover {
  color: var(--assimox-base);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 60px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
}

.about-two__img img {
  width: 100%;
  border-radius: 8px;
}

.about-two__experience-box {
  position: absolute;
  right: -30px;
  bottom: -32px;
  max-width: 202px;
  width: 100%;
  background-color: var(--assimox-base);
  border-radius: 10px;
  text-align: center;
  padding: 31px 27px 39px;
}

.about-two__experience-box span {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
  color: #000000;
}

.about-two__experience-box p {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  margin-top: 7px;
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__right .section-title {
  margin-bottom: 27px;
  margin-right: -46px;
}

.about-two__text-1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #242424;
}

.about-two__points {
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 27px;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li + li {
  margin-top: 6px;
}

.about-two__points li .icon {
  position: relative;
  display: inline-block;
  top: 1px;
}

.about-two__points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 9px;
  background-color: #d6481d;
  border-radius: 50%;
  color: var(--assimox-white);
}

.about-two__points li .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.about-two__points li .text p {
  font-weight: 600;
  color: #0e2a4e;
}

.about-two__text-2 {
  position: relative;
  display: block;
}

.about-two__btn-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 54px;
}

.about-two__btn-box {
  position: relative;
  display: block;
}

.about-two__btn {
  font-size: 14px;
  padding: 15px 50px 15px;
  background-image: -moz-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(1, 103, 219) 46%, rgb(0, 111, 237) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(1, 103, 219) 46%, rgb(0, 111, 237) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(1, 103, 219) 46%, rgb(0, 111, 237) 100%);
}

.about-two__call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 33px;
}

.about-two__call-box .icon {
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 16px;
}

.about-two__call-box .icon span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: #000000;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-two__call-box:hover .icon span {
  transform: scale(0.9);
}

.about-two__call-box .text {
  position: relative;
  display: block;
}

.about-two__call-box .text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--assimox-font);
}

.about-two__call-box .text h3 a {
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__call-box .text h3 a:hover {
  color: var(--assimox-primary);
}

.about-two__call-box .text p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: var(--assimox-black);
  font-family: var(--assimox-font-two);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 575px;
  background-color: #061f31;
  z-index: -1;
}

.services-two__top {
  position: relative;
  display: block;
}

.services-two__top .section-title__title {
  color: var(--assimox-white);
}

.services-two__top .section-title {
  margin-bottom: 69px;
}

.services-two__left {
  position: relative;
  display: block;
}

.services-two__right {
  position: relative;
  display: block;
  margin-left: 292px;
  margin-top: 20px;
}

.services-two__right-text {
  font-size: 20px;
  line-height: 22px;
  color: var(--assimox-white);
}

.services-two__right-btn {
  position: relative;
  display: inline-block;
}

.services-two__right-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #11aded;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__right-btn a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #0f99d3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__right-btn a:hover {
  color: var(--assimox-white);
}

.services-two__right-btn a:hover:before {
  background-color: var(--assimox-white);
}

.services-two__bottom {
  position: relative;
  display: block;
}

.services-two__bottom .container {
  max-width: 1300px;
}

.services-two__carousel {
  position: relative;
  display: block;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.services-two__img {
  position: relative;
  display: block;
}

.services-two__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.services-two__content {
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 44px 59px;
}

.services-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.services-two__title a {
  color: #222222;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--assimox-base);
}

.services-two__text {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  margin-top: 8px;
}

.services-two__text::before {
  position: absolute;
  bottom: -25px;
  left: 86px;
  width: 34px;
  height: 3px;
  background-color: #d01818;
  content: "";
}

.services-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

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

.services-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.services-two__carousel.owl-theme .owl-nav {
  position: relative;
  bottom: 0;
  margin-top: 60px;
}

.services-two__carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #9c9c9c;
  background-color: transparent;
  border: 2px solid #cccccc;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__carousel.owl-theme .owl-nav .owl-next span {
  font-weight: 900;
}

.services-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #9c9c9c;
  background-color: transparent;
  border: 2px solid #cccccc;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__carousel.owl-theme .owl-nav .owl-prev span {
  font-weight: 900;
}

.services-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.services-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.services-two__carousel.owl-theme .owl-nav .owl-next span,
.services-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-two__carousel.owl-theme .owl-nav .owl-next:hover,
.services-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  border: 2px solid var(--assimox-black);
  color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}

.our-mission__left {
  position: relative;
  display: block;
  margin-right: 43px;
}

.our-mission__left .section-title {
  margin-bottom: 29px;
}

.our-mission__text-1 {
  color: #49494A;
}

.our-mission__person {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 44px;
}

.our-mission__person-signeture {
  position: absolute;
  top: 5px;
  right: 90px;
}

.our-mission__person-signeture img {
  width: auto;
}

.our-mission__person-img {
  position: relative;
  display: block;
}

.our-mission__person-img img {
  width: 100%;
  border-radius: 50%;
}

.our-mission__person-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.our-mission__person-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #161837;
  font-family: var(--assimox-font);
}

.our-mission__person-content p {
  line-height: 27px;
  color: #161837;
}

.our-mission__right {
  position: relative;
  display: block;
  margin-top: 33px;
}

.our-mission__single {
  position: relative;
  display: block;
}

.our-mission__title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: var(--assimox-primary);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--assimox-font-two);
  margin-left: 30px;
}

.our-mission__title:before {
  position: absolute;
  left: -30px;
  top: 7px;
  width: 20px;
  height: 2px;
  background-color: var(--assimox-primary);
  content: "";
}

.our-mission__text-2 {
  color: #494949;
  margin-top: 12px;
}

/*--------------------------------------------------------------
# Vission
--------------------------------------------------------------*/
.vission {
  position: relative;
  display: block;
  z-index: 1;
}

.vission__wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.vission__left {
  position: relative;
  display: block;
  float: left;
  width: 40%;
  min-height: 615px;
}

.vission__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vission__right {
  position: relative;
  display: block;
  float: right;
  width: 60%;
  background-color: #067eca;
  overflow: hidden;
  z-index: 1;
}

.vission__bg-img {
  position: absolute;
  right: 0;
  left: -103px;
  top: -124px;
  bottom: -180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.7;
  z-index: -1;
}

.vission__right-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 778px;
  width: 100%;
  float: left;
  padding: 95px 0 98px;
}

.vission__count-area {
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
  padding-left: 63px;
  padding-right: 50px;
}

.vission__count-area::before {
  content: "";
  position: absolute;
  top: -9px;
  bottom: -23px;
  right: 0;
  width: 1px;
  background-color: rgba(var(--assimox-white-rgb), 0.35);
}

.vission__count-box {
  position: relative;
  display: block;
}

.vission__count-box li {
  position: relative;
  display: block;
}

.vission__count-box li + li {
  margin-top: 95px;
}

.vission__count-box li h3 {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px !important;
  font-family: var(--assimox-font-two) !important;
  color: var(--assimox-white);
  text-transform: uppercase;
}

.vission__successful-letter {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px !important;
  font-family: var(--assimox-font-two) !important;
  color: var(--assimox-white);
  text-transform: uppercase;
  position: relative;
  top: 11px;
}

.vission__successful-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: var(--assimox-white);
  margin-top: 3px;
}

.vission__btn {
  position: relative;
  display: block;
  margin-top: 16px;
}

.vission__btn a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--assimox-font-two);
  color: var(--assimox-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.vission__btn a:hover {
  color: var(--assimox-black);
}

.vission__btn a span {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 16px;
}

.company-vission {
  position: relative;
  display: block;
  padding-left: 54px;
}

.company-vission .section-title__tagline {
  color: var(--assimox-white);
}

.company-vission .section-title__tagline:before {
  background-color: var(--assimox-white);
}

.company-vission .section-title__title {
  color: var(--assimox-white);
}

.company-vission .section-title {
  margin-bottom: 32px;
}

.company-vission__text-1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--assimox-white);
}

.company-vission__text-2 {
  color: var(--assimox-white);
  margin-top: 30px;
}

/*------------------------------------------
  flixible price
--------------------------------------------*/
.flixible-price {
  position: relative;
  display: block;
  background-color: #ecf0f7;
  padding: 120px 0 120px;
  z-index: 10;
}

.flixible-price .section-title {
  margin-bottom: 43px;
}

.flixible-price .section-title__tagline {
  margin-left: 0;
}

.flixible-price .row {
  --bs-gutter-x: 100px;
}

.flixible-price__box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.flixible-price__box ul {
  position: relative;
  display: block;
  padding: 0;
}

.flixible-price__box ul li {
  position: relative;
  display: block;
  z-index: 1;
}

.flixible-price__box ul li + li {
  margin-top: 24px;
}

.flixible-price__box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  right: 0;
  height: 2px;
  border-bottom: 2px dotted var(--assimox-black);
  z-index: -1;
}

.flixible-price__box ul li span {
  position: relative;
  display: inline-block;
  background-color: #ecf0f7;
  padding-right: 10px;
  color: #0e2a4e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.flixible-price__box ul li b {
  position: relative;
  display: inline-block;
  float: right;
  padding-left: 10px;
  font-weight: 500;
  background-color: #ecf0f7;
  color: #0e2a4e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.flixible-price__btn-box {
  position: relative;
  display: block;
  padding-top: 33px;
}

.flixible-price__btn {
  background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  font-weight: 700;
  padding: 11px 31px 11px;
}

.flixible-price__btn i {
  position: relative;
  font-size: 23px;
  top: 5px;
  margin-left: 8px;
}

.flixible-price__btn:hover {
  color: var(--assimox-white);
}

.flixible-price__btn:hover i {
  color: var(--assimox-white);
}

.flixible-price__btn:hover::before {
  background-color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-Two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-Two .blog-one__content-box {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  background-color: var(--assimox-white);
  box-shadow: 0px 0px 65.8px 4.2px rgba(0, 0, 0, 0.08);
  padding: 45px 0 24px;
}

.feature-one__single {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-bottom: 16px;
}

.feature-one__single-2::before {
  display: none;
}

.feature-one__single::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -1px;
  width: 1px;
  right: 40px;
  background-color: #d0d0d0;
}

.feature-one__icon {
  position: relative;
  display: inline-block;
}

.feature-one__icon::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -17px;
  width: 49px;
  height: 49px;
  background-color: #f1d551;
  border-radius: 50%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__single:hover .feature-one__icon::before {
  transform: scale(1.2);
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #295eb2;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}

.feature-one__content {
  position: relative;
  display: block;
  margin-left: 42px;
}

.feature-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.feature-one__title a {
  color: #242424;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__title a:hover {
  color: var(--assimox-primary);
}

.feature-one__text {
  color: #242424;
  line-height: 26px;
  margin-top: 7px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 120px 0 115px;
}

.about-three__left {
  position: relative;
  display: block;
  margin-right: 63px;
}

.about-three__left .section-title {
  margin-bottom: 24px;
}

.about-three__text-1 {
  font-size: 21px;
  font-weight: 600;
}

.about-three__text-2 {
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 26px;
}

.about-three__text-3 {
  position: relative;
  display: block;
}

.about-three__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 29px;
}

.about-three__points {
  position: relative;
  display: block;
}

.about-three__points + .about-three__points {
  margin-left: 104px;
}

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points li + li {
  margin-top: 6px;
}

.about-three__points li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.about-three__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #057def;
}

.about-three__points li .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.about-three__points li .text p {
  font-weight: 500;
  color: #000000;
}

.about-three__right {
  position: relative;
  display: block;
}

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img-2 {
  position: absolute;
  bottom: -189px;
  right: 60px;
}

.about-three__img-2 img {
  width: auto;
}

.about-three__img {
  position: relative;
  display: block;
}

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

.about-three__count-box {
  position: absolute;
  left: -33px;
  bottom: -127px;
  background-color: #11aded;
  max-width: 240px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  padding-bottom: 26px;
}

.about-three__count-box h3 {
  font-size: 62px;
  font-weight: 700;
  line-height: 62px !important;
  font-family: var(--assimox-font) !important;
  color: var(--assimox-white);
  text-transform: uppercase;
}

.about-three__letter {
  font-size: 62px;
  font-weight: 700;
  line-height: 72px !important;
  font-family: var(--assimox-font) !important;
  color: var(--assimox-white);
  text-transform: uppercase;
  top: 18px;
  position: relative;
}

.about-three__plus {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px !important;
  font-family: var(--assimox-font) !important;
  color: var(--assimox-white);
  position: relative;
  top: -1px;
}

.about-three__count-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--assimox-white);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  background-color: #f0f2f6;
  overflow: hidden;
  padding: 120px 0 70px;
}

.services-three__top {
  position: relative;
  display: block;
  margin-bottom: 65px;
}

.services-three__top .section-title {
  margin-bottom: 21px;
}

.services-three__text {
  position: relative;
  display: block;
}

.services-three__text a {
  font-size: 19px;
  font-weight: 700;
  color: #df0b0b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__text a:hover {
  color: var(--assimox-black);
}

.services-three__single {
  position: relative;
  display: block;
  border: 1px solid #cfcfcf;
  padding: 39px 38px 38px;
}

.services-three__single-1 {
  border-right: 0;
}

.services-three__single-2 {
  border-right: 0;
}

.services-three__single-3 {
  border-right: 0;
}

.services-three__single-4 {
  border-right: 0;
}

.services-three__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.services-three__icon::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 1px;
  width: 36px;
  height: 36px;
  background-color: var(--assimox-base);
  border-radius: 50%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
  z-index: -1;
}

.services-three__single:hover .services-three__icon::before {
  transform: scale(1.2);
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #013e7e;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon span {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.services-three__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 28px;
}

.services-three__title a {
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--assimox-base);
}

.services-three__text {
  color: #494949;
}

.services-three__read-more {
  position: relative;
  display: block;
  margin-top: 19px;
}

.services-three__read-more a {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--assimox-font-two);
  text-transform: uppercase;
  letter-spacing: 0.045em;
  color: #11aded;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__read-more a:hover {
  color: var(--assimox-black);
}

.services-three__read-more a span {
  margin-left: 5px;
}

.services-three__carousel .owl-stage-outer {
  border-right: 1px solid #cfcfcf;
}

.services-three__carousel.owl-theme .owl-nav {
  position: relative;
  margin-top: 50px;
}

.services-three__carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #cccccc;
  background-color: transparent;
  border: 2px solid #cccccc;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__carousel.owl-theme .owl-nav .owl-next span {
  font-weight: 900;
}

.services-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #cccccc;
  background-color: transparent;
  border: 2px solid #cccccc;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__carousel.owl-theme .owl-nav .owl-prev span {
  font-weight: 900;
}

.services-three__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.services-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.services-three__carousel.owl-theme .owl-nav .owl-next span,
.services-three__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-three__carousel.owl-theme .owl-nav .owl-next:hover,
.services-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  border: 2px solid var(--assimox-black);
  color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Our Mission Two
--------------------------------------------------------------*/
.our-mission__two {
  position: relative;
  display: block;
  padding: 120px 0 112px;
}

.our-mission__two .our-mission__right {
  margin-top: 166px;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 220px;
  background-color: #f0f4fb;
}

.project-one__top {
  position: relative;
  display: block;
}

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

.project-one__bottom .container {
  max-width: 1600px;
}

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

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.project-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(2, 22, 41, 0.5);
  border-radius: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-position: center center;
  z-index: 1;
}

.project-one__single:hover .project-one__img:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.project-one__img img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05);
}

.project-one__content {
  position: absolute;
  left: 30px;
  bottom: 26px;
  transform: scaleY(0);
  transition: all 300ms ease 100ms;
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.4s;
}

.project-one__title {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--assimox-font);
}

.project-one__title a {
  color: #fff;
}

.project-one__button {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
  -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
  transform: perspective(400px) rotateX(20deg) translateX(100%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 2;
}

.project-one__single:hover .project-one__button {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
  transform: perspective(400px) rotateX(0deg) translateX(0%);
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.project-one__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--assimox-white);
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.project-one__button a:hover {
  background-color: #ecba16;
}

.project-one__button a + a {
  margin-top: 5px;
}

.project-one__button a > img {
  width: auto !important;
}

.project-one__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -132px;
  right: 200px;
}

.project-one__carousel.owl-theme .owl-nav .owl-next {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  color: #a7afb6;
  background-color: transparent;
  border: 2px solid #a7afb6;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__carousel.owl-theme .owl-nav .owl-next span {
  font-weight: 900;
}

.project-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  color: #a7afb6;
  background-color: transparent;
  border: 2px solid #a7afb6;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__carousel.owl-theme .owl-nav .owl-prev span {
  font-weight: 900;
}

.project-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.project-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.project-one__carousel.owl-theme .owl-nav .owl-next span,
.project-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-one__carousel.owl-theme .owl-nav .owl-next:hover,
.project-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  border: 2px solid var(--assimox-black);
  color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Contact Bar
--------------------------------------------------------------*/
.contact-bar__two {
  position: relative;
  display: block;
  margin-top: -100px;
  z-index: 2;
}

.contact-bar__two-inne {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--assimox-white);
  margin-right: -100px;
  padding-left: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.contact-bar__two-inne:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100000px;
  content: "";
  background-color: var(--assimox-white);
  z-index: -1;
}

.contact-bar__two-left {
  position: relative;
  display: flex;
}

.contact-bar__two-left-icon {
  position: relative;
  display: block;
}

.contact-bar__two-left-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--assimox-primary);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-bar__two-left:hover .contact-bar__two-left-icon span {
  transform: scale(0.9);
}

.contact-bar__two-left-content {
  margin-left: 40px;
  position: relative;
  top: -9px;
}

.contact-bar__two-title {
  font-size: 40px;
  color: var(--assimox-black);
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
}

.contact-bar__two-text {
  font-size: 20px;
  color: var(--assimox-black);
}

.contact-bar__two-right {
  position: relative;
  display: block;
}

.contact-bar__two-call {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-bar__two-call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 95px;
  border: 1px dashed var(--assimox-primary);
  border-radius: 50%;
}

.contact-bar__two-call-icon img {
  width: auto;
}

.contact-bar__two-call-content {
  margin-left: 30px;
}

.contact-bar__two-call-number {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-bar__two-call-number a {
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-bar__two-call-number a:hover {
  color: var(--assimox-base);
}

.contact-bar__two-call-time {
  font-size: 20px;
  color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 174px 0 100px;
  margin-top: -96px;
  z-index: 1;
}

/*------------------------------------------
  Flixible Price Two
--------------------------------------------*/
.flixible-price__two {
  position: relative;
  display: block;
  background-color: #fbfcfd;
  padding: 120px 0 120px;
  z-index: 10;
}

.flixible-price__two .section-title__tagline {
  color: #d90429;
  margin-left: 0;
}

.flixible-price__two .section-title__tagline:before {
  background-color: #d90429;
}

.flixible-price__two .section-title__tagline::after {
  position: absolute;
  right: -30px;
  top: 7px;
  width: 20px;
  height: 2px;
  background-color: #d90429;
  content: "";
}

.flixible-price__two .section-title {
  margin-bottom: 43px;
}

.flixible-price__two .row {
  --bs-gutter-x: 100px;
}

.flixible-price__two-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.flixible-price__two-box ul {
  position: relative;
  display: block;
  padding: 0;
}

.flixible-price__two-box ul li {
  position: relative;
  display: block;
  z-index: 1;
}

.flixible-price__two-box ul li + li {
  margin-top: 24px;
}

.flixible-price__two-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  right: 0;
  height: 2px;
  border-bottom: 2px dotted var(--assimox-black);
  z-index: -1;
}

.flixible-price__two-box ul li span {
  position: relative;
  display: inline-block;
  background-color: #fbfcfd;
  padding-right: 10px;
  color: #0e2a4e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.flixible-price__two-box ul li b {
  position: relative;
  display: inline-block;
  float: right;
  padding-left: 10px;
  font-weight: 500;
  background-color: #fbfcfd;
  color: #0e2a4e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.flixible-price__two-btn-box {
  position: relative;
  display: block;
  padding-top: 33px;
}

.flixible-price__two-btn {
  background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  font-weight: 700;
  padding: 11px 31px 11px;
}

.flixible-price__two-btn i {
  position: relative;
  font-size: 23px;
  top: 5px;
  margin-left: 8px;
}

.flixible-price__two-btn:hover {
  color: var(--assimox-white);
}

.flixible-price__two-btn:hover i {
  color: var(--assimox-white);
}

.flixible-price__two-btn:hover::before {
  background-color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: #eff2f5;
  padding: 120px 0 112px;
}

.contact-one__shape-1 {
  position: absolute;
  top: -46px;
  left: -63px;
  opacity: 0.4;
}

.contact-one__shape-1 {
  width: auto;
}

.contact-one__left {
  position: relative;
  display: block;
}

.contact-one__left .section-title {
  margin-bottom: 12px;
}

.contact-one__phone {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-one__phone-img {
  position: relative;
  display: block;
  width: 70px;
}

.contact-one__phone-img img {
  width: 100%;
  border-radius: 50%;
}

.contact-one__phone-content {
  margin-left: 30px;
}

.contact-one__phone-content p {
  color: #444444;
  font-weight: 600;
}

.contact-one__phone-content h4 {
  font-size: 22px;
  line-height: 22px;
  font-family: var(--assimox-font);
  margin-top: 2px;
  font-weight: 600;
}

.contact-one__phone-content h4 a {
  color: #0b1970;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__phone-content h4 a:hover {
  color: var(--assimox-base);
}

.contact-one__time {
  color: #444444;
}

.contact-one__address {
  position: relative;
  display: block;
  margin-top: 20px;
}

.contact-one__address h4 {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  font-family: var(--assimox-font);
}

.contact-one__address p {
  color: #444444;
}

.contact-one__right {
  position: relative;
  display: block;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.contact-one__input-box input[type=text],
.contact-one__input-box input[type=email] {
  height: 60px;
  width: 100%;
  background-color: var(--assimox-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 18px;
  color: #444444;
  display: block;
  border: 1px solid #dbdcdd;
  border-radius: 8px;
}

.contact-one__input-box textarea {
  font-size: 18px;
  color: #444444;
  height: 200px;
  width: 100%;
  background-color: var(--assimox-white);
  padding: 18px 30px 30px;
  border: 1px solid #dbdcdd;
  border-radius: 8px;
  outline: none;
  margin-bottom: 0px;
}

.contact-one__btn {
  background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  border: none;
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
}

.contact-one__btn:hover {
  color: var(--assimox-white);
}

.contact-one__btn:hover:before {
  background-color: var(--assimox-black);
}

.contact-one__btn span {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--assimox-white);
  border-radius: 50%;
  color: var(--assimox-white);
  font-size: 10px;
  text-align: center;
  line-height: 17px;
  top: -1px;
  margin-left: 13px;
  transition: all 0.5s linear;
}

.contact-one__input-box.text-message-box {
  height: 200px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 219px 0 132px;
  z-index: 10;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

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

.page-header__title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 70px;
}

.thm-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.thm-breadcrumb li {
  position: relative;
  display: block;
  padding-right: 14px;
  margin-right: 13px;
  color: #ffffff;
}

.thm-breadcrumb li:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(12deg);
}

.thm-breadcrumb li:last-child:before {
  display: none;
}

.thm-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.thm-breadcrumb li a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__top {
  position: relative;
  display: block;
}

.blog-details__img-box {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__meta-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__date {
  position: relative;
  display: block;
}

.blog-details__date p {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--assimox-primary);
  letter-spacing: 0.02em;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 46px;
  top: 2px;
}

.blog-details__meta li {
  position: relative;
  display: block;
}

.blog-details__meta li:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 8px;
  left: -17px;
  background-color: #666666;
  width: 1px;
  transform: rotate(15deg);
}

.blog-details__meta li:first-child:before {
  display: none;
}

.blog-details__meta li + li {
  margin-left: 35px;
}

.blog-details__meta li a {
  color: #666666;
}

.blog-details__bottom {
  position: relative;
  display: block;
  background-color: var(--assimox-white);
  margin-left: 40px;
  padding-left: 30px;
  padding-top: 31px;
  margin-top: -55px;
}

.blog-detals__content-box {
  position: relative;
  display: block;
  margin-top: 44px;
}

.blog-details__title-1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 20px;
}

.blog-detals__two-colum-box {
  position: relative;
  display: block;
  margin-top: 44px;
}

.blog-detals__two-colum-box-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 16px;
  color: #242424;
}

.blog-detals__two-colum-text {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-detals__two-colum-text li {
  color: #444444;
}

.blog-detals__two-colum-text li + li {
  margin-left: 40px;
}

.blog-details__text-2 {
  color: #444444;
  padding-top: 46px;
}

.blog-details__text-2 a {
  color: #444444;
  display: inline-block;
  text-decoration: underline;
}

.comment-one-box {
  position: relative;
  display: block;
  margin-top: 55px;
}

.comment-one__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 23px;
  color: #242424;
}

.comment-one {
  position: relative;
  display: block;
  border: 1px solid #e8eaf2;
}

.comment-one__single {
  position: relative;
  display: flex;
  border-bottom: 1px solid #dee1ed;
  padding: 25px 25px 35px;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 70px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
}

.comment-one__content {
  margin-left: 30px;
  margin-top: -2px;
}

.comment-one__content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  font-family: var(--assimox-font);
}

.comment-one__content p {
  color: #444444;
  line-height: 23px;
  padding-top: 8px;
  padding-bottom: 12px;
}

.comment-one__content h4 {
  font-size: 18px;
  color: #aeaeae;
  font-weight: 500;
  font-family: var(--assimox-font);
  line-height: 18px;
}

.comment-one__content h4 a {
  color: #d90429;
  position: relative;
  display: inline-block;
  padding-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__content h4 a:hover {
  color: var(--assimox-primary);
}

.comment-one__single--four {
  padding-left: 125px;
}

.comment-one__single.border-none {
  border-bottom: 0;
}

.comment-one__single-2 {
  background-color: #f7f7f7;
}

.comment-one__single-5 {
  background-color: #f7f7f7;
}

.comment-form {
  position: relative;
  display: block;
  margin-top: 55px;
}

.comment-one__form {
  position: relative;
  display: block;
  background-color: #f7f7f7;
  padding: 50px 35px 40px;
  border: 1px solid #dee1ed;
}

.comment-form__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 20px;
  color: #242424;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 45px;
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: var(--assimox-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 17px;
  color: #737373;
  display: block;
}

.comment-form__input-box textarea {
  font-size: 18px;
  color: #737373;
  height: 174px;
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: var(--assimox-white);
  padding: 15px 20px 15px;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.comment-form__btn-box {
  position: relative;
  display: block;
  margin-top: 50px;
}

.comment-form__btn {
  border: none;
  border-radius: 30px;
  background-color: var(--assimox-base);
  color: #010101;
  font-size: 15px;
  padding: 13px 48px 13px;
}

.comment-form__btn:hover {
  color: var(--assimox-white);
}

.comment-form__btn::before {
  background-color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar {
  position: relative;
  display: block;
  margin-left: 30px;
}

.sidebar__title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 26px;
  font-weight: 700;
  color: #0b1a3a;
  font-family: var(--assimox-font);
}

.sidebar__title:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -33px;
  width: 20px;
  height: 2px;
  background-color: #0b1a3a;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: #f7f7f7;
  padding-left: 20px;
  height: 50px;
  width: 100%;
  padding-right: 80px;
  border-radius: 5px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: #444444;
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: #444444;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: #444444;
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #7c7c7c;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__category {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 63px;
  z-index: 1;
}

.sidebar__category .sidebar__title {
  margin-bottom: 11px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li a {
  color: var(--assimox-gray);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 5px 0 7px;
  border-bottom: 1px solid #d5cac3;
}

.sidebar__category-list li:hover a {
  color: var(--assimox-black);
}

.sidebar__category-list li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d3d3d3;
  text-align: center;
  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: 16px;
}

.sidebar__category-list li:hover a span {
  color: var(--assimox-black);
}

.sidebar__post {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__post .sidebar__title {
  margin-left: 0px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.sidebar__post-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.sidebar__post-image {
  margin-right: 25px;
}

.sidebar__post-image > img {
  width: 70px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  top: 1px;
}

.sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: var(--assimox-font);
}

.sidebar__post-content h3 a {
  color: #242424;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
  color: #d90429;
}

.sidebar__post-content p {
  font-size: 15px;
  color: #7c7777;
  font-weight: 600;
}

.sidebar__tags {
  position: relative;
  display: block;
  margin-top: 45px;
  z-index: 1;
}

.sidebar__tags-list {
  margin-top: -10px;
  margin-left: -10px;
}

.sidebar__tags-list a {
  font-size: 16px;
  color: var(--assimox-gray);
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 3px 25px 3px;
  margin-left: 10px;
}

.sidebar__tags-list a + a {
  margin-left: 14px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--assimox-white);
  background: var(--assimox-primary);
  border: 1px solid var(--assimox-primary);
}

/*--------------------------------------------------------------
# Blog Grid Single
--------------------------------------------------------------*/
.blog-grid {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-grid__single {
  position: relative;
  display: block;
  margin-bottom: 89px;
}

.blog-grid__img-box {
  position: relative;
  display: block;
}

.blog-grid__img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #000000;
}

.blog-grid__img img {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-grid__single:hover .blog-grid__img img {
  opacity: 0.3;
  transform: scale(1.05);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.blog-grid__content-box {
  position: relative;
  display: block;
  background-color: var(--assimox-white);
  padding-top: 31px;
  padding-left: 35px;
  margin-left: 40px;
  margin-top: -55px;
}

.blog-grid__meta-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-grid__date {
  position: relative;
  display: block;
}

.blog-grid__date p {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--assimox-primary);
  letter-spacing: 0.02em;
}

.blog-grid__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 46px;
  top: 2px;
}

.blog-grid__meta li {
  position: relative;
  display: block;
}

.blog-grid__meta li:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 8px;
  left: -17px;
  background-color: #666666;
  width: 1px;
  transform: rotate(15deg);
}

.blog-grid__meta li:first-child:before {
  display: none;
}

.blog-grid__meta li + li {
  margin-left: 35px;
}

.blog-grid__meta li a {
  color: #666666;
}

.blog-grid__content {
  position: relative;
  display: block;
  margin-top: 45px;
}

.blog-grid__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 41px;
  text-transform: capitalize;
}

.blog-grid__title a {
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-grid__title a:hover {
  color: var(--assimox-primary);
}

.blog-grid__text {
  position: relative;
  display: block;
  padding-top: 18px;
  padding-bottom: 15px;
}

.blog-grid__btn-box {
  position: relative;
  display: block;
}

.blog-grid__btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--assimox-font-two);
  color: var(--assimox-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-grid__btn:hover {
  color: var(--assimox-black);
}

.blog-page__pagination {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -20px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 7px;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #a3a3a3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--assimox-gray);
  color: var(--assimox-white);
  border: 1px solid var(--assimox-gray);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-page .blog-grid__single {
  margin-bottom: 69px;
}

.blog-page .blog-page__pagination {
  position: relative;
  display: block;
  text-align: left;
  margin-left: 72px;
  margin-top: -20px;
}

.blog-page .sidebar__tags-list a:hover {
  color: var(--assimox-black);
  background: var(--assimox-base);
  border: 1px solid var(--assimox-base);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 110px 0 112px;
}

.project-details__left {
  position: relative;
  display: block;
}

.project-details__title-1 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.project-details__title-1::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: -53px;
  width: 35px;
  height: 2px;
  background-color: var(--assimox-primary);
}

.project-details__text-1 {
  margin-top: 21px;
  margin-bottom: 26px;
}

.project-details__text-2 {
  position: relative;
  display: block;
}

.project-details__title-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 34px;
  margin-bottom: 13px;
}

.project-details__text-3 {
  position: relative;
  display: block;
}

.project-details__text-4 {
  margin-top: 26px;
  margin-bottom: 34px;
}

.project-details__quote-box {
  position: relative;
  display: block;
}

.project-details__quote-icon {
  position: relative;
  display: block;
}

.project-details__quote-icon img {
  width: auto;
}

.project-details__quote-text {
  color: #6e6e6e;
  font-style: italic;
  padding-top: 6px;
  padding-bottom: 10px;
}

.project-details__client-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #5aa0d1;
}

.project-details__title-3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 38px;
  margin-bottom: 13px;
}

.project-details__text-5 {
  color: #004444;
}

.project-details__right {
  position: relative;
  display: block;
  margin-top: 10px;
}

.project-details__img-1 {
  position: relative;
  display: block;
}

.project-details__img-1 img {
  width: 100%;
}

.project-details__img-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.project-details__img-2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-details__img-2 img {
  width: 100%;
}

.project-details__img-3 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-details__img-3 img {
  width: 100%;
}

.project-details__img-4 {
  position: relative;
  display: block;
}

.project-details__img-4 img {
  width: 100%;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  background-color: #eaedf3;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Company History
--------------------------------------------------------------*/
.company-history {
  position: relative;
  display: block;
}

.company-history__inner {
  position: relative;
  display: block;
}

.company-history__border {
  position: absolute;
  top: 210px;
  left: 57px;
  height: 636px;
  width: 1px;
  background-color: #d2d2d2;
}

.company-history__list {
  position: relative;
  display: block;
  border-top: 1px solid #e0e0e0;
  padding: 110px 0 90px;
}

.company-history__list li {
  position: relative;
  display: block;
  padding-left: 170px;
}

.company-history__list li + li {
  margin-top: 60px;
}

.company-history__year {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  background-color: var(--assimox-primary);
  border-radius: 50%;
  top: 9px;
  left: 0;
}

.company-history__year p {
  font-size: 32px;
  color: var(--assimox-white);
  font-weight: 600;
  line-height: 32px;
}

.company-history__content {
  position: relative;
  display: block;
}

.company-history__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 9px;
}

.company-history__text {
  color: #444444;
}

.company-history__img-boxes {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 62px;
}

.company-history__img-one {
  position: relative;
  display: block;
  max-width: 400px;
  margin-bottom: 30px;
}

.company-history__img-one img {
  width: 100%;
  border-radius: 10px;
}

.company-history__img-two {
  position: relative;
  display: block;
  max-width: 400px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.company-history__img-two img {
  width: 100%;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page .section-title {
  margin-bottom: 56px;
}

.contact-page .section-title__text {
  color: #666666;
  font-weight: 400;
  padding-top: 19px;
}

.contact-page__left {
  position: relative;
  display: block;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-page__input-box input[type=text],
.contact-page__input-box input[type=email] {
  height: 50px;
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 18px;
  color: #797979;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.contact-page__input-box textarea {
  font-size: 18px;
  color: #797979;
  height: 220px;
  width: 100%;
  background-color: transparent;
  padding: 18px 30px 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  outline: none;
  margin-bottom: 0px;
}

.contact-page__btn-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.contact-page__btn {
  border: none;
  border-radius: 30px;
  font-size: 15px;
  background-color: var(--assimox-base);
  color: var(--assimox-black);
}

.contact-page__btn:hover {
  color: var(--assimox-white);
}

.contact-page__btn::before {
  background-color: var(--assimox-black);
}

.contact-page__input-box.text-message-box {
  height: 220px;
}

.contact-page__right {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-left: 70px;
}

.contact-page__content {
  position: relative;
  display: block;
}

.contact-page__content-title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 41px;
}

.contact-page__content-title:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--assimox-primary);
}

.contact-page__text {
  color: #444444;
}

.contact-page__email {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--assimox-font);
  margin-top: 19px;
}

.contact-page__email a {
  color: #444444;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__email a:hover {
  color: var(--assimox-primary);
}

.contact-page__call-box {
  position: relative;
  display: block;
  border-top: 1px solid #cbcdd2;
  padding-top: 32px;
  margin-top: 39px;
}

.contact-page__call-sub-title {
  font-size: 24px;
  color: var(--assimox-black);
  font-weight: 500;
  line-height: 24px;
  font-family: var(--assimox-font-two);
}

.contact-page__call-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 19px;
  margin-bottom: 28px;
}

.contact-page__call-number a {
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__call-number a:hover {
  color: var(--assimox-primary);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
  position: relative;
  display: block;
  background-color: #ebebeb;
}

.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 460px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Coupons And Offer
--------------------------------------------------------------*/
.Coupons-and-offer {
  position: relative;
  display: block;
  padding: 120px 0 70px;
}

.coupons-and-offer__inner {
  position: relative;
  display: block;
}

.coupons-and-offer__inner .section-title {
  margin-bottom: 29px;
}

.coupons-and-offer__text {
  position: relative;
  display: block;
}

.coupons-and-offer__list {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-bottom: 67px;
}

.coupons-and-offer__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.coupons-and-offer__list li + li {
  margin-top: 8px;
}

.coupons-and-offer__list li .icon {
  position: relative;
  display: inline-block;
  top: 4px;
}

.coupons-and-offer__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--assimox-primary);
}

.coupons-and-offer__list li .text {
  position: relative;
  display: block;
  margin-left: 20px;
}

.coupons-and-offer__list li p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--assimox-black);
}

.coupons-and-offer__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.coupons-and-offer__text-2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--assimox-black);
  margin-top: 6px;
  margin-bottom: 46px;
}

.coupons-box {
  position: relative;
  display: block;
  margin-right: 200px;
}

.coupons-box__single {
  position: relative;
  display: block;
  background-color: #edd45e;
  border: 2px dashed #7d7d7d;
  padding: 33px 57px 36px;
  overflow: hidden;
  margin-bottom: 50px;
}

.coupons-box__shape-1 {
  position: absolute;
  top: 14px;
  right: -43px;
  width: 253px;
  height: 253px;
  background-color: #075f82;
  border-radius: 50%;
}

.coupons-box__img {
  position: absolute;
  top: 21px;
  right: -40px;
}

.coupons-box__img img {
  width: auto;
}

.coupons-box__content {
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
}

.coupons-box__title {
  font-size: 33px;
  font-weight: 900;
  line-height: 43px;
}

.coupons-box__text {
  font-weight: 600;
  color: var(--assimox-black);
  padding-top: 6px;
  padding-bottom: 8px;
}

.coupons-box__text-two {
  color: #827434;
}

.coupons-box__single-two {
  position: relative;
  display: block;
  background-color: #28bdf9;
  border: 2px dashed #075f82;
  padding: 33px 55px 36px 0px;
  overflow: hidden;
  margin-bottom: 50px;
}

.coupons-box__shape-2 {
  position: absolute;
  top: 14px;
  left: -43px;
  width: 253px;
  height: 253px;
  background-color: #075f82;
  border-radius: 50%;
}

.coupons-box__img-two {
  position: absolute;
  top: 21px;
  left: -40px;
}

.coupons-box__img-two img {
  width: auto;
}

.coupons-box__content-two {
  position: relative;
  display: block;
  margin-left: 280px;
  max-width: 630px;
  width: 100%;
}

.coupons-box__title-two {
  font-size: 33px;
  font-weight: 900;
  line-height: 43px;
}

.coupons-box__text {
  font-weight: 600;
  color: var(--assimox-black);
  padding-top: 6px;
  padding-bottom: 8px;
}

.coupons-box__text-three {
  color: #056d97;
}

/*--------------------------------------------------------------
# Finance
--------------------------------------------------------------*/
.finance {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.finance__left {
  position: relative;
  display: block;
  margin-top: 40px;
}

.finance__left-content {
  position: relative;
  display: block;
}

.finance__left-content-img {
  position: relative;
  display: block;
}

.finance__left-content-img img {
  width: 100%;
}

.finance__left-content-img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 85px;
  background-color: var(--assimox-primary);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

.finance__left-content-img::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0px;
  bottom: 0;
  height: 65px;
  background-color: var(--assimox-base);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

.finance__left-content-title {
  position: relative;
  display: block;
  background-color: var(--assimox-base);
  padding-top: 18px;
  padding-left: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.finance__left-content-title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.finance__left-content-title h3 span {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.finance__left-content-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 12px;
}

.finance__left-content-btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
  float: right;
}

.finance__left-content-btn {
  padding-left: 30px;
  padding-right: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--assimox-primary);
}

.finance__left-content-btn:hover {
  color: var(--assimox-white);
}

.finance__left-content-btn span {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--assimox-white);
  border-radius: 50%;
  color: var(--assimox-white);
  font-size: 10px;
  text-align: center;
  line-height: 17px;
  top: -1px;
  margin-left: 13px;
  transition: all 0.5s linear;
}

.finance__left-content-btn:hover span {
  color: var(--assimox-white);
  border: 2px solid var(--assimox-white);
}

.finance__left-content-btn::before {
  background-color: var(--assimox-black);
}

.finance__img {
  position: relative;
  display: block;
}

.finance__img img {
  width: 100%;
}

.finance__right {
  position: relative;
  display: block;
  margin-left: 52px;
}

.finance__right .section-title {
  margin-bottom: 29px;
}

.finance__text-1 {
  position: relative;
  display: block;
}

.finance__text-2 {
  margin-top: 26px;
  margin-bottom: 36px;
}

.finance__text-3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #090d30;
}

.finance__text-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #090d30;
  margin-top: 28px;
  margin-bottom: 56px;
}

.finance__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.finance__logo-1 {
  position: relative;
  display: block;
  top: 10px;
  margin-left: -17px;
  margin-right: 95px;
}

.finance__logo-1 img {
  width: auto;
}

.finance__logo-2 {
  position: relative;
  display: block;
}

.finance__logo-2 img {
  width: auto;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Special Offer
--------------------------------------------------------------*/
.special-offer {
  position: relative;
  display: block;
  padding: 120px 0 70px;
}

.special-offer .section-title {
  margin-bottom: 16px;
}

.special-offer__text {
  margin-bottom: 42px;
}

/*--------------------------------------------------------------
# Flixible Price Three
--------------------------------------------------------------*/
.flixible-price-three {
  position: relative;
  display: block;
  background-color: #ecf0f7;
  padding: 120px 0 89px;
  z-index: 10;
}

/*--------------------------------------------------------------
# AMC Plans
--------------------------------------------------------------*/
.amc-plans {
  position: relative;
  display: block;
  padding-top: 120px;
}

.amc-plans__left {
  position: relative;
  display: block;
  margin-right: 25px;
  margin-left: -55px;
  margin-top: 74px;
}

.amc-plans__img {
  position: relative;
  display: block;
}

.amc-plans__img img {
  width: 100%;
}

.amc-plans__right {
  position: relative;
  display: block;
  margin-left: -20px;
}

.amc-plans__single {
  position: relative;
  display: block;
  background-color: #f0f1f9;
  padding: 0 39px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}

.amc-plans__price-box {
  position: relative;
  display: inline-block;
  background-color: var(--assimox-primary);
  padding: 12px 35px 11px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.amc-plans__price {
  font-size: 32px;
  font-weight: 700;
  color: var(--assimox-white);
  line-height: 32px;
}

.amc-plans__price span {
  font-size: 20px;
}

.amc-plans__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 32px;
  margin-bottom: 21px;
  text-align: left;
}

.amc-plans__list {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.amc-plans__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.amc-plans__list li + li {
  margin-top: 12px;
}

.amc-plans__list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.amc-plans__list li .icon i {
  font-size: 15px;
  color: #0c31bd;
}

.amc-plans__list li .text {
  margin-left: 15px;
}

.amc-plans__list li .text p {
  font-size: 18px;
  color: #0e2a4e;
  font-weight: 500;
}

.amc-plans__arrow {
  position: relative;
  display: block;
}

.amc-plans__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--assimox-black);
  height: 40px;
  width: 40px;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.amc-plans__arrow a:hover {
  color: var(--assimox-primary);
}

.amc-plans__arrow a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  height: 40px;
  width: 40px;
  background-color: #edd45e;
  border-radius: 50%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Additional Services One
--------------------------------------------------------------*/
.additional-services-one {
  position: relative;
  display: block;
  background-color: #eceef2;
  overflow: hidden;
  padding: 120px 0 90px;
}

.additional-services-one .section-title {
  margin-bottom: 16px;
}

.additional-services-one__text {
  margin-bottom: 55px;
}

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

.additional-services-one__img {
  position: relative;
  display: block;
  background-color: var(--assimox-black);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.additional-services-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.additional-services-one__single:hover .additional-services-one__img img {
  transform: scale(1.05);
  opacity: 0.5;
}

.additional-services-one__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--assimox-white);
  padding: 25px 0 20px;
}

.additional-services-one__content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 13px;
  color: #122033;
}

.additional-services-one__content h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  font-family: var(--assimox-font);
  color: #122033;
}

.additional-services-one__content h3 span {
  font-size: 28px;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.services-details__left {
  position: relative;
  display: block;
  margin-right: 23px;
}

.services-details__img {
  position: relative;
  display: block;
}

.services-details__img img {
  width: 100%;
}

.services-details__right {
  position: relative;
  display: block;
  margin-left: 44px;
  margin-right: -20px;
}

.services-details__right .section-title {
  margin-bottom: 22px;
}

.services-details__text-1 {
  position: relative;
  display: block;
}

.services-details__points-list {
  position: relative;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}

.services-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-list li + li {
  margin-top: 4px;
}

.services-details__points-list li .icon {
  position: relative;
  display: inline-block;
  top: 3px;
}

.services-details__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #05a9eb;
}

.services-details__points-list li .text {
  position: relative;
  display: block;
  margin-left: 20px;
}

.services-details__points-list li .text {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  color: #242424;
}

.services-details__text-2 {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# About Quality
--------------------------------------------------------------*/
.about-quality {
  position: relative;
  display: block;
  background-color: #f8f8fa;
  padding: 120px 0 0;
}

.about-quality__left {
  position: relative;
  display: block;
  margin-right: 50px;
}

.about-quality__left::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -10000px;
  bottom: 0;
  right: 175px;
  background-color: #061f31;
}

.about-quality__img {
  position: relative;
  display: block;
}

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

.about-quality__right {
  position: relative;
  display: block;
  margin-left: 23px;
}

.about-quality__right .section-title {
  margin-bottom: 19px;
}

.about-quality__text-2 {
  padding-top: 22px;
  padding-bottom: 35px;
}

.about-quality__points {
  position: relative;
  display: block;
}

.about-quality__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-quality__points li + li {
  margin-top: 11px;
}

.about-quality__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  color: var(--assimox-primary);
  border-radius: 50%;
  border: 2px solid var(--assimox-primary);
  font-size: 10px;
}

.about-quality__points li .text {
  margin-left: 20px;
}

.about-quality__points li .text p {
  font-size: 20px;
  color: #444444;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Video Gallery
--------------------------------------------------------------*/
.video-gallery {
  position: relative;
  display: block;
  padding: 120px 0 111px;
}

.video-gallery__left {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-top: -11px;
}

.video-gallery__title-one {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 18px;
}

.video-gallery__text-1 {
  padding-bottom: 32px;
}

.video-gallery__img-boxes {
  position: relative;
  display: block;
}

.video-gallery__img-boxes .row {
  --bs-gutter-x: 15px;
}

.video-gallery__img-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.video-gallery__img-single img {
  width: 100%;
}

.video-gallery__video-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

.video-gallery__video-icon {
  position: relative;
  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;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 20px;
  color: var(--assimox-white);
  background-color: #dcd6d3;
  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;
  z-index: 1;
}

.video-gallery__video-icon:hover {
  background-color: var(--assimox-black);
  color: var(--assimox-white);
}

.video-gallery__video-icon:before {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #fd4a36;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.video-gallery__video-link .ripple,
.video-gallery__video-icon .ripple:before,
.video-gallery__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--assimox-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--assimox-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--assimox-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--assimox-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-gallery__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-gallery__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-gallery__service {
  position: relative;
  display: block;
  padding-top: 39px;
}

.video-gallery__service-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 18px;
}

.video-gallery__service-points-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 24px;
}

.video-gallery__service-points {
  position: relative;
  display: block;
  float: left;
}

.video-gallery__service-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.video-gallery__service-points li + li {
  margin-top: 8px;
}

.video-gallery__service-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.video-gallery__service-points li .icon i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--assimox-primary);
}

.video-gallery__service-points li .text {
  margin-left: 20px;
}

.video-gallery__service-points li .text p {
  color: #242424;
  font-weight: 700;
  font-family: var(--assimox-font-two);
}

.video-gallery__service-points--2 {
  margin-left: 112px;
}

.video-gallery__right {
  position: relative;
  display: block;
}

.video-gallery__right-sidebar {
  position: relative;
  display: block;
}

.video-gallery__right-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.video-gallery__right-content-img {
  position: relative;
  display: block;
}

.video-gallery__right-content-img img {
  width: 100%;
}

.video-gallery__right-content-img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 85px;
  background-color: var(--assimox-primary);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

.video-gallery__right-content-img::after {
  position: absolute;
  content: "";
  left: 0;
  right: -1px;
  bottom: 0;
  height: 65px;
  background-color: var(--assimox-base);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

.video-gallery__right-content-title {
  position: relative;
  display: block;
  background-color: var(--assimox-base);
  padding-top: 18px;
  padding-left: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.video-gallery__right-content-title h3 {
  font-size: 30px;
  color: var(--assimox-black);
  font-weight: 700;
  line-height: 32px;
}

.video-gallery__right-content-title h3 span {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.video-gallery__right-content-title h2 {
  font-size: 32px;
  color: var(--assimox-black);
  font-weight: 700;
  line-height: 32px;
  margin-top: 12px;
}

.video-gallery__right-content-btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
  float: right;
}

.video-gallery__right-content-btn {
  padding-left: 30px;
  padding-right: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--assimox-primary);
}

.video-gallery__right-content-btn:before {
  background-color: var(--assimox-black);
}

.video-gallery__right-content-btn span {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--assimox-white);
  border-radius: 50%;
  color: var(--assimox-white);
  font-size: 10px;
  text-align: center;
  line-height: 17px;
  top: -1px;
  margin-left: 13px;
  transition: all 0.5s linear;
}

.video-gallery__right-content-btn:hover {
  color: var(--assimox-white);
}

.video-gallery__right-sidebar-download {
  position: relative;
  display: block;
  margin-top: 57px;
}

.video-gallery__right-sidebar-download h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}

.video-gallery__download-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-transform: capitalize;
  font-family: var(--assimox-font);
  font-size: 20px;
  font-weight: 600;
  background-color: var(--assimox-base);
  color: var(--assimox-black);
}

.video-gallery__download-btn:before {
  background-color: var(--assimox-black);
}

.video-gallery__download-btn:hover {
  color: var(--assimox-white);
}

.video-gallery__download-btn span {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--assimox-black);
  border-radius: 50%;
  color: var(--assimox-black);
  font-size: 10px;
  text-align: center;
  line-height: 17px;
  top: -1px;
  margin-left: 13px;
  transition: all 0.5s linear;
}

.video-gallery__download-btn:hover span {
  color: var(--assimox-white);
  border: 2px solid var(--assimox-white);
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
  position: relative;
  display: block;
  background-color: #f4f7fc;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Appointment Page
--------------------------------------------------------------*/
.appointment-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
  z-index: 10;
}

.appointment-title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 52px;
}

.appointment-title h2 {
  color: #0e2a4e;
  font-size: 45px;
  line-height: 53px;
  font-weight: 900;
  margin: 0 0 20px;
}

.appointment-title p {
  margin: 0;
}

.appointment-form-box {
  position: relative;
  display: block;
  max-width: 790px;
  width: 100%;
}

.appointment-form .single-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.appointment-form .single-box .inner-title h3 {
  color: var(--assimox-black);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: var(--assimox-font);
}

.appointment-form {
  position: relative;
  display: block;
}

.appointment-form .single-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.appointment-form .single-box.selectbox {
  overflow: inherit;
}

.appointment-form .single-box .jobsite-address input {
  margin-bottom: 20px;
}

.appointment-checkbox {
  position: relative;
  display: block;
}

.appointment-checkbox .single-checkbox {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.appointment-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--assimox-font);
}

.appointment-checkbox input[type=checkbox] {
  display: none;
}

.appointment-checkbox input[type=checkbox] + label span {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}

.appointment-checkbox label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #000000;
  font-size: 9px;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  background-color: transparent;
  font-weight: 900;
  transition: all 300ms ease;
}

.appointment-checkbox input[type=checkbox]:checked + label span {
  border-color: #16232a;
}

.appointment-checkbox input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.appointment-form input[type=text],
.appointment-form input[type=email],
.appointment-form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--assimox-font);
}

.appointment-form textarea {
  height: 180px;
}

.appointment-form .date-box {
  position: relative;
  display: block;
  width: 270px;
}

.appointment-form .date-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #898989;
  font-size: 16px;
}

.appointment-form .date-box .icon span:before {
  position: relative;
  top: 2px;
}

.appointment-form .time-box {
  position: relative;
  display: block;
  width: 270px;
}

.appointment-form .time-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #898989;
  font-size: 16px;
}

.appointment-form .time-box .icon span:before {
  position: relative;
  top: 2px;
}

.newsletter-checkbox {
  position: relative;
  display: block;
}

.newsletter-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--assimox-font);
}

.newsletter-checkbox input[type=checkbox] {
  display: none;
}

.newsletter-checkbox input[type=checkbox] + label span {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}

.newsletter-checkbox label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #000000;
  font-size: 9px;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  background-color: transparent;
  font-weight: 900;
  transition: all 300ms ease;
}

.newsletter-checkbox input[type=checkbox]:checked + label span {
  border-color: #16232a;
}

.newsletter-checkbox input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.appointment-form .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.appointment-form .nice-select {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 0px;
  border: solid 1px #dddddd;
  width: 100%;
  height: 40px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  font-family: var(--assimox-font);
}

.appointment-form .nice-select:after {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #aeaeae;
  font-size: 15px;
  top: 0px;
  right: 25px;
  bottom: 0;
  margin: 0px;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}

.appointment-form .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0px 0 0px;
  margin-top: 10px;
}

.appointment-form .nice-select .option {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
}

.appointment-form-button {
  position: relative;
  display: block;
}

.appointment-form-button .thm-btn {
  border: none;
  background-color: var(--assimox-base);
  color: var(--assimox-black);
  border-radius: 28px;
}

.appointment-form-button .thm-btn:hover {
  color: var(--assimox-white);
}

.appointment-form-button .thm-btn:before {
  background-color: var(--assimox-black);
}

/* Date Picker Css */
#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid var(--assimox-black);
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--assimox-base) none repeat scroll 0 0;
  border: 2px solid var(--assimox-base);
  border-radius: 0;
  color: var(--assimox-white);
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: var(--assimox-black) !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--assimox-black) !important;
  background: var(--assimox-black) !important;
  color: var(--assimox-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: var(--assimox-white);
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--assimox-black);
  color: var(--assimox-white);
  border-color: var(--assimox-black);
}

#ui-datepicker-div.ui-widget {
  font-family: var(--assimox-font);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 104px;
}

.faq-page .section-title {
  margin-bottom: 52px;
}

.faq-page .section-title__text {
  padding-top: 10px;
  color: #444444;
}

.faq-page__search {
  position: relative;
  display: block;
  padding-bottom: 52px;
}

.faq-page__search-form {
  position: relative;
}

.faq-page__search-form input[type=search] {
  display: block;
  border: 1px solid #e0e0e0;
  outline: none;
  background-color: transparent;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
  height: 60px;
  width: 100%;
  padding-right: 55px;
  border-radius: 5px;
}

.faq-page__search-form button[type=submit] {
  background-color: transparent;
  color: #e0e0e0;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.faq-page__left {
  position: relative;
  display: block;
}

.faq-page__right {
  position: relative;
  display: block;
}

.faq-page .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
  border: 0;
}

.faq-page .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 11px 20px 11px;
  padding-left: 55px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 22px;
  color: #111e37;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--assimox-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-page .faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: var(--assimox-black);
  position: absolute;
  top: 50%;
  left: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-page .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 55px 13px;
  margin-top: 0;
}

.faq-page .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: #444444;
  font-size: 17px;
}

/*--------------------------------------------------------------
# Ask Question
--------------------------------------------------------------*/
.ask-question {
  position: relative;
  display: block;
  background-color: #edf1f4;
  padding: 109px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.ask-question__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.ask-question__img img {
  width: auto;
}

.ask-question__inner {
  position: relative;
  display: block;
}

.ask-question__title {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  padding-bottom: 46px;
}

.ask-question__form {
  position: relative;
  display: block;
  margin-right: 100px;
}

.ask-question__input-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.ask-question__input-box input[type=text],
.ask-question__input-box input[type=email] {
  height: 65px;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e3e3e3;
  background-color: transparent;
  padding: 0;
  outline: none;
  font-size: 18px;
  color: #444444;
  display: block;
  font-weight: 400;
}

.ask-question__input-box textarea {
  font-size: 18px;
  color: #444444;
  height: 150px;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0;
  outline: none;
  font-weight: 400;
}

.ask-question__btn-box {
  position: relative;
  display: block;
  padding-top: 7px;
}

.ask-question__btn {
  border: none;
  border-radius: 28px;
  background-color: var(--assimox-base);
  color: var(--assimox-black);
}

.ask-question__btn:hover {
  color: var(--assimox-white);
}

.ask-question__btn:before {
  background-color: var(--assimox-black);
}

.ask-question__input-box.text-message-box {
  height: 150px;
  padding-top: 17px;
  border-bottom: 2px solid #e3e3e3;
}

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.project-page {
  position: relative;
  display: block;
  padding: 120px 0 65px;
}

.project-page__single {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.project-page__img {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.project-page__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--assimox-base-rgb), 0.9);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}

.project-page__single:hover .project-page__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.project-page__img img {
  width: 100%;
  border-radius: 5px;
}

.project-page__link-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: top;
  transition: all 1000ms ease;
}

.project-page__single:hover .project-page__link-text {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 500ms;
}

.project-page__link-text a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #242424;
  letter-spacing: 0.1em;
  font-family: var(--assimox-font-two);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-page__link-text a:hover {
  color: var(--assimox-primary);
}

.project-page__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 22px;
}

.project-page__title-box {
  position: relative;
  display: block;
}

.project-page__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.project-page__title a {
  color: #242424;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-page__title a:hover {
  color: var(--assimox-primary);
}

.project-page__sub-title {
  font-size: 15px;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: var(--assimox-font-two);
  line-height: 15px;
  margin-top: 5px;
}

.project-page__arrow {
  position: relative;
  display: block;
  top: 7px;
}

.project-page__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  font-size: 15px;
  color: var(--assimox-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-page__arrow a:hover {
  border: 2px solid var(--assimox-black);
  color: var(--assimox-black);
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.services-page .section-title {
  margin-bottom: 52px;
}

.services-page__sec-title-text {
  padding-top: 19px;
}

.services-page__list-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.services-page__list {
  position: relative;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.services-page__single {
  position: relative;
  display: block;
  border: 1px solid #cfcfcf;
  padding: 39px 38px 38px;
}

.services-page__list:nth-child(1) .services-page__single {
  border-right: 0;
  border-bottom: 0;
}

.services-page__list:nth-child(2) .services-page__single {
  border-right: 0;
  border-bottom: 0;
}

.services-page__list:nth-child(3) .services-page__single {
  border-right: 0;
  border-bottom: 0;
}

.services-page__list:nth-child(4) .services-page__single {
  border-bottom: 0;
}

.services-page__list:nth-child(5) .services-page__single {
  border-right: 0;
}

.services-page__list:nth-child(6) .services-page__single {
  border-right: 0;
}

.services-page__list:nth-child(7) .services-page__single {
  border-right: 0;
}

.services-page__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.services-page__icon::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 1px;
  width: 36px;
  height: 36px;
  background-color: var(--assimox-base);
  border-radius: 50%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
  z-index: -1;
}

.services-page__single:hover .services-page__icon::before {
  transform: scale(1.2);
}

.services-page__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #013e7e;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-page__single:hover .services-page__icon span {
  transform: scale(0.9);
}

.services-page__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 28px;
}

.services-page__title a {
  color: var(--assimox-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-page__title a:hover {
  color: var(--assimox-base);
}

.services-page__text {
  color: #494949;
}

.services-page__read-more {
  position: relative;
  display: block;
  margin-top: 19px;
}

.services-page__read-more a {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--assimox-font-two);
  text-transform: uppercase;
  letter-spacing: 0.045em;
  color: #11aded;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-page__read-more a:hover {
  color: var(--assimox-black);
}

.services-page__read-more a span {
  margin-left: 5px;
}

.services-page__bottom {
  position: relative;
  display: block;
  margin-top: 30px;
}

.services-page__img {
  position: relative;
  display: block;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 0;
}

.services-page__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# contact Bar Three
--------------------------------------------------------------*/
.contact-bar-three {
  margin-top: -30px;
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--assimox-white);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

body.boxed-wrapper .main-menu__wrapper {
  padding-left: 30px;
}

body.boxed-wrapper .main-menu__logo {
  margin-right: 55px;
}

body.boxed-wrapper .why-choose-one__img-1 {
  max-width: 55%;
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-and-rating__left {
    width: 100%;
  }
  .experience-and-rating__right {
    width: 100%;
    padding-top: 84px;
  }
  .experience-and-rating__right:before {
    top: 0;
  }
  .services-one-top__right {
    margin-left: 0;
  }
  .services-one__single {
    padding: 39px 20px 32px;
  }
  .services-one__img {
    display: none;
  }
  .about-one__left {
    margin-right: 100px;
  }
  .about-one__points-list + .about-one__points-list {
    margin-left: 8px;
  }
  .about-one {
    padding: 120px 0 115px;
  }
  .why-choose-one__img-1 {
    right: -410px;
  }
  .contact-bar__inne {
    flex-direction: column;
    margin-right: 0;
  }
  .contact-bar__right {
    margin-top: 20px;
  }
  .faq-one__right {
    margin-left: 0;
  }
  .faq-one__left .section-title__title {
    font-size: 42px;
  }
  .site-footer__inner {
    padding: 0 0px 0;
  }
  .footer-widget__useful-links {
    margin-left: 0;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-top: 25px;
  }
  .footer-widget__newsletter {
    margin-top: 25px;
  }
  .about-two__right .section-title {
    margin-right: 0;
  }
  .about-two__text-1 br {
    display: none;
  }
  .services-two__right {
    margin-left: 0;
  }
  .our-mission__left {
    margin-right: 0;
  }
  .our-mission__person-signeture {
    right: 0;
  }
  .vission__left {
    width: 100%;
  }
  .vission__right {
    width: 100%;
  }
  .feature-one__single {
    margin-left: 0;
  }
  .feature-one__content {
    margin-left: 20px;
  }
  .feature-one__text {
    font-size: 17px;
  }
  .about-three__left {
    margin-right: 30px;
  }
  .services-three__text br {
    display: none;
  }
  .our-mission__left .section-title__title {
    font-size: 40px;
  }
  .contact-bar__two-inne {
    margin-right: 0;
    flex-direction: column;
  }
  .contact-bar__two-right {
    margin-top: 20px;
  }
  .services-page__list {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .services-page__list:nth-child(2) .services-page__single {
    border-right: 1px solid #cfcfcf;
  }
  .services-page__list:nth-child(3) .services-page__single {
    border-right: 1px solid #cfcfcf;
    border-left: 0;
  }
  .services-page__list:nth-child(4) .services-page__single {
    border-bottom: 1px solid #cfcfcf;
    border-right: 0;
  }
  .services-page__list:nth-child(5) .services-page__single {
    border-right: 1px solid #cfcfcf;
  }
  .services-page__list:nth-child(6) .services-page__single {
    border-right: 1px solid #cfcfcf;
    border-left: 0;
  }
  .services-page__list:nth-child(7) .services-page__single {
    border-top: 0;
  }
  .services-page__list:nth-child(8) .services-page__single {
    border-top: 0;
  }
  .services-details__right {
    margin-left: 0;
    margin-right: 0;
  }
  .services-details__left {
    margin-right: 0;
  }
  .services-details {
    padding: 120px 0 112px;
  }
  .about-quality__left {
    margin-right: 0;
  }
  .about-quality__right {
    margin-left: 0;
  }
  .video-gallery__service-points {
    float: none;
  }
  .video-gallery__service-points--2 {
    margin-left: 0;
    margin-top: 8px;
  }
  .appointment-title h2 br {
    display: none;
  }
  .company-history__border {
    height: 830px;
  }
  .coupons-box {
    margin-right: 0;
  }
  .finance__right {
    margin-left: 0;
  }
  .amc-plans__left {
    display: none;
  }
  .amc-plans__right {
    margin-left: 0;
  }
  .amc-plans {
    padding-bottom: 90px;
  }
  .blog-page .blog-grid__content-box {
    margin-left: 0;
  }
  .blog-page .blog-page__pagination {
    margin-left: 35px;
  }
  .blog-grid .blog-grid__content-box {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-grid .blog-grid__meta-box {
    flex-direction: column;
  }
  .blog-grid .blog-grid__meta {
    margin-left: 0;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-and-rating__left {
    width: 100%;
  }
  .experience-and-rating__right {
    width: 100%;
    padding-top: 84px;
  }
  .experience-and-rating__right:before {
    top: 0;
  }
  .experience-and-rating__experience {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 43px;
    padding-bottom: 53px;
  }
  .services-one-top__right {
    margin-left: 0;
    margin-top: 49px;
  }
  .services-one__img {
    display: none;
  }
  .services-one__list {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .services-one__single {
    padding: 39px 20px 32px;
  }
  .services-one__list:nth-child(4) .services-one__single {
    border-left: 1px solid #314a54;
    border-top: 0;
    border-right: 0;
  }
  .services-one__list:nth-child(6) .services-one__single {
    border-right: 1px solid #314a54;
  }
  .about-one__right {
    margin-top: 100px;
  }
  .about-one {
    padding: 120px 0 115px;
  }
  .why-choose-one__img-1 {
    display: none;
  }
  .contact-bar__inne {
    flex-direction: column;
    margin-right: 0;
    align-items: baseline;
  }
  .contact-bar__right {
    margin-top: 20px;
  }
  .faq-one__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .blog-one__top-right {
    margin-top: 31px;
  }
  .site-footer__contact-points {
    flex-direction: column;
    align-items: baseline;
  }
  .site-footer__contact-points li:before {
    display: none;
  }
  .site-footer__contact-points li + li {
    margin-top: 10px;
  }
  .footer-widget__useful-links {
    margin-left: 0;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-top: 25px;
  }
  .footer-widget__newsletter {
    margin-top: 25px;
  }
  .about-two__right .section-title {
    margin-right: 0;
  }
  .about-two__right {
    margin-top: 94px;
  }
  .services-two__top .section-title {
    margin-bottom: 44px;
  }
  .services-two__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 46px;
  }
  .our-mission {
    padding-bottom: 115px;
  }
  .vission__left {
    width: 100%;
  }
  .vission__right {
    width: 100%;
  }
  .feature-one__single::before {
    display: none;
  }
  .about-three__right {
    margin-top: 50px;
  }
  .about-three {
    padding: 120px 0 247px;
  }
  .services-three__text br {
    display: none;
  }
  .our-mission__two .our-mission__right {
    margin-top: 38px;
  }
  .project-one__carousel.owl-theme .owl-nav {
    right: 100px;
  }
  .contact-bar__two-inne {
    margin-right: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .contact-bar__two-right {
    margin-top: 20px;
  }
  .contact-one__right {
    margin-top: 45px;
  }
  .contact-one {
    padding: 120px 0 120px;
  }
  .services-page__list {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services-page__list:nth-child(2) .services-page__single {
    border-right: 1px solid #cfcfcf;
  }
  .services-page__list:nth-child(5) .services-page__single {
    border-bottom: 0;
  }
  .services-page__list:nth-child(6) .services-page__single {
    border-right: 1px solid #cfcfcf;
    border-bottom: 0;
  }
  .services-details__left {
    margin-right: 0;
  }
  .services-details__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .services-details {
    padding: 120px 0 112px;
  }
  .about-quality__left {
    margin-right: 0;
  }
  .about-quality__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-quality {
    padding: 120px 0 107px;
  }
  .video-gallery__service-points {
    float: none;
  }
  .video-gallery__service-points--2 {
    margin-left: 0;
    margin-top: 8px;
  }
  .video-gallery__right {
    margin-top: 50px;
  }
  .video-gallery {
    padding: 120px 0 120px;
  }
  .project-details__right {
    margin-top: 42px;
  }
  .project-details {
    padding: 110px 0 120px;
  }
  .appointment-title h2 br {
    display: none;
  }
  .company-history__border {
    height: 1050px;
  }
  .coupons-box {
    margin-right: 0;
  }
  .coupons-box__content {
    max-width: 400px;
  }
  .coupons-box__content-two {
    margin-left: 240px;
    max-width: 400px;
  }
  .finance__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .amc-plans__left {
    display: none;
  }
  .amc-plans__right {
    margin-left: 0;
  }
  .amc-plans {
    padding-bottom: 90px;
  }
  .faq-page__right {
    margin-top: 20px;
  }
  .ask-question__img {
    display: none;
  }
  .sidebar {
    margin-left: 0;
  }
  .contact-page__right {
    margin-top: 51px;
    margin-left: 0;
  }
  .contact-page {
    padding: 120px 0 112px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 38px;
  }
  .section-title__title br {
    display: none;
  }
  .experience-and-rating__left {
    width: 100%;
  }
  .experience-and-rating__right {
    width: 100%;
    padding-top: 84px;
  }
  .experience-and-rating__right:before {
    top: 0;
  }
  .experience-and-rating__left-content {
    flex-direction: column;
    align-items: baseline;
  }
  .experience-and-rating__experience {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .experience-and-rating__video {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .experience-and-rating__right-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-one-top__right {
    margin-left: 0;
    margin-top: 49px;
  }
  .services-one__img {
    display: none;
  }
  .services-one__list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-one__list:nth-child(1) .services-one__single {
    border-right: 1px solid #314a54;
    border-bottom: 0;
  }
  .services-one__list:nth-child(2) .services-one__single {
    border-right: 1px solid #314a54;
    border-bottom: 0;
  }
  .services-one__list:nth-child(4) .services-one__single {
    border-left: 1px solid #314a54;
    border-top: 0;
  }
  .services-one__list:nth-child(5) .services-one__single {
    border-right: 1px solid #314a54;
  }
  .services-one__list:nth-child(6) .services-one__single {
    border-right: 1px solid #314a54;
  }
  .about-one__right {
    margin-top: 100px;
  }
  .about-one {
    padding: 120px 0 115px;
  }
  .about-one__left {
    margin-right: 70px;
  }
  .about-one__points-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-one__points-list + .about-one__points-list {
    margin-left: 0;
    margin-top: 9px;
  }
  .why-choose-one__img-1 {
    display: none;
  }
  .why-choose-one__content {
    margin-right: 0;
  }
  .why-choose-one__points-box {
    margin-right: 0px;
  }
  .why-choose-one__points {
    float: none;
  }
  .why-choose-one__points-two {
    margin-left: 0;
    margin-top: 30px;
  }
  .why-choose-one__points li + li {
    margin-top: 30px;
  }
  .why-choose-one__points-box:before {
    display: none;
  }
  .contact-bar__inne {
    flex-direction: column;
    margin-right: 0;
    align-items: baseline;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-bar__right {
    margin-top: 35px;
  }
  .contact-bar__left {
    flex-direction: column;
    align-items: baseline;
  }
  .contact-bar__left-content {
    margin-left: 0;
    top: 11px;
  }
  .contact-bar__title {
    font-size: 32px;
    line-height: 42px;
  }
  .contact-bar__call {
    flex-direction: column;
    align-items: baseline;
  }
  .contact-bar__call-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact-bar__call-number {
    font-size: 34px;
  }
  .contact-bar__bg {
    display: none;
  }
  .testimonial-one__client-info {
    margin-left: 0;
  }
  .testimonial-one__shape-1 {
    bottom: -46px;
    left: 50px;
  }
  .testimonial-one__carousel.owl-carousel .owl-dots {
    bottom: 75px;
  }
  .faq-one__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .faq-one__form-box {
    padding: 63px 20px 60px;
  }
  .blog-one__top-right {
    margin-top: 31px;
  }
  .site-footer__contact-points {
    flex-direction: column;
    align-items: baseline;
  }
  .site-footer__contact-points li:before {
    display: none;
  }
  .site-footer__contact-points li + li {
    margin-top: 10px;
  }
  .site-footer__inner {
    padding: 0 0px 0;
  }
  .footer-widget__useful-links {
    margin-left: 0;
    margin-top: 27px;
    margin-bottom: 25px;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .about-two__right .section-title {
    margin-right: 0;
  }
  .about-two__right {
    margin-top: 94px;
  }
  .about-two__text-1 br {
    display: none;
  }
  .about-two__text-2 br {
    display: none;
  }
  .about-two__btn-and-call-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-two__call-box {
    margin-left: 0;
    margin-top: 22px;
  }
  .about-two {
    padding: 120px 0 115px;
  }
  .services-two__top .section-title {
    margin-bottom: 44px;
  }
  .services-two__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 46px;
  }
  .our-mission {
    padding-bottom: 115px;
  }
  .our-mission__left {
    margin-right: 0;
  }
  .our-mission__person-signeture {
    top: 77px;
    right: inherit;
    left: 0;
  }
  .our-mission__right {
    margin-top: 107px;
  }
  .vission__left {
    width: 100%;
    min-height: 400px;
  }
  .vission__right {
    width: 100%;
  }
  .vission__right-inner {
    flex-direction: column;
    align-items: baseline;
  }
  .vission__count-area {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .vission__count-box li + li {
    margin-top: 12px;
  }
  .company-vission {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
  .vission__count-area::before {
    display: none;
  }
  .feature-one__single::before {
    display: none;
  }
  .about-three__left {
    margin-right: 0;
  }
  .about-three__points-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-three__points + .about-three__points {
    margin-left: 0;
    margin-top: 6px;
  }
  .about-three__right {
    margin-top: 50px;
  }
  .about-three {
    padding: 120px 0 247px;
  }
  .about-three__img-2 {
    display: none;
  }
  .services-three__text br {
    display: none;
  }
  .our-mission__two .our-mission__right {
    margin-top: 100px;
  }
  .project-one__carousel.owl-theme .owl-nav {
    display: none;
  }
  .contact-bar__two-inne {
    flex-direction: column;
    margin-right: 0;
    align-items: baseline;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-bar__two-right {
    margin-top: 35px;
  }
  .contact-bar__two-left {
    flex-direction: column;
    align-items: baseline;
  }
  .contact-bar__two-left-content {
    margin-left: 0;
    top: 11px;
  }
  .contact-bar__two-title {
    font-size: 32px;
    line-height: 42px;
  }
  .contact-bar__two-call {
    flex-direction: column;
    align-items: baseline;
  }
  .contact-bar__two-call-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact-bar__two-call-number {
    font-size: 34px;
  }
  .contact-one__right {
    margin-top: 45px;
  }
  .contact-one {
    padding: 120px 0 120px;
  }
  .services-page__list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-page__list:nth-child(1) .services-page__single {
    border-right: 1px solid #cfcfcf;
  }
  .services-page__list:nth-child(2) .services-page__single {
    border-right: 1px solid #cfcfcf;
  }
  .services-page__list:nth-child(3) .services-page__single {
    border-right: 1px solid #cfcfcf;
  }
  .services-page__list:nth-child(5) .services-page__single {
    border-right: 1px solid #cfcfcf;
    border-bottom: 0;
  }
  .services-page__list:nth-child(6) .services-page__single {
    border-right: 1px solid #cfcfcf;
    border-bottom: 0;
  }
  .services-page__list:nth-child(7) .services-page__single {
    border-right: 1px solid #cfcfcf;
    border-bottom: 0;
  }
  .services-details__left {
    margin-right: 0;
  }
  .services-details__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .services-details {
    padding: 120px 0 112px;
  }
  .about-quality__left {
    margin-right: 0;
  }
  .about-quality__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-quality {
    padding: 120px 0 107px;
  }
  .video-gallery__service-points {
    float: none;
  }
  .video-gallery__service-points--2 {
    margin-left: 0;
    margin-top: 8px;
  }
  .video-gallery__right {
    margin-top: 50px;
  }
  .video-gallery {
    padding: 120px 0 120px;
  }
  .project-details__right {
    margin-top: 42px;
  }
  .project-details {
    padding: 110px 0 120px;
  }
  .appointment-title h2 br {
    display: none;
  }
  .company-history__list li {
    padding-left: 0;
  }
  .company-history__year {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .company-history__border {
    display: none;
  }
  .company-history__img-boxes {
    flex-direction: column;
    align-items: baseline;
  }
  .company-history__img-two {
    margin-left: 0;
  }
  .coupons-and-offer__text-2 br {
    display: none;
  }
  .coupons-box {
    margin-right: 0;
  }
  .coupons-box__content-two {
    margin-left: 0;
  }
  .coupons-box__shape-1 {
    display: none;
  }
  .coupons-box__img {
    display: none;
  }
  .coupons-box__shape-2 {
    display: none;
  }
  .coupons-box__img-two {
    display: none;
  }
  .coupons-box__single {
    padding: 33px 15px 36px;
  }
  .coupons-box__single-two {
    padding-left: 15px;
    padding-right: 15px;
  }
  .finance__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .finance__logo-box {
    flex-direction: column;
    align-items: baseline;
  }
  .amc-plans__left {
    display: none;
  }
  .amc-plans__right {
    margin-left: 0;
  }
  .amc-plans {
    padding-bottom: 90px;
  }
  .amc-plans__single {
    padding: 0 20px 30px;
  }
  .faq-page__right {
    margin-top: 20px;
  }
  .ask-question__img {
    display: none;
  }
  .ask-question__form {
    margin-right: 0;
  }
  .blog-grid__content-box {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
  }
  .blog-grid__meta-box {
    flex-direction: column;
  }
  .blog-grid__meta {
    margin-left: 0;
    flex-direction: column;
  }
  .blog-grid__meta li:before {
    display: none;
  }
  .blog-page .blog-page__pagination {
    margin-left: 15px;
  }
  .sidebar {
    margin-left: 0;
  }
  .blog-details__bottom {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-details__meta-box {
    flex-direction: column;
  }
  .blog-details__meta {
    margin-left: 0;
    flex-direction: column;
  }
  .blog-details__meta li + li {
    margin-left: 0px;
  }
  .blog-details__meta li:before {
    display: none;
  }
  .comment-one__single--four {
    padding-left: 25px;
  }
  .contact-page__right {
    margin-top: 51px;
    margin-left: 0;
  }
  .contact-page {
    padding: 120px 0 112px;
  }
  .page-header__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1660px) and (max-width: 1860px) {
  .experience-and-rating__experience {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1460px) and (max-width: 1659px) {
  .experience-and-rating__experience {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 43px;
    padding-bottom: 53px;
  }
  .experience-and-rating__experience-text-box {
    max-width: 160px;
    margin-left: 20px;
  }
  .experience-and-rating__experience-text-box p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1459px) {
  .experience-and-rating__experience {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 43px;
    padding-bottom: 53px;
  }
  .experience-and-rating__experience-text-box {
    max-width: 160px;
    margin-left: 20px;
  }
  .experience-and-rating__experience-text-box p {
    font-size: 16px;
  }
  .experience-and-rating__experience-year h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .why-choose-one__img-1 {
    right: -193px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .contact-bar__inne {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1294px) {
  .company-vission {
    padding-left: 40px;
  }
  .vission__count-area {
    max-width: 150px;
    padding-left: 25px;
    padding-right: 10px;
  }
}
/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider__img {
    top: 425px;
    right: -485px;
  }
  .main-slider__img img {
    width: 50%;
  }
  .main-slider__inner {
    margin-left: 0;
  }
  .main-slider-three__img {
    right: -455px;
  }
  .main-slider-two__nav {
    align-items: flex-end;
    max-width: 1200px;
    padding: 0 15px;
  }
  .main-slider-three__nav {
    align-items: flex-end;
    max-width: 1200px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider__img {
    display: none;
  }
  .main-slider__inner {
    margin-left: 0;
  }
  .main-slider-three__img {
    display: none;
  }
  .main-slider-two__nav {
    align-items: flex-end;
    max-width: 1200px;
    padding: 0 15px;
  }
  .main-slider-three__nav {
    align-items: flex-end;
    max-width: 1200px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider__img {
    display: none;
  }
  .main-slider__inner {
    margin-left: 0;
  }
  .main-slider__title {
    font-size: 36px;
    line-height: 46px;
  }
  .main-slider-two__sub-title {
    padding: 4px 24px 1px;
  }
  .main-slider-two__title {
    font-size: 55px;
  }
  .main-slider-two__title br {
    display: none;
  }
  .main-slider-two__text {
    font-size: 37px;
  }
  .main-slider-three__img {
    display: none;
  }
  .main-slider-three__shape-2,
  .main-slider-three__shape-3 {
    display: none;
  }
  .main-slider-three__title br {
    display: none;
  }
  .main-slider-three__title {
    font-size: 43px;
    line-height: 53px;
  }
  .main-slider-three__btn-box {
    flex-direction: column;
    align-items: baseline;
  }
  .main-slider-three__badge {
    margin-left: 0;
    margin-top: 40px;
  }
  .main-slider-two__nav {
    display: none;
  }
  .main-slider-three__nav {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-slider__img {
    top: 186px;
    right: -203px;
  }
  .main-slider__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-slider__img {
    top: 186px;
    right: -203px;
  }
  .main-slider__img img {
    width: 80%;
  }
  .main-slider__inner {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-slider-two__nav {
    align-items: flex-end;
    max-width: 1200px;
    padding: 0 15px;
  }
  .main-slider-three__nav {
    align-items: flex-end;
    max-width: 1200px;
    padding: 0 15px;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu__right {
    display: none;
  }
  .main-menu__left {
    justify-content: space-between;
    flex: 1;
  }
  .main-header-two__top {
    display: none;
  }
  .main-menu-two .mobile-nav__toggler {
    color: var(--assimox-black);
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--assimox-primary);
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three .mobile-nav__toggler {
    color: var(--assimox-black);
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--assimox-primary);
  }
}
@media (max-width: 767px) {
  .main-menu__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu__right {
    display: none;
  }
  .main-menu__search-nav-sidebar {
    display: none;
  }
  .main-menu__logo {
    margin-right: 0;
  }
  .main-menu__left {
    justify-content: space-between;
    flex: 1;
  }
  .main-header-two__top {
    display: none;
  }
  .main-menu-two .mobile-nav__toggler {
    color: var(--assimox-black);
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--assimox-primary);
  }
  .main-menu-two__search-nav-sidebar {
    display: none;
  }
  .main-menu-two__wrapper-inner {
    padding: 0 10px 0;
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__search-nav-sidebar {
    display: none;
  }
  .main-menu-three .mobile-nav__toggler {
    color: var(--assimox-black);
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--assimox-primary);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  .main-menu__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu__side-content-icon {
    display: none;
  }
  .main-menu__search-box {
    margin-right: 0;
  }
  .main-menu__logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu__right {
    display: none;
  }
  .main-menu__left {
    justify-content: space-between;
    flex: 1;
  }
}
/* Templates Custom
--------------------------------------------- */
.e-con {
  --container-default-padding-block-start: 0px;
  --container-default-padding-inline-end: 0px;
  --container-default-padding-block-end: 0px;
  --container-default-padding-inline-start: 0px;
}

.ml-0 {
  margin-left: 0 !important;
}

.default-header {
  background-color: var(--assimox-white);
}
.default-header .main-header__nav {
  margin-right: 0;
  margin-left: 0;
}
.default-header .main-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.default-header.main-header--three .main-header__logo {
  border-right: 0;
}
.default-header a h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.default-header .main-menu .main-menu__list > li > a,
.default-header .stricky-header .main-menu__list > li > a {
  color: var(--assimox-black);
}
.default-header .main-menu .main-menu__list > li > a:hover,
.default-header .stricky-header .main-menu__list > li > a:hover {
  color: var(--assimox-base);
}
.default-header .main-menu .main-menu__list > li.current > a {
  color: var(--assimox-base);
}
@media (min-width: 1200px) {
  .default-header .mobile-nav__toggler {
    display: none;
  }
}

.main-footer__bottom.default-footer {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--assimox-black);
}
.main-footer__bottom.default-footer p {
  margin-bottom: 0;
  color: var(--assimox-white, #7A7373);
}
.main-footer__bottom.default-footer .main-footer__bottom__inner {
  padding: 0;
  border: 0;
  text-align: center;
}

.page-header__bg {
  background-color: #4f748e;
}

.blog-one {
  padding-bottom: 120px;
}

/***
=============================================
Error Page
=============================================
***/
.error-page {
  position: relative;
  display: block;
  padding: 100px 0px 120px;
  z-index: 1;
}

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

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__inner h2 {
  color: #141212;
  font-size: 180px;
  line-height: 0.9em;
  font-weight: 700;
  margin-bottom: 25px;
}

.error-page__inner h2 .icon {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 45px;
  color: var(--assimox-primary);
}

.error-page__inner h2 .clr1 {
  color: #141212;
  text-shadow: 5px 12px 0px #e4e4e6;
}

.error-page__inner h2 .clr2 {
  color: var(--assimox-primary);
  text-shadow: 5px 12px 0px #e6f1fc;
}

.error-page__inner h3 {
  color: var(--assimox-primary);
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 40px;
}

.error-page__inner p {
  color: #080501;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.error-page__search {
  position: relative;
  display: block;
  margin-top: 30px;
}

.error-page__search form.search-form {
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.error-page__search .search-form input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #eae9e9;
  color: rgba(20, 18, 18, 0.75);
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  font-family: var(--assimox-font);
}

.error-page__search .search-form button {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  background: transparent;
  text-align: center;
  border: 0px solid #f6f4ec;
  transition: all 500ms ease 0s;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}

.error-page__search .search-form input[type=text]:focus {
  outline: none;
}

.error-page__search .search-form input::-webkit-input-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__search .search-form input:-moz-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__search .search-form input::-moz-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__search .search-form input:-ms-input-placeholder {
  color: rgba(20, 18, 18, 0.75);
}

.error-page__btn {
  position: relative;
  display: block;
  margin-top: 55px;
}

.no_post_thumbnail .blog-grid__content-box {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}
.no_post_thumbnail .blog-grid__meta {
  margin-left: 0;
}
.no_post_thumbnail .blog-grid__content {
  margin-top: 10px;
}
.no_post_thumbnail .blog-grid__text {
  padding-top: 10px;
}

.blog-grid__single {
  margin-bottom: 40px;
}

.blog-grid__content {
  margin-top: 20px;
}

.no_result_page {
  font-size: 34px;
  font-weight: 900;
  line-height: 41px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

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

.error-page__search .search-form button {
  padding: 0;
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: var(--assimox-base);
  color: var(--assimox-black);
}
.error-page__search .search-form button:hover {
  background-color: var(--assimox-black);
  color: var(--assimox-white);
}
.error-page__search .search-form button i {
  font-size: 26px;
}

.blog-one__item.tag-sticky-2, .blog-one__item.sticky {
  position: relative;
}
.blog-one__item.tag-sticky-2::before, .blog-one__item.sticky::before {
  position: absolute;
  right: 15px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--assimox-primary);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
}

.woocommerce-pagination,
.wp-pagination {
  display: flex;
  margin-top: 50px;
  gap: 8px;
  justify-content: center;
}

.woocommerce-pagination span,
.woocommerce-pagination a,
.wp-pagination span,
.wp-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--assimox-border-color);
  width: 40px;
  height: 40px;
  font-size: 18px;
  transition: all 500ms ease;
  color: var(--assimox-text);
  border-radius: 50%;
  font-family: var(--assimox-heading-font);
  background-color: var(--assimox-white2, #f7f7f7);
}

.woocommerce-pagination span:hover,
.woocommerce-pagination a:hover,
.wp-pagination span:hover,
.wp-pagination a:hover,
.woocommerce-pagination span.current,
.wp-pagination span.current {
  background-color: var(--assimox-base);
  color: var(--assimox-white);
  border: 1px solid var(--assimox-base);
}

.no-results .error-page__text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
}

.blog-details__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dad7d7;
  padding: 35px 30px;
  margin-top: 50px;
  gap: 10px;
}

.cat-links {
  gap: 10px;
}

.cat-links span,
.tag-links span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--assimox-text, #7A7373);
  font-family: var(--assimox-heading-font, "Roboto Condensed", sans-serif);
  text-transform: capitalize;
}

.cat-links a {
  font-weight: 400;
  color: var(--assimox-gray);
  border: 1px solid #e4e4e4;
  transition: all 500ms ease;
  display: inline-block;
  padding: 3px 25px 3px;
  text-transform: capitalize;
}
.cat-links a:hover {
  color: var(--assimox-white);
  background-color: var(--assimox-primary);
}

.tag-links a {
  text-transform: capitalize;
  color: var(--assimox-text, #2a2826);
  transition: all 500ms ease;
}
.tag-links a:hover {
  color: var(--assimox-base);
}

.tag-links a:not(:last-of-type)::after {
  content: ",";
}

.comments-area h1,
.blog-details h1,
.blog-details h2,
.blog-details h2,
.comment-content h3,
.blog-details h3,
.comment-content h4,
.blog-details h4,
.comment-content h5,
.blog-details h5,
.comment-content h6,
.blog-details h6 {
  margin-bottom: 1rem;
  color: var(--assimox-black, #1e1e22);
}

.page-links {
  color: var(--assimox-black, #1e1e22);
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-links span,
.page-links a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  color: var(--assimox-black);
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  font-family: var(--assimox-heading-font);
}
.page-links span:hover,
.page-links a:hover {
  color: var(--assimox-white);
  background-color: var(--assimox-gray);
  border-color: var(--assimox-gray);
}

.page-links span {
  color: var(--assimox-white);
  background-color: var(--assimox-gray);
  border-color: var(--assimox-gray);
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
  list-style: none;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--assimox-black);
  width: 44px;
  height: 44px;
  color: var(--assimox-white, white);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-size: 15px;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-group.has-border-color p,
.wp-block-group.has-background p {
  margin-bottom: 0;
}

.wp-block-group.has-border-color {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.wp-block-post-template {
  margin: 0;
}

.wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-query-pagination-numbers .current,
.wp-block-query-pagination-numbers .dots,
.wp-block-query-pagination-numbers a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--assimox-black);
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 8px;
  border: 1px solid var(--assimox-border-color);
  border-radius: 50%;
  font-family: var(--assimox-heading-font);
  border: 1px solid #a3a3a3;
}
.wp-block-query-pagination-numbers .current:hover,
.wp-block-query-pagination-numbers .dots:hover,
.wp-block-query-pagination-numbers a:hover {
  color: var(--assimox-white);
  background-color: var(--assimox-gray);
  border-color: var(--assimox-gray);
}

.wp-block-query-pagination-numbers .current {
  color: var(--assimox-white);
  background-color: var(--assimox-gray);
  border-color: var(--assimox-gray);
}

.wp-block-post-comments-form input[type=submit] {
  margin-bottom: 0;
  height: 58px;
  transition: 0.3s;
}
.wp-block-post-comments-form input[type=submit]:hover {
  background-color: var(--assimox-base);
  color: var(--assimox-white);
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.wp-block-archives.wp-block-archives-list a {
  color: var(--assimox-black);
  transition: 3s;
}
.wp-block-archives.wp-block-archives-list a:hover {
  color: var(--assimox-base);
}

ol.wp-block-latest-comments {
  margin-left: 0;
  padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
  padding-left: 0;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--assimox-black, #1e1e22);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--assimox-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--assimox-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--assimox-white2, #f7f7f7);
  color: var(--assimox-text, #7A7373);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--assimox-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid #F6F6F6;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search input[type=search] {
  max-width: unset;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--assimox-black, #1e1e22);
  text-align: center;
  color: var(--assimox-white, #ffffff);
  padding: 0 50px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--assimox-base);
}

.wp-block-search label {
  font-size: 18px;
  color: var(--assimox-black, #1e1e22);
  font-weight: 600;
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--assimox-black);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-tag-cloud a:hover {
  color: var(--assimox-base);
}

.blog-details .wp-block-button a {
  transition: all 500ms ease;
}

.blog-details .wp-block-button a:hover {
  background-color: var(--assimox-base, #f45144);
  border-color: var(--assimox-base, #f45144);
  color: var(--assimox-white, #ffffff);
}

.wp-block-button.is-style-outline a:hover {
  color: var(--assimox-base, #f45144) !important;
}

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

.sidebar .widget.widget_categories li li {
  margin-top: 0;
}

.sidebar .widget.widget_categories > ul ul {
  margin-top: 7px;
}

.sidebar .widget .wp-block-page-list li a::after,
.sidebar .widget.widget_pages 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;
}

.wp-block-column.has-background {
  padding: 20px;
}

.wp-block-cover p {
  color: var(--assimox-white) !important;
  margin-bottom: 0 !important;
}

.blog-details .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details .wp-block-file__button:hover {
  background-color: var(--assimox-base);
  color: var(--assimox-white);
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.post .blog-details p {
  margin-bottom: 1.5em;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.blog-one blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-one .wp-block-quote {
  background-color: var(--assimox-white2, #f7f7f7);
  border-left: 2px solid var(--assimox-black);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--assimox-bdr-radius);
}
.blog-one blockquote:not([class*=has-]) p,
.comment-content blockquote p,
.blog-one .wp-block-quote p {
  margin-bottom: 0;
}

.blog-one blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-one .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--assimox-base);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details .wp-block-cover-image .wp-block-cover-text,
.blog-details .wp-block-cover-image h2,
.blog-details .wp-block-cover .wp-block-cover-image-text,
.blog-details .wp-block-cover .wp-block-cover-text,
.blog-details .wp-block-cover h2,
.blog-details .wp-block-cover strong {
  color: white;
  line-height: 2em;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 20px;
}

.blog-details .blocks-gallery-caption {
  margin-bottom: 24px;
}

.blog-details .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--assimox-black, #1e1e22);
  border-left: 0;
}

.blog-details .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  z-index: 1;
}

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

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 500;
  color: var(--assimox-black, #1e1e22);
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--assimox-black, #717178);
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--assimox-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--assimox-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 5px;
  left: 0;
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--assimox-black, #717178);
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}

.blog-details .post-password-form input[type=password] {
  width: 200px;
  height: 60px;
  color: var(--assimox-text);
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--assimox-bdr-radius);
  border: 1px solid rgba(var(--assimox-text-dark2-white-rgb, 189, 189, 188), 0.4);
}

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

.blog-details .post-password-form input[type=submit] {
  width: 120px;
  height: 60px;
  background-color: var(--assimox-black, #1e1e22);
  color: var(--assimox-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--assimox-bdr-radius);
}

.post-password-form input[type=submit]:hover {
  background-color: var(--assimox-base, #a47c68);
  color: var(--assimox-white, #ffffff);
}

.blog-details ul,
.comments-area ul,
.comments-area ol,
.blog-details ol {
  margin: 0 0 0.5em 0.6em;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  font-size: 16px;
}

.sidebar .widget ul li a,
.sidebar__single ul li a {
  font-weight: 500;
}

.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.blog-details__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 1.5em;
}

.blog-one .blog-card__meta i {
  color: var(--assimox-special);
}

.comments-area .blog-details__comment-form__input-box input,
.comments-area .blog-details__comment-form__input-box textarea {
  width: 100%;
  height: 55px;
  background-color: var(--assimox-white);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 15px 20px 15px;
  color: #737373;
  border: 1px solid #eeeeee;
}
.comments-area .blog-details__comment-form__input-box input:focus,
.comments-area .blog-details__comment-form__input-box textarea:focus {
  outline: 0;
  border-color: #eeeeee;
}

.comments-area .blog-details__comment-form__input-box textarea {
  height: 165px;
}

.has-background p {
  margin-bottom: 0;
}

.blog-details-page p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.blog-pagination {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 30px;
  width: 100%;
}

.blog-pagination a,
.blog-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--assimox-border-color);
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--assimox-text);
  border-radius: 50%;
  font-family: var(--assimox-heading-font);
  border: 1px solid #a3a3a3;
}

.page-links .post-page-numbers.current,
.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
  color: var(--assimox-white);
  background-color: var(--assimox-gray);
  border-color: var(--assimox-gray);
}

.blog-pagination a:hover,
.blog-pagination span:hover {
  color: var(--assimox-white);
  background-color: var(--assimox-gray);
}

.blog-pagination span + span,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination a + a {
  margin-left: 10px;
}

.wp-block-post-template.wp-block-post-template,
.wp-block-navigation .wp-block-page-list {
  margin-left: 0 !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

.wp-block-categories-list.wp-block-categories a {
  color: var(--assimox-black);
}
.wp-block-categories-list.wp-block-categories a:hover {
  color: var(--assimox-base);
}

.blog-details__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.cat-links {
  gap: 10px;
}

.blog-one__item.product.type-product .blog-card__linkwrap,
.blog-one__item.product.type-product .blog-card__datewrap {
  display: none;
}

.woocommerce-tabs ul.tabs {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.woocommerce-tabs ul.tabs li {
  list-style: none;
}
.woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: var(--assimox-white2, #f7f7f7);
  color: var(--assimox-text, #2a2826);
  padding: 5px 50px;
}
.woocommerce-tabs ul.tabs li a:hover {
  background-color: var(--assimox-black, #2a2826);
  color: var(--assimox-text-white, #fff);
}
.woocommerce-tabs ul.tabs li.active a {
  background-color: var(--assimox-black, #2a2826);
  color: var(--assimox-text-white, #fff);
}

.woocommerce-tabs {
  margin-top: 100px;
  border-radius: 8px;
  border: 1px solid rgba(var(--assimox-border-color-rgb, 42, 40, 38), 0.1);
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.woocommerce-tabs .product-details__review-title,
.woocommerce-tabs h2 {
  display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description {
  text-align: center;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description p {
  margin-bottom: 0;
}
.woocommerce-tabs .product-details__comment-box__meta {
  text-transform: capitalize;
}

.product-review .comments-area {
  border-top: 1px solid var(--assimox-border-color, #2a2826);
}

.product-details__comment-box {
  padding-bottom: 20px;
}

.product-review .comment-respond .form-submit {
  margin-top: 30px;
}

.widget.widget_search .sidebar__search-form {
  position: relative;
}

.widget.widget_search .sidebar__search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 22px;
  color: var(--assimox-black);
  background-color: transparent;
  border-color: transparent;
}

.sidebar .widget .wp-block-page-list li a::after,
.sidebar .widget.widget_pages 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;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--assimox-base);
}

.wp-block-group.has-background {
  margin-bottom: 30px;
}

.post .wp-block-group.has-border-color p,
.post .wp-block-group.has-background p {
  margin-bottom: 0;
}
.post .wp-block-group.has-border-color p + p,
.post .wp-block-group.has-background p + p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.page__left p {
  margin-bottom: 1.5em;
}

.widget .wp-block-categories li,
.widget .wp-block-page-list li,
.widget.widget_categories,
.widget.widget_nav_menu,
.widget.widget_pages {
  line-height: 37px;
}

.sidebar .widget.widget_categories li + li,
.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_categories 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: 10px;
}

.blog-one--page.no_post_thumbnail .comments-area,
.blog-one--page.no_post_thumbnail .blog-details__meta_2 {
  margin-left: 0px;
  padding-left: 0px;
}

.blog-details__meta-box {
  margin-bottom: 15px;
}

.blog-details__date {
  padding-right: 30px;
}

.no_post_thumbnail .blog-details__bottom {
  padding: 0;
  margin: 0;
}

.blog-details {
  padding: 0;
}

.blog-details__meta_2 {
  margin-left: 0;
  padding: 30px 0 30px;
  margin-top: 50px;
  border: 1px solid var(--assimox-bdr-color, #e2ddda);
  border-left: 0;
  border-right: 0;
}

.comments-area {
  border-top: 0;
}

.comments-area,
.blog-details__meta_2 {
  margin-left: 70px;
}

.page-header__title,
.blog-grid__title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-grid__title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-grid__title b {
  color: currentColor;
}

.blog-card.blog-card-two {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.grey-bg {
  background-color: #f0f2f6;
}

.blog-home-one {
  position: relative;
  display: block;
  background-color: #f0f2f6;
  padding: 120px 0 90px;
}

.elementor .testimonial-one__client-img > img {
  border-radius: 50%;
}

.main-header-three__social a svg,
.main-header-two__social a svg {
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: currentColor;
}

div.contact-one__phone-img img,
div.our-mission__person-img img {
  border-radius: 50%;
}

.sidebar__post-content p {
  font-weight: 600 !important;
}

.sidebar__post-list li a::after {
  display: none !important;
}

.sidebar__post-image {
  flex-shrink: 0;
}

.sidebar__post-content h3 {
  line-height: 25px;
}

.testimonial-two_modify .testimonial-one {
  position: relative;
  display: block;
  padding: 174px 0 100px;
  margin-top: -96px;
  z-index: 1;
}

.blog-one-modify .blog-one__content-box {
  background-color: #fff;
}

.blog-one-modify .blog-home-one {
  background-color: white;
}

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

.team-two-nodify_bg .team-one {
  padding-top: 120px;
  margin-top: 0;
  background-color: white;
}

.contact-bar-three-modify .contact-bar {
  margin-top: -30px;
  padding-bottom: 120px;
}

.video-gallery__right-content-img::after {
  bottom: -1px;
}

.appointment-checkbox input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
}

.appointment-checkbox label {
  padding-left: 0;
}

.appointment-checkbox .single-checkbox {
  margin-right: 0;
}

.wpcf7-list-item {
  margin: 0;
  margin-right: 40px;
}

.select-box select {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--assimox-font);
}

.date-box input {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--assimox-font);
}

.experience-and-rating__experience-text-box {
  flex-shrink: 0;
}

div.about-two__img img {
  width: 100%;
  border-radius: 8px;
}

div.services-two__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.team-one-bg-change .team-one {
  background-color: #f4f7fc;
}

.our-mission__two {
  padding-top: 0;
  padding-bottom: 0;
}

div.company-history__img-two img,
div.company-history__img-one img {
  border-radius: 10px;
}

.page-header__title b {
  color: currentColor;
}

/* Templates
--------------------------------------------- */
